:root {
  color-scheme: dark;
  --bg: #07130f;
  --bg-soft: #0b1b15;
  --surface: #11261d;
  --surface-raised: #193429;
  --lime: #c2fa57;
  --mint: #70dfbd;
  --orange: #ff9a61;
  --text: #f4f7f5;
  --muted: #9aacA3;
  --line: rgba(255, 255, 255, .1);
  --shadow: 0 30px 90px rgba(0, 0, 0, .35);
  --radius: 28px;
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 85% 8%, rgba(112, 223, 189, .09), transparent 28rem),
    radial-gradient(circle at 8% 34%, rgba(194, 250, 87, .06), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 20; padding: 10px 14px; border-radius: 10px; background: var(--lime); color: #08110d; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(7, 19, 15, .84); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--text); text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(194, 250, 87, .35); border-radius: 13px; background: linear-gradient(145deg, rgba(194, 250, 87, .18), rgba(112, 223, 189, .06)); color: var(--lime); font-size: 13px; letter-spacing: -.08em; box-shadow: inset 0 0 18px rgba(194, 250, 87, .08); }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { padding: 9px 14px; border-radius: 999px; color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 700; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { background: var(--surface); color: var(--text); }

.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(48px, 7vw, 96px); padding-block: 80px; }
.eyebrow { margin: 0 0 14px; color: var(--lime); font-size: 12px; font-weight: 850; letter-spacing: .24em; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 7vw, 88px); line-height: .98; letter-spacing: -.065em; }
h1 span { color: var(--lime); }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.store-badge { display: inline-flex; align-items: center; gap: 12px; min-width: 190px; padding: 11px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: #020706; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 19px; font-weight: 750; line-height: 1.08; }
.store-badge small { display: block; margin-bottom: 2px; color: var(--muted); font-size: 10px; font-weight: 650; }
.store-icon { color: var(--lime); font-size: 19px; }
.text-link { color: var(--text); text-decoration: none; font-weight: 750; }
.text-link:hover { color: var(--lime); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--mint); font-weight: 900; }

