:root {
  --brand: #209cea;
  --brand-2: #0e75b4;
  --brand-3: #6bc5ff;
  --brand-soft: #eaf7ff;
  --brand-soft-2: #f3fbff;
  --ink: #091827;
  --ink-2: #26394d;
  --muted: #65778d;
  --line: #dceaf5;
  --white: #ffffff;
  --bg: #f7fbff;
  --green: #16b981;
  --orange: #ff9b36;
  --purple: #7c63ff;
  --pink: #f04e98;
  --red: #ef4444;
  --shadow-sm: 0 8px 24px rgba(13, 65, 105, .08);
  --shadow-md: 0 18px 50px rgba(13, 65, 105, .12);
  --shadow-lg: 0 30px 90px rgba(13, 65, 105, .17);
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1210px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(32, 156, 234, .16), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(255, 155, 54, .12), transparent 24rem),
    linear-gradient(180deg, #fff 0%, var(--bg) 35%, #fff 100%);
  line-height: 1.6;
  overflow-x: hidden;
}
body.locked { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
svg { width: 1em; height: 1em; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
#ic-star { stroke: none; fill: currentColor; }
#ic-google path { stroke: none; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.site-shell { min-height: 100vh; }

.top-strip {
  background: linear-gradient(90deg, var(--brand-2), var(--brand), #35b5ff);
  color: #fff;
  font-size: 13px;
  position: relative;
  z-index: 20;
}
.top-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 9px 0; }
.top-info { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.top-info a, .top-info span { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; opacity: .98; }
.top-login { font-weight: 800; text-decoration: none; white-space: nowrap; }

.main-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .82);
  border-bottom: 1px solid rgba(220,234,245,.8);
  backdrop-filter: blur(18px) saturate(160%);
  transition: box-shadow .25s ease, background .25s ease;
}
.main-header.is-scrolled { background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand img { width: 174px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.desktop-nav a { text-decoration: none; color: var(--ink-2); font-size: 14px; font-weight: 750; padding: 10px 13px; border-radius: 999px; transition: color .2s, background .2s; }
.desktop-nav a:hover { color: var(--brand-2); background: var(--brand-soft); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border: 0; border-radius: 999px; padding: 12px 18px;
  font-weight: 850; text-decoration: none; cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
  font-size: 14px;
  font-family: inherit;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: 0 16px 34px rgba(32,156,234,.28); }
.btn-primary:hover { box-shadow: 0 20px 45px rgba(32,156,234,.36); }
.btn-soft { color: var(--brand-2); background: var(--brand-soft); }
.btn-ghost { color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(13,65,105,.06); }
.btn-large { padding: 15px 24px; font-size: 15px; }
.menu-btn { display: none; width: 44px; height: 44px; border-radius: 14px; border: 1px solid var(--line); background: #fff; color: var(--brand); align-items: center; justify-content: center; cursor: pointer; font-size: 24px; }

.mobile-panel {
  position: fixed; inset: 0; background: rgba(8, 24, 39, .96); backdrop-filter: blur(18px); z-index: 200;
  display: none; align-items: center; justify-content: center; flex-direction: column; gap: 18px;
}
.mobile-panel.is-open { display: flex; }
.mobile-panel a { color: #fff; text-decoration: none; font-size: 26px; font-weight: 900; }
.mobile-login { background: var(--brand); padding: 12px 26px; border-radius: 999px; margin-top: 14px; }
.mobile-close { position: absolute; top: 24px; right: 24px; width: 48px; height: 48px; border-radius: 14px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); color: #fff; display: grid; place-items: center; font-size: 24px; cursor: pointer; }

.hero { position: relative; padding: 76px 0 68px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .55;
  background-image: linear-gradient(rgba(32,156,234,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(32,156,234,.07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 72%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(50px); opacity: .4; pointer-events: none; }
.hero-orb-a { width: 300px; height: 300px; background: var(--brand); top: 10%; right: 4%; }
.hero-orb-b { width: 250px; height: 250px; background: var(--orange); bottom: 2%; left: 8%; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 58px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--brand-2); font-size: 12px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 18px; }
.eyebrow span { width: 34px; height: 3px; border-radius: 99px; background: currentColor; }
h1, h2, h3 { line-height: 1.08; margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(42px, 6.2vw, 74px); max-width: 720px; }
h1 em { font-style: normal; color: var(--brand); position: relative; display: inline-block; }
h1 em::after { content: ""; position: absolute; left: 2px; right: 2px; bottom: .02em; height: .18em; background: rgba(255,155,54,.34); border-radius: 99px; z-index: -1; }
.hero-lead { color: var(--ink-2); font-size: 18.5px; max-width: 660px; margin: 22px 0 30px; }
.hero-actions-main { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.hero-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 34px; max-width: 600px; }
.hero-points div { background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 18px; padding: 16px 17px; box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.hero-points strong { display: block; color: var(--brand-2); font-size: 28px; line-height: 1; letter-spacing: -.04em; }
.hero-points span { display: block; color: var(--muted); font-weight: 750; font-size: 13px; margin-top: 5px; }

.hero-visual { position: relative; min-height: 570px; }
.live-card { position: relative; height: 100%; min-height: 520px; background: #fff; border: 1px solid var(--line); border-radius: 36px; box-shadow: var(--shadow-lg); overflow: hidden; }
.live-card-top { height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f8fcff); }
.live-card-top div { display: flex; align-items: center; gap: 9px; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 rgba(22,185,129,.6); animation: pulse 2s infinite; display: inline-block; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(22,185,129,.55); } 75% { box-shadow: 0 0 0 14px rgba(22,185,129,0); } 100% { box-shadow: 0 0 0 0 rgba(22,185,129,0); } }
.status-pill { font-size: 12px; font-weight: 900; color: #087b55; background: #e8fff6; padding: 7px 12px; border-radius: 999px; }
.map-mock { position: relative; height: 355px; background: radial-gradient(circle at 35% 30%, #fff 0%, #eaf7ff 52%, #dff1ff 100%); overflow: hidden; }
.map-mock::before { content:""; position: absolute; inset: 0; background-image: linear-gradient(rgba(32,156,234,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(32,156,234,.12) 1px, transparent 1px); background-size: 30px 30px; }
.map-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.route { fill: none; stroke-width: 7; stroke-linecap: round; stroke-dasharray: 14 14; animation: dash 28s linear infinite; opacity: .85; }
.route-main { stroke: var(--brand); }
.route-soft { stroke: rgba(124,99,255,.55); animation-duration: 38s; }
.route-green { stroke: rgba(22,185,129,.55); animation-duration: 32s; }
@keyframes dash { to { stroke-dashoffset: -600; } }
.pin { position: absolute; width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; color: #fff; box-shadow: 0 16px 35px rgba(0,0,0,.17); border: 4px solid #fff; animation: float 5s ease-in-out infinite; }
.pin svg { font-size: 24px; }
.pin::after { content: ""; position: absolute; inset: -13px; border-radius: 24px; border: 2px solid currentColor; opacity: .25; animation: pinPulse 2.2s infinite; }
@keyframes pinPulse { to { transform: scale(1.35); opacity: 0; } }
.pin-a { left: 22%; top: 50%; background: var(--brand); color: var(--brand); }
.pin-a svg { color: #fff; }
.pin-b { right: 18%; top: 26%; background: var(--orange); color: var(--orange); animation-delay: -1.2s; }
.pin-b svg { color: #fff; }
.pin-c { left: 48%; bottom: 17%; background: var(--green); color: var(--green); animation-delay: -2.1s; }
.pin-c svg { color: #fff; }
@keyframes float { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-10px);} }
.vehicle-bubble { position: absolute; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); border: 1px solid var(--line); border-radius: 16px; padding: 12px 14px; box-shadow: var(--shadow-sm); min-width: 170px; }
.vehicle-bubble strong { display: block; font-size: 14px; }
.vehicle-bubble span { color: var(--muted); font-weight: 700; font-size: 12px; }
.bubble-a { top: 11%; left: 8%; }
.bubble-b { bottom: 9%; right: 7%; }
.live-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 18px; }
.live-metrics div { border: 1px solid var(--line); background: var(--brand-soft-2); border-radius: 18px; padding: 16px; text-align: center; }
.live-metrics span { display: block; font-size: 30px; font-weight: 950; color: var(--brand-2); line-height: 1; }
.live-metrics small { display: block; color: var(--muted); font-weight: 800; margin-top: 5px; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); padding: 13px 16px; border-radius: 18px; box-shadow: var(--shadow-md); font-weight: 900; color: var(--ink-2); animation: float 6s ease-in-out infinite; }
.floating-note svg { color: var(--brand); font-size: 22px; }
.note-left { left: -20px; bottom: 74px; }
.note-right { right: -16px; top: 106px; animation-delay: -2s; }

.proof-strip { padding: 24px 0 46px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.proof-item { display: flex; align-items: center; gap: 12px; min-height: 86px; padding: 18px; background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-sm); }
.proof-item svg { flex: 0 0 auto; width: 30px; height: 30px; color: var(--brand); }
.proof-item span { color: var(--ink-2); font-weight: 850; font-size: 14px; line-height: 1.35; }

.section { padding: 96px 0; }
.section-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-head h2, .platform-copy h2, .reviews-intro h2, .contact-copy h2, .apps-band h2 { font-size: clamp(32px, 4.2vw, 54px); }
.section-head p:not(.eyebrow), .platform-copy > p, .reviews-intro > p, .contact-copy > p, .apps-band p { color: var(--muted); font-size: 17px; margin: 16px 0 0; }
.feature-layout { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(32,156,234,.45); }
.feature-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(32,156,234,.14), transparent 70%); right: -80px; top: -80px; }
.feature-card.tall { grid-row: span 2; }
.feature-card.wide { grid-column: span 2; }
.card-icon { width: 54px; height: 54px; border-radius: 17px; display: grid; place-items: center; color: #fff; font-size: 26px; margin-bottom: 22px; box-shadow: 0 12px 26px rgba(0,0,0,.12); }
.card-icon.blue { background: var(--brand); } .card-icon.green { background: var(--green); } .card-icon.orange { background: var(--orange); } .card-icon.purple { background: var(--purple); } .card-icon.pink { background: var(--pink); }
.feature-card h3 { font-size: 23px; margin-bottom: 10px; }
.feature-card p { color: var(--muted); margin: 0; }
.mini-timeline { margin-top: 28px; display: grid; gap: 10px; }
.mini-timeline span { height: 10px; border-radius: 999px; background: linear-gradient(90deg, var(--brand), transparent); opacity: .65; }
.mini-timeline span:nth-child(2) { width: 72%; background: linear-gradient(90deg, var(--green), transparent); }
.mini-timeline span:nth-child(3) { width: 86%; background: linear-gradient(90deg, var(--orange), transparent); }
.mini-timeline span:nth-child(4) { width: 54%; background: linear-gradient(90deg, var(--purple), transparent); }
.report-bars { display: flex; align-items: end; gap: 9px; height: 70px; margin-top: 24px; }
.report-bars i { flex: 1; border-radius: 10px 10px 0 0; background: linear-gradient(180deg, var(--brand-3), var(--brand)); }
.report-bars i:nth-child(1) { height: 44%; } .report-bars i:nth-child(2) { height: 70%; } .report-bars i:nth-child(3) { height: 55%; } .report-bars i:nth-child(4) { height: 92%; } .report-bars i:nth-child(5) { height: 64%; }

.platform-section { background: linear-gradient(180deg, transparent, #eef8ff, transparent); }
.platform-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 52px; align-items: center; }
.clean-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 13px; }
.clean-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-2); font-weight: 750; }
.clean-list svg { color: var(--green); margin-top: 4px; flex-shrink: 0; }
.platform-panel { background: #fff; border: 1px solid var(--line); border-radius: 32px; overflow: hidden; box-shadow: var(--shadow-lg); }
.panel-header { height: 64px; display: flex; align-items: center; gap: 8px; padding: 0 18px; background: linear-gradient(180deg, #fff, #f7fcff); border-bottom: 1px solid var(--line); }
.panel-header span { width: 11px; height: 11px; border-radius: 50%; background: #ff6b6b; }
.panel-header span:nth-child(2) { background: #ffc857; } .panel-header span:nth-child(3) { background: #36d399; }
.panel-header strong { margin-left: 10px; }
.panel-body { display: grid; grid-template-columns: 160px 1fr; min-height: 380px; }
.side-list { background: #f3f9fe; border-right: 1px solid var(--line); padding: 16px; display: grid; align-content: start; gap: 9px; }
.side-list button { border: 0; border-radius: 12px; background: transparent; padding: 12px; text-align: left; font-weight: 900; color: var(--muted); font-family: inherit; }
.side-list button.active { background: #fff; color: var(--brand-2); box-shadow: var(--shadow-sm); }
.dashboard-area { padding: 22px; display: grid; gap: 14px; align-content: start; }
.dash-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; }
.dash-row em { font-style: normal; font-weight: 900; font-size: 12px; padding: 6px 10px; border-radius: 999px; }
.dash-row em.green { background: #e8fff6; color: #087b55; } .dash-row em.blue { background: var(--brand-soft); color: var(--brand-2); } .dash-row em.orange { background: #fff5e8; color: #a95d00; }
.dash-chart { height: 130px; border-radius: 18px; background: linear-gradient(180deg, #f7fcff, #edf8ff); border: 1px solid var(--line); display: flex; align-items: end; gap: 10px; padding: 18px; }
.dash-chart span { flex: 1; background: linear-gradient(180deg, var(--brand-3), var(--brand)); border-radius: 10px 10px 4px 4px; }

.vehicle-section { padding-top: 72px; }
.vehicle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.vehicle-tile { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.vehicle-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.vehicle-tile svg { width: 42px; height: 42px; color: var(--brand); margin-bottom: 18px; }
.vehicle-tile h3 { font-size: 21px; margin-bottom: 8px; }
.vehicle-tile p { color: var(--muted); margin: 0; }

.pricing-section { background: #fff; }
.calculator { max-width: 840px; margin: 0 auto 34px; display: grid; grid-template-columns: 1fr 230px; gap: 26px; background: linear-gradient(135deg, #fff, var(--brand-soft-2)); border: 1px solid var(--line); border-radius: 28px; padding: 26px; box-shadow: var(--shadow-md); }
.calculator label { display: block; font-weight: 950; margin-bottom: 16px; }
.calculator input[type="range"] { width: 100%; accent-color: var(--brand); }
.range-row { display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; margin-top: 9px; }
.range-row strong { color: var(--brand-2); }
.calc-result { background: #fff; border: 1px dashed var(--brand); border-radius: 22px; padding: 18px; text-align: center; }
.calc-result small, .calc-result span { display: block; color: var(--muted); font-weight: 800; }
.calc-result strong { display: block; color: var(--brand-2); font-size: 42px; line-height: 1.05; letter-spacing: -.04em; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.plan-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.plan-card.featured { background: linear-gradient(160deg, #071828, #10324f); color: #fff; border: none; transform: translateY(-12px); box-shadow: 0 32px 90px rgba(9,24,39,.25); }
.plan-card.featured:hover { transform: translateY(-18px); }
.popular { position: absolute; top: 16px; right: 16px; background: var(--orange); color: #fff; padding: 7px 12px; border-radius: 999px; font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.plan-top span { display: block; color: var(--brand); font-size: 12px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 6px; }
.featured .plan-top span { color: #84d1ff; }
.plan-top strong { display: block; font-size: 24px; line-height: 1.15; }
.plan-price { margin: 26px 0 20px; font-weight: 950; font-size: 48px; letter-spacing: -.05em; }
.plan-price small { font-size: 24px; }
.plan-price span { display: block; color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: 0; margin-top: 4px; }
.featured .plan-price span { color: rgba(255,255,255,.65); }
.plan-card ul { padding: 0; margin: 0 0 26px; list-style: none; display: grid; gap: 12px; flex: 1; }
.plan-card li { display: flex; gap: 9px; color: var(--ink-2); font-weight: 750; font-size: 14px; }
.featured li { color: rgba(255,255,255,.84); }
.plan-card li svg { color: var(--green); margin-top: 4px; flex-shrink: 0; }
.plan-button { margin-top: auto; display: block; text-align: center; text-decoration: none; border-radius: 999px; padding: 14px 18px; background: var(--brand-soft); color: var(--brand-2); font-weight: 950; }
.featured .plan-button { background: var(--brand); color: #fff; }

.devices-section { background: linear-gradient(180deg, #f5fbff, #fff); }
.device-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.device-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.device-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.device-card img { aspect-ratio: 3/2; object-fit: contain; width: 100%; background: linear-gradient(135deg, #f4fbff, #e9f6ff); border-radius: 18px; margin-bottom: 16px; }
.device-card span { display: inline-block; background: var(--brand-soft); color: var(--brand-2); border-radius: 999px; padding: 6px 11px; font-size: 12px; font-weight: 950; }
.device-card h3 { font-size: 25px; margin: 12px 0 4px; }
.device-card p { color: var(--muted); margin: 0; font-weight: 800; }

.reviews-section { background: radial-gradient(circle at 20% 20%, rgba(32,156,234,.12), transparent 28rem), #fff; }
.reviews-grid-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.reviews-intro .btn { margin-top: 24px; }
.reviews-panel { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 32px; padding: 24px; box-shadow: var(--shadow-lg); overflow: hidden; }
.google-summary { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.google-summary svg { width: 44px; height: 44px; flex-shrink: 0; }
.google-summary strong { display: block; font-size: 20px; }
.google-summary span { color: var(--muted); font-weight: 750; }
.review-carousel { min-height: 230px; position: relative; margin-top: 20px; }
.review-card-js, .review-empty { background: linear-gradient(135deg, var(--brand-soft-2), #fff); border: 1px solid var(--line); border-radius: 24px; padding: 26px; min-height: 210px; display: flex; flex-direction: column; justify-content: center; }
.review-stars { color: #f6b500; letter-spacing: 2px; font-size: 18px; margin-bottom: 14px; }
.review-text { color: var(--ink-2); font-size: 16px; margin: 0 0 18px; }
.review-author { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-weight: 850; }
.review-empty strong { font-size: 22px; margin-bottom: 8px; }
.review-empty p { color: var(--muted); margin: 0; }
.carousel-controls { display: flex; gap: 9px; justify-content: flex-end; margin-top: 14px; }
.carousel-controls button { width: 40px; height: 40px; border: 1px solid var(--line); background: #fff; border-radius: 50%; font-size: 24px; line-height: 1; cursor: pointer; color: var(--brand-2); box-shadow: var(--shadow-sm); }

.apps-band { margin: 48px 0; }
.apps-grid { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; border-radius: 36px; padding: 52px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: center; box-shadow: var(--shadow-lg); }
.apps-band .eyebrow { color: #fff; }
.apps-band p { color: rgba(255,255,255,.86); }
.app-badges { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 12px; }
.app-badges a { display: block; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 16px; padding: 10px; transition: transform .25s, background .25s; }
.app-badges a:hover { transform: translateY(-4px); background: rgba(255,255,255,.2); }
.app-badges img { width: 100%; height: auto; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
.contact-cards { display: grid; gap: 12px; margin-top: 28px; }
.contact-cards a, .contact-cards div { display: flex; align-items: center; gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 18px; text-decoration: none; background: var(--brand-soft-2); }
.contact-cards svg { width: 28px; height: 28px; color: var(--brand); flex-shrink: 0; }
.contact-cards b { display: block; color: var(--ink); }
.contact-cards span { color: var(--muted); font-weight: 750; }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: 32px; padding: 30px; box-shadow: var(--shadow-lg); display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 8px; color: var(--ink-2); font-weight: 900; font-size: 14px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); background: #f8fcff; border-radius: 14px; padding: 14px 15px; font: inherit; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(32,156,234,.13); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form button { justify-self: start; }

.footer { background: #071828; color: rgba(255,255,255,.72); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 34px; }
.footer img { width: 170px; height: auto; filter: brightness(1.25); margin-bottom: 18px; }
.footer p { margin: 0; max-width: 430px; }
.footer h4 { color: #fff; margin: 0 0 16px; }
.footer a, .footer span { display: block; color: rgba(255,255,255,.72); text-decoration: none; margin: 8px 0; }
.footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; margin-top: 44px; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.16, 1, .3, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; } .delay-2 { transition-delay: .16s; } .delay-3 { transition-delay: .24s; } .delay-4 { transition-delay: .32s; } .delay-5 { transition-delay: .4s; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-btn { display: flex; }
  .header-actions .btn-soft { display: none; }
  .hero-grid, .platform-grid, .reviews-grid-wrap, .apps-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; max-width: 660px; margin: 0 auto; width: 100%; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-layout { grid-template-columns: repeat(2, 1fr); }
  .feature-card.tall, .feature-card.wide { grid-column: auto; grid-row: auto; }
  .vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .plan-card.featured { transform: none; }
  .plan-card.featured:hover { transform: translateY(-6px); }
}
@media (max-width: 820px) {
  .top-strip-inner { justify-content: center; }
  .top-login { display: none; }
  .brand img { width: 145px; }
  .header-inner { height: 70px; }
  .header-actions .btn-primary { display: none; }
  .hero { padding-top: 54px; }
  .hero-points, .proof-grid, .plans-grid, .device-grid, .footer-grid { grid-template-columns: 1fr; }
  .calculator { grid-template-columns: 1fr; }
  .apps-grid { padding: 34px 24px; border-radius: 26px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .note-left, .note-right { display: none; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 26px, var(--container)); }
  .top-info { justify-content: center; gap: 10px; }
  .top-info span { display: none; }
  h1 { font-size: clamp(36px, 12vw, 48px); }
  .hero-lead { font-size: 16px; }
  .hero-actions-main { align-items: stretch; }
  .hero-actions-main .btn { width: 100%; }
  .hero-visual { min-height: 470px; }
  .live-card { min-height: 455px; border-radius: 24px; }
  .map-mock { height: 300px; }
  .vehicle-bubble { display: none; }
  .live-metrics { grid-template-columns: 1fr 1fr 1fr; padding: 12px; gap: 8px; }
  .live-metrics div { padding: 10px 6px; }
  .live-metrics span { font-size: 22px; }
  .section { padding: 70px 0; }
  .feature-layout, .vehicle-grid { grid-template-columns: 1fr; }
  .section-head { margin-bottom: 34px; }
  .contact-form { padding: 22px; border-radius: 24px; }
  .app-badges { grid-template-columns: 1fr; }
}

/* ===== v2: Why section replacing reviews ===== */
.why-section {
  background:
    radial-gradient(circle at 16% 24%, rgba(32, 156, 234, .16), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(255, 155, 54, .14), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}
.why-grid-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 44px;
  align-items: center;
}
.why-copy h2 {
  font-size: clamp(32px, 4.2vw, 54px);
}
.why-copy > p {
  color: var(--muted);
  font-size: 17px;
  margin: 16px 0 0;
}
.why-highlight {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(32, 156, 234, .22);
  border-radius: 24px;
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}
.why-highlight strong {
  display: block;
  color: var(--brand-2);
  font-size: 22px;
  margin-bottom: 7px;
}
.why-highlight span {
  color: var(--ink-2);
  font-weight: 750;
}
.why-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.why-card {
  min-height: 255px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.why-card::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -76px;
  top: -76px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 156, 234, .16), transparent 70%);
}
.why-card:nth-child(2)::before { background: radial-gradient(circle, rgba(255, 155, 54, .18), transparent 70%); }
.why-card:nth-child(3)::before { background: radial-gradient(circle, rgba(22, 185, 129, .16), transparent 70%); }
.why-card:nth-child(4)::before { background: radial-gradient(circle, rgba(124, 99, 255, .16), transparent 70%); }
.why-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
  border-color: rgba(32, 156, 234, .36);
}
.why-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #fff;
  background: var(--brand);
  font-weight: 950;
  margin-bottom: 20px;
  box-shadow: 0 12px 26px rgba(32, 156, 234, .24);
}
.why-card:nth-child(2) span { background: var(--orange); box-shadow: 0 12px 26px rgba(255, 155, 54, .24); }
.why-card:nth-child(3) span { background: var(--green); box-shadow: 0 12px 26px rgba(22, 185, 129, .22); }
.why-card:nth-child(4) span { background: var(--purple); box-shadow: 0 12px 26px rgba(124, 99, 255, .22); }
.why-card h3 {
  font-size: 23px;
  margin-bottom: 10px;
}
.why-card p {
  color: var(--muted);
  margin: 0;
  font-weight: 700;
  line-height: 1.62;
}

/* ===== v2: Full footer based on the old website content ===== */
.footer {
  background:
    radial-gradient(circle at 16% 10%, rgba(32, 156, 234, .23), transparent 28rem),
    radial-gradient(circle at 85% 80%, rgba(124, 99, 255, .16), transparent 24rem),
    linear-gradient(135deg, #061522 0%, #0b2135 100%);
  color: rgba(255,255,255,.74);
  padding: 76px 0 26px;
}
.footer-grid-full {
  display: grid;
  grid-template-columns: 1.35fr 1fr .95fr .85fr 1.25fr;
  gap: 30px;
  align-items: start;
}
.footer-logo {
  display: block;
  width: min(260px, 100%);
  height: auto;
  filter: none;
  margin: 0 0 20px;
}
.footer-brand-block p {
  margin: 0;
  max-width: 410px;
  line-height: 1.7;
}
.footer-col h4,
.footer-apps-block h4 {
  color: #fff;
  font-size: 15px;
  margin: 0 0 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-col h4::after,
.footer-apps-block h4::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: var(--brand);
}
.footer-col a,
.footer-col span {
  display: block;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  margin: 10px 0;
  line-height: 1.45;
  font-weight: 650;
}
.footer-col a:hover {
  color: #fff;
  transform: translateX(3px);
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  margin: 0;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.footer-social a:hover {
  transform: translateY(-4px);
  background: var(--brand);
  border-color: var(--brand);
}
.footer-apps-block {
  display: grid;
  gap: 10px;
}
.footer-apps-block a {
  display: block;
  margin: 0;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 15px;
  background: rgba(255,255,255,.07);
  transition: transform .25s ease, background .25s ease;
}
.footer-apps-block a:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.12);
}
.footer-apps-block img {
  display: block;
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0;
  filter: none;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
  margin-top: 50px;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .why-grid-wrap { grid-template-columns: 1fr; }
  .footer-grid-full { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .why-cards { grid-template-columns: 1fr; }
  .why-card { min-height: auto; }
  .footer-grid-full { grid-template-columns: 1fr; }
  .footer-apps-block img { max-width: 235px; }
}
