:root {
  --bg: #050505;
  --bg-soft: #0b0b0c;
  --surface: #121214;
  --surface-2: #18181a;
  --surface-3: #202024;
  --line: rgba(255,255,255,.1);
  --line-strong: rgba(255,255,255,.18);
  --text: #f7f3ea;
  --muted: #a6a298;
  --muted-2: #77746d;
  --gold: #d8b66b;
  --gold-2: #f0d790;
  --gold-dark: #8d7134;
  --danger: #ff6b6b;
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --shadow: 0 24px 80px rgba(0,0,0,.45);
  --shadow-soft: 0 18px 50px rgba(0,0,0,.34);
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 4%, rgba(216,182,107,.17), transparent 28rem),
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.08), transparent 26rem),
    linear-gradient(180deg, #090909 0%, var(--bg) 24%, #070707 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.82), rgba(0,0,0,.05));
  z-index: -2;
}

body::after {
  /* content: "";
  position: fixed;
  inset: auto -15% -45% -15%;
  height: 46rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(216,182,107,.1), transparent 62%);
  z-index: -1; */
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section-pad {
  padding: 96px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(22px);
  background: rgba(5,5,5,.72);
  border-bottom: 1px solid var(--line);
}

.nav-shell {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: 215px;
  height: auto;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
}

.main-nav a {
  color: var(--muted);
  font-size: .92rem;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--text);
  background: rgba(255,255,255,.07);
  outline: 0;
  transform: translateY(-1px);
}

.nav-toggle,
.hamburger {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 800;
  letter-spacing: -.01em;
  border: 1px solid transparent;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: 0;
}

.btn-primary {
  color: #080808;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 50%, var(--gold-dark));
  box-shadow: 0 16px 42px rgba(216,182,107,.23);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 20px 56px rgba(216,182,107,.33);
}

.btn-ghost {
  color: var(--text);
  background: rgba(255,255,255,.055);
  border-color: var(--line-strong);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: rgba(255,255,255,.1);
  border-color: rgba(216,182,107,.42);
}

.btn-nav {
  background: #f7f1df;
  color: #0c0c0c;
  box-shadow: 0 12px 32px rgba(255,255,255,.08);
}

.hero {
  padding-top: 92px;
  padding-bottom: 88px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .74rem;
  font-weight: 900;
}

.eyebrow span {
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.04;
  letter-spacing: -.055em;
}

h1 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(3.35rem, 8vw, 6.95rem);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.15rem, 4.4vw, 4.25rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.28rem;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: #cbc6b8;
  font-size: clamp(1.05rem, 2vw, 1.26rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  padding: 12px 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.hero-note a {
  color: var(--text);
  font-weight: 900;
}

.pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #77e09e;
  box-shadow: 0 0 0 0 rgba(119,224,158,.55);
  animation: pulse 1.6s infinite;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 12px rgba(119,224,158,0); }
  100% { box-shadow: 0 0 0 0 rgba(119,224,158,0); }
}

.hero-visual {
  min-height: 640px;
  position: relative;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 68px 16px 40px 16px;
  border-radius: 42px;
  background: linear-gradient(145deg, rgba(216,182,107,.26), transparent 42%, rgba(255,255,255,.06));
  filter: blur(1px);
  z-index: -1;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, rgba(216,182,107,.24), transparent 52%);
  filter: blur(28px);
  z-index: -2;
}

.hero-photo {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 34px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-small {
  width: 250px;
  height: 168px;
  border-radius: 26px;
}

.hero-photo-small.one {
  left: 0;
  bottom: 70px;
}

.hero-photo-small.two {
  right: 12px;
  bottom: 4px;
}

.orbit-card,
.availability-card,
.route-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(13,13,14,.86);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.orbit-card {
  top: 16px;
  left: 28px;
  color: var(--gold-2);
  font-weight: 900;
}

.orbit-card svg {
  width: 28px;
  height: 28px;
}

.availability-card {
  right: 42px;
  bottom: 86px;
  width: min(310px, 75%);
  align-items: flex-start;
  flex-direction: column;
}

.availability-card strong {
  font-size: 1.1rem;
}

.availability-card span {
  color: var(--muted);
  font-size: .94rem;
}

.stats-strip {
  padding: 16px 0 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stats-grid article {
  min-height: 168px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  box-shadow: 0 12px 40px rgba(0,0,0,.2);
}

.stats-grid span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--gold);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .17em;
}

.stats-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.stats-grid p,
.stats-grid a {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .94rem;
}

.stats-grid a {
  color: var(--gold-2);
  font-weight: 800;
}

.section-head {
  max-width: 770px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-head.align-left {
  margin-inline: 0;
  text-align: left;
}

.section-head p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card,
.fleet-card,
.step-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255,255,255,.064), rgba(255,255,255,.026)),
    var(--surface);
  box-shadow: var(--shadow-soft);
}

.service-card {
  min-height: 325px;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(216,182,107,.12);
  filter: blur(2px);
}

.icon-badge {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  color: #0b0b0b;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 14px 32px rgba(216,182,107,.18);
}

.icon-badge svg {
  width: 28px;
  height: 28px;
  stroke-width: 2;
}

.service-card h3 {
  position: relative;
  z-index: 1;
}

.service-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
}

.fleet-section {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(216,182,107,.04) 50%, rgba(255,255,255,.02));
}

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

