/* ============================================================
   TransEuro v2 — style.css
   Theme: Dark luxury / Graphite + Gold + Cream
   Fonts: Cabinet Grotesk + Instrument Sans
   ============================================================ */

/* ── TOKENS ─────────────────────────────────────────────── */
:root {
  --bg: #0a0f18;
  --surface: #111827;
  --surface2: #1a2332;
  --border: rgba(255, 255, 255, .08);
  --cream: #f5f0e8;
  --white: #ffffff;
  --gold: #d4a853;
  --gold2: #f0c870;
  --gold-dim: rgba(212, 168, 83, .15);
  --blue: #4f8cff;
  --orange: #ffa03c;
  --text: #e8edf5;
  --muted: #7a8899;
  --danger: #e05252;
  --success: #34c759;

  --r: 12px;
  --r2: 20px;
  --sh: 0 4px 32px rgba(0, 0, 0, .4);
  --sh2: 0 20px 60px rgba(0, 0, 0, .5);

  --font-d: 'Cabinet Grotesk', sans-serif;
  --font-b: 'Instrument Sans', sans-serif;
  --ease: cubic-bezier(.4, 0, .2, 1);
  --t: .35s var(--ease);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-b);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  caret-color: transparent;

  input,
  textarea,
  [contenteditable] {
    caret-color: auto;
  }
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-d);
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}

h3 {
  font-size: 1.2rem;
  font-weight: 700;
}

p {
  line-height: 1.7;
  color: var(--muted);
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--t);
}

em {
  font-style: normal;
  color: var(--gold);
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
  caret-color: transparent;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

/* ── PILLS / LABELS ─────────────────────────────────────── */
.pill {
  display: inline-block;
  font-family: var(--font-d);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-dim);
  border: 1px solid rgba(212, 168, 83, .25);
  padding: .3rem .9rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  caret-color: transparent;
}

.pill--light {
  color: var(--gold2);
  background: rgba(240, 200, 112, .1);
  border-color: rgba(240, 200, 112, .2);
}

/* ── SECTION HEADER ─────────────────────────────────────── */
.section-head {
  text-align: center;
  margin-bottom: 3.5rem;
  caret-color: transparent;
}

.section-head h2 {
  margin: .5rem 0;
}

.section-head p {
  max-width: 500px;
  margin: .75rem auto 0;
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .85rem 2rem;
  border-radius: 999px;
  font-family: var(--font-d);
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--t);
  white-space: nowrap;
}

.btn--gold {
  background: var(--gold);
  color: #0a0f18;
}

.btn--gold:hover {
  background: var(--gold2);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(212, 168, 83, .35);
}

.btn--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, .25);
  color: var(--white);
}

.btn--outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btn--full {
  width: 100%;
  justify-content: center;
}

/* ── REVEAL ANIMATION ────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
  transition-delay: var(--d, 0s);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.reveal--d1 {
  --d: .1s;
}

.reveal--d2 {
  --d: .2s;
}

.reveal--d3 {
  --d: .3s;
}

.reveal--d4 {
  --d: .45s;
}

/* ═══════════════════════════════════════════════════════════
   NAV
   ═══════════════════════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 1rem 0;
  transition: all .4s var(--ease);
}

.nav.scrolled {
  background: rgba(10, 15, 24, .95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: .6rem 0;
}

/*
  МЕНТОР: :has() — "родительский селектор". Читается как:
  "nav, который СОДЕРЖИТ внутри себя .nav__drawer.open".
  JS добавляет .open только на drawer, но CSS реагирует на весь nav.
  Это чище чем добавлять класс через JS на два элемента.
  Поддержка: Chrome 105+, Firefox 121+, Safari 15.4+ — все современные браузеры.
*/
.nav:has(.nav__drawer.open) {
  background: rgba(10, 15, 24, .97);
  backdrop-filter: blur(20px);
}

.nav__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-d);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white);
  flex-shrink: 0;
}

.logo-badge {
  width: 36px;
  height: 36px;
  background: var(--gold);
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #0a0f18;
  font-size: .95rem;
  flex-shrink: 0;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex: 1;
  justify-content: center;
  margin-left: auto;
}

.nav__links a {
  color: rgba(255, 255, 255, .7);
  font-size: .9rem;
  font-weight: 500;
  transition: color var(--t);
}

.nav__links a:hover {
  color: var(--gold);
}

.nav__book {
  background: var(--gold) !important;
  color: #0a0f18 !important;
  padding: .45rem 1.3rem;
  border-radius: 999px;
  font-weight: 700 !important;
}

