:root {
  --bg: #050608;
  --bg-soft: #0b0d12;
  --panel: rgba(12, 14, 19, 0.92);
  --panel-soft: rgba(19, 22, 29, 0.84);
  --panel-light: rgba(255, 255, 255, 0.04);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(215, 168, 77, 0.28);
  --text: #f7f1e3;
  --muted: #b8b2a4;
  --muted-strong: #dfd7c7;
  --accent: #e32636;
  --accent-strong: #ff4f5f;
  --accent-soft: rgba(227, 38, 54, 0.14);
  --gold: #d7a84d;
  --shadow: 0 32px 88px rgba(0, 0, 0, 0.42);
  --radius-xl: 10px;
  --radius-lg: 8px;
  --radius-md: 8px;
  --font-body: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Sora", "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, #050608 0%, #090a0e 42%, #0d0d10 70%, #050608 100%);
  background-size: 42px 42px, 42px 42px, auto;
  color: var(--text);
  font-family: var(--font-body);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.landing-shell {
  position: relative;
  overflow: hidden;
}

.landing-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.landing-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(5, 6, 8, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.landing-nav .landing-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 68px;
  height: 68px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(215, 168, 77, 0.98), rgba(255, 242, 197, 0.92));
  box-shadow: 0 14px 34px rgba(215, 168, 77, 0.22);
  display: grid;
  place-items: center;
}

.brand-mark img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 3px;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: -0.03em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-nav-links,
.landing-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-nav-link {
  color: var(--muted-strong);
  font-size: 14px;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.landing-nav-link:hover,
.landing-nav-link:focus-visible {
  color: var(--text);
}

.cta-btn,
.ghost-btn {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.cta-btn {
  color: #fff5ef;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  box-shadow: 0 16px 32px rgba(227, 38, 54, 0.26);
}

.cta-btn:hover,
.cta-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(227, 38, 54, 0.34);
}

.ghost-btn {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.ghost-btn:hover,
.ghost-btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.hero-section {
  padding: 104px 0 44px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 34px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-head h2,
.genre-hero-copy h1 {
  margin: 18px 0 16px;
  font-family: var(--font-display);
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.hero-copy h1 .gradient-text,
.genre-hero-copy h1 .gradient-text {
  background: linear-gradient(120deg, #ff935d 0%, #ffcf95 56%, #fff4e2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy p,
.section-head p,
.genre-hero-copy p {
  color: var(--muted-strong);
  font-size: 18px;
  line-height: 1.75;
  max-width: 62ch;
}

.hero-mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-mini-proof span {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 700;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-offer-bar {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 183, 106, 0.18);
  background:
    radial-gradient(circle at top left, rgba(255, 122, 69, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(18, 20, 27, 0.96), rgba(10, 12, 18, 0.96));
  display: grid;
  gap: 14px;
}

.hero-offer-copy {
  display: grid;
  gap: 8px;
}

.hero-offer-copy strong {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: -0.04em;
}

.hero-offer-copy span {
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.7;
  max-width: 60ch;
}

.hero-offer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-offer-pills span {
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: #fff0de;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-stat-grid,
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.stat-card,
.pricing-card,
.step-card,
.case-card,
.feature-card,
.genre-overview-card,
.genre-spec-card,
.genre-guide-card,
.seo-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 18px;
  display: grid;
  gap: 8px;
}

.stat-card label,
.mini-kicker {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stat-card strong {
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: -0.04em;
}

.stat-card span {
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.65;
}

.hero-visual,
.spectral-card {
  padding: 22px;
}

.hero-visual {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(11, 13, 18, 0.96);
  box-shadow: var(--shadow);
}

.hero-visual-stage {
  position: relative;
}

.hero-visual-head,
.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.hero-visual-head strong,
.card-head strong,
.step-card h3,
.pricing-card h3,
.case-card h3,
.feature-card h3,
.genre-spec-card h3,
.genre-guide-card h3,
.seo-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -0.04em;
}

.hero-visual-head span,
.card-head span {
  color: var(--muted);
  font-size: 12px;
}

.spectral-stack {
  display: grid;
  gap: 14px;
}

.spectral-stack-hero {
  gap: 12px;
}

.hero-surface {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(7, 9, 14, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 54px rgba(0, 0, 0, 0.34);
}

.hero-surface-top,
.hero-surface-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-surface-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted-strong);
  font-size: 13px;
}

.hero-surface-lockup strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: -0.03em;
}

.hero-surface-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
}

.hero-surface-dot.live {
  background: #ffb36f;
  box-shadow: 0 0 18px rgba(255, 179, 111, 0.55);
}

.hero-surface-chip {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}

.hero-meter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-meter-card {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  gap: 6px;
}

.hero-meter-card label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-meter-card strong {
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: -0.05em;
  color: var(--text);
}

.hero-meter-card span {
  color: var(--muted-strong);
  font-size: 12px;
  line-height: 1.55;
}

.hero-surface-bottom span {
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spectral-lane {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.spectral-lane-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.spectral-lane-head strong {
  font-size: 14px;
  font-family: var(--font-display);
}

.spectral-lane-head span {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.spectrum-bars {
  height: 114px;
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  gap: 4px;
  align-items: end;
}

.spectrum-bars span {
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, rgba(255, 216, 166, 0.96), rgba(255, 122, 69, 0.94));
  height: calc(var(--size, 32) * 1%);
  min-height: 12px;
  opacity: calc(0.38 + (var(--size, 32) / 160));
}

.hero-waveform-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 207, 149, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.014)),
    rgba(255, 255, 255, 0.025);
}

.waveform-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.waveform-head span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.waveform-head strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: -0.03em;
}

.waveform-shell {
  position: relative;
  min-height: 156px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(5, 6, 8, 0.84), rgba(13, 15, 20, 0.92));
  background-size: 44px 100%, 100% 33.333%, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.waveform-shell.compact {
  min-height: 104px;
}

.waveform-shell canvas {
  width: 100%;
  height: 156px;
  display: block;
}

.waveform-shell.compact canvas {
  height: 104px;
}

.waveform-progress {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--progress, 0%);
  pointer-events: none;
  border-right: 2px solid rgba(255, 207, 149, 0.86);
  background: linear-gradient(90deg, rgba(255, 122, 69, 0.16), rgba(255, 207, 149, 0.04));
  mix-blend-mode: screen;
}

.waveform-shell[data-waveform-tone="before"] .waveform-progress {
  border-right-color: rgba(255, 183, 106, 0.7);
  background: linear-gradient(90deg, rgba(255, 183, 106, 0.1), rgba(255, 255, 255, 0.02));
}

.mastering-chain-pills,
.cockpit-chain {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mastering-chain-pills span,
.cockpit-chain span {
  min-height: 32px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 207, 149, 0.13);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-strip-section {
  padding: 10px 0 20px;
}

.hear-difference-section {
  padding-top: 20px;
}

.hear-difference-head {
  max-width: 920px;
}

.audio-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 0.86fr);
  gap: 18px;
  align-items: stretch;
}

