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

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

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

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

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

.fbpv-content .fbpv-section-soft {
  background: linear-gradient(180deg, #f7faff 0%, #f8fbff 52%, #ffffff 100%);
}

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

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

.fbpv-content .fbpv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(24, 119, 242, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(32, 201, 151, 0.1));
  color: #1263d8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.fbpv-content .fbpv-heading h2 {
  margin: 16px 0 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.fbpv-content .fbpv-heading p {
  margin: 15px auto 0;
  color: #526176;
  line-height: 1.75;
}

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

.fbpv-content .fbpv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(30, 64, 175, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.fbpv-content .fbpv-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1877f2, #20c997);
  opacity: 0.82;
}

.fbpv-content .fbpv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 119, 242, 0.22);
  box-shadow: 0 24px 60px rgba(30, 64, 175, 0.14);
}

.fbpv-content .fbpv-card h3 {
  margin: 0;
  color: #132038;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbpv-content .fbpv-card p {
  margin: 10px 0 0;
  color: #5b687b;
  line-height: 1.7;
}

.fbpv-content .fbpv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.14), rgba(32, 201, 151, 0.14));
  box-shadow: inset 0 0 0 1px rgba(24, 119, 242, 0.12);
}

.fbpv-content .fbpv-icon::before,
.fbpv-content .fbpv-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.fbpv-content .fbpv-card:hover .fbpv-icon::before,
.fbpv-content .fbpv-card:hover .fbpv-icon::after {
  transform: translateY(-1px);
}

.fbpv-content .fbpv-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #1877f2;
  border-radius: 50%;
}

.fbpv-content .fbpv-icon-view::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 20px;
  border-radius: 50%;
  background: #20c997;
}

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

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

.fbpv-content .fbpv-icon-preview::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #1877f2;
  border-radius: 6px;
}

.fbpv-content .fbpv-icon-preview::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 3px;
  background: #20c997;
  box-shadow: 0 6px 0 rgba(32, 201, 151, 0.45);
}

.fbpv-content .fbpv-icon-steps::before {
  width: 7px;
  height: 7px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: #1877f2;
  box-shadow: 0 12px 0 #20c997, 0 24px 0 rgba(24, 119, 242, 0.45);
}

.fbpv-content .fbpv-icon-steps::after {
  width: 15px;
  height: 2px;
  left: 24px;
  top: 16px;
  border-radius: 2px;
  background: rgba(24, 119, 242, 0.55);
  box-shadow: 0 12px 0 rgba(32, 201, 151, 0.5), 0 24px 0 rgba(24, 119, 242, 0.28);
}

.fbpv-content .fbpv-icon-mobile::before {
  width: 16px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #1877f2;
  border-radius: 7px;
}

.fbpv-content .fbpv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  top: 28px;
  border-radius: 50%;
  background: #20c997;
}

.fbpv-content .fbpv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #1877f2;
  border-radius: 9px;
}

.fbpv-content .fbpv-icon-daily::after {
  width: 12px;
  height: 12px;
  left: 21px;
  top: 12px;
  border-right: 2px solid #20c997;
  border-top: 2px solid #20c997;
  border-radius: 3px;
}

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

.fbpv-content .fbpv-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 119, 242, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(30, 64, 175, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.fbpv-content .fbpv-step::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 119, 242, 0.14), rgba(32, 201, 151, 0));
  pointer-events: none;
}

.fbpv-content .fbpv-step:hover {
  transform: translateY(-4px);
  border-color: rgba(24, 119, 242, 0.25);
  box-shadow: 0 24px 64px rgba(30, 64, 175, 0.14);
}

.fbpv-content .fbpv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #1877f2, #20c997);
  box-shadow: 0 15px 32px rgba(24, 119, 242, 0.22);
}

.fbpv-content .fbpv-step h3 {
  margin: 0;
  color: #132038;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbpv-content .fbpv-step p {
  margin: 8px 0 0;
  color: #5b687b;
  line-height: 1.7;
}

.fbpv-content .fbpv-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin-bottom: 17px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.09);
  color: #1263d8;
  font-size: 12px;
  font-weight: 800;
}

.fbpv-content .fbpv-trust-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(24, 119, 242, 0.28), rgba(32, 201, 151, 0.28)) border-box;
  border: 1px solid transparent;
}

.fbpv-content .fbpv-trust-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #20c997;
  box-shadow: 0 0 0 8px rgba(32, 201, 151, 0.12), 0 0 0 16px rgba(24, 119, 242, 0.06);
}

.fbpv-content .fbpv-note {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(24, 119, 242, 0.14);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(32, 201, 151, 0.08));
  text-align: center;
}

.fbpv-content .fbpv-note p {
  margin: 0;
  color: #46566d;
  line-height: 1.75;
}

.fbpv-content .fbpv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

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

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

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

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

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

  .fbpv-content .fbpv-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .fbpv-content .fbpv-card h3 {
    font-size: 18px;
  }

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

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

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

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

  .fbpv-content .fbpv-step h3 {
    font-size: 18px;
  }

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

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

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

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

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

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

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

  .fbpv-content .fbpv-card {
    padding: 26px 22px;
    border-radius: 20px;
  }

  .fbpv-content .fbpv-card h3 {
    font-size: 19px;
  }

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

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

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

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

  .fbpv-content .fbpv-step h3 {
    font-size: 19px;
  }

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

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

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

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

  .fbpv-content .fbpv-heading h2 {
    font-size: 32px;
  }

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

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

  .fbpv-content .fbpv-card {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .fbpv-content .fbpv-card h3 {
    font-size: 20px;
  }

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

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

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

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

  .fbpv-content .fbpv-step h3 {
    font-size: 20px;
  }

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

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

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

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

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

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

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

  .fbpv-content .fbpv-card {
    padding: 30px 26px;
  }

  .fbpv-content .fbpv-card h3 {
    font-size: 21px;
  }

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

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

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

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

  .fbpv-content .fbpv-step h3 {
    font-size: 22px;
  }

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

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

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

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

  .fbpv-content .fbpv-heading h2 {
    font-size: 44px;
  }

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

  .fbpv-content .fbpv-grid {
    gap: 24px;
    margin-top: 46px;
  }

  .fbpv-content .fbpv-grid-3,
  .fbpv-content .fbpv-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fbpv-content .fbpv-card {
    padding: 32px 28px;
  }

  .fbpv-content .fbpv-card h3 {
    font-size: 21px;
  }

  .fbpv-content .fbpv-card p {
    font-size: 15.5px;
  }

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

  .fbpv-content .fbpv-step {
    gap: 28px;
    padding: 32px 34px;
  }

  .fbpv-content .fbpv-step-number {
    width: 72px;
    height: 72px;
    font-size: 21px;
  }

  .fbpv-content .fbpv-step h3 {
    font-size: 23px;
  }

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

  .fbpv-content .fbpv-note {
    margin-top: 34px;
    padding: 28px 34px;
  }
}