:root {
  --red: #ed1c24;
  --blue: #1d4f9a;
  --navy: #06111f;
  --navy-2: #0c1a2b;
  --ink: #111827;
  --muted: #6b7280;
  --line: #d9e1ee;
  --panel: #ffffff;
  --soft: #f3f6fb;
  --gold: #c7b58f;
  --shadow: 0 24px 80px rgba(5, 15, 30, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.45;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 88px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(180deg, rgba(4, 10, 20, .92), rgba(4, 10, 20, .62));
  backdrop-filter: blur(12px);
}
.brand img { width: 208px; filter: drop-shadow(0 8px 20px rgba(0,0,0,.25)); }
.main-nav { display: flex; justify-content: center; gap: clamp(14px, 2vw, 28px); font-weight: 700; font-size: 15px; }
.main-nav a { opacity: .88; }
.main-nav a:hover { opacity: 1; color: #fff; }
.header-contact { display: grid; gap: 2px; justify-items: end; font-weight: 700; }
.header-contact a:nth-child(2) { font-size: 14px; opacity: .86; font-weight: 500; }
.messengers { display: flex; gap: 8px; margin-top: 5px; }
.messengers a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  font-size: 12px;
}
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 920px;
  color: #fff;
  overflow: hidden;
  background: var(--navy);
}
.hero-bg {
  position: absolute;
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, rgba(3,8,16,.96) 0%, rgba(3,8,16,.82) 31%, rgba(3,8,16,.22) 58%, rgba(3,8,16,.38) 100%),
    linear-gradient(180deg, rgba(3,8,16,.1), rgba(3,8,16,.7)),
    url("assets/hero-clean-extended-v31.webp") 51% 98px / clamp(1220px, 88vw, 1680px) auto no-repeat;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 22% 40%, rgba(29, 79, 154, .3), transparent 26%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: auto, 82px 82px, 82px 82px;
}
.hero-map {
  position: absolute;
  z-index: 1;
  display: block;
  top: 104px;
  left: 40%;
  width: min(560px, 37vw);
  height: 285px;
  opacity: .98;
  pointer-events: none;
}
.hero-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 18px rgba(65, 145, 255, .35));
}
.map-line,
.map-road {
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
}
.map-line-blue { stroke: rgba(77, 183, 255, .9); }
.map-line-red { stroke: rgba(237, 28, 36, .85); }
.map-road {
  stroke: rgba(160, 190, 230, .18);
  stroke-width: 1.4;
}
.city-node {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d9e9ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.city-node::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #4db7ff;
  box-shadow: 0 0 0 5px rgba(77,183,255,.2), 0 0 22px rgba(77,183,255,.9);
}
.city-node.active::before {
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(237,28,36,.2), 0 0 22px rgba(237,28,36,.9);
}
.city-node-nsk { left: 18%; top: 34%; }
.city-node-krsk { left: 50%; top: 48%; }
.city-node-irk { left: 76%; right: auto; bottom: 20%; }
.warehouse-labels {
  position: absolute;
  z-index: 2;
  display: none;
  left: 38%;
  right: 33%;
  top: 535px;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  pointer-events: none;
}
.truck-brand-mark {
  position: absolute;
  z-index: 2;
  display: none;
  right: 13.8%;
  top: 660px;
  width: 118px;
  transform: perspective(450px) rotateY(-15deg) skewY(-1deg);
  opacity: .92;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.45));
  pointer-events: none;
}
.warehouse-labels span {
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 12px rgba(0,0,0,.8);
}
.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(470px, 560px);
  gap: clamp(28px, 3vw, 48px);
  max-width: 1510px;
  margin: 0 auto;
  padding: 138px clamp(18px, 4vw, 56px) 46px;
}
.hero-copy { padding-top: 38px; max-width: 780px; }
.eyebrow, .section-kicker {
  margin: 0 0 14px;
  color: #7cb2ff;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 800;
  font-size: 13px;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(43px, 5vw, 82px);
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
}
.lead {
  max-width: 670px;
  color: rgba(255,255,255,.88);
  font-size: clamp(19px, 2.1vw, 27px);
}
.city-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 22px;
}
.city-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(124,178,255,.45);
  border-radius: 8px;
  background: rgba(10, 25, 48, .62);
  color: #dbeafe;
  font-weight: 900;
}
.city-pills a::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.city-pills a.active {
  border-color: rgba(237,28,36,.85);
  background: linear-gradient(135deg, var(--red), #c90f18);
  color: #fff;
}
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 34px 0; }
.trust-row span {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(255,255,255,.08);
  font-weight: 800;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 42px; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--red), #b80d17); box-shadow: 0 14px 32px rgba(237,28,36,.3); }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.btn-small { min-height: 40px; padding: 0 16px; }
.hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 820px;
  margin-top: 38px;
}
.hero-benefits div {
  border-left: 1px solid rgba(255,255,255,.22);
  padding: 4px 0 4px 18px;
  background: linear-gradient(90deg, rgba(255,255,255,.06), transparent);
}
.hero-benefits strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
}
.hero-benefits span {
  display: block;
  color: rgba(255,255,255,.76);
  font-size: 14px;
}

