:root {
  --green-950: #06271f;
  --green-900: #09382b;
  --green-700: #126c4e;
  --lime: #d4f445;
  --cream: #f3f0e8;
  --ink: #10221b;
  --muted: #5f6d66;
  --line: #d9ddd7;
  --red: #e0001a;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; padding: 12px clamp(18px, 4vw, 54px); border-bottom: 1px solid #ffffff1f; background: #06271ff2; color: white; backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: 54px; border-radius: 7px; object-fit: contain; }
.brand span { font: 600 18px/1 "Oswald", sans-serif; letter-spacing: .4px; text-transform: uppercase; }
.brand span b { color: var(--lime); }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { color: #d9e5df; font-size: 12px; font-weight: 700; text-decoration: none; }
.site-nav .nav-play { padding: 11px 15px; border-radius: 4px; background: var(--lime); color: var(--green-950); }
.hero { position: relative; overflow: hidden; padding: clamp(70px, 11vw, 130px) clamp(20px, 7vw, 100px); background: radial-gradient(circle at 85% 10%, #1b7558 0, transparent 36%), var(--green-950); color: white; }
.hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -160px; bottom: -250px; border: 3px solid #ffffff12; border-radius: 50%; box-shadow: 0 0 0 90px #ffffff08, 0 0 0 180px #ffffff05; }
.daily-hero { background: radial-gradient(circle at 85% 10%, #ff5366 0, transparent 34%), #79000f; }
.pro-hero { background: radial-gradient(circle at 85% 10%, #3b3b3b 0, transparent 38%), #030303; }
.pro-hero .eyebrow { color: var(--red); }
.pro-header { background: #050505f2; }
.pro-header .brand b { color: var(--red); }
.pro-header .nav-play { background: var(--red); color: white; }
.hero-inner { position: relative; z-index: 1; width: min(760px, 100%); }
.eyebrow { margin: 0 0 14px; color: var(--lime); font: 700 12px/1 "DM Sans", sans-serif; letter-spacing: 2.4px; text-transform: uppercase; }
.hero h1 { max-width: 740px; margin: 0 0 24px; font: 600 clamp(48px, 8vw, 92px)/.98 "Oswald", sans-serif; letter-spacing: -.02em; text-transform: uppercase; }
.hero-copy { max-width: 650px; margin: 0 0 34px; color: #d5e2dc; font-size: clamp(17px, 2vw, 21px); line-height: 1.6; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 22px; border: 1px solid #ffffff45; border-radius: 4px; color: white; font-size: 13px; font-weight: 800; letter-spacing: .7px; text-decoration: none; }
.button.primary { border-color: var(--lime); background: var(--lime); color: var(--green-950); box-shadow: 0 5px 0 #829a25; }
.button.red { border-color: var(--red); background: var(--red); color: white; box-shadow: 0 5px 0 #910011; }
.content { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 78px 0; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading h2 { margin: 0 0 12px; font: 600 clamp(34px, 5vw, 56px)/1.05 "Oswald", sans-serif; text-transform: uppercase; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.steps, .feature-grid, .mode-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 6px; background: white; box-shadow: 0 10px 32px #0a2a1e0a; }
.card .number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 50%; background: var(--green-950); color: var(--lime); font: 700 18px "Oswald", sans-serif; }
.card h2, .card h3 { margin: 0 0 10px; font: 600 24px/1.15 "Oswald", sans-serif; text-transform: uppercase; }
.card p { margin: 0; color: var(--muted); line-height: 1.65; }
.card .card-link { margin-top: 20px; }
.rule-panel { margin-top: 48px; padding: clamp(28px, 5vw, 54px); border-left: 7px solid var(--lime); background: var(--green-950); color: white; }
.rule-panel h2 { margin: 0 0 18px; font: 600 34px/1 "Oswald", sans-serif; text-transform: uppercase; }
.rule-panel ul { display: grid; gap: 12px; margin: 0; padding-left: 20px; color: #d8e4de; line-height: 1.6; }
.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 42px; align-items: start; }
.score-demo { padding: 30px; border-radius: 8px; background: white; box-shadow: 0 18px 50px #0d34251a; }
.score-demo .score-line { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); }
.score-demo .score-line:last-child { border: 0; }
.score-demo span { color: var(--muted); }
.score-demo strong { font: 600 24px "Oswald", sans-serif; }
.daily-card { padding: clamp(30px, 6vw, 60px); border-radius: 8px; background: var(--red); color: white; }
.daily-card h2 { margin: 0 0 15px; font: 600 clamp(38px, 6vw, 64px)/1 "Oswald", sans-serif; text-transform: uppercase; }
.daily-card p { max-width: 680px; margin: 0 0 28px; color: #ffe7ea; font-size: 17px; line-height: 1.7; }
.faq { display: grid; gap: 10px; }
.faq details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 5px; background: white; }
.faq summary { cursor: pointer; font-weight: 800; }
.faq p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.comparison { width: 100%; border-collapse: collapse; background: white; }
.comparison th, .comparison td { padding: 17px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison th { background: var(--green-950); color: white; font-size: 12px; letter-spacing: .8px; }
.comparison td:nth-child(n+2), .comparison th:nth-child(n+2) { text-align: center; }
.comparison .yes { color: var(--green-700); font-weight: 800; }
.page-cta { padding: 72px 20px; background: #10221b; color: white; text-align: center; }
.page-cta.pro-cta { background: #030303; }
.page-cta h2 { margin: 0 0 12px; font: 600 clamp(36px, 6vw, 58px)/1 "Oswald", sans-serif; text-transform: uppercase; }
.page-cta p { margin: 0 auto 28px; color: #c7d5ce; }
.site-footer { padding: 32px 20px; background: #061d17; color: #9eb2a8; text-align: center; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-bottom: 16px; }
.site-footer a { color: white; font-size: 12px; }
.site-footer p { margin: 0; font-size: 11px; line-height: 1.6; }

@media (max-width: 760px) {
  .site-header { min-height: 68px; }
  .brand img { width: 44px; height: 44px; }
  .brand span { font-size: 15px; }
  .site-nav a:not(.nav-play) { display: none; }
  .steps, .feature-grid, .mode-grid, .split { grid-template-columns: 1fr; }
  .hero { padding-top: 64px; }
  .content { padding: 58px 0; }
  .card { padding: 24px; }
  .comparison th, .comparison td { padding: 14px 9px; font-size: 12px; }
}

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