/*
 * FAQ Section — Home
 */
.faq-section{background:var(--wp--preset--color--surface,#f8fafc);padding:64px 24px}
.faq-container{max-width:1200px;margin:0 auto}
.faq-header{text-align:center;margin-bottom:48px}
.faq-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--wp--preset--color--primary,#2563eb);margin-bottom:12px}
.faq-title{font-size:var(--wp--preset--font-size--xx-large,clamp(1.75rem,1.75rem + ((1vw - 0.2rem) * 0.909),2.25rem));margin:0 0 12px}
.faq-desc{color:var(--wp--preset--color--text-secondary,#506a80);margin:0;max-width:640px;margin:0 auto}
.faq-grid{display:grid;gap:16px;max-width:860px;margin:0 auto}
.faq-item{background:var(--wp--preset--color--white,#fff);border:1px solid var(--wp--preset--color--border,#e2e8f0);border-radius:16px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}
.faq-item[open]{border-color:var(--wp--preset--color--primary,#2563eb);box-shadow:0 10px 25px -5px rgba(15,23,42,.1)}
.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;list-style:none;font-family:var(--wp--preset--font-family--heading,'Syne',sans-serif);font-weight:600;color:var(--wp--preset--color--text-primary,#1e293b)}
.faq-question::-webkit-details-marker{display:none}
.faq-toggle{position:relative;flex-shrink:0;width:20px;height:20px}
.faq-toggle::before,.faq-toggle::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--wp--preset--color--primary,#2563eb);transition:opacity .2s ease}
.faq-toggle::before{width:16px;height:2px}
.faq-toggle::after{width:2px;height:16px}
.faq-item[open] .faq-toggle::after{opacity:0}
.faq-answer{padding:0 24px 20px;color:var(--wp--preset--color--text-secondary,#506a80);line-height:1.7}
@media(max-width:640px){.faq-section{padding:48px 16px}.faq-question{padding:16px 18px;font-size:1rem}}
