/* Cinematic Pro marketing site — matches the in-app dark theme design system exactly
   (see Mobile/lib/theme/app_theme.dart for the source of truth on these tokens). */

/* Bricolage Grotesque - variable font (weight axis 200-800), used for every
   display/heading role in place of the old Clash Display. Chosen for its real
   character (irregular flared terminals at heavier weights) instead of another
   generic geometric grotesque - the same "safe SaaS default" look Clash Display
   had converged on by 2026. font-weight is declared as a range so the browser
   picks a real interpolated instance rather than faking bold. */
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/BricolageGrotesque/BricolageGrotesque-Variable.ttf") format("truetype-variations");
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

:root {
  /* Brand Mint Neon v3.0 - minimalist dark theme, exact brand hex #04FEB6.
     Variable names kept as-is; values updated to the approved palette. */
  --accent: #04FEB6;
  --accent-dim: rgba(4, 254, 182, 0.12);
  --success: #04FEB6;
  --bg: #07090C;
  --bg-glow: #06231C;
  --surface: #0F141A;
  --surface-2: #161C24;
  --border: rgba(255, 255, 255, 0.08);
  --text-primary: #F5F7FA;
  --text-secondary: #8A96A6;
  --highlight: #7FFFDA;
  --highlight-dim: rgba(127, 255, 218, 0.15);
  --glow-accent: 0 0 24px rgba(4, 254, 182, 0.45), 0 0 48px rgba(4, 254, 182, 0.2);
  --glow-accent-hover: 0 0 32px rgba(4, 254, 182, 0.6), 0 0 60px rgba(4, 254, 182, 0.3);
  --radius-card: 20px;
  --radius-button: 999px;
  --max-width: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text-primary);
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Bricolage Grotesque", "Satoshi", sans-serif;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}

