:root {
  color-scheme: dark;
  --ink: #f7f7f5;
  --muted: #a8aaa7;
  --surface: #121311;
  --surface-2: #1a1c19;
  --line: rgba(247, 247, 245, .14);
  --lime: #ccff00;
  --lime-deep: #a5cf00;
  --black: #0b0c0a;
  --max: 1120px;
  --radius: 24px;
  --shadow: 0 26px 80px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: 3px; }
a:hover { color: var(--lime); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.04em; line-height: 1.03; }
.skip-link { position: fixed; z-index: 20; top: -100px; left: 20px; background: var(--lime); color: #111; padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 18px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid transparent; background: rgba(11, 12, 10, .88); backdrop-filter: blur(18px); }
.site-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 18px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 10px; color: var(--ink); font-size: 1.08rem; font-weight: 850; letter-spacing: -.03em; text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.brand-name { line-height: 1; }
.nav { display: flex; align-items: center; gap: 22px; font-size: .92rem; }
.nav a { color: var(--muted); text-decoration: none; }
.nav a[aria-current="page"] { color: var(--ink); }
.nav .nav-cta { color: #10110e; background: var(--lime); padding: 8px 13px; border-radius: 999px; font-weight: 800; }
.nav .nav-cta:hover { color: #10110e; background: #e0ff55; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--lime); font-size: .79rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); content: ""; box-shadow: 0 0 0 5px rgba(204,255,0,.12); }
.hero { position: relative; overflow: hidden; padding: 100px 0 80px; }
.hero::before { position: absolute; z-index: -1; top: -330px; left: 35%; width: 680px; height: 680px; border-radius: 50%; background: radial-gradient(circle, rgba(204,255,0,.24), rgba(204,255,0,0) 66%); content: ""; filter: blur(10px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .75fr); gap: 54px; align-items: end; }
.hero h1 { max-width: 800px; margin: 18px 0 23px; font-size: clamp(3.2rem, 8vw, 7.2rem); font-weight: 850; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 630px; color: #d0d1cd; font-size: clamp(1.1rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid var(--line); border-radius: 999px; padding: 11px 19px; font-weight: 750; text-align: center; text-decoration: none; }
.button-primary { border-color: var(--lime); background: var(--lime); color: #10110e; }
.button-primary:hover { color: #10110e; background: #e0ff55; }
.button-secondary { background: rgba(255,255,255,.03); color: var(--ink); }
.hero-card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); padding: 26px; box-shadow: var(--shadow); }
.hero-card h2 { margin-bottom: 18px; font-size: 1.35rem; }
.hero-card ol { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.hero-card li { display: grid; grid-template-columns: 30px 1fr; gap: 11px; color: #d5d6d3; }
.number { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(204,255,0,.5); border-radius: 50%; color: var(--lime); font-size: .78rem; font-weight: 800; }
.section { padding: 88px 0; }
.section-alt { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.section-heading { display: grid; grid-template-columns: minmax(0, .78fr) minmax(300px, .9fr); gap: 36px; align-items: end; margin-bottom: 37px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.25rem, 5vw, 4.3rem); }
.section-heading p { margin-bottom: 0; color: var(--muted); font-size: 1.07rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.card { min-height: 220px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface-2); padding: 24px; }
.card-label { display: inline-block; margin-bottom: 30px; color: var(--lime); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.card h3 { margin-bottom: 12px; font-size: 1.55rem; }
.card p { color: var(--muted); }
.notice { border: 1px solid rgba(204,255,0,.28); border-radius: 16px; background: rgba(204,255,0,.06); padding: 22px; color: #e1e8be; }
.notice strong { color: var(--lime); }
.page-hero { padding: 84px 0 48px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% -20%, rgba(204,255,0,.15), transparent 40%); }
.page-hero h1 { max-width: 850px; margin: 15px 0; font-size: clamp(3rem, 7vw, 6.1rem); }
.page-hero p { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 72px; padding: 62px 0 90px; }
.legal-nav { align-self: start; position: sticky; top: 100px; display: grid; gap: 8px; border-left: 1px solid var(--line); padding-left: 16px; font-size: .9rem; }
.legal-nav a { color: var(--muted); text-decoration: none; }
.legal-nav a:hover { color: var(--lime); }
.legal-copy { color: #d8d9d5; }
.legal-copy section { scroll-margin-top: 105px; margin-bottom: 50px; }
.legal-copy h2 { margin-bottom: 16px; color: var(--ink); font-size: clamp(1.75rem, 4vw, 2.6rem); }
.legal-copy h3 { margin-top: 28px; margin-bottom: 10px; color: var(--ink); font-size: 1.25rem; }
.legal-copy ul, .legal-copy ol { padding-left: 22px; }
.legal-copy li { margin: 8px 0; }
.legal-copy a { color: var(--lime); }
.support-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.support-panel { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: clamp(24px, 4vw, 43px); }
.support-panel h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.support-email { display: inline-block; margin: 15px 0 18px; color: var(--lime); font-size: clamp(1.25rem, 3vw, 1.75rem); font-weight: 750; }
.faq { display: grid; gap: 12px; margin-top: 22px; }
.faq details { border-top: 1px solid var(--line); padding: 16px 0 0; }
.faq summary { cursor: pointer; color: var(--ink); font-weight: 750; }
.faq p { color: var(--muted); }
.error { display: grid; min-height: 70vh; place-items: center; padding: 72px 0; text-align: center; }
.error h1 { margin-bottom: 12px; font-size: clamp(4rem, 13vw, 10rem); color: var(--lime); }
.error p { max-width: 550px; color: var(--muted); font-size: 1.13rem; }
.site-footer { border-top: 1px solid var(--line); padding: 34px 0; color: var(--muted); font-size: .9rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.footer-links a { text-decoration: none; }
@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .site-header-inner { min-height: 64px; }
  .brand { gap: 8px; font-size: 1rem; }
  .brand img { width: 34px; height: 34px; }
  .nav { gap: 13px; font-size: .82rem; }
  .nav a:not(.nav-cta) { display: none; }
  .hero { padding: 72px 0 58px; }
  .hero-grid, .section-heading, .support-grid, .legal-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 31px; }
  .section { padding: 60px 0; }
  .section-heading { gap: 18px; margin-bottom: 26px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .legal-layout { gap: 36px; padding: 44px 0 68px; }
  .legal-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