.nav__book:hover {
  background: var(--gold2) !important;

  transition: all 1s ease;

  /* Начальная тень (очень легкая или отсутствует) */
  box-shadow: 0 10px 20px rgba(0, 10, 0, 0.2);

  /*transform: translateY(-5px);*/
}


.nav__phone a {
  color: rgba(255, 255, 255, .65);
  font-size: .85rem;
  white-space: nowrap;
}

.nav__phone a:hover {
  color: var(--gold);
}

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
}

.nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all .3s;
}

.nav__drawer {
  display: none;
  flex-direction: column;
  background: rgba(10, 15, 24, .97);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  padding: 1rem clamp(1rem, 4vw, 2rem);
}

.nav__drawer.open {
  display: flex;
}

.drawer-link {
  padding: .8rem 0;
  color: rgba(255, 255, 255, .75);
  font-family: var(--font-d);
  font-weight: 600;
  border-bottom: 1px solid var(--border);
  transition: color var(--t);
}

.drawer-link:hover {
  color: var(--gold);
}

.drawer-link--cta {
  margin-top: .75rem;
  text-align: center;
  background: var(--gold);
  color: #0a0f18 !important;
  border-radius: 999px;
  padding: .8rem;
}

.drawer-link--phone {
  color: var(--gold) !important;
  text-align: center;
  border-bottom: none;
}

/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
}

.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 15, 24, .95) 0%, rgba(10, 15, 24, .75) 55%, rgba(10, 15, 24, .5) 100%);
}

.hero__noise {
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;

  margin: 0 auto;
  padding: 6rem 1.5rem 4rem;
  caret-color: transparent;
}

.hero__flags {
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
  letter-spacing: .2em;
  opacity: .8;
}

.hero__h4 {
  font-family: var(--font-d);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white);

  margin-bottom: 1.5rem;
  text-shadow: 0 2px 40px rgba(0, 0, 0, .4);
}

/*
  МЕНТОР: clamp(min, preferred, max).
  Было clamp(2.2rem, 9vw, 3rem) — максимум всего 3rem = 48px на десктопе.
  Теперь: на 1400px экране 5vw = 70px ≈ 4.4rem, capped на 5rem = 80px. Гораздо лучше.
*/
.hero__h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
  font-weight: 900;
}

.hero__sub {
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.75);
}

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* Ticker */
.hero__ticker {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 1.25rem;
  height: 40px;
  max-width: 100%;
  margin-left: auto;
}

.ticker-track {
  display: flex;
  gap: 1.5rem;
  animation: tickerScroll 18s linear infinite;
  width: max-content;
}

.ticker-track span {
  font-family: var(--font-d);
  font-weight: 700;
  font-size: .9rem;
  color: rgba(255, 255, 255, .5);
  white-space: nowrap;
}

.ticker-track .sep {
  color: var(--gold);
  opacity: .7;
}

@keyframes tickerScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Scroll cue */
.hero__scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem;
}

.mouse {
  width: 24px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  display: grid;
  place-items: start center;
  padding-top: 6px;
}

.mouse__wheel {
  width: 3px;
  height: 8px;
  background: var(--gold);
  border-radius: 999px;
  animation: scrollWheel 1.6s ease-in-out infinite;
}

@keyframes scrollWheel {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(10px)
  }
}

.hero__scroll-cue span {
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .35);
  font-family: var(--font-d);
}

/* ═══════════════════════════════════════════════════════════
   STATS STRIP
   ═══════════════════════════════════════════════════════════ */
.stats-strip {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 0;
}

.stats-strip__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.stat-item {
  text-align: center;
  caret-color: transparent;
}

.stat-item strong {
  display: block;
  font-family: var(--font-d);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: .3rem;
}

.stat-item strong::after {
  content: '+';
  font-size: .6em;
  vertical-align: super;
}

.stat-item:nth-child(2) strong::after {
  content: '';
}

.stat-item:nth-child(3) strong::after {
  content: '';
}

.stat-item:nth-child(4) strong::after {
  content: '%';
}

.stat-item span {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
  font-family: var(--font-d);
}

/* ═══════════════════════════════════════════════════════════
   ROUTES
   ═══════════════════════════════════════════════════════════ */
.routes {
  background: var(--bg);
}

/*
  МЕНТОР: display:grid — это таблица с колонками и строками.
  repeat(3, 1fr) означает "три колонки, каждая берёт одну долю (1fr) свободного места".
  Раньше здесь был display:flex — он игнорирует grid-template-columns.
*/
.route-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  caret-color: transparent;
}

.route-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 2rem 1.75rem;
  position: relative;
  overflow: hidden;
  transition: transform var(--t), border-color var(--t), box-shadow var(--t);
}

