/* =====================================================
   74FASTTRANSFER — Design tokens
   ===================================================== */
:root {
  --navy: #0A0F1C;
  --navy2: #111A2E;
  --navy3: #1A2740;
  --navy-deep: #060910;
  --gold: #C9A227;
  --gold-light: #E8CC6E;
  --gold-dark: #A6821C;
  --text: #F1EFE8;
  --mid: rgba(241,239,232,0.6);
  --border: rgba(201,162,39,0.2);
  --bg: var(--navy2);
  --white: #ffffff;
  --card: linear-gradient(165deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015));
  --radius: 16px;
  --radius-lg: 22px;
  --shadow: 0 4px 24px rgba(0,0,0,0.22);
  --shadow-lg: 0 20px 56px rgba(0,0,0,0.4);
  --shadow-gold: 0 12px 32px rgba(201,162,39,0.28);
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--navy);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.18; font-weight: 700; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 14px;
}
.eyebrow--gold { color: var(--gold-light); }
.eyebrow--center { display: block; text-align: center; }

/* =====================================================
   BUTTONS
   ===================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14.5px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}
.btn--gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  color: var(--navy);
}
.btn--gold:hover { transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn--outline { border-color: rgba(255,255,255,0.45); color: var(--white); }
.btn--outline:hover { border-color: var(--gold-light); background: rgba(232,204,110,0.08); color: var(--gold-light); }
.btn--outline-light { border-color: rgba(255,255,255,0.6); color: var(--white); }
.btn--outline-light:hover { background: rgba(255,255,255,0.12); }
.btn--white { background: var(--white); color: var(--navy); }
.btn--white:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--lg { padding: 16px 34px; font-size: 15.5px; }
.btn--full { width: 100%; }

/* =====================================================
   LANGUAGE SWITCH
   ===================================================== */
.lang-switch {
  display: flex;
  gap: 2px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 3px;
  border-radius: 999px;
}
.lang-btn {
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.6);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 6px 11px;
  border-radius: 999px;
  cursor: pointer;
  transition: var(--transition);
}
.lang-btn:hover { color: var(--white); }
.lang-btn.active {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  color: var(--navy);
}
.lang-switch--mobile { display: none; }

/* =====================================================
   HEADER
   ===================================================== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: var(--transition);
  padding: 20px 0;
}
.header.scrolled {
  background: rgba(9,13,23,0.85);
  backdrop-filter: blur(14px);
  padding: 13px 0;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(201,162,39,0.12);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: baseline; gap: 4px; flex-shrink: 0; }
.logo__num { font-family: 'Playfair Display', serif; font-size: 27px; font-weight: 800; color: var(--gold-light); }
.logo__text { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--white); }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { color: rgba(255,255,255,0.85); font-weight: 600; font-size: 14.5px; transition: var(--transition); }
.nav a:hover { color: var(--gold-light); }
.header__actions { display: flex; align-items: center; gap: 18px; }
.header__phone { color: var(--white); font-weight: 700; font-size: 14.5px; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.burger span { width: 24px; height: 2px; background: var(--white); transition: var(--transition); }

/* =====================================================
   HERO
   ===================================================== */
.hero {
  position: relative;
  padding: 168px 0 104px;
  background: linear-gradient(165deg, var(--navy-deep) 0%, var(--navy) 45%, var(--navy2) 100%);
  overflow: hidden;
}
/* Video de fundal — redat natural, fără zoom CSS suprapus (evită tremurul) */
.hero__video-wrap { position: absolute; inset: 0; overflow: hidden; z-index: 0; background: var(--navy-deep); }
.hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero__video-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(6,9,16,0.32) 0%, rgba(8,12,22,0.42) 55%, rgba(6,9,16,0.62) 100%),
    linear-gradient(90deg, rgba(6,9,16,0.32) 0%, rgba(6,9,16,0.04) 42%, rgba(6,9,16,0.04) 58%, rgba(6,9,16,0.32) 100%);
}
.hero__glow { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 1; }
.hero__glow--1 { width: 460px; height: 460px; background: rgba(201,162,39,0.16); top: -140px; right: -120px; }
.hero__glow--2 { width: 340px; height: 340px; background: rgba(201,162,39,0.08); bottom: -140px; left: -100px; }

