.faq{padding:var(--pad-section) var(--pad-x)}.faq-shell{max-width:var(--max-w);margin:0 auto}.faq-header{margin-bottom:3rem}.faq-heading{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;font-weight:700}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);padding:1.5rem 0}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;font-size:1.05rem;color:var(--fg);list-style:none;gap:1rem;transition:color .3s}.faq-question::-webkit-details-marker{display:none}.faq-question::marker{display:none;content:""}.faq-question:hover{color:var(--accent)}.faq-icon{flex-shrink:0;color:var(--muted);transition:transform .35s var(--ease-out),color .3s}details[open] .faq-icon{transform:rotate(180deg);color:var(--accent)}.faq-answer{padding-top:1rem;color:var(--fg-secondary);line-height:1.7;font-size:.95rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s var(--ease-out),opacity .3s,padding-top .3s}details[open] .faq-answer{max-height:500px;opacity:1;padding-top:1rem}