/* AthletiGo intake form, /start/.
   Same tokens and the same two-orange rule as the other two documents:
   full orange for the button only, the quieter tone for labels and rules. */

:root{
  --void:#050506;--ink:#0b0b0d;--ink-2:#101013;
  --orange:#FF6F20;--orange-2:#C9541F;--ember:#ff9450;--deep:#2b1004;
  --cream:#FBF3EA;--muted:#8d8880;--line:rgba(251,243,234,.10);
  --maxw:760px;--gutter:clamp(20px,4vw,40px);
}

html{background:var(--void);-webkit-tap-highlight-color:rgba(255,111,32,.25)}
body{margin:0;background:var(--void);color:var(--cream);
  font-family:"Heebo",system-ui,sans-serif;font-weight:300;line-height:1.65;
  -webkit-font-smoothing:antialiased;overflow-x:hidden}

a{color:var(--orange-2)}
:focus-visible{outline:2px solid var(--orange);outline-offset:2px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0 0 0 0);white-space:nowrap;border:0}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--gutter)}

/* buttons, .btn matches the other two documents exactly */
.btn{display:inline-block;background:var(--orange);color:var(--deep);font-weight:700;
  font-size:clamp(15px,1.5vw,17px);padding:clamp(12px,1.5vw,17px) clamp(24px,3vw,38px);
  border:0;border-radius:999px;cursor:pointer;text-decoration:none;text-align:center;
  font-family:inherit;
  transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease}
.btn:hover{transform:translateY(-3px);box-shadow:0 16px 44px rgba(255,111,32,.35)}
.btn.ghost{background:transparent;color:var(--cream);border:1px solid var(--line)}
.btn.ghost:hover{border-color:var(--orange);box-shadow:none;transform:none}
.btn[disabled]{opacity:.55;pointer-events:none}
.intake-form .btn{justify-self:start}

/* footer, the short form of the one the other two documents carry */
footer{border-top:1px solid var(--line);padding:clamp(28px,5vh,48px) 0;margin-top:auto}
.foot{display:flex;flex-wrap:wrap;gap:12px clamp(18px,3vw,34px);align-items:center;
  color:var(--muted);font-size:14.5px;font-weight:200}
.foot a{color:var(--muted);text-decoration:none}
.foot a:hover{color:var(--orange-2)}
.mark{font-family:"Barlow Condensed",sans-serif;font-weight:700;letter-spacing:.04em;
  font-size:20px;color:var(--cream)}
.mark span{color:var(--orange)}
