/* ============================================================
   MusicLinkd — musiclinkd.com
   2026 product-launch landing page
   Built on tokens.css — no duplicated design values.
   ============================================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 16px);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--background);
  color: var(--text-primary);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }
input, textarea, select { font: inherit; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  line-height: 1.05;
  font-weight: 800;
  text-wrap: balance;
}

::selection { background: var(--pink-container); color: var(--brand-navy); }

:focus-visible {
  outline: 2px solid var(--border-focus);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -64px;
  z-index: 200;
  background: var(--brand-navy);
  color: #fff;
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: top var(--dur-medium) var(--ease-default);
}
.skip-link:focus { top: 12px; }

/* ---------- Layout primitives ---------- */
.container {
  width: min(var(--container), 100% - 48px);
  margin-inline: auto;
}

.section { padding-block: clamp(80px, 10vw, 144px); position: relative; }
.section--alt { background: var(--surface); }
.section--dark { background: var(--brand-navy); color: var(--text-on-dark); }

.sec-head { max-width: 780px; margin-bottom: clamp(44px, 6vw, 80px); }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head--wide { max-width: 920px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-pink);
  margin-bottom: 20px;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--brand-pink);
  border-radius: 2px;
}
.sec-head--center .eyebrow::after {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--brand-pink);
  border-radius: 2px;
}

.display {
  font-size: clamp(44px, 7.2vw, 96px);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.h2 { font-size: clamp(34px, 4.6vw, 60px); letter-spacing: -0.04em; line-height: 1.02; }
.h3 { font-size: clamp(24px, 3vw, 34px); letter-spacing: -0.03em; line-height: 1.1; }

.lead {
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.6;
  color: var(--text-secondary);
  margin-top: 24px;
  max-width: 640px;
}
.sec-head--center .lead { margin-inline: auto; }
.section--dark .lead { color: var(--text-on-dark-muted); }

.muted { color: var(--text-secondary); }
.section--dark .muted { color: var(--text-on-dark-muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius-pill);
  padding: 14px 26px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid transparent;
  min-height: 48px;
  transition: transform var(--dur-medium) var(--ease-default),
              box-shadow var(--dur-medium) var(--ease-default),
              background var(--dur-fast) var(--ease-default),
              border-color var(--dur-fast) var(--ease-default),
              color var(--dur-fast) var(--ease-default);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.98); }

