/* ---------- Tokens ---------- */
:root {
  --peach: #FFF0E6;
  --peach-deep: #FFD9C2;
  --lavender: #E8DEFF;
  --lavender-deep: #C9B8FF;
  --sky: #D4E8FF;
  --sky-deep: #A9D1FF;
  --mint: #D9F3E6;

  --primary: #9C8EF4;
  --primary-ink: #5A48D1;
  --secondary: #CEC4FD;
  --accent: #1B1472;
  --ink: #2A2450;
  --ink-soft: #605B85;
  --cream: #FFFBF5;
  --paper: #FFFDFA;

  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 36px;
  --shadow-sm: 0 2px 0 rgba(27,20,114,0.04), 0 6px 18px -6px rgba(27,20,114,0.12);
  --shadow: 0 4px 0 rgba(27,20,114,0.04), 0 20px 40px -20px rgba(27,20,114,0.22);
  --shadow-lg: 0 40px 80px -30px rgba(90,72,209,0.35);

  --font-display: "Fraunces", ui-serif, Georgia, serif;
  --font-body: "Nunito", ui-rounded, system-ui, -apple-system, sans-serif;

  --step-0: clamp(0.95rem, 0.9rem + 0.2vw, 1.05rem);
  --step-1: clamp(1.05rem, 1rem + 0.3vw, 1.2rem);
  --step-2: clamp(1.3rem, 1.1rem + 0.8vw, 1.7rem);
  --step-3: clamp(1.8rem, 1.4rem + 1.8vw, 2.6rem);
  --step-4: clamp(2.4rem, 1.8rem + 3vw, 3.8rem);
  --step-5: clamp(3rem, 2rem + 4.5vw, 5.4rem);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: var(--step-0);
  color: var(--ink);
  background:
    radial-gradient(1200px 700px at 10% -5%, var(--peach) 0%, transparent 60%),
    radial-gradient(1000px 800px at 90% 10%, var(--lavender) 0%, transparent 55%),
    radial-gradient(900px 700px at 50% 100%, var(--sky) 0%, transparent 60%),
    var(--cream);
  background-attachment: fixed;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Grain */
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.08 0 0 0 0 0.3 0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.5; mix-blend-mode: multiply;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Typography ---------- */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--accent);
  margin: 0;
}
h1 { font-size: var(--step-5); font-weight: 500; }
h2 { font-size: var(--step-4); font-weight: 500; }
h3 { font-size: var(--step-2); font-weight: 600; }
h1 em, h2 em { font-style: italic; color: var(--primary-ink); font-weight: 500; }

p { margin: 0; line-height: 1.55; color: var(--ink-soft); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--primary-ink);
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(156,142,244,0.28);
}
.eyebrow .dot { width: 8px; height: 8px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 0 4px rgba(156,142,244,0.25); animation: pulse 2.2s ease-in-out infinite; }
.eyebrow-center { margin: 0 auto; }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.25); opacity: 0.7; } }

.wiggle {
  display: inline-block;
  background: linear-gradient(120deg, var(--peach-deep), var(--lavender-deep), var(--sky-deep));
  padding: 0 0.3em;
  border-radius: 12px;
  color: var(--accent);
  font-style: italic;
  transform: rotate(-1.5deg);
}

/* ---------- Layout ---------- */
.nav, .hero, .meet, .features, .how, .video, .download, .foot {
  position: relative; z-index: 2;
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  display: flex; flex-direction: column; gap: 1.2rem; align-items: center;
}
.section-head p { font-size: var(--step-1); max-width: 54ch; }

/* ---------- Nav ---------- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem clamp(1.2rem, 4vw, 3rem);
  max-width: 1400px; margin: 0 auto;
}
.brand {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-display); font-weight: 600; font-size: 1.25rem;
  color: var(--accent);
}
.brand img { width: 36px; height: 36px; border-radius: 10px; }
.brand-wordmark { display: inline-flex; flex-direction: column; line-height: 1.05; }
.brand-wordmark b { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; color: var(--accent); }
.brand-wordmark small { font-family: var(--font-body); font-weight: 700; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--primary-ink); margin-top: 1px; }
.nav-links {
  display: flex; gap: 1.8rem; font-weight: 600; color: var(--ink-soft);
}
.nav-links a { transition: color 0.2s; }
.nav-links a:hover { color: var(--primary-ink); }
@media (max-width: 760px) { .nav-links { display: none; } }

.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 700; font-family: var(--font-body);
  padding: 0.85rem 1.3rem; border-radius: 999px;
  transition: transform 0.15s ease-out, box-shadow 0.2s;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent); color: var(--cream);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-ghost {
  background: rgba(255,255,255,0.6);
  color: var(--primary-ink);
  border: 1.5px solid rgba(156,142,244,0.35);
}
.btn-ghost:hover { background: var(--cream); }

/* ---------- Hero ---------- */
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem) clamp(1.2rem, 4vw, 3rem) clamp(4rem, 8vw, 7rem);
}
.hero-copy { display: flex; flex-direction: column; gap: 1.8rem; max-width: 620px; }
.hero h1 { margin-top: 0.2rem; }
.lede { font-size: var(--step-1); max-width: 54ch; }
.lede strong { color: var(--accent); font-weight: 800; }

