.pdp-faq{padding:var(--section-padding) 0;background:#fff}
.pdp-faq__header{text-align:center;margin-bottom:5.6rem}
.pdp-faq__header h2{font-family:var(--font-heading);font-size:clamp(2.8rem,3.5vw,4.4rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}
.pdp-faq__header p{color:#777;font-size:1.6rem}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:.2rem;max-width:96rem;margin:0 auto;background:rgba(0,0,0,.06)}
.faq-item{background:#fff;padding:2.8rem 3.2rem;cursor:pointer;transition:background .2s}
.faq-item:hover{background:rgb(var(--sgc-light-gray))}
.faq-question{display:flex;justify-content:space-between;align-items:flex-start;gap:1.6rem}
.faq-question h4{font-size:1.5rem;font-weight:700;line-height:1.4;margin:0}
.faq-plus{font-size:2rem;color:rgb(var(--sgc-brown));flex-shrink:0;line-height:1;transition:transform .2s;font-style:normal}
.faq-item.open .faq-plus{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,margin .2s}
.faq-item.open .faq-answer{max-height:20rem;margin-top:1.4rem}
.faq-answer p{font-size:1.4rem;color:#777;line-height:1.65}
@media(max-width:749px){.faq-grid{grid-template-columns:1fr}}
