/**
 * TELEPORT V2 — Premium Global Rail Logistics
 * Independent stylesheet — does not affect V1
 */

@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/inter-cyrillic.woff2') format('woff2');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0400-04FF;
}
@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/inter-latin.woff2') format('woff2');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: 'Golos Text';
  src: url('/assets/fonts/golos-text-cyrillic.woff2') format('woff2');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('/assets/fonts/ibm-plex-mono-cyrillic.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --v2-deep: #0A0907;
  --v2-deep-2: #17140F;
  --v2-paper: #F5F2EA;
  --v2-ink: #211D17;
  --v2-mist: #EDE7DA;
  --v2-ash: #B8AE9E;
  --v2-ash-muted: #8A8274;
  --v2-signal: #D2410A;
  --v2-signal-hover: #B83809;
  --v2-line: rgba(237, 231, 218, 0.12);
  --v2-line-dark: rgba(33, 29, 23, 0.14);
  --v2-font: 'Inter', system-ui, sans-serif;
  --v2-display: 'Golos Text', 'Inter', system-ui, sans-serif;
  --v2-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --v2-container: min(1280px, 100% - 2rem);
  --v2-header-h: 64px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body.v2 {
  margin: 0;
  font-family: var(--v2-font);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--v2-mist);
  background: var(--v2-deep);
  overflow-x: clip;
}

body.v2.v2-js .v2-reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(16px);
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; border: none; background: none; }

.v2-mono {
  font-family: var(--v2-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

.v2-container {
  width: var(--v2-container);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: var(--v2-signal);
  color: var(--v2-paper);
}
.skip-link:focus { left: 0; }

/* Header */
.v2-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--v2-header-h);
  background: rgba(10, 9, 7, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--v2-line);
  transition: background 0.2s;
}
.v2-header.is-scrolled { background: rgba(10, 9, 7, 0.96); }

.v2-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}

.v2-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--v2-mist);
}
.v2-logo__mark {
  display: none;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  background: var(--v2-signal);
  color: var(--v2-paper);
  font-family: var(--v2-display);
  font-weight: 500;
  font-size: 0.875rem;
}
.v2-logo__text {
  font-family: var(--v2-display);
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.14em;
}
.v2-logo__badge {
  font-family: var(--v2-mono);
  font-size: 0.5625rem;
  letter-spacing: 0.14em;
  color: var(--v2-signal);
  border: 1px solid rgba(210, 65, 10, 0.45);
  padding: 0.125rem 0.375rem;
}

.v2-nav { display: none; }
.v2-nav__list {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.v2-nav__link {
  text-decoration: none;
  font-size: 0.875rem;
  color: rgba(237, 231, 218, 0.72);
  transition: color 0.15s;
}
.v2-nav__link:hover { color: var(--v2-mist); }

.v2-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.v2-header__phone {
  display: none;
  text-decoration: none;
  font-family: var(--v2-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  color: var(--v2-mist);
}

.v2-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
}
.v2-burger span {
  display: block;
  height: 1px;
  background: var(--v2-mist);
  transition: transform 0.2s, opacity 0.2s;
}
.v2-nav.is-open {
  display: block;
  position: fixed;
  inset: var(--v2-header-h) 0 0 0;
  z-index: 160;
  background: #0A0907;
  padding: 1.5rem;
  padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--v2-line);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}
.v2-nav-overlay {
  position: fixed;
  inset: var(--v2-header-h) 0 0 0;
  z-index: 150;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(2px);
}
.v2-nav-overlay[hidden] { display: none; }
body.v2-nav-open { overflow: hidden; }
body.v2-lead-open { overflow: hidden; }

