/* Fleet landing page (flota.evmap.pl): edc_frontend/Layouts/Fleet.phtml + Views/Fleet/Landing.phtml. Same design language
   and breakpoints as the Insights landing: desktop scales rem from a 1440 px composition, fixed breakpoints below 1231 px,
   the mobile layout below 701 px. The page loads only this stylesheet. */
:root {
  --ink: #0b2637;
  --body: #42566a;
  --green: #007e70;
  --green-dark: #005d52;
  --mint: #e8f4f0;
  --line: #dfe9e8;
  --amber: #f2a100;
  --container: 80rem;
  --header: 3.875rem;
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; font-size: 16px; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; font-size: 1rem; line-height: 1.48; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
svg { display: inline-block; vertical-align: middle; flex-shrink: 0; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 0.1875rem solid #cf940c; outline-offset: 0.25rem; }
button:disabled { cursor: default; opacity: .4; }
.container { width: min(var(--container), 89%); margin-inline: auto; }
p, h1, h2, h3, h4, figure, dl, dd { margin: 0; }
h1, h2, h3, h4 { line-height: 1.16; letter-spacing: -.8px; }
h2 { font-size: 2.125rem; font-weight: 700; }
h3 { font-size: 1.125rem; letter-spacing: -.3px; }
p { color: var(--body); }
.icon { width: 1.5rem; height: 1.5rem; }
.eyebrow { margin-bottom: 0.75rem; font-size: 0.6875rem; font-weight: 700; letter-spacing: 1.65px; line-height: 1.4; text-transform: uppercase; color: #216a69; }
.actions { display: flex; align-items: center; gap: 0.875rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.125rem; min-height: 3.0625rem; padding: 0.8125rem 1.5rem; border: 1px solid transparent; border-radius: 0.375rem; background: linear-gradient(120deg, #008c7c, #007267); color: #fff; font-size: 0.875rem; font-weight: 600; line-height: 1.2; transition: background .18s, box-shadow .18s, transform .18s; text-align: center; white-space: nowrap; }
.button .icon { width: 1.0625rem; height: 1.0625rem; }
.button:hover { background: var(--green-dark); box-shadow: 0 0.3125rem 0.875rem #005b5324; transform: translateY(-1px); }
.button.secondary { background: #fffffff2; color: #173d49; border-color: #6da9a6; }
.button.secondary:hover { background: #edf7f3; }
.button.small { min-height: 2.4375rem; padding: 0.625rem 1.125rem; font-size: 0.75rem; }
.button.outline-light { background: #071d2254; color: #fff; border-color: #fff9; }
.button.outline-light:hover { background: #ffffff1a; }
.text-button { display: inline-flex; align-items: center; gap: 0.75rem; border: 0; padding: 0.25rem 0; background: transparent; color: var(--green-dark); font-size: 0.8125rem; font-weight: 600; line-height: 1.35; }
.text-button .icon { width: 1.0625rem; height: 1.0625rem; }
.text-button:hover { color: var(--green); text-decoration: underline; text-underline-offset: 0.25rem; }
.skip-link { position: fixed; top: -5rem; left: 1.25rem; z-index: 300; padding: 0.75rem 1.25rem; color: white; background: #004f45; }
.skip-link:focus { top: 0.5rem; }
main:focus { outline: none; }
.empty-note { padding: 1rem 1.125rem; border: 1px dashed #b9cfca; border-radius: 0.375rem; font-size: 0.875rem; }
/* Delivery status of a capability: live now or part of the pilot plan (no dates promised). */
.status { display: inline-flex; align-items: center; width: fit-content; padding: 0.1875rem 0.5625rem; border-radius: 1rem; font-size: 0.6875rem; font-weight: 700; line-height: 1.35; letter-spacing: .2px; white-space: nowrap; vertical-align: middle; }
.status-live { background: #e3f3ec; color: #0f5f45; }
.status-planned { background: #fdf3dc; color: #7a4f00; }

/* Announcement bar above the header. */
.announce { background: #004f45; color: #fff; font-size: 0.75rem; line-height: 1.4; }
.announce-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.25rem 1rem; padding: 0.5rem 0; text-align: center; }
.announce a { color: #9fe3cf; font-weight: 700; white-space: nowrap; }
.announce a:hover { text-decoration: underline; }
.page { position: relative; }

/* Header: two white islands, as on the Insights landing. */
.site-header { height: var(--header); position: absolute; z-index: 25; left: 0; right: 0; top: 0; }
.site-header::before { content: ''; position: absolute; left: -2.5rem; top: 0; bottom: 0; width: calc(50% + 17rem); background: #fff; border-radius: 0 0 1.875rem 0; transform: skewX(-17deg); transform-origin: bottom right; box-shadow: 0 0.375rem 1.25rem #102c3604; }
.site-header::after { content: ''; position: absolute; right: 0; top: 0; height: 100%; width: 23.5%; background: #fff; border-radius: 0 0 0 0.8125rem; }
.nav-shell { height: 100%; position: relative; z-index: 1; display: flex; align-items: center; gap: 2.5rem; }
.brand { display: inline-flex; align-items: center; white-space: nowrap; gap: 0.75rem; line-height: 1; }
.brand-word { font-size: 1.3125rem; font-weight: 800; letter-spacing: -.7px; color: #0d2939; }
.brand-word > span { color: #008574; }
.brand-sub { font-size: 0.8125rem; font-weight: 400; color: #637185; border-left: 1px solid #c3d0d2; padding-left: 0.6875rem; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.5rem; }
.main-nav > a { padding: 0.75rem 0; font-size: 0.6875rem; font-weight: 500; white-space: nowrap; }
.main-nav > a:hover { color: var(--green); }
.main-nav .nav-account { display: none; }
.nav-actions { display: flex; align-items: center; gap: 1.125rem; margin-left: auto; }
.language, .footer-lang { display: inline-flex; align-items: center; gap: 0.125rem; font-size: 0.75rem; font-weight: 600; }
.language a, .footer-lang a { padding: 0.25rem 0.375rem; border-radius: 0.25rem; color: #637185; }
.language a.is-current, .footer-lang a.is-current { color: var(--ink); background: #edf4f2; }
.language a:hover, .footer-lang a:hover { color: var(--green); }
.menu-toggle { display: none; padding: 0.5rem; border: 0; background: transparent; width: 2.5rem; height: 2.5rem; }
.menu-toggle > span { display: block; height: 2px; width: 1.375rem; background: var(--ink); margin: 0.25rem 0; transition: transform .2s, opacity .2s; }

/* Hero: photo on the right, copy and the four promises on the left, the planned day of the sample route as a card. */
.hero { position: relative; isolation: isolate; height: 42.5rem; background: #f1f6f3; overflow: hidden; }
.hero-visual { position: absolute; inset: 0; z-index: 1; }
.hero-photo { position: absolute; right: 0; top: 0; width: 58%; height: 100%; object-fit: cover; object-position: 64% 50%; -webkit-mask-image: linear-gradient(90deg, transparent, black 15%); mask-image: linear-gradient(90deg, transparent, black 15%); }
.hero-image-fade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #f7faf5ef 0%, #f7faf5ef 26%, #f7faf5de 39%, #f7faf59c 46%, #f7faf524 54%, #f7faf500 61%); }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 9.6875rem; z-index: 1; pointer-events: none; background: linear-gradient(0deg, #f4f8f5f0, #f4f8f500); -webkit-mask-image: linear-gradient(90deg, black 0%, black 40%, transparent 67%); mask-image: linear-gradient(90deg, black 0%, black 40%, transparent 67%); }
.hero-content { position: relative; height: 100%; display: flex; flex-direction: column; padding-top: 7.375rem; pointer-events: none; z-index: 2; }
.hero-copy { max-width: 41.875rem; pointer-events: auto; }
.hero h1 { font-size: 3.0625rem; line-height: 1.07; letter-spacing: -1.8px; font-weight: 700; margin-bottom: 1.25rem; }
.hero h1 span { color: var(--green); }
.hero .eyebrow { margin-bottom: 1rem; }
.hero-description { max-width: 36.5625rem; font-size: 1rem; line-height: 1.45; margin-bottom: 1.4375rem; }
.hero .button { min-height: 3rem; }
.hero-note { margin-top: 0.875rem; font-size: 0.75rem; color: #526477; }
.hero-points { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; max-width: 47rem; margin: auto 0 0; padding: 0 0 2.75rem; list-style: none; pointer-events: auto; }
.hero-points li { display: flex; align-items: flex-start; gap: 0.625rem; min-width: 0; }
.hero-points .icon { width: 1.4375rem; height: 1.4375rem; color: #007a6e; border: 0.25rem solid #dceee8; border-radius: 50%; padding: 2px; box-sizing: content-box; }
.hero-points span { font-size: 0.75rem; line-height: 1.35; color: #596f7b; }
.hero-points strong { display: block; margin-bottom: 0.1875rem; font-size: 0.8125rem; color: #193b48; }
.day-card { position: absolute; z-index: 3; right: 4.35%; bottom: 2.25rem; width: 23rem; padding: 1rem 1.125rem 0.875rem; border: 1px solid #415b5038; border-radius: 0.375rem; background: #092823e0; box-shadow: 0 0.5rem 1.5rem #0003; color: #fff; -webkit-backdrop-filter: blur(0.875rem); backdrop-filter: blur(0.875rem); }
.day-card-title { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem; color: #d1e3db; font-size: 0.75rem; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; }
.day-card-title .icon { width: 1.125rem; height: 1.125rem; color: #9fe3cf; }
.day-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.625rem 1rem; }
.day-card dl > div { display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 0.1875rem; }
.day-card dt { font-size: 0.6875rem; line-height: 1.35; color: #c3d8cf; }
.day-card dd { font-size: 1.0625rem; font-weight: 700; line-height: 1.2; font-variant-numeric: tabular-nums; }
.day-card .text-button { margin-top: 0.75rem; color: #9fe3cf; font-size: 0.75rem; }
.day-card .text-button:hover { color: #fff; }

/* Network counters. */
.network-strip { padding: 1.75rem 0; background: #fff; border-bottom: 1px solid #edf2f1; }
.network-title { margin-bottom: 0.875rem; font-size: 0.6875rem; font-weight: 700; letter-spacing: 1.35px; text-transform: uppercase; color: #788795; text-align: center; }
.network-kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: 1rem; }
.network-kpis > div { display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 0.25rem; padding: 0.875rem 1.125rem; border: 1px solid var(--line); border-radius: 0.375rem; background: #f8fbfa; }
.network-kpis dt { font-size: 0.75rem; line-height: 1.35; color: #526477; }
.network-kpis dd { font-size: 1.625rem; font-weight: 700; letter-spacing: -.6px; line-height: 1.1; font-variant-numeric: tabular-nums; }

/* Shared section rhythm. */
.section { padding: 3.5rem 0; }
.section.tint { background: linear-gradient(110deg, #f3f8f6, #f8faf9); }
.section.dark { color: #fff; background: linear-gradient(110deg, #033639, #002b2e 68%, #00272b); }
.section.dark .eyebrow { color: #b9d7ce; }
.section.dark h2 { color: #fff; }
.section.dark .section-lead { color: #d4e4e5; }
.section-heading { margin-bottom: 1.6875rem; }
.section-heading .eyebrow { margin-bottom: 0.625rem; }
.section-lead { margin-top: 0.875rem; max-width: 46rem; font-size: 0.9375rem; line-height: 1.55; }
.section-note { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; margin-top: 1.25rem; font-size: 0.8125rem; line-height: 1.55; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; }
.heading-row > .text-button { flex-shrink: 0; margin-bottom: 0.3125rem; }
.info-grid { display: grid; gap: 1.25rem; }
.info-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card { display: flex; flex-direction: column; align-items: flex-start; padding: 1.375rem 1.375rem 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: 0.375rem; box-shadow: 0 2px 0.1875rem #09303104; }
.info-icon { display: grid; place-items: center; width: 2.625rem; height: 2.625rem; margin-bottom: 0.875rem; border-radius: 0.5rem; background: #e7f5ef; color: #128b7b; }
.info-icon .icon { width: 1.375rem; height: 1.375rem; }
.info-card h3 { margin-bottom: 0.5rem; font-size: 1.0625rem; line-height: 1.25; }
.info-card p { font-size: 0.875rem; line-height: 1.5; }
.info-card .status { margin-top: 0.875rem; }
.points { display: grid; gap: 0.625rem; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.points li { display: grid; grid-template-columns: 1.125rem minmax(0, 1fr); gap: 0.625rem; align-items: start; font-size: 0.875rem; line-height: 1.5; color: #324b58; }
.points .icon { width: 1.125rem; height: 1.125rem; margin-top: 0.125rem; color: var(--green); }
.points strong { color: var(--ink); }
.split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 3rem; align-items: center; }

/* Problem -> solution. */
.compare-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.compare-column { padding: 1.5rem 1.625rem 1.625rem; border: 1px solid var(--line); border-radius: 0.375rem; }
.compare-before { background: #f7f8f8; }
.compare-after { background: #eef7f3; border-color: #b5d9cc; }
.compare-column h3 { display: flex; align-items: center; gap: 0.625rem; margin-bottom: 1rem; font-size: 1.125rem; }
.compare-column h3 .icon { width: 1.75rem; height: 1.75rem; padding: 0.3125rem; border-radius: 50%; }
.compare-before h3 .icon { background: #e9eced; color: #6f7f8a; }
.compare-after h3 .icon { background: var(--green); color: #fff; stroke-width: 2.2; }
.compare-column ul { display: grid; gap: 0.625rem; margin: 0; padding-left: 1.125rem; font-size: 0.9375rem; line-height: 1.5; color: #324b58; }
.compare-before li::marker { color: #9aa7ae; }
.compare-after li::marker { color: var(--green); }
.compare-column .status { margin-left: 0.25rem; }

/* How it works: five steps. */
.steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { display: flex; flex-direction: column; gap: 0.75rem; padding: 1.25rem 1.125rem 1.25rem; border: 1px solid var(--line); border-radius: 0.375rem; background: #fff; }
.step-number { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 0.5rem; background: #e7f5ef; color: var(--green-dark); font-size: 0.875rem; font-weight: 700; }
.steps li > div { display: flex; flex-direction: column; align-items: flex-start; gap: 0.375rem; flex: 1; }
.steps strong { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9375rem; line-height: 1.3; }
.steps strong .icon { width: 1.125rem; height: 1.125rem; color: var(--green); }
.steps li > div > span:not(.status) { font-size: 0.8125rem; line-height: 1.5; color: var(--body); }
.steps .status { margin-top: auto; }

/* Features (dark). */
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
.feature-card { display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem; min-height: 13rem; padding: 1.375rem 1.375rem 1.25rem; border-radius: 0.375rem; background: #ffffff0d; box-shadow: inset 0 0 0 1px #ffffff0a; }
.feature-card > .icon { width: 1.75rem; height: 1.75rem; margin-bottom: 0.25rem; color: #afd5c7; }
.feature-card h3 { font-size: 1.0625rem; color: #fff; }
.feature-card p { flex: 1; font-size: 0.875rem; line-height: 1.5; color: #d7e4e8; }
.section.dark .status-live { background: #0e5c50; color: #c9f2e2; }
.section.dark .status-planned { background: #4b3c12; color: #ffe2a3; }

/* Sample route: totals, map with overlay pins, timeline, state-of-charge chart. */
.sample-section { background: #fff; }
.sample-totals { display: grid; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); gap: 0.75rem; margin: 0 0 1.25rem; padding: 0; list-style: none; }
.sample-totals li { display: flex; flex-direction: column; gap: 0.25rem; padding: 0.75rem 0.875rem; border: 1px solid var(--line); border-radius: 0.375rem; background: #f8fbfa; }
.sample-totals strong { font-size: 1.1875rem; line-height: 1.2; letter-spacing: -.4px; font-variant-numeric: tabular-nums; }
.sample-totals span { font-size: 0.75rem; line-height: 1.35; color: #526477; }
.sample-cost-note { display: flex; align-items: flex-start; gap: 0.5rem; margin: -0.5rem 0 1.25rem; font-size: 0.8125rem; line-height: 1.5; color: #526477; }
.sample-cost-note .icon { width: 1.125rem; height: 1.125rem; margin-top: 0.0625rem; color: var(--green); }
.sample-layout { display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(0, 1fr); gap: 1.25rem; align-items: stretch; }
.route-map { min-width: 0; }
.route-map-frame { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 0.375rem; background: #eef3f1; }
.route-map-frame > img { width: 100%; height: auto; }
.route-pin { position: absolute; z-index: 1; display: inline-flex; align-items: center; gap: 0.375rem; transform: translate(-0.8125rem, -50%); pointer-events: none; }
.route-pin > .icon { width: 1.625rem; height: 1.625rem; padding: 0.3125rem; border: 2px solid #fff; border-radius: 50%; color: #fff; box-shadow: 0 0.25rem 0.75rem #0b263740; }
.route-pin--depot > .icon { background: var(--ink); }
.route-pin--charge > .icon { background: var(--amber); }
.route-pin > span { padding: 0.1875rem 0.5rem; border-radius: 0.25rem; background: #ffffffeb; font-size: 0.75rem; font-weight: 700; white-space: nowrap; box-shadow: 0 1px 0.3125rem #1d4d4830; }
.route-pin.is-covered > span, .route-pin--charge > span { visibility: hidden; }
.route-focus { position: absolute; z-index: 2; width: 1.5rem; height: 1.5rem; margin: -0.75rem 0 0 -0.75rem; border: 3px solid #cf940c; border-radius: 50%; background: #cf940c40; pointer-events: none; transition: left .25s, top .25s; }
.route-focus::after { content: ''; position: absolute; inset: -0.5rem; border: 2px solid #cf940c80; border-radius: 50%; animation: focus-ring 2.2s infinite; }
@keyframes focus-ring { 0% { transform: scale(.7); opacity: .9; } 100% { transform: scale(1.35); opacity: 0; } }
.route-focus-label { position: absolute; left: 50%; bottom: calc(100% + 0.5rem); transform: translateX(-50%); padding: 0.25rem 0.5rem; border-radius: 0.25rem; background: var(--ink); color: #fff; font-size: 0.75rem; font-weight: 600; white-space: nowrap; }
.route-focus.is-low .route-focus-label { top: calc(100% + 0.5rem); bottom: auto; }
.route-focus.is-left .route-focus-label { left: 0; transform: none; }
.route-focus.is-right .route-focus-label { left: auto; right: 0; transform: none; }
.route-map figcaption { display: flex; align-items: flex-start; gap: 0.375rem; margin-top: 0.625rem; font-size: 0.75rem; line-height: 1.45; color: #637185; }
.route-map figcaption .icon { width: 0.9375rem; height: 0.9375rem; margin-top: 0.0625rem; }
.route-map figcaption a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 2px; }
.route-timeline { display: flex; flex-direction: column; min-width: 0; min-height: 0; contain: size; border: 1px solid var(--line); border-radius: 0.375rem; background: #f8fbfa; }
.timeline-title { padding: 0.75rem 1rem; border-bottom: 1px solid var(--line); font-size: 0.75rem; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; color: #294453; }
.timeline-list { flex: 1; min-height: 0; overflow-y: auto; margin: 0; padding: 0.375rem; list-style: none; scrollbar-width: thin; }
.timeline-item button { display: grid; grid-template-columns: 4.25rem minmax(0, 1fr) auto; align-items: center; gap: 0.125rem 0.625rem; width: 100%; padding: 0.5rem 0.625rem; border: 1px solid transparent; border-radius: 0.3125rem; background: transparent; text-align: left; }
.timeline-item button:hover { background: #edf7f3; }
.timeline-item button[aria-pressed="true"] { border-color: #cf940c; background: #fff; }
.timeline-time { font-size: 0.8125rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.timeline-time small { display: block; font-size: 0.6875rem; font-weight: 400; color: #637185; }
.timeline-label { font-size: 0.8125rem; font-weight: 600; min-width: 0; }
.timeline-item--depot .timeline-label { color: var(--ink); }
.timeline-item--charge button { background: #fdf6e6; }
.timeline-item--charge .timeline-label { color: #7a4f00; }
.timeline-soc { display: inline-flex; align-items: center; gap: 0.375rem; }
.timeline-soc i { display: block; width: 2.5rem; height: 0.375rem; border-radius: 1rem; background: linear-gradient(90deg, var(--green) 0 var(--soc, 0%), #dfe9e8 var(--soc, 0%)); }
.timeline-soc b { min-width: 2.5rem; font-size: 0.75rem; font-weight: 600; text-align: right; font-variant-numeric: tabular-nums; }
.timeline-charge, .timeline-dwell { grid-column: 2 / -1; font-size: 0.75rem; line-height: 1.4; color: #637185; }
.timeline-charge { display: flex; align-items: flex-start; gap: 0.25rem; color: #7a4f00; }
.timeline-charge .icon { width: 0.875rem; height: 0.875rem; margin-top: 0.0625rem; }
.soc-chart { margin-top: 1.25rem; padding: 1rem 1.25rem 1.25rem; border: 1px solid var(--line); border-radius: 0.375rem; background: #fff; }
.soc-chart figcaption { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.875rem; font-size: 0.875rem; font-weight: 700; }
.soc-chart figcaption .icon { width: 1.125rem; height: 1.125rem; color: var(--green); }
.soc-plot { position: relative; height: 11rem; margin: 0 0 1.5rem 2.75rem; }
.soc-tick { position: absolute; right: calc(100% + 0.5rem); transform: translateY(-50%); font-size: 0.6875rem; color: #637185; font-variant-numeric: tabular-nums; }
.soc-area { position: absolute; inset: 0; }
.soc-area svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.chart-grid { stroke: #e3ecea; stroke-width: 1; vector-effect: non-scaling-stroke; }
.chart-safe { fill: none; stroke: #cf940c; stroke-width: 1.75; stroke-dasharray: 5 4; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.soc-legend { display: flex; flex-wrap: wrap; gap: 0.375rem 1.25rem; margin: -0.375rem 0 0.75rem; font-size: 0.75rem; color: #526477; }
.soc-legend span { display: inline-flex; align-items: center; gap: 0.5rem; }
.soc-legend span::before { content: ''; width: 1.5rem; border-top: 2.5px solid var(--green); }
.soc-legend .soc-legend-safe::before { border-top: 2px dashed #cf940c; }
.chart-line { fill: none; stroke: var(--green); stroke-width: 2.5; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.soc-hour { position: absolute; top: calc(100% + 0.375rem); transform: translateX(-50%); font-size: 0.6875rem; color: #637185; font-variant-numeric: tabular-nums; }

/* Driver app: a conceptual illustration, not a screenshot. */
.driver-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; align-items: center; }
.driver-layout .section-note { color: #526477; }
.phones { display: flex; flex-direction: column; align-items: center; gap: 0.875rem; }
.phone-row { display: flex; align-items: flex-end; justify-content: center; gap: 1rem; }
.phone { position: relative; display: flex; flex-direction: column; gap: 0.5rem; width: 9.5rem; height: 19rem; padding: 1.5rem 0.75rem 0.875rem; border: 0.4375rem solid #0e2a33; border-radius: 1.5rem; background: #fff; box-shadow: 0 1.25rem 2.5rem #153f4526; }
.phone::before { content: ''; position: absolute; top: 0.5rem; left: 50%; width: 2.5rem; height: 0.3125rem; border-radius: 1rem; background: #0e2a33; transform: translateX(-50%); }
.phone-2 { height: 20.5rem; margin-bottom: 1.25rem; }
.phone-1 { transform: rotate(-4deg); }
.phone-3 { transform: rotate(4deg); }
.phone-title { font-size: 0.75rem; font-weight: 700; color: var(--green-dark); }
.phone span { display: block; }
.ph-map { height: 5.5rem; border-radius: 0.375rem; background: linear-gradient(135deg, #dbeee6 25%, transparent 25%) 0 0 / 1.25rem 1.25rem, linear-gradient(45deg, #e4f1ec 25%, #f1f7f5 25%) 0 0 / 1.25rem 1.25rem; position: relative; }
.ph-map::after { content: ''; position: absolute; left: 12%; right: 18%; top: 30%; bottom: 25%; border: 2px solid var(--green); border-left-color: transparent; border-radius: 0 50% 50% 0; }
.ph-line { height: 0.4375rem; border-radius: 1rem; background: #dfe9e8; }
.ph-line.w80 { width: 80%; }
.ph-line.w70 { width: 70%; }
.ph-line.w60 { width: 60%; }
.ph-line.w50 { width: 50%; }
.ph-chip { display: inline-flex !important; align-items: center; gap: 0.25rem; width: fit-content; padding: 0.1875rem 0.5rem; border-radius: 1rem; background: #e3f3ec; color: #0f5f45; }
.ph-chip .icon { width: 0.875rem; height: 0.875rem; }
.ph-chip i { display: block; width: 1.5rem; height: 0.375rem; border-radius: 1rem; background: var(--green); }
.ph-list { display: grid !important; gap: 0.3125rem; }
.ph-list i { display: block; height: 0.875rem; border-radius: 0.25rem; background: #f1f7f5; border-left: 3px solid var(--green); }
.ph-button { height: 1.75rem; margin-top: auto; border-radius: 0.375rem; background: linear-gradient(120deg, #008c7c, #007267); }
.ph-bolt, .ph-alert { display: grid !important; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: #fdf3dc; color: #7a4f00; }
.ph-alert { background: #fdecea; color: #b42318; }
.ph-bolt .icon, .ph-alert .icon { width: 1.25rem; height: 1.25rem; }
.ph-gauge { height: 0.625rem; border-radius: 1rem; background: #dfe9e8; overflow: hidden; }
.ph-gauge i { display: block; height: 100%; background: var(--amber); }
.ph-grid { display: grid !important; grid-template-columns: 1fr 1fr; gap: 0.3125rem; }
.ph-grid i { display: block; height: 1.75rem; border-radius: 0.25rem; background: #f1f7f5; }
.ph-card { display: grid !important; gap: 0.25rem; padding: 0.4375rem; border: 1px solid var(--line); border-radius: 0.375rem; }
.ph-card i { display: block; height: 0.375rem; border-radius: 1rem; background: #dfe9e8; }
.ph-card i:first-child { width: 70%; background: var(--green); }
.ph-card.alt i:first-child { background: var(--amber); }
.phones figcaption { max-width: 26rem; font-size: 0.75rem; line-height: 1.45; color: #637185; text-align: center; }

/* Data and reliability photo. */
.data-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 45% center; border-radius: 0.375rem; }
.data-photo figcaption { margin-top: 0.5rem; font-size: 0.75rem; color: #637185; }

/* Security panel under the compliance cards. */
.security-panel { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 2fr); gap: 2rem; align-items: start; margin-top: 1.5rem; padding: 1.5rem 1.75rem; border-radius: 0.375rem; color: #fff; background: linear-gradient(110deg, #033639, #002b2e 68%, #00272b); }
.security-panel .eyebrow { color: #b9d7ce; }
.security-panel h3 { color: #fff; font-size: 1.375rem; }
.security-panel ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.5rem; margin: 0; padding: 0; list-style: none; }
.security-panel li { display: grid; grid-template-columns: 1.5rem minmax(0, 1fr); gap: 0.375rem 0.75rem; align-items: start; }
.security-panel li > .icon { width: 1.5rem; height: 1.5rem; color: #8bd5bf; }
.security-panel li > span:not(.status) { font-size: 0.8125rem; line-height: 1.5; color: #d7e4e8; }
.security-panel li strong { display: block; margin-bottom: 0.125rem; color: #fff; font-size: 0.9375rem; }
.security-panel li > .status { grid-column: 2; }
.security-panel .status-live { background: #0e5c50; color: #c9f2e2; }
.security-panel .status-planned { background: #4b3c12; color: #ffe2a3; }

/* Pricing: five plans, monthly/annual switch. */
.presale-note { display: flex; align-items: flex-start; gap: 0.5rem; width: fit-content; max-width: 46rem; margin-top: 0.875rem; padding: 0.5rem 0.875rem; border-radius: 0.375rem; background: #fdf3dc; color: #5c4400; font-size: 0.8125rem; font-weight: 600; line-height: 1.45; }
.presale-note .icon { width: 1.125rem; height: 1.125rem; margin-top: 0.0625rem; }
.billing-toggle { display: inline-flex; flex-shrink: 0; padding: 0.25rem; border: 1px solid var(--line); border-radius: 0.5rem; background: #fff; }
.billing-toggle button { min-height: 2.25rem; padding: 0.375rem 0.875rem; border: 0; border-radius: 0.375rem; background: transparent; font-size: 0.8125rem; font-weight: 600; color: #3b5263; white-space: nowrap; }
.billing-toggle button[aria-pressed="true"] { background: var(--green-dark); color: #fff; }
.plans { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 1.625rem 1.125rem 1.25rem; border: 1px solid var(--line); border-radius: 0.375rem; background: #fff; }
.plan.is-featured { border-color: #349a8d; background: #eef7f3; }
.featured-label { position: absolute; top: -0.75rem; left: 0.75rem; padding: 0.25rem 0.875rem; border-radius: 0.3125rem; background: #005b50; color: #fff; font-size: 0.6875rem; line-height: 1.4; }
.plan h3 { font-size: 1.1875rem; }
.plan-for { min-height: 2.5rem; margin-top: 0.375rem; font-size: 0.8125rem; line-height: 1.45; }
.plan-price { margin: 1rem 0 1rem; }
.plan-price > strong { display: block; font-size: 1.875rem; letter-spacing: -.8px; line-height: 1.1; white-space: nowrap; }
.plan-price > small { display: block; margin-top: 0.375rem; font-size: 0.75rem; line-height: 1.45; color: #647580; }
.plan-limits { display: grid; gap: 0.4375rem; margin: 0 0 1.25rem; padding: 1rem 0 0; border-top: 1px solid #e3ecea; list-style: none; }
.plan-limits li { display: grid; grid-template-columns: 1rem minmax(0, 1fr); gap: 0.5rem; align-items: start; font-size: 0.8125rem; line-height: 1.45; color: #324b58; }
.plan-limits .icon { width: 1rem; height: 1rem; margin-top: 0.125rem; color: var(--green); }
.plan .button { width: 100%; margin-top: auto; padding-inline: 0.75rem; gap: 0.5rem; white-space: normal; }
.plan-terms { align-self: center; margin-top: 0.625rem; font-size: 0.75rem; color: var(--green-dark); text-decoration: underline; text-underline-offset: 2px; }
.hero-note a { color: var(--green-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.price-note { margin-top: 1.25rem; font-size: 0.8125rem; line-height: 1.55; }

/* Native, keyboard-accessible FAQ; two columns filled top to bottom. */
.faq-section { padding: 2.75rem 0 3rem; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 1.9375rem; row-gap: 0.5rem; align-items: start; }
.faq-item { border: 1px solid #dce6e7; border-radius: 0.25rem; background: white; order: var(--faq-order); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; list-style: none; font-size: 0.875rem; color: #294453; padding: 0.5625rem 1.0625rem; line-height: 1.3; cursor: pointer; min-height: 2.75rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .icon { width: 0.9375rem; height: 0.9375rem; transition: transform .2s; }
.faq-item[open] summary .icon { transform: rotate(180deg); }
.faq-item[open] { border-color: #93bcb1; }
.faq-item[open] summary { color: var(--green-dark); font-weight: 600; }
.faq-answer { padding: 2px 1.0625rem 1rem; }
.faq-answer > p { font-size: 0.8125rem; line-height: 1.6; color: #506774; }

/* Contact section and the shared form (also in the contact dialog). */
.contact-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 3rem; align-items: start; }
.sla { display: inline-flex; align-items: center; gap: 0.4375rem; margin-top: 1rem; padding: 0.375rem 0.75rem; border-radius: 1rem; background: #e3f3ec; color: #0f5f45; font-size: 0.75rem; font-weight: 600; }
.sla .icon { width: 1rem; height: 1rem; }
.contact-aside { margin-top: 1.5rem; padding: 1.125rem 1.25rem; border-left: 3px solid var(--green); border-radius: 0 0.375rem 0.375rem 0; background: #fff; }
.contact-aside strong { display: block; margin-bottom: 0.5rem; font-size: 0.875rem; }
.contact-aside ol { display: grid; gap: 0.375rem; margin: 0; padding-left: 1.125rem; font-size: 0.8125rem; line-height: 1.5; color: #324b58; }
.contact-direct { display: flex; align-items: center; gap: 0.5rem; margin-top: 1.25rem; font-size: 0.8125rem; }
.contact-direct .icon { width: 1.125rem; height: 1.125rem; color: var(--green); }
.contact-direct a, .dialog-note a { color: var(--green-dark); font-weight: 600; overflow-wrap: anywhere; }
.contact-panel { padding: 1.75rem; border: 1px solid var(--line); border-radius: 0.5rem; background: #fff; box-shadow: 0 1rem 2.5rem #153f4512; }
.contact-form { position: relative; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-full { grid-column: 1 / -1; }
.form-field { display: block; min-width: 0; }
.field-label { display: block; margin-bottom: 0.375rem; font-size: 0.75rem; font-weight: 600; color: #294453; }
.text-control { width: 100%; min-height: 2.75rem; padding: 0.625rem 0.75rem; border: 1px solid #c9d8d6; border-radius: 0.375rem; background: #fff; color: var(--ink); font-size: 0.875rem; line-height: 1.4; }
.text-control:focus { border-color: var(--green); box-shadow: 0 0 0 0.1875rem #007e7026; }
.textarea { min-height: 6.5rem; resize: vertical; }
.form-field.is-invalid .text-control { border-color: #d92d20; }
.field-error { display: none; margin-top: 0.25rem; font-size: 0.75rem; color: #b42318; }
.field-error.is-visible { display: block; }
.consent { display: grid; grid-template-columns: 1.25rem minmax(0, 1fr); gap: 0.625rem; align-items: start; font-size: 0.8125rem; line-height: 1.5; color: #324b58; }
.consent input { width: 1.125rem; height: 1.125rem; margin: 0.125rem 0 0; accent-color: var(--green); }
.consent .field-error { grid-column: 2; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1.25rem; }
.form-status { font-size: 0.8125rem; line-height: 1.5; }
.form-status:empty { display: none; }
.form-status.is-success { color: #0f6b4b; }
.form-status.is-error { color: #b42318; }
.contact-form.is-sent .form-grid, .contact-form.is-sent [data-fleet-contact-submit] { display: none; }
.contact-form.is-sent .form-status { padding: 1rem 1.125rem; border-radius: 0.375rem; background: #e8f6ef; font-size: 0.9375rem; }

/* Closing photo banner. */
.closing-section { min-height: 14.1875rem; position: relative; isolation: isolate; display: flex; align-items: center; background: #2c4841; overflow: hidden; }
.closing-photos { position: absolute; z-index: -2; inset: 0; }
.closing-photos > img { position: absolute; top: 0; height: 100%; object-fit: cover; }
.closing-landscape { right: 0; width: 100%; object-position: center 63%; }
.closing-section::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #001d25d1, #02252d87 45%, #061b2833); }
.closing-content { display: flex; align-items: center; justify-content: space-between; gap: 2.1875rem; }
.closing-content h2 { color: #fff; font-size: 2rem; margin-bottom: 0.75rem; }
.closing-content p { color: #eef5f2; font-size: 1rem; max-width: 36rem; }
.closing-content .button { min-height: 2.9375rem; font-size: 0.8125rem; }

/* Footer. */
.site-footer { padding: 2.5rem 0 1.25rem; border-top: 1px solid #e3ecea; }
.footer-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr) minmax(0, .8fr) auto; gap: 2rem; align-items: start; }
.site-footer .brand-word { font-size: 1.125rem; }
.site-footer .brand-sub { font-size: 0.6875rem; }
.footer-brand p { margin-top: 0.5rem; font-size: 0.75rem; color: #687985; }
.footer-brand .footer-about { max-width: 26rem; line-height: 1.55; }
.footer-links { display: grid; gap: 0.375rem; align-content: start; }
.footer-links strong { margin-bottom: 0.25rem; font-size: 0.6875rem; letter-spacing: 1.2px; text-transform: uppercase; color: #294453; }
.footer-links a { justify-self: start; padding: 0.1875rem 0; font-size: 0.75rem; color: #667484; overflow-wrap: anywhere; }
.footer-links a:hover { color: var(--green); }
.footer-copy { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem 1.5rem; margin-top: 1.75rem; padding-top: 1rem; border-top: 1px solid #e3ecea; font-size: 0.6875rem; line-height: 1.5; color: #6b7a86; }
.footer-copy > span:first-child { max-width: 48rem; }
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none; grid-template-columns: 1.3fr 1fr; gap: 0.625rem; padding: 0.625rem 0.875rem calc(0.625rem + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fffffff5; box-shadow: 0 -0.625rem 1.875rem #14202a24; transform: translateY(110%); visibility: hidden; transition: transform .25s, visibility .25s; }
.mobile-bar.is-visible { transform: translateY(0); visibility: visible; }
.mobile-bar .button { min-height: 2.75rem; padding-inline: 0.75rem; font-size: 0.8125rem; }

/* Contact dialog: focus is contained, Escape and a click on the backdrop close it, focus returns to the trigger. */
dialog { padding: 0; width: min(47.5rem, calc(100% - 2rem)); max-height: calc(100dvh - 2.75rem); color: var(--ink); background: white; border: 1px solid #d7e4e0; border-radius: 0.75rem; box-shadow: 0 1.5625rem 7.5rem #031f3855; }
dialog::backdrop { background: #061f2cb5; -webkit-backdrop-filter: blur(0.3125rem); backdrop-filter: blur(0.3125rem); }
.dialog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.375rem 1.75rem; border-bottom: 1px solid var(--line); background: #fff; position: sticky; top: 0; z-index: 2; }
.dialog-toolbar h2 { font-size: 1.4375rem; }
.dialog-toolbar .eyebrow { margin-bottom: 0.3125rem; font-size: 0.6875rem; }
.round-control { display: inline-flex; align-items: center; justify-content: center; width: 2.3125rem; height: 2.3125rem; border-radius: 0.3125rem; background: transparent; border: 1px solid #afccca60; color: inherit; }
.round-control .icon { width: 1.125rem; height: 1.125rem; }
.dialog-close { flex-shrink: 0; }
.dialog-close:hover { background: #eaf4f0; }
.dialog-body { padding: 1.5625rem 1.75rem 1.875rem; }
.selected-note { margin-bottom: 1.25rem; padding: 0.75rem 0.9375rem; border-radius: 0.375rem; background: #edf7f2; color: #175647; font-size: 0.875rem; line-height: 1.5; }
.dialog-note { font-size: 0.75rem; line-height: 1.6; color: #5c716a; margin: 1.125rem 0 0; }
.dialog-note .icon { width: 0.9375rem; height: 0.9375rem; vertical-align: -0.1875rem; }

/* Published legal documents (Polish HTML fragments) in the landing shell. */
.legal-page { padding: calc(var(--header) + 2.5rem) 0 3.5rem; background: linear-gradient(180deg, #f3f8f6, #fff 18rem); }
.legal-layout { max-width: 52rem; }
.legal-back { margin-bottom: 1.25rem; }
.legal-meta { margin-bottom: 0.5rem; font-size: 0.8125rem; font-weight: 700; color: #216a69; }
.legal-page h1 { margin-bottom: 1.5rem; font-size: 2.25rem; }
.legal-notice { margin-bottom: 1.5rem; padding: 0.75rem 1rem; border-left: 3px solid #cf940c; border-radius: 0 0.375rem 0.375rem 0; background: #fdf6e6; font-size: 0.875rem; color: #5c4400; }
.legal-preparation { padding: 1.25rem 1.5rem; border: 1px solid var(--line); border-left: 3px solid #cf940c; border-radius: 0 0.375rem 0.375rem 0; background: #fff; }
.legal-preparation strong { display: block; margin-bottom: 0.5rem; font-size: 1.0625rem; }
.legal-preparation p { font-size: 0.9375rem; line-height: 1.6; }
.legal-preparation ul { display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.legal-preparation a { color: var(--green-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.legal-document { font-size: 0.9375rem; line-height: 1.65; color: #324b58; overflow-wrap: break-word; }
.legal-document h2 { margin: 2rem 0 0.75rem; font-size: 1.25rem; color: var(--ink); }
.legal-document p, .legal-document ol, .legal-document ul { margin: 0 0 0.875rem; color: #324b58; }
.legal-document ol, .legal-document ul { padding-left: 1.5rem; }
.legal-document li { margin-bottom: 0.375rem; }
.legal-document a { color: var(--green-dark); text-decoration: underline; text-underline-offset: 2px; }
.legal-document table { display: block; max-width: 100%; overflow-x: auto; margin: 0.75rem 0; border-collapse: collapse; font-size: 0.875rem; }
.legal-document th, .legal-document td { padding: 0.5rem 0.75rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-document th { background: #f1f7f5; }

@media (min-width: 1231px) {
  html { font-size: clamp(15px, 1.11111111vw, 24px); }
}
@media (max-width: 1230px) {
  :root { --header: 3.625rem; }
  .nav-shell { gap: 1.6875rem; }
  .main-nav { gap: 1.125rem; }
  .brand-word { font-size: 1.125rem; }
  .brand-sub { font-size: 0.6875rem; }
  .nav-actions { gap: 0.875rem; }
  h2 { font-size: 1.625rem; }
  .hero { height: 38rem; }
  .hero-content { padding-top: 6.875rem; }
  .hero h1 { font-size: 2.5rem; }
  .hero-copy { max-width: 35rem; }
  .hero-description { font-size: 0.875rem; max-width: 30rem; }
  .hero-points { max-width: 36rem; gap: 0.875rem; padding-bottom: 2.25rem; }
  .hero-points strong { font-size: 0.75rem; }
  .hero-points span { font-size: 0.6875rem; }
  .hero-points .icon { width: 1.25rem; height: 1.25rem; }
  .day-card { width: 19.5rem; bottom: 1.75rem; padding: 0.875rem 1rem 0.75rem; }
  .day-card dd { font-size: 0.9375rem; }
  .network-kpis dd { font-size: 1.375rem; }
  .steps { gap: 0.75rem; }
  .steps li { padding: 1rem 0.875rem; }
  .steps strong { font-size: 0.875rem; }
  .steps strong .icon { display: none; }
  .feature-grid { gap: 1rem; }
  .feature-card { padding: 1.125rem; min-height: 0; }
  .sample-totals { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .plans { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .plan { grid-column: span 2; }
  .plan:nth-child(4) { grid-column: 2 / span 2; }
  .closing-content h2 { font-size: 1.6875rem; }
  .closing-content p { font-size: 0.875rem; }
}
/* The menu items collapse into the menu button before they run out of room. */
@media (max-width: 1100px) {
  .site-header { background: #fff; }
  .site-header::before, .site-header::after { display: none; }
  .main-nav { position: absolute; top: var(--header); left: -6.2%; right: -6.2%; padding: 1rem 6.2% 1.5rem; background: white; box-shadow: 0 1rem 1.25rem #103e3218; display: none; }
  .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0.1875rem; }
  .main-nav > a { font-size: 0.875rem; padding: 0.75rem; text-align: left; }
  .main-nav .nav-account { display: block; margin-top: 0.375rem; border-top: 1px solid var(--line); padding-top: 0.875rem; color: var(--green-dark); font-weight: 600; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(0.375rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-0.375rem) rotate(-45deg); }
}
@media (max-width: 980px) {
  .hero { height: 40rem; }
  .hero h1 { font-size: 2.1875rem; }
  .hero-copy { max-width: 28.75rem; }
  .hero-description { font-size: 0.8125rem; max-width: 26rem; }
  .hero .button { font-size: 0.75rem; padding-inline: 1rem; min-height: 2.8125rem; }
  .hero-points { grid-template-columns: repeat(2, minmax(0, 13rem)); max-width: 28rem; row-gap: 0.75rem; }
  .hero-photo { width: 62%; }
  .hero-image-fade { background: linear-gradient(90deg, #f7faf5f5 0%, #f7faf5ee 29%, #f7faf5b5 46%, #f7faf500 68%); }
  /* The copy needs the width here; the same plan is shown in the sample section and returns on phones. */
  .day-card { display: none; }
  .info-grid-3, .compare-columns { grid-template-columns: minmax(0, 1fr); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps li:last-child { grid-column: 1 / -1; }
  .steps strong .icon { display: inline-block; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sample-layout { grid-template-columns: minmax(0, 1fr); }
  .route-timeline { contain: none; height: 26rem; }
  .driver-layout, .split, .contact-layout { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .security-panel { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
  .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan, .plan:nth-child(4) { grid-column: auto; }
  .plan:last-child { grid-column: 1 / -1; }
  .plan-for { min-height: 0; }
  .faq-item summary { font-size: 0.8125rem; padding: 0.625rem 0.75rem; }
  .closing-content { gap: 1.375rem; }
  .closing-content h2 { font-size: 1.5625rem; }
  .closing-content .button { font-size: 0.75rem; padding-inline: 0.875rem; }
  .footer-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .mobile-bar { display: grid; }
  body { padding-bottom: 4.5rem; }
}
@media (max-width: 700px) {
  :root { --header: 3.875rem; }
  .container { width: calc(100% - 2.5rem); }
  h2 { font-size: 1.6875rem; letter-spacing: -.75px; }
  .eyebrow { font-size: 0.625rem; letter-spacing: 1.4px; }
  .site-header { position: relative; }
  .nav-shell { gap: 0.625rem; }
  .brand-word { font-size: 1.1875rem; }
  .brand-sub { font-size: 0.625rem; padding-left: 0.5rem; }
  .brand { gap: 0.5rem; }
  .nav-actions { gap: 0.25rem; }
  .nav-actions .button { display: none; }
  .main-nav { left: -1.25rem; right: -1.25rem; padding: 0.75rem 1.25rem 1.5rem; }
  .section { padding: 2.5rem 0; }
  .section-lead { font-size: 0.875rem; }
  .heading-row { display: block; }
  .heading-row > .text-button, .heading-row > .billing-toggle { margin-top: 1rem; }
  .hero { height: auto; display: flex; flex-direction: column; background: #f4f8f4; }
  .hero::after { display: none; }
  .hero-content { padding-top: 2rem; height: auto; order: 0; }
  .hero-copy { max-width: none; }
  .hero h1 { font-size: clamp(1.75rem, 7.4vw, 2.6875rem); letter-spacing: -1.2px; line-height: 1.1; }
  .hero-description { font-size: 0.875rem; line-height: 1.55; max-width: none; }
  .hero-copy .actions { display: grid; grid-template-columns: 1fr; gap: 0.625rem; }
  .hero-copy .button { width: 100%; min-height: 2.875rem; font-size: 0.8125rem; }
  .hero-points { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; margin-top: 1.5rem; padding-bottom: 1.5rem; gap: 0.875rem 0.75rem; }
  .hero-points .icon { width: 1rem; height: 1rem; border-width: 0.1875rem; }
  .hero-visual { position: relative; order: 1; inset: auto; height: clamp(22rem, 92vw, 31.25rem); }
  .hero-photo { width: 100%; -webkit-mask-image: none; mask-image: none; object-position: 66% center; }
  .hero-image-fade { background: linear-gradient(#f4f8f4, #f4f8f400 10%); }
  .day-card { display: block; left: 1rem; right: 1rem; bottom: 1rem; width: auto; }
  .day-card dl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem 0.875rem; }
  .day-card dl > div { flex-direction: column-reverse; justify-content: flex-end; align-items: stretch; gap: 0.125rem; }
  .network-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.625rem; }
  .network-kpis > div { padding: 0.75rem 0.875rem; }
  .network-kpis dd { font-size: 1.25rem; }
  .compare-column { padding: 1.125rem 1.125rem 1.25rem; }
  .compare-column ul { font-size: 0.875rem; }
  .steps, .feature-grid { grid-template-columns: minmax(0, 1fr); }
  .steps li:last-child { grid-column: auto; }
  .sample-totals { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem; }
  .sample-totals strong { font-size: 1rem; }
  .route-pin > span { display: none; }
  .route-pin > .icon { width: 1.375rem; height: 1.375rem; padding: 0.25rem; }
  .route-pin { transform: translate(-50%, -50%); }
  .route-timeline { height: 24rem; }
  .timeline-item button { grid-template-columns: 3.5rem minmax(0, 1fr) auto; gap: 0.125rem 0.5rem; padding: 0.5rem; }
  .timeline-soc i { display: none; }
  .soc-chart { padding: 0.875rem 0.875rem 1rem; }
  .soc-plot { height: 9.5rem; margin-left: 2.5rem; }
  .phone-row { gap: 0.5rem; }
  .phone { width: 29vw; max-width: 8.5rem; height: 16rem; padding: 1.375rem 0.5rem 0.625rem; border-width: 0.3125rem; border-radius: 1.125rem; }
  .phone-2 { height: 17rem; margin-bottom: 0.75rem; }
  .phone-title { font-size: 0.625rem; }
  .ph-map { height: 4rem; }
  .security-panel { padding: 1.25rem 1.125rem; }
  .security-panel ul { grid-template-columns: minmax(0, 1fr); }
  .billing-toggle { display: flex; width: 100%; }
  .billing-toggle button { flex: 1; white-space: normal; }
  .plans { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
  .plan:last-child { grid-column: auto; }
  .faq-section { padding: 2rem 0 2.1875rem; }
  .faq-grid { grid-template-columns: 1fr; gap: 0.5625rem; }
  .faq-item { order: unset; }
  .faq-item summary { line-height: 1.4; padding: 0.875rem 0.75rem; }
  .faq-answer { padding-inline: 0.75rem; }
  .contact-panel { padding: 1.125rem; }
  .form-grid { grid-template-columns: minmax(0, 1fr); }
  .closing-section { min-height: 19.5625rem; padding: 2.125rem 0; }
  .closing-content { display: block; }
  .closing-content h2 { font-size: 1.75rem; }
  .closing-content p { font-size: 0.875rem; }
  .closing-content .actions { margin-top: 1.5625rem; gap: 0.6875rem; }
  .closing-content .button { font-size: 0.75rem; min-height: 2.75rem; padding-inline: 1rem; }
  .closing-landscape { object-position: 55% center; }
  .closing-section::before { background: linear-gradient(90deg, #001d25d6, #102d3477); }
  .site-footer { padding: 1.625rem 0 1rem; }
  .footer-layout { grid-template-columns: minmax(0, 1fr); gap: 1.25rem; }
  .footer-links a { font-size: 0.8125rem; padding: 0.3125rem 0; }
  dialog { width: calc(100% - 1.5rem); max-height: calc(100dvh - 1.5rem); border-radius: 0.5625rem; }
  .dialog-toolbar { padding: 1rem; }
  .dialog-toolbar h2 { font-size: 1.125rem; letter-spacing: -.4px; }
  .dialog-close { width: 2.25rem; height: 2.25rem; }
  .dialog-body { padding: 1.125rem; }
  .selected-note { font-size: 0.8125rem; }
  .legal-page { padding-top: 1.75rem; }
  .legal-page h1 { font-size: 1.75rem; }
  .legal-document { font-size: 0.875rem; }
}
@media (max-width: 380px) {
  .brand-sub { display: none; }
  .hero-points { grid-template-columns: minmax(0, 1fr); }
  .network-kpis, .sample-totals { grid-template-columns: minmax(0, 1fr); }
  .day-card dl { grid-template-columns: minmax(0, 1fr); }
  .day-card dl > div { flex-direction: row-reverse; justify-content: space-between; align-items: baseline; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