.fleet-card {
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
  position: relative;
}

.fleet-card .card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}

.fleet-card { cursor: pointer; }

.fleet-card:hover {
  transform: translateY(-6px);
  border-color: rgba(216,182,107,.35);
  background:
    linear-gradient(180deg, rgba(216,182,107,.09), rgba(255,255,255,.028)),
    var(--surface);
}

.fleet-media {
  height: 225px;
  position: relative;
  overflow: hidden;
  background: #1b1b1b;
}

.fleet-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.42));
}

.fleet-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.fleet-card:hover .fleet-media img {
  transform: scale(1.055);
}

.fleet-body {
  padding: 24px;
}

.fleet-topline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.fleet-topline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 10px;
  color: var(--gold-2);
  border: 1px solid rgba(216,182,107,.28);
  border-radius: 999px;
  background: rgba(216,182,107,.08);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.fleet-body p {
  color: var(--muted);
  margin-bottom: 18px;
}

.fleet-body ul {
  display: grid;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.fleet-body li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d9d4c8;
  font-size: .95rem;
}

.fleet-body li svg {
  color: var(--gold);
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-2);
  font-weight: 900;
}

.card-link svg {
  transition: transform .2s ease;
}

.card-link:hover svg,
.card-link:focus-visible svg {
  transform: translateX(4px);
}

.split-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.split-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
  margin-bottom: 28px;
}

.quality-list {
  display: grid;
  gap: 14px;
}

.quality-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.04);
}

.quality-list article > svg {
  width: 46px;
  height: 46px;
  padding: 11px;
  color: var(--gold-2);
  border-radius: 16px;
  background: rgba(216,182,107,.1);
}

.quality-list h3 {
  margin-bottom: 4px;
  font-size: 1.05rem;
  letter-spacing: -.025em;
}

.quality-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .96rem;
}

.route-panel {
  position: relative;
}

.route-panel > img {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.route-card {
  right: 34px;
  bottom: 28px;
  flex-direction: column;
  align-items: flex-start;
  width: min(320px, calc(100% - 68px));
}

.route-card span {
  color: var(--muted);
  font-size: .9rem;
}

.route-card strong {
  font-size: 1.1rem;
}

.route-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-2);
  font-weight: 900;
}

.steps {
  padding-top: 72px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  counter-reset: steps;
}

.step-card {
  padding: 30px;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.step-card span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 48px;
  color: #0b0b0b;
  border-radius: 18px;
  background: var(--gold);
  font-weight: 950;
  font-size: 1.25rem;
}

.step-card::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 34px;
  width: 104px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: .6;
}

.step-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.cta-band {
  padding: 34px 0;
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(216,182,107,.26);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 16% 20%, rgba(216,182,107,.22), transparent 30rem),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  position: relative;
}

.cta-inner::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(216,182,107,.32);
}

.cta-inner > * {
  position: relative;
  z-index: 1;
}

.cta-inner h2 {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.cta-inner p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  margin-bottom: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: .92fr minmax(360px, .62fr);
  gap: 52px;
  align-items: start;
}

.contact-card {
  padding: 26px;
}

.contact-line {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.04);
  margin-bottom: 12px;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.contact-line:hover,
.contact-line:focus-visible {
  border-color: rgba(216,182,107,.36);
  background: rgba(255,255,255,.065);
  transform: translateY(-2px);
  outline: 0;
}

.contact-line svg {
  width: 52px;
  height: 52px;
  padding: 14px;
  color: var(--gold-2);
  border-radius: 17px;
  background: rgba(216,182,107,.11);
}

.contact-line small {
  display: block;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .68rem;
  margin-bottom: 2px;
}

.contact-line span {
  font-weight: 900;
}

.contact-line.primary {
  border-color: rgba(216,182,107,.35);
  background: linear-gradient(135deg, rgba(216,182,107,.15), rgba(255,255,255,.045));
}

.mini-form {
  margin-top: 22px;
  padding: 22px;
  border-radius: 24px;
  background: #0b0b0c;
  border: 1px solid var(--line);
}

.mini-form h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.mini-form p {
  margin-bottom: 18px;
  color: var(--muted);
}

.full {
  width: 100%;
}

.site-footer {
  padding: 56px 0 22px;
  border-top: 1px solid var(--line);
  background: #030303;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .55fr .75fr;
  gap: 42px;
}

.footer-logo {
  width: 210px;
  margin-bottom: 18px;
}

.footer-grid p {
  max-width: 420px;
  color: var(--muted);
  margin-bottom: 0;
}

.footer-grid h3 {
  margin-bottom: 14px;
  font-size: 1rem;
  letter-spacing: -.02em;
}

.footer-grid a,
.footer-grid span {
  display: block;
  color: var(--muted);
  margin: 9px 0;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--gold-2);
  outline: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: .9rem;
}

.footer-bottom a {
  color: var(--gold-2);
  font-weight: 900;
}

.floating-call {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  color: #090909;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(0,0,0,.45), 0 12px 34px rgba(216,182,107,.25);
  font-weight: 950;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal .8s cubic-bezier(.2,.8,.2,1) forwards;
}

.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .22s; }

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .nav-shell {
    gap: 14px;
  }

  .brand img {
    width: 190px;
  }

  .main-nav a {
    padding-inline: 11px;
  }

  .hero-grid,
  .split-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-visual {
    min-height: 560px;
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
  }

  .hero-photo-main {
    left: 48px;
    height: 380px;
  }

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

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

