.faq-list{flex-direction:column;gap:.875rem;max-width:820px;margin:0 auto;display:flex}.faq-item{background:var(--white);border:2px solid var(--gray-100);border-radius:var(--radius-lg);transition:border-color .3s,box-shadow .3s,transform .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.faq-item:before{content:"";background:linear-gradient(to bottom, var(--gold-500), var(--gold-300));transform-origin:top;border-radius:0 2px 2px 0;width:3px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.faq-item:hover{border-color:var(--gray-200);transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.faq-item.open{border-color:#e5542029;transform:none;box-shadow:0 10px 32px #e554200f}.faq-item.open:before{transform:scaleY(1)}.faq-question{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;font-family:inherit;transition:background .2s;display:flex}.faq-question:hover{background:#12182005}.faq-num{font-family:var(--font-heading);color:var(--gold-500);border-radius:var(--radius-sm);letter-spacing:.05em;background:#e554200f;border:1px solid #e554201f;flex-shrink:0;padding:.2rem .5rem;font-size:.8rem;font-weight:800;transition:background .25s,border-color .25s}.faq-item.open .faq-num{background:var(--navy-900);color:var(--white);border-color:var(--navy-900)}.faq-mini-icon{background:var(--navy-900);width:34px;height:34px;color:var(--gold-400);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.faq-q-text{color:var(--navy-800);flex:1;font-size:1rem;font-weight:600;line-height:1.45}.faq-item.open .faq-q-text{color:var(--navy-700)}.faq-chevron{color:var(--gold-500);flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1),color .25s}.faq-item.open .faq-chevron{color:var(--gold-400);transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.faq-item.open .faq-answer{max-height:400px}.faq-answer p{color:var(--gray-600);padding:0 1.5rem 1.5rem 3.75rem;font-size:.9375rem;line-height:1.8}@media (width<=767px){.faq-question{gap:.7rem;padding:1rem}.faq-mini-icon{width:30px;height:30px}.faq-answer p{padding:0 1rem 1.2rem}}