p { margin: 0 0 1em; color: var(--text-secondary); }

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 96px 0; }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.section-header .eyebrow { display: inline-block; color: var(--accent); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; }
.section-header h2 { font-size: clamp(28px, 4vw, 40px); }
.section-header p { font-size: 17px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: var(--radius-button);
  font-family: "Satoshi", sans-serif;
  font-weight: 700;
  font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #04120E; box-shadow: var(--glow-accent); }
.btn-primary:hover { opacity: 0.92; box-shadow: var(--glow-accent-hover); }
.btn-secondary { background: transparent; color: var(--text-primary); border-color: var(--border); }
.btn-secondary:hover { border-color: var(--accent); }
.btn-disabled { background: var(--surface); color: var(--text-secondary); border-color: var(--border); cursor: default; }
.btn-disabled:hover { transform: none; }
.btn-block { width: 100%; }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 9, 12, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 18px; }
.nav-logo img { width: 32px; height: 32px; border-radius: 8px; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { color: var(--text-secondary); font-weight: 500; font-size: 15px; transition: color 0.15s ease; }
.nav-links a:hover { color: var(--text-primary); }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.nav-toggle { display: none; background: none; border: none; color: var(--text-primary); font-size: 24px; cursor: pointer; padding: 4px; }

/* ---------- Hero ---------- */
.hero {
  padding: 88px 0 40px;
  position: relative;
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  height: 480px;
  background: radial-gradient(ellipse at center, var(--bg-glow) 0%, rgba(6,35,28,0) 70%);
  pointer-events: none;
  animation: heroGlowBreatheA 7s ease-in-out infinite;
}
.hero-glow-b {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-20%);
  width: 560px;
  height: 420px;
  background: radial-gradient(ellipse at center, rgba(4, 254, 182, 0.16) 0%, rgba(4, 254, 182, 0) 70%);
  pointer-events: none;
  animation: heroGlowBreatheB 9s ease-in-out infinite;
}
.hero-cursor-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(4, 254, 182, 0.10) 0%, transparent 65%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 30%;
  transition: left 0.3s ease-out, top 0.3s ease-out;
  opacity: 0;
}
.hero-cursor-glow.is-active { opacity: 1; }
@keyframes heroGlowBreatheA {
  0%, 100% { opacity: 0.7; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.1); }
}
@keyframes heroGlowBreatheB {
  0%, 100% { opacity: 0.5; transform: translateX(-20%) scale(1); }
  50% { opacity: 0.8; transform: translateX(-20%) scale(1.15); }
}
.hero-content { position: relative; text-align: center; max-width: 780px; margin: 0 auto; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 8px 16px;
  border-radius: var(--radius-button);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 24px;
}
.hero-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--success); }
.hero h1 { font-size: clamp(36px, 6vw, 64px); margin-bottom: 20px; }
.hero h1 .accent-text {
  background: linear-gradient(110deg, var(--accent) 30%, #E8FFF6 45%, var(--accent) 60%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: accentShimmer 4.5s linear infinite;
}
@keyframes accentShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -60% 0; }
}
.hero-sub { font-size: 19px; max-width: 560px; margin: 0 auto 36px; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.hero-note { font-size: 13px; color: var(--text-secondary); }

/* ---------- Hero visual mock ---------- */
.hero-visual { margin-top: 64px; display: flex; justify-content: center; }
.mock-stack { position: relative; display: inline-block; }
.mock-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 20, 26, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 10px 16px;
  box-shadow: 0 20px 40px -12px rgba(0,0,0,0.55);
  z-index: 2;
}
.mock-chip-a { flex-direction: column; align-items: flex-start; gap: 2px; top: 34px; left: -78px; transform: rotate(-6deg); animation: chipFloatA 5.5s ease-in-out infinite; }
.mock-chip-b { bottom: 52px; right: -84px; transform: rotate(5deg); animation: chipFloatB 6.5s ease-in-out infinite; }
.mock-chip-label { font-size: 10.5px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; }
.mock-chip-value { font-family: "Bricolage Grotesque", sans-serif; font-size: 20px; font-weight: 700; color: var(--accent); }
.mock-chip-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(4,254,182,0.18); flex-shrink: 0; }
@keyframes chipFloatA { 0%, 100% { transform: rotate(-6deg) translateY(0); } 50% { transform: rotate(-6deg) translateY(-12px); } }
@keyframes chipFloatB { 0%, 100% { transform: rotate(5deg) translateY(0); } 50% { transform: rotate(5deg) translateY(10px); } }
@media (max-width: 720px) {
  .mock-chip { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .mock-chip-a, .mock-chip-b { animation: none !important; }
}
.mock-card {
  width: 300px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.6);
  animation: mockCardFloat 4.5s ease-in-out infinite;
}
@keyframes mockCardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.mock-screen {
  background: var(--bg);
  border-radius: 18px;
  padding: 20px 16px;
  height: 420px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
}
.mock-row { display: flex; align-items: center; gap: 12px; background: var(--surface-2); border: 1px solid var(--border); border-radius: 14px; padding: 12px; }
.mock-thumb { width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg, var(--accent), var(--highlight)); flex-shrink: 0; }
.mock-line {
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--border) 25%, var(--surface-2) 37%, var(--border) 63%);
  background-size: 400% 100%;
  animation: mockLineShimmer 1.8s ease-in-out infinite;
}
.mock-line.w60 { width: 60%; }
.mock-line.w40 { width: 40%; margin-top: 6px; }
@keyframes mockLineShimmer {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}
.mock-caption {
  margin-top: auto;
  background: var(--surface-2);
  border: 1px solid var(--accent);
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  color: var(--accent);
}
.mock-play {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(4, 254, 182, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #04120E;
  font-size: 20px;
  animation: mockPlayPulse 2.2s ease-out infinite;
}
@keyframes mockPlayPulse {
  0% { box-shadow: 0 0 0 0 rgba(4, 254, 182, 0.45); }
  70% { box-shadow: 0 0 0 16px rgba(4, 254, 182, 0); }
  100% { box-shadow: 0 0 0 0 rgba(4, 254, 182, 0); }
}

/* ---------- Keyword ticker ---------- */
.ticker-wrap {
  position: relative;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
  overflow: hidden;
}
.ticker-track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: tickerScroll 26s linear infinite;
}
@keyframes tickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-chip {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ticker-chip::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

@media (prefers-reduced-motion: reduce) {
  .hero-glow, .hero-glow-b, .hero h1 .accent-text, .mock-card, .mock-line, .mock-play, .ticker-track {
    animation: none !important;
  }
  .hero-cursor-glow { display: none !important; }
}

/* ---------- Feature group labels ---------- */
.feature-group-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin: 48px 0 20px;
}
.feature-group-label:first-of-type { margin-top: 0; }
.feature-group-label.soon { color: var(--text-secondary); }
.live-dot, .soon-dot { width: 8px; height: 8px; border-radius: 50%; }
.live-dot { background: var(--success); box-shadow: 0 0 0 4px rgba(4, 254, 182, 0.15); }
.soon-dot { background: var(--text-secondary); }

