/* ===================================================================
   Stepanovich Transfer — warm luxury, photography-driven
   Cormorant Garamond (display) + Inter (UI) · gold accent
   =================================================================== */

:root {
  --bg:       #0c0a08;
  --bg-2:     #14110d;
  --bg-3:     #1b1712;
  --text:     #f5f1ea;
  --muted:    #b3aa9c;
  --muted-2:  #837b6e;
  --line:     rgba(245,241,234,.10);
  --line-2:   rgba(245,241,234,.18);
  --gold:     #c9a24b;
  --gold-soft:#e3c489;
  --gold-deep:#9c7a32;
  --maxw:     1200px;
  --ease:     cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: "Montserrat", system-ui, sans-serif; font-weight: 400; font-size: 16px; line-height: 1.7;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: "Montserrat", system-ui, sans-serif; font-weight: 600; margin: 0; line-height: 1.12; letter-spacing: -.015em; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.icon { width: 19px; height: 19px; fill: currentColor; flex: none; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 30px; font-size: .76rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; border: 1px solid transparent; border-radius: 2px; cursor: pointer; transition: all .3s var(--ease); position: relative; overflow: hidden; white-space: nowrap; }
.btn-gold { background: linear-gradient(135deg, var(--gold-soft), var(--gold)); color: #1c1407; border-color: var(--gold); }
.btn-gold::after { content:""; position:absolute; top:0; left:-120%; width:55%; height:100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-20deg); transition: left .6s var(--ease); }
.btn-gold:hover { filter: brightness(1.06); transform: translateY(-2px); box-shadow: 0 14px 34px -14px rgba(201,162,75,.8); }
.btn-gold:hover::after { left: 140%; }
.btn-ghost { background: rgba(255,255,255,.04); color: var(--text); border-color: var(--line-2); backdrop-filter: blur(4px); }
.btn-ghost:hover { border-color: var(--gold-soft); color: var(--gold-soft); transform: translateY(-2px); }
.btn-block { width: 100%; }

.kicker { font-size: .72rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin: 0 0 16px; font-weight: 500; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: .74rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-soft); margin: 0 0 24px; }
.eyebrow .line-mark { width: 34px; height: 1px; background: var(--gold); }

/* ===================== PRELOADER ===================== */
.preloader { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 50% 42%, #16120c 0%, #0a0907 55%, #060505 100%);
  transition: opacity .6s var(--ease), visibility .6s; }
.preloader.hidden { opacity: 0; visibility: hidden; }
.pl-inner { text-align: center; }
.pl-logo { width: 92px; height: 92px; color: var(--text); filter: drop-shadow(0 0 0 rgba(201,162,75,0)); animation: plGlow 2.2s ease-in-out infinite; }
@keyframes plGlow { 0%,100% { filter: drop-shadow(0 0 6px rgba(201,162,75,.15)); } 50% { filter: drop-shadow(0 0 22px rgba(201,162,75,.55)); } }
.pl-brand { margin-top: 18px; display: flex; flex-direction: column; gap: 6px; opacity: 0; animation: plFade .8s var(--ease) .2s forwards; }
.pl-name { font-size: 1.05rem; letter-spacing: .32em; color: var(--text); padding-left: .32em; }
.pl-sub { font-size: .68rem; letter-spacing: .5em; text-transform: uppercase; color: var(--gold); padding-left: .5em; }
@keyframes plFade { to { opacity: 1; } }
.pl-road { position: relative; width: 240px; height: 30px; margin: 30px auto 0; overflow: hidden; }
.pl-line { position: absolute; left: 0; right: 0; bottom: 9px; height: 2px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 10px, transparent 10px 20px); opacity: .5; animation: plDash .5s linear infinite; }
@keyframes plDash { to { background-position: -20px 0; } }
.pl-van { position: absolute; top: 2px; left: -44px; width: 44px; height: auto; transform: scaleX(-1); filter: drop-shadow(0 4px 4px rgba(0,0,0,.5)); animation: plDrive 1.8s linear infinite; }
.pl-van .w { transform-box: fill-box; transform-origin: center; animation: rrSpin .4s linear infinite; }
@keyframes plDrive { 0% { left: -44px; } 100% { left: 240px; } }

