/* =========================================================
   ГрузНева — единый визуальный язык
   Светлая индустриально-редакционная тема
   ========================================================= */

:root {
  --ink: #0b1220;
  --ink-2: #151d2e;
  --steel: #2a3548;
  --slate: #5a6578;
  --muted: #8b95a8;
  --line: #d8dee8;
  --line-soft: #e8edf4;
  --paper: #f2f4f8;
  --white: #ffffff;
  --signal: #e85d04;
  --signal-deep: #c44d00;
  --signal-soft: #fff1e6;
  --blue: #1e4fd6;
  --blue-soft: #e8efff;
  --ok: #0f7a4a;
  --radius: 4px;
  --radius-lg: 12px;
  --shadow: 0 1px 0 rgba(11, 18, 32, .04), 0 18px 40px -24px rgba(11, 18, 32, .35);
  --shadow-calc: 0 30px 60px -28px rgba(11, 18, 32, .45);
  --font: 'Manrope', system-ui, sans-serif;
  --display: 'Unbounded', 'Manrope', system-ui, sans-serif;
  --container: 100%;
  --pad-x: clamp(20px, 4vw, 56px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; border: none; background: none; }
.is-hidden { display: none !important; }

.container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: var(--pad-x);
}

/* ---------- Typography ---------- */
h1, h2, h3, .logo__text, .calc__price, .cta__phone, .header__phone-num {
  font-family: var(--display);
  letter-spacing: -0.03em;
  line-height: 1.12;
}

h1 { font-size: clamp(32px, 4.6vw, 52px); font-weight: 700; }
h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 700; }
h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.02em; }

.section { padding: 100px 0; position: relative; }

.section__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 18px;
}

