/* =============================================================
   MemoryStore — landing page styles
   Dark-first, warm cream accents, cyan primary.
   Geist for UI, Fraunces for display.
   ============================================================= */

:root {
  /* Color */
  --ink-1000: #0B0A0C;
  --ink-900:  #141317;
  --ink-800:  #1E1C22;
  --ink-700:  #2A2830;
  --ink-500:  #6B6775;
  --ink-300:  #B6B1BC;
  --ink-100:  #EDEAE2;
  --paper:    #F6F2E9;

  --memory-700: #006D7A;
  --memory-500: #00B8CE;
  --memory-400: #1ECBDE;
  --memory-200: #9DE9F2;
  --memory-50:  #E7FAFC;

  --ember-500: #E0902A;
  --ember-400: #F0A93B;
  --ember-200: #FBDCA6;

  --node-a: #1ECBDE;
  --node-b: #F0A93B;
  --node-c: #B98CFF;
  --node-d: #E85D75;

  --danger: #D8465F;

  /* Surfaces */
  --bg: #0B0A0C;
  --bg-2: #131115;
  --bg-3: #1A171D;
  --fg: #F5F2EA;
  --fg-2: #B6B1BC;
  --fg-3: #807B85;
  --border: rgba(255, 255, 255, 0.07);
  --border-strong: rgba(255, 255, 255, 0.14);

  /* Type */
  --ff-display: 'Fraunces', 'Tiempos Headline', Georgia, serif;
  --ff-sans:    'Geist', 'Inter', system-ui, -apple-system, sans-serif;
  --ff-mono:    'Geist Mono', ui-monospace, monospace;

  /* Radii */
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-pill: 999px;

  /* Spacing */
  --container: 1180px;
  --gutter: 24px;
  --nav-h: 64px;

  /* Motion */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--ff-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 1400px 700px at 50% -200px, rgba(30, 203, 222, 0.10), transparent 60%),
    radial-gradient(ellipse 900px 500px at 90% 30%, rgba(240, 169, 59, 0.05), transparent 60%),
    var(--bg);
  background-attachment: fixed;
}

img, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--memory-400);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

em {
  font-style: italic;
  font-family: var(--ff-display);
  font-weight: 500;
  color: var(--memory-400);
}

::selection {
  background: var(--memory-500);
  color: #000;
}

/* ============ NAV ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(11, 10, 12, 0.72);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  height: var(--nav-h);
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--fg);
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.01em;
}

.brand:hover { text-decoration: none; }

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

.nav-links {
  display: flex;
  gap: 28px;
  margin-left: 12px;
}

.nav-links a {
  color: var(--fg-2);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s var(--ease);
}

.nav-links a:hover {
  color: var(--fg);
  text-decoration: none;
}

.nav-cta {
  margin-left: auto;
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s var(--ease);
  white-space: nowrap;
  text-decoration: none !important;
}

.btn .material-symbols-rounded {
  font-size: 18px;
}

.btn-primary {
  background: var(--memory-400);
  color: #06222B;
  border-color: var(--memory-400);
}

.btn-primary:hover {
  background: var(--memory-300, #59DCEB);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(30, 203, 222, 0.25);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--fg);
  border-color: var(--border-strong);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.22);
}

.btn-sm {
  padding: 8px 16px;
  font-size: 13.5px;
}

.btn-block {
  width: 100%;
}

/* ============ TYPE / SECTION ============ */
.section-title {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--fg);
  margin: 0 0 16px;
  font-variation-settings: "opsz" 96;
}

.section-title-center {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0 0 32px;
  max-width: 640px;
  text-wrap: pretty;
}

.section-lead-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--memory-400);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--memory-400);
  box-shadow: 0 0 0 4px rgba(30, 203, 222, 0.15);
}

.eyebrow-ember { color: var(--ember-400); }
.eyebrow-ember .dot { background: var(--ember-400); box-shadow: 0 0 0 4px rgba(240, 169, 59, 0.15); }