.cta-row { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.cta-row-center { justify-content: center; }

.store-badge {
  display: inline-flex; align-items: center; gap: 0.8rem;
  padding: 0.7rem 1.2rem 0.7rem 1rem;
  border-radius: 16px;
  background: var(--accent);
  color: var(--cream);
  transition: transform 0.18s, box-shadow 0.2s;
  box-shadow: var(--shadow-sm);
}
.store-badge:hover { transform: translateY(-3px) rotate(-0.5deg); box-shadow: var(--shadow); }
.store-badge svg { width: 26px; height: 26px; fill: currentColor; }
.store-text { display: flex; flex-direction: column; line-height: 1.05; text-align: left; }
.store-text small { font-size: 0.68rem; opacity: 0.75; letter-spacing: 0.08em; text-transform: uppercase; }
.store-text strong { font-size: 1.05rem; font-weight: 700; }

.store-badge.store-disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background: var(--ink-soft, #6b6b6b);
  filter: grayscale(0.35);
}
.store-badge.store-disabled:hover { transform: none; box-shadow: var(--shadow-sm); }

.store-stack-row {
  display: flex; flex-wrap: wrap; gap: 0.8rem;
}
.store-stack {
  display: flex; flex-direction: column; align-items: stretch; gap: 0.55rem;
}
.store-stack .store-badge { width: 100%; justify-content: flex-start; }

.qr-card {
  display: flex; align-items: center; justify-content: center;
  padding: 0.5rem;
  background: var(--cream, #fff);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: inherit;
  align-self: center;
  transition: transform 0.18s, box-shadow 0.2s;
}
a.qr-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.qr-card img {
  display: block;
  width: 140px; height: 140px;
  border-radius: 8px;
  background: #fff;
}
.qr-placeholder {
  width: 140px; height: 140px;
  border-radius: 8px;
  border: 2px dashed rgba(0,0,0,0.18);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-soft, #888);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  background: rgba(0,0,0,0.02);
}
.qr-card-soon { opacity: 0.78; }

.fine { font-size: 0.85rem; color: var(--ink-soft); }

/* Hero visual */
.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  display: grid; place-items: center;
}

.blob { position: absolute; border-radius: 50%; filter: blur(40px); opacity: 0.7; z-index: 0; }
.blob-a { width: 280px; height: 280px; background: var(--peach-deep); top: 5%; left: -5%; }
.blob-b { width: 320px; height: 320px; background: var(--sky-deep); bottom: 0; right: -8%; opacity: 0.6; }
.blob-c { width: 220px; height: 220px; background: var(--lavender-deep); top: 40%; right: 20%; opacity: 0.5; }

.phone {
  position: relative;
  width: min(320px, 80%);
  aspect-ratio: 9/19;
  background: linear-gradient(180deg, #1a143f 0%, #0e0a29 100%);
  border-radius: 46px;
  padding: 10px;
  box-shadow: var(--shadow-lg), inset 0 0 0 2px rgba(255,255,255,0.08);
  z-index: 2;
  transform: rotate(-4deg);
}
.phone-notch {
  position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 22px; background: #0a0720; border-radius: 999px; z-index: 3;
}
.phone-screen {
  position: relative;
  width: 100%; height: 100%;
  background: linear-gradient(180deg, var(--peach) 0%, var(--lavender) 55%, var(--sky) 100%);
  border-radius: 38px;
  padding: 44px 16px 16px;
  display: flex; flex-direction: column; gap: 12px;
  overflow: hidden;
}
.mock-top {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.7rem; font-weight: 700; color: var(--accent); padding: 0 8px;
}
.mock-header { padding: 0 6px; }
.mock-baby { display: flex; align-items: center; gap: 10px; }
.mock-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: conic-gradient(from 140deg, var(--peach-deep), var(--lavender-deep), var(--sky-deep), var(--peach-deep));
  border: 2px solid white;
  box-shadow: 0 4px 12px -2px rgba(27,20,114,0.18);
}
.mock-baby small { font-size: 0.7rem; color: var(--ink-soft); display: block; }
.mock-baby b { font-size: 0.95rem; color: var(--accent); font-weight: 800; font-family: var(--font-display); }

.mock-card {
  display: flex; gap: 6px; flex-wrap: wrap;
  background: rgba(255,255,255,0.7);
  padding: 10px; border-radius: 18px;
  backdrop-filter: blur(8px);
}
.mock-chip {
  font-size: 0.75rem; font-weight: 700;
  padding: 6px 10px; border-radius: 999px;
  background: white; color: var(--accent);
  box-shadow: 0 1px 3px rgba(27,20,114,0.08);
}

.mock-transcript { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.bubble {
  font-size: 0.8rem; line-height: 1.4; padding: 10px 12px; border-radius: 14px;
  max-width: 88%;
}
.bubble-user {
  background: white; color: var(--ink); align-self: flex-end;
  border-bottom-right-radius: 4px;
  box-shadow: 0 2px 6px rgba(27,20,114,0.08);
}
.bubble-ai {
  background: var(--accent); color: var(--cream);
  align-self: flex-start; border-bottom-left-radius: 4px;
  display: flex; gap: 8px; align-items: flex-start;
}
.bubble-ai img { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; }
.bubble-ai p { margin: 0; color: inherit; font-size: 0.8rem; }

.mock-mic {
  margin-top: auto; align-self: center; position: relative;
  width: 54px; height: 54px; display: grid; place-items: center;
}
.mic-dot {
  width: 54px; height: 54px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #c9b8ff, var(--primary));
  box-shadow: 0 8px 20px -4px rgba(90,72,209,0.55);
}
.ring { position: absolute; inset: 0; border: 2px solid var(--primary); border-radius: 50%; opacity: 0; animation: ringPulse 2.4s ease-out infinite; }
.ring-2 { animation-delay: 1.2s; }
@keyframes ringPulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(2); opacity: 0; }
}

