:root {
  --bg: #FFF8F3;
  --bg-warm: #FFF2E8;
  --surface: #FFFFFF;
  --surface-soft: #FFFDFB;
  --text: #2C241A;
  --muted: #7B6F65;
  --line: #EBD6CA;
  --line-strong: #DDBFAF;
  --brand: #CC6B2C;
  --brand-strong: #9F4E1D;
  --accent: #F4A261;
  --accent-soft: rgba(244, 162, 97, 0.18);
  --success: #2F855A;
  --warning: #E09136;
  --danger: #C0392B;
  --shadow: 0 24px 80px rgba(44, 36, 26, 0.13);
  --soft-shadow: 0 14px 38px rgba(204, 107, 44, 0.13);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 4%, rgba(244, 162, 97, 0.36), transparent 34rem),
    radial-gradient(circle at 90% 9%, rgba(204, 107, 44, 0.16), transparent 30rem),
    radial-gradient(circle at 55% 100%, rgba(47, 133, 90, 0.10), transparent 38rem),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  background: var(--brand);
  color: #fff;
  padding: .7rem 1rem;
  border-radius: 999px;
  z-index: 10;
}
.skip-link:focus { top: 1rem; }
.page-shell { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 850; letter-spacing: -0.02em; }
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff;
  box-shadow: 0 12px 30px rgba(204, 107, 44, .25);
}
.brand-name { font-size: 1.18rem; }
.nav { display: flex; gap: 1rem; color: var(--muted); font-size: .95rem; }
.nav a { padding: .45rem .2rem; }
.nav a:hover, .nav a:focus-visible { color: var(--brand-strong); }
.hero {
  min-height: 70vh;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: 54px 0 40px;
}
.eyebrow {
  margin: 0 0 .85rem;
  color: var(--brand);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: .94;
  letter-spacing: -0.075em;
  margin-bottom: 1.25rem;
  color: var(--text);
}
h2 { font-size: clamp(1.8rem, 4vw, 3.1rem); line-height: 1.02; letter-spacing: -0.045em; color: var(--text); }
.hero-lead {
  max-width: 720px;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  color: var(--muted);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin: 2rem 0 1.3rem; }
