﻿/* Categorized FAQ page. */
.faq-section{background:linear-gradient(180deg,#fff 0%,#fffafb 100%)}
.faq-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 clamp(64px,8vw,96px)}
.faq-categories a{display:flex;align-items:center;gap:12px;min-height:68px;padding:14px 16px;border:1px solid #eadde2;border-radius:16px;background:#fff;color:#3a2930;font-weight:750;box-shadow:0 9px 26px rgba(83,45,58,.05);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.faq-categories a:hover{transform:translateY(-2px);border-color:#dda9ba;box-shadow:0 14px 30px rgba(83,45,58,.08)}
.faq-categories a:focus-visible{outline:3px solid rgba(232,72,115,.28);outline-offset:3px}
.faq-categories a span{display:grid;width:36px;height:36px;place-items:center;flex:0 0 36px;border-radius:11px;background:#fff0f4;color:#c82f5c;font-size:.76rem;font-weight:850}
.faq-category{display:grid;grid-template-columns:minmax(250px,.68fr) minmax(0,1.32fr);align-items:start;gap:clamp(34px,6vw,72px);margin-bottom:clamp(72px,9vw,112px);scroll-margin-top:100px}
.faq-category:last-child{margin-bottom:0}
.faq-category-heading{display:flex;gap:18px;position:sticky;top:104px}
.faq-category-icon{display:grid;width:52px;height:52px;place-items:center;flex:0 0 52px;border:1px solid #efc7d3;border-radius:16px;background:linear-gradient(145deg,#fff5f8,#ffe7ee);color:#c9325e;box-shadow:0 10px 28px rgba(177,45,87,.09)}
.faq-category-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.faq-category-heading>div>span{display:block;margin:2px 0 7px;color:#a82d53;font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.faq-category-heading h2{margin:0 0 10px;color:#2b1d23;font:500 clamp(1.65rem,2.7vw,2.25rem)/1.14 Georgia,'Times New Roman',serif;letter-spacing:-.025em}
.faq-category-heading p{margin:0;color:#74666c;font-size:.92rem;line-height:1.65}
.faq-category .faq-list{width:100%;max-width:none;margin:0;border:1px solid #eadde2;border-radius:20px;background:#fff;box-shadow:0 16px 42px rgba(83,45,58,.065)}
.faq-category .faq-item:last-child{border-bottom:0}
.faq-category .faq-q{min-height:70px;padding:20px 24px;color:#36262d;font-size:1rem}
.faq-category .faq-q span:last-child{display:grid;width:30px;height:30px;place-items:center;flex:0 0 30px;border-radius:50%;background:#fff0f4;color:#ca335f;transition:transform .2s ease,background-color .2s ease,color .2s ease}
.faq-category .faq-item.open .faq-q span:last-child{background:#e84873;color:#fff}
.faq-category .faq-a p{padding:0 62px 24px 24px;color:#6c5e64;line-height:1.7}
@media(max-width:900px){.faq-categories{grid-template-columns:1fr 1fr}.faq-category{grid-template-columns:1fr;gap:24px}.faq-category-heading{position:static;max-width:680px}}
@media(max-width:560px){.faq-categories{grid-template-columns:1fr;gap:10px;margin-bottom:58px}.faq-categories a{min-height:60px}.faq-category{margin-bottom:64px}.faq-category-heading{gap:14px}.faq-category-icon{width:46px;height:46px;flex-basis:46px;border-radius:14px}.faq-category .faq-q{min-height:66px;padding:18px}.faq-category .faq-a p{padding:0 48px 20px 18px}}
@media(prefers-reduced-motion:reduce){.faq-categories a,.faq-category .faq-q span:last-child{transition:none}}



