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

.fsv-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

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

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

.fsv-content-wrap .fsv-section-soft {
  background:
    radial-gradient(circle at 10% 10%, rgba(24, 119, 242, 0.08), transparent 30%),
    radial-gradient(circle at 90% 30%, rgba(31, 182, 255, 0.08), transparent 28%),
    #f7faff;
}

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

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

.fsv-content-wrap .fsv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(24, 119, 242, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(31, 182, 255, 0.08));
  color: #1456b8;
  font-weight: 750;
  line-height: 1.2;
}

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

.fsv-content-wrap .fsv-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.fsv-content-wrap .fsv-section-head p {
  margin: 14px auto 0;
  color: #526070;
  line-height: 1.72;
}

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

.fsv-content-wrap .fsv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.fsv-content-wrap .fsv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(31, 182, 255, 0.04), transparent 45%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.fsv-content-wrap .fsv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 119, 242, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.fsv-content-wrap .fsv-card:hover::after {
  opacity: 1;
}

.fsv-content-wrap .fsv-card h3 {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: #162033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fsv-content-wrap .fsv-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6978;
  line-height: 1.68;
}

.fsv-content-wrap .fsv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1877f2, #1fb6ff);
  box-shadow: 0 12px 26px rgba(24, 119, 242, 0.24);
}

.fsv-content-wrap .fsv-icon::before,
.fsv-content-wrap .fsv-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}

.fsv-content-wrap .fsv-icon-eye::before {
  width: 24px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.fsv-content-wrap .fsv-icon-eye::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}

.fsv-content-wrap .fsv-icon-flash::before {
  width: 13px;
  height: 23px;
  background: #ffffff;
  clip-path: polygon(48% 0, 100% 0, 66% 40%, 100% 40%, 36% 100%, 48% 54%, 0 54%);
}

.fsv-content-wrap .fsv-icon-frame::before {
  width: 23px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.fsv-content-wrap .fsv-icon-frame::after {
  width: 8px;
  height: 8px;
  right: -12px;
  bottom: -8px;
  border-radius: 50%;
  background: #ffffff;
}

.fsv-content-wrap .fsv-icon-route::before {
  width: 22px;
  height: 14px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 0 8px 0 0;
  transform: rotate(10deg);
}

.fsv-content-wrap .fsv-icon-route::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: -12px 7px 0 #ffffff;
}

.fsv-content-wrap .fsv-icon-phone::before {
  width: 17px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.fsv-content-wrap .fsv-icon-phone::after {
  width: 5px;
  height: 2px;
  top: 20px;
  border-radius: 999px;
  background: #ffffff;
}

.fsv-content-wrap .fsv-icon-bookmark::before {
  width: 18px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
  border-radius: 3px 3px 0 0;
}

.fsv-content-wrap .fsv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.fsv-content-wrap .fsv-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.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(249, 252, 255, 0.94));
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.fsv-content-wrap .fsv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1877f2, #1fb6ff);
}

.fsv-content-wrap .fsv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 119, 242, 0.3);
  box-shadow: 0 26px 66px rgba(15, 23, 42, 0.11);
}

.fsv-content-wrap .fsv-step-number {
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #1877f2, #1fb6ff);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
}

.fsv-content-wrap .fsv-step-content h3 {
  margin: 0;
  color: #142033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.fsv-content-wrap .fsv-step-content p {
  margin: 9px 0 0;
  color: #5a6675;
  line-height: 1.7;
}

.fsv-content-wrap .fsv-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(24, 119, 242, 0.28), rgba(31, 182, 255, 0.12), rgba(255, 255, 255, 0)) border-box;
}

.fsv-content-wrap .fsv-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1877f2, #1fb6ff);
  box-shadow: 0 0 0 8px rgba(24, 119, 242, 0.09);
}

.fsv-content-wrap .fsv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.09);
  color: #1456b8;
  font-weight: 800;
  line-height: 1.2;
}

