/* =======================================================================
   Tonnie · Pre-Launch Landing Page
   Self-contained stylesheet (no external deps except Google Fonts)
   Brand tokens aligned with main website (mockup_actual_version/css/style.css)
   ======================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* ---------- Tokens ---------- */
:root {
  /* Purple scale (brand primary) */
  --purple-50:  #f5f0ff;
  --purple-100: #ede5ff;
  --purple-200: #ddd6fe;
  --purple-300: #c4b5fd;
  --purple-400: #a78bfa;
  --purple-500: #8B5CF6;
  --purple-600: #7C3AED;
  --purple-700: #6D28D9;
  --purple-800: #5B21B6;
  --purple-900: #4C1D95;

  /* Amber (PUB "INTERNACIONAL" accent) */
  --amber-300: #FFD580;
  --amber-400: #FFC24D;
  --amber-500: #F5B642;
  --amber-600: #D9991F;

  /* Surfaces */
  --bg-primary:   #08080D;
  --bg-secondary: #0F0F17;
  --bg-surface:   #16162A;
  --bg-card:      #1A1A2E;
  --bg-elevated:  #1E1E3A;

  /* Text */
  --text-primary:   rgba(255, 255, 255, 0.94);
  --text-secondary: rgba(255, 255, 255, 0.62);
  --text-tertiary:  rgba(255, 255, 255, 0.42);
  --text-quaternary: rgba(255, 255, 255, 0.22);

  /* Semantic */
  --green: #10B981;
  --red:   #EF4444;

  /* Gradients */
  --grad-purple:  linear-gradient(135deg, #7C3AED 0%, #A855F7 100%);
  --grad-amber:   linear-gradient(135deg, #F5B642 0%, #FFD580 100%);
  --grad-mixed:   linear-gradient(135deg, #A855F7 0%, #F5B642 100%);
  --grad-hero:    radial-gradient(ellipse at 50% 0%, rgba(124, 58, 237, 0.28) 0%, rgba(8, 8, 13, 0) 60%);

  /* Layout */
  --container:  1240px;
  --radius-sm:  8px;
  --radius-md:  12px;
  --radius-lg:  16px;
  --radius-xl:  24px;
  --radius-2xl: 32px;
  --radius-full: 9999px;

  /* Spacing */
  --section-y: clamp(4rem, 8vw, 7rem);

  /* Shadows */
  --shadow-glow:  0 0 40px rgba(124, 58, 237, 0.25);
  --shadow-card:  0 20px 60px rgba(0, 0, 0, 0.35);
  --shadow-float: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(124, 58, 237, 0.15);

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

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute; top: -100px; left: 0;
  padding: 0.75rem 1.25rem;
  background: var(--purple-600);
  color: white;
  z-index: 9999;
  border-radius: 0 0 var(--radius-sm) 0;
  font-weight: 600;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--text-primary);
}

h1 { font-size: clamp(1.95rem, 6.2vw, 4.6rem); font-weight: 900; overflow-wrap: break-word; text-wrap: balance; }
h2 { font-size: clamp(1.55rem, 4vw, 3rem); overflow-wrap: break-word; text-wrap: balance; }
h2.balanced, h3.balanced { text-wrap: balance; }
h3 { font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 700; }
h4 { font-size: clamp(1rem, 1.6vw, 1.15rem); font-weight: 700; }
h5 { font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-tertiary); }

p { color: var(--text-secondary); }

.text-gradient {
  background: var(--grad-purple);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .text-gradient { white-space: normal; }
}

.text-amber {
  background: var(--grad-amber);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.text-amber-italic {
  background: var(--grad-amber);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: italic;
  font-weight: 900;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--purple-400);
  margin-bottom: 1rem;
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3rem;
}
.section-head .section-intro {
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  color: var(--text-secondary);
  margin-top: 1rem;
  line-height: 1.7;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.75rem;
  border-radius: var(--radius-full);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
  border: none;
  white-space: nowrap;
}

.btn-primary {
  background: var(--grad-purple);
  color: #fff;
  box-shadow: 0 0 24px rgba(124, 58, 237, 0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 36px rgba(124, 58, 237, 0.55); }
.btn-primary:active { transform: translateY(0); }

.btn-secondary {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.btn-secondary:hover { background: rgba(255, 255, 255, 0.04); border-color: rgba(255, 255, 255, 0.32); }

.btn-sm { padding: 0.55rem 1.1rem; font-size: 0.8rem; }
.btn-lg { padding: 1.05rem 2.2rem; font-size: 1rem; }
.btn-block { width: 100%; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  padding: 0.8rem 0.25rem;
  transition: color 0.2s;
}
.btn-ghost:hover { color: var(--text-primary); }

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(8, 8, 13, 0.72);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.nav-logo img { height: 26px; width: auto; }

.nav-meta { flex: 1; display: flex; justify-content: center; }

.beta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(139, 92, 246, 0.3);
  background: rgba(139, 92, 246, 0.08);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--purple-300);
}

.pulse-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--purple-400);
  box-shadow: 0 0 0 0 rgba(167, 139, 250, 0.7);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(167, 139, 250, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(167, 139, 250, 0); }
  100% { box-shadow: 0 0 0 0 rgba(167, 139, 250, 0); }
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--text-tertiary);
  font-size: 0.8rem;
  font-weight: 600;
}
.lang-btn {
  background: none;
  border: none;
  color: var(--text-tertiary);
  padding: 0.2rem 0.35rem;
  border-radius: 4px;
  transition: color 0.2s;
}
.lang-btn:hover { color: var(--text-secondary); }
.lang-btn.active { color: var(--text-primary); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 96px 0 1.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Gradient divider hero → next section */
.hero::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(8,8,13,0) 0%, rgba(15,15,23,0.9) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad-hero);
  z-index: 0;
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.mesh-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  animation: float 16s ease-in-out infinite;
}
.mesh-blob-1 { width: 450px; height: 450px; top: -80px; left: -120px; background: rgba(124, 58, 237, 0.45); animation-delay: 0s; }
.mesh-blob-2 { width: 520px; height: 520px; bottom: -160px; right: -180px; background: rgba(168, 85, 247, 0.32); animation-delay: -4s; }
.mesh-blob-3 { width: 380px; height: 380px; top: 40%; left: 45%; background: rgba(245, 182, 66, 0.10); animation-delay: -8s; }