.route-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold-dim) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--t);
}

.route-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 168, 83, .3);
  box-shadow: var(--sh2);
}

.route-card:hover::before {
  opacity: 1;
}

.route-card__flag {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.route-card h3 {
  margin-bottom: .6rem;
  color: var(--white);
}

.route-card p {
  font-size: .88rem;
  margin-bottom: 1.25rem;
}

.route-card__tag {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  font-family: var(--font-d);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-dim);
  padding: .25rem .7rem;
  border-radius: 999px;
}


/* ═══════════════════════════════════════════════════════════
   SERVICES
   ═══════════════════════════════════════════════════════════ */
.services {
  background: var(--bg);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.svc-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 2rem 1.75rem;
  transition: transform var(--t), border-color var(--t), box-shadow var(--t);
  transition-delay: var(--d, 0s);
  caret-color: transparent;
}

.svc-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 168, 83, .3);
  box-shadow: var(--sh2);
}

.svc-icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.svc-card h3 {
  color: var(--white);
  margin-bottom: .6rem;
}

/* ═══════════════════════════════════════════════════════════
   CITIES PARALLAX / TILT
   ═══════════════════════════════════════════════════════════ */
.cities-section {
  background: var(--surface);
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.cities-parallax {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.city-tilt {
  border-radius: var(--r2);
  overflow: hidden;
  aspect-ratio: 4/5;
  cursor: pointer;
  transition-delay: calc(var(--d, 0) * 1ms);
  /* 3D perspective set via JS */
  perspective: 1000px;
}

.city-tilt__inner {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: var(--r2);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform .15s var(--ease);
}

.city-tilt__bg {
  position: absolute;
  inset: 0;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  transition: transform .4s var(--ease);
  transform: scale(1.08);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-tilt:hover .city-tilt__bg {
  transform: scale(1.15);
}

.city-tilt__shine {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, .12) 0%, transparent 65%);
  pointer-events: none;
  transition: background .1s;
}

.city-tilt::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 15, 24, .95) 0%, rgba(10, 15, 24, .2) 60%, transparent 100%);
  border-radius: var(--r2);
}

.city-tilt__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

.city-tilt__flag {
  font-size: 1.5rem;
}

.city-tilt__content h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 900;
}

.city-tilt__content p {
  color: rgba(255, 255, 255, .55);
  font-size: .85rem;
}

.city-tilt__dist {
  font-size: .78rem;
  color: var(--gold);
  font-family: var(--font-d);
  font-weight: 700;
  margin-top: .3rem;
}

/* ═══════════════════════════════════════════════════════════
   FLEET
   ═══════════════════════════════════════════════════════════ */
.fleet {
  background: var(--bg);
}

.fleet-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 5rem;
  align-items: center;
}

.fleet-text {
  color: var(--text);
}

.fleet-text h2 {
  color: var(--white);
  margin: .5rem 0 1.25rem;
}

.fleet-features {
  list-style: none;
  margin: 1.5rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.fleet-features li {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .92rem;
  color: rgba(255, 255, 255, .8);
}

.feat-check {
  color: var(--gold);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.fleet-main-img {
  border-radius: var(--r2);
  overflow: hidden;
  margin-bottom: 1rem;
}

.fleet-main-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: opacity .4s;
}

.fleet-thumbs {
  display: flex;
  gap: .75rem;
}

.fleet-thumb {
  border-radius: var(--r);
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color var(--t);
  flex: 1;
}

.fleet-thumb.active {
  border-color: var(--gold);
}

.fleet-thumb img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

/* ═══════════════════════════════════════════════════════════
   WHY US
   ═══════════════════════════════════════════════════════════ */
.why-us {
  background: var(--surface);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

.why-card {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 2rem 1.75rem;
  transition: transform var(--t), border-color var(--t);
  transition-delay: var(--d, 0s);
  caret-color: transparent;
}

.why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 168, 83, .25);
}

.why-num {
  font-family: var(--font-d);
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(212, 168, 83, .2);
  margin-bottom: .75rem;
  line-height: 1;
}

.why-card h3 {
  color: var(--white);
  margin-bottom: .6rem;
}

/* ═══════════════════════════════════════════════════════════
   TESTIMONIALS SLIDER
   ═══════════════════════════════════════════════════════════ */
.testimonials {
  background: var(--bg);
}

.testi-slider {
  overflow: hidden;
  position: relative;
}

.testi-track {
  display: flex;
  gap: 1.5rem;
  transition: transform .5s var(--ease);
  will-change: transform;
}