.eyebrow-warn { color: #FFB066; }
.eyebrow-warn .dot { background: #FFB066; box-shadow: 0 0 0 4px rgba(255, 176, 102, 0.15); }

/* ============ HERO ============ */
.hero {
  padding: 80px var(--gutter) 60px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  /* Subtle graph-y dots */
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.04) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}

.hero-inner {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-copy {
  max-width: 600px;
}

.hero-title {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
  color: var(--fg);
  font-variation-settings: "opsz" 144;
  text-wrap: balance;
}

.hero-title em {
  font-style: italic;
  color: var(--memory-400);
  font-weight: 500;
}

.hero-lead {
  font-size: 19px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0 0 32px;
  text-wrap: pretty;
  max-width: 540px;
}

.hero-lead strong {
  color: var(--fg);
  font-weight: 600;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.hero-fine {
  margin: 0;
  font-size: 13px;
  color: var(--fg-3);
}

.hero-fine em {
  font-family: inherit;
  font-style: italic;
  color: var(--fg-2);
  font-weight: 500;
}

/* Phone */
.hero-device {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone {
  position: relative;
  width: 300px;
  aspect-ratio: 9 / 19.5;
  background: #000;
  border-radius: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.4),
    0 30px 80px -20px rgba(0, 0, 0, 0.7),
    0 80px 160px -40px rgba(30, 203, 222, 0.18);
  overflow: hidden;
  z-index: 2;
}

.phone-notch {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 26px;
  background: #000;
  border-radius: 999px;
  z-index: 2;
}

.phone-screen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.phone-glow {
  position: absolute;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(30, 203, 222, 0.18) 0%, transparent 60%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

/* ============ PLATFORMS STRIP ============ */
.platforms {
  max-width: var(--container);
  margin: 0 auto;
  padding: 24px var(--gutter);
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.platforms-label {
  font-family: var(--ff-mono);
  font-size: 12px;
  color: var(--fg-3);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.platforms-list {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.platforms-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--fg-2);
}

.platforms-list .material-symbols-rounded {
  font-size: 18px;
  color: var(--fg-3);
}

/* ============ PAIN ============ */
.pain {
  padding: 120px var(--gutter) 100px;
  max-width: var(--container);
  margin: 0 auto;
}

.pain-inner {
  max-width: 880px;
}

.pain-numbers {
  margin: 56px 0 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 36px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pain-number {
  text-align: center;
}

.pn-value {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: clamp(54px, 7vw, 88px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--fg);
  font-variation-settings: "opsz" 144;
}

.pn-label {
  font-size: 13px;
  color: var(--fg-3);
  margin-top: 6px;
  letter-spacing: 0.01em;
}

.pain-divider {
  width: 1px;
  height: 64px;
  background: var(--border);
}

.pain-number-emph .pn-value {
  color: var(--danger);
  font-style: italic;
  font-weight: 500;
}

.pain-aside {
  font-size: 16px;
  color: var(--fg-3);
  margin: 0;
  max-width: 540px;
  font-style: italic;
}

/* ============ HOW IT WORKS ============ */
.how {
  padding: 80px var(--gutter) 100px;
  max-width: var(--container);
  margin: 0 auto;
}

.how-head {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}

.how-head .section-title { margin-bottom: 16px; }
.how-head .section-lead { margin: 0 auto; }

.how-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.how-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.how-step-reverse {
  direction: rtl;
}

.how-step-reverse > * {
  direction: ltr;
}

.how-step-text {
  max-width: 480px;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-display);
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  color: var(--memory-400);
  width: 32px;
  height: 32px;
  border: 1px solid var(--memory-700);
  background: rgba(30, 203, 222, 0.08);
  border-radius: 999px;
  margin-bottom: 18px;
}

.how-step-text h3 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin: 0 0 16px;
  font-variation-settings: "opsz" 96;
  text-wrap: balance;
}

.how-step-text p {
  color: var(--fg-2);
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  text-wrap: pretty;
}

/* Media frames */
.how-step-media {
  display: flex;
  justify-content: center;
}

.frame {
  position: relative;
  background: var(--bg-2);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6);
}

.frame img, .frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.frame-tall {
  width: 320px;
  aspect-ratio: 9 / 19;
  border-radius: 36px;
}

.frame-wide {
  width: 100%;
  max-width: 540px;
  aspect-ratio: 4 / 3;
}

/* ============ GRAPH FEATURE ============ */
.graph-feature {
  padding: 100px var(--gutter);
  background: linear-gradient(180deg, transparent, rgba(30, 203, 222, 0.04), transparent);
}

.graph-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}

.graph-copy {
  max-width: 480px;
}

.graph-bullets {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.graph-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.5px;
  color: var(--fg-2);
  line-height: 1.5;
}

.graph-bullets .material-symbols-rounded {
  font-size: 20px;
  color: var(--memory-400);
  margin-top: 1px;
}

.graph-media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.graph-card {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 9 / 16;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background:
    radial-gradient(ellipse 200px 240px at 50% 50%, rgba(30, 203, 222, 0.10), transparent 70%),
    linear-gradient(180deg, #08070A, #050507);
  box-shadow: 0 30px 80px -20px rgba(30, 203, 222, 0.30);
  position: relative;
}

.graph-art {
  width: 100%;
  height: 100%;
  display: block;
}

/* Node breathing + drift animations — quiet, varied per node */
.graph-art .n {
  transform-box: fill-box;
  transform-origin: center;
  animation: g-breathe 4s ease-in-out infinite;
}

.graph-art .n-center { animation-duration: 3.2s; }
.graph-art .n-center-halo {
  transform-box: fill-box;
  transform-origin: center;
  animation: g-halo 3.2s ease-in-out infinite;
}

@keyframes g-breathe {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.18); opacity: 0.85; }
}

@keyframes g-halo {
  0%, 100% { transform: scale(1);   opacity: 0.35; }
  50%      { transform: scale(1.4); opacity: 0.05; }
}

/* Stagger by class — vary durations + delays so it doesn't pulse in unison */
.graph-art .n-i1 { animation-delay: 0.1s; animation-duration: 3.8s; }
.graph-art .n-i2 { animation-delay: 0.4s; animation-duration: 4.4s; }
.graph-art .n-i3 { animation-delay: 0.9s; animation-duration: 3.5s; }
.graph-art .n-i4 { animation-delay: 1.2s; animation-duration: 4.1s; }
.graph-art .n-i5 { animation-delay: 0.6s; animation-duration: 4.7s; }
.graph-art .n-i6 { animation-delay: 1.5s; animation-duration: 3.9s; }
.graph-art .n-i7 { animation-delay: 0.3s; animation-duration: 4.3s; }
.graph-art .n-i8 { animation-delay: 0.7s; animation-duration: 4.0s; }
.graph-art .n-o1 { animation-delay: 1.8s; animation-duration: 5.0s; }
.graph-art .n-o2 { animation-delay: 0.2s; animation-duration: 5.2s; }
.graph-art .n-o3 { animation-delay: 1.1s; animation-duration: 4.6s; }
.graph-art .n-o4 { animation-delay: 1.4s; animation-duration: 5.1s; }
.graph-art .n-o5 { animation-delay: 0.8s; animation-duration: 4.9s; }
.graph-art .n-o6 { animation-delay: 1.6s; animation-duration: 4.5s; }
.graph-art .n-o7 { animation-delay: 0.5s; animation-duration: 5.3s; }
.graph-art .n-o8 { animation-delay: 1.0s; animation-duration: 4.8s; }
.graph-art .n-d1, .graph-art .n-d2, .graph-art .n-d3,
.graph-art .n-d4, .graph-art .n-d5, .graph-art .n-d6 {
  animation-duration: 6s;
}

/* Edge fade-in trace */
.graph-art .g-edges line {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: g-trace 2.4s ease-out forwards;
}
.graph-art .g-edges line:nth-child(2)  { animation-delay: 0.08s; }
.graph-art .g-edges line:nth-child(3)  { animation-delay: 0.16s; }
.graph-art .g-edges line:nth-child(4)  { animation-delay: 0.24s; }
.graph-art .g-edges line:nth-child(5)  { animation-delay: 0.32s; }
.graph-art .g-edges line:nth-child(6)  { animation-delay: 0.40s; }
.graph-art .g-edges line:nth-child(7)  { animation-delay: 0.48s; }
.graph-art .g-edges line:nth-child(8)  { animation-delay: 0.56s; }
.graph-art .g-edges line:nth-child(9)  { animation-delay: 0.70s; }
.graph-art .g-edges line:nth-child(10) { animation-delay: 0.80s; }
.graph-art .g-edges line:nth-child(11) { animation-delay: 0.90s; }
.graph-art .g-edges line:nth-child(12) { animation-delay: 1.00s; }
.graph-art .g-edges line:nth-child(13) { animation-delay: 1.10s; }
.graph-art .g-edges line:nth-child(14) { animation-delay: 1.20s; }
.graph-art .g-edges line:nth-child(15) { animation-delay: 1.30s; }
.graph-art .g-edges line:nth-child(16) { animation-delay: 1.40s; }
.graph-art .g-edges line:nth-child(17) { animation-delay: 1.55s; }
.graph-art .g-edges line:nth-child(18) { animation-delay: 1.65s; }
.graph-art .g-edges line:nth-child(19) { animation-delay: 1.75s; }
.graph-art .g-edges line:nth-child(20) { animation-delay: 1.85s; }

@keyframes g-trace {
  to { stroke-dashoffset: 0; }
}

/* ============ MCP SECTION ============ */
.mcp-section {
  padding: 80px 0;
}

.mcp-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.dot-pulse {
  background: #0f0 !important;
  box-shadow: 0 0 8px rgba(0, 255, 0, 0.6);
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 4px rgba(0, 255, 0, 0.4); }
  50% { box-shadow: 0 0 14px rgba(0, 255, 0, 0.8); }
}