.audio-proof-card,
.audio-proof-summary {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    var(--panel);
  box-shadow: var(--shadow);
}

.audio-proof-card.before {
  border-color: rgba(255, 183, 106, 0.18);
}

.audio-proof-card.after,
.audio-proof-summary {
  border-color: rgba(255, 122, 69, 0.22);
}

.audio-proof-card.after {
  background:
    radial-gradient(circle at top left, rgba(255, 122, 69, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.audio-proof-summary {
  background:
    radial-gradient(circle at top left, rgba(255, 122, 69, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(18, 22, 30, 0.94), rgba(11, 13, 19, 0.98));
  display: grid;
  gap: 14px;
  align-content: start;
}

.audio-proof-top {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.audio-proof-top strong,
.audio-proof-summary h3 {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.audio-proof-card p,
.audio-proof-summary p {
  margin: 0 0 14px;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.7;
}

.audio-proof-card audio {
  width: 100%;
  display: block;
  margin: 0;
  filter: sepia(0.12) saturate(1.08);
}

.audio-proof-card .waveform-shell {
  margin: 16px 0 14px;
}

.audio-proof-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.audio-proof-stamp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 122, 69, 0.14);
  border: 1px solid rgba(255, 183, 106, 0.22);
  color: #fff4e2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.audio-proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.audio-proof-points span {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 700;
}

.mastering-cockpit {
  margin-top: 20px;
  padding: clamp(18px, 2.8vw, 28px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 207, 149, 0.16);
  background:
    linear-gradient(135deg, rgba(18, 22, 30, 0.96), rgba(8, 10, 14, 0.98));
  box-shadow: var(--shadow);
  display: grid;
  gap: 20px;
}

.cockpit-head {
  display: grid;
  gap: 8px;
  max-width: 820px;
}

.cockpit-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.cockpit-head p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.75;
}

.cockpit-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(230px, 0.7fr) minmax(240px, 0.86fr);
  gap: 16px;
  align-items: stretch;
}

.cockpit-meter-board,
.stereo-scope,
.cockpit-chain {
  min-height: 230px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.025);
}

.cockpit-meter-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
}