/* ===================== HEADER ===================== */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 60; transition: background .35s, border-color .35s, padding .35s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(12,10,8,.85); backdrop-filter: blur(16px); border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; gap: 24px; height: 82px; transition: height .35s; }
.scrolled .header-inner { height: 68px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 40px; height: 40px; color: var(--text); flex: none; }
.logo-s, .logo-t { font-family: "Montserrat", sans-serif; font-size: 40px; font-weight: 600; fill: currentColor; }
.logo-t { fill: var(--gold-soft); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: "Montserrat", sans-serif; font-size: 1.2rem; letter-spacing: .2em; }
.brand-sub { font-size: .6rem; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); margin-top: 3px; }
.nav { display: flex; gap: 30px; margin-left: auto; }
.nav a { font-size: .82rem; letter-spacing: .06em; color: var(--muted); position: relative; padding: 4px 0; transition: color .2s; }
.nav a::after { content:""; position:absolute; left:0; bottom:-2px; height:1px; width:0; background: var(--gold); transition: width .25s var(--ease); }
.nav a:hover { color: var(--text); } .nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--text); letter-spacing: .03em; white-space: nowrap; transition: color .2s; }
.header-phone span { white-space: nowrap; }
.header-phone:hover { color: var(--gold-soft); }
.header-phone .icon { color: var(--gold-soft); }
.header-cta { padding: 11px 22px; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; background: none; border: none; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
.nav-toggle span + span { margin-top: 5px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* ===================== HERO ===================== */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 130px 0 90px; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; perspective: 1400px; }
.hero-media img { width: 108%; height: 122%; margin: -3% 0 0 -4%; object-fit: cover; object-position: center 58%;
  will-change: transform; transform-origin: center; backface-visibility: hidden;
  animation: heroDrift 22s ease-in-out infinite alternate; }
@keyframes heroDrift {
  0%   { transform: scale(1.05) translate3d(-1.4%, -1%, 0) rotateY(-2deg) rotateX(.6deg); }
  100% { transform: scale(1.12) translate3d(1.6%, 1.2%, 0) rotateY(2.4deg) rotateX(-.6deg); }
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; background: #0c0a08; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(90deg, rgba(12,10,8,.92) 0%, rgba(12,10,8,.6) 45%, rgba(12,10,8,.25) 75%, rgba(12,10,8,.55) 100%),
  linear-gradient(180deg, rgba(12,10,8,.55), transparent 30%, transparent 60%, var(--bg) 100%); }
.hero-inner { position: relative; z-index: 2; max-width: 700px; }
.hero-title { font-size: clamp(2rem, 4.4vw, 3.5rem); font-weight: 600; margin-bottom: 24px; }
.hero-title em { font-style: normal; font-weight: 700; color: var(--gold-soft); }
.hero-lead { font-size: clamp(1rem, 1.4vw, 1.16rem); color: var(--muted); max-width: 540px; margin: 0 0 38px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 50px; }
.hero-trust { display: flex; justify-content: center; gap: 44px; list-style: none; margin: 0; padding: 0; }
.hero-trust li { display: flex; flex-direction: column; align-items: center; gap: 3px; text-align: center; }
.hero-trust strong { font-family: "Montserrat", sans-serif; font-size: 1.45rem; font-weight: 600; color: var(--text); display: inline-flex; align-items: center; gap: 9px; }
.mb-star { width: 1.05em; height: 1.05em; color: var(--gold-soft); flex: none; }
.hero-trust span { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); }
.scroll-cue { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); width: 26px; height: 42px; border: 1px solid var(--line-2); border-radius: 14px; z-index: 2; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 3px; height: 8px; border-radius: 2px; background: var(--gold); transform: translateX(-50%); animation: scrollcue 1.8s var(--ease) infinite; }
@keyframes scrollcue { 0%{opacity:0;transform:translate(-50%,0)} 40%{opacity:1} 80%{opacity:0;transform:translate(-50%,14px)} }