.btn--primary { background: var(--brand-pink); color: #fff; box-shadow: 0 8px 24px rgba(234, 76, 137, 0.28); }
.btn--primary:hover { background: var(--brand-pink-hover); box-shadow: 0 12px 32px rgba(234, 76, 137, 0.36); }

.btn--dark { background: var(--brand-navy); color: #fff; }
.btn--dark:hover { background: #1B1840; }

.btn--ghost { background: var(--surface); border-color: var(--border); color: var(--text-primary); }
.btn--ghost:hover { background: var(--surface-alt); border-color: #D8D8E2; }

.btn--light { background: #fff; color: var(--brand-navy); }
.btn--light:hover { background: var(--pink-container); }

.btn--lg { padding: 18px 34px; font-size: 16px; min-height: 56px; }
.btn--sm { padding: 10px 18px; font-size: 13px; min-height: 40px; }

.btn svg { flex-shrink: 0; }

/* Google Play badge */
.play-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--brand-navy);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 10px 22px 10px 16px;
  text-decoration: none;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform var(--dur-medium) var(--ease-default), box-shadow var(--dur-medium) var(--ease-default), background var(--dur-fast);
}
.play-badge:hover { transform: translateY(-2px); background: #1B1840; box-shadow: var(--shadow-4); }
.play-badge__icon { width: 26px; height: 26px; flex-shrink: 0; }
.play-badge__text { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.play-badge__text small { font-size: 10px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; opacity: 0.75; }
.play-badge__text strong { font-size: 16px; font-weight: 700; font-family: var(--font-display); letter-spacing: -0.01em; }
.play-badge--light { background: #fff; color: var(--brand-navy); border-color: var(--border); }

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--nav-h);
  transition: background var(--dur-slow) var(--ease-default),
              border-color var(--dur-slow) var(--ease-default),
              box-shadow var(--dur-slow) var(--ease-default);
  border-bottom: 1px solid transparent;
}
.nav--scrolled {
  background: rgba(252, 252, 253, 0.82);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  backdrop-filter: saturate(180%) blur(16px);
  border-bottom-color: var(--border);
}
.nav__inner {
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav__logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.05em;
  text-decoration: none;
  color: var(--text-primary);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.nav__logo em { color: var(--brand-pink); font-style: normal; }
.nav__logo-mark { width: 30px; height: 30px; border-radius: 8px; }

.nav__links { display: flex; align-items: center; gap: 4px; list-style: none; padding: 0; }
.nav__links a {
  display: inline-flex;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: var(--radius-pill);
  transition: color var(--dur-fast), background var(--dur-fast);
}
.nav__links a:hover { color: var(--text-primary); background: var(--surface-alt); }

.nav__actions { display: flex; align-items: center; gap: 12px; }

.nav__toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: var(--surface);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: transform var(--dur-medium) var(--ease-default), opacity var(--dur-medium);
}
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-top: calc(var(--nav-h) + clamp(48px, 7vw, 96px));
  padding-bottom: clamp(64px, 8vw, 120px);
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 8px 16px 8px 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 28px;
  box-shadow: var(--shadow-1);
}
.hero__pill-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 4px var(--success-container);
}
.hero__pill b { color: var(--text-primary); }

.hero h1 { max-width: 12ch; }
.hero h1 .accent { color: var(--brand-pink); }

.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; align-items: center; }
.hero__note {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
  font-size: 13px;
  color: var(--text-secondary);
}
.hero__note span { display: inline-flex; align-items: center; gap: 7px; }
.hero__note svg { color: var(--success); flex-shrink: 0; }

/* Hero visual */
.hero__visual { position: relative; min-height: 560px; }
.hero__phones { position: relative; height: 100%; min-height: 560px; }
.hero__phone-a { position: absolute; left: 0; top: 0; z-index: 3; }
.hero__phone-b { position: absolute; right: -8px; bottom: -24px; z-index: 2; transform: rotate(4deg); }

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 1;
}
.blob--pink { width: 480px; height: 480px; background: radial-gradient(circle, rgba(234, 76, 137, 0.22), transparent 65%); top: -120px; right: -80px; }
.blob--purple { width: 420px; height: 420px; background: radial-gradient(circle, rgba(139, 92, 246, 0.14), transparent 65%); bottom: -140px; left: -100px; }
.blob--hero-left { width: 560px; height: 560px; background: radial-gradient(circle, rgba(234, 76, 137, 0.10), transparent 65%); top: 10%; left: -220px; }

.hero__grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(13, 11, 38, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(13, 11, 38, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, black 30%, transparent 75%);
  pointer-events: none;
}

