:root {
  --navy-950: #061a34;
  --navy-900: #0d326c;
  --navy-850: #0c3e7e;
  --navy-800: #0c4997;
  --blue: #0c4997;
  --blue-light: #698fb4;
  --ice: #edf3fa;
  --white: #ffffff;
  --ink: #0b1b32;
  --muted: #5e5f67;
  --line: #dce5ef;
  --green: #31d19b;
  --shadow: 0 22px 60px rgba(7, 31, 67, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.nav { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-logo-link { flex: 0 0 auto; width: 176px; height: 62px; padding: 6px 10px; border-radius: 11px; background: white; box-shadow: 0 10px 28px rgba(0,0,0,.16); overflow: hidden; }
.brand-logo { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--blue); box-shadow: 0 10px 24px rgba(21,103,233,.3); }
.brand-mark svg { width: 24px; fill: white; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-size: 15px; letter-spacing: .08em; }
.brand small { margin-top: 5px; font-size: 9px; font-weight: 700; letter-spacing: .38em; opacity: .66; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 600; transition: .2s ease; }
.nav-links a:hover { color: white; }
.nav-links .nav-contact { padding: 11px 17px; border: 1px solid rgba(255,255,255,.32); border-radius: 9px; color: white; }
.nav-links .nav-contact:hover { border-color: white; background: white; color: var(--navy-900); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: white; margin: 4px 0; border-radius: 2px; }

.section-dark { color: white; background: radial-gradient(circle at 78% 27%, #0c4997 0, var(--navy-900) 38%, var(--navy-950) 84%); }
.hero { position: relative; min-height: 730px; overflow: hidden; padding: 155px 0 82px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; right: -220px; top: 40px; border: 1px solid rgba(88,166,255,.2); box-shadow: 0 0 80px rgba(21,103,233,.08) inset; }
.hero-glow-two { width: 260px; height: 260px; right: 36%; bottom: -190px; border: 1px solid rgba(88,166,255,.12); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--blue-light); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 22px; height: 2px; background: currentColor; }
.eyebrow-blue { color: var(--blue); }
.eyebrow-light { color: #6fb6ff; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 5.5vw, 76px); line-height: .99; letter-spacing: -.052em; }
.hero h1 em { display: block; color: var(--blue-light); font-style: normal; }
.hero-intro { max-width: 590px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 50px; padding: 0 20px; border: 0; border-radius: 10px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 28px rgba(21,103,233,.28); }
.button-primary:hover { background: #0e5fdc; box-shadow: 0 16px 36px rgba(21,103,233,.38); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.05); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.platform-button svg { width: 16px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 590px; margin-top: 46px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof div { display: grid; gap: 7px; padding-right: 24px; }
.hero-proof div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-proof strong { font-size: 15px; }
.hero-proof span { color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.4; }

.fleet-visual { position: relative; min-width: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 21px; background: rgba(3,18,38,.7); box-shadow: 0 38px 90px rgba(0,0,0,.32); transform: perspective(1200px) rotateY(-2.5deg) rotateX(1deg); overflow: hidden; }
.visual-topbar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.visual-topbar > span { display: flex; gap: 6px; }
.visual-topbar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.19); }
.visual-topbar b { color: rgba(255,255,255,.78); letter-spacing: .02em; }
.visual-topbar > small { justify-self: end; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.map-panel { position: relative; height: 390px; overflow: hidden; background: linear-gradient(155deg, #0c2d5d, #061a35 80%); }
.map-panel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 60% 40%, rgba(54,132,245,.13), transparent 40%); }
.map-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-lines path { fill: none; stroke: rgba(118,174,237,.12); stroke-width: 8; }
.map-lines path:nth-child(2n) { stroke-width: 3; stroke: rgba(118,174,237,.09); }
.route-line { position: absolute; left: 26%; top: 27%; width: 46%; height: 42%; border-right: 3px solid var(--blue-light); border-bottom: 3px solid var(--blue-light); border-radius: 0 0 65px 0; transform: rotate(7deg); filter: drop-shadow(0 0 6px rgba(86,166,255,.75)); opacity: .9; }
.map-pin { position: absolute; width: 17px; height: 17px; border: 2px solid white; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px rgba(21,103,233,.2); }
.map-pin i { position: absolute; inset: 4px; border-radius: 50%; background: white; }
.pin-one { left: 24%; top: 26%; }
.pin-two { right: 25%; bottom: 26%; background: var(--green); box-shadow: 0 0 0 7px rgba(49,209,155,.15); }
.pin-three { right: 12%; top: 30%; width: 10px; height: 10px; border-width: 1px; opacity: .5; }
.pin-three i { inset: 2px; }
.vehicle-card, .status-card { position: absolute; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(4,22,46,.9); box-shadow: 0 18px 38px rgba(0,0,0,.27); backdrop-filter: blur(12px); }
.vehicle-card { left: 10%; bottom: 16%; width: 238px; padding: 13px; }
.vehicle-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-right: 11px; border-radius: 10px; background: rgba(21,103,233,.18); }
.vehicle-icon svg { width: 27px; fill: var(--blue-light); }
.vehicle-card div:nth-child(2), .status-card div { display: grid; gap: 3px; }
.vehicle-card small, .status-card small { color: rgba(255,255,255,.45); font-size: 8px; }
.vehicle-card strong, .status-card strong { font-size: 10px; }
.speed { margin-left: auto; color: var(--green); font-size: 16px; font-weight: 800; }
.speed small { display: block; color: rgba(255,255,255,.4); text-align: right; font-size: 7px; }
.status-card { right: 8%; top: 12%; gap: 9px; padding: 10px 12px; }
.status-icon { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: #041d19; background: var(--green); font-weight: 900; }
.visual-footer { display: grid; grid-template-columns: 1fr 1fr; min-height: 78px; }
.visual-footer > div { display: flex; align-items: center; gap: 12px; padding: 0 22px; }
.visual-footer > div + div { border-left: 1px solid rgba(255,255,255,.1); }
.metric-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 8px; color: var(--blue-light); background: rgba(21,103,233,.15); }
.visual-footer p { display: grid; gap: 4px; margin: 0; }
.visual-footer small { color: rgba(255,255,255,.4); font-size: 8px; }
.visual-footer strong { font-size: 11px; }

.solutions { padding: 104px 0; background: #f8fbff; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 46px; }
.section-heading h2, .quote-copy h2 { max-width: 660px; margin: 0; color: var(--navy-900); font-size: clamp(34px, 4vw, 50px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 400px; padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 12px 38px rgba(10,42,83,.05); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { color: white; border-color: transparent; background: linear-gradient(150deg, var(--navy-800), var(--navy-950)); }
.service-card.featured::after { content: ""; position: absolute; width: 230px; height: 230px; right: -100px; bottom: -110px; border: 1px solid rgba(86,166,255,.25); border-radius: 50%; }
.service-number { position: absolute; right: 26px; top: 27px; color: #c3cfdd; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.featured .service-number { color: rgba(255,255,255,.28); }
.service-tag { position: absolute; right: 23px; top: 24px; padding: 5px 8px; border-radius: 5px; color: #8ac2ff; background: rgba(86,166,255,.13); font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.featured .service-number { top: 57px; }
.service-icon { display: grid; place-items: center; width: 53px; height: 53px; margin-bottom: 32px; border-radius: 14px; background: var(--ice); }
.service-icon svg { width: 29px; fill: var(--blue); }
.featured .service-icon { background: rgba(86,166,255,.13); }
.featured .service-icon svg { fill: var(--blue-light); }
.service-card h3 { margin: 0 0 14px; color: var(--navy-900); font-size: 21px; letter-spacing: -.02em; }
.featured h3 { color: white; }
.service-card > p { min-height: 66px; margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.featured > p { color: rgba(255,255,255,.59); }
.service-card ul { display: grid; gap: 12px; margin: 0; padding: 21px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.12); }
.service-card li { position: relative; padding-left: 21px; color: #42526a; font-size: 10px; font-weight: 600; }
.featured li { color: rgba(255,255,255,.72); }
.service-card li::before { content: "✓"; position: absolute; left: 0; top: -2px; color: var(--blue); font-size: 12px; font-weight: 900; }
.featured li::before { color: var(--green); }
.benefit-strip { display: grid; grid-template-columns: .72fr 1.28fr; gap: 46px; margin-top: 20px; padding: 42px 48px; border-radius: 17px; color: white; background: var(--navy-900); }
.benefit-intro h3 { max-width: 300px; margin: 0; font-size: 27px; line-height: 1.18; letter-spacing: -.03em; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 36px; }
.benefit-list > div { display: flex; gap: 13px; }
.benefit-list > div > span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; color: var(--blue-light); background: rgba(86,166,255,.12); font-size: 8px; font-weight: 800; }
.benefit-list p { display: grid; gap: 5px; margin: 0; color: rgba(255,255,255,.46); font-size: 9px; line-height: 1.5; }
.benefit-list strong { color: white; font-size: 11px; }
.platform-updates { margin-top: 72px; padding: 52px; border: 1px solid #d9e4ef; border-radius: 22px; background: white; box-shadow: 0 22px 60px rgba(7,31,67,.08); overflow: hidden; }
.update-header { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 46px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.update-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: -3px 0 17px; }
.update-badges span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 6px; color: var(--navy-900); background: var(--ice); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.update-badges .status-active { color: #087455; background: #e4f7f0; }
.status-active i { width: 6px; height: 6px; border-radius: 50%; background: #13a978; box-shadow: 0 0 0 3px rgba(19,169,120,.12); }
.update-header h2 { max-width: 720px; margin: 0; color: var(--navy-900); font-size: clamp(31px, 3.8vw, 46px); line-height: 1.08; letter-spacing: -.04em; }
.update-intro { max-width: 720px; margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.update-version-mark { display: grid; place-items: center; width: 138px; height: 138px; border: 1px solid #d5e2ef; border-radius: 50%; color: var(--navy-900); background: radial-gradient(circle, white 51%, #edf4fb 52%); box-shadow: inset 0 0 0 8px white, 0 16px 35px rgba(12,73,151,.12); }
.update-version-mark small { margin-top: 23px; color: #8190a2; font-size: 7px; font-weight: 800; letter-spacing: .15em; }
.update-version-mark strong { margin: -4px 0; font-size: 38px; line-height: 1; letter-spacing: -.06em; }
.update-version-mark span { margin-bottom: 21px; padding: 3px 6px; border-radius: 4px; color: white; background: var(--blue); font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.update-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.update-highlights > article { display: flex; gap: 16px; min-height: 154px; padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: #fbfdff; }
.update-icon { display: grid; place-items: center; flex: 0 0 44px; height: 44px; border-radius: 11px; color: var(--blue); background: var(--ice); }
.update-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.update-highlights small { display: block; margin-bottom: 7px; color: var(--blue); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.update-highlights h3 { margin: 0 0 8px; color: var(--navy-900); font-size: 15px; }
.update-highlights p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.7; }
.update-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }
.update-details > section { padding: 24px; border-radius: 14px; background: #f4f8fc; }
.update-details h3 { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; color: var(--navy-900); font-size: 13px; }
.update-details h3 span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; color: white; background: var(--blue); font-size: 12px; }
.update-details ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.update-details li { position: relative; padding-left: 15px; color: #526176; font-size: 8.5px; line-height: 1.6; }
.update-details li::before { content: ""; position: absolute; left: 0; top: 6px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue-light); }
.legacy-notice { display: flex; gap: 13px; margin-top: 14px; padding: 18px 20px; border: 1px solid #e3dcbf; border-radius: 12px; background: #fffbee; }
.legacy-icon { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; color: #7f6410; background: #f2e7ba; font-size: 12px; font-weight: 800; }
.legacy-notice div { display: grid; gap: 4px; }
.legacy-notice strong { color: #574710; font-size: 10px; }
.legacy-notice p { margin: 0; color: #7b6a32; font-size: 8.5px; line-height: 1.6; }

.quote-section { padding: 106px 0 0; background: white; }
.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 90px; padding-bottom: 100px; }
.quote-copy > p:not(.eyebrow) { max-width: 525px; margin: 24px 0 30px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.privacy-note { display: flex; gap: 14px; max-width: 525px; padding: 15px 17px; border: 1px solid #d7e7fa; border-radius: 12px; background: #f4f9ff; }
.privacy-note > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 9px; background: white; }
.privacy-note svg { width: 18px; fill: var(--blue); }
.privacy-note p { margin: 0; color: #5a6d84; font-size: 10px; line-height: 1.55; }
.privacy-note strong { display: block; margin-bottom: 2px; color: var(--navy-900); font-size: 11px; }
.contact-mini { margin-top: 35px; padding-top: 28px; border-top: 1px solid var(--line); }
.contact-mini h3 { margin: 0 0 16px; color: var(--navy-900); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.contact-mini a, .contact-mini > p { display: grid; grid-template-columns: 116px 1fr; align-items: baseline; gap: 14px; margin: 0 0 9px; }
.contact-mini span { color: #8a97a8; font-size: 9px; }
.contact-mini strong { color: #23354e; font-size: 10px; line-height: 1.5; }
.contact-mini a:hover strong { color: var(--blue); }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.contact-actions .contact-action { display: inline-flex; grid-template-columns: none; justify-content: center; align-items: center; gap: 9px; min-height: 45px; margin: 0; padding: 0 14px; border: 1px solid #c8d5e4; border-radius: 9px; color: var(--navy-900); background: white; font-size: 9px; font-weight: 800; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.contact-actions .contact-action:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.contact-actions .contact-action-primary { border-color: var(--blue); color: white; background: var(--blue); }
.contact-actions .contact-action-primary:hover { color: white; background: var(--navy-900); }
.contact-action svg { width: 18px; height: 18px; fill: currentColor; }
.quote-card { padding: 36px; border: 1px solid var(--line); border-radius: 18px; background: #fbfdff; box-shadow: var(--shadow); }
.form-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-head > span { color: var(--navy-900); font-size: 16px; font-weight: 800; }
.form-head small { padding: 5px 8px; border-radius: 5px; color: #07825e; background: #e7f8f2; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.quote-card label { display: block; margin: 19px 0 8px; color: #253954; font-size: 10px; font-weight: 800; }
.quote-card label span { color: #8a97a8; font-weight: 500; }
.select-wrap { position: relative; }
.select-wrap svg { position: absolute; top: 50%; right: 15px; width: 18px; transform: translateY(-50%); fill: none; stroke: #64758a; stroke-width: 2; pointer-events: none; }
.quote-card select, .quote-card input[type="text"], .quote-card input[type="tel"], .quote-card input[type="date"], .quote-card input[type="number"] { width: 100%; height: 50px; padding: 0 15px; border: 1px solid #cfdae6; border-radius: 9px; outline: 0; color: #23354e; background: white; font-size: 11px; appearance: none; transition: .2s ease; }
.quote-card input[type="date"] { appearance: auto; }
.booking-card input[type="number"] { appearance: auto; }
.quote-card select:focus, .quote-card input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,103,233,.1); }
.quantity-control { display: grid; grid-template-columns: 50px 1fr 50px; height: 50px; border: 1px solid #cfdae6; border-radius: 9px; background: white; overflow: hidden; }
.qty-button { border: 0; color: var(--blue); background: #f4f8fc; font-size: 21px; }
.qty-button:hover { background: #e9f2fd; }
.quantity-control input { width: 100%; border: 0; outline: 0; color: var(--navy-900); text-align: center; font-size: 15px; font-weight: 800; appearance: textfield; }
.quantity-control input::-webkit-outer-spin-button, .quantity-control input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.range { width: 100%; height: 4px; margin: 18px 0 0; border-radius: 10px; accent-color: var(--blue); }
.range-labels { display: flex; justify-content: space-between; margin-top: 3px; color: #99a5b4; font-size: 8px; }
.quote-submit { width: 100%; margin-top: 28px; }
.form-footnote { margin: 11px 0 0; color: #8b98a8; text-align: center; font-size: 8px; }
.booking-block { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; margin-bottom: 100px; padding: 56px; border-radius: 22px; background: radial-gradient(circle at 15% 10%, #0c4997, var(--navy-900) 48%, var(--navy-950) 100%); box-shadow: 0 28px 70px rgba(6,26,52,.17); }
.booking-copy { color: white; }
.booking-copy h2 { max-width: 440px; margin: 0; font-size: clamp(34px, 4vw, 48px); line-height: 1.05; letter-spacing: -.045em; }
.booking-copy > p:not(.eyebrow) { max-width: 480px; margin: 20px 0 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.8; }
.booking-points { display: grid; gap: 14px; margin-top: 30px; }
.booking-points > div { display: flex; align-items: center; gap: 12px; }
.booking-points > div > span { display: grid; place-items: center; flex: 0 0 29px; height: 29px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--blue-light); font-size: 9px; font-weight: 800; }
.booking-points p { display: grid; gap: 3px; margin: 0; color: rgba(255,255,255,.48); font-size: 8.5px; }
.booking-points strong { color: white; font-size: 10px; }
.booking-card { box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.booking-card .form-head small { color: #7a6111; background: #fff2c7; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.footer { border-top: 1px solid var(--line); }
.footer-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-dark { color: var(--navy-900); }
.footer .brand-logo-link { border: 1px solid var(--line); box-shadow: none; }
.footer-inner > p, .footer-inner > span { color: #8290a1; font-size: 9px; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,18,38,.74); backdrop-filter: blur(8px); }
.modal-panel { position: relative; width: min(570px, 100%); max-height: calc(100vh - 40px); padding: 38px; border-radius: 18px; background: white; box-shadow: 0 30px 100px rgba(0,0,0,.35); overflow-y: auto; animation: modalIn .25s ease both; }
@keyframes modalIn { from { opacity: 0; transform: translateY(12px) scale(.98); } }
.modal-close { position: absolute; top: 14px; right: 14px; width: 35px; height: 35px; border: 0; border-radius: 50%; color: #526176; background: #eef3f8; font-size: 21px; }
.modal-check { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; border-radius: 50%; color: #057553; background: #dff8ef; font-size: 22px; font-weight: 900; }
.modal-panel h2 { margin: 0; color: var(--navy-900); font-size: 29px; letter-spacing: -.035em; }
.modal-intro { margin: 12px 0 20px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.request-preview { padding: 19px; border: 1px solid var(--line); border-radius: 10px; color: #34465d; background: #f7fafd; font-size: 11px; line-height: 1.7; white-space: pre-line; }
.modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.button-secondary { color: var(--navy-900); border: 1px solid #c9d6e4; background: white; }
.modal-panel > small { display: block; margin-top: 12px; color: #8b98a8; text-align: center; font-size: 8px; line-height: 1.5; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 120; padding: 12px 18px; border-radius: 9px; color: white; background: var(--navy-900); box-shadow: var(--shadow); font-size: 11px; font-weight: 800; opacity: 0; transform: translate(-50%, 18px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.floating-actions { position: fixed; right: 22px; bottom: max(22px, env(safe-area-inset-bottom)); z-index: 60; display: grid; justify-items: end; gap: 10px; }
.floating-menu { display: grid; justify-items: end; gap: 10px; }
.floating-action { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 150px; min-height: 48px; padding: 0 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: white; box-shadow: 0 12px 32px rgba(3,18,38,.24); font-size: 10px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.floating-action:hover { color: white; transform: translateY(-3px); box-shadow: 0 16px 38px rgba(3,18,38,.31); filter: brightness(1.05); }
.floating-action svg { flex: 0 0 auto; width: 20px; height: 20px; fill: currentColor; }
.floating-platform svg, .floating-quote svg, .floating-booking svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.floating-quote { background: var(--navy-900); }
.floating-booking { background: #576490; }
.floating-whatsapp { background: #16a873; }
.floating-platform { background: var(--blue); }
.floating-toggle { display: none; align-items: center; justify-content: center; width: 54px; height: 54px; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: var(--navy-950); box-shadow: 0 14px 34px rgba(3,18,38,.32); }
.floating-toggle svg { width: 24px; height: 24px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-links { gap: 19px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero { padding-top: 145px; }
  .hero-copy { max-width: 700px; }
  .fleet-visual { width: min(680px, 100%); margin: 0 auto; transform: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 340px; }
  .benefit-strip { grid-template-columns: 1fr; }
  .platform-updates { padding: 38px; }
  .update-details { grid-template-columns: 1fr 1fr; }
  .update-details > section:last-child { grid-column: 1 / -1; }
  .quote-grid { gap: 48px; }
  .booking-block { gap: 40px; padding: 42px; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 30px, 620px); }
  .nav { min-height: 72px; }
  .brand-logo-link { width: 148px; height: 52px; padding: 5px 8px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; left: 15px; right: 15px; top: 76px; display: grid; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(3,18,38,.97); box-shadow: 0 18px 48px rgba(0,0,0,.28); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .2s ease; }
  .nav-links.open { opacity: 1; transform: none; pointer-events: auto; }
  .nav-links a { padding: 13px 12px; }
  .nav-links .nav-contact { border: 0; padding: 13px 12px; }
  .hero { min-height: auto; padding: 125px 0 70px; }
  .hero h1 { font-size: clamp(44px, 12vw, 62px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 16px; }
  .hero-proof div, .hero-proof div + div { padding: 0; border-left: 0; }
  .hero-proof div + div { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.11); }
  .map-panel { height: 320px; }
  .vehicle-card { left: 5%; bottom: 11%; width: 210px; }
  .status-card { right: 4%; top: 8%; }
  .visual-footer > div { padding: 0 13px; }
  .solutions, .quote-section { padding-top: 76px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; min-height: 400px; }
  .benefit-strip { padding: 32px 25px; }
  .benefit-list { grid-template-columns: 1fr; }
  .platform-updates { margin-top: 52px; padding: 28px 20px; }
  .update-header { grid-template-columns: 1fr; gap: 25px; }
  .update-version-mark { width: 110px; height: 110px; }
  .update-version-mark strong { font-size: 31px; }
  .update-highlights, .update-details { grid-template-columns: 1fr; }
  .update-details > section:last-child { grid-column: auto; }
  .update-highlights > article { min-height: auto; padding: 20px; }
  .quote-grid { grid-template-columns: 1fr; padding-bottom: 70px; }
  .quote-card { padding: 26px 20px; }
  .booking-block { grid-template-columns: 1fr; gap: 34px; margin-bottom: 70px; padding: 35px 20px 20px; }
  .booking-copy { padding: 0 5px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { flex-direction: column; justify-content: center; padding: 28px 0; text-align: center; }
  .modal-panel { padding: 30px 20px 24px; }
  .modal-actions { grid-template-columns: 1fr; }
  .floating-actions { right: 15px; bottom: max(15px, env(safe-area-inset-bottom)); gap: 8px; }
  .floating-menu { max-height: 0; gap: 8px; opacity: 0; overflow: hidden; pointer-events: none; transform: translateY(10px) scale(.96); transform-origin: bottom right; transition: max-height .25s ease, opacity .2s ease, transform .2s ease; }
  .floating-actions.open .floating-menu { max-height: 240px; opacity: 1; overflow: visible; pointer-events: auto; transform: none; }
  .floating-action { width: 50px; min-width: 50px; height: 50px; min-height: 50px; padding: 0; }
  .floating-action span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .floating-toggle { display: inline-flex; }
  .floating-toggle span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .floating-actions.open .floating-toggle { background: var(--blue); }
}

@media (max-width: 420px) {
  .brand strong { font-size: 13px; }
  .hero h1 { font-size: 42px; }
  .fleet-visual { border-radius: 15px; }
  .map-panel { height: 280px; }
  .visual-topbar b { font-size: 8px; }
  .status-card { display: none; }
  .vehicle-card { bottom: 12%; width: 200px; }
  .visual-footer { grid-template-columns: 1fr; }
  .visual-footer > div { min-height: 64px; }
  .visual-footer > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .service-card { padding: 27px 24px; }
  .contact-mini a, .contact-mini > p { grid-template-columns: 1fr; gap: 2px; margin-bottom: 13px; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-actions .contact-action { margin: 0; }
}

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