@media (max-width: 900px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section-pad {
    padding: 76px 0;
  }

  .nav-shell {
    min-height: 74px;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .brand img {
    width: 170px;
  }

  .hamburger {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255,255,255,.04);
    cursor: pointer;
    order: 3;
  }

  .hamburger span {
    width: 20px;
    height: 2px;
    margin: 3px 0;
    background: var(--text);
    border-radius: 999px;
    transition: transform .2s ease, opacity .2s ease;
  }

  .nav-toggle:checked + .hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle:checked + .hamburger span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .hamburger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: grid;
    justify-self: stretch;
    gap: 6px;
    padding: 14px;
    border-radius: 24px;
    background: rgba(14,14,15,.97);
    box-shadow: var(--shadow);
    transform-origin: top;
    transform: scaleY(.96) translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .main-nav a {
    padding: 14px 16px;
    border-radius: 16px;
  }

  .nav-toggle:checked ~ .main-nav {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateY(0);
    pointer-events: auto;
  }

  .btn-nav {
    min-height: 48px;
    padding: 12px 16px;
  }

  .hero {
    padding-top: 64px;
  }

  h1 {
    font-size: clamp(3rem, 12vw, 5.2rem);
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-photo-main {
    inset: 76px 0 auto 28px;
    height: 350px;
  }

  .hero-photo-small.one {
    left: 10px;
    bottom: 54px;
  }

  .hero-photo-small.two {
    right: 8px;
    bottom: 0;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    grid-template-columns: 1fr;
    padding: 30px;
  }

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

@media (max-width: 700px) {
  .btn-nav {
    width: 48px;
    padding: 0;
    font-size: 0;
  }

  .btn-nav svg {
    font-size: 1rem;
  }

  .hero-note {
    width: 100%;
    /* align-items: flex-start; */
    border-radius: 20px;
  }

  .hero-visual {
    min-height: 470px;
  }

  .hero-photo-main {
    left: 0;
    right: 0;
    height: 314px;
    border-radius: 28px;
  }

  .hero-photo-small {
    width: 43%;
    height: 132px;
    border-radius: 22px;
  }

  .availability-card {
    right: 14px;
    bottom: 66px;
    width: min(310px, 80%);
  }

  .orbit-card {
    left: 14px;
  }

  .stats-grid,
  .service-grid,
  .fleet-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid article,
  .service-card,
  .step-card {
    min-height: auto;
  }

  .fleet-media {
    height: 236px;
  }

  .split-grid {
    gap: 34px;
  }

  .route-card {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .contact-grid {
    gap: 24px;
  }

  .contact-card {
    padding: 18px;
  }

  .contact-line {
    grid-template-columns: 46px 1fr;
    padding: 13px;
  }

  .contact-line svg {
    width: 46px;
    height: 46px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .floating-call {
    right: 14px;
    bottom: 14px;
  }
}

@media (max-width: 480px) {
  .section-pad {
    padding: 62px 0;
    padding-top: 40px !important;
  }

  .brand img {
    width: 145px;
  }
  .vehicle-cta{
    padding-top: 40px;
  }
  .nav-shell {
    gap: 8px;
  }

  .hamburger,
  .btn-nav {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 3.8rem);
  }

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

  .hero-actions .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 420px;
  }

  .hero-photo-main {
    top: 100px;
    height: 270px;
  }
  .availability-card{
    bottom: -55px;
  }
  .hero-photo-small {
    height: 112px;
  }

  .availability-card {
    width: calc(100% - 28px);
    right: 14px;
    bottom: 44px;
  }

  .fleet-topline {
    flex-wrap: wrap;
  }

  .fleet-body {
    padding: 20px;
  }

  .quality-list article {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    padding: 24px;
  }

  .floating-call span {
    display: none;
  }

  .floating-call {
    width: 54px;
    height: 54px;
    justify-content: center;
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

/* Luxtravel Bus v2 fixes and additions */
.main-nav {
  gap: 5px;
}

.main-nav a {
  font-size: .86rem;
  padding: 9px 11px;
}

.hero {
  padding-top: 72px;
  padding-bottom: 74px;
}

.hero-grid {
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 46px;
}

h1 {
  max-width: 12.6ch;
  font-size: clamp(2.7rem, 5.55vw, 4.95rem);
  line-height: 1;
  font-weight: 950;
}

.hero-lead {
  max-width: 590px;
}

.hero-visual {
  min-height: 585px;
}

.vehicle-vito-bg {
  background-image:
    radial-gradient(circle at 50% 50%, rgba(216,182,107,.18), transparent 57%),
    url("https://vipservice.mk/wp-content/uploads/2019/01/vito.png"),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    url("../assets/fleet/mercedes-v-class.jpg");
  background-size: 100% 100%, min(92%, 720px) auto, 100% 100%, cover;
  background-position: center, center, center, center;
  background-repeat: no-repeat;
}

.fleet-media-bg {
  background-color: #151516;
  background-size: 100% 100%, min(88%, 430px) auto, 100% 100%, cover;
}

.stats-grid article,
.service-card,
.step-card,
.quality-list article,
.about-points article {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}

.stats-grid article:hover,
.stats-grid article:focus-within,
.service-card:hover,
.service-card:focus-within,
.step-card:hover,
.step-card:focus-within,
.quality-list article:hover,
.about-points article:hover {
  transform: translateY(-8px);
  border-color: rgba(216,182,107,.44);
  box-shadow: 0 30px 90px rgba(0,0,0,.46), 0 14px 42px rgba(216,182,107,.14);
  background:
    radial-gradient(circle at 86% 92%, rgba(216,182,107,.16), transparent 8rem),
    linear-gradient(180deg, rgba(255,255,255,.082), rgba(255,255,255,.032)),
    var(--surface);
}

.stats-grid article:active,
.service-card:active,
.step-card:active,
.quality-list article:active,
.about-points article:active {
  transform: translateY(-3px) scale(.992);
}

.service-card:hover::after {
  background: rgba(216,182,107,.2);
}

.showcase-section {
  padding-top: 86px;
  padding-bottom: 88px;
}

.showcase-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(216,182,107,.55) rgba(255,255,255,.08);
}

.showcase-track::-webkit-scrollbar {
  height: 10px;
}

.showcase-track::-webkit-scrollbar-track {
  background: rgba(255,255,255,.08);
  border-radius: 999px;
}

.showcase-track::-webkit-scrollbar-thumb {
  background: rgba(216,182,107,.55);
  border-radius: 999px;
}

.showcase-card {
  position: relative;
  flex: 0 0 100%;
  min-height: 430px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 42px;
  padding: 54px 72px;
  color: #080808;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 38px;
  background:
    radial-gradient(circle at 75% 46%, rgba(216,182,107,.16), transparent 22rem),
    linear-gradient(135deg, #f4f5f8 0%, #e5e8ef 100%);
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
  overflow: hidden;
  scroll-snap-align: start;
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 22px;
  pointer-events: none;
  border: 1px solid rgba(0,0,0,.055);
  border-radius: 30px;
}

.showcase-copy,
.showcase-visual {
  position: relative;
  z-index: 1;
}

.showcase-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: #8b6a27;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .72rem;
}

.showcase-card h3 {
  max-width: 560px;
  margin-bottom: 18px;
  color: #070707;
  font-size: clamp(2rem, 4vw, 3.75rem);
  letter-spacing: -.06em;
}

.showcase-card p {
  max-width: 520px;
  margin-bottom: 28px;
  color: rgba(0,0,0,.72);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.showcase-visual {
  min-height: 292px;
  border-radius: 30px;
  background-color: rgba(255,255,255,.42);
  overflow: hidden;
}

.showcase-visual.vehicle-vito-bg {
  background-size: 100% 100%, min(96%, 650px) auto, 100% 100%, cover;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
}

.showcase-visual img {
  width: 100%;
  height: 292px;
  object-fit: cover;
}

.showcase-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: rgba(0,0,0,.32);
  transform: translateY(-50%);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.showcase-arrow.left {
  left: 28px;
}

.showcase-arrow.left svg {
  transform: rotate(180deg);
}

.showcase-arrow.right {
  right: 28px;
}

.locations-section {
  background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(216,182,107,.045), rgba(255,255,255,.018));
}

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

.location-card {
  position: relative;
  min-height: 315px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.location-card img {
  width: 100%;
  height: 100%;
  min-height: 315px;
  object-fit: cover;
  transition: transform .5s ease, filter .24s ease;
}

.location-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.28) 46%, rgba(0,0,0,.78) 100%),
    radial-gradient(circle at 18% 86%, rgba(0,0,0,.62), transparent 9rem);
}

.location-label {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 17px;
  color: #0b0b0b;
  border-radius: 999px;
  background: #f7f1df;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0,0,0,.24);
}

.location-label svg {
  color: #d5262f;
  stroke-width: 2.2;
}

.location-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 78px;
  z-index: 2;
  color: #fff;
  opacity: .96;
  text-shadow: 0 10px 26px rgba(0,0,0,.35);
}