/* ---------- Phone mockup ---------- */
.phone {
  width: clamp(232px, 21vw, 284px);
  background: var(--brand-navy);
  border-radius: 46px;
  padding: 11px;
  box-shadow: var(--shadow-5), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  position: relative;
}
.phone::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 120px;
  width: 3px;
  height: 64px;
  border-radius: 2px;
  background: #2A2748;
}
.phone__screen {
  background: var(--background);
  border-radius: 36px;
  overflow: hidden;
  aspect-ratio: 9 / 19.2;
  display: flex;
  flex-direction: column;
  position: relative;
}
.phone__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 4px;
  font-size: 10px;
  font-weight: 700;
  color: var(--text-primary);
  flex-shrink: 0;
}
.phone__status-icons { display: flex; gap: 4px; align-items: center; }
.phone__status-icons i {
  display: block;
  background: var(--text-primary);
  border-radius: 1px;
}
.phone__body { flex: 1; overflow: hidden; display: flex; flex-direction: column; position: relative; }
.phone__navbar {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  padding: 10px 14px 14px;
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.phone__navbar i {
  width: 18px; height: 18px;
  border-radius: 6px;
  background: var(--border);
  display: block;
}
.phone__navbar i.on { background: var(--brand-pink); border-radius: 50%; }

/* Animated discovery feed (hero phone A) */
.feed { flex: 1; overflow: hidden; position: relative; }
.feed::before, .feed::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 28px;
  z-index: 2;
  pointer-events: none;
}
.feed::before { top: 0; background: linear-gradient(to bottom, var(--background), transparent); }
.feed::after { bottom: 0; background: linear-gradient(to top, var(--background), transparent); }
.feed__track {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  animation: feedScroll 18s linear infinite;
}
@keyframes feedScroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* ---------- Mini UI kit (mockups) ---------- */
.m-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 12px;
}
.m-row { display: flex; align-items: center; gap: 10px; }
.m-row--between { justify-content: space-between; }
.m-avatar { border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.m-name { font-weight: 700; font-size: 12px; font-family: var(--font-display); letter-spacing: -0.01em; }
.m-sub { font-size: 10px; color: var(--text-secondary); }
.m-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}
.m-badge--av { background: var(--success-container); color: var(--success-dark); }
.m-badge--vf { background: var(--pink-container); color: var(--brand-pink); }
.m-badge--biz { background: var(--purple-container); color: var(--accent-purple); }
.m-badge--ug { background: var(--warning-container); color: #92400E; }
.m-chip {
  display: inline-flex;
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  font-size: 10px;
  font-weight: 500;
  color: var(--text-secondary);
  background: var(--surface);
  white-space: nowrap;
}
.m-chip--on { background: var(--brand-navy); border-color: var(--brand-navy); color: #fff; }
.m-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 600;
  padding: 8px 14px;
  min-height: 32px;
  white-space: nowrap;
}
.m-btn--p { background: var(--brand-pink); color: #fff; }
.m-btn--n { background: var(--brand-navy); color: #fff; }
.m-btn--s { border: 1px solid var(--border); color: var(--text-primary); background: var(--surface); }
.m-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 8px 12px;
  font-size: 10px;
  color: var(--text-secondary);
}
.m-stat { text-align: center; }
.m-stat b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 14px; letter-spacing: -0.02em; }
.m-stat span { font-size: 8px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.06em; }
.m-divider { height: 1px; background: var(--border); }
.m-img { border-radius: var(--radius-sm); object-fit: cover; width: 100%; }
.m-stars { color: var(--warning); font-size: 11px; letter-spacing: 2px; }

/* Waveform */
.wf { display: flex; gap: 2px; align-items: flex-end; height: 24px; }
.wf i {
  width: 2.5px;
  border-radius: 2px;
  background: var(--brand-pink);
  animation: wfb 900ms ease-in-out infinite alternate;
}
.wf i:nth-child(1) { height: 40%; animation-delay: 0ms; }
.wf i:nth-child(2) { height: 75%; animation-delay: 60ms; }
.wf i:nth-child(3) { height: 30%; animation-delay: 120ms; }
.wf i:nth-child(4) { height: 90%; animation-delay: 180ms; }
.wf i:nth-child(5) { height: 50%; animation-delay: 240ms; }
.wf i:nth-child(6) { height: 82%; animation-delay: 300ms; }
.wf i:nth-child(7) { height: 34%; animation-delay: 360ms; }
.wf i:nth-child(8) { height: 66%; animation-delay: 420ms; }
.wf i:nth-child(9) { height: 58%; animation-delay: 480ms; }
.wf i:nth-child(10) { height: 96%; animation-delay: 540ms; }
.wf i:nth-child(11) { height: 26%; animation-delay: 600ms; }
.wf i:nth-child(12) { height: 72%; animation-delay: 660ms; }
.wf i:nth-child(13) { height: 44%; animation-delay: 720ms; }
.wf i:nth-child(14) { height: 84%; animation-delay: 780ms; }
.wf i:nth-child(15) { height: 38%; animation-delay: 840ms; }
.wf i:nth-child(16) { height: 62%; animation-delay: 900ms; }
@keyframes wfb { from { transform: scaleY(0.35); } to { transform: scaleY(1); } }
.wf--static i { animation: none; }

/* Chat bubbles */
.m-bubble {
  max-width: 82%;
  padding: 8px 12px;
  font-size: 11px;
  line-height: 1.45;
  border-radius: 14px;
}
.m-bubble--in { background: var(--surface-alt); border: 1px solid var(--border); border-bottom-left-radius: 4px; align-self: flex-start; }
.m-bubble--out { background: var(--brand-pink); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }

/* ---------- Marquee ---------- */
.marquee {
  border-block: 1px solid var(--border);
  padding-block: 20px;
  overflow: hidden;
  background: var(--surface);
}
.marquee__track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: marquee 32s linear infinite;
}
.marquee__track span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
  display: inline-flex;
  align-items: center;
  gap: 56px;
  white-space: nowrap;
}
.marquee__track span::after { content: "✦"; color: var(--brand-pink); font-size: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Problem ---------- */
.problem__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}
.pain-list { display: flex; flex-direction: column; }
.pain {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding-block: 32px;
  border-bottom: 1px solid var(--border);
}
.pain:first-child { border-top: 1px solid var(--border); }
.pain__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -0.04em;
  color: var(--brand-pink);
  opacity: 0.9;
}
.pain h3 { font-size: 22px; margin-bottom: 10px; letter-spacing: -0.02em; }
.pain p { color: var(--text-secondary); font-size: 15px; line-height: 1.65; }

