:root {
  --navy-950: #071f31;
  --navy-900: #0b2d46;
  --navy-800: #0d3a57;
  --navy-700: #14516c;
  --teal-500: #0db49f;
  --teal-400: #22ccb5;
  --teal-100: #dff8f3;
  --orange-500: #f07846;
  --ink: #102c3c;
  --muted: #617785;
  --line: #dfe9ed;
  --surface: #f5f9fa;
  --white: #fff;
  --shadow: 0 24px 70px rgba(8, 40, 57, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--navy-950); transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 22px; font-weight: 800; letter-spacing: -.6px; text-decoration: none; }
.brand > span > span { color: var(--teal-400); }
.brand img { flex: 0 0 auto; filter: drop-shadow(0 6px 12px rgba(0,0,0,.12)); }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 650; text-decoration: none; transition: color .2s; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; border-radius: 4px; background: var(--teal-400); content: ""; transform: scaleX(0); transition: transform .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: #fff; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switcher { display: inline-flex; padding: 3px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(255,255,255,.08); }
.language-switcher button { min-width: 35px; padding: 5px 7px; border: 0; border-radius: 7px; color: rgba(255,255,255,.62); background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.language-switcher button[aria-pressed="true"] { color: var(--navy-950); background: #fff; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border: 1px solid transparent; border-radius: 13px; font-size: 15px; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 39px; padding: 0 18px; border-radius: 10px; font-size: 13px; }
.button-outline { border-color: rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.06); }
.button-outline:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.12); }
.button-primary { color: #063548; background: var(--teal-400); box-shadow: 0 13px 28px rgba(5, 178, 156, .23); }
.button-primary:hover { background: #35dbc2; box-shadow: 0 16px 34px rgba(5, 178, 156, .3); }
.button-ghost { border-color: rgba(255,255,255,.22); color: #fff; background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.11); }
.button-dark { color: #fff; background: var(--navy-900); }
.button-dark:hover { background: var(--navy-800); box-shadow: 0 14px 30px rgba(7,31,49,.2); }
.button-light { min-width: 210px; color: var(--navy-900); background: #fff; box-shadow: 0 16px 38px rgba(1, 24, 35, .2); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 790px; overflow: hidden; padding: 155px 0 96px; color: #fff; background: linear-gradient(128deg, #071f31 0%, #0b324d 52%, #0a4259 100%); }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 52px 52px; content: ""; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero::after { position: absolute; right: -14%; bottom: -62%; width: 780px; height: 780px; border: 1px solid rgba(31,202,180,.16); border-radius: 50%; content: ""; box-shadow: 0 0 0 105px rgba(31,202,180,.025), 0 0 0 210px rgba(31,202,180,.018); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { top: 100px; left: -220px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(12,184,159,.12), transparent 70%); }
.hero-glow-two { right: 20%; bottom: -200px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(240,120,70,.08), transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 62px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 20px; color: var(--teal-400); font-size: 12px; font-weight: 800; letter-spacing: 1.7px; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span:first-child { width: 29px; height: 2px; border-radius: 5px; background: currentColor; }
.eyebrow-dark { color: #0a9f8d; }
.hero h1 { max-width: 610px; margin: 0 0 25px; font-size: clamp(48px, 5.3vw, 72px); font-weight: 760; letter-spacing: -3.8px; line-height: 1.02; }
.hero h1 em { color: var(--teal-400); font-style: normal; }
.hero-lead { max-width: 560px; margin: 0 0 34px; color: rgba(255,255,255,.7); font-size: 19px; line-height: 1.65; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 25px; margin: 42px 0 0; padding: 0; list-style: none; }
.hero-facts li { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 650; }
.fact-icon { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(37,211,187,.25); border-radius: 9px; color: var(--teal-400); background: rgba(22,194,171,.08); font-size: 8px; font-weight: 900; }
.fact-icon svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.product-scene { position: relative; min-width: 0; padding: 34px 0 42px; }
.dashboard-card { overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: #fff; box-shadow: 0 38px 90px rgba(0,13,23,.42); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.dashboard-topbar { height: 49px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border-bottom: 1px solid #e6eef0; color: var(--navy-900); background: #fff; }
.mini-brand { display: flex; align-items: center; gap: 7px; font-size: 10px; }
.dashboard-tools { display: flex; align-items: center; gap: 6px; }
.dashboard-tools > span:not(.avatar) { width: 5px; height: 5px; border-radius: 50%; background: #cad7dc; }
.avatar { display: grid; width: 24px; height: 24px; place-items: center; margin-left: 4px; border-radius: 8px; color: #fff; background: var(--navy-800); font-size: 8px; font-weight: 800; }
.dashboard-body { height: 410px; display: grid; grid-template-columns: 174px 1fr; }
.vehicle-panel { position: relative; z-index: 3; padding: 19px 10px; color: var(--ink); background: #fff; box-shadow: 8px 0 25px rgba(12,51,71,.07); }
.panel-label { margin: 0 8px 4px; color: #8a9aa3; font-size: 8px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.summary-row { display: flex; align-items: baseline; justify-content: space-between; margin: 0 8px 12px; }
.summary-row strong { color: var(--navy-900); font-size: 25px; }
.summary-row span { color: #11a893; font-size: 7px; font-weight: 800; }
.vehicle { display: grid; grid-template-columns: 9px 1fr 8px; align-items: center; gap: 7px; margin-bottom: 5px; padding: 10px 7px; border: 1px solid transparent; border-radius: 8px; }
.vehicle.active { border-color: #d9f0ed; background: #effaf8; }
.vehicle .state { width: 6px; height: 6px; border-radius: 50%; }
.state.moving { background: var(--teal-500); box-shadow: 0 0 0 3px rgba(13,180,159,.12); }
.state.stopped { background: var(--orange-500); box-shadow: 0 0 0 3px rgba(240,120,70,.12); }
.vehicle b, .vehicle small { display: block; white-space: nowrap; }
.vehicle b { color: #274554; font-size: 8px; }
.vehicle small { margin-top: 2px; color: #91a1a8; font-size: 6px; }
.vehicle > span { color: #a7b5bc; font-size: 12px; }
.map-panel { position: relative; overflow: hidden; background: #eaf2ef; }
.map-panel::before, .map-panel::after { position: absolute; border-radius: 50%; background: #dbece6; content: ""; }
.map-panel::before { top: -25px; right: -55px; width: 220px; height: 155px; }
.map-panel::after { bottom: -70px; left: 20px; width: 240px; height: 175px; }
.map-grid { position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(28deg, transparent 46%, #cfdfda 47%, #cfdfda 49%, transparent 50%), linear-gradient(118deg, transparent 45%, #cfdfda 46%, #cfdfda 48%, transparent 49%); background-size: 96px 92px, 115px 110px; }
.route-layer { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; overflow: visible; }
.road { fill: none; stroke: #fff; stroke-width: 6; stroke-linecap: round; }
.road-wide { stroke-width: 11; }
.trip-route { fill: none; stroke: var(--teal-500); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 2 7; }
.map-label { position: absolute; z-index: 3; color: #93a6a1; font-size: 7px; font-weight: 700; letter-spacing: .3px; transform: rotate(-15deg); }
.map-label-one { top: 48%; left: 19%; }
.map-label-two { top: 26%; right: 16%; transform: rotate(8deg); }
.map-label-three { bottom: 16%; right: 12%; transform: rotate(29deg); }
.map-marker { position: absolute; z-index: 5; filter: drop-shadow(0 5px 7px rgba(5,55,67,.25)); }
.map-marker span { display: grid; width: 31px; height: 31px; place-items: center; border: 3px solid #fff; border-radius: 50% 50% 50% 8px; color: #fff; background: var(--teal-500); transform: rotate(-45deg); }
.map-marker svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transform: rotate(45deg); }
.marker-one { top: 47%; left: 37%; }
.marker-two { top: 23%; right: 19%; transform: scale(.82); }
.marker-three { right: 31%; bottom: 15%; transform: scale(.82); }
.marker-three span { background: var(--orange-500); }
.map-controls { position: absolute; z-index: 5; top: 12px; right: 12px; overflow: hidden; border: 1px solid #d8e4e2; border-radius: 7px; background: #fff; box-shadow: 0 5px 14px rgba(10,46,59,.1); }
.map-controls button { display: block; width: 25px; height: 25px; padding: 0; border: 0; color: #45616c; background: #fff; font-weight: 700; line-height: 25px; }
.map-controls button + button { border-top: 1px solid #e5edeb; }
.vehicle-popup { position: absolute; z-index: 6; top: 33%; left: 45%; width: 155px; padding: 10px 11px; border: 1px solid #e1ebeb; border-radius: 9px; color: #284651; background: rgba(255,255,255,.96); box-shadow: 0 11px 24px rgba(8,43,54,.17); }
.popup-head { display: flex; align-items: center; gap: 5px; font-size: 7px; }
.popup-head b { flex: 1; }
.popup-head > span:last-child { color: #159986; font-weight: 800; }
.popup-head small { font-size: 5px; }
.pulse-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--teal-500); }
.vehicle-popup p { margin: 7px 0; color: #82949b; font-size: 6px; }
.vehicle-popup > div:last-child { display: flex; justify-content: space-between; padding-top: 6px; border-top: 1px solid #edf2f2; font-size: 6px; }
.vehicle-popup > div:last-child b { font-size: 7px; }
.vehicle-popup > div:last-child small { font-size: 5px; }
.floating-stat { position: absolute; z-index: 8; display: flex; align-items: center; gap: 10px; min-width: 152px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.5); border-radius: 13px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 17px 36px rgba(1,19,30,.2); backdrop-filter: blur(8px); }
.floating-stat-left { bottom: 0; left: -28px; }
.floating-stat-right { top: 4px; right: -21px; }
.stat-icon { display: grid; width: 31px; height: 31px; flex: 0 0 auto; place-items: center; border-radius: 9px; color: #0b9c8a; background: var(--teal-100); }
.stat-icon.alert { color: var(--orange-500); background: #fff0e9; }
.stat-icon svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.floating-stat small, .floating-stat strong { display: block; }
.floating-stat small { color: #8b9da5; font-size: 7px; }
.floating-stat strong { margin-top: 1px; color: #254555; font-size: 11px; }
.floating-stat strong span { font-size: 7px; }

.section { padding: 104px 0; }
.section-heading { max-width: 690px; margin: 0 auto 52px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section h2, .final-cta h2 { margin: 0; color: var(--navy-900); font-size: clamp(34px, 4vw, 50px); font-weight: 760; letter-spacing: -2px; line-height: 1.13; }
.section-heading > p { max-width: 590px; margin: 18px auto 0; color: var(--muted); font-size: 17px; }
.features { background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 236px; overflow: hidden; padding: 29px; border: 1px solid var(--line); border-radius: 19px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { border-color: #cce4e2; box-shadow: 0 20px 46px rgba(9,51,68,.09); transform: translateY(-4px); }
.feature-card.featured { color: #fff; border-color: var(--navy-900); background: linear-gradient(145deg, var(--navy-900), #0b4d63); }
.feature-icon { display: grid; width: 47px; height: 47px; place-items: center; margin-bottom: 22px; border-radius: 13px; color: var(--teal-500); background: var(--teal-100); }
.feature-card.featured .feature-icon { color: var(--teal-400); background: rgba(30,204,181,.13); }
.feature-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { position: relative; z-index: 2; margin: 0 0 8px; color: var(--navy-900); font-size: 19px; line-height: 1.25; }
.feature-card p { position: relative; z-index: 2; margin: 0; color: var(--muted); font-size: 14px; }
.feature-card.featured h3 { color: #fff; }
.feature-card.featured p { max-width: 80%; color: rgba(255,255,255,.65); }
.mini-map { position: absolute; right: -18px; bottom: -16px; width: 130px; height: 110px; border-radius: 55% 0 0 0; background: rgba(255,255,255,.055); }
.mini-map::before, .mini-map::after { position: absolute; background: rgba(255,255,255,.12); content: ""; transform: rotate(-28deg); }
.mini-map::before { top: 50px; left: 0; width: 160px; height: 5px; }
.mini-map::after { top: 34px; left: 48px; width: 5px; height: 100px; }
.mini-map span, .mini-map i, .mini-map b { position: absolute; z-index: 2; width: 10px; height: 10px; border: 3px solid rgba(255,255,255,.7); border-radius: 50%; background: var(--teal-400); }
.mini-map span { top: 35px; left: 29px; }.mini-map i { top: 65px; left: 73px; }.mini-map b { top: 28px; right: 12px; background: var(--orange-500); }

.steps { background: var(--surface); }
.steps-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 90px; }
.steps-copy { position: sticky; top: 36px; }
.steps-copy h2 { max-width: 430px; }
.steps-copy > p { max-width: 430px; margin: 19px 0 27px; color: var(--muted); font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: #068f7f; font-size: 14px; font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--navy-900); }
.step-list { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.step-list li { display: grid; grid-template-columns: 70px 1fr; gap: 26px; padding: 0 0 36px; }
.step-list li:not(:last-child) { margin-bottom: 27px; border-bottom: 1px solid #dbe6e8; }
.step-list > li > span { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 18px; color: #078f80; background: #dff4f1; font-size: 13px; font-weight: 900; letter-spacing: 1px; }
.step-list h3 { margin: 4px 0 8px; color: var(--navy-900); font-size: 21px; line-height: 1.3; }
.step-list p { margin: 0; color: var(--muted); font-size: 14px; }

.pricing { position: relative; overflow: hidden; color: #fff; background: var(--navy-950); }
.pricing::before { position: absolute; top: -240px; left: 42%; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(19,190,166,.13), transparent 68%); content: ""; }
.pricing-grid { position: relative; display: grid; grid-template-columns: 1fr 460px; align-items: center; gap: 100px; }
.pricing h2 { max-width: 580px; color: #fff; }
.pricing-copy > p { max-width: 570px; margin: 21px 0 28px; color: rgba(255,255,255,.63); font-size: 16px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.78); font-size: 13px; }
.check-list li > span:first-child { display: grid; width: 20px; height: 20px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #062f41; background: var(--teal-400); font-size: 10px; font-weight: 900; }
.price-card { padding: 36px; border: 1px solid rgba(255,255,255,.25); border-radius: 25px; color: var(--ink); background: #fff; box-shadow: 0 35px 80px rgba(0,12,21,.32); }
.price-card-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.price-badge { padding: 6px 10px; border-radius: 8px; color: #078b7c; background: var(--teal-100); font-size: 10px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.price-card-head p { margin: 0; color: var(--muted); font-size: 12px; }
.price-value { display: flex; align-items: baseline; gap: 8px; margin: 26px 0 22px; }
.price-value strong { color: var(--navy-900); font-size: 54px; letter-spacing: -3px; line-height: 1; }
.price-value span { color: var(--muted); font-size: 13px; }
.price-separator { height: 1px; margin-bottom: 20px; background: var(--line); }
.sms-price { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.sms-price strong { color: var(--navy-900); font-size: 18px; }
.price-note { margin: 11px 0 26px; color: #80919a; font-size: 11px; line-height: 1.55; }

.devices { background: #fff; }
.devices-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.device-visual { position: relative; height: 390px; overflow: hidden; border-radius: 28px; background: linear-gradient(145deg, #e6f7f3, #f3f7f8 60%, #e3edf1); }
.device-visual::before { position: absolute; right: -40px; bottom: -125px; width: 330px; height: 330px; border: 1px solid rgba(13,180,159,.18); border-radius: 50%; content: ""; box-shadow: 0 0 0 55px rgba(13,180,159,.035), 0 0 0 110px rgba(13,180,159,.025); }
.tracker { position: absolute; z-index: 4; top: 78px; left: 50%; width: 190px; height: 235px; padding: 35px 29px; border: 2px solid #223e4d; border-radius: 32px; color: #d9e4e7; background: linear-gradient(145deg, #203d4a, #0b2637); box-shadow: -25px 35px 65px rgba(6,34,46,.27), inset 0 1px 1px rgba(255,255,255,.18); transform: translateX(-50%) rotate(-6deg); }
.tracker::before { position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 23px; content: ""; }
.tracker-brand { position: relative; font-size: 36px; font-weight: 900; letter-spacing: -2px; }
.tracker-leds { position: relative; display: flex; gap: 13px; margin: 48px 0 16px; }
.tracker-leds i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal-400); box-shadow: 0 0 10px rgba(34,204,181,.8); }
.tracker-leds i:nth-child(2) { background: #72cc5b; box-shadow: 0 0 10px rgba(114,204,91,.8); }
.tracker-leds i:nth-child(3) { background: var(--orange-500); box-shadow: 0 0 10px rgba(240,120,70,.75); }
.tracker small { position: relative; color: #8198a2; font-size: 8px; font-weight: 800; letter-spacing: 3px; }
.signal { position: absolute; z-index: 2; top: 38px; left: 50%; border: 2px solid rgba(13,180,159,.24); border-bottom-color: transparent; border-left-color: transparent; border-radius: 50%; transform: translateX(-50%) rotate(-45deg); }
.signal-one { width: 150px; height: 150px; }.signal-two { top: 7px; width: 210px; height: 210px; }.signal-three { top: -25px; width: 274px; height: 274px; }
.device-pin { position: absolute; z-index: 6; right: 52px; bottom: 47px; display: grid; width: 65px; height: 65px; place-items: center; border: 1px solid #d7e7e5; border-radius: 19px; background: #fff; box-shadow: 0 17px 34px rgba(6,42,55,.14); transform: rotate(5deg); }
.devices-copy h2 { max-width: 590px; }
.devices-copy > p { max-width: 600px; margin: 21px 0 29px; color: var(--muted); font-size: 16px; }
.device-support-link { display: block; width: fit-content; margin-top: 17px; color: #087f70; font-size: 13px; font-weight: 750; text-decoration: none; }
.device-support-link:hover { color: var(--navy-900); text-decoration: underline; }

.final-cta { padding: 88px 0; color: #fff; background: linear-gradient(105deg, #0b827b, #087f91 55%, #0b5f7a); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.cta-kicker { display: block; margin-bottom: 10px; color: #a9fff0; font-size: 11px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.final-cta h2 { max-width: 690px; color: #fff; font-size: clamp(32px, 4vw, 47px); }
.final-cta p { max-width: 650px; margin: 15px 0 0; color: rgba(255,255,255,.7); }
.site-footer { padding: 31px 0; color: #8ba1ad; background: var(--navy-950); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-footer { font-size: 18px; }
.footer-contact, .footer-copy { font-size: 12px; }
.footer-contact a { color: #d5e5e9; text-decoration: none; }
.footer-contact a:hover { color: var(--teal-400); }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 1.12fr; gap: 35px; }
  .dashboard-body { grid-template-columns: 145px 1fr; }
  .vehicle-panel { padding-right: 7px; padding-left: 7px; }
  .pricing-grid { gap: 55px; }
  .devices-grid { gap: 65px; }
}

@media (max-width: 840px) {
  .container { width: min(100% - 36px, 680px); }
  .site-header { position: absolute; }
  .header-inner { min-height: 76px; }
  .button-outline { display: none; }
  .hero { padding: 128px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 660px; }
  .product-scene { width: min(100%, 650px); margin: 0 auto; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid, .pricing-grid, .devices-grid { grid-template-columns: 1fr; gap: 55px; }
  .steps-copy { position: static; }
  .price-card { width: min(100%, 500px); }
  .device-visual { width: min(100%, 560px); }
  .final-cta-inner { display: block; }
  .final-cta .button { margin-top: 30px; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 30px); }
  .header-inner { gap: 12px; }
  .brand { gap: 7px; font-size: 16px; letter-spacing: -.3px; }
  .brand img { width: 36px; height: 36px; }
  .header-actions { gap: 8px; }
  .language-switcher button { min-width: 32px; }
  .hero { min-height: 0; padding: 115px 0 68px; }
  .hero h1 { font-size: 45px; letter-spacing: -2.7px; }
  .hero-lead { font-size: 17px; }
  .hero-buttons { display: grid; }
  .hero-buttons .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 33px; }
  .product-scene { padding: 10px 0 46px; }
  .dashboard-card { transform: none; }
  .dashboard-body { height: 325px; grid-template-columns: 103px 1fr; }
  .vehicle-panel { padding: 13px 5px; }
  .panel-label, .summary-row { margin-right: 4px; margin-left: 4px; }
  .summary-row strong { font-size: 20px; }
  .summary-row span { display: none; }
  .vehicle { grid-template-columns: 7px 1fr; gap: 4px; padding: 8px 4px; }
  .vehicle > span, .vehicle small { display: none; }
  .vehicle b { overflow: hidden; font-size: 7px; text-overflow: ellipsis; }
  .vehicle-popup { top: 31%; left: 26%; width: 143px; }
  .floating-stat { min-width: 139px; }
  .floating-stat-left { left: 7px; }.floating-stat-right { top: -17px; right: 7px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 38px; }
  .section h2, .final-cta h2 { font-size: 35px; letter-spacing: -1.5px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 210px; }
  .step-list li { grid-template-columns: 54px 1fr; gap: 17px; }
  .step-list > li > span { width: 52px; height: 52px; border-radius: 15px; }
  .check-list { grid-template-columns: 1fr; }
  .price-card { padding: 28px 24px; }
  .price-value strong { font-size: 48px; }
  .device-visual { height: 345px; }
  .tracker { top: 61px; transform: translateX(-50%) rotate(-5deg) scale(.9); }
  .device-pin { right: 24px; bottom: 27px; }
  .final-cta { padding: 70px 0; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
