/* ============================================================
   MusicLinkd Design System — Single Source of Truth
   ============================================================
   Works for: musiclinkd.com website + guide/merge/merge.html
   Mobile-first. Tokens from guide/tokens/tokens.json.
   Components from guide/merge/merge.html.
   ============================================================ */

/* ----- 1. TOKENS ----- */
:root {
  /* Brand */
  --pink: #EA4C89; --pink-hover: #D93C77; --navy: #0D0B26; --purple: #8B5CF6;
  /* Surface */
  --paper: #FCFCFD; --surface: #FFFFFF; --surface-alt: #F8F8FB;
  /* Border */
  --line: #ECECF1; --border: #ECECF1;
  /* Text */
  --ink: #0D0B26; --muted: #7D7D8E; --text-on-dark: #FFFFFF; --text-on-dark-muted: #B8BAC7;
  /* Status */
  --success: #22C55E; --success-dark: #15803D; --warn: #F59E0B; --err: #DC2626; --info: #2563EB;
  /* Containers */
  --pink-container: #FCE7F3; --success-container: #DCFCE7; --warn-container: #FEF3C7; --purple-container: #F3E8FF;
  /* Typography scale */
  --fs-display: 56px; --fs-h1: 28px; --fs-h2: 20px; --fs-h3: 16px; --fs-body: 14px; --fs-caption: 11px; --fs-10: 10px; --fs-9: 9px; --fs-8: 8px;
  /* Spacing (8dp) */
  --sp-xs: 4px; --sp-sm: 8px; --sp-md: 16px; --sp-lg: 24px; --sp-xl: 32px; --sp-2xl: 48px; --sp-3xl: 64px; --sp-4xl: 96px;
  /* Radius */
  --r-card: 24px; --r-media: 16px; --r-pill: 9999px; --r-avatar: 50%; --r-toast: 16px; --r-sm: 12px; --r-lg: 24px; --r-xl: 32px;
  /* Shadow */
  --shadow-card: 0 4px 12px rgba(0,0,0,.05); --shadow-hover: 0 8px 24px rgba(0,0,0,.06); --shadow-modal: 0 12px 32px rgba(0,0,0,.12);
  --shadow-1: 0 1px 3px rgba(13,11,38,0.08); --shadow-2: 0 4px 12px rgba(13,11,38,0.05);
  --shadow-3: 0 8px 24px rgba(13,11,38,0.08); --shadow-4: 0 12px 32px rgba(13,11,38,0.12); --shadow-5: 0 24px 64px rgba(13,11,38,0.16);
  /* Motion */
  --dur-fast: 150ms; --dur-medium: 200ms; --dur-slow: 300ms; --dur-entrance: 500ms;
  --ease: cubic-bezier(0.4,0,0.2,1); --ease-spring: cubic-bezier(0.175,0.885,0.32,1.275);
  /* Layout */
  --container: 1200px; --nav-h: 72px; --sw: 240px;
  /* Fonts */
  --font-display: 'Inter Tight', 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif; --font-mono: 'JetBrains Mono', monospace;
}

/* ----- 2. RESET ----- */
*, *::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(--paper); color: var(--ink); 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%; height: auto; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }
input, textarea, select { font: inherit; outline: none; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: 'Inter Tight', sans-serif; letter-spacing: -0.02em; margin: 0; }
::selection { background: var(--pink-container); color: var(--navy); }
:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; border-radius: 4px; }