/* Scattered tools collage */
.scatter { position: relative; min-height: 480px; }
.scatter__card {
  position: absolute;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 16px 18px;
  box-shadow: var(--shadow-3);
  max-width: 250px;
  font-size: 13px;
}
.scatter__card b { display: block; font-family: var(--font-display); font-size: 14px; margin-bottom: 4px; letter-spacing: -0.01em; }
.scatter__card small { color: var(--text-secondary); font-size: 12px; line-height: 1.5; display: block; }
.scatter__tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: var(--radius-pill);
  margin-bottom: 8px;
}
.scatter__card--1 { top: 4%; left: 6%; transform: rotate(-5deg); }
.scatter__card--2 { top: 22%; right: 2%; transform: rotate(3.5deg); }
.scatter__card--3 { bottom: 24%; left: 0; transform: rotate(2.5deg); }
.scatter__card--4 { bottom: 2%; right: 10%; transform: rotate(-3deg); }
.scatter__strike {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.scatter__strike span {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 2.4vw, 28px);
  letter-spacing: -0.02em;
  color: var(--brand-pink);
  background: var(--surface);
  border: 1.5px solid var(--brand-pink);
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  transform: rotate(-4deg);
  box-shadow: 0 16px 40px rgba(234, 76, 137, 0.18);
}

/* ---------- Ecosystem / Introducing ---------- */
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 48px);
  margin-top: clamp(48px, 6vw, 72px);
}
.stat { text-align: center; padding: 32px 16px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.stat__num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(48px, 6vw, 76px);
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--brand-navy);
}
.stat__num em { color: var(--brand-pink); font-style: normal; }
.stat__label { margin-top: 10px; font-size: 14px; color: var(--text-secondary); font-weight: 500; }

/* Orbit */
.orbit-wrap { margin-top: clamp(56px, 8vw, 96px); display: grid; place-items: center; }
.orbit {
  position: relative;
  width: min(640px, 92vw);
  aspect-ratio: 1;
}
.orbit::before, .orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed #D9D9E3;
}
.orbit::before { inset: 6%; }
.orbit::after { inset: 22%; }
.orbit__core {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  background: var(--brand-navy);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 26px 34px;
  text-align: center;
  box-shadow: var(--shadow-5);
  z-index: 3;
  width: 220px;
}
.orbit__core .logo { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -0.04em; }
.orbit__core .logo em { color: var(--brand-pink); font-style: normal; }
.orbit__core small { display: block; margin-top: 6px; font-size: 11px; color: var(--text-on-dark-muted); }
.orbit__chip {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: rotate(var(--a)) translateX(var(--r)) rotate(calc(var(--a) * -1)) translate(-50%, -50%);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: var(--shadow-2);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.orbit__chip svg { color: var(--brand-pink); }

/* ---------- Personas ---------- */
.personas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.persona {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  transition: transform var(--dur-slow) var(--ease-default), box-shadow var(--dur-slow) var(--ease-default), border-color var(--dur-slow);
  position: relative;
  overflow: hidden;
}
.persona::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-pink), var(--accent-purple));
  opacity: 0;
  transition: opacity var(--dur-slow);
}
.persona:hover { transform: translateY(-4px); box-shadow: var(--shadow-3); border-color: #E0E0EA; }
.persona:hover::before { opacity: 1; }
.persona__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--pink-container);
  color: var(--brand-pink);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.persona h3 { font-size: 17px; letter-spacing: -0.02em; margin-bottom: 8px; }
