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

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

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

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

.fbpfv-content-wrap .fbpfv-section-white {
  background:
    radial-gradient(circle at 12% 10%, rgba(60, 111, 255, 0.08), transparent 32%),
    #ffffff;
}

.fbpfv-content-wrap .fbpfv-section-soft {
  background:
    radial-gradient(circle at 88% 16%, rgba(0, 184, 148, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #f6f8fb 100%);
}

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

.fbpfv-content-wrap .fbpfv-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.fbpfv-content-wrap .fbpfv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(39, 104, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(39, 104, 255, 0.1), rgba(0, 184, 148, 0.1));
  color: #2457d6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.fbpfv-content-wrap .fbpfv-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.fbpfv-content-wrap .fbpfv-heading p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #5f6b7a;
  line-height: 1.7;
}

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

.fbpfv-content-wrap .fbpfv-card,
.fbpfv-content-wrap .fbpfv-step-card,
.fbpfv-content-wrap .fbpfv-trust-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 45, 61, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 45px rgba(30, 45, 75, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.fbpfv-content-wrap .fbpfv-card::before,
.fbpfv-content-wrap .fbpfv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #2768ff, #00b894);
  opacity: 0.9;
}

.fbpfv-content-wrap .fbpfv-card:hover,
.fbpfv-content-wrap .fbpfv-step-card:hover,
.fbpfv-content-wrap .fbpfv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(39, 104, 255, 0.22);
  box-shadow: 0 22px 60px rgba(30, 45, 75, 0.13);
}

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

.fbpfv-content-wrap .fbpfv-card p,
.fbpfv-content-wrap .fbpfv-step-card p,
.fbpfv-content-wrap .fbpfv-trust-card p {
  margin: 10px 0 0;
  color: #627083;
  line-height: 1.68;
}

.fbpfv-content-wrap .fbpfv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(39, 104, 255, 0.12), rgba(0, 184, 148, 0.12));
  box-shadow: inset 0 0 0 1px rgba(39, 104, 255, 0.12);
}

.fbpfv-content-wrap .fbpfv-icon::before,
.fbpfv-content-wrap .fbpfv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.fbpfv-content-wrap .fbpfv-icon-lens::before {
  width: 17px;
  height: 17px;
  left: 13px;
  top: 12px;
  border: 3px solid #2768ff;
  border-radius: 50%;
}

.fbpfv-content-wrap .fbpfv-icon-lens::after {
  width: 12px;
  height: 3px;
  left: 27px;
  top: 30px;
  border-radius: 8px;
  background: #00a985;
  transform: rotate(45deg);
}

.fbpfv-content-wrap .fbpfv-icon-speed::before {
  width: 25px;
  height: 25px;
  left: 11px;
  top: 12px;
  border: 3px solid #2768ff;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.fbpfv-content-wrap .fbpfv-icon-speed::after {
  width: 15px;
  height: 3px;
  left: 23px;
  top: 24px;
  border-radius: 8px;
  background: #00a985;
  transform: rotate(-28deg);
}

.fbpfv-content-wrap .fbpfv-icon-frame::before {
  inset: 12px;
  border: 3px solid #2768ff;
  border-radius: 8px;
}

.fbpfv-content-wrap .fbpfv-icon-frame::after {
  width: 8px;
  height: 8px;
  right: 14px;
  top: 14px;
  border-radius: 50%;
  background: #00a985;
}

.fbpfv-content-wrap .fbpfv-icon-path::before {
  width: 26px;
  height: 18px;
  left: 11px;
  top: 16px;
  border: 3px solid #2768ff;
  border-radius: 12px;
}

.fbpfv-content-wrap .fbpfv-icon-path::after {
  width: 8px;
  height: 8px;
  left: 20px;
  top: 21px;
  border-radius: 50%;
  background: #00a985;
  box-shadow: 10px 0 0 rgba(0, 184, 148, 0.45);
}

.fbpfv-content-wrap .fbpfv-icon-phone::before {
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #2768ff;
  border-radius: 8px;
}

.fbpfv-content-wrap .fbpfv-icon-phone::after {
  width: 6px;
  height: 3px;
  left: 21px;
  bottom: 13px;
  border-radius: 8px;
  background: #00a985;
}

.fbpfv-content-wrap .fbpfv-icon-bookmark::before {
  width: 22px;
  height: 28px;
  left: 13px;
  top: 10px;
  border-radius: 8px 8px 5px 5px;
  background: #2768ff;
}

.fbpfv-content-wrap .fbpfv-icon-bookmark::after {
  width: 12px;
  height: 12px;
  left: 18px;
  top: 29px;
  background: #eaf3ff;
  transform: rotate(45deg);
}

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

.fbpfv-content-wrap .fbpfv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 255, 0.96)),
    #ffffff;
}