.location-copy strong {
  display: block;
  max-width: 24ch;
  font-size: 1rem;
  line-height: 1.35;
}

.location-card:hover,
.location-card:focus-within {
  transform: translateY(-8px);
  border-color: rgba(216,182,107,.44);
  box-shadow: 0 32px 92px rgba(0,0,0,.5), 0 16px 44px rgba(216,182,107,.16);
}

.location-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.06) contrast(1.02);
}

.about-grid {
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  gap: 58px;
  align-items: center;
}

.about-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
}

.about-lead {
  color: #d8d2c4 !important;
  font-size: 1.14rem !important;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.about-points article {
  min-height: 170px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.04);
}

.about-points svg {
  width: 44px;
  height: 44px;
  padding: 11px;
  margin-bottom: 18px;
  color: var(--gold-2);
  border-radius: 16px;
  background: rgba(216,182,107,.11);
}

.about-points strong,
.about-points span {
  display: block;
}

.about-points strong {
  margin-bottom: 6px;
  font-size: .98rem;
}

.about-points span {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.5;
}

.about-visual {
  position: relative;
  min-height: 565px;
}

.about-photo {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo.main {
  inset: 36px 116px 52px 0;
  border-radius: 38px;
}

.about-photo.small {
  width: 260px;
  height: 175px;
  border-radius: 26px;
}

.about-photo.small.top {
  right: 0;
  top: 0;
}

.about-photo.small.bottom {
  right: 18px;
  bottom: 8px;
}

.about-badge {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 2;
  max-width: 300px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(10,10,10,.84);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-soft);
}