/* Intrare premium în cascadă pentru textul din hero */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero__content > * {
  opacity: 0;
  animation: heroFadeUp 0.9s cubic-bezier(0.16,1,0.3,1) forwards;
}
.hero__content > .eyebrow { animation-delay: 0.1s; }
.hero__content > h1 { animation-delay: 0.25s; }
.hero__content > .hero__lead { animation-delay: 0.4s; }
.hero__content > .hero__cta { animation-delay: 0.55s; }
.hero__content > .hero__trust { animation-delay: 0.7s; }
@media (prefers-reduced-motion: reduce) {
  .hero__content > * { animation: none; opacity: 1; }
}

.hero__inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 48px; text-align: center; }
.hero__content { color: var(--white); padding-top: 14px; max-width: 760px; }
.hero .eyebrow { color: var(--gold-light); }
.hero h1 { font-size: 50px; color: var(--white); margin-bottom: 22px; letter-spacing: -0.01em; }
.hero__gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__lead { font-size: 17px; color: rgba(255,255,255,0.75); max-width: 520px; margin: 0 auto 34px; }
.hero__cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; justify-content: center; }
.hero__trust { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px 28px; justify-content: center; }
.hero__trust li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.82); font-size: 14px; font-weight: 600; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-light); flex-shrink: 0; box-shadow: 0 0 8px rgba(232,204,110,0.7); }

/* Booking card */
.booking-card {
  width: 100%; max-width: 620px;
  margin: 0 auto;
  background: linear-gradient(165deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02));
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  text-align: left;
}
.booking-card h3 { font-size: 22px; margin-bottom: 24px; color: var(--white); }
.booking-card__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 12px; font-weight: 700; color: var(--mid); margin-bottom: 7px; text-transform: uppercase; letter-spacing: 0.05em; }
.field input, .field textarea {
  width: 100%; padding: 13px 15px;
  border: 1.5px solid var(--border); border-radius: 11px;
  font-size: 16px; font-family: inherit; color: var(--text);
  background: rgba(255,255,255,0.04); transition: var(--transition);
}
.field input::placeholder, .field textarea::placeholder { color: rgba(241,239,232,0.35); }
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); background: rgba(255,255,255,0.07); box-shadow: 0 0 0 4px rgba(201,162,39,0.14);
}
.booking-card__note { font-size: 12.5px; color: var(--mid); text-align: center; margin-top: 14px; line-height: 1.5; }

/* Custom select — înlocuiește <select> nativ (rendare inconsistentă pe mobil) */
.custom-select { position: relative; }
.custom-select__trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 13px 15px; text-align: left;
  border: 1.5px solid var(--border); border-radius: 11px;
  font-size: 16px; font-family: inherit; color: var(--text);
  background: rgba(255,255,255,0.04); cursor: pointer; transition: var(--transition);
}
.custom-select__trigger:hover { border-color: rgba(201,162,39,0.45); }
.custom-select.open .custom-select__trigger {
  border-color: var(--gold); background: rgba(255,255,255,0.07); box-shadow: 0 0 0 4px rgba(201,162,39,0.14);
}
.custom-select__chevron { width: 15px; height: 15px; color: var(--gold-light); flex-shrink: 0; transition: transform 0.25s ease; }
.custom-select.open .custom-select__chevron { transform: rotate(180deg); }
.custom-select__menu {
  list-style: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 30;
  background: var(--navy2); border: 1px solid var(--border); border-radius: 12px;
  padding: 6px; box-shadow: var(--shadow-lg);
  max-height: 240px; overflow-y: auto;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.custom-select.open .custom-select__menu { opacity: 1; visibility: visible; transform: none; }
.custom-select__option {
  padding: 10px 12px; border-radius: 8px; font-size: 14.5px; color: var(--text); cursor: pointer; transition: var(--transition);
}
.custom-select__option:hover { background: rgba(201,162,39,0.14); color: var(--gold-light); }
.custom-select__option.is-selected { color: var(--gold-light); font-weight: 700; }
.form__success {
  display: none; background: rgba(56,178,94,0.14); color: #7BE3A0;
  border: 1px solid rgba(56,178,94,0.3);
  border-radius: 11px; padding: 12px 16px; font-size: 14px; font-weight: 600; text-align: center; margin-top: 12px;
}
.form__success.show { display: block; }

/* =====================================================
   TRUST STRIP
   ===================================================== */
.trust-strip {
  background: var(--navy2);
  border-top: 1px solid rgba(201,162,39,0.15);
  border-bottom: 1px solid rgba(201,162,39,0.15);
  padding: 34px 0;
}
.trust-strip__inner { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.trust-item {
  display: flex; align-items: center; gap: 14px;
  font-weight: 700; font-size: 14px; color: var(--text);
  background: var(--card);
  border: 1px solid var(--border);
  padding: 14px 24px 14px 14px;
  border-radius: 999px;
  transition: var(--transition);
}
.trust-item:hover { border-color: rgba(201,162,39,0.5); transform: translateY(-2px); box-shadow: var(--shadow); }
.trust-item__icon {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 50%;
  background: linear-gradient(135deg, rgba(201,162,39,0.26), rgba(201,162,39,0.06));
  box-shadow: inset 0 0 0 1px rgba(201,162,39,0.3);
  display: flex; align-items: center; justify-content: center; color: var(--gold-light);
}
.trust-item__icon svg { width: 19px; height: 19px; }

/* =====================================================
   SECTIONS — generic
   ===================================================== */
.section { padding: 100px 0; background: var(--navy); }
.section--bg { background: var(--navy2); }
.section--dark { background: linear-gradient(165deg, var(--navy) 0%, var(--navy2) 100%); }
.section--darker { background: linear-gradient(165deg, var(--navy-deep) 0%, var(--navy) 100%); }
.section__title { font-size: 36px; text-align: center; max-width: 640px; margin: 0 auto 18px; color: var(--white); }
.section__title--light { color: var(--white); }
.section__subtitle { text-align: center; color: var(--mid); max-width: 560px; margin: 0 auto 52px; font-size: 15.5px; }

/* Icon badges (services) */
.icon-badge {
  width: 56px; height: 56px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(201,162,39,0.24), rgba(201,162,39,0.05));
  box-shadow: inset 0 0 0 1px rgba(201,162,39,0.28);
  color: var(--gold-light); margin: 0 auto 18px;
}
.icon-badge svg { width: 26px; height: 26px; }

/* Services grid */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 52px; }
.service-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 34px 26px; text-align: center; transition: var(--transition);
  opacity: 0; transform: translateY(24px);
}
.service-card.visible { opacity: 1; transform: none; }
.service-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); border-color: rgba(201,162,39,0.5); }
.service-card h3 { font-size: 18px; margin-bottom: 10px; color: var(--white); }
.service-card p { font-size: 14.5px; color: var(--mid); }