.mcp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 48px 0 32px;
}

.mcp-card {
  display: flex;
  gap: 16px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 24px;
  transition: border-color 0.2s;
}

.mcp-card:hover {
  border-color: rgba(30, 203, 222, 0.25);
}

.mcp-card .material-symbols-rounded {
  font-size: 28px;
  color: var(--primary, #1ecbde);
  flex-shrink: 0;
  margin-top: 2px;
}

.mcp-card h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #fff;
}

.mcp-card p {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.55;
}

.mcp-cta {
  text-align: center;
  padding: 20px 0 0;
}

.mcp-cta p {
  font-size: 1rem;
  color: rgba(255,255,255,0.55);
}

.mcp-cta strong {
  color: var(--primary, #1ecbde);
}

@media (max-width: 720px) {
  .mcp-grid {
    grid-template-columns: 1fr;
  }
  .mcp-section {
    padding: 48px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .graph-art .n,
  .graph-art .n-center-halo,
  .graph-art .g-edges line { animation: none; }
  .graph-art .g-edges line { stroke-dashoffset: 0; }
}

.graph-overlay {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.graph-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-mono);
  font-size: 11.5px;
  letter-spacing: 0.02em;
  color: var(--fg);
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px 12px 6px 8px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

.graph-tag-pill .material-symbols-rounded {
  font-size: 14px;
  color: var(--memory-400);
}

.graph-card::after {
  /* subtle vignette to anchor the visual */
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}

/* ============ UPLOAD (Meta-honest) ============ */
.upload {
  padding: 100px var(--gutter);
  max-width: var(--container);
  margin: 0 auto;
}

.upload-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}

.upload-copy {
  max-width: 600px;
}

.upload-meta {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.upload-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
}

.upload-meta-item .material-symbols-rounded {
  color: var(--memory-400);
  font-size: 22px;
  margin-top: 2px;
}

.upload-meta-item > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.upload-meta-item strong {
  color: var(--fg);
  font-weight: 600;
  font-size: 15px;
}

.upload-meta-item span {
  color: var(--fg-3);
  font-size: 13.5px;
}

.upload-media {
  display: flex;
  justify-content: center;
}

/* ============ RECENTLY SHIPPED ============ */
.shipped {
  padding: 80px var(--gutter) 60px;
  max-width: var(--container);
  margin: 0 auto;
}

.shipped-head {
  margin-bottom: 40px;
}

.shipped-head .section-title {
  margin-bottom: 14px;
}

.shipped-head .section-lead {
  margin: 0 auto;
}

.shipped-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.shipped-card {
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}

.shipped-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--border-strong);
}

