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

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

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

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

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

.fbpv-content-wrap .fbpv-section-soft {
  background:
    radial-gradient(circle at 10% 0%, rgba(24, 119, 242, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

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

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

.fbpv-content-wrap .fbpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(24, 119, 242, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(0, 199, 255, 0.08));
  color: #155cc2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.fbpv-content-wrap .fbpv-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.fbpv-content-wrap .fbpv-section-head p {
  margin: 14px auto 0;
  color: #556276;
  line-height: 1.75;
}

.fbpv-content-wrap .fbpv-card-grid,
.fbpv-content-wrap .fbpv-trust-grid {
  display: grid;
  align-items: stretch;
}

.fbpv-content-wrap .fbpv-info-card,
.fbpv-content-wrap .fbpv-use-card,
.fbpv-content-wrap .fbpv-trust-card,
.fbpv-content-wrap .fbpv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 42, 74, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(22, 38, 66, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.fbpv-content-wrap .fbpv-info-card::before,
.fbpv-content-wrap .fbpv-use-card::before,
.fbpv-content-wrap .fbpv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #1877f2, #00c7ff, #45d483);
  opacity: 0.9;
}

.fbpv-content-wrap .fbpv-info-card:hover,
.fbpv-content-wrap .fbpv-use-card:hover,
.fbpv-content-wrap .fbpv-trust-card:hover,
.fbpv-content-wrap .fbpv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 119, 242, 0.22);
  box-shadow: 0 22px 58px rgba(24, 119, 242, 0.13);
}

.fbpv-content-wrap .fbpv-info-card h3,
.fbpv-content-wrap .fbpv-use-card h3,
.fbpv-content-wrap .fbpv-trust-card h3,
.fbpv-content-wrap .fbpv-step-copy h3 {
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbpv-content-wrap .fbpv-info-card p,
.fbpv-content-wrap .fbpv-use-card p,
.fbpv-content-wrap .fbpv-trust-card p,
.fbpv-content-wrap .fbpv-step-copy p,
.fbpv-content-wrap .fbpv-note p {
  margin: 10px 0 0;
  color: #5d687a;
  line-height: 1.7;
}

.fbpv-content-wrap .fbpv-icon {
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1877f2, #00b7ff);
  box-shadow: 0 12px 24px rgba(24, 119, 242, 0.22);
}

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

.fbpv-content-wrap .fbpv-icon-eye::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 18px 18px 18px 18px / 12px 12px 12px 12px;
}

.fbpv-content-wrap .fbpv-icon-eye::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}

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

.fbpv-content-wrap .fbpv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 23px;
  top: 22px;
  border-radius: 2px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.fbpv-content-wrap .fbpv-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.fbpv-content-wrap .fbpv-icon-preview::after {
  width: 14px;
  height: 2px;
  left: 16px;
  top: 21px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.85);
}

.fbpv-content-wrap .fbpv-icon-steps::before {
  width: 7px;
  height: 7px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.fbpv-content-wrap .fbpv-icon-steps::after {
  width: 15px;
  height: 2px;
  left: 23px;
  top: 16px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0.85), 0 18px 0 rgba(255, 255, 255, 0.7);
}

.fbpv-content-wrap .fbpv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

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

.fbpv-content-wrap .fbpv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.fbpv-content-wrap .fbpv-icon-daily::after {
  width: 12px;
  height: 8px;
  left: 17px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

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

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

.fbpv-content-wrap .fbpv-step-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -46px;
  top: -58px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 119, 242, 0.15), transparent 70%);
}

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

.fbpv-content-wrap .fbpv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 253, 255, 0.96)),
    #ffffff;
}

.fbpv-content-wrap .fbpv-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #1877f2;
  box-shadow: 0 0 0 7px rgba(24, 119, 242, 0.1), 0 0 0 14px rgba(0, 199, 255, 0.05);
}

.fbpv-content-wrap .fbpv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.09);
  color: #155cc2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.fbpv-content-wrap .fbpv-note {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(24, 119, 242, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(69, 212, 131, 0.07));
  text-align: center;
}

.fbpv-content-wrap .fbpv-note p {
  margin: 0;
  color: #314055;
  font-weight: 600;
}

@keyframes fbpvFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fbpv-content-wrap .fbpv-info-card,
.fbpv-content-wrap .fbpv-use-card,
.fbpv-content-wrap .fbpv-trust-card,
.fbpv-content-wrap .fbpv-step-card {
  animation: fbpvFadeUp 620ms ease both;
}