/* ---------- Feature cards ---------- */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 8px; }
.feature-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 28px 24px;
  transition: border-color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
}
.feature-card:not(.is-soon):hover { border-color: var(--accent); transform: translateY(-5px); box-shadow: 0 16px 36px rgba(4, 254, 182, 0.14); }
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--accent-dim);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.feature-icon svg { width: 24px; height: 24px; }
.feature-card h3 { font-size: 18px; margin-bottom: 8px; }
.feature-card p { font-size: 14.5px; margin-bottom: 0; }

/* "Coming soon" cards: same shape, deliberately quieter - dashed
   border, dimmed icon, no hover-lift - so the eye reads "available
   now" first without the "soon" cards looking broken or hidden. */
.feature-card.is-soon {
  border-style: dashed;
  opacity: 0.72;
}
.feature-card.is-soon .feature-icon {
  background: var(--surface-2);
  color: var(--text-secondary);
}
.soon-pill {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(4, 254, 182, 0.18);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 3px 10px;
  border-radius: 999px;
}
.features-grid.soon-grid { grid-template-columns: repeat(2, 1fr); max-width: 660px; margin: 0 auto 8px; }
@media (max-width: 680px) {
  .features-grid.soon-grid { grid-template-columns: 1fr; }
}

/* ---------- Problem / stat cards ---------- */
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 36px; }
.stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 32px 28px;
  text-align: center;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.stat-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: 0 16px 32px -12px rgba(4, 254, 182, 0.16); }
.stat-viz { width: 84px; height: 84px; margin: 0 auto 8px; display: block; }
.stat-viz-arc, .stat-viz-arc-prev {
  stroke-dasharray: 314.16;
  stroke-dashoffset: 314.16;
  transition: stroke-dashoffset 1.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.stat-grid.is-visible .stat-viz-arc-prev { transition-delay: 0.1s; }
.stat-grid.is-visible .stat-viz-arc { transition-delay: 0.35s; }
.stat-grid.is-visible .stat-viz-arc[data-fraction="0.0015"] { stroke-dashoffset: 313.69; }
.stat-grid.is-visible .stat-viz-arc-prev[data-fraction="0.45"] { stroke-dashoffset: 172.79; }
.stat-grid.is-visible .stat-viz-arc[data-fraction="0.63"] { stroke-dashoffset: 116.24; }
.stat-bar-fill { transition: height 1.1s cubic-bezier(0.16, 1, 0.3, 1), y 1.1s cubic-bezier(0.16, 1, 0.3, 1); }
.stat-grid.is-visible .stat-bar-fill-a { height: 80px; y: 20px; }
.stat-grid.is-visible .stat-bar-fill-b { height: 1.3px; y: 98.7px; transition-delay: 0.2s; }
/* proprietary-tech.html's 3 stat cards: 38/38 template-coverage ring
   (full arc, data-fraction="1") + 2 on-device-vs-server timing bar
   pairs (BurnKit ~65s->2-3s, ClipKit 356s->15.86s) - same hardcoded-
   per-element convention as stat-viz-arc[data-fraction="0.63"]/
   stat-bar-fill-a/-b above, just new fraction/pair values. */
.stat-grid.is-visible .stat-viz-arc[data-fraction="1"] { stroke-dashoffset: 0; }
.stat-grid.is-visible .stat-bar-fill-c { height: 80px; y: 20px; }
.stat-grid.is-visible .stat-bar-fill-d { height: 3.7px; y: 96.3px; transition-delay: 0.2s; }
.stat-grid.is-visible .stat-bar-fill-e { height: 80px; y: 20px; }
.stat-grid.is-visible .stat-bar-fill-f { height: 3.56px; y: 96.44px; transition-delay: 0.2s; }
.stat-bar-label { font-size: 11px; fill: var(--text-secondary); font-family: "Satoshi", sans-serif; font-weight: 600; }
.stat-number {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 700;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  margin-bottom: 12px;
}
.stat-card p { font-size: 14.5px; margin: 0; }
.stat-card p strong, .stat-highlight { color: var(--text-primary); font-weight: 700; }
.problem-close { text-align: center; max-width: 680px; margin: 0 auto; font-size: 16.5px; color: var(--text-primary); opacity: 0.9; }
.stat-source { text-align: center; font-size: 12px; color: var(--text-secondary); opacity: 0.55; margin: 20px 0 0; }

/* ---------- Market growth chart ---------- */
.growth-chart-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 28px 28px 16px;
  margin-bottom: 40px;
}
.growth-chart-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; font-weight: 700; font-size: 14px; color: var(--text-primary); }
.growth-chart-card-badge { font-family: "Bricolage Grotesque", sans-serif; font-size: 13px; font-weight: 600; color: var(--accent); background: var(--accent-dim); padding: 5px 12px; border-radius: 999px; font-variant-numeric: tabular-nums; }
.growth-chart { width: 100%; height: 200px; display: block; overflow: visible; }
.growth-grid { stroke: var(--border); stroke-width: 1; }
.growth-area { fill: url(#growthFill); opacity: 0; transition: opacity 1s ease 0.3s; }
.growth-line {
  fill: none;
  stroke: var(--accent);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1100;
  stroke-dashoffset: 1100;
  transition: stroke-dashoffset 1.8s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 0 6px rgba(4, 254, 182, 0.5));
}
.growth-dot { fill: var(--accent); opacity: 0; transform-origin: 700px 20px; transition: opacity 0.4s ease 1.7s; }
.growth-chart-card.is-visible .growth-line { stroke-dashoffset: 0; }
.growth-chart-card.is-visible .growth-area { opacity: 1; }
.growth-chart-card.is-visible .growth-dot { opacity: 1; animation: growthDotPulse 2.2s ease-in-out 2s infinite; }
@keyframes growthDotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(4,254,182,0.5); }
}
.growth-chart-labels { display: flex; justify-content: space-between; padding: 6px 0 4px; font-size: 11.5px; color: var(--text-secondary); font-variant-numeric: tabular-nums; }

