:root{color-scheme:dark;--bg:#07111c;--surface:#0d1c2b;--surface-2:#122842;--line:#315674;--text:#edf7ff;--muted:#b6c9d8;--accent:#5ee3dc;--focus:#ffdc74;--max:1120px}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}body{margin:0;min-width:320px;line-height:1.6;background:linear-gradient(155deg,#07111c,#0a1525 42%,#07111c)}a{color:var(--accent)}a:hover{color:#c2fffa}.site-shell{width:min(calc(100% - 2rem),var(--max));margin-inline:auto}.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:1rem;top:1rem;z-index:20;padding:.7rem 1rem;background:var(--focus);color:#101820;border-radius:.5rem}.site-header{position:sticky;top:0;z-index:10;background:rgba(7,17,28,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.site-header-row{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-brand{font-weight:850;letter-spacing:.12em;text-decoration:none;color:var(--text)}.site-navigation{display:flex;align-items:center;gap:1.05rem}.site-navigation a{font-size:.93rem;text-decoration:none;color:var(--muted)}.site-navigation a:hover{color:var(--text)}.menu-button{display:none;border:1px solid var(--line);border-radius:.5rem;color:var(--text);background:var(--surface);padding:.5rem .75rem;font:inherit}main.site-shell{padding-block:4.5rem 5.5rem}.hero{padding:clamp(2rem,6vw,5rem);border:1px solid var(--line);border-radius:1.4rem;background:linear-gradient(145deg,rgba(18,40,66,.95),rgba(9,22,37,.88));box-shadow:0 1.2rem 4rem rgba(0,0,0,.22)}.hero.compact{padding:clamp(1.75rem,4vw,3.75rem)}.eyebrow{font-weight:800;font-size:.77rem;letter-spacing:.16em;color:var(--accent);margin:0 0:.65rem}.hero h1{max-width:17ch;font-size:clamp(2.3rem,6vw,4.75rem);line-height:1.03;letter-spacing:-.045em;margin:0}.lead{max-width:67ch;font-size:clamp(1.05rem,2vw,1.27rem);color:var(--muted);margin:1.3rem 0 0}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.7rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.66rem 1rem;border:1px solid var(--line);border-radius:.6rem;background:transparent;color:var(--text);font-weight:700;text-decoration:none;cursor:pointer}.button.primary{border-color:transparent;background:var(--accent);color:#041315}.button:hover{transform:translateY(-1px);color:var(--text)}.button.primary:hover{color:#041315;background:#a5fff8}section:not(.hero){margin-top:2.4rem}section>h2{font-size:clamp(1.35rem,3vw,2rem);line-height:1.15;margin:0 0:.75rem}.grid{display:grid;gap:1rem;margin-top:2.4rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid article,.form-card,.steps{background:rgba(13,28,43,.88);border:1px solid var(--line);border-radius:1rem;padding:1.25rem}.grid h2{font-size:1.2rem;margin:0}.grid p,section>p,.steps{color:var(--muted)}.steps{display:grid;gap:.85rem;padding-left:2.5rem}.steps li{padding-left:.2rem}.tag-list{display:flex;flex-wrap:wrap;gap:.65rem;padding:0;list-style:none}.tag-list li{border:1px solid var(--line);border-radius:99rem;background:var(--surface);padding:.45rem .7rem;font-size:.9rem}.form-card{max-width:760px}.form-card form{display:grid;gap:1rem}.form-card label{display:grid;gap:.35rem;font-weight:700}.form-card input,.form-card textarea{width:100%;border:1px solid var(--line);border-radius:.55rem;background:#081624;color:var(--text);font:inherit;padding:.7rem}.form-card textarea{min-height:9rem;resize:vertical}.form-card label.check{grid-template-columns:auto 1fr;align-items:start;font-weight:500}.form-card .check input{width:1.1rem;height:1.1rem;margin-top:.25rem}.form-status{min-height:1.6rem;color:var(--muted);margin:0}.site-footer{border-top:1px solid var(--line);background:#06101a;padding:2.5rem 0}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:2rem}.footer-grid p,.footer-grid small{color:var(--muted)}.footer-links{display:flex;flex-wrap:wrap;gap:.6rem 1rem;align-content:start}.footer-links a{text-decoration:none}@media(max-width:760px){.menu-button{display:inline-flex}.site-navigation{display:none;position:absolute;right:1rem;top:60px;min-width:220px;flex-direction:column;align-items:stretch;padding:.8rem;border:1px solid var(--line);border-radius:.75rem;background:#0a1928;box-shadow:0 1rem 3rem rgba(0,0,0,.32)}.site-navigation.is-open{display:flex}.site-navigation a{padding:.45rem}.grid.two,.grid.three,.footer-grid{grid-template-columns:1fr}main.site-shell{padding-block:2.4rem 3.6rem}.hero{padding:1.4rem}.hero h1{font-size:clamp(2rem,11vw,3.3rem)}}