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

.fbppv2026-wrap,
.fbppv2026-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.fbppv2026-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182234;
  font-family: inherit;
}

.fbppv2026-section {
  width: 100% !important;
  overflow: hidden;
}

.fbppv2026-section-white {
  background: #ffffff;
}

.fbppv2026-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.095), transparent 34%),
    linear-gradient(180deg, #f5f9ff 0%, #eef6f4 100%);
}

.fbppv2026-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 24px;
  padding-right: 24px;
}

.fbppv2026-heading {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: #14213d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.fbppv2026-intro {
  margin: 16px auto 0;
  max-width: 760px;
  text-align: center;
  color: #526072;
  font-weight: 400;
  line-height: 1.7;
}

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

.fbppv2026-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(24, 119, 242, 0.08), transparent 48%);
  border: 1px solid #dce8f7;
  box-shadow: 0 18px 42px rgba(24, 54, 94, 0.1);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background-position 260ms ease;
}

.fbppv2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.12), transparent 38%),
    linear-gradient(315deg, rgba(66, 183, 42, 0.12), transparent 42%);
  transition: opacity 260ms ease;
}

.fbppv2026-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(24, 119, 242, 0.36);
  box-shadow: 0 26px 58px rgba(24, 54, 94, 0.17);
}

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

.fbppv2026-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #1877f2;
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.12), rgba(66, 183, 42, 0.12)),
    #ffffff;
  border: 1px solid rgba(24, 119, 242, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 28px rgba(24, 119, 242, 0.12);
  transition:
    transform 260ms ease,
    color 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
}

.fbppv2026-card:hover .fbppv2026-icon {
  transform: translateY(-3px);
  color: #20a642;
  border-color: rgba(66, 183, 42, 0.35);
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.16), rgba(66, 183, 42, 0.18)),
    #ffffff;
}

.fbppv2026-i {
  display: block;
  line-height: 1;
  text-align: center;
}

.fbppv2026-title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #182234;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.fbppv2026-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 310px;
  text-align: center;
  color: #5b6878;
  font-weight: 400;
  line-height: 1.62;
}

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

@media (min-width: 1024px) {
  .fbppv2026-section {
    padding-top: 86px;
    padding-bottom: 92px;
  }

  .fbppv2026-heading {
    font-size: 44px;
    white-space: nowrap;
  }

  .fbppv2026-intro {
    font-size: 17px;
    margin-bottom: 42px;
  }

  .fbppv2026-grid {
    gap: 24px;
  }

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

  .fbppv2026-card {
    min-height: 294px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }

  .fbppv2026-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 20px;
    font-size: 30px;
  }

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

  .fbppv2026-text {
    font-size: 15px;
  }

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

@media (min-width: 768px) and (max-width: 1023px) {
  .fbppv2026-section {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .fbppv2026-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .fbppv2026-heading {
    font-size: 36px;
  }

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

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

  .fbppv2026-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .fbppv2026-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    border-radius: 18px;
    font-size: 27px;
  }

  .fbppv2026-title {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .fbppv2026-text {
    font-size: 14.5px;
  }

  .fbppv2026-card:not(.fbppv2026-reveal) {
    opacity: 0;
    transform: translateY(16px);
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbppv2026-section {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .fbppv2026-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .fbppv2026-heading {
    font-size: 29px;
    line-height: 1.16;
  }

  .fbppv2026-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-top: 12px;
    margin-bottom: 26px;
  }

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

  .fbppv2026-card {
    min-height: 226px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .fbppv2026-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    border-radius: 15px;
    font-size: 22px;
  }

  .fbppv2026-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .fbppv2026-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbppv2026-section {
    padding-top: 46px;
    padding-bottom: 50px;
  }

  .fbppv2026-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .fbppv2026-heading {
    font-size: 26px;
    line-height: 1.16;
  }

  .fbppv2026-intro {
    font-size: 13.5px;
    line-height: 1.54;
    margin-top: 10px;
    margin-bottom: 22px;
  }

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

  .fbppv2026-card {
    min-height: 218px;
    padding: 20px 12px 18px;
    border-radius: 15px;
  }

  .fbppv2026-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 20px;
  }

  .fbppv2026-title {
    font-size: 15px;
    margin-bottom: 7px;
  }

  .fbppv2026-text {
    font-size: 12.5px;
    line-height: 1.46;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbppv2026-section {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .fbppv2026-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fbppv2026-heading {
    font-size: 23px;
    line-height: 1.16;
  }

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

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

  .fbppv2026-card {
    min-height: 212px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .fbppv2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 18px;
  }

  .fbppv2026-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .fbppv2026-text {
    font-size: 12px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .fbppv2026-section {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .fbppv2026-container {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .fbppv2026-intro {
    font-size: 12.5px;
    margin-bottom: 18px;
  }

  .fbppv2026-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fbppv2026-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

  .fbppv2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
    font-size: 18px;
  }

  .fbppv2026-title {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .fbppv2026-text {
    font-size: 12px;
  }
}