/* ---------- Market / vision ---------- */
.market-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 44px; }
.market-stat { text-align: center; padding: 8px; }
.market-number { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(26px, 3.2vw, 34px); font-weight: 700; color: var(--text-primary); font-variant-numeric: tabular-nums; }
.market-label { font-size: 13px; color: var(--text-secondary); margin-top: 8px; line-height: 1.4; }
.vision-statement { max-width: 800px; margin: 0 auto; text-align: center; }
.vision-statement p { font-size: 17.5px; color: var(--text-primary); opacity: 0.92; line-height: 1.65; margin: 0; }

/* ---------- Roadmap timeline ---------- */
.timeline-rail { position: relative; height: 34px; margin: 0 6px 32px; }
.timeline-rail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--border);
  transform: translateY(-50%);
}
.timeline-rail-fill {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transform: translateY(-50%);
  transition: width 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  box-shadow: 0 0 8px rgba(4, 254, 182, 0.6);
}
.timeline.is-visible .timeline-rail-fill { width: 50%; }
.timeline-node-wrap { position: absolute; top: 50%; transform: translate(-50%, -50%); }
.timeline-node { position: relative; display: block; width: 16px; height: 16px; border-radius: 50%; background: var(--bg); border: 2px solid var(--border); }
.timeline-node-done { border-color: var(--accent); background: var(--accent); box-shadow: 0 0 0 4px var(--accent-dim); }
.timeline-node-active { border-color: var(--accent); background: var(--bg); }
.timeline-node-pulse { position: absolute; inset: -6px; border-radius: 50%; border: 1.5px solid var(--accent); animation: timelinePulse 2.2s ease-out infinite; }
@keyframes timelinePulse {
  0% { transform: scale(0.6); opacity: 0.9; }
  100% { transform: scale(1.6); opacity: 0; }
}
.timeline-node-vision { border: 1.5px dashed var(--text-secondary); background: var(--bg); }
@media (prefers-reduced-motion: reduce) {
  .timeline-node-pulse { animation: none !important; }
  .growth-line, .growth-area, .growth-dot, .timeline-rail-fill, .stat-viz-arc, .stat-viz-arc-prev, .stat-bar-fill { transition: none !important; }
}