@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(30px, -40px) scale(1.05); }
  66%      { transform: translate(-20px, 30px) scale(0.95); }
}

.mesh-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 20%, transparent 70%);
}

.hero-strip {
  position: absolute;
  top: 92px;
  z-index: 5;
  padding: 0 2rem;
}
.hero-strip-right { right: 0; }

.forum-badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--text-tertiary);
  padding: 0.5rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.02);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  width: 100%;
}

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

.hero-headline {
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.hero-line-1, .hero-line-2 { display: block; }
.hero-line-2 { margin-top: 0.25rem; }

.hero-sub {
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 1.25rem;
  max-width: 560px;
}
.hero-sub strong { color: var(--text-primary); font-weight: 700; }

.hero-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
}
.hero-bullets li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--text-primary);
}
.hero-bullets strong { color: var(--text-primary); font-weight: 700; margin-right: 0.15em; }
.check {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.check svg { width: 13px; height: 13px; }

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
}

/* Trust microcopy under CTAs */
.hero-microtrust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.25rem;
  font-size: 0.78rem;
  color: var(--text-tertiary);
}
.hero-microtrust span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.hero-microtrust span::before {
  content: '✓';
  color: var(--green);
  font-weight: 700;
}

/* Scarcity chip in hero (below trust strip) */
.hero-scarcity {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.95rem;
  border-radius: var(--radius-full);
  background: rgba(245, 182, 66, 0.08);
  border: 1px solid rgba(245, 182, 66, 0.25);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--amber-300);
  margin-bottom: 1rem;
}
.hero-scarcity .scarcity-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--amber-400);
  box-shadow: 0 0 10px rgba(245, 182, 66, 0.7);
  animation: pulse-amber 2s infinite;
}
@keyframes pulse-amber {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.6; transform: scale(1.3); }
}
.hero-scarcity strong { color: var(--amber-300); font-weight: 700; }