.button {
  border: 0;
  border-radius: 999px;
  padding: .9rem 1.15rem;
  font-weight: 900;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-height: 46px;
  transition: transform .2s ease, background .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-1px); }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.primary { background: var(--brand); color: #fff; box-shadow: 0 14px 30px rgba(204, 107, 44, .24); }
.primary:hover, .primary:focus-visible { background: var(--brand-strong); box-shadow: 0 18px 34px rgba(204, 107, 44, .30); }
.secondary { background: var(--surface); color: var(--text); border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(44,36,26,.06); }
.secondary:hover, .secondary:focus-visible { border-color: var(--accent); }
.trust-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  padding: 0;
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}
.trust-list li { border: 1px solid var(--line); border-radius: 999px; padding: .45rem .7rem; background: rgba(255,255,255,.72); }
.score-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(235, 214, 202, 0.95);
  box-shadow: var(--shadow);
  border-radius: 34px;
  padding: clamp(1.2rem, 4vw, 2rem);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(16px);
}
.score-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(244,162,97,.16), transparent 45%, rgba(47,133,90,.08));
  pointer-events: none;
}
.score-card::after {
  content: "";
  position: absolute;
  inset: auto -5rem -8rem auto;
  width: 16rem;
  height: 16rem;
  background: var(--accent);
  filter: blur(70px);
  opacity: .30;
}
.score-card > * { position: relative; z-index: 1; }
.card-topline { color: var(--brand); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 900; }
.score-ring {
  width: min(260px, 76vw);
  aspect-ratio: 1;
  margin: 1.2rem auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(var(--success) 0 86%, #F2DFD4 86% 100%);
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.76), 0 18px 48px rgba(47,133,90,.16);
}
.score-ring::before { content: ""; position: absolute; inset: 16px; border-radius: 50%; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); }
.score-ring span { position: relative; font-size: 5rem; font-weight: 950; letter-spacing: -.08em; color: var(--brand); }
.score-title { font-size: 1.25rem; font-weight: 900; margin-bottom: .3rem; }
.score-copy { color: var(--muted); margin-bottom: 1.1rem; }
.mini-bars { display: grid; gap: .55rem; }
.mini-bars span { height: 9px; border-radius: 999px; background: #F2DFD4; position: relative; overflow: hidden; }
.mini-bars span::before { content: ""; display: block; width: var(--w); height: 100%; background: linear-gradient(90deg, var(--success), var(--accent)); border-radius: inherit; }
.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 34px 0 88px;
}
.intro-grid article, .checklist div, .early-access, .seo-content, .faq, .game-section {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  border-radius: 26px;
  box-shadow: 0 14px 34px rgba(44, 36, 26, 0.055);
}
.intro-grid article { padding: 1.25rem; }
.icon { color: var(--brand); font-weight: 950; font-size: .8rem; letter-spacing: .12em; }
.intro-grid h2 { font-size: 1.2rem; letter-spacing: -.02em; margin: .55rem 0 .4rem; }
.intro-grid p, .section-copy p, .checklist span, .seo-content p, .faq p, .early-access p, .game-copy p { color: var(--muted); }
.checks-section {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 88px;
}
.section-copy { position: sticky; top: 24px; }
.checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.checklist div { padding: 1.1rem; }
.checklist strong { display: block; margin-bottom: .35rem; color: var(--text); }
.checklist span { display: block; font-size: .95rem; }
.game-section {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 1.4rem;
  padding: 1rem;
  margin-bottom: 88px;
  background:
    linear-gradient(180deg, rgba(244, 162, 97, .14), rgba(255,255,255,.78)),
    var(--surface);
}
.game-copy { padding: 1rem; align-self: center; }
.game-stats { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1rem 0; }
.game-stats span { border: 1px solid var(--line); background: var(--surface-soft); padding: .5rem .7rem; border-radius: 999px; }
.game-stats strong { color: var(--brand); }
.game-buttons { display: flex; gap: .7rem; flex-wrap: wrap; }
.game-help { font-size: .86rem; margin-top: 1rem; }
.game-wrap {
  min-height: 360px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 50% 15%, rgba(244,162,97,.22), rgba(44,36,26,.18)),
    #2C241A;
  border: 1px solid rgba(44,36,26,.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
canvas { width: 100%; height: 100%; display: block; min-height: 360px; touch-action: none; }
.game-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.2rem, 3vw, 2rem);
  background: rgba(44, 36, 26, .62);
  backdrop-filter: blur(4px);
}
.game-overlay.hidden { display: none; }
.seo-content { padding: clamp(1.2rem, 4vw, 2rem); margin-bottom: 88px; max-width: 930px; }
.early-access {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.2rem, 4vw, 2rem);
  margin-bottom: 88px;
  background:
    radial-gradient(circle at 88% 20%, rgba(244,162,97,.22), transparent 18rem),
    rgba(255,255,255,.86);
}
.signup-form label { display: block; font-weight: 900; margin-bottom: .45rem; }
.form-row { display: flex; gap: .7rem; }
input[type="email"] {
  min-width: 0;
  flex: 1;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  border-radius: 999px;
  padding: .88rem 1rem;
  outline: none;
}
input[type="email"]::placeholder { color: #A79A90; }
input[type="email"]:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(204,107,44,.15); }
.form-note { margin: .75rem 0 0; font-size: .85rem; }
.faq { padding: clamp(1.2rem, 4vw, 2rem); margin-bottom: 54px; }
details { border-top: 1px solid var(--line); padding: 1rem 0; }
details:first-of-type { border-top: 0; }
summary { cursor: pointer; font-weight: 900; color: var(--text); }
.footer {
  border-top: 1px solid var(--line);
  padding: 30px 0 46px;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer p { margin: 0; }
.footer-small { max-width: 520px; font-size: .9rem; }
@media (max-width: 880px) {
  .nav { display: none; }
  .hero, .checks-section, .game-section, .early-access { grid-template-columns: 1fr; }
  .hero { padding-top: 26px; }
  .intro-grid, .checklist { grid-template-columns: 1fr; }
  .section-copy { position: static; }
  .score-card { max-width: 560px; }
}
@media (max-width: 560px) {
  .page-shell { width: min(100% - 22px, 1160px); }
  h1 { font-size: clamp(2.6rem, 17vw, 4.4rem); }
  .form-row, .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .game-wrap, canvas { min-height: 320px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