.shipped-card .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(30, 203, 222, 0.10);
  color: var(--memory-400);
  border-radius: var(--r-md);
  font-size: 20px;
  margin-bottom: 14px;
}

.shipped-card h3 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--fg);
  margin: 0 0 6px;
}

.shipped-card p {
  font-size: 13.5px;
  color: var(--fg-2);
  line-height: 1.5;
  margin: 0;
}

/* ============ ROADMAP ============ */
.roadmap {
  padding: 100px var(--gutter);
  max-width: var(--container);
  margin: 0 auto;
}

.roadmap-head {
  margin-bottom: 64px;
}

.roadmap-head .eyebrow {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.roadmap-head .section-title {
  margin-bottom: 16px;
}

.roadmap-head .section-lead {
  margin: 0 auto;
}

/* Phase wrapper */
.roadmap-phase {
  margin-bottom: 64px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--border);
}

.roadmap-phase-last {
  border-bottom: none;
  padding-bottom: 0;
}

/* Phase header */
.rp-header {
  margin-bottom: 32px;
}

.rp-num {
  display: inline-block;
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ember-400);
  background: rgba(240, 169, 59, 0.10);
  padding: 4px 12px;
  border-radius: var(--r-pill);
  margin-bottom: 14px;
}

.rp-header h3 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--fg);
  margin: 0 0 8px;
  font-variation-settings: "opsz" 64;
}

.rp-header p {
  margin: 0;
  font-size: 16px;
  color: var(--fg-2);
  line-height: 1.5;
  max-width: 560px;
}

/* Phase grid */
.rp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.rp-card {
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
  display: flex;
  flex-direction: column;
  position: relative;
}

.rp-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--border-strong);
}

.rp-card .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(240, 169, 59, 0.10);
  color: var(--ember-400);
  border-radius: var(--r-md);
  font-size: 22px;
  margin-bottom: 14px;
}

.rp-card h4 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--fg);
  margin: 0 0 6px;
}

.rp-card p {
  font-size: 13.5px;
  color: var(--fg-2);
  line-height: 1.5;
  margin: 0 0 16px;
  flex: 1;
}

.rp-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  font-family: var(--ff-mono);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ember-400);
  background: rgba(240, 169, 59, 0.08);
  border: 1px solid rgba(240, 169, 59, 0.18);
  padding: 4px 10px;
  border-radius: var(--r-pill);
}

.rp-badge-partial {
  color: var(--fg-3);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
}

/* Roadmap CTA */
.roadmap-cta {
  margin-top: 48px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  text-align: center;
}

.roadmap-cta p {
  margin: 0;
  font-size: 15px;
  color: var(--fg-2);
  line-height: 1.55;
}

.roadmap-cta a {
  color: var(--memory-400);
  font-weight: 600;
}

/* ============ FEATURES ============ */
.features {
  padding: 100px var(--gutter);
  max-width: var(--container);
  margin: 0 auto;
}

.features .section-title { margin-bottom: 16px; }
.features .section-lead { margin: 0 auto 56px; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature {
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}

.feature:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--border-strong);
}

.feature .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(30, 203, 222, 0.10);
  color: var(--memory-400);
  border-radius: var(--r-md);
  font-size: 24px;
  margin-bottom: 18px;
}

.feature h3 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin: 0 0 8px;
}

.feature p {
  font-size: 14.5px;
  color: var(--fg-2);
  line-height: 1.55;
  margin: 0;
}

.feature p em {
  font-family: inherit;
  color: var(--fg-2);
}

/* ============ COMPARE ============ */
.compare {
  padding: 80px var(--gutter) 100px;
  max-width: 1000px;
  margin: 0 auto;
}

.compare .section-title { margin-bottom: 48px; }

.compare-grid {
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.015);
}

.compare-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid var(--border);
  font-size: 14.5px;
}

.compare-row:last-child {
  border-bottom: none;
}

.compare-row > div:not(.compare-name) {
  text-align: center;
}

.compare-head {
  background: rgba(255, 255, 255, 0.03);
  font-family: var(--ff-mono);
  font-size: 11.5px;
  color: var(--fg-3);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 24px;
}

.compare-name {
  font-weight: 600;
  color: var(--fg);
}

.compare-note {
  font-weight: 400;
  color: var(--fg-3);
  font-size: 12px;
  margin-left: 4px;
}

.check {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.check.yes { color: var(--memory-400); }
.check.no { color: var(--fg-3); }
.check.partial {
  color: var(--fg-3);
  font-size: 12px;
  font-weight: 500;
}

.compare-row-us {
  background: rgba(30, 203, 222, 0.06);
}

.compare-row-us .compare-name { color: var(--memory-400); }

.compare-fine {
  margin-top: 24px;
  text-align: center;
  color: var(--fg-3);
  font-size: 14px;
  font-style: italic;
}

/* ============ PRICING ============ */
.pricing {
  padding: 80px var(--gutter) 100px;
  max-width: var(--container);
  margin: 0 auto;
}

.pricing .section-title { margin-bottom: 12px; }
.pricing .section-lead { margin: 0 auto 48px; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 960px;
  margin: 0 auto;
}

.plan {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.plan h3 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 22px;
  margin: 0;
  color: var(--fg);
}

.plan-price {
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 8px 0 0;
  color: var(--fg);
}

.plan-price span {
  font-family: var(--ff-sans);
  font-size: 14px;
  color: var(--fg-3);
  font-weight: 400;
  margin-left: 4px;
}

.plan-fine {
  font-size: 13px;
  color: var(--fg-3);
  margin: 4px 0 0;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14.5px;
  color: var(--fg-2);
}

.plan ul li {
  padding-left: 18px;
  position: relative;
}

.plan ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--memory-400);
}

