.faq-hero-section{background:var(--gradient-red-black);color:var(--white);padding:80px 0;text-align:center;position:relative;overflow:hidden}.faq-hero-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(220,20,60,.3)0,transparent 50%),radial-gradient(circle at 80% 50%,rgba(220,20,60,.2)0,transparent 50%);animation:pulse-glow 4s ease-in-out infinite;pointer-events:none}.faq-hero-title{font-size:3.5rem;font-weight:900;text-transform:uppercase;letter-spacing:3px;margin-bottom:20px;text-shadow:3px 3px 6px rgba(0,0,0,.5),0 0 20px rgba(220,20,60,.5);position:relative;z-index:1}.faq-hero-subtitle{font-size:1.5rem;font-weight:600;opacity:.95;position:relative;z-index:1}.faq-section{padding:100px 0;background:linear-gradient(180deg,var(--white) 0%,var(--light-gray) 100%);min-height:60vh}.faq-container{max-width:900px;margin:0 auto}.faq-item{background:var(--white);border-radius:15px;margin-bottom:20px;box-shadow:0 4px 15px rgba(0,0,0,.1);border:2px solid rgba(220,20,60,.1);overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 6px 20px rgba(0,0,0,.15);border-color:rgba(220,20,60,.3)}.faq-item.active{border-color:var(--primary-red);box-shadow:0 8px 25px rgba(220,20,60,.2)}.faq-question{padding:25px 30px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:var(--white);transition:background .3s ease}.faq-question:hover{background:var(--light-gray)}.faq-item.active .faq-question{background:rgba(220,20,60,.05)}.faq-question h3{font-size:1.4rem;font-weight:700;color:var(--pure-black);margin:0;flex:1;padding-right:20px;line-height:1.4}.faq-icon{font-size:2rem;font-weight:300;color:var(--primary-red);transition:transform .3s ease;flex-shrink:0;width:30px;text-align:center;line-height:1}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;background:var(--white)}.faq-item.active .faq-answer{max-height:1000px;padding:0 30px 25px}.faq-answer li,.faq-answer p{font-size:1.1rem;line-height:1.8;color:var(--text-color)}.faq-answer p{margin:0;padding-top:15px}.faq-answer ol,.faq-answer ul{margin:15px 0;padding-left:30px}.faq-answer li{margin-bottom:10px}.faq-cta-section{padding:100px 0;background:var(--gradient-black-red);text-align:center;position:relative;overflow:hidden}.faq-cta-section::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-red-black)}.cta-title{font-size:3rem;font-weight:900;color:var(--white);text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.cta-subtitle{font-size:1.4rem;color:var(--white);margin-bottom:40px;font-weight:600}.cta-button{display:inline-block;padding:18px 50px;background:var(--gradient-red-black);color:var(--white);text-decoration:none;border-radius:10px;font-size:1.3rem;font-weight:900;text-transform:uppercase;letter-spacing:2px;box-shadow:0 6px 20px rgba(0,0,0,.3),0 0 30px rgba(220,20,60,.3);transition:all .3s ease;position:relative;overflow:hidden}.cta-button::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.cta-button:hover::before{left:100%}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.4),0 0 40px rgba(220,20,60,.5)}@media (max-width:768px){.faq-hero-title{font-size:2.5rem}.faq-hero-subtitle,.faq-question h3{font-size:1.2rem}.faq-question{padding:20px}.faq-item.active .faq-answer{padding:0 20px 20px}.cta-title{font-size:2.2rem}.cta-subtitle{font-size:1.2rem}}@media (max-width:480px){.faq-hero-title{font-size:2rem}.faq-question h3{font-size:1.1rem}.faq-icon{font-size:1.5rem}.cta-title{font-size:1.8rem}.cta-button{padding:15px 30px;font-size:1.1rem}}