.fbpv-content-wrap .fbpv-card-grid article:nth-child(2),
.fbpv-content-wrap .fbpv-steps article:nth-child(2),
.fbpv-content-wrap .fbpv-trust-grid article:nth-child(2) {
  animation-delay: 70ms;
}

.fbpv-content-wrap .fbpv-card-grid article:nth-child(3),
.fbpv-content-wrap .fbpv-steps article:nth-child(3),
.fbpv-content-wrap .fbpv-trust-grid article:nth-child(3) {
  animation-delay: 140ms;
}

.fbpv-content-wrap .fbpv-card-grid article:nth-child(4) {
  animation-delay: 210ms;
}

.fbpv-content-wrap .fbpv-card-grid article:nth-child(5) {
  animation-delay: 280ms;
}

.fbpv-content-wrap .fbpv-card-grid article:nth-child(6) {
  animation-delay: 350ms;
}

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

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

  .fbpv-content-wrap .fbpv-section-head h2 {
    font-size: 25px;
  }

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

  .fbpv-content-wrap .fbpv-card-grid,
  .fbpv-content-wrap .fbpv-trust-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .fbpv-content-wrap .fbpv-info-card,
  .fbpv-content-wrap .fbpv-use-card,
  .fbpv-content-wrap .fbpv-trust-card {
    padding: 24px 20px;
  }

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

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

  .fbpv-content-wrap .fbpv-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

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

  .fbpv-content-wrap .fbpv-note {
    margin-top: 22px;
    padding: 18px;
  }

  .fbpv-content-wrap .fbpv-note p {
    font-size: 14px;
  }
}

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

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

  .fbpv-content-wrap .fbpv-section-head h2 {
    font-size: 28px;
  }

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

  .fbpv-content-wrap .fbpv-card-grid,
  .fbpv-content-wrap .fbpv-trust-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .fbpv-content-wrap .fbpv-info-card,
  .fbpv-content-wrap .fbpv-use-card,
  .fbpv-content-wrap .fbpv-trust-card {
    padding: 26px 22px;
  }

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

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

  .fbpv-content-wrap .fbpv-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

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

  .fbpv-content-wrap .fbpv-note {
    margin-top: 24px;
    padding: 20px;
  }

  .fbpv-content-wrap .fbpv-note p {
    font-size: 15px;
  }
}

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

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

  .fbpv-content-wrap .fbpv-section-head h2 {
    font-size: 32px;
  }

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

  .fbpv-content-wrap .fbpv-card-grid,
  .fbpv-content-wrap .fbpv-trust-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .fbpv-content-wrap .fbpv-info-card,
  .fbpv-content-wrap .fbpv-use-card,
  .fbpv-content-wrap .fbpv-trust-card {
    padding: 28px 24px;
  }

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

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

  .fbpv-content-wrap .fbpv-steps {
    gap: 20px;
    margin-top: 34px;
  }

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

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

  .fbpv-content-wrap .fbpv-note {
    margin-top: 26px;
    padding: 22px;
  }

  .fbpv-content-wrap .fbpv-note p {
    font-size: 15px;
  }
}

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

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

  .fbpv-content-wrap .fbpv-section-head h2 {
    font-size: 40px;
  }

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

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

  .fbpv-content-wrap .fbpv-info-card,
  .fbpv-content-wrap .fbpv-use-card,
  .fbpv-content-wrap .fbpv-trust-card {
    padding: 30px 26px;
  }

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

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

  .fbpv-content-wrap .fbpv-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

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

  .fbpv-content-wrap .fbpv-note {
    margin-top: 30px;
    padding: 24px 28px;
  }

  .fbpv-content-wrap .fbpv-note p {
    font-size: 16px;
  }
}

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

  .fbpv-content-wrap .fbpv-container {
    padding: 0 36px;
  }

  .fbpv-content-wrap .fbpv-section-head h2 {
    font-size: 46px;
  }

  .fbpv-content-wrap .fbpv-section-head p {
    font-size: 18px;
  }

  .fbpv-content-wrap .fbpv-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .fbpv-content-wrap .fbpv-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .fbpv-content-wrap .fbpv-info-card,
  .fbpv-content-wrap .fbpv-use-card,
  .fbpv-content-wrap .fbpv-trust-card {
    min-height: 244px;
    padding: 32px 28px;
  }

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

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

  .fbpv-content-wrap .fbpv-steps {
    gap: 22px;
    margin-top: 48px;
  }

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

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

  .fbpv-content-wrap .fbpv-note {
    margin-top: 32px;
    padding: 26px 34px;
  }

  .fbpv-content-wrap .fbpv-note p {
    font-size: 16px;
  }
}