/* Cohorta public site — tokens from DESIGN.md / desktop Ember. */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/ibm-plex-sans-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/ibm-plex-mono-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/instrument-serif-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/instrument-serif-latin-400-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --accent-primary: #E5532A;
  --accent-strong:  #C13D17;
  --accent-soft:    #FF8A55;
  --accent-subtle:  rgba(229, 83, 42, 0.10);
  --accent-ink:     #1C100C;
  --cta-from:       #FF8A55;
  --cta-to:         #E5532A;
  --olive: #6F7F45;
  --honey: #E0A03A;

  --bg-canvas:  #F3EEE6;
  --bg-surface: #FFF8F1;
  --bg-raised:  #FFFDF9;
  --bg-sunken:  #EBE4DA;
  --bg-ink:     #1C100C;
  --bg-night:   #16110E;

  --border-subtle:  rgba(28, 22, 18, 0.08);
  --border-default: rgba(28, 22, 18, 0.12);
  --border-strong:  rgba(28, 22, 18, 0.22);

  --text-primary:   #1C1612;
  --text-secondary: #5C534A;
  --text-tertiary:  #6B5348;

  --status-ok: var(--olive);

  --shadow-subtle: 0 1px 3px rgba(60, 40, 25, 0.06), 0 2px 6px rgba(60, 40, 25, 0.04);
  --shadow-raised: 0 8px 24px rgba(28, 16, 12, 0.18);
  --shadow-shot: 0 20px 48px rgba(28, 16, 12, 0.22);

  --font-sans: "IBM Plex Sans", "PingFang SC", "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --font-display: "Instrument Serif", "IBM Plex Sans", "PingFang SC", "Noto Sans SC", Georgia, serif;

  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 140ms;
  --dur-base: 220ms;

  --maxw: 1180px;
  --z-nav: 50;
  --z-toast: 60;
  --z-skip: 70;
}

[data-theme="dark"] {
  color-scheme: dark;
  --bg-canvas:  #0A0C0E;
  --bg-surface: #12151A;
  --bg-raised:  #181C22;
  --bg-sunken:  #07090B;
  --bg-ink:     #050607;
  --bg-night:   #0A0C0E;
  --border-subtle:  rgba(237, 230, 220, 0.08);
  --border-default: rgba(237, 230, 220, 0.12);
  --border-strong:  rgba(237, 230, 220, 0.22);
  --text-primary:   #EDE6DC;
  --text-secondary: #C4B3A2;
  --text-tertiary:  #A39282;
  --accent-primary: #FF7A4D;
  --accent-strong:  #FF8A55;
  --accent-soft:    #FFAC8A;
  --accent-subtle:  rgba(255, 122, 77, 0.14);
  --shadow-subtle: none;
  --shadow-raised: 0 12px 32px rgba(0, 0, 0, 0.55);
  --shadow-shot: 0 18px 48px rgba(0, 0, 0, 0.7);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-primary);
  background: var(--bg-canvas);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
code {
  font-family: var(--font-mono);
  font-size: 0.92em;
  background: var(--bg-sunken);
  padding: 1px 5px;
  border-radius: var(--radius-xs);
}
::selection { background: var(--accent-subtle); color: var(--accent-strong); }
:focus-visible { outline: 2px solid var(--accent-primary); outline-offset: 3px; }

