.faq-section{padding:5rem 4rem;background:var(--cream);font-family:var(--font-sans)}.faq-inner{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);padding:1.5rem 0;cursor:pointer}.faq-question{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-serif);font-size:1.2rem;font-weight:400;color:var(--charcoal);transition:color 0.2s}.faq-question:hover{color:var(--gold)}.faq-icon{color:var(--gold);font-size:1.2rem;transition:transform 0.3s;flex-shrink:0}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{font-size:.88rem;color:var(--muted);line-height:1.8;max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s}.faq-item.open .faq-answer{max-height:300px;padding-top:1rem}.faq-answer p{margin-bottom:.8em}.faq-answer p:last-child{margin-bottom:0}.faq-answer a{color:var(--gold);text-decoration:none}.faq-answer a:hover{text-decoration:underline}@media (max-width:900px){.faq-section{padding:4rem 1.5rem}}