.fsv-content-wrap .fsv-trust-card {
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.fsv-content-wrap .fsv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.fsv-content-wrap .fsv-reveal.fsv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

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

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

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

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

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

  .fsv-content-wrap .fsv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .fsv-content-wrap .fsv-card {
    padding: 20px;
    border-radius: 18px;
  }

  .fsv-content-wrap .fsv-card h3 {
    font-size: 18px;
  }

  .fsv-content-wrap .fsv-card p {
    font-size: 14px;
  }

  .fsv-content-wrap .fsv-step-list {
    gap: 16px;
    margin-top: 28px;
  }

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

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

  .fsv-content-wrap .fsv-step-content h3 {
    font-size: 18px;
  }

  .fsv-content-wrap .fsv-step-content p {
    font-size: 14px;
  }
}

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

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

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

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

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

  .fsv-content-wrap .fsv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .fsv-content-wrap .fsv-card {
    padding: 22px;
    border-radius: 19px;
  }

  .fsv-content-wrap .fsv-card h3 {
    font-size: 19px;
  }

  .fsv-content-wrap .fsv-card p {
    font-size: 14.5px;
  }

  .fsv-content-wrap .fsv-step-list {
    gap: 18px;
    margin-top: 30px;
  }

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

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

  .fsv-content-wrap .fsv-step-content h3 {
    font-size: 19px;
  }

  .fsv-content-wrap .fsv-step-content p {
    font-size: 14.5px;
  }
}

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

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

  .fsv-content-wrap .fsv-section-head h2 {
    font-size: 34px;
  }

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

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

  .fsv-content-wrap .fsv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .fsv-content-wrap .fsv-card {
    padding: 24px;
    border-radius: 20px;
  }

  .fsv-content-wrap .fsv-card h3 {
    font-size: 20px;
  }

  .fsv-content-wrap .fsv-card p {
    font-size: 15px;
  }

  .fsv-content-wrap .fsv-step-list {
    gap: 20px;
    margin-top: 34px;
  }

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

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

  .fsv-content-wrap .fsv-step-content h3 {
    font-size: 20px;
  }

  .fsv-content-wrap .fsv-step-content p {
    font-size: 15px;
  }
}

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

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

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

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

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

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

  .fsv-content-wrap .fsv-card {
    padding: 26px;
  }

  .fsv-content-wrap .fsv-card h3 {
    font-size: 21px;
  }

  .fsv-content-wrap .fsv-card p {
    font-size: 15.5px;
  }

  .fsv-content-wrap .fsv-step-list {
    gap: 22px;
    margin-top: 42px;
  }

  .fsv-content-wrap .fsv-step-card {
    gap: 24px;
    padding: 28px;
  }

  .fsv-content-wrap .fsv-step-number {
    width: 68px;
    height: 68px;
    font-size: 21px;
  }

  .fsv-content-wrap .fsv-step-content h3 {
    font-size: 22px;
  }

  .fsv-content-wrap .fsv-step-content p {
    font-size: 16px;
  }
}

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

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

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

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

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

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

  .fsv-content-wrap .fsv-card {
    padding: 28px;
  }

  .fsv-content-wrap .fsv-card h3 {
    font-size: 21px;
  }

  .fsv-content-wrap .fsv-card p {
    font-size: 15.5px;
  }

  .fsv-content-wrap .fsv-step-list {
    gap: 22px;
    margin-top: 46px;
  }

  .fsv-content-wrap .fsv-step-card {
    gap: 28px;
    padding: 30px 34px;
  }

  .fsv-content-wrap .fsv-step-number {
    width: 74px;
    height: 74px;
    font-size: 22px;
  }

  .fsv-content-wrap .fsv-step-content h3 {
    font-size: 23px;
  }

  .fsv-content-wrap .fsv-step-content p {
    font-size: 16px;
  }
}