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

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

.fbav-section-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  --fbav-primary: #0f766e;
  --fbav-secondary: #2563eb;
  --fbav-accent: #f59e0b;
  --fbav-tint: #f3fbf9;
  --fbav-text: #13201f;
  --fbav-muted: #5b6b69;
  --fbav-border: rgba(15, 118, 110, 0.16);
  --fbav-shadow: rgba(15, 46, 44, 0.12);
  --fbav-glow: rgba(37, 99, 235, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--fbav-text);
}

.fbav-section-wrap .fbav-band {
  width: 100% !important;
}

.fbav-section-wrap .fbav-band-white {
  background: #ffffff !important;
}

.fbav-section-wrap .fbav-band-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(15, 118, 110, 0.08), transparent 34%),
    linear-gradient(180deg, #f7fcfb 0%, var(--fbav-tint) 100%) !important;
}

.fbav-section-wrap .fbav-container {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.fbav-section-wrap h2,
.fbav-section-wrap h3,
.fbav-section-wrap p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.fbav-section-wrap h2 {
  color: var(--fbav-text);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin-top: 0;
  margin-bottom: 14px;
}

.fbav-section-wrap .fbav-intro {
  color: var(--fbav-muted);
  line-height: 1.68;
  margin-top: 0;
  margin-bottom: 36px;
  max-width: 780px;
  font-weight: 450;
}

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

.fbav-section-wrap .fbav-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(245, 158, 11, 0.08), transparent 46%);
  border: 1px solid var(--fbav-border);
  border-radius: 22px;
  box-shadow: 0 18px 42px var(--fbav-shadow);
  text-align: center !important;
  overflow: hidden;
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.fbav-section-wrap .fbav-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(37, 99, 235, 0.05), rgba(245, 158, 11, 0.06));
  opacity: 0;
  transition: opacity 260ms ease;
  z-index: -1;
}

.fbav-section-wrap .fbav-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--fbav-primary), var(--fbav-secondary));
  box-shadow: 0 14px 28px var(--fbav-glow);
  color: #ffffff;
  text-align: center !important;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.fbav-section-wrap .fbav-i {
  display: block;
  color: #ffffff;
  line-height: 1;
  text-align: center !important;
}

.fbav-section-wrap .fbav-card h3 {
  color: var(--fbav-text);
  font-weight: 760;
  line-height: 1.22;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.fbav-section-wrap .fbav-card p {
  color: var(--fbav-muted);
  line-height: 1.62;
  margin: 0;
  font-weight: 430;
}

.fbav-section-wrap .fbav-card:hover {
  transform: translateY(-8px);
  border-color: rgba(15, 118, 110, 0.34);
  box-shadow: 0 24px 56px rgba(15, 46, 44, 0.16);
}

.fbav-section-wrap .fbav-card:hover::before {
  opacity: 1;
}

.fbav-section-wrap .fbav-card:hover .fbav-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.24);
}

.fbav-section-wrap .fbav-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.fbav-section-wrap .fbav-reveal.fbav-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .fbav-section-wrap .fbav-band {
    padding: 86px 24px;
  }

  .fbav-section-wrap .fbav-container {
    padding: 0 18px;
  }

  .fbav-section-wrap h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .fbav-section-wrap .fbav-intro {
    font-size: 17px;
  }

  .fbav-section-wrap .fbav-grid {
    gap: 24px;
  }

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

  .fbav-section-wrap .fbav-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fbav-section-wrap .fbav-card {
    min-height: 296px;
    padding: 34px 26px 30px;
  }

  .fbav-section-wrap .fbav-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

  .fbav-section-wrap .fbav-i {
    font-size: 28px;
  }

  .fbav-section-wrap .fbav-card h3 {
    font-size: 20px;
  }

  .fbav-section-wrap .fbav-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbav-section-wrap .fbav-band {
    padding: 70px 22px;
  }

  .fbav-section-wrap .fbav-container {
    padding: 0 14px;
  }

  .fbav-section-wrap h2 {
    font-size: 34px;
  }

  .fbav-section-wrap .fbav-intro {
    font-size: 16px;
    margin-bottom: 30px;
  }

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

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

  .fbav-section-wrap .fbav-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }

  .fbav-section-wrap .fbav-i {
    font-size: 25px;
  }

  .fbav-section-wrap .fbav-card h3 {
    font-size: 19px;
  }

  .fbav-section-wrap .fbav-card p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fbav-section-wrap .fbav-band {
    padding: 54px 16px;
  }

  .fbav-section-wrap .fbav-container {
    padding: 0 6px;
  }

  .fbav-section-wrap h2 {
    font-size: 28px;
  }

  .fbav-section-wrap .fbav-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 24px;
  }

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

  .fbav-section-wrap .fbav-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .fbav-section-wrap .fbav-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .fbav-section-wrap .fbav-i {
    font-size: 22px;
  }

  .fbav-section-wrap .fbav-card h3 {
    font-size: 16px;
  }

  .fbav-section-wrap .fbav-card p {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fbav-section-wrap .fbav-band {
    padding: 48px 12px;
  }

  .fbav-section-wrap .fbav-container {
    padding: 0 4px;
  }

  .fbav-section-wrap h2 {
    font-size: 25px;
  }

  .fbav-section-wrap .fbav-intro {
    font-size: 13.8px;
    line-height: 1.52;
    margin-bottom: 20px;
  }

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

  .fbav-section-wrap .fbav-card {
    min-height: 222px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }

  .fbav-section-wrap .fbav-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .fbav-section-wrap .fbav-i {
    font-size: 20px;
  }

  .fbav-section-wrap .fbav-card h3 {
    font-size: 15px;
  }

  .fbav-section-wrap .fbav-card p {
    font-size: 12.4px;
    line-height: 1.48;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbav-section-wrap .fbav-band {
    padding: 42px 10px;
  }

  .fbav-section-wrap .fbav-container {
    padding: 0 2px;
  }

  .fbav-section-wrap h2 {
    font-size: 22px;
  }

  .fbav-section-wrap .fbav-intro {
    font-size: 13px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

  .fbav-section-wrap .fbav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fbav-section-wrap .fbav-card {
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 15px;
  }

  .fbav-section-wrap .fbav-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .fbav-section-wrap .fbav-i {
    font-size: 18px;
  }

  .fbav-section-wrap .fbav-card h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .fbav-section-wrap .fbav-card p {
    font-size: 11.8px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .fbav-section-wrap .fbav-grid {
    grid-template-columns: 1fr;
  }
}