@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,
.fbpv-2026 * {
  box-sizing: border-box;
}

.fbpv-2026 {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #18222f;
  background: #ffffff;
}

.fbpv-2026 .fbpv-section {
  width: 100% !important;
  text-align: center;
}

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

.fbpv-2026 .fbpv-section-tint {
  background: linear-gradient(180deg, #f4f8fb 0%, #eef6f4 100%);
}

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

.fbpv-2026 h2 {
  margin: 0 auto;
  color: #132235;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.fbpv-2026 .fbpv-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #5b6876;
  line-height: 1.7;
  text-align: center;
}

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

.fbpv-2026 .fbpv-card {
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid #dce8ee;
  box-shadow: 0 18px 42px rgba(28, 77, 105, 0.12);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  position: relative;
  overflow: hidden;
}

.fbpv-2026 .fbpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(20, 121, 143, 0.13), transparent 48%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.fbpv-2026 .fbpv-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(20, 121, 143, 0.42);
  box-shadow: 0 24px 54px rgba(28, 77, 105, 0.2);
}

.fbpv-2026 .fbpv-card:hover::before {
  opacity: 1;
}

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

.fbpv-2026 .fbpv-card:hover .fbpv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(20, 163, 139, 0.26);
}

.fbpv-2026 .fbpv-i {
  color: #ffffff;
  line-height: 1;
}

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

.fbpv-2026 .fbpv-card p {
  margin: 0;
  color: #617080;
  line-height: 1.62;
  text-align: center;
}

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

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

  .fbpv-2026 h2 {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .fbpv-2026 .fbpv-intro {
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 42px;
  }

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

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

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

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

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

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

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

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

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

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

  .fbpv-2026 h2 {
    font-size: 34px;
    max-width: 760px;
  }

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

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

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

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

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

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

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

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

  .fbpv-2026 .fbpv-container {
    padding: 0 8px;
  }

  .fbpv-2026 h2 {
    font-size: 28px;
    max-width: 420px;
  }

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

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

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

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

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

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

  .fbpv-2026 .fbpv-card p {
    font-size: 13px;
    line-height: 1.55;
  }
}

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

  .fbpv-2026 .fbpv-container {
    padding: 0 6px;
  }

  .fbpv-2026 h2 {
    font-size: 25px;
    max-width: 350px;
  }

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

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

  .fbpv-2026 .fbpv-card {
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }

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

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

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

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

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

  .fbpv-2026 .fbpv-container {
    padding: 0 4px;
  }

  .fbpv-2026 h2 {
    font-size: 22px;
    max-width: 300px;
  }

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

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

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

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

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

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

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

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

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

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