.hero-launch-whisper {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.9rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-tertiary);
  z-index: 3;
  white-space: nowrap;
  max-width: calc(100vw - 2rem);
  background: rgba(8, 8, 13, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.04);
}
.hero-launch-whisper img { border-radius: 2px; flex-shrink: 0; }

/* --- Hero Visual --- */
.hero-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 420px;
}

.hero-device-stack {
  position: absolute;
  inset: 0;
}

.hero-laptop {
  position: absolute;
  top: 8%;
  left: 0;
  width: 95%;
  transform: perspective(1500px) rotateY(-6deg) rotateX(4deg);
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 40px rgba(124, 58, 237, 0.22));
  transition: transform 0.8s var(--ease);
}
.hero-laptop-frame { width: 100%; display: block; }
.hero-laptop-screen {
  position: absolute;
  top: 4.2%;
  left: 11.6%;
  width: 76.8%;
  height: 72.5%;
  overflow: hidden;
  border-radius: 4px;
}
.hero-laptop-screen img { width: 100%; height: 100%; object-fit: cover; }

.hero-phone {
  position: absolute;
  right: -4%;
  bottom: 0;
  width: 28%;
  min-width: 120px;
  max-width: 180px;
  transform: perspective(1200px) rotateY(12deg);
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 25px rgba(168, 85, 247, 0.25));
  transition: transform 0.8s var(--ease);
  z-index: 4;
}
.hero-phone-frame {
  position: relative;
  aspect-ratio: 9 / 19.5;
  border-radius: 26px;
  background: #0a0a0f;
  border: 3px solid #222;
  padding: 6px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}
.hero-phone-notch {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 14px;
  background: #000;
  border-radius: 0 0 10px 10px;
  z-index: 2;
}
.hero-phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.hero-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.95rem;
  background: rgba(22, 22, 42, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-float);
  animation: floatBob 5s ease-in-out infinite;
  z-index: 5;
}
.hero-float-text { display: flex; flex-direction: column; font-size: 0.7rem; }
.hero-float-text span { color: var(--text-primary); font-weight: 600; font-size: 0.78rem; }
.hero-float-text small { color: var(--text-tertiary); font-size: 0.66rem; margin-top: 1px; }
.hero-float-copilot { top: 6%; left: -4%; animation-delay: 0s; }
.hero-float-copilot img { width: 36px; height: 36px; border-radius: 8px; }
.hero-float-mesh { bottom: 14%; left: -8%; animation-delay: -2.5s; }

@keyframes floatBob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

.score-ring {
  position: relative;
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.score-ring svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.score-value {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--text-primary);
}

/* ---------- Section Numbers ---------- */
.section-numbers {
  padding: clamp(2.5rem, 4vw, 4rem) 0;
  background: var(--bg-secondary);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}
.number-tile {
  text-align: center;
  padding: 1.5rem 0.5rem;
}
.number-value {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  background: var(--grad-mixed);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.number-value .pct { font-size: 0.7em; }
.number-label {
  margin-top: 0.6rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.4;
}
.numbers-caption {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: var(--text-tertiary);
  font-style: italic;
}

/* ---------- Section Pain ---------- */
.section-pain {
  padding: var(--section-y) 0;
  background: var(--bg-primary);
}
.pain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 1080px;
  margin: 0 auto;
}
.pain-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  min-height: 200px;
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  transition: border-color 0.3s, transform 0.3s var(--ease);
}
.pain-card:hover {
  border-color: rgba(139, 92, 246, 0.25);
  transform: translateY(-4px);
}
.pain-card img {
  width: 100px; height: 100px;
  flex-shrink: 0;
  object-fit: contain;
}
.pain-card h3 { margin-bottom: 0.5rem; font-size: 1.05rem; }
.pain-card p { font-size: 0.88rem; line-height: 1.65; color: var(--text-secondary); }