.about-badge span,
.about-badge strong {
  display: block;
}

.about-badge span {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: .88rem;
}

.about-badge strong {
  color: var(--gold-2);
  font-size: 1.14rem;
}

@media (max-width: 1100px) {
  .main-nav a {
    padding-inline: 9px;
    font-size: .82rem;
  }

  h1 {
    max-width: 14ch;
    font-size: clamp(2.9rem, 8vw, 4.9rem);
  }

  .hero-photo-main {
    inset: 60px 0 auto 0;
    height: 360px;
  }

  .showcase-card,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-visual {
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }

  .about-points {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: clamp(2.55rem, 9vw, 4.35rem);
    max-width: 14ch;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-photo-main {
    inset: 66px 0 auto 0;
    height: 328px;
  }

  .showcase-card {
    min-height: auto;
    padding: 44px 30px;
    gap: 26px;
  }

  .showcase-arrow {
    display: none;
  }

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

  .about-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hero-visual {
    min-height: 438px;
  }

  .hero-photo-main {
    left: 0;
    right: 0;
    height: 292px;
  }

  .showcase-card h3 {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .showcase-visual,
  .showcase-visual img {
    min-height: 230px;
    height: 230px;
  }

  .locations-grid {
    grid-template-columns: 1fr;
  }

  .location-card,
  .location-card img {
    min-height: 300px;
  }

  .about-visual {
    min-height: 500px;
  }

  .about-photo.main {
    inset: 20px 0 115px 0;
  }

  .about-photo.small.top {
    width: 48%;
    height: 130px;
    top: auto;
    left: 0;
    bottom: 0;
  }

  .about-photo.small.bottom {
    width: 48%;
    height: 130px;
    right: 0;
    bottom: 0;
  }

  .about-badge {
    left: 18px;
    right: 18px;
    bottom: 150px;
    max-width: none;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: clamp(2.25rem, 12.5vw, 3.35rem);
  }

  .hero-photo-main {
    top: 62px;
    height: 248px;
    border-radius: 26px;
  }

  .showcase-card {
    padding: 34px 22px;
    border-radius: 28px;
  }

  .showcase-card::after {
    inset: 12px;
    border-radius: 22px;
  }

  .location-label {
    left: 16px;
    bottom: 16px;
  }
  .orbit-card{
    top: -15px;
      width: calc(100% - 28px);
      text-align: center;
      justify-content: center;
  }

  .location-copy {
    left: 16px;
    right: 16px;
    bottom: 70px;
  }
}

/* Luxtravel Bus v3 bug fixes */
body::before {
  content: none !important;
  display: none !important;
}

body {
  background:
    radial-gradient(circle at 12% 4%, rgba(216,182,107,.15), transparent 28rem),
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.07), transparent 26rem),
    linear-gradient(180deg, #090909 0%, var(--bg) 24%, #070707 100%);
}

.hero {
  padding-top: 56px;
  padding-bottom: 58px;
}

.hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 38px;
}

.hero h1 {
  max-width: 650px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.9vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -.058em;
  font-weight: 950;
}

.hero-lead {
  max-width: 590px;
  margin-bottom: 26px;
  font-size: clamp(.98rem, 1.35vw, 1.08rem);
}

.hero-actions {
  margin-bottom: 22px;
}

.hero-visual {
  position: relative;
  min-height: 535px;
  max-width: 650px;
  width: 100%;
  margin-inline: auto;
}

.hero-visual::before {
  inset: 44px 16px 112px 16px;
  border-radius: 36px;
}

.hero-photo-main {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.vito-image-card img,
.vito-showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
}

.vito-image-card .vito-img,
.vito-showcase-card .vito-img {
  filter: drop-shadow(0 18px 20px rgba(0,0,0,.17));
}

.hero-photo-small.one {
  display: none;
}

.hero-photo-small.two {
  top: auto;
  right: 20px;
  bottom: 20px;
  width: 224px;
  height: 132px;
  z-index: 1;
}

.availability-card {
  left: 20px;
  right: auto;
  top: auto;
  bottom: 20px;
  width: min(275px, calc(100% - 288px));
  transform: none;
  z-index: 4;
}

.showcase-shell {
  position: relative;
}

.showcase-viewport {
  overflow: hidden;
  border-radius: 38px;
}

.showcase-track {
  display: flex;
  gap: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  scroll-snap-type: none !important;
  scrollbar-width: none !important;
  transition: transform .62s cubic-bezier(.2,.82,.2,1);
  will-change: transform;
}

.showcase-track::-webkit-scrollbar {
  display: none !important;
  width: 0;
  height: 0;
}

.showcase-card {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: none !important;
}

.showcase-card:not(.is-active) {
  pointer-events: none;
}

.showcase-control {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(6,6,6,.38);
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.showcase-control:hover,
.showcase-control:focus-visible {
  background: rgba(6,6,6,.58);
  box-shadow: 0 22px 52px rgba(0,0,0,.28), 0 10px 30px rgba(216,182,107,.18);
  outline: 2px solid rgba(216,182,107,.62);
  outline-offset: 3px;
}

.showcase-control:active {
  transform: translateY(-50%) scale(.94);
}

.showcase-control.prev {
  left: 28px;
}

.showcase-control.prev svg {
  transform: rotate(180deg);
}

.showcase-control.next {
  right: 28px;
}

.vito-showcase-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 48%, rgba(216,182,107,.13), transparent 18rem),
    linear-gradient(135deg, #f8f9f9, #dde1e5);
}

