:root {
  --bg: #080b10;
  --bg-soft: #10151d;
  --panel: rgba(18, 23, 31, 0.86);
  --panel-solid: #121820;
  --text: #f7f8fa;
  --muted: #aab2bf;
  --line: rgba(255, 255, 255, 0.11);
  --paper: #f5f1e9;
  --paper-text: #17191d;
  --accent: #22b563;
  --accent-rgb: 34, 181, 99;
  --accent-ink: #06130b;
  --danger: #ff6b6b;
  --radius: 24px;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.34);
}

body.plan-start {
  --accent: #ef3434;
  --accent-rgb: 239, 52, 52;
  --accent-ink: #fff;
}

body.plan-light {
  --accent: #f5c518;
  --accent-rgb: 245, 197, 24;
  --accent-ink: #171304;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 4%, rgba(var(--accent-rgb), 0.14), transparent 28rem),
    var(--bg);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 11, 16, 0.82);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--accent-ink);
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(var(--accent-rgb), 0.4);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--accent-ink);
  background: var(--accent);
  box-shadow: 0 12px 34px rgba(var(--accent-rgb), 0.23);
  text-decoration: none;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav-cta { min-height: 40px; padding: 0 16px; font-size: 13px; }
.button:hover, .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(var(--accent-rgb), 0.34); }
.button.secondary { color: var(--text); background: transparent; border-color: var(--line); box-shadow: none; }
.button.secondary:hover { border-color: rgba(var(--accent-rgb), 0.7); background: rgba(var(--accent-rgb), 0.08); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 72px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    radial-gradient(circle at 78% 45%, rgba(var(--accent-rgb), 0.18), transparent 30rem);
  background-size: 54px 54px, 54px 54px, auto;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -110px 35%;
  height: 260px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), 0.3), transparent);
  filter: blur(48px);
  transform: rotate(-8deg);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 56px;
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before,
.kicker::before { content: "✦"; }

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 750px;
  margin-bottom: 22px;
  font-size: clamp(48px, 6.2vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

h1 .accent { color: var(--accent); }

.hero-lead {
  max-width: 650px;
  margin-bottom: 29px;
  color: #d0d5dd;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 25px;
  color: var(--muted);
  font-size: 13px;
}

.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--accent); font-weight: 900; }

.course-art {
  position: relative;
  padding: 13px;
  border: 1px solid rgba(var(--accent-rgb), 0.35);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(var(--accent-rgb), 0.18), rgba(255,255,255,0.035));
  box-shadow: var(--shadow), 0 0 90px rgba(var(--accent-rgb), 0.16);
  transform: rotate(1.4deg);
}

.course-art img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 20px; }

