@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.fcv-content-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #14213d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #ffffff;
}

.fcv-content-wrap,
.fcv-content-wrap section,
.fcv-content-wrap div,
.fcv-content-wrap article {
  box-sizing: border-box;
}

.fcv-content-wrap .fcv-section {
  position: relative;
  width: 100%;
}

.fcv-content-wrap .fcv-section-white {
  background: #ffffff;
}

.fcv-content-wrap .fcv-section-soft {
  background:
    radial-gradient(circle at top left, rgba(24, 119, 242, 0.09), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}

.fcv-content-wrap .fcv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.fcv-content-wrap .fcv-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.fcv-content-wrap .fcv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(24, 119, 242, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.09), rgba(0, 180, 216, 0.08));
  color: #155bb5;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.fcv-content-wrap .fcv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1877f2, #00b4d8);
  box-shadow: 0 0 0 5px rgba(24, 119, 242, 0.12);
}

.fcv-content-wrap .fcv-section-head h2 {
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.fcv-content-wrap .fcv-section-head p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #536276;
  line-height: 1.7;
  letter-spacing: 0;
}

.fcv-content-wrap .fcv-grid {
  display: grid;
  align-items: stretch;
}

.fcv-content-wrap .fcv-card,
.fcv-content-wrap .fcv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 33, 61, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.fcv-content-wrap .fcv-card::after,
.fcv-content-wrap .fcv-trust-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.28), rgba(0, 180, 216, 0.2), rgba(255, 255, 255, 0));
  transition: opacity 260ms ease;
  pointer-events: none;
}

.fcv-content-wrap .fcv-card > *,
.fcv-content-wrap .fcv-trust-card > * {
  position: relative;
  z-index: 1;
}

.fcv-content-wrap .fcv-card:hover,
.fcv-content-wrap .fcv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(24, 119, 242, 0.22);
  box-shadow: 0 24px 58px rgba(24, 119, 242, 0.14);
}

.fcv-content-wrap .fcv-card:hover::after,
.fcv-content-wrap .fcv-trust-card:hover::after {
  opacity: 1;
}

.fcv-content-wrap .fcv-card h3,
.fcv-content-wrap .fcv-step-copy h3,
.fcv-content-wrap .fcv-trust-card h3 {
  margin: 0;
  color: #132033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fcv-content-wrap .fcv-card p,
.fcv-content-wrap .fcv-step-copy p,
.fcv-content-wrap .fcv-trust-card p {
  margin: 10px 0 0;
  color: #5a687a;
  line-height: 1.68;
  letter-spacing: 0;
}

.fcv-content-wrap .fcv-icon {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1877f2, #00b4d8);
  box-shadow: 0 12px 24px rgba(24, 119, 242, 0.24);
  transition: transform 260ms ease;
}

.fcv-content-wrap .fcv-card:hover .fcv-icon {
  transform: translateY(-3px) rotate(-2deg);
}

.fcv-content-wrap .fcv-icon-window::before {
  content: "";
  position: absolute;
  inset: 12px 10px 11px;
  border: 2px solid #ffffff;
  border-top-width: 6px;
  border-radius: 5px;
}

.fcv-content-wrap .fcv-icon-speed::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.fcv-content-wrap .fcv-icon-speed::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 14px;
  width: 3px;
  height: 13px;
  border-radius: 4px;
  background: #ffffff;
  transform: rotate(44deg);
  transform-origin: bottom;
}

.fcv-content-wrap .fcv-icon-preview::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 16px;
  width: 24px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.fcv-content-wrap .fcv-icon-preview::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ffffff;
}

.fcv-content-wrap .fcv-icon-steps::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  background:
    radial-gradient(circle, #ffffff 0 3px, transparent 4px) 0 0 / 10px 10px,
    radial-gradient(circle, #ffffff 0 3px, transparent 4px) 10px 10px / 10px 10px;
}

.fcv-content-wrap .fcv-icon-mobile::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 8px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.fcv-content-wrap .fcv-icon-mobile::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 11px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
}

.fcv-content-wrap .fcv-icon-daily::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 11px;
  width: 20px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.fcv-content-wrap .fcv-icon-daily::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 12px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff;
}

