/* SONA-FAQ-CSS-V1.0 */
.faq-section{background:linear-gradient(180deg,#fffaf6 0%,#f7ece9 100%)}
.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;align-items:start;gap:54px}
.faq-heading{position:sticky;top:105px}.faq-heading h2{margin:6px 0 16px;font:500 clamp(2.15rem,4vw,3.5rem)/1.1 Georgia,serif}.faq-heading>p:not(.eyebrow){max-width:430px;margin:0 0 22px;color:var(--muted)}
.faq-list{display:grid;gap:12px}.faq-item{overflow:hidden;border:1px solid rgba(125,31,53,.14);border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(62,28,34,.06)}
.faq-item summary{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;color:var(--dark);font-weight:700;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}
.faq-toggle{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:50%;color:#fff;background:var(--wine);font-size:1.35rem;transition:transform .2s ease}.faq-item[open] .faq-toggle{transform:rotate(45deg)}
.faq-answer{padding:0 20px 20px;color:var(--muted);line-height:1.75}.faq-item[open] summary{color:var(--wine)}
@media(max-width:900px){.faq-layout{grid-template-columns:1fr;gap:30px}.faq-heading{position:static}.faq-heading>p:not(.eyebrow){max-width:650px}}
@media(max-width:580px){.faq-item summary{min-height:62px;padding:16px;font-size:.95rem}.faq-answer{padding:0 16px 17px;font-size:.92rem}.faq-toggle{width:29px;height:29px;flex-basis:29px}}