.experience .split-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
  gap: 62px;
}

.experience .split-copy h2 {
  max-width: 860px;
  font-size: clamp(2.05rem, 4vw, 3.45rem);
  line-height: 1.06;
}

.experience .split-copy > p:not(.eyebrow) {
  max-width: 760px;
}

@media (max-width: 1100px) {
  .hero-grid,
  .experience .split-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 680px;
    font-size: clamp(2.1rem, 6.2vw, 3.4rem);
  }

  .hero-photo-main {
    inset: 48px 0 auto 0;
    height: 320px;
  }

  .experience .split-copy h2 {
    max-width: 780px;
    font-size: clamp(2.05rem, 5.2vw, 3.15rem);
  }
}

@media (max-width: 900px) {
  .hero {
    padding-top: 46px;
  }

  .hero h1 {
    max-width: 590px;
    font-size: clamp(1.95rem, 7.4vw, 3rem);
  }

  .showcase-card {
    padding: 44px 52px;
  }

  .showcase-control {
    width: 50px;
    height: 50px;
  }

  .showcase-control.prev {
    left: 14px;
  }

  .showcase-control.next {
    right: 14px;
  }
}

@media (max-width: 700px) {
  .hero-visual {
    min-height: 438px;
  }

  .hero-photo-main {
    top: 58px;
    left: 0;
    right: 0;
    height: 250px;
    padding: 16px;
  }

  .hero-photo-small.two {
    display: none;
  }

  .availability-card {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
  }

  .showcase-card {
    padding: 34px 28px 84px;
  }

  .showcase-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(6,6,6,.48);
  }

  .showcase-control:active {
    transform: scale(.94);
  }

  .showcase-control.prev {
    left: 28px;
  }

  .showcase-control.next {
    right: 28px;
  }

  .experience .split-copy h2 {
    max-width: 20ch;
    font-size: clamp(1.9rem, 9vw, 2.65rem);
  }
}

@media (max-width: 480px) {
  .hero h1 {
    max-width: 17ch;
    font-size: clamp(1.85rem, 10vw, 2.55rem);
  }

  .hero-photo-main {
    height: 222px;
  }
}

/* Luxtravel Bus v4 strict PC fixes from latest notes */
@media (min-width: 901px) {
  .hero-visual {
    min-height: 500px;
  }

  .hero-visual::before {
    content: none;
    display: none;
  }

  .hero-photo-small {
    display: none !important;
  }

  .orbit-card {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
  }

  .hero-photo-main {
    inset: 78px 0 auto 0;
    height: 285px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    z-index: 2;
  }

  .vito-image-card .vito-img {
    filter: drop-shadow(0 22px 28px rgba(0,0,0,.32));
  }

  .availability-card {
    left: 50%;
    right: auto;
    bottom: 0;
    width: min(365px, 88%);
    align-items: center;
    text-align: center;
    transform: translateX(-50%);
    z-index: 5;
  }

  .showcase-section .section-head {
    margin-inline: auto;
    text-align: center;
  }

  .route-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .route-card {
    position: static;
    width: min(420px, 100%);
    margin-inline: auto;
    align-items: center;
    text-align: center;
  }
}


/* Luxtravel Bus v5 strict image fixes from 555.docx */
.hero-visual::before {
  content: none !important;
  display: none !important;
}

.hero-photo-main,
.hero-photo-main.vito-image-card {
  border: 0 !important;
  border-radius: 32px !important;
  overflow: hidden !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: 0 28px 86px rgba(0,0,0,.42) !important;
}

.hero-photo-main img,
.vito-image-card .vito-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit !important;
  object-fit: cover !important;
  object-position: center;
  filter: none !important;
}

@media (min-width: 901px) {
  .hero-photo-main {
    inset: 80px 0 auto 0 !important;
    height: 292px !important;
  }
}

.fleet-media {
  border-radius: 28px 28px 0 0;
}

.fleet-media img {
  object-position: center;
}

.showcase-visual {
  border-radius: 30px !important;
}

.vito-showcase-card {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 30px !important;
  overflow: hidden !important;
}

.vito-showcase-card img,
.vito-showcase-card .vito-img {
  width: 100%;
  height: 292px;
  border-radius: 30px !important;
  object-fit: cover !important;
  object-position: center;
  filter: none !important;
}

.about-visual {
  display: grid !important;
  grid-template-columns: 1.07fr .93fr;
  grid-template-areas:
    "main top"
    "main bottom"
    "badge badge";
  gap: 18px;
  min-height: 0 !important;
  align-items: stretch;
}

.about-photo,
.about-photo.main,
.about-photo.small,
.about-photo.small.top,
.about-photo.small.bottom {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 0;
  border-radius: 30px !important;
  overflow: hidden;
}

.about-photo.main {
  grid-area: main;
  aspect-ratio: 4 / 5;
}

.about-photo.small.top {
  grid-area: top;
  aspect-ratio: 16 / 10;
}

.about-photo.small.bottom {
  grid-area: bottom;
  aspect-ratio: 16 / 10;
}

