@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-premium-section,
.fbav-premium-section * {
  box-sizing: border-box;
  min-width: 0;
}

.fbav-premium-section {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  --fbav-primary: #136b63;
  --fbav-secondary: #3aa895;
  --fbav-accent: #e2a84b;
  --fbav-tint: #f2f8f6;
  --fbav-text: #182321;
  --fbav-muted: #667572;
  --fbav-border: rgba(19, 107, 99, 0.14);
  --fbav-shadow: rgba(14, 62, 58, 0.12);
  --fbav-shadow-strong: rgba(14, 62, 58, 0.2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

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

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

.fbav-premium-section .fbav-band-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(226, 168, 75, 0.12), transparent 34%),
    linear-gradient(180deg, #f7fbfa 0%, var(--fbav-tint) 100%) !important;
}

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

.fbav-premium-section h2 {
  margin: 0 auto;
  color: var(--fbav-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.fbav-premium-section .fbav-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--fbav-muted);
  font-weight: 450;
  line-height: 1.65;
  text-align: center;
}

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

.fbav-premium-section .fbav-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  text-align: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(145deg, rgba(19, 107, 99, 0.2), rgba(226, 168, 75, 0.18)) border-box;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 0 16px 42px var(--fbav-shadow);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.fbav-premium-section .fbav-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(19, 107, 99, 0.07), transparent 42%, rgba(226, 168, 75, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.fbav-premium-section .fbav-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 58px var(--fbav-shadow-strong);
  border-color: rgba(19, 107, 99, 0.26);
}

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

.fbav-premium-section .fbav-card:hover .fbav-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 32px rgba(19, 107, 99, 0.2);
}

.fbav-premium-section .fbav-card:hover .fbav-i {
  transform: translateY(-1px);
}

.fbav-premium-section .fbav-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--fbav-primary), var(--fbav-secondary));
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(19, 107, 99, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease;
  text-align: center;
}

.fbav-premium-section .fbav-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
  transition: transform 260ms ease;
}

.fbav-premium-section h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fbav-text);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.fbav-premium-section .fbav-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: var(--fbav-muted);
  font-weight: 450;
  line-height: 1.58;
  text-align: center;
}

.fbav-premium-section.fbav-reveal-ready .fbav-card {
  opacity: 0;
  transform: translateY(18px);
}

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

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

  .fbav-premium-section h2 {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .fbav-premium-section .fbav-intro {
    font-size: 17px;
    margin-bottom: 38px;
  }

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

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

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

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

  .fbav-premium-section .fbav-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
  }

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

  .fbav-premium-section h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .fbav-premium-section .fbav-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fbav-premium-section .fbav-band {
    padding: 68px 22px !important;
  }

  .fbav-premium-section h2 {
    font-size: 34px;
    max-width: 720px;
  }

  .fbav-premium-section .fbav-intro {
    font-size: 16px;
    margin-bottom: 32px;
  }

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

  .fbav-premium-section .fbav-card {
    min-height: 270px;
    padding: 30px 24px 26px;
    border-radius: 18px;
  }

  .fbav-premium-section .fbav-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 21px;
  }

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

  .fbav-premium-section h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

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

@media (min-width: 430px) and (max-width: 767px) {
  .fbav-premium-section .fbav-band {
    padding: 52px 16px !important;
  }

  .fbav-premium-section h2 {
    font-size: 28px;
    max-width: 410px;
  }

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

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

  .fbav-premium-section .fbav-card {
    min-height: 235px;
    padding: 22px 14px 20px;
    border-radius: 15px;
  }

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

  .fbav-premium-section .fbav-i {
    font-size: 21px;
  }

  .fbav-premium-section h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

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

@media (min-width: 375px) and (max-width: 429px) {
  .fbav-premium-section .fbav-band {
    padding: 46px 14px !important;
  }

  .fbav-premium-section h2 {
    font-size: 25px;
    max-width: 350px;
  }

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

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

  .fbav-premium-section .fbav-card {
    min-height: 224px;
    padding: 19px 11px 18px;
    border-radius: 14px;
  }

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

  .fbav-premium-section .fbav-i {
    font-size: 19px;
  }

  .fbav-premium-section h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .fbav-premium-section .fbav-card p {
    font-size: 12.6px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fbav-premium-section .fbav-band {
    padding: 40px 10px !important;
  }

  .fbav-premium-section h2 {
    font-size: 22px;
    max-width: 300px;
  }

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

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

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

  .fbav-premium-section .fbav-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .fbav-premium-section .fbav-i {
    font-size: 17px;
  }

  .fbav-premium-section h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

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

@media (max-width: 319px) {
  .fbav-premium-section .fbav-band {
    padding: 34px 10px !important;
  }

  .fbav-premium-section h2 {
    font-size: 21px;
  }

  .fbav-premium-section .fbav-intro {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .fbav-premium-section .fbav-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fbav-premium-section .fbav-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .fbav-premium-section .fbav-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

  .fbav-premium-section .fbav-i {
    font-size: 17px;
  }

  .fbav-premium-section h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .fbav-premium-section .fbav-card p {
    font-size: 12px;
  }
}