/* FAQ-only design, matched to the live Bari Liquid Force homepage. */
:root {
  --color-primary: #006050;
  --color-primary-dark: #004d40;
  --color-primary-light: #e6f7f5;
  --color-accent: #0d9488;
  --color-accent-hover: #0f766e;
  --color-gold: #fbbf24;
  --color-text: #111827;
  --color-text-light: #475569;
  --color-text-muted: #64748b;
  --color-bg: #ffffff;
  --color-bg-alt: #f8fafc;
  --color-bg-warm: #f0fdfa;
  --color-border: #e2e8f0;
}

body.faq-page {
  margin: 0;
  padding-bottom: 88px;
  color: var(--color-text-light);
  background: #fff;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
body.faq-page h1,
body.faq-page h2,
body.faq-page h3,
body.faq-page h4,
body.faq-page p,
body.faq-page a,
body.faq-page button { font-family: inherit !important; }

.faq-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 0 !important;
  background: rgba(0, 61, 51, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 8px 24px rgba(0, 40, 32, .16);
  backdrop-filter: blur(10px);
}
.faq-site-header__inner {
  width: min(calc(100% - 32px), 1280px);
  min-height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.faq-site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none !important;
}
.faq-site-brand svg { width: 36px; height: 36px; flex: 0 0 36px; }
.faq-site-brand__copy { display: flex; flex-direction: column; line-height: 1; }
.faq-site-brand__name { color: #fff; font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.faq-site-brand__tagline { margin-top: 5px; color: #99f6e4; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.faq-site-nav { display: flex; align-items: center; gap: 30px; }
.faq-site-nav a {
  color: rgba(255, 255, 255, .92) !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
.faq-site-nav a:hover,
.faq-site-nav a[aria-current="page"] { color: #5eead4 !important; }
.faq-site-buy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 19px;
  border-radius: 999px;
  color: #fff !important;
  background: #0d9488;
  box-shadow: 0 8px 22px rgba(13, 148, 136, .28);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none !important;
}
.faq-site-buy:hover { background: #0f766e; transform: translateY(-1px); }
.faq-site-menu { display: none; padding: 7px; border: 0; color: #fff; background: transparent; cursor: pointer; }
.faq-site-menu svg { display: block; width: 24px; height: 24px; }

body.faq-page .page-hero {
  padding: 148px 20px 72px !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 14% 12%, rgba(102, 207, 195, .15), transparent 25rem),
    radial-gradient(circle at 88% 75%, rgba(109, 176, 48, .10), transparent 28rem),
    linear-gradient(135deg, #003d33, #004d40 50%, #006050) !important;
}
body.faq-page .page-hero h1 {
  color: #fff !important;
  font-size: clamp(2.2rem, 5vw, 4rem) !important;
  font-weight: 800 !important;
  letter-spacing: -.045em !important;
  line-height: 1.08 !important;
}
body.faq-page .page-hero p { color: #d5f5ef !important; }
body.faq-page .page-hero .breadcrumb,
body.faq-page .page-hero .breadcrumb a { color: #99f6e4 !important; }
.faq-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 14px 24px;
  border-radius: 999px;
  color: #003d33 !important;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 40, 32, .22);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
}
.faq-hero-cta:hover { color: #fff !important; background: #0d9488; transform: translateY(-1px); }

body.faq-page .btn-cta,
body.faq-page .btn-cta-nav {
  border-color: #0d9488 !important;
  color: #fff !important;
  background: #0d9488 !important;
  border-radius: 999px !important;
}
body.faq-page .faq-question:hover,
body.faq-page .faq-item.open .faq-question { color: #006050 !important; }
body.faq-page footer { color: #d5f5ef !important; background: #003d33 !important; }
body.faq-page footer a { color: #99f6e4 !important; }

.faq-promo {
  position: fixed;
  z-index: 1002;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: min(calc(100% - 32px), 670px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px 12px 20px;
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: 14px;
  color: #fff;
  background: #111827;
  box-shadow: 0 16px 38px rgba(0, 40, 32, .34);
}
.faq-promo__copy { font-size: 13px; line-height: 1.35; }
.faq-promo__copy strong { font-weight: 700; }
.faq-promo__copy em { color: #fcd34d; font-style: normal; }
.faq-promo__copy small { display: block; margin-top: 3px; color: #94a3b8; font-size: 11px; }
.faq-promo__cta {
  flex: 0 0 auto;
  padding: 11px 19px;
  border-radius: 999px;
  color: #111827 !important;
  background: #fbbf24;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}
.faq-promo__cta:hover { color: #111827 !important; background: #f59e0b; }

@media (max-width: 980px) {
  .faq-site-nav { display: none; position: absolute; inset: 80px 0 auto; padding: 18px 20px 22px; flex-direction: column; align-items: flex-start; gap: 16px; background: #003d33; box-shadow: 0 16px 28px rgba(0, 40, 32, .25); }
  .faq-site-nav.is-open { display: flex; }
  .faq-site-menu { display: block; }
  .faq-site-buy { margin-left: auto; }
}
@media (max-width: 600px) {
  body.faq-page { padding-bottom: 98px; }
  .faq-site-header__inner { min-height: 70px; }
  .faq-site-brand svg { width: 32px; height: 32px; flex-basis: 32px; }
  .faq-site-brand__name { font-size: 14px; }
  .faq-site-brand__tagline { font-size: 8px; }
  .faq-site-buy { display: none; }
  .faq-site-nav { top: 70px; }
  body.faq-page .page-hero { padding-top: 118px !important; padding-bottom: 52px !important; }
  .faq-promo { bottom: 9px; gap: 10px; padding: 10px 11px 10px 14px; }
  .faq-promo__copy { font-size: 11px; }
  .faq-promo__copy small { display: none; }
  .faq-promo__cta { padding: 10px 13px; font-size: 11px; }
}
