/*
 * Movyo Coming Soon
 * Production-ready, framework-free landing page.
 */

:root {
  --movyo-orange: #f67000;
  --movyo-orange-2: #ff8a16;
  --movyo-orange-dark: #d65300;
  --movyo-amber: #f9a215;
  --movyo-ink: #191c1d;
  --movyo-ink-2: #232728;
  --movyo-muted: #666b6d;
  --movyo-line: rgba(25, 28, 29, 0.11);
  --movyo-paper: #fffaf5;
  --movyo-soft: #fff3e8;
  --movyo-white: #ffffff;
  --shadow-soft: 0 24px 70px rgba(64, 31, 5, 0.12);
  --shadow-card: 0 18px 50px rgba(25, 28, 29, 0.11);
  --container: 1240px;
  --header-height: 88px;
  --ease: cubic-bezier(.2, .75, .2, 1);
  --mouse-x: 75vw;
  --mouse-y: 20vh;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  margin: 0;
  color: var(--movyo-ink);
  background: var(--movyo-paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--movyo-orange); }

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

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 9999;
  padding: 11px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--movyo-ink);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 126px 0; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: .026;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.cursor-aura {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(520px circle at var(--mouse-x) var(--mouse-y), rgba(246, 112, 0, .10), transparent 68%);
}

.page-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1200;
  height: 3px;
  pointer-events: none;
  background: transparent;
}
.page-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--movyo-orange), var(--movyo-amber));
  box-shadow: 0 0 18px rgba(246, 112, 0, .55);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 900;
  height: var(--header-height);
  display: flex;
  align-items: center;
  transition: background .3s ease, box-shadow .3s ease, height .3s ease, border-color .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  height: 74px;
  background: rgba(255, 250, 245, .84);
  border-color: rgba(25, 28, 29, .07);
  box-shadow: 0 12px 40px rgba(25, 28, 29, .06);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 164px; height: auto; }
