.faq-wrap{max-width:900px;margin:0 auto;padding:0 20px}

.section{padding:80px 0}
.section-alt{background:#f8fafc}
.faq-quick-section{display:flex;align-items:center;padding:80px 0;background:#f5f7fa !important;margin-bottom:-50px}
.section-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#bf0410;letter-spacing:.06em;margin-bottom:10px}
.section-label::before{content:'';width:18px;height:2px;background:#bf0410;border-radius:2px}
.section-head{text-align:center;margin-bottom:36px}
.section-head h2{font-size:30px;font-weight:700;color:#1a1a1a;margin-bottom:6px}
.section-head p{font-size:14px;color:#999}

.faq-item{margin-bottom:12px;border-radius:14px;border:1px solid #e8e8e8;overflow:hidden;background:#fff;transition:.3s}
.faq-item:hover{border-color:#d0d0d0;box-shadow:0 2px 12px rgba(0,0,0,.05)}
.faq-item.active{border-color:#bf0410;box-shadow:0 4px 20px rgba(191,4,16,.1)}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;user-select:none;font-size:15px;font-weight:600;color:#1a1a1a;transition:background .2s}
.faq-q:hover{background:#fafafa}
.faq-item.active .faq-q{color:#bf0410;background:#fef5f5}
.faq-num{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;border-radius:6px;background:#bf0410;color:#fff;font-size:12px;font-weight:700;margin-right:10px;flex-shrink:0;padding:0 6px}
.faq-q-icon{width:30px;height:30px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:16px;color:#64748b;flex-shrink:0;transition:transform .3s,background .3s,color .3s}
.faq-item.active .faq-q-icon{transform:rotate(45deg);background:#bf0410;color:#fff}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s;opacity:0}
.faq-a-inner{padding:0 24px 22px;font-size:14px;color:#666;line-height:1.85}
.faq-item.active .faq-a{max-height:2000px;opacity:1}

/* Gray section - remove white background from FAQ items */
.section-alt .faq-item{background:transparent;border:1px solid rgba(0,0,0,.08);box-shadow:none}
.section-alt .faq-item:hover{border-color:rgba(0,0,0,.15)}
.section-alt .faq-item.active{border-color:#bf0410;background:rgba(191,4,16,.03)}

.faq-quick-inner{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}
.faq-quick-head{text-align:center;margin-bottom:40px}
.faq-quick-head h2{font-size:30px;font-weight:700;color:#1a1a1a;margin-bottom:8px}
.faq-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.faq-quick-card{background:#fff;border-radius:14px;padding:28px 22px;border:1px solid #e2e8f0;transition:.3s;text-decoration:none;display:flex;align-items:flex-start;gap:16px}
.faq-quick-card:hover{border-color:#bf0410;transform:translateY(-3px);box-shadow:0 10px 20px -5px rgba(0,0,0,.08)}
.faq-quick-icon{width:44px;height:44px;border-radius:10px;background:#fef2f2;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}
.faq-quick-card h4{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:6px}
.faq-quick-card p{font-size:13px;color:#999;line-height:1.7}
