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

.fbpv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}

.fbpv-editorial-wrap,
.fbpv-editorial-wrap div,
.fbpv-editorial-wrap section,
.fbpv-editorial-wrap article {
  box-sizing: border-box;
}

.fbpv-editorial-wrap .fbpv-section {
  position: relative;
}

.fbpv-editorial-wrap .fbpv-section-white {
  background: #ffffff;
}

.fbpv-editorial-wrap .fbpv-section-soft {
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}

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

.fbpv-editorial-wrap .fbpv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.fbpv-editorial-wrap .fbpv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(24, 119, 242, 0.18);
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.08);
  color: #1464cf;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.fbpv-editorial-wrap .fbpv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1877f2, #00a6ff);
  box-shadow: 0 0 0 5px rgba(24, 119, 242, 0.12);
}

.fbpv-editorial-wrap h2 {
  margin: 0;
  color: #121a2c;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.fbpv-editorial-wrap .fbpv-section-head p {
  margin: 16px auto 0;
  color: #5c667a;
  line-height: 1.72;
}

.fbpv-editorial-wrap .fbpv-grid {
  display: grid;
  align-items: stretch;
}

.fbpv-editorial-wrap .fbpv-card,
.fbpv-editorial-wrap .fbpv-trust-card,
.fbpv-editorial-wrap .fbpv-step-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 34, 58, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(20, 34, 58, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.fbpv-editorial-wrap .fbpv-card::after,
.fbpv-editorial-wrap .fbpv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(0, 166, 255, 0) 46%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.fbpv-editorial-wrap .fbpv-card:hover,
.fbpv-editorial-wrap .fbpv-trust-card:hover,
.fbpv-editorial-wrap .fbpv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 119, 242, 0.22);
  box-shadow: 0 24px 58px rgba(20, 34, 58, 0.12);
}

.fbpv-editorial-wrap .fbpv-card:hover::after,
.fbpv-editorial-wrap .fbpv-trust-card:hover::after {
  opacity: 1;
}

.fbpv-editorial-wrap .fbpv-card h3,
.fbpv-editorial-wrap .fbpv-trust-card h3,
.fbpv-editorial-wrap .fbpv-step-content h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbpv-editorial-wrap .fbpv-card p,
.fbpv-editorial-wrap .fbpv-trust-card p,
.fbpv-editorial-wrap .fbpv-step-content p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #647084;
  line-height: 1.68;
}

.fbpv-editorial-wrap .fbpv-icon,
.fbpv-editorial-wrap .fbpv-trust-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1877f2, #00a6ff);
  box-shadow: 0 14px 28px rgba(24, 119, 242, 0.22);
}

.fbpv-editorial-wrap .fbpv-icon::before,
.fbpv-editorial-wrap .fbpv-icon::after,
.fbpv-editorial-wrap .fbpv-trust-icon::before,
.fbpv-editorial-wrap .fbpv-trust-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.fbpv-editorial-wrap .fbpv-icon-window::before {
  width: 24px;
  height: 17px;
  left: 12px;
  top: 16px;
  border-radius: 5px;
  opacity: 0.92;
}

.fbpv-editorial-wrap .fbpv-icon-window::after {
  width: 18px;
  height: 2px;
  left: 15px;
  top: 21px;
  border-radius: 2px;
  background: rgba(24, 119, 242, 0.6);
}

.fbpv-editorial-wrap .fbpv-icon-bolt::before {
  width: 13px;
  height: 24px;
  left: 18px;
  top: 12px;
  clip-path: polygon(55% 0, 100% 0, 66% 41%, 100% 41%, 36% 100%, 48% 55%, 13% 55%);
}

.fbpv-editorial-wrap .fbpv-icon-frame::before {
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.fbpv-editorial-wrap .fbpv-icon-frame::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 21px;
  border-radius: 50%;
}

.fbpv-editorial-wrap .fbpv-icon-path::before {
  width: 25px;
  height: 4px;
  left: 12px;
  top: 22px;
  border-radius: 6px;
}

.fbpv-editorial-wrap .fbpv-icon-path::after {
  width: 9px;
  height: 9px;
  right: 11px;
  top: 19px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}

.fbpv-editorial-wrap .fbpv-icon-phone::before {
  width: 18px;
  height: 26px;
  left: 15px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.fbpv-editorial-wrap .fbpv-icon-phone::after {
  width: 5px;
  height: 2px;
  left: 22px;
  bottom: 14px;
  border-radius: 2px;
}

.fbpv-editorial-wrap .fbpv-icon-check::before {
  width: 20px;
  height: 10px;
  left: 14px;
  top: 17px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}

.fbpv-editorial-wrap .fbpv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.fbpv-editorial-wrap .fbpv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f9fbff 100%);
}

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

.fbpv-editorial-wrap .fbpv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1877f2, #00a6ff);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 15px 32px rgba(24, 119, 242, 0.25);
}

.fbpv-editorial-wrap .fbpv-use-card {
  padding-top: 34px;
}

.fbpv-editorial-wrap .fbpv-badge-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1877f2, #00a6ff);
  box-shadow: 0 0 0 8px rgba(24, 119, 242, 0.1);
}

.fbpv-editorial-wrap .fbpv-trust-card {
  overflow: hidden;
}

.fbpv-editorial-wrap .fbpv-trust-lock::before {
  width: 22px;
  height: 16px;
  left: 13px;
  top: 21px;
  border-radius: 5px;
}

