:root {
  --ink: #0B1220;
  --ink-soft: #172033;
  --blue: #246BFD;
  --blue-dark: #1551D8;
  --blue-light: #EAF1FF;
  --teal: #00A88F;
  --teal-light: #E5F8F4;
  --amber: #FFB020;
  --amber-light: #FFF6E2;
  --purple: #7047EB;
  --purple-light: #F0EBFF;
  --danger: #D92D20;
  --success: #138A4B;
  --text: #1B2433;
  --muted: #667085;
  --border: #E4E7EC;
  --surface: #FFFFFF;
  --surface-muted: #F7F9FC;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.07);
  --shadow-lg: 0 28px 70px rgba(15, 23, 42, 0.14);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Arial, "Noto Sans Hebrew", sans-serif;
  color: var(--text);
  background: var(--surface);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  inset-inline-start: 12px;
  padding: 10px 16px;
  background: var(--ink);
  color: white;
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-muted { background: var(--surface-muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(228, 231, 236, 0.8);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand img { width: 38px; height: 38px; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 20px; letter-spacing: -.02em; color: var(--ink); }
.brand-copy small { font-size: 11px; color: var(--muted); margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-inline-start: auto; }
.main-nav a { font-size: 14px; color: #475467; font-weight: 600; transition: color .2s; }
.main-nav a:hover { color: var(--blue); }
.header-login { margin-inline-start: 8px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--surface-muted); padding: 11px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; }
.mobile-menu { display: none; padding: 10px 20px 20px; border-top: 1px solid var(--border); background: white; }
.mobile-menu a:not(.button) { display: block; padding: 10px 0; font-weight: 600; color: #475467; }
.mobile-menu .button { margin-top: 8px; width: 100%; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 11px 18px;
  font-weight: 700;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 8px 18px rgba(36, 107, 253, .22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 12px 24px rgba(36, 107, 253, .28); }
.button-secondary { background: white; color: var(--ink); border-color: var(--border); box-shadow: 0 4px 12px rgba(15,23,42,.04); }
.button-secondary:hover { border-color: #C8D0DC; }
.button-large { padding: 14px 23px; font-size: 15px; }

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 76px;
  padding-bottom: 82px;
  background:
    radial-gradient(circle at 18% 24%, rgba(36,107,253,.07), transparent 30%),
    radial-gradient(circle at 82% 58%, rgba(0,168,143,.07), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); gap: 72px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.eyebrow span:empty { width: 22px; height: 2px; background: currentColor; border-radius: 4px; }
.eyebrow.light { color: #93B5FF; }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: 1.08; letter-spacing: -.045em; color: var(--ink); }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-lead { max-width: 665px; margin: 24px 0 0; color: #475467; font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 22px; list-style: none; padding: 0; margin: 28px 0 0; color: #475467; font-size: 13px; font-weight: 600; }
.hero-proof li { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 17px; height: 17px; fill: none; stroke: var(--teal); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual-glow { position: absolute; inset: 11% 8%; border-radius: 50%; background: radial-gradient(circle, rgba(36,107,253,.14), rgba(0,168,143,.03) 60%, transparent 72%); filter: blur(8px); }
.operations-card { position: relative; z-index: 2; width: min(100%, 500px); background: rgba(255,255,255,.97); border: 1px solid rgba(216,222,232,.9); border-radius: 24px; box-shadow: var(--shadow-lg); padding: 24px; }
.operations-head { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); padding-bottom: 17px; }
.operations-head > div { display: flex; align-items: center; gap: 8px; }
.status-dot { width: 8px; height: 8px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 5px var(--blue-light); }
.pill { display: inline-flex; align-items: center; justify-content: center; width: max-content; padding: 5px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.pill-success { color: var(--success); background: #E8F7EE; }
.pill-blue { color: var(--blue); background: var(--blue-light); }
.pill-teal { color: #087F6E; background: var(--teal-light); }
.pill-amber { color: #9A6200; background: var(--amber-light); }
.pill-purple { color: var(--purple); background: var(--purple-light); }
.pill-dark { color: white; background: #243047; }
.route-line { position: relative; display: flex; justify-content: space-between; margin: 32px 0 28px; }
.route-line::before { content: ""; position: absolute; height: 3px; background: #E8ECF3; left: 8%; right: 8%; top: 15px; border-radius: 4px; }
.route-progress { position: absolute; z-index: 1; height: 3px; background: linear-gradient(90deg, var(--blue), var(--teal)); inset-inline-start: 8%; inset-inline-end: 35%; top: 15px; border-radius: 4px; }
.route-point { position: relative; z-index: 2; display: grid; justify-items: center; gap: 8px; min-width: 64px; }
.route-point span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #F0F2F6; color: #98A2B3; font-size: 12px; font-weight: 800; border: 3px solid white; box-shadow: 0 0 0 1px #DFE4EC; }
.route-point small { color: var(--muted); font-size: 11px; }
.route-point.active span { color: white; background: var(--teal); box-shadow: 0 0 0 1px var(--teal); }
.route-point.current span { color: white; background: var(--blue); box-shadow: 0 0 0 5px rgba(36,107,253,.12); }
.shipment-summary { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--surface-muted); border-radius: 15px; padding: 15px; }
.shipment-summary div { display: grid; gap: 3px; padding: 0 13px; border-inline-start: 1px solid var(--border); }
.shipment-summary div:first-child { border-inline-start: 0; }
.shipment-summary span { color: var(--muted); font-size: 10px; }
.shipment-summary strong { color: var(--ink); font-size: 14px; }
.driver-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; margin-top: 17px; padding-top: 17px; border-top: 1px solid var(--border); }
.driver-avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: white; background: var(--ink); font-weight: 800; }
.driver-row > div:nth-child(2) { display: grid; line-height: 1.3; }
.driver-row strong { font-size: 13px; }
.driver-row span { color: var(--muted); font-size: 11px; margin-top: 3px; }
.live-badge { display: flex; align-items: center; gap: 5px; color: var(--success); font-size: 10px; font-weight: 900; letter-spacing: .05em; }
.live-badge span { width: 7px; height: 7px; margin: 0; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 4px rgba(19,138,75,.1); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-width: 205px; padding: 12px 14px; border: 1px solid rgba(220,225,233,.9); border-radius: 15px; background: rgba(255,255,255,.97); box-shadow: var(--shadow-sm); }
.floating-card > div:last-child { display: grid; line-height: 1.35; }
.floating-card strong { font-size: 12px; }
.floating-card span { color: var(--muted); font-size: 10px; margin-top: 3px; }
.floating-top { top: 16px; inset-inline-end: -5px; }
.floating-bottom { bottom: 20px; inset-inline-start: -12px; }
.floating-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; }
.floating-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; stroke-linecap: round; }
.floating-icon.teal { background: var(--teal-light); color: var(--teal); }
.floating-icon.amber { background: var(--amber-light); color: #D98700; }

.trust-strip { border-block: 1px solid var(--border); background: #fff; }
.trust-grid { min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 23px; color: #667085; font-size: 13px; font-weight: 700; }
.trust-grid i { width: 4px; height: 4px; border-radius: 50%; background: #C7CED9; }

.section-heading { margin-bottom: 44px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.narrow { max-width: 750px; }
.section-heading h2, .service-copy h2, .technology-grid h2, .cta-card h2 { margin: 0; font-size: clamp(31px, 4vw, 44px); line-height: 1.18; letter-spacing: -.035em; color: var(--ink); }
.section-heading > p:last-child, .service-copy > p, .tech-lead { margin: 16px 0 0; color: var(--muted); font-size: 16px; }
.split-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 60px; align-items: end; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 16px; }

.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.problem-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.problem-card h3 { margin: 21px 0 8px; color: var(--ink); font-size: 19px; }
.problem-card p { margin: 0; color: var(--muted); font-size: 14px; }
.icon-box { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; }
.icon-box svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-box.blue { color: var(--blue); background: var(--blue-light); }
.icon-box.teal { color: var(--teal); background: var(--teal-light); }
.icon-box.amber { color: #D98700; background: var(--amber-light); }
.icon-box.purple { color: var(--purple); background: var(--purple-light); }
.icon-box.small { width: 43px; height: 43px; border-radius: 12px; }
.icon-box.small svg { width: 21px; height: 21px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.process-card { position: relative; min-height: 245px; padding: 26px; border-radius: var(--radius-md); background: white; border: 1px solid var(--border); overflow: hidden; }
.step-number { position: absolute; top: 17px; inset-inline-end: 19px; color: #D0D5DD; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.process-card h3 { margin: 21px 0 8px; color: var(--ink); font-size: 18px; }
.process-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.service-layout { display: grid; grid-template-columns: .74fr 1.26fr; gap: 90px; align-items: center; }
.service-copy { position: sticky; top: 120px; align-self: start; }
.service-copy > p { max-width: 480px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--blue); font-weight: 800; font-size: 14px; }
.text-link svg, .portal-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transform: scaleX(-1); }
/* Chevrons are drawn pointing right; flipped for RTL reading. In LTR they already point in the reading direction. */
[dir="ltr"] .text-link svg, [dir="ltr"] .portal-link svg { transform: none; }
.service-list { border-top: 1px solid var(--border); }
.service-list article { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--border); }
.service-index { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--surface-muted); color: var(--blue); font-size: 12px; font-weight: 900; }
.service-list h3 { margin: 0; color: var(--ink); font-size: 18px; }
.service-list p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }

.section-dark { color: white; background: var(--ink); overflow: hidden; position: relative; }
.section-dark::after { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: rgba(36,107,253,.16); filter: blur(70px); inset-inline-start: -120px; bottom: -240px; }
.technology-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.technology-grid h2 { color: white; }
.tech-lead { color: #B7C0CF; max-width: 520px; }
.tech-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.tech-tags span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #D7DEEA; background: rgba(255,255,255,.04); font-size: 11px; font-weight: 700; }
.metric-panel { border: 1px solid rgba(255,255,255,.11); border-radius: 22px; padding: 23px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.metric-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.metric-head > div { display: grid; }
.metric-head span { color: #8FA0B8; font-size: 10px; }
.metric-head strong { color: white; font-size: 15px; margin-top: 3px; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 1px; background: rgba(255,255,255,.08); }
.metric-grid > div { display: grid; padding: 22px; background: #111A2A; }
.metric-grid span { color: #91A0B5; font-size: 10px; }
.metric-grid strong { color: white; font-size: 27px; margin: 5px 0 2px; letter-spacing: -.03em; }
.metric-grid small { color: #7F8EA4; font-size: 9px; }

.cta-section { padding: 76px 0; }
.cta-card { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 42px; border: 1px solid #DDE5F4; border-radius: 24px; background: linear-gradient(135deg, #F6F9FF 0%, #F5FCFA 100%); }
.cta-card h2 { max-width: 780px; font-size: clamp(28px, 3.4vw, 39px); }

.site-footer { background: #F7F9FC; border-top: 1px solid var(--border); }
.footer-inner { min-height: 114px; display: grid; grid-template-columns: auto 1fr auto; gap: 35px; align-items: center; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-inner nav { display: flex; gap: 22px; color: #475467; font-size: 13px; font-weight: 700; }
.footer-bottom { min-height: 48px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--border); color: #98A2B3; font-size: 11px; }

/* Access page */
.compact-header { position: relative; }
.compact-header .header-inner { justify-content: space-between; }
/* "Back" arrow is drawn pointing left; flipped to point toward the start in RTL. In LTR "back" is already leftward. */
.rtl-arrow { transform: scaleX(-1); }
[dir="ltr"] .rtl-arrow { transform: none; }
.access-hero { padding: 72px 0 62px; text-align: center; background: linear-gradient(180deg, #F8FAFF 0%, #fff 100%); border-bottom: 1px solid var(--border); }
.access-hero-inner { max-width: 760px; }
.access-hero .eyebrow { justify-content: center; }
.access-hero h1 { margin: 0; color: var(--ink); font-size: clamp(38px, 5vw, 58px); line-height: 1.1; letter-spacing: -.045em; }
.access-hero p:last-child { margin: 18px auto 0; color: var(--muted); font-size: 17px; }
.access-content { padding-top: 70px; }
.portal-group { margin-bottom: 68px; }
.portal-group-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; }
.group-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; }
.group-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.group-icon.blue { color: var(--blue); background: var(--blue-light); }
.group-icon.teal { color: var(--teal); background: var(--teal-light); }
.group-icon.purple { color: var(--purple); background: var(--purple-light); }
.portal-group-heading h2 { margin: 0; color: var(--ink); font-size: 24px; letter-spacing: -.02em; }
.portal-group-heading p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.portal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px; }
.portal-grid.three-columns { grid-template-columns: repeat(3, 1fr); }
.portal-card { display: flex; flex-direction: column; min-height: 300px; padding: 26px; border: 1px solid var(--border); border-radius: 20px; background: white; box-shadow: 0 5px 18px rgba(15,23,42,.035); transition: transform .22s, box-shadow .22s, border-color .22s; }
.portal-card:hover { transform: translateY(-3px); border-color: #D2D8E1; box-shadow: var(--shadow-sm); }
.portal-card.featured { background: linear-gradient(145deg, #FFFFFF 45%, #F5F8FF 100%); }
.portal-card.featured-purple { background: linear-gradient(145deg, #FFFFFF 45%, #F8F6FF 100%); }
.portal-card.featured-dark { background: linear-gradient(150deg, #111A2A 0%, #0B1220 100%); border-color: #202B3F; color: white; }
.portal-card.featured-dark h3 { color: white; }
.portal-card.featured-dark p, .portal-card.featured-dark li { color: #AEB8C8; }
.portal-card.featured-dark .portal-link { color: #8DB2FF; border-top-color: rgba(255,255,255,.1); }
.portal-card-top { display: flex; justify-content: space-between; align-items: flex-start; }
.portal-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; }
.portal-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.portal-icon.blue { color: var(--blue); background: var(--blue-light); }
.portal-icon.teal { color: var(--teal); background: var(--teal-light); }
.portal-icon.amber { color: #D98700; background: var(--amber-light); }
.portal-icon.purple { color: var(--purple); background: var(--purple-light); }
.portal-icon.dark { color: white; background: rgba(255,255,255,.1); }
.portal-card h3 { margin: 22px 0 8px; color: var(--ink); font-size: 20px; }
.portal-card p { margin: 0; color: var(--muted); font-size: 13px; }
.portal-card ul { list-style: none; padding: 0; margin: 15px 0 0; display: grid; gap: 6px; }
.portal-card li { position: relative; padding-inline-start: 16px; color: #475467; font-size: 12px; }
.portal-card li::before { content: ""; position: absolute; inset-inline-start: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.portal-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--border); color: var(--blue); font-size: 13px; font-weight: 800; }
.portal-link.is-placeholder { color: #98A2B3; }
.access-note { display: flex; align-items: flex-start; gap: 12px; padding: 18px 20px; border: 1px solid #D9E5FE; border-radius: 15px; background: #F6F9FF; }
.note-icon { color: var(--blue); margin-top: 2px; }
.note-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.access-note strong { color: var(--ink); font-size: 13px; }
.access-note p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.access-note code { padding: 2px 5px; border-radius: 5px; background: #E8EFFF; color: #34569A; direction: ltr; }
.access-footer { min-height: 70px; border-top: 0; }
.access-footer a { color: var(--blue); font-weight: 700; }

/* Language switcher (segmented control) */
.header-cluster { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface-muted); }
.lang-option { min-height: 30px; padding: 6px 12px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.lang-option:hover { color: var(--ink); }
.lang-option.is-active { background: var(--surface); color: var(--ink); box-shadow: 0 1px 3px rgba(15,23,42,.12); }
.lang-option:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
.mobile-lang-switch { margin-top: 14px; }

/* Driver app page */
.driver-hero { text-align: center; }
.driver-hero-inner { max-width: 720px; }
.driver-lead { margin: 18px auto 0; color: var(--muted); font-size: 17px; }
.store-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }
.store-button { display: inline-flex; align-items: center; gap: 12px; padding: 12px 18px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow-sm); color: var(--ink); text-align: start; }
.store-button.is-disabled { opacity: .72; cursor: not-allowed; }
.store-glyph { width: 26px; height: 26px; fill: currentColor; }
.store-lines { display: grid; line-height: 1.2; }
.store-lines small { color: var(--muted); font-size: 11px; }
.store-lines strong { font-size: 16px; letter-spacing: -.01em; }
.store-soon { margin-inline-start: 2px; }
.driver-points { list-style: none; padding: 0; margin: 32px auto 0; max-width: 460px; display: grid; gap: 12px; text-align: start; }
.driver-points li { display: flex; align-items: center; gap: 10px; color: #475467; font-size: 14px; font-weight: 600; }
.driver-points svg { flex: none; width: 18px; height: 18px; fill: none; stroke: var(--teal); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.driver-back { margin-top: 36px; }

@media (max-width: 1040px) {
  .main-nav { display: none; }
  .header-login { margin-inline-start: 8px; }
  .site-header:not(.compact-header) .header-inner .lang-switch { margin-inline-start: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-content { text-align: center; max-width: 790px; margin-inline: auto; }
  .hero .eyebrow, .hero-proof, .hero-actions { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 480px; max-width: 650px; width: 100%; margin-inline: auto; }
  .problem-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-layout, .technology-grid { grid-template-columns: 1fr; gap: 50px; }
  .service-copy { position: static; max-width: 700px; }
  .portal-grid.three-columns { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 70px 0; }
  .header-inner { min-height: 68px; gap: 12px; }
  .brand-copy small { display: none; }
  .header-login { display: none; }
  .site-header:not(.compact-header) .header-inner .lang-switch { display: none; }
  .menu-button { display: block; margin-inline-start: auto; }
  .mobile-menu:not([hidden]) { display: block; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: 9px; justify-content: start; text-align: start; }
  .hero-visual { min-height: 430px; }
  .operations-card { padding: 18px; }
  .floating-card { display: none; }
  .shipment-summary { grid-template-columns: 1fr; gap: 10px; }
  .shipment-summary div { border-inline-start: 0; border-bottom: 1px solid var(--border); padding: 0 0 9px; }
  .shipment-summary div:last-child { border-bottom: 0; padding-bottom: 0; }
  .trust-grid { flex-wrap: wrap; gap: 11px 14px; padding: 15px 0; }
  .problem-grid, .process-grid, .portal-grid, .portal-grid.three-columns { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 16px; }
  .service-list article { grid-template-columns: 44px 1fr; gap: 14px; }
  .technology-grid { gap: 36px; }
  .metric-grid { grid-template-columns: 1fr; }
  .cta-card { grid-template-columns: 1fr; padding: 30px; }
  .cta-card .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; padding: 30px 0; }
  .footer-inner nav { flex-wrap: wrap; }
  .footer-bottom { min-height: 70px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 4px; }
  .compact-header .button { padding: 10px 13px; }
  .access-hero { padding: 56px 0 48px; }
  .access-hero h1 { font-size: 42px; }
  .portal-group-heading { align-items: flex-start; }
}

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