@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --navy-950: #071b2e;
  --navy-900: #0a2742;
  --navy-800: #123b5c;
  --blue-700: #0875b8;
  --blue-600: #0d8dcc;
  --blue-100: #dff3fb;
  --cyan-500: #18b8cf;
  --green-500: #19b77b;
  --slate-900: #17212b;
  --slate-700: #455363;
  --slate-600: #647180;
  --slate-300: #d7e0e7;
  --slate-200: #e7edf1;
  --slate-100: #f3f6f8;
  --white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(7, 27, 46, 0.08);
  --shadow-lg: 0 26px 70px rgba(7, 27, 46, 0.16);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--slate-900);
  background: var(--white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(215, 224, 231, 0.8);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 38px; }
.brand { flex: 0 0 auto; }
.brand img { width: 214px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { color: var(--slate-700); font-size: 14px; font-weight: 600; transition: color 160ms ease; }
.desktop-nav a:hover { color: var(--blue-700); }
.new-badge { margin-left: 4px; padding: 3px 7px; border-radius: 999px; background: #dbf7ed; color: #087451; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.header-login { min-width: 98px; padding: 10px 18px; border: 1px solid var(--blue-700); border-radius: 10px; color: var(--blue-700); text-align: center; font-size: 14px; font-weight: 700; transition: 160ms ease; }
.header-login:hover { color: var(--white); background: var(--blue-700); }
.pwa-header-button { display: inline-flex; min-height: 40px; align-items: center; gap: 7px; padding: 9px 12px; border: 0; border-radius: 10px; color: var(--navy-900); background: var(--slate-100); font-size: 12px; font-weight: 700; cursor: pointer; }
.pwa-header-button:hover { color: var(--blue-700); background: var(--blue-100); }
.pwa-header-button svg { width: 17px; height: 17px; }
.pwa-header-button[hidden], .mobile-install[hidden] { display: none !important; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; align-items: center; justify-content: center; border: 0; border-radius: 10px; color: var(--navy-900); background: var(--slate-100); cursor: pointer; }
.menu-toggle svg { width: 23px; }
.mobile-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 14px 24px 24px; background: var(--white); border-bottom: 1px solid var(--slate-200); box-shadow: var(--shadow-sm); }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 13px 6px; border-bottom: 1px solid var(--slate-100); color: var(--slate-700); font-weight: 600; }
.mobile-nav .mobile-login { justify-content: center; margin-top: 12px; border: 0; border-radius: 10px; color: var(--white); background: var(--blue-700); }
.mobile-install { display: flex; width: 100%; align-items: center; gap: 8px; padding: 13px 6px; border: 0; border-bottom: 1px solid var(--slate-100); color: var(--blue-700); background: transparent; font-weight: 700; text-align: left; cursor: pointer; }
.mobile-install svg { width: 18px; }

.hero { position: relative; min-height: calc(100vh - 82px); overflow: hidden; background: linear-gradient(110deg, #f6fafc 0%, #eef7fb 55%, #f8fbfd 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(10,39,66,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(10,39,66,.04) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 65%); }
.hero-decoration { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-decoration-one { width: 420px; height: 420px; right: -120px; top: -170px; background: rgba(24, 184, 207, .09); }
.hero-decoration-two { width: 300px; height: 300px; left: 42%; bottom: -220px; background: rgba(8, 117, 184, .08); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .75fr); gap: 76px; align-items: center; min-height: calc(100vh - 82px); padding-block: 66px; }
.hero-content { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--blue-700); font-size: 13px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--cyan-500); }
.hero h1 { max-width: 680px; margin: 0; color: var(--navy-950); font-size: clamp(42px, 4.4vw, 66px); font-weight: 600; line-height: 1.08; letter-spacing: -.045em; }
.hero h1 strong { color: var(--blue-700); font-weight: 800; }
.hero-copy { max-width: 650px; margin: 25px 0 0; color: var(--slate-600); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 0; border-radius: 10px; font-size: 14px; font-weight: 700; line-height: 1.2; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-primary { color: var(--white); background: var(--blue-700); box-shadow: 0 10px 24px rgba(8,117,184,.22); }
.button-primary:hover { background: #066ba8; box-shadow: 0 14px 30px rgba(8,117,184,.28); }
.button-secondary { color: var(--navy-900); background: var(--white); border: 1px solid var(--slate-300); }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--slate-700); font-size: 13px; font-weight: 600; }
.hero-benefits li { display: flex; align-items: center; gap: 7px; }
.hero-benefits svg { width: 17px; height: 17px; color: var(--green-500); }
.fleet-visual { width: 620px; max-width: 92%; height: 96px; margin-top: 25px; overflow: hidden; opacity: .88; mask-image: linear-gradient(to right, transparent, black 9%, black 91%, transparent); }
.fleet-visual img { width: 100%; height: auto; margin-top: -75px; mix-blend-mode: multiply; }