.calc-card {
  align-self: start;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  color: var(--ink);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-calc { margin-top: 8px; }
.calc-top { padding: 24px 28px 8px; }
.calc-top h2 { margin-bottom: 0; font-size: 28px; line-height: 1.1; }
.calc-top h2 span { color: var(--red); }
.calc-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
  padding: 0 24px;
  gap: 8px;
}
.calc-tabs button {
  min-height: 68px;
  padding: 8px 4px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #12213a;
  cursor: pointer;
  font-weight: 800;
  font-size: 11px;
}
.calc-tabs button::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 6px;
  border: 2px solid currentColor;
  border-radius: 7px;
  opacity: .86;
}
.calc-tabs button.active { color: var(--red); border-bottom-color: var(--red); }
.calc-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 20px 28px; }
.calc-form > label:first-child { grid-column: 1 / -1; }
.calc-form label[data-field="palletType"] { grid-column: span 1; }
.calc-form label[data-field="quantity"],
.calc-form label[data-field="days"],
.calc-form label[data-field="weight"],
.calc-form label[data-field="volume"] { grid-column: span 1; }
.calc-form label, .request-form label, .selector label {
  display: grid;
  gap: 8px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 700;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 14px;
  background: #fff;
  color: var(--ink);
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(29,79,154,.12); }
.calc-form label[data-field="palletType"] select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.pallet-segments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.pallet-segments button {
  min-height: 42px;
  border: 0;
  border-right: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
}
.pallet-segments button:last-child { border-right: 0; }
.pallet-segments button.active { background: var(--red); color: #fff; }
.options { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.options label, .consent { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.options input, .consent input { width: 18px; height: 18px; flex: 0 0 auto; }
.calc-result {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px 28px 24px;
  background: linear-gradient(135deg, #f6f8fc, #fff);
  border-top: 1px solid var(--line);
}
.calc-result span, .calc-result small { display: block; color: var(--muted); }
.calc-result strong { display: block; margin: 4px 0; font-size: 34px; line-height: 1; color: var(--red); }

.quick-actions, .section, .footer {
  max-width: 1510px;
  margin: 0 auto;
  padding-left: clamp(18px, 4vw, 56px);
  padding-right: clamp(18px, 4vw, 56px);
}
.quick-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: -38px;
  position: relative;
  z-index: 3;
}
.action-card, .service-grid article, .rates-grid article, .warehouse-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(8,20,40,.08);
}
.action-card { padding: 24px; min-height: 168px; }
.action-card span { color: var(--red); font-weight: 900; }
.action-card strong { display: block; margin: 8px 0; font-size: 21px; }
.action-card p { color: var(--muted); margin-bottom: 0; }

.section { padding-top: 86px; padding-bottom: 70px; }
.section-head { max-width: 860px; margin-bottom: 34px; }
.section h2 { font-size: clamp(32px, 4vw, 54px); line-height: 1.05; letter-spacing: 0; margin-bottom: 14px; }
.section-head p:not(.section-kicker) { font-size: 19px; color: var(--muted); }
.service-grid, .rates-grid, .warehouse-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-grid article, .rates-grid article, .warehouse-grid article { padding: 26px; }
.service-grid h3, .rates-grid h3, .warehouse-grid h3 { font-size: 24px; margin-bottom: 12px; }
.service-grid p, .rates-grid p, .warehouse-grid p { color: var(--muted); }
.service-grid a { color: var(--blue); font-weight: 900; }
.accent-card { background: linear-gradient(145deg, #0b1830, #142b4c) !important; color: #fff; border-color: rgba(255,255,255,.16) !important; }
.accent-card p { color: rgba(255,255,255,.78); }
.accent-card a { color: #fff; }

.dark-band {
  max-width: none;
  background: radial-gradient(circle at 80% 10%, rgba(29,79,154,.28), transparent 26%), linear-gradient(135deg, #07111f, #0d2038);
  color: #fff;
}
.dark-band > * { max-width: 1398px; margin-left: auto; margin-right: auto; }
.dark-band .section-head p:not(.section-kicker) { color: rgba(255,255,255,.72); }
.selector { display: grid; grid-template-columns: 1.4fr .8fr; gap: 22px; }
.selector-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.selector label, .selector-result {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.84);
}
.selector label span { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: var(--red); color: #fff; }
.selector-result strong { display: block; margin: 8px 0 10px; font-size: 34px; color: #fff; }

.delivery-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; }
.delivery-panel,
.route-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 8px;
  padding: 38px;
}
.delivery-visual {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(237, 28, 42, .13), transparent 42%),
    linear-gradient(145deg, #061221, #0a213d);
  box-shadow: 0 22px 50px rgba(5, 21, 43, .2);
}
.delivery-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(64, 137, 235, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 137, 235, .055) 1px, transparent 1px);
  background-size: 42px 42px;
}
.delivery-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(91, 169, 255, .38);
  border-radius: 6px;
  color: #77bdff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.delivery-panel h3 {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 20px 0 30px;
  font-size: 34px;
  line-height: 1.1;
}
.delivery-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 126px minmax(100px, 1fr) 126px;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.delivery-point { text-align: center; }
.delivery-point > span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border: 1px solid rgba(105, 175, 255, .46);
  border-radius: 8px;
  background: rgba(10, 34, 65, .72);
  color: #fff;
  box-shadow: inset 0 0 25px rgba(54, 140, 255, .12), 0 0 24px rgba(39, 135, 255, .12);
}
.delivery-point svg { width: 40px; fill: none; stroke: currentColor; stroke-width: 2; }
.delivery-point strong,
.delivery-point small { display: block; }
.delivery-point strong { font-size: 14px; }
.delivery-point small { margin-top: 4px; color: rgba(255,255,255,.58); font-size: 11px; }
.delivery-road {
  position: relative;
  height: 4px;
  background: linear-gradient(90deg, #ed1c2a, #6548ff 48%, #42b6ff);
  box-shadow: 0 0 18px rgba(67, 172, 255, .86);
}
.delivery-road::before,
.delivery-road::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  box-shadow: 0 0 12px currentColor;
}
.delivery-road::before { left: 0; color: #ed1c2a; }
.delivery-road::after { right: 0; color: #42b6ff; }
.delivery-truck {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #f7fbff;
  color: #0b326d;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .28);
}
.delivery-truck svg { width: 50px; fill: none; stroke: currentColor; stroke-width: 2; }
.delivery-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
}
.delivery-tags span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.74);
  font-size: 11px;
  font-weight: 800;
}
.delivery-details {
  color: #10233e;
  border: 1px solid #dce5f0;
  background: #fff;
  box-shadow: 0 22px 45px rgba(11, 31, 57, .1);
}
.delivery-details .delivery-label { color: #174f9f; background: #f1f7ff; }
.delivery-steps {
  display: grid;
  gap: 8px;
  margin: 20px 0 18px;
  padding: 0;
  list-style: none;
}
.delivery-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e7edf4;
}
.delivery-steps li > b {
  color: #ed1c2a;
  font-size: 13px;
}
.delivery-steps strong { display: block; font-size: 15px; }
.delivery-steps p { margin: 3px 0 0; color: #647286; font-size: 12px; line-height: 1.4; }
.delivery-capacity {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0;
}
.delivery-capacity span {
  padding: 12px 8px;
  border-radius: 7px;
  background: #f2f6fb;
  text-align: center;
}
.delivery-capacity strong,
.delivery-capacity small { display: block; }
.delivery-capacity strong { color: #124c9f; font-size: 17px; }
.delivery-capacity small { margin-top: 3px; color: #6f7c8e; font-size: 9px; }
.delivery-details .btn { width: 100%; min-height: 48px; }

.rates-grid strong { color: var(--ink); }
.map-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.map-actions a {
  padding: 11px 14px;
  border-radius: 8px;
  background: var(--soft);
  color: var(--blue);
  font-weight: 900;
}
.warehouses .warehouse-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.warehouse-city-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(85, 139, 214, .28) !important;
  border-radius: 8px !important;
  background:
    linear-gradient(150deg, rgba(7, 22, 42, .98), rgba(10, 34, 65, .94)) !important;
  color: #fff;
  box-shadow: 0 20px 40px rgba(10,23,45,.13);
}
.warehouse-city-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(45, 145, 255, .28);
  border-radius: 50%;
  box-shadow: 0 0 42px rgba(45, 145, 255, .16);
}
.warehouse-city-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}
.warehouse-code {
  color: #5ab2ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}
.warehouse-status {
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 5px;
  color: rgba(255,255,255,.68);
  font-size: 10px;
  font-weight: 800;
}
.warehouse-city-card h3,
.warehouse-city-card p,
.warehouse-city-card ul,
.warehouse-city-card .map-actions { position: relative; z-index: 1; }
.warehouse-city-card h3 { color: #fff; font-size: 28px; }
.warehouse-city-card p { color: rgba(255,255,255,.78) !important; }
.warehouse-city-card ul {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.9;
}
.warehouse-city-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 9px;
  border-radius: 50%;
  background: #2f9dff;
  box-shadow: 0 0 9px #2f9dff;
}
.warehouse-city-card .map-actions a {
  border: 1px solid rgba(94, 164, 255, .42);
  background: rgba(3, 14, 29, .64);
  color: #fff;
  transition: border-color .2s ease, background .2s ease;
}
.warehouse-city-card .map-actions a:first-child {
  border-color: rgba(237, 28, 42, .72);
  background: #ed1c2a;
}
.warehouse-city-card .map-actions a:hover { border-color: #fff; background: rgba(22, 70, 126, .8); }
.warehouse-city-card .map-actions a:first-child:hover { background: #d51421; }

@media (max-width: 900px) {
  .warehouses .warehouse-grid { grid-template-columns: 1fr; }
}

.documents {
  display: grid;
  grid-template-columns: 1fr 1.2fr 120px;
  gap: 28px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.doc-list { display: flex; flex-wrap: wrap; gap: 12px; }
.doc-list span { padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-weight: 900; }
.documents img { opacity: .55; }

.request-section { background: #fff; }
.request-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 70px rgba(8,20,40,.08);
}
.wide { grid-column: 1 / -1; }
.request-form button { width: max-content; }
.form-note { grid-column: 2 / -1; align-self: center; color: var(--muted); margin: 0; }
.form-note a { color: var(--blue); font-weight: 900; }

.footer {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 34px;
  padding-top: 48px;
  padding-bottom: 52px;
  color: rgba(255,255,255,.78);
  background: var(--navy);
  max-width: none;
}
.footer > div { max-width: 430px; }
.footer img { width: 220px; margin-bottom: 18px; filter: brightness(1.1); }
.footer strong { display: block; color: #fff; margin-bottom: 12px; }
.footer a, .footer button { display: block; margin: 8px 0; color: rgba(255,255,255,.82); background: none; border: 0; padding: 0; text-align: left; cursor: pointer; }

.cookie {
  position: fixed;
  z-index: 30;
  left: auto;
  right: 18px;
  bottom: 18px;
  display: none;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  max-width: 640px;
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.cookie.show { display: grid; }
.cookie p { margin: 0; color: var(--muted); }
.modal {
  width: min(760px, calc(100vw - 28px));
  border: 0;
  border-radius: 8px;
  padding: 34px;
  box-shadow: var(--shadow);
}
.modal::backdrop { background: rgba(3,8,16,.72); }
.modal-close { position: absolute; top: 12px; right: 14px; border: 0; background: transparent; font-size: 32px; cursor: pointer; }
.modal h2 { margin-right: 34px; }
.modal p, .modal li { color: var(--muted); }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 190px auto auto; }
  .main-nav { display: none; }
  .menu-toggle {
    display: grid;
    gap: 5px;
    justify-self: end;
    width: 42px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    padding: 10px;
  }
  .menu-toggle span { height: 2px; background: #fff; }
  .main-nav.open {
    position: fixed;
    display: grid;
    inset: 88px 18px auto;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow);
  }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 900px; }
  .hero-calc { max-width: 860px; width: 100%; }
  .hero-map { left: 52%; width: 360px; opacity: .7; }
  .warehouse-labels { display: none; }
  .quick-actions, .service-grid, .rates-grid { grid-template-columns: repeat(2, 1fr); }
  .warehouse-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header {
    height: 72px;
    grid-template-columns: 150px 1fr;
    padding: 10px 14px;
  }
  .brand img { width: 146px; }
  .header-contact { display: none; }
  .hero { min-height: auto; }
  .hero-bg { background-position: 62% center; }
  .hero-map, .warehouse-labels { display: none; }
  .hero-grid { padding: 94px 14px 34px; gap: 18px; }
  .hero-copy { padding-top: 18px; }
  h1 { font-size: 42px; }
  .lead { font-size: 18px; }
  .city-pills { gap: 8px; margin: 22px 0 18px; }
  .city-pills a { min-height: 44px; padding: 0 13px; font-size: 14px; }
  .hero-benefits { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; }
  .hero-actions .btn { width: 100%; }
  .calc-tabs { display: flex; overflow-x: auto; }
  .calc-tabs button { min-width: 145px; }
  .calc-form, .calc-result, .selector, .selector-steps, .delivery-grid, .documents, .request-form, .footer {
    grid-template-columns: 1fr;
  }
  .options, .quick-actions, .service-grid, .rates-grid { grid-template-columns: 1fr; }
  .calc-result .btn, .request-form button { width: 100%; }
  .quick-actions { margin-top: 0; padding-top: 18px; }
  .section { padding-top: 58px; padding-bottom: 48px; }
  .section h2 { font-size: 34px; }
  .documents img { width: 90px; }
  .form-note { grid-column: 1; }
  .cookie {
    left: 18px;
    right: 18px;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 12px;
  }
  .cookie p { font-size: 12px; line-height: 1.35; }
  .cookie .btn { min-height: 38px; padding: 0 12px; white-space: nowrap; }
}

/* Hero composition matched to the approved dark mockup */
.site-header {
  height: 96px;
  grid-template-columns: 270px minmax(520px, 1fr) auto;
  gap: 28px;
  padding: 18px clamp(18px, 2.5vw, 48px);
  background: linear-gradient(180deg, rgba(3, 9, 18, .98), rgba(3, 9, 18, .8) 72%, rgba(3, 9, 18, 0));
  backdrop-filter: none;
}
.brand img { width: 240px; }
.main-nav { justify-content: center; gap: clamp(20px, 2vw, 34px); font-size: 15px; }
.header-contact {
  grid-template-columns: auto auto auto;
  grid-template-areas:
    "phone cta messengers"
    "email cta messengers";
  column-gap: 18px;
  row-gap: 0;
  align-items: center;
  justify-items: end;
}
.header-contact > a:first-child { grid-area: phone; font-size: 20px; color: #fff; }
.header-contact > a:nth-child(2) { grid-area: email; color: #71adff; font-size: 16px; opacity: 1; }
.header-cta {
  grid-area: cta;
  min-height: 44px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff2a31, #d8111d);
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 16px 34px rgba(237, 28, 36, .28);
}
.messengers { grid-area: messengers; margin: 0; gap: 10px; }
.messengers a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border-color: rgba(116, 170, 255, .8);
  background: rgba(8, 24, 48, .42);
  color: #fff;
  font-weight: 900;
}
.hero { min-height: 760px; background: #030914; }
.hero-bg {
  background:
    url("assets/hero-clean-extended-v31.webp") center top / min(100vw, 1522px) auto no-repeat,
    #030914;
}
.hero-bg::after {
  display: none;
}
.hero-map { display: none; }
.city-node { font-size: 13px; }
.city-node-nsk { left: 25%; top: 36%; }
.city-node-krsk { left: 57%; top: 48%; }
.city-node-irk { left: 78%; bottom: 16%; }
.hero-grid {
  max-width: 1540px;
  grid-template-columns: minmax(780px, 1fr) minmax(510px, 560px);
  gap: clamp(30px, 4vw, 72px);
  padding: 118px clamp(18px, 3vw, 48px) 42px;
}
.hero-copy { max-width: 850px; padding-top: 46px; }
.eyebrow { margin-bottom: 22px; color: #6fb1ff; font-size: 14px; font-weight: 900; }
h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(48px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}
.lead { max-width: 640px; font-size: 20px; line-height: 1.42; color: rgba(255,255,255,.88); }
.city-pills { gap: 14px; margin: 30px 0 26px; }
.city-pills a {
  min-width: 150px;
  min-height: 50px;
  justify-content: center;
  padding: 0 20px;
  border-color: rgba(91, 150, 242, .8);
  border-radius: 8px;
  background: rgba(8, 24, 48, .72);
}
.trust-row, .hero-actions { display: none; }
.hero-benefits {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 710px;
  margin-top: 62px;
}
.hero-benefits div {
  position: relative;
  min-height: 118px;
  border-left: 1px solid rgba(255,255,255,.16);
  padding: 48px 18px 0 0;
  background: transparent;
}
.hero-benefits div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255,255,255,.78);
  border-radius: 8px;
  box-shadow: 0 0 18px rgba(100, 165, 255, .25);
}
.hero-benefits strong { font-size: 14px; margin-bottom: 6px; }
.hero-benefits span { font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.82); }
.calc-card {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.85);
  background: rgba(255,255,255,.96);
  box-shadow: 0 26px 90px rgba(0, 0, 0, .36);
}
.hero-calc { width: 560px; margin-top: 14px; }
.calc-top { padding: 24px 34px 0; }
.calc-top h2 { font-size: 28px; font-weight: 900; }
.calc-tabs {
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 0 26px;
  border-bottom: 1px solid #dfe5ee;
}
.calc-tabs button {
  min-height: 70px;
  padding: 10px 4px 9px;
  font-size: 11px;
  line-height: 1.18;
  color: #1a263a;
}
.calc-tabs button::before {
  width: 23px;
  height: 23px;
  margin-bottom: 8px;
  border-radius: 5px;
  border-width: 2px;
}
.calc-form {
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  padding: 16px 34px 12px;
}
.calc-form label { font-size: 12px; color: #536070; gap: 7px; }
.calc-form > label:first-child,
.calc-form label[data-field="palletType"],
.options { grid-column: 1 / -1; }
.calc-form input, .calc-form select {
  height: 36px;
  padding: 0 12px;
  border-radius: 6px;
  border-color: #d9e1ee;
  font-size: 14px;
}
.pallet-segments { height: 36px; margin-top: 0; border-radius: 6px; }
.pallet-segments button { min-height: 34px; font-size: 14px; }
.calc-form label[data-field="quantity"] input,
.calc-form label[data-field="days"] input { display: none; }
.number-stepper {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  height: 36px;
  overflow: hidden;
  border: 1px solid #d9e1ee;
  border-radius: 6px;
  background: #fff;
}
.number-stepper button { border: 0; background: #fff; color: #12213a; font-size: 22px; cursor: pointer; }
.number-stepper span {
  display: grid;
  place-items: center;
  border-left: 1px solid #d9e1ee;
  border-right: 1px solid #d9e1ee;
  color: #111827;
  font-size: 15px;
}
.options { display: block; }
.options label { display: none; }
.ops-select {
  width: 100%;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #d9e1ee;
  border-radius: 6px;
  background: #fff;
  color: #1f2937;
  text-align: left;
  cursor: pointer;
}
.ops-select::after { content: "⌄"; float: right; color: #111827; }
.calc-result {
  grid-template-columns: 1fr 236px;
  padding: 16px 34px 22px;
  background: linear-gradient(135deg, #f7f9fc, #fff);
}
.calc-result span { font-size: 12px; color: #111827; }
.price-row { display: flex; align-items: center; gap: 8px; margin: 4px 0; }
.calc-result strong { margin: 0; font-size: 27px; color: var(--red); }
.price-row em { color: var(--red); font-style: normal; font-size: 20px; }
.price-row b {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 4px 12px;
  border: 1px solid #d9e1ee;
  border-radius: 6px;
  color: #111827;
  font-size: 12px;
  line-height: 1.05;
  font-weight: 500;
}
.calc-result small { font-size: 11px; line-height: 1.35; }
.calc-result .btn { min-height: 52px; padding: 0 18px; border-radius: 8px; }
.quick-actions {
  max-width: 1540px;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: -70px;
  padding: 0 clamp(18px, 3vw, 48px);
  z-index: 4;
}

@media (min-width: 761px) {
  .site-header,
  .hero-grid,
  .quick-actions {
    opacity: 0;
  }
  .hero {
    min-height: min(58.94vw, 897px);
  }
}
.service-tile {
  position: relative;
  min-height: 174px;
  display: grid;
  grid-template-columns: 100px 42px 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 10px 12px;
  padding: 16px 18px 14px 14px;
  border-radius: 0;
  box-shadow: none;
}
.service-tile:first-child { border-radius: 10px 0 0 10px; }
.service-tile:last-child { border-radius: 0 10px 10px 0; }
.service-shot {
  grid-row: 1 / 4;
  width: 100px;
  height: 144px;
  border-radius: 7px;
  background: url("assets/hero-clean-extended-v31.webp") center / cover no-repeat;
}
.shot-storage { background-position: 23% 62%; }
.shot-crossdock { background-position: 42% 62%; }
.shot-delivery { background-position: 63% 59%; }
.shot-market { background-position: 50% 68%; }
.shot-groupage { background-position: 81% 58%; }
.service-icon {
  grid-column: 2;
  grid-row: 1;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff !important;
  font-size: 24px;
  font-weight: 900;
}
.service-icon.blue { background: #204f9d; }
.service-tile strong {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  margin: 0;
  color: #111827;
  font-size: 17px;
  line-height: 1.15;
}
.service-tile p {
  grid-column: 2 / 4;
  grid-row: 2;
  margin: 0;
  color: #303846;
  font-size: 14px;
  line-height: 1.32;
}
.service-tile small {
  grid-column: 2 / 4;
  grid-row: 3;
  color: #17499a;
  font-size: 14px;
  font-weight: 900;
}
@media (max-width: 1180px) {
  .site-header {
    height: 74px;
    grid-template-columns: 190px minmax(310px, 1fr) auto;
    gap: 12px;
    padding: 10px 18px;
  }
  .brand img { width: 178px; }
  .menu-toggle { display: none; }
  .main-nav {
    display: flex;
    gap: 12px;
    font-size: 10px;
    white-space: nowrap;
  }
  .header-contact {
    grid-template-columns: auto auto auto;
    column-gap: 8px;
  }
  .header-contact > a:first-child { font-size: 13px; }
  .header-contact > a:nth-child(2) { font-size: 12px; }
  .header-cta {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px !important;
  }
  .messengers a { width: 34px; height: 34px; font-size: 10px; }
  .hero {
    min-height: 570px;
  }
  .hero-bg {
    background: url("assets/hero-clean-extended-v31.webp") center top / 100vw auto no-repeat, #030914;
  }
  .hero-map { display: none; }
  .city-node { font-size: 9px; }
  .city-node::before { width: 9px; height: 9px; box-shadow: 0 0 0 3px rgba(77,183,255,.2), 0 0 16px rgba(77,183,255,.85); }
  .city-node.active::before { box-shadow: 0 0 0 3px rgba(237,28,36,.2), 0 0 16px rgba(237,28,36,.85); }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 372px;
    gap: 18px;
    padding: 105px 30px 26px;
  }
  .hero-copy {
    max-width: 520px;
    padding-top: 42px;
  }
  .eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
  }
  h1 {
    max-width: 520px;
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.06;
  }
  .lead {
    max-width: 470px;
    font-size: 14px;
    line-height: 1.45;
  }
  .city-pills {
    gap: 8px;
    margin: 22px 0 0;
  }
  .city-pills a {
    min-width: 108px;
    min-height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }
  .city-pills a::before {
    width: 9px;
    height: 9px;
    margin-right: 7px;
  }
  .hero-benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 520px;
    margin-top: 52px;
  }
  .hero-benefits div {
    min-height: 92px;
    padding: 36px 8px 0 0;
  }
  .hero-benefits div::before {
    width: 28px;
    height: 28px;
  }
  .hero-benefits strong { font-size: 11px; }
  .hero-benefits span { font-size: 10px; line-height: 1.35; }
  .hero-calc {
    width: 372px;
    margin-top: 2px;
  }
  .calc-top { padding: 18px 20px 0; }
  .calc-top h2 { font-size: 22px; }
  .calc-tabs {
    padding: 0 16px;
  }
  .calc-tabs button {
    min-height: 56px;
    font-size: 8px;
  }
  .calc-tabs button::before {
    width: 17px;
    height: 17px;
    margin-bottom: 5px;
  }
  .calc-form {
    gap: 9px 10px;
    padding: 12px 20px 10px;
  }
  .calc-form label {
    font-size: 10px;
  }
  .calc-form input,
  .calc-form select,
  .number-stepper,
  .ops-select {
    height: 29px;
    font-size: 11px;
  }
  .pallet-segments {
    height: 30px;
  }
  .pallet-segments button {
    min-height: 28px;
    font-size: 10px;
  }
  .number-stepper {
    grid-template-columns: 30px 1fr 30px;
  }
  .number-stepper button {
    font-size: 17px;
  }
  .number-stepper span {
    font-size: 11px;
  }
  .calc-result {
    grid-template-columns: 1fr 150px;
    gap: 8px;
    padding: 12px 20px 16px;
  }
  .calc-result span {
    font-size: 10px;
  }
  .calc-result strong {
    font-size: 20px;
  }
  .price-row b {
    min-height: 28px;
    padding: 3px 8px;
    font-size: 9px;
  }
  .calc-result small {
    font-size: 8px;
  }
  .calc-result .btn {
    min-height: 40px;
    padding: 0 10px;
    font-size: 11px;
  }
  .quick-actions {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: -46px;
    padding: 0 30px;
  }
  .service-tile,
  .service-tile:first-child,
  .service-tile:last-child {
    min-height: 112px;
    grid-template-columns: 56px 26px 1fr;
    gap: 6px;
    padding: 10px 8px;
    border-radius: 0;
  }
  .service-tile:first-child { border-radius: 8px 0 0 8px; }
  .service-tile:last-child { border-radius: 0 8px 8px 0; }
  .service-shot {
    width: 56px;
    height: 92px;
  }
  .service-icon {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .service-tile strong {
    font-size: 10px;
  }
  .service-tile p {
    font-size: 9px;
    line-height: 1.22;
  }
  .service-tile small {
    font-size: 9px;
  }
}
@media (max-width: 760px) {
  .site-header { height: 72px; grid-template-columns: 150px 1fr; padding: 10px 14px; }
  .brand img { width: 146px; }
  .header-contact { display: none; }
  .hero { min-height: auto; }
  .hero-bg {
    background:
      linear-gradient(90deg, rgba(3, 9, 18, .98), rgba(3, 9, 18, .68)),
      linear-gradient(180deg, rgba(3, 9, 18, .05), rgba(3, 9, 18, .84)),
      url("assets/hero-clean-extended-v31.webp") 58% 72px / 980px auto no-repeat;
  }
  .hero-map { display: none; }
  .hero-grid { padding: 94px 14px 28px; gap: 20px; }
  .hero-copy { max-width: 100%; padding-top: 38px; }
  h1 { font-size: 34px; line-height: 1.08; }
  .lead { font-size: 18px; }
  .eyebrow { font-size: 13px; }
  .city-pills a { min-width: 0; flex: 1 1 calc(50% - 8px); }
  .hero-benefits { grid-template-columns: 1fr; margin-top: 34px; }
  .calc-tabs { display: flex; overflow-x: auto; padding: 0 18px; }
  .calc-tabs button { min-width: 118px; }
  .calc-form, .calc-result { grid-template-columns: 1fr; padding-left: 18px; padding-right: 18px; }
  .quick-actions { grid-template-columns: 1fr; padding: 16px 14px 0; }
  .cookie {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 12px;
  }
  .cookie p { font-size: 11px; }
  .cookie .btn { min-height: 40px; padding: 0 14px; font-size: 14px; }
}

/* July rebuild: exact approved hero + light volumetric sections */
.hero {
  min-height: min(44.661vw, 686px);
  background: #020815;
}
.hero-bg {
  background: url("assets/hero-clean-extended-v31.webp") center top / min(100vw, 1536px) auto no-repeat, #020815 !important;
}
.hero-bg::after,
.hero-map,
.warehouse-labels,
.truck-brand-mark {
  display: none !important;
}
.hero-hotspot {
  position: absolute;
  z-index: 8;
  display: block;
  opacity: 0;
}
.hotspot-request {
  top: min(3.65vw, 56px);
  left: calc(50% + min(32.2vw, 495px));
  width: min(8.1vw, 124px);
  height: min(2.7vw, 42px);
}
.hotspot-calc {
  top: min(9.2vw, 142px);
  left: calc(50% + min(11.6vw, 178px));
  width: min(36.5vw, 560px);
  height: min(34.7vw, 533px);
}
@media (min-width: 761px) {
  .site-header,
  .hero-grid {
    opacity: 0 !important;
    pointer-events: none;
  }
  .hero-grid {
    display: none !important;
  }
  .quick-actions {
    display: none !important;
  }
}
.visual-lower {
  background:
    radial-gradient(circle at 10% 0%, rgba(29, 79, 154, .08), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #fff 38%, #f6f8fb 100%);
  color: #0d1b31;
  padding: 28px clamp(16px, 3vw, 44px) 16px;
}
.visual-wrap {
  max-width: 1510px;
  margin: 0 auto;
}
.advantage-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 44px rgba(10, 23, 45, .09);
}
.advantage-strip article {
  min-height: 154px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  padding: 14px 12px;
  border-right: 1px solid #dde5f0;
  text-align: center;
}
.advantage-strip article:last-child { border-right: 0; }
.vol-icon {
  width: 82px;
  height: 82px;
  display: block;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 13px 11px rgba(9, 42, 86, .22));
}
.vol-icon.shield { background-image: url("assets/feature-icons-v2/security.webp"); }
.vol-icon.cubes { background-image: url("assets/feature-icons-v2/pallet.webp"); }
.vol-icon.forklift { background-image: url("assets/feature-icons-v2/forklift.webp"); }
.vol-icon.clock { background-image: url("assets/feature-icons-v2/access.webp"); }
.vol-icon.chart { background-image: url("assets/feature-icons-v2/reporting.webp"); }
.vol-icon.manager { background-image: url("assets/feature-icons-v2/manager.webp"); }
.advantage-strip strong {
  font-size: 13px;
  line-height: 1.18;
}
.advantage-strip small {
  max-width: 145px;
  color: #536070;
  font-size: 11px;
  line-height: 1.25;
}
.visual-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 34px 0 18px;
}
.visual-head h2 {
  position: relative;
  margin: 0;
  color: #0b1d36;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
}
.visual-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: var(--red);
}
.visual-arrows {
  display: flex;
  gap: 8px;
}
.visual-arrows span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #d9e1ee;
  border-radius: 8px;
  background: #fff;
  color: #29405f;
  font-size: 24px;
}
.warehouse-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.warehouse-cards article {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  border: 1px solid #dce4ef;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(10, 23, 45, .1);
}
.warehouse-photo {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
.card-icon {
  position: absolute;
  left: 24px;
  top: 124px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 8px solid #fff;
  border-radius: 13px;
  background: linear-gradient(145deg, #fff, #dbeaff);
  color: #1b55a5;
  box-shadow: 0 14px 24px rgba(13, 46, 98, .17);
}
.card-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.warehouse-cards h3 {
  margin: 42px 22px 10px;
  font-size: 18px;
}
.warehouse-cards p {
  margin: 0 22px 22px;
  color: #536070;
  font-size: 14px;
  line-height: 1.5;
}
.warehouse-cards p strong {
  color: #183a69;
  font-weight: 900;
}
.process-title { margin-top: 42px; }
.work-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.work-steps article {
  position: relative;
  min-height: 176px;
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
  padding: 14px 8px;
}
.work-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 64px;
  right: -22px;
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, #bac8dc, #8aa1bf);
}
.step-num {
  position: absolute;
  top: 0;
  left: 4px;
  color: rgba(13, 27, 49, .1);
  font-size: 92px;
  line-height: .8;
  font-weight: 900;
}
.step-icon {
  position: relative;
  z-index: 1;
  width: 92px;
  height: 92px;
  display: block;
  object-fit: contain;
  margin-bottom: 12px;
  border-radius: 50%;
  filter: drop-shadow(0 17px 12px rgba(10, 38, 82, .2));
}
.work-steps strong {
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.work-steps p {
  position: relative;
  z-index: 1;
  margin: 6px 0 0;
  color: #536070;
  font-size: 12px;
  line-height: 1.35;
}
.integrated-logistics {
  position: relative;
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  gap: 26px;
  align-items: center;
  overflow: hidden;
  margin-top: 42px;
  padding: 36px 42px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(3, 13, 27, .98), rgba(4, 19, 40, .9)),
    #061327;
  color: #fff;
  box-shadow: 0 22px 48px rgba(10, 23, 45, .17);
}
.integrated-logistics::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(91,164,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91,164,255,.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, #000 46%, #000);
}
.integrated-copy,
.route-network { position: relative; z-index: 1; }
.integrated-label {
  display: inline-flex;
  margin-bottom: 14px;
  color: #64a9ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.integrated-copy h2 {
  max-width: 590px;
  margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
}
.integrated-copy p {
  max-width: 610px;
  margin: 0 0 22px;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.55;
}
.integrated-copy p strong { color: #fff; }
.integrated-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(237, 28, 42, .24);
}
.route-network {
  min-height: 250px;
}
.route-network svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.route-network path {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  filter: drop-shadow(0 0 7px currentColor);
}
.route-blue { color: #299cff; stroke: #299cff; }
.route-red { color: #f12737; stroke: #f12737; }
.route-soft { color: #7857ff; stroke: #7857ff; stroke-width: 2 !important; }
.route-node {
  position: absolute;
  z-index: 2;
  padding: 8px 10px 8px 26px;
  border: 1px solid rgba(103, 165, 255, .42);
  border-radius: 6px;
  background: rgba(4, 15, 32, .88);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(0,0,0,.24);
}
.route-node::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #55b8ff;
  transform: translateY(-50%);
  box-shadow: 0 0 12px #55b8ff;
}
.node-nsk { left: 3%; top: 49%; }
.node-krs { left: 41%; top: 38%; }
.node-irk { right: 3%; top: 30%; }
.node-brk { left: 63%; top: 3%; }
.node-ud { right: 8%; bottom: 3%; }
.node-chita { right: 0; bottom: 30%; }
.node-nsk::before { background: #f12a3b; box-shadow: 0 0 12px #f12a3b; }

.trust-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 42px;
  margin-bottom: 18px;
}
.trust-title { margin: 0; }
.trust-heading > p {
  max-width: 610px;
  margin: 0 0 18px;
  color: #637083;
  font-size: 14px;
  line-height: 1.55;
}
.trust-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 6px;
}
.trust-logos article {
  position: relative;
  overflow: hidden;
  min-height: 132px;
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-content: center;
  border: 1px solid #d7e2f0;
  border-radius: 8px;
  padding: 22px;
  background: linear-gradient(135deg, #fff, #f7faff);
  box-shadow: 0 14px 34px rgba(10,23,45,.08);
}
.trust-logos article::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -46px;
  width: 116px;
  height: 116px;
  border: 22px solid var(--industry-color, rgba(23,73,154,.12));
  border-radius: 50%;
  opacity: .12;
}
.trust-icon {
  grid-row: 1 / 3;
  align-self: center;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--industry-soft, #eef5ff);
  color: var(--industry-color, #17499a);
  box-shadow: inset 0 0 22px rgba(255,255,255,.8), 0 9px 20px rgba(13,44,86,.1);
}
.trust-icon svg { width: 36px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.trust-logos strong { position: relative; z-index: 1; color: #0b1d36; font-size: 16px; }
.trust-logos small { position: relative; z-index: 1; color: #637083; font-size: 12px; line-height: 1.4; }
.trust-manufacturing { --industry-color: #e41f2c; --industry-soft: #fff0f1; }
.trust-distribution { --industry-color: #1557b2; --industry-soft: #edf4ff; }
.trust-marketplaces { --industry-color: #6b4ccf; --industry-soft: #f2efff; }
.trust-retail { --industry-color: #07836b; --industry-soft: #eafaf6; }
.trust-ecommerce { --industry-color: #c97700; --industry-soft: #fff7e7; }
.trust-b2b { --industry-color: #2b74c7; --industry-soft: #eef7ff; }
.reviews-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 48px;
}
.reviews-heading .visual-head { margin-bottom: 18px; }
.reviews-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #647286;
  font-size: 12px;
}
.reviews-summary strong { color: #ed1c2a; font-size: 24px; }
.reviews-carousel { position: relative; }
.review-viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.review-viewport::-webkit-scrollbar { display: none; }
.review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px) / 3);
  gap: 16px;
}
.review-card {
  min-height: 224px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #dce5f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(10,23,45,.07);
  scroll-snap-align: start;
}
.review-meta,
.review-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.review-source {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 6px;
  background: #edf5ff;
  color: #17499a;
  font-size: 12px;
  font-weight: 900;
}
.review-source::before {
  content: "★";
  margin-right: 5px;
  color: #ed1c2a;
}
.review-meta time { color: #748195; font-size: 11px; }
.review-card blockquote {
  flex: 1;
  margin: 22px 0;
  color: #17253a;
  font-size: 16px;
  line-height: 1.5;
}
.review-card footer {
  padding-top: 16px;
  border-top: 1px solid #e6ebf2;
}
.review-card footer strong { font-size: 13px; }
.review-card footer a { color: #17499a; font-size: 12px; font-weight: 900; }
.review-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}
.review-controls button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #ccd9e9;
  border-radius: 7px;
  background: #fff;
  color: #17499a;
  font-size: 18px;
  cursor: pointer;
}
.review-controls button:hover { border-color: #17499a; background: #f3f7fd; }
.review-controls button:disabled { opacity: .35; cursor: default; }
.review-counter { min-width: 56px; color: #68758a; text-align: center; font-size: 12px; }
.review-counter strong { color: #ed1c2a; font-size: 15px; }
@media (max-width: 1180px) {
  .advantage-strip { grid-template-columns: repeat(3, 1fr); }
  .warehouse-cards { grid-template-columns: repeat(2, 1fr); }
  .work-steps { grid-template-columns: repeat(2, 1fr); }
  .work-steps article:not(:last-child)::after { display: none; }
  .trust-logos { grid-template-columns: repeat(3, 1fr); }
  .review-track { grid-auto-columns: calc((100% - 16px) / 2); }
  .integrated-logistics { grid-template-columns: 1fr; }
  .route-network { min-height: 260px; }
}
@media (max-width: 760px) {
  .hero {
    min-height: auto;
  }
  .hero-bg {
    background:
      linear-gradient(90deg, rgba(3, 9, 18, .98), rgba(3, 9, 18, .68)),
      linear-gradient(180deg, rgba(3, 9, 18, .05), rgba(3, 9, 18, .84)),
      url("assets/hero-clean-extended-v31.webp") 58% 72px / 980px auto no-repeat !important;
  }
  .site-header,
  .hero-grid {
    opacity: 1 !important;
    pointer-events: auto;
  }
  .hero-grid {
    display: grid !important;
  }
  .hero-hotspot { display: none; }
  .quick-actions { display: none !important; }
  .visual-lower { padding-top: 18px; }
  .advantage-strip,
  .warehouse-cards,
  .work-steps,
  .trust-logos {
    grid-template-columns: 1fr;
  }
  .advantage-strip article {
    min-height: 94px;
    grid-template-columns: 64px 1fr;
    justify-items: start;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid #dfe6ef;
  }
  .vol-icon { width: 60px; height: 60px; }
  .advantage-strip small { max-width: none; }
  .warehouse-photo { height: 140px; }
  .integrated-logistics {
    min-height: auto;
    margin-top: 28px;
    padding: 28px 20px;
  }
  .route-network {
    min-height: 250px;
    transform: scale(.94);
  }
  .trust-heading,
  .reviews-heading { display: block; }
  .trust-heading > p { margin-bottom: 22px; }
  .reviews-summary { margin-top: -8px; }
  .review-track { grid-auto-columns: 88%; }
  .review-card { min-height: 210px; }
  .review-controls { justify-content: center; }
  .delivery-panel,
  .route-card { min-height: auto; padding: 28px 20px; }
  .delivery-panel h3 { font-size: 28px; }
  .delivery-flow { grid-template-columns: 92px minmax(70px, 1fr) 92px; }
  .delivery-point > span { width: 58px; height: 58px; }
  .delivery-truck { width: 52px; }
  .delivery-capacity { grid-template-columns: 1fr; }
}

/* Live hero fix: real HTML over clean generated background, not a screenshot */
.hero {
  min-height: 686px !important;
  background: #020815;
}
.hero-bg {
  background:
    linear-gradient(90deg, rgba(2, 8, 18, .98) 0%, rgba(2, 8, 18, .7) 24%, rgba(2, 8, 18, .08) 57%, rgba(2, 8, 18, .32) 100%),
    linear-gradient(180deg, rgba(2, 8, 18, .08) 0%, rgba(2, 8, 18, .08) 60%, rgba(2, 8, 18, .78) 100%),
    url("assets/hero-clean-extended-v31.webp") center top / min(100vw, 1536px) auto no-repeat,
    #020815 !important;
}
.hero-bg::after {
  display: block !important;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 82px 82px;
}
.site-header {
  opacity: 1 !important;
  pointer-events: auto !important;
  height: 118px;
  grid-template-columns: 340px minmax(520px, 1fr) auto;
  padding: 26px clamp(20px, 3.3vw, 54px);
  background: linear-gradient(180deg, rgba(2, 8, 18, .96), rgba(2, 8, 18, 0));
}
.brand img { width: 300px; }
.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 1.75vw, 30px);
  font-size: 14px;
  white-space: nowrap;
}
.header-contact {
  display: grid !important;
  grid-template-columns: auto auto auto;
  grid-template-areas:
    "phone cta messengers"
    "email cta messengers";
  column-gap: 18px;
  align-items: center;
}
.header-contact > a:first-child { font-size: 20px; }
.header-contact > a:nth-child(2) { font-size: 17px; color: #68a9ff; }
.header-cta { min-height: 44px; padding: 0 24px; }
.messengers a { width: 43px; height: 43px; }
.hero-grid {
  display: grid !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  max-width: 1536px;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 42px;
  padding: 142px clamp(20px, 3.3vw, 54px) 34px;
}
.hero-copy {
  max-width: 720px;
  padding-top: 44px;
}
.eyebrow { display: none; }
h1 {
  max-width: 850px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(42px, 3.35vw, 52px);
  line-height: 1.08;
}
.lead {
  max-width: 610px;
  font-size: 18px;
  line-height: 1.45;
}
.city-pills {
  gap: 14px;
  margin: 32px 0 0;
}
.city-pills a {
  min-width: 148px;
  min-height: 48px;
  border-radius: 8px;
  font-size: 15px;
}
.hero-benefits {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 660px;
  margin-top: 78px;
}
.hero-benefits div {
  min-height: 118px;
  padding: 50px 16px 0 0;
}
.hero-benefits div::before {
  width: 36px;
  height: 36px;
}
.hero-benefits strong { font-size: 14px; }
.hero-benefits span { font-size: 13px; }
.hero-calc {
  width: 560px;
  margin-top: 0;
  border-radius: 14px;
}
.calc-top { padding: 22px 34px 0; }
.calc-top h2 { font-size: 27px; }
.calc-tabs button { min-height: 64px; font-size: 11px; }
.calc-tabs button::before { width: 20px; height: 20px; margin-bottom: 6px; }
.calc-form { gap: 10px 16px; padding: 14px 34px 10px; }
.calc-form input,
.calc-form select,
.number-stepper,
.ops-select { height: 33px; }
.pallet-segments { height: 34px; }
.pallet-segments button { min-height: 32px; }
.calc-result { padding: 14px 34px 18px; }
.calc-result .btn { min-height: 48px; }
.quick-actions {
  display: none !important;
}
.hero-hotspot {
  display: none !important;
}
.visual-lower {
  margin-top: 0;
}
@media (max-width: 1180px) and (min-width: 761px) {
  .hero {
    min-height: 570px !important;
  }
  .hero-bg {
    background:
      linear-gradient(90deg, rgba(2, 8, 18, .98) 0%, rgba(2, 8, 18, .74) 34%, rgba(2, 8, 18, .08) 62%, rgba(2, 8, 18, .34) 100%),
      linear-gradient(180deg, rgba(2, 8, 18, .08) 0%, rgba(2, 8, 18, .12) 60%, rgba(2, 8, 18, .78) 100%),
      url("assets/hero-clean-extended-v31.webp") center top / 1180px auto no-repeat,
      #020815 !important;
  }
  .site-header {
    height: 76px;
    grid-template-columns: 190px minmax(300px, 1fr) auto;
    gap: 12px;
    padding: 12px 24px;
  }
  .brand img { width: 180px; }
  .main-nav { gap: 12px; font-size: 10px; }
  .header-contact { column-gap: 8px; }
  .header-contact > a:first-child { font-size: 13px; }
  .header-contact > a:nth-child(2) { font-size: 12px; }
  .header-cta { min-height: 34px; padding: 0 12px; font-size: 11px !important; }
  .messengers a { width: 34px; height: 34px; font-size: 10px; }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 372px;
    gap: 18px;
    padding: 104px 30px 28px;
  }
  .hero-copy { max-width: 510px; padding-top: 40px; }
  h1 { max-width: 530px; font-size: 34px; margin-bottom: 14px; }
  .lead { max-width: 450px; font-size: 14px; }
  .city-pills { gap: 8px; margin-top: 22px; }
  .city-pills a { min-width: 108px; min-height: 36px; font-size: 12px; }
  .hero-benefits { max-width: 520px; gap: 10px; margin-top: 52px; }
  .hero-benefits div { min-height: 90px; padding-top: 36px; }
  .hero-benefits div::before { width: 28px; height: 28px; }
  .hero-benefits strong { font-size: 11px; }
  .hero-benefits span { font-size: 10px; }
  .hero-calc { width: 372px; }
  .calc-top { padding: 18px 20px 0; }
  .calc-top h2 { font-size: 22px; }
  .calc-tabs { padding: 0 16px; }
  .calc-tabs button { min-height: 56px; font-size: 8px; }
  .calc-tabs button::before { width: 17px; height: 17px; }
  .calc-form { gap: 9px 10px; padding: 12px 20px 10px; }
  .calc-form label { font-size: 10px; }
  .calc-form input,
  .calc-form select,
  .number-stepper,
  .ops-select { height: 29px; font-size: 11px; }
  .pallet-segments { height: 30px; }
  .pallet-segments button { min-height: 28px; font-size: 10px; }
  .calc-result { grid-template-columns: 1fr 150px; gap: 8px; padding: 12px 20px 16px; }
  .calc-result strong { font-size: 20px; }
  .price-row b { font-size: 9px; }
  .calc-result small { font-size: 8px; }
  .calc-result .btn { min-height: 40px; font-size: 11px; }
}
@media (max-width: 760px) {
  .hero {
    min-height: auto !important;
  }
  .hero-bg {
    background:
      linear-gradient(90deg, rgba(2, 8, 18, .98), rgba(2, 8, 18, .74)),
      linear-gradient(180deg, rgba(2, 8, 18, .1), rgba(2, 8, 18, .84)),
      url("assets/hero-clean-extended-v31.webp") 56% 72px / 980px auto no-repeat,
      #020815 !important;
  }
  .site-header {
    height: 72px;
    grid-template-columns: 150px 1fr;
    padding: 10px 14px;
  }
  .brand img { width: 146px; }
  .main-nav { display: none; }
  .menu-toggle { display: grid; }
  .header-contact { display: none !important; }
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 96px 14px 28px;
  }
  .hero-copy { max-width: 100%; padding-top: 38px; }
  h1 { font-size: 34px; line-height: 1.08; }
  .lead { font-size: 18px; }
  .city-pills a { min-width: 0; flex: 1 1 calc(50% - 8px); }
  .hero-benefits { grid-template-columns: 1fr; margin-top: 34px; }
  .hero-calc { width: 100%; }
  .calc-result { grid-template-columns: 1fr; }
}

/* Hero composition: approved warehouse scene, accurate neon city route, dark logo */
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 300px;
  color: #fff;
}
.brand-mark {
  position: relative;
  flex: 0 0 126px;
  width: 126px;
  height: 90px;
  overflow: hidden;
  clip-path: polygon(28% 0, 100% 0, 74% 100%, 0 100%);
  filter: drop-shadow(0 10px 24px rgba(237, 28, 36, .22));
}
.brand-mark img {
  width: 363px !important;
  max-width: none;
  height: 90px;
}
.brand-copy {
  display: grid;
  gap: 0;
  min-width: 0;
  line-height: 1;
}
.brand-copy strong {
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  white-space: nowrap;
}
.brand-copy small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.hero-bg {
  background:
    linear-gradient(90deg, rgba(2, 8, 18, .94) 0%, rgba(2, 8, 18, .56) 24%, rgba(2, 8, 18, .02) 58%, rgba(2, 8, 18, .16) 100%),
    linear-gradient(180deg, rgba(2, 8, 18, .02) 0%, rgba(2, 8, 18, .02) 68%, rgba(2, 8, 18, .32) 100%),
    url("assets/hero-clean-extended-v31.webp") calc(50% - 122px) 120px / min(86vw, 1320px) auto no-repeat,
    #020815 !important;
  filter: brightness(1.27) saturate(1.18);
}
.hero-bg::before {
  content: "";
  display: block !important;
  position: absolute;
  z-index: 1;
  top: 690px;
  right: 0;
  bottom: auto;
  left: 0;
  height: 300px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(2, 8, 21, 0) 0%,
    rgba(2, 8, 21, .08) 16%,
    rgba(2, 8, 21, .34) 38%,
    rgba(2, 8, 21, .70) 60%,
    rgba(2, 8, 21, .94) 80%,
    #020815 94%,
    #020815 100%
  );
}
.hero-bg::after {
  display: block !important;
  background:
    radial-gradient(ellipse 470px 190px at 56% 22%, rgba(2, 8, 18, .88) 0%, rgba(2, 8, 18, .58) 50%, rgba(2, 8, 18, 0) 100%),
    linear-gradient(rgba(255, 255, 255, .024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .024) 1px, transparent 1px);
  background-size: auto, 82px 82px, 82px 82px;
}
.hero-map {
  --map-node-radius: 5.5px;
  display: block !important;
  top: 42px;
  left: calc(50% - 380px);
  width: min(780px, 51vw);
  aspect-ratio: 1921 / 819;
  height: auto;
  opacity: 1;
  z-index: 1;
  background: none;
}
.hero-map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("assets/neon-map-v31.webp") center / 100% auto no-repeat;
  opacity: .78;
  mix-blend-mode: screen;
  filter:
    brightness(1.06)
    saturate(1.16)
    contrast(1.12)
    drop-shadow(0 0 20px rgba(27, 93, 216, .28));
  -webkit-mask-image:
    radial-gradient(ellipse 96% 88% at 52% 50%, #000 48%, rgba(0, 0, 0, .82) 72%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 16%, #000 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    radial-gradient(ellipse 96% 88% at 52% 50%, #000 48%, rgba(0, 0, 0, .82) 72%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 16%, #000 82%, transparent 100%);
  mask-composite: intersect;
}
.hero-map::before {
  display: none;
}
.hero-map svg {
  display: none;
}
.hero-map .map-road {
  stroke: rgba(62, 129, 229, .26);
  stroke-width: 1.25;
}
.hero-map .map-road-fine {
  stroke: rgba(126, 176, 244, .16);
  stroke-width: .9;
}
.hero-map .map-route {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  filter: drop-shadow(0 0 7px currentColor);
}
.hero-map .map-line-red { stroke: #f12431; color: #f12431; }
.hero-map .map-line-blue { stroke: #39adff; color: #39adff; }
.hero-map .city-node {
  display: inline-flex;
  z-index: 2;
  align-items: center;
  gap: 7px;
  color: #e8f2ff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 2px 8px #020815, 0 0 10px rgba(56, 143, 255, .5);
}
.hero-map .city-node::before {
  display: block;
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border: 2px solid #dcecff;
  border-radius: 50%;
  background: #287dd9;
  box-shadow:
    0 0 0 5px rgba(43, 132, 238, .15),
    0 0 14px rgba(68, 157, 255, .95);
}
.hero-map .city-node.active::before {
  border-color: #ffd9dc;
  background: #df1f2b;
  box-shadow:
    0 0 0 5px rgba(241, 36, 49, .18),
    0 0 18px rgba(241, 36, 49, .98);
}
.hero-map .city-node-nsk {
  left: calc(30.842% - var(--map-node-radius));
  top: calc(55.657% - var(--map-node-radius));
}
.hero-map .city-node-krsk {
  left: calc(54.617% + var(--map-node-radius));
  top: calc(35.439% - var(--map-node-radius));
  flex-direction: row-reverse;
  transform: translateX(-100%);
}
.hero-map .city-node-irk {
  left: calc(69.011% + var(--map-node-radius));
  top: calc(74.304% - var(--map-node-radius));
  bottom: auto;
  flex-direction: row-reverse;
  transform: translateX(-100%);
}

.hero-grid {
  padding-right: 18px;
}

@media (max-width: 1500px) and (min-width: 1181px) {
  .site-header {
    grid-template-columns: 300px minmax(420px, 1fr) 390px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .main-nav {
    gap: 17px;
    font-size: 12px;
  }
  .header-contact {
    column-gap: 8px;
  }
  .header-contact > a:first-child {
    font-size: 17px;
    white-space: nowrap;
  }
  .header-contact > a:nth-child(2) {
    font-size: 14px;
    white-space: nowrap;
  }
  .header-cta {
    min-height: 44px;
    padding: 0 15px;
    font-size: 12px !important;
    white-space: nowrap;
  }
  .messengers a {
    width: 42px;
    height: 42px;
  }
  .hero-map {
    top: 35px;
    left: calc(50% - 320px);
    width: 560px;
  }
  .hero-map .city-node {
    font-size: 10px;
  }
}

@media (max-width: 1180px) and (min-width: 761px) {
  .brand { min-width: 178px; gap: 8px; }
  .brand-mark { flex-basis: 70px; width: 70px; height: 54px; }
  .brand-mark img { width: 218px !important; height: 54px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { margin-top: 4px; font-size: 6px; }
  .hero-bg {
    background:
      linear-gradient(90deg, rgba(2, 8, 18, .94) 0%, rgba(2, 8, 18, .58) 30%, rgba(2, 8, 18, .03) 62%, rgba(2, 8, 18, .18) 100%),
      linear-gradient(180deg, rgba(2, 8, 18, .02) 0%, rgba(2, 8, 18, .03) 62%, rgba(2, 8, 18, .40) 100%),
      url("assets/hero-clean-extended-v31.webp") calc(50% - 78px) 92px / 1050px auto no-repeat,
      #020815 !important;
  }
  .hero-bg::before {
    top: 535px;
    height: 245px;
  }
  .hero-map {
    --map-node-radius: 4px;
    top: 72px;
    left: calc(50% - 255px);
    width: min(470px, 45vw);
    height: auto;
  }
  .hero-map::after {
    background-position: center;
    background-size: 100% auto;
  }
  .hero-map .city-node { font-size: 9px; }
  .hero-map .city-node::before { width: 8px; height: 8px; border-width: 1px; }
}

@media (max-width: 760px) {
  .brand { min-width: 138px; gap: 6px; }
  .brand-mark { flex-basis: 54px; width: 54px; height: 48px; }
  .brand-mark img { width: 194px !important; height: 48px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { margin-top: 3px; font-size: 5px; }
  .hero-bg {
    background:
      linear-gradient(90deg, rgba(2, 8, 18, .93), rgba(2, 8, 18, .46)),
      linear-gradient(180deg, rgba(2, 8, 18, .06), rgba(2, 8, 18, .52)),
      url("assets/hero-clean-extended-v31.webp") 53% 96px / 900px auto no-repeat,
      #020815 !important;
  }
  .hero-bg::before {
    top: 440px;
    height: 210px;
  }
  .hero-map {
    display: none !important;
  }
  .hero-map .city-node { font-size: 7px; }
  .hero-map .city-node::before { width: 7px; height: 7px; border-width: 1px; box-shadow: 0 0 12px currentColor; }
}

/* Final header: original EUROTRANS lettering adapted for the dark hero */
body,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.site-header {
  height: 118px;
  grid-template-columns: 320px minmax(560px, 1fr) auto;
  gap: 22px;
  padding: 16px 24px 18px;
  background: linear-gradient(180deg, rgba(2, 8, 18, .98) 0%, rgba(2, 8, 18, .86) 68%, rgba(2, 8, 18, 0) 100%);
  backdrop-filter: none;
}

.brand {
  width: 310px;
  min-width: 310px;
  gap: 0;
}

.brand > img {
  width: 310px !important;
  height: auto !important;
  max-width: none;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .24));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.55vw, 28px);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav > a,
.nav-services > summary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, .92);
  cursor: pointer;
  opacity: 1;
  transition: color .18s ease;
}

.main-nav > a:hover,
.nav-services > summary:hover,
.nav-services[open] > summary {
  color: #fff;
}

.nav-services {
  position: relative;
}

.nav-services > summary {
  gap: 5px;
  list-style: none;
}

.nav-services > summary::-webkit-details-marker {
  display: none;
}

.nav-services > summary svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .18s ease;
}

.nav-services[open] > summary svg {
  transform: rotate(180deg);
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 4px);
  left: -16px;
  width: 258px;
  display: grid;
  gap: 2px;
  padding: 8px;
  border: 1px solid rgba(139, 162, 194, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  color: #0a1728;
  box-shadow: 0 18px 44px rgba(0, 7, 18, .3);
}

.nav-submenu a {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-submenu a:hover,
.nav-submenu a:focus-visible {
  background: #eef4fc;
  color: #154f9e;
  outline: none;
}

/* Permanent site navigation: service pages are connected here as they are published. */
.nav-menu {
  position: relative;
}

.nav-menu > summary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, .92);
  cursor: pointer;
  list-style: none;
  transition: color .18s ease;
}

.nav-menu > summary::-webkit-details-marker {
  display: none;
}

.nav-menu > summary svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .18s ease;
}

.nav-menu > summary:hover,
.nav-menu[open] > summary {
  color: #fff;
}

.nav-menu[open] > summary svg {
  transform: rotate(180deg);
}

.nav-menu[open] {
  z-index: 40;
}

.nav-submenu-wide {
  width: 286px;
}

.nav-submenu-right {
  right: -12px;
  left: auto;
}

@media (min-width: 1181px) {
  .nav-routes .nav-submenu {
    max-height: min(72vh, 680px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }
}

.nav-submenu-title {
  margin: 7px 12px 4px;
  color: #718097;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav-submenu-divider {
  height: 1px;
  margin: 5px 10px;
  background: #dce5f0;
}

.nav-submenu .nav-page-link {
  min-height: 52px;
  display: grid;
  align-content: center;
  gap: 2px;
}

.nav-submenu .nav-page-link small {
  color: #718097;
  font-size: 10px;
  font-weight: 600;
}

.nav-submenu a[aria-current="page"] {
  background: linear-gradient(90deg, rgba(237, 28, 42, .1), rgba(44, 140, 255, .08));
  color: #d91f2b;
}

.header-contact {
  display: grid !important;
  grid-template-columns: auto auto auto;
  grid-template-areas:
    "phone cta messengers"
    "email cta messengers";
  align-items: center;
  justify-items: end;
  column-gap: 12px;
  row-gap: 1px;
}

.header-phone {
  grid-area: phone;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.header-phone svg {
  width: 17px;
  height: 17px;
  fill: #fff;
  stroke: #fff;
  stroke-width: 1.2;
}

.header-contact > a:nth-child(2) {
  grid-area: email;
  color: #6ca9ff;
  font-size: 15px;
  font-weight: 500;
  opacity: 1;
  white-space: nowrap;
}

.header-cta {
  grid-area: cta;
  min-width: 128px;
  width: 128px;
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid rgba(255, 76, 82, .28);
  border-radius: 8px;
  background: #f1202b;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(237, 28, 36, .22);
  transition: background .18s ease, transform .18s ease;
}

.header-cta:hover {
  background: #d9101c;
  transform: translateY(-1px);
}

.messengers {
  grid-area: messengers;
  display: flex;
  gap: 10px;
  margin: 0;
}

.messengers .messenger-link {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(89, 144, 229, .9);
  border-radius: 50%;
  background: rgba(3, 14, 30, .48);
  color: #fff;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.messengers .messenger-link:hover {
  border-color: #8ebcff;
  background: rgba(20, 55, 105, .5);
  transform: translateY(-1px);
}

.telegram-link svg {
  width: 21px;
  height: 21px;
  fill: #fff;
}

.max-mark {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #07111f;
  font-size: 6px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 1500px) and (min-width: 1181px) {
  .site-header {
    grid-template-columns: 300px minmax(430px, 1fr) 390px;
    gap: 14px;
    padding: 14px 30px 16px;
  }
  .brand,
  .brand > img {
    width: 292px !important;
    min-width: 292px;
  }
  .main-nav {
    gap: 15px;
    font-size: 12px;
  }
  .header-contact {
    column-gap: 8px;
  }
  .header-phone {
    gap: 6px;
    font-size: 16px !important;
  }
  .header-contact > a:nth-child(2) {
    font-size: 13px;
  }
  .header-cta {
    min-width: 122px;
    width: 122px;
    min-height: 42px;
    padding: 0 13px;
    font-size: 12px !important;
  }
  .messengers .messenger-link {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1180px) {
  .site-header {
    height: 82px;
    grid-template-columns: 255px 1fr;
    gap: 14px;
    padding: 10px 20px;
  }
  .brand,
  .brand > img {
    width: 250px !important;
    min-width: 250px;
  }
  .header-contact {
    display: none !important;
  }
  .main-nav {
    display: none;
  }
  .menu-toggle {
    display: grid;
    justify-self: end;
    width: 42px;
    height: 42px;
    padding: 10px;
  }
  .main-nav.open {
    inset: 82px 16px auto;
    display: grid;
    justify-content: stretch;
    gap: 2px;
    max-height: calc(100vh - 98px);
    overflow-y: auto;
    padding: 12px;
    color: #0a1728;
  }
  .main-nav.open > a,
  .main-nav.open .nav-menu > summary {
    min-height: 44px;
    padding: 0 12px;
    color: #0a1728;
  }
  .main-nav.open .nav-menu {
    width: 100%;
  }
  .main-nav.open .nav-menu > summary {
    width: 100%;
    justify-content: space-between;
  }
  .nav-submenu {
    position: static;
    width: 100%;
    margin: 0 0 6px;
    border: 0;
    background: #f2f6fc;
    box-shadow: none;
  }
  .nav-submenu-title {
    margin-top: 10px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 72px;
    grid-template-columns: 205px 1fr;
    padding: 9px 14px;
  }
  .brand,
  .brand > img {
    width: 200px !important;
    min-width: 200px;
  }
  .main-nav.open {
    inset: 72px 10px auto;
  }
}

/* Responsible storage calculator v20. Approved hero, map and header stay unchanged. */
.storage-calculator [hidden] {
  display: none !important;
}

.storage-calculator {
  width: 560px;
  scroll-margin-top: 96px;
}

.storage-calculator .calc-tabs button::before {
  content: none;
}

.storage-calculator .calc-tabs button {
  display: grid;
  grid-template-rows: 24px auto;
  place-items: center;
  align-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 68px;
  padding: 7px 3px 8px;
  letter-spacing: 0;
}

.storage-calculator .calc-tabs button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.storage-calculator .calc-tabs button span {
  display: block;
  max-width: 100%;
  line-height: 1.12;
  text-align: center;
  white-space: normal;
}

.storage-calculator .calc-tabs button:disabled {
  color: #263247;
  cursor: default;
  opacity: .72;
}

.storage-calculator .calc-tabs button.active {
  color: #f1202b;
  opacity: 1;
}

.storage-calc-form {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px 16px;
  padding: 14px 34px 12px;
}

.storage-calc-form > .storage-city,
.storage-calc-form > .storage-pallet-type,
.storage-calc-form > .storage-rate-note,
.storage-calc-form > .storage-ops-toggle,
.storage-calc-form > .storage-operations,
.storage-calc-form > .storage-loyalty,
.storage-calc-form > .calc-breakdown {
  grid-column: 1 / -1;
}

.storage-calc-form .storage-city,
.storage-calc-form .storage-pallet-type,
.storage-calc-form .storage-number-field {
  min-width: 0;
  font-size: 11px;
  font-weight: 500;
  color: #3d495d;
}

.storage-calc-form .storage-pallet-type select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.storage-calc-form .pallet-segments {
  height: 36px;
  margin: 0;
}

.storage-calc-form .pallet-segments button {
  min-width: 0;
  min-height: 34px;
  padding: 0 6px;
  font-size: 12px;
  letter-spacing: 0;
  white-space: nowrap;
}

.storage-stepper,
.operation-quantity {
  display: grid;
  grid-template-columns: 34px minmax(42px, 1fr) 34px;
  height: 36px;
  overflow: hidden;
  border: 1px solid #d9e1ee;
  border-radius: 6px;
  background: #fff;
}

.storage-stepper button,
.operation-quantity button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #fff;
  color: #12213a;
  font-size: 20px;
  cursor: pointer;
}

.storage-stepper button:hover,
.operation-quantity button:hover {
  background: #f1f5fb;
}

.storage-calc-form .storage-stepper input,
.storage-calc-form .operation-quantity input {
  display: block !important;
  width: 100%;
  height: 34px;
  min-width: 0;
  padding: 0 3px;
  border: 0;
  border-right: 1px solid #d9e1ee;
  border-left: 1px solid #d9e1ee;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
  appearance: textfield;
  box-shadow: none;
}

.storage-calc-form input[type="number"]::-webkit-inner-spin-button,
.storage-calc-form input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.storage-rate-note {
  margin: -2px 0 0;
  color: #657187;
  font-size: 10px;
  line-height: 1.3;
}

.storage-ops-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  height: 38px !important;
  padding: 0 13px;
}

.storage-ops-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 2px;
  border-right: 1.5px solid #172238;
  border-bottom: 1.5px solid #172238;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}

.storage-ops-toggle[aria-expanded="true"]::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.storage-ops-toggle span {
  min-width: 0;
  font-size: 12px;
  font-weight: 600;
}

.storage-ops-toggle strong {
  margin-left: auto;
  color: #1d4f9a;
  font-size: 10px;
  white-space: nowrap;
}

.storage-operations {
  display: grid;
  gap: 8px;
  margin-top: 2px;
  padding: 10px;
  border: 1px solid #dce5f1;
  border-radius: 8px;
  background: #f6f9fd;
}

.storage-operation {
  display: grid;
  grid-template-columns: minmax(135px, 1fr) minmax(145px, 1.08fr) 104px;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  border: 1px solid #dde5f0;
  border-radius: 7px;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.storage-operation.is-active {
  border-color: rgba(241, 32, 43, .45);
  box-shadow: 0 0 0 2px rgba(241, 32, 43, .05);
}

.storage-operation.compact-operation {
  grid-template-columns: minmax(0, 1fr) 104px;
}

.storage-operation .operation-check {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #12213a;
  cursor: pointer;
}

.storage-operation .operation-check input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  accent-color: #f1202b;
}

.operation-check span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.operation-check strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #13213a;
  font-size: 11px;
  line-height: 1.15;
}

.operation-check small {
  color: #748095;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.15;
}

.storage-operation select {
  min-width: 0;
  height: 34px !important;
  padding: 0 24px 0 8px !important;
  font-size: 10px !important;
  text-overflow: ellipsis;
}

.operation-quantity {
  grid-template-columns: 27px minmax(36px, 1fr) 27px;
  width: 104px;
  height: 34px;
}

.operation-quantity button {
  font-size: 17px;
}

.storage-calc-form .operation-quantity input {
  height: 32px;
  font-size: 11px;
}

.storage-loyalty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #dce5f1;
  border-radius: 8px;
  background: #f8faff;
}

.storage-loyalty .loyalty-toggle {
  display: flex;
  grid-column: 1;
  grid-row: 1 / span 2;
  align-items: center;
  gap: 8px;
  color: #172238;
  cursor: pointer;
}

.loyalty-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.loyalty-toggle > span {
  position: relative;
  width: 34px;
  height: 19px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: #b9c4d6;
  transition: background .18s ease;
}

.loyalty-toggle > span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  transition: transform .18s ease;
}

.loyalty-toggle input:checked + span {
  background: #f1202b;
}

.loyalty-toggle input:checked + span::after {
  transform: translateX(15px);
}

.loyalty-toggle input:focus-visible + span {
  outline: 3px solid rgba(29, 79, 154, .18);
}

.loyalty-toggle strong {
  font-size: 11px;
  white-space: nowrap;
}

.storage-loyalty > p {
  grid-column: 2;
  margin: 0;
  color: #657187;
  font-size: 9px;
  line-height: 1.25;
}

.storage-loyalty .monthly-turnover {
  grid-column: 1 / -1;
  margin-top: 7px;
  font-size: 10px;
}

.storage-loyalty .monthly-turnover input {
  height: 34px;
}

.storage-loyalty > small {
  grid-column: 1 / -1;
  color: #1d4f9a;
  font-size: 9px;
}

.calc-breakdown {
  border-top: 1px solid #e2e8f1;
}

.calc-breakdown summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
  color: #172238;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.calc-breakdown summary::-webkit-details-marker {
  display: none;
}

.calc-breakdown summary::after {
  content: "+";
  color: #1d4f9a;
  font-size: 16px;
}

.calc-breakdown[open] summary::after {
  content: "−";
}

.calc-breakdown summary span {
  margin-left: auto;
  color: #667389;
  font-weight: 500;
}

.calc-breakdown ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 2px 0 5px 17px;
  color: #58667b;
  font-size: 9px;
  line-height: 1.3;
}

.storage-result {
  grid-template-columns: minmax(0, 1fr) 236px;
  gap: 14px;
  padding: 14px 34px 18px;
}

.storage-result .price-row {
  min-height: 34px;
}

.storage-result .price-row b {
  white-space: nowrap;
}

.storage-result .btn {
  min-height: 48px;
  border-radius: 8px;
  background: #f1202b;
  box-shadow: 0 12px 28px rgba(241, 32, 43, .24);
}

.storage-result .btn:hover {
  background: #d9101c;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .storage-calculator {
    width: 372px;
  }

  .storage-calculator .calc-tabs {
    display: flex;
    overflow-x: auto;
    padding: 0 16px;
    scrollbar-width: thin;
  }

  .storage-calculator .calc-tabs button {
    min-width: 88px;
    min-height: 58px;
    font-size: 8px;
  }

  .storage-calculator .calc-tabs button svg {
    width: 17px;
    height: 17px;
  }

  .storage-calc-form {
    gap: 9px 10px;
    padding: 12px 20px 10px;
  }

  .storage-operation,
  .storage-operation.compact-operation {
    grid-template-columns: minmax(0, 1fr) 96px;
  }

  .storage-operation > select {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .operation-quantity {
    grid-column: 2;
    grid-row: 1;
    width: 96px;
  }

  .loyalty-toggle strong {
    white-space: normal;
  }

  .storage-result {
    grid-template-columns: minmax(0, 1fr) 145px;
    gap: 8px;
    padding: 12px 20px 16px;
  }
}

@media (max-width: 760px) {
  .storage-calculator {
    width: 100%;
  }

  .storage-calculator .calc-tabs {
    display: flex;
    overflow-x: auto;
    padding: 0 18px;
    scrollbar-width: thin;
  }

  .storage-calculator .calc-tabs button {
    min-width: 92px;
    min-height: 60px;
    font-size: 9px;
  }

  .storage-calculator .calc-tabs button svg {
    width: 18px;
    height: 18px;
  }

  .storage-calc-form {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: 14px 18px 12px;
  }

  .storage-operation,
  .storage-operation.compact-operation {
    grid-template-columns: minmax(0, 1fr) 98px;
  }

  .storage-operation > select {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .operation-quantity {
    grid-column: 2;
    grid-row: 1;
    width: 98px;
  }

  .storage-loyalty {
    grid-template-columns: 1fr;
  }

  .storage-loyalty .loyalty-toggle,
  .storage-loyalty > p {
    grid-column: 1;
    grid-row: auto;
  }

  .storage-result {
    grid-template-columns: 1fr;
    padding: 14px 18px 18px;
  }

  .storage-result .btn {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .storage-calc-form {
    grid-template-columns: 1fr;
  }

  .storage-calc-form > * {
    grid-column: 1 !important;
  }

  .storage-calc-form .pallet-segments button {
    padding: 0 4px;
    font-size: 10px;
  }
}

/* Cross-docking calculator. The approved hero composition stays unchanged. */
.crossdock-calc-form {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px 16px;
  padding: 14px 34px 12px;
}

.crossdock-calc-form > .crossdock-city,
.crossdock-calc-form > .crossdock-block,
.crossdock-calc-form > .crossdock-scenario-panel,
.crossdock-calc-form > .crossdock-urgency,
.crossdock-calc-form > .crossdock-alert,
.crossdock-calc-form > .calc-breakdown {
  grid-column: 1 / -1;
}

.crossdock-calc-form label,
.crossdock-block legend {
  min-width: 0;
  color: #3d495d;
  font-size: 11px;
  font-weight: 500;
}

.crossdock-calc-form input,
.crossdock-calc-form select {
  height: 36px;
  padding: 0 12px;
  border-radius: 6px;
  border-color: #d9e1ee;
  font-size: 13px;
}

.crossdock-block {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.crossdock-block legend {
  margin-bottom: 7px;
}

.crossdock-scenario-switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #d9e1ee;
  border-radius: 7px;
  background: #fff;
}

.crossdock-scenario-switch button {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  min-width: 0;
  min-height: 48px;
  padding: 6px 8px;
  border: 0;
  border-right: 1px solid #d9e1ee;
  background: #fff;
  color: #25334a;
  text-align: left;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
}

.crossdock-scenario-switch button:last-child {
  border-right: 0;
}

.crossdock-scenario-switch button > span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(29, 79, 154, .28);
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff, #e8f1ff);
  color: #1d4f9a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    0 4px 10px rgba(29, 79, 154, .18);
  font-size: 12px;
  font-weight: 900;
}

.crossdock-scenario-switch button.active {
  background: #f1202b;
  color: #fff;
}

.crossdock-scenario-switch button.active > span {
  border-color: #fff;
  background: #fff;
  color: #f1202b;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    0 5px 12px rgba(123, 5, 14, .28);
}

.crossdock-scenario-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 9px 12px;
  min-width: 0;
  padding: 10px;
  border: 1px solid #dce5f1;
  border-radius: 8px;
  background: #f6f9fd;
}

.crossdock-scenario-panel > .crossdock-wide,
.crossdock-scenario-panel > .crossdock-explainer {
  grid-column: 1 / -1;
}

.crossdock-explainer {
  display: grid;
  gap: 2px;
  margin: 0;
}

.crossdock-explainer strong {
  color: #14223a;
  font-size: 11px;
  line-height: 1.2;
}

.crossdock-explainer span {
  color: #657187;
  font-size: 9px;
  line-height: 1.3;
}

.crossdock-number {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.crossdock-calc-form .storage-stepper {
  width: 100%;
}

.crossdock-calc-form .storage-stepper input {
  display: block !important;
  width: 100%;
  height: 34px;
  min-width: 0;
  padding: 0 3px;
  border: 0;
  border-right: 1px solid #d9e1ee;
  border-left: 1px solid #d9e1ee;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
  appearance: textfield;
  box-shadow: none;
}

.crossdock-calc-form input[type="number"]::-webkit-inner-spin-button,
.crossdock-calc-form input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.crossdock-rate-note {
  margin: 0;
  color: #657187;
  font-size: 9px;
  line-height: 1.3;
}

.crossdock-volume-switch {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #d9e1ee;
  border-radius: 6px;
  background: #fff;
}

.crossdock-volume-switch button {
  min-width: 0;
  min-height: 34px;
  padding: 0 5px;
  border: 0;
  border-right: 1px solid #d9e1ee;
  background: #fff;
  color: #172238;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.crossdock-volume-switch button:last-child {
  border-right: 0;
}

.crossdock-volume-switch button.active {
  background: #f1202b;
  color: #fff;
}

.crossdock-included {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.crossdock-included li {
  position: relative;
  min-width: 0;
  padding-left: 15px;
  color: #536176;
  font-size: 8px;
  line-height: 1.25;
}

.crossdock-included li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1d8a45;
  font-weight: 900;
}

.crossdock-urgency {
  display: grid;
  gap: 7px;
}

.crossdock-alert {
  margin: 0;
  padding: 8px 10px;
  border-left: 3px solid #f1202b;
  border-radius: 5px;
  background: #fff4f4;
  color: #5f6878;
  font-size: 9px;
  line-height: 1.3;
}

.crossdock-result {
  grid-template-columns: minmax(0, 1fr) 236px;
  gap: 14px;
  padding: 14px 34px 18px;
}

.crossdock-result .price-row {
  min-height: 34px;
}

.crossdock-result [data-crossdock-total] {
  font-size: 25px;
  white-space: nowrap;
}

.crossdock-result .btn {
  min-height: 48px;
  border-radius: 8px;
  background: #f1202b;
  box-shadow: 0 12px 28px rgba(241, 32, 43, .24);
}

.crossdock-result .btn:hover {
  background: #d9101c;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .crossdock-calc-form {
    gap: 9px 10px;
    padding: 12px 20px 10px;
  }

  .crossdock-scenario-switch button {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 62px;
    padding: 6px 4px;
    text-align: center;
    font-size: 8px;
  }

  .crossdock-scenario-panel {
    grid-template-columns: 1fr;
  }

  .crossdock-scenario-panel > * {
    grid-column: 1 !important;
  }

  .crossdock-included {
    grid-template-columns: 1fr;
  }

  .crossdock-result {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 20px 16px;
  }

  .crossdock-result .btn {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .crossdock-calc-form {
    padding: 14px 18px 12px;
  }

  .crossdock-result {
    grid-template-columns: 1fr;
    padding: 14px 18px 18px;
  }

  .crossdock-result .btn {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .crossdock-calc-form,
  .crossdock-scenario-panel {
    grid-template-columns: 1fr;
  }

  .crossdock-calc-form > *,
  .crossdock-scenario-panel > * {
    grid-column: 1 !important;
  }

  .crossdock-scenario-switch {
    grid-template-columns: 1fr;
  }

  .crossdock-scenario-switch button {
    grid-template-columns: 22px minmax(0, 1fr);
    min-height: 42px;
    border-right: 0;
    border-bottom: 1px solid #d9e1ee;
    text-align: left;
  }

  .crossdock-scenario-switch button:last-child {
    border-bottom: 0;
  }
}

/* Storage and city delivery calculator. */
.combo-calc-form {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px 16px;
  padding: 14px 34px 12px;
}

.combo-calc-form > .combo-city,
.combo-calc-form > .combo-pallet-type,
.combo-calc-form > .combo-step-title,
.combo-calc-form > .combo-storage-note,
.combo-calc-form > .combo-delivery-fields,
.combo-calc-form > .combo-vehicle,
.combo-calc-form > .combo-options,
.combo-calc-form > .combo-alert,
.combo-calc-form > .calc-breakdown {
  grid-column: 1 / -1;
}

.combo-calc-form label {
  min-width: 0;
  color: #3d495d;
  font-size: 11px;
  font-weight: 500;
}

.combo-calc-form input,
.combo-calc-form select {
  height: 36px;
  padding: 0 12px;
  border-color: #d9e1ee;
  border-radius: 6px;
}

.combo-pallet-type {
  position: relative;
}

.combo-pallet-type select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.combo-calc-form .pallet-segments {
  height: 36px;
  margin: 0;
}

.combo-calc-form .pallet-segments button {
  min-width: 0;
  min-height: 34px;
  padding: 0 6px;
  font-size: 12px;
  letter-spacing: 0;
  white-space: nowrap;
}

.combo-calc-form .storage-stepper input {
  display: block !important;
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 0 3px;
  border: 0;
  border-right: 1px solid #d9e1ee;
  border-left: 1px solid #d9e1ee;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
  appearance: textfield;
  box-shadow: none;
}

.combo-calc-form input[type="number"]::-webkit-inner-spin-button,
.combo-calc-form input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.combo-step-title {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding-top: 2px;
}

.combo-step-title > span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border: 1px solid rgba(29, 79, 154, .25);
  border-radius: 50%;
  background: #1d4f9a;
  box-shadow: 0 5px 12px rgba(29, 79, 154, .18);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.combo-step-title > div {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.combo-step-title strong {
  color: #13213a;
  font-size: 12px;
  line-height: 1.2;
}

.combo-step-title small {
  color: #748095;
  font-size: 9px;
  line-height: 1.2;
}

.combo-storage-note {
  margin: -3px 0 0;
  color: #657187;
  font-size: 9px;
  line-height: 1.25;
}

.combo-delivery-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
  padding: 10px;
  border: 1px solid #dce5f1;
  border-radius: 8px;
  background: #f7f9fc;
}

.combo-vehicle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 14px;
  align-items: center;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #dce5f1;
  border-left: 3px solid #1d4f9a;
  border-radius: 8px;
  background: #f8faff;
}

.combo-vehicle > span {
  grid-column: 1;
  color: #657187;
  font-size: 9px;
}

.combo-vehicle > strong {
  grid-column: 1;
  overflow-wrap: anywhere;
  color: #13213a;
  font-size: 12px;
  line-height: 1.2;
}

.combo-vehicle > b {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #1d4f9a;
  font-size: 13px;
  white-space: nowrap;
}

.combo-vehicle > small {
  grid-column: 1 / -1;
  margin-top: 2px;
  color: #748095;
  font-size: 9px;
}

.combo-options {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px 12px;
  align-items: end;
}

.combo-option {
  display: flex !important;
  min-height: 54px;
  flex-direction: row !important;
  align-items: center;
  gap: 9px !important;
  padding: 8px 10px;
  border: 1px solid #dce5f1;
  border-radius: 8px;
  background: #f8faff;
  cursor: pointer;
}

.combo-option input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  accent-color: #f1202b;
}

.combo-option > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.combo-option strong {
  color: #13213a;
  font-size: 11px;
}

.combo-option small {
  color: #748095;
  font-size: 9px;
}

.combo-oversize {
  min-width: 0;
}

.combo-alert {
  margin: 0;
  padding: 7px 9px;
  border-left: 3px solid #f1202b;
  border-radius: 5px;
  background: #fff4f4;
  color: #5f6878;
  font-size: 9px;
  line-height: 1.3;
}

.combo-result {
  grid-template-columns: minmax(0, 1fr) 236px;
  gap: 14px;
  padding: 14px 34px 18px;
}

.combo-result [data-combo-total] {
  font-size: 25px;
  white-space: nowrap;
}

.combo-result .btn {
  min-height: 48px;
  border-radius: 8px;
  background: #f1202b;
  box-shadow: 0 12px 28px rgba(241, 32, 43, .24);
}

.combo-result .btn:hover {
  background: #d9101c;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .combo-calc-form {
    gap: 9px 10px;
    padding: 12px 20px 10px;
  }

  .combo-delivery-fields,
  .combo-options {
    grid-template-columns: 1fr;
  }

  .combo-result {
    grid-template-columns: minmax(0, 1fr) 145px;
    gap: 8px;
    padding: 12px 20px 16px;
  }
}

@media (max-width: 760px) {
  .combo-calc-form {
    padding: 14px 18px 12px;
  }

  .combo-result {
    grid-template-columns: 1fr;
    padding: 14px 18px 18px;
  }

  .combo-result .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .combo-delivery-fields,
  .combo-options {
    grid-template-columns: 1fr;
  }

  .combo-vehicle {
    grid-template-columns: 1fr;
  }

  .combo-vehicle > span,
  .combo-vehicle > strong,
  .combo-vehicle > b,
  .combo-vehicle > small {
    grid-column: 1;
    grid-row: auto;
  }

  .combo-vehicle > b {
    margin-top: 4px;
    white-space: normal;
  }
}

@media (max-width: 390px) {
  .combo-calc-form {
    grid-template-columns: 1fr;
  }

  .combo-calc-form > * {
    grid-column: 1 !important;
  }

  .combo-calc-form .pallet-segments button {
    padding: 0 4px;
    font-size: 10px;
  }
}

/* Marketplace-lite calculator. */
.marketplace-calc-form {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 9px 16px;
  padding: 14px 34px 12px;
}

.marketplace-calc-form > * {
  grid-column: 1 / -1;
}

.marketplace-calc-form label,
.marketplace-calc-form legend {
  min-width: 0;
  color: #3d495d;
  font-size: 11px;
  font-weight: 500;
}

.marketplace-calc-form input,
.marketplace-calc-form select {
  height: 36px;
  padding: 0 12px;
  border-color: #d9e1ee;
  border-radius: 6px;
}

.marketplace-calc-form .storage-stepper input {
  display: block !important;
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 0 3px;
  border: 0;
  border-right: 1px solid #d9e1ee;
  border-left: 1px solid #d9e1ee;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
  appearance: textfield;
  box-shadow: none;
}

.marketplace-calc-form input[type="number"]::-webkit-inner-spin-button,
.marketplace-calc-form input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.marketplace-intro {
  display: grid;
  gap: 2px;
  padding: 8px 10px;
  border: 1px solid #dce5f1;
  border-left: 3px solid #1d4f9a;
  border-radius: 7px;
  background: #f8faff;
}

.marketplace-intro strong {
  color: #13213a;
  font-size: 12px;
  line-height: 1.2;
}

.marketplace-intro span {
  color: #6d798d;
  font-size: 9px;
  line-height: 1.25;
}

.marketplace-base-grid,
.marketplace-storage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
}

