.faq-hero{position:relative;height:50vh;min-height:350px;display:flex;align-items:center;background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden;z-index:2}.faq-hero:before{content:"?";position:absolute;font-size:25rem;font-weight:900;color:#ffffff08;top:50%;right:10%;transform:translateY(-50%);font-family:Montserrat,sans-serif;pointer-events:none;z-index:2}.faq-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#00143ceb,#00359399,#0035934d);z-index:1}.faq-hero-content{position:relative;z-index:3;padding:0 20px;margin-left:10%;max-width:600px}.faq-hero-content h1{font-size:3rem;font-family:Montserrat,sans-serif;font-weight:800;color:#fff;text-shadow:2px 2px 10px rgba(0,0,0,.3);margin-bottom:0}.faq-hero-line{display:block;width:60px;height:3px;background:linear-gradient(90deg,var(--accent-yellow),transparent);margin:12px 0 15px;border-radius:2px}.faq-hero-content p{font-size:1.1rem;color:#fffc;font-weight:300;line-height:1.7;max-width:450px}.faq-hero-decor{position:absolute;border-radius:50%;pointer-events:none;z-index:2}.faq-hero-decor-1{width:300px;height:300px;border:1px solid rgba(255,255,255,.06);top:-80px;right:10%;animation:faqFloat 12s ease-in-out infinite}.faq-hero-decor-2{width:150px;height:150px;background:radial-gradient(circle,rgba(247,235,14,.06) 0%,transparent 70%);bottom:15%;right:20%;animation:faqFloat 8s ease-in-out infinite reverse}@keyframes faqFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(3deg)}}.faq-container{padding-top:0;padding-bottom:80px}.faq-intro{text-align:center;max-width:700px;margin:0 auto 60px;font-size:1.05rem;line-height:1.8;color:#555}.faq-categories{display:flex;flex-direction:column;gap:50px}.faq-category{background:#ffffffb8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:20px;padding:40px;box-shadow:0 10px 40px #00359312;border:1px solid rgba(255,255,255,.9);position:relative;z-index:2;transition:transform .3s ease,box-shadow .3s ease}.faq-category:hover{transform:translateY(-4px);box-shadow:0 18px 50px #0035931a}.category-header{display:flex;align-items:center;gap:18px;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid rgba(0,53,147,.08)}.category-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--primary-blue),#0047ba);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 5px 15px #00359333}.category-icon i{color:var(--accent-yellow);font-size:1.2rem}.category-header h2{font-size:1.4rem;font-weight:700;color:var(--primary-blue);margin:0}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid rgba(0,0,0,.06)}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 5px;background:none;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:#333;font-family:Open Sans,sans-serif;transition:color .3s ease}.faq-question:hover{color:var(--primary-blue)}.faq-chevron{font-size:.85rem;color:var(--primary-blue);transition:transform .3s ease;flex-shrink:0}.faq-chevron.rotated{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;padding:0 5px}.faq-item.open .faq-answer{max-height:300px;padding:0 5px 20px}.faq-answer p{font-size:.95rem;line-height:1.8;color:#555;border-left:3px solid var(--accent-yellow);padding-left:18px;margin:0}.faq-cta{margin-top:70px}.cta-card{background:linear-gradient(135deg,#001d52,#003593);border-radius:24px;padding:50px 40px;text-align:center;color:#fff;position:relative;overflow:hidden}.cta-card:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;border-radius:50%;border:40px solid rgba(255,255,255,.04);pointer-events:none}.cta-card>i{font-size:2.5rem;color:var(--accent-yellow);margin-bottom:20px;display:block}.cta-card h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:10px}.cta-card p{color:#ffffffb3;font-size:1rem;margin-bottom:30px;max-width:500px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;position:relative;z-index:2}.cta-buttons .btn-primary{display:inline-flex;align-items:center;gap:8px}.btn-whatsapp-faq{display:inline-flex;align-items:center;gap:8px;background:#25d366;color:#fff;padding:15px 30px;border-radius:50px;font-weight:700;text-transform:uppercase;font-size:.9rem;transition:all .3s ease;text-decoration:none;box-shadow:0 5px 15px #25d3664d}.btn-whatsapp-faq:hover{background:#20bd5a;transform:translateY(-3px);box-shadow:0 10px 25px #25d36666;color:#fff}@media(max-width:992px){.faq-categories{gap:30px}.faq-category{padding:30px 25px}}@media(max-width:768px){.faq-hero{height:35vh;min-height:250px;background-attachment:scroll}.faq-hero:before{display:none}.faq-hero-content{margin-left:0;padding:0 16px;text-align:center;max-width:100%}.faq-hero-overlay{background:linear-gradient(180deg,#00143ce0,#003593b3)}.faq-hero-content h1{font-size:2rem}.faq-hero-line{margin:12px auto 15px}.faq-hero-content p{font-size:1rem;max-width:100%}.faq-hero-decor{display:none}.faq-category{padding:25px 20px;border-radius:16px}.category-header{gap:12px;margin-bottom:20px;padding-bottom:15px}.category-icon{width:42px;height:42px;border-radius:12px}.category-icon i{font-size:1rem}.category-header h2{font-size:1.15rem}.faq-question{font-size:.9rem;padding:16px 5px}.faq-answer p{font-size:.88rem}.cta-card{padding:35px 25px;border-radius:18px}.cta-card h3{font-size:1.25rem}.cta-buttons{flex-direction:column;align-items:center}}@media(max-width:480px){.faq-hero-content h1{font-size:2rem}.faq-hero-content p{font-size:1rem;line-height:1.6}.faq-category{padding:20px 15px}.faq-question{font-size:1rem}.faq-answer p{font-size:.95rem}.cta-card h3{font-size:1.2rem}}@media(max-width:390px){.faq-hero-content h1{font-size:1.8rem}.faq-hero-content p{font-size:.95rem;line-height:1.6}.faq-category{padding:16px 12px}.faq-question{font-size:.95rem}.faq-answer p{font-size:.9rem}.cta-card{padding:28px 16px;border-radius:14px}.cta-card h3{font-size:1.1rem}}