.fbpfv-content-wrap .fbpfv-step-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  top: -80px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(39, 104, 255, 0.12), rgba(0, 184, 148, 0.12));
}

.fbpfv-content-wrap .fbpfv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #2768ff, #00b894);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(39, 104, 255, 0.24);
}

.fbpfv-content-wrap .fbpfv-step-copy {
  position: relative;
  z-index: 1;
}

.fbpfv-content-wrap .fbpfv-use-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.fbpfv-content-wrap .fbpfv-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #00b894;
  box-shadow: 0 0 0 8px rgba(0, 184, 148, 0.12), 0 0 0 16px rgba(39, 104, 255, 0.06);
}

.fbpfv-content-wrap .fbpfv-trust-card {
  background: #ffffff;
}

.fbpfv-content-wrap .fbpfv-badge {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef5ff;
  color: #2457d6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

.fbpfv-content-wrap .fbpfv-reveal.fbpfv-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) {
  .fbpfv-content-wrap .fbpfv-section {
    padding: 48px 0;
  }

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

  .fbpfv-content-wrap .fbpfv-heading h2 {
    font-size: 25px;
  }

  .fbpfv-content-wrap .fbpfv-heading p {
    font-size: 14px;
  }

  .fbpfv-content-wrap .fbpfv-card-grid,
  .fbpfv-content-wrap .fbpfv-steps {
    gap: 16px;
    margin-top: 28px;
  }

  .fbpfv-content-wrap .fbpfv-grid-six,
  .fbpfv-content-wrap .fbpfv-grid-three {
    grid-template-columns: 1fr;
  }

  .fbpfv-content-wrap .fbpfv-card,
  .fbpfv-content-wrap .fbpfv-trust-card {
    padding: 24px;
  }

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

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

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

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

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

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

  .fbpfv-content-wrap .fbpfv-heading h2 {
    font-size: 28px;
  }

  .fbpfv-content-wrap .fbpfv-heading p {
    font-size: 15px;
  }

  .fbpfv-content-wrap .fbpfv-card-grid,
  .fbpfv-content-wrap .fbpfv-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .fbpfv-content-wrap .fbpfv-grid-six,
  .fbpfv-content-wrap .fbpfv-grid-three {
    grid-template-columns: 1fr;
  }

  .fbpfv-content-wrap .fbpfv-card,
  .fbpfv-content-wrap .fbpfv-trust-card {
    padding: 26px;
  }

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

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

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

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

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

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

  .fbpfv-content-wrap .fbpfv-heading h2 {
    font-size: 31px;
  }

  .fbpfv-content-wrap .fbpfv-heading p {
    font-size: 16px;
  }

  .fbpfv-content-wrap .fbpfv-card-grid,
  .fbpfv-content-wrap .fbpfv-steps {
    gap: 20px;
    margin-top: 34px;
  }

  .fbpfv-content-wrap .fbpfv-grid-six,
  .fbpfv-content-wrap .fbpfv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

  .fbpfv-content-wrap .fbpfv-card p,
  .fbpfv-content-wrap .fbpfv-step-card p,
  .fbpfv-content-wrap .fbpfv-trust-card p {
    font-size: 15.5px;
  }

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

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

  .fbpfv-content-wrap .fbpfv-container {
    padding: 0 28px;
  }

  .fbpfv-content-wrap .fbpfv-heading h2 {
    font-size: 38px;
  }

  .fbpfv-content-wrap .fbpfv-heading p {
    font-size: 17px;
  }

  .fbpfv-content-wrap .fbpfv-card-grid {
    gap: 22px;
    margin-top: 40px;
  }

  .fbpfv-content-wrap .fbpfv-steps {
    gap: 20px;
    margin-top: 40px;
  }

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

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

  .fbpfv-content-wrap .fbpfv-step-card {
    gap: 22px;
    padding: 30px;
  }

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

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

  .fbpfv-content-wrap .fbpfv-step-number {
    font-size: 20px;
  }
}

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

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

  .fbpfv-content-wrap .fbpfv-heading h2 {
    font-size: 46px;
  }

  .fbpfv-content-wrap .fbpfv-heading p {
    font-size: 17px;
  }

  .fbpfv-content-wrap .fbpfv-card-grid {
    gap: 24px;
    margin-top: 46px;
  }

  .fbpfv-content-wrap .fbpfv-steps {
    gap: 22px;
    margin-top: 46px;
  }

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

  .fbpfv-content-wrap .fbpfv-card,
  .fbpfv-content-wrap .fbpfv-trust-card {
    min-height: 250px;
    padding: 32px;
  }

  .fbpfv-content-wrap .fbpfv-step-card {
    gap: 26px;
    min-height: 142px;
    padding: 34px;
  }

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

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

  .fbpfv-content-wrap .fbpfv-step-number {
    font-size: 21px;
  }
}