.faq-page{background:var(--gray);min-height:80vh;padding-bottom:60px}.faq-hero{background:var(--dark);padding:48px 0 44px;margin-bottom:40px}.faq-hero-eyebrow{font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--red);margin-bottom:10px}.faq-hero h1{font-size:36px;font-weight:800;color:#fff;margin:0 0 10px;line-height:1.2}.faq-hero p{font-size:14px;color:#fff9;margin:0}.faq-category{background:#fff;border-radius:16px;border:1px solid var(--border);padding:28px 32px;margin-bottom:24px}.faq-category-title{font-size:15px;font-weight:800;color:var(--dark);margin-bottom:20px;display:flex;align-items:center;gap:10px}.faq-category-title i{width:32px;height:32px;border-radius:8px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.faq-item{border:1px solid var(--border);border-radius:8px;margin-bottom:8px;overflow:hidden;transition:border-color .2s}.faq-item.open{border-color:var(--red)}.faq-item:last-child{margin-bottom:0}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;font-size:14px;font-weight:600;color:var(--dark);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;transition:background .15s}.faq-question:hover{background:#fdf9f9}.faq-icon-btn{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0;transition:background .2s,color .2s}.faq-icon-btn.closed{background:#f0f0f0;color:#888}.faq-icon-btn.opened{background:var(--red);color:#fff}.faq-answer{font-size:13px;color:#555;line-height:1.7;max-height:0;overflow:hidden;padding:0 20px;transition:max-height .3s ease,padding .3s ease}.faq-answer.open{max-height:400px;padding:0 20px 18px}@media(max-width:767px){.faq-hero{padding:32px 0 28px}.faq-hero h1{font-size:26px}.faq-category{padding:20px}.faq-question{font-size:13px;padding:14px}.faq-answer{font-size:12px}}
