:root{--bg:#070b18;--surface:#10182b;--surface2:#151f36;--text:#f8fafc;--muted:#b8c2d5;--red:#f25b55;--yellow:#f5c84c;--blue:#56a1f5;--green:#55c98a;--border:rgba(255,255,255,.12);--shadow:0 20px 60px rgba(0,0,0,.28);--radius:1.35rem;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 10% 0,rgba(242,91,85,.17),transparent 27rem),radial-gradient(circle at 90% 10%,rgba(86,161,245,.14),transparent 25rem),radial-gradient(circle at 50% 100%,rgba(245,200,76,.08),transparent 28rem)}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}p{margin:0 0 1rem;color:var(--muted)}h1,h2,h3{margin:0 0 1rem;line-height:1.12;letter-spacing:-.025em}h1{font-size:clamp(2.55rem,6vw,5.2rem)}h2{font-size:clamp(2rem,4vw,3.25rem)}h3{font-size:1.2rem}ul,ol{color:var(--muted)}.container{width:min(calc(100% - 2.5rem),var(--max));margin-inline:auto}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:var(--yellow);color:#111827;padding:.8rem 1rem;border-radius:.6rem;font-weight:800}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:50;background:rgba(7,11,24,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.brand{display:flex;align-items:center;gap:.75rem;font-weight:900;letter-spacing:.06em}.brand img{width:44px;height:44px;object-fit:contain;border-radius:11px}.nav-links{display:flex;align-items:center;gap:.35rem}.nav-links a{padding:.65rem .82rem;border-radius:.7rem;color:#dbe3f1;font-weight:650;font-size:.94rem}.nav-links a:hover,.nav-links a[aria-current=page]{background:rgba(255,255,255,.08);color:white}.menu-button{display:none;border:1px solid var(--border);background:var(--surface);color:white;border-radius:.7rem;padding:.65rem;line-height:0}.menu-button svg{width:24px;height:24px}.hero{padding:clamp(4.5rem,9vw,8rem) 0 5rem}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(2.5rem,6vw,6rem)}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.16em;color:#ffd86b;font-size:.77rem;font-weight:800}.eyebrow:before{content:"";width:1.8rem;height:2px;background:var(--yellow)}.gradient-text{background:linear-gradient(95deg,#ff7770 12%,#ffd969 48%,#72b8ff 88%);background-clip:text;color:transparent}.lead{font-size:clamp(1.05rem,2vw,1.25rem);max-width:680px}.actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.15rem;border:1px solid var(--border);border-radius:.8rem;font-weight:800}.button-primary{background:linear-gradient(100deg,var(--red),#ef8b43,var(--yellow));color:#111827;border:0}.button-secondary{background:rgba(255,255,255,.06)}.button:hover{transform:translateY(-2px)}.hero-art{position:relative}.hero-art:before{content:"";position:absolute;inset:-1rem;background:conic-gradient(from 45deg,rgba(242,91,85,.35),rgba(245,200,76,.22),rgba(86,161,245,.35),rgba(85,201,138,.2),rgba(242,91,85,.35));filter:blur(28px);border-radius:30%;z-index:-1}.hero-art img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:2rem;border:1px solid var(--border);box-shadow:var(--shadow)}.section{padding:clamp(4rem,8vw,7rem) 0}.section-tint{background:rgba(255,255,255,.025);border-block:1px solid rgba(255,255,255,.07)}.section-head{max-width:720px;margin-bottom:2.3rem}.section-head.center{text-align:center;margin-inline:auto}.grid{display:grid;gap:1.15rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.card{background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:0 12px 35px rgba(0,0,0,.12)}.card p:last-child{margin-bottom:0}.icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:1rem;border-radius:13px;background:rgba(86,161,245,.14);font-size:1.35rem}.steps{counter-reset:steps}.step{position:relative;padding-left:5.1rem;min-height:4rem}.step:before{counter-increment:steps;content:counter(steps);position:absolute;left:0;top:0;display:grid;place-items:center;width:3.5rem;height:3.5rem;border-radius:1rem;background:linear-gradient(135deg,var(--red),var(--yellow));color:#111827;font-size:1.2rem;font-weight:900}.note{padding:1rem 1.15rem;border-left:4px solid var(--yellow);background:rgba(245,200,76,.08);border-radius:.5rem;color:#e9dfbd}.faq{display:grid;gap:.8rem}.faq details{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.1rem 1.25rem}.faq summary{cursor:pointer;font-weight:800;list-style:none;display:flex;justify-content:space-between;gap:1rem}.faq summary:after{content:"+";color:var(--yellow);font-size:1.3rem}.faq details[open] summary:after{content:"−"}.faq details p{margin:1rem 0 0}.cta{padding:2rem;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(120deg,rgba(242,91,85,.12),rgba(86,161,245,.12));display:flex;align-items:center;justify-content:space-between;gap:2rem}.page-hero{padding:clamp(4rem,8vw,7rem) 0 3.5rem;border-bottom:1px solid var(--border)}.page-hero p{max-width:720px;font-size:1.15rem}.prose{max-width:820px}.prose h2{font-size:1.8rem;margin-top:2.4rem}.prose h3{margin-top:1.8rem}.prose li{margin:.5rem 0}.contact-card{max-width:760px}.site-footer{padding:3.5rem 0 1.5rem;border-top:1px solid var(--border);background:rgba(0,0,0,.18)}.footer-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:3rem}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem}.footer-links a{color:var(--muted);padding:.2rem}.footer-links a:hover{color:white}.copyright{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--border);font-size:.9rem;color:#929fb5}.legal-note{font-size:.9rem;color:#929fb5}.error-page{min-height:65vh;display:grid;place-items:center;text-align:center}.error-code{font-size:clamp(5rem,20vw,11rem);font-weight:900;line-height:.85;color:transparent;-webkit-text-stroke:2px rgba(255,255,255,.25)}:focus-visible{outline:3px solid #ffd45a;outline-offset:3px}
@media(max-width:850px){.menu-button{display:block}.nav-links{position:absolute;left:1.25rem;right:1.25rem;top:68px;display:none;flex-direction:column;align-items:stretch;padding:.7rem;background:#10182b;border:1px solid var(--border);border-radius:1rem;box-shadow:var(--shadow)}.nav-links.open{display:flex}.hero-grid,.footer-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy .lead{margin-inline:auto}.hero-copy .actions{justify-content:center}.hero-art{width:min(90%,480px);margin-inline:auto}.grid-3{grid-template-columns:repeat(2,1fr)}.cta{align-items:flex-start;flex-direction:column}}
@media(max-width:580px){.container{width:min(calc(100% - 1.5rem),var(--max))}.grid-2,.grid-3{grid-template-columns:1fr}.hero{padding-top:3.6rem}.card{padding:1.25rem}.actions{flex-direction:column}.button{width:100%}.footer-links{grid-template-columns:1fr}.step{padding-left:4.4rem}.step:before{width:3rem;height:3rem}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.button:hover{transform:none}}
.button-play{background:linear-gradient(100deg,var(--green),#86efac);color:#082113;border:0;box-shadow:0 12px 32px rgba(85,201,138,.2);font:inherit}.button-play:disabled{cursor:not-allowed;filter:saturate(.45);opacity:.62}.play-status{margin:.65rem 0 0;font-size:.85rem;color:#929fb5}
.content-block{margin-top:3rem}.content-block h2:first-child{margin-top:0}