.marketplace-pallet-type {
  position: relative;
}

.marketplace-pallet-type > select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.marketplace-pallet-type .pallet-segments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 36px;
  margin: 0;
}

.marketplace-pallet-type .pallet-segments button {
  min-width: 0;
  min-height: 34px;
  padding: 0 6px;
  font-size: 11px;
  letter-spacing: 0;
  white-space: nowrap;
}

.marketplace-storage-rate {
  margin: -3px 0 0;
  color: #657187;
  font-size: 9px;
  line-height: 1.25;
}

.marketplace-handling {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.marketplace-handling legend {
  width: 100%;
  margin-bottom: 1px;
}

.marketplace-handling label {
  display: flex;
  min-height: 48px;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  padding: 7px 10px;
  border: 1px solid #dce5f1;
  border-radius: 7px;
  background: #f8faff;
  cursor: pointer;
}

.marketplace-handling input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  accent-color: #f1202b;
}

.marketplace-handling label > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.marketplace-handling strong {
  color: #13213a;
  font-size: 10px;
  line-height: 1.15;
}

.marketplace-handling small {
  color: #748095;
  font-size: 9px;
  line-height: 1.15;
}

.marketplace-operations {
  overflow: hidden;
  border: 1px solid #dce5f1;
  border-radius: 7px;
  background: #f8faff;
}