.fcv-content-wrap .fcv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.fcv-content-wrap .fcv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(24, 119, 242, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.fcv-content-wrap .fcv-step-card::before {
  content: "";
  position: absolute;
  left: 34px;
  top: -18px;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, rgba(24, 119, 242, 0), rgba(24, 119, 242, 0.32));
}

.fcv-content-wrap .fcv-step-card:first-child::before {
  display: none;
}

.fcv-content-wrap .fcv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 119, 242, 0.28);
  box-shadow: 0 24px 58px rgba(24, 119, 242, 0.13);
}

.fcv-content-wrap .fcv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent),
    linear-gradient(135deg, #1877f2, #00b4d8);
  box-shadow: 0 16px 34px rgba(24, 119, 242, 0.26);
}

.fcv-content-wrap .fcv-use-card {
  overflow: hidden;
}

.fcv-content-wrap .fcv-use-card::before {
  content: "";
  position: absolute;
  right: -26px;
  top: -26px;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(0, 180, 216, 0.08));
}

.fcv-content-wrap .fcv-badge-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1877f2, #00b4d8);
  box-shadow: 0 0 0 8px rgba(24, 119, 242, 0.1);
}

.fcv-content-wrap .fcv-trust-card {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(24, 119, 242, 0.14), transparent 40%);
}

.fcv-content-wrap .fcv-trust-mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: #edf6ff;
  color: #155bb5;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(24, 119, 242, 0.13);
}

