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

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

.fbfv-2026-wrap {
  width: 100% !important;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #192129;
  background: #ffffff;
}

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

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

.fbfv-2026-section-two {
  background: linear-gradient(180deg, #f4fbfa 0%, #eef7f5 100%);
}

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

.fbfv-2026-wrap h2,
.fbfv-2026-wrap h3,
.fbfv-2026-wrap p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.fbfv-2026-wrap h2 {
  color: #10242a;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
}

.fbfv-2026-intro {
  color: #5b6970;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
}

.fbfv-2026-grid {
  display: grid !important;
  align-items: stretch !important;
}

.fbfv-2026-card {
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefe 100%);
  border: 1px solid #d8e9e7;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(27, 89, 91, 0.11);
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: transform 360ms ease, box-shadow 360ms ease, border-color 360ms ease, background 360ms ease;
}

.fbfv-2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 166, 147, 0.14), transparent 42%);
  opacity: 0;
  transition: opacity 360ms ease;
  pointer-events: none;
}

.fbfv-2026-card:hover {
  transform: translateY(-8px);
  border-color: #00a693;
  box-shadow: 0 24px 54px rgba(27, 89, 91, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f6fffd 100%);
}

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

.fbfv-2026-icon {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #075e68 0%, #00a693 100%);
  box-shadow: 0 14px 28px rgba(0, 120, 111, 0.24);
  position: relative;
  z-index: 1;
  transition: transform 360ms ease, box-shadow 360ms ease;
}

.fbfv-2026-card:hover .fbfv-2026-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(0, 120, 111, 0.3);
}

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

.fbfv-2026-card h3 {
  color: #15272d;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.fbfv-2026-card p {
  color: #5f6e75;
  line-height: 1.62;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

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

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

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

  .fbfv-2026-container {
    padding: 0 28px;
  }

  .fbfv-2026-wrap h2 {
    font-size: 42px;
    margin-bottom: 18px;
    white-space: nowrap;
  }

  .fbfv-2026-intro {
    font-size: 17px;
    margin-bottom: 44px;
  }

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

  .fbfv-2026-grid {
    gap: 26px;
  }

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

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

  .fbfv-2026-i {
    font-size: 30px;
  }

  .fbfv-2026-card h3 {
    font-size: 21px;
    margin-top: 0;
  }

  .fbfv-2026-card p {
    font-size: 15px;
    margin-top: 14px;
  }
}

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

  .fbfv-2026-container {
    padding: 0 24px;
  }

  .fbfv-2026-wrap h2 {
    font-size: 35px;
    margin-bottom: 16px;
  }

  .fbfv-2026-intro {
    font-size: 16px;
    margin-bottom: 36px;
  }

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

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

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

  .fbfv-2026-i {
    font-size: 27px;
  }

  .fbfv-2026-card h3 {
    font-size: 19px;
    margin-top: 0;
  }

  .fbfv-2026-card p {
    font-size: 14.5px;
    margin-top: 12px;
  }
}

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

  .fbfv-2026-container {
    padding: 0 16px;
  }

  .fbfv-2026-wrap h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .fbfv-2026-intro {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 26px;
  }

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

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

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

  .fbfv-2026-i {
    font-size: 22px;
  }

  .fbfv-2026-card h3 {
    font-size: 16px;
    margin-top: 0;
  }

  .fbfv-2026-card p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

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

  .fbfv-2026-container {
    padding: 0 12px;
  }

  .fbfv-2026-wrap h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .fbfv-2026-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

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

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

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

  .fbfv-2026-i {
    font-size: 20px;
  }

  .fbfv-2026-card h3 {
    font-size: 15px;
    margin-top: 0;
  }

  .fbfv-2026-card p {
    font-size: 12.5px;
    line-height: 1.45;
    margin-top: 9px;
  }
}

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

  .fbfv-2026-container {
    padding: 0 10px;
  }

  .fbfv-2026-wrap h2 {
    font-size: 22px;
    margin-bottom: 9px;
  }

  .fbfv-2026-intro {
    font-size: 12.8px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

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

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

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

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

  .fbfv-2026-card h3 {
    font-size: 14px;
    margin-top: 0;
  }

  .fbfv-2026-card p {
    font-size: 12px;
    line-height: 1.42;
    margin-top: 8px;
  }
}