/* ----- 3. LAYOUT ----- */
.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(--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; }
.eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--pink); margin-bottom: 20px; display: inline-flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--pink); border-radius: 2px; }
.sec-head--center .eyebrow::after { content: ''; width: 24px; height: 2px; background: var(--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(--muted); 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(--muted); }

/* ----- 4. TYPOGRAPHY VARIANTS ----- */
.display--xl { font-size: clamp(64px, 10vw, 128px); letter-spacing: -0.055em; line-height: 0.92; }
.display--lg { font-size: clamp(48px, 7.6vw, 96px); letter-spacing: -0.05em; line-height: 0.94; }
.h2--alt { font-weight: 600; font-size: clamp(28px, 3.6vw, 44px); letter-spacing: -0.02em; line-height: 1.12; }
.accent-serif { font-family: 'Times New Roman', Times, serif; font-weight: 400; font-style: italic; color: var(--pink); letter-spacing: 0; }
.accent-light { font-weight: 300; color: var(--muted); letter-spacing: -0.01em; }

/* ----- 5. BUTTONS ----- */
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r-pill); padding: 8px 16px; font: 600 12px/1 'Inter'; cursor: pointer; transition: all var(--dur-fast) var(--ease); min-height: 40px; border: 1px solid transparent; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.btn:active { transform: scale(0.97); }
.btn-p, .btn--primary { background: var(--pink); color: #fff; box-shadow: 0 8px 24px rgba(234,76,137,0.28); }
.btn-p:hover, .btn--primary:hover { background: var(--pink-hover); }
.btn-n, .btn--dark { background: var(--navy); color: #fff; }
.btn-n:hover { background: var(--pink); }
.btn--dark:hover { background: #1B1840; }
.btn-s, .btn--ghost { background: #fff; border-color: var(--line); color: var(--ink); }
.btn-s:hover, .btn--ghost:hover { background: var(--surface-alt); border-color: #D8D8E2; }
.btn-g { background: transparent; color: var(--ink); }
.btn-g:hover { background: var(--surface-alt); }
.btn-sm { padding: 5px 12px; font-size: 10px; min-height: 32px; }
.btn--lg { padding: 18px 34px; font-size: 16px; min-height: 56px; }
.btn--light { background: #fff; color: var(--navy); }
.btn--light:hover { background: var(--pink-container); }
.btn svg { flex-shrink: 0; }

/* ----- 6. BADGES ----- */
.badge { display: inline-flex; align-items: center; gap: 3px; padding: 2px 8px; border-radius: 9999px; font-size: 9px; font-weight: 600; }
.badge-av { background: var(--success-container); color: var(--success-dark); }
.badge-vf { background: var(--pink-container); color: var(--pink); }
.badge-ug { background: var(--warn-container); color: #92400E; }
.badge-biz { background: var(--purple-container); color: var(--purple); }
.m-badge { display: inline-flex; align-items: center; gap: 4px; padding: 3px 8px; border-radius: var(--r-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(--pink); }
.m-badge--biz { background: var(--purple-container); color: var(--purple); }

/* ----- 7. CHIPS ----- */
.chip, .m-chip { display: inline-flex; padding: 3px 10px; border-radius: var(--r-pill); background: #fff; border: 1px solid var(--line); font-size: 11px; font-weight: 500; color: var(--muted); cursor: pointer; transition: all var(--dur-fast); white-space: nowrap; }
.chip:hover, .chip.sel, .m-chip:hover { background: var(--pink); border-color: var(--pink); color: #fff; }
.m-chip--on { background: var(--navy); border-color: var(--navy); color: #fff; }
.m-chip--on:hover { background: var(--navy); border-color: var(--navy); color: #fff; }

/* ----- 8. CARDS ----- */
.card-s, .m-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 16px; transition: transform 200ms var(--ease), box-shadow 200ms; }
.card-s:hover, .m-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.spec-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px; }
.spec-label { font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--pink); margin-bottom: 4px; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.spec-grid.g3 { grid-template-columns: 1fr 1fr 1fr; }
.token-table { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.token-table th, .token-table td { text-align: left; padding: 8px 12px; border-bottom: 1px solid var(--line); font-size: 12px; }
.token-table th { font-weight: 600; font-size: 10px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--navy); }

/* ----- 9. AVATAR ----- */
.m-avatar, .avatar { border-radius: 50%; object-fit: cover; flex-shrink: 0; }

/* ----- 10. WAVEFORM ----- */
.wf { display: flex; gap: 2px; align-items: flex-end; height: 22px; }
.wf span, .wf i { width: 2.5px; border-radius: 2px; background: var(--pink); animation: wfb 800ms ease-in-out infinite alternate; }
.wf--static span, .wf--static i { animation: none; }
.wf span:nth-child(1) { height: 10px; animation-delay: 0ms; }
.wf span:nth-child(2) { height: 18px; animation-delay: 50ms; }
.wf span:nth-child(3) { height: 7px; animation-delay: 100ms; }
.wf span:nth-child(4) { height: 22px; animation-delay: 150ms; }
.wf span:nth-child(5) { height: 12px; animation-delay: 200ms; }
.wf span:nth-child(6) { height: 20px; animation-delay: 250ms; }
.wf span:nth-child(7) { height: 8px; animation-delay: 300ms; }
.wf span:nth-child(8) { height: 16px; animation-delay: 350ms; }
.wf span:nth-child(9) { height: 14px; animation-delay: 400ms; }
.wf span:nth-child(10) { height: 24px; animation-delay: 450ms; }
.wf span:nth-child(11) { height: 6px; animation-delay: 500ms; }
.wf span:nth-child(12) { height: 18px; animation-delay: 550ms; }
.wf span:nth-child(13) { height: 10px; animation-delay: 600ms; }
.wf span:nth-child(14) { height: 20px; animation-delay: 650ms; }
.wf span:nth-child(15) { height: 14px; animation-delay: 700ms; }
.wf span:nth-child(16) { height: 8px; animation-delay: 750ms; }
@keyframes wfb { 0% { transform: scaleY(0.35); } 100% { transform: scaleY(1); } }

/* ----- 11. MOCKUP UI KIT ----- */
.m-row { display: flex; align-items: center; gap: 10px; }
.m-row--between { justify-content: space-between; }
.m-name { font-weight: 700; font-size: 12px; font-family: var(--font-display); letter-spacing: -0.01em; }
.m-sub { font-size: 10px; color: var(--muted); }
.m-divider { height: 1px; background: var(--line); }
.m-stars { color: var(--warn); font-size: 11px; letter-spacing: 2px; }
.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(--pink); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }
.m-search, .m-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; border-radius: var(--r-pill); font-size: 11px; font-weight: 600; padding: 8px 14px; min-height: 32px; white-space: nowrap; }
.m-search { background: var(--surface-alt); border: 1px solid var(--line); font-size: 10px; color: var(--muted); justify-content: flex-start; gap: 8px; padding: 8px 12px; }
.m-btn--p { background: var(--pink); color: #fff; }
.m-btn--n { background: var(--navy); color: #fff; }
.m-btn--s { border: 1px solid var(--line); color: var(--ink); background: #fff; }
.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(--muted); text-transform: uppercase; letter-spacing: 0.06em; }

/* ----- 12. PHONE MOCKUP ----- */
.phone { width: clamp(232px, 21vw, 284px); background: var(--navy); border-radius: 46px; padding: 11px; box-shadow: var(--shadow-5); position: relative; }
.phone::after { content: ''; position: absolute; right: -2px; top: 120px; width: 3px; height: 64px; border-radius: 2px; background: #2A2748; }
.phone__screen { background: var(--paper); 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(--ink); flex-shrink: 0; }
.phone__body { flex: 1; overflow: hidden; display: flex; flex-direction: column; }
.phone__navbar { flex-shrink: 0; display: flex; justify-content: space-around; padding: 10px 14px 14px; background: var(--surface); border-top: 1px solid var(--line); }
.phone__navbar i { width: 18px; height: 18px; border-radius: 6px; background: var(--line); display: block; }
.phone__navbar i.on { background: var(--pink); border-radius: 50%; }

/* ----- 13. ANIMATED FEED ----- */
.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(--paper), transparent); }
.feed::after { bottom: 0; background: linear-gradient(to top, var(--paper), 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%); } }

/* ----- 14. MARQUEE ----- */
.marquee { border-block: 1px solid var(--line); 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(--muted); display: inline-flex; align-items: center; gap: 56px; white-space: nowrap; }
.marquee__track span::after { content: '\2726'; color: var(--pink); font-size: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ----- 15. SIDEBAR (for merge.html) ----- */
.sidebar { width: var(--sw); min-width: var(--sw); background: #fff; border-right: 1px solid var(--line); position: sticky; top: 0; height: 100vh; overflow-y: auto; padding: 16px 0; z-index: 30; display: flex; flex-direction: column; }
.side-hd { padding: 0 14px 14px; border-bottom: 1px solid var(--line); margin-bottom: 8px; }
.side-hd .logo { font: 800 18px/1 'Inter Tight'; letter-spacing: -0.04em; color: var(--navy); }
.side-hd .logo em { color: var(--pink); font-style: normal; }
.sg { margin-bottom: 1px; }
.sgt { display: flex; align-items: center; justify-content: space-between; width: 100%; background: none; border: none; padding: 7px 12px; border-radius: 7px; cursor: pointer; font: 600 11px/1 'Inter', sans-serif; color: var(--navy); transition: background var(--dur-fast); text-align: left; }
.sgt:hover { background: var(--surface-alt); }
.sgt .ch { font-size: 8px; color: var(--muted); transition: transform var(--dur-medium); }
.sg.open .sgt .ch { transform: rotate(90deg); }
.sgi { display: none; flex-direction: column; padding: 0 0 4px 6px; }
.sg.open .sgi { display: flex; }
.sgi a { display: block; padding: 4px 10px; border-radius: 5px; font-size: 11px; color: var(--muted); text-decoration: none; transition: all var(--dur-fast); }
.sgi a:hover, .sgi a.on { background: var(--pink-container); color: var(--pink); }
.mtBtn { display: none; position: fixed; top: 10px; left: 10px; z-index: 50; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 6px 10px; font-size: 11px; font-weight: 600; cursor: pointer; }

/* ----- 16. TOAST / DRAWER ----- */
.toast { position: fixed; bottom: 20px; right: 20px; z-index: 100; background: var(--navy); color: #fff; padding: 12px 18px; border-radius: 14px; font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 8px; transform: translateY(100px); opacity: 0; transition: all 300ms; pointer-events: none; }
.toast.sh { transform: translateY(0); opacity: 1; }
.chat-drawer { position: fixed; inset-y: 0; right: 0; z-index: 50; width: 100%; max-width: 380px; background: #fff; border-left: 1px solid var(--line); box-shadow: -8px 0 24px rgba(0,0,0,0.08); padding: 16px; display: flex; flex-direction: column; transform: translateX(100%); transition: transform 300ms var(--ease); }
.chat-drawer.open { transform: translateX(0); }
.ov { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.3); z-index: 25; }
.ov.show { display: block; }
.hide { display: none !important; }

/* ----- 17. SWIPE (discovery deck) ----- */
.cs { position: relative; width: 280px; height: 380px; margin: 0 auto; }
.swc { position: absolute; width: 100%; height: 100%; left: 0; top: 0; transition: transform 300ms var(--ease-spring), opacity 300ms; transform-origin: center bottom; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); overflow: hidden; display: flex; flex-direction: column; }

/* ----- 18. 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(--line); border-radius: var(--r-pill); padding: 8px 16px 8px 10px; font-size: 13px; font-weight: 600; color: var(--muted); 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 h1 .accent { color: var(--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(--muted); }
.hero__visual { position: relative; min-height: 560px; }
.hero__phones { position: relative; 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--hero-left { width: 560px; height: 560px; background: radial-gradient(circle, rgba(234,76,137,0.10), transparent 65%); top: 10%; left: -220px; }

/* ----- 19. PLAY BADGE ----- */
.play-badge { display: inline-flex; align-items: center; gap: 12px; background: var(--navy); color: #fff; border-radius: var(--r-media); 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), box-shadow var(--dur-medium), 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(--navy); border-color: var(--line); }

/* ----- 20. STICKY NAV ----- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--nav-h); transition: background var(--dur-slow) var(--ease); 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(--line); }
.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(--ink); display: inline-flex; align-items: center; gap: 10px; }
.nav__logo em { color: var(--pink); font-style: normal; }
.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(--muted); text-decoration: none; border-radius: var(--r-pill); transition: color var(--dur-fast), background var(--dur-fast); }
.nav__links a:hover { color: var(--ink); background: var(--surface-alt); }
.nav__actions { display: flex; align-items: center; gap: 12px; }
.nav__toggle { display: none; width: 48px; height: 48px; border-radius: var(--r-pill); border: 1px solid var(--line); 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(--ink); border-radius: 2px; transition: transform var(--dur-medium) var(--ease), 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); }

/* ----- 21. STORY BLOCK / SPLIT LAYOUT ----- */
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 112px); align-items: center; }
.split-layout--flip .split-layout__visual { order: -1; }
.split-layout__text { max-width: 520px; }
.story-block { position: relative; padding: 0; min-height: 400px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--r-xl); overflow: hidden; background: var(--surface); border: 1px solid var(--line); }
.story-block--alt { grid-template-columns: 1.4fr 0.6fr; background: var(--navy); color: #fff; }
.story-block__text { padding: clamp(40px, 6vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.story-block__text .tag { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pink); margin-bottom: 14px; }
.story-block__text h3 { font-size: clamp(28px, 3.6vw, 42px); letter-spacing: -0.03em; line-height: 1.08; margin-bottom: 16px; color: #fff; }
.story-block__text p { color: var(--muted); font-size: 16px; line-height: 1.65; }
.story-block--alt .story-block__text p { color: var(--text-on-dark-muted); }
.story-block__visual { position: relative; overflow: hidden; }
.story-block__visual img { width: 100%; height: 100%; object-fit: cover; }
.img-frame { border-radius: var(--r-xl); overflow: hidden; }
.img-frame img { width: 100%; height: 100%; object-fit: cover; }
.img-frame--tilt { transform: rotate(2deg); box-shadow: var(--shadow-4); }

/* ----- 22. TILT CARDS ----- */
.tilt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; position: relative; }
.tilt-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 24px; display: flex; flex-direction: column; gap: 10px; position: relative; }
.tilt-card:nth-child(1) { transform: rotate(-2deg); z-index: 3; }
.tilt-card:nth-child(2) { transform: rotate(1deg); z-index: 2; margin-top: 24px; }
.tilt-card:nth-child(3) { transform: rotate(3deg); z-index: 1; margin-top: 48px; }
.tilt-card__num { font-family: var(--font-display); font-weight: 800; font-size: 48px; letter-spacing: -0.05em; line-height: 1; color: var(--pink); opacity: 0.25; }

/* ----- 23. PROBLEM SECTION ----- */
.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(--line); }
.pain:first-child { border-top: 1px solid var(--line); }
.pain__num { font-family: var(--font-display); font-weight: 800; font-size: 30px; letter-spacing: -0.04em; color: var(--pink); opacity: 0.9; }
.pain h3 { font-size: 22px; margin-bottom: 10px; letter-spacing: -0.02em; }
.pain p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.scatter { position: relative; min-height: 480px; }
.scatter__card { position: absolute; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-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; }
.scatter__card small { color: var(--muted); 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(--r-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); color: var(--pink); background: var(--surface); border: 1.5px solid var(--pink); padding: 14px 28px; border-radius: var(--r-pill); transform: rotate(-4deg); box-shadow: 0 16px 40px rgba(234,76,137,0.18); }

/* ----- 24. STATS ----- */
.stat-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(--line); border-radius: var(--r-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(--navy); }
.stat__num em { color: var(--pink); font-style: normal; }
.stat__label { font-size: 14px; color: var(--muted); font-weight: 500; margin-top: 10px; }

/* ----- 25. 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(--navy); color: #fff; border-radius: var(--r-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(--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(--line); border-radius: var(--r-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; }

/* ----- 26. PERSONAS ----- */
.personas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.persona { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 24px; transition: transform var(--dur-slow) var(--ease), box-shadow var(--dur-slow), 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(--pink), var(--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(--r-sm); background: var(--pink-container); color: var(--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(--muted); line-height: 1.55; }

/* ----- 27. 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(--line); }
.module--flip .module__visual { order: -1; }
.module__num { font-family: var(--font-mono); font-size: 12px; font-weight: 600; color: var(--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(--muted); 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(--muted); background: var(--surface); border: 1px solid var(--line); padding: 6px 14px; border-radius: var(--r-pill); }
.mock { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-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(--navy); border-color: rgba(255,255,255,0.1); color: #fff; }
.mock--dark .m-sub { color: var(--text-on-dark-muted); }
.mock__label { position: absolute; top: -12px; left: 22px; background: var(--navy); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--r-pill); }

/* ----- 28. PRODUCT GALLERY ----- */
.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(--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(--muted); line-height: 1.55; }
.gallery__hint { display: flex; align-items: center; gap: 10px; margin-top: 48px; color: var(--muted); font-size: 13px; font-weight: 500; }
.gallery__progress { margin-top: 16px; height: 2px; background: var(--line); border-radius: 2px; max-width: 320px; overflow: hidden; }
.gallery__progress i { display: block; height: 100%; width: 0%; background: var(--pink); border-radius: 2px; }

/* ----- 29. JOURNEYS ----- */
.journey-tabs { display: inline-flex; gap: 4px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 5px; margin-bottom: clamp(40px, 5vw, 64px); flex-wrap: wrap; }
.journey-tab { padding: 12px 22px; border-radius: var(--r-pill); font-size: 14px; font-weight: 600; color: var(--muted); transition: background var(--dur-fast), color var(--dur-fast); min-height: 48px; }
.journey-tab[aria-selected="true"] { background: var(--navy); color: #fff; }
.journey-panel[hidden] { display: none; }
.journey__layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(40px, 6vw, 88px); align-items: start; }
.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(--line); }
.step:last-child::before { display: none; }
.step__num { width: 44px; height: 44px; border-radius: 50%; background: var(--surface); border: 1.5px solid var(--line); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--muted); z-index: 1; transition: all var(--dur-slow) var(--ease); }
.step--done .step__num { background: var(--pink); border-color: var(--pink); color: #fff; }
.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(--muted); line-height: 1.55; }

/* ----- 30. TRUST ----- */
.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(--r-lg); padding: 30px 28px; transition: background var(--dur-slow), border-color var(--dur-slow), transform var(--dur-slow) var(--ease); }
.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(--r-sm); background: rgba(234,76,137,0.16); color: var(--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(--r-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(--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(--r-lg); padding: 18px; display: flex; flex-direction: column; gap: 10px; 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(--r-sm); padding: 10px 12px; }

/* ----- 31. AI ----- */
.ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ai-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 26px; transition: transform var(--dur-slow) var(--ease), 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(--r-sm); background: var(--pink-container); color: var(--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(--muted); 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(--muted); }

/* ----- 32. 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(--line); border-radius: var(--r-sm); padding: 18px 20px; font-weight: 600; font-size: 14.5px; letter-spacing: -0.01em; transition: transform var(--dur-medium) var(--ease), border-color var(--dur-medium), box-shadow var(--dur-medium); }
.role:hover { transform: translateY(-2px); border-color: var(--pink); box-shadow: 0 8px 20px rgba(234,76,137,0.10); }
.role svg { color: var(--pink); flex-shrink: 0; }

/* ----- 33. COMPARE ----- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.compare__col { border-radius: var(--r-xl); padding: clamp(28px, 4vw, 44px); display: flex; flex-direction: column; }
.compare__col--without { background: var(--surface); border: 1px solid var(--line); }
.compare__col--with { background: var(--navy); color: #fff; box-shadow: var(--shadow-5); position: relative; overflow: hidden; }
.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(--muted); }
.compare__col--with .compare__label { color: var(--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(--line); }
.compare__col--without .compare__list li { color: var(--muted); }
.compare__col--with .compare__list li { border-bottom-color: rgba(255,255,255,0.1); }
.compare__col--with .compare__list li svg { color: var(--pink); }

/* ----- 34. TESTIMONIALS ----- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quote { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 28px; display: flex; flex-direction: column; gap: 18px; transition: transform var(--dur-slow) var(--ease), box-shadow var(--dur-slow); }
.quote:hover { transform: translateY(-4px); box-shadow: var(--shadow-3); }
.quote--feature { grid-row: span 2; background: var(--navy); color: #fff; border-color: transparent; }
.quote--feature .quote__text { color: #fff; font-size: clamp(20px, 2vw, 24px); }
.quote__stars { color: var(--warn); letter-spacing: 3px; font-size: 14px; }
.quote__text { font-size: 15.5px; line-height: 1.65; color: var(--ink); 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(--muted); }

/* ----- 35. ROADMAP ----- */
.roadmap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.phase { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(26px, 3vw, 36px); display: flex; flex-direction: column; }
.phase--now { border-color: var(--pink); }
.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(--r-pill); }
.phase__pill--now { background: var(--pink-container); color: var(--pink); }
.phase__pill--next { background: var(--warn-container); color: #92400E; }
.phase__pill--future { background: var(--surface-alt); color: var(--muted); border: 1px solid var(--line); }
.phase__list { list-style: none; padding: 0; }
.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(--line); }
.phase__list li::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--line); flex-shrink: 0; }
.phase--now .phase__list li::before { background: var(--pink); }
.phase--next .phase__list li::before { background: var(--warn); }

/* ----- 36. FAQ ----- */
.faq { max-width: 780px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item:first-child { border-top: 1px solid var(--line); }
.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(--ink); min-height: 48px; transition: color var(--dur-fast); }
.faq__q:hover { color: var(--pink); }
.faq__icon { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; flex-shrink: 0; transition: transform var(--dur-slow) var(--ease), background var(--dur-slow), border-color var(--dur-slow); }
.faq__q[aria-expanded="true"] .faq__icon { transform: rotate(45deg); background: var(--pink); border-color: var(--pink); color: #fff; }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--dur-slow) var(--ease); }
.faq__a-inner { overflow: hidden; }
.faq__a p { padding: 0 44px 26px 4px; color: var(--muted); 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; }

/* ----- 37. WAITLIST ----- */
.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(--r-pill); max-width: 520px; margin: 40px auto 0; transition: border-color var(--dur-fast); }
.waitlist:focus-within { border-color: var(--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%; }

/* ----- 38. TECHNOLOGY PILLS ----- */
.tech-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.tech-pill { display: inline-flex; align-items: center; gap: 10px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 14px 22px; font-weight: 600; font-size: 14px; }
.tech-pill__icon { width: 28px; height: 28px; border-radius: 6px; display: grid; place-items: center; color: #fff; font-size: 12px; font-weight: 700; }

/* ----- 39. 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__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; }
.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; border-bottom: 1.5px solid var(--pink); padding-bottom: 2px; transition: color var(--dur-fast); }

/* ----- 40. FOOTER ----- */
.footer { background: var(--surface); border-top: 1px solid var(--line); 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(--muted); 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(--muted); 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(--ink); font-weight: 500; transition: color var(--dur-fast); }
.footer__col a:hover { color: var(--pink); }
.footer__bottom { border-top: 1px solid var(--line); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: var(--muted); }
.footer__social { display: flex; gap: 10px; }
.footer__social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--muted); transition: all var(--dur-fast); }
.footer__social a:hover { color: var(--pink); border-color: var(--pink); transform: translateY(-2px); }

/* ----- 41. 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(--navy); }
.nf__code em { color: var(--pink); font-style: normal; }
.nf p { color: var(--muted); margin: 16px 0 32px; font-size: 17px; }

/* ----- 42. SECTION COLOR FIELDS ----- */
.section--color-field { background: linear-gradient(180deg, var(--pink-container) 0%, var(--paper) 100%); }
.color-field--soft-pink { background: linear-gradient(135deg, #FFF5F8 0%, var(--paper) 50%, #F5F5FF 100%); }
.color-field--warm { background: linear-gradient(135deg, #FFFBF5 0%, var(--paper) 50%, #FFF0F5 100%); }
.section--gradient-edge { position: relative; }
.section--gradient-edge::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 320px; background: linear-gradient(180deg, rgba(234,76,137,0.05) 0%, transparent 100%); pointer-events: none; }

/* ----- 43. DEMO FORM ----- */
.demo-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(32px, 4vw, 48px); max-width: 520px; display: flex; flex-direction: column; gap: 18px; }
.demo-form__row { display: flex; flex-direction: column; gap: 6px; }
.demo-form label { font-size: 12px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.demo-form input, .demo-form textarea, .demo-form select { width: 100%; padding: 12px 16px; border: 1px solid var(--line); border-radius: var(--r-sm); font-size: 15px; background: var(--paper); outline: none; transition: border-color var(--dur-fast); }
.demo-form input:focus, .demo-form textarea:focus, .demo-form select:focus { border-color: var(--pink); }
.demo-form textarea { min-height: 100px; resize: vertical; }
.partner-form--done { display: none; }

/* ----- 44. RESPONSIVE (MOBILE-FIRST) ----- */
@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(--line); 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__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; }
  .split-layout { grid-template-columns: 1fr; }
  .split-layout--flip .split-layout__visual { order: 0; }
  .story-block { grid-template-columns: 1fr; }
  .story-block--alt { grid-template-columns: 1fr; }
  .tilt-grid { grid-template-columns: 1fr; }
  .tilt-card:nth-child(2), .tilt-card:nth-child(3) { margin-top: -12px; }
  .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; }
  .stat-row { grid-template-columns: 1fr; gap: 12px; }
  .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; }
  .sidebar { position: fixed; left: -100%; transition: left 250ms; }
  .sidebar.open { left: 0; }
  .mtBtn { display: block; }
  .spec-grid { grid-template-columns: 1fr; }
  .spec-grid.g3 { grid-template-columns: 1fr; }
  .chat-drawer { max-width: 100%; }
}

@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(--r-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; }
  .module-mosaic { grid-template-columns: 1fr; }
  .hero__pill { font-size: 12px; }
}

/* ----- 45. 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; }
}