.skip-link {
  position: fixed; top: 8px; left: 50%; transform: translate(-50%, -160%);
  z-index: var(--z-skip); padding: 8px 14px; background: var(--accent-primary); color: #fff;
  border-radius: var(--radius-sm); font-weight: 600;
}
.skip-link:focus-visible { transform: translate(-50%, 0); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 42px; padding: 0 16px; border-radius: var(--radius-sm);
  font-size: 14px; font-weight: 600;
  border: 1px solid var(--border-default); background: var(--bg-surface);
  color: var(--text-primary);
  transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.btn:hover { border-color: var(--border-strong); background: var(--bg-sunken); }
.btn-lg { height: 48px; padding: 0 22px; font-size: 15px; }
.btn-block { width: 100%; }
.btn-primary {
  background: var(--accent-primary);
  color: #fff;
  border-color: transparent;
}
.btn-primary:hover { background: var(--accent-strong); color: #fff; }
.btn-ghost { background: transparent; box-shadow: none; color: var(--text-secondary); }
.btn-ghost:hover { color: var(--text-primary); background: var(--bg-sunken); }
.btn svg { flex-shrink: 0; }

.nav {
  position: sticky; top: 0; z-index: var(--z-nav);
  background: var(--bg-ink);
  color: #EDE6DC;
  border-bottom: 1px solid rgba(237, 230, 220, 0.08);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
  height: 64px; display: flex; align-items: center; gap: 20px;
}
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 16px; color: #FFF8F1; }
.brand-mark {
  width: 22px; height: 22px; border-radius: 50%;
  background: #F3EEE6;
  box-shadow: 0 0 0 1.5px #E5532A;
  position: relative;
}
.brand-mark::after {
  content: ""; position: absolute; top: 5px; right: 5px;
  width: 6px; height: 6px; border-radius: 50%; background: #E5532A;
}
.brand-name { letter-spacing: -0.02em; }
.brand-tag {
  font-size: 10px; font-weight: 600; letter-spacing: 0.12em;
  color: #FF8A55; padding: 2px 6px; border: 1px solid rgba(229, 83, 42, 0.45);
  border-radius: var(--radius-xs);
}
.nav-links { display: flex; gap: 2px; margin-left: 8px; }
.nav-links a {
  padding: 6px 11px; border-radius: var(--radius-xs); font-size: 14px;
  color: #C4B3A2;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #FFF8F1; background: rgba(255, 248, 241, 0.06); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.nav-actions .btn { height: 36px; padding: 0 12px; font-size: 13px; }
.nav .btn-ghost { color: #C4B3A2; border-color: rgba(237, 230, 220, 0.16); }
.nav .btn-ghost:hover { background: rgba(255, 248, 241, 0.08); color: #FFF8F1; }
.nav .btn-primary { height: 36px; }
.icon-toggle {
  width: 36px; height: 36px; border-radius: var(--radius-sm);
  display: inline-flex; align-items: center; justify-content: center;
  color: #C4B3A2; border: 1px solid rgba(237, 230, 220, 0.16);
}
.icon-toggle:hover { color: #FFF8F1; background: rgba(255, 248, 241, 0.08); }
.ico-sun { display: none; }
[data-theme="dark"] .ico-moon { display: none; }
[data-theme="dark"] .ico-sun { display: block; }
.nav-burger { display: none; flex-direction: column; gap: 4px; width: 36px; height: 36px; align-items: center; justify-content: center; }
.nav-burger span { width: 16px; height: 1.5px; background: #EDE6DC; }

.hero {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(40px, 6vw, 72px) 24px clamp(48px, 6vw, 72px);
  display: grid; grid-template-columns: minmax(28rem, 1.08fr) minmax(0, 0.92fr);
  gap: 40px; align-items: center;
}
.hero-kicker {
  font-size: 13px; font-weight: 500; color: var(--accent-strong);
  margin-bottom: 14px;
}
.hero-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 4.6vw, 52px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin: 0 0 18px;
}
.hero-sub {
  font-size: 16px; color: var(--text-secondary); max-width: 46ch; text-wrap: pretty;
}
.hero-sub strong { color: var(--text-primary); font-weight: 600; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 16px; }
.hero-foot { font-size: 13px; color: var(--text-secondary); max-width: 48ch; }
.copy-cmd { font-family: var(--font-mono); white-space: nowrap; }
.copy-cmd code { background: transparent; padding: 0; font-size: 13px; }

.os-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 14px; }
.os-pill {
  display: inline-flex; align-items: center; height: 32px; padding: 0 12px;
  border: 1px solid var(--border-default); border-radius: var(--radius-sm);
  font-size: 13px; color: var(--text-secondary); background: var(--bg-surface);
}
.os-pill:hover, .os-pill.is-current {
  border-color: var(--accent-primary); color: var(--accent-strong);
}

.device {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(28, 16, 12, 0.35);
  box-shadow: var(--shadow-shot);
  background: #0A0C0E;
}
.device img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}
.device-bar { display: none; }

.audience {
  max-width: var(--maxw); margin: 0 auto; padding: 22px 24px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 0;
  font-size: 13px; font-weight: 500; color: var(--text-secondary);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.audience span {
  width: 1px; height: 12px; margin: 0 22px;
  background: var(--border-default);
}

.section { max-width: var(--maxw); margin: 0 auto; padding: clamp(64px, 8vw, 96px) 24px; }
.section-head { max-width: 640px; margin: 0 0 40px; }
.section-head h2,
.cta-final h2,
.legal-page h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.18;
  text-wrap: balance;
}
.section-sub { margin-top: 12px; font-size: 16px; color: var(--text-secondary); text-wrap: pretty; }

.band {
  background: var(--bg-night);
  color: #EDE6DC;
  padding: clamp(64px, 8vw, 96px) 24px;
}
.band > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.band .section-head { margin-left: 0; }
.band .section-sub,
.band .price-note { color: #C4B3A2; }
.band .btn-ghost { color: #C4B3A2; border-color: rgba(237, 230, 220, 0.16); }
.band .btn-ghost:hover { background: rgba(255, 248, 241, 0.06); color: #FFF8F1; }
.band code { background: rgba(255, 248, 241, 0.08); color: #EDE6DC; }

.dl-status { font-size: 14px; color: var(--text-secondary); margin: -16px 0 24px; }
.dl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.dl-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex; flex-direction: column; gap: 12px;
}
.dl-card h3 { font-size: 17px; font-weight: 600; }
.dl-card p { font-size: 14px; color: var(--text-secondary); flex: 1; }
.dl-card.is-current { border-color: var(--accent-primary); }
.dl-card .btn + .btn { margin-top: -4px; }

.shot-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 10px;
}
.shot {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(237, 230, 220, 0.10);
  background: #0A0C0E;
}
.shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}
.shot-lg { grid-column: 1; grid-row: 1 / span 2; }
.shot-lg img { aspect-ratio: auto; height: 100%; }
.shot figcaption {
  padding: 10px 12px 12px;
  font-size: 13px;
  color: #C4B3A2;
  border-top: 1px solid rgba(237, 230, 220, 0.08);
}

.deliver {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--border-default);
}
.deliver article {
  padding: 24px 20px 8px 0;
  border-right: 1px solid var(--border-subtle);
}
.deliver article:last-child { border-right: 0; padding-right: 0; }
.deliver h3 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.deliver p { font-size: 14px; color: var(--text-secondary); padding-right: 16px; }

.paths { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.path-card {
  background: transparent;
  border: 1px solid rgba(237, 230, 220, 0.12);
  border-radius: var(--radius-md);
  overflow: hidden;
  padding: 0 0 22px;
}
.path-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
  border-bottom: 1px solid rgba(237, 230, 220, 0.08);
}
.path-card .path-label,
.path-card h3,
.path-card ol,
.path-card .btn { margin-left: 22px; margin-right: 22px; }
.path-label {
  margin-top: 18px;
  font-size: 12px; font-weight: 600; color: #FF8A55;
}
.path-card h3 { font-size: 20px; font-weight: 600; margin: 6px 22px 12px; }
.path-card ol {
  margin: 0 22px 18px;
  padding-left: 18px;
  color: #C4B3A2;
  font-size: 14px;
  display: flex; flex-direction: column; gap: 8px;
}
.path-card .btn { width: calc(100% - 44px); }

.flow {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  counter-reset: step;
  border-top: 1px solid var(--border-default);
}
.flow li {
  padding: 28px 24px 28px 0;
  border-bottom: 1px solid var(--border-subtle);
  display: flex; flex-direction: column; gap: 8px;
  counter-increment: step;
}
.flow li::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--accent-strong);
}
.flow li b { font-size: 16px; }
.flow li span { font-size: 14px; color: var(--text-secondary); }

.pricing { display: grid; gap: 16px; }
.pricing-2 { grid-template-columns: repeat(2, minmax(0, 460px)); justify-content: center; }
.pricing-3 { grid-template-columns: repeat(3, minmax(0, 380px)); justify-content: center; }
.lifetime-band { margin-top: 48px; text-align: center; }
.lifetime-band h3 { font-size: 22px; margin-bottom: 8px; }
.lifetime-packs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 180px));
  justify-content: center;
  gap: 12px;
  margin: 20px 0 20px;
}
.lifetime-packs .price-amt { font-size: 28px; }
.checkout-hint { margin-top: 12px; font-size: 13px; color: var(--text-secondary); line-height: 1.5; }
.checkout-hint a { color: var(--accent-strong); text-decoration: underline; }

