:root {
  --blue: #1746a2;
  --blue-dark: #102f6b;
  --blue-bright: #2468e5;
  --blue-pale: #dceaff;
  --orange: #ee5439;
  --accent: #ee5439;
  --orange-dark: #c13f12;
  --cream: #f5f4f0;
  --paper: #fffdf7;
  --ink: #111113;
  --muted: #505869;
  --ink-soft: #505869;
  --line: rgba(20, 33, 61, 0.14);
  --green: #1a9c59;
  --purple: #6558db;
  --font: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --display: 'Anton', Impact, sans-serif;
  --shell: 1180px;
  --radius: 22px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  color: var(--ink);
  background: var(--cream);
  font: 400 1rem/1.6 var(--font);
  overflow-x: hidden;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
::selection { color: #fff; background: var(--blue); }
.page-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Navigation */
header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 14px 0;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
header.scrolled { padding: 9px 0; background: rgba(246,242,232,.9); box-shadow: 0 1px 0 var(--line); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.nav-shell {
  width: min(calc(100% - 48px), var(--shell));
  min-height: 48px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.wordmark { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 1.23rem; font-weight: 800; letter-spacing: -.045em; text-decoration: none; white-space: nowrap; }
.wordmark img { width: 32px; height: 32px; border-radius: 8px; }
.wordmark span { color: var(--orange); }
nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
nav a { color: var(--muted); font-size: .86rem; font-weight: 600; text-decoration: none; transition: color .18s ease; }
nav a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle { min-width: 42px; padding: 8px 9px; color: var(--ink); background: transparent; border: 0; border-radius: 8px; cursor: pointer; font-size: .74rem; font-weight: 800; letter-spacing: .08em; }
.nav-cta { padding: 10px 17px; color: #fff; background: var(--blue); border-radius: 999px; font-size: .8rem; font-weight: 700; text-decoration: none; }

/* Hero */
.hero { min-height: 780px; padding: 134px 0 92px; position: relative; overflow: hidden; background: var(--cream); }
.hero::before {
  content: '';
  position: absolute;
  width: 560px;
  height: 560px;
  right: -170px;
  top: -230px;
  border-radius: 50%;
  border: 100px solid rgba(23,70,162,.07);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); align-items: center; gap: clamp(54px, 8vw, 110px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,90,31,.14); }
h1, h2 { letter-spacing: -.045em; }
h1 { font-size: clamp(3.4rem, 6vw, 6.2rem); line-height: .95; font-weight: 800; }
h1 span, h2 span { color: var(--orange); }
.hero-lede { max-width: 560px; margin-top: 28px; color: #3f4c66; font-size: clamp(1.05rem, 1.5vw, 1.24rem); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border-radius: 12px; font-weight: 700; text-decoration: none; transition: transform .18s var(--ease), box-shadow .18s ease; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 14px 28px rgba(23,70,162,.22); }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 32px rgba(23,70,162,.28); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: .9rem; font-weight: 700; text-decoration: none; }
.text-link b { color: var(--orange); font-size: 1.2rem; }
.store-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }
.store-badge { min-width: 164px; height: 54px; display: inline-flex; align-items: center; gap: 11px; padding: 7px 13px; color: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: #080b12; box-shadow: 0 10px 24px rgba(20,33,61,.16); }
.store-badge > img { width: 27px; height: 27px; flex: none; object-fit: contain; }
.store-badge > span { display: grid; gap: 1px; }
.store-badge small { color: rgba(255,255,255,.7); font-size: .52rem; font-weight: 700; line-height: 1; letter-spacing: .045em; text-transform: uppercase; }
.store-badge b { font-size: .98rem; line-height: 1.1; letter-spacing: -.025em; white-space: nowrap; }
.microcopy { margin-top: 18px; color: var(--muted); font-size: .72rem; font-weight: 600; letter-spacing: .035em; }

/* Product phone */
.product-stage { min-height: 680px; position: relative; display: grid; place-items: center; isolation: isolate; }
.product-stage::before {
  content: '';
  position: absolute;
  inset: 34px 0 14px 40px;
  z-index: -2;
  border-radius: 46% 54% 48% 52% / 56% 42% 58% 44%;
  background: var(--blue);
  transform: rotate(-4deg);
}
.product-stage::after {
  content: 'MTL';
  position: absolute;
  right: -24px;
  top: 28px;
  z-index: -1;
  color: rgba(255,255,255,.09);
  font: 400 10rem/1 var(--display);
  letter-spacing: -.03em;
}
.phone {
  width: 286px;
  aspect-ratio: 736 / 1600;
  position: relative;
  overflow: hidden;
  border: 9px solid var(--ink);
  border-radius: 43px;
  background: #eef0f5;
  box-shadow: 0 30px 60px rgba(9,26,62,.36), inset 0 0 0 1px rgba(255,255,255,.5);
}
.phone > img { width: 100%; height: 100%; object-fit: cover; }
.hero-phone { width: 298px; transform: rotate(2deg); }
.real-screen-label { position: absolute; z-index: 8; right: 8px; bottom: 73px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; color: var(--ink); border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: 0 12px 28px rgba(8,25,58,.2); font-size: .67rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.real-screen-label i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(26,156,89,.14); }
.hero-cone { width: 120px; position: absolute; z-index: 9; left: -8px; bottom: -13px; filter: drop-shadow(0 15px 12px rgba(9,24,53,.25)); transform: rotate(-6deg); }

/* Proof */
.proof { padding: 0; color: #fff; background: var(--blue); }
.proof-grid { min-height: 132px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.proof-grid div { display: grid; gap: 3px; padding: 10px 38px; border-left: 1px solid rgba(255,255,255,.22); }
.proof-grid div:first-child { border-left: 0; padding-left: 0; }
.proof-grid b { font: 400 2.1rem/1 var(--display); letter-spacing: .015em; }
.proof-grid span { color: rgba(255,255,255,.72); font-size: .75rem; }

/* Shared */
.steps, .seasons { padding: clamp(88px, 10vw, 140px) 0; }
.section-intro { max-width: 780px; margin-bottom: 62px; }
.section-lede { max-width: 620px; margin-top: 22px; color: var(--muted); font-size: 1rem; }
.kicker { display: inline-block; margin-bottom: 17px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.kicker.light { color: #9ec1ff; }
h2 { max-width: 920px; font-size: clamp(2.45rem, 5vw, 4.8rem); line-height: 1.02; font-weight: 800; }

/* Real app walkthrough */
.steps { background: var(--paper); }
.tutorial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tutorial-step { min-width: 0; }
.tutorial-screen { min-height: 570px; position: relative; display: flex; flex-direction: column; padding: 24px 21px 0; overflow: hidden; color: #fff; border-radius: 25px; background: var(--blue); isolation: isolate; }
.tutorial-screen::before { content: ''; position: absolute; width: 240px; height: 240px; top: 82px; right: -145px; z-index: -1; border: 45px solid rgba(255,255,255,.09); border-radius: 50%; }
.flow-save .tutorial-screen { color: var(--ink); background: #ffbc35; }
.flow-alert .tutorial-screen { color: var(--ink); background: var(--blue-pale); }
.flow-detail .tutorial-screen { color: var(--ink); background: var(--orange); }
.flow-top { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 4; }
.step-number { color: currentColor; font: 400 1.3rem/1 var(--display); letter-spacing: .05em; opacity: .7; }
.flow-app-action { width: 42px; height: 42px; position: relative; display: grid; place-items: center; color: var(--ink); border-radius: 11px; background: rgba(255,255,255,.94); box-shadow: 0 7px 18px rgba(9,26,62,.18); }
.flow-app-action.parking-control b { font-size: 1.15rem; }
.flow-app-action.parking-control::before { width: 27px; height: 27px; border-width: 3px; }
.flow-app-action.parking-control i { width: 3px; height: 29px; }
.tutorial-screen h3 { position: relative; z-index: 3; margin-top: 20px; font-size: clamp(1.45rem, 2vw, 1.9rem); line-height: 1.08; letter-spacing: -.045em; }
.tutorial-screen h3 strong { color: inherit; font-weight: 800; }
.flow-map .tutorial-screen h3 strong { color: #ffda72; }
.screenshot-phone { width: min(224px, 91%); position: absolute; left: 50%; bottom: -158px; z-index: 1; border-width: 7px; border-radius: 35px; box-shadow: 0 24px 45px rgba(9,26,62,.3); transform: translateX(-50%) rotate(-3deg); }
.flow-save .screenshot-phone { bottom: -138px; transform: translateX(-50%) rotate(5deg); }
.flow-alert .screenshot-phone { bottom: -148px; transform: translateX(-50%) rotate(-2deg); }
.flow-detail .screenshot-phone { bottom: -130px; transform: translateX(-50%) rotate(4deg); }
.flow-callout { position: absolute; z-index: 5; padding: 9px 11px; color: var(--ink); border: 2px solid rgba(255,255,255,.55); border-radius: 9px; background: var(--orange); box-shadow: 0 10px 25px rgba(9,26,62,.28); font-size: .58rem; font-weight: 800; line-height: 1; letter-spacing: .05em; white-space: nowrap; transform: rotate(-4deg); }
.callout-map { right: 8px; top: 232px; }
.callout-save { left: 8px; top: 250px; color: var(--ink); background: #fff; transform: rotate(4deg); }
.callout-alert { right: 9px; top: 246px; color: #fff; background: #13713f; transform: rotate(3deg); }
.callout-detail { left: 8px; top: 250px; color: var(--ink); background: #ffda72; transform: rotate(-3deg); }
.flow-note { min-height: 92px; padding: 19px 5px 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.action-glyph { width: 44px; height: 44px; position: relative; display: grid; place-items: center; color: #fff; border-radius: 12px; background: var(--blue); }
.action-glyph svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linejoin: round; stroke-linecap: round; }
.car-glyph svg path:nth-child(2) { fill: currentColor; stroke: none; }
.bell-glyph { color: var(--blue); background: var(--blue-pale); }
.sign-glyph { color: var(--ink); border: 2px solid #d5dae3; background: #fff; }
.sign-glyph b { font-size: 1.25rem; }
.sign-glyph::before { content: ''; position: absolute; width: 26px; height: 26px; border: 4px solid #d92929; border-radius: 50%; }
.sign-glyph i { position: absolute; width: 4px; height: 28px; border-radius: 3px; background: #d92929; transform: rotate(-45deg); }

/* Community contribution loop */
.community { padding: 0 0 clamp(88px, 10vw, 140px); background: var(--paper); }
.community-card { min-height: 490px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr); align-items: center; gap: clamp(50px, 8vw, 100px); padding: clamp(42px, 6vw, 74px); color: #fff; border-radius: 28px; background: var(--blue); overflow: hidden; }
.community-copy { min-width: 0; position: relative; z-index: 2; }
.community-copy h2 { max-width: 640px; font-size: clamp(2.55rem, 4.7vw, 4.5rem); }
.community-copy h2 span { color: #ffda72; }
.community-copy > p { max-width: 570px; margin-top: 24px; color: rgba(255,255,255,.75); font-size: .96rem; }
.community-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; color: #fff; font-size: .82rem; font-weight: 800; text-decoration: none; }
.community-link b { color: #ffda72; font-size: 1.3rem; transition: transform .2s var(--ease); }
.community-link:hover b { transform: translateX(4px); }
.community-loop { min-width: 0; min-height: 330px; position: relative; display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: center; gap: 5px; padding: 34px 23px; color: var(--ink); border-radius: 24px; background: #fff9e9; box-shadow: 0 28px 60px rgba(5,18,46,.3); transform: rotate(1.5deg); }
.community-loop::before { content: ''; position: absolute; inset: 12px; border: 2px dashed rgba(20,33,61,.13); border-radius: 16px; pointer-events: none; }
.loop-step { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; }
.loop-step > b { max-width: 125px; margin-top: 16px; font-size: .78rem; line-height: 1.25; }
.loop-step small { max-width: 125px; margin-top: 5px; color: var(--muted); font-size: .59rem; line-height: 1.35; }
.loop-icon { width: 72px; height: 72px; position: relative; display: grid; place-items: center; border-radius: 20px; background: var(--orange); box-shadow: 0 10px 24px rgba(20,33,61,.18); }
.loop-icon.camera-control svg { width: 34px; height: 34px; stroke: #fff; }
.scan-icon { color: var(--ink); background: #ffda72; }
.scan-icon > b { font-size: 1.65rem; }
.scan-icon::before, .scan-icon::after, .scan-icon > i::before, .scan-icon > i::after { content: ''; position: absolute; width: 14px; height: 14px; border-color: var(--blue); }
.scan-icon::before { left: 12px; top: 12px; border-left: 3px solid; border-top: 3px solid; }
.scan-icon::after { right: 12px; top: 12px; border-right: 3px solid; border-top: 3px solid; }
.scan-icon > i::before { left: 12px; bottom: 12px; border-left: 3px solid; border-bottom: 3px solid; }
.scan-icon > i::after { right: 12px; bottom: 12px; border-right: 3px solid; border-bottom: 3px solid; }
.people-icon { background: var(--green); }
.people-icon i { width: 19px; height: 19px; position: absolute; top: 15px; border: 3px solid #fff; border-radius: 50%; }
.people-icon i:nth-child(1) { left: 10px; top: 22px; opacity: .8; }
.people-icon i:nth-child(2) { left: 26px; }
.people-icon i:nth-child(3) { right: 10px; top: 22px; opacity: .8; }
.people-icon::after { content: ''; width: 49px; height: 22px; position: absolute; left: 11px; bottom: 12px; border: 3px solid #fff; border-bottom: 0; border-radius: 28px 28px 0 0; }
.loop-arrow { position: relative; z-index: 2; color: var(--orange); font: 400 1.7rem/1 var(--display); text-align: center; }
.community-stamp { position: absolute; right: 20px; bottom: 18px; z-index: 4; padding: 7px 10px; color: #b3321f; border: 3px solid var(--orange); border-radius: 7px; background: rgba(255,249,233,.9); font-size: .62rem; font-weight: 800; letter-spacing: .08em; transform: rotate(-7deg); }

/* Ticket */
.ticket-section { padding: clamp(90px, 11vw, 150px) 0; color: #fff; background: var(--ink); overflow: hidden; }
.ticket-grid { display: grid; grid-template-columns: minmax(320px,.8fr) minmax(0,1.2fr); align-items: center; gap: clamp(70px,10vw,140px); }
.ticket-scene { position: relative; min-height: 470px; display: grid; place-items: center; }
.ticket-scene::before { content: ''; position: absolute; width: 130%; height: 16px; left: -15%; top: 60px; border-radius: 10px; background: #050b17; transform: rotate(-8deg); }
.ticket-paper { width: 315px; min-height: 430px; position: relative; display: flex; flex-direction: column; gap: 19px; padding: 0 26px 26px; color: var(--ink); border-radius: 7px; background: #fff; box-shadow: 0 30px 60px rgba(0,0,0,.38); transform: rotate(3deg); }
.ticket-head { margin: 0 -26px; padding: 14px 20px; color: #fff; background: #d92929; border-radius: 7px 7px 0 0; font: 400 1.28rem/1 var(--display); text-align: center; letter-spacing: .04em; }
.ticket-paper > small { color: #d92929; font-weight: 800; text-align: center; }
.ticket-paper > i { height: 2px; background: #e4e7ec; }
.ticket-paper > p { margin-top: 10px; color: var(--muted); font-size: .74rem; }
.ticket-paper > div:last-of-type { display: flex; justify-content: space-between; align-items: end; margin-top: auto; padding-top: 19px; border-top: 2px solid #d92929; }
.ticket-paper > div span { font-size: .75rem; font-weight: 700; }
.ticket-paper > div b { color: #d92929; font: 400 1.75rem/1 var(--display); }
.ticket-paper em { position: absolute; left: 42px; top: 195px; padding: 7px 15px; color: var(--green); border: 5px solid var(--green); border-radius: 8px; background: rgba(255,255,255,.88); font: 800 2rem/1 var(--font); font-style: normal; letter-spacing: .06em; transform: rotate(-13deg); }
.ticket-copy h2 span { color: var(--orange); }
.ticket-copy > p { max-width: 580px; margin-top: 28px; color: #b7c2d7; font-size: 1.04rem; }
.costs { display: flex; gap: 9px; margin-top: 34px; }
.costs div { min-width: 130px; display: grid; padding: 16px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: rgba(255,255,255,.05); }
.costs b { color: #ff8585; font-size: 1.23rem; }
.costs span { color: #9ba9c0; font-size: .66rem; }
.costs .zero { background: rgba(26,156,89,.13); border-color: rgba(58,211,133,.3); }
.costs .zero b { color: #51d58f; }

/* Seasons */
.seasons { background: var(--cream); }
.season-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.season-card { min-height: 430px; position: relative; overflow: hidden; padding: clamp(32px,5vw,58px); border-radius: var(--radius); }
.season-card::after { content: ''; position: absolute; width: 330px; height: 330px; right: -100px; bottom: -150px; border: 60px solid rgba(255,255,255,.12); border-radius: 50%; }
.season-card.winter { color: #fff; background: var(--blue); }
.season-card.summer { color: var(--ink); background: #ffbf3f; }
.season-label { display: inline-block; padding: 8px 12px; border: 1px solid currentColor; border-radius: 999px; font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.season-icon { margin: 62px 0 30px; font-size: 3.8rem; line-height: 1; }
.season-card h3 { font-size: clamp(1.65rem,3vw,2.45rem); letter-spacing: -.04em; }
.season-card p { max-width: 440px; margin-top: 12px; color: rgba(255,255,255,.72); }
.season-card.summer p { color: rgba(20,33,61,.72); }
.map-actions { display: grid; grid-template-columns: 1.2fr repeat(3,1fr); margin-top: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); overflow: hidden; }
.actions-intro { padding: 28px; }
.actions-intro .kicker { margin-bottom: 8px; font-size: .61rem; }
.actions-intro h3 { max-width: 230px; font-size: 1.18rem; line-height: 1.25; letter-spacing: -.03em; }
.action-item { min-height: 130px; display: flex; align-items: center; gap: 14px; padding: 24px; border-left: 1px solid var(--line); }
.action-item > div { display: grid; gap: 3px; }
.action-item b { font-size: .78rem; }
.action-item small { color: var(--muted); font-size: .66rem; }
.app-control { width: 48px; height: 48px; position: relative; flex: none; display: grid; place-items: center; border-radius: 11px; background: #fff; box-shadow: 0 3px 10px rgba(20,33,61,.2); }
.parking-control b { color: var(--ink); font-size: 1.35rem; }
.parking-control::before { content: ''; position: absolute; width: 32px; height: 32px; border: 4px solid #dc2626; border-radius: 50%; }
.parking-control i { position: absolute; width: 4px; height: 34px; border-radius: 3px; background: #dc2626; transform: rotate(-45deg); }
.camera-control svg { width: 25px; height: 25px; fill: none; stroke: var(--ink); stroke-width: 2.4; stroke-linejoin: round; }
.agent-control { background: #ffd54d; }
.agent-control img { width: 25px; height: 25px; }

/* Launch */
.launch { padding: 0 0 clamp(80px,10vw,130px); background: var(--cream); }
.launch-card { min-height: 330px; position: relative; display: grid; grid-template-columns: 170px 1fr minmax(320px,.9fr); align-items: center; gap: 44px; padding: clamp(34px,6vw,70px); color: #fff; border-radius: 28px; background: var(--blue); overflow: hidden; }
.launch-card::after { content: ''; position: absolute; width: 400px; height: 400px; right: -220px; top: -220px; border: 75px solid rgba(255,255,255,.08); border-radius: 50%; }
.launch-card > * { position: relative; z-index: 2; }
.launch-card img { width: 155px; align-self: end; filter: drop-shadow(0 18px 20px rgba(0,0,0,.25)); }
.launch-copy h2 { font-size: clamp(2rem,3.8vw,3.5rem); }
.launch-copy p { max-width: 500px; margin-top: 16px; color: rgba(255,255,255,.72); font-size: .92rem; }
.launch-stores { margin-top: 20px; gap: 8px; }
.launch-stores .store-badge { min-width: 146px; height: 48px; gap: 8px; padding-inline: 10px; border-color: rgba(255,255,255,.25); box-shadow: 0 10px 24px rgba(5,18,46,.25); }
.launch-stores .store-badge > img { width: 23px; height: 23px; }
.launch-stores .store-badge b { font-size: .86rem; }
.launch-stores .store-badge small { font-size: .46rem; }
.email-row { display: flex; gap: 8px; padding: 7px; border-radius: 15px; background: #fff; }
.email-row input { min-width: 0; flex: 1; padding: 12px 10px; color: var(--ink); border: 0; outline: 0; background: transparent; font-size: .88rem; }
.send { flex: none; padding: 12px 17px; color: #fff; border: 0; border-radius: 10px; background: #b63c26; font-size: .82rem; font-weight: 800; cursor: pointer; }
.send:disabled { opacity: .55; cursor: wait; }
.form-note { min-height: 1.4em; margin: 9px 6px 0; color: rgba(255,255,255,.72); font-size: .75rem; }
.form-note.ok { color: #91f0bd; }
.form-note.err { color: #ffc1b0; }

/* Footer */
footer { padding: 58px 0; color: var(--muted); border-top: 1px solid var(--line); background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.4fr auto; align-items: start; gap: 60px; }
.footer-mark { display: inline-flex; margin-bottom: 6px; }
.footer-grid p { max-width: 520px; font-size: .73rem; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { font-size: .75rem; font-weight: 700; text-decoration: none; }

/* Motion — reveals only hide when JS is present (no-JS users see everything) */
html.js .reveal { opacity: 0; transform: translateY(22px); }
html.js .reveal.in { opacity: 1; transform: translateY(0); transition: opacity .75s var(--ease), transform .75s var(--ease); }
html.js .reveal.d1.in { transition-delay: .12s; }
html.js .reveal.d2.in { transition-delay: .24s; }

/* Hero choreography: the genuine app screen and cone arrive together */
.hero-phone, .real-screen-label { transition: opacity .65s var(--ease) .25s, transform .65s var(--ease) .25s; }
html.js .product-stage:not(.in) .hero-phone { opacity: 0; transform: rotate(2deg) translateY(20px); }
html.js .product-stage:not(.in) .real-screen-label { opacity: 0; transform: translateX(18px); }
.hero-cone { transition: opacity .6s var(--ease) .4s, transform .6s var(--ease) .4s; }
html.js .product-stage:not(.in) .hero-cone { opacity: 0; transform: rotate(-6deg) translateY(16px); }

/* Ticket stamp slams down once the scene reveals */
.ticket-paper em { transition: opacity .4s var(--ease) .55s, transform .4s var(--ease) .55s; }
html.js .ticket-scene:not(.in) .ticket-paper em { opacity: 0; transform: rotate(-13deg) scale(2.6); }

/* Micro-interactions */
.nav-cta { transition: background .18s ease, transform .18s var(--ease); }
.nav-cta:hover { background: var(--blue-bright); transform: translateY(-1px); }
.text-link b { display: inline-block; transition: transform .2s var(--ease); }
.text-link:hover b { transform: translateY(3px); }
.lang-toggle { transition: background .18s ease; }
.lang-toggle:hover { background: rgba(20,33,61,.07); }
.action-item { transition: background .2s ease; }
.action-item:hover { background: #fff; }
.send { transition: background .18s ease, transform .18s var(--ease); }
.send:hover { background: #98301e; }
.send:active { transform: scale(.97); }

/* Keyboard focus */
:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 2px; border-radius: 6px; }
.email-row:focus-within { box-shadow: 0 0 0 3px rgba(36,104,229,.45); }
.email-row input:focus-visible { outline: none; }

/* Tablet */
@media (max-width: 980px) {
  nav { display: none; }
  .hero { min-height: auto; padding-top: 116px; }
  .hero-grid { grid-template-columns: 1fr 430px; gap: 30px; }
  h1 { font-size: clamp(3.2rem,7vw,5rem); }
  .product-stage { transform: scale(.88); margin-inline: -30px; }
  .tutorial-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 16px; }
  .tutorial-screen { min-height: 620px; padding-inline: 24px; }
  .screenshot-phone { width: min(260px, 88%); }
  .flow-note { min-height: auto; }
  .community-card { grid-template-columns: 1fr; }
  .community-loop { width: 100%; transform: none; }
  .map-actions { grid-template-columns: 1fr 1fr; }
  .actions-intro { grid-column: 1 / -1; }
  .action-item:first-of-type { border-left: 0; }
  .action-item:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .ticket-grid { gap: 55px; }
  .launch-card { grid-template-columns: 110px 1fr; }
  .launch-card img { width: 110px; }
  .launch-form { grid-column: 2; }
}

/* Mobile */
@media (max-width: 720px) {
  .page-shell, .nav-shell { width: min(calc(100% - 30px), var(--shell)); }
  .nav-cta { display: none; }
  .hero { padding: 104px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  h1 { font-size: clamp(3.05rem,14vw,4.7rem); }
  .hero-lede { margin-top: 22px; font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .store-badges { gap: 8px; }
  .store-badge { min-width: 158px; }
  .microcopy { max-width: 330px; line-height: 1.7; }
  .product-stage { min-height: 640px; margin: 0; transform: none; }
  .product-stage::before { inset: 20px 4px 10px; }
  .product-stage::after { right: -15px; top: 25px; font-size: 7rem; }
  .hero-phone { width: 258px; }
  .real-screen-label { right: 0; bottom: 55px; }
  .hero-cone { width: 96px; left: -8px; bottom: -18px; }
  .proof-grid { grid-template-columns: 1fr; padding: 25px 0; }
  .proof-grid div, .proof-grid div:first-child { grid-template-columns: 105px 1fr; align-items: baseline; padding: 16px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .proof-grid div:first-child { border-top: 0; }
  .proof-grid b { font-size: 1.65rem; }
  .section-intro { margin-bottom: 42px; }
  h2 { font-size: clamp(2.3rem,11vw,3.6rem); }
  .steps .page-shell { width: 100%; }
  .steps .section-intro { width: calc(100% - 30px); margin-inline: auto; }
  .tutorial-grid { display: flex; gap: 14px; padding: 0 15px 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .tutorial-grid::-webkit-scrollbar { display: none; }
  .tutorial-step { flex: 0 0 min(83vw, 330px); scroll-snap-align: center; }
  .tutorial-screen { min-height: 590px; padding-inline: 22px; }
  .screenshot-phone { width: min(246px, 88%); }
  .flow-note { min-height: 93px; padding-inline: 4px; }
  .community { padding-bottom: 80px; }
  .community-card { width: calc(100% - 30px); gap: 42px; padding: 42px 23px 28px; }
  .community-copy h2 { font-size: clamp(2.4rem, 11vw, 3.4rem); }
  .community-copy h2, .community-copy p { overflow-wrap: anywhere; }
  .community-loop { min-height: 520px; grid-template-columns: 1fr; gap: 8px; padding: 28px 22px 42px; }
  .loop-step > b, .loop-step small { max-width: 190px; }
  .loop-arrow { transform: rotate(90deg); }
  .ticket-grid { grid-template-columns: 1fr; gap: 65px; }
  .ticket-scene { min-height: 420px; }
  .ticket-paper { width: 280px; min-height: 390px; }
  .ticket-paper em { left: 36px; top: 180px; font-size: 1.7rem; }
  .costs { display: grid; grid-template-columns: 1fr 1fr; }
  .costs .zero { grid-column: 1 / -1; }
  .season-grid { grid-template-columns: 1fr; }
  .season-card { min-height: 360px; }
  .season-icon { margin: 42px 0 24px; }
  .map-actions { grid-template-columns: 1fr; }
  .actions-intro, .action-item, .action-item:first-of-type, .action-item:last-child { grid-column: auto; border-left: 0; }
  .action-item { min-height: 92px; border-top: 1px solid var(--line); }
  .launch-card { width: calc(100% - 30px); grid-template-columns: 1fr; gap: 24px; padding: 38px 24px 26px; }
  .launch-card img { width: 100px; position: absolute; right: 20px; top: 18px; opacity: .8; }
  .launch-copy { padding-right: 40px; }
  .launch-stores { padding-right: 0; }
  .launch-stores .store-badge { min-width: 146px; }
  .launch-form { grid-column: auto; }
  .email-row { flex-direction: column; }
  .send { min-height: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 390px) {
  .product-stage { margin-inline: -12px; }
  .costs { grid-template-columns: 1fr; }
  .costs .zero { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal { opacity: 1; transform: none; }
  html.js .reveal.in { transition: none; }
  .button, .hero-phone, .real-screen-label, .hero-cone, .ticket-paper em, .nav-cta, .text-link b { transition: none; }
  html.js .product-stage:not(.in) .hero-phone { opacity: 1; transform: rotate(2deg); }
  html.js .product-stage:not(.in) .real-screen-label { opacity: 1; transform: none; }
  html.js .product-stage:not(.in) .hero-cone { opacity: 1; transform: rotate(-6deg); }
  html.js .ticket-scene:not(.in) .ticket-paper em { opacity: 1; transform: rotate(-13deg); }
}

/* Privacy page */
body.legal-page { background: var(--cream); }
.legal { max-width: 50rem; margin: 0 auto; padding: 110px 24px 80px; }
.legal-card { padding: clamp(28px,6vw,56px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.legal h1 { color: var(--ink); font-size: clamp(2.2rem,6vw,4rem); line-height: 1; }
.legal h2 { margin-top: 34px; font-size: 1.2rem; letter-spacing: -.02em; }
.legal p, .legal li { color: var(--muted); font-size: .92rem; }
.legal ul { margin: 8px 0 0 20px; }
.legal a { color: var(--blue); }
.legal hr { margin: 42px 0; border: 0; border-top: 1px solid var(--line); }

/* Demos — real capture loops in a phone carousel */
.demos { padding: 92px 0 84px; background: var(--cream); }
.demos h2 { margin: 10px 0 40px; }
.demo-carousel { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.demo-track {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth; border-radius: 24px;
}
.demo-track::-webkit-scrollbar { display: none; }
.demo-card {
  margin: 0; flex: 0 0 100%; scroll-snap-align: center;
  display: grid; gap: 18px; justify-items: center; text-align: center;
  padding: 6px 0 2px;
}
.demo-phone { width: 286px; }
.phone > video { width: 100%; height: 100%; object-fit: cover; display: block; background: #0a1120; }
.demo-card figcaption { display: grid; gap: 5px; max-width: 340px; }
.demo-card b { font-size: 1.08rem; color: var(--ink); }
.demo-card span { font-size: .9rem; color: var(--muted); line-height: 1.45; }
.demo-nav {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line);
  background: var(--paper); color: var(--ink); font-size: 1.15rem; cursor: pointer;
  box-shadow: 0 10px 24px rgba(9,26,62,.12); transition: transform .15s ease, background .15s ease;
}
.demo-nav:hover { background: var(--blue-pale); transform: scale(1.06); }
.demo-dots { position: absolute; left: 0; right: 0; bottom: -34px; display: flex; justify-content: center; gap: 9px; }
.demo-dots button {
  width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; cursor: pointer;
  background: rgba(20,33,61,.22); transition: all .2s ease;
}
.demo-dots button.active { background: var(--orange); transform: scale(1.35); }
.demo-carousel { padding-bottom: 22px; }
@media (max-width: 700px) {
  .demo-nav { display: none; }
  .demo-carousel { grid-template-columns: 1fr; }
}

/* Version 1.2 artwork and private licence-plate feature. */
.store-badge { text-decoration: none; }
.hero-cone { width: 230px; left: -65px; bottom: -10px; transform: rotate(-3deg); }
.inventory-icon { object-fit: contain; flex-shrink: 0; }
.flow-inventory { width: 54px; height: 54px; }
.app-control.inventory-icon { padding: 5px; }
.loop-icon.inventory-icon { width: 68px; height: 68px; padding: 5px; background: #fff8ec; border-radius: 18px; }
.release-note { max-width: 620px; margin: -18px 0 30px; color: var(--muted); }
.plate-feature { padding: 76px 0; background: #ffe8c8; }
.plate-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.plate-art { display: grid; place-items: center; min-height: 330px; background: #f7b83d; border-radius: 40px; transform: rotate(-3deg); }
.plate-art img { width: 280px; filter: drop-shadow(0 24px 16px #6f441c33); }
.plate-grid h2 { margin: 10px 0 22px; }
.plate-grid p { max-width: 610px; }
.plate-privacy { margin-top: 18px; color: #5b493b; font-size: .94rem; }
.launch-card .store-badge img { width: 22px; height: 25px; position: static; opacity: 1; filter: none; }
.demo-dots button { width: 28px; height: 28px; background: transparent; display: grid; place-items: center; }
.demo-dots button::after { content: ''; width: 9px; height: 9px; border-radius: 50%; background: #737787; }
.demo-dots button.active { background: transparent; transform: none; }
.demo-dots button.active::after { background: var(--orange); transform: scale(1.35); }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
@media (max-width: 700px) {
  .hero-cone { width: 170px; left: -20px; bottom: -5px; }
  .plate-grid { grid-template-columns: 1fr; gap: 35px; }
  .plate-art { min-height: 230px; }
  .plate-art img { width: 220px; }
  .plate-feature { padding: 50px 0; }
  .release-note { margin-top: -15px; }
}

.tutorial-grid:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
.flow-detail .step-number { opacity: 1; }
