.faq-hero{background:linear-gradient(135deg,#6b29d3,#9333ea);padding:60px 20px 48px;text-align:center}.faq-hero h1{font-size:27px!important;font-weight:700;color:#fff;margin:0 0 12px}.faq-hero h1,.faq-hero p{font-family:var(--font-poppins),sans-serif}.faq-hero p{font-size:clamp(14px,3vw,17px);color:hsla(0,0%,100%,.85);margin:0}.faq-container{max-width:760px;margin:0 auto;padding:48px 20px 80px}.faq-item{background:#fff;border:1px solid #ede9f6;border-radius:14px;margin-bottom:12px;overflow:hidden;box-shadow:0 2px 8px rgba(107,41,211,.06);transition:box-shadow .2s ease}.faq-item:hover{box-shadow:0 4px 16px rgba(107,41,211,.12)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;cursor:pointer;font-family:var(--font-poppins),sans-serif;font-size:clamp(14px,3vw,16px);font-weight:600;color:#1a1a2e;transition:color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-icon,.faq-question:hover{color:#6b29d3}.faq-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#f3ecfd;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:400;line-height:1;transition:background .2s ease,transform .2s ease}.faq-item.open .faq-icon{background:#6b29d3;color:#fff;transform:rotate(45deg)}.faq-answer{padding:0 22px 20px;font-family:var(--font-poppins),sans-serif;font-size:clamp(13px,2.8vw,15px);color:#555;line-height:1.7;border-top:1px solid #f0eafa}.faq-answer p{margin:10px 0 0}.faq-answer ol,.faq-answer ul{margin:10px 0 0;padding-left:20px}.faq-answer li{margin-bottom:6px}.faq-answer h4{margin:14px 0 4px;font-size:14px;font-weight:700;color:#6b29d3;text-transform:uppercase;letter-spacing:.5px}.faq-answer a{color:#6b29d3;font-weight:500;text-decoration:none;margin-left:0!important}.faq-answer a:hover{text-decoration:underline}@media (max-width:480px){.faq-question{padding:16px}.faq-answer{padding:0 16px 16px}}.faq-category{margin-top:36px;margin-bottom:12px}.faq-category-title{font-family:var(--font-poppins),sans-serif;font-size:16px;font-weight:700;color:#1a1a2e;display:flex;align-items:center;gap:8px;padding-bottom:8px}@media (min-width:768px){.faq-hero h1{font-size:36px!important}.faq-category-title{font-size:18px}}