:root {
  color-scheme: light;
  --forest-950: #091710;
  --forest-900: #10261c;
  --forest-800: #173b2a;
  --forest-700: #23563d;
  --green-500: #57c878;
  --lime-400: #bce96e;
  --cream: #f4f0e6;
  --paper: #fffdf7;
  --ink: #142019;
  --muted: #617068;
  --line: #dfe5dc;
  --shadow: 0 28px 70px rgb(8 28 18 / 18%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.55; }
a { color: inherit; }
svg { display: block; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: 1rem;
  padding: .7rem 1rem;
  background: white;
  border-radius: .5rem;
  transform: translateY(-200%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  transform: translateX(-50%);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; color: var(--forest-950); background: var(--lime-400); border-radius: 12px; font-size: .72rem; }
.brand-mark svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-link { font-size: .92rem; text-underline-offset: .3rem; text-decoration-color: rgb(255 255 255 / 45%); }
.header-link:hover { text-decoration-color: white; }

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: 5vw;
  overflow: hidden;
  padding: 136px max(7vw, calc((100vw - 1180px) / 2)) 90px;
  color: white;
  background:
    radial-gradient(circle at 81% 32%, rgb(91 190 115 / 22%) 0, transparent 28%),
    linear-gradient(135deg, var(--forest-950), var(--forest-800));
}
.hero::after { content: ""; position: absolute; inset: auto -8% -110px 45%; height: 220px; border-radius: 50%; background: rgb(255 255 255 / 3%); transform: rotate(-8deg); }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.eyebrow-row { display: flex; gap: .55rem; flex-wrap: wrap; margin-bottom: 2.6rem; }
.pill { padding: .38rem .75rem; border: 1px solid rgb(255 255 255 / 22%); border-radius: 999px; color: #dce7df; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pill-accent { border-color: var(--lime-400); color: var(--forest-950); background: var(--lime-400); }
.kicker { margin: 0 0 .7rem; color: var(--green-500); font-size: .78rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3.1rem, 6.2vw, 5.8rem); line-height: .95; letter-spacing: -.065em; }
.hero-intro { max-width: 600px; margin: 1.7rem 0 0; color: #cbd8d0; font-size: clamp(1.05rem, 1.5vw, 1.23rem); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: .65rem; padding: .85rem 1.2rem; border: 1px solid transparent; border-radius: 14px; font-weight: 800; text-decoration: none; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .header-link:focus-visible, .brand:focus-visible { outline: 3px solid var(--lime-400); outline-offset: 4px; }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: var(--forest-950); background: var(--lime-400); }
.button-primary:hover { background: #cff68a; }
.button-secondary { border-color: rgb(255 255 255 / 22%); color: white; background: rgb(255 255 255 / 5%); }
.button-secondary:hover { border-color: rgb(255 255 255 / 42%); background: rgb(255 255 255 / 10%); }
.compatibility { color: #94a99b; font-size: .82rem; }

.phone-stage { position: relative; z-index: 1; min-height: 560px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgb(188 233 110 / 24%); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 400px; height: 400px; border-style: dashed; animation: spin 28s linear infinite; }
.phone { position: relative; width: 286px; padding: 9px; border: 1px solid rgb(255 255 255 / 26%); border-radius: 42px; background: #0b100d; box-shadow: 0 40px 100px rgb(0 0 0 / 45%); transform: rotate(4deg); }
.phone-speaker { position: absolute; z-index: 2; top: 16px; left: 50%; width: 78px; height: 19px; border-radius: 999px; background: #0b100d; transform: translateX(-50%); }
.phone-screen { overflow: hidden; min-height: 550px; padding: 17px 15px 0; color: var(--ink); background: #f4f6f1; border-radius: 34px; }
.mock-status, .mock-topbar, .player-row, .mock-footer { display: flex; align-items: center; }
.mock-status { justify-content: space-between; padding: 0 9px; font-size: .58rem; font-weight: 800; }
.mock-topbar { justify-content: space-between; margin-top: 20px; }
.mock-logo { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: white; background: var(--forest-800); font-size: .68rem; font-weight: 900; }
.mock-live { display: flex; align-items: center; gap: .35rem; color: var(--forest-700); font-size: .65rem; font-weight: 800; }
.mock-live i { width: 7px; height: 7px; background: var(--green-500); border-radius: 50%; box-shadow: 0 0 0 4px rgb(87 200 120 / 16%); }
.mock-label { margin: 26px 0 3px; color: var(--muted); font-size: .55rem; font-weight: 850; letter-spacing: .13em; }
.phone-screen h2 { margin: 0; font-size: 1.25rem; line-height: 1.15; letter-spacing: -.035em; }
.hole-card { display: grid; grid-template-columns: repeat(3, 1fr); margin: 18px 0; padding: 15px 5px; color: white; background: var(--forest-800); border-radius: 18px; }
.hole-card div { display: flex; flex-direction: column; align-items: center; border-right: 1px solid rgb(255 255 255 / 15%); }
.hole-card div:last-child { border: 0; }
.hole-card span { color: #b6c7bb; font-size: .48rem; font-weight: 800; letter-spacing: .1em; }
.hole-card strong { font-size: 1.15rem; }
.player-list { display: grid; gap: 7px; }
.player-row { gap: 9px; padding: 9px; border: 1px solid #e3e8e1; border-radius: 14px; background: white; }
.player-row.active { border-color: #a9dcb5; background: #f6fff6; }
.avatar { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; font-size: .68rem; font-weight: 900; }
.avatar-one { color: #164127; background: #c8f0d2; }
.avatar-two { color: #593c0a; background: #f5d99a; }
.avatar-three { color: #243b6b; background: #cad8f4; }
.player-name { display: flex; flex: 1; flex-direction: column; font-size: .7rem; line-height: 1.2; }
.player-name small { margin-top: 2px; color: var(--muted); font-size: .55rem; }
.score { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; background: #edf0ec; font-size: .8rem; font-weight: 900; }
.mock-footer { justify-content: space-around; margin: 23px -15px 0; padding: 16px 5px; color: var(--muted); background: white; font-size: .52rem; font-weight: 750; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; margin: 0 auto; padding: 34px 20px; border-bottom: 1px solid var(--line); }
.trust-strip div { display: flex; flex-direction: column; align-items: center; padding: 0 1rem; border-right: 1px solid var(--line); text-align: center; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { font-size: .94rem; }
.trust-strip span { color: var(--muted); font-size: .78rem; }

.content-section { max-width: 1180px; margin: auto; padding: 110px 20px; }
.section-heading { max-width: 690px; margin-bottom: 42px; }
.section-heading h2, .beta-note h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4rem); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 260px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 12px 35px rgb(18 50 31 / 5%); }
.feature-icon { display: grid; width: 42px; height: 42px; place-items: center; color: var(--forest-700); background: #e2f3e6; border-radius: 13px; font-size: .72rem; font-weight: 900; }
.feature-card h3 { margin: 62px 0 6px; font-size: 1.24rem; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.beta-note { display: grid; grid-template-columns: 90px 1fr; gap: 30px; align-items: start; margin-top: 76px; padding: 44px; border-radius: 28px; color: white; background: var(--forest-900); }
.beta-symbol { display: grid; width: 78px; height: 78px; place-items: center; border: 1px solid rgb(188 233 110 / 30%); border-radius: 24px; color: var(--lime-400); background: rgb(188 233 110 / 8%); font-family: Georgia, serif; font-size: 2.6rem; }
.beta-note h2 { max-width: 780px; font-size: clamp(2rem, 4vw, 3.4rem); }
.beta-note div p:last-child { max-width: 800px; margin-bottom: 0; color: #bdccc2; }

.install-section { padding: 100px max(7vw, calc((100vw - 1180px) / 2)); color: white; background: #1b4833; }
.section-heading.light p { color: #c8d8cd; }
.section-heading.light .kicker { color: var(--lime-400); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0; list-style: none; counter-reset: install; }
.steps li { min-height: 186px; padding: 23px; border: 1px solid rgb(255 255 255 / 15%); border-radius: 20px; background: rgb(255 255 255 / 6%); }
.steps li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--forest-950); background: var(--lime-400); font-size: .75rem; font-weight: 900; }
.steps strong { display: block; margin-top: 32px; }
.steps p { margin: .3rem 0 0; color: #c8d8cd; font-size: .85rem; }
.button-light { margin-top: 26px; color: var(--forest-950); background: white; }
.button-light:hover { background: var(--lime-400); }
.safety-note { max-width: 690px; color: #aebfb4; font-size: .78rem; }

footer { display: flex; max-width: 1180px; min-height: 132px; align-items: center; justify-content: space-between; gap: 2rem; margin: auto; padding: 28px 20px; color: var(--muted); font-size: .78rem; }
.footer-brand { color: var(--ink); }
.footer-brand .brand-mark { width: 32px; height: 32px; border-radius: 10px; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 130px; text-align: center; }
  .hero-copy { margin: auto; }
  .eyebrow-row, .hero-actions { justify-content: center; }
  .hero-intro { margin-inline: auto; }
  .phone-stage { min-height: 600px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 180px; }
  .feature-card h3 { margin-top: 35px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 28px); height: 74px; }
  .header-link { font-size: .78rem; }
  .hero { gap: 1rem; padding: 112px 18px 50px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.1rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .phone-stage { min-height: 540px; transform: scale(.9); }
  .orbit-one { width: 420px; height: 420px; }
  .orbit-two { width: 330px; height: 330px; }
  .trust-strip { grid-template-columns: 1fr; gap: 18px; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
  .trust-strip div:last-child { border-bottom: 0; }
  .content-section { padding-block: 76px; }
  .beta-note { grid-template-columns: 1fr; padding: 28px; }
  .beta-symbol { width: 60px; height: 60px; border-radius: 18px; }
  .install-section { padding: 76px 20px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 160px; }
  footer { flex-direction: column; align-items: flex-start; gap: .5rem; padding-block: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