.plan .btn {
  margin-top: auto;
}

.plan-feature {
  background: linear-gradient(180deg, rgba(30, 203, 222, 0.08), rgba(30, 203, 222, 0.02));
  border-color: rgba(30, 203, 222, 0.3);
}

.plan-badge {
  position: absolute;
  top: -10px;
  left: 28px;
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--memory-400);
  color: #06222B;
  padding: 4px 10px;
  border-radius: 999px;
}

/* ============ FAQ ============ */
.faq {
  padding: 80px var(--gutter) 100px;
  max-width: 820px;
  margin: 0 auto;
}

.faq .section-title { margin-bottom: 40px; }

.faq-item {
  border-top: 1px solid var(--border);
  padding: 22px 0;
}

.faq-item:last-child {
  border-bottom: 1px solid var(--border);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.015em;
  color: var(--fg);
  padding-right: 8px;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-family: var(--ff-sans);
  color: var(--fg-3);
  font-size: 26px;
  font-weight: 300;
  transition: transform 0.2s var(--ease);
}

.faq-item[open] summary::after {
  content: '–';
}

.faq-item p {
  margin: 14px 0 0;
  color: var(--fg-2);
  font-size: 16px;
  line-height: 1.65;
  text-wrap: pretty;
}

.faq-item p em {
  font-family: inherit;
  color: var(--fg-2);
  font-weight: 500;
}

/* ============ DOWNLOAD CTA ============ */
.download {
  padding: 100px var(--gutter);
  position: relative;
  background:
    radial-gradient(ellipse 700px 400px at 50% 50%, rgba(30, 203, 222, 0.10), transparent 70%),
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.015));
  border-top: 1px solid var(--border);
}

.download-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.download .section-title { margin-bottom: 14px; }
.download .section-lead { margin: 0 auto 48px; }

.download-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}

.dl-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-md);
  color: var(--fg);
  text-decoration: none !important;
  transition: all 0.2s var(--ease);
}

.dl-card:hover {
  background: rgba(30, 203, 222, 0.08);
  border-color: rgba(30, 203, 222, 0.35);
  transform: translateY(-2px);
}

.dl-card .material-symbols-rounded {
  font-size: 28px;
  color: var(--memory-400);
}

.dl-card > div {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 2px;
}

.dl-card strong {
  font-weight: 600;
  font-size: 15px;
}

.dl-card span {
  color: var(--fg-3);
  font-size: 12.5px;
}

.download-note {
  color: var(--fg-3);
  font-size: 13px;
  margin: 24px 0 0;
}

/* ============ FOOTER ============ */
.footer {
  border-top: 1px solid var(--border);
  padding: 64px var(--gutter) 32px;
}

.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 40px;
}

.footer-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.footer-cols h4 {
  font-family: var(--ff-mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin: 0 0 16px;
}

.footer-cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-cols a {
  color: var(--fg-2);
  font-size: 14px;
}

.footer-cols a:hover {
  color: var(--memory-400);
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: var(--fg-3);
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
  color: var(--fg-3);
  text-decoration: none;
  font-size: 13px;
  transition: color .2s;
}

.footer-badge:hover {
  color: var(--memory-400);
}

.footer-badge img {
  display: inline-block;
  width: 16px;
  height: auto;
  opacity: 0.7;
}

.footer-badge:hover img {
  opacity: 1;
}

.footer-bottom-r {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #2EA87E;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(46, 168, 126, 0.18);
}

/* ============ COOKIE CONSENT ============ */
.cookie-bar {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 22px;
  background: var(--bg-3);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-lg);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
  max-width: 600px;
  width: calc(100% - 32px);
}

.cookie-bar p {
  margin: 0;
  font-size: 13px;
  color: var(--fg-2);
  flex: 1;
  line-height: 1.4;
}

.cookie-bar a {
  color: var(--memory-400);
  font-weight: 500;
}

/* ============ TOP DOWNLOAD STRIP ============ */
.dl-strip {
  border-bottom: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
}

.dl-strip-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.dl-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  color: var(--fg);
  text-decoration: none !important;
  transition: all 0.2s var(--ease);
}

.dl-pill:hover {
  background: rgba(30, 203, 222, 0.10);
  border-color: rgba(30, 203, 222, 0.30);
  transform: translateY(-1px);
}

.dl-pill .material-symbols-rounded {
  font-size: 22px;
  color: var(--memory-400);
}

.dl-pill-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.dl-pill-text strong {
  font-size: 13.5px;
  font-weight: 600;
}

.dl-pill-text em {
  font-size: 11px;
  font-style: normal;
  color: var(--fg-3);
  letter-spacing: 0.01em;
}

/* ============ AI CARD MOCK (step 2) ============ */
.ai-card-mock {
  width: 100%;
  max-width: 380px;
  background: var(--bg-2);
  border: 1px solid var(--border-strong);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6);
}

.ai-card-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(30, 203, 222, 0.15), rgba(240, 169, 59, 0.10)),
    linear-gradient(180deg, #1a1820, #0e0d11);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--border);
}