.v2-header__mobile-contacts {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.v2-header__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--v2-line);
  border-radius: 4px;
  text-decoration: none;
  color: var(--v2-mist);
  background: rgba(237, 231, 218, 0.04);
}
.v2-header__icon-btn .v2-icon { display: block; flex-shrink: 0; }
.v2-header__icon-btn--wa { color: #25D366; border-color: rgba(37, 211, 102, 0.35); }
.v2-header__icon-btn--tg { color: #2AABEE; border-color: rgba(42, 171, 238, 0.35); }

.v2-header__lead-btn { display: inline-flex; }

.v2-lead-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 1rem;
}
.v2-lead-modal[hidden] { display: none; }
.v2-lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}
.v2-lead-modal__panel {
  position: relative;
  width: min(100%, 420px);
  max-height: calc(100svh - 2rem);
  overflow-y: auto;
  padding: 1.5rem;
  background: #12100C;
  border: 1px solid var(--v2-line);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
}
.v2-lead-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--v2-mist);
}
.v2-lead-modal__title {
  margin: 0 0 0.5rem;
  font-family: var(--v2-display);
  font-size: 1.375rem;
  color: var(--v2-paper);
}
.v2-lead-modal__lead {
  margin: 0 0 1.25rem;
  color: rgba(237, 231, 218, 0.78);
  font-size: 0.9375rem;
  line-height: 1.5;
}
.v2-lead-form .v2-field { margin-bottom: 0.875rem; }
.v2-lead-form .v2-field label { display: block; margin-bottom: 0.35rem; color: var(--v2-ash); }
.v2-lead-form input,
.v2-lead-form select {
  width: 100%;
  min-height: 44px;
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--v2-line);
  background: rgba(237, 231, 218, 0.04);
  color: var(--v2-mist);
  font-size: 16px;
}
.v2-field__optional { opacity: 0.65; font-weight: 400; }
.v2-lead-form__status {
  min-height: 1.25rem;
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  color: var(--v2-signal);
}
.v2-lead-form__submit { width: 100%; }

.v2-nav.is-open .v2-nav__list { flex-direction: column; gap: 0; }
.v2-nav.is-open .v2-nav__link {
  display: block;
  padding: 1rem 0;
  font-size: 1.125rem;
  border-bottom: 1px solid var(--v2-line);
  color: var(--v2-mist);
}

/* Buttons */
.v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.625rem 1.25rem;
  font-family: var(--v2-font);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.v2-btn--primary {
  background: var(--v2-signal);
  color: var(--v2-paper);
  border-color: var(--v2-signal);
}
.v2-btn--primary:hover { background: var(--v2-signal-hover); }
.v2-btn--ghost {
  background: transparent;
  color: var(--v2-mist);
  border-color: rgba(237, 231, 218, 0.28);
}
.v2-btn--ghost:hover { border-color: rgba(237, 231, 218, 0.5); }
.v2-btn--outline {
  background: transparent;
  color: var(--v2-mist);
  border-color: rgba(237, 231, 218, 0.35);
}
.v2-btn--sm { min-height: 40px; padding: 0.5rem 1rem; font-size: 0.8125rem; }
.v2-btn--lg { min-height: 52px; padding: 0.875rem 1.75rem; font-size: 1rem; }

.v2-link {
  color: var(--v2-signal);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

/* Hero */
.v2-hero {
  position: relative;
  min-height: 100svh;
  padding-top: calc(var(--v2-header-h) + 1.5rem);
  padding-bottom: 5rem;
  background: #12100C;
}

.v2-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.v2-hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.58;
  filter: saturate(1.05) contrast(1.04);
}
.v2-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 16, 12, 0.32) 0%, rgba(18, 16, 12, 0.68) 58%, #12100C 100%),
    linear-gradient(90deg, rgba(18, 16, 12, 0.58) 0%, rgba(18, 16, 12, 0.28) 52%, rgba(18, 16, 12, 0.22) 100%);
}
.v2-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(237, 231, 218, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237, 231, 218, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, black 20%, transparent 82%);
  opacity: 0.85;
}

.v2-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.v2-hero__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--v2-ash);
  font-size: 0.6875rem;
}

