.faqs-hero{position:relative;width:100%;height:420px;overflow:hidden;display:flex;align-items:center;justify-content:center}.faqs-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.faqs-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#00000078,#00000078);z-index:1}.faqs-hero-content{position:relative;z-index:2;text-align:center;max-width:720px;padding:0 20px}.faqs-hero-tagline{font-size:0.9rem;text-transform:uppercase;letter-spacing:3px;color:var(--bs-secondary,#E57200);margin:0 0 10px;font-weight:600}.faqs-hero-title{font-size:3rem;font-weight:800;color:#fff;margin:0 0 16px;font-family:var(--font-body);line-height:1.15}.faqs-hero-desc{font-size:1.05rem;color:rgba(255,255,255,0.82);line-height:1.7;margin:0}.faqs-content{width:100%;max-width:100vw;margin:0 auto;padding:3rem 4rem 4rem}.faqs-title{margin-bottom:0.5rem}.faqs-intro{color:#555;margin-bottom:2rem}.faqs-category{margin-top:2.5rem}.faqs-category:first-of-type{margin-top:3rem}.faqs-category-title{font-size:1.4rem;color:var(--bs-primary,#883419);margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:2px solid var(--bs-secondary,#E57200)}.faqs-item{margin-bottom:1rem;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}.faqs-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#f8f9fa9a;border:none;cursor:pointer;text-align:left;font-size:1.1rem;font-weight:600;color:#333;transition:background 0.2s ease;font-family:inherit}.faqs-question:hover{background:#eef0f3}.faqs-question-icon{font-size:0.85rem;color:var(--bs-secondary,#E57200);transition:transform 0.3s ease;flex-shrink:0;margin-left:1rem}.faqs-item.active .faqs-question-icon{transform:rotate(180deg)}.faqs-item.active .faqs-question{background:var(--bs-primary,#883419);color:#fff}.faqs-item.active .faqs-question-icon{color:var(--bs-secondary,#E57200)}.faqs-answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.35s ease;padding:0 1.25rem}.faqs-item.active .faqs-answer{max-height:500px;padding:1rem 1.25rem}.faqs-answer p{margin:0;line-height:1.7;color:#444;font-size:1rem}.faqs-answer a{color:var(--brand-ember);font-weight:700;text-decoration:none;border-bottom:1px solid currentColor}.faqs-answer a:hover{color:var(--brand-burgundy)}.faqs-cta{margin-top:3.5rem;text-align:center;padding-top:3rem;border-top:1px solid #e0e0e0}.faqs-cta p{font-size:1rem;color:#555;margin:0 0 1.25rem}.faqs-cta-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.faqs-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:var(--bs-secondary,#E57200);color:#fff;font-size:0.95rem;font-weight:600;border-radius:25px;text-decoration:none;transition:background 0.3s}.faqs-cta-btn:hover{background:#E57200}.faqs-cta-btn-outline{background:transparent;color:var(--bs-primary,#883419);border:2px solid var(--bs-primary,#883419)}.faqs-cta-btn-outline:hover{background:var(--bs-primary,#883419);color:#fff}@media (max-width:768px){.faqs-hero{height:360px}.faqs-hero-title{font-size:2.2rem}.faqs-content{padding:2rem 1rem}.faqs-question{font-size:0.95rem;padding:0.85rem 1rem}.faqs-category-title{font-size:1.2rem}}@media (max-width:480px){.faqs-hero{height:320px}.faqs-hero-title{font-size:1.7rem}.faqs-hero-desc{font-size:0.92rem}.faqs-cta-btns{flex-direction:column;align-items:center}}@media (min-width:640px) and (max-width:990px){.faqs-hero-content,.faqs-content{padding-left:20px !important;padding-right:20px !important}}@media (max-width:639px){.faqs-hero-content,.faqs-content{padding-left:10px !important;padding-right:10px !important}}