.about-photo img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

.about-badge {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  grid-area: badge;
  max-width: none !important;
  width: 100%;
  text-align: center;
}

@media (max-width: 900px) {
  .about-visual {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "main main"
      "top bottom"
      "badge badge";
  }

  .about-photo.main {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 700px) {
  .hero-visual {
    min-height: 405px !important;
  }

  .hero-photo-main {
    top: 58px !important;
    left: 0 !important;
    right: 0 !important;
    height: 245px !important;
    border-radius: 28px !important;
  }

  .availability-card {
    bottom: 0 !important;
  }

  .showcase-visual,
  .showcase-visual img,
  .vito-showcase-card img,
  .vito-showcase-card .vito-img {
    min-height: 230px;
    height: 230px !important;
    border-radius: 26px !important;
  }
}

@media (max-width: 520px) {
  .about-visual {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "top"
      "bottom"
      "badge";
  }

  .about-photo.main,
  .about-photo.small.top,
  .about-photo.small.bottom {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 480px) {
  .hero-visual {
    min-height: 385px !important;
  }

  .hero-photo-main {
    top: 58px !important;
    height: 220px !important;
    border-radius: 26px !important;
  }
}


/* Vehicle detail pages */
.fleet-media:focus-visible,
.fleet-body h3 a:focus-visible,
.back-link:focus-visible {
  outline: 2px solid rgba(240,215,144,.75);
  outline-offset: 4px;
}

.fleet-body h3 a:hover,
.fleet-body h3 a:focus-visible {
  color: var(--gold-2);
}

.vehicle-hero {
  padding-top: 88px;
  padding-bottom: 82px;
}

.vehicle-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(380px, 1.12fr);
  gap: 54px;
  align-items: center;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  color: var(--muted);
  font-weight: 850;
}

.back-link svg {
  transform: rotate(180deg);
}

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

.vehicle-copy h1 {
  max-width: 760px;
}

.vehicle-media {
  position: relative;
  min-height: 470px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #151515;
  box-shadow: var(--shadow);
}

.vehicle-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.58));
  pointer-events: none;
}

.vehicle-media img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.vehicle-media-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(6,6,7,.72);
  backdrop-filter: blur(16px);
}

.vehicle-media-badge span {
  color: var(--gold-2);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}

.vehicle-media-badge strong {
  color: var(--text);
  text-align: right;
}

.vehicle-details {
  background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(216,182,107,.045), rgba(255,255,255,.018));
}

.vehicle-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.vehicle-info-card,
.vehicle-spec-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255,255,255,.064), rgba(255,255,255,.026)),
    var(--surface);
  box-shadow: var(--shadow-soft);
  padding: 30px;
}

.vehicle-info-card p:not(.eyebrow),
.vehicle-spec-card p:not(.eyebrow) {
  color: var(--muted);
}

.vehicle-service-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.vehicle-service-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #ddd7ca;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.035);
}

.vehicle-service-list svg {
  color: var(--gold);
  margin-top: 2px;
}

.spec-grid {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.spec-grid article {
  display: grid;
  grid-template-columns: minmax(140px, .62fr) 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.spec-grid article:first-child {
  border-top: 1px solid var(--line);
}

.spec-grid span {
  color: var(--muted-2);
  font-weight: 850;
}

.spec-grid strong {
  color: var(--text);
  font-weight: 850;
}

.vehicle-cta {
  padding: 70px 0;
}

@media (max-width: 900px) {
  .vehicle-hero-grid,
  .vehicle-detail-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-hero {
    padding-top: 72px;
  }

  .vehicle-media,
  .vehicle-media img {
    min-height: 380px;
  }
}

@media (max-width: 700px) {
  .vehicle-media-badge {
    align-items: flex-start;
    flex-direction: column;
  }

  .vehicle-media-badge strong {
    text-align: left;
  }

  .spec-grid article {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (max-width: 480px) {
  .vehicle-info-card,
  .vehicle-spec-card {
    padding: 22px;
  }

  .vehicle-media,
  .vehicle-media img {
    min-height: 310px;
  }
  .vehicle-media{
    overflow: visible !important;
  }
  .vehicle-media img {
    border-radius: 20px !important;
  }
  .vehicle-media-badge{
    bottom: -110px;
  }
  .vehicle-hero{
    padding-bottom: 140px;
  }
}


/* Location detail pages and clickable destination cards */
.location-card-link {
  display: block;
  position: relative;
  width: 100%;
  min-height: 315px;
  color: inherit;
  overflow: hidden;
  border-radius: inherit;
}

.location-card-link:focus-visible {
  outline: 2px solid rgba(240,215,144,.78);
  outline-offset: 5px;
}

.location-copy span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--gold-2);
  font-weight: 900;
  font-size: .92rem;
}

.location-copy span svg {
  transition: transform .2s ease;
}

.location-card:hover .location-copy span svg,
.location-card:focus-within .location-copy span svg {
  transform: translateX(5px);
}

.location-hero {
  padding-top: 88px;
  padding-bottom: 82px;
}

.location-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.location-hero-media {
  position: relative;
  min-height: 510px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #151515;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.location-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.24) 48%, rgba(0,0,0,.76) 100%),
    radial-gradient(circle at 18% 84%, rgba(216,182,107,.26), transparent 18rem);
  pointer-events: none;
}

.location-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  transition: transform .55s ease, filter .24s ease;
}

.location-hero-media:hover,
.location-hero-media:focus-within {
  border-color: rgba(216,182,107,.42);
  box-shadow: 0 34px 92px rgba(0,0,0,.56), 0 16px 44px rgba(216,182,107,.14);
  transform: perspective(950px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateY(-4px);
}

.location-hero-media:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.02);
}

