:root {
  color-scheme: dark;
  --bg: #050a09;
  --bg-soft: #08110f;
  --panel: #0c1714;
  --panel-2: #101d19;
  --line: rgba(178, 255, 226, 0.12);
  --line-strong: rgba(178, 255, 226, 0.24);
  --text: #effff8;
  --muted: #9bb2a9;
  --green: #5cff9a;
  --green-2: #22dc78;
  --cyan: #4eeaff;
  --orange: #ff8a3c;
  --red: #ff6666;
  --shell: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: var(--green); color: #031008; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(5, 10, 9, 0.88); backdrop-filter: blur(18px); }
.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 700; letter-spacing: -0.01em; text-decoration: none; }
.brand b { color: var(--green); }
.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(92,255,154,.55); border-radius: 8px; color: var(--green); background: rgba(92,255,154,.07); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; box-shadow: inset 0 0 20px rgba(92,255,154,.08); }
.nav { display: flex; align-items: center; gap: 28px; }
.nav > a:not(.button) { color: var(--muted); font-size: 14px; text-decoration: none; transition: color .2s ease; }
.nav > a:hover { color: var(--text); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--text); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid rgba(92,255,154,.42); border-radius: 10px; color: var(--text); background: rgba(92,255,154,.08); font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; box-shadow: inset 0 0 24px rgba(92,255,154,.04); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); border-color: var(--green); background: rgba(92,255,154,.13); }
.button-primary { color: #021008; border-color: var(--green); background: var(--green); box-shadow: 0 14px 40px rgba(34,220,120,.18); }
.button-primary:hover { color: #021008; background: #77ffab; }
.button-small { min-height: 39px; padding-inline: 16px; font-size: 13px; }
.button-full { width: 100%; }

.hero { position: relative; min-height: 750px; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 35%, rgba(78,234,255,.08), transparent 28%), radial-gradient(circle at 15% 20%, rgba(92,255,154,.07), transparent 24%); }
.grid-lines { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 95%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(390px, .76fr); gap: 82px; align-items: center; padding-block: 100px; }
.eyebrow, .section-index { margin: 0 0 20px; color: var(--green); font: 700 12px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 14px var(--orange); }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(48px, 6.2vw, 84px); line-height: .98; letter-spacing: -.057em; }
.hero h1 span, .final-cta h2 span { color: var(--green); }
.hero-lead { max-width: 680px; margin: 30px 0 0; color: #c6d8d0; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.text-link { color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 6px; color: var(--cyan); }
.proof-line { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 32px 0 0; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.proof-line li::before { content: "✓"; margin-right: 7px; color: var(--green); }

.system-panel { overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(145deg, rgba(16,29,25,.94), rgba(6,14,12,.96)); box-shadow: 0 40px 90px rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.03); }
.panel-topbar, .panel-footer { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; border-bottom: 1px solid var(--line); font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.panel-title { color: var(--muted); }
.panel-live { color: var(--orange); }
.system-flow { margin: 0; padding: 18px; list-style: none; counter-reset: flow; }
.system-flow li { position: relative; display: grid; grid-template-columns: 36px 1fr 8px; gap: 13px; align-items: center; min-height: 68px; padding: 10px 12px; border-bottom: 1px solid rgba(178,255,226,.08); }
.system-flow li:last-child { border-bottom: 0; }
.system-flow li > span { color: var(--green); font: 700 11px/1 ui-monospace, monospace; }
.system-flow li div { display: grid; }
.system-flow b { font-size: 14px; }
.system-flow small { color: var(--muted); font-size: 12px; }
.system-flow i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(92,255,154,.75); }
.system-flow li:nth-child(3n+2) i { background: var(--cyan); box-shadow: 0 0 12px rgba(78,234,255,.75); }
.system-flow li:nth-child(3n) i { background: var(--orange); box-shadow: 0 0 12px rgba(255,138,60,.75); }
.panel-footer { border-top: 1px solid var(--line); border-bottom: 0; }
.panel-footer span { color: var(--muted); }
.panel-footer b { color: var(--green); font-size: 10px; }

.section { padding-block: 110px; border-bottom: 1px solid var(--line); }
.contrast-section { background: #07100e; }
.muted-section { background: #07100e; }
.statement-grid { display: grid; grid-template-columns: 170px 1.1fr .9fr; gap: 50px; align-items: start; }
h2 { margin: 0; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.statement { margin: 25px 0 0; color: var(--muted); font-size: 21px; }
.statement em { color: var(--cyan); font-style: normal; }
.friction-list { display: grid; gap: 10px; }
.friction-list article { display: grid; grid-template-columns: 33px 1fr; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.015); }
.friction-list span { color: var(--orange); font: 700 11px/1.6 ui-monospace, monospace; }
.friction-list p { margin: 0; color: #c0d0ca; font-size: 14px; }

.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.section-heading.compact { grid-template-columns: 1fr; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card, .outcome-grid article { position: relative; min-height: 290px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.feature-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 2px; background: var(--green); }
.accent-cyan::before { background: var(--cyan); }
.accent-orange::before { background: var(--orange); }
.feature-number { color: var(--muted); font: 700 11px/1 ui-monospace, monospace; }
.feature-card h3 { margin: 90px 0 8px; font-size: 29px; }
.feature-card p, .outcome-grid p { margin: 0; color: var(--muted); }
.outcome-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.outcome-grid article { min-height: 230px; }
.outcome-grid span { color: var(--cyan); font: 700 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.outcome-grid h3 { max-width: 360px; margin: 46px 0 10px; font-size: 25px; }

.program-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.program-intro { position: sticky; top: 120px; }
.program-intro > p:not(.section-index) { color: var(--muted); font-size: 17px; }
.program-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.program-meta span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); font: 700 10px/1 ui-monospace, monospace; }
.modules { margin: 0; padding: 0; list-style: none; }
.modules li { display: grid; grid-template-columns: 94px 1fr; gap: 20px; padding: 29px 0; border-top: 1px solid var(--line); }
.modules li:last-child { border-bottom: 1px solid var(--line); }
.modules li > span { padding-top: 5px; color: var(--green); font: 700 10px/1 ui-monospace, monospace; }
.modules h3 { margin: 0 0 6px; font-size: 21px; }
.modules p { margin: 0; color: var(--muted); }

.blueprint-section { background: linear-gradient(180deg, #07100e, var(--bg)); }
.blueprint { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 9px; align-items: center; }
.blueprint div { min-height: 120px; display: flex; flex-direction: column; justify-content: center; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.blueprint div:nth-of-type(n+5) { margin-top: 12px; }
.blueprint span { color: var(--green); font: 700 10px/1 ui-monospace, monospace; }
.blueprint b { margin-top: 14px; font-size: 13px; }
.blueprint small { color: var(--muted); }
.blueprint i { color: var(--orange); font-style: normal; }

.authority-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.authority-copy > p:not(.section-index) { max-width: 660px; color: var(--muted); font-size: 18px; }
.metrics-card { padding: 36px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(145deg, var(--panel-2), var(--panel)); }
.metrics-card > div { display: grid; grid-template-columns: 120px 1fr; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.metrics-card strong { color: var(--green); font: 700 52px/1 ui-monospace, monospace; }
.metrics-card span { color: var(--muted); }
.metrics-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.metrics-card li { padding: 7px 10px; border-radius: 6px; color: var(--cyan); background: rgba(78,234,255,.07); font-size: 12px; }

.coaching-section { background: #07100e; }
.split-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.large-card { padding: 45px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.big-number { color: var(--green); font-size: 86px; font-weight: 760; line-height: 1; letter-spacing: -.07em; }
.big-unit { margin-left: 10px; color: var(--muted); font-size: 18px; }
.large-card h2 { margin-top: 28px; font-size: 38px; }
.large-card > p:not(.section-index) { color: var(--muted); }
.updates-card .big-number { color: var(--cyan); }
.check-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; color: #c6d7d0; }
.check-list li::before { content: "✓"; flex: 0 0 auto; color: var(--green); }

.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 80px; }
.section-index.good { color: var(--green); }
.section-index.no { color: var(--orange); }
.audience-grid h2 { font-size: 40px; }
.audience-list { display: grid; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; }
.audience-list li { position: relative; padding: 15px 0 15px 30px; border-bottom: 1px solid var(--line); color: #c6d7d0; }
.audience-list li::before { content: "+"; position: absolute; left: 0; color: var(--green); font: 700 18px/1.4 ui-monospace, monospace; }
.audience-list.negative li::before { content: "−"; color: var(--orange); }

.offer-section { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 50%, rgba(92,255,154,.10), transparent 30%), #07100e; }
.offer-grid { display: grid; grid-template-columns: 1fr 470px; gap: 90px; align-items: center; }
.offer-copy > p:not(.section-index) { max-width: 620px; color: var(--muted); font-size: 18px; }
.opening-note { display: inline-grid; margin-top: 26px; padding: 16px 20px; border-left: 2px solid var(--orange); background: rgba(255,138,60,.06); }
.opening-note span { color: var(--muted); font-size: 12px; }
.price-card { padding: 34px; border: 1px solid rgba(92,255,154,.35); border-radius: var(--radius); background: rgba(12,23,20,.96); box-shadow: 0 32px 80px rgba(0,0,0,.32); }
.price-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); font: 700 10px/1 ui-monospace, monospace; letter-spacing: .08em; }
.price-head span { color: var(--green); }
.price-head b { color: var(--orange); }
.price { display: grid; padding: 30px 0 16px; }
.price strong { font-size: 51px; line-height: 1; letter-spacing: -.05em; }
.price small, .future-price, .price-note { color: var(--muted); }
.future-price { padding-bottom: 22px; border-bottom: 1px solid var(--line); font-size: 14px; }
.price-card .button { margin-top: 28px; }
.price-note { margin: 18px 0 0; font-size: 11px; line-height: 1.5; }

.faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 23px 36px 23px 0; cursor: pointer; font-size: 17px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; margin-right: -30px; color: var(--green); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -4px 0 24px; color: var(--muted); }

.final-cta { padding-block: 120px; background: radial-gradient(circle at 50% 100%, rgba(92,255,154,.16), transparent 40%); text-align: center; }
.final-cta-inner { display: flex; flex-direction: column; align-items: center; }
.final-cta h2 { max-width: 980px; font-size: clamp(40px, 5.5vw, 70px); }
.final-cta .button { margin-top: 36px; }
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 28px; }
.contact-links a { color: var(--muted); font-size: 13px; text-decoration: none; }
.site-footer { border-top: 1px solid var(--line); }
.site-footer .shell { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer p { color: var(--muted); font-size: 12px; }

@media (max-width: 1000px) {
  .hero-grid, .statement-grid, .section-heading, .program-layout, .authority-grid, .offer-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 56px; }
  .system-panel { max-width: 640px; }
  .statement-grid, .section-heading, .program-layout, .authority-grid, .offer-grid, .faq-grid { gap: 42px; }
  .program-intro { position: static; }
  .blueprint { grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; overflow-x: auto; padding-bottom: 12px; }
  .blueprint div { min-width: 150px; }
  .blueprint div:nth-of-type(n+5) { margin-top: 0; }
  .offer-grid { align-items: stretch; }
  .price-card { max-width: 600px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-toggle { display: block; }
  .nav { position: absolute; top: 72px; right: 14px; left: 14px; display: none; align-items: stretch; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #08110f; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
  .nav.is-open { display: grid; gap: 5px; }
  .nav > a:not(.button) { padding: 10px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 74px; }
  .hero h1 { font-size: clamp(43px, 14vw, 65px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { padding: 8px 0; text-align: center; }
  .proof-line { display: grid; }
  .system-panel { border-radius: 16px; }
  .section { padding-block: 78px; }
  .feature-grid, .outcome-grid, .split-cards, .audience-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 240px; }
  .feature-card h3 { margin-top: 55px; }
  .modules li { grid-template-columns: 1fr; gap: 8px; }
  .metrics-card > div { grid-template-columns: 95px 1fr; }
  .metrics-card strong { font-size: 41px; }
  .large-card, .price-card { padding: 26px; }
  .audience-grid { gap: 55px; }
  .price strong { font-size: 43px; }
  .site-footer .shell { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 28px; }
}

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