:root {
  --ink: #080b10;
  --panel: #11151d;
  --panel-2: #171c25;
  --line: #29303c;
  --muted: #929aa7;
  --white: #f7f8f5;
  --acid: #9dca43;
  --blue: #0874bc;
  --coral: #ff9f43;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 6%, rgba(8,116,188,.16), transparent 25rem),
    radial-gradient(circle at 10% 62%, rgba(157,202,67,.08), transparent 23rem),
    var(--ink);
  font-family: "DM Sans", sans-serif;
  min-height: 100vh;
}
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .12; z-index: 9; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); }
.topbar { max-width: 1180px; margin: auto; padding: 26px 24px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; width: 166px; height: 38px; overflow: hidden; }
.brand img { display: block; width: 100%; height: auto; }
.live-pill { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 99px; color: #b8bec8; padding: 8px 13px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.live-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 10px var(--acid); animation: pulse 1.8s infinite; }
main { width: min(1180px, calc(100% - 48px)); margin: 52px auto 80px; display: grid; grid-template-columns: 1fr 520px; gap: 84px; align-items: start; }
.hero { padding-top: 38px; position: sticky; top: 20px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--acid); font: 700 11px "Space Grotesk"; letter-spacing: 1.7px; }
.eyebrow span { color: var(--ink); background: var(--acid); padding: 4px 6px; border-radius: 3px; }
h1 { font: 700 clamp(52px, 5.5vw, 80px)/.92 "Space Grotesk"; letter-spacing: -5px; margin: 28px 0; }
h1 em { color: var(--acid); font-style: normal; position: relative; }
h1 em::after { content: ""; position: absolute; left: 2px; right: 0; bottom: -4px; height: 6px; background: var(--blue); transform: rotate(-1deg); clip-path: polygon(0 35%,100% 0,98% 100%,2% 75%); }
.intro { color: #aab1bc; font-size: 16px; line-height: 1.7; margin: 0 0 36px; }
.alert { display: flex; gap: 16px; padding: 18px 20px; background: rgba(255,107,74,.07); border: 1px solid rgba(255,107,74,.35); border-left: 3px solid var(--coral); max-width: 530px; }
.alert-icon { flex: 0 0 auto; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--ink); background: var(--coral); font: 800 17px "Space Grotesk"; }
.alert strong { font: 700 11px "Space Grotesk"; letter-spacing: 1.3px; color: var(--coral); }
.alert p { color: #b9bec6; font-size: 13px; margin: 6px 0 0; line-height: 1.5; }
.alert b { color: white; }
.form-shell { position: relative; background: rgba(17,21,29,.94); border: 1px solid var(--line); border-radius: 14px; padding: 35px; box-shadow: 0 28px 80px rgba(0,0,0,.35); overflow: hidden; }
.form-shell::before { content: ""; position: absolute; top: 0; left: 0; width: 130px; height: 3px; background: linear-gradient(90deg, var(--acid) 0 58%, var(--blue) 58%); }
.form-heading { display: flex; align-items: end; justify-content: space-between; padding-bottom: 25px; margin-bottom: 27px; border-bottom: 1px solid var(--line); }
.step { color: var(--acid); font: 700 10px "Space Grotesk"; letter-spacing: 1.4px; }
h2 { margin: 6px 0 0; font: 700 25px "Space Grotesk"; letter-spacing: -.8px; }
.required-note { color: #6f7784; font-size: 10px; }
.field-group { border: 0; padding: 0; margin: 0 0 25px; min-width: 0; }
.field-group > label, legend { display: block; color: #cdd2d9; font: 700 10px "Space Grotesk"; letter-spacing: 1.15px; margin-bottom: 10px; }
.field-group label span, legend span { color: var(--acid); }
.input-wrap { position: relative; }
.input-wrap svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 21px; fill: none; stroke: #6e7785; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; }
input[type="text"] { width: 100%; height: 54px; color: white; border: 1px solid var(--line); border-radius: 7px; background: #0c1016; padding: 0 15px 0 49px; outline: none; font: 500 14px "DM Sans"; transition: .2s; }
input[type="text"]::placeholder { color: #5f6875; }
input[type="text"]:focus { border-color: var(--acid); box-shadow: 0 0 0 3px rgba(201,255,48,.08); }
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.option-card { margin: 0 !important; cursor: pointer; }
.option-card input, .poll-options input { position: absolute; opacity: 0; pointer-events: none; }
.option-inner { min-height: 68px; display: grid; grid-template-columns: 39px 1fr; grid-template-rows: 1fr 1fr; column-gap: 11px; align-items: end; color: #b7bdc7 !important; background: #0d1117; border: 1px solid var(--line); border-radius: 7px; padding: 11px; transition: .18s; }
.option-inner b { grid-row: 1 / 3; align-self: center; display: grid; place-items: center; height: 39px; color: #8e97a5; background: #1a2029; border-radius: 7px; font: 700 11px "Space Grotesk"; }
.option-inner strong { color: #d9dde3; font-size: 12px; line-height: 1; }
.option-inner small { color: #68717e; font-size: 9px; align-self: start; }
.option-card input:checked + .option-inner { border-color: var(--acid); background: rgba(201,255,48,.06); box-shadow: inset 0 0 0 1px var(--acid); }
.option-card input:checked + .option-inner b { background: var(--acid); color: var(--ink); }
.poll-group { padding-top: 22px; border-top: 1px solid var(--line); }
.poll-group > p { color: #737c89; font-size: 11px; margin: -3px 0 12px; }
.poll-options { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.poll-options label { margin: 0; cursor: pointer; }
.poll-options label > span { display: flex; align-items: center; gap: 9px; height: 46px; color: #aeb5bf; border: 1px solid var(--line); border-radius: 7px; padding: 0 12px; font-size: 12px; font-weight: 600; transition: .18s; }
.poll-options i { display: grid; place-items: center; width: 21px; height: 21px; color: #737c89; border: 1px solid #3a424e; border-radius: 50%; font-style: normal; font-size: 10px; }
.poll-options input:checked + span { color: white; border-color: var(--acid); background: rgba(201,255,48,.06); }
.poll-options input:checked + span i { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.contact-group { padding-top: 22px; border-top: 1px solid var(--line); }
.contact-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.contact-heading > label { margin: 0; color: #cdd2d9; font: 700 10px "Space Grotesk"; letter-spacing: 1.15px; white-space: nowrap; }
.contact-heading > label span, .contact-field label span { color: var(--acid); }
.contact-heading > p { margin: 0; color: #69727f; font-size: 9px; text-align: right; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.contact-field label { display: block; margin-bottom: 8px; color: #8d96a3; font: 700 9px "Space Grotesk"; letter-spacing: .9px; }
.contact-field input { width: 100%; height: 49px; color: white; background: #0c1016; border: 1px solid var(--line); border-radius: 7px; padding: 0 13px; outline: none; font: 500 12px "DM Sans"; transition: .2s; }
.contact-field input::placeholder { color: #596370; }
.contact-field input:focus { border-color: var(--acid); box-shadow: 0 0 0 3px rgba(157,202,67,.08); }
.field-error { min-height: 0; margin: 7px 0 0; color: var(--coral); font-size: 11px; }
.field-error:not(:empty) { min-height: 15px; }
.submit-button { width: 100%; height: 57px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--ink); background: var(--acid); border: 0; border-radius: 7px; cursor: pointer; font: 800 12px "Space Grotesk"; letter-spacing: .7px; box-shadow: 0 8px 28px rgba(201,255,48,.14); transition: transform .18s, box-shadow .18s, background .18s; }
.submit-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.submit-button:hover { transform: translateY(-2px); background: #d5ff59; box-shadow: 0 12px 35px rgba(201,255,48,.22); }
.submit-button:active { transform: translateY(0); }
.submit-button:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.privacy { margin: 13px 0 0; color: #5f6773; text-align: center; font-size: 9px; }
.success { min-height: 560px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; animation: enter .45s ease both; }
.success-icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--acid); color: var(--ink); font: 700 28px "Space Grotesk"; box-shadow: 0 0 0 9px rgba(201,255,48,.08); margin-bottom: 30px; }
.success > span { color: var(--acid); font: 700 10px "Space Grotesk"; letter-spacing: 1.7px; }
.success h2 { font-size: 42px; line-height: 1; margin: 15px 0; }
.success p { max-width: 330px; color: #939ba7; font-size: 14px; line-height: 1.6; }
.success strong { color: white; }
.success button { margin-top: 22px; color: #d2d6dc; background: transparent; border: 1px solid var(--line); border-radius: 7px; padding: 12px 18px; cursor: pointer; font: 600 11px "DM Sans"; }
footer { max-width: 1180px; margin: auto; border-top: 1px solid #1b2029; padding: 23px 24px 35px; display: flex; justify-content: space-between; color: #434b56; font: 700 9px "Space Grotesk"; letter-spacing: 1.2px; }
@keyframes pulse { 50% { opacity: .4; box-shadow: 0 0 3px var(--acid); } }
@keyframes enter { from { opacity: 0; transform: translateY(10px); } }
@media (max-width: 960px) {
  main { max-width: 620px; grid-template-columns: 1fr; gap: 50px; margin-top: 20px; }
  .hero { position: static; padding-top: 20px; }
  h1 { font-size: clamp(54px, 11vw, 78px); }
}
@media (max-width: 560px) {
  .topbar { padding: 19px 17px; }
  .live-pill { padding: 7px 9px; font-size: 9px; }
  main { width: calc(100% - 28px); margin: 24px auto 55px; gap: 36px; }
  h1 { margin: 23px 0; font-size: clamp(46px, 15vw, 66px); letter-spacing: -3.5px; }
  .desktop-only { display: none; }
  .form-shell { padding: 26px 18px; border-radius: 10px; }
  .required-note { display: none; }
  .platform-grid { grid-template-columns: 1fr; }
  .poll-options { grid-template-columns: 1fr; }
  .contact-heading { align-items: start; flex-direction: column; gap: 5px; }
  .contact-heading > p { text-align: left; }
  .contact-grid { grid-template-columns: 1fr; }
  footer { padding-inline: 17px; }
}