.v2-hero__title {
  margin: 0;
  font-family: var(--v2-display);
  font-weight: 400;
  font-size: clamp(2.25rem, 9vw, 4.25rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-wrap: balance;
}
.v2-hero__title-line { display: block; }
.v2-hero__title-line--accent { color: var(--v2-mist); }

.v2-hero__subtitle {
  margin: 1rem 0 0;
  max-width: 36ch;
  color: rgba(237, 231, 218, 0.72);
  font-size: 1.0625rem;
}

.v2-hero__pricing {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.v2-tariff {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 0.875rem;
  border-left: 2px solid var(--v2-signal);
}
.v2-tariff--primary { border-left-color: var(--v2-signal); }
.v2-tariff--min { border-left-color: rgba(237, 231, 218, 0.35); }
.v2-tariff__value {
  font-family: var(--v2-display);
  font-size: clamp(2rem, 7vw, 2.75rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.v2-tariff--primary .v2-tariff__value { color: var(--v2-signal); }
.v2-tariff__label {
  font-family: var(--v2-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  color: var(--v2-ash);
  text-transform: uppercase;
}

.v2-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

/* Route visualization */
.v2-route {
  border: 1px solid rgba(237, 231, 218, 0.16);
  background: rgba(38, 34, 28, 0.52);
  backdrop-filter: blur(6px);
  padding: 1.25rem;
}
.v2-route__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  color: var(--v2-ash);
}
.v2-route__status { color: var(--v2-signal); }

.v2-route__track {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.v2-route__node {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.v2-route__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--v2-signal);
  box-shadow: 0 0 0 4px rgba(210, 65, 10, 0.2);
}
.v2-route__node--dest .v2-route__dot {
  background: var(--v2-mist);
  box-shadow: 0 0 0 4px rgba(237, 231, 218, 0.12);
}
.v2-route__city {
  font-family: var(--v2-display);
  font-size: 1rem;
  letter-spacing: -0.01em;
}
.v2-route__coord { color: var(--v2-ash); font-size: 0.5625rem; }

.v2-route__line {
  position: relative;
  height: 2px;
  background: rgba(237, 231, 218, 0.12);
  overflow: hidden;
}
.v2-route__line-fill {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--v2-signal), rgba(210, 65, 10, 0.4));
  animation: v2-route-draw 1.8s ease forwards 0.3s;
}
@keyframes v2-route-draw { to { width: 100%; } }

.v2-route__cities {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.v2-route__cities li {
  display: grid;
  grid-template-columns: 2rem 1fr auto;
  gap: 0.5rem;
  align-items: baseline;
  font-size: 0.875rem;
  padding: 0.375rem 0;
  border-top: 1px solid rgba(237, 231, 218, 0.06);
}
.v2-route__cities .v2-mono { color: var(--v2-signal); font-size: 0.625rem; }
.v2-route__cities em {
  font-style: normal;
  font-family: var(--v2-mono);
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  color: var(--v2-ash);
  text-transform: uppercase;
}

/* Calculator */
.v2-calc {
  border: 1px solid rgba(210, 65, 10, 0.35);
  background: rgba(24, 21, 16, 0.72);
  backdrop-filter: blur(8px);
}
.v2-calc__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--v2-line);
}
.v2-calc__title {
  margin: 0;
  font-family: var(--v2-display);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.v2-calc__hint { color: var(--v2-ash); margin: 0; }

.v2-calc__fields {
  display: grid;
  gap: 0;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--v2-line);
}

.v2-field label,
.v2-field__group-label {
  display: block;
  margin-bottom: 0.375rem;
  color: var(--v2-ash);
}
.v2-field select,
.v2-field input {
  width: 100%;
  min-height: 44px;
  padding: 0.625rem 0.75rem;
  background: rgba(237, 231, 218, 0.06);
  border: 1px solid rgba(237, 231, 218, 0.18);
  border-radius: 0;
  color: var(--v2-mist);
  font-family: var(--v2-display);
  font-size: 1rem;
  appearance: none;
}
.v2-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23EDE7DA' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2rem;
}
.v2-field + .v2-field { margin-top: 1rem; }

.v2-dims {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0.375rem;
  align-items: end;
}
.v2-dims__sep {
  color: var(--v2-ash);
  padding-bottom: 0.75rem;
  font-family: var(--v2-mono);
}
.v2-field--dim input { text-align: center; font-family: var(--v2-mono); font-size: 0.9375rem; }
.v2-field--dim label { font-size: 0.5625rem; }