.persona p { font-size: 13.5px; color: var(--text-secondary); line-height: 1.55; }

/* ---------- Modules ---------- */
.module {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
  padding-block: clamp(36px, 5vw, 64px);
}
.module + .module { border-top: 1px solid var(--border); }
.module--flip .module__visual { order: -1; }
.module__num {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--brand-pink);
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  display: block;
}
.module h3 { font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.03em; margin-bottom: 16px; }
.module p { color: var(--text-secondary); font-size: 16px; line-height: 1.65; max-width: 460px; }
.module__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.module__tag {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-secondary);
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
}

.mock {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 22px;
  box-shadow: var(--shadow-3);
  width: 100%;
  max-width: 440px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.mock--dark { background: var(--brand-navy); border-color: rgba(255, 255, 255, 0.1); color: #fff; }
.mock--dark .m-name, .mock--dark .m-sub { color: #fff; }
.mock--dark .m-sub { color: var(--text-on-dark-muted); }
.mock__label {
  position: absolute;
  top: -12px;
  left: 22px;
  background: var(--brand-navy);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
}

/* ---------- Product gallery (horizontal) ---------- */
.gallery { overflow: hidden; }
.gallery__viewport { overflow: visible; }
.gallery__track {
  display: flex;
  gap: clamp(28px, 4vw, 56px);
  width: max-content;
  padding-inline: max(24px, calc((100vw - var(--container)) / 2));
  align-items: flex-start;
}
.shot { width: clamp(250px, 23vw, 300px); flex-shrink: 0; }
.shot .phone { width: 100%; }
.shot__caption { margin-top: 24px; max-width: 280px; }
.shot__caption .n {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--brand-pink);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.shot__caption h3 { font-size: 20px; margin: 8px 0 6px; letter-spacing: -0.02em; }
.shot__caption p { font-size: 14px; color: var(--text-secondary); line-height: 1.55; }
.gallery__hint {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 48px;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 500;
}
.gallery__progress {
  margin-top: 16px;
  height: 2px;
  background: var(--border);
  border-radius: 2px;
  max-width: 320px;
  overflow: hidden;
}
.gallery__progress i {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--brand-pink);
  border-radius: 2px;
}

/* ---------- Journeys ---------- */
.journey-tabs {
  display: inline-flex;
  gap: 4px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 5px;
  margin-bottom: clamp(40px, 5vw, 64px);
  flex-wrap: wrap;
}
.journey-tab {
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
  transition: background var(--dur-fast), color var(--dur-fast);
  min-height: 48px;
}
.journey-tab[aria-selected="true"] { background: var(--brand-navy); color: #fff; }
.journey-tab:hover:not([aria-selected="true"]) { background: var(--surface-alt); color: var(--text-primary); }

.journey-panel[hidden] { display: none; }
.journey__layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
.journey__intro h3 { font-size: clamp(26px, 3vw, 36px); letter-spacing: -0.03em; margin-bottom: 16px; }
.journey__intro p { color: var(--text-secondary); font-size: 16px; line-height: 1.65; }
.journey__intro .btn { margin-top: 28px; }

.steps { list-style: none; padding: 0; display: flex; flex-direction: column; }
.step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  position: relative;
  padding-bottom: 28px;
}
.step:last-child { padding-bottom: 0; }
.step::before {
  content: "";
  position: absolute;
  left: 21.5px;
  top: 44px;
  bottom: 0;
  width: 1.5px;
  background: var(--border);
}
.step:last-child::before { display: none; }
.step__num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--surface);
  border: 1.5px solid var(--border);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  color: var(--text-secondary);
  position: relative;
  z-index: 1;
  transition: all var(--dur-slow) var(--ease-default);
}
.step--done .step__num { background: var(--brand-pink); border-color: var(--brand-pink); color: #fff; }
.step__body { padding-top: 8px; }
.step__body h4 { font-size: 17px; letter-spacing: -0.01em; margin-bottom: 4px; font-family: var(--font-display); font-weight: 700; }
.step__body p { font-size: 14px; color: var(--text-secondary); line-height: 1.55; }

/* ---------- Trust (dark) ---------- */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.trust-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  transition: background var(--dur-slow), border-color var(--dur-slow), transform var(--dur-slow) var(--ease-default);
}
.trust-card:hover { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.16); transform: translateY(-3px); }
.trust-card__icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  background: rgba(234, 76, 137, 0.16);
  color: var(--brand-pink);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.trust-card h3 { font-size: 20px; letter-spacing: -0.02em; margin-bottom: 10px; color: #fff; }
.trust-card p { font-size: 14.5px; color: var(--text-on-dark-muted); line-height: 1.6; }

.credit-loop {
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 40px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.credit-loop h3 { font-size: clamp(22px, 2.6vw, 30px); color: #fff; letter-spacing: -0.02em; margin-bottom: 12px; }
.credit-loop h3 em { color: var(--brand-pink); font-style: normal; }
.credit-loop p { color: var(--text-on-dark-muted); font-size: 15px; line-height: 1.65; }
.credit-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--text-primary);
  box-shadow: var(--shadow-5);
}
.credit-card__head { display: flex; align-items: center; justify-content: space-between; }
.credit-card__head b { font-family: var(--font-display); font-size: 14px; }
.credit-person { display: flex; align-items: center; justify-content: space-between; background: var(--surface-alt); border-radius: var(--radius-sm); padding: 10px 12px; }
.credit-person .m-sub { font-size: 9px; }

/* ---------- AI ---------- */
.ai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ai-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  transition: transform var(--dur-slow) var(--ease-default), box-shadow var(--dur-slow);
}
.ai-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-3); }
.ai-card__icon {
  width: 44px; height: 44px;
  border-radius: var(--radius-sm);
  background: var(--pink-container);
  color: var(--brand-pink);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.ai-card h3 { font-size: 18px; letter-spacing: -0.02em; margin-bottom: 8px; }
.ai-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }
.ai-note {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-secondary);
}
.ai-note svg { color: var(--brand-pink); }