.section__head { margin-bottom: 48px; }
.section__row {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr;
  gap: 40px;
  align-items: end;
}
.section__row p {
  color: var(--slate);
  font-size: 16px;
  max-width: 420px;
  justify-self: end;
  padding-bottom: 4px;
}
.section__head--invert .section__eyebrow { color: #ff9a5a; }
.section__head--invert h2 { color: #fff; }
.section__head--invert p { color: #a8b3c7; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-weight: 700;
  border-radius: var(--radius);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  text-align: center;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: none; }

.btn--accent {
  background: var(--signal);
  color: #fff;
  box-shadow: 0 10px 24px -12px rgba(232, 93, 4, .7);
}
.btn--accent:hover { background: var(--signal-deep); }

.btn--white {
  background: #fff;
  color: var(--ink);
}
.btn--white:hover { background: var(--signal-soft); }

.btn--sm { padding: 11px 18px; font-size: 13px; }
.btn--lg { padding: 16px 24px; font-size: 15px; }

/* ---------- Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(242, 244, 248, .86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, background .2s;
}
.header.is-scrolled {
  background: rgba(255, 255, 255, .92);
  border-color: var(--line);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 72px;
}

.logo { display: flex; align-items: center; gap: 12px; }
.logo__icon {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
}
.logo__icon svg { width: 24px; height: 24px; }
.logo__text {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.logo__sub {
  font-family: var(--font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-transform: uppercase;
}

.nav { display: flex; gap: 28px; }
.nav a {
  font-size: 14px;
  font-weight: 600;
  color: var(--steel);
  position: relative;
}
.nav a::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: var(--signal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s;
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { transform: scaleX(1); }

.header__contacts { display: flex; align-items: center; gap: 18px; }
.header__phone { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.15; }
.header__phone-num { font-size: 16px; font-weight: 700; }
.header__phone-note { font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; }
.header__phone:hover .header__phone-num { color: var(--signal); }

.header__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  max-width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  flex-shrink: 0;
  transition: opacity .28s ease, max-width .35s ease, padding .28s ease, border-color .28s ease, visibility .28s;
}
.header.is-scrolled .header__status {
  max-width: none;
  width: max-content;
  padding: 0 14px 0 12px;
  border-color: var(--line);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: visible;
}
.header__status-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, .55);
  animation: pulse 1.4s ease-out infinite;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}
.header__status-dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(74, 222, 128, .55);
  animation: pulse-ring 1.4s ease-out infinite;
}
.header__status-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 700;
  color: var(--steel);
}
.header__status-text span {
  display: block;
  white-space: nowrap;
}

.burger { display: none; width: 40px; height: 40px; place-items: center; flex-direction: column; gap: 5px; }
.burger span { width: 22px; height: 2px; background: var(--ink); transition: .2s; }
.burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  padding: 28px 0 56px;
  position: relative;
  overflow: hidden;
}
.hero__decor {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 100% -10%, rgba(232, 93, 4, .12), transparent 55%),
    radial-gradient(700px 420px at -5% 40%, rgba(30, 79, 214, .08), transparent 50%);
  pointer-events: none;
}
.hero__decor::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230b1220' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: .7;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .85fr);
  gap: clamp(24px, 2.5vw, 40px);
  align-items: start;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 6px 12px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--steel);
  margin-bottom: 14px;
  border-radius: 100px;
}
.hero__badge-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, .55);
  animation: pulse 1.4s ease-out infinite;
  position: relative;
  flex-shrink: 0;
}
.hero__badge-dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(74, 222, 128, .5);
  animation: pulse-ring 1.4s ease-out infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, .55); transform: scale(1); }
  50% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); transform: scale(1.15); }
  100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); transform: scale(1); }
}
@keyframes pulse-ring {
  0% { transform: scale(.7); opacity: .9; }
  70% { transform: scale(1.8); opacity: 0; }
  100% { transform: scale(1.8); opacity: 0; }
}

.hero h1 {
  font-size: clamp(28px, 3.6vw, 42px);
  margin-bottom: 10px;
  max-width: 18ch;
}
.hero__lead {
  color: var(--slate);
  font-size: 15.5px;
  line-height: 1.5;
  max-width: 54ch;
  margin-bottom: 18px;
}

.hero__photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--ink);
}
.hero__photo img {
  width: 100%;
  height: clamp(280px, 30vw, 380px);
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.05) contrast(1.02);
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
  color: #fff;
}
.hero__stat {
  padding: 12px 12px;
  border-right: 1px solid rgba(255,255,255,.1);
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.hero__stat:last-child { border-right: none; }
.hero__stat strong {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.hero__stat span {
  font-size: 10.5px;
  color: #9aa6bc;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ---------- Calculator ---------- */
.calc {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-calc);
  padding: 16px 18px 14px;
  position: sticky;
  top: 84px;
}

.calc__head { margin-bottom: 10px; }
.calc__head h2 {
  font-size: 18px;
  margin-bottom: 2px;
}
.calc__head p { color: var(--muted); font-size: 12px; font-weight: 600; }

.calc__tabs {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 3px;
  margin-bottom: 12px;
}
.calc__tabs-thumb {
  position: absolute;
  top: 3px; left: 0;
  height: calc(100% - 6px);
  width: calc(50% - 3px);
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), width .25s;
  z-index: 0;
}
.calc__tab {
  position: relative;
  z-index: 1;
  padding: 8px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  font-weight: 800;
  font-size: 13px;
  color: var(--steel);
  transition: color .2s;
}
.calc__tab small {
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
  transition: color .2s;
}
.calc__tab.is-active { color: #fff; }
.calc__tab.is-active small { color: rgba(255,255,255,.65); }

.calc__field { margin-bottom: 12px; }
.calc__field > label,
.calc__label-row label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.calc__types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.calc__type {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
  padding: 8px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  text-align: center;
  transition: border-color .15s, background .15s, transform .15s;
}
.calc__type:hover { border-color: #b8c2d4; transform: translateY(-1px); }
.calc__type.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}
.calc__type-name { font-weight: 800; font-size: 12px; }
.calc__type-desc { font-size: 10px; color: var(--muted); }
.calc__type.is-active .calc__type-desc { color: #9aa6bc; }
.calc__type-rate {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 800;
  color: var(--signal);
}
.calc__type.is-active .calc__type-rate { color: #ff9a5a; }

.calc__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.calc__label-row label { margin-bottom: 0; }
.calc__value {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
  font-size: 13px;
}
.calc__value-hint { font-weight: 600; color: var(--muted); font-size: 11px; }
.calc__value input {
  width: 56px;
  padding: 4px 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
  font-weight: 800;
  background: var(--paper);
}
.calc__value input:focus { outline: none; border-color: var(--ink); }

input[type="range"] {
  width: 100%;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(to right, var(--ink) var(--fill, 10%), var(--line) var(--fill, 10%));
  border-radius: 100px;
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--ink);
  box-shadow: 0 2px 8px rgba(11,18,32,.25);
  cursor: grab;
}
input[type="range"]::-moz-range-thumb {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--ink);
  cursor: grab;
}
.calc__range-marks {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
}

.calc__row {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
.calc__field--half { flex: 1; margin-bottom: 12px; }

.calc select {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  font-weight: 700;
  font-size: 13px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%235a6578' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}
.calc select:focus { outline: none; border-color: var(--ink); }

.calc__check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  padding: 8px 0;
  user-select: none;
}
.calc__check input { display: none; }
.calc__check-box {
  width: 18px; height: 18px;
  border: 1.5px solid var(--line);
  border-radius: 3px;
  background: var(--paper);
  position: relative;
  flex-shrink: 0;
}
.calc__check input:checked + .calc__check-box {
  background: var(--ink);
  border-color: var(--ink);
}
.calc__check input:checked + .calc__check-box::after {
  content: '';
  position: absolute;
  left: 5px; top: 1px;
  width: 5px; height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.calc__result {
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius);
  padding: 12px 14px;
  margin-bottom: 10px;
}
.calc__result-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}
.calc__result-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9aa6bc;
}
.calc__result-badge {
  font-size: 10px;
  font-weight: 700;
  color: #ff9a5a;
  background: rgba(232, 93, 4, .15);
  padding: 3px 7px;
  border-radius: 100px;
}
.calc__price {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.calc__breakdown {
  margin-top: 4px;
  font-size: 11.5px;
  color: #9aa6bc;
  font-weight: 600;
}

.calc__btn {
  width: 100%;
  padding: 16px 18px !important;
  font-size: 18px !important;
  font-weight: 800;
  letter-spacing: -0.02em;
  flex-direction: row;
}
.calc__note {
  margin-top: 8px;
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.4;
}

/* ---------- Advantages: единая сетка без «карточек SaaS» ---------- */
.advantages { background: var(--white); border-block: 1px solid var(--line); }
.advantages > .container { padding-inline: var(--pad-x); }
.advantages .section__head { padding-inline: 0; }

.advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: var(--line);
  gap: 1px;
}