.v2-calc__result {
  padding: 1.25rem;
}
.v2-calc__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--v2-line);
}
.v2-metric {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.v2-metric span { color: var(--v2-ash); }
.v2-metric strong {
  font-family: var(--v2-display);
  font-weight: 400;
  font-size: 1.0625rem;
  letter-spacing: -0.01em;
}
.v2-metric--billable {
  grid-column: 1 / -1;
  padding: 0.75rem;
  border-left: 2px solid var(--v2-signal);
  background: rgba(210, 65, 10, 0.08);
}
.v2-metric--billable small {
  font-size: 0.75rem;
  color: var(--v2-ash);
}

.v2-calc__output {
  display: grid;
  gap: 1rem;
}
.v2-calc__tariff-ref {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.v2-calc__tariff-label { color: var(--v2-ash); }
.v2-calc__tariff-value {
  font-family: var(--v2-display);
  font-size: 1.5rem;
  color: var(--v2-signal);
  letter-spacing: -0.02em;
}
.v2-calc__price-label { color: var(--v2-ash); display: block; margin-bottom: 0.375rem; }
.v2-calc__price-value {
  margin: 0;
  font-family: var(--v2-display);
  font-size: clamp(2.25rem, 8vw, 3.25rem);
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.v2-calc__price-note {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: rgba(237, 231, 218, 0.62);
}
.v2-calc__request-text {
  margin: 0 0 0.75rem;
  font-family: var(--v2-display);
  font-size: 1.25rem;
  line-height: 1.2;
}

/* Sections */
.v2-section {
  padding: clamp(3.5rem, 10vw, 6rem) 0;
}
.v2-section--paper {
  background: var(--v2-paper);
  color: var(--v2-ink);
}
.v2-section--deep {
  background: var(--v2-deep-2);
  color: var(--v2-mist);
}
.v2-section--signal {
  background: var(--v2-signal);
  color: var(--v2-paper);
}
.v2-section--signal .v2-section__eyebrow {
  color: rgba(245, 242, 234, 0.88);
}
.v2-section--signal .v2-section__title {
  color: var(--v2-paper);
}
.v2-section--signal .v2-section__lead {
  color: rgba(245, 242, 234, 0.94);
}
.v2-section--signal .v2-mono {
  color: rgba(245, 242, 234, 0.82);
}

.v2-section__head { margin-bottom: 2rem; max-width: 640px; }
.v2-section__eyebrow {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--v2-signal);
}
.v2-section--paper .v2-section__eyebrow { color: var(--v2-signal); }
.v2-section--deep .v2-section__eyebrow { color: rgba(210, 65, 10, 0.75); }
.v2-section__title {
  margin: 0;
  font-family: var(--v2-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.v2-section__lead {
  margin: 0.75rem 0 0;
  color: rgba(33, 29, 23, 0.72);
  font-size: 1.0625rem;
  max-width: 48ch;
}
.v2-section--deep .v2-section__lead { color: rgba(237, 231, 218, 0.62); }

/* Advantages */
.v2-adv-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--v2-line-dark);
  border: 1px solid var(--v2-line-dark);
}
.v2-adv-card {
  background: var(--v2-paper);
  padding: 1.5rem 1.25rem;
}
.v2-adv-card__num {
  display: block;
  color: var(--v2-signal);
  margin-bottom: 0.75rem;
}
.v2-adv-card__title {
  margin: 0 0 0.375rem;
  font-family: var(--v2-display);
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.v2-adv-card p {
  margin: 0;
  color: rgba(33, 29, 23, 0.72);
  font-size: 0.9375rem;
}
.v2-section--signal .v2-adv-grid {
  border-color: rgba(245, 242, 234, 0.28);
  background: rgba(245, 242, 234, 0.28);
}
.v2-section--signal .v2-adv-card {
  color: var(--v2-ink);
}
.v2-section--signal .v2-adv-card__title {
  color: var(--v2-ink);
}
.v2-section--signal .v2-adv-card p {
  color: rgba(33, 29, 23, 0.78);
}
.v2-section--signal .v2-adv-card--lead {
  background: var(--v2-deep-2);
  color: var(--v2-mist);
}
.v2-section--signal .v2-adv-card--lead .v2-adv-card__title {
  color: var(--v2-paper);
}
.v2-section--signal .v2-adv-card--lead p {
  color: rgba(237, 231, 218, 0.85);
}

/* Compare */
.v2-compare {
  display: grid;
  gap: 1px;
  background: var(--v2-line);
  border: 1px solid var(--v2-line);
}
.v2-compare__col {
  padding: 1.5rem 1.25rem;
  background: var(--v2-deep-2);
}
.v2-compare__col--rail {
  border-top: 2px solid var(--v2-signal);
}
.v2-compare__heading {
  margin: 0 0 1rem;
  font-family: var(--v2-display);
  font-size: 1.25rem;
  font-weight: 400;
}
.v2-compare__heading .v2-mono {
  display: block;
  margin-bottom: 0.375rem;
  color: var(--v2-signal);
}
.v2-compare__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.625rem;
}
.v2-compare__col li {
  padding-left: 1rem;
  border-left: 1px solid rgba(237, 231, 218, 0.15);
  color: rgba(237, 231, 218, 0.78);
  font-size: 0.9375rem;
}

/* Value block */
.v2-value__inner {
  display: grid;
  gap: 1.5rem;
}
.v2-value__quote {
  margin: 0;
  font-family: var(--v2-display);
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.v2-value__body p { margin: 0 0 1rem; opacity: 0.92; }
.v2-value__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--v2-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
}
.v2-value__stat strong { font-family: var(--v2-display); font-size: 1.25rem; letter-spacing: -0.02em; }
.v2-value__plus { opacity: 0.5; }

/* Directions */
.v2-network__map {
  margin: 0 0 1.5rem;
  border: 1px solid var(--v2-line-dark);
  overflow: hidden;
}
.v2-network__map img { width: 100%; height: auto; max-height: 420px; object-fit: contain; }

.v2-routes {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--v2-line-dark);
}
.v2-route-row {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 0.5rem 0.75rem;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--v2-line-dark);
  font-size: 0.9375rem;
}
.v2-route-row:last-child { border-bottom: none; }
.v2-route-row--lead {
  background: rgba(210, 65, 10, 0.06);
  border-left: 2px solid var(--v2-signal);
}
.v2-route-row__from { color: var(--v2-signal); }
.v2-route-row__arrow { color: var(--v2-ash); }
.v2-route-row__to {
  font-family: var(--v2-display);
  font-size: 1.0625rem;
  letter-spacing: -0.01em;
}
.v2-route-row__term { color: var(--v2-ash); white-space: nowrap; font-size: 0.6875rem; }
.v2-route-row__cta {
  grid-column: 1 / -1;
  justify-self: start;
  font-family: var(--v2-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--v2-signal);
  text-decoration: none;
}
.v2-route-row__cta:hover { text-decoration: underline; }