.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.roadmap-col {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 30px 26px;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
.roadmap-grid:hover .roadmap-col { opacity: 0.6; }
.roadmap-grid:hover .roadmap-col:hover { opacity: 1; border-color: var(--accent); }
.roadmap-col-head { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-primary); margin-bottom: 22px; }
.roadmap-col-vision .roadmap-col-head { color: var(--text-secondary); }
.vision-dot { width: 8px; height: 8px; border-radius: 50%; border: 1.5px dashed var(--text-secondary); flex-shrink: 0; }
.roadmap-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }
.roadmap-list li { position: relative; padding-left: 18px; font-size: 14.5px; color: var(--text-primary); line-height: 1.45; transition: transform 0.15s ease; }
.roadmap-list li:hover { transform: translateX(3px); }
.roadmap-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--border); }
.roadmap-col:first-child .roadmap-list li { padding-left: 24px; }
.roadmap-col:first-child .roadmap-list li::before { display: none; }
.roadmap-check {
  position: absolute;
  left: 0;
  top: 0.5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent-dim);
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roadmap-col-vision .roadmap-list li { color: var(--text-secondary); }

@media (max-width: 900px) {
  .stat-grid { grid-template-columns: 1fr; }
  .market-grid { grid-template-columns: repeat(2, 1fr); }
  .roadmap-grid { grid-template-columns: 1fr; }
  .timeline-rail { margin-left: 0; margin-right: 0; }
}

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 18px;
}
.step h3 { font-size: 17px; margin-bottom: 6px; }
.step p { font-size: 14.5px; }

/* ---------- Platform availability ---------- */
.platform-row { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.platform-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 20px 28px;
  min-width: 260px;
}
.platform-card .glyph { font-size: 28px; }
.platform-card .status { font-size: 13px; font-weight: 700; margin-top: 2px; }
.platform-card.live .status { color: var(--success); }
.platform-card.soon .status { color: var(--text-secondary); }

/* ---------- Pricing ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}
.tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 32px 24px;
}
.tier-card.featured { border-color: var(--accent); box-shadow: var(--glow-accent); }
.tier-card .soon-pill { top: -12px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.tier-name { font-weight: 700; font-size: 15px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px; }
.tier-card.featured .tier-name { color: var(--accent); }
.tier-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
.tier-price .amount { font-family: "Bricolage Grotesque", sans-serif; font-size: 32px; font-weight: 700; color: var(--text-primary); }
.tier-price .period { font-size: 14px; color: var(--text-secondary); }
.tier-desc { font-size: 13.5px; color: var(--text-secondary); margin-bottom: 24px; }
.tier-features { list-style: none; padding: 0; margin: 0 0 28px; flex-grow: 1; }
.tier-features li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: var(--text-primary); margin-bottom: 12px; }
.tier-features li::before { content: "✓"; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.pricing-footnote { text-align: center; font-size: 13.5px; color: var(--text-secondary); max-width: 620px; margin: 32px auto 0; }
.pricing-footnote a { color: var(--accent); }

@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .pricing-grid { grid-template-columns: 1fr; }
}

/* ---------- About page ---------- */
.about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.about-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 32px 28px;
}
.about-card h3 { font-size: 18px; margin-bottom: 14px; }
.about-card p { font-size: 15px; margin-bottom: 12px; }
.about-card p:last-child { margin-bottom: 0; }
.about-card strong { color: var(--text-primary); }

.social-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 20px; }
.social-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 28px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.social-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.social-avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--accent-dim);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.social-handle { font-weight: 700; font-size: 16px; color: var(--text-primary); display: flex; align-items: center; gap: 6px; }
.social-glyph { color: var(--text-secondary); font-size: 14px; }
.social-followers { color: var(--accent); font-weight: 600; font-size: 13.5px; margin: 4px 0 8px; }
.social-bio { font-size: 14px; margin-bottom: 0; }

.vision-card {
  max-width: 760px;
  margin: 0 auto;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 40px 36px;
}
.vision-card p { font-size: 16.5px; color: var(--text-primary); opacity: 0.9; }
.vision-card p:last-child { margin-bottom: 0; }

.leader-card {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  gap: 28px;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 36px;
}
.leader-avatar {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--accent-dim);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 28px;
}
.leader-info h3 { font-size: 20px; margin-bottom: 4px; }
.leader-title { color: var(--accent); font-weight: 600; font-size: 14px; margin-bottom: 14px; }
.leader-info p { font-size: 15px; margin-bottom: 0; }
.leader-info strong { color: var(--text-primary); }

