:root {
  color-scheme: light;
  --bg: #f7f3ea;
  --surface: #fffdf8;
  --surface-2: #eef4ef;
  --ink: #172126;
  --muted: #627071;
  --line: #d9ded6;
  --blue: #2f7dd1;
  --teal: #31a37c;
  --olive: #87994a;
  --orange: #d9852f;
  --purple: #8f6ad8;
  --shadow: 0 18px 48px rgba(31, 45, 46, 0.12);
  font-family: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(238, 244, 239, 0.9), rgba(247, 243, 234, 0) 420px),
    var(--bg);
  color: var(--ink);
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(247, 243, 234, 0.86);
  border-bottom: 1px solid rgba(217, 222, 214, 0.8);
  backdrop-filter: blur(18px);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  grid-template-columns: repeat(3, 6px);
  align-items: end;
  gap: 4px;
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 8px;
  background: #162126;
}

.brand-mark span {
  display: block;
  width: 6px;
  border-radius: 999px;
}

.brand-mark span:nth-child(1) {
  height: 12px;
  background: var(--blue);
}

.brand-mark span:nth-child(2) {
  height: 18px;
  background: var(--teal);
}

.brand-mark span:nth-child(3) {
  height: 9px;
  background: var(--orange);
}

.nav {
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--ink);
}

.hero,
.pain-section,
.workflow-section,
.feature-section,
.mentor-section,
.access-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 69px);
  padding: 54px 0 42px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.hero-text,
.section-copy p,
.mentor-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.hero-text {
  max-width: 610px;
  margin-bottom: 28px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--ink);
  color: #fffdf8;
}

.button.secondary {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}

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

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
  margin: 0;
}

.hero-metrics div {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.7);
}

.hero-metrics dt {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.hero-metrics dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.product-visual {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(217, 222, 214, 0.95);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
}

.visual-topbar,
.trend-head,
.tree-row,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.visual-topbar {
  margin-bottom: 14px;
}

.muted-label {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.visual-topbar strong {
  font-size: 26px;
  font-variant-numeric: tabular-nums;
}

.visual-topbar button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: white;
  font-weight: 900;
  cursor: pointer;
}

.visual-grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 14px;
  min-height: 214px;
}

.revenue-orb {
  display: grid;
  place-content: center;
  align-self: center;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 28%, #65a7e9, var(--blue));
  color: white;
  text-align: center;
  box-shadow: inset 0 -12px 20px rgba(12, 40, 77, 0.18);
}

.revenue-orb strong {
  font-size: 34px;
  font-variant-numeric: tabular-nums;
}

.revenue-orb span {
  font-size: 13px;
  font-weight: 800;
}

.platform-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  min-width: 0;
  padding: 12px;
  border-radius: 12px;
  background: #eef4ef;
}

.tube {
  display: grid;
  grid-template-rows: 24px 122px 34px;
  gap: 8px;
  min-width: 0;
  text-align: center;
}

.tube span,
.tube em {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tube span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.tube i {
  position: relative;
  display: block;
  align-self: end;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(23, 33, 38, 0.14);
  border-radius: 999px 999px 10px 10px;
  background: rgba(255, 253, 248, 0.8);
  overflow: hidden;
}

.tube i::after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  left: 4px;
  height: var(--h);
  border-radius: 999px 999px 7px 7px;
  background: var(--c);
  content: "";
}

.tube em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.trend-card,
.catalog-tree {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.trend-head {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 900;
}

.trend-head b {
  color: var(--teal);
  font-size: 12px;
}

.trend-card svg {
  display: block;
  width: 100%;
  height: auto;
}

.grid-line {
  fill: none;
  stroke: #dbe3dc;
  stroke-width: 2;
}

.line {
  fill: none;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.line.blue {
  stroke: var(--blue);
}

.line.green {
  stroke: var(--teal);
}

.line.orange {
  stroke: var(--orange);
}

.catalog-tree {
  display: grid;
  gap: 8px;
}

.tree-row {
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
}

.tree-row span,
.tree-row b {
  overflow-wrap: anywhere;
}

.tree-row b {
  font-variant-numeric: tabular-nums;
}

.tree-row.artist {
  background: #f1e7d4;
}

.tree-row.album {
  margin-left: 22px;
  background: #edf0d8;
}

.tree-row.track {
  margin-left: 44px;
  background: #f7e2d1;
}

.pain-section,
.workflow-section,
.feature-section,
.mentor-section,
.access-section {
  padding: 74px 0;
}

.section-copy {
  max-width: 780px;
  margin-bottom: 28px;
}

.pain-grid,
.workflow,
.feature-list {
  display: grid;
  gap: 14px;
}

.pain-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pain-grid article,
.workflow div,
.feature-list div,
.mentor-section,
.access-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
}

.pain-grid article,
.workflow div {
  padding: 22px;
}

.pain-grid p,
.workflow p,
.feature-list span,
.form-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.workflow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workflow span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-weight: 900;
}

.feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-list div {
  display: grid;
  grid-template-columns: minmax(160px, 0.5fr) minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
}

.feature-list strong {
  color: var(--ink);
}

.mentor-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.65fr);
  gap: 26px;
  align-items: center;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(49, 163, 124, 0.12), rgba(217, 133, 47, 0.12)),
    var(--surface);
}

.mentor-copy p {
  margin-bottom: 0;
}

.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.audience-list span {
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 999px;
  background: white;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.access-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.55fr);
  gap: 30px;
  align-items: start;
}

.access-form {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.access-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.access-form input,
.access-form select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
}

.access-form input:focus,
.access-form select:focus,
.button:focus-visible,
.visual-topbar button:focus-visible {
  outline: 3px solid rgba(47, 125, 209, 0.28);
  outline-offset: 2px;
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 48px;
  color: var(--muted);
  font-size: 14px;
}

.site-footer a {
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pain-grid,
  .workflow,
  .feature-list,
  .mentor-section,
  .access-section {
    grid-template-columns: 1fr;
  }

  .mentor-section {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .hero,
  .pain-section,
  .workflow-section,
  .feature-section,
  .mentor-section,
  .access-section,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    padding: 14px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 30px;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-actions,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .product-visual {
    padding: 12px;
  }

  .visual-grid {
    grid-template-columns: 1fr;
  }

  .revenue-orb {
    width: min(190px, 70vw);
    margin: 0 auto;
  }

  .platform-panel {
    gap: 8px;
    padding: 10px;
  }

  .tube {
    grid-template-rows: 22px 106px 32px;
  }

  .tree-row.album,
  .tree-row.track {
    margin-left: 0;
  }

  .feature-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
