.faq-layout{background:var(--bg-primary);color:var(--text-primary);font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.hero{padding-top:12rem;padding-bottom:4rem;text-align:center}.hero-icon{width:56px;height:56px;background:#4f46e51a;border:1px solid rgba(79,70,229,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.hero h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:600;letter-spacing:-.03em;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#4d4d4d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto}.faq-section{padding:4rem 0 8rem}.faq-grid{display:flex;gap:1.5rem;align-items:flex-start}.faq-column{flex:1;display:flex;flex-direction:column;gap:1.5rem}.faq-card{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:16px;padding:1.5rem;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;cursor:pointer;position:relative;overflow:hidden;width:100%}.faq-card:hover{border-color:#4f46e54d;transform:translateY(-2px)}.faq-card:focus{outline:2px solid var(--accent-blue);outline-offset:2px}.faq-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.faq-question{font-size:1.1rem;font-weight:600;color:var(--text-primary);flex:1}.faq-icon{width:24px;height:24px;flex-shrink:0;transition:transform .3s ease;color:var(--accent-blue)}.faq-card.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),margin-top .4s cubic-bezier(.4,0,.2,1),opacity .3s ease;opacity:0;color:var(--text-secondary);line-height:1.7}.faq-card.open .faq-answer{max-height:500px;margin-top:1rem;opacity:1}@media (max-width: 768px){.hero{padding-top:8rem}.faq-grid{flex-direction:column}.faq-column{width:100%}}:root{--bg-primary: #1c2026;--bg-secondary: #21252a;--text-primary: #ffffff;--text-secondary: #a1a1aa;--text-muted: #4c4c4c;--border-subtle: #383838;--accent-blue: #4f46e5;--accent-purple: #7c3aed}