/* ---------- Final CTA ---------- */
.cta-final { text-align: center; }
.cta-final h2 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 16px; }
.cta-final p { font-size: 17px; max-width: 520px; margin: 0 auto 32px; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--border); padding: 56px 0 32px; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 40px; }
.footer-brand { max-width: 320px; }
.footer-brand .nav-logo { margin-bottom: 12px; }
.footer-brand p { font-size: 14px; }
.footer-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.footer-col h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-secondary); margin-bottom: 16px; }
.footer-col a { display: block; color: var(--text-primary); font-size: 14.5px; margin-bottom: 12px; opacity: 0.85; transition: color 0.15s ease, opacity 0.15s ease, transform 0.15s ease; }
.footer-col a:hover { color: var(--accent); opacity: 1; transform: translateX(2px); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  font-size: 13.5px;
  color: var(--text-secondary);
}
.footer-bottom .heart { color: var(--accent); display: inline-block; animation: heartPulse 2.4s ease-in-out infinite; }
@keyframes heartPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.18); }
}
.footer-brand .nav-logo img { transition: transform 0.2s ease; }
.footer-brand .nav-logo:hover img { transform: scale(1.06); }

@media (prefers-reduced-motion: reduce) {
  .footer-bottom .heart { animation: none !important; }
}

/* ---------- Legal pages ---------- */
.legal-page { padding: 56px 0 120px; }
.legal-page .container { max-width: 980px; }
.back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--text-secondary); font-size: 14px; margin-bottom: 28px; }
.back-link:hover { color: var(--accent); }

