/* Scope FAQ */
    #faq { margin-top: 40px; }
    #faq{ --bg:#f1f1f1; --card:#fff; --text:#111827; --muted:#6b7280; --accent:#10b981; --border:#e5e7eb; --radius:16px; --shadow:0 8px 24px rgba(0,0,0,.08); --max:980px; }
    #faq *, #faq *::before, #faq *::after{ box-sizing:border-box }
    #faq .wrap{ max-width:var(--max); margin:auto; padding:32px 20px }
    #faq .card{ background:var(--card); border-radius:var(--radius); box-shadow:var(--shadow); padding:28px; color:var(--text); font-family:inherit }
    #faq h1{ font-size:clamp(1.5rem,2.6vw,2rem); margin:0 0 10px; text-align: left; }
    #faq .subtitle{ color:var(--muted); margin:0 0 24px }
    #faq .faq{ display:grid; gap:10px }
    #faq details{ background:#fff; border:1px solid var(--border); border-radius:12px; padding:0 }
    #faq summary{ list-style:none; cursor:pointer; padding:14px 16px; font-weight:700; display:flex; align-items:center; gap:10px }
    #faq summary::-webkit-details-marker{ display:none }
    #faq .chev{ transition:transform .2s ease }
    #faq details[open] .chev{ transform:rotate(90deg) }
    #faq .answer{ padding:0 16px 16px; color:#374151 }
    #faq .badge{ display:inline-block; background:#ecfdf5; border:1px solid #a7f3d0; color:#065f46; border-radius:999px; padding:6px 10px; font-weight:600 }
    #faq a{ color:#065f46 }