/* ===================== SECTIONS ===================== */
.section { padding: clamp(74px, 10vw, 128px) 0; position: relative; }
.section-head { max-width: 640px; margin: 0 0 60px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-title { font-size: clamp(1.9rem, 4.2vw, 3.2rem); font-weight: 600; }
.section-note { color: var(--muted); margin-top: 16px; }
.lead { color: var(--muted); font-size: 1.05rem; }

/* services */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { position: relative; background: linear-gradient(180deg, var(--bg-2), var(--bg)); border: 1px solid var(--line); border-radius: 4px; padding: 38px 32px; transition: transform .35s var(--ease), border-color .35s, box-shadow .35s; }
.card:hover { transform: translateY(-6px); border-color: rgba(201,162,75,.4); box-shadow: 0 30px 60px -36px #000; }
.card-icon { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid var(--line-2); margin-bottom: 24px; color: var(--gold-soft); background: rgba(201,162,75,.06); transition: transform .35s var(--ease), background .35s; }
.card:hover .card-icon { transform: scale(1.06); background: rgba(201,162,75,.12); }
.card-icon svg { width: 27px; height: 27px; fill: currentColor; }
.card h3 { font-size: 1.7rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .92rem; margin: 0; }

/* vehicle */
.section-vehicle { background: var(--bg-2); }
.vehicle-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.vehicle-media { position: relative; }
.vehicle-media > img { width: 100%; height: 480px; object-fit: cover; border-radius: 6px; }
.vehicle-media-sm { position: absolute; right: -18px; bottom: -28px; width: 46%; height: 220px !important; object-fit: cover; border-radius: 6px; border: 4px solid var(--bg-2); box-shadow: 0 24px 50px -24px #000; }
.vehicle-text .section-title { margin-bottom: 18px; }
.feature-list { list-style: none; margin: 28px 0 34px; padding: 0; }
.feature-list li { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--text); font-size: .98rem; }
.feature-list li span { color: var(--gold); font-size: .85rem; }

/* stats */
.stats { background: var(--bg); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 70px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-num { display: block; font-family: "Montserrat", sans-serif; font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 600; color: var(--gold-soft); line-height: 1; }
.stat-label { display: block; margin-top: 12px; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* routes — card grid */
.routes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.route-card { display: flex; flex-direction: column; gap: 14px; padding: 26px 28px; border: 1px solid var(--line); border-radius: 12px;
  background: linear-gradient(180deg, var(--bg-2), var(--bg)); transition: transform .35s var(--ease), border-color .35s, box-shadow .35s; }
.route-card:hover { transform: translateY(-5px); border-color: rgba(201,162,75,.42); box-shadow: 0 28px 54px -34px #000; }
.rc-head { display: flex; align-items: center; gap: 6px; }
.rc-city { font-family: "Montserrat", sans-serif; font-size: 1.32rem; font-weight: 600; white-space: nowrap; }
.rc-dest { color: var(--text); }
.rc-meta { color: var(--muted-2); font-size: .82rem; letter-spacing: .03em; }
.rc-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 2px; padding-top: 16px; border-top: 1px solid var(--line); }
.rc-price { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); border: 1px solid var(--line-2); border-radius: 100px; padding: 6px 14px; white-space: nowrap; }
.rc-cta { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); display: inline-flex; align-items: center; gap: 7px; transition: color .2s; }
.rc-cta::after { content: "→"; transition: transform .25s var(--ease); }
.route-card:hover .rc-cta { color: var(--gold-soft); }
.route-card:hover .rc-cta::after { transform: translateX(4px); }
.route-card--feature { grid-column: 1 / -1; background: linear-gradient(135deg, rgba(201,162,75,.14), rgba(201,162,75,.03)); border-color: rgba(201,162,75,.4); }
.route-card--feature .rc-city { color: var(--gold-soft); }

/* animated road + driving van between cities */
.route-road { position: relative; display: inline-block; width: 78px; height: 30px; margin: 0 12px; flex: none; }
.rr-line { position: absolute; left: 0; right: 9px; bottom: 9px; height: 2px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 8px, transparent 8px 15px); opacity: .4; transition: opacity .3s; }
.rr-arrow { position: absolute; right: 0; bottom: 5px; width: 0; height: 0;
  border-left: 8px solid var(--gold); border-top: 5px solid transparent; border-bottom: 5px solid transparent; opacity: .55; transition: opacity .3s; }
.rr-van { position: absolute; top: 3px; left: -16px; width: 40px; height: auto; z-index: 2;
  opacity: 0; transform: scaleX(-1); filter: drop-shadow(0 5px 4px rgba(0,0,0,.45)); }
.rr-van .w { transform-box: fill-box; transform-origin: center; }

.route-card:hover .rr-line { opacity: .8; animation: rrDash .5s linear infinite; }
.route-card:hover .rr-arrow { opacity: .2; }
.route-card:hover .rr-van { animation: rrDrive 1.8s linear infinite; }
.route-card:hover .rr-van .w { animation: rrSpin .4s linear infinite; }

@keyframes rrDash { to { background-position: -15px 0; } }
@keyframes rrSpin { to { transform: rotate(360deg); } }
@keyframes rrDrive {
  0%   { left: -16px; opacity: 0; }
  12%  { opacity: 1; }
  85%  { opacity: 1; }
  100% { left: 80px; opacity: 0; }
}

/* why banner */
.why-banner { position: relative; padding: clamp(80px, 11vw, 140px) 0; overflow: hidden; }
.why-bg { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1761473573747-91840566ef1c?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat; transform: scale(1.05); }
.why-overlay { position: absolute; inset: 0; background:
  radial-gradient(120% 80% at 50% 0%, rgba(201,162,75,.10), transparent 55%),
  linear-gradient(180deg, rgba(8,7,5,.9), rgba(8,7,5,.82) 50%, rgba(8,7,5,.95)); }
.why-content { position: relative; z-index: 1; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why-item { position: relative; overflow: hidden; padding: 36px 28px 32px; border: 1px solid var(--line-2); border-radius: 12px;
  background: linear-gradient(180deg, rgba(28,24,18,.55), rgba(12,10,8,.5)); backdrop-filter: blur(10px);
  transition: transform .4s var(--ease), border-color .4s, box-shadow .4s; }
.why-item::before { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold)); transition: width .45s var(--ease); }
.why-item:hover { transform: translateY(-8px); border-color: rgba(201,162,75,.45); box-shadow: 0 34px 60px -34px #000; }
.why-item:hover::before { width: 100%; }
.why-num { position: absolute; top: 14px; right: 18px; font-family: "Montserrat", sans-serif; font-size: 3.4rem; font-weight: 700;
  line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(201,162,75,.28); text-stroke: 1px rgba(201,162,75,.28); z-index: 0; }
.why-ico { position: relative; z-index: 1; display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center;
  border-radius: 50%; margin-bottom: 22px; color: var(--gold-soft); border: 1px solid rgba(201,162,75,.4);
  background: radial-gradient(circle at 50% 30%, rgba(201,162,75,.18), rgba(201,162,75,.04)); transition: transform .4s var(--ease); }
.why-item:hover .why-ico { transform: scale(1.08) rotate(-5deg); }
.why-ico svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.why-item h3 { position: relative; z-index: 1; font-size: 1.5rem; margin-bottom: 10px; }
.why-item p { position: relative; z-index: 1; color: var(--muted); font-size: .9rem; margin: 0; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 16px; }
.g-item { margin: 0; overflow: hidden; border-radius: 6px; position: relative; }
.g-item img, .g-item video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s var(--ease); }
.g-item:hover img, .g-item:hover video { transform: scale(1.06); }
.g-video { background: #000; }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }

/* faq */
.section-faq { background: var(--bg); }
.faq { max-width: 840px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: 10px; background: var(--bg-2); margin-bottom: 14px; transition: border-color .3s, background .3s; }
.faq-item[open] { border-color: rgba(201,162,75,.4); background: var(--bg-3); }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 26px; font-weight: 600; font-size: 1.02rem; color: var(--text);
  display: flex; align-items: center; justify-content: space-between; gap: 18px; transition: color .2s; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover, .faq-item[open] summary { color: var(--gold-soft); }
.faq-mark { position: relative; width: 16px; height: 16px; flex: none; }
.faq-mark::before { content: ""; position: absolute; top: 50%; left: 0; width: 16px; height: 2px; background: var(--gold); transform: translateY(-50%); }
.faq-mark::after { content: ""; position: absolute; left: 50%; top: 0; width: 2px; height: 16px; background: var(--gold); transform: translateX(-50%); transition: transform .3s var(--ease); }
.faq-item[open] .faq-mark::after { transform: translateX(-50%) scaleY(0); }
.faq-item p { padding: 0 26px 24px; margin: 0; color: var(--muted); font-size: .95rem; }
.faq-item p a { color: var(--gold-soft); }

/* booking */
.section-book { background: var(--bg-2); position: relative; overflow: hidden; }
.section-book::before { content: ""; position: absolute; top: -12%; right: -6%; width: 480px; height: 480px; pointer-events: none; background: radial-gradient(circle, rgba(201,162,75,.09), transparent 62%); }
.book-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; position: relative; z-index: 1; }
.book-intro { position: sticky; top: 100px; }
.book-intro .section-title { margin-bottom: 18px; }
.book-phone { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; font-family: "Montserrat", sans-serif; font-size: 1.9rem; font-weight: 600; color: var(--gold-soft); transition: color .2s; }
.book-phone:hover { color: #fff; }
.book-phone .icon { width: 22px; height: 22px; }
.book-perks { list-style: none; margin: 34px 0 0; padding: 0; display: grid; gap: 14px; }
.book-perks li { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .92rem; }
.book-perks svg { width: 22px; height: 22px; flex: none; color: var(--gold-soft); padding: 3px; border: 1px solid rgba(201,162,75,.3); border-radius: 50%; box-sizing: border-box; }
.book-form { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--line); border-radius: 10px; padding: 40px; box-shadow: 0 30px 70px -42px #000; }
.book-form::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold-soft), var(--gold), var(--gold-soft), transparent); }
.field { margin-bottom: 20px; display: flex; flex-direction: column; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { font-size: .74rem; letter-spacing: .1em; color: var(--muted); margin-bottom: 8px; text-transform: uppercase; }
.field .opt { text-transform: none; letter-spacing: 0; color: var(--muted-2); }
.field input, .field textarea { background: var(--bg); border: 1px solid var(--line-2); border-radius: 3px; padding: 13px 15px; color: var(--text); font-family: inherit; font-size: .95rem; transition: border-color .2s, box-shadow .2s; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-2); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,75,.14); }
.field textarea { resize: vertical; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.book-form .btn-block { margin-top: 8px; }
.form-status { margin: 14px 0 0; font-size: .9rem; min-height: 1.2em; text-align: center; }
.form-status.ok { color: #8fd49a; } .form-status.err { color: #e29a9a; }
.form-fineprint { font-size: .74rem; color: var(--muted-2); text-align: center; margin: 14px 0 0; }

/* footer */
.site-footer { background: var(--bg); border-top: 1px solid var(--line); padding-top: 72px; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 44px; padding-bottom: 52px; }
.footer-brand { display: flex; flex-direction: column; gap: 4px; }
.footer-brand .brand-logo { width: 46px; height: 46px; }
.footer-brand .brand-text { flex-direction: row; align-items: baseline; gap: 10px; margin-top: 6px; }
.footer-tagline { color: var(--muted); font-size: .9rem; margin: 16px 0 0; max-width: 320px; }
.footer-col h4 { font-family: "Montserrat", sans-serif; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 18px; }
.footer-link { font-family: "Montserrat", sans-serif; font-size: 1.6rem; color: var(--gold-soft); display: inline-block; }
.footer-muted { color: var(--muted-2); font-size: .9rem; margin: 8px 0 0; }
.socials { display: flex; flex-direction: column; gap: 14px; }
.socials a { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .92rem; transition: color .2s, transform .2s; }
.socials a:hover { color: var(--gold-soft); transform: translateX(4px); }
.socials .icon { width: 21px; height: 21px; }
.footer-bottom { border-top: 1px solid var(--line); padding: 22px 0; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { color: var(--muted-2); font-size: .82rem; margin: 0; }
.amade { font-size: .82rem; color: var(--muted); --amade-accent: var(--gold); transition: color .2s; }
.amade:hover { color: var(--text); }
.amade-code { color: var(--amade-accent); font-family: monospace; }
.amade strong { color: var(--text); font-weight: 600; }

/* fab */
.fab-call { position: fixed; right: 18px; bottom: 18px; z-index: 40; display: none; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--gold-soft), var(--gold)); color: #1c1407; align-items: center; justify-content: center; box-shadow: 0 10px 30px -8px rgba(201,162,75,.7); animation: pulse 2.4s infinite; }
.fab-call svg { width: 26px; height: 26px; fill: currentColor; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(201,162,75,.5)} 70%{box-shadow:0 0 0 14px rgba(201,162,75,0)} 100%{box-shadow:0 0 0 0 rgba(201,162,75,0)} }

/* ===================== CALLBACK MODAL ===================== */
.modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 20px;
  opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), visibility .3s; }
.modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5,4,3,.74); backdrop-filter: blur(8px); cursor: pointer; }
.modal-dialog { position: relative; width: 100%; max-width: 430px; background: linear-gradient(180deg, #1d1913, var(--bg-2));
  border: 1px solid var(--line-2); border-radius: 16px; padding: 46px 38px 34px; text-align: center; overflow: hidden;
  box-shadow: 0 50px 110px -34px #000, inset 0 1px 0 rgba(255,255,255,.05);
  transform: translateY(24px) scale(.96); transition: transform .4s var(--ease); }
.modal.open .modal-dialog { transform: none; }
/* gold accent bar + ambient glow */
.modal-accent { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), var(--gold-soft), var(--gold), transparent); }
.modal-glow { position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 320px; height: 320px; pointer-events: none;
  background: radial-gradient(circle, rgba(201,162,75,.22), transparent 65%); }

.modal-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border: 1px solid var(--line); background: rgba(0,0,0,.2);
  color: var(--muted); border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; z-index: 2; }
.modal-close:hover { color: var(--text); border-color: var(--gold); transform: rotate(90deg); }
.modal-close svg { width: 18px; height: 18px; fill: none; }

.modal-badge { position: relative; display: inline-flex; width: 64px; height: 64px; align-items: center; justify-content: center;
  margin: 0 auto 18px; border-radius: 50%; color: #1c1407;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold)); box-shadow: 0 12px 30px -10px rgba(201,162,75,.7); }
.modal-badge::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1px solid rgba(201,162,75,.4); animation: badgePulse 2.4s ease-out infinite; }
.modal-badge svg { width: 28px; height: 28px; fill: currentColor; }
@keyframes badgePulse { 0%{ transform: scale(1); opacity: .8; } 100%{ transform: scale(1.35); opacity: 0; } }

