:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{margin:0;padding:0}html,body,#root{height:100%}body{min-height:100svh}:root{--bg:#1a1b1e;--bg-elevated:#232428;--border:#303136;--text:#f2f2f0;--text-muted:#a3a3a8;--accent:#fb7185;--accent-strong:#e11d48;--accent-glow:#e11d4859;--max-width:760px}*{box-sizing:border-box}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 0 0 var(--accent-glow)}50%{box-shadow:0 0 0 6px #e11d4800}}@keyframes drift{0%{transform:translate(-4%,-6%)scale(1)}50%{transform:translate(4%,4%)scale(1.08)}to{transform:translate(-4%,-6%)scale(1)}}.page{background:var(--bg);min-height:100vh;color:var(--text);flex-direction:column;display:flex;position:relative;overflow-x:hidden}.page:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle at 20% 15%,#e11d4829,#0000 45%),radial-gradient(circle at 80% 70%,#fb71851a,#0000 50%);animation:22s ease-in-out infinite drift;position:fixed;inset:-10%}.page>*{z-index:1;position:relative}.wrap{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.site-header{border-bottom:1px solid var(--border);padding:20px 0;animation:.5s both fadeInUp}.brand{letter-spacing:-.01em;color:inherit;align-items:center;gap:10px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-flex}.brand:hover{transform:translate(2px)}.brand-mark{object-fit:contain;border-radius:6px;width:26px;height:26px;animation:2.8s ease-in-out infinite pulseGlow;display:block}.hero{border-bottom:1px solid var(--border);padding:64px 0 40px;animation:.6s 50ms both fadeInUp}.hero h1{letter-spacing:-.02em;margin:0 0 16px;font-size:clamp(2rem,4vw,2.75rem);line-height:1.15}.hero-lead{color:var(--text-muted);max-width:60ch;margin:0;font-size:1.125rem;line-height:1.6}.section{border-bottom:1px solid var(--border);padding:48px 0;animation:.6s both fadeInUp}.section:nth-of-type(2){animation-delay:.1s}.section:nth-of-type(3){animation-delay:.15s}.section:nth-of-type(4){animation-delay:.2s}.section:last-of-type{border-bottom:none}.section h2{letter-spacing:-.01em;margin:0 0 24px;font-size:1.5rem}.section p{color:var(--text-muted);margin:0 0 12px;line-height:1.65}.section p:last-child{margin-bottom:0}.section ul{color:var(--text-muted);margin:0 0 12px;padding-left:20px;list-style:outside}.section ul:last-child{margin-bottom:0}.section li{margin-bottom:4px;line-height:1.65}.section li:last-child{margin-bottom:0}.section a{color:var(--accent);text-decoration:none;transition:color .2s}.section a:hover{color:var(--accent-strong);text-decoration:underline}.faq-list{flex-direction:column;gap:10px;display:flex}.faq-item{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden}.faq-item:hover{box-shadow:0 8px 20px -12px var(--accent-glow);border-color:#fb718559;transform:translateY(-2px)}.faq-item.open{border-color:#fb718573}.faq-question{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;font-size:1rem;font-weight:600;transition:background-color .2s;display:flex}.faq-question:hover{background:#fb71850f}.faq-icon{background:#fb71851a;border-radius:50%;flex:none;width:22px;height:22px;transition:background-color .3s;position:relative}.faq-icon:before,.faq-icon:after{content:"";background:var(--accent);border-radius:1px;transition:transform .3s,background-color .3s;position:absolute;top:50%;left:50%}.faq-icon:before{width:10px;height:2px;transform:translate(-50%,-50%)}.faq-icon:after{width:2px;height:10px;transform:translate(-50%,-50%)}.faq-item.open .faq-icon{background:var(--accent-strong)}.faq-item.open .faq-icon:before,.faq-item.open .faq-icon:after{background:#fff}.faq-item.open .faq-icon:after{transform:translate(-50%,-50%)scaleY(0)}.faq-answer{max-height:0;transition:max-height .35s;overflow:hidden}.faq-item.open .faq-answer{max-height:600px}.faq-answer-inner{padding:0 20px 20px}.faq-answer-inner p,.faq-answer-inner ul{color:var(--text-muted);margin:0 0 10px;line-height:1.6}.faq-answer-inner p:last-child,.faq-answer-inner ul:last-child{margin-bottom:0}.faq-answer-inner ul{padding-left:20px}.faq-answer-inner li{margin-bottom:4px}.email-link{border:1px solid var(--border);background:var(--bg-elevated);border-radius:10px;padding:10px 16px;font-size:1.05rem;font-weight:600;transition:transform .2s,border-color .2s,box-shadow .2s,color .2s;display:inline-block}.email-link:hover{border-color:var(--accent-strong);color:var(--accent);box-shadow:0 10px 24px -12px var(--accent-glow);text-decoration:none;transform:translateY(-2px)scale(1.02)}.muted{font-size:.9rem}.site-footer{border-top:1px solid var(--border);margin-top:auto;padding:32px 0 48px;animation:.6s .25s both fadeInUp}.site-footer p{color:var(--text-muted);margin:0;font-size:.9rem}.brand-footer{font-weight:700;color:var(--text)!important;margin-bottom:4px!important}@media (prefers-reduced-motion:reduce){.page:before,.site-header,.hero,.section,.site-footer,.brand-mark{animation:none!important}.faq-item,.faq-question,.faq-icon,.faq-icon:before,.faq-icon:after,.faq-answer,.email-link,.brand,.section a{transition:none!important}}@media (prefers-color-scheme:light){:root{--bg:#f1f0ee;--bg-elevated:#e7e6e3;--border:#d9d8d4;--text:#1c1c1e;--text-muted:#5b5b60;--accent:#e11d48;--accent-strong:#be123c;--accent-glow:#be123c38}}
