.den-fq{padding:60px 0;background:#f8f8f8}
.den-fq__wrap{max-width:800px;margin:0 auto;padding:0 20px}
.den-fq__label{text-align:center;font-size:12px;text-transform:uppercase;letter-spacing:3px;color:#726350;margin-bottom:8px}
.den-fq__title{text-align:center;font-family:Poppins,sans-serif;font-size:28px;font-weight:800;color:#1d1c1c;margin-bottom:36px;text-transform:uppercase;font-style:italic;line-height:1.3}
.den-fq__item{border-bottom:1px solid #e5e7eb;padding:18px 0}
.den-fq__item:first-child{border-top:1px solid #e5e7eb}
.den-fq__question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:16px;width:100%;background:none;border:none;padding:0;text-align:left}
.den-fq__question-text{font-family:Poppins,sans-serif;font-size:15px;font-weight:600;color:#1d1c1c;line-height:1.4;flex:1}
.den-fq__icon{width:24px;height:24px;flex-shrink:0;transition:transform .3s ease;color:#726350}
.den-fq__item.active .den-fq__icon{transform:rotate(180deg)}
.den-fq__answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.den-fq__item.active .den-fq__answer{max-height:600px}
.den-fq__answer-text{font-size:14px;line-height:1.7;color:#5a4f46;padding:12px 0 4px}
@media(max-width:749px){.den-fq__title{font-size:22px}}