.testi-card {
  flex: 0 0 calc(33.333% - 1rem);
  min-width: 280px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 2rem;
  position: relative;
  caret-color: transparent;
}

.testi-card::before {
  content: '"';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: var(--font-d);
  font-size: 4rem;
  font-weight: 900;
  color: rgba(212, 168, 83, .1);
  line-height: 1;
}

.testi-stars {
  color: var(--gold);
  margin-bottom: .75rem;
  font-size: .95rem;
}

.testi-card p {
  font-size: .9rem;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 1.25rem;
}

.testi-author {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.testi-author strong {
  font-family: var(--font-d);
  color: var(--white);
  font-size: .95rem;
}

.testi-author span {
  font-size: .78rem;
  color: var(--gold);
}

.testi-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.testi-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--white);
  font-size: 1.2rem;
  cursor: pointer;
  transition: all var(--t);
  display: grid;
  place-items: center;
}

.testi-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.testi-dots {
  display: flex;
  gap: .5rem;
  caret-color: transparent;
}

.testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  cursor: pointer;
  transition: background var(--t), width var(--t);
}

.testi-dot.active {
  background: var(--gold);
  width: 24px;
  border-radius: 999px;
}

/* ═══════════════════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════════════════ */
.faq {
  background: var(--surface);
}

.faq-split {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
  align-items: start;
}

.faq-left h2 {
  color: var(--white);
  margin: .5rem 0 1rem;
}

.faq-right {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.faq-item {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: var(--r);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-d);
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  text-align: left;
  transition: background var(--t);
}

.faq-q:hover {
  background: rgba(212, 168, 83, .06);
}

.faq-icon {
  flex-shrink: 0;
  color: var(--gold);
  transition: transform .3s var(--ease);
}

.faq-q[aria-expanded="true"] .faq-icon {
  transform: rotate(-180deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.65;
  transition: max-height .4s var(--ease), padding .3s;
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding: 0 1.5rem 1.25rem;
}

/* ═══════════════════════════════════════════════════════════
   CONTACT
   ═══════════════════════════════════════════════════════════ */
.contact {
  background: var(--bg);
}

.contact-split {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 5rem;
  align-items: start;
}

.contact-info h2 {
  color: var(--white);
  margin: .5rem 0 1.25rem;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}

.cd-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.cd-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  line-height: 1.4;
}

.cd-row strong {
  display: block;
  font-family: var(--font-d);
  color: var(--white);
  margin-bottom: .2rem;
  font-size: .9rem;
}

/*
  МЕНТОР: Google рекомендует минимум 44×44px для touch-элементов.
  display:inline-flex + min-height позволяет ссылке быть кликабельной
  на большой области, не меняя внешний вид текста.
*/
.cd-row a,
.cd-row span {
  font-size: .88rem;
  color: var(--muted);
}

.cd-row a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: .25rem 0;
}

.cd-row a:hover {
  color: var(--gold);
}

/* Form */
.contact-form-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: 2.5rem 2rem;
}

.contact-form h3 {
  font-size: 1.25rem;
  color: var(--white);
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border);
}

.fg {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  margin-bottom: 1.25rem;
}

.fg-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label {
  font-size: .8rem;
  font-weight: 700;
  font-family: var(--font-d);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}

input,
textarea {
  width: 100%;
  padding: .85rem 1rem;
  background: var(--surface2);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  font-family: var(--font-b);
  font-size: .95rem;
  color: var(--white);
  transition: border-color var(--t), box-shadow var(--t);
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: var(--muted);
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 83, .12);
}

input.err,
textarea.err {
  border-color: var(--danger);
}

.ferr {
  font-size: .78rem;
  color: var(--danger);
  min-height: 1rem;
}

.form-note {
  font-size: .78rem;
  color: var(--muted);
  text-align: center;
  margin-top: .75rem;
}

.form-ok {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: var(--r);
  background: rgba(52, 199, 89, .1);
  border: 1px solid rgba(52, 199, 89, .3);
  color: var(--success);
  font-size: .9rem;
  text-align: center;
}

.form-err {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: var(--r);
  background: rgba(224, 82, 82, .1);
  border: 1px solid rgba(224, 82, 82, .3);
  color: var(--danger);
  font-size: .9rem;
  text-align: center;
}

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.footer {
  background: #060a10;
  border-top: 1px solid var(--border);
}