.modal-title { font-size: 2.1rem; margin: 2px 0 12px; position: relative; }
.modal-sub { color: var(--muted); font-size: .92rem; margin: 0 0 28px; position: relative; }
.modal-form { text-align: left; position: relative; }
.modal-form .field { margin-bottom: 16px; }
.input-wrap { position: relative; display: block; }
.input-ico { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; fill: var(--gold-soft); opacity: .7; pointer-events: none; }
.input-wrap input { width: 100%; padding-left: 42px !important; }
.modal-form .btn-block { margin-top: 8px; }

.modal-divider { display: flex; align-items: center; gap: 14px; margin: 22px 0 16px; color: var(--muted-2); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.modal-divider::before, .modal-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.modal-call { display: inline-flex; align-items: center; gap: 10px; font-family: "Montserrat", sans-serif; font-size: 1.1rem; font-weight: 600; color: var(--gold-soft); transition: color .2s; }
.modal-call svg { width: 18px; height: 18px; fill: currentColor; }
.modal-call:hover { color: #fff; }

/* language switch — dropdown */
.lang-switch { position: relative; flex: none; }
.lang-current { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.04); border: 1px solid var(--line-2); border-radius: 100px; color: var(--text); font-family: inherit; font-size: .74rem; font-weight: 600; letter-spacing: .06em; padding: 8px 12px; cursor: pointer; transition: border-color .2s, color .2s; }
.lang-current:hover { border-color: var(--gold-soft); color: var(--gold-soft); }
.lang-globe { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.lang-caret { width: 12px; height: 12px; opacity: .8; transition: transform .25s var(--ease); }
.lang-switch.open .lang-caret { transform: rotate(180deg); }
.lang-menu { position: absolute; top: calc(100% + 8px); right: 0; min-width: 156px; list-style: none; margin: 0; padding: 6px; background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 10px; box-shadow: 0 22px 44px -18px #000; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s; z-index: 70; }
.lang-switch.open .lang-menu { opacity: 1; visibility: visible; transform: none; }
.lang-menu button { display: block; width: 100%; text-align: left; background: transparent; border: none; color: var(--muted); font-family: inherit; font-size: .85rem; padding: 10px 12px; border-radius: 6px; cursor: pointer; transition: background .2s, color .2s; }
.lang-menu button:hover { background: rgba(255,255,255,.05); color: var(--text); }
.lang-menu button.active { color: var(--gold-soft); background: rgba(201,162,75,.1); }

/* footer privacy link */
.footer-privacy { color: var(--muted); transition: color .2s; }
.footer-privacy:hover { color: var(--gold-soft); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 110; display: flex; align-items: center; justify-content: center; padding: 40px;
  background: rgba(5,4,3,.93); backdrop-filter: blur(6px); opacity: 0; visibility: hidden; transition: opacity .3s var(--ease); }
.lightbox.open { opacity: 1; visibility: visible; }
.lb-img { max-width: 92vw; max-height: 86vh; border-radius: 6px; box-shadow: 0 40px 90px -20px #000; }
.lb-close, .lb-nav { position: absolute; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-2);
  background: rgba(0,0,0,.45); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; }
.lb-close { top: 20px; right: 20px; }
.lb-nav { top: 50%; transform: translateY(-50%); }
.lb-prev { left: 20px; } .lb-next { right: 20px; }
.lb-close:hover, .lb-nav:hover { background: var(--gold); color: #1c1407; border-color: var(--gold); }
.lb-close svg, .lb-nav svg { width: 22px; height: 22px; }

/* reveal */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ===================== 3D EFFECTS ===================== */
.cards, .gallery, .why-grid { perspective: 1300px; }
.vehicle-media { perspective: 1200px; }
.header-inner { perspective: 900px; }
.card, .g-item, .why-item, .vehicle-media { transform-style: preserve-3d; }
.card .card-icon, .card h3, .card p { transform: translateZ(28px); }   /* content pops toward viewer */
.card h3, .card p { transform: translateZ(18px); }
.tilt-on { transition: transform .12s ease-out; }
.tilt-off { transition: transform .55s var(--ease); }

/* header gains depth on scroll */
.site-header.scrolled { box-shadow: 0 18px 40px -28px rgba(0,0,0,.9); }

/* 3D spin on the logo icon (hover) */
.brand { perspective: 600px; }
.brand-logo { transition: transform .8s var(--ease); transform-style: preserve-3d; }
.brand:hover .brand-logo { transform: rotateY(360deg); }

.header-cta { transform-style: preserve-3d; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.header-cta:hover { transform: translateZ(14px) translateY(-1px); box-shadow: 0 16px 30px -14px rgba(201,162,75,.8); }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .vehicle-grid, .book-grid { grid-template-columns: 1fr; gap: 40px; }
  .vehicle-media-sm { position: static; width: 100%; height: 220px !important; margin-top: 16px; border: none; }
  .book-intro { position: static; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .g-wide { grid-column: span 2; } .g-tall { grid-row: span 1; }
}
@media (max-width: 760px) {
  .nav, .header-phone, .header-actions { display: none; }
  .header-inner { gap: 12px; }
  .nav-toggle { display: block; margin-left: 10px; }
  .nav.open { display: flex; flex-direction: column; gap: 0; position: absolute; top: 100%; left: 0; right: 0; background: rgba(12,10,8,.98); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding: 8px 28px 18px; }
  .nav.open a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .nav.open a::after { display: none; }
  .lang-switch { margin-left: auto; }
  .fab-call { display: flex; }
  .cards { grid-template-columns: 1fr; }
  .hero { padding-bottom: 110px; }
  .hero-video { object-position: center 48%; }
  /* сильніше затемнення знизу, щоб текст/кнопки читались поверх відео */
  .hero-overlay { background:
    linear-gradient(180deg, rgba(12,10,8,.55) 0%, rgba(12,10,8,.35) 35%, rgba(12,10,8,.75) 75%, var(--bg) 100%); }
  .hero-trust { gap: 24px; }
  .route-path { font-size: 1.05rem; }
  .route-road { width: 58px; margin: 0 10px; }
  .modal-dialog { padding: 40px 26px 30px; }
  .modal-title { font-size: 1.9rem; }
}
@media (max-width: 600px) {
  .why-grid { grid-template-columns: 1fr; }
  .routes-grid { grid-template-columns: 1fr; }
  .stats-grid { gap: 28px; }
}
@media (max-width: 460px) {
  .row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 210px; }
  .g-wide { grid-column: span 1; }
  .container { padding: 0 18px; }
  .book-form { padding: 26px 20px; }
  .hero-trust { gap: 16px; }
  .hero-trust strong { font-size: 1.25rem; }
  .hero-trust span { font-size: .64rem; }
  .mb-star { width: .95em; height: .95em; }
  /* routes: усе в один рядок, компактний бус і ціна — без переносу й скролу */
  .route { padding: 18px 2px; gap: 8px; }
  .route-path { font-size: .88rem; min-width: 0; }
  .route-road { width: 32px; margin: 0 6px; }
  .route-price { padding: 5px 10px; font-size: .56rem; letter-spacing: .08em; flex: none; }
  .faq-item summary { padding: 18px 18px; font-size: .95rem; }
  .faq-item p { padding: 0 18px 20px; }
  .modal-dialog { padding: 38px 20px 28px; }
  .modal-badge { width: 56px; height: 56px; }
  .lb-nav { width: 42px; height: 42px; }
  .lb-prev { left: 8px; } .lb-next { right: 8px; }
  .lb-close { top: 12px; right: 12px; }
  .lightbox { padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .hero-media img { transform: none !important; }
}