.fbpv-editorial-wrap .fbpv-trust-lock::after {
  width: 14px;
  height: 12px;
  left: 17px;
  top: 11px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}

.fbpv-editorial-wrap .fbpv-trust-speed::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  border-left-color: rgba(255, 255, 255, 0.35);
}

.fbpv-editorial-wrap .fbpv-trust-speed::after {
  width: 12px;
  height: 3px;
  left: 23px;
  top: 23px;
  border-radius: 3px;
  transform-origin: left center;
  transform: rotate(-35deg);
}

.fbpv-editorial-wrap .fbpv-trust-public::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.fbpv-editorial-wrap .fbpv-trust-public::after {
  width: 3px;
  height: 24px;
  left: 22px;
  top: 12px;
  border-radius: 3px;
}

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

.fbpv-editorial-wrap .fbpv-reveal.fbpv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbpv-editorial-wrap .fbpv-section {
    padding: 54px 0;
  }

  .fbpv-editorial-wrap .fbpv-container {
    padding: 0 16px;
  }

  .fbpv-editorial-wrap h2 {
    font-size: 25px;
  }

  .fbpv-editorial-wrap .fbpv-section-head p {
    font-size: 14px;
  }

  .fbpv-editorial-wrap .fbpv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

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

  .fbpv-editorial-wrap .fbpv-card h3,
  .fbpv-editorial-wrap .fbpv-trust-card h3,
  .fbpv-editorial-wrap .fbpv-step-content h3 {
    font-size: 17px;
  }

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

  .fbpv-editorial-wrap .fbpv-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .fbpv-editorial-wrap .fbpv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }

  .fbpv-editorial-wrap .fbpv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbpv-editorial-wrap .fbpv-section {
    padding: 60px 0;
  }

  .fbpv-editorial-wrap .fbpv-container {
    padding: 0 18px;
  }

  .fbpv-editorial-wrap h2 {
    font-size: 28px;
  }

  .fbpv-editorial-wrap .fbpv-section-head p {
    font-size: 15px;
  }

  .fbpv-editorial-wrap .fbpv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .fbpv-editorial-wrap .fbpv-card,
  .fbpv-editorial-wrap .fbpv-trust-card {
    padding: 24px;
    border-radius: 19px;
  }

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

  .fbpv-editorial-wrap .fbpv-card p,
  .fbpv-editorial-wrap .fbpv-trust-card p,
  .fbpv-editorial-wrap .fbpv-step-content p {
    font-size: 14.5px;
  }

  .fbpv-editorial-wrap .fbpv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .fbpv-editorial-wrap .fbpv-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 19px;
  }

  .fbpv-editorial-wrap .fbpv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbpv-editorial-wrap .fbpv-section {
    padding: 66px 0;
  }

  .fbpv-editorial-wrap .fbpv-container {
    padding: 0 22px;
  }

  .fbpv-editorial-wrap h2 {
    font-size: 31px;
  }

  .fbpv-editorial-wrap .fbpv-section-head p {
    font-size: 15.5px;
  }

  .fbpv-editorial-wrap .fbpv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .fbpv-editorial-wrap .fbpv-card,
  .fbpv-editorial-wrap .fbpv-trust-card {
    padding: 26px;
  }

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

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

  .fbpv-editorial-wrap .fbpv-steps {
    gap: 20px;
    margin-top: 38px;
  }

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .fbpv-editorial-wrap .fbpv-section {
    padding: 82px 0;
  }

  .fbpv-editorial-wrap .fbpv-container {
    padding: 0 30px;
  }

  .fbpv-editorial-wrap h2 {
    font-size: 38px;
  }

  .fbpv-editorial-wrap .fbpv-section-head p {
    font-size: 16px;
  }

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

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

  .fbpv-editorial-wrap .fbpv-grid {
    gap: 22px;
    margin-top: 44px;
  }

  .fbpv-editorial-wrap .fbpv-card,
  .fbpv-editorial-wrap .fbpv-trust-card {
    padding: 28px;
  }

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

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

  .fbpv-editorial-wrap .fbpv-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .fbpv-editorial-wrap .fbpv-step-card {
    gap: 24px;
    padding: 30px 32px;
  }

  .fbpv-editorial-wrap .fbpv-step-number {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .fbpv-editorial-wrap .fbpv-section {
    padding: 96px 0;
  }

  .fbpv-editorial-wrap .fbpv-container {
    padding: 0 32px;
  }

  .fbpv-editorial-wrap h2 {
    font-size: 44px;
  }

  .fbpv-editorial-wrap .fbpv-section-head p {
    font-size: 17px;
  }

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

  .fbpv-editorial-wrap .fbpv-grid {
    gap: 24px;
    margin-top: 50px;
  }

  .fbpv-editorial-wrap .fbpv-card,
  .fbpv-editorial-wrap .fbpv-trust-card {
    padding: 30px;
  }

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

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

  .fbpv-editorial-wrap .fbpv-steps {
    gap: 24px;
    margin-top: 50px;
  }

  .fbpv-editorial-wrap .fbpv-step-card {
    gap: 28px;
    padding: 34px 38px;
  }

  .fbpv-editorial-wrap .fbpv-step-number {
    width: 74px;
    height: 74px;
    font-size: 21px;
  }
}