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

.fbvv-content-sections,
.fbvv-content-sections div,
.fbvv-content-sections section,
.fbvv-content-sections article,
.fbvv-content-sections span,
.fbvv-content-sections h2,
.fbvv-content-sections h3,
.fbvv-content-sections p {
  box-sizing: border-box;
}

.fbvv-content-sections {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}

.fbvv-content-sections .fbvv-section {
  position: relative;
  width: 100%;
}

.fbvv-content-sections .fbvv-section-white {
  background:
    radial-gradient(circle at 8% 12%, rgba(24, 119, 242, 0.08), transparent 28%),
    #ffffff;
}

.fbvv-content-sections .fbvv-section-soft {
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.07), rgba(0, 194, 255, 0.04) 44%, rgba(255, 255, 255, 0) 72%),
    #f7f9fc;
}

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

.fbvv-content-sections .fbvv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.fbvv-content-sections .fbvv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(24, 119, 242, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(0, 194, 255, 0.08));
  color: #155ec8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.fbvv-content-sections h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

.fbvv-content-sections .fbvv-section-head p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #536174;
  font-weight: 450;
}

.fbvv-content-sections .fbvv-card-grid {
  display: grid;
  align-items: stretch;
}

.fbvv-content-sections .fbvv-feature-card,
.fbvv-content-sections .fbvv-use-card,
.fbvv-content-sections .fbvv-trust-card,
.fbvv-content-sections .fbvv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.fbvv-content-sections .fbvv-feature-card,
.fbvv-content-sections .fbvv-use-card,
.fbvv-content-sections .fbvv-trust-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 24px;
}

.fbvv-content-sections .fbvv-feature-card::before,
.fbvv-content-sections .fbvv-use-card::before,
.fbvv-content-sections .fbvv-trust-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), transparent 34%, rgba(0, 194, 255, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.fbvv-content-sections .fbvv-feature-card:hover,
.fbvv-content-sections .fbvv-use-card:hover,
.fbvv-content-sections .fbvv-trust-card:hover,
.fbvv-content-sections .fbvv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 119, 242, 0.24);
  box-shadow: 0 24px 60px rgba(24, 119, 242, 0.12);
}

.fbvv-content-sections .fbvv-feature-card:hover::before,
.fbvv-content-sections .fbvv-use-card:hover::before,
.fbvv-content-sections .fbvv-trust-card:hover::before {
  opacity: 1;
}

.fbvv-content-sections .fbvv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1877f2, #00c2ff);
  box-shadow: 0 14px 26px rgba(24, 119, 242, 0.24);
}

.fbvv-content-sections .fbvv-icon::before,
.fbvv-content-sections .fbvv-icon::after {
  position: absolute;
  content: "";
}

.fbvv-content-sections .fbvv-icon-play::before {
  top: 14px;
  left: 18px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
}

.fbvv-content-sections .fbvv-icon-bolt::before {
  top: 10px;
  left: 19px;
  width: 9px;
  height: 28px;
  background: #ffffff;
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 100% 42%, 28% 100%, 42% 55%, 0 55%);
}

.fbvv-content-sections .fbvv-icon-frame::before {
  inset: 13px 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.fbvv-content-sections .fbvv-icon-frame::after {
  top: 20px;
  left: 21px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffffff;
}

.fbvv-content-sections .fbvv-icon-route::before {
  top: 16px;
  left: 12px;
  width: 24px;
  height: 15px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 12px 0 0;
}

.fbvv-content-sections .fbvv-icon-route::after {
  right: 10px;
  bottom: 12px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

.fbvv-content-sections .fbvv-icon-phone::before {
  inset: 9px 15px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.fbvv-content-sections .fbvv-icon-phone::after {
  bottom: 13px;
  left: 22px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
}

.fbvv-content-sections .fbvv-icon-calendar::before {
  inset: 12px 10px 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.fbvv-content-sections .fbvv-icon-calendar::after {
  top: 19px;
  left: 14px;
  width: 20px;
  height: 2px;
  background: #ffffff;
}

.fbvv-content-sections h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
}

.fbvv-content-sections .fbvv-feature-card p,
.fbvv-content-sections .fbvv-use-card p,
.fbvv-content-sections .fbvv-trust-card p,
.fbvv-content-sections .fbvv-step-card p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #5e6b7e;
}

.fbvv-content-sections .fbvv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.fbvv-content-sections .fbvv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.94)),
    #ffffff;
}

.fbvv-content-sections .fbvv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #1877f2, #00c2ff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(24, 119, 242, 0.24);
}

.fbvv-content-sections .fbvv-step-content {
  min-width: 0;
}

.fbvv-content-sections .fbvv-mini-dot {
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.1);
}

.fbvv-content-sections .fbvv-mini-dot::before {
  position: absolute;
  inset: 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1877f2, #00c2ff);
  content: "";
  box-shadow: 0 0 0 8px rgba(24, 119, 242, 0.08);
}

.fbvv-content-sections .fbvv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  padding: 7px 12px;
  border: 1px solid rgba(24, 119, 242, 0.16);
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.08);
  color: #155ec8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.fbvv-content-sections .fbvv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.fbvv-content-sections .fbvv-reveal.fbvv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbvv-content-sections .fbvv-section {
    padding: 54px 0;
  }

  .fbvv-content-sections .fbvv-container {
    padding: 0 14px;
  }

  .fbvv-content-sections h2 {
    font-size: 27px;
  }

  .fbvv-content-sections .fbvv-section-head p {
    font-size: 15px;
  }

  .fbvv-content-sections .fbvv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .fbvv-content-sections .fbvv-feature-card,
  .fbvv-content-sections .fbvv-use-card,
  .fbvv-content-sections .fbvv-trust-card {
    padding: 22px;
  }

  .fbvv-content-sections h3 {
    font-size: 18px;
  }

  .fbvv-content-sections .fbvv-feature-card p,
  .fbvv-content-sections .fbvv-use-card p,
  .fbvv-content-sections .fbvv-trust-card p,
  .fbvv-content-sections .fbvv-step-card p {
    font-size: 14px;
  }

  .fbvv-content-sections .fbvv-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .fbvv-content-sections .fbvv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

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