/* ---------- Roles grid ---------- */
.roles-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.role {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: -0.01em;
  transition: transform var(--dur-medium) var(--ease-default), border-color var(--dur-medium), box-shadow var(--dur-medium);
}
.role:hover { transform: translateY(-2px); border-color: var(--brand-pink); box-shadow: 0 8px 20px rgba(234, 76, 137, 0.10); }
.role svg { color: var(--brand-pink); flex-shrink: 0; }

/* ---------- Comparison ---------- */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.compare__col {
  border-radius: var(--radius-xl);
  padding: clamp(28px, 4vw, 44px);
  display: flex;
  flex-direction: column;
}
.compare__col--without { background: var(--surface); border: 1px solid var(--border); }
.compare__col--with {
  background: var(--brand-navy);
  color: #fff;
  box-shadow: var(--shadow-5);
  position: relative;
  overflow: hidden;
}
.compare__col--with::before {
  content: "";
  position: absolute;
  width: 340px; height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 76, 137, 0.25), transparent 65%);
  top: -140px; right: -120px;
  filter: blur(30px);
}
.compare__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.compare__col--without .compare__label { color: var(--text-secondary); }
.compare__col--with .compare__label { color: var(--brand-pink); }
.compare__col h3 { font-size: clamp(24px, 2.8vw, 32px); letter-spacing: -0.03em; margin-bottom: 28px; }
.compare__list { list-style: none; padding: 0; display: flex; flex-direction: column; }
.compare__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-block: 14px;
  font-size: 15.5px;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
}
.compare__list li:last-child { border-bottom: none; }
.compare__col--without .compare__list li { color: var(--text-secondary); }
.compare__col--without .compare__list li svg { color: #C6C6D2; }
.compare__col--with .compare__list li { border-bottom-color: rgba(255, 255, 255, 0.1); }
.compare__col--with .compare__list li svg { color: var(--brand-pink); }
.compare__list svg { flex-shrink: 0; }

/* ---------- Testimonials ---------- */
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.quote {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform var(--dur-slow) var(--ease-default), box-shadow var(--dur-slow);
}
.quote:hover { transform: translateY(-4px); box-shadow: var(--shadow-3); }
.quote--feature { grid-row: span 2; background: var(--brand-navy); color: #fff; border-color: transparent; justify-content: space-between; }
.quote--feature .quote__text { color: #fff; font-size: clamp(20px, 2vw, 24px); }
.quote--feature .quote__person small { color: var(--text-on-dark-muted); }
.quote__stars { color: var(--warning); letter-spacing: 3px; font-size: 14px; }
.quote__text { font-size: 15.5px; line-height: 1.65; color: var(--text-primary); font-weight: 500; letter-spacing: -0.01em; }
.quote__person { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.quote__person img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.quote__person b { display: block; font-size: 14px; font-family: var(--font-display); letter-spacing: -0.01em; }
.quote__person small { font-size: 12px; color: var(--text-secondary); }

/* ---------- Roadmap ---------- */
.roadmap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.phase {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: clamp(26px, 3vw, 36px);
  display: flex;
  flex-direction: column;
}
.phase--now { border-color: var(--brand-pink); box-shadow: 0 16px 40px rgba(234, 76, 137, 0.10); }
.phase__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.phase__head h3 { font-size: 22px; letter-spacing: -0.02em; }
.phase__pill {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
}
.phase__pill--now { background: var(--pink-container); color: var(--brand-pink); }
.phase__pill--next { background: var(--warning-container); color: #92400E; }
.phase__pill--future { background: var(--surface-alt); color: var(--text-secondary); border: 1px solid var(--border); }
.phase__desc { font-size: 13.5px; color: var(--text-secondary); margin-bottom: 22px; }
.phase__list { list-style: none; padding: 0; display: flex; flex-direction: column; }
.phase__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-block: 11px;
  font-size: 14.5px;
  font-weight: 500;
  border-bottom: 1px solid var(--border);
}
.phase__list li:last-child { border-bottom: none; }
.phase__list li::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--border);
  flex-shrink: 0;
}
.phase--now .phase__list li::before { background: var(--brand-pink); }
.phase--next .phase__list li::before { background: var(--warning); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--border); }
.faq__item:first-child { border-top: 1px solid var(--border); }
.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 4px;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(17px, 1.8vw, 20px);
  letter-spacing: -0.02em;
  color: var(--text-primary);
  min-height: 48px;
  transition: color var(--dur-fast);
}
.faq__q:hover { color: var(--brand-pink); }
.faq__icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform var(--dur-slow) var(--ease-default), background var(--dur-slow), border-color var(--dur-slow);
}
.faq__q[aria-expanded="true"] .faq__icon { transform: rotate(45deg); background: var(--brand-pink); border-color: var(--brand-pink); color: #fff; }
.faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--dur-slow) var(--ease-default);
}
.faq__a-inner { overflow: hidden; }
.faq__a p {
  padding: 0 44px 26px 4px;
  color: var(--text-secondary);
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 640px;
}
.faq__item:has(.faq__q[aria-expanded="true"]) .faq__a { grid-template-rows: 1fr; }