.footer-inner {
  padding: 4rem clamp(1rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
}

.footer-brand p {
  font-size: .85rem;
  color: var(--muted);
  max-width: 240px;
  margin-top: .75rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.footer-col strong {
  color: rgba(255, 255, 255, .65);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-family: var(--font-d);
  margin-bottom: .25rem;
}

.footer-col a,
.footer-col span {
  font-size: .875rem;
  color: var(--muted);
}

.footer-col a:hover {
  color: var(--gold);
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 1.5rem clamp(1rem, 4vw, 2rem);
  display: flex;
  justify-content: space-between;
  font-size: .8rem;
  color: rgba(255, 255, 255, .25);
  flex-wrap: wrap;
  gap: .5rem;
}

/* ═══════════════════════════════════════════════════════════
   WHATSAPP FAB
   ═══════════════════════════════════════════════════════════ */
.wa-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 300;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, .4);
  transition: transform var(--t), box-shadow var(--t);
}

.wa-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(37, 211, 102, .55);
}

/* ═══════════════════════════════════════════════════════════
   DESKTOP HERO LAYOUT (>900px)
   ═══════════════════════════════════════════════════════════ */
/*
  МЕНТОР: min-width — это ТОЛЬКО для широких экранов.
  max-width — только для узких. Не путай.
  Здесь: на десктопе текст ограничиваем 600px — он остаётся слева,
  а правая часть экрана показывает фургон. Классический split-hero.
*/
/*
  МЕНТОР: проблема была в том, что max-width на .hero__flags ограничивал
  и тикер внутри него. Тикер должен идти на всю ширину контента.
  Решение: применяем max-width только к конкретным дочерним элементам,
  а не ко всему родительскому блоку.
*/
@media (min-width: 901px) {

  /*
    МЕНТОР: scroll-cue теперь прямой дочерний элемент .hero (секции),
    а не .hero__content. Поэтому bottom:2rem позиционирует его
    относительно всей секции — независимо от padding контента.
    Контенту возвращаем вертикальный padding для правильного отступа.
  */
  .hero__content {
    padding: 5rem clamp(3rem, 6vw, 7rem) 4rem;
  }

  .hero__h1,
  .hero__h4,
  .hero__sub,
  .hero__ctas {
    max-width: 620px;
  }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .hero__h4 {
    font-size: 1rem;
    line-height: 1.4;
    margin: auto;
    /* margin-top: 1.5rem;
    margin-bottom: 1rem; */
    font-weight: 600;
  }

  .hero__h4 em {
    font-style: normal;
    color: var(--gold);
  }

  .nav__links {
    display: none;
  }

  .nav__phone {
    display: none;
  }

  .nav__burger {
    display: flex;
  }

  .stats-strip__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  /*
    МЕНТОР: на планшете (≤900px) переходим на 1 колонку.
    Карточки становятся широкими "лентами" — это читабельно и красиво.
  */
  .route-cards {
    grid-template-columns: 1fr;
  }

  .fleet-split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .fleet-gallery {
    order: -1;
  }

  .faq-split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .contact-split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .testi-card {
    flex: 0 0 calc(50% - .75rem);
  }
}

@media (max-width: 600px) {
  .stats-strip__inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }

  /*
    МЕНТОР: на мобильном прижимаем контент к низу (align-items: flex-end).
    Это освобождает верхние ~60% секции — там будет видно фото.
    Классический паттерн для hero: "изображение вверху, текст внизу".
  */
  .hero {
    align-items: flex-end;
  }

  /*
    МЕНТОР: оверлей — это слой поверх фото.
    Раньше он был одинаково тёмным (135deg с .95 opacity) по всей высоте.
    Теперь: сверху почти прозрачный (.12), снизу очень тёмный (.97).
    to bottom = градиент идёт сверху вниз.
    Так фото видно сверху, а текст читаем снизу.
  */
  .hero__overlay {
    background: linear-gradient(to bottom,
        rgba(10, 15, 24, .12) 0%,
        rgba(10, 15, 24, .45) 38%,
        rgba(10, 15, 24, .97) 65%);
  }

  /*
    МЕНТОР: убираем большой отступ сверху (был 6rem) — контент и так
    прижат вниз через align-items:flex-end на родителе.
    Снизу 7rem — запас под scroll-cue и WhatsApp-кнопку.
  */
  .hero__content {
    padding: 1.5rem 1.5rem 7rem;
  }

  /*
    МЕНТОР: карточки маршрутов — одна в строку.
    На мобильном 3 колонки не помещаются, поэтому 1fr = вся ширина.
  */
  .route-cards {
    grid-template-columns: 1fr;
  }

  .hero__ctas {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .fg-row {
    grid-template-columns: 1fr;
  }

  .cities-parallax {
    grid-template-columns: 1fr 1fr;
  }

  .testi-card {
    flex: 0 0 calc(100%);
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .cities-parallax {
    grid-template-columns: 1fr;
  }
}