.timer-showcase { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 42px; background: linear-gradient(160deg, rgba(25,52,41,.96), rgba(10,28,21,.94)); box-shadow: var(--shadow); overflow: hidden; }
.timer-showcase::before { content: ""; position: absolute; inset: -30% 35% 48% -15%; border-radius: 50%; background: rgba(194,250,87,.09); filter: blur(4px); }
.mode-tabs { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 5px; border-radius: 999px; background: rgba(4,12,9,.52); color: var(--muted); font-size: 11px; font-weight: 800; text-align: center; }
.mode-tabs span { padding: 10px 5px; white-space: nowrap; }
.mode-tabs .selected { border-radius: 999px; background: var(--lime); color: var(--bg); }
.timer-ring { position: relative; display: grid; place-items: center; width: min(82%, 350px); aspect-ratio: 1; margin: 28px auto; border-radius: 50%; background: conic-gradient(var(--lime) 0 82%, var(--mint) 82% 84%, rgba(255,255,255,.08) 84%); }
.timer-ring::after { content: ""; position: absolute; inset: 16px; border-radius: inherit; background: #0b1b15; box-shadow: inset 0 0 60px rgba(0,0,0,.25); }
.timer-content { position: relative; z-index: 1; display: grid; justify-items: center; }
.scope-icon { color: var(--lime); font-size: 30px; }
.timer-content strong { font-size: clamp(50px, 7vw, 70px); line-height: 1.05; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.timer-content small { margin-top: 10px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.task-chip { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 15px 18px; border-radius: 18px; background: rgba(255,255,255,.055); }
.task-chip small, .task-chip strong { display: block; }
.task-chip small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.check { display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid var(--lime); border-radius: 50%; color: var(--lime); }
.start-button { position: relative; margin-top: 14px; padding: 15px; border-radius: 999px; background: var(--lime); color: var(--bg); font-weight: 850; text-align: center; }

.section { padding-block: 110px; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
h2 { margin: 0; font-size: clamp(36px, 5vw, 60px); line-height: 1.05; letter-spacing: -.05em; }
.section-heading > p:last-child, .split-section > div > p:last-child, .final-cta p, .compact-cta p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 420px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, rgba(17,38,29,.88), rgba(9,25,18,.9)); overflow: hidden; }
.feature-card.featured { background: linear-gradient(150deg, rgba(194,250,87,.17), rgba(17,38,29,.92) 55%); }
.feature-number { color: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.feature-card h3 { margin: 56px 0 12px; font-size: 26px; letter-spacing: -.035em; }
.feature-card p { color: var(--muted); }
.mini-timer { display: grid; place-items: center; width: 145px; aspect-ratio: 1; margin: 28px auto 0; border: 12px solid rgba(194,250,87,.2); border-top-color: var(--lime); border-radius: 50%; }
.mini-timer span { font-size: 26px; font-weight: 850; }
.progress-demo { margin-top: 46px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.055); font-size: 13px; }
.progress-demo strong { float: right; color: var(--mint); }
.progress-demo i { display: block; height: 7px; margin-top: 16px; border-radius: 99px; background: rgba(255,255,255,.09); overflow: hidden; }
.progress-demo b { display: block; width: 66%; height: 100%; background: var(--lime); }
.bars { height: 130px; margin-top: 34px; display: flex; align-items: end; gap: 9px; }
.bars i { flex: 1; min-width: 8px; border-radius: 6px 6px 2px 2px; background: linear-gradient(var(--lime), var(--mint)); opacity: .92; }
.bars i:nth-child(1) { height: 22%; }.bars i:nth-child(2) { height: 54%; }.bars i:nth-child(3) { height: 38%; }.bars i:nth-child(4) { height: 78%; }.bars i:nth-child(5) { height: 49%; }.bars i:nth-child(6) { height: 92%; }.bars i:nth-child(7) { height: 70%; }

.split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 140px); border-top: 1px solid var(--line); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--surface); color: var(--lime); font-weight: 850; }
.steps h3 { margin: 0 0 4px; font-size: 20px; }
.steps p { margin: 0; color: var(--muted); }
.quote-panel { padding: 70px; border: 1px solid rgba(194,250,87,.2); border-radius: 36px; background: linear-gradient(135deg, rgba(194,250,87,.13), rgba(112,223,189,.05)); text-align: center; }
.quote-panel blockquote { margin: 22px auto; font-size: clamp(40px, 6vw, 72px); font-weight: 850; line-height: 1.03; letter-spacing: -.055em; }
.quote-panel > p:last-child { max-width: 650px; margin: auto; color: var(--muted); }
.final-cta, .compact-cta { margin-block: 110px; padding: 58px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 34px; background: var(--lime); color: var(--bg); }
.final-cta .eyebrow, .compact-cta .eyebrow { color: #315015; }
.final-cta p, .compact-cta p { color: rgba(7,19,15,.72); }
.store-badge.light { border-color: rgba(255,255,255,.12); background: var(--bg); color: var(--text); }

.page-hero { padding-block: 110px 80px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(54px, 8vw, 96px); }
.page-hero > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 19px; }
.primary-button { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; padding: 14px 22px; border-radius: 999px; background: var(--lime); color: var(--bg); text-decoration: none; font-weight: 850; }
.primary-button:hover, .primary-button:focus-visible { background: #d5ff84; transform: translateY(-1px); }
.support-layout { display: grid; grid-template-columns: 340px 1fr; align-items: start; gap: 70px; }
.support-card { position: sticky; top: 110px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.support-symbol { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 18px; background: var(--lime); color: var(--bg); font-size: 28px; font-weight: 900; }
.support-card h2 { margin-top: 34px; font-size: 30px; }
.support-card p { color: var(--muted); }
.support-card a, .legal-summary a, .legal-copy a { color: var(--lime); overflow-wrap: anywhere; }
.faq-list > h2 { margin-bottom: 24px; font-size: 38px; }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 25px 42px 25px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; color: var(--lime); font-size: 24px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -8px 0 26px; padding-right: 40px; color: var(--muted); }
.compact-cta { margin-top: 20px; }
.compact-cta h2 { font-size: 42px; }
.compact-cta .primary-button { margin: 0; background: var(--bg); color: var(--text); white-space: nowrap; }

.legal-hero { padding-bottom: 58px; }
.legal-layout { display: grid; grid-template-columns: 320px minmax(0, 720px); justify-content: space-between; align-items: start; gap: 80px; }
.legal-summary { position: sticky; top: 110px; padding: 28px; border: 1px solid rgba(194,250,87,.18); border-radius: var(--radius); background: linear-gradient(150deg, rgba(194,250,87,.12), rgba(17,38,29,.9)); }
.legal-summary h2 { font-size: 30px; }
.legal-summary ul { margin: 22px 0; padding: 0; list-style: none; }
.legal-summary li { position: relative; padding: 9px 0 9px 27px; color: var(--muted); }
.legal-summary li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }
.legal-copy { color: #bdc9c2; font-size: 16px; }
.legal-copy > p:first-child { margin-top: 0; color: var(--text); font-size: 19px; }
.legal-copy h2 { margin: 48px 0 12px; color: var(--text); font-size: 28px; letter-spacing: -.025em; }
.legal-copy ul { padding-left: 22px; }
.legal-copy li { margin: 8px 0; }

.site-footer { padding: 70px 0 26px; border-top: 1px solid var(--line); background: #040c09; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 50px; }
.footer-grid p { color: var(--muted); }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid strong { margin-bottom: 5px; color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a:not(.brand) { color: var(--muted); text-decoration: none; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line); color: #728178; font-size: 12px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { text-align: center; }
  .hero-copy .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .timer-showcase { width: min(100%, 560px); margin-inline: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 340px; }
  .split-section, .support-layout, .legal-layout { grid-template-columns: 1fr; }
  .support-card, .legal-summary { position: static; }
  .final-cta, .compact-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-wrap { min-height: 68px; align-items: flex-start; flex-direction: column; padding-block: 12px; gap: 10px; }
  .site-nav { width: 100%; justify-content: space-between; }
  .site-nav a { padding: 7px 11px; font-size: 13px; }
  .hero { padding-block: 62px; }
  h1 { font-size: clamp(46px, 15vw, 68px); }
  .timer-showcase { padding: 14px; border-radius: 30px; }
  .mode-tabs span { font-size: 9px; }
  .timer-ring { width: 88%; margin-block: 22px; }
  .section { padding-block: 76px; }
  .feature-card { padding: 24px; }
  .quote-panel { padding: 52px 20px; border-radius: 28px; }
  .final-cta, .compact-cta { margin-block: 76px; padding: 38px 26px; }
  .page-hero { padding-block: 78px 56px; }
  .support-layout, .legal-layout { gap: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
