.faqContainer{width:100%;box-sizing:border-box;margin:40px auto 80px;padding:0;background-color:var(--bg-color);min-height:100vh;overflow-x:hidden}.faqHeader{display:flex;flex-direction:column;margin-bottom:32px;padding-bottom:20px;position:relative;width:100%}.faqHeader:after{content:"";position:absolute;left:0;bottom:0;width:64px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--primary-color),var(--gold))}.faqHeaderOverline{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:600;color:#94a3b8;margin:0 0 6px}.faqHeaderTitle{color:#0f172a;font-size:clamp(2rem,3.2vw,2.8rem);margin:0;font-weight:800;letter-spacing:-.03em}.faqHeaderDescription{margin:0;max-width:640px;color:#64748b;font-size:.98rem;line-height:1.6}.faqContent{width:100%;max-width:800px}.faqSection{margin-bottom:48px}.faqSection h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:24px;letter-spacing:-.02em}.faq-item{margin-bottom:16px;border-bottom:1px solid #e2e8f0}.faq-item:last-child{border-bottom:none}.faq-item h3{margin:0;padding:16px 0;font-size:1.1rem;font-weight:600;color:#1e293b;cursor:pointer;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s ease}.faq-item h3:hover,.faq-item.active h3{color:var(--primary-color)}.faq-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out,opacity .3s ease-out;opacity:0}.faq-content.show{max-height:500px;opacity:1;transition:max-height .5s ease-in,opacity .3s ease-in}.faq-content p{margin:0;padding:0 0 24px;color:#475569;line-height:1.7;font-size:1rem}.faqSection:last-child{background-color:#f8fafc;padding:32px;border-radius:16px;text-align:center;border:1px dashed #cbd5e1}.faqSection:last-child h2{margin-bottom:12px;font-size:1.25rem}.faqSection:last-child p{color:#64748b;margin-bottom:0}.faqSection:last-child a{color:var(--primary-color);font-weight:600;text-decoration:none}.faqSection:last-child a:hover{text-decoration:underline}@media (max-width:768px){.faqContainer{padding:8px}.faqHeader{margin-bottom:24px}.faq-item h3{padding:12px 0;font-size:1rem}.faq-content p{padding-bottom:16px}}