:root{--navy:#0A2342;--navy-2:#0B2B4B;--white:#fff;--muted:rgba(255,255,255,.75);--input:rgba(255,255,255,.1);--stroke:rgba(255,255,255,.2);--ok:#35cb7a;--err:#ff6b6b}
*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--navy);color:var(--white)}img{display:block}a{text-decoration:none;color:inherit}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:16px;top:16px;background:#fff;color:#000;padding:8px 10px;border-radius:8px}
.header{position:fixed;top:0;left:0;right:0;background:rgba(10,35,66,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--stroke);z-index:10}
.header-container{max-width:1100px;margin:0 auto;padding:14px 20px}
.brand{display:inline-flex;align-items:center;gap:10px}.logo{height:24px;width:auto}.brand-name{font-weight:700;letter-spacing:.04em}
.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 20px 60px;background:linear-gradient(180deg,var(--navy) 0%,var(--navy-2) 100%)}
.hero-container{max-width:760px;text-align:center}.hero-title{font-size:44px;line-height:1.1;font-weight:800;margin:0 0 16px}.hero-subtitle{color:var(--muted);font-size:18px;line-height:1.55;max-width:680px;margin:0 auto 24px}
.form{max-width:560px;margin:0 auto}.form-group{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.input{flex:1;min-width:260px;max-width:340px;height:48px;padding:0 14px;border-radius:12px;border:1px solid var(--stroke);background:var(--input);color:var(--white);outline:none}
.input::placeholder{color:rgba(255,255,255,.65)}.input:focus{border-color:rgba(255,255,255,.4);box-shadow:0 0 0 3px rgba(255,255,255,.12)}
.btn{height:48px;padding:0 18px;border-radius:12px;border:1px solid var(--stroke);background:#fff;color:var(--navy);font-weight:600;cursor:pointer;transition:.15s transform ease}.btn:hover{transform:translateY(-1px)}
.consent{margin-top:10px;font-size:12px;color:rgba(255,255,255,.7)}
.form-status{display:none;margin-top:12px;padding:10px;border-radius:10px;font-size:14px}.form-status--success{background:rgba(53,203,122,.1);border:1px solid rgba(53,203,122,.35);color:#35cb7a}.form-status--error{background:rgba(255,107,107,.1);border:1px solid rgba(255,107,107,.35);color:#ff6b6b}
@media (max-width:640px){.hero-title{font-size:34px}}