.lang-toggle {
  font-size: 12px; font-weight: 600; padding: 0 10px; height: 32px;
  border-radius: var(--radius-sm); color: var(--text-secondary);
  border: 1px solid var(--border-default); background: transparent;
  cursor: pointer; transition: all 0.15s ease;
  display: inline-flex; align-items: center; justify-content: center;
}
.lang-toggle:hover {
  color: var(--text-primary); border-color: var(--border-strong);
  background: var(--bg-surface);
}
.price-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  padding: 28px 24px;
  display: flex; flex-direction: column;
  position: relative;
}
.price-card.featured { border-color: var(--accent-primary); }
.price-badge {
  position: absolute; top: -11px; left: 24px;
  background: var(--accent-primary); color: #fff;
  font-size: 11px; font-weight: 600; padding: 3px 10px;
  border-radius: var(--radius-xs);
}
.price-name { font-size: 14px; font-weight: 600; color: var(--text-secondary); }
.price-amt {
  font-family: var(--font-display);
  font-size: 40px; font-weight: 400; letter-spacing: -0.02em;
  margin: 8px 0 4px; display: flex; align-items: baseline; gap: 6px;
}
.price-amt .cur { font-size: 22px; color: var(--text-secondary); }
.price-amt .per { font-size: 13px; font-weight: 500; font-family: var(--font-sans); color: var(--text-secondary); }
.price-desc { font-size: 14px; color: var(--text-secondary); margin-bottom: 20px; }
.price-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; flex: 1; }
.price-list li { font-size: 14px; color: var(--text-secondary); padding-left: 14px; position: relative; }
.price-list li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--olive);
}
.price-note { text-align: left; font-size: 13px; color: var(--text-secondary); margin-top: 20px; }