.pain-close {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 1.05rem;
  color: var(--text-primary);
  font-weight: 500;
}

/* ---------- Section Platform ---------- */
.section-platform {
  padding: var(--section-y) 0;
  background: var(--bg-secondary);
}
.platform-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
  align-items: start;
  max-width: 1150px;
  margin: 0 auto;
}

.platform-steps {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.platform-step {
  display: grid;
  grid-template-columns: 36px 64px 1fr;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  text-align: left;
  color: var(--text-primary);
  transition: all 0.3s var(--ease);
  font-family: inherit;
}
.platform-step:hover {
  border-color: rgba(139, 92, 246, 0.2);
  background: rgba(139, 92, 246, 0.04);
}
.platform-step.active {
  border-color: rgba(139, 92, 246, 0.4);
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(139, 92, 246, 0.03));
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.15);
}

.step-index {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--purple-400);
  letter-spacing: 0.05em;
  padding-top: 4px;
}

.step-icon {
  width: 56px; height: 56px;
  object-fit: contain;
}

.step-copy h3 { font-size: 0.98rem; margin-bottom: 0.3rem; }
.step-copy p { font-size: 0.82rem; line-height: 1.6; color: var(--text-tertiary); }

.platform-preview-sticky {
  position: sticky;
  top: 100px;
}

.platform-laptop {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
}
.platform-laptop-frame {
  width: 100%;
  filter: drop-shadow(0 25px 60px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 30px rgba(124, 58, 237, 0.12));
}
.platform-laptop-screen {
  position: absolute;
  top: 4.2%; left: 11.6%;
  width: 76.8%; height: 72.5%;
  overflow: hidden;
}
.platform-screen-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s var(--ease);
}
.platform-screen-img.active { opacity: 1; position: relative; }

.platform-preview-label {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.75rem;
  color: var(--text-tertiary);
  letter-spacing: 0.05em;
}

.platform-ribbon {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 900px;
  margin: 3.5rem auto 0;
  padding: 1.5rem;
  background: rgba(139, 92, 246, 0.04);
  border: 1px solid rgba(139, 92, 246, 0.12);
  border-radius: var(--radius-lg);
}
.ribbon-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ribbon-item img { width: 48px; height: 48px; object-fit: contain; }
.ribbon-item strong { display: block; font-size: 0.95rem; color: var(--text-primary); }
.ribbon-item span { font-size: 0.8rem; color: var(--text-tertiary); line-height: 1.5; }

/* ---------- Section CoPilot ---------- */
.section-copilot {
  padding: var(--section-y) 0;
  background: var(--bg-primary);
  position: relative;
  overflow: hidden;
}
.copilot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1040px;
}
.copilot-copy p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-secondary);
  margin: 1.25rem 0 1.5rem;
  max-width: 480px;
}
.copilot-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.copilot-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.check-dot {
  flex-shrink: 0;
  width: 6px; height: 6px;
  background: var(--purple-400);
  border-radius: 50%;
  margin-top: 8px;
  box-shadow: 0 0 10px rgba(167, 139, 250, 0.5);
}

.copilot-chat {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: var(--shadow-card);
}
.chat-bubble {
  max-width: 85%;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  line-height: 1.55;
  border-radius: 16px;
}
.chat-bubble-user {
  align-self: flex-end;
  background: rgba(139, 92, 246, 0.18);
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-bottom-right-radius: 4px;
  color: var(--text-primary);
}
.chat-bubble-ai {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom-left-radius: 4px;
}
.chat-bubble-ai p { color: var(--text-secondary); }
.chat-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--purple-400);
  letter-spacing: 0.04em;
}
.chat-author img { border-radius: 5px; }

.chat-input {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  font-size: 0.82rem;
  color: var(--text-tertiary);
}
.chat-input span:first-child { flex: 1; }
.chat-arrow { color: var(--purple-400); font-weight: 700; }

/* ---------- Section How It Works (personas) ---------- */
.section-howto {
  padding: var(--section-y) 0;
  background: var(--bg-primary);
}