.marketplace-operations summary {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 11px;
  color: #13213a;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.marketplace-operations summary::-webkit-details-marker {
  display: none;
}

.marketplace-operations summary::after {
  content: "+";
  color: #1d4f9a;
  font-size: 16px;
}

.marketplace-operations[open] summary::after {
  content: "−";
}

.marketplace-operations summary span {
  margin-left: auto;
  color: #667389;
  font-size: 9px;
  font-weight: 500;
}

.marketplace-operations > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  padding: 9px 10px 10px;
  border-top: 1px solid #dce5f1;
  background: #fff;
}

.marketplace-scope-status {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 7px 9px;
  border-left: 3px solid #1d4f9a;
  border-radius: 5px;
  background: #f2f6fc;
}

.marketplace-scope-status strong {
  color: #1d4f9a;
  font-size: 10px;
  line-height: 1.2;
}

.marketplace-scope-status span {
  color: #5f6878;
  font-size: 9px;
  line-height: 1.25;
}

.marketplace-scope-status.needs-review {
  border-left-color: #f1202b;
  background: #fff3f4;
}

.marketplace-scope-status.needs-review strong {
  color: #d9101c;
}

.marketplace-result {
  grid-template-columns: minmax(0, 1fr) 236px;
  gap: 14px;
  padding: 14px 34px 18px;
}

