.faq-hero-band{width:100%;background:linear-gradient(135deg,#1e1654,#2c2261 60%,#3d2d8e);padding:clamp(64px,9vw,120px) 24px clamp(56px,8vw,100px);text-align:center;position:relative;overflow:hidden;flex-shrink:0}.faq-hero-band:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(131,91,216,.25) 0,transparent 55%),radial-gradient(ellipse at 80% 20%,rgba(74,86,226,.2) 0,transparent 50%);pointer-events:none}.faq-hero-inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.faq-hero-title{font-family:Inter,sans-serif;font-size:clamp(36px,5.5vw,68px);font-weight:700;line-height:1.08;color:#ffffff;margin:0 0 24px;letter-spacing:-1px}.faq-hero-title span{color:#c4b5fd}.faq-hero-subtitle{font-family:Inter,sans-serif;font-size:clamp(15px,1.6vw,18px);font-weight:400;line-height:1.75;color:rgba(255,255,255,.72);margin:0}.faq-hero-subtitle a{color:#c4b5fd;text-decoration:none;font-weight:500;border-bottom:1px solid rgba(196,181,253,.4)}.faq-hero-subtitle a:hover{border-bottom-color:#c4b5fd}.faq-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:64px 24px 80px;max-width:1140px;margin-left:auto;margin-right:auto;width:100%}.faq-body{width:100%;display:grid;grid-template-columns:200px 1fr;gap:48px;align-items:start}.faq-nav{position:sticky;top:40px;display:flex;flex-direction:column;gap:2px}.faq-nav-label{font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#9ca3af;padding:0 14px 12px;margin:0}.faq-nav-item{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#4a5565;text-decoration:none;padding:9px 14px;border-radius:10px;border-left:2px solid transparent;transition:background .15s,color .15s,border-color .15s;line-height:1.4}.faq-nav-item:hover{background:rgba(131,91,216,.07);color:#835bd8;border-left-color:rgba(131,91,216,.3)}.faq-sections{display:flex;flex-direction:column;gap:32px}.faq-section-card{background:#ffffff;border:1px solid #e8e8e8;border-radius:20px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.04)}.faq-section-header{padding:24px 32px 20px;border-bottom:1px solid #f3f4f6}.faq-section-heading{font-family:Inter,sans-serif;font-size:13px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#835bd8;margin:0}.faq-item{border-bottom:1px solid #f3f4f6;transition:background .15s}.faq-item:last-child{border-bottom:none}.faq-item.open{background:#faf9ff}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 32px;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-family:Inter,sans-serif;font-size:clamp(14px,1.2vw,16px);font-weight:600;color:#101828;line-height:1.5;transition:color .15s}.faq-item.open .faq-question,.faq-question:hover{color:#835bd8}.faq-toggle{flex-shrink:0;width:28px;height:28px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;transition:background .2s;position:relative}.faq-toggle:after,.faq-toggle:before{content:"";position:absolute;background:#6b7280;border-radius:2px;transition:opacity .2s,transform .25s,background .2s}.faq-toggle:before{width:12px;height:2px}.faq-toggle:after{width:2px;height:12px}.faq-item.open .faq-toggle{background:#835bd8}.faq-item.open .faq-toggle:after,.faq-item.open .faq-toggle:before{background:#ffffff}.faq-item.open .faq-toggle:after{opacity:0;transform:rotate(90deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .32s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-answer{max-height:600px}.faq-answer-inner{border-left:3px solid #835bd8;margin:0 32px;padding:0 0 24px 20px}.faq-answer-text{font-family:Inter,sans-serif;font-size:15px;font-weight:400;color:#4a5565;line-height:1.8;margin:0}.faq-cta{width:100%;background:linear-gradient(135deg,#2c2261,#3d2d8e);border-radius:20px;padding:clamp(40px,5vw,60px) clamp(28px,5vw,56px);display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.faq-cta-text{flex:1;min-width:240px}.faq-cta-title{font-family:Inter,sans-serif;font-size:clamp(20px,2.2vw,28px);font-weight:700;color:#ffffff;margin:0 0 8px;line-height:1.3}.faq-cta-sub{color:rgba(255,255,255,.65);margin:0;line-height:1.6}.faq-cta-btn,.faq-cta-sub{font-family:Inter,sans-serif;font-size:15px}.faq-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 36px;background:#ffffff;color:#2c2261;font-weight:700;border-radius:12px;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .2s,transform .15s}.faq-cta-btn:hover{background:#f0ebff;color:#2c2261;transform:translateY(-1px)}@media (max-width:991px){.faq-body{grid-template-columns:1fr;gap:28px}.faq-nav{position:static;flex-direction:row;flex-wrap:wrap;gap:6px;padding:16px 20px;background:#ffffff;border:1px solid #e8e8e8;border-radius:14px}.faq-nav-label{width:100%;padding:0 0 8px}.faq-nav-item{border:1px solid #e8e8e8;border-radius:8px;padding:6px 14px;font-size:13px;background:#f9fafb}.faq-nav-item:hover{background:rgba(131,91,216,.08);border-color:rgba(131,91,216,.3)}}@media (max-width:767px){.faq-hero-band{padding:56px 20px 48px}.faq-main{padding:40px 16px 60px}.faq-section-header{padding:20px 20px 16px}.faq-question{padding:18px 20px;font-size:14px}.faq-answer-inner{margin:0 20px;padding:0 0 20px 16px}.faq-cta{flex-direction:column;text-align:center;padding:36px 20px}.faq-cta-text{min-width:0}.faq-cta-btn{width:100%}}