/* Stickers */
.sticker {
  position: absolute; z-index: 3;
  display: flex; align-items: center; gap: 10px;
  background: var(--paper);
  padding: 10px 14px 10px 10px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  animation: float 6s ease-in-out infinite;
}
.sticker img { width: 40px; height: 40px; border-radius: 10px; background: var(--lavender); }
.sticker b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; color: var(--accent); }
.sticker span { font-size: 0.75rem; color: var(--ink-soft); }
.sticker-emoji { font-size: 1.8rem; line-height: 1; }
.sticker-sleep { top: 6%; left: -2%; transform: rotate(-6deg); }
.sticker-milestone { bottom: 8%; right: -4%; transform: rotate(5deg); animation-delay: -2s; }
@keyframes float {
  0%,100% { transform: translateY(0) rotate(var(--r, 0deg)); }
  50% { transform: translateY(-12px) rotate(var(--r, 0deg)); }
}
.sticker-sleep { --r: -6deg; }
.sticker-milestone { --r: 5deg; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; text-align: left; }
  .hero-visual { order: -1; max-width: 440px; margin: 0 auto; width: 100%; }
  .phone { transform: rotate(-3deg); }
}

/* ---------- Meet Dudu ---------- */
/* ---------- Gallery ---------- */
.gallery {
  max-width: 1400px; margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3.5rem);
  position: relative; z-index: 2;
}
.gallery .section-head {
  padding: 0 clamp(1.2rem, 4vw, 3rem);
}
.gallery-scroll {
  margin-top: clamp(2rem, 4vw, 3rem);
  display: flex;
  gap: clamp(0.9rem, 2vw, 1.4rem);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: clamp(1.2rem, 4vw, 3rem);
  padding: 1rem clamp(1.2rem, 4vw, 3rem) 2rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
.gallery-scroll::-webkit-scrollbar { display: none; }
.gallery-scroll:focus-visible {
  box-shadow: inset 0 0 0 2px var(--primary);
  border-radius: var(--radius-lg);
}
.shot {
  flex: 0 0 auto;
  width: 200px;
  aspect-ratio: 1320 / 2868;
  margin: 0;
  scroll-snap-align: start;
  border-radius: calc(var(--radius-lg) - 4px);
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
}
.shot:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}
.shot img {
  display: block;
  width: 100%; height: 100%;
  object-fit: cover;
}
.gallery-hint {
  text-align: center;
  font-size: 0.85rem;
  color: var(--ink-soft);
  margin: 0;
  letter-spacing: 0.04em;
  opacity: 0.7;
}
@media (max-width: 640px) {
  .shot { width: 170px; }
}