.ai-card-thumb .play {
  font-size: 64px;
  color: rgba(255, 255, 255, 0.85);
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.6));
}

.ai-card-platform {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--ff-mono);
  font-size: 11px;
  color: var(--fg);
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 4px 10px 4px 6px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.ai-card-platform .material-symbols-rounded {
  font-size: 14px;
  color: var(--memory-400);
}

.ai-card-duration {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-family: var(--ff-mono);
  font-size: 11px;
  color: var(--fg);
  background: rgba(0, 0, 0, 0.55);
  padding: 3px 8px;
  border-radius: 4px;
}

.ai-card-body {
  padding: 18px 20px 20px;
}

.ai-card-title {
  margin: 0 0 2px;
  font-weight: 600;
  font-size: 15.5px;
  color: var(--fg);
  line-height: 1.3;
}

.ai-card-creator {
  margin: 0 0 18px;
  font-size: 12.5px;
  color: var(--fg-3);
}

.ai-card-section {
  padding: 12px 0;
  border-top: 1px solid var(--border);
}

.ai-card-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-mono);
  font-size: 10.5px;
  color: var(--memory-400);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.ai-card-label .material-symbols-rounded {
  font-size: 13px;
}

.ai-card-section p {
  margin: 0;
  color: var(--fg-2);
  font-size: 13.5px;
  line-height: 1.5;
}

.ai-card-transcript {
  color: var(--fg-3) !important;
  font-style: italic;
}

.ai-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.ai-card-tags span {
  font-size: 11.5px;
  color: var(--fg-2);
  background: rgba(255, 255, 255, 0.04);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-family: var(--ff-mono);
}

.ai-card-status {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: var(--fg-3);
}

.processing-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--memory-400);
  box-shadow: 0 0 0 4px rgba(30, 203, 222, 0.18);
  animation: ms-pulse 1.6s ease-in-out infinite;
}

@keyframes ms-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(30, 203, 222, 0.18); }
  50% { box-shadow: 0 0 0 7px rgba(30, 203, 222, 0.08); }
}

/* ============ AI CONTEXT SECTION ============ */
.ai-context {
  padding: 100px var(--gutter);
  background: linear-gradient(180deg, transparent, rgba(240, 169, 59, 0.03), transparent);
}

.ai-context-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.ai-context-copy {
  max-width: 520px;
}

.ai-context-bullets {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ai-context-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--fg-2);
  font-size: 15.5px;
}

.ai-context-bullets .material-symbols-rounded {
  color: var(--memory-400);
  font-size: 20px;
  margin-top: 1px;
}

.ai-context-mock {
  background: linear-gradient(180deg, #16141a, #100e13);
  border: 1px solid var(--border-strong);
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.55);
}

/* ============ YOUTUBE SHORT EMBED (chat side) ============ */
.ai-context-media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-vid-frame {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 9 / 16;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: #000;
  box-shadow:
    0 30px 80px -20px rgba(0, 0, 0, 0.65),
    0 60px 120px -40px rgba(30, 203, 222, 0.20);
  position: relative;
}

.ai-vid-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ctx-row {
  display: flex;
  gap: 10px;
}

.ctx-row-out {
  justify-content: flex-end;
}

.ctx-row-in {
  align-items: flex-start;
}

.ctx-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--memory-400), var(--memory-700));
  color: #06222B;
  font-weight: 700;
  font-size: 11.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--ff-mono);
}

.ctx-bubble {
  max-width: 320px;
  padding: 12px 16px;
  background: var(--memory-400);
  color: #06222B;
  border-radius: 16px 16px 4px 16px;
  font-size: 14.5px;
  line-height: 1.45;
  font-weight: 500;
}

.ctx-bubble-in {
  background: rgba(255, 255, 255, 0.05);
  color: var(--fg);
  border-radius: 16px 16px 16px 4px;
  border: 1px solid var(--border);
  font-weight: 400;
}

.ctx-bubble-in em {
  font-family: var(--ff-display);
  font-style: italic;
  color: var(--memory-400);
  font-weight: 500;
}

.ctx-quote {
  display: block;
  margin-top: 8px;
  padding-left: 12px;
  border-left: 2px solid var(--memory-400);
  color: var(--fg-2);
  font-style: italic;
  font-size: 13.5px;
}

.ctx-cite {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  font-family: var(--ff-mono);
  font-size: 11.5px;
  color: var(--memory-400);
}

.ctx-cite .material-symbols-rounded {
  font-size: 14px;
}

.ctx-foot {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ctx-link-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-mono);
  font-size: 12px;
  color: var(--fg-2);
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
}

.ctx-link-pill .material-symbols-rounded {
  font-size: 14px;
  color: var(--memory-400);
}

.ctx-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-mono);
  font-size: 11.5px;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ============ PERSONAS ============ */
.personas {
  padding: 100px var(--gutter) 80px;
  max-width: var(--container);
  margin: 0 auto;
}

.personas .section-title { margin-bottom: 14px; }
.personas .section-lead { margin: 0 auto 48px; }

.persona-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.persona {
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}

.persona .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(240, 169, 59, 0.10);
  color: var(--ember-400);
  border-radius: var(--r-md);
  font-size: 22px;
  margin-bottom: 16px;
}

.persona h3 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin: 0 0 8px;
}

.persona p {
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.55;
  margin: 0;
}