.v2-kz {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--v2-line-dark);
}
.v2-kz__eyebrow {
  display: block;
  margin-bottom: 0.625rem;
  color: var(--v2-ink);
}
.v2-kz__route {
  margin: 0 0 0.5rem;
  font-family: var(--v2-display);
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.v2-kz__note { margin: 0; color: var(--v2-ash); }

/* China transit */
.v2-transit {
  display: grid;
  gap: 0;
  border: 1px solid var(--v2-line);
}
.v2-transit__step {
  padding: 1.25rem;
  border-bottom: 1px solid var(--v2-line);
}
.v2-transit__step--hub {
  background: rgba(210, 65, 10, 0.08);
  border-left: 2px solid var(--v2-signal);
}
.v2-transit__code {
  display: block;
  color: var(--v2-signal);
  margin-bottom: 0.5rem;
}
.v2-transit__step h3 {
  margin: 0 0 0.25rem;
  font-family: var(--v2-display);
  font-size: 1.25rem;
  font-weight: 400;
}
.v2-transit__step p {
  margin: 0;
  color: rgba(237, 231, 218, 0.62);
  font-size: 0.9375rem;
}
.v2-transit__arrow {
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  border-bottom: 1px solid var(--v2-line);
}
.v2-transit__line {
  width: 1px;
  height: 24px;
  background: linear-gradient(var(--v2-signal), rgba(210, 65, 10, 0.2));
}
.v2-china__note {
  margin: 1.25rem 0 0;
  color: var(--v2-ash);
}

/* Trust */
.v2-trust-grid {
  display: grid;
  gap: 2rem;
}
.v2-trust-list {
  margin: 0;
  display: grid;
  gap: 1rem;
}
.v2-trust-list dt {
  color: var(--v2-ash);
  margin-bottom: 0.25rem;
}
.v2-trust-list dd {
  margin: 0;
  font-family: var(--v2-display);
  font-size: 1.125rem;
  letter-spacing: -0.01em;
}
.v2-trust-list a { color: var(--v2-signal); }
.v2-trust-aside p {
  margin: 0 0 1rem;
  color: rgba(33, 29, 23, 0.72);
  font-size: 1rem;
  line-height: 1.55;
}

.v2-trust-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.v2-trust-points li {
  padding: 0.875rem 1rem;
  border: 1px solid var(--v2-line-dark);
  font-size: 0.9375rem;
  color: rgba(33, 29, 23, 0.78);
  line-height: 1.45;
}

/* Warehouse */
.v2-warehouse__grid {
  display: grid;
  gap: 2rem;
}
.v2-warehouse__photo {
  border: 1px solid var(--v2-line);
  overflow: hidden;
}
.v2-warehouse__photo img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}
.v2-warehouse__address {
  font-family: var(--v2-display);
  font-size: 1.375rem;
  margin: 0.75rem 0 1rem;
  letter-spacing: -0.02em;
}
.v2-warehouse__facts {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.5rem;
  color: rgba(237, 231, 218, 0.72);
}
.v2-warehouse__facts li {
  padding-left: 1rem;
  border-left: 1px solid rgba(210, 65, 10, 0.45);
}
.v2-warehouse__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* B2B */
.v2-b2b__grid {
  display: grid;
  gap: 2rem;
}
.v2-b2b__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.v2-b2b__list li {
  padding: 0.875rem 1rem;
  border: 1px solid var(--v2-line-dark);
  font-size: 0.9375rem;
  color: rgba(33, 29, 23, 0.78);
}

