@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.fbpv-2026-viewer,
.fbpv-2026-viewer * {
  box-sizing: border-box;
}

.fbpv-2026-viewer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #18212f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.fbpv-2026-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
  position: relative;
}

.fbpv-2026-section {
  position: relative;
  width: 100%;
  isolation: isolate;
  text-align: center;
}

.fbpv-2026-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

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

.fbpv-2026-section-tint::before {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.08), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #eef6f8 100%);
}

.fbpv-2026-section h2 {
  max-width: 980px;
  margin: 0 auto;
  color: #101828;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  text-align: center;
}

.fbpv-2026-intro {
  max-width: 760px;
  margin: 16px auto 0;
  color: #536176;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}

.fbpv-2026-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.fbpv-2026-card {
  position: relative;
  display: block;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 253, 255, 0.98) 100%);
  border: 1px solid rgba(24, 119, 242, 0.14);
  box-shadow: 0 18px 48px rgba(17, 45, 78, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
  background-size: 100% 140%;
}

.fbpv-2026-card::after {
  content: "";
  position: absolute;
  inset: auto 18% 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #1877f2, #18a8a8, #f7b731);
  opacity: 0;
  transform: translateY(4px) scaleX(0.65);
  transition: opacity 260ms ease, transform 260ms ease;
}

.fbpv-2026-card:hover {
  transform: translateY(-7px);
  border-color: rgba(24, 119, 242, 0.34);
  box-shadow: 0 24px 68px rgba(17, 45, 78, 0.16);
  background-position: 0 100%;
}

.fbpv-2026-card:hover::after {
  opacity: 1;
  transform: translateY(0) scaleX(1);
}

.fbpv-2026-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 26%;
  color: #ffffff;
  background:
    linear-gradient(135deg, #1877f2 0%, #18a8a8 58%, #f7b731 100%);
  box-shadow: 0 14px 34px rgba(24, 119, 242, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbpv-2026-card:hover .fbpv-2026-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 42px rgba(24, 119, 242, 0.3);
}

.fbpv-2026-i {
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

.fbpv-2026-card h3 {
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.fbpv-2026-card p {
  margin: 0 auto;
  color: #5b6879;
  font-weight: 500;
  line-height: 1.62;
  text-align: center;
}

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

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

@media (min-width: 1024px) {
  .fbpv-2026-section {
    padding: 86px 22px;
  }

  .fbpv-2026-section h2 {
    font-size: 44px;
    white-space: nowrap;
  }

  .fbpv-2026-intro {
    font-size: 18px;
    margin-bottom: 42px;
  }

  .fbpv-2026-grid {
    gap: 24px;
  }

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

  .fbpv-2026-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fbpv-2026-card {
    min-height: 296px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .fbpv-2026-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .fbpv-2026-i {
    font-size: 28px;
  }

  .fbpv-2026-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

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

@media (min-width: 768px) and (max-width: 1023px) {
  .fbpv-2026-section {
    padding: 68px 22px;
  }

  .fbpv-2026-section h2 {
    font-size: 36px;
  }

  .fbpv-2026-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .fbpv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .fbpv-2026-card {
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .fbpv-2026-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

  .fbpv-2026-i {
    font-size: 25px;
  }

  .fbpv-2026-card h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }

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

@media (min-width: 430px) and (max-width: 767px) {
  .fbpv-2026-section {
    padding: 52px 16px;
  }

  .fbpv-2026-section h2 {
    font-size: 28px;
  }

  .fbpv-2026-intro {
    font-size: 14px;
    line-height: 1.58;
    margin-top: 12px;
    margin-bottom: 26px;
  }

  .fbpv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .fbpv-2026-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .fbpv-2026-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

  .fbpv-2026-i {
    font-size: 21px;
  }

  .fbpv-2026-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .fbpv-2026-card p {
    font-size: 12.8px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbpv-2026-section {
    padding: 46px 13px;
  }

  .fbpv-2026-section h2 {
    font-size: 25px;
    line-height: 1.16;
  }

  .fbpv-2026-intro {
    font-size: 13px;
    line-height: 1.52;
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .fbpv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .fbpv-2026-card {
    min-height: 222px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }

  .fbpv-2026-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .fbpv-2026-i {
    font-size: 19px;
  }

  .fbpv-2026-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .fbpv-2026-card p {
    font-size: 12.2px;
    line-height: 1.46;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbpv-2026-section {
    padding: 40px 10px;
  }

  .fbpv-2026-section h2 {
    font-size: 22px;
    line-height: 1.16;
  }

  .fbpv-2026-intro {
    font-size: 12.5px;
    line-height: 1.48;
    margin-top: 9px;
    margin-bottom: 18px;
  }

  .fbpv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .fbpv-2026-card {
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }

  .fbpv-2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .fbpv-2026-i {
    font-size: 18px;
  }

  .fbpv-2026-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .fbpv-2026-card p {
    font-size: 11.5px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .fbpv-2026-grid {
    grid-template-columns: 1fr;
  }
}