:root {
  --bg: #12100e;
  --bg-elev: #1c1916;
  --bg-hero: #0c0b0a;
  --ink: #f4efe6;
  --muted: #b8aea2;
  --rule: #3a342e;
  --burgundy: #c24747;
  --burgundy-dark: #9a3232;
  --gold: #e8c48a;
  --card: #211d19;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
* { box-sizing: border-box; }
html { font-size: 17px; color-scheme: dark; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: var(--gold); }
a:hover { color: #f3d7a8; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
main.bleed { width: 100%; }
header.site {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--rule);
  padding: 12px 0;
  background: rgba(12, 11, 10, 0.92);
  backdrop-filter: blur(10px);
}
header.site .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 18px;
  flex-wrap: wrap;
}
.brand {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--ink);
  font-size: 1.05rem;
  text-transform: uppercase;
}
nav { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; }
nav a {
  text-decoration: none;
  color: var(--muted);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
nav a:hover { color: var(--ink); }
.nav-cta { margin-left: auto; }
h1, h2, .hero-title {
  font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.15;
}
.hero-band {
  background:
    radial-gradient(1200px 420px at 80% -10%, rgba(194, 71, 71, 0.22), transparent 60%),
    var(--bg-hero);
  padding: 28px 0 20px;
}
.hero h1 { font-size: clamp(1.8rem, 4.4vw, 3rem); margin: 0 0 10px; max-width: 18ch; overflow-wrap: break-word; }
.lede { font-size: 1.08rem; color: var(--muted); max-width: 38rem; margin: 0 0 8px; }
.lede.sub { font-size: 0.98rem; }
.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
  gap: 18px;
  align-items: center;
  margin: 18px 0 16px;
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow);
  min-width: 0;
  max-width: 100%;
}
.hero-kicker { text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.72rem; color: var(--muted); margin: 0 0 6px; }
.hero-title { font-size: 1.35rem; margin: 0 0 6px; }
.hero-title a { color: var(--ink); text-decoration: none; }
.hero-title a:hover { color: var(--gold); }
.hero-cta { margin: 0 0 14px; }
.price-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted);
  font-size: 0.95rem;
}
.price-strip .popular { color: var(--ink); }
.price-strip strong { color: var(--ink); }
.proof-band {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--bg-elev);
  padding: 14px 0;
}
.proof { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 18px; align-items: baseline; }
.proof p { margin: 0; }
.band { padding: 36px 0; }
.band-alt { background: var(--bg-elev); }
.grid { display: grid; gap: 18px; }
.steps, .tiers, .tracks { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card {
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.card h2, .card h3 { margin-top: 0; }
.price { font-size: 1.7rem; font-weight: 700; margin: 4px 0 8px; }
.popular-card { border-color: var(--burgundy); box-shadow: 0 0 0 1px var(--burgundy), var(--shadow); }
.badge {
  display: inline-block;
  background: var(--burgundy);
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  margin: 0 0 8px;
}
.step-n {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--burgundy);
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}
.step p { margin: 0; color: var(--muted); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--burgundy);
  color: #fff;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font: inherit;
  cursor: pointer;
  min-height: 44px;
}
.btn:hover { background: var(--burgundy-dark); color: #fff; }
.btn.ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn.ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-lg { padding: 14px 26px; font-size: 1.08rem; min-height: 52px; }
.text-link { font-weight: 600; text-decoration: none; }
.player {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  position: relative;
  min-width: 0;
  max-width: 100%;
}
.hero-player { grid-template-columns: 64px 1fr; }
.player-body { min-width: 0; }
audio[data-audio] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.play-btn {
  width: 48px;
  height: 48px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--burgundy);
  color: #fff;
  cursor: pointer;
  position: relative;
}
.hero-player .play-btn { width: 64px; height: 64px; }
.play-btn::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 15px;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #fff;
}
.hero-player .play-btn::before { left: 26px; top: 21px; border-width: 11px 0 11px 18px; }
.is-playing .play-btn::before {
  left: 17px;
  top: 15px;
  width: 5px;
  height: 18px;
  border: 0;
  background: #fff;
  box-shadow: 9px 0 0 #fff;
}
.hero-player.is-playing .play-btn::before { left: 22px; top: 21px; height: 22px; width: 6px; box-shadow: 12px 0 0 #fff; }
.wave { width: 100%; max-width: 100%; height: 40px; display: block; cursor: pointer; }
.wave-lg { height: 72px; }
.filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  margin: 18px 0;
}
input, select, textarea {
  width: 100%;
  font: inherit;
  padding: 10px 12px;
  border: 1px solid var(--rule);
  border-radius: 10px;
  background: var(--bg-elev);
  color: var(--ink);
  min-height: 44px;
}
label { display: block; font-size: 0.85rem; color: var(--muted); margin-bottom: 4px; }
.row {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule);
}
.meta { color: var(--muted); font-size: 0.92rem; }
.use-links { margin-top: 18px; }
footer.site {
  margin-top: 0;
  padding: 28px 0;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: 0.92rem;
  background: var(--bg-hero);
}
footer.site .footer-links { font-size: 0.85rem; }
footer.site .footer-links a { color: var(--muted); text-decoration: none; }
footer.site .footer-links a:hover { text-decoration: underline; }
ol.next-steps { padding-left: 1.4rem; max-width: 42rem; }
ol.next-steps li { margin: 1.25rem 0; }
ol.next-steps .btn { font-size: 1.05rem; padding: 14px 22px; margin: 8px 8px 8px 0; }
.license-id-box code { font-size: 1.15rem; letter-spacing: 0.01em; }
.license-id-box .btn { margin-left: 10px; }
.faq details { border-bottom: 1px solid var(--rule); padding: 12px 0; }
.faq summary { cursor: pointer; min-height: 44px; display: flex; align-items: center; }
.notice { background: #3a2a1c; padding: 12px 14px; border-radius: 10px; }
.buy { max-width: 32rem; }
.check { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0; }
.check input { width: auto; min-height: 22px; }
.error { color: #f0a0a0; font-weight: 700; }
code { font-size: 0.9em; word-break: break-all; }
@media (max-width: 720px) {
  .row { grid-template-columns: 1fr; }
  .hero-stage { grid-template-columns: 1fr; }
  .wrap { width: min(1120px, calc(100% - 24px)); }
  .hero h1 { max-width: none; font-size: 1.7rem; }
  .hero-band { padding: 16px 0 12px; }
  .lede.sub { display: none; }
  .filters { grid-template-columns: 1fr; }
  .hero-stage { margin: 12px 0 10px; padding: 12px; }
  header.site .wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .brand { grid-column: 1; grid-row: 1; }
  .nav-cta {
    grid-column: 2;
    grid-row: 1;
    margin-left: 0;
    white-space: normal;
    font-size: 0.78rem;
    line-height: 1.2;
    padding: 8px 10px;
    max-width: 7.5rem;
    text-align: center;
  }
  nav {
    grid-column: 1 / -1;
    width: 100%;
  }
  nav a { font-size: 0.88rem; }
  .hero-player { grid-template-columns: 48px minmax(0, 1fr); }
  .hero-player .play-btn { width: 48px; height: 48px; }
  .hero-player .play-btn::before { left: 19px; top: 15px; border-width: 9px 0 9px 14px; }
  .hero-player.is-playing .play-btn::before { left: 17px; top: 15px; height: 18px; width: 5px; box-shadow: 9px 0 0 #fff; }
  .price-strip { gap: 6px 12px; }
}