.marketplace-result [data-marketplace-total] {
  font-size: 25px;
  white-space: nowrap;
}

.marketplace-result .btn {
  min-height: 48px;
  border-radius: 8px;
  background: #f1202b;
  box-shadow: 0 12px 28px rgba(241, 32, 43, .24);
}

.marketplace-result .btn:hover {
  background: #d9101c;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .marketplace-calc-form {
    gap: 8px 10px;
    padding: 12px 20px 10px;
  }

  .marketplace-result {
    grid-template-columns: minmax(0, 1fr) 145px;
    gap: 8px;
    padding: 12px 20px 16px;
  }
}

@media (max-width: 760px) {
  .marketplace-calc-form {
    padding: 14px 18px 12px;
  }

  .marketplace-result {
    grid-template-columns: 1fr;
    padding: 14px 18px 18px;
  }

  .marketplace-result .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .marketplace-base-grid,
  .marketplace-storage-grid,
  .marketplace-handling,
  .marketplace-operations > div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .marketplace-pallet-type .pallet-segments button {
    padding: 0 4px;
    font-size: 9px;
  }
}

/* Groupage cargo calculator. Approved hero and other calculators stay unchanged. */
.ltl-calc-form {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px 16px;
  padding: 14px 34px 12px;
}

.ltl-calc-form > * {
  grid-column: 1 / -1;
}