.meter-column {
  min-height: 198px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.18);
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 6px;
  overflow: hidden;
  position: relative;
}

.meter-column label {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.meter-column strong {
  font-family: var(--font-display);
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.meter-column span {
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.meter-column i {
  align-self: end;
  width: 100%;
  height: var(--level, 50%);
  min-height: 28px;
  border-radius: 12px 12px 6px 6px;
  background: linear-gradient(180deg, rgba(255, 207, 149, 0.96), rgba(255, 122, 69, 0.92));
  box-shadow: 0 -10px 28px rgba(255, 122, 69, 0.22);
}

.meter-column.before i {
  background: linear-gradient(180deg, rgba(255, 207, 149, 0.72), rgba(157, 119, 77, 0.72));
}

.meter-column.peak i {
  background: linear-gradient(180deg, rgba(124, 240, 184, 0.92), rgba(255, 207, 149, 0.86));
}

.stereo-scope {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.stereo-scope::before,
.stereo-scope::after {
  content: "";
  position: absolute;
  inset: 50% 12%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.stereo-scope::after {
  inset: 12% 50%;
  width: 1px;
  height: auto;
}

.scope-ring {
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 207, 149, 0.18);
}

.scope-ring.mid {
  width: 42%;
  border-color: rgba(255, 255, 255, 0.12);
}

.scope-trace {
  position: absolute;
  width: 62%;
  height: 26%;
  border: 2px solid rgba(255, 183, 106, 0.76);
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(26deg);
  filter: drop-shadow(0 0 14px rgba(255, 122, 69, 0.22));
}

.scope-trace.two {
  width: 48%;
  height: 20%;
  transform: rotate(-30deg);
  border-color: rgba(255, 207, 149, 0.64);
  border-left-color: transparent;
  border-right-color: transparent;
}

.scope-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-gold, #ffcf95);
  box-shadow: 0 0 22px rgba(255, 207, 149, 0.54);
  z-index: 1;
}

.cockpit-chain {
  align-content: center;
  padding: 18px;
}

.gospel-demo-showcase {
  margin-top: 22px;
  padding: clamp(18px, 2.8vw, 30px);
  border-radius: calc(var(--radius-xl) + 4px);
  border: 1px solid rgba(255, 207, 149, 0.24);
  background:
    radial-gradient(circle at 72% 8%, rgba(255, 207, 149, 0.28), transparent 32%),
    radial-gradient(circle at 18% 0%, rgba(255, 122, 69, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(25, 18, 9, 0.98), rgba(8, 7, 6, 0.98));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(18px, 3vw, 32px);
  align-items: center;
  overflow: hidden;
  position: relative;
}

.gospel-demo-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 207, 149, 0.09) 42%, transparent 58%),
    radial-gradient(circle at 88% 80%, rgba(255, 255, 255, 0.08), transparent 24%);
  opacity: 0.8;
}

.gospel-demo-art,
.gospel-demo-copy {
  position: relative;
  z-index: 1;
}

.gospel-demo-art {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 207, 149, 0.24);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.44);
  background: rgba(0, 0, 0, 0.24);
}

.gospel-demo-art img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gospel-demo-copy h3 {
  margin: 18px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.gospel-demo-copy p {
  margin: 0;
  color: #e7d8c0;
  font-size: 15px;
  line-height: 1.8;
}

.gospel-demo-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.gospel-demo-metrics span,
.gospel-demo-player {
  border: 1px solid rgba(255, 207, 149, 0.16);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.24);
}

.gospel-demo-metrics span {
  padding: 12px;
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gospel-demo-metrics strong {
  display: block;
  color: #fff3d4;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -0.04em;
}

.gospel-demo-audio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.gospel-demo-player {
  padding: 16px;
  display: grid;
  gap: 10px;
}

.gospel-demo-player.after {
  border-color: rgba(255, 207, 149, 0.28);
  background: rgba(255, 207, 149, 0.08);
}

.gospel-demo-player strong {
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: -0.03em;
}

.gospel-demo-player audio {
  width: 100%;
  display: block;
}

.trust-strip {
  padding: 18px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.015)),
    rgba(11, 13, 18, 0.9);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.trust-strip-copy {
  display: grid;
  gap: 8px;
}