/* FAQ */
.v2-faq-list { border-top: 1px solid var(--v2-line-dark); }
.v2-faq-item {
  border-bottom: 1px solid var(--v2-line-dark);
}
.v2-faq-item summary {
  padding: 1.125rem 0;
  font-family: var(--v2-display);
  font-size: 1.0625rem;
  cursor: pointer;
  list-style: none;
}
.v2-faq-item summary::-webkit-details-marker { display: none; }
.v2-faq-item p {
  margin: 0 0 1.125rem;
  color: rgba(33, 29, 23, 0.72);
  font-size: 0.9375rem;
  line-height: 1.55;
}

/* Final CTA */
.v2-final-cta__inner { text-align: center; max-width: 640px; }
.v2-final-cta__eyebrow {
  display: block;
  color: rgba(210, 65, 10, 0.75);
  margin-bottom: 0.75rem;
}
.v2-final-cta__title {
  margin: 0 0 1.25rem;
  font-family: var(--v2-display);
  font-size: clamp(2rem, 6vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1;
}
.v2-final-cta__pricing {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 1.5rem;
}
.v2-final-cta__tariff {
  font-family: var(--v2-display);
  font-size: 2rem;
  color: var(--v2-signal);
  letter-spacing: -0.02em;
}
.v2-final-cta__min {
  font-family: var(--v2-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--v2-ash);
  text-transform: uppercase;
}
.v2-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.v2-final-cta__v1 {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--v2-ash);
}
.v2-final-cta__v1 a { color: rgba(237, 231, 218, 0.55); }