.ltl-calc-form label,
.ltl-calc-form legend {
  min-width: 0;
  color: #3d495d;
  font-size: 11px;
  font-weight: 500;
}

.ltl-calc-form input,
.ltl-calc-form select {
  height: 36px;
  padding: 0 12px;
  border-color: #d9e1ee;
  border-radius: 6px;
}

.ltl-calc-form .storage-stepper input {
  display: block !important;
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 0 3px;
  border: 0;
  border-right: 1px solid #d9e1ee;
  border-left: 1px solid #d9e1ee;
  border-radius: 0;
  text-align: center;
  font-weight: 700;
  appearance: textfield;
  box-shadow: none;
}

.ltl-calc-form input[type="number"]::-webkit-inner-spin-button,
.ltl-calc-form input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.ltl-route-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 8px;
  align-items: end;
}

.ltl-swap {
  display: grid;
  width: 34px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 1px solid #cbd8ea;
  border-radius: 6px;
  background: #f8faff;
  color: #1d4f9a;
  cursor: pointer;
}

.ltl-swap:hover:not(:disabled) {
  border-color: #1d4f9a;
  background: #edf4ff;
}

.ltl-swap:disabled {
  cursor: default;
  opacity: .36;
}

.ltl-swap svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ltl-route-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px 14px;
  align-items: center;
  min-width: 0;
  padding: 9px 11px;
  border: 1px solid #dce5f1;
  border-left: 3px solid #1d4f9a;
  border-radius: 7px;
  background: #f8faff;
}