.table-wrap {
  overflow-x: auto; margin-top: 36px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
}
.cmp { width: 100%; border-collapse: collapse; min-width: 560px; background: var(--bg-surface); }
.cmp th, .cmp td { padding: 14px 16px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--border-subtle); }
.cmp thead th { font-weight: 600; color: var(--text-secondary); background: var(--bg-sunken); }
.cmp tbody td:first-child { color: var(--text-secondary); font-weight: 500; }
.cmp td:not(:first-child) { color: var(--text-secondary); text-align: center; }
.cmp .hl { background: var(--accent-subtle); color: var(--text-primary); text-align: center; }
.cmp thead .hl { color: var(--accent-strong); font-weight: 700; }
.cmp tbody tr:last-child td { border-bottom: none; }

.faq-nav {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: -12px 0 28px;
}
.faq-nav a {
  height: 32px; padding: 0 12px; display: inline-flex; align-items: center;
  border: 1px solid var(--border-default); border-radius: var(--radius-sm);
  font-size: 13px; color: var(--text-secondary);
}
.faq-nav a:hover { border-color: var(--accent-primary); color: var(--accent-strong); }
.faq { max-width: 760px; display: flex; flex-direction: column; gap: 8px; }
.faq h3 {
  font-size: 13px; font-weight: 600; color: var(--accent-strong);
  margin: 18px 0 6px;
}
.faq h3:first-child { margin-top: 0; }
.faq details {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 0 18px;
}
.faq details[open] { border-color: var(--border-default); }
.faq summary {
  font-size: 15px; font-weight: 600; padding: 14px 0;
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 20px; color: var(--accent-primary); font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 16px; font-size: 14px; color: var(--text-secondary); line-height: 1.7; }
.faq details p strong { color: var(--text-primary); }
.faq details a { color: var(--accent-strong); text-decoration: underline; }

