.category-hero{padding:8rem 0 4rem;background:var(--primary-color);position:relative;overflow:hidden}.category-hero.has-hero-image{min-height:70vh}.category-hero .hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.category-hero .hero-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0e2b48eb,#0e2b48bf,#0e2b48d9);z-index:1}.category-hero .container{position:relative;z-index:2}.category-hero .breadcrumb{font-size:.85rem;letter-spacing:.1em;margin-bottom:2rem}.category-hero .breadcrumb a{color:#ffffffd9;text-decoration:none}.category-hero .breadcrumb a:hover{color:#fff}.category-hero .breadcrumb .separator{margin:0 .75rem;color:#ffffffb3}.category-hero .breadcrumb .current{color:#fff}.category-hero h1,.category-hero .hero-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem;color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.category-hero .hero-subtitle{font-size:1.25rem;color:var(--accent-color);margin-bottom:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.category-section{padding:5rem 0}.category-section h2{font-size:2rem;margin-bottom:1rem;color:var(--primary-color)}.category-section .section-intro{font-size:1.1rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:700px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.category-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 15px #0000000d;transition:all .3s ease;text-decoration:none;color:inherit;display:block;border:1px solid rgba(0,0,0,.05)}a.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.category-card-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark, #0a1a30));border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.category-card-icon i{font-size:1.5rem;color:#fff}.category-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--primary-color)}.category-card p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.category-info-box{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1.5rem;border-left:4px solid var(--accent-color)}.category-info-box h3{font-size:1.1rem;margin-bottom:.75rem;color:var(--primary-color)}.category-info-box h3 i{margin-right:.5rem;color:var(--accent-color)}.category-info-box p{color:var(--text-muted);line-height:1.7}.faq-list{max-width:800px}.faq-item{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem 0}.faq-question{font-weight:600;font-size:1.05rem;cursor:pointer;list-style:none;padding-right:2rem;position:relative}.faq-question:after{content:"+";position:absolute;right:0;top:0;font-size:1.5rem;color:var(--accent-color)}.faq-item[open] .faq-question:after{content:"−"}.faq-answer{padding-top:1rem}.faq-answer p{margin:0;line-height:1.7;color:var(--text-muted)}.text-center{text-align:center}@media(max-width:992px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.category-hero h1{font-size:2rem}.category-grid{grid-template-columns:1fr}.category-hero{padding:6rem 0 3rem}}