@media (min-width: 375px) and (max-width: 429px) {
  .fbvv-content-sections .fbvv-section {
    padding: 60px 0;
  }

  .fbvv-content-sections .fbvv-container {
    padding: 0 18px;
  }

  .fbvv-content-sections h2 {
    font-size: 30px;
  }

  .fbvv-content-sections .fbvv-section-head p {
    font-size: 15.5px;
  }

  .fbvv-content-sections .fbvv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .fbvv-content-sections .fbvv-feature-card,
  .fbvv-content-sections .fbvv-use-card,
  .fbvv-content-sections .fbvv-trust-card {
    padding: 24px;
  }

  .fbvv-content-sections h3 {
    font-size: 19px;
  }

  .fbvv-content-sections .fbvv-feature-card p,
  .fbvv-content-sections .fbvv-use-card p,
  .fbvv-content-sections .fbvv-trust-card p,
  .fbvv-content-sections .fbvv-step-card p {
    font-size: 14.5px;
  }

  .fbvv-content-sections .fbvv-steps {
    gap: 18px;
    margin-top: 34px;
  }

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

  .fbvv-content-sections .fbvv-step-number {
    width: 58px;
    height: 58px;
    font-size: 19px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbvv-content-sections .fbvv-section {
    padding: 66px 0;
  }

  .fbvv-content-sections .fbvv-container {
    padding: 0 22px;
  }

  .fbvv-content-sections h2 {
    font-size: 34px;
  }

  .fbvv-content-sections .fbvv-section-head p {
    font-size: 16px;
  }

  .fbvv-content-sections .fbvv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .fbvv-content-sections .fbvv-feature-card,
  .fbvv-content-sections .fbvv-use-card,
  .fbvv-content-sections .fbvv-trust-card {
    padding: 28px;
  }

  .fbvv-content-sections h3 {
    font-size: 20px;
  }

  .fbvv-content-sections .fbvv-feature-card p,
  .fbvv-content-sections .fbvv-use-card p,
  .fbvv-content-sections .fbvv-trust-card p,
  .fbvv-content-sections .fbvv-step-card p {
    font-size: 15px;
  }

  .fbvv-content-sections .fbvv-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .fbvv-content-sections .fbvv-step-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }

  .fbvv-content-sections .fbvv-step-number {
    width: 62px;
    height: 62px;
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbvv-content-sections .fbvv-section {
    padding: 82px 0;
  }

  .fbvv-content-sections .fbvv-container {
    padding: 0 32px;
  }

  .fbvv-content-sections h2 {
    font-size: 42px;
  }

  .fbvv-content-sections .fbvv-section-head p {
    font-size: 17px;
  }

  .fbvv-content-sections .fbvv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }

  .fbvv-content-sections .fbvv-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fbvv-content-sections .fbvv-feature-card,
  .fbvv-content-sections .fbvv-use-card,
  .fbvv-content-sections .fbvv-trust-card {
    padding: 30px;
  }

  .fbvv-content-sections h3 {
    font-size: 20px;
  }

  .fbvv-content-sections .fbvv-feature-card p,
  .fbvv-content-sections .fbvv-use-card p,
  .fbvv-content-sections .fbvv-trust-card p,
  .fbvv-content-sections .fbvv-step-card p {
    font-size: 15.5px;
  }

  .fbvv-content-sections .fbvv-steps {
    gap: 22px;
    margin-top: 46px;
  }

  .fbvv-content-sections .fbvv-step-card {
    gap: 24px;
    padding: 30px;
  }

  .fbvv-content-sections .fbvv-step-number {
    width: 70px;
    height: 70px;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .fbvv-content-sections .fbvv-section {
    padding: 96px 0;
  }

  .fbvv-content-sections .fbvv-container {
    padding: 0 28px;
  }

  .fbvv-content-sections h2 {
    font-size: 48px;
  }

  .fbvv-content-sections .fbvv-section-head p {
    font-size: 18px;
  }

  .fbvv-content-sections .fbvv-card-grid {
    gap: 24px;
    margin-top: 52px;
  }

  .fbvv-content-sections .fbvv-grid-three,
  .fbvv-content-sections .fbvv-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fbvv-content-sections .fbvv-feature-card,
  .fbvv-content-sections .fbvv-use-card,
  .fbvv-content-sections .fbvv-trust-card {
    padding: 32px;
  }

  .fbvv-content-sections h3 {
    font-size: 21px;
  }

  .fbvv-content-sections .fbvv-feature-card p,
  .fbvv-content-sections .fbvv-use-card p,
  .fbvv-content-sections .fbvv-trust-card p,
  .fbvv-content-sections .fbvv-step-card p {
    font-size: 16px;
  }

  .fbvv-content-sections .fbvv-steps {
    gap: 22px;
    margin-top: 52px;
  }

  .fbvv-content-sections .fbvv-step-card {
    gap: 28px;
    padding: 34px 38px;
  }

  .fbvv-content-sections .fbvv-step-number {
    width: 76px;
    height: 76px;
    font-size: 23px;
  }
}