/* Fleet grid */
.fleet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 52px; }
.fleet-card {
  display: flex; flex-direction: column;
  background: linear-gradient(165deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  border: 1px solid rgba(201,162,39,0.22);
  border-radius: var(--radius);
  padding: 26px 24px 24px;
  color: var(--white);
  transition: var(--transition);
}
.fleet-card:hover { border-color: rgba(201,162,39,0.55); background: linear-gradient(165deg, rgba(201,162,39,0.09), rgba(255,255,255,0.02)); transform: translateY(-6px); box-shadow: 0 24px 48px rgba(0,0,0,0.35); }
.fleet-card__image {
  height: 128px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.fleet-card__image svg { width: 88%; height: 88%; color: rgba(232,204,110,0.55); filter: drop-shadow(0 10px 18px rgba(0,0,0,0.45)); }
.fleet-card__pill {
  display: inline-flex; align-items: center; gap: 7px;
  align-self: flex-start;
  padding: 6px 14px 6px 12px;
  border: 1px solid rgba(201,162,39,0.45);
  border-radius: 999px;
  font-size: 13px; font-weight: 800; letter-spacing: 0.02em;
  color: var(--gold-light);
  margin-bottom: 16px;
}
.fleet-card__pill svg { width: 12px; height: 12px; opacity: 0.85; }
.fleet-card__seats { font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.48); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 12px; display: block; }
.fleet-card p.fleet-card__desc { font-size: 13.5px; color: rgba(255,255,255,0.68); margin-bottom: 16px; flex-grow: 1; }
.fleet-card ul { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.fleet-card li { font-size: 13px; color: rgba(255,255,255,0.82); display: flex; align-items: center; gap: 8px; }
.fleet-card li::before { content: "✓"; color: var(--gold-light); font-weight: 700; }
.fleet-card__cta {
  display: block; text-align: center; padding: 11px;
  border-radius: 999px; border: 1.5px solid var(--gold);
  color: var(--gold-light); font-weight: 700; font-size: 13.5px;
  transition: var(--transition);
}
.fleet-card__cta:hover { background: linear-gradient(135deg, var(--gold-light), var(--gold-dark)); color: var(--navy); border-color: transparent; }

/* =====================================================
   GALLERY
   ===================================================== */
.gallery { position: relative; display: flex; align-items: center; gap: 18px; margin-top: 48px; }
.gallery__viewport { flex: 1; overflow: hidden; }
.gallery__track { display: flex; gap: 20px; transition: transform 0.6s cubic-bezier(0.4,0,0.2,1); will-change: transform; }
.gallery__slide {
  flex: 0 0 calc((100% - 40px) / 3);
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  background: linear-gradient(150deg, var(--navy3) 0%, var(--navy2) 100%);
  border: 1px solid rgba(201,162,39,0.18);
  position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.gallery__slide img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.gallery__slide:hover img { transform: scale(1.05); }
.gallery__slide::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, rgba(6,9,16,0.35) 100%);
}
.gallery__slide-icon { width: 34%; color: rgba(232,204,110,0.32); position: relative; z-index: 1; }
.gallery__slide-caption {
  position: absolute; bottom: 14px; left: 14px; z-index: 1;
  font-size: 11.5px; font-weight: 700; color: rgba(255,255,255,0.7);
  background: rgba(0,0,0,0.35); backdrop-filter: blur(6px);
  padding: 5px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.1);
}
.gallery__arrow {
  width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(201,162,39,0.35);
  color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: var(--transition);
}
.gallery__arrow:hover { background: linear-gradient(135deg, var(--gold-light), var(--gold-dark)); color: var(--navy); border-color: transparent; box-shadow: var(--shadow-gold); }
.gallery__arrow svg { width: 20px; height: 20px; }
.gallery__dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.gallery__dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.22); cursor: pointer; border: none; padding: 0; transition: var(--transition); }
.gallery__dot.active { background: var(--gold-light); width: 24px; border-radius: 4px; }