.login-card { position: relative; scroll-margin-top: 108px; padding: 34px; border: 1px solid rgba(215, 224, 231, .9); border-radius: var(--radius-lg); background: rgba(255,255,255,.96); box-shadow: var(--shadow-lg); }
.login-card::before { content: ""; position: absolute; top: 0; left: 34px; right: 34px; height: 3px; border-radius: 0 0 6px 6px; background: linear-gradient(90deg, var(--blue-700), var(--cyan-500)); }
.login-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.login-icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 14px; background: var(--blue-100); }
.login-icon img { width: 32px; height: auto; }
.login-heading span { display: block; margin-bottom: 2px; color: var(--blue-700); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.login-heading h2 { margin: 0; color: var(--navy-950); font-size: 24px; line-height: 1.25; }
.field-group + .field-group { margin-top: 18px; }
.field-group label { display: block; margin-bottom: 7px; color: var(--slate-700); font-size: 13px; font-weight: 700; }
.input-wrap { position: relative; }
.input-wrap > svg { position: absolute; top: 50%; left: 14px; width: 19px; height: 19px; color: #7b8a98; transform: translateY(-50%); pointer-events: none; }
.input-wrap input { width: 100%; height: 50px; padding: 0 47px 0 44px; border: 1px solid var(--slate-300); border-radius: 10px; outline: 0; color: var(--navy-950); background: var(--white); transition: border 160ms ease, box-shadow 160ms ease; }
.input-wrap input::placeholder { color: #98a4ae; }
.input-wrap input:focus { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(13,141,204,.11); }
.password-toggle { position: absolute; top: 50%; right: 8px; display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 8px; color: #7b8a98; background: transparent; transform: translateY(-50%); cursor: pointer; }
.password-toggle:hover { color: var(--blue-700); background: var(--slate-100); }
.password-toggle svg { width: 19px; height: 19px; }
.login-options { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 16px 0 22px; font-size: 12px; }
.remember { display: flex; align-items: center; gap: 7px; color: var(--slate-700); cursor: pointer; }
.remember input { width: 16px; height: 16px; margin: 0; accent-color: var(--blue-700); }
.login-options a { color: var(--blue-700); font-weight: 700; }
.login-options a:hover { text-decoration: underline; }
.button-login { width: 100%; min-height: 52px; color: var(--white); background: var(--navy-900); box-shadow: 0 10px 24px rgba(10,39,66,.18); }
.button-login:hover { background: var(--blue-700); }
.login-footer { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--slate-200); color: var(--slate-600); font-size: 11px; }
.login-footer svg { width: 15px; height: 15px; color: var(--green-500); }

.trust-strip { position: relative; z-index: 2; color: var(--white); background: var(--navy-900); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; min-height: 110px; flex-direction: column; justify-content: center; padding: 20px 26px; border-left: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid strong { font-size: 20px; line-height: 1.2; }
.trust-grid span { margin-top: 5px; color: #b9cbd9; font-size: 12px; }

.section { padding: 108px 0; }
.section-heading { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.section-kicker { display: block; margin-bottom: 12px; color: var(--blue-700); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section h2 { margin: 0; color: var(--navy-950); font-size: clamp(32px, 3vw, 46px); line-height: 1.15; letter-spacing: -.035em; }
.section-heading p, .operation-copy > p { margin: 18px auto 0; color: var(--slate-600); font-size: 17px; }
.solutions { background: var(--white); }
.solutions-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.solution-card { min-height: 292px; padding: 30px 26px; border: 1px solid var(--slate-200); border-radius: var(--radius-md); background: var(--white); transition: transform 180ms ease, box-shadow 180ms ease, border 180ms ease; }
.solution-card:hover { transform: translateY(-5px); border-color: #bfdbe8; box-shadow: var(--shadow-sm); }
.card-icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin-bottom: 24px; border-radius: 13px; color: var(--blue-700); background: var(--blue-100); }
.card-icon svg { width: 23px; }
.solution-card h3 { margin: 0; color: var(--navy-950); font-size: 18px; line-height: 1.35; }
.solution-card p { margin: 14px 0 0; color: var(--slate-600); font-size: 14px; }
.featured-card { color: var(--white); border-color: var(--navy-900); background: var(--navy-900); }
.featured-card h3, .featured-card p { color: var(--white); }
.featured-card p { color: #c7d5df; }
.featured-card .card-icon { color: var(--white); background: rgba(255,255,255,.1); }
.card-link { display: flex; align-items: center; gap: 7px; margin-top: 22px; color: #70d3e3; font-size: 12px; font-weight: 700; }
.card-link svg { width: 15px; }

.operation { background: var(--slate-100); }
.operation-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; }
.operation-copy h2 { max-width: 520px; }
.steps { margin: 38px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 46px 1fr; gap: 17px; padding: 18px 0; border-top: 1px solid var(--slate-300); }
.steps li:last-child { border-bottom: 1px solid var(--slate-300); }
.steps > li > span { color: var(--blue-700); font-size: 12px; font-weight: 800; letter-spacing: .05em; }
.steps strong { display: block; color: var(--navy-950); font-size: 15px; }
.steps p { margin: 3px 0 0; color: var(--slate-600); font-size: 13px; }
.dashboard-mockup { overflow: hidden; border: 1px solid #c9d6df; border-radius: 22px; background: var(--white); box-shadow: var(--shadow-lg); transform: perspective(1100px) rotateY(-2deg) rotateX(1deg); }
.mockup-topbar { display: flex; min-height: 64px; align-items: center; justify-content: space-between; padding: 13px 18px; border-bottom: 1px solid var(--slate-200); }
.mockup-brand { display: flex; align-items: center; gap: 10px; color: var(--navy-950); font-size: 12px; font-weight: 700; }
.mockup-brand img { width: 28px; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; color: #087451; background: #e1f8ef; font-size: 10px; font-weight: 700; }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-500); }
.mockup-body { display: grid; grid-template-columns: 58px 1fr; min-height: 430px; }
.mockup-sidebar { display: flex; flex-direction: column; align-items: center; gap: 13px; padding-top: 18px; border-right: 1px solid var(--slate-200); background: #fbfcfd; }
.mockup-sidebar span { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 9px; color: #81909e; }
.mockup-sidebar span.active { color: var(--white); background: var(--blue-700); }
.mockup-sidebar svg { width: 16px; }
.map-canvas { position: relative; overflow: hidden; background: #e9f0ed; background-image: linear-gradient(28deg, transparent 48%, rgba(255,255,255,.75) 49%, rgba(255,255,255,.75) 52%, transparent 53%), linear-gradient(135deg, transparent 42%, rgba(255,255,255,.55) 43%, rgba(255,255,255,.55) 45%, transparent 46%); background-size: 230px 210px, 190px 220px; }
.map-canvas::before, .map-canvas::after { content: ""; position: absolute; border: 2px solid rgba(8,117,184,.16); border-radius: 50%; }
.map-canvas::before { width: 220px; height: 220px; right: -60px; top: -55px; }
.map-canvas::after { width: 120px; height: 120px; left: 31%; bottom: -45px; }
.map-road { position: absolute; height: 5px; border-radius: 999px; background: rgba(255,255,255,.8); transform-origin: left center; }
.road-one { width: 420px; left: 8%; top: 29%; transform: rotate(28deg); }
.road-two { width: 360px; left: 16%; bottom: 25%; transform: rotate(-20deg); }
.road-three { width: 310px; right: -10%; top: 50%; transform: rotate(82deg); }
.map-pin { position: absolute; display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 4px solid var(--white); border-radius: 50% 50% 50% 8px; color: var(--white); background: var(--blue-700); box-shadow: 0 5px 14px rgba(7,27,46,.22); transform: rotate(-45deg); }
.map-pin svg { width: 16px; transform: rotate(45deg); }
.pin-one { left: 26%; top: 29%; }
.pin-two { right: 22%; top: 21%; background: var(--navy-900); }
.pin-three { right: 32%; bottom: 20%; background: var(--green-500); }
.fleet-card { position: absolute; left: 18px; bottom: 18px; width: 180px; padding: 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(8px); }
.fleet-card > span { color: var(--slate-600); font-size: 10px; }
.fleet-card strong { display: block; margin: 4px 0; color: var(--navy-950); font-size: 28px; }
.fleet-card small { color: var(--slate-600); font-size: 10px; font-weight: 600; }
.fleet-card div { display: flex; align-items: center; gap: 6px; color: var(--slate-700); font-size: 9px; }
.fleet-card div i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-500); }

.intelligence { position: relative; overflow: hidden; background: var(--white); }
.intelligence::before { content: ""; position: absolute; top: 80px; left: -170px; width: 380px; height: 380px; border-radius: 50%; background: rgba(110, 70, 242, .055); filter: blur(2px); }
.intelligence-heading { max-width: 820px; }
.report-showcase { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr); gap: 22px; align-items: stretch; }
.report-panel, .maria-panel { overflow: hidden; border: 1px solid var(--slate-200); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-sm); }
.window-bar { display: flex; min-height: 52px; align-items: center; gap: 14px; padding: 10px 15px; border-bottom: 1px solid var(--slate-200); color: var(--slate-700); background: #fbfcfd; font-size: 11px; font-weight: 700; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #cbd5dc; }
.window-dots i:first-child { background: #f59c9c; }
.window-dots i:nth-child(2) { background: #f4c86d; }
.window-dots i:nth-child(3) { background: #76cfa6; }
.media-zoom { border: 0; cursor: pointer; }
.window-bar .media-zoom { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; padding: 7px 9px; border-radius: 8px; color: var(--blue-700); background: var(--blue-100); font-size: 10px; font-weight: 700; }
.window-bar .media-zoom svg { width: 13px; height: 13px; }
.report-image-button { display: block; width: 100%; padding: 0; background: #eef2f5; }
.report-image-button img { width: 100%; aspect-ratio: 1.64 / 1; object-fit: cover; object-position: top left; transition: transform 280ms ease; }
.report-image-button:hover img { transform: scale(1.012); }
.report-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-top: 1px solid var(--slate-200); background: var(--slate-200); }
.report-features span { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 54px; padding: 10px; color: var(--slate-700); background: var(--white); font-size: 10px; font-weight: 700; text-align: center; }
.report-features svg { width: 15px; height: 15px; color: var(--blue-700); }
.maria-panel { position: relative; display: flex; min-height: 100%; flex-direction: column; padding: 22px; border-color: #ded6fc; background: linear-gradient(155deg, #ffffff 0%, #fbfaff 55%, #f4f0ff 100%); }
.maria-panel::before { content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 3px; border-radius: 0 0 6px 6px; background: linear-gradient(90deg, #6d37e8, #9f4df2); }
.maria-glow { position: absolute; top: -80px; right: -70px; width: 220px; height: 220px; border-radius: 50%; background: rgba(119, 65, 232, .09); }
.maria-title { position: relative; display: flex; align-items: center; gap: 10px; margin-bottom: 17px; }
.maria-avatar { display: flex; width: 39px; height: 39px; align-items: center; justify-content: center; border-radius: 11px; color: var(--white); background: linear-gradient(145deg, #7445f0, #5724d7); box-shadow: 0 8px 20px rgba(109,55,232,.22); }
.maria-avatar svg { width: 20px; }
.maria-title strong { display: block; color: var(--navy-950); font-size: 17px; line-height: 1.15; }
.maria-title strong span { color: #6d37e8; }
.maria-title small { display: block; margin-top: 2px; color: var(--slate-600); font-size: 9px; }
.ai-chip { display: inline-flex; align-items: center; gap: 4px; margin-left: auto; padding: 5px 7px; border: 1px solid #ded6fc; border-radius: 999px; color: #6d37e8; background: #f5f1ff; font-size: 9px; font-weight: 800; }
.ai-chip svg { width: 11px; height: 11px; }
.maria-image { position: relative; display: block; width: 100%; max-height: 420px; overflow: hidden; padding: 0; border: 1px solid #e5e0f6; border-radius: 14px; background: var(--white); }
.maria-image img { width: 100%; height: 420px; object-fit: cover; object-position: top; transition: transform 280ms ease; }
.maria-image::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 56px; background: linear-gradient(transparent, rgba(255,255,255,.96)); pointer-events: none; }
.maria-image:hover img { transform: scale(1.015); }
.maria-summary { position: relative; margin-top: auto; padding-top: 18px; }
.maria-summary span { color: #6d37e8; font-size: 10px; font-weight: 800; }
.maria-summary p { margin: 6px 0 0; color: var(--slate-600); font-size: 12px; line-height: 1.55; }

.geofence { position: relative; overflow: hidden; padding: 105px 0; color: var(--white); background: linear-gradient(120deg, #09223a, #0a3453); }
.geofence::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, transparent, black 55%); }
.geofence-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 82px; align-items: center; }
.light-kicker { color: #70d3e3; }
.geofence h2 { margin: 0; font-size: clamp(34px, 3.5vw, 50px); line-height: 1.14; letter-spacing: -.04em; }
.geofence-copy > p { max-width: 570px; margin: 22px 0 0; color: #bfd0dc; font-size: 16px; }
.geofence-events { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 31px; }
.geofence-events > div { display: flex; align-items: center; gap: 11px; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.055); }
.geofence-events > div > svg { width: 21px; color: #70d3e3; }
.geofence-events span { color: #aebfcb; font-size: 10px; }
.geofence-events strong { display: block; color: var(--white); font-size: 12px; }
.fence-map { position: relative; min-height: 440px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: #dbe9e7; box-shadow: 0 34px 70px rgba(0,0,0,.24); }
.fence-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(28deg, transparent 48%, rgba(255,255,255,.9) 49%, rgba(255,255,255,.9) 52%, transparent 53%), linear-gradient(135deg, transparent 42%, rgba(255,255,255,.72) 43%, rgba(255,255,255,.72) 46%, transparent 47%); background-size: 250px 220px, 210px 240px; }
.map-grid-lines { position: absolute; inset: 0; opacity: .5; background: radial-gradient(circle at 30% 35%, rgba(44,125,112,.18) 0 3px, transparent 4px), radial-gradient(circle at 73% 72%, rgba(44,125,112,.15) 0 4px, transparent 5px); background-size: 110px 100px, 150px 130px; }
.fence-area { position: absolute; top: 19%; left: 18%; width: 52%; height: 56%; border: 3px dashed #0b8dba; border-radius: 44% 56% 51% 49% / 38% 40% 60% 62%; background: rgba(13,141,204,.16); box-shadow: inset 0 0 45px rgba(13,141,204,.12); }
.fence-label { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 9px; color: var(--navy-900); background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); font-size: 10px; font-weight: 800; transform: translate(-50%, -50%); white-space: nowrap; }
.fence-label svg { width: 15px; color: var(--blue-700); }
.fence-node { position: absolute; width: 10px; height: 10px; border: 2px solid var(--white); border-radius: 50%; background: var(--blue-700); box-shadow: 0 2px 5px rgba(0,0,0,.2); }
.node-one { top: 5%; left: 15%; }.node-two { top: 18%; right: 7%; }.node-three { right: 8%; bottom: 8%; }.node-four { left: 12%; bottom: 3%; }
.vehicle-marker { position: absolute; top: 41%; right: 17%; z-index: 3; display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border: 5px solid var(--white); border-radius: 50%; color: var(--white); background: #ef6e48; box-shadow: 0 7px 18px rgba(7,27,46,.3); }
.vehicle-marker svg { width: 20px; }
.motion-path { position: absolute; top: 52%; right: 13%; width: 30%; height: 3px; border-top: 3px dashed rgba(239,110,72,.65); transform: rotate(-23deg); transform-origin: right; }
.fence-alert { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.8); border-radius: 12px; color: var(--slate-700); background: rgba(255,255,255,.94); box-shadow: 0 12px 28px rgba(7,27,46,.17); backdrop-filter: blur(8px); }
.fence-alert > svg { width: 18px; color: var(--blue-700); }
.fence-alert span { font-size: 9px; line-height: 1.35; }
.fence-alert strong { display: block; color: var(--navy-950); font-size: 11px; }
.alert-entry { top: 18px; right: 18px; }.alert-exit { left: 18px; bottom: 18px; }

.telegram { overflow: hidden; background: #f5f9fc; }
.telegram-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; align-items: center; }
.telegram-media { position: relative; min-height: 420px; }
.telegram-ring { position: absolute; top: 50%; left: 50%; width: 390px; height: 390px; border: 1px solid rgba(34,158,217,.16); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 55px rgba(34,158,217,.04), 0 0 0 110px rgba(34,158,217,.025); }
.telegram-card { position: absolute; top: 50%; left: 50%; width: min(100%, 430px); overflow: hidden; border: 1px solid #d8e5ed; border-radius: 23px; background: var(--white); box-shadow: var(--shadow-lg); transform: translate(-50%, -50%) rotate(-2deg); }
.telegram-card-bar { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; color: var(--navy-900); background: #edf7fc; font-size: 11px; font-weight: 800; }
.telegram-card-bar span { display: flex; align-items: center; gap: 7px; }
.telegram-card-bar svg { width: 16px; color: #229ed9; fill: rgba(34,158,217,.1); }
.online-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 4px rgba(25,183,123,.11); }
.telegram-card img { width: 100%; }
.telegram-copy h2 { margin: 0; color: var(--navy-950); font-size: clamp(34px, 3.5vw, 48px); line-height: 1.15; letter-spacing: -.04em; }
.telegram-copy > p { max-width: 620px; margin: 20px 0 0; color: var(--slate-600); font-size: 16px; }
.command-demo { max-width: 520px; margin-top: 28px; padding: 16px; border: 1px solid #dbe7ee; border-radius: 17px; background: var(--white); box-shadow: var(--shadow-sm); }
.command-message { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.command-message code { padding: 7px 12px; border-radius: 12px 12px 3px 12px; color: var(--white); background: #229ed9; font: 700 13px Inter, sans-serif; }
.command-message span, .response-time { color: #91a0ac; font-size: 8px; }
.bot-response { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; padding: 11px 13px; border-radius: 3px 12px 12px 12px; background: #edf7fc; }
.bot-response > div { display: flex; align-items: center; gap: 9px; }
.bot-response svg { width: 18px; color: #229ed9; }
.bot-response span { color: var(--slate-600); font-size: 9px; }
.bot-response strong { display: block; color: var(--navy-950); font-size: 11px; }
.telegram-benefits { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--slate-700); font-size: 12px; font-weight: 700; }
.telegram-benefits li { display: flex; align-items: center; gap: 7px; }
.telegram-benefits svg { width: 16px; color: #229ed9; }
.telegram-benefits code { color: #157aa9; font-weight: 800; }

.monitag { position: relative; overflow: hidden; padding: 100px 0; color: var(--white); background: var(--navy-950); }
.monitag::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 50%, rgba(24,184,207,.13), transparent 30%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 42px 42px, 42px 42px; }
.monitag-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.tag-product { position: relative; min-height: 360px; }
.tag-device { position: absolute; top: 50%; left: 50%; display: flex; width: 172px; height: 172px; align-items: center; justify-content: center; border: 1px solid rgba(112,211,227,.3); border-radius: 42px; background: linear-gradient(145deg, #25374a, #0c1723); box-shadow: 0 30px 70px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.12), 0 0 55px rgba(24,184,207,.12); transform: translate(-50%, -50%) rotate(-8deg); }
.tag-device img { width: 90px; image-rendering: auto; }
.tag-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(112,211,227,.22); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 260px; height: 260px; }
.orbit-two { width: 360px; height: 360px; opacity: .55; }
.monitag-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 7px 11px; border: 1px solid rgba(78,222,163,.23); border-radius: 999px; color: #6ffbbe; background: rgba(78,222,163,.08); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.monitag-label svg { width: 15px; }
.monitag h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.1; letter-spacing: -.04em; }
.monitag-copy > p { max-width: 600px; margin: 22px 0 0; color: #b9cbd9; font-size: 17px; }
.monitag ul { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 27px 0 30px; padding: 0; list-style: none; color: #dce8ef; font-size: 13px; font-weight: 600; }
.monitag li { display: flex; align-items: center; gap: 6px; }
.monitag li svg { width: 16px; color: #4edea3; }
.button-tag { color: #042b2c; background: #70d3e3; }
.button-tag:hover { background: #91e3ed; box-shadow: 0 0 28px rgba(112,211,227,.18); }

.contact { background: var(--white); }
.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 54px; align-items: center; padding: 54px 60px; border: 1px solid #d6e6ee; border-radius: var(--radius-lg); background: linear-gradient(110deg, #f4f9fb, #eef7fb); }
.contact-card h2 { max-width: 710px; font-size: clamp(30px, 3vw, 42px); }
.contact-card p { max-width: 660px; margin: 15px 0 0; color: var(--slate-600); }
.contact-actions { display: flex; min-width: 250px; flex-direction: column; align-items: stretch; gap: 11px; text-align: center; }
.contact-phone { color: var(--navy-900); font-size: 14px; font-weight: 700; }

.cookie-banner { position: fixed; z-index: 600; right: 22px; bottom: 22px; display: grid; width: min(540px, calc(100% - 44px)); grid-template-columns: auto 1fr; gap: 13px 14px; align-items: start; padding: 19px; border: 1px solid #d7e5ec; border-radius: 18px; color: var(--navy-950); background: rgba(255,255,255,.98); box-shadow: 0 24px 70px rgba(7,27,46,.24); backdrop-filter: blur(16px); }
.cookie-banner[hidden] { display: none; }
.cookie-icon { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 12px; color: var(--blue-600); background: #e8f5fa; }
.cookie-icon svg { width: 21px; height: 21px; }
.cookie-copy strong { display: block; font-size: 14px; }
.cookie-copy p { margin: 5px 0 0; color: var(--slate-600); font-size: 11px; line-height: 1.55; }
.cookie-actions { display: flex; grid-column: 1 / -1; justify-content: flex-end; gap: 9px; }
.cookie-actions button { min-height: 40px; padding: 9px 14px; border: 1px solid var(--blue-600); border-radius: 10px; font-size: 11px; font-weight: 800; cursor: pointer; }
.cookie-reject { color: var(--blue-700); background: var(--white); }
.cookie-accept { color: var(--white); background: var(--blue-600); }
.cookie-actions button:focus-visible, .footer-links button:focus-visible { outline: 3px solid rgba(13,145,203,.24); outline-offset: 2px; }
body.cookie-consent-open .install-banner { display: none; }

.install-banner { position: fixed; left: 50%; bottom: 18px; z-index: 300; display: grid; width: min(760px, calc(100% - 32px)); grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 13px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; color: var(--white); background: rgba(7,27,46,.96); box-shadow: 0 22px 60px rgba(7,27,46,.34); backdrop-filter: blur(16px); transform: translateX(-50%); }
.install-banner[hidden] { display: none; }
.install-app-icon { display: flex; width: 43px; height: 43px; align-items: center; justify-content: center; border-radius: 11px; background: var(--white); }
.install-app-icon img { width: 29px; }
.install-copy strong, .install-copy span { display: block; }
.install-copy strong { font-size: 13px; }.install-copy span { color: #b9cbd9; font-size: 10px; }
.install-actions { display: flex; gap: 8px; }
.install-actions button { min-height: 38px; padding: 8px 13px; border: 0; border-radius: 9px; font-size: 11px; font-weight: 700; cursor: pointer; }
.install-dismiss { color: #d7e1e8; background: transparent; }
.install-accept { display: inline-flex; align-items: center; gap: 7px; color: var(--white); background: var(--blue-600); }
.install-accept svg { width: 15px; }

.media-modal { position: fixed; inset: 0; z-index: 500; display: flex; align-items: center; justify-content: center; padding: 52px 24px 24px; background: rgba(3,14,25,.9); backdrop-filter: blur(8px); }
.media-modal[hidden] { display: none; }
.media-modal img { max-width: min(1500px, 96vw); max-height: calc(100vh - 80px); border-radius: 12px; box-shadow: 0 25px 80px rgba(0,0,0,.5); object-fit: contain; }
.media-modal-close { position: fixed; top: 16px; right: 20px; display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.08); cursor: pointer; }
.media-modal-close svg { width: 21px; }

.site-footer { padding: 65px 0 24px; color: #b9cbd9; background: var(--navy-900); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 72px; }
.footer-brand img { width: 200px; filter: brightness(0) invert(1); opacity: .94; }
.footer-brand p { max-width: 320px; margin: 18px 0 0; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; font-size: 12px; }
.footer-grid strong { margin-bottom: 6px; color: var(--white); font-size: 13px; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 6px; }
.footer-bottom svg { width: 14px; }
.footer-links { display: flex; align-items: center; gap: 20px; }
.footer-links button { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.footer-links button:hover { color: var(--white); }

@media (max-width: 1060px) {
  .desktop-nav { gap: 20px; }
  .hero-grid { gap: 40px; grid-template-columns: minmax(0, 1fr) minmax(350px, .78fr); }
  .hero h1 { font-size: 50px; }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-card { min-height: 260px; }
  .operation-grid { gap: 42px; }
  .report-showcase { grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }
  .geofence-grid, .telegram-grid { gap: 48px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 36px, 720px); }
  .header-inner { min-height: 72px; }
  .brand img { width: 190px; }
  .desktop-nav, .header-login { display: none; }
  .pwa-header-button { display: none !important; }
  .menu-toggle { display: flex; margin-left: auto; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; min-height: auto; padding-block: 70px; }
  .hero-content { text-align: center; }
  .login-card { order: -1; }
  .eyebrow { justify-content: center; }
  .hero h1, .hero-copy { margin-inline: auto; }
  .hero-actions, .hero-benefits { justify-content: center; }
  .fleet-visual { margin-inline: auto; }
  .login-card { width: min(100%, 500px); margin-inline: auto; text-align: left; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
  .operation-grid, .monitag-grid { grid-template-columns: 1fr; }
  .report-showcase { grid-template-columns: 1fr; }
  .maria-panel { display: grid; grid-template-columns: minmax(220px, .8fr) 1.2fr; gap: 18px; align-items: center; }
  .maria-title, .maria-summary { grid-column: 2; }
  .maria-title { grid-row: 1; margin-bottom: 0; }
  .maria-image { grid-column: 1; grid-row: 1 / 3; max-height: 360px; }
  .maria-image img { height: 360px; }
  .maria-summary { grid-row: 2; margin-top: 0; }
  .geofence-grid, .telegram-grid { grid-template-columns: 1fr; }
  .geofence-copy, .telegram-copy { text-align: center; }
  .geofence-copy > p, .telegram-copy > p { margin-inline: auto; }
  .geofence-events { width: min(100%, 580px); margin-inline: auto; }
  .fence-map { min-height: 400px; }
  .telegram-media { min-height: 380px; order: 2; }
  .command-demo { margin-inline: auto; text-align: left; }
  .telegram-benefits { justify-content: center; }
  .operation-copy { text-align: center; }
  .operation-copy h2, .operation-copy > p { margin-inline: auto; }
  .steps { text-align: left; }
  .dashboard-mockup { transform: none; }
  .monitag-grid { gap: 28px; }
  .tag-product { min-height: 310px; }
  .monitag-copy { text-align: center; }
  .monitag-copy > p { margin-inline: auto; }
  .monitag ul { justify-content: center; }
  .contact-card { grid-template-columns: 1fr; padding: 44px; text-align: center; }
  .contact-card p { margin-inline: auto; }
  .contact-actions { width: min(100%, 330px); margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 78px; }
  .container { width: min(100% - 28px, 520px); }
  .brand img { width: 166px; }
  .hero-grid { padding-block: 46px 52px; }
  .hero-content { display: flex; flex-direction: column; }
  .eyebrow { margin-bottom: 16px; font-size: 10px; }
  .eyebrow span { width: 20px; }
  .hero h1 { font-size: clamp(34px, 10vw, 44px); }
  .hero-copy { margin-top: 18px; font-size: 15px; line-height: 1.65; }
  .hero-actions { margin-top: 24px; }
  .hero-actions .button { width: 100%; }
  .hero-benefits { display: none; }
  .fleet-visual { height: 66px; margin-top: 18px; }
  .fleet-visual img { margin-top: -48px; }
  .login-card { padding: 28px 22px 24px; border-radius: 22px; }
  .login-card::before { left: 22px; right: 22px; }
  .login-heading { margin-bottom: 24px; }
  .login-heading h2 { font-size: 21px; }
  .login-options { align-items: flex-start; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 96px; padding: 18px 13px; }
  .trust-grid strong { font-size: 16px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 34px; }
  .section h2 { font-size: 32px; }
  .section-heading p, .operation-copy > p { font-size: 15px; }
  .solutions-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: auto; padding: 26px 23px; }
  .window-bar > span { display: none; }
  .report-features { grid-template-columns: 1fr; }
  .report-features span { justify-content: flex-start; min-height: 44px; padding-inline: 16px; }
  .maria-panel { display: flex; padding: 20px; }
  .maria-title, .maria-image, .maria-summary { grid-column: auto; grid-row: auto; }
  .maria-title { margin-bottom: 15px; }
  .maria-image { max-height: 390px; }
  .maria-image img { height: 390px; }
  .geofence { padding: 75px 0; }
  .geofence h2, .telegram-copy h2 { font-size: 34px; }
  .geofence-events { grid-template-columns: 1fr; }
  .fence-map { min-height: 330px; }
  .fence-area { top: 22%; left: 10%; width: 62%; height: 55%; }
  .vehicle-marker { right: 9%; width: 42px; height: 42px; }
  .alert-entry { top: 12px; right: 12px; }
  .alert-exit { left: 12px; bottom: 12px; }
  .telegram-media { min-height: 300px; }
  .telegram-ring { width: 280px; height: 280px; }
  .telegram-card { width: min(100%, 340px); }
  .telegram-benefits { align-items: flex-start; flex-direction: column; }
  .mockup-topbar { padding: 10px 12px; }
  .mockup-brand span { display: none; }
  .mockup-body { grid-template-columns: 46px 1fr; min-height: 330px; }
  .mockup-sidebar span { width: 31px; height: 31px; }
  .fleet-card { width: 152px; padding: 12px; }
  .tag-product { min-height: 260px; }
  .tag-device { width: 132px; height: 132px; border-radius: 34px; }
  .tag-device img { width: 70px; }
  .orbit-one { width: 210px; height: 210px; }
  .orbit-two { width: 270px; height: 270px; }
  .monitag { padding: 75px 0; }
  .monitag h2 { font-size: 38px; }
  .monitag-copy > p { font-size: 15px; }
  .monitag ul { align-items: center; flex-direction: column; }
  .button-tag { width: 100%; }
  .install-banner { bottom: 10px; grid-template-columns: auto 1fr; gap: 10px; padding: 11px; }
  .install-actions { grid-column: 1 / -1; }
  .install-actions button { flex: 1; }
  .install-copy strong { font-size: 11px; }
  .install-copy span { font-size: 9px; }
  .cookie-banner { right: 14px; bottom: 14px; width: calc(100% - 28px); padding: 16px; }
  .cookie-actions { flex-direction: column-reverse; }
  .cookie-actions button { width: 100%; }
  .contact-card { padding: 34px 22px; border-radius: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .footer-links { width: 100%; align-items: flex-start; flex-direction: column-reverse; gap: 10px; }
}

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