/* ---------- Final CTA ---------- */
.cta-final { position: relative; overflow: hidden; }
.cta-final .container { position: relative; z-index: 2; text-align: center; }
.cta-final .h2 { color: #fff; max-width: 16ch; margin-inline: auto; }
.cta-final .lead { margin-inline: auto; }
.cta-final__glow {
  position: absolute;
  width: 720px; height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(234, 76, 137, 0.28), transparent 60%);
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(40px);
  pointer-events: none;
}
.cta-final__ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 44px; align-items: center; }

.waitlist {
  display: flex;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 6px;
  border-radius: var(--radius-pill);
  max-width: 520px;
  margin: 40px auto 0;
  transition: border-color var(--dur-fast);
}
.waitlist:focus-within { border-color: var(--brand-pink); }
.waitlist input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 15px;
  padding: 12px 18px;
  min-height: 48px;
}
.waitlist input::placeholder { color: var(--text-on-dark-muted); }
.waitlist .btn { flex-shrink: 0; }
.waitlist__success {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 18px;
}
.waitlist--done .waitlist__row { display: none; }
.waitlist--done .waitlist__success { display: flex; }
.waitlist__row { display: flex; gap: 6px; width: 100%; }
.cta-final__partner { margin-top: 28px; font-size: 14.5px; color: var(--text-on-dark-muted); }
.cta-final__partner a { color: #fff; font-weight: 600; text-decoration: none; border-bottom: 1.5px solid var(--brand-pink); padding-bottom: 2px; transition: color var(--dur-fast); }
.cta-final__partner a:hover { color: var(--brand-pink); }

/* ---------- Footer ---------- */
.footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: clamp(56px, 7vw, 88px) 0 40px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: clamp(32px, 5vw, 64px);
  margin-bottom: 56px;
}
.footer__brand p { color: var(--text-secondary); font-size: 14.5px; line-height: 1.65; max-width: 300px; margin-top: 16px; }
.footer__col h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 18px;
  font-family: var(--font-body);
}
.footer__col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer__col a {
  font-size: 14.5px;
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 500;
  transition: color var(--dur-fast);
}
.footer__col a:hover { color: var(--brand-pink); }
.footer__bottom {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13.5px;
  color: var(--text-secondary);
}
.footer__social { display: flex; gap: 10px; }
.footer__social a {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  color: var(--text-secondary);
  transition: all var(--dur-fast);
}
.footer__social a:hover { color: var(--brand-pink); border-color: var(--brand-pink); transform: translateY(-2px); }