.floating-stat {
  position: absolute;
  right: -18px;
  bottom: -26px;
  width: min(275px, 72%);
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  background: rgba(8, 11, 16, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.floating-stat small { display: block; color: var(--muted); margin-bottom: 7px; }
.floating-stat strong { display: block; color: var(--accent); font-size: 25px; letter-spacing: -0.035em; }

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}

.metric {
  padding: 32px 24px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.metric:last-child { border-right: 0; }
.metric strong { display: block; margin-bottom: 7px; color: var(--accent); font-size: 28px; letter-spacing: -0.04em; }
.metric span { color: var(--muted); font-size: 13px; }

.section { padding: 96px 0; }
.section.compact { padding: 72px 0; }
.section.paper { color: var(--paper-text); background: var(--paper); }
.section.glow { background: radial-gradient(circle at 50% 10%, rgba(var(--accent-rgb), 0.12), transparent 31rem); }

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 42px;
}

.section-head > div { max-width: 780px; }
.section-head h2 { margin-bottom: 0; font-size: clamp(38px, 5vw, 66px); line-height: 1; letter-spacing: -0.055em; }
.section-head p { max-width: 470px; margin-bottom: 5px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.paper .section-head p { color: #60646b; }

.result-grid,
.feature-grid,
.program-grid,
.tier-grid,
.testimonial-grid {
  display: grid;
  gap: 16px;
}

.result-grid { grid-template-columns: 1.05fr 0.95fr; align-items: stretch; }
.feature-grid { grid-template-columns: repeat(3, 1fr); }
.program-grid { grid-template-columns: repeat(3, 1fr); counter-reset: module; }
.tier-grid { grid-template-columns: repeat(3, 1fr); }
.testimonial-grid { grid-template-columns: repeat(3, 1fr); }

.card {
  position: relative;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 16px 55px rgba(0,0,0,0.12);
}

.paper .card { border-color: rgba(12,16,22,0.12); background: rgba(255,255,255,0.62); box-shadow: 0 16px 50px rgba(34,25,18,0.06); }
.card h3 { margin-bottom: 11px; font-size: 22px; letter-spacing: -0.03em; }
.card p { margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.paper .card p { color: #62666d; }

.result-main {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, transparent 20%, rgba(8,11,16,0.96) 82%),
    radial-gradient(circle at 75% 20%, rgba(var(--accent-rgb),0.42), transparent 35%),
    var(--panel-solid);
}

.result-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 560px;
}

.result-flow span {
  padding: 10px 13px;
  border: 1px solid rgba(var(--accent-rgb),0.35);
  border-radius: 999px;
  color: var(--text);
  background: rgba(var(--accent-rgb),0.1);
  font-size: 12px;
  font-weight: 850;
}

.result-flow i { color: var(--accent); font-style: normal; font-weight: 900; }
.result-main-footer { margin-top: 34px; }
.result-includes { min-height: 350px; }
.result-excludes { grid-column: 1 / -1; }
.result-excludes .minus-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 28px; }

.result-main .number {
  margin-bottom: 12px;
  color: var(--accent);
  font-size: clamp(62px, 9vw, 112px);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.check-list,
.minus-list,
.program-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.minus-list li {
  position: relative;
  padding: 13px 0 13px 31px;
  border-bottom: 1px solid var(--line);
  line-height: 1.45;
}

.check-list li:last-child,
.minus-list li:last-child { border-bottom: 0; }
.check-list li::before, .minus-list li::before { position: absolute; left: 0; top: 12px; font-weight: 950; }
.check-list li::before { content: "✓"; color: var(--accent); }
.minus-list li::before { content: "×"; color: var(--danger); }

.calculator {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 18px;
}

.calc-controls { padding: 32px; }
.range-row { margin-bottom: 27px; }
.range-row:last-child { margin-bottom: 0; }
.range-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 11px; }
.range-top span { color: var(--muted); font-size: 14px; }
.range-top strong { font-size: 18px; }

input[type="range"] {
  width: 100%;
  height: 5px;
  border-radius: 999px;
  outline: 0;
  appearance: none;
  background: linear-gradient(90deg, var(--accent), rgba(255,255,255,0.13));
}

input[type="range"]::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  appearance: none;
  border: 4px solid var(--bg);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 2px var(--accent);
}

.calc-result {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(145deg, rgba(var(--accent-rgb),0.21), rgba(255,255,255,0.035));
}

.calc-result small { color: var(--muted); }
.calc-number { margin: 20px 0 8px; color: var(--accent); font-size: clamp(46px, 6vw, 72px); font-weight: 950; letter-spacing: -0.07em; }
.disclaimer { margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.disclaimer strong { display: block; margin-bottom: 5px; color: var(--paper-text); font-size: 13px; }

.icon-badge {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 14px;
  color: var(--accent-ink);
  background: var(--accent);
  font-weight: 950;
}

.screen-stack { display: grid; gap: 24px; }
.screen-row { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 34px; }
.screen-row:nth-child(even) { grid-template-columns: 1.2fr 0.8fr; }
.screen-row:nth-child(even) .screen-copy { order: 2; }
.screen-copy h3 { margin-bottom: 13px; font-size: clamp(28px, 4vw, 45px); letter-spacing: -0.045em; }
.screen-copy p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.screen-frame { position: relative; width: 100%; padding: 8px; border: 1px solid rgba(var(--accent-rgb),0.28); border-radius: 24px; color: inherit; background: rgba(var(--accent-rgb),0.06); box-shadow: var(--shadow); cursor: zoom-in; font: inherit; text-align: left; }
.screen-frame img { width: 100%; border-radius: 17px; }
.screen-frame:hover { border-color: rgba(var(--accent-rgb),0.72); transform: translateY(-2px); }
.zoom-hint { position: absolute; right: 20px; bottom: 20px; padding: 9px 12px; border-radius: 999px; color: #fff; background: rgba(8,11,16,0.82); font-size: 11px; font-weight: 850; backdrop-filter: blur(10px); }

.program-card { counter-increment: module; min-height: 220px; }
.program-card::before {
  content: counter(module, decimal-leading-zero);
  display: block;
  margin-bottom: 40px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.curriculum-list { display: grid; gap: 14px; }
.lesson-card {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(12,16,22,0.12);
  border-radius: 22px;
  background: rgba(255,255,255,0.7);
  box-shadow: 0 14px 42px rgba(34,25,18,0.055);
}
.lesson-meta { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.lesson-index { color: var(--accent); font-size: 13px; font-weight: 950; letter-spacing: 0.11em; text-transform: uppercase; }
.lesson-tier { padding: 7px 10px; border-radius: 999px; color: #fff; background: #12151b; font-size: 10px; font-weight: 900; letter-spacing: 0.12em; }
.lesson-copy h3 { margin-bottom: 9px; font-size: clamp(22px, 2.7vw, 31px); line-height: 1.13; letter-spacing: -0.035em; }
.lesson-copy > p { margin: 0; color: #62666d; font-size: 16px; line-height: 1.65; }
.lesson-outcome { margin-top: 17px; padding: 14px 16px; border-left: 3px solid var(--accent); border-radius: 0 12px 12px 0; color: #464a51; background: rgba(var(--accent-rgb),0.075); font-size: 14px; line-height: 1.5; }
.lesson-outcome strong { color: var(--paper-text); }

.program-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(12,16,22,0.12);
  border-radius: 18px;
  background: rgba(255,255,255,0.7);
}
.program-toolbar > div:first-child { display: grid; gap: 3px; }
.program-toolbar strong { color: var(--paper-text); font-size: 18px; }
.program-toolbar span { color: #6e7278; font-size: 12px; }
.program-toolbar-actions { display: flex; align-items: center; gap: 10px; }
.compact-button { min-height: 42px; padding: 10px 16px; font-size: 12px; }
.program-toolbar .button.secondary { color: var(--paper-text); border-color: rgba(12,16,22,0.14); }
.program-collapse { min-height: 42px; padding: 10px 14px; border: 0; color: #5f636a; background: transparent; cursor: pointer; font: inherit; font-size: 12px; font-weight: 850; }
.program-collapse:hover { color: var(--paper-text); }

.curriculum-list { gap: 28px; }
.program-course {
  --course-color: var(--accent);
  overflow: hidden;
  border: 1px solid rgba(12,16,22,0.13);
  border-radius: 28px;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 18px 60px rgba(34,25,18,0.075);
}
.program-course-start { --course-color: #ef3434; }
.program-course-light { --course-color: #d9aa00; }
.program-course-pro { --course-color: #159451; }
.program-course-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 30px;
  border-bottom: 1px solid rgba(12,16,22,0.1);
  background: linear-gradient(135deg, color-mix(in srgb, var(--course-color) 12%, white), rgba(255,255,255,0.84));
}
.program-course-head .lesson-tier { display: inline-flex; margin-bottom: 12px; background: var(--course-color); }
.program-course-head h3 { margin: 0 0 8px; color: var(--paper-text); font-size: clamp(29px,4vw,48px); letter-spacing: -0.05em; }
.program-course-head p { max-width: 820px; margin: 0; color: #656a71; line-height: 1.6; }
.course-outcomes { max-width: 900px; margin-top: 22px; color: #454a51; }
.course-outcomes > strong { display: block; margin-bottom: 11px; color: var(--paper-text); font-size: 15px; }
.course-outcomes ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 20px; margin: 0; padding: 0; list-style: none; }
.course-outcomes li { position: relative; padding-left: 24px; font-size: 13px; line-height: 1.5; }
.course-outcomes li::before { content: "✓"; position: absolute; left: 0; color: var(--course-color); font-weight: 950; }
.program-course-stat { display: grid; min-width: 112px; padding: 18px; border: 1px solid color-mix(in srgb, var(--course-color) 35%, white); border-radius: 18px; text-align: center; background: rgba(255,255,255,0.74); }
.program-course-stat strong { color: var(--course-color); font-size: 38px; line-height: 1; letter-spacing: -0.05em; }
.program-course-stat span { margin-top: 4px; color: #72767c; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.program-modules { display: grid; gap: 10px; padding: 18px; }
.program-module { overflow: hidden; border: 1px solid rgba(12,16,22,0.1); border-radius: 18px; background: rgba(248,246,242,0.82); }
.program-module > summary {
  display: grid;
  grid-template-columns: 112px minmax(0,1fr) auto 32px;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 16px 20px;
  color: var(--paper-text);
  cursor: pointer;
  list-style: none;
}
.program-module > summary::-webkit-details-marker, .program-lesson > summary::-webkit-details-marker { display: none; }
.program-module > summary::after { content: "+"; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #fff; background: var(--course-color); font-size: 20px; font-weight: 500; }
.program-module[open] > summary::after { content: "−"; }
.module-number { color: var(--course-color); font-size: 11px; font-weight: 950; letter-spacing: 0.12em; text-transform: uppercase; }
.module-title { font-size: 18px; font-weight: 900; line-height: 1.25; }
.module-count { color: #777b81; font-size: 12px; font-weight: 800; white-space: nowrap; }
.program-module-body { padding: 0 20px 22px; }
.module-description { max-width: 900px; margin: 0 0 18px 130px; color: #666b72; font-size: 14px; line-height: 1.65; }
.module-screens { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 0 0 18px 130px; }
.module-shot { display: grid; grid-template-columns: 112px minmax(0,1fr); align-items: center; gap: 14px; min-width: 0; padding: 8px; border: 1px solid rgba(12,16,22,0.11); border-radius: 15px; color: var(--paper-text); background: #fff; cursor: zoom-in; font: inherit; text-align: left; }
.module-shot:hover { border-color: var(--course-color); box-shadow: 0 10px 28px rgba(34,25,18,0.1); }
.module-shot img { width: 112px; aspect-ratio: 16/9; border-radius: 10px; object-fit: cover; }
.module-shot span { display: grid; gap: 5px; min-width: 0; }
.module-shot strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.module-shot small { color: var(--course-color); font-size: 11px; font-weight: 850; }
.program-lessons { display: grid; gap: 8px; margin-left: 130px; }
.program-lesson { border: 1px solid rgba(12,16,22,0.09); border-radius: 14px; background: rgba(255,255,255,0.88); }
.program-lesson > summary { display: grid; grid-template-columns: 42px minmax(0,1fr) 28px; align-items: center; gap: 12px; min-height: 58px; padding: 12px 14px; color: var(--paper-text); cursor: pointer; list-style: none; font-size: 14px; font-weight: 820; line-height: 1.35; }
.program-lesson-number { color: var(--course-color); font-size: 11px; font-weight: 950; letter-spacing: 0.08em; }
.program-lesson-toggle { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: var(--course-color); background: color-mix(in srgb, var(--course-color) 10%, white); font-size: 18px; font-weight: 600; }
.program-lesson[open] .program-lesson-toggle { color: #fff; background: var(--course-color); transform: rotate(45deg); }
.program-lesson-body { display: grid; gap: 14px; padding: 2px 18px 18px 68px; }
.detail-label { display: inline-block; margin-bottom: 5px; color: var(--course-color); font-size: 10px; font-weight: 950; letter-spacing: 0.12em; text-transform: uppercase; }
.program-lesson-body p { margin: 0; color: #62666d; font-size: 14px; line-height: 1.7; }
.program-lesson-body .lesson-outcome { margin-top: 0; border-left-color: var(--course-color); background: color-mix(in srgb, var(--course-color) 8%, white); }

.shot-lightbox { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 30px; }
.shot-lightbox[hidden] { display: none; }
.shot-lightbox-backdrop { position: absolute; inset: 0; border: 0; background: rgba(3,5,8,0.9); cursor: zoom-out; backdrop-filter: blur(14px); }
.shot-lightbox-dialog { position: relative; z-index: 1; width: min(1460px,96vw); max-height: 92vh; padding: 10px; border: 1px solid rgba(255,255,255,0.16); border-radius: 24px; background: #11151b; box-shadow: 0 38px 130px rgba(0,0,0,0.62); }
.shot-lightbox-dialog img { display: block; width: 100%; max-height: calc(92vh - 78px); border-radius: 16px; object-fit: contain; }
.shot-lightbox-close { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,0.16); border-radius: 50%; color: #fff; background: rgba(8,11,16,0.82); cursor: pointer; font-size: 28px; line-height: 1; }
.shot-lightbox-title { padding: 12px 8px 4px; color: #fff; font-size: 13px; font-weight: 800; text-align: center; }
.shot-lightbox-open { overflow: hidden; }

.tier-card { display: flex; flex-direction: column; min-height: 430px; }
.tier-card.active { border-color: rgba(var(--accent-rgb),0.72); box-shadow: 0 0 0 1px rgba(var(--accent-rgb),0.25), 0 24px 90px rgba(var(--accent-rgb),0.12); }
.tier-dot { width: 15px; height: 15px; margin-bottom: 25px; border-radius: 50%; background: var(--tier-color); box-shadow: 0 0 24px var(--tier-color); }
.tier-card h3 { font-size: 30px; }
.tier-card .tier-result { min-height: 76px; }
.tier-card ul { flex: 1; margin: 20px 0 26px; padding: 0; list-style: none; }
.tier-card li { margin-bottom: 10px; color: var(--muted); font-size: 14px; }
.tier-card li::before { content: "✓"; margin-right: 8px; color: var(--tier-color); font-weight: 900; }
.tier-card .button { width: 100%; color: #071009; background: var(--tier-color); box-shadow: none; }
.tier-card.start { --tier-color: #ef3434; }
.tier-card.light { --tier-color: #f5c518; }
.tier-card.pro { --tier-color: #22b563; }

.quote { font-size: 16px; line-height: 1.7; }
.quote::before { content: "“"; display: block; height: 34px; color: var(--accent); font-size: 54px; line-height: 1; }
.quote-author { margin-top: 22px; font-weight: 850; }
.quote-meta { margin-top: 4px; color: var(--muted); font-size: 12px; }
.review-source { display: inline-flex; margin-top: 17px; color: var(--accent); font-size: 12px; font-weight: 850; text-decoration: none; }
.review-source:hover { text-decoration: underline; }
.reviews-intro { max-width: 470px; }
.reviews-intro p { margin-bottom: 10px; }
.reviews-intro a { color: var(--accent); font-size: 13px; font-weight: 850; text-decoration: none; }
.reviews-intro a:hover { text-decoration: underline; }

.price-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 36px;
  padding: 46px;
  border: 1px solid rgba(var(--accent-rgb),0.5);
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(var(--accent-rgb),0.18), rgba(255,255,255,0.035));
  box-shadow: 0 28px 100px rgba(var(--accent-rgb),0.13);
}

.price-card h2 { margin-bottom: 15px; font-size: clamp(42px, 6vw, 72px); line-height: 0.95; letter-spacing: -0.06em; }
.price-card p { color: var(--muted); font-size: 17px; line-height: 1.6; }
.price-box { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(8,11,16,0.7); }
.price { display: block; margin-bottom: 8px; color: var(--accent); font-size: 50px; font-weight: 950; letter-spacing: -0.06em; }
.price-box .button { width: 100%; margin-top: 20px; }
.curator-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 11px; }
.curator-links a { padding: 12px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); text-align: center; text-decoration: none; font-size: 13px; font-weight: 750; }
.curator-links a:hover { color: var(--text); border-color: rgba(var(--accent-rgb),0.55); }

.faq { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.faq summary { padding: 22px 24px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--accent); }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 24px 22px; margin: 0; color: var(--muted); line-height: 1.65; }

.site-footer { padding: 42px 0 88px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--text); }

.mobile-cta { display: none; }

@media (max-width: 980px) {
  .hero-grid, .result-grid, .calculator, .price-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; }
  .course-art { max-width: 690px; }
  .feature-grid, .program-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .tier-grid { grid-template-columns: 1fr; }
  .tier-card { min-height: auto; }
  .screen-row, .screen-row:nth-child(even) { grid-template-columns: 1fr; }
  .screen-row:nth-child(even) .screen-copy { order: initial; }
  .result-excludes { grid-column: auto; }
  .result-excludes .minus-list { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav { min-height: 64px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .hero { padding: 52px 0 58px; }
  .hero-grid { grid-template-columns: minmax(0,1fr); }
  h1 { font-size: clamp(43px, 14vw, 64px); }
  .hero-lead { font-size: 17px; }
  .floating-stat { right: 8px; bottom: -34px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .feature-grid, .program-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .lesson-card { grid-template-columns: 1fr; gap: 16px; padding: 22px; }
  .lesson-meta { flex-direction: row; align-items: center; }
  .program-toolbar { align-items: flex-start; flex-direction: column; }
  .program-toolbar-actions { width: 100%; }
  .program-toolbar-actions .button { flex: 1; }
  .program-course { border-radius: 22px; }
  .program-course-head { grid-template-columns: 1fr; padding: 22px; }
  .course-outcomes ul { grid-template-columns: 1fr; }
  .program-course-stat { display: flex; width: max-content; min-width: 0; align-items: baseline; gap: 8px; padding: 12px 15px; }
  .program-course-stat strong { font-size: 28px; }
  .program-modules { padding: 10px; }
  .program-module > summary { grid-template-columns: 1fr auto; gap: 8px 12px; padding: 15px; }
  .module-number { grid-column: 1; }
  .module-title { grid-column: 1; font-size: 16px; }
  .module-count { grid-column: 1; }
  .program-module > summary::after { grid-column: 2; grid-row: 1 / span 3; }
  .program-module-body { padding: 0 12px 14px; }
  .module-description, .module-screens, .program-lessons { margin-left: 0; }
  .module-screens { grid-template-columns: 1fr; }
  .module-shot { grid-template-columns: 88px minmax(0,1fr); }
  .module-shot img { width: 88px; }
  .program-lesson > summary { grid-template-columns: 32px minmax(0,1fr) 26px; gap: 8px; padding: 11px; font-size: 13px; }
  .program-lesson-body { padding: 2px 12px 14px; }
  .shot-lightbox { padding: 10px; }
  .shot-lightbox-dialog { width: 100%; border-radius: 17px; }
  .shot-lightbox-close { top: 14px; right: 14px; }
  .zoom-hint { right: 14px; bottom: 14px; }
  .price-card { padding: 26px; }
  .curator-links { grid-template-columns: 1fr; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .mobile-cta {
    position: fixed;
    z-index: 60;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    min-height: 54px;
  }
  .site-footer { padding-bottom: 112px; }
}

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