.adv-card {
  background: var(--white);
  padding: 32px 28px;
  position: relative;
  min-height: 220px;
  transition: background .2s;
}
.adv-card:hover { background: #fafbfd; }
.adv-card__num {
  position: absolute;
  top: 24px; right: 24px;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.adv-card__icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  margin-bottom: 20px;
  background: var(--paper);
}
.adv-card__icon svg { width: 22px; height: 22px; }
.adv-card h3 { margin-bottom: 10px; }
.adv-card p { color: var(--slate); font-size: 14.5px; max-width: 32ch; }

/* ---------- Fleet ---------- */
.fleet { background: var(--paper); }

.fleet__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.fleet-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .2s, box-shadow .2s;
}
.fleet-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.fleet-card--dark {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.fleet-card--dark .fleet-card__desc { color: #9aa6bc; }
.fleet-card--dark .fleet-card__chips span {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
  color: #c8d0de;
}
.fleet-card--dark .fleet-card__price {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.1);
}
.fleet-card--dark .fleet-card__price span { color: #9aa6bc; }
.fleet-card--dark .fleet-card__price strong { color: #ff9a5a; }

.fleet-card__label {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 2;
  background: var(--signal);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 2px;
}

.fleet-card__pic {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #dbe1ea;
}
.fleet-card__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.fleet-card:hover .fleet-card__pic img { transform: scale(1.04); }

.fleet-card__body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}
.fleet-card__desc { font-size: 14px; color: var(--slate); }
.fleet-card__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.fleet-card__chips span {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 100px;
  color: var(--steel);
  background: var(--paper);
}
.fleet-card__price {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.fleet-card__price div { display: flex; flex-direction: column; gap: 2px; }
.fleet-card__price strong {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.fleet-card__price span {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ---------- Tariffs ---------- */
.tariffs {
  background: var(--ink);
  background-image:
    radial-gradient(700px 400px at 90% 0%, rgba(232, 93, 4, .18), transparent 55%),
    radial-gradient(500px 300px at 0% 100%, rgba(30, 79, 214, .15), transparent 50%);
}

.tariffs__table-wrap {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255,255,255,.03);
}

.tariffs__table { width: 100%; border-collapse: collapse; }
.tariffs__table th {
  text-align: left;
  padding: 18px 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9aa6bc;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.tariffs__table td {
  padding: 18px 22px;
  font-size: 15px;
  color: #c8d0de;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.tariffs__table tr:last-child td { border-bottom: none; }
.tariffs__table td strong { color: #fff; font-weight: 700; }
.tariffs__table tbody tr { transition: background .15s; }
.tariffs__table tbody tr:hover { background: rgba(255,255,255,.04); }

.tariffs__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.tariffs__note {
  font-size: 13px;
  font-weight: 600;
  color: #c8d0de;
  border: 1px solid rgba(255,255,255,.12);
  padding: 10px 14px;
  border-radius: 100px;
}
.tariffs__note::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--signal);
  margin-right: 8px;
  vertical-align: middle;
}

/* ---------- Steps ---------- */
.steps { background: var(--white); border-bottom: 1px solid var(--line); }

.steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.step {
  padding: 32px 28px 28px 28px;
  border-right: 1px solid var(--line);
  position: relative;
}
.step:last-child { border-right: none; }
.step:not(:last-child)::after { display: none; }
.step__num {
  font-family: var(--display);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
  margin-bottom: 18px;
  line-height: 1;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--slate); font-size: 14px; max-width: 28ch; }
.step a { color: var(--signal); font-weight: 700; }
.step a:hover { text-decoration: underline; }

/* ---------- Geo ---------- */
.geo { background: var(--paper); }

.geo__card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
}
.geo__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.geo__chips span {
  font-size: 14px;
  font-weight: 600;
  color: var(--steel);
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--paper);
  transition: .15s;
}
.geo__chips span:hover {
  border-color: var(--ink);
  color: var(--ink);
  background: #fff;
}
.geo__chip-more {
  background: var(--ink) !important;
  color: #fff !important;
  border-color: var(--ink) !important;
}

/* ---------- CTA ---------- */
.cta { padding: 0; background: var(--paper); }

.cta__card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  align-items: center;
  background: var(--ink);
  color: #fff;
  border-radius: 0;
  padding: 56px var(--pad-x);
  margin-inline: calc(-1 * var(--pad-x));
  position: relative;
  overflow: hidden;
  box-shadow: none;
}
.cta__card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(500px 280px at 100% 0%, rgba(232, 93, 4, .35), transparent 60%),
    linear-gradient(120deg, transparent 40%, rgba(30, 79, 214, .18));
  pointer-events: none;
}
.cta__content, .cta__phone-block { position: relative; }
.cta__content h2 { margin-bottom: 14px; max-width: 12ch; }
.cta__content p {
  color: #a8b3c7;
  font-size: 16px;
  max-width: 42ch;
  margin-bottom: 22px;
}
.cta__list { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.cta__list li {
  font-size: 13.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cta__list li::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--signal);
}