.trust-strip-copy strong {
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.trust-strip-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.trust-strip-items span {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 700;
}

.section {
  padding: 48px 0;
}

.section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.steps-grid,
.pricing-grid,
.case-grid,
.feature-grid,
.seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}

.step-card,
.pricing-card,
.feature-card,
.seo-card {
  padding: 24px;
  display: grid;
  gap: 12px;
}

.step-card p,
.pricing-card p,
.feature-card p,
.case-card p,
.genre-spec-card p,
.genre-guide-card p,
.seo-card p {
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.7;
}

.step-number {
  font-family: var(--font-display);
  font-size: 42px;
  letter-spacing: -0.06em;
  color: rgba(255, 122, 69, 0.78);
}

.genre-section-grid,
.case-study-layout,
.prompt-system-grid,
.genre-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 20px;
}

.genre-selectors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.genre-selectors button {
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted-strong);
  font-weight: 700;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.genre-selectors button.active {
  background: linear-gradient(135deg, rgba(255, 94, 70, 0.26), rgba(255, 183, 106, 0.16));
  border-color: rgba(255, 183, 106, 0.26);
  color: #fff6ef;
}

.genre-selectors button:hover,
.genre-selectors button:focus-visible {
  transform: translateY(-1px);
}

.genre-overview-card,
.case-card,
.genre-spec-card,
.genre-guide-card {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.genre-metric-grid,
.case-metric-grid,
.prompt-system-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.genre-metric,
.case-metric,
.prompt-stat {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: grid;
  gap: 6px;
}

.genre-metric b,
.case-metric b,
.prompt-stat b {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.genre-metric span,
.case-metric span,
.prompt-stat span {
  font-family: var(--font-display);
  font-size: 18px;
  letter-spacing: -0.03em;
}

.genre-notes,
.case-notes,
.prompt-steps,
.genre-guide-list {
  display: grid;
  gap: 10px;
}

.genre-note,
.case-note,
.prompt-step,
.genre-guide-list li {
  list-style: none;
  padding: 12px 14px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.65;
}

.case-card.before {
  border-color: rgba(255, 183, 106, 0.18);
}

.case-card.after {
  border-color: rgba(255, 122, 69, 0.24);
  background:
    radial-gradient(circle at top left, rgba(255, 122, 69, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.case-summary {
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 122, 69, 0.18);
  background:
    radial-gradient(circle at left, rgba(255, 122, 69, 0.12), transparent 24%),
    rgba(255, 255, 255, 0.03);
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.75;
}

.prompt-step strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: -0.03em;
}

.pricing-card.featured {
  border-color: rgba(255, 183, 106, 0.24);
  background:
    radial-gradient(circle at top left, rgba(255, 183, 106, 0.15), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.pricing-price {
  font-family: var(--font-display);
  font-size: 42px;
  letter-spacing: -0.05em;
}

.pricing-price small {
  font-size: 16px;
  color: var(--muted);
}

.pricing-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.pricing-list li {
  list-style: none;
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.6;
}

.cta-banner {
  padding: 48px 0 70px;
}

.cta-panel {
  padding: 28px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 122, 69, 0.2);
  background:
    radial-gradient(circle at top left, rgba(255, 122, 69, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(18, 22, 30, 0.94), rgba(11, 13, 19, 0.98));
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  text-align: center;
}

.cta-panel h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.cta-panel p {
  margin: 0 auto;
  color: var(--muted-strong);
  font-size: 17px;
  line-height: 1.75;
  max-width: 52ch;
}

.footer {
  padding: 0 0 40px;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

@media (max-width: 980px) {
  .hero-grid,
  .audio-proof-grid,
  .gospel-demo-showcase,
  .genre-section-grid,
  .cockpit-grid,
  .case-study-layout,
  .prompt-system-grid,
  .genre-layout {
    grid-template-columns: 1fr;
  }

  .hero-stat-grid,
  .steps-grid,
  .pricing-grid,
  .feature-grid,
  .seo-grid,
  .gospel-demo-metrics,
  .gospel-demo-audio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip,
  .cockpit-meter-board,
  .hero-meter-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip-items {
    justify-content: flex-start;
  }

  .landing-nav .landing-container {
    flex-wrap: wrap;
  }

  .landing-nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 760px) {
  .landing-container {
    width: min(100% - 28px, 1180px);
  }

  .hero-section {
    padding-top: 54px;
  }

  .hero-actions,
  .section-actions,
  .landing-nav-actions,
  .pricing-card .section-actions,
  .footer-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-stat-grid,
  .stats-grid,
  .steps-grid,
  .pricing-grid,
  .case-grid,
  .feature-grid,
  .seo-grid,
  .genre-selectors,
  .genre-metric-grid,
  .case-metric-grid,
  .prompt-system-stats,
  .hero-meter-grid,
  .gospel-demo-metrics,
  .gospel-demo-audio-grid {
    grid-template-columns: 1fr;
  }

  .cta-btn,
  .ghost-btn {
    width: 100%;
  }

  .landing-nav-links {
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .landing-nav-link {
    font-size: 13px;
  }

  .spectral-lane {
    padding: 12px;
  }

  .spectrum-bars {
    height: 90px;
    gap: 3px;
  }

  .waveform-shell,
  .waveform-shell canvas {
    min-height: 120px;
    height: 120px;
  }

  .waveform-shell.compact,
  .waveform-shell.compact canvas {
    min-height: 92px;
    height: 92px;
  }

  .cockpit-meter-board,
  .stereo-scope,
  .cockpit-chain {
    min-height: auto;
  }

  .meter-column {
    min-height: 150px;
  }
}

/* Mack Crown brand cleanup pass */
:root {
  --brand-black: #050608;
  --brand-charcoal: #0b0d12;
  --brand-red: #e32636;
  --brand-red-hot: #ff4f5f;
  --brand-gold: #d7a84d;
  --brand-cream: #f7f1e3;
  --brand-muted: #b8b2a4;
}

body {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, var(--brand-black) 0%, #08090c 42%, var(--brand-charcoal) 100%);
  background-size: 42px 42px, 42px 42px, auto;
}

.landing-nav {
  background: rgba(5, 6, 8, 0.84);
  border-bottom-color: rgba(255, 207, 149, 0.1);
}

.brand-mark {
  background:
    linear-gradient(135deg, var(--brand-gold), #fff2c5);
  box-shadow: 0 16px 38px rgba(215, 168, 77, 0.28);
}

.cta-btn {
  color: #fff8f4;
  background:
    linear-gradient(135deg, var(--brand-red), var(--brand-red-hot));
  box-shadow: 0 18px 38px rgba(227, 38, 54, 0.3);
}

.ghost-btn {
  border-color: rgba(215, 168, 77, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, rgba(215, 168, 77, 0.08), transparent 52%);
}

.hero-visual,
.hero-offer-bar,
.pricing-card,
.audio-proof-card,
.audio-proof-summary,
.gospel-demo-showcase,
.case-study-layout,
.prompt-system-card,
.cta-banner {
  border-color: rgba(255, 207, 149, 0.13);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.34);
}

.pricing-card.featured,
.audio-proof-card.after,
.audio-proof-summary,
.cta-banner {
  background:
    linear-gradient(135deg, rgba(24, 20, 18, 0.96), rgba(9, 11, 16, 0.98));
}

.eyebrow,
.brand-copy span,
.pricing-kicker,
.audio-proof-top span,
.trust-strip span {
  color: var(--brand-gold);
}

.hero-copy h1 .gradient-text,
.genre-hero-copy h1 .gradient-text {
  background: linear-gradient(120deg, var(--brand-red-hot) 0%, var(--brand-gold) 58%, var(--brand-cream) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--brand-gold);
  outline-offset: 4px;
}

/* Final Mack Crown site pass: black/gold/red, no decorative glow blobs. */
.hero-visual,
.hero-offer-bar,
.pricing-card,
.pricing-card.featured,
.audio-proof-card,
.audio-proof-card.after,
.audio-proof-summary,
.gospel-demo-showcase,
.case-card.after,
.case-summary,
.cta-panel,
.cta-banner,
.feature-card,
.step-card,
.stat-card,
.genre-overview-card,
.spectral-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(12, 14, 19, 0.94);
}

.hero-copy h1 .gradient-text,
.genre-hero-copy h1 .gradient-text {
  background: linear-gradient(120deg, var(--brand-red-hot) 0%, var(--brand-gold) 52%, var(--brand-cream) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