/* Routes grid */
.routes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.route-card {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 20px 22px; transition: var(--transition);
}
.route-card:hover { border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-2px); }
.route-card__cities { font-weight: 700; font-size: 15px; color: var(--white); display: flex; align-items: center; gap: 8px; }
.route-card__arrow { color: var(--gold-light); }
.route-card__price { font-size: 12px; font-weight: 700; color: var(--gold-light); background: rgba(201,162,39,0.16); padding: 5px 10px; border-radius: 999px; white-space: nowrap; }
.routes-note { text-align: center; color: var(--mid); font-size: 14.5px; margin-top: 34px; }
.routes-note a { color: var(--gold-light); font-weight: 700; }

/* About */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about__content h2 { font-size: 33px; color: var(--white); margin: 6px 0 18px; }
.about__content p { color: var(--mid); font-size: 15.5px; margin-bottom: 24px; }
.about__list { display: flex; flex-direction: column; gap: 13px; }
.about__list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--text); font-weight: 600; }
.about__list li::before { content: "—"; color: var(--gold-light); flex-shrink: 0; }
.media-placeholder {
  aspect-ratio: 4/3; border-radius: var(--radius-lg);
  background: linear-gradient(150deg, var(--navy), var(--navy3));
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  color: rgba(255,255,255,0.4); font-weight: 600; font-size: 13.5px;
  border: 1px dashed rgba(201,162,39,0.35);
}
.media-placeholder__icon { width: 34%; color: rgba(232,204,110,0.3); }
.about__photo {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: var(--radius-lg); border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
}

/* Reviews carousel */
.review-slide {
  flex: 0 0 calc((100% - 40px) / 3);
  display: flex;
}
.review-card {
  width: 100%;
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px 26px; transition: var(--transition);
  display: flex; flex-direction: column;
}
.review-card:hover { box-shadow: var(--shadow); border-color: rgba(201,162,39,0.4); }
.review-card__stars { color: var(--gold-light); font-size: 15px; margin-bottom: 14px; letter-spacing: 2px; }
.review-card p { font-size: 14.5px; color: var(--text); margin-bottom: 18px; font-style: italic; flex-grow: 1; }
.review-card__author { font-size: 12.5px; font-weight: 700; color: var(--mid); text-transform: uppercase; letter-spacing: 0.03em; }

/* CTA strip */
.cta-strip { background: linear-gradient(120deg, var(--gold-dark), var(--gold) 60%, var(--gold-light)); padding: 50px 0; }
.cta-strip__inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.cta-strip h2 { color: var(--navy); font-size: 27px; }
.cta-strip__actions { display: flex; gap: 14px; }

