:root {
  --ink: #10251d;
  --ink-soft: #42564e;
  --paper: #f4f6f1;
  --white: #ffffff;
  --line: #cad4cd;
  --signal: #c8ff42;
  --signal-dark: #93c700;
  --forest: #0b2c20;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 30; background: var(--signal); padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.site-header {
  position: relative;
  z-index: 10;
  background: rgba(244, 246, 241, .96);
  border-bottom: 1px solid var(--line);
}
.header-inner, .wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 820; font-size: 20px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--forest); color: var(--signal); font-size: 15px; border-radius: 6px; }
.desktop-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 720; }
.desktop-nav a { text-decoration: none; }
.desktop-nav a:not(.button):hover { color: var(--signal-dark); }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--signal);
  color: #132000;
  font-weight: 820;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); background: #d6ff72; }
.button.dark { background: var(--forest); color: var(--white); border-color: var(--forest); }
.mobile-menu { display: none; }
.hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--forest) url('/assets/hero-v2.webp') center / cover no-repeat;
  color: var(--white);
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 25, 18, .96) 0%, rgba(4, 25, 18, .86) 38%, rgba(4, 25, 18, .16) 72%); }
.hero-content { position: relative; width: min(680px, 64%); padding: 96px 0 104px; }
.eyebrow { color: var(--signal); font-size: 13px; font-weight: 820; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: 0; text-wrap: balance; }
h1 { margin-top: 18px; font-size: clamp(46px, 6vw, 82px); max-width: 12ch; }
h2 { font-size: clamp(34px, 4vw, 56px); }
h3 { font-size: 22px; }
.lead { margin: 26px 0 0; max-width: 620px; font-size: 21px; color: #dce8e1; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-note { color: #c6d5cd; font-size: 14px; }
.proof-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { padding: 28px 30px; border-left: 1px solid var(--line); }
.proof-item:last-child { border-right: 1px solid var(--line); }
.proof-item strong { display: block; margin-bottom: 4px; }
.proof-item span { color: var(--ink-soft); font-size: 14px; }
.section { padding: 100px 0; }
.section.white { background: var(--white); }
.section.dark { background: var(--forest); color: var(--white); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 430px); gap: 64px; align-items: end; margin-bottom: 54px; }
.section-head p { margin: 0; color: var(--ink-soft); }
.dark .section-head p { color: #b8c9c0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.feature { min-height: 240px; padding: 30px; border-right: 1px solid var(--line); }
.feature:last-child { border-right: 0; }
.feature-num { color: var(--signal-dark); font-size: 13px; font-weight: 820; }
.feature h3 { margin-top: 46px; }
.feature p { color: var(--ink-soft); }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.path-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid #496258; }
.path-list li { padding: 24px 0; border-bottom: 1px solid #496258; display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.path-list b { color: var(--signal); }
.path-list span { color: #d0ddd6; }
.link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.topic-link { min-height: 180px; padding: 26px; border: 1px solid var(--line); background: var(--white); text-decoration: none; border-radius: 6px; }
.topic-link:hover { border-color: var(--signal-dark); }
.topic-link span { display: block; margin-top: 36px; color: var(--ink-soft); }
.cta-band { background: var(--signal); }
.cta-inner { padding: 54px 0; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.cta-inner h2 { max-width: 720px; }
.page-hero { padding: 86px 0 74px; background: var(--forest); color: var(--white); }
.page-hero h1 { max-width: 16ch; }
.page-hero p { max-width: 720px; margin: 24px 0 0; color: #cbd9d2; font-size: 20px; }
.breadcrumbs { margin-bottom: 28px; font-size: 13px; color: #9fb2a8; }
.breadcrumbs a { color: var(--signal); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 80px; }
.article h2 { margin: 58px 0 20px; font-size: clamp(30px, 3vw, 44px); }
.article h2:first-child { margin-top: 0; }
.article p, .article li { color: var(--ink-soft); }
.article ul { padding-left: 22px; }
.side-nav { align-self: start; position: sticky; top: 24px; border-top: 2px solid var(--ink); }
.side-nav a { display: block; padding: 16px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 700; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-item { padding: 26px 0; border-bottom: 1px solid var(--line); }
.faq-item h3 { margin-bottom: 10px; }
.faq-item p { margin: 0; color: var(--ink-soft); }
.site-footer { padding: 54px 0; background: #071d15; color: #b9cbc1; }
.footer-inner { display: flex; justify-content: space-between; gap: 36px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-nav a { color: var(--white); }
.legal { max-width: 540px; margin: 14px 0 0; font-size: 13px; }

@media (max-width: 820px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { list-style: none; cursor: pointer; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; font-size: 22px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: 50px; width: min(280px, calc(100vw - 40px)); padding: 14px; display: grid; gap: 6px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 14px 36px rgba(12, 37, 28, .12); }
  .mobile-menu nav a { padding: 12px; text-decoration: none; font-weight: 700; }
  .hero { min-height: 690px; background-position: 62% center; align-items: end; }
  .hero::before { background: linear-gradient(180deg, rgba(4, 25, 18, .25), rgba(4, 25, 18, .98) 70%); }
  .hero-content { width: 100%; padding: 230px 0 58px; }
  h1 { font-size: clamp(42px, 13vw, 64px); }
  .lead { font-size: 18px; }
  .proof-grid, .feature-grid, .link-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item:last-child, .feature { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .section-head, .path-grid, .article-layout { grid-template-columns: 1fr; gap: 34px; }
  .side-nav { position: static; }
  .cta-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .header-inner, .wrap { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 66px; }
  .hero-actions .button, .cta-inner .button { width: 100%; }
  .proof-item, .feature { padding: 24px 18px; }
}

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

/* Dark violet refresh */
:root {
  --forest: #0b0b12;
  --ink: #f4f1fb;
  --ink-soft: #aaa5b6;
  --paper: #09090e;
  --white: #f8f6fc;
  --signal: #c6a7ff;
  --signal-dark: #9f78ed;
  --line: #2d2938;
  --max: 1220px;
}
body { background: #09090e; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
.site-header { background: #0f0e16; border-bottom: 1px solid var(--line); }
.brand { color: #fff; }
.brand-mark { background: #20182d; color: #d3baff; border: 1px solid #493866; }
.desktop-nav { color: #c5bfce; }
.desktop-nav a:not(.button):hover { color: #fff; }
.button { border: 1px solid #d7c3ff; border-radius: 6px; background: var(--signal); color: #15101d; }
.button:hover { background: #d7c4ff; box-shadow: 0 10px 30px rgba(179, 142, 246, .18); }
.button.dark { border-color: #b997f3; background: #a983ee; color: #100c17; }
.hero { min-height: 650px; background-color: #09090e; background-blend-mode: luminosity; color: var(--ink); }
.hero::before { background: rgba(8, 7, 13, .83); }
.hero-content { width: min(860px, 74%); padding: 92px 0 96px; }
.eyebrow { color: #c5a6fa; }
h1, h2, h3 { line-height: 1.07; overflow-wrap: normal; word-break: normal; text-wrap: balance; }
h1 { max-width: 900px; font-size: 72px; }
h2 { font-size: 50px; }
h3 { font-size: 23px; line-height: 1.2; }
.lead, .hero-note { color: #c6c0ce; }
.proof-strip { background: #111019; border-color: var(--line); }
.proof-item { border-color: var(--line); }
.proof-item strong { color: #f4effc; }
.proof-item span { color: #9892a2; }
.section, .section.white { background: #0c0b11; color: var(--ink); }
.section.dark { background: #08070c; color: var(--ink); }
.section-head p, .dark .section-head p, .feature p, .article p, .article li, .faq-item p { color: var(--ink-soft); }
.feature { border-top: 1px solid var(--line); }
.feature-num { color: #c3a0ff; }
.path-list { border-color: var(--line); }
.path-list li { border-color: var(--line); }
.path-list b { color: #d1b6ff; }
.path-list span { color: #b1aaba; }
.topic-link { border-color: var(--line); background: #14111b; color: var(--ink); }
.topic-link:hover { border-color: #9d7cdb; }
.topic-link span { color: #9e97a8; }
.cta-band { background: #1d1429; color: var(--ink); border-block: 1px solid #4b3564; }
.page-hero { background: #111019; color: var(--ink); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; }
.page-hero p, .breadcrumbs { color: var(--ink-soft); }
.breadcrumbs a { color: #c7a9fb; }
.article-layout { color: var(--ink); }
.side-nav { border-color: #a886e5; }
.side-nav a, .faq-list, .faq-item { border-color: var(--line); }
.site-footer { background: #050508; color: #918b99; border-top: 1px solid #211f29; }
.mobile-menu summary { border-color: #4a4258; color: #fff; }
.mobile-menu nav { background: #15121c; border-color: #3a3248; box-shadow: 0 16px 34px rgba(0,0,0,.38); }

@media (max-width: 820px) {
  .hero { min-height: 650px; background-position: 64% center; }
  .hero::before { background: rgba(8, 7, 13, .82); }
  .hero-content { width: 100%; padding: 190px 0 56px; }
  h1 { max-width: 720px; font-size: 54px; }
  h2 { font-size: 42px; }
  .proof-item, .feature { border-color: var(--line); }
}
@media (max-width: 480px) {
  h1 { font-size: 42px; line-height: 1.08; }
  h2 { font-size: 34px; }
  .hero { min-height: 620px; }
  .hero-content { padding-top: 170px; }
  .lead, .page-hero p { font-size: 18px; }
}