.fcv-content-wrap .fcv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.fcv-content-wrap .fcv-reveal.fcv-is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .fcv-content-wrap .fcv-section {
    padding: 50px 0;
  }

  .fcv-content-wrap .fcv-container {
    padding: 0 14px;
  }

  .fcv-content-wrap .fcv-section-head {
    margin-bottom: 28px;
  }

  .fcv-content-wrap .fcv-kicker {
    font-size: 12px;
  }

  .fcv-content-wrap .fcv-section-head h2 {
    font-size: 26px;
  }

  .fcv-content-wrap .fcv-section-head p {
    font-size: 14px;
  }

  .fcv-content-wrap .fcv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .fcv-content-wrap .fcv-card,
  .fcv-content-wrap .fcv-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

  .fcv-content-wrap .fcv-card h3,
  .fcv-content-wrap .fcv-step-copy h3,
  .fcv-content-wrap .fcv-trust-card h3 {
    font-size: 18px;
  }

  .fcv-content-wrap .fcv-card p,
  .fcv-content-wrap .fcv-step-copy p,
  .fcv-content-wrap .fcv-trust-card p {
    font-size: 14px;
  }

  .fcv-content-wrap .fcv-steps {
    gap: 16px;
  }

  .fcv-content-wrap .fcv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .fcv-content-wrap .fcv-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fcv-content-wrap .fcv-section {
    padding: 56px 0;
  }

  .fcv-content-wrap .fcv-container {
    padding: 0 18px;
  }

  .fcv-content-wrap .fcv-section-head {
    margin-bottom: 30px;
  }

  .fcv-content-wrap .fcv-kicker {
    font-size: 12px;
  }

  .fcv-content-wrap .fcv-section-head h2 {
    font-size: 29px;
  }

  .fcv-content-wrap .fcv-section-head p {
    font-size: 15px;
  }

  .fcv-content-wrap .fcv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fcv-content-wrap .fcv-card,
  .fcv-content-wrap .fcv-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

  .fcv-content-wrap .fcv-card h3,
  .fcv-content-wrap .fcv-step-copy h3,
  .fcv-content-wrap .fcv-trust-card h3 {
    font-size: 19px;
  }

  .fcv-content-wrap .fcv-card p,
  .fcv-content-wrap .fcv-step-copy p,
  .fcv-content-wrap .fcv-trust-card p {
    font-size: 15px;
  }

  .fcv-content-wrap .fcv-steps {
    gap: 18px;
  }

  .fcv-content-wrap .fcv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .fcv-content-wrap .fcv-step-number {
    width: 56px;
    height: 56px;
    font-size: 17px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fcv-content-wrap .fcv-section {
    padding: 64px 0;
  }

  .fcv-content-wrap .fcv-container {
    padding: 0 22px;
  }

  .fcv-content-wrap .fcv-section-head {
    margin-bottom: 34px;
  }

  .fcv-content-wrap .fcv-kicker {
    font-size: 13px;
  }

  .fcv-content-wrap .fcv-section-head h2 {
    font-size: 33px;
  }

  .fcv-content-wrap .fcv-section-head p {
    font-size: 16px;
  }

  .fcv-content-wrap .fcv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fcv-content-wrap .fcv-card,
  .fcv-content-wrap .fcv-trust-card {
    padding: 28px;
  }

  .fcv-content-wrap .fcv-card h3,
  .fcv-content-wrap .fcv-step-copy h3,
  .fcv-content-wrap .fcv-trust-card h3 {
    font-size: 20px;
  }

  .fcv-content-wrap .fcv-card p,
  .fcv-content-wrap .fcv-step-copy p,
  .fcv-content-wrap .fcv-trust-card p {
    font-size: 15px;
  }

  .fcv-content-wrap .fcv-steps {
    gap: 20px;
  }

  .fcv-content-wrap .fcv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }

  .fcv-content-wrap .fcv-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fcv-content-wrap .fcv-section {
    padding: 78px 0;
  }

  .fcv-content-wrap .fcv-container {
    padding: 0 30px;
  }

  .fcv-content-wrap .fcv-section-head {
    margin-bottom: 42px;
  }

  .fcv-content-wrap .fcv-kicker {
    font-size: 13px;
  }

  .fcv-content-wrap .fcv-section-head h2 {
    font-size: 40px;
  }

  .fcv-content-wrap .fcv-section-head p {
    font-size: 17px;
  }

  .fcv-content-wrap .fcv-grid-six,
  .fcv-content-wrap .fcv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .fcv-content-wrap .fcv-card,
  .fcv-content-wrap .fcv-trust-card {
    padding: 30px;
  }

  .fcv-content-wrap .fcv-card h3,
  .fcv-content-wrap .fcv-step-copy h3,
  .fcv-content-wrap .fcv-trust-card h3 {
    font-size: 21px;
  }

  .fcv-content-wrap .fcv-card p,
  .fcv-content-wrap .fcv-step-copy p,
  .fcv-content-wrap .fcv-trust-card p {
    font-size: 16px;
  }

  .fcv-content-wrap .fcv-steps {
    gap: 22px;
  }

  .fcv-content-wrap .fcv-step-card {
    gap: 24px;
    padding: 30px;
  }

  .fcv-content-wrap .fcv-step-number {
    width: 66px;
    height: 66px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .fcv-content-wrap .fcv-section {
    padding: 92px 0;
  }

  .fcv-content-wrap .fcv-container {
    padding: 0 32px;
  }

  .fcv-content-wrap .fcv-section-head {
    margin-bottom: 48px;
  }

  .fcv-content-wrap .fcv-kicker {
    font-size: 13px;
  }

  .fcv-content-wrap .fcv-section-head h2 {
    font-size: 46px;
  }

  .fcv-content-wrap .fcv-section-head p {
    font-size: 18px;
  }

  .fcv-content-wrap .fcv-grid-six,
  .fcv-content-wrap .fcv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .fcv-content-wrap .fcv-card,
  .fcv-content-wrap .fcv-trust-card {
    padding: 32px;
  }

  .fcv-content-wrap .fcv-card h3,
  .fcv-content-wrap .fcv-step-copy h3,
  .fcv-content-wrap .fcv-trust-card h3 {
    font-size: 22px;
  }

  .fcv-content-wrap .fcv-card p,
  .fcv-content-wrap .fcv-step-copy p,
  .fcv-content-wrap .fcv-trust-card p {
    font-size: 16px;
  }

  .fcv-content-wrap .fcv-steps {
    gap: 22px;
  }

  .fcv-content-wrap .fcv-step-card {
    gap: 26px;
    padding: 34px;
  }

  .fcv-content-wrap .fcv-step-number {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}