/* ---------- Legal pages ---------- */
.legal-hero { padding: calc(var(--nav-h) + clamp(48px, 7vw, 88px)) 0 clamp(32px, 4vw, 48px); border-bottom: 1px solid var(--border); }
.legal-body { padding-block: clamp(40px, 5vw, 72px); max-width: 760px; }
.legal-body h2 { font-size: 24px; margin: 40px 0 14px; letter-spacing: -0.02em; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p, .legal-body li { color: var(--text-secondary); font-size: 15.5px; line-height: 1.75; }
.legal-body ul { padding-left: 22px; display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.legal-body p + p { margin-top: 12px; }
.legal-body a { color: var(--brand-pink); }

/* ---------- 404 ---------- */
.nf {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
}
.nf__code {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(96px, 20vw, 200px);
  letter-spacing: -0.06em;
  line-height: 1;
  color: var(--brand-navy);
}
.nf__code em { color: var(--brand-pink); font-style: normal; }
.nf p { color: var(--text-secondary); margin: 16px 0 32px; font-size: 17px; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .personas-grid { grid-template-columns: repeat(3, 1fr); }
  .roles-grid { grid-template-columns: repeat(4, 1fr); }
  .ai-grid { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: repeat(2, 1fr); }
  .quote--feature { grid-row: auto; grid-column: span 2; }
}

@media (max-width: 900px) {
  .nav__links {
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    align-items: stretch;
    padding: 16px 24px 24px;
    gap: 4px;
    box-shadow: var(--shadow-3);
    display: none;
  }
  .nav__links.open { display: flex; }
  .nav__links a { padding: 14px 16px; font-size: 16px; }
  .nav__toggle { display: flex; }
  .nav__cta-desktop { display: none; }

  .hero__grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 100%; }
  .hero__visual { min-height: 520px; margin-top: 16px; }
  .hero__phones { min-height: 520px; max-width: 480px; margin-inline: auto; }

  .problem__grid { grid-template-columns: 1fr; }
  .scatter { min-height: 440px; max-width: 520px; }

  .module { grid-template-columns: 1fr; gap: 32px; }
  .module--flip .module__visual { order: 0; }
  .module p { max-width: 100%; }

  .journey__layout { grid-template-columns: 1fr; }
  .credit-loop { grid-template-columns: 1fr; }
  .compare { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .roadmap { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr; gap: 12px; }

  /* Gallery falls back to native horizontal scroll */
  .gallery__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .gallery__viewport::-webkit-scrollbar { display: none; }
  .shot { scroll-snap-align: start; }
}

@media (max-width: 640px) {
  .personas-grid { grid-template-columns: 1fr; }
  .roles-grid { grid-template-columns: repeat(2, 1fr); }
  .ai-grid { grid-template-columns: 1fr; }
  .quotes { grid-template-columns: 1fr; }
  .quote--feature { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: span 2; }
  .hero__phone-b { right: 0; }
  .phone { width: clamp(220px, 62vw, 260px); }
  .waitlist__row { flex-direction: column; }
  .waitlist { border-radius: var(--radius-lg); }
  .waitlist .btn { width: 100%; }
  .pain { grid-template-columns: 48px 1fr; gap: 16px; }
  .pain__num { font-size: 22px; }
  .orbit__chip { font-size: 10px; padding: 7px 12px; }
  .orbit__core { width: 180px; padding: 20px 24px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .feed__track, .marquee__track { animation: none; }
}
