.faq-section{max-width:700px;margin:0 auto;padding:2rem 1rem}.faq-section h2{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:2rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#fff;border-radius:1rem;box-shadow:0 2px 12px rgba(37,99,235,.07);padding:1.5rem 1.25rem;transition:box-shadow .2s;border:1px solid #e5e7eb}.faq-item:hover{box-shadow:0 4px 24px rgba(37,99,235,.13)}.faq-question{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.faq-answer{color:#475569;font-size:1rem;line-height:1.7}@media (max-width:600px){.faq-section{padding:1.2rem .5rem}.faq-item{padding:1rem .75rem}.faq-section h2{font-size:1.3rem}.faq-question{font-size:1rem}.faq-answer{font-size:.97rem}}