:root {
  --black: #05070b;
  --panel: #0c1119;
  --panel-2: #111824;
  --line: rgba(255,255,255,.12);
  --white: #f7f7f5;
  --muted: #a7adba;
  --orange: #ff6b00;
  --orange-2: #ff9a3d;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 12%, rgba(22,82,140,.22), transparent 31rem),
    var(--black);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.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; }

.site-header, footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header { height: 82px; border-bottom: 1px solid var(--line); }
.brand { text-decoration: none; font-size: 27px; font-weight: 800; letter-spacing: -1.4px; }
.brand strong { color: var(--orange); font-weight: 800; }
.brand.small { font-size: 22px; }
.language-picker select {
  color: var(--white);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 34px 10px 15px;
  font: inherit;
  cursor: pointer;
}

main { overflow: hidden; }
.hero {
  width: min(var(--max), calc(100% - 40px));
  min-height: 700px;
  margin: 0 auto;
  padding: 68px 0 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
}
.hero-copy { min-width: 0; }
.eyebrow { display: inline-flex; gap: 10px; align-items: center; color: #d9dce2; font-size: 13px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,107,0,.13); }
h1 { max-width: 750px; margin: 26px 0 24px; font-size: clamp(48px, 6.6vw, 86px); line-height: .97; letter-spacing: -.065em; overflow-wrap: anywhere; hyphens: auto; }
h1 em { display: block; color: var(--orange); font-style: normal; }
.lede { max-width: 650px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.availability { margin: 34px 0 28px; display: flex; align-items: center; gap: 16px; }
.availability-number { color: var(--orange); font-size: 52px; font-weight: 850; line-height: 1; letter-spacing: -.04em; }
.availability strong, .availability span { display: block; }
.availability strong { font-size: 16px; }
.availability span { margin-top: 4px; color: var(--muted); font-size: 14px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; padding: 0 22px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-weight: 750; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--orange); color: #111; }
.button.primary:hover { background: var(--orange-2); }
.button.secondary { background: rgba(255,255,255,.05); border-color: var(--line); }
.device-note { margin-top: 16px; color: #7f8795; font-size: 13px; }
.visual-wrap { position: relative; width: 100%; max-width: 470px; min-width: 0; justify-self: end; }
.visual-wrap .glow { position: absolute; inset: 8% -15%; background: rgba(0,118,255,.13); filter: blur(50px); border-radius: 50%; }
#promo-image { position: relative; width: 100%; height: auto; display: block; border-radius: 26px; box-shadow: 0 40px 90px rgba(0,0,0,.55); }

.join-section { padding: 100px max(20px, calc((100vw - var(--max)) / 2)); background: #080b11; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 42px; }
.section-index { color: var(--orange); font-size: 13px; font-weight: 800; margin-top: 8px; }
.kicker { margin: 0 0 8px; color: var(--orange); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
h2 { margin: 0; max-width: 800px; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step-card { min-height: 310px; padding: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; }
.step-card.accent-card { background: linear-gradient(145deg, #1d140d, var(--panel)); border-color: rgba(255,107,0,.42); }
.step-number { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); font-weight: 800; }
.step-card h3 { margin: 54px 0 12px; font-size: 22px; }
.step-card p { color: var(--muted); line-height: 1.6; }
.text-link { display: inline-block; margin-top: 8px; color: var(--orange); font-weight: 700; text-decoration: none; }
.step-invite { display: inline-flex; margin-top: 16px; padding: 13px 16px; color: #111; background: var(--orange); border-radius: 9px; font-weight: 800; text-decoration: none; }
.step-invite:hover { background: var(--orange-2); }
.feedback-note { margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.5; white-space: nowrap; }
footer { min-height: 100px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
footer a { text-decoration: none; }
footer p a { color: var(--white); }
noscript { display: block; padding: 10px; text-align: center; background: var(--orange); color: #111; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .visual-wrap { width: min(100%, 460px); justify-self: center; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .step-card h3 { margin-top: 32px; }
  .feedback-note { white-space: normal; }
}
@media (max-width: 520px) {
  .site-header, footer, .hero { width: min(100% - 28px, var(--max)); }
  .site-header { height: 70px; }
  .brand { font-size: 23px; }
  .language-picker select { max-width: 138px; }
  h1 { font-size: 46px; }
  .cta-row .button { width: 100%; }
  .join-section { padding-top: 74px; padding-bottom: 74px; }
  footer { padding: 24px 0; flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