.ltl-route-summary span {
  overflow-wrap: anywhere;
  color: #13213a;
  font-size: 11px;
  font-weight: 800;
}

.ltl-route-summary strong,
.ltl-route-summary b {
  color: #5e6b80;
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
}

.ltl-cargo-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
}

.ltl-address-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.ltl-address-services legend {
  width: 100%;
  margin-bottom: 7px;
}

.ltl-address-services label {
  display: flex;
  min-height: 50px;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border: 1px solid #dce5f1;
  border-radius: 7px;
  background: #f8faff;
  cursor: pointer;
}

.ltl-address-services input,
.ltl-extra-check input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  accent-color: #f1202b;
}

.ltl-address-services label > span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.ltl-address-services strong {
  color: #13213a;
  font-size: 10px;
  line-height: 1.15;
}

.ltl-address-services small {
  color: #748095;
  font-size: 9px;
  line-height: 1.15;
}

.ltl-discount-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 8px 10px;
  border-radius: 7px;
  background: #fff2f3;
  color: #5f6878;
  font-size: 9px;
  line-height: 1.25;
}

.ltl-discount-note strong {
  flex: 0 0 auto;
  color: #f1202b;
  font-size: 11px;
}

.ltl-extras {
  overflow: hidden;
  border: 1px solid #dce5f1;
  border-radius: 7px;
  background: #f8faff;
}