/* ---------- Features ---------- */
.features {
  max-width: 1400px; margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.2rem, 4vw, 3rem);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}
.feat {
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.4rem);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 0.8rem;
  transition: transform 0.25s;
  grid-column: span 2;
}
.feat:hover { transform: translateY(-4px); }
.feat h3 { font-size: var(--step-2); }
.feat p { font-size: 1rem; }

.feat-pastel .feat-emoji { font-size: 2.2rem; line-height: 1; margin-bottom: 0.2rem; }
.feat-peach { background: var(--peach); }
.feat-lavender { background: var(--lavender); }
.feat-sky { background: var(--sky); }
.feat-mint { background: var(--mint); }

.feat-wide {
  grid-column: span 6;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.8rem, 3vw, 3rem);
}
.feat-wide .feat-copy { flex: 1; }
.feat-wide .feat-visual { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 220px; }

.feat-dark {
  background: var(--accent); color: var(--cream);
  box-shadow: var(--shadow);
}
.feat-dark h3 { color: var(--cream); }
.feat-dark p { color: rgba(255,251,245,0.8); }
.feat-dark em { color: var(--peach-deep); font-style: italic; }
.feat-link {
  display: inline-flex; align-items: center; gap: 0.4rem;
  margin-top: 1.1rem;
  font-family: var(--font-body); font-weight: 700; font-size: 0.92rem;
  color: var(--peach-deep);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,200,150,0.35);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.feat-link:hover { color: var(--cream); border-color: var(--cream); }
.feat-link span { transition: transform 0.2s ease; }
.feat-link:hover span { transform: translateX(3px); }

.feat-visual-voice {
  background: linear-gradient(135deg, var(--lavender) 0%, var(--sky) 100%);
  border-radius: var(--radius);
  padding: 1.8rem;
  width: 100%; height: 100%;
  display: flex; flex-direction: column; gap: 1.4rem; justify-content: center;
}
.waveform { display: flex; align-items: center; gap: 6px; height: 60px; }
.waveform span {
  flex: 1; background: var(--primary); border-radius: 999px;
  animation: wave 1.4s ease-in-out infinite;
  min-height: 8px;
}
.waveform span:nth-child(1) { animation-delay: 0s; }
.waveform span:nth-child(2) { animation-delay: 0.08s; }
.waveform span:nth-child(3) { animation-delay: 0.16s; }
.waveform span:nth-child(4) { animation-delay: 0.24s; }
.waveform span:nth-child(5) { animation-delay: 0.32s; }
.waveform span:nth-child(6) { animation-delay: 0.4s; }
.waveform span:nth-child(7) { animation-delay: 0.48s; }
.waveform span:nth-child(8) { animation-delay: 0.56s; }
.waveform span:nth-child(9) { animation-delay: 0.48s; }
.waveform span:nth-child(10) { animation-delay: 0.4s; }
.waveform span:nth-child(11) { animation-delay: 0.32s; }
.waveform span:nth-child(12) { animation-delay: 0.24s; }
.waveform span:nth-child(13) { animation-delay: 0.16s; }
@keyframes wave {
  0%,100% { height: 20%; }
  50% { height: 100%; }
}
.voice-quote {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: 1.15rem; color: var(--accent); line-height: 1.4;
}

.feat-visual-privacy { position: relative; }
.lock {
  width: 180px; height: 180px;
  background: linear-gradient(135deg, var(--peach-deep), var(--lavender-deep));
  border-radius: 40px;
  display: grid; place-items: center;
  color: var(--accent);
  transform: rotate(-6deg);
  box-shadow: var(--shadow-lg);
}
.lock svg { width: 80px; height: 80px; }

@media (max-width: 960px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feat { grid-column: span 1; }
  .feat-wide { grid-column: span 2; flex-direction: column; text-align: left; }
  .feat-wide .feat-visual { width: 100%; }
}
@media (max-width: 560px) {
  .feature-grid { grid-template-columns: 1fr; }
  .feat-wide { grid-column: span 1; }
}

/* ---------- How it works ---------- */
.how {
  max-width: 1200px; margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.2rem, 4vw, 3rem);
}
.steps {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
  counter-reset: step;
}
.steps li {
  position: relative;
  padding: 2rem 1.6rem;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 0.7rem;
}
.steps li:nth-child(1) { background: linear-gradient(180deg, var(--peach) 0%, var(--paper) 80%); }
.steps li:nth-child(2) { background: linear-gradient(180deg, var(--lavender) 0%, var(--paper) 80%); transform: translateY(-1rem); }
.steps li:nth-child(3) { background: linear-gradient(180deg, var(--sky) 0%, var(--paper) 80%); }