.header-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.header-nav a {
  position: relative;
  color: rgba(25, 28, 29, .72);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: -.01em;
}
.header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  border-radius: 2px;
  background: var(--movyo-orange);
  transition: right .25s var(--ease);
}
.header-nav a:hover::after, .header-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid rgba(25, 28, 29, .09);
  border-radius: 999px;
  color: rgba(25, 28, 29, .72);
  background: rgba(255, 255, 255, .66);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 8px 24px rgba(25, 28, 29, .05);
}
.status-dot, .launch-status-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--movyo-orange);
  box-shadow: 0 0 0 5px rgba(246, 112, 0, .11);
}
.status-dot::after, .launch-status-dot::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(246, 112, 0, .5);
  border-radius: inherit;
  animation: pulse-ring 2.2s ease-out infinite;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  overflow: hidden;
  font-weight: 800;
  letter-spacing: -.015em;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s ease, border-color .22s ease;
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.26) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform .6s ease;
}
.button:hover::before { transform: translateX(120%); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.985); }
.button:focus-visible, .share-button:focus-visible, .icon-button:focus-visible, input:focus-visible, a:focus-visible {
  outline: 3px solid rgba(246, 112, 0, .25);
  outline-offset: 3px;
}
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .84rem; border-radius: 13px; }
.button-large { min-height: 58px; padding-inline: 26px; border-radius: 17px; }
.button-dark { color: #fff; background: var(--movyo-ink); box-shadow: 0 12px 26px rgba(25, 28, 29, .18); }
.button-dark:hover { background: #090b0c; box-shadow: 0 15px 30px rgba(25, 28, 29, .24); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--movyo-orange), var(--movyo-orange-2)); box-shadow: 0 14px 28px rgba(246, 112, 0, .25); }
.button-primary:hover { box-shadow: 0 18px 34px rgba(246, 112, 0, .33); }
.button-light { color: var(--movyo-ink); background: #fff; box-shadow: 0 16px 35px rgba(0,0,0,.2); }
.button-outline { color: var(--movyo-ink); border-color: rgba(25, 28, 29, .16); background: rgba(255,255,255,.5); }
.button-outline:hover { border-color: rgba(246, 112, 0, .5); background: #fff; }
.button.is-loading { pointer-events: none; opacity: .82; }
.button.is-loading [data-submit-label], .button.is-loading > svg { opacity: 0; }
.button-loader {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  opacity: 0;
  animation: spin .7s linear infinite;
}
.button.is-loading .button-loader { opacity: 1; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--header-height) + 76px) 0 42px;
  overflow: hidden;
  isolation: isolate;
}
.hero-backdrop { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255,250,245,.96) 0%, rgba(255,250,245,.88) 43%, rgba(255,246,237,.58) 100%),
    radial-gradient(circle at 80% 38%, rgba(246,112,0,.18), transparent 40%);
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image:
    linear-gradient(rgba(25,28,29,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25,28,29,.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent 0, #000 35%, #000 100%);
}
.hero-blob { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-blob-one {
  width: 680px;
  height: 680px;
  right: -190px;
  top: -120px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 187, 111, .42), rgba(246, 112, 0, .17) 48%, transparent 70%);
  animation: blob-float 12s ease-in-out infinite alternate;
}
.hero-blob-two {
  width: 420px;
  height: 420px;
  left: 33%;
  bottom: -260px;
  background: radial-gradient(circle, rgba(246,112,0,.16), transparent 70%);
  animation: blob-float 10s 1.8s ease-in-out infinite alternate-reverse;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr);
  align-items: center;
  gap: clamp(40px, 5vw, 90px);
  min-height: calc(100svh - var(--header-height) - 118px);
}
.hero-copy { position: relative; z-index: 3; padding: 32px 0 42px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 26px;
  padding: 7px 13px 7px 7px;
  border: 1px solid rgba(246,112,0,.18);
  border-radius: 999px;
  color: #8e450d;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 30px rgba(246,112,0,.08);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .015em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.eyebrow-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff0e1, #ffe2c5);
}
.eyebrow-icon img { width: 27px; }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.8rem, 6.1vw, 6.75rem);
  line-height: .91;
  letter-spacing: -.072em;
  font-weight: 900;
}
.hero h1 span {
  display: block;
  color: var(--movyo-orange);
  background: linear-gradient(115deg, var(--movyo-orange-dark), var(--movyo-orange) 48%, var(--movyo-amber));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-lead {
  max-width: 635px;
  margin: 28px 0 0;
  color: var(--movyo-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.72;
  letter-spacing: -.018em;
}
.hero-form-wrap { max-width: 680px; margin-top: 34px; }
.waitlist-form {
  padding: 17px;
  border: 1px solid rgba(25,28,29,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 20px 60px rgba(62,31,7,.12), inset 0 1px 0 rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 3px 13px; }
.form-heading > div { display: flex; align-items: baseline; gap: 9px; }
.form-heading strong { font-size: .86rem; letter-spacing: -.01em; }
.form-heading span { color: var(--movyo-muted); font-size: .78rem; }
.form-secure { display: inline-flex; align-items: center; gap: 5px; }
.form-secure svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.form-row { display: grid; grid-template-columns: minmax(120px, .58fr) minmax(190px, 1fr) auto; gap: 9px; }
.input-shell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  height: 52px;
  padding: 0 15px;
  border: 1px solid rgba(25,28,29,.11);
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.input-shell:focus-within { border-color: rgba(246,112,0,.52); box-shadow: 0 0 0 4px rgba(246,112,0,.09); }
.input-shell svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: #979b9c; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.input-shell input { width: 100%; min-width: 0; height: 100%; padding: 0; border: 0; outline: 0; color: var(--movyo-ink); background: transparent; font-size: .88rem; }
.input-shell input::placeholder { color: #9b9fa0; }
.input-shell.is-invalid { border-color: #d72e2e; box-shadow: 0 0 0 4px rgba(215,46,46,.08); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-submit { min-width: 132px; height: 52px; border-radius: 14px; }
.form-note { margin: 11px 4px 0; color: #85898a; font-size: .7rem; }
.form-note a { color: var(--movyo-ink); font-weight: 750; text-decoration: underline; text-decoration-color: rgba(25,28,29,.25); text-underline-offset: 3px; }
.form-message { display: none; margin: 10px 4px 0; font-size: .76rem; font-weight: 700; }
.form-message.is-visible { display: block; }
.form-message.is-error { color: #b42318; }
.form-message.is-success { color: #167447; }
.hero-meta { display: flex; align-items: center; gap: 18px; margin-top: 23px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: .84rem; font-weight: 800; }
.link-icon { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--movyo-line); border-radius: 10px; background: rgba(255,255,255,.7); }
.link-icon svg, .link-arrow { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.link-arrow { transition: transform .2s ease; }
.text-link:hover .link-arrow { transform: translateX(4px); }
.meta-divider { width: 1px; height: 22px; background: rgba(25,28,29,.15); }
.meta-copy { color: var(--movyo-muted); font-size: .79rem; }

.hero-visual-wrap { position: relative; min-width: 0; padding: 24px 0; perspective: 1200px; }
.hero-visual {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  transition: transform .28s ease-out;
}
.hero-visual::before {
  content: "";
  position: absolute;
  width: min(620px, 92%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.95) 0 28%, rgba(255,230,205,.68) 48%, rgba(246,112,0,.14) 69%, transparent 70%);
  box-shadow: 0 30px 100px rgba(246,112,0,.16);
}
.visual-ring { position: absolute; border: 1px solid rgba(246,112,0,.16); border-radius: 50%; }
.visual-ring-one { width: 580px; height: 580px; animation: ring-spin 28s linear infinite; }
.visual-ring-two { width: 465px; height: 465px; border-style: dashed; animation: ring-spin 22s linear infinite reverse; }
.visual-ring-three { width: 690px; height: 690px; border-color: rgba(25,28,29,.07); animation: breathe 5s ease-in-out infinite; }
.visual-ring-one::after, .visual-ring-two::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--movyo-orange);
  box-shadow: 0 0 0 7px rgba(246,112,0,.1), 0 0 22px rgba(246,112,0,.55);
}
.visual-ring-one::after { top: 10%; left: 20%; }
.visual-ring-two::after { bottom: 4%; right: 27%; background: var(--movyo-amber); }

.app-device {
  position: relative;
  z-index: 5;
  width: 326px;
  height: 646px;
  padding: 9px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 48px;
  background: linear-gradient(145deg, #3b3e3f, #111314 38%, #282b2c);
  box-shadow: 0 45px 80px rgba(25,28,29,.28), 0 15px 35px rgba(246,112,0,.15), inset 0 0 0 1px rgba(255,255,255,.12);
  transform: rotate(-3deg) translateZ(36px);
  transition: transform .4s var(--ease);
}
.hero-visual:hover .app-device { transform: rotate(-1deg) translateY(-6px) translateZ(46px); }
.device-side { position: absolute; width: 3px; border-radius: 4px; background: #303334; }
.device-side-left { left: -3px; top: 122px; height: 70px; box-shadow: 0 82px 0 #303334; }
.device-side-right { right: -3px; top: 152px; height: 92px; }
.device-screen { position: relative; height: 100%; overflow: hidden; border-radius: 40px; background: #fbfbfa; padding: 44px 18px 18px; }
.device-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 12%, rgba(246,112,0,.08), transparent 24%);
  pointer-events: none;
}
.device-island { position: absolute; top: 13px; left: 50%; width: 88px; height: 24px; border-radius: 20px; background: #151718; transform: translateX(-50%); }
.app-topbar { position: relative; display: flex; align-items: center; gap: 9px; }
.mini-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: #fff0e1; }
.mini-avatar img { width: 27px; }
.location-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; line-height: 1.1; }
.location-copy small { color: #8a8d8e; font-size: 8px; }
.location-copy strong { display: flex; align-items: center; gap: 2px; margin-top: 4px; font-size: 10px; }
.location-copy strong svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.icon-button { position: relative; display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid rgba(25,28,29,.08); border-radius: 11px; background: #fff; }
.icon-button svg { width: 17px; height: 17px; fill: none; stroke: #454849; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-button span { position: absolute; top: 7px; right: 8px; width: 5px; height: 5px; border: 1px solid #fff; border-radius: 50%; background: var(--movyo-orange); }
.app-search { display: flex; align-items: center; gap: 8px; height: 39px; margin-top: 17px; padding: 0 11px; border: 1px solid rgba(25,28,29,.08); border-radius: 12px; color: #a0a3a4; background: #fff; box-shadow: 0 8px 18px rgba(25,28,29,.04); font-size: 8px; }
.app-search > svg { width: 15px; height: 15px; fill: none; stroke: #8f9293; stroke-width: 1.8; stroke-linecap: round; }
.search-action { display: grid; place-items: center; width: 24px; height: 24px; margin-left: auto; border-radius: 8px; color: var(--movyo-orange); background: #fff1e4; }
.search-action svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.app-banner { position: relative; display: flex; min-height: 142px; margin-top: 13px; padding: 20px 17px; overflow: hidden; border-radius: 19px; color: #fff; background: linear-gradient(135deg, #1d2021 0%, #242829 58%, #101213 100%); box-shadow: 0 16px 28px rgba(25,28,29,.14); }
.app-banner::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(246,112,0,.38), transparent 35%); }
.app-banner > div:first-child { position: relative; z-index: 2; }
.banner-kicker { display: inline-flex; align-items: center; gap: 5px; color: #ffc08a; font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.banner-kicker::before { content: ""; width: 12px; height: 2px; border-radius: 2px; background: var(--movyo-orange); }
.app-banner h2 { margin: 8px 0 13px; font-size: 17px; line-height: 1.02; letter-spacing: -.05em; }
.app-banner h2 em { color: #ff9b44; font-style: normal; }
.banner-button { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; border-radius: 7px; color: #fff; background: var(--movyo-orange); font-size: 7px; font-weight: 800; }
.banner-button svg { width: 10px; height: 10px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.banner-mark { position: absolute; z-index: 1; right: -24px; bottom: -2px; display: grid; place-items: center; width: 150px; height: 150px; transform: rotate(-10deg); }
.banner-mark span { position: absolute; width: 134px; height: 134px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: inset 0 0 50px rgba(246,112,0,.12); }
.banner-mark img { position: relative; width: 94px; filter: brightness(0) invert(1); opacity: .94; }
.app-section-heading { display: flex; align-items: center; justify-content: space-between; margin: 17px 2px 10px; }
.app-section-heading strong { font-size: 10px; letter-spacing: -.025em; }
.app-section-heading span { color: var(--movyo-orange); font-size: 7px; font-weight: 800; }
.app-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.app-service { display: flex; align-items: center; flex-direction: column; gap: 7px; }
.app-service-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 16px; }
.app-service-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.app-service small { color: #4e5253; font-size: 7px; font-weight: 750; }
.app-service-food { color: #e95e00; background: #fff0e3; }
.app-service-shop { color: #996400; background: #fff4cf; }
.app-service-ride { color: #2d6162; background: #e8f4f2; }
.app-service-more { color: #63686a; background: #eff0f0; }
.app-order-card { display: flex; align-items: center; gap: 9px; margin-top: 18px; padding: 12px; border: 1px solid rgba(25,28,29,.07); border-radius: 15px; background: #fff; box-shadow: 0 10px 24px rgba(25,28,29,.05); }
.order-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--movyo-orange), var(--movyo-orange-2)); }
.order-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.app-order-card > div:nth-child(2) { display: flex; flex: 1; flex-direction: column; }
.app-order-card small { color: #989b9c; font-size: 7px; }
.app-order-card strong { margin-top: 3px; font-size: 8px; }
.order-arrow { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: var(--movyo-orange); background: #fff1e4; }
.order-arrow svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.app-bottom-nav { position: absolute; left: 18px; right: 18px; bottom: 15px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: end; padding-top: 10px; border-top: 1px solid rgba(25,28,29,.07); }
.app-bottom-nav span { display: flex; align-items: center; flex-direction: column; gap: 3px; color: #a4a7a8; }
.app-bottom-nav span.active { color: var(--movyo-orange); }
.app-bottom-nav svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.app-bottom-nav small { font-size: 6px; }

.float-card {
  position: absolute;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 146px;
  padding: 10px 13px 10px 10px;
  border: 1px solid rgba(25,28,29,.09);
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow-card);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: transform .25s var(--ease), box-shadow .25s ease;
}
.float-card:hover { transform: translateY(-5px) scale(1.025) !important; box-shadow: 0 22px 48px rgba(25,28,29,.15); }
.float-card > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.float-card strong { font-size: .75rem; }
.float-card small { margin-top: 4px; color: #8b8f90; font-size: .62rem; }
.service-icon { display: grid; place-items: center; width: 39px; height: 39px; flex: 0 0 auto; border-radius: 12px; }
.service-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-icon-orange { color: #e75b00; background: #fff0e2; }
.service-icon-amber { color: #9c6800; background: #fff4cf; }
.service-icon-ink { color: #fff; background: var(--movyo-ink); }
.service-icon-soft { color: #9d4813; background: #f8e5d4; }
.float-food { left: -12px; top: 126px; animation: float-a 5.6s ease-in-out infinite; }
.float-grocery { right: -18px; top: 168px; animation: float-b 6.2s .5s ease-in-out infinite; }
.float-ride { left: 8px; bottom: 120px; animation: float-b 5.2s .8s ease-in-out infinite reverse; }
.float-home { right: -22px; bottom: 135px; animation: float-a 6.5s 1.1s ease-in-out infinite reverse; }
.visual-proof { position: absolute; z-index: 7; right: 38px; bottom: 36px; display: flex; align-items: center; gap: 11px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; color: #fff; background: rgba(25,28,29,.92); box-shadow: 0 20px 45px rgba(25,28,29,.22); }
.proof-icons { display: flex; }
.proof-icons span { display: grid; place-items: center; width: 26px; height: 26px; margin-left: -7px; border: 2px solid #202324; border-radius: 50%; color: #fff; background: var(--movyo-orange); }
.proof-icons span:first-child { margin-left: 0; background: #d95e0a; }
.proof-icons span:nth-child(2) { background: #f28935; }
.proof-icons svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.visual-proof > div:last-child { display: flex; flex-direction: column; line-height: 1.1; }
.visual-proof strong { font-size: .7rem; }
.visual-proof small { margin-top: 4px; color: #adb0b1; font-size: .56rem; }
.hero-foot { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; margin-top: -18px; color: #8d9192; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-foot a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--movyo-line); border-radius: 50%; background: rgba(255,255,255,.58); transition: transform .2s ease, background .2s ease; }
.hero-foot a:hover { transform: translateY(3px); background: #fff; }
.hero-foot svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; animation: arrow-bob 1.8s ease-in-out infinite; }

.service-marquee { overflow: hidden; padding: 22px 0; color: #fff; background: var(--movyo-ink); transform: rotate(-1deg) scale(1.02); box-shadow: 0 20px 50px rgba(25,28,29,.12); }
.marquee-track { display: flex; width: max-content; animation: marquee 35s linear infinite; }
.service-marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-set { display: flex; align-items: center; }
.marquee-set span { display: flex; align-items: center; gap: 15px; padding: 0 25px; white-space: nowrap; color: rgba(255,255,255,.86); font-size: .83rem; font-weight: 750; letter-spacing: .01em; }
.marquee-set i { width: 7px; height: 7px; border-radius: 50%; background: var(--movyo-orange); box-shadow: 0 0 0 5px rgba(246,112,0,.1); }

.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 70px; margin-bottom: 58px; }
.section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--movyo-orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 24px; height: 2px; border-radius: 2px; background: currentColor; }
.section-heading h2, .launch-copy h2, .final-cta h2 { margin: 17px 0 0; font-size: clamp(2.6rem, 4.7vw, 4.9rem); line-height: .99; letter-spacing: -.061em; }
.section-heading h2 span, .final-cta h2 span { color: var(--movyo-orange); }
.section-heading p { max-width: 500px; margin: 0; color: var(--movyo-muted); font-size: 1.03rem; line-height: 1.75; letter-spacing: -.014em; }

.experience { position: relative; background: linear-gradient(180deg, #fffaf5 0%, #fff 48%, #fff8f1 100%); }
.bento-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 420px 365px; gap: 18px; }
.bento-card { position: relative; overflow: hidden; padding: 34px; border: 1px solid rgba(25,28,29,.085); border-radius: 29px; background: rgba(255,255,255,.82); box-shadow: 0 18px 55px rgba(25,28,29,.055); }
.bento-card h3 { margin: 16px 0 12px; font-size: clamp(1.55rem, 2.4vw, 2.35rem); line-height: 1.03; letter-spacing: -.045em; }
.bento-card p { max-width: 450px; margin: 0; color: var(--movyo-muted); font-size: .91rem; line-height: 1.68; }
.card-number { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 26px; border: 1px solid rgba(25,28,29,.1); border-radius: 999px; color: #85898a; background: rgba(255,255,255,.55); font-size: .62rem; font-weight: 850; }
.card-topline { display: flex; align-items: center; justify-content: space-between; }
.mini-pill { padding: 7px 9px; border-radius: 999px; color: #9b4b10; background: #fff0e2; font-size: .54rem; font-weight: 900; letter-spacing: .09em; }
.mini-pill-dark { color: #fff; background: var(--movyo-ink); }
.bento-feature { display: grid; grid-column: 1; grid-row: 1; grid-template-columns: .8fr 1.2fr; align-items: center; color: #fff; border-color: transparent; background: linear-gradient(145deg, #191c1d, #282c2d); box-shadow: 0 25px 60px rgba(25,28,29,.17); }
.bento-feature::before { content: ""; position: absolute; width: 450px; height: 450px; right: -130px; top: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(246,112,0,.34), transparent 66%); }
.bento-feature-copy { position: relative; z-index: 2; }
.bento-feature .card-number { color: rgba(255,255,255,.64); border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.bento-feature p { color: rgba(255,255,255,.63); }
.bento-orbit { position: relative; z-index: 2; width: 310px; height: 310px; justify-self: end; }
.bento-orbit-line { position: absolute; inset: 50%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.line-one { width: 290px; height: 290px; animation: ring-spin 26s linear infinite; }
.line-two { width: 220px; height: 220px; border-style: dashed; animation: ring-spin 18s linear infinite reverse; }
.line-three { width: 150px; height: 150px; border-color: rgba(246,112,0,.35); }
.bento-orbit-mark { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 112px; height: 112px; border: 1px solid rgba(255,255,255,.14); border-radius: 35px; background: rgba(255,255,255,.93); box-shadow: 0 18px 45px rgba(0,0,0,.24); transform: translate(-50%,-50%) rotate(-7deg); }
.bento-orbit-mark img { width: 90px; }
.orbit-node { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; color: #fff; background: rgba(255,255,255,.09); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.orbit-node svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.node-one { left: 15px; top: 60px; }
.node-two { right: 2px; top: 105px; color: #1d2021; background: var(--movyo-amber); }
.node-three { left: 80px; bottom: 4px; background: var(--movyo-orange); }
.node-four { right: 64px; top: 4px; }
.bento-local { grid-column: 2; grid-row: 1; display: flex; flex-direction: column; }
.map-visual { position: relative; height: 205px; margin: 12px -34px 0; overflow: hidden; background: linear-gradient(135deg, #fff6ec, #fffaf5); }
.map-visual::before, .map-visual::after { content: ""; position: absolute; border: 1px solid rgba(246,112,0,.08); border-radius: 50%; }
.map-visual::before { width: 220px; height: 220px; right: -70px; top: -80px; }
.map-visual::after { width: 150px; height: 150px; left: -50px; bottom: -80px; }
.map-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-road { fill: none; stroke: rgba(25,28,29,.1); stroke-width: 8; stroke-linecap: round; }
.map-road-two { stroke: rgba(246,112,0,.13); stroke-width: 5; }
.map-road-three { stroke-width: 4; }
.map-pin { position: absolute; left: 51%; top: 48%; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 21px 21px 21px 5px; background: #fff; box-shadow: 0 18px 38px rgba(246,112,0,.22); transform: translate(-50%,-50%) rotate(-45deg); }
.map-pin img { width: 39px; transform: rotate(45deg); }
.map-pulse { position: absolute; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: var(--movyo-orange); box-shadow: 0 0 0 7px rgba(246,112,0,.12); }
.pulse-one { left: 22%; top: 40%; animation: pulse-map 2.2s infinite; }
.pulse-two { right: 18%; top: 31%; animation: pulse-map 2.2s .7s infinite; }
.pulse-three { right: 27%; bottom: 22%; animation: pulse-map 2.2s 1.2s infinite; }
.bento-local h3 { margin-top: auto; }
.bento-smart { grid-column: 1; grid-row: 2; }
.smart-stack { position: absolute; right: 32px; top: 72px; width: 300px; height: 205px; perspective: 800px; }
.smart-row { position: absolute; left: 0; right: 0; display: flex; align-items: center; gap: 12px; height: 58px; padding: 0 14px; border: 1px solid rgba(25,28,29,.08); border-radius: 16px; background: rgba(255,255,255,.86); box-shadow: 0 16px 35px rgba(25,28,29,.08); transform-origin: center; }
.smart-row span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--movyo-orange); background: #fff0e3; }
.smart-row svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.smart-row i { width: 120px; height: 8px; border-radius: 10px; background: #e7e9e9; }
.smart-row b { width: 34px; height: 8px; margin-left: auto; border-radius: 10px; background: #f0d5c0; }
.smart-row-one { top: 0; transform: rotate(4deg) translateX(4px); }
.smart-row-two { top: 70px; z-index: 2; border-color: rgba(246,112,0,.28); transform: scale(1.03); }
.smart-row-three { top: 140px; transform: rotate(-4deg) translateX(-4px); }
.smart-focus { position: absolute; z-index: 4; right: -12px; top: 70px; display: grid; place-items: center; width: 74px; height: 74px; border: 6px solid rgba(246,112,0,.1); border-radius: 50%; background: #fff; box-shadow: 0 14px 35px rgba(246,112,0,.18); }
.smart-focus img { width: 51px; }
.bento-smart h3, .bento-smart p { max-width: 330px; }
.bento-smart h3 { margin-top: 105px; }
.bento-trust { grid-column: 2; grid-row: 2; display: grid; grid-template-columns: 1fr .7fr; align-items: center; background: linear-gradient(145deg, #fff6ec, #fff); }
.trust-visual { position: relative; display: grid; place-items: center; width: 180px; height: 180px; justify-self: end; }
.trust-shield { position: relative; z-index: 3; display: grid; place-items: center; width: 92px; height: 92px; border-radius: 29px; color: #fff; background: linear-gradient(145deg, var(--movyo-orange-dark), var(--movyo-orange)); box-shadow: 0 20px 45px rgba(246,112,0,.25); transform: rotate(-6deg); }
.trust-shield svg { width: 54px; height: 54px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.trust-ring { position: absolute; border: 1px solid rgba(246,112,0,.18); border-radius: 50%; }
.ring-a { width: 146px; height: 146px; animation: breathe 3.2s ease-in-out infinite; }
.ring-b { width: 178px; height: 178px; border-style: dashed; animation: ring-spin 22s linear infinite; }

.launch { padding-top: 105px; background: #fff8f1; }
.launch-card { position: relative; display: grid; grid-template-columns: 1fr .55fr; align-items: center; gap: 70px; min-height: 520px; padding: 70px; overflow: hidden; border-radius: 38px; color: #fff; background: linear-gradient(128deg, #151718 0%, #242829 56%, #121415 100%); box-shadow: 0 35px 90px rgba(25,28,29,.2); }
.launch-radiance { position: absolute; right: -180px; top: -220px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(246,112,0,.45), rgba(246,112,0,.12) 46%, transparent 68%); }
.launch-radiance::after { content: ""; position: absolute; inset: 110px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.launch-mark { position: absolute; right: 8%; top: 5%; opacity: .08; transform: rotate(-13deg) scale(3.8); }
.launch-mark img { filter: brightness(0) invert(1); }
.launch-copy, .launch-side { position: relative; z-index: 2; }
.section-kicker-light { color: #ff9b45; }
.launch-copy h2 { font-size: clamp(2.8rem, 4.8vw, 5.2rem); }
.launch-copy h2 span { color: #ff8c27; }
.launch-copy p { max-width: 650px; margin: 25px 0 0; color: rgba(255,255,255,.62); font-size: 1rem; line-height: 1.75; }
.launch-side { display: flex; align-items: stretch; flex-direction: column; gap: 23px; padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; background: rgba(255,255,255,.06); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.launch-status { display: flex; align-items: center; gap: 15px; padding: 4px 4px 17px; border-bottom: 1px solid rgba(255,255,255,.1); }
.launch-status-dot { width: 10px; height: 10px; }
.launch-status > div { display: flex; flex-direction: column; }
.launch-status small { color: rgba(255,255,255,.48); font-size: .66rem; text-transform: uppercase; letter-spacing: .11em; }
.launch-status strong { margin-top: 3px; font-size: 1rem; }
.countdown { display: grid; grid-template-columns: repeat(7, auto); align-items: start; justify-content: space-between; }
.countdown div { display: flex; align-items: center; flex-direction: column; }
.countdown strong { font-size: 1.7rem; letter-spacing: -.05em; }
.countdown span { margin-top: 4px; color: rgba(255,255,255,.45); font-size: .56rem; text-transform: uppercase; letter-spacing: .08em; }
.countdown i { margin-top: 2px; color: rgba(255,255,255,.3); font-size: 1.3rem; font-style: normal; }

.final-cta { background: linear-gradient(180deg, #fff8f1, #fffaf5); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; padding-bottom: 20px; }
.final-cta h2 { max-width: 890px; font-size: clamp(2.25rem, 4vw, 4.25rem); }
.final-actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 11px; max-width: 380px; }
.share-button { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 0; color: #777b7c; background: transparent; cursor: pointer; font-size: .76rem; font-weight: 750; }
.share-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.site-footer { padding: 58px 0 24px; border-top: 1px solid rgba(25,28,29,.08); background: #fffaf5; }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.footer-brand img { width: 152px; }
.footer-brand p { margin: 13px 0 0; color: var(--movyo-muted); font-size: .82rem; }
.footer-links { display: flex; align-items: center; gap: 28px; padding-top: 8px; }
.footer-links a { color: #65696a; font-size: .8rem; font-weight: 700; transition: color .2s ease; }
.footer-links a:hover { color: var(--movyo-orange); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(25,28,29,.07); color: #8c9091; font-size: .68rem; }
.footer-status { display: flex; align-items: center; gap: 8px; }
.footer-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--movyo-orange); box-shadow: 0 0 0 4px rgba(246,112,0,.1); }

.toast { position: fixed; z-index: 1300; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; width: min(380px, calc(100% - 48px)); padding: 14px; border: 1px solid rgba(25,28,29,.08); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 24px 70px rgba(25,28,29,.18); opacity: 0; pointer-events: none; transform: translateY(24px) scale(.97); transition: opacity .3s ease, transform .3s var(--ease); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
.toast.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.toast-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 14px; color: #fff; background: var(--movyo-orange); }
.toast-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.toast > div { display: flex; flex: 1; flex-direction: column; }
.toast strong { font-size: .86rem; }
.toast > div span { margin-top: 2px; color: var(--movyo-muted); font-size: .74rem; }
.toast button { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 10px; color: #777; background: transparent; cursor: pointer; }
.toast button:hover { background: #f4f4f4; }
.toast button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

.noscript-note { position: fixed; z-index: 2000; left: 16px; right: 16px; bottom: 16px; padding: 14px 18px; border-radius: 14px; color: #fff; background: #191c1d; box-shadow: 0 15px 35px rgba(0,0,0,.25); text-align: center; font-size: .82rem; }
.noscript-note a { color: #ff9f4b; text-decoration: underline; }

/* Privacy and utility pages */
.utility-page { min-height: 100svh; padding: calc(var(--header-height) + 72px) 0 100px; }
.utility-shell { max-width: 850px; }
.utility-back { display: inline-flex; align-items: center; gap: 8px; color: var(--movyo-orange-dark); font-size: .82rem; font-weight: 800; }
.utility-back svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.utility-page h1 { margin: 28px 0 15px; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: .96; letter-spacing: -.065em; }
.utility-intro { max-width: 690px; color: var(--movyo-muted); font-size: 1.08rem; line-height: 1.7; }
.utility-card { margin-top: 42px; padding: clamp(28px, 5vw, 52px); border: 1px solid rgba(25,28,29,.09); border-radius: 28px; background: rgba(255,255,255,.75); box-shadow: var(--shadow-soft); }
.utility-card h2 { margin: 34px 0 10px; font-size: 1.25rem; letter-spacing: -.025em; }
.utility-card h2:first-child { margin-top: 0; }
.utility-card p, .utility-card li { color: #626768; font-size: .92rem; line-height: 1.72; }
.utility-card ul { padding-left: 20px; }
.utility-card a { color: var(--movyo-orange-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.error-page { display: grid; place-items: center; min-height: 100svh; padding: 100px 24px; text-align: center; }
.error-mark { display: grid; place-items: center; width: 116px; height: 116px; margin: 0 auto 24px; border: 1px solid rgba(246,112,0,.15); border-radius: 38px; background: #fff0e2; box-shadow: 0 20px 50px rgba(246,112,0,.14); transform: rotate(-5deg); }
.error-mark img { width: 82px; }
.error-code { color: var(--movyo-orange); font-size: .75rem; font-weight: 900; letter-spacing: .18em; }
.error-page h1 { margin: 12px 0; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1; letter-spacing: -.06em; }
.error-page p { max-width: 560px; margin: 0 auto 28px; color: var(--movyo-muted); }

.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); transition-delay: calc(var(--reveal-delay, 0) * 100ms); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@keyframes pulse-ring { 0% { transform: scale(.5); opacity: .8; } 80%,100% { transform: scale(1.65); opacity: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes blob-float { to { transform: translate3d(-35px, 30px, 0) scale(1.05); } }
@keyframes ring-spin { to { transform: rotate(360deg); } }
@keyframes breathe { 50% { transform: scale(1.04); opacity: .65; } }
@keyframes float-a { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes float-b { 0%,100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(12px) rotate(-1deg); } }
@keyframes arrow-bob { 50% { transform: translateY(4px); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes pulse-map { 0%,100% { box-shadow: 0 0 0 0 rgba(246,112,0,.25); } 50% { box-shadow: 0 0 0 12px rgba(246,112,0,0); } }

@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 28px; }
  .hero h1 { font-size: clamp(3.6rem, 6.1vw, 5.5rem); }
  .hero-visual { transform: scale(.93); margin-inline: -30px; }
  .float-food { left: 12px; }
  .float-grocery { right: 5px; }
  .float-home { right: 0; }
  .form-row { grid-template-columns: 1fr 1.2fr; }
  .form-submit { grid-column: 1 / -1; }
  .bento-smart h3, .bento-smart p { max-width: 280px; }
  .smart-stack { right: 15px; width: 270px; }
  .launch-card { padding: 58px; gap: 45px; }
  .final-cta-inner { grid-template-columns: 1fr; align-items: start; }
  .final-actions { justify-content: flex-start; max-width: none; }
}

@media (max-width: 960px) {
  :root { --header-height: 78px; }
  .container { width: min(calc(100% - 36px), var(--container)); }
  .section { padding: 96px 0; }
  .header-nav { display: none; }
  .hero { min-height: auto; padding-top: calc(var(--header-height) + 55px); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 760px; padding-bottom: 15px; }
  .hero h1 { max-width: 750px; font-size: clamp(4rem, 11vw, 6.7rem); }
  .hero-visual-wrap { margin-top: -15px; }
  .hero-visual { min-height: 720px; transform: none; }
  .hero-foot { margin-top: -20px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .bento-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 410px 360px; }
  .bento-feature { grid-column: 1 / -1; grid-row: 1; }
  .bento-local { grid-column: 1; grid-row: 2; }
  .bento-smart { grid-column: 2; grid-row: 2; }
  .bento-trust { grid-column: 1 / -1; grid-row: 3; }
  .smart-stack { position: relative; right: auto; top: auto; width: 100%; height: 190px; margin-top: 15px; transform: scale(.85); transform-origin: top center; }
  .bento-smart h3 { margin-top: -20px; }
  .launch-card { grid-template-columns: 1fr; min-height: auto; }
  .launch-side { max-width: 500px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .site-header { height: 72px; }
  .site-header.is-scrolled { height: 66px; }
  .brand img { width: 132px; }
  .status-chip { display: none; }
  .button-small { min-height: 42px; padding-inline: 14px; }
  .hero { padding-top: 112px; }
  .hero-grid-lines { background-size: 52px 52px; }
  .hero-copy { padding-top: 0; }
  .eyebrow { max-width: 100%; font-size: .67rem; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5.25rem); }
  .hero-lead { margin-top: 22px; font-size: 1rem; }
  .hero-form-wrap { margin-top: 28px; }
  .waitlist-form { padding: 14px; border-radius: 20px; }
  .form-heading > div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .form-row { grid-template-columns: 1fr; }
  .form-submit { grid-column: auto; width: 100%; }
  .hero-meta { align-items: flex-start; flex-direction: column; gap: 11px; }
  .meta-divider { display: none; }
  .hero-visual-wrap { margin: -30px -14px 0; overflow: hidden; }
  .hero-visual { min-height: 650px; transform: scale(.88); }
  .visual-ring-one { width: 540px; height: 540px; }
  .visual-ring-two { width: 430px; height: 430px; }
  .visual-ring-three { width: 625px; height: 625px; }
  .app-device { width: 310px; height: 615px; }
  .float-card { min-width: 132px; }
  .float-food { left: 2px; top: 120px; }
  .float-grocery { right: -2px; top: 150px; }
  .float-ride { left: 1px; bottom: 100px; }
  .float-home { right: -8px; bottom: 118px; }
  .visual-proof { right: 12px; bottom: 24px; }
  .hero-foot { display: none; }
  .service-marquee { margin-top: -15px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .launch-copy h2, .final-cta h2 { font-size: clamp(2.5rem, 12vw, 4.2rem); }
  .bento-grid { display: flex; flex-direction: column; }
  .bento-card { min-height: 390px; padding: 27px; border-radius: 24px; }
  .bento-feature { grid-template-columns: 1fr; min-height: 620px; align-items: start; }
  .bento-orbit { width: 285px; height: 285px; align-self: end; justify-self: center; margin: 10px auto -10px; }
  .bento-local { min-height: 430px; }
  .map-visual { margin-inline: -27px; }
  .bento-smart { min-height: 455px; }
  .smart-stack { transform: scale(.92); }
  .bento-smart h3 { margin-top: -10px; }
  .bento-trust { grid-template-columns: 1fr; min-height: 480px; }
  .trust-visual { justify-self: center; margin-top: 20px; }
  .launch { padding-top: 70px; }
  .launch-card { padding: 38px 24px; border-radius: 28px; }
  .launch-copy p { font-size: .92rem; }
  .launch-side { padding: 19px; }
  .countdown strong { font-size: 1.3rem; }
  .final-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .final-actions .button { width: 100%; }
  .share-button { align-self: center; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; gap: 18px 24px; }
  .footer-bottom { margin-top: 35px; }
  .toast { right: 14px; bottom: 14px; width: calc(100% - 28px); }
}

@media (max-width: 420px) {
  .header-actions .button svg { display: none; }
  .hero h1 { font-size: 3.25rem; }
  .hero-visual { transform: scale(.78); min-height: 575px; margin-inline: -48px; }
  .form-secure { display: none; }
  .float-card { padding-right: 10px; min-width: 122px; }
  .float-card small { display: none; }
  .visual-proof { right: 1px; }
  .bento-orbit { transform: scale(.86); margin-inline: -5px; }
  .bento-card { min-height: 410px; }
  .bento-feature { min-height: 590px; }
  .smart-stack { margin-inline: -25px; width: calc(100% + 50px); transform: scale(.82); }
}

@media (hover: none), (pointer: coarse) {
  .cursor-aura { display: none; }
  .hero-visual { transition: none; }
  .button:hover, .float-card:hover { transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .marquee-track { animation: none; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .cursor-aura { display: none; }
}

@media print {
  .site-header, .page-progress, .cursor-aura, .noise, .hero-visual-wrap, .service-marquee, .toast, .hero-foot { display: none !important; }
  .hero { min-height: auto; padding: 40px 0; }
  .hero-grid { display: block; min-height: auto; }
  .section { padding: 40px 0; }
  body { background: #fff; }
}
