/* ============================================
   FAQ Page - modern, branded, scoped to .fq-*
   ============================================ */
:root {
  --fq-blue: #1e40af;
  --fq-blue-2: #3b82f6;
  --fq-orange: #ff7a18;
  --fq-orange-2: #ff9d3a;
  --fq-ink: #0f172a;
  --fq-muted: #475569;
  --fq-bg: #f8fafc;
  --fq-line: #e2e8f0;
  --fq-line-2: #cbd5e1;
  --fq-card: #ffffff;
  --fq-shadow: 0 14px 36px rgba(15,23,42,0.08);
  --fq-radius: 18px;
}

/* ---------- HERO ---------- */
.fq-hero {
  position: relative;
  background: linear-gradient(135deg, #0b1733 0%, #1e3a8a 60%, #1e40af 100%);
  color: #fff;
  padding: 90px 0 70px;
  overflow: hidden;
}
.fq-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,0.07) 0, transparent 50%),
    radial-gradient(circle at 82% 78%, rgba(255,122,24,0.18) 0, transparent 55%);
  pointer-events: none;
}
.fq-hero-glow {
  position: absolute; border-radius: 50%;
  filter: blur(120px); opacity: 0.55; pointer-events: none;
}
.fq-hero-glow--1 { width: 380px; height: 380px; background: #1e40af; top: -120px; left: -80px; }
.fq-hero-glow--2 { width: 320px; height: 320px; background: #ff7a18; bottom: -100px; right: -60px; opacity: 0.4; }

.fq-hero .container { position: relative; z-index: 2; }

.fq-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff; font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 18px;
}
.fq-hero-eyebrow i { color: #ff9d3a; }

.fq-hero-h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 800; line-height: 1.1; letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: #fff;
}
.fq-hero-h1 em {
  font-style: normal;
  background: linear-gradient(135deg, #ff9d3a 0%, #ffd4a3 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fq-hero-lead {
  font-size: 17px; line-height: 1.6; max-width: 580px;
  color: rgba(255,255,255,0.85); margin: 0 0 22px;
}

.fq-hero-chips {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px;
}
.fq-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 13px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  color: #fff; font-size: 13px; font-weight: 600;
}
.fq-chip i { color: #ff9d3a; font-size: 12px; }

/* hero search */
.fq-hero-search {
  position: relative; max-width: 560px; margin: 0 0 16px;
}
.fq-hero-search i.fa-magnifying-glass {
  position: absolute; left: 22px; top: 50%; transform: translateY(-50%);
  color: #94a3b8; font-size: 16px; pointer-events: none;
}
.fq-hero-search input {
  width: 100%;
  padding: 16px 50px 16px 52px;
  background: #fff; color: #0f172a;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px; font-weight: 500;
  box-shadow: 0 12px 30px rgba(15,23,42,0.18);
  outline: none;
  transition: box-shadow .25s, transform .25s;
}
.fq-hero-search input:focus {
  box-shadow: 0 16px 38px rgba(255,122,24,0.30);
  transform: translateY(-1px);
}
.fq-hero-search input::placeholder { color: #94a3b8; }
.fq-search-clear {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px;
  align-items: center; justify-content: center;
  display: none;
  background: #f1f5f9; color: #475569;
  border-radius: 50%; cursor: pointer;
}
.fq-search-clear:hover { background: #ff7a18; color: #fff; }

.fq-hero-meta {
  display: flex; flex-wrap: wrap; gap: 18px;
  color: rgba(255,255,255,0.75); font-size: 13px;
}
.fq-hero-meta i { color: #ff9d3a; margin-right: 6px; }

/* hero side card */
.fq-hero-card {
  position: relative;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 26px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.fq-hero-card-bubble {
  position: absolute; width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; color: #fff; font-size: 18px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
}
.fq-bubble-1 { background: linear-gradient(135deg,#ff7a18,#ff9d3a); top: -22px; left: 30px; }
.fq-bubble-2 { background: linear-gradient(135deg,#22c55e,#86efac); top: 60%; right: -22px; }
.fq-bubble-3 { background: linear-gradient(135deg,#3b82f6,#93c5fd); bottom: -22px; left: 60%; }

.fq-stat-tile {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  margin-bottom: 12px;
}
.fq-stat-tile:last-child { margin-bottom: 0; }
.fq-stat-tile--alt {
  background: linear-gradient(135deg, rgba(255,122,24,0.18) 0%, rgba(255,157,58,0.08) 100%);
  border-color: rgba(255,122,24,0.35);
}
.fq-stat-num {
  font-size: 30px; font-weight: 800; line-height: 1;
  color: #fff; min-width: 90px;
}
.fq-stat-lbl {
  font-size: 13px; line-height: 1.4; color: rgba(255,255,255,0.78);
}

/* ---------- CATEGORY NAV ---------- */
.fq-cat-nav-wrap {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--fq-line);
}
.fq-cat-nav {
  display: flex; gap: 6px; overflow-x: auto;
  padding: 10px 0; scrollbar-width: thin;
  scroll-behavior: smooth;
}
.fq-cat-nav::-webkit-scrollbar { height: 4px; }
.fq-cat-nav::-webkit-scrollbar-thumb { background: var(--fq-line-2); border-radius: 4px; }
.fq-cat-link {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 16px;
  background: transparent;
  color: var(--fq-muted);
  font-size: 13.5px; font-weight: 600;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  transition: all .2s;
  white-space: nowrap;
}
.fq-cat-link:hover {
  background: var(--fq-bg); color: var(--fq-ink);
}
.fq-cat-link.is-active {
  background: var(--fq-ink); color: #fff; border-color: var(--fq-ink);
}
.fq-cat-link i { font-size: 12px; }

/* ---------- BODY ---------- */
.fq-body {
  background: var(--fq-bg);
  padding: 56px 0 80px;
}

.fq-no-results {
  text-align: center; padding: 60px 20px;
  background: #fff; border: 1px solid var(--fq-line);
  border-radius: var(--fq-radius);
  margin-bottom: 24px;
}
.fq-no-results i { font-size: 36px; color: #94a3b8; margin-bottom: 14px; }
.fq-no-results h3 { font-size: 20px; font-weight: 700; color: var(--fq-ink); margin: 0 0 6px; }
.fq-no-results p { color: var(--fq-muted); margin: 0; }
.fq-no-results a { color: var(--fq-orange); font-weight: 600; }

/* ---------- CATEGORY SECTION ---------- */
.fq-cat {
  padding: 30px 0;
  scroll-margin-top: 100px;
}
.fq-cat + .fq-cat { border-top: 1px dashed var(--fq-line); }

.fq-cat-sticky {
  position: sticky; top: 80px;
}
.fq-cat-card {
  position: relative;
  background: var(--fq-card);
  border: 1px solid var(--fq-line);
  border-radius: var(--fq-radius);
  padding: 28px 24px;
  box-shadow: var(--fq-shadow);
  overflow: hidden;
}
.fq-cat-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
}
.fq-cat-card--blue::before {
  background: linear-gradient(90deg, var(--fq-blue) 0%, var(--fq-blue-2) 100%);
}
.fq-cat-card--orange::before {
  background: linear-gradient(90deg, var(--fq-orange) 0%, var(--fq-orange-2) 100%);
}
.fq-cat-icon {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
  font-size: 24px; color: #fff;
  margin-bottom: 18px;
  box-shadow: 0 10px 26px rgba(15,23,42,0.16);
}
.fq-cat-card--blue .fq-cat-icon {
  background: linear-gradient(135deg, var(--fq-blue) 0%, var(--fq-blue-2) 100%);
}
.fq-cat-card--orange .fq-cat-icon {
  background: linear-gradient(135deg, var(--fq-orange) 0%, var(--fq-orange-2) 100%);
  box-shadow: 0 10px 26px rgba(255,122,24,0.35);
}
.fq-cat-eyebrow {
  display: inline-block;
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--fq-muted);
  margin-bottom: 6px;
}
.fq-cat-title {
  font-size: 24px; font-weight: 800; color: var(--fq-ink);
  margin: 0 0 8px; line-height: 1.2;
}
.fq-cat-desc {
  font-size: 14px; line-height: 1.55; color: var(--fq-muted);
  margin: 0 0 16px;
}
.fq-cat-count {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 12px;
  background: var(--fq-bg);
  color: var(--fq-muted);
  font-size: 12px; font-weight: 600;
  border-radius: 999px;
  border: 1px solid var(--fq-line);
}

/* ---------- Q&A LIST ---------- */
.fq-qa-list {
  display: flex; flex-direction: column; gap: 12px;
}
.fq-qa {
  background: var(--fq-card);
  border: 1px solid var(--fq-line);
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .25s, border-color .25s, transform .25s;
}
.fq-qa[open] {
  border-color: rgba(255,122,24,0.4);
  box-shadow: 0 12px 30px rgba(255,122,24,0.10);
}
.fq-qa-summary {
  list-style: none;
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 22px;
  cursor: pointer; user-select: none;
}
.fq-qa-summary::-webkit-details-marker { display: none; }
.fq-qa-summary::marker { display: none; }

.fq-qa-q {
  flex: 1;
  font-size: 16px; font-weight: 700;
  color: var(--fq-ink); line-height: 1.4;
}
.fq-qa-toggle {
  flex-shrink: 0;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  background: var(--fq-bg);
  border-radius: 50%;
  position: relative;
  transition: background .25s, transform .25s;
}
.fq-qa[open] .fq-qa-toggle {
  background: linear-gradient(135deg, var(--fq-orange), var(--fq-orange-2));
  color: #fff;
}
.fq-qa-toggle i {
  position: absolute;
  font-size: 12px;
  color: var(--fq-muted);
  transition: opacity .2s;
}
.fq-qa[open] .fq-qa-toggle i { color: #fff; }
.fq-qa-plus { opacity: 1; }
.fq-qa-minus { opacity: 0; }
.fq-qa[open] .fq-qa-plus { opacity: 0; }
.fq-qa[open] .fq-qa-minus { opacity: 1; }

.fq-qa:hover { border-color: var(--fq-line-2); }
.fq-qa:hover .fq-qa-toggle { background: var(--fq-line); }
.fq-qa[open]:hover .fq-qa-toggle { background: linear-gradient(135deg, var(--fq-orange), var(--fq-orange-2)); }

.fq-qa-a {
  padding: 0 22px 22px 22px;
  font-size: 14.5px; line-height: 1.7;
  color: var(--fq-muted);
  animation: fqFadeIn .35s ease-out;
}
.fq-qa-a strong { color: var(--fq-ink); }

@keyframes fqFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- CTA SECTION ---------- */
.fq-cta-section {
  background: #fff;
  padding: 50px 0 90px;
}
.fq-cta-card {
  position: relative;
  background: linear-gradient(135deg, #0b1733 0%, #1e3a8a 100%);
  border-radius: 24px;
  padding: 50px 44px;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15,23,42,0.20);
}
.fq-cta-glow {
  position: absolute;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(255,122,24,0.35) 0%, transparent 70%);
  right: -100px; top: -160px;
  pointer-events: none;
}
.fq-cta-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: #fff; font-size: 12px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 14px;
}
.fq-cta-eyebrow i { color: #ff9d3a; }
.fq-cta-h2 {
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800; line-height: 1.2;
  margin: 0 0 12px; color: #fff;
}
.fq-cta-lead {
  font-size: 16px; line-height: 1.6;
  color: rgba(255,255,255,0.85);
  max-width: 540px;
  margin: 0;
}
.fq-cta-buttons {
  display: flex; flex-direction: column; gap: 10px;
}
.fq-cta-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 9px;
  padding: 14px 22px;
  font-size: 14.5px; font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  border: 1px solid transparent;
}
.fq-cta-btn:hover { transform: translateY(-2px); }
.fq-cta-btn--primary {
  background: linear-gradient(135deg, var(--fq-orange), var(--fq-orange-2));
  color: #fff;
  box-shadow: 0 10px 26px rgba(255,122,24,0.35);
}
.fq-cta-btn--primary:hover {
  box-shadow: 0 14px 30px rgba(255,122,24,0.45);
  color: #fff;
}
.fq-cta-btn--whatsapp {
  background: #25d366; color: #fff;
  box-shadow: 0 10px 24px rgba(37,211,102,0.30);
}
.fq-cta-btn--whatsapp:hover { background: #20bd5a; color: #fff; }
.fq-cta-btn--ghost {
  background: transparent; color: #fff;
  border-color: rgba(255,255,255,0.25);
}
.fq-cta-btn--ghost:hover {
  background: rgba(255,255,255,0.08); color: #fff;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991.98px) {
  .fq-hero { padding: 70px 0 50px; }
  .fq-cat-sticky { position: static; margin-bottom: 18px; }
  .fq-cat-card { padding: 22px 20px; }
  .fq-cat-icon { width: 48px; height: 48px; font-size: 20px; margin-bottom: 12px; }
  .fq-cat-title { font-size: 21px; }
  .fq-cta-card { padding: 36px 26px; }
  .fq-cta-buttons { margin-top: 18px; }
}
@media (max-width: 575.98px) {
  .fq-hero { padding: 50px 0 40px; }
  .fq-hero-h1 { font-size: 28px; }
  .fq-hero-lead { font-size: 15px; }
  .fq-hero-search input { padding: 14px 44px 14px 46px; font-size: 14px; }
  .fq-body { padding: 36px 0 60px; }
  .fq-qa-summary { padding: 16px 16px; gap: 12px; }
  .fq-qa-q { font-size: 14.5px; }
  .fq-qa-a { padding: 0 16px 18px 16px; font-size: 14px; }
  .fq-cta-h2 { font-size: 24px; }
  .fq-cta-card { padding: 28px 20px; }
}