.ltl-extras summary {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 11px;
  color: #13213a;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.ltl-extras summary::-webkit-details-marker {
  display: none;
}

.ltl-extras summary::after {
  content: "+";
  color: #1d4f9a;
  font-size: 16px;
}

.ltl-extras[open] summary::after {
  content: "−";
}

.ltl-extras summary span {
  margin-left: auto;
  color: #667389;
  font-size: 9px;
  font-weight: 500;
}

.ltl-extras > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
  padding: 10px;
  border-top: 1px solid #dce5f1;
  background: #fff;
}

.ltl-extra-check {
  display: flex !important;
  min-height: 36px;
  flex-direction: row !important;
  align-items: center;
  gap: 8px !important;
  padding: 0 9px;
  border: 1px solid #d9e1ee;
  border-radius: 6px;
  cursor: pointer;
}

.ltl-extra-check span {
  color: #13213a;
  font-size: 10px;
  font-weight: 600;
}

.ltl-alert {
  margin: 0;
  padding: 7px 9px;
  border-left: 3px solid #1d4f9a;
  border-radius: 5px;
  background: #f2f6fc;
  color: #5f6878;
  font-size: 9px;
  line-height: 1.3;
}

.ltl-result {
  grid-template-columns: minmax(0, 1fr) 236px;
  gap: 14px;
  padding: 14px 34px 18px;
}

.ltl-result .price-row {
  flex-wrap: wrap;
  min-height: 34px;
}

.ltl-result [data-ltl-total] {
  font-size: 25px;
  white-space: nowrap;
}

.ltl-result .ltl-old-price {
  padding: 4px 7px;
  border: 1px solid #e0e6ef;
  border-radius: 5px;
  background: #f7f9fc;
  color: #667389;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.15;
  white-space: normal;
}

.ltl-result .btn {
  min-height: 48px;
  border-radius: 8px;
  background: #f1202b;
  box-shadow: 0 12px 28px rgba(241, 32, 43, .24);
}

.ltl-result .btn:hover {
  background: #d9101c;
}

@media (max-width: 1180px) and (min-width: 761px) {
  .ltl-calc-form {
    gap: 9px 10px;
    padding: 12px 20px 10px;
  }

  .ltl-route-summary {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .ltl-route-summary strong,
  .ltl-route-summary b {
    white-space: normal;
  }

  .ltl-result {
    grid-template-columns: minmax(0, 1fr) 145px;
    gap: 8px;
    padding: 12px 20px 16px;
  }
}

@media (max-width: 760px) {
  .ltl-calc-form {
    padding: 14px 18px 12px;
  }

  .ltl-result {
    grid-template-columns: 1fr;
    padding: 14px 18px 18px;
  }

  .ltl-result .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .ltl-route-summary {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .ltl-route-summary strong,
  .ltl-route-summary b {
    white-space: normal;
  }

  .ltl-address-services,
  .ltl-extras > div {
    grid-template-columns: 1fr;
  }

  .ltl-discount-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}

@media (max-width: 390px) {
  .ltl-cargo-fields {
    grid-template-columns: 1fr;
  }

  .ltl-route-fields {
    grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
    gap: 5px;
  }

  .ltl-swap {
    width: 30px;
  }
}

@media (min-width: 1181px) {
  .city-pills {
    transform: translateY(28px);
  }
}

/* Final hero refinements: soft map fade, reference-style benefit icons, compact contact area. */
.hero-map::after {
  -webkit-mask-image: radial-gradient(
    ellipse 54% 54% at 50% 46%,
    #000 42%,
    rgba(0, 0, 0, .88) 58%,
    rgba(0, 0, 0, .28) 78%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 54% 54% at 50% 46%,
    #000 42%,
    rgba(0, 0, 0, .88) 58%,
    rgba(0, 0, 0, .28) 78%,
    transparent 100%
  );
}

.city-pills a::before {
  display: none;
}

.city-pills a svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: #5f9ff5;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 6px rgba(69, 144, 255, .28));
}

.city-pills a.active svg {
  stroke: #fff;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, .18));
}

.hero-benefits div {
  position: relative;
}

.hero-benefits div::before {
  display: none;
}

.hero-benefit-icon {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-benefit-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 6px rgba(91, 167, 255, .22));
}

.header-contact {
  grid-template-columns: auto auto;
  grid-template-areas:
    "phone messengers"
    "email messengers";
}

/* Launch readiness: consent, feedback and compact utility controls. */
.spam-trap {
  position: fixed !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.consent a {
  color: #1d5daf;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.form-privacy-note {
  margin: -2px 0 2px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.form-privacy-note a { color: #2d6ec7; text-underline-offset: 2px; }

.cookie {
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 780px;
}

.cookie p {
  font-size: 13px;
  line-height: 1.45;
}

.cookie p a {
  color: #1d5daf;
  font-weight: 700;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.cookie .btn {
  min-height: 42px;
  white-space: nowrap;
}

.cookie .btn-cookie-secondary {
  color: #16345f;
  border: 1px solid #b9c8dc;
  background: #fff;
  box-shadow: none;
}

.back-to-top {
  width: 48px;
  height: 48px;
  position: fixed;
  z-index: 25;
  right: 20px;
  bottom: 20px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(98, 164, 244, 0.65);
  border-radius: 50%;
  color: #fff;
  background: #071426;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3), 0 0 18px rgba(44, 140, 255, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  cursor: pointer;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cookie.show ~ .back-to-top {
  bottom: 112px;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  padding: 14px 16px;
  border-left: 3px solid;
  font-size: 14px;
  line-height: 1.45;
}

.form-status-success {
  color: #195b35;
  border-color: #2e9c5b;
  background: #edf9f1;
}

.form-status-error {
  color: #8f1720;
  border-color: #ed1c2a;
  background: #fff0f1;
}

@media (max-width: 760px) {
  .storage-calculator .calc-tabs {
    gap: 2px;
    padding: 0 14px 7px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: #9bb1cc #eef2f7;
  }

  .storage-calculator .calc-tabs::-webkit-scrollbar {
    height: 5px;
  }

  .storage-calculator .calc-tabs::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #9bb1cc;
  }

  .storage-calculator .calc-tabs button {
    min-width: 116px;
    min-height: 64px;
    scroll-snap-align: center;
    font-size: 11px !important;
    line-height: 1.15;
  }

  .storage-calculator .calc-tabs button svg {
    width: 20px;
    height: 20px;
  }

  .storage-calculator .calc-form label,
  .storage-calculator .calc-form small,
  .storage-calculator .calc-form [class*="note"],
  .storage-calculator .calc-form [class*="hint"],
  .storage-calculator .calc-result span,
  .storage-calculator .calc-result small,
  .storage-calculator .calc-breakdown,
  .storage-calculator .calc-breakdown * {
    font-size: 11px !important;
    line-height: 1.35;
  }

  .storage-calculator .crossdock-explainer span,
  .storage-calculator .crossdock-included li,
  .storage-calculator .crossdock-alert,
  .storage-calculator .combo-vehicle > span,
  .storage-calculator .combo-alert,
  .storage-calculator .marketplace-intro span,
  .storage-calculator .marketplace-operations summary span,
  .storage-calculator .marketplace-scope-status span,
  .storage-calculator .ltl-route-summary strong,
  .storage-calculator .ltl-route-summary b,
  .storage-calculator .ltl-extras summary span,
  .storage-calculator .ltl-extra-check span,
  .storage-calculator .ltl-alert,
  .storage-calculator .ltl-result .ltl-old-price {
    font-size: 11px !important;
    line-height: 1.35;
  }

  .storage-calculator .storage-ops-toggle strong,
  .storage-calculator .storage-loyalty p {
    font-size: 11px !important;
    line-height: 1.35;
  }

  .storage-calculator .calc-form input,
  .storage-calculator .calc-form select,
  .storage-calculator .calc-form button:not(.calc-tabs button) {
    font-size: 12px;
    min-height: 44px;
  }

  .storage-calculator .pallet-segments button,
  .storage-calculator .stepper button,
  .storage-calculator .stepper input {
    min-height: 44px;
  }

  .cookie {
    left: 10px;
    right: 10px;
    bottom: 10px;
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie .btn {
    width: 100%;
    white-space: normal;
  }

  .back-to-top {
    right: 14px;
    bottom: 14px;
  }

  .cookie.show ~ .back-to-top {
    bottom: 236px;
  }
}

@media (max-width: 360px) {
  .section-head h2,
  .landing-heading h2 {
    overflow-wrap: anywhere;
  }

  .storage-calculator .pallet-segments {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    height: auto;
  }

  .storage-calculator .pallet-segments button {
    min-width: 0;
    min-height: 44px;
    padding: 0 4px;
    font-size: 11px !important;
    white-space: normal;
  }
}