.city-floating-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 6px 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: rgba(6,6,7,.72);
  backdrop-filter: blur(16px);
}

.city-floating-card svg {
  grid-row: span 2;
  width: 58px;
  height: 58px;
  padding: 16px;
  color: var(--gold-2);
  border-radius: 19px;
  background: rgba(216,182,107,.13);
}

.city-floating-card span {
  color: var(--gold-2);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}

.city-floating-card strong {
  color: var(--text);
  font-size: 1.04rem;
}

.route-animation {
  position: absolute;
  inset: 34px 34px auto auto;
  z-index: 2;
  width: min(260px, 42%);
  height: 120px;
  border-top: 2px dashed rgba(240,215,144,.58);
  border-right: 2px dashed rgba(240,215,144,.36);
  border-radius: 0 52px 0 0;
  opacity: .94;
}

.route-animation::before {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 0 10px rgba(216,182,107,.16);
  animation: routePulse 1.8s ease-in-out infinite;
}

.route-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f7f1df;
  box-shadow: 0 0 0 8px rgba(255,255,255,.1);
}

.route-dot-one { left: -5px; top: -7px; animation: routePulse 1.8s ease-in-out infinite; }
.route-dot-two { left: 45%; top: -7px; animation: routePulse 1.8s ease-in-out .35s infinite; }
.route-dot-three { right: -7px; top: 52%; animation: routePulse 1.8s ease-in-out .7s infinite; }

@keyframes routePulse {
  0%, 100% { transform: scale(1); opacity: .72; }
  50% { transform: scale(1.34); opacity: 1; }
}

.location-detail-section {
  background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(216,182,107,.045), rgba(255,255,255,.018));
}

.location-interactive {
  position: relative;
  overflow: hidden;
}

.location-interactive::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: min(980px, 92vw);
  height: min(980px, 92vw);
  border: 1px solid rgba(216,182,107,.11);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.location-feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.location-feature-card {
  min-height: 255px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 0%, rgba(216,182,107,.12), transparent 12rem),
    rgba(255,255,255,.04);
  box-shadow: var(--shadow-soft);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.location-feature-card:hover,
.location-feature-card:focus-within {
  border-color: rgba(216,182,107,.38);
  background:
    radial-gradient(circle at 16% 0%, rgba(216,182,107,.18), transparent 12rem),
    rgba(255,255,255,.058);
  transform: perspective(900px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) translateY(-6px);
}

.location-feature-card svg {
  width: 54px;
  height: 54px;
  padding: 14px;
  margin-bottom: 34px;
  color: var(--gold-2);
  border-radius: 18px;
  background: rgba(216,182,107,.11);
}

.location-feature-card h3 {
  margin-bottom: 10px;
}

.location-feature-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.route-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(216,182,107,.22);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(216,182,107,.1), rgba(255,255,255,.035)),
    rgba(255,255,255,.02);
}

.route-flow::before {
  content: "";
  position: absolute;
  left: 70px;
  right: 70px;
  top: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240,215,144,.45), transparent);
  pointer-events: none;
}

.route-flow article {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(5,5,5,.38);
}

.route-flow span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  color: #080808;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-weight: 950;
}

.route-flow p {
  color: var(--muted);
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .location-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .location-hero-grid {
    grid-template-columns: 1fr;
  }

  .location-hero {
    padding-top: 72px;
  }

  .location-hero-media,
  .location-hero-media img {
    min-height: 390px;
  }

  .route-flow {
    grid-template-columns: 1fr;
  }

  .route-flow::before {
    display: none;
  }
}

@media (max-width: 700px) {
  .location-feature-grid {
    grid-template-columns: 1fr;
  }

  .route-animation {
    display: none;
  }

  .city-floating-card {
    grid-template-columns: 1fr;
  }

  .city-floating-card svg {
    grid-row: auto;
  }
}

@media (max-width: 480px) {
  .location-hero-media,
  .location-hero-media img {
    min-height: 320px;
  }

  .location-feature-card,
  .route-flow article {
    padding: 22px;
  }
  .availability-card{
    bottom: -30px !important;
  }
  .btn-nav{
        padding-left: 8px;
      padding-top: 3px;
  }
}


/* All fleet page and homepage fleet action */
.fleet-section-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.fleet-page-hero {
  padding-top: 94px;
  padding-bottom: 60px;
  background:
    radial-gradient(circle at 15% 10%, rgba(216,182,107,.16), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
}

.fleet-page-hero-inner {
  max-width: 880px;
}

.fleet-page-hero .hero-lead {
  max-width: 760px;
}

.fleet-list-page {
  padding-top: 54px;
}

.fleet-list-page .fleet-card {
  transform-style: preserve-3d;
}

@media (max-width: 640px) {
  .fleet-section-action .btn {
    width: 100%;
    justify-content: center;
  }

  .fleet-page-hero {
    padding-top: 76px;
    padding-bottom: 42px;
  }
}
