.faq-section{margin-bottom:var(--space-7)}.faq-item{padding:var(--space-5) 22px;margin-bottom:var(--space-4);background:var(--surface);border:1px solid var(--border-subtle);border-left:4px solid var(--yellow);border-radius:var(--radius);box-shadow:var(--shadow)}.faq-item:last-child{margin-bottom:0}.faq-question{margin:0 0 var(--space-3);font-family:var(--font-display);font-size:1.15rem;font-weight:700;line-height:1.35;color:var(--black)}.faq-answer{margin:0;color:var(--ink);line-height:var(--leading-loose);font-size:var(--text-base)}@media (max-width:600px){.faq-item{padding:var(--space-4)}.faq-question{font-size:1.05rem}.faq-answer{font-size:.95rem}}