:root {
  --black: #080808;
  --paper: #f5f5f5;
  --carbon: #171817;
  --line: rgba(245,245,245,.2);
  --muted: #9b9d9a;
  --yellow: #e0ff4f;
  --cyan: #00ffff;
  --pink: #ff1493;
  --blue: #4363d8;
  --red: #e6194b;
}
body {
  font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  background: var(--black);
  color: var(--paper);
  margin: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { line-height: 1.5; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.045em; line-height: 1.03; }
h1 { font-size: clamp(2.55rem, 7.6vw, 6.5rem); max-width: 13ch; margin-bottom: 1.4rem; }
h2 { font-size: clamp(2rem, 4.5vw, 4rem); max-width: 16ch; margin-bottom: 1.2rem; }
h3 { font-size: 1.2rem; margin-bottom: .7rem; }
.shell { width: min(1120px, calc(100% - 3rem)); margin-inline: auto; }
.hero { min-height: 100svh; display: flex; flex-direction: column; align-items: flex-start; padding-top: 1.5rem; padding-bottom: 3rem; }
.wordmark { display: inline-block; font-size: 1rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.wordmark span { color: var(--yellow); }
.eyebrow { color: var(--yellow); font-size: .72rem; font-weight: 750; letter-spacing: .12em; margin: auto 0 1rem; text-transform: uppercase; }
.lede { color: var(--muted); font-size: clamp(1.05rem, 2.5vw, 1.35rem); max-width: 56ch; }
.button { align-items: center; display: inline-flex; font-size: .95rem; font-weight: 800; justify-content: center; min-height: 3.1rem; padding: .85rem 1.2rem; text-decoration: none; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translate(-2px, -2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.button-primary { background: var(--yellow); color: var(--black); }
.device-note { color: var(--muted); font-size: .85rem; margin: 1rem 0 0; }
.section { border-top: 1px solid var(--line); padding-block: clamp(4.5rem, 10vw, 9rem); }
.section > p:not(.eyebrow), .objections p:not(.question) { max-width: 59ch; color: var(--muted); font-size: 1.1rem; }
.problem { background: linear-gradient(90deg, rgba(67,99,216,.14), transparent 55%); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: 3rem; }
.benefit-grid article { background: var(--black); min-height: 14rem; padding: 1.5rem; }
.benefit-grid p { color: var(--muted); margin-bottom: 0; }
.objections { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2.5rem, 7vw, 7rem); background: var(--carbon); }
.objections > div { border-top: 3px solid var(--cyan); padding-top: 1.3rem; }
.question { font-weight: 800; margin-bottom: .7rem; }
.steps ol { list-style: none; margin: 3rem 0 0; max-width: 760px; padding: 0; }
.steps li { border-top: 1px solid var(--line); font-size: clamp(1.1rem, 2vw, 1.5rem); padding: 1.25rem 0; }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps span { color: var(--yellow); display: inline-block; font-size: .75rem; font-weight: 800; letter-spacing: .08em; margin-right: 1.2rem; vertical-align: .15em; }
.final-cta { border-top: 1px solid var(--line); padding-block: clamp(4.5rem, 10vw, 9rem); }
.final-cta .eyebrow { margin: 0 0 1rem; }
.final-cta h2 { max-width: 11ch; }
.final-cta p:last-child { color: var(--muted); margin: 1rem 0 0; }

.pilot-page { padding-block: 1.5rem 4rem; }
.pilot-wordmark { margin-bottom: clamp(3rem, 8vw, 7rem); }
.pilot-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 460px); gap: clamp(3rem, 10vw, 10rem); align-items: start; }
.pilot-intro .eyebrow { margin: 0 0 1rem; }
.pilot-intro h1 { max-width: 11ch; }
.trust-block { border-left: 3px solid var(--cyan); color: var(--paper); margin-top: 3rem; padding: .2rem 0 .2rem 1rem; }
.trust-block p { margin: 0; }
.next-steps { margin-top: 3rem; }
.next-steps .eyebrow { margin-bottom: .85rem; }
.next-steps ol { color: var(--muted); margin: 0; padding-left: 1.25rem; }
.next-steps li { margin-bottom: .75rem; padding-left: .35rem; }
.form-card { background: var(--carbon); border-top: 3px solid var(--yellow); padding: clamp(1.3rem, 4vw, 2.2rem); }
.field { margin-bottom: 1.15rem; }
.field label { display: block; font-size: .88rem; font-weight: 700; margin-bottom: .45rem; }
.field label span { color: var(--muted); font-weight: 500; }
input, select, textarea { background: var(--black); border: 1px solid var(--line); border-radius: 0; color: var(--paper); font: inherit; min-height: 3rem; padding: .7rem .8rem; width: 100%; }
textarea { min-height: 7rem; resize: vertical; }
.is-hidden { display: none; }
.form-error { color: #ff84bd; font-size: .9rem; margin-bottom: 1rem; }
.form-success { font-size: 1.25rem; font-weight: 700; margin: 0; }
button[disabled] { cursor: wait; opacity: .72; }

@media (max-width: 700px) {
  .shell { width: min(100% - 2rem, 1120px); }
  .hero { min-height: auto; padding-bottom: 4rem; }
  .hero .eyebrow { margin-top: clamp(4rem, 16vh, 7rem); }
  .benefit-grid, .objections, .pilot-layout { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: auto; }
  .objections { gap: 2.5rem; }
  .pilot-wordmark { margin-bottom: 3.5rem; }
}