.legal-head { max-width: 640px; margin-bottom: 44px; }
.legal-page h1 { font-size: clamp(32px, 4.5vw, 44px); margin-bottom: 14px; }
.legal-intro { font-size: 16.5px; margin-bottom: 20px; }
.legal-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.legal-date {
  color: var(--text-secondary);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.legal-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 6px 13px;
  border-radius: var(--radius-button);
  font-size: 12.5px;
  color: var(--text-secondary);
}
.legal-status .dot { width: 6px; height: 6px; border-radius: 50%; background: #E8B84A; flex-shrink: 0; }

.legal-body { display: grid; grid-template-columns: 220px 1fr; gap: 56px; align-items: start; }

.legal-toc {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-left: 1px solid var(--border);
  padding-left: 18px;
}
.legal-toc-label {
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.legal-toc a {
  color: var(--text-secondary);
  font-size: 13.5px;
  padding: 6px 0;
  transition: color 0.15s ease;
}
.legal-toc a:hover { color: var(--text-primary); }
.legal-toc a.is-active { color: var(--accent); font-weight: 500; }

.legal-content section { scroll-margin-top: 96px; }
.legal-content section + section {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid var(--border);
}
.legal-content h2 {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 20px;
  margin-bottom: 14px;
}
.legal-num {
  font-family: "Satoshi", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}
.legal-content p, .legal-content li { color: var(--text-secondary); font-size: 15.5px; }
.legal-content li { margin-bottom: 8px; }
.legal-content a:not(.legal-toc a) { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal-callout {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 2px solid var(--accent);
  border-radius: 10px;
  padding: 14px 18px;
  margin-top: 14px;
}
.legal-callout p { color: var(--text-primary); font-size: 14.5px; margin: 0; }

@media (max-width: 820px) {
  .legal-body { grid-template-columns: 1fr; gap: 28px; }
  .legal-toc {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    border-left: none;
    border-bottom: 1px solid var(--border);
    padding-left: 0;
    padding-bottom: 20px;
    gap: 8px 16px;
  }
  .legal-toc-label { width: 100%; margin-bottom: 2px; }
  .legal-toc a { padding: 2px 0; }
}

/* ---------- Reveal-on-scroll ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Staggered child reveal - repeated-card grids fade/lift in one after
   another instead of all at once, a small but real signal of care that
   flat "everything appears simultaneously" reveals don't give. Delay
   only applies once the parent grid itself is visible; children start
   in the same hidden state as .reveal so there's no flash-before-hide. */
.features-grid > *, .stat-grid > *, .steps > *, .pricing-grid > *, .platform-row > *, .social-grid > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.features-grid.is-visible > *, .stat-grid.is-visible > *, .steps.is-visible > *,
.pricing-grid.is-visible > *, .platform-row.is-visible > *, .social-grid.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}
.features-grid > *:nth-child(1), .stat-grid > *:nth-child(1), .steps > *:nth-child(1), .pricing-grid > *:nth-child(1), .platform-row > *:nth-child(1), .social-grid > *:nth-child(1) { transition-delay: 0.05s; }
.features-grid > *:nth-child(2), .stat-grid > *:nth-child(2), .steps > *:nth-child(2), .pricing-grid > *:nth-child(2), .platform-row > *:nth-child(2), .social-grid > *:nth-child(2) { transition-delay: 0.12s; }
.features-grid > *:nth-child(3), .stat-grid > *:nth-child(3), .steps > *:nth-child(3), .pricing-grid > *:nth-child(3) { transition-delay: 0.19s; }
.features-grid > *:nth-child(4), .steps > *:nth-child(4), .pricing-grid > *:nth-child(4) { transition-delay: 0.26s; }
.features-grid > *:nth-child(5) { transition-delay: 0.33s; }
.features-grid > *:nth-child(6) { transition-delay: 0.4s; }
@media (prefers-reduced-motion: reduce) {
  .features-grid > *, .stat-grid > *, .steps > *, .pricing-grid > *, .platform-row > *, .social-grid > * {
    transition: none !important;
    transition-delay: 0s !important;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .social-grid { grid-template-columns: 1fr; }
  .footer-top { flex-direction: column; }
}

@media (max-width: 680px) {
  .nav-links { position: fixed; top: 76px; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--border); flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 24px 20px; transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity 0.15s ease, transform 0.15s ease; }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 12px 0; width: 100%; border-bottom: 1px solid var(--border); }
  .nav-links a:last-child { border-bottom: none; }
  .nav-toggle { display: block; }
  .nav-cta .btn-secondary { padding: 10px 16px; font-size: 13.5px; }
  .section { padding: 64px 0; }
  .features-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .platform-row { flex-direction: column; align-items: stretch; }
  .footer-cols { gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .leader-card { flex-direction: column; align-items: flex-start; padding: 28px; }
}

/* ---------- AI Sound Design launch ---------- */
.hero-proof { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin: -4px auto 18px; }
.hero-proof span { padding: 6px 11px; border: 1px solid var(--border); border-radius: 999px; background: rgba(15,20,26,.72); color: var(--text-secondary); font-size: 11.5px; font-weight: 600; }
.feature-card-sound { border-color: rgba(211,182,117,.38); background: radial-gradient(circle at 100% 0%, rgba(211,182,117,.10), transparent 42%), var(--surface); }
.feature-card-sound .feature-icon { background: rgba(211,182,117,.12); color: #D3B675; }
.new-pill { position: absolute; top: 20px; right: 20px; padding: 3px 10px; border-radius: 999px; background: rgba(211,182,117,.14); color: #E7D3A4; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.sound-spotlight { --sound-accent: #D3B675; --sound-accent-soft: #E7D3A4; overflow: hidden; border-top: 1px solid rgba(211,182,117,.16); border-bottom: 1px solid rgba(211,182,117,.16); background: radial-gradient(circle at 84% 18%, rgba(211,182,117,.10), transparent 31%), linear-gradient(180deg,#0B0E12 0%,#07090C 100%); }
.sound-spotlight-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(420px,1.05fr); gap: 68px; align-items: center; }
.sound-copy .eyebrow { color: var(--sound-accent); display: inline-block; margin-bottom: 14px; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.sound-copy h2 { font-size: clamp(32px,4.5vw,48px); max-width: 560px; }
.sound-lead { font-size: 17px; line-height: 1.7; max-width: 610px; }
.sound-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 28px 0; }
.sound-proof-grid div { padding: 15px 12px; border: 1px solid rgba(211,182,117,.18); border-radius: 14px; background: rgba(211,182,117,.05); }
.sound-proof-grid strong { display: block; color: var(--sound-accent-soft); font-family: "Bricolage Grotesque",sans-serif; font-size: 21px; }
.sound-proof-grid span { color: var(--text-secondary); font-size: 11px; }
.sound-benefits { list-style: none; padding: 0; margin: 0 0 30px; }
.sound-benefits li { position: relative; padding: 8px 0 8px 26px; color: var(--text-primary); font-size: 14.5px; }
.sound-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--sound-accent); font-weight: 800; }
.btn-sound { color: #151108; background: linear-gradient(135deg,#F0DEB5,#C8A95F); box-shadow: 0 12px 36px rgba(211,182,117,.18); }
.sound-console { position: relative; overflow: hidden; border: 1px solid rgba(211,182,117,.24); border-radius: 26px; background: #0C1015; box-shadow: 0 35px 80px rgba(0,0,0,.42); }
.sound-console-head,.sound-console-foot { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; color: var(--text-secondary); font-size: 12.5px; font-weight: 600; }
.sound-console-head { border-bottom: 1px solid var(--border); color: var(--text-primary); }
.sound-console-foot { border-top: 1px solid var(--border); }
.sound-status { display: flex; align-items: center; gap: 7px; color: var(--sound-accent-soft); }
.sound-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--sound-accent); box-shadow: 0 0 0 4px rgba(211,182,117,.10); }
.sound-preview { height: 180px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 9px; background: linear-gradient(115deg,rgba(4,254,182,.07),rgba(211,182,117,.08)),repeating-linear-gradient(90deg,transparent 0 49px,rgba(255,255,255,.015) 50px); }
.sound-preview-badge { color: var(--text-secondary); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.sound-preview-word { padding: 9px 16px; border-radius: 10px; color: #161109; background: var(--sound-accent-soft); font-family: "Bricolage Grotesque",sans-serif; font-size: 24px; font-weight: 800; box-shadow: 0 8px 30px rgba(211,182,117,.18); }
.sound-timeline { position: relative; padding: 14px 18px 18px; background: #080B0F; }
.sound-time { display: flex; justify-content: space-between; margin: 0 0 10px 70px; color: #667180; font-size: 10px; }
.sound-track { position: relative; display: grid; grid-template-columns: 62px 1fr; align-items: center; height: 44px; margin-bottom: 7px; }
.sound-track > span { color: #788392; font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; }
.sound-clip { grid-column: 2; height: 34px; border-radius: 8px; }
.video-clip { background: linear-gradient(90deg,#233341,#16232E); border: 1px solid #375064; }
.music-clip { position: relative; display: flex; align-items: center; padding: 0 10px; overflow: hidden; background: rgba(211,182,117,.12); border: 1px solid rgba(211,182,117,.48); color: var(--sound-accent-soft); }
.music-clip b { position: relative; z-index: 1; font-size: 10px; }
.music-clip i { position: absolute; inset: 6px; opacity: .45; background: repeating-linear-gradient(90deg,transparent 0 6px,var(--sound-accent) 7px 8px,transparent 9px 12px); }
.sfx-marker { position: absolute; top: 6px; padding: 7px 8px; border-radius: 7px; background: rgba(4,254,182,.10); border: 1px solid rgba(4,254,182,.34); color: var(--accent); font-size: 8px; font-weight: 800; }
.sfx-a { left: 26%; }.sfx-b { left: 54%; }.sfx-c { right: 5%; color: var(--sound-accent-soft); border-color: rgba(211,182,117,.34); background: rgba(211,182,117,.10); }
.sound-playhead { position: absolute; top: 14px; bottom: 18px; left: 47%; width: 1px; background: var(--sound-accent-soft); box-shadow: 0 0 10px rgba(211,182,117,.45); }
.sound-playhead::before { content: ""; position: absolute; top: -2px; left: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--sound-accent-soft); }
.sound-feature-hero { padding-bottom: 74px; }
.sound-category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.sound-category { padding: 24px 20px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); }
.sound-category strong { display: block; color: #E7D3A4; margin-bottom: 6px; }
.sound-category span { color: var(--text-secondary); font-size: 13px; }
.sound-workflow { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.sound-workflow-card { padding: 28px 24px; border: 1px solid rgba(211,182,117,.18); border-radius: var(--radius-card); background: rgba(211,182,117,.04); }
.sound-workflow-card em { color: #D3B675; font-style: normal; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.sound-workflow-card h3 { margin-top: 12px; }
@media (max-width:900px) { .sound-spotlight-grid { grid-template-columns: 1fr; } .sound-console { max-width: 680px; width: 100%; margin: 0 auto; } .sound-category-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width:680px) { .sound-proof-grid { grid-template-columns: repeat(2,1fr); } .sound-workflow,.sound-category-grid { grid-template-columns: 1fr; } .sound-console-foot { flex-direction: column; align-items: flex-start; gap: 6px; } .sound-preview { height: 145px; } }
