@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: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", 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;
  width: 100%;
}

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

.fbpv-editorial-wrap .fbpv-section-soft {
  background:
    radial-gradient(circle at top left, rgba(24, 119, 242, 0.08), transparent 34%),
    linear-gradient(180deg, #f7faff 0%, #f9fbff 100%);
}

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

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

.fbpv-editorial-wrap .fbpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 7px 13px;
  border: 1px solid rgba(24, 119, 242, 0.18);
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.08);
  color: #1459b8;
  font-weight: 700;
  line-height: 1.2;
}

.fbpv-editorial-wrap .fbpv-heading h2 {
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.fbpv-editorial-wrap .fbpv-heading p {
  margin: 16px auto 0;
  color: #59667a;
  line-height: 1.7;
}

.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;
  overflow: hidden;
  border: 1px solid rgba(20, 89, 184, 0.12);
  box-shadow: 0 16px 44px rgba(24, 49, 83, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.fbpv-editorial-wrap .fbpv-card,
.fbpv-editorial-wrap .fbpv-trust-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border-radius: 22px;
}

.fbpv-editorial-wrap .fbpv-card::before,
.fbpv-editorial-wrap .fbpv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1877f2, #42a5ff, #7cc4ff);
  opacity: 0.86;
}

.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.28);
  box-shadow: 0 24px 60px rgba(24, 49, 83, 0.13);
}

.fbpv-editorial-wrap .fbpv-card h3,
.fbpv-editorial-wrap .fbpv-trust-card h3,
.fbpv-editorial-wrap .fbpv-step-content h3 {
  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 {
  margin: 10px 0 0;
  color: #5d6a7d;
  line-height: 1.68;
}

.fbpv-editorial-wrap .fbpv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #1877f2, #62b1ff);
  box-shadow: 0 12px 28px rgba(24, 119, 242, 0.24);
}

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

.fbpv-editorial-wrap .fbpv-icon-window::before {
  width: 22px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

.fbpv-editorial-wrap .fbpv-icon-window::after {
  width: 10px;
  height: 2px;
  bottom: 13px;
  background: #ffffff;
  border-radius: 999px;
}

.fbpv-editorial-wrap .fbpv-icon-speed::before {
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-bottom-color: transparent;
}

.fbpv-editorial-wrap .fbpv-icon-speed::after {
  width: 12px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-35deg);
  transform-origin: left center;
  border-radius: 999px;
}

.fbpv-editorial-wrap .fbpv-icon-preview::before {
  width: 24px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 12px;
}

.fbpv-editorial-wrap .fbpv-icon-preview::after {
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
}

.fbpv-editorial-wrap .fbpv-icon-steps::before {
  width: 24px;
  height: 3px;
  background: #ffffff;
  box-shadow: 0 -8px 0 #ffffff, 0 8px 0 #ffffff;
  border-radius: 999px;
}

.fbpv-editorial-wrap .fbpv-icon-mobile::before {
  width: 16px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.fbpv-editorial-wrap .fbpv-icon-mobile::after {
  width: 4px;
  height: 4px;
  bottom: 12px;
  background: #ffffff;
  border-radius: 50%;
}

.fbpv-editorial-wrap .fbpv-icon-daily::before {
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.fbpv-editorial-wrap .fbpv-icon-daily::after {
  width: 12px;
  height: 7px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  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;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(24, 119, 242, 0.48), rgba(124, 196, 255, 0.24)) border-box;
  border: 1px solid transparent;
  border-radius: 24px;
}

.fbpv-editorial-wrap .fbpv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #1877f2, #42a5ff);
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
  border-radius: 18px;
}

.fbpv-editorial-wrap .fbpv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #1459b8;
  background: rgba(24, 119, 242, 0.08);
  border: 1px solid rgba(24, 119, 242, 0.14);
  font-weight: 800;
  line-height: 1.2;
}

.fbpv-editorial-wrap .fbpv-trust-mark {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(66, 165, 255, 0.2));
  border: 1px solid rgba(24, 119, 242, 0.16);
  position: relative;
}

.fbpv-editorial-wrap .fbpv-trust-mark::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 13px;
  height: 20px;
  border-right: 3px solid #1877f2;
  border-bottom: 3px solid #1877f2;
  transform: rotate(42deg);
  border-radius: 2px;
}

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

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

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

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

  .fbpv-editorial-wrap .fbpv-kicker {
    font-size: 12px;
  }

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

  .fbpv-editorial-wrap .fbpv-heading 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: 24px 20px;
  }

  .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: 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 18px;
  }

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

  .fbpv-editorial-wrap .fbpv-badge {
    font-size: 12px;
  }
}

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

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

  .fbpv-editorial-wrap .fbpv-kicker {
    font-size: 12px;
  }

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

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

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

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

  .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: 18px;
    margin-top: 32px;
  }

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

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

  .fbpv-editorial-wrap .fbpv-badge {
    font-size: 12px;
  }
}

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

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

  .fbpv-editorial-wrap .fbpv-kicker {
    font-size: 13px;
  }

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

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

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

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

  .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: 15px;
  }

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

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

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

  .fbpv-editorial-wrap .fbpv-badge {
    font-size: 13px;
  }
}

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

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

  .fbpv-editorial-wrap .fbpv-kicker {
    font-size: 13px;
  }

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

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

  .fbpv-editorial-wrap .fbpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

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

  .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: 15px;
  }

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

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

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

  .fbpv-editorial-wrap .fbpv-badge {
    font-size: 13px;
  }
}

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

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

  .fbpv-editorial-wrap .fbpv-kicker {
    font-size: 13px;
  }

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

  .fbpv-editorial-wrap .fbpv-heading p {
    font-size: 18px;
  }

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

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

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

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

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

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

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

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

  .fbpv-editorial-wrap .fbpv-badge {
    font-size: 13px;
  }
}