/* ============ TESTIMONIALS ============ */
.testimonials {
  padding: 60px var(--gutter) 100px;
}

.testimonials-inner {
  max-width: var(--container);
  margin: 0 auto;
}

.testimonials .section-title { margin-bottom: 40px; }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tm {
  margin: 0;
  padding: 28px 26px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tm blockquote {
  margin: 0;
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--fg);
  font-variation-settings: "opsz" 24;
  text-wrap: pretty;
}

.tm blockquote em {
  font-style: italic;
  color: var(--memory-400);
  font-weight: 500;
}

.tm figcaption {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tm figcaption strong {
  font-weight: 600;
  font-size: 14px;
  color: var(--fg);
}

.tm figcaption span {
  font-size: 12.5px;
  color: var(--fg-3);
}

/* ============ POCKET BANNER ============ */
.pocket-banner-wrap {
  padding: 24px var(--gutter) 40px;
  max-width: var(--container);
  margin: 0 auto;
}

.pocket-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 32px;
  background:
    linear-gradient(135deg, rgba(232, 93, 117, 0.08), rgba(240, 169, 59, 0.05)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(232, 93, 117, 0.20);
  border-radius: var(--r-xl);
  flex-wrap: wrap;
}

.pocket-banner-text {
  flex: 1;
  min-width: 280px;
}

.pocket-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #FF8FA3;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pocket-eyebrow .material-symbols-rounded {
  font-size: 16px;
  background: rgba(232, 93, 117, 0.20);
  color: #FF8FA3;
  border-radius: 999px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pocket-banner h3 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.015em;
  margin: 0 0 6px;
  color: var(--fg);
}

.pocket-banner p {
  margin: 0;
  color: var(--fg-2);
  font-size: 14.5px;
  line-height: 1.55;
}

.pocket-banner-cta {
  white-space: nowrap;
  padding: 12px 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--fg);
  border-radius: var(--r-pill);
  font-weight: 500;
  text-decoration: none !important;
  font-size: 14.5px;
  transition: all 0.2s var(--ease);
}

.pocket-banner-cta:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.30);
}

/* ============ PRIVACY ============ */
.privacy {
  padding: 60px var(--gutter) 100px;
}

.privacy-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 56px;
  align-items: center;
  padding: 48px;
  background:
    radial-gradient(ellipse 600px 300px at 0% 50%, rgba(240, 169, 59, 0.06), transparent),
    rgba(255, 255, 255, 0.015);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
}

.privacy-mark {
  width: 140px;
  height: 140px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(240, 169, 59, 0.18), rgba(240, 169, 59, 0.04));
  border: 1px solid rgba(240, 169, 59, 0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.privacy-mark .material-symbols-rounded {
  font-size: 72px;
  color: var(--ember-400);
}

.privacy-copy .section-title { margin-bottom: 12px; }
.privacy-copy .section-lead { margin: 0 0 28px; }

.privacy-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.privacy-points > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
}

.privacy-points .material-symbols-rounded {
  color: var(--ember-400);
  font-size: 22px;
  margin-top: 1px;
}

.privacy-points > div > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.privacy-points strong {
  font-weight: 600;
  font-size: 13.5px;
  color: var(--fg);
}

.privacy-points span {
  font-size: 12.5px;
  color: var(--fg-3);
  line-height: 1.4;
}

/* ============ COMPARE \u2014 MOBILE CARD VIEW ============ */
.compare-cards {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.compare-card {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.015);
  padding: 16px 18px;
}

.compare-card.us {
  border-color: rgba(30, 203, 222, 0.30);
  background: rgba(30, 203, 222, 0.04);
}

.compare-card h4 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 4px;
  color: var(--fg);
}

.compare-card h4 .compare-note {
  font-family: var(--ff-sans);
  font-size: 12px;
  color: var(--fg-3);
  font-weight: 400;
  margin-left: 4px;
}

.compare-card.us h4 {
  color: var(--memory-400);
}

.compare-card ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.compare-card li {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
  color: var(--fg-2);
  padding: 4px 0;
}

.compare-card li strong {
  font-weight: 500;
  color: var(--fg-3);
}

/* ============ SAVE FROM ============ */
.save-from {
  padding: 100px var(--gutter);
  max-width: var(--container);
  margin: 0 auto;
}

.save-from-head {
  text-align: center;
  margin-bottom: 56px;
}
.save-from-head .section-title { margin-bottom: 16px; }
.save-from-head .section-lead { margin: 0 auto; }

.save-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.save-card {
  padding: 28px 26px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}

.save-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--border-strong);
}

.save-card-feat {
  background: linear-gradient(180deg, rgba(30, 203, 222, 0.08), rgba(30, 203, 222, 0.02));
  border-color: rgba(30, 203, 222, 0.35);
}

.save-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.save-platform {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--fg);
}

.save-platform .material-symbols-rounded {
  font-size: 20px;
  color: var(--memory-400);
}

.save-ai-tag {
  display: inline-flex;
  align-items: center;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid transparent;
  white-space: nowrap;
}

.tag-full {
  color: var(--memory-400);
  background: rgba(30, 203, 222, 0.10);
  border-color: rgba(30, 203, 222, 0.35);
}

.tag-partial {
  color: var(--ember-400);
  background: rgba(240, 169, 59, 0.10);
  border-color: rgba(240, 169, 59, 0.30);
}

.save-card p {
  font-size: 14.5px;
  color: var(--fg-2);
  line-height: 1.55;
  margin: 0;
}