.cta__phone-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.cta__phone-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9aa6bc;
}
.cta__phone {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  margin-bottom: 14px;
  white-space: nowrap;
}
.cta__phone:hover { color: #ff9a5a; }

/* ---------- Footer ---------- */
.footer {
  background: #070b14;
  color: #9aa6bc;
  padding: 56px 0 0;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
}
.logo--footer .logo__icon { background: #1a2438; color: #fff; }
.logo--footer .logo__text { color: #fff; }
.footer__col p { margin-top: 14px; font-size: 14px; max-width: 36ch; }
.footer__col h4 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer__col a {
  display: block;
  font-size: 14.5px;
  margin-bottom: 10px;
  color: #9aa6bc;
  transition: color .15s;
}
.footer__col a:hover { color: #fff; }
.footer__phone {
  font-family: var(--display);
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #fff !important;
  letter-spacing: -0.03em;
}
.footer__bottom {
  border-top: 1px solid #151d2e;
  padding: 18px 0;
  font-size: 12.5px;
  color: #5a6578;
}

/* ---------- FAB ---------- */
.call-fab {
  display: none;
  position: fixed;
  right: 16px; bottom: 16px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--ok);
  color: #fff;
  place-items: center;
  z-index: 90;
  box-shadow: 0 12px 28px -8px rgba(15, 122, 74, .55);
}
.call-fab svg { width: 24px; height: 24px; }

.to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 91;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .25s ease, visibility .25s, transform .25s ease, background .15s;
  box-shadow: 0 10px 24px -10px rgba(11, 18, 32, .45);
}
.to-top svg { width: 20px; height: 20px; }
.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.to-top:hover { background: var(--signal); }

/* ---------- Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .calc { position: static; max-width: 560px; width: 100%; margin: 0 auto; }
  .section__row { grid-template-columns: 1fr; gap: 12px; }
  .section__row p { justify-self: start; max-width: 52ch; }
  .advantages__grid { grid-template-columns: repeat(2, 1fr); }
  .fleet__grid { grid-template-columns: 1fr 1fr; }
  .fleet__grid .fleet-card:last-child { grid-column: 1 / -1; max-width: 560px; justify-self: center; width: 100%; }
  .steps__grid { grid-template-columns: 1fr 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--line); padding: 28px 20px; }
  .step:nth-child(odd) { border-right: 1px solid var(--line); }
  .step:nth-child(3), .step:nth-child(4) { border-bottom: none; }
  .step::after { display: none; }
  .nav { display: none; }
  .cta__card { grid-template-columns: 1fr; padding: 40px var(--pad-x); }
}

@media (max-width: 700px) {
  .section { padding: 72px 0; }
  .container { padding-inline: 16px; }
  .adv-card { padding: 28px 20px; }
  .header__phone { display: none; }
  .header__contacts .btn { display: none; }
  .header.is-scrolled .header__status {
    max-width: none;
    width: max-content;
    order: 2;
    margin-left: auto;
    margin-right: 8px;
  }
  .header__status-text { font-size: 11px; }
  .burger { order: 3; }
  .burger { display: flex; }

  .nav {
    display: none;
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .nav.is-open { display: flex; }
  .nav a {
    padding: 16px 20px;
    border-top: 1px solid var(--line);
  }
  .nav a::after { display: none; }

  .hero { padding: 20px 0 40px; }
  .hero h1 { max-width: none; }
  .hero__photo img { height: 240px; }
  .hero__stats { grid-template-columns: 1fr 1fr; }
  .hero__stat { border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero__stat:nth-child(2n) { border-right: none; }

  .calc { padding: 22px 18px; }
  .calc__types { gap: 6px; }
  .calc__type { padding: 10px 4px; }
  .calc__price { font-size: 34px; }
  .calc__row { flex-direction: column; align-items: stretch; gap: 0; }

  .advantages__grid,
  .fleet__grid,
  .steps__grid { grid-template-columns: 1fr; }
  .fleet__grid .fleet-card:last-child { max-width: none; }
  .step:nth-child(odd) { border-right: none; }
  .step { border-bottom: 1px solid var(--line) !important; padding: 28px 16px; }
  .step:last-child { border-bottom: none !important; }

  .tariffs__table thead { display: none; }
  .tariffs__table tr { display: block; padding: 8px 0; }
  .tariffs__table td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 18px;
    border: none;
    font-size: 14px;
  }
  .tariffs__table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #9aa6bc;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .tariffs__table tr + tr { border-top: 1px solid rgba(255,255,255,.08); }

  .cta__card { padding: 32px 22px; }
  .cta__phone-block { align-items: stretch; }
  .cta__phone { white-space: normal; font-size: 28px; }
  .footer__inner { grid-template-columns: 1fr; gap: 28px; }
  .call-fab { display: grid; }
  .to-top { bottom: 84px; }
}

/* ---------- Modal ---------- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 18, 32, .55);
  backdrop-filter: blur(4px);
}
.modal__dialog {
  position: relative;
  width: min(100%, 420px);
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-calc);
  padding: 32px 28px 28px;
  transform: translateY(12px) scale(.98);
  transition: transform .25s ease;
}
.modal.is-open .modal__dialog {
  transform: none;
}
.modal__close {
  position: absolute;
  top: 14px; right: 14px;
  width: 36px; height: 36px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: var(--muted);
  transition: background .15s, color .15s;
}
.modal__close:hover { background: var(--paper); color: var(--ink); }
.modal__close svg { width: 18px; height: 18px; }

.modal__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 10px;
}
.modal__dialog h2 {
  font-size: 26px;
  margin-bottom: 8px;
}
.modal__lead {
  color: var(--slate);
  font-size: 15px;
  margin-bottom: 18px;
  line-height: 1.5;
}
.modal__summary {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  margin-bottom: 16px;
}
.modal__summary-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.modal__summary-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.modal__summary-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}
.modal__summary-list li span { color: var(--muted); font-weight: 600; }
.modal__summary-list li strong {
  font-weight: 700;
  color: var(--ink);
  text-align: right;
}
.modal__summary-price {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.modal__form { display: flex; flex-direction: column; gap: 14px; }
.modal__field { display: flex; flex-direction: column; gap: 6px; }
.modal__field span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.modal__field input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  font-size: 15px;
  font-weight: 600;
  transition: border-color .15s, background .15s;
}
.modal__field input:focus {
  outline: none;
  border-color: var(--ink);
  background: #fff;
}
.modal__field input::placeholder { color: var(--muted); font-weight: 500; }
.modal__submit {
  width: 100%;
  margin-top: 4px;
  flex-direction: row;
  font-size: 16px;
}

.modal__success {
  text-align: center;
  padding: 12px 0 4px;
}
.modal__success-icon {
  width: 56px; height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #ecfdf5;
  color: var(--ok);
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 800;
}
.modal__success h2 { margin-bottom: 8px; }
.modal__success p {
  color: var(--slate);
  font-size: 15px;
  margin-bottom: 22px;
}
.modal__success .btn { width: 100%; flex-direction: row; }

body.modal-open { overflow: hidden; }
