/* MotoMic - the public site. Dark, glass, one accent; everything local
   (fonts included) under a strict CSP: no inline style, no inline script. */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url('fonts/inter-latin-wght-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url('fonts/inter-latin-ext-wght-normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url('fonts/space-grotesk-latin-wght-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-weight: 300 700; font-display: swap;
  src: url('fonts/space-grotesk-latin-ext-wght-normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --bg: #07080c; --bg2: #0c0e15; --text: #eceef4; --muted: #8e96aa; --dim: #5d6479;
  --line: rgba(255,255,255,.08); --line2: rgba(255,255,255,.14);
  --glass: rgba(18,21,31,.55); --glass2: rgba(255,255,255,.035);
  --a1: #ff4d1a; --a2: #ff9a3c; --cyan: #3de0ff; --ok: #34d399; --red: #ff4d6d;
  --grad: linear-gradient(100deg, #ff9a3c 0%, #ff4d1a 45%, #ff3d6e 100%);
  --radius: 22px; --ease: cubic-bezier(.2,.7,.2,1);
  --display: 'Space Grotesk', 'Inter', system-ui, sans-serif;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-padding-top: 90px; } }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 17px/1.6 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
b, strong { font-weight: 650; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.muted { color: var(--muted); } .center { text-align: center; }
::selection { background: rgba(255,106,40,.35); }

/* ---- the background: slow aurora + a fading grid --------------------- */
.bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.aurora { position: absolute; width: 60vmax; height: 60vmax; border-radius: 50%; filter: blur(90px); opacity: .32; will-change: transform; }
.a1 { background: radial-gradient(circle, #ff5a1f, transparent 62%); top: -22vmax; right: -12vmax; animation: drift1 26s var(--ease) infinite alternate; }
.a2 { background: radial-gradient(circle, #1f5cff, transparent 62%); bottom: -30vmax; left: -18vmax; opacity: .2; animation: drift2 32s var(--ease) infinite alternate; }
.a3 { background: radial-gradient(circle, #13c8e8, transparent 60%); top: 40%; left: 45%; width: 34vmax; height: 34vmax; opacity: .1; animation: drift1 38s var(--ease) infinite alternate-reverse; }
@keyframes drift1 { to { transform: translate(-8vmax, 10vmax) scale(1.15); } }
@keyframes drift2 { to { transform: translate(10vmax, -8vmax) scale(1.1); } }
.grid { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 30%, transparent 75%); opacity: .5; }

/* ---- nav ---------------------------------------------------------------- */
.nav { position: fixed; top: 14px; left: 50%; transform: translateX(-50%); z-index: 50; width: min(1180px, calc(100% - 28px));
  display: flex; align-items: center; gap: 24px; padding: 10px 12px 10px 18px; border-radius: 18px;
  background: rgba(12,14,21,.55); border: 1px solid var(--line); backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%);
  transition: background .4s var(--ease), box-shadow .4s var(--ease), top .4s var(--ease); }
.nav.scrolled { background: rgba(10,12,18,.82); box-shadow: 0 10px 40px rgba(0,0,0,.45); top: 10px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 20px/1 var(--display); letter-spacing: -.02em; }
.brand .mark { width: 32px; height: 32px; filter: drop-shadow(0 4px 14px rgba(255,90,30,.45)); }
.brand.small .mark { width: 26px; height: 26px; } .brand.small { font-size: 17px; }
.brand-text { display: inline-flex; flex-direction: column; gap: 3px; }
.brand-text small { font: 600 9.5px/1 var(--display); letter-spacing: .2em; text-transform: uppercase; color: var(--dim); }
.eyebrow b { font-weight: 700; }
.eyebrow { flex-wrap: wrap; row-gap: 2px; }
.ew { white-space: nowrap; color: var(--text); } .ew-sep { color: var(--dim); }
.links { display: flex; gap: 4px; margin: 0 auto; }
.links a { padding: 8px 12px; border-radius: 10px; color: var(--muted); font-size: 15px; transition: color .25s, background .25s; }
.links a:hover { color: var(--text); background: var(--glass2); }
.nav-cta { display: flex; gap: 8px; }

/* ---- buttons ------------------------------------------------------------ */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 14px; font-weight: 600;
  border: 1px solid transparent; cursor: pointer; transition: transform .25s var(--ease), box-shadow .35s var(--ease), background .25s, border-color .25s; white-space: nowrap; font-family: inherit; }
.btn.sm { padding: 9px 16px; font-size: 14.5px; border-radius: 12px; }
.btn.lg { padding: 16px 26px; font-size: 17px; }
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .3s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn.primary { color: #fff; background: var(--grad); box-shadow: 0 10px 30px -8px rgba(255,77,26,.65), inset 0 1px 0 rgba(255,255,255,.25); }
.btn.primary::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.35) 50%, transparent 80%);
  background-size: 250% 100%; background-position: 150% 0; transition: background-position .9s var(--ease); pointer-events: none; }
.btn.primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -10px rgba(255,77,26,.8), inset 0 1px 0 rgba(255,255,255,.3); }
.btn.primary:hover::after { background-position: -50% 0; }
.btn.ghost { color: var(--text); background: var(--glass2); border-color: var(--line2); }
.btn.ghost:hover { background: rgba(255,255,255,.08); transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible { outline: 2px solid var(--a2); outline-offset: 3px; }

/* ---- layout --------------------------------------------------------------- */
main { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.block { padding: 120px 0 20px; scroll-margin-top: 70px; }
.block.narrow { max-width: 820px; margin: 0 auto; }
.head { max-width: 640px; }
.head.center { margin: 0 auto; text-align: center; max-width: 780px; }
.kicker { display: inline-block; margin: 0 0 14px; font: 600 13px/1 var(--display); letter-spacing: .18em; text-transform: uppercase;
  color: var(--a2); padding: 8px 12px; border-radius: 999px; background: rgba(255,120,40,.08); border: 1px solid rgba(255,120,40,.2); }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.03em; margin: 0; }
h1 { font-size: clamp(42px, 5.4vw, 74px); line-height: 1; font-weight: 700; }
h2 { font-size: clamp(34px, 4.6vw, 56px); line-height: 1.05; font-weight: 700; }
h3 { font-size: 22px; line-height: 1.2; font-weight: 600; letter-spacing: -.02em; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sub { color: var(--muted); font-size: 19px; margin: 18px 0 0; }
.sub b { color: var(--text); }
.fine { color: var(--dim); font-size: 14px; margin-top: 26px; }
.glass { background: var(--glass); border: 1px solid var(--line2); backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%); }

/* ---- hero ------------------------------------------------------------------ */
.hero { min-height: min(100svh, 980px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; padding: 120px 0 40px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 26px; color: var(--muted); font-size: 15px;
  padding: 8px 14px; border-radius: 999px; background: var(--glass2); border: 1px solid var(--line); }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 0 rgba(52,211,153,.6); animation: ping 2.2s infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(52,211,153,.6); } 80%, 100% { box-shadow: 0 0 0 10px rgba(52,211,153,0); } }
.lead { font-size: clamp(18px, 1.6vw, 21px); color: var(--muted); max-width: 540px; margin: 26px 0 0; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.trust { list-style: none; padding: 0; margin: 38px 0 0; display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--muted); font-size: 14.5px; }
.trust li { display: flex; align-items: center; gap: 8px; }
.trust svg { width: 18px; height: 18px; fill: none; stroke: var(--a2); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hero-visual { position: relative; height: 640px; perspective: 1400px; }
.phone { position: absolute; left: 50%; top: 50%; width: 300px; height: 610px; border-radius: 48px; padding: 12px;
  transform: translate(-50%, -50%) rotateY(-14deg) rotateX(6deg); transform-style: preserve-3d; transition: transform .6s var(--ease);
  background: linear-gradient(145deg, #262a36, #0c0e14 50%, #1b1f2a); border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 60px 120px -30px rgba(0,0,0,.8), 0 0 0 1px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.12), -30px 30px 80px -40px rgba(255,90,30,.5); }
.phone-notch { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 94px; height: 26px; border-radius: 20px; background: #000; z-index: 3; }
.screen { position: relative; width: 100%; height: 100%; border-radius: 37px; overflow: hidden; background: #0b0e15; }
.map { position: absolute; inset: 0; width: 100%; height: 100%; }
.route-bg { fill: none; stroke: rgba(255,120,40,.12); stroke-width: 10; stroke-linecap: round; }
.route { fill: none; stroke: url(#route); stroke-width: 5; stroke-linecap: round; filter: drop-shadow(0 0 6px rgba(255,110,40,.8)); }
.marker { fill: #fff; stroke: #ff5a1f; stroke-width: 4; }
.marker-glow { opacity: .9; }
.hud { position: absolute; inset: auto 12px 14px 12px; z-index: 2; }
.hud-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; font-size: 12px; color: var(--muted); }
.hud-top .bike { background: rgba(0,0,0,.5); padding: 4px 10px; border-radius: 999px; border: 1px solid var(--line); }
.live { display: inline-flex; align-items: center; gap: 6px; font: 700 11px/1 var(--display); letter-spacing: .14em; color: #fff;
  background: rgba(255,60,60,.18); border: 1px solid rgba(255,80,80,.35); padding: 5px 9px; border-radius: 999px; }
.live i { width: 6px; height: 6px; border-radius: 50%; background: #ff4d4d; animation: blink 1.2s infinite; }
@keyframes blink { 50% { opacity: .2; } }
.hud-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.hud-stats div { background: rgba(10,12,18,.7); border: 1px solid var(--line2); border-radius: 16px; padding: 10px 8px; text-align: center; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.hud-stats b { display: block; font: 700 24px/1.1 var(--display); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.hud-stats small { color: var(--muted); font-size: 11px; }

.float { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px; border-radius: 18px;
  box-shadow: 0 24px 60px -20px rgba(0,0,0,.7); font-size: 14px; will-change: transform; }
.float b { display: block; font-size: 14.5px; } .float small { color: var(--muted); font-size: 12.5px; }
.f1 { top: 12%; left: -2%; animation: bob 7s ease-in-out infinite; }
.f2 { bottom: 16%; right: -3%; flex-direction: column; align-items: flex-start; gap: 4px; padding: 14px 18px; animation: bob 8s ease-in-out -2s infinite; }
.f3 { top: 46%; left: -8%; animation: bob 9s ease-in-out -4s infinite; }
@keyframes bob { 50% { transform: translateY(-12px); } }
.fi { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; flex: none; }
.fi svg { width: 20px; height: 20px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fi.warn { background: rgba(255,120,40,.15); } .fi.warn svg { stroke: var(--a2); }
.fi.ok { background: rgba(52,211,153,.14); } .fi.ok svg { stroke: var(--ok); }
.float.pop { animation: pop .7s var(--ease), bob 7s ease-in-out .7s infinite; }
@keyframes pop { 0% { transform: translateY(14px) scale(.9); opacity: 0; } 100% { transform: none; opacity: 1; } }
.mini-gauge { display: flex; align-items: flex-end; gap: 10px; }
.mini-gauge svg { width: 80px; height: 46px; }
.mini-gauge b { font: 700 30px/1 var(--display); background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.g-track, .g-val { fill: none; stroke-width: 8; stroke-linecap: round; }
.g-track { stroke: rgba(255,255,255,.08); }
.g-val { stroke: url(#route); stroke-dasharray: 107; stroke-dashoffset: 107; transition: stroke-dashoffset 1.2s var(--ease); }

/* ---- numbers strip --------------------------------------------------------- */
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: 30px; }
.strip > div { background: rgba(10,12,18,.8); padding: 30px 26px; }
.strip b { display: block; font: 700 clamp(34px, 3.4vw, 46px)/1 var(--display); letter-spacing: -.03em; background: linear-gradient(180deg, #fff, #9aa3b8);
  -webkit-background-clip: text; background-clip: text; color: transparent; font-variant-numeric: tabular-nums; }
.strip span { display: block; color: var(--muted); font-size: 14.5px; margin-top: 10px; }

/* ---- cards ---------------------------------------------------------------- */
.cards.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.card { position: relative; padding: 32px 28px; border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  border: 1px solid var(--line); overflow: hidden; transition: transform .5s var(--ease), border-color .4s, box-shadow .5s var(--ease); transform-style: preserve-3d; }
.card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .4s;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(255,120,40,.16), transparent 45%); }
.card:hover { border-color: var(--line2); box-shadow: 0 30px 70px -30px rgba(0,0,0,.8); }
.card:hover::before { opacity: 1; }
.card p { color: var(--muted); margin: 12px 0 0; font-size: 16px; }
.ic { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 26px; }
.ic svg { width: 26px; height: 26px; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ic.orange { background: rgba(255,120,40,.12); box-shadow: inset 0 0 0 1px rgba(255,120,40,.25); } .ic.orange svg { stroke: var(--a2); }
.ic.red { background: rgba(255,77,109,.12); box-shadow: inset 0 0 0 1px rgba(255,77,109,.25); } .ic.red svg { stroke: var(--red); }
.ic.cyan { background: rgba(61,224,255,.1); box-shadow: inset 0 0 0 1px rgba(61,224,255,.22); } .ic.cyan svg { stroke: var(--cyan); }

/* ---- data / dashboard --------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ticks { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
.ticks li { position: relative; padding-left: 34px; color: var(--muted); }
.ticks li b { color: var(--text); }
.ticks li::before { content: ''; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 8px;
  background: rgba(255,120,40,.14) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='%23ff9a3c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255,120,40,.3); }
.dash { display: grid; place-items: center; }
.dash-card { width: min(480px, 100%); padding: 26px; border-radius: 28px; box-shadow: 0 50px 100px -40px rgba(0,0,0,.9), 0 0 0 1px rgba(255,255,255,.04); }
.dash-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 14px; }
.gauge { position: relative; margin: 18px 0 6px; }
.gauge svg { width: 100%; height: auto; overflow: visible; }
.gt, .gv { fill: none; stroke-width: 14; stroke-linecap: round; }
.gt { stroke: rgba(255,255,255,.06); }
.gv { stroke: url(#lg); stroke-dasharray: 283; stroke-dashoffset: 141; transition: stroke-dashoffset .9s var(--ease); filter: drop-shadow(0 0 10px rgba(255,120,40,.4)); }
#needle { transform-origin: 110px 120px; transition: transform .9s var(--ease); }
#needle line { stroke: #fff; stroke-width: 3; stroke-linecap: round; }
#needle circle { fill: #fff; }
.gauge-read { text-align: center; margin-top: 4px; }
.gauge-read b { font: 700 44px/1 var(--display); letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.gauge-read small { display: block; color: var(--muted); font-size: 13px; }
.dash-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 16px; }
.dash-grid div { padding: 14px 12px; border-radius: 16px; background: rgba(255,255,255,.035); border: 1px solid var(--line); }
.dash-grid small { display: block; color: var(--muted); font-size: 12px; }
.dash-grid b { display: block; font: 700 22px/1.2 var(--display); margin-top: 4px; font-variant-numeric: tabular-nums; transition: color .3s; }
.bar { display: block; height: 4px; border-radius: 4px; background: rgba(255,255,255,.08); margin-top: 8px; overflow: hidden; }
.bar em { display: block; height: 100%; width: 40%; background: var(--grad); border-radius: inherit; transition: width .7s var(--ease); }

/* ---- steps ---------------------------------------------------------------- */
.steps { list-style: none; padding: 0; margin: 60px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; position: relative; }
.steps::before { content: ''; position: absolute; top: 36px; left: 12%; right: 12%; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,120,40,.5), rgba(61,224,255,.5), transparent);
  transform-origin: left; transform: scaleX(0); transition: transform 1.6s var(--ease) .2s; }
.steps.in::before { transform: scaleX(1); }
.step { position: relative; text-align: center; padding: 0 12px; }
.num { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 24px; border-radius: 24px; font: 700 28px/1 var(--display);
  background: #0f121a; border: 1px solid var(--line2); box-shadow: 0 0 0 8px var(--bg), 0 20px 40px -20px rgba(255,90,30,.6); position: relative; }
.num::after { content: ''; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: var(--grad);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.step p { color: var(--muted); margin: 10px 0 0; font-size: 16px; }

/* ---- pricing --------------------------------------------------------------- */
.seg { display: inline-flex; margin-top: 30px; padding: 5px; border-radius: 999px; background: var(--glass2); border: 1px solid var(--line2); }
.seg button { font: 600 15px/1 'Inter', sans-serif; color: var(--muted); background: none; border: 0; padding: 11px 20px; border-radius: 999px; cursor: pointer;
  transition: color .3s, background .3s; display: inline-flex; gap: 8px; align-items: center; }
.seg button.on { color: #fff; background: rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.1); }
.seg em { font-style: normal; font-size: 12px; color: #0b0d12; background: var(--ok); padding: 3px 8px; border-radius: 999px; }
.prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 50px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 30px 26px; border-radius: var(--radius); border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); transition: transform .5s var(--ease), border-color .3s, box-shadow .5s var(--ease); }
.plan:hover { transform: translateY(-6px); border-color: var(--line2); box-shadow: 0 40px 80px -40px rgba(0,0,0,.9); }
.plan.best { border-color: transparent; background: linear-gradient(#10131c, #10131c) padding-box, var(--grad) border-box; border: 1px solid transparent;
  box-shadow: 0 40px 90px -40px rgba(255,77,26,.55); }
.plan .tag { position: absolute; top: -13px; left: 26px; font: 700 11px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; color: #fff;
  background: var(--grad); padding: 7px 12px; border-radius: 999px; }
.plan h3 { font-size: 24px; }
.plan .for { color: var(--muted); font-size: 14.5px; margin: 6px 0 22px; min-height: 44px; }
.price { display: flex; align-items: baseline; gap: 6px; }
.price b { font: 700 46px/1 var(--display); letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.price span { color: var(--muted); font-size: 15px; }
.price-note { color: var(--dim); font-size: 13.5px; margin-top: 8px; min-height: 20px; }
.plan ul { list-style: none; padding: 0; margin: 24px 0 26px; display: grid; gap: 10px; font-size: 15px; color: #c8cdd9; flex: 1; }
.plan li { display: flex; gap: 10px; align-items: flex-start; }
.plan li::before { content: ''; flex: none; width: 18px; height: 18px; margin-top: 3px; border-radius: 50%;
  background: rgba(52,211,153,.14) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5' fill='none' stroke='%2334d399' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/11px no-repeat;
  box-shadow: inset 0 0 0 1px rgba(52,211,153,.4); }
.plan li.x { color: var(--dim); } .plan li.x::before { background: transparent; box-shadow: inset 0 0 0 1px var(--line2); }
.plan .btn { width: 100%; }

/* ---- hardware -------------------------------------------------------------- */
.hw { grid-template-columns: .9fr 1.1fr; }
.device { display: grid; place-items: center; min-height: 440px; perspective: 1200px; }
.device-body { position: relative; width: 250px; height: 330px; border-radius: 46px; transform: rotateY(18deg) rotateX(8deg) rotateZ(-4deg);
  background: radial-gradient(120% 90% at 20% 0%, #2c313f, #10131b 55%, #07090d); border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15), inset 0 -20px 40px rgba(0,0,0,.6), 0 70px 100px -40px rgba(0,0,0,.9), 30px 40px 120px -40px rgba(255,90,30,.45);
  animation: float3d 9s ease-in-out infinite; }
@keyframes float3d { 50% { transform: rotateY(8deg) rotateX(4deg) rotateZ(-2deg) translateY(-14px); } }
.device-body::before { content: ''; position: absolute; inset: 14px; border-radius: 34px; border: 1px solid rgba(255,255,255,.05); }
.device-logo { position: absolute; left: 50%; top: 38%; width: 70px; height: 70px; transform: translate(-50%, -50%); stroke: url(#mk); filter: drop-shadow(0 0 14px rgba(255,90,30,.6)); }
.device-logo path { stroke: #ff7a2a; }
.device-name { position: absolute; left: 0; right: 0; top: 58%; text-align: center; font: 600 15px/1 var(--display); letter-spacing: .3em; color: #9aa2b6; text-transform: uppercase; }
.led { position: absolute; top: 28px; right: 34px; width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 12px var(--ok); animation: blink 2.4s infinite; }
.led.l2 { right: 50px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); animation-delay: -1.2s; }
.waves { position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); width: 60px; height: 30px; }
.waves i { position: absolute; left: 50%; bottom: 0; border: 2px solid rgba(61,224,255,.6); border-bottom: 0; border-left-color: transparent; border-right-color: transparent;
  border-radius: 50%; transform: translateX(-50%); animation: wave 2.4s ease-out infinite; opacity: 0; }
.waves i:nth-child(1) { width: 20px; height: 20px; } .waves i:nth-child(2) { width: 40px; height: 40px; animation-delay: .4s; } .waves i:nth-child(3) { width: 60px; height: 60px; animation-delay: .8s; }
@keyframes wave { 0% { opacity: 0; } 30% { opacity: 1; } 100% { opacity: 0; } }
.specs { margin: 34px 0 0; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.specs div { display: grid; grid-template-columns: 140px 1fr; gap: 20px; padding: 16px 20px; background: rgba(10,12,18,.85); }
.specs dt { color: var(--muted); font-size: 14.5px; } .specs dd { margin: 0; font-size: 15.5px; }

/* ---- any vehicle ------------------------------------------------------------ */
.also { margin: 18px 0 0; color: var(--dim); font-size: 14px; letter-spacing: .01em; }
.also a { color: var(--a2); border-bottom: 1px dashed rgba(255,154,60,.45); }
.vehicles { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 18px; margin-top: 56px; }
.veh { position: relative; padding: 30px 24px; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); transition: transform .5s var(--ease), border-color .3s, box-shadow .5s var(--ease); }
.veh::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .4s;
  background: radial-gradient(380px circle at var(--mx, 50%) var(--my, 0%), rgba(255,120,40,.14), transparent 45%); }
.veh:hover { border-color: var(--line2); } .veh:hover::before { opacity: 1; }
.veh h3 { margin-top: 18px; } .veh p { color: var(--muted); margin: 10px 0 0; font-size: 15.5px; }
.veh-ic { width: 88px; height: 56px; fill: none; stroke: #aeb5c6; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.primary-veh { background: linear-gradient(#10131c, #10131c) padding-box, var(--grad) border-box; border: 1px solid transparent; box-shadow: 0 40px 90px -45px rgba(255,77,26,.6); }
.primary-veh .veh-ic { stroke: #ff8a3d; filter: drop-shadow(0 0 10px rgba(255,110,40,.5)); }
.veh-tag { position: absolute; top: 18px; right: 18px; font: 700 11px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; color: #fff; background: var(--grad); padding: 7px 10px; border-radius: 999px; }

/* ---- fleets ------------------------------------------------------------------- */
.fleet-map { display: grid; place-items: center; }
.fm { width: min(520px, 100%); padding: 20px; border-radius: 26px; box-shadow: 0 50px 100px -40px rgba(0,0,0,.9); }
.fm-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 14px; margin-bottom: 14px; }
.fm-count b { color: var(--text); font: 700 18px/1 var(--display); }
.fm-svg { width: 100%; height: auto; border-radius: 16px; display: block; }
.fleet-dot { transition: transform 2.8s var(--ease); }
.fleet-dot .halo { opacity: .35; transform-box: fill-box; transform-origin: center; animation: halo 2.6s ease-out infinite; }
@keyframes halo { 0% { transform: scale(.6); opacity: .5; } 100% { transform: scale(2.2); opacity: 0; } }
.fm-legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 14px; color: var(--muted); font-size: 13px; }
.fm-legend span { display: inline-flex; align-items: center; gap: 7px; }
.d { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.d.ok { background: var(--ok); box-shadow: 0 0 10px var(--ok); } .d.park { background: #7c86a0; } .d.warn { background: var(--a2); box-shadow: 0 0 10px var(--a2); }
.wl-kind { display: flex; flex-wrap: wrap; gap: 8px; }
.wl-kind label { flex: 1; display: flex; align-items: center; gap: 9px; padding: 13px 14px; border-radius: 14px; border: 1px solid var(--line2); background: rgba(0,0,0,.25);
  cursor: pointer; font-size: 14.5px; color: var(--muted); transition: border-color .25s, color .25s, background .25s; }
.wl-kind label:has(input:checked) { border-color: rgba(255,140,60,.7); color: var(--text); background: rgba(255,120,40,.08); }
.wl-kind input { accent-color: var(--a1); }
.wl input[name=fleetSize] { width: 100%; font: 400 16px/1 'Inter', sans-serif; color: var(--text); background: rgba(0,0,0,.35); border: 1px solid var(--line2); border-radius: 14px; padding: 17px 18px; }
.wl input[name=fleetSize]:focus { outline: none; border-color: rgba(255,140,60,.7); box-shadow: 0 0 0 4px rgba(255,120,40,.15); }

/* ---- the name: MotoMIC -> Moto + Mobile IoT Controller -------------------- */
.name-card { margin-top: 26px; padding: 22px 24px; border-radius: 20px; }
.name-k { margin: 0 0 10px; font: 600 12px/1 var(--display); letter-spacing: .18em; text-transform: uppercase; color: var(--dim); }
.name-word { margin: 0; font: 700 clamp(24px, 3vw, 34px)/1.15 var(--display); letter-spacing: -.02em; white-space: nowrap; overflow: hidden; }
.nm-moto { color: var(--text); margin-right: .12em; }
.nm-l { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nm-x { display: inline-block; max-width: 0; opacity: 0; vertical-align: bottom; color: #c9ced9; font-weight: 500;
  transition: max-width 1.1s var(--ease), opacity .8s var(--ease); white-space: nowrap; }
.name-card.open .nm-x { max-width: 9em; opacity: 1; }
.name-card.open .nm-x:nth-of-type(2) { transition-delay: .25s; }
.name-card.open .nm-x:nth-of-type(3) { transition-delay: .5s; }
.name-d { margin: 12px 0 0; color: var(--muted); font-size: 15.5px; }
@media (max-width: 560px) { .name-word { white-space: normal; } .name-card.open .nm-x { max-width: none; } }

/* ---- FAQ ------------------------------------------------------------------ */
.faq { margin-top: 44px; display: grid; gap: 12px; }
.faq details { border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.025); transition: border-color .3s, background .3s; overflow: hidden; }
.faq details[open] { border-color: var(--line2); background: rgba(255,255,255,.045); }
.faq summary { list-style: none; cursor: pointer; padding: 22px 60px 22px 24px; font-weight: 600; font-size: 17px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ''; position: absolute; right: 24px; top: 50%; width: 12px; height: 12px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted);
  transform: translateY(-70%) rotate(45deg); transition: transform .35s var(--ease); }
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq p { margin: 0; padding: 0 24px 22px; color: var(--muted); }

/* ---- CTA -------------------------------------------------------------------- */
.cta-band { padding-bottom: 100px; }
.cta-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; padding: 56px; border-radius: 32px; overflow: hidden; }
.cta-card::before { content: ''; position: absolute; width: 520px; height: 520px; right: -160px; top: -220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,90,30,.35), transparent 65%); pointer-events: none; }
.wl { position: relative; display: grid; gap: 12px; }
.wl input[type=email], .wl input[name=bike] { width: 100%; font: 400 16px/1 'Inter', sans-serif; color: var(--text); background: rgba(0,0,0,.35);
  border: 1px solid var(--line2); border-radius: 14px; padding: 17px 18px; transition: border-color .25s, box-shadow .25s; }
.wl input:focus { outline: none; border-color: rgba(255,140,60,.7); box-shadow: 0 0 0 4px rgba(255,120,40,.15); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--muted); }
.consent input { margin-top: 3px; accent-color: var(--a1); }
.wl-msg { min-height: 22px; margin: 0; font-size: 14.5px; } .wl-msg.ok { color: var(--ok); } .wl-msg.err { color: var(--red); }

/* ---- footer ----------------------------------------------------------------- */
.foot { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 36px 0 44px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 24px; flex-wrap: wrap; font-size: 14.5px; }
.foot p { margin: 0; } .foot-links { margin-left: auto; display: flex; gap: 22px; color: var(--muted); } .foot-links a:hover { color: var(--text); }

/* ---- motion: revealed on scroll ------------------------------------------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1s var(--ease); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }
.js-off .reveal { opacity: 1; transform: none; }

/* ---- smaller screens ------------------------------------------------------- */
@media (max-width: 980px) {
  .links { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; min-height: 0; text-align: left; }
  .hero-visual { height: 600px; }
  .phone { transform: translate(-50%, -50%) rotateY(0) rotateX(0) scale(.92); }
  .split, .hw, .cta-card { grid-template-columns: 1fr; }
  .cards.three, .steps { grid-template-columns: 1fr; }
  .vehicles { grid-template-columns: 1fr 1fr; }
  .fleet .fleet-map { order: 2; }
  .steps::before { display: none; }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .block { padding-top: 90px; }
  .cta-card { padding: 36px 26px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .nav { padding: 8px 8px 8px 14px; gap: 10px; }
  .nav .btn.ghost { display: none; }
  .brand-text small { font-size: 8.5px; letter-spacing: .14em; }
  /* A phone is too narrow for cards beside the phone: two small ones, over
     the map and clear of the readouts; the third stays for bigger screens. */
  .hero-visual { height: 640px; margin: 0 -16px; }
  .phone { top: 56%; transform: translate(-50%, -50%) scale(.84); }
  .float { padding: 9px 12px 9px 9px; gap: 9px; border-radius: 14px; }
  .float b { font-size: 13px; } .float small { font-size: 11.5px; }
  .fi { width: 30px; height: 30px; border-radius: 10px; } .fi svg { width: 16px; height: 16px; }
  .f1 { top: 2%; bottom: auto; left: 0; right: 0; margin: 0 auto; width: max-content; }
  .f2 { top: 36%; bottom: auto; right: 10px; left: auto; padding: 10px 12px; }
  .mini-gauge svg { width: 58px; height: 34px; } .mini-gauge b { font-size: 22px; }
  .f3 { display: none; }
  .dash-grid { grid-template-columns: repeat(2, 1fr); }
  .vehicles { grid-template-columns: 1fr; }
  .specs div { grid-template-columns: 1fr; gap: 4px; }
  .foot-links { margin-left: 0; }
  .btn.lg { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