.step-num {
  font-family: var(--font-display); font-weight: 600; font-style: italic;
  font-size: 2.8rem;
  color: var(--primary);
  line-height: 1;
}
.steps h3 { font-size: 1.4rem; }

@media (max-width: 760px) {
  .steps { grid-template-columns: 1fr; }
  .steps li:nth-child(2) { transform: none; }
}

/* ---------- Video ---------- */
.video {
  max-width: 1300px; margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.2rem, 4vw, 3rem);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.video-copy { display: flex; flex-direction: column; gap: 1.2rem; max-width: 480px; }
.video-copy h2 { font-size: var(--step-3); }

.video-frame {
  display: flex; justify-content: center;
}
.video-phone {
  position: relative;
  width: min(380px, 100%);
  aspect-ratio: 9/16;
  background: #1a143f;
  border-radius: 40px;
  padding: 10px;
  box-shadow: var(--shadow-lg);
  transform: rotate(2deg);
}
.video-phone iframe {
  width: 100%; height: 100%;
  border-radius: 32px;
  display: block;
}

@media (max-width: 860px) {
  .video { grid-template-columns: 1fr; text-align: left; }
}

/* ---------- Download ---------- */
.download {
  max-width: 1100px; margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.2rem, 4vw, 3rem);
}
.download-inner {
  position: relative;
  background: linear-gradient(135deg, var(--peach) 0%, var(--lavender) 50%, var(--sky) 100%);
  border-radius: var(--radius-lg);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 1.4rem;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.download-inner::before, .download-inner::after {
  content: ""; position: absolute;
  width: 220px; height: 220px; border-radius: 50%;
  filter: blur(40px); opacity: 0.5;
}
.download-inner::before { background: var(--peach-deep); top: -80px; left: -60px; }
.download-inner::after { background: var(--sky-deep); bottom: -80px; right: -60px; }
.download-inner > * { position: relative; z-index: 1; }
.download-dudu {
  width: 110px; height: 110px; border-radius: 50%;
  box-shadow: 0 20px 40px -15px rgba(27,20,114,0.35);
  background: white;
}
.download h2 { font-size: var(--step-4); }
.download p { font-size: var(--step-1); max-width: 42ch; }

/* ---------- Footer ---------- */
.foot {
  max-width: 1400px; margin: 0 auto;
  padding: 3rem clamp(1.2rem, 4vw, 3rem) 2rem;
  border-top: 1px solid rgba(156,142,244,0.18);
  margin-top: 4rem;
}
.foot-top {
  display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap;
  margin-bottom: 2rem;
}
.foot-brand { display: flex; gap: 0.9rem; align-items: center; max-width: 400px; }
.foot-brand img { width: 46px; height: 46px; border-radius: 12px; }
.foot-brand b { display: block; font-family: var(--font-display); font-weight: 600; color: var(--accent); font-size: 1.1rem; }
.foot-brand span { color: var(--ink-soft); font-size: 0.88rem; }
.foot-links { display: flex; gap: 1.6rem; flex-wrap: wrap; font-weight: 600; }
.foot-links a { color: var(--ink-soft); transition: color 0.2s; }
.foot-links a:hover { color: var(--primary-ink); }
.foot-bot {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem;
  font-size: 0.82rem; color: var(--ink-soft);
  padding-top: 1.5rem;
  border-top: 1px dashed rgba(156,142,244,0.2);
}

/* ---------- Founder story ---------- */
.story {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 1.5rem 2rem;
}
.story-card {
  position: relative;
  background: var(--cream);
  border: 1px solid rgba(156,142,244,0.18);
  border-radius: 28px;
  padding: 2.6rem 2.2rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.story-card h2 {
  margin: 0.2rem 0 0;
  font-style: italic;
}
.story-lede {
  font-size: var(--step-1);
  color: var(--ink);
}
.story-lede strong {
  color: var(--primary-ink);
  font-weight: 700;
}
.story-sign {
  margin-top: 0.6rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--accent);
  line-height: 1.6;
}
.story-sign em { font-style: italic; color: var(--primary-ink); }
@media (max-width: 640px) {
  .story { padding: 2.5rem 1rem 1rem; }
  .story-card { padding: 2rem 1.4rem; border-radius: 22px; }
}

/* ---------- Motion preference ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
