@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');

.fbpv2026-wrap,
.fbpv2026-wrap * {
  box-sizing: border-box;
}

.fbpv2026-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17202a;
  font-family: inherit;
  --fbpv-primary: #1877f2;
  --fbpv-secondary: #2bb3a3;
  --fbpv-accent: #ffb020;
  --fbpv-soft: #f3f8ff;
  --fbpv-border: rgba(24, 119, 242, 0.16);
  --fbpv-shadow: rgba(15, 40, 74, 0.12);
  --fbpv-text: #17202a;
  --fbpv-muted: #526172;
}

.fbpv2026-section {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  overflow: hidden;
}

.fbpv2026-section-one,
.fbpv2026-section-three {
  background: #ffffff;
}

.fbpv2026-section-two {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.08), transparent 34%),
    linear-gradient(180deg, #f6fbff 0%, #f8fafc 100%);
}

.fbpv2026-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.fbpv2026-heading {
  margin: 0 auto;
  max-width: 980px;
  color: var(--fbpv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.fbpv2026-intro {
  margin: 0 auto;
  max-width: 760px;
  color: var(--fbpv-muted);
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

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

.fbpv2026-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(24, 119, 242, 0.06), rgba(43, 179, 163, 0.05));
  border: 1px solid var(--fbpv-border);
  box-shadow: 0 18px 46px var(--fbpv-shadow);
  overflow: hidden;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background 280ms ease;
}

.fbpv2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(43, 179, 163, 0.06), rgba(255, 176, 32, 0.05));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.fbpv2026-card:hover {
  transform: translateY(-8px);
  border-color: rgba(24, 119, 242, 0.36);
  box-shadow: 0 24px 62px rgba(15, 40, 74, 0.17);
}

.fbpv2026-card:hover::before {
  opacity: 1;
}

.fbpv2026-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--fbpv-primary), var(--fbpv-secondary));
  box-shadow: 0 14px 30px rgba(24, 119, 242, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.fbpv2026-card:hover .fbpv2026-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 38px rgba(43, 179, 163, 0.28);
}

.fbpv2026-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.fbpv2026-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbpv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.fbpv2026-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: var(--fbpv-muted);
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}

.fbpv2026-ready .fbpv2026-card {
  opacity: 0;
  transform: translateY(18px);
}

.fbpv2026-ready .fbpv2026-card.fbpv2026-reveal {
  opacity: 1;
  transform: translateY(0);
}

.fbpv2026-ready .fbpv2026-card.fbpv2026-reveal:hover {
  transform: translateY(-8px);
}

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

  .fbpv2026-container {
    padding: 0 28px;
  }

  .fbpv2026-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .fbpv2026-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .fbpv2026-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 46px;
  }

  .fbpv2026-card {
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 22px;
  }

  .fbpv2026-icon {
    width: 74px;
    height: 74px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .fbpv2026-i {
    font-size: 30px;
  }

  .fbpv2026-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .fbpv2026-text {
    font-size: 15.5px;
  }
}

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

  .fbpv2026-container {
    padding: 0 24px;
  }

  .fbpv2026-heading {
    font-size: 34px;
  }

  .fbpv2026-intro {
    margin-top: 16px;
    font-size: 16px;
  }

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

  .fbpv2026-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .fbpv2026-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 20px;
  }

  .fbpv2026-i {
    font-size: 27px;
  }

  .fbpv2026-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .fbpv2026-text {
    font-size: 14.8px;
  }
}

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

  .fbpv2026-container {
    padding: 0 16px;
  }

  .fbpv2026-heading {
    font-size: 27px;
  }

  .fbpv2026-intro {
    margin-top: 12px;
    font-size: 14.2px;
    line-height: 1.55;
  }

  .fbpv2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

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

  .fbpv2026-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .fbpv2026-i {
    font-size: 22px;
  }

  .fbpv2026-title {
    font-size: 15.8px;
    margin-bottom: 8px;
  }

  .fbpv2026-text {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .fbpv2026-container {
    padding: 0 12px;
  }

  .fbpv2026-heading {
    font-size: 24px;
  }

  .fbpv2026-intro {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .fbpv2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }

  .fbpv2026-card {
    min-height: 224px;
    padding: 18px 11px;
    border-radius: 15px;
  }

  .fbpv2026-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    margin-bottom: 13px;
  }

  .fbpv2026-i {
    font-size: 20px;
  }

  .fbpv2026-title {
    font-size: 14.6px;
    margin-bottom: 7px;
  }

  .fbpv2026-text {
    font-size: 12.4px;
    line-height: 1.45;
  }
}

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

  .fbpv2026-container {
    padding: 0 10px;
  }

  .fbpv2026-heading {
    font-size: 22px;
  }

  .fbpv2026-intro {
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.46;
  }

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

  .fbpv2026-card {
    min-height: 214px;
    padding: 16px 9px;
    border-radius: 14px;
  }

  .fbpv2026-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .fbpv2026-i {
    font-size: 18px;
  }

  .fbpv2026-title {
    font-size: 13.8px;
    margin-bottom: 7px;
  }

  .fbpv2026-text {
    font-size: 11.8px;
    line-height: 1.42;
  }
}