@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: hidden;
  color: #182235;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.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, #f7f9ff 0%, #f9fbff 52%, #ffffff 100%);
}

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

.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;
  min-height: 30px;
  padding: 6px 13px;
  margin-bottom: 14px;
  border: 1px solid rgba(45, 111, 255, 0.18);
  border-radius: 999px;
  background: rgba(45, 111, 255, 0.08);
  color: #2458c8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.fbpv-editorial-wrap .fbpv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2d6fff, #22c7d8);
  box-shadow: 0 0 0 5px rgba(45, 111, 255, 0.12);
}

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

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

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

.fbpv-editorial-wrap .fbpv-card {
  position: relative;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(29, 44, 70, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(24, 34, 53, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.fbpv-editorial-wrap .fbpv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(45, 111, 255, 0.14), rgba(34, 199, 216, 0.08), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 260ms ease;
}

.fbpv-editorial-wrap .fbpv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(45, 111, 255, 0.25);
  box-shadow: 0 24px 60px rgba(24, 34, 53, 0.12);
}

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

.fbpv-editorial-wrap .fbpv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #162033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbpv-editorial-wrap .fbpv-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #626d80;
  line-height: 1.68;
}

.fbpv-editorial-wrap .fbpv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2d6fff, #22c7d8);
  box-shadow: 0 12px 26px rgba(45, 111, 255, 0.22);
  transition: transform 260ms ease;
}

.fbpv-editorial-wrap .fbpv-card:hover .fbpv-icon {
  transform: translateY(-2px) rotate(-3deg);
}

.fbpv-editorial-wrap .fbpv-icon::before,
.fbpv-editorial-wrap .fbpv-icon::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.fbpv-editorial-wrap .fbpv-icon-frame::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 14px;
}

.fbpv-editorial-wrap .fbpv-icon-frame::after {
  width: 8px;
  height: 8px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
}

.fbpv-editorial-wrap .fbpv-icon-speed::before {
  width: 24px;
  height: 4px;
  left: 11px;
  top: 15px;
}

.fbpv-editorial-wrap .fbpv-icon-speed::after {
  width: 18px;
  height: 4px;
  left: 17px;
  top: 27px;
}

.fbpv-editorial-wrap .fbpv-icon-preview::before {
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.fbpv-editorial-wrap .fbpv-icon-preview::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
}

.fbpv-editorial-wrap .fbpv-icon-steps::before {
  width: 5px;
  height: 24px;
  left: 14px;
  top: 11px;
}

.fbpv-editorial-wrap .fbpv-icon-steps::after {
  width: 15px;
  height: 5px;
  left: 23px;
  top: 20px;
}

.fbpv-editorial-wrap .fbpv-icon-mobile::before {
  width: 17px;
  height: 26px;
  left: 15px;
  top: 10px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.fbpv-editorial-wrap .fbpv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 12px;
  border-radius: 50%;
}

.fbpv-editorial-wrap .fbpv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.fbpv-editorial-wrap .fbpv-icon-daily::after {
  width: 12px;
  height: 4px;
  left: 20px;
  top: 21px;
}

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

.fbpv-editorial-wrap .fbpv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(45, 111, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 18px 44px rgba(24, 34, 53, 0.08);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.fbpv-editorial-wrap .fbpv-step-card::before {
  content: "";
  position: absolute;
  left: 35px;
  top: -18px;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, transparent, rgba(45, 111, 255, 0.35));
}

.fbpv-editorial-wrap .fbpv-step-card:first-child::before {
  display: none;
}

.fbpv-editorial-wrap .fbpv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 111, 255, 0.28);
  box-shadow: 0 24px 58px rgba(24, 34, 53, 0.11);
}

.fbpv-editorial-wrap .fbpv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #1d5cff, #21bfd2);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(45, 111, 255, 0.24);
}

.fbpv-editorial-wrap .fbpv-step-content h3 {
  margin: 0;
  color: #162033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbpv-editorial-wrap .fbpv-step-content p {
  margin: 8px 0 0;
  color: #626d80;
  line-height: 1.7;
}

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

.fbpv-editorial-wrap .fbpv-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2d6fff, #22c7d8);
  box-shadow: 0 0 0 8px rgba(45, 111, 255, 0.1);
}

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

.fbpv-editorial-wrap .fbpv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(34, 199, 216, 0.1);
  color: #136b78;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

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

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

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

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

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

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

  .fbpv-editorial-wrap .fbpv-grid-six,
  .fbpv-editorial-wrap .fbpv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

@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: 30px;
  }

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

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

  .fbpv-editorial-wrap .fbpv-grid-six,
  .fbpv-editorial-wrap .fbpv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

@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: 34px;
  }

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

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

  .fbpv-editorial-wrap .fbpv-grid-six,
  .fbpv-editorial-wrap .fbpv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

  .fbpv-editorial-wrap .fbpv-grid,
  .fbpv-editorial-wrap .fbpv-steps {
    gap: 22px;
    margin-top: 46px;
  }

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

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

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

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

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

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

@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: 48px;
  }

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

  .fbpv-editorial-wrap .fbpv-grid,
  .fbpv-editorial-wrap .fbpv-steps {
    gap: 24px;
    margin-top: 52px;
  }

  .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 {
    padding: 30px;
  }

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

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

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

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