/* Footer */
.v2-footer {
  padding: 2.5rem 0 6rem;
  background: var(--v2-deep);
  border-top: 1px solid var(--v2-line);
  color: rgba(237, 231, 218, 0.62);
  font-size: 0.875rem;
}
.v2-footer__grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.v2-footer__contact {
  font-style: normal;
  line-height: 1.6;
}
.v2-footer__contact a { color: var(--v2-mist); }
.v2-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--v2-line);
  font-size: 0.8125rem;
}
.v2-footer__bottom a { color: var(--v2-ash); }
.v2-footer__credit { margin: 0; color: var(--v2-ash); white-space: nowrap; }
.v2-footer__credit a { color: var(--v2-mist); }

/* Mobile bar */
.v2-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(10, 9, 7, 0.96);
  border-top: 1px solid var(--v2-line);
  backdrop-filter: blur(10px);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.v2-mobile-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 56px;
  padding: 0.5rem;
  text-decoration: none;
  font-family: var(--v2-mono);
  font-size: 0.5625rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(237, 231, 218, 0.72);
}
.v2-mobile-bar__item--wa { color: #25D366; }
.v2-mobile-bar__icon {
  font-family: var(--v2-mono);
  font-size: 0.75rem;
  letter-spacing: 0;
}

/* Reveal animation */
.v2-reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.v2-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .v2-route__line-fill { animation: none; width: 100%; }
  .v2-reveal { opacity: 1; transform: none; transition: none; }
}

/* Mobile QA — 320–414px */
@media (max-width: 479px) {
  .v2-route-row {
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 0.35rem 0.5rem;
    padding: 0.875rem 1rem;
  }
  .v2-route-row__to {
    font-size: 0.9375rem;
    word-break: break-word;
  }
  .v2-route-row__term {
    grid-column: 1 / -1;
    white-space: normal;
    line-height: 1.35;
  }
  .v2-route-row__cta {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .v2-network__map img { max-height: 240px; }
  .v2-calc__fields { gap: 0.75rem; }
  .v2-field input,
  .v2-field select {
    min-height: 44px;
    font-size: 16px;
  }
  .v2-btn { min-height: 44px; }
}

/* Tablet+ */
@media (min-width: 768px) {
  .v2-logo__mark { display: flex; }
  .v2-nav { display: block; }
  .v2-burger { display: none; }
  .v2-header__phone { display: block; }
  .v2-header__actions .v2-btn--primary { display: inline-flex; }
  .v2-header__mobile-contacts { display: none; }

  .v2-hero__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 2rem 3rem;
    align-items: start;
  }
  .v2-hero__lead { grid-column: 1; grid-row: 1 / 3; }
  .v2-route { grid-column: 2; grid-row: 1; }
  .v2-calc { grid-column: 1 / -1; grid-row: 2; }

  .v2-hero__pricing {
    flex-direction: row;
    gap: 2rem;
  }

  .v2-calc__fields {
    grid-template-columns: repeat(6, 1fr);
    align-items: end;
    gap: 1rem;
  }
  .v2-field + .v2-field { margin-top: 0; }
  .v2-field--dims { grid-column: span 2; }
  .v2-field--sm { grid-column: span 1; }
  .v2-field:not(.v2-field--dims):not(.v2-field--sm) { grid-column: span 1; }

  .v2-calc__result {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: end;
  }

  .v2-adv-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .v2-compare {
    grid-template-columns: 1fr 1fr;
  }

  .v2-value__inner {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .v2-route-row {
    grid-template-columns: auto auto 1fr auto auto;
  }
  .v2-route-row__cta {
    grid-column: auto;
    justify-self: end;
  }

  .v2-transit {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: stretch;
  }
  .v2-transit__step { border-bottom: none; border-right: 1px solid var(--v2-line); }
  .v2-transit__step:last-child { border-right: none; }
  .v2-transit__arrow {
    border-bottom: none;
    align-items: center;
  }
  .v2-transit__line {
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, var(--v2-signal), rgba(210, 65, 10, 0.2));
  }

  .v2-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .v2-warehouse__grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }

  .v2-b2b__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .v2-footer { padding-bottom: 2.5rem; }
  .v2-mobile-bar { display: none; }
}

@media (min-width: 1024px) {
  .v2-hero__title { font-size: 4.25rem; }
}