.howto-tabs {
  display: inline-flex;
  margin: 0 auto 2.5rem;
  padding: 4px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-full);
  gap: 0.25rem;
}
.howto-tabs-wrap { text-align: center; }
.howto-tabs .tab-btn {
  padding: 0.7rem 1.5rem;
  border-radius: var(--radius-full);
  background: transparent;
  border: none;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-tertiary);
  transition: all 0.3s var(--ease);
}
.howto-tabs .tab-btn:hover { color: var(--text-secondary); }
.howto-tabs .tab-btn.active {
  background: var(--grad-purple);
  color: white;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.35);
}

.howto-panel { display: none; }
.howto-panel.active { display: block; animation: fadeInUp 0.45s var(--ease); }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.persona-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  max-width: 720px;
  margin: 0 auto 2.5rem;
  padding: 1.25rem 1.75rem;
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
}
.persona-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(139, 92, 246, 0.35);
  flex-shrink: 0;
}
.persona-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.85rem;
  margin-bottom: 0.3rem;
}
.persona-name { font-size: 1.02rem; color: var(--text-primary); font-weight: 700; }
.persona-route {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.78rem;
  color: var(--purple-400);
}
.persona-route img { border-radius: 2px; }
.persona-role {
  font-size: 0.78rem;
  color: var(--text-tertiary);
}
.persona-tagline {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.journey-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-width: 1080px;
  margin: 0 auto;
}
.journey-step {
  position: relative;
  padding: 1.75rem 1.25rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: transform 0.3s var(--ease), border-color 0.3s;
}
.journey-step:hover {
  border-color: rgba(139, 92, 246, 0.25);
  transform: translateY(-4px);
}
.journey-num {
  position: absolute;
  top: 0.9rem; left: 1rem;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.15);
  color: var(--purple-400);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
}
.journey-step img {
  width: 110px; height: 110px;
  margin: 0.25rem auto 0.8rem;
  object-fit: contain;
  display: block;
}
.journey-step h4 { font-size: 0.98rem; margin-bottom: 0.35rem; }
.journey-step p { font-size: 0.8rem; color: var(--text-tertiary); line-height: 1.55; }

/* Step connector arrows */
.journey-steps .journey-step:not(:last-child)::after {
  content: '→';
  position: absolute;
  top: 3.8rem;
  right: -1rem;
  font-size: 1.1rem;
  color: var(--purple-500);
  opacity: 0.35;
  z-index: 2;
}

/* ---------- Turn-key services bridge ---------- */
.section-bridge {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: var(--bg-secondary);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.bridge-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem 2.5rem;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.06) 0%, rgba(245, 182, 66, 0.04) 100%);
  border: 1px solid rgba(139, 92, 246, 0.14);
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.bridge-icon {
  flex-shrink: 0;
  width: 56px; height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(245, 182, 66, 0.18), rgba(245, 182, 66, 0.06));
  border: 1px solid rgba(245, 182, 66, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--amber-300);
}
.bridge-icon svg { width: 28px; height: 28px; }
.bridge-text { flex: 1; min-width: 260px; }
.bridge-label {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--amber-400);
  margin-bottom: 0.5rem;
}
.bridge-text h3 {
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
  color: var(--text-primary);
}
.bridge-text p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 540px;
}
.bridge-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.6rem;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-primary);
  transition: all 0.25s var(--ease);
  white-space: nowrap;
}
.bridge-cta:hover {
  background: rgba(245, 182, 66, 0.1);
  border-color: rgba(245, 182, 66, 0.4);
  color: var(--amber-300);
  transform: translateY(-1px);
}
.bridge-cta svg { width: 16px; height: 16px; }

/* ---------- Section Waitlist ---------- */
.section-waitlist {
  position: relative;
  padding: var(--section-y) 0;
  background: var(--bg-primary);
  overflow: hidden;
}
.waitlist-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.mesh-blob-w1 { width: 500px; height: 500px; top: -100px; left: 10%; background: rgba(124, 58, 237, 0.25); animation-delay: 0s; }
.mesh-blob-w2 { width: 400px; height: 400px; bottom: -80px; right: 10%; background: rgba(245, 182, 66, 0.08); animation-delay: -5s; }

