.faq-list{max-width:800px;margin:0 auto;}
.faq-item{border-bottom:1px solid rgba(243,239,232,0.12);padding:16px 0;}
.faq-question{font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;}
.faq-question::-webkit-details-marker{display:none;}
.faq-question::after{content:"+";font-size:20px;color:var(--red);transition:transform .2s;}
details[open] .faq-question::after{content:"−";}
.faq-answer{padding-top:16px;color:var(--gray);line-height:1.6;}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;}
.gallery-grid img{width:100%;height:auto;display:block;border-radius:4px;}
