.faq-page{min-height:100vh;padding:2rem 1rem;background:var(--bg,#0a0a0f);color:var(--text,#e0e0e0)}.container{max-width:900px;margin:0 auto}.page-header{text-align:center;margin-bottom:4rem;padding-top:2rem}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-subtitle{font-size:1.25rem;color:var(--text-muted,#a0a0a0)}.faq-section{margin-bottom:4rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:2rem;transition:all .3s ease}.faq-item:hover{background:hsla(0,0%,100%,.05);border-color:rgba(102,126,234,.3);transform:translateY(-2px)}.faq-item dt{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text,#e0e0e0)}.faq-item dd{margin:0;color:var(--text-muted,#a0a0a0);line-height:1.7;font-size:1.05rem}.still-questions-section{text-align:center;padding:3rem 1.5rem;background:rgba(102,126,234,.08);border-radius:16px;border:1px solid rgba(102,126,234,.2)}.still-questions-section h2{font-size:2rem;margin-bottom:.5rem;color:var(--text,#e0e0e0)}.still-questions-section p{font-size:1.1rem;color:var(--text-muted,#a0a0a0);margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.875rem 2rem;font-size:1.125rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.3)}.btn-secondary{background:transparent;color:var(--text,#e0e0e0);border:2px solid hsla(0,0%,100%,.2)}.btn-secondary:hover{background:hsla(0,0%,100%,.05);border-color:rgba(102,126,234,.5)}.footer{margin-top:4rem;padding:2rem 1rem;border-top:1px solid hsla(0,0%,100%,.1)}.footer-content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.footer-links{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.footer-links a{color:var(--text-muted,#a0a0a0);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--text,#e0e0e0)}.footer-attribution{text-align:center;color:var(--text-muted,#a0a0a0);font-size:.9rem}.footer-attribution a{color:#667eea;text-decoration:none}.footer-attribution a:hover{text-decoration:underline}@media (max-width:640px){.page-header h1{font-size:2rem}.page-subtitle{font-size:1rem}.faq-item{padding:1.5rem}.faq-item dt{font-size:1.1rem}.cta-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}