.faq-page{background:var(--color-bg-secondary);min-height:70vh;padding:0 0 80px}@media (width<=480px){.faq-page{padding-bottom:48px}}.faq-hero{text-align:center;background:linear-gradient(160deg,#0a0a0f 0%,#13131e 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}@media (width<=768px){.faq-hero{padding:3.5rem 0 3rem}}@media (width<=480px){.faq-hero{padding:2.5rem 0 2rem}}.faq-hero:before{content:"";pointer-events:none;background:radial-gradient(60% 70% at 20%,#dc1e281a 0%,#0000 60%),radial-gradient(60% 70% at 80%,#dc1e280f 0%,#0000 60%);position:absolute;inset:0}.faq-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#dc1e2812 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:6s ease-in-out infinite faq-orb-pulse;position:absolute;top:-100px;left:50%;transform:translate(-50%)}@keyframes faq-orb-pulse{0%,to{opacity:.6;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.15)}}.faq-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--color-brand-red);background:#dc1e281a;border:1px solid #dc1e2833;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.3rem .9rem;font-size:.72rem;font-weight:700;display:inline-flex}.faq-title{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15}.faq-title span{color:var(--color-brand-red)}.faq-subtitle{color:#ffffff80;max-width:480px;margin:0 auto 2rem;font-size:1rem;line-height:1.6}.faq-stats{background:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;gap:2rem;padding:.6rem 1.75rem;display:inline-flex}.faq-stat{color:#ffffff8c;align-items:center;gap:.35rem;font-size:.8rem;display:flex}.faq-stat strong{color:#fff;font-weight:700}.faq-section{padding:4rem 0 0}.faq-list{grid-template-columns:1fr 1fr;align-items:start;gap:1rem;max-width:100%;margin:0;display:grid}@media (width<=768px){.faq-list{grid-template-columns:1fr}}.faq-item{background:var(--color-bg-primary);border:1px solid var(--color-border-dark);border-radius:16px;transition:border-color .25s,box-shadow .25s,transform .2s;position:relative;overflow:hidden}.faq-item:before{content:"";inset-inline-start:0;background:var(--color-brand-red);opacity:0;border-radius:0;width:3px;transition:opacity .3s;position:absolute;top:0;bottom:0}.faq-item:hover{border-color:#ffffff24;transform:translateY(-2px);box-shadow:0 8px 32px #00000040}.faq-item--open{border-color:#dc1e2859;transform:translateY(-2px);box-shadow:0 0 0 1px #dc1e2826,0 8px 32px #0003}.faq-item--open:before{opacity:1}.faq-question{color:#ffffffd9;text-align:start;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:color .25s;display:flex}.faq-item--open .faq-question{color:#fff}.faq-question-num{width:28px;height:28px;color:var(--color-brand-red);background:#dc1e281a;border:1px solid #dc1e2833;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;transition:background .25s,border-color .25s;display:flex}.faq-item--open .faq-question-num{background:var(--color-brand-red);border-color:var(--color-brand-red);color:#fff}.faq-chevron{color:#ffffff4d;flex-shrink:0;transition:transform .35s cubic-bezier(.34,1.56,.64,1),color .25s}.faq-item--open .faq-chevron{color:var(--color-brand-red);transform:rotate(180deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1);display:grid}.faq-item--open .faq-answer{grid-template-rows:1fr}.faq-answer-inner{overflow:hidden}.faq-answer-content{opacity:0;border-top:1px solid #ffffff0f;padding:.9rem 1.5rem 1.25rem;transition:opacity .3s 50ms,transform .3s 50ms;transform:translateY(-6px)}.faq-item--open .faq-answer-content{opacity:1;transform:translateY(0)}.faq-answer-content p,.faq-answer-content ul{color:#ffffff9e;margin:0;font-size:.875rem;line-height:1.75}.faq-answer-content ul{flex-direction:column;gap:.5rem;margin-top:.5rem;list-style:none;display:flex}.faq-answer-content ul li{align-items:flex-start;gap:.4rem;display:flex}.faq-answer-content p+p{margin-top:.6rem}.faq-cta{text-align:center;background:linear-gradient(135deg,#dc1e2814 0%,#dc1e280a 100%);border:1px solid #dc1e2833;border-radius:20px;max-width:640px;margin:3.5rem auto 0;padding:2.5rem}.faq-cta p{color:#fff;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700}.faq-cta .btn{display:inline-flex}[data-theme=light] .faq-page{background:#ebedf2}[data-theme=light] .faq-hero{background:linear-gradient(160deg,#e8eaf0 0%,#f0f2f7 100%)}[data-theme=light] .faq-title{color:#0f0f0f}[data-theme=light] .faq-subtitle{color:#00000080}[data-theme=light] .faq-stats{background:#0000000a;border-color:#00000014}[data-theme=light] .faq-stat{color:#00000080}[data-theme=light] .faq-stat strong{color:#111}[data-theme=light] .faq-item{background:#fff;border-color:#e2e4ea}[data-theme=light] .faq-item:hover{border-color:#c0c4cc}[data-theme=light] .faq-item--open{border-color:#dc1e2866}[data-theme=light] .faq-question{color:#000c}[data-theme=light] .faq-item--open .faq-question{color:#0f0f0f}[data-theme=light] .faq-chevron{color:#00000040}[data-theme=light] .faq-answer-content{border-top-color:#00000012}[data-theme=light] .faq-answer-content p,[data-theme=light] .faq-answer-content ul{color:#0000009e}[data-theme=light] .faq-cta{background:linear-gradient(135deg,#dc1e2812 0%,#dc1e2808 100%)}[data-theme=light] .faq-cta p{color:#111}@media (width<=1024px){.faq-title{font-size:clamp(1.75rem,4vw,2.75rem)}.faq-list{gap:.85rem}}@media (width<=768px){.faq-section{padding:2.5rem 0 0}.faq-eyebrow{font-size:.68rem}.faq-subtitle{max-width:100%;font-size:.9rem}.faq-stats{border-radius:16px;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;padding:.75rem 1.25rem}.faq-stat{font-size:.75rem}.faq-cta{border-radius:16px;margin-top:2.5rem;padding:1.75rem 1.25rem}.faq-cta p{font-size:1rem}}@media (width<=640px){.faq-list{grid-template-columns:1fr;gap:.75rem}.faq-question{min-height:52px;padding:1rem 1.1rem;font-size:.88rem}.faq-question-num{width:24px;height:24px;font-size:.65rem}.faq-answer-content{padding:.75rem 1.1rem 1rem}.faq-answer-content p,.faq-answer-content ul{font-size:.83rem}}@media (width<=480px){.faq-title{font-size:1.65rem}.faq-hero:after{display:none}.faq-stats{border-radius:12px;gap:.5rem;padding:.6rem 1rem}.faq-stat{font-size:.7rem}.faq-item{border-radius:12px}.faq-question{gap:.6rem;padding:.9rem 1rem}.faq-answer-content{padding:.65rem 1rem .9rem}.faq-cta{border-radius:14px;margin-top:2rem;padding:1.5rem 1rem}.faq-cta p{margin-bottom:1rem;font-size:.95rem}}@media (width<=360px){.faq-title{font-size:1.45rem}.faq-stats{display:none}.faq-question{font-size:.85rem}}