/* Contact */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact__info h2 { font-size: 31px; color: var(--white); margin: 6px 0 16px; }
.contact__info p { color: var(--mid); font-size: 15px; margin-bottom: 28px; }
.contact__channels { display: flex; flex-direction: column; gap: 12px; }
.contact__channel {
  display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 15px; color: var(--text);
  padding: 13px 18px; background: var(--card); border: 1px solid var(--border); border-radius: 12px; transition: var(--transition);
}
.contact__channel:hover { border-color: var(--gold); transform: translateX(4px); box-shadow: var(--shadow); }
.contact__channel-icon { width: 20px; height: 20px; display: inline-flex; color: var(--gold-light); flex-shrink: 0; }
.contact__channel-icon svg { width: 100%; height: 100%; }
.contact__form { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow); }

/* =====================================================
   FOOTER
   ===================================================== */
.footer { background: var(--navy-deep); color: rgba(255,255,255,0.75); padding-top: 60px; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.footer__brand p { margin-top: 12px; font-size: 14px; color: rgba(255,255,255,0.5); max-width: 260px; }
.footer__links, .footer__contact { display: flex; flex-direction: column; gap: 10px; }
.footer__links h4, .footer__contact h4 { color: var(--gold-light); font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px; }
.footer__links a, .footer__contact a { font-size: 14.5px; color: rgba(255,255,255,0.72); transition: var(--transition); }
.footer__links a:hover, .footer__contact a:hover { color: var(--gold-light); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; }
.footer__bottom p { font-size: 13px; color: rgba(255,255,255,0.4); text-align: center; }

/* =====================================================
   FLOATING CONTACT MENU
   ===================================================== */
.float-menu { position: fixed; bottom: 24px; right: 24px; z-index: 90; display: flex; flex-direction: column; align-items: center; }
.float-menu__options { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 12px; }
.float-menu__option {
  width: 50px; height: 50px; border-radius: 50%; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg); transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0; transform: translateY(10px) scale(0.7); pointer-events: none;
}
.float-menu__option svg { width: 21px; height: 21px; }
.float-menu__option--telegram { background: #2AABEE; }
.float-menu__option--whatsapp { background: #25D366; }
.float-menu__option--viber { background: #7360F2; }
.float-menu__option:hover { transform: scale(1.1); }
.float-menu.open .float-menu__option { opacity: 1; transform: none; pointer-events: auto; }
.float-menu.open .float-menu__options .float-menu__option:nth-child(1) { transition-delay: 0.02s; }
.float-menu.open .float-menu__options .float-menu__option:nth-child(2) { transition-delay: 0.07s; }
.float-menu.open .float-menu__options .float-menu__option:nth-child(3) { transition-delay: 0.12s; }

.float-menu__trigger {
  width: 58px; height: 58px; border-radius: 50%; border: none; cursor: pointer;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark)); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg); transition: var(--transition);
}
.float-menu__trigger:hover { transform: scale(1.08); }
.float-menu__trigger svg { width: 26px; height: 26px; }
.float-menu__icon-close { display: none; }
.float-menu.open .float-menu__icon-chat { display: none; }
.float-menu.open .float-menu__icon-close { display: block; }

/* =====================================================
   REVEAL ANIMATION
   ===================================================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal--right { transition-delay: 0.1s; }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 980px) {
  .about, .contact { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .routes-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr; }
  .gallery__slide, .review-slide { flex-basis: calc((100% - 20px) / 2); }
}

@media (max-width: 720px) {
  .nav { display: none; }
  .burger { display: flex; }
  .header__phone { display: none; }
  .header .lang-switch:not(.lang-switch--mobile) { display: none; }
  .hero { padding: 128px 0 56px; }
  .hero h1 { font-size: 32px; }
  .hero__lead { font-size: 15.5px; }
  .hero__cta { flex-direction: column; width: 100%; }
  .hero__cta .btn { width: 100%; }
  .hero__trust { flex-direction: column; align-items: center; gap: 10px; }
  .trust-strip__inner { flex-direction: column; align-items: stretch; }
  .trust-item { width: 100%; }
  .booking-card { padding: 26px 22px; }
  .booking-card__row { grid-template-columns: 1fr; }
  .services-grid, .fleet-grid, .routes-grid { grid-template-columns: 1fr; }
  .cta-strip__inner { flex-direction: column; text-align: center; }
  .section { padding: 64px 0; }
  .gallery__slide, .review-slide { flex-basis: 100%; }
  .gallery__arrow { width: 42px; height: 42px; }

  .nav.open {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--navy-deep); padding: 22px 24px; gap: 18px;
    border-top: 1px solid rgba(201,162,39,0.15);
  }
  .lang-switch--mobile { display: flex; align-self: flex-start; }
}