.cta-final {
  padding: clamp(72px, 10vw, 112px) 24px;
  text-align: left;
  max-width: var(--maxw); margin: 0 auto;
}
.cta-final h2 { margin-bottom: 12px; }
.cta-final p { font-size: 16px; color: var(--text-secondary); margin-bottom: 24px; max-width: 46ch; }
.cta-final .hero-cta { margin: 0; }

.legal-page { max-width: 720px; }
.legal-page h1 { margin: 0 0 20px; }
.legal-page h2 { margin: 28px 0 12px; font-size: 20px; font-family: var(--font-sans); font-weight: 600; }
.legal-page p, .legal-page li { color: var(--text-secondary); font-size: 15px; line-height: 1.7; }
.legal-page ul { padding-left: 20px; margin: 8px 0 16px; }
.legal-page a { color: var(--accent-strong); }

.footer { background: var(--bg-ink); color: #C4B3A2; }
.footer-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 48px 24px 28px;
  display: grid; grid-template-columns: 1.3fr 2fr; gap: 40px;
}
.footer .brand { color: #FFF8F1; }
.footer-tag { font-size: 14px; max-width: 280px; margin-top: 12px; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-col h4 { font-size: 12px; font-weight: 600; color: #8F7A66; margin-bottom: 12px; }
.footer-col a { display: block; font-size: 14px; padding: 5px 0; }
.footer-col a:hover { color: #FF8A55; }
.footer-base {
  max-width: var(--maxw); margin: 0 auto; padding: 16px 24px 28px;
  border-top: 1px solid rgba(237, 230, 220, 0.08);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 13px; color: #8F7A66;
}

.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 12px);
  background: var(--accent-ink); color: #FFF8F1; padding: 10px 16px;
  border-radius: var(--radius-sm); font-size: 14px; font-weight: 500;
  z-index: var(--z-toast); opacity: 0; pointer-events: none;
  transition: opacity var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 36px; gap: 36px; }
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav.menu-open .nav-links {
    display: flex; flex-direction: column;
    position: absolute; top: 64px; left: 0; right: 0;
    background: var(--bg-ink); border-bottom: 1px solid rgba(237, 230, 220, 0.08);
    padding: 8px 16px 16px; gap: 2px;
  }
  .shot-grid { grid-template-columns: 1fr 1fr; }
  .shot-lg { grid-column: 1 / -1; grid-row: auto; }
  .shot-lg img { aspect-ratio: 16 / 10; height: auto; }
  .deliver { grid-template-columns: 1fr 1fr; }
  .deliver article { border-right: 0; border-bottom: 1px solid var(--border-subtle); padding: 20px 16px 20px 0; }
  .pricing-3, .pricing-2, .lifetime-packs, .dl-grid, .paths, .flow { grid-template-columns: 1fr; }
  .flow li { padding-right: 0; }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .nav-actions .btn { display: none; }
  .brand-tag { display: none; }
  .audience span { margin: 0 12px; }
  .shot-grid { grid-template-columns: 1fr; }
  .deliver { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-base { flex-direction: column; }
  .copy-cmd { white-space: normal; height: auto; min-height: 48px; padding-block: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.001ms !important; }
}