.save-fine {
  margin: 40px auto 0;
  max-width: 720px;
  text-align: center;
  color: var(--fg-3);
  font-size: 14px;
  line-height: 1.6;
}

/* ============ BUILT BY ============ */
.built-by {
  padding: 100px var(--gutter);
  max-width: 880px;
  margin: 0 auto;
}

.built-inner {
  text-align: center;
}

.built-inner .eyebrow {
  margin: 0 auto 18px;
}

.built-inner .section-title {
  margin-bottom: 18px;
}

.built-inner .section-lead {
  max-width: 680px;
  margin: 0 auto 40px;
}

.built-inner .section-lead a {
  color: var(--memory-400);
}

.built-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.built-stat {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 22px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  text-align: left;
}

.built-stat .material-symbols-rounded {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: rgba(30, 203, 222, 0.10);
  color: var(--memory-400);
  border-radius: var(--r-md);
  font-size: 22px;
}

.built-stat > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.built-stat strong {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 15.5px;
  letter-spacing: -0.01em;
  color: var(--fg);
}

.built-stat span {
  font-size: 13px;
  color: var(--fg-3);
  line-height: 1.45;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .hero-inner,
  .how-step,
  .how-step-reverse,
  .graph-inner,
  .upload-inner,
  .ai-context-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .how-step-reverse {
    direction: ltr;
  }

  .features-grid,
  .persona-grid,
  .testimonials-grid,
  .save-grid,
  .built-stats,
  .rp-grid,
  .shipped-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .download-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .privacy-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 28px;
    text-align: left;
  }

  .privacy-mark {
    width: 80px;
    height: 80px;
    border-radius: 20px;
  }

  .privacy-mark .material-symbols-rounded {
    font-size: 40px;
  }

  .privacy-points {
    grid-template-columns: 1fr;
  }

  .pocket-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
  }

  /* Show cards, hide table */
  .compare-grid { display: none; }
  .compare-cards { display: flex; }

  .hero-device {
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .nav-links { display: none; }

  .hero {
    padding: 40px var(--gutter) 32px;
  }

  .hero-inner {
    gap: 36px;
  }

  .hero-title {
    font-size: clamp(40px, 9vw, 56px);
  }

  .hero-lead {
    font-size: 16.5px;
  }

  .pain {
    padding: 80px var(--gutter) 60px;
  }

  .pain-numbers {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0;
  }

  .pain-divider {
    display: none;
  }

  .features-grid,
  .persona-grid,
  .testimonials-grid,
  .save-grid,
  .built-stats,
  .rp-grid,
  .shipped-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding: 4px var(--gutter) 18px;
    margin: 0 calc(var(--gutter) * -1);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .features-grid::-webkit-scrollbar,
  .persona-grid::-webkit-scrollbar,
  .testimonials-grid::-webkit-scrollbar,
  .save-grid::-webkit-scrollbar,
  .built-stats::-webkit-scrollbar,
  .rp-grid::-webkit-scrollbar,
  .shipped-grid::-webkit-scrollbar {
    display: none;
  }

  .features-grid > *,
  .persona-grid > *,
  .testimonials-grid > *,
  .save-grid > *,
  .built-stats > *,
  .rp-grid > *,
  .shipped-grid > * {
    flex: 0 0 auto;
    width: 82vw;
    max-width: 320px;
    scroll-snap-align: start;
  }

  .download-cards {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding: 4px var(--gutter) 18px;
    margin: 0 calc(var(--gutter) * -1);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .download-cards::-webkit-scrollbar {
    display: none;
  }

  .download-cards > * {
    flex: 0 0 auto;
    width: 78vw;
    max-width: 280px;
    scroll-snap-align: start;
  }

  .compare-cards {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding: 4px var(--gutter) 18px;
    margin: 0 calc(var(--gutter) * -1);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .compare-cards::-webkit-scrollbar {
    display: none;
  }

  .compare-cards > * {
    flex: 0 0 auto;
    width: 82vw;
    max-width: 320px;
    scroll-snap-align: start;
  }

  .footer-cols {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .how-steps {
    gap: 56px;
  }

  .how-step-text h3 {
    font-size: 26px;
  }

  .phone {
    width: 240px;
  }

  .frame-tall {
    width: 260px;
  }

  .ai-card-mock {
    max-width: 100%;
  }

  /* Mobile top download strip — show as compact 2x2 grid */
  .dl-strip-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px var(--gutter);
  }

  .dl-pill {
    padding: 8px 12px;
    width: 100%;
    justify-content: flex-start;
  }

  .dl-pill .material-symbols-rounded {
    font-size: 20px;
  }

  .dl-pill-text strong {
    font-size: 12.5px;
  }

  .dl-pill-text em {
    font-size: 10.5px;
  }

  .ai-context {
    padding: 64px var(--gutter);
  }

  .ai-context-mock {
    padding: 18px;
  }

  .ctx-bubble {
    max-width: 100%;
    font-size: 14px;
  }

  .pocket-banner h3 {
    font-size: 20px;
  }

  .privacy-inner {
    padding: 28px 22px;
  }

  .privacy {
    padding: 40px var(--gutter) 80px;
  }

  .features,
  .personas,
  .testimonials,
  .compare,
  .pricing,
  .faq,
  .download {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-inner { gap: 16px; }

  .brand-name {
    font-size: 16px;
  }

  .pocket-banner-cta {
    width: 100%;
    text-align: center;
  }
}
