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

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

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

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

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

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

.fbav26-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center;
}

.fbav26-title {
  margin: 0 auto;
  color: #102033;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.fbav26-intro {
  margin: 0 auto;
  color: #536274;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

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

.fbav26-card {
  position: relative;
  z-index: 1;
  display: block;
  height: 100% !important;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(39, 119, 139, 0.16);
  box-shadow: 0 18px 45px rgba(22, 65, 84, 0.09);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.fbav26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 0%, rgba(20, 184, 166, 0.14), transparent 42%);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.fbav26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(20, 184, 166, 0.42);
  box-shadow: 0 24px 62px rgba(22, 65, 84, 0.15);
}

.fbav26-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

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

.fbav26-card:hover .fbav26-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(20, 184, 166, 0.28);
}

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

.fbav26-card h3 {
  margin: 0 auto;
  color: #152238;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.fbav26-card p {
  margin: 0 auto;
  color: #5b6878;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

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

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

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

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

  .fbav26-title {
    max-width: 980px;
    font-size: 42px;
  }

  .fbav26-intro {
    max-width: 760px;
    padding-top: 16px;
    font-size: 17px;
  }

  .fbav26-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
  }

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

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

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

  .fbav26-card h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }

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

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

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

  .fbav26-title {
    max-width: 820px;
    font-size: 34px;
  }

  .fbav26-intro {
    max-width: 720px;
    padding-top: 14px;
    font-size: 16px;
  }

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

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

  .fbav26-icon {
    width: 60px;
    height: 60px;
    border-radius: 17px;
    margin-bottom: 20px;
  }

  .fbav26-i {
    font-size: 25px;
  }

  .fbav26-card h3 {
    font-size: 18px;
    margin-bottom: 11px;
  }

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

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

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

  .fbav26-title {
    max-width: 520px;
    font-size: 27px;
  }

  .fbav26-intro {
    max-width: 560px;
    padding-top: 11px;
    font-size: 14px;
    line-height: 1.55;
  }

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

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

  .fbav26-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .fbav26-i {
    font-size: 21px;
  }

  .fbav26-card h3 {
    font-size: 15px;
    margin-bottom: 9px;
  }

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

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

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

  .fbav26-title {
    font-size: 24px;
    max-width: 360px;
  }

  .fbav26-intro {
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

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

  .fbav26-card {
    min-height: 222px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

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

  .fbav26-i {
    font-size: 19px;
  }

  .fbav26-card h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .fbav26-card p {
    font-size: 12px;
    line-height: 1.45;
  }
}

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

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

  .fbav26-title {
    font-size: 22px;
    max-width: 310px;
  }

  .fbav26-intro {
    padding-top: 9px;
    font-size: 12.5px;
    line-height: 1.45;
  }

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

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

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

  .fbav26-i {
    font-size: 17px;
  }

  .fbav26-card h3 {
    font-size: 13px;
    margin-bottom: 7px;
  }

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

@media (max-width: 319px) {
  .fbav26-section {
    padding: 36px 0;
  }

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

  .fbav26-title {
    font-size: 21px;
  }

  .fbav26-intro {
    padding-top: 9px;
    font-size: 12px;
  }

  .fbav26-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 20px;
  }

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

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

  .fbav26-i {
    font-size: 17px;
  }

  .fbav26-card h3 {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .fbav26-card p {
    font-size: 11.5px;
  }
}