.section-waitlist .container { position: relative; z-index: 1; }

.founding-strip {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.founding-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  color: var(--text-secondary);
}
.chip-icon { font-size: 0.95rem; }

.waitlist-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem;
  background: linear-gradient(160deg, rgba(26, 26, 46, 0.95) 0%, rgba(15, 15, 23, 0.95) 100%);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-card), 0 0 60px rgba(124, 58, 237, 0.1);
}

.waitlist-counter {
  margin-bottom: 2rem;
}
.counter-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.counter-fill {
  height: 100%;
  background: var(--grad-purple);
  border-radius: 3px;
  transition: width 0.6s var(--ease);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.6);
}
.counter-text {
  text-align: center;
  font-size: 0.88rem;
  color: var(--text-secondary);
}
.counter-text strong { color: var(--text-primary); font-weight: 700; }

.waitlist-tabs {
  display: flex;
  gap: 0.5rem;
  padding: 4px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-full);
  margin-bottom: 2rem;
}
.waitlist-tabs .tab-btn {
  flex: 1;
  padding: 0.7rem 1.25rem;
  border-radius: var(--radius-full);
  background: transparent;
  border: none;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-tertiary);
  transition: all 0.3s var(--ease);
}
.waitlist-tabs .tab-btn:hover { color: var(--text-secondary); }
.waitlist-tabs .tab-btn.active {
  background: var(--grad-purple);
  color: white;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.35);
}

.waitlist-form {
  display: none;
  flex-direction: column;
  gap: 1rem;
}
.waitlist-form.active { display: flex; }

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.field > span {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-secondary);
}
.field input,
.field select {
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-size: 0.92rem;
  transition: border-color 0.2s, background 0.2s;
}
.field input:focus,
.field select:focus {
  outline: none;
  border-color: var(--purple-500);
  background: rgba(255, 255, 255, 0.05);
}
.field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a78bfa' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 14px; padding-right: 2.5rem; }

.field-consent {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 0.25rem;
}
.field-consent input {
  margin-top: 3px;
  accent-color: var(--purple-500);
  width: 16px; height: 16px;
  cursor: pointer;
}
.field-consent span { font-size: 0.78rem; color: var(--text-tertiary); line-height: 1.5; }

.form-footnote {
  font-size: 0.72rem;
  color: var(--text-tertiary);
  text-align: center;
  margin-top: 0.75rem;
  line-height: 1.6;
}

.waitlist-success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 1rem 0.5rem;
}
.waitlist-success.active { display: flex; }

.success-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.15);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  animation: successPop 0.5s var(--ease);
}
.success-icon svg { width: 28px; height: 28px; }
@keyframes successPop {
  0%   { transform: scale(0); }
  70%  { transform: scale(1.15); }
  100% { transform: scale(1); }
}

.waitlist-success h3 { font-size: 1.3rem; }
.waitlist-success p { font-size: 0.92rem; max-width: 420px; line-height: 1.65; }

.success-share {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

/* ---------- Section Trust ---------- */
.section-trust {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: var(--bg-secondary);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.trust-label {
  text-align: center;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--text-tertiary);
  margin-bottom: 1.5rem;
}

.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  margin-bottom: 4rem;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: max-content;
  animation: scroll 40s linear infinite;
}
.marquee-track img {
  height: 28px;
  width: auto;
  opacity: 0.55;
  filter: grayscale(1) brightness(0) invert(1);
  flex-shrink: 0;
  transition: opacity 0.3s;
}
.marquee-track img:hover { opacity: 0.9; }
@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.eu-strip { padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.05); }
.eu-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.eu-logos img { height: 32px; opacity: 0.55; filter: brightness(0) invert(1); }
.eu-divider {
  width: 1px; height: 24px;
  background: rgba(255, 255, 255, 0.1);
}
.eu-fallback {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-tertiary);
  letter-spacing: 0.08em;
}

/* ---------- Section Final ---------- */
.section-final {
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: linear-gradient(180deg, var(--bg-primary) 0%, rgba(124, 58, 237, 0.08) 100%);
  text-align: center;
}
.section-final h2 {
  font-size: clamp(1.85rem, 3.4vw, 2.8rem);
  margin-bottom: 0.75rem;
}
.section-final h2 span { display: block; }
.section-final p {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

/* ---------- Footer ---------- */
.footer {
  padding: 3rem 0 1.5rem;
  background: var(--bg-primary);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 2rem;
}
.footer-brand img { height: 24px; margin-bottom: 0.5rem; }
.footer-brand p { font-size: 0.8rem; color: var(--text-tertiary); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.footer-col h5 { font-size: 0.72rem; color: var(--text-tertiary); letter-spacing: 0.1em; margin-bottom: 0.9rem; }
.footer-col a {
  display: block;
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 0.45rem;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--text-primary); }

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
  margin: 1.5rem 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.78rem;
  color: var(--text-tertiary);
}
.footer-social { display: flex; gap: 1rem; }
.footer-social a { color: var(--text-tertiary); transition: color 0.2s; }
.footer-social a:hover { color: var(--text-primary); }
.footer-launch {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.footer-launch img { border-radius: 2px; }

/* ---------- Cookie notice ---------- */
.cookie-notice {
  position: fixed;
  bottom: 1rem; left: 1rem;
  max-width: 420px;
  padding: 1rem 1.25rem;
  background: rgba(22, 22, 42, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 999;
  box-shadow: var(--shadow-card);
  animation: slideUp 0.4s var(--ease);
}
/* HTML `hidden` attribute must win over our display:flex */
.cookie-notice[hidden] { display: none !important; }
.cookie-notice p { font-size: 0.82rem; line-height: 1.5; color: var(--text-secondary); flex: 1; }
@keyframes slideUp {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

/* ---------- Animations on scroll ---------- */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.fade-in.in-view { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-copy { max-width: none; }
  .hero-visual { min-height: 0; aspect-ratio: 4 / 3.2; max-width: 720px; margin: 0 auto; width: 100%; }
  .hero { padding-top: 100px; padding-bottom: 3rem; min-height: auto; }
  .hero-launch-whisper { position: static; transform: none; flex: 0 0 100%; order: 99; margin: 1.25rem auto 0; font-size: 0.65rem; white-space: normal; text-align: center; width: fit-content; }
  .hero { flex-wrap: wrap; }

  .pain-grid { grid-template-columns: 1fr; }
  .pain-card { gap: 1.25rem; padding: 1.5rem; }
  .pain-card img { width: 80px; height: 80px; }

  .platform-split { grid-template-columns: 1fr; gap: 1.5rem; }
  .platform-preview-sticky { position: static; }
  /* On mobile/tablet: preview moves ABOVE the pillar list so clicks are visible */
  .platform-split { display: flex; flex-direction: column; }
  .platform-preview { order: 1; }
  .platform-steps { order: 2; }

  .copilot-grid { grid-template-columns: 1fr; gap: 2rem; }

  .journey-steps { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .journey-steps .journey-step:not(:last-child)::after { display: none; }

  .bridge-card { padding: 1.75rem; }

  .footer-top { grid-template-columns: 1fr; gap: 1.75rem; }
}

@media (max-width: 720px) {
  :root { --section-y: clamp(3rem, 8vw, 4rem); }

  .container { padding: 0 1rem; }

  .nav-inner { gap: 0.5rem; height: 64px; padding: 0 1rem; }
  .nav-meta { display: none; }
  .nav-logo img { height: 22px; }
  .nav-actions { gap: 0.5rem; }
  .lang-switch { gap: 0.2rem; font-size: 0.75rem; }
  .lang-btn { padding: 0.2rem 0.3rem; }
  .btn-sm { padding: 0.5rem 0.9rem; font-size: 0.75rem; }

  .hero { padding-top: 88px; padding-bottom: 2rem; }
  .hero-copy { padding: 0; }

  .numbers-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .number-tile { padding: 1rem 0.25rem; }

  .pain-card { flex-direction: column; text-align: center; gap: 0.9rem; padding: 1.5rem 1.25rem; }
  .pain-card img { width: 72px; height: 72px; }

  .waitlist-card { padding: 1.5rem 1.25rem; border-radius: var(--radius-xl); }
  .field-row { grid-template-columns: 1fr; }

  .footer-links { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; gap: 0.75rem; }

  .hero-ctas { flex-direction: column; align-items: stretch; gap: 0.75rem; }
  .hero-ctas .btn { width: 100%; }
  .hero-ctas .btn-ghost { justify-content: center; }

  .hero-bullets li { font-size: 0.88rem; }

  .cookie-notice { left: 0.75rem; right: 0.75rem; max-width: none; padding: 0.85rem 1rem; gap: 0.6rem; }
  .cookie-notice p { font-size: 0.75rem; }

  .bridge-card { flex-direction: column; align-items: stretch; text-align: center; padding: 1.5rem; }
  .bridge-text p { max-width: none; }
  .bridge-cta { justify-content: center; }

  .persona-card { flex-direction: column; text-align: center; gap: 0.75rem; padding: 1.25rem; }
  .persona-meta { justify-content: center; }

  .waitlist-tabs { margin-bottom: 1.5rem; }
  .waitlist-tabs .tab-btn { padding: 0.6rem 0.75rem; font-size: 0.82rem; }

  .platform-ribbon { grid-template-columns: 1fr; gap: 0.75rem; padding: 1rem; margin-top: 2rem; }

  .platform-step { grid-template-columns: 28px 48px 1fr; gap: 0.6rem; padding: 0.85rem; }
  .step-icon { width: 44px; height: 44px; }
  .step-copy h3 { font-size: 0.92rem; }
  .step-copy p { font-size: 0.78rem; }

  .founding-strip { gap: 0.5rem; margin-bottom: 1.75rem; }
  .founding-chip { font-size: 0.75rem; padding: 0.4rem 0.8rem; }

  .numbers-caption { margin-top: 1.25rem; font-size: 0.78rem; }

  .eu-logos { gap: 1rem; }
  .eu-logos img { height: 26px; }
  .eu-divider { height: 18px; }
}

@media (max-width: 480px) {
  .hero { padding-top: 82px; }
  .hero-bullets { gap: 0.5rem; margin-bottom: 1.5rem; }
  .hero-sub { font-size: 0.95rem; line-height: 1.65; }

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

  .journey-steps { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .journey-step { padding: 1.25rem 0.85rem 1rem; }
  .journey-step img { width: 80px; height: 80px; }
  .journey-step h4 { font-size: 0.88rem; }
  .journey-step p { font-size: 0.72rem; }

  .howto-tabs .tab-btn { padding: 0.55rem 1rem; font-size: 0.8rem; }

  .copilot-chat { padding: 1.25rem; }
  .chat-bubble { max-width: 92%; font-size: 0.82rem; padding: 0.65rem 0.85rem; }

  .pain-card p { font-size: 0.82rem; }

  .hero-visual { aspect-ratio: 4 / 3.6; }
  .hero-float-copilot { left: 0; top: 2%; }
  .hero-float-mesh { left: -2%; bottom: 18%; }
  .hero-float { padding: 0.55rem 0.75rem; }
  .hero-float-text span { font-size: 0.72rem; }
  .hero-float-text small { font-size: 0.6rem; }

  .waitlist-card { padding: 1.25rem 1rem; }
  .founding-chip { font-size: 0.72rem; padding: 0.35rem 0.65rem; }

  .forum-badge { display: none; }
}

@media (max-width: 360px) {
  .hero-ctas .btn-lg { padding: 0.85rem 1.5rem; font-size: 0.92rem; }
  .hero-bullets li { font-size: 0.82rem; }
  .journey-steps { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; }
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .mesh-blob, .hero-float, .marquee-track, .pulse-dot { animation: none !important; }
  .fade-in { opacity: 1; transform: none; }
}
