:root {
  --ink: #f2f4ee;
  --muted: #9da7a0;
  --dim: #68736c;
  --line: rgba(238, 245, 234, .12);
  --panel: #111815;
  --panel-strong: #151f1a;
  --bg: #0a0f0d;
  --lime: #d9ff63;
  --lime-deep: #8cac39;
  --blue: #80b9ff;
  --orange: #ffaf69;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.page-shell { overflow: hidden; }
.site-header, .site-footer, main > section { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.site-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 760; letter-spacing: -.04em; }
.brand-mark { display: inline-grid; place-items: center; width: 27px; height: 27px; border-radius: 9px; background: var(--lime); color: #10150e; font: 800 21px/1 Georgia, serif; transform: rotate(-8deg); }
.nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 13px; }
.nav a { transition: color .2s ease; }
.nav a:hover, .footer-links a:hover, .text-link:hover { color: var(--lime); }
.nav-cta { border: 1px solid rgba(217, 255, 99, .5); color: var(--lime); padding: 9px 15px; border-radius: 999px; }
.hero { display: grid; grid-template-columns: 1fr .86fr; gap: 70px; min-height: 650px; align-items: center; padding: 90px 0 100px; }
.eyebrow { margin: 0 0 18px; color: var(--lime); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 760; }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217, 255, 99, .11); vertical-align: 1px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 520; letter-spacing: -.06em; line-height: .98; }
h1 { max-width: 660px; margin-bottom: 28px; font-size: clamp(58px, 8vw, 104px); }
h1 em, h2 span { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; }
.hero-lede { max-width: 500px; margin-bottom: 30px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; align-items: center; gap: 18px; border-radius: 999px; padding: 14px 20px; font-size: 13px; font-weight: 730; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: #10150e; }
.button-primary:hover { background: #e6ff92; }
.button-quiet { border: 1px solid var(--line); color: var(--muted); }
.button-quiet:hover { border-color: rgba(217,255,99,.5); color: var(--ink); }
.hero-note { max-width: 460px; margin: 22px 0 0; color: var(--dim); font-size: 11px; }
.hero-visual { position: relative; min-height: 400px; }
.visual-glow { position: absolute; top: 20px; right: 5%; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(217,255,99,.13), transparent 67%); filter: blur(5px); }
.route-card { position: absolute; left: 5%; width: 90%; padding: 19px 22px; display: grid; grid-template-columns: 1fr auto auto; gap: 20px; align-items: center; border: 1px solid var(--line); border-radius: 18px; background: rgba(17, 24, 21, .87); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.route-card > div { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.route-card strong { font-size: 16px; font-weight: 600; letter-spacing: -.04em; }
.route-card small { color: var(--lime); font-size: 14px; }
.route-card-top { top: 43px; }
.route-card-middle { top: 160px; transform: translateX(28px); border-color: rgba(128,185,255,.27); }
.route-card-bottom { top: 277px; transform: translateX(-3px); border-color: rgba(255,175,105,.27); }
.route-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.dot-lime { background: var(--lime); }.dot-blue { background: var(--blue); }.dot-orange { background: var(--orange); }
.route-line { position: absolute; left: 15%; height: 45px; border-left: 1px dashed var(--dim); }
.line-one { top: 122px; }.line-two { top: 239px; }
.visual-caption { position: absolute; bottom: 17px; left: 5%; color: var(--dim); font: 12px/1.2 Georgia, serif; font-style: italic; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { display: grid; gap: 4px; padding-right: 28px; border-right: 1px solid var(--line); }.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { font-size: 13px; font-weight: 650; }.proof-strip span { color: var(--dim); font-size: 12px; }
.content-section, .audience-section, .pricing-section { padding: 135px 0; }
.section-heading { margin-bottom: 54px; }.section-heading.compact { margin-bottom: 40px; }
h2 { max-width: 690px; margin-bottom: 0; font-size: clamp(42px, 6vw, 74px); }.section-heading h2 span { white-space: nowrap; }
.steps-grid, .audience-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { min-height: 265px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(150deg, rgba(18,28,22,.78), rgba(10,15,13,.72)); }
.step-number { color: var(--lime); font: 14px/1 Georgia, serif; }.step-card h3 { margin: 62px 0 10px; font-size: 23px; font-weight: 560; letter-spacing: -.04em; }.step-card p { max-width: 280px; color: var(--muted); font-size: 13px; }
.evidence-section { display: grid; grid-template-columns: .84fr 1fr; gap: 90px; align-items: center; padding: 115px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.evidence-copy h2 { margin-bottom: 22px; font-size: clamp(42px, 5.6vw, 68px); }.evidence-copy > p:not(.eyebrow) { max-width: 430px; color: var(--muted); font-size: 15px; }.text-link { display: inline-flex; gap: 14px; margin-top: 16px; color: var(--lime); font-size: 13px; font-weight: 700; }
.report-card { padding: 27px; border: 1px solid rgba(217,255,99,.24); border-radius: 20px; background: radial-gradient(circle at 100% 0, rgba(217,255,99,.09), transparent 40%), var(--panel); }.report-header, .report-foot { display: flex; justify-content: space-between; gap: 15px; color: var(--dim); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }.report-status { color: var(--lime); }.report-main { display: flex; align-items: baseline; gap: 12px; margin: 45px 0 35px; }.report-main strong { color: var(--lime); font-size: 64px; font-weight: 500; letter-spacing: -.08em; }.report-main span { color: var(--muted); font-size: 12px; }.report-bars { display: grid; gap: 20px; }.bar-row { display: grid; grid-template-columns: 135px 1fr 48px; gap: 12px; align-items: center; color: var(--muted); font-size: 10px; }.bar-row b { color: var(--ink); font-size: 11px; font-weight: 600; text-align: right; }.bar { height: 9px; border-radius: 99px; background: #26322a; overflow: hidden; }.bar i { display: block; height: 100%; border-radius: inherit; }.bar-baseline { width: 100%; background: #55625a; }.bar-zhunt { width: 57%; background: var(--lime); }.report-foot { margin-top: 37px; padding-top: 17px; border-top: 1px solid var(--line); text-transform: none; letter-spacing: 0; font-size: 10px; }
.audience-grid article { padding: 25px 0 0; border-top: 1px solid var(--line); }.audience-icon { display: inline-grid; place-items: center; width: 39px; height: 39px; margin-bottom: 32px; border: 1px solid var(--line); border-radius: 12px; color: var(--lime); font: 19px/1 Georgia, serif; }.icon-bracket { font-family: ui-monospace, monospace; font-size: 12px; }.audience-grid h3 { margin-bottom: 8px; font-size: 20px; font-weight: 560; }.audience-grid p { max-width: 280px; color: var(--muted); font-size: 13px; }
.start-section { padding: 10px 0 125px; }.start-card { display: flex; justify-content: space-between; gap: 50px; padding: 45px 48px; border-radius: 22px; background: var(--lime); color: #10150e; }.start-card .eyebrow { color: #536d18; }.start-card h2 { max-width: 600px; font-size: clamp(36px, 5vw, 57px); }.start-card p:not(.eyebrow) { max-width: 520px; margin-bottom: 0; color: #4d621e; font-size: 14px; }.start-actions { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 220px; }.start-actions .button { background: #10150e; color: var(--lime); }.start-actions p { margin-top: 13px; color: #536d18 !important; font-size: 10px !important; }
.pricing-section { padding-top: 35px; }.price-card { padding: 28px; min-height: 265px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }.price-card.featured { border-color: rgba(217,255,99,.5); background: linear-gradient(160deg, rgba(42,58,28,.46), var(--panel)); }.price-label { color: var(--lime); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 750; }.price-card h3 { margin: 55px 0 10px; font-size: 27px; font-weight: 560; letter-spacing: -.05em; }.price-card h3 small { color: var(--muted); font-size: 13px; font-weight: 450; }.price-copy { max-width: 260px; min-height: 48px; color: var(--muted); font-size: 13px; }.price-rule { display: block; height: 1px; margin: 22px 0 13px; background: var(--line); }.price-foot { margin: 0; color: var(--dim); font-size: 11px; }
.final-cta { padding: 135px 0 155px; text-align: center; }.final-cta h2 { max-width: none; margin: 0 auto 34px; font-size: clamp(44px, 6.5vw, 84px); }.final-cta .eyebrow { margin-bottom: 24px; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; padding: 27px 0 36px; border-top: 1px solid var(--line); color: var(--dim); font-size: 11px; }.site-footer .brand { color: var(--ink); font-size: 16px; }.site-footer p { margin: 12px 0 0; }.footer-links { display: flex; justify-content: center; gap: 20px; }.footer-meta { display: flex; justify-content: flex-end; gap: 15px; }
@media (max-width: 800px) { .site-header, .site-footer, main > section { width: min(var(--max), calc(100% - 32px)); }.site-header { min-height: 72px; }.nav { gap: 12px; font-size: 11px; }.nav a:not(.nav-cta) { display: none; }.hero { grid-template-columns: 1fr; gap: 40px; min-height: auto; padding: 78px 0 84px; }.hero-visual { min-height: 340px; }.proof-strip, .steps-grid, .audience-grid, .pricing-grid { grid-template-columns: 1fr; }.proof-strip { gap: 18px; }.proof-strip div { border-right: 0; padding: 0; }.content-section, .audience-section, .pricing-section { padding: 90px 0; }.evidence-section { grid-template-columns: 1fr; gap: 55px; padding: 90px 0; }.start-card { flex-direction: column; padding: 32px 25px; gap: 28px; }.site-footer { grid-template-columns: 1fr; }.footer-links, .footer-meta { justify-content: flex-start; flex-wrap: wrap; }.section-heading h2 span { white-space: normal; } }
