/* Vision Limo Group — global styles for service, fleet & landing pages */
/* Generated by generate-global-assets.py — do not edit by hand */

/* BASE & SCOPED RESETS */
.vl-landing {
  --gold:#FFC947; --gold-lt:#FFD97A;
  --dark:#0A1931; --dark2:#0D2240; --dark3:#142d52;
  --muted:#6b7280; --bg:#f5f7fa; --bg-warm:#EEF2F7;
  --white:#fff; --border:#e2e8f0;
  font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  font-size:15px;
  color:var(--dark); line-height:1.7; -webkit-font-smoothing:antialiased;
  background:var(--bg);
  margin:0; padding:0;
}
.vl-landing *,.vl-landing *::before,.vl-landing *::after { box-sizing:border-box; }
.vl-landing h1,.vl-landing h2,.vl-landing h3,.vl-landing h4 {
  margin:0; padding:0; font-weight:700; line-height:1.25;
  font-family:'Rajdhani',sans-serif; text-transform:uppercase;
}
.vl-landing p { margin:0; padding:0; }
.vl-landing ul,.vl-landing ol { margin:0; padding:0; list-style:none; }
.vl-landing a { text-decoration:none; }

/* BREADCRUMB */
.vl-landing .vl-bc {
  font-size:.82rem; color:var(--muted); margin-bottom:1.5rem;
  display:flex; align-items:center; gap:.4rem; flex-wrap:wrap;
}
.vl-landing .vl-bc a { color:var(--muted); }
.vl-landing .vl-bc a:hover { color:var(--gold); }

/* HERO WRAP — hero sits directly under site header */
.vl-landing .vl-hero-wrap { margin:0 0 2rem; }

/* HERO WITH BACKGROUND IMAGE (all pages) */
.vl-landing .vl-hero-bg {
  position:relative; text-align:center; padding:5.5rem 2rem 4.5rem;
  border-radius:16px 16px 0 0; overflow:hidden; color:#fff;
  background-size:cover; background-position:center;
}
.vl-landing .vl-hero-bg::before {
  content:''; position:absolute; inset:0;
  background:linear-gradient(160deg,rgba(6,14,26,.88) 0%,rgba(10,25,49,.82) 50%,rgba(7,21,38,.9) 100%);
  pointer-events:none;
}
.vl-landing .vl-hero-bg::after {
  content:''; position:absolute; inset:0;
  background:radial-gradient(ellipse 80% 55% at 50% 0%,rgba(255,201,71,.15) 0%,transparent 70%);
  pointer-events:none;
}
.vl-landing .vl-hero-bg > * { position:relative; z-index:1; }

.vl-landing .vl-eyebrow {
  display:inline-flex; align-items:center; gap:.5rem; position:relative;
  font-size:.7rem; font-weight:700; letter-spacing:.22em;
  text-transform:uppercase; color:var(--gold); margin-bottom:.85rem;
}
.vl-landing .vl-eyebrow::before,.vl-landing .vl-eyebrow::after {
  content:''; display:block; width:28px; height:1px; background:var(--gold); opacity:.5;
}

/* HERO TAGLINE */
.vl-landing .vl-tagline {
  display:inline-flex; align-items:center; gap:.6rem;
  margin:0 auto 1.15rem; position:relative; z-index:1;
  padding:.6rem 1.35rem .6rem 1.1rem;
  background:linear-gradient(135deg,rgba(255,201,71,.14),rgba(255,201,71,.06));
  border:1.5px solid rgba(255,201,71,.5);
  border-radius:999px;
  backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
  text-decoration:none; cursor:pointer;
  transition:all .28s ease;
  box-shadow:0 4px 22px rgba(255,201,71,.18), inset 0 1px 0 rgba(255,255,255,.12);
  animation:vlTagPulse 3s ease-in-out infinite;
}
.vl-landing .vl-tagline:hover {
  background:linear-gradient(135deg,rgba(255,201,71,.28),rgba(255,201,71,.12));
  border-color:var(--gold);
  transform:translateY(-2px);
  box-shadow:0 10px 32px rgba(255,201,71,.32), inset 0 1px 0 rgba(255,255,255,.18);
  animation:none;
}
.vl-landing .vl-tagline-icon {
  flex-shrink:0; width:28px; height:28px; border-radius:50%;
  background:rgba(255,201,71,.22); border:1px solid rgba(255,201,71,.45);
  display:flex; align-items:center; justify-content:center;
  font-size:.95rem; line-height:1; color:var(--gold);
}
.vl-landing .vl-tagline-text {
  font-family:'Poppins',sans-serif; font-size:.9rem; font-weight:500;
  color:rgba(255,255,255,.92); letter-spacing:.01em; white-space:nowrap;
}
.vl-landing .vl-tagline-hl {
  font-family:'Rajdhani',sans-serif; font-weight:700;
  text-transform:uppercase; letter-spacing:.08em;
  color:var(--gold); font-size:1.02em;
}
.vl-landing .vl-tagline-mins {
  font-family:'Rajdhani',sans-serif; font-style:normal; font-weight:700;
  color:#fff; text-transform:uppercase; letter-spacing:.06em;
  background:linear-gradient(135deg,var(--gold),var(--gold-lt));
  -webkit-background-clip:text; -webkit-text-fill-color:transparent;
  background-clip:text;
}
.vl-landing .vl-tagline-arrow {
  flex-shrink:0; color:var(--gold); font-size:1.05rem;
  transition:transform .22s ease; line-height:1;
}
.vl-landing .vl-tagline:hover .vl-tagline-arrow { transform:translateX(4px); }
@keyframes vlTagPulse {
  0%,100% { box-shadow:0 4px 22px rgba(255,201,71,.18), inset 0 1px 0 rgba(255,255,255,.12); }
  50% { box-shadow:0 6px 28px rgba(255,201,71,.32), inset 0 1px 0 rgba(255,255,255,.15); }
}
@media (max-width:480px) {
  .vl-landing .vl-tagline { padding:.55rem 1rem .55rem .85rem; gap:.45rem; }
  .vl-landing .vl-tagline-text { font-size:.8rem; white-space:normal; text-align:left; }
}

.vl-landing .vl-hero-bg h1 {
  font-family:'Rajdhani',sans-serif;
  font-size:clamp(1.8rem,4vw,2.75rem); color:#fff; margin-bottom:.8rem; position:relative;
}
.vl-landing .vl-gold-line {
  width:52px; height:2px; margin:0 auto 1rem;
  background:linear-gradient(90deg,transparent,var(--gold),transparent); position:relative;
}
.vl-landing .vl-hero-sub {
  max-width:660px; margin:0 auto .65rem;
  font-size:1.02rem; font-weight:300; opacity:.82; position:relative;
}
.vl-landing .vl-rating {
  display:flex; align-items:center; justify-content:center;
  gap:.45rem; font-size:.86rem; margin-bottom:1.85rem; opacity:.88; position:relative;
}
.vl-landing .vl-stars { color:var(--gold); letter-spacing:.05em; }
.vl-landing .vl-btns {
  display:flex; flex-wrap:wrap; gap:.9rem; justify-content:center; position:relative;
}
.vl-landing .vl-btn {
  display:inline-flex; align-items:center; gap:.4rem;
  padding:.95rem 2rem; border-radius:6px; font-weight:600;
  font-size:.92rem; letter-spacing:.02em; transition:all .25s ease;
}
.vl-landing .vl-btn-gold {
  background:linear-gradient(135deg,var(--gold),var(--gold-lt));
  color:#0A1931; box-shadow:0 4px 18px rgba(255,201,71,.4);
}
.vl-landing .vl-btn-gold:hover { transform:translateY(-2px); box-shadow:0 8px 28px rgba(255,201,71,.5); }
.vl-landing .vl-btn-ghost {
  border:2px solid rgba(255,255,255,.4); color:#fff; background:rgba(255,255,255,.07);
}
.vl-landing .vl-btn-ghost:hover { border-color:#fff; background:rgba(255,255,255,.13); }

/* STATS BAR */
.vl-landing .vl-stats {
  display:grid; grid-template-columns:repeat(4,1fr);
  background:var(--dark2); border-radius:0 0 16px 16px; overflow:hidden;
}
.vl-landing .vl-stat {
  padding:1.4rem 1rem; text-align:center;
  border-right:1px solid rgba(255,255,255,.07);
}
.vl-landing .vl-stat:last-child { border-right:none; }
.vl-landing .vl-stat-n {
  font-family:'Rajdhani',sans-serif;
  font-size:1.65rem; font-weight:700; color:var(--gold);
  display:block; line-height:1; margin-bottom:.3rem;
}
.vl-landing .vl-stat-l {
  font-size:.67rem; text-transform:uppercase; letter-spacing:.12em; color:rgba(255,255,255,.45);
}

/* SECTION CONTAINERS — clear visual separation between sections */
.vl-landing .vl-sec {
  background:var(--white); border-radius:16px;
  padding:2.75rem 2.5rem; margin-bottom:1.75rem;
  box-shadow:0 1px 4px rgba(0,0,0,.07),0 6px 20px rgba(0,0,0,.04);
}
.vl-landing .vl-sec-alt {
  background:var(--bg-warm); border-radius:16px;
  padding:2.75rem 2.5rem; margin-bottom:1.75rem; border:1px solid #dae4ef;
}
.vl-landing .vl-sec-dark {
  background:linear-gradient(160deg,#060e1a 0%,#0A1931 55%,#071526 100%);
  border-radius:16px; padding:2.75rem 2.5rem; margin-bottom:1.75rem;
  position:relative; overflow:hidden;
}
.vl-landing .vl-sec-dark::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(ellipse 70% 50% at 50% 100%,rgba(255,201,71,.1) 0%,transparent 70%);
  pointer-events:none;
}

/* SECTION HEADER */
.vl-landing .vl-sh { text-align:center; margin-bottom:2.25rem; }
.vl-landing .vl-sh-eye {
  display:inline-block; font-size:.68rem; font-weight:700;
  letter-spacing:.22em; text-transform:uppercase; color:var(--gold); margin-bottom:.6rem;
}
.vl-landing .vl-sh h2 {
  font-family:'Rajdhani',sans-serif;
  font-size:clamp(1.3rem,2.8vw,1.85rem); color:var(--dark); line-height:1.25;
}
.vl-landing .vl-sec-dark .vl-sh h2 { color:#fff; }
.vl-landing .vl-sh p { max-width:560px; margin:.65rem auto 0; color:var(--muted); font-size:.93rem; }
.vl-landing .vl-sec-dark .vl-sh p { color:rgba(255,255,255,.6); }

/* SERVICES */
.vl-landing .vl-services {
  display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:.9rem;
}
.vl-landing .vl-svc {
  padding:1.6rem 1rem; background:var(--bg); border-radius:10px;
  text-align:center; border:1.5px solid var(--border); transition:all .22s ease;
}
.vl-landing .vl-svc:hover {
  border-color:var(--gold); background:#fff;
  box-shadow:0 6px 24px rgba(0,0,0,.08); transform:translateY(-3px);
}
.vl-landing .vl-svc-ico {
  width:48px; height:48px;
  background:linear-gradient(135deg,#f8edcc,#f0dca0);
  border-radius:50%; display:flex; align-items:center;
  justify-content:center; margin:0 auto .85rem; font-size:1.2rem; color:#7a5c00; line-height:1;
}
.vl-landing .vl-svc h3 {
  font-size:.84rem; font-weight:700; color:var(--dark); margin-bottom:.28rem; line-height:1.3;
}
.vl-landing .vl-svc p { font-size:.74rem; color:var(--muted); }

/* WHY CHOOSE US */
.vl-landing .vl-features {
  display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap:1.25rem;
}
.vl-landing .vl-feat {
  padding:1.75rem 1.4rem; background:var(--bg);
  border-radius:12px; border:1.5px solid var(--border); transition:all .22s ease;
}
.vl-landing .vl-feat:hover {
  border-color:var(--gold); background:#fff; box-shadow:0 6px 24px rgba(0,0,0,.07);
}
.vl-landing .vl-feat-ico {
  width:50px; height:50px;
  background:linear-gradient(135deg,var(--gold),var(--gold-lt));
  border-radius:12px; display:flex; align-items:center;
  justify-content:center; font-size:1.3rem; margin-bottom:1.1rem; color:#0A1931;
}
.vl-landing .vl-feat h3 { font-size:.96rem; font-weight:700; margin-bottom:.5rem; }
.vl-landing .vl-feat p { font-size:.85rem; color:var(--muted); line-height:1.65; }

/* HOW IT WORKS — on dark background */
.vl-landing .vl-steps {
  display:grid; grid-template-columns:repeat(auto-fit,minmax(175px,1fr)); gap:1.75rem;
}
.vl-landing .vl-step { text-align:center; }
.vl-landing .vl-step-n {
  width:60px; height:60px; border:2px solid var(--gold); border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-family:'Rajdhani',sans-serif;
  font-size:1.4rem; font-weight:700; color:var(--gold); margin:0 auto 1.15rem;
}
.vl-landing .vl-step h3 { font-size:.96rem; font-weight:700; margin-bottom:.45rem; color:#fff; }
.vl-landing .vl-step p { font-size:.84rem; color:rgba(255,255,255,.62); line-height:1.65; }

/* PROSE CONTENT */
.vl-landing .vl-prose {
  background:var(--white); border-radius:14px; padding:2.5rem;
  margin-bottom:1.75rem; border:1.5px solid var(--border);
}
.vl-landing .vl-prose h2 {
  font-family:'Rajdhani',sans-serif;
  font-size:1.4rem; margin-bottom:.9rem; color:var(--dark); line-height:1.3;
  padding-top:1.5rem; border-top:1px solid var(--border);
}
.vl-landing .vl-prose h2:first-child { padding-top:0; border-top:none; }
.vl-landing .vl-prose p { font-size:.93rem; color:#444; line-height:1.82; margin-bottom:.9rem; }
.vl-landing .vl-prose p:last-child { margin-bottom:0; }
.vl-landing .vl-prose-list {
  list-style:none; padding:0; margin:0 0 1.25rem;
}
.vl-landing .vl-prose-list li {
  position:relative; padding:.45rem 0 .45rem 1.35rem;
  font-size:.93rem; color:#444; line-height:1.7;
}
.vl-landing .vl-prose-list li::before {
  content:"•"; position:absolute; left:0;
  color:var(--gold); font-weight:700;
}

/* FAQ ACCORDION */
.vl-landing .vl-faq-item {
  border:1.5px solid var(--border); border-radius:10px;
  margin-bottom:.75rem; background:var(--bg);
  overflow:hidden; transition:border-color .2s,box-shadow .2s;
}
.vl-landing .vl-faq-item[open] {
  border-color:var(--gold); background:#fff; box-shadow:0 4px 18px rgba(255,201,71,.1);
}
.vl-landing .vl-faq-item > summary {
  list-style:none; cursor:pointer;
  display:flex; align-items:center; gap:.7rem;
  padding:1.2rem 1.35rem; user-select:none; transition:background .15s;
  width:100%; box-sizing:border-box;
}
.vl-landing .vl-faq-item > summary::-webkit-details-marker { display:none; }
.vl-landing .vl-faq-item > summary::marker { display:none; content:""; }
.vl-landing .vl-faq-item[open] > summary { background:#fff; }
.vl-landing .vl-faq-item > summary:hover { background:#fffdf5; }
.vl-landing .vl-faq-qbadge {
  flex-shrink:0; width:24px; height:24px;
  background:var(--gold); color:#0A1931; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:.68rem; font-weight:800; transition:background .2s;
}
.vl-landing .vl-faq-item[open] .vl-faq-qbadge { background:var(--dark); color:#fff; }
.vl-landing .vl-faq-q-text { flex:1; font-size:.95rem; font-weight:700; color:var(--dark); line-height:1.4; }
.vl-landing .vl-faq-arrow {
  flex-shrink:0; margin-left:auto;
  width:26px; height:26px;
  border:1.5px solid var(--border); border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:1.1rem; font-weight:300; color:var(--gold);
  transition:transform .3s ease,background .25s,border-color .25s; line-height:1;
}
.vl-landing .vl-faq-item[open] .vl-faq-arrow {
  transform:rotate(45deg); background:var(--gold); color:#0A1931; border-color:var(--gold);
}
.vl-landing .vl-faq-body {
  padding:0 1.35rem 1.2rem calc(1.35rem + 24px + .7rem);
  border-top:1px solid var(--border); animation:vlFaqIn .2s ease;
}
.vl-landing .vl-faq-a { font-size:.88rem; color:var(--muted); line-height:1.75; margin-top:.9rem; }
@keyframes vlFaqIn {
  from { opacity:0; transform:translateY(-4px); }
  to   { opacity:1; transform:translateY(0); }
}

/* RELATED */
.vl-landing .vl-related {
  background:var(--white); border-radius:12px; padding:1.75rem;
  margin-bottom:1.75rem; border:1.5px solid var(--border);
}
.vl-landing .vl-related h2 { font-size:1rem; font-weight:700; margin-bottom:.9rem; }
.vl-landing .vl-rel-links { display:flex; flex-wrap:wrap; gap:.45rem; }
.vl-landing .vl-rel-a {
  display:inline-flex; align-items:center; gap:.25rem;
  padding:.45rem 1rem; background:var(--bg);
  border:1.5px solid var(--border); border-radius:6px;
  color:var(--dark); font-size:.82rem; font-weight:500; transition:all .2s;
}
.vl-landing .vl-rel-a:hover { border-color:var(--gold); background:#fff; }

/* BOTTOM CTA */
.vl-landing .vl-cta {
  text-align:center; padding:4rem 2rem;
  background:linear-gradient(160deg,#060e1a 0%,#0A1931 55%,#071526 100%);
  color:#fff; border-radius:16px; position:relative; overflow:hidden;
}
.vl-landing .vl-cta::before {
  content:''; position:absolute; inset:0;
  background:radial-gradient(ellipse 80% 60% at 50% 100%,rgba(255,201,71,.12) 0%,transparent 70%);
  pointer-events:none;
}
.vl-landing .vl-cta h2 {
  font-family:'Rajdhani',sans-serif;
  font-size:clamp(1.45rem,3.2vw,2.1rem); color:#fff; margin-bottom:.65rem; position:relative;
}
.vl-landing .vl-cta p { font-size:.97rem; opacity:.78; margin-bottom:1.85rem; position:relative; }
.vl-landing .vl-cta-phone {
  display:block; font-size:1.55rem; font-weight:700; color:var(--gold);
  margin-bottom:1.35rem; position:relative; transition:color .2s;
}
.vl-landing .vl-cta-phone:hover { color:var(--gold-lt); }

/* RESPONSIVE */
@media (max-width:680px) {
  .vl-landing .vl-stats { grid-template-columns:repeat(2,1fr); }
  .vl-landing .vl-stat:nth-child(2) { border-right:none; }
  .vl-landing .vl-hero-bg { padding:3.5rem 1.25rem 3rem; }
  .vl-landing .vl-sec,.vl-landing .vl-sec-alt,.vl-landing .vl-sec-dark { padding:2rem 1.25rem; }
  .vl-landing .vl-prose { padding:1.75rem 1.25rem; }
  .vl-landing .vl-cta { padding:3rem 1.25rem; }
}

/* Reuse city split hero — scoped under .vl-service-page */
.vl-service-page .vl-ch-hero-wrap { margin:0 0 2rem; }
.vl-service-page .vl-ch-hero {
  position:relative; border-radius:18px; overflow:hidden;
  background:var(--dark); color:#fff;
  box-shadow:0 20px 60px rgba(10,25,49,.22);
}
.vl-service-page .vl-ch-hero-bg {
  position:absolute; inset:0; background-size:cover; background-position:center right; opacity:.35;
}
.vl-service-page .vl-ch-hero-bg::after {
  content:''; position:absolute; inset:0;
  background:linear-gradient(105deg,rgba(6,14,26,.97) 0%,rgba(10,25,49,.92) 42%,rgba(10,25,49,.55) 68%,rgba(10,25,49,.25) 100%);
}
.vl-service-page .vl-ch-hero-inner {
  position:relative; z-index:1;
  display:grid; grid-template-columns:1.05fr .95fr; gap:2rem; align-items:center;
  padding:3.25rem 2.75rem 2rem;
}
.vl-service-page .vl-ch-hero-copy { text-align:left; max-width:580px; }
.vl-service-page .vl-ch-eyebrow {
  display:inline-flex; align-items:center; gap:.55rem;
  font-size:.68rem; font-weight:700; letter-spacing:.2em; text-transform:uppercase;
  color:var(--gold); margin-top:50px; margin-bottom:.9rem;
  padding:.35rem .85rem; background:rgba(255,201,71,.1);
  border:1px solid rgba(255,201,71,.28); border-radius:999px;
}
.vl-service-page .vl-ch-eyebrow-dot {
  width:6px; height:6px; border-radius:50%; background:var(--gold);
  box-shadow:0 0 8px rgba(255,201,71,.7);
}
.vl-service-page .vl-ch-hero-copy .vl-tagline { margin:0 0 1.25rem; animation:none; justify-content:flex-start; }
.vl-service-page .vl-ch-hero-copy h1 {
  font-family:'Rajdhani',sans-serif; font-size:clamp(1.85rem,4vw,2.65rem);
  font-weight:700; color:#fff; line-height:1.08; margin:0 0 1rem;
  text-transform:uppercase; letter-spacing:.02em;
  padding-left:1.1rem; border-left:4px solid var(--gold);
}
.vl-service-page .vl-ch-sub {
  font-size:1rem; line-height:1.75; color:rgba(255,255,255,.78);
  margin:0 0 1.15rem; max-width:520px;
}
.vl-service-page .vl-ch-rating {
  display:inline-flex; align-items:center; gap:.55rem; margin-bottom:1.5rem;
  padding:.45rem .9rem; background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12); border-radius:999px;
  font-size:.84rem; color:rgba(255,255,255,.85);
}
.vl-service-page .vl-ch-btns { display:flex; flex-wrap:wrap; gap:.85rem; }
.vl-service-page .vl-ch-btns .vl-btn { padding:.9rem 1.75rem; }
.vl-service-page .vl-ch-hero-photo {
  position:relative; border-radius:14px; overflow:hidden; aspect-ratio:4/3; max-height:340px;
  border:2px solid rgba(255,201,71,.35); box-shadow:0 24px 56px rgba(0,0,0,.35);
}
.vl-service-page .vl-ch-hero-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.vl-service-page .vl-ch-hero-photo::after {
  content:''; position:absolute; inset:0;
  background:linear-gradient(to top,rgba(6,14,26,.45) 0%,transparent 50%);
}
.vl-service-page .vl-ch-svc-badge {
  position:absolute; top:1rem; right:1rem; z-index:2;
  width:52px; height:52px; border-radius:14px;
  background:rgba(10,25,49,.85); border:1.5px solid rgba(255,201,71,.4);
  display:flex; align-items:center; justify-content:center; font-size:1.5rem;
}
.vl-service-page .vl-ch-float {
  position:absolute; bottom:1rem; left:1rem; z-index:2;
  background:rgba(10,25,49,.88); border:1.5px solid rgba(255,201,71,.4);
  border-radius:10px; padding:.65rem 1rem; display:flex; align-items:center; gap:.65rem;
}
.vl-service-page .vl-ch-float-n {
  font-family:'Rajdhani',sans-serif; font-size:1.5rem; font-weight:700; color:var(--gold); line-height:1;
}
.vl-service-page .vl-ch-float-l {
  font-size:.68rem; text-transform:uppercase; letter-spacing:.1em;
  color:rgba(255,255,255,.65); line-height:1.35;
}
.vl-service-page .vl-ch-stats {
  position:relative; z-index:1; display:grid; grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.08); background:rgba(0,0,0,.22);
}
.vl-service-page .vl-ch-stat {
  padding:1.15rem 1rem; text-align:center; border-right:1px solid rgba(255,255,255,.07);
}
.vl-service-page .vl-ch-stat:last-child { border-right:none; }
.vl-service-page .vl-ch-stat-n {
  font-family:'Rajdhani',sans-serif; font-size:1.45rem; font-weight:700;
  color:var(--gold); display:block; line-height:1; margin-bottom:.28rem;
}
.vl-service-page .vl-ch-stat-l {
  font-size:.63rem; text-transform:uppercase; letter-spacing:.12em; color:rgba(255,255,255,.42);
}

/* Benefits */
.vl-service-page .vl-svc-benefits {
  display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:1rem;
}
.vl-service-page .vl-svc-ben {
  padding:1.5rem 1.25rem; background:var(--white); border-radius:12px;
  border:1.5px solid var(--border); transition:all .22s ease;
}
.vl-service-page .vl-svc-ben:hover {
  border-color:rgba(255,201,71,.4); box-shadow:0 8px 28px rgba(10,25,49,.08); transform:translateY(-2px);
}
.vl-service-page .vl-svc-ben-ico {
  width:44px; height:44px; border-radius:12px; margin-bottom:.85rem;
  background:linear-gradient(135deg,rgba(255,201,71,.18),rgba(255,201,71,.06));
  border:1px solid rgba(255,201,71,.3);
  display:flex; align-items:center; justify-content:center; font-size:1.2rem;
}
.vl-service-page .vl-svc-ben h3 { font-size:.92rem; font-weight:700; margin-bottom:.35rem; color:var(--dark); }
.vl-service-page .vl-svc-ben p { font-size:.82rem; color:var(--muted); line-height:1.6; }

/* Use cases */
.vl-service-page .vl-svc-cases {
  display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:.85rem;
}
.vl-service-page .vl-svc-case {
  display:flex; gap:.75rem; align-items:flex-start; padding:1rem 1.1rem;
  background:var(--bg); border-radius:10px; border:1px solid var(--border);
}
.vl-service-page .vl-svc-case::before {
  content:'\2713'; flex-shrink:0; width:22px; height:22px; border-radius:50%;
  background:var(--gold); color:#0A1931; font-size:.65rem; font-weight:800;
  display:flex; align-items:center; justify-content:center;
}
.vl-service-page .vl-svc-case strong {
  display:block; font-size:.88rem; font-weight:700; color:var(--dark); margin-bottom:.2rem;
}
.vl-service-page .vl-svc-case span { font-size:.8rem; color:var(--muted); line-height:1.55; }

/* Areas grid */
.vl-service-page .vl-svc-areas {
  display:flex; flex-wrap:wrap; gap:.5rem; justify-content:center;
}
.vl-service-page .vl-svc-area {
  display:inline-flex; align-items:center; gap:.35rem;
  padding:.5rem 1rem; background:var(--white);
  border:1.5px solid var(--border); border-radius:8px;
  color:var(--dark); font-size:.82rem; font-weight:600; transition:all .2s;
}
.vl-service-page .vl-svc-area:hover {
  border-color:var(--gold); background:#fffdf5; box-shadow:0 4px 14px rgba(255,201,71,.12);
}
.vl-service-page .vl-svc-area span { color:var(--gold); }

/* Google Doc sheet content — directly under hero */
.vl-service-page .vl-svc-sheet {
  background:var(--white); border-radius:16px; border:1.5px solid var(--border);
  padding:2.5rem 2.75rem; margin-bottom:2rem;
  box-shadow:0 8px 32px rgba(10,25,49,.05);
}
.vl-service-page .vl-svc-sheet-lead {
  font-family:'Rajdhani',sans-serif; font-size:clamp(1.15rem,2.5vw,1.45rem);
  font-weight:600; color:var(--dark2); line-height:1.45; margin:0 0 2rem;
  padding-bottom:1.5rem; border-bottom:2px solid rgba(255,201,71,.35);
}
.vl-service-page .vl-svc-sheet-section { margin-bottom:2rem; }
.vl-service-page .vl-svc-sheet-section:last-child { margin-bottom:0; }
.vl-service-page .vl-svc-sheet-section h2 {
  font-family:'Rajdhani',sans-serif; font-size:clamp(1.05rem,2vw,1.25rem);
  font-weight:700; color:var(--dark); text-transform:uppercase;
  letter-spacing:.04em; margin:0 0 .85rem;
  padding-left:.85rem; border-left:3px solid var(--gold);
}
.vl-service-page .vl-svc-sheet-section p {
  font-size:.95rem; line-height:1.8; color:#374151; margin:0 0 .85rem;
}
.vl-service-page .vl-svc-sheet-section p:last-child { margin-bottom:0; }
.vl-service-page .vl-svc-sheet-cta {
  margin-top:2rem; padding-top:1.5rem; border-top:1px solid var(--border);
  text-align:center; font-size:.92rem; color:var(--muted);
}
.vl-service-page .vl-svc-sheet-cta a { color:#c99200; font-weight:700; }

@media (max-width:900px) {
  .vl-service-page .vl-ch-hero-inner { grid-template-columns:1fr; padding:2.5rem 1.75rem 1.5rem; }
  .vl-service-page .vl-ch-hero-photo { max-height:260px; order:-1; }
}
@media (max-width:640px) {
  .vl-service-page .vl-ch-hero-inner { padding:2rem 1.25rem 1.25rem; }
  .vl-service-page .vl-ch-stats { grid-template-columns:repeat(2,1fr); }
  .vl-service-page .vl-ch-stat:nth-child(2) { border-right:none; }
  .vl-service-page .vl-ch-stat:nth-child(1),
  .vl-service-page .vl-ch-stat:nth-child(2) { border-bottom:1px solid rgba(255,255,255,.07); }
  .vl-service-page .vl-ch-btns { flex-direction:column; align-items:stretch; }
  .vl-service-page .vl-ch-btns .vl-btn { justify-content:center; }
  .vl-service-page .vl-svc-sheet { padding:1.75rem 1.25rem; }
}

/* FLEET PHOTO CARDS */
.vl-landing .vl-fleet-photo { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:1.25rem; }
.vl-landing .vl-fp {
  border-radius:12px; overflow:hidden; background:#fff;
  border:1.5px solid var(--border); transition:all .3s;
}
.vl-landing .vl-fp:hover { box-shadow:0 14px 40px rgba(0,0,0,.12); transform:translateY(-4px); border-color:rgba(255,201,71,.4); }
.vl-landing .vl-fp-img { height:180px; overflow:hidden; background:var(--bg); position:relative; }
.vl-landing .vl-fp-img img { width:100%; height:100%; object-fit:contain; object-position:center; padding:.5rem; }
.vl-landing .vl-fp-body { padding:1.2rem 1.3rem; }
.vl-landing .vl-fp-from { font-size:.72rem; color:var(--gold); font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.vl-landing .vl-fp-body h3 { font-size:.98rem; font-weight:700; margin:.25rem 0 .4rem; }
.vl-landing .vl-fp-body p { font-size:.82rem; color:var(--muted); line-height:1.6; margin:0; }
.vl-landing .vl-fp-cap { font-size:.72rem; color:var(--muted); margin-top:.5rem; }

/* REVIEWS CAROUSEL */
.vl-landing .vl-rc { position:relative; max-width:1100px; margin:0 auto; }
.vl-landing .vl-rc-viewport { overflow:hidden; border-radius:16px; touch-action:pan-y; }
.vl-landing .vl-rc-track { display:flex; transition:transform .55s cubic-bezier(.4,0,.2,1); will-change:transform; }
.vl-landing .vl-rc-slide { flex:0 0 100%; padding:0 .65rem; box-sizing:border-box; }
@media (min-width:700px) { .vl-landing .vl-rc-slide { flex:0 0 50%; } }
@media (min-width:1024px) { .vl-landing .vl-rc-slide { flex:0 0 33.333%; } }
.vl-landing .vl-rc-card {
  height:100%; min-height:280px; background:var(--white); border-radius:14px;
  border:1.5px solid var(--border); padding:1.85rem 1.65rem 1.5rem;
  box-shadow:0 4px 24px rgba(10,25,49,.06); position:relative; overflow:hidden;
  display:flex; flex-direction:column;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.vl-landing .vl-rc-card:hover { transform:translateY(-4px); box-shadow:0 16px 40px rgba(10,25,49,.12); border-color:rgba(255,201,71,.45); }
.vl-landing .vl-rc-card::before {
  content:'\201C'; position:absolute; top:.5rem; right:1.1rem;
  font-family:Georgia,serif; font-size:4.5rem; line-height:1; color:rgba(255,201,71,.12); pointer-events:none;
}
.vl-landing .vl-rc-card::after {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:linear-gradient(90deg,var(--gold),var(--gold-lt)); opacity:.85;
}
.vl-landing .vl-rc-stars { color:var(--gold); font-size:.95rem; letter-spacing:.12em; margin-bottom:1rem; }
.vl-landing .vl-rc-text { flex:1; font-size:.9rem; color:#444; line-height:1.78; font-style:italic; margin:0 0 1.35rem; position:relative; z-index:1; }
.vl-landing .vl-rc-author { display:flex; align-items:center; gap:.75rem; margin-top:auto; position:relative; z-index:1; }
.vl-landing .vl-rc-avatar {
  width:46px; height:46px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(135deg,var(--dark2),var(--dark3));
  display:flex; align-items:center; justify-content:center;
  font-family:'Rajdhani',sans-serif; font-size:.95rem; font-weight:700;
  color:var(--gold); border:2px solid rgba(255,201,71,.35);
}
.vl-landing .vl-rc-name { font-family:'Rajdhani',sans-serif; font-size:.95rem; font-weight:700; color:var(--dark); text-transform:uppercase; letter-spacing:.04em; }
.vl-landing .vl-rc-role { font-size:.72rem; color:var(--muted); margin-top:.15rem; text-transform:uppercase; letter-spacing:.08em; }
.vl-landing .vl-rc-controls { display:flex; align-items:center; justify-content:center; gap:1rem; margin-top:1.75rem; }
.vl-landing .vl-rc-btn {
  width:44px; height:44px; border-radius:50%; border:none; cursor:pointer;
  background:var(--dark2); color:var(--gold); font-size:1.35rem; line-height:1;
  display:flex; align-items:center; justify-content:center;
  transition:background .2s, transform .2s, box-shadow .2s; box-shadow:0 4px 14px rgba(10,25,49,.15);
}
.vl-landing .vl-rc-btn:hover { background:var(--dark); transform:scale(1.06); box-shadow:0 6px 20px rgba(10,25,49,.22); }
.vl-landing .vl-rc-btn:focus-visible { outline:2px solid var(--gold); outline-offset:2px; }
.vl-landing .vl-rc-dots { display:flex; align-items:center; justify-content:center; gap:.45rem; flex-wrap:wrap; max-width:320px; }
.vl-landing .vl-rc-dot { width:8px; height:8px; border-radius:50%; border:none; padding:0; background:#c5cdd8; cursor:pointer; transition:all .25s ease; }
.vl-landing .vl-rc-dot.is-active { background:var(--gold); width:24px; border-radius:4px; box-shadow:0 2px 8px rgba(255,201,71,.45); }
@media (max-width:699px) { .vl-landing .vl-rc { padding:0 .25rem; } .vl-landing .vl-rc-card { min-height:260px; } }

/* FLEET PHOTO CARDS */
.vl-landing .vl-fleet-photo { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:1.25rem; }
.vl-landing .vl-fp {
  border-radius:12px; overflow:hidden; background:#fff;
  border:1.5px solid var(--border); transition:all .3s;
}
.vl-landing .vl-fp:hover { box-shadow:0 14px 40px rgba(0,0,0,.12); transform:translateY(-4px); border-color:rgba(255,201,71,.4); }
.vl-landing .vl-fp-img { height:180px; overflow:hidden; background:var(--bg); position:relative; }
.vl-landing .vl-fp-img img { width:100%; height:100%; object-fit:contain; object-position:center; padding:.5rem; }
.vl-landing .vl-fp-body { padding:1.2rem 1.3rem; }
.vl-landing .vl-fp-from { font-size:.72rem; color:var(--gold); font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.vl-landing .vl-fp-body h3 { font-size:.98rem; font-weight:700; margin:.25rem 0 .4rem; }
.vl-landing .vl-fp-body p { font-size:.82rem; color:var(--muted); line-height:1.6; margin:0; }
.vl-landing .vl-fp-cap { font-size:.72rem; color:var(--muted); margin-top:.5rem; }

/* REVIEWS CAROUSEL */
.vl-landing .vl-rc { position:relative; max-width:1100px; margin:0 auto; }
.vl-landing .vl-rc-viewport { overflow:hidden; border-radius:16px; touch-action:pan-y; }
.vl-landing .vl-rc-track { display:flex; transition:transform .55s cubic-bezier(.4,0,.2,1); will-change:transform; }
.vl-landing .vl-rc-slide { flex:0 0 100%; padding:0 .65rem; box-sizing:border-box; }
@media (min-width:700px) { .vl-landing .vl-rc-slide { flex:0 0 50%; } }
@media (min-width:1024px) { .vl-landing .vl-rc-slide { flex:0 0 33.333%; } }
.vl-landing .vl-rc-card {
  height:100%; min-height:280px; background:var(--white); border-radius:14px;
  border:1.5px solid var(--border); padding:1.85rem 1.65rem 1.5rem;
  box-shadow:0 4px 24px rgba(10,25,49,.06); position:relative; overflow:hidden;
  display:flex; flex-direction:column;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.vl-landing .vl-rc-card:hover { transform:translateY(-4px); box-shadow:0 16px 40px rgba(10,25,49,.12); border-color:rgba(255,201,71,.45); }
.vl-landing .vl-rc-card::before {
  content:'\201C'; position:absolute; top:.5rem; right:1.1rem;
  font-family:Georgia,serif; font-size:4.5rem; line-height:1; color:rgba(255,201,71,.12); pointer-events:none;
}
.vl-landing .vl-rc-card::after {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:linear-gradient(90deg,var(--gold),var(--gold-lt)); opacity:.85;
}
.vl-landing .vl-rc-stars { color:var(--gold); font-size:.95rem; letter-spacing:.12em; margin-bottom:1rem; }
.vl-landing .vl-rc-text { flex:1; font-size:.9rem; color:#444; line-height:1.78; font-style:italic; margin:0 0 1.35rem; position:relative; z-index:1; }
.vl-landing .vl-rc-author { display:flex; align-items:center; gap:.75rem; margin-top:auto; position:relative; z-index:1; }
.vl-landing .vl-rc-avatar {
  width:46px; height:46px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(135deg,var(--dark2),var(--dark3));
  display:flex; align-items:center; justify-content:center;
  font-family:'Rajdhani',sans-serif; font-size:.95rem; font-weight:700;
  color:var(--gold); border:2px solid rgba(255,201,71,.35);
}
.vl-landing .vl-rc-name { font-family:'Rajdhani',sans-serif; font-size:.95rem; font-weight:700; color:var(--dark); text-transform:uppercase; letter-spacing:.04em; }
.vl-landing .vl-rc-role { font-size:.72rem; color:var(--muted); margin-top:.15rem; text-transform:uppercase; letter-spacing:.08em; }
.vl-landing .vl-rc-controls { display:flex; align-items:center; justify-content:center; gap:1rem; margin-top:1.75rem; }
.vl-landing .vl-rc-btn {
  width:44px; height:44px; border-radius:50%; border:none; cursor:pointer;
  background:var(--dark2); color:var(--gold); font-size:1.35rem; line-height:1;
  display:flex; align-items:center; justify-content:center;
  transition:background .2s, transform .2s, box-shadow .2s; box-shadow:0 4px 14px rgba(10,25,49,.15);
}
.vl-landing .vl-rc-btn:hover { background:var(--dark); transform:scale(1.06); box-shadow:0 6px 20px rgba(10,25,49,.22); }
.vl-landing .vl-rc-btn:focus-visible { outline:2px solid var(--gold); outline-offset:2px; }
.vl-landing .vl-rc-dots { display:flex; align-items:center; justify-content:center; gap:.45rem; flex-wrap:wrap; max-width:320px; }
.vl-landing .vl-rc-dot { width:8px; height:8px; border-radius:50%; border:none; padding:0; background:#c5cdd8; cursor:pointer; transition:all .25s ease; }
.vl-landing .vl-rc-dot.is-active { background:var(--gold); width:24px; border-radius:4px; box-shadow:0 2px 8px rgba(255,201,71,.45); }
@media (max-width:699px) { .vl-landing .vl-rc { padding:0 .25rem; } .vl-landing .vl-rc-card { min-height:260px; } }

/* ── CITY HERO (split layout — distinct from airport centered hero) ── */
.vl-landing.vl-city-page .vl-ch-hero-wrap { margin:0 0 2rem; }

.vl-landing.vl-city-page .vl-ch-hero {
  position:relative; border-radius:18px; overflow:hidden;
  background:var(--dark); color:#fff;
  box-shadow:0 20px 60px rgba(10,25,49,.22);
}

.vl-landing.vl-city-page .vl-ch-hero-bg {
  position:absolute; inset:0;
  background-size:cover; background-position:center right;
  opacity:.35;
}
.vl-landing.vl-city-page .vl-ch-hero-bg::after {
  content:''; position:absolute; inset:0;
  background:linear-gradient(105deg,
    rgba(6,14,26,.97) 0%,
    rgba(10,25,49,.92) 42%,
    rgba(10,25,49,.55) 68%,
    rgba(10,25,49,.25) 100%);
}

.vl-landing.vl-city-page .vl-ch-hero-inner {
  position:relative; z-index:1;
  display:grid; grid-template-columns:1.05fr .95fr;
  gap:2rem; align-items:center;
  padding:3.25rem 2.75rem 2rem;
}

.vl-landing.vl-city-page .vl-ch-hero-copy { text-align:left; max-width:580px; }

.vl-landing.vl-city-page .vl-ch-eyebrow {
  display:inline-flex; align-items:center; gap:.55rem;
  font-size:.68rem; font-weight:700; letter-spacing:.2em;
  text-transform:uppercase; color:var(--gold); margin-top:50px; margin-bottom:.9rem;
  padding:.35rem .85rem;
  background:rgba(255,201,71,.1); border:1px solid rgba(255,201,71,.28);
  border-radius:999px;
}
.vl-landing.vl-city-page .vl-ch-eyebrow-dot {
  width:6px; height:6px; border-radius:50%;
  background:var(--gold); box-shadow:0 0 8px rgba(255,201,71,.7);
}

.vl-landing.vl-city-page .vl-ch-hero-copy .vl-tagline {
  margin:0 0 1.25rem; animation:none;
  justify-content:flex-start;
}

.vl-landing.vl-city-page .vl-ch-hero-copy h1 {
  font-family:'Rajdhani',sans-serif;
  font-size:clamp(2rem,4.2vw,3rem); font-weight:700;
  color:#fff; line-height:1.08; margin:0 0 1rem;
  text-transform:uppercase; letter-spacing:.02em;
  padding-left:1.1rem;
  border-left:4px solid var(--gold);
}

.vl-landing.vl-city-page .vl-ch-sub {
  font-size:1rem; font-weight:400; line-height:1.75;
  color:rgba(255,255,255,.78); margin:0 0 1.15rem; max-width:520px;
}

.vl-landing.vl-city-page .vl-ch-rating {
  display:inline-flex; align-items:center; gap:.55rem;
  padding:.45rem .9rem; margin-bottom:1.5rem;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12);
  border-radius:999px; font-size:.84rem; color:rgba(255,255,255,.85);
}
.vl-landing.vl-city-page .vl-ch-rating .vl-stars { font-size:.82rem; }

.vl-landing.vl-city-page .vl-ch-btns {
  display:flex; flex-wrap:wrap; gap:.85rem; align-items:center;
}
.vl-landing.vl-city-page .vl-ch-btns .vl-btn { padding:.9rem 1.75rem; }

.vl-landing.vl-city-page .vl-ch-hero-photo {
  position:relative; border-radius:14px; overflow:hidden;
  aspect-ratio:4/3; max-height:340px;
  border:2px solid rgba(255,201,71,.35);
  box-shadow:0 24px 56px rgba(0,0,0,.35);
}
.vl-landing.vl-city-page .vl-ch-hero-photo img {
  width:100%; height:100%; object-fit:cover; display:block;
}
.vl-landing.vl-city-page .vl-ch-hero-photo::after {
  content:''; position:absolute; inset:0;
  background:linear-gradient(to top,rgba(6,14,26,.45) 0%,transparent 50%);
}

.vl-landing.vl-city-page .vl-ch-float {
  position:absolute; bottom:1rem; left:1rem; z-index:2;
  background:rgba(10,25,49,.88); backdrop-filter:blur(8px);
  border:1.5px solid rgba(255,201,71,.4); border-radius:10px;
  padding:.65rem 1rem; display:flex; align-items:center; gap:.65rem;
}
.vl-landing.vl-city-page .vl-ch-float-n {
  font-family:'Rajdhani',sans-serif; font-size:1.5rem; font-weight:700;
  color:var(--gold); line-height:1;
}
.vl-landing.vl-city-page .vl-ch-float-l {
  font-size:.68rem; text-transform:uppercase; letter-spacing:.1em;
  color:rgba(255,255,255,.65); line-height:1.35;
}

.vl-landing.vl-city-page .vl-ch-state {
  position:absolute; top:1rem; right:1rem; z-index:2;
  background:var(--gold); color:#0A1931;
  font-family:'Rajdhani',sans-serif; font-size:.85rem; font-weight:800;
  letter-spacing:.12em; padding:.35rem .75rem; border-radius:6px;
}

.vl-landing.vl-city-page .vl-ch-stats {
  position:relative; z-index:1;
  display:grid; grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.22);
}
.vl-landing.vl-city-page .vl-ch-stat {
  padding:1.15rem 1rem; text-align:center;
  border-right:1px solid rgba(255,255,255,.07);
}
.vl-landing.vl-city-page .vl-ch-stat:last-child { border-right:none; }
.vl-landing.vl-city-page .vl-ch-stat-n {
  font-family:'Rajdhani',sans-serif; font-size:1.45rem; font-weight:700;
  color:var(--gold); display:block; line-height:1; margin-bottom:.28rem;
}
.vl-landing.vl-city-page .vl-ch-stat-l {
  font-size:.63rem; text-transform:uppercase; letter-spacing:.12em;
  color:rgba(255,255,255,.42);
}

@media (max-width:900px) {
  .vl-landing.vl-city-page .vl-ch-hero-inner {
    grid-template-columns:1fr; padding:2.5rem 1.75rem 1.5rem;
  }
  .vl-landing.vl-city-page .vl-ch-hero-photo {
    max-height:260px; order:-1; margin-top:50px;
  }
  .vl-landing.vl-city-page .vl-ch-hero-copy { max-width:none; }
  .vl-landing.vl-city-page .vl-ch-eyebrow { margin-top:0; }
  .vl-landing.vl-city-page .vl-ch-hero-copy .vl-tagline { margin-left:0; margin-right:0; }
}
@media (max-width:640px) {
  .vl-landing.vl-city-page .vl-ch-hero-inner { padding:2rem 1.25rem 1.25rem; }
  .vl-landing.vl-city-page .vl-ch-stats { grid-template-columns:repeat(2,1fr); }
  .vl-landing.vl-city-page .vl-ch-stat:nth-child(2) { border-right:none; }
  .vl-landing.vl-city-page .vl-ch-stat:nth-child(1),
  .vl-landing.vl-city-page .vl-ch-stat:nth-child(2) { border-bottom:1px solid rgba(255,255,255,.07); }
  .vl-landing.vl-city-page .vl-ch-btns { flex-direction:column; align-items:stretch; }
  .vl-landing.vl-city-page .vl-ch-btns .vl-btn { justify-content:center; }
}

/* RESERVE BAR */
.vl-landing .vl-reserve {
  background:linear-gradient(135deg,var(--dark2),var(--dark3));
  border-radius:12px; padding:1.35rem 1.75rem; margin-bottom:1.75rem;
  box-shadow:0 8px 32px rgba(10,25,49,.18);
}
.vl-landing .vl-reserve-inner {
  display:flex; align-items:center; justify-content:space-between;
  gap:1.25rem; flex-wrap:wrap;
}
.vl-landing .vl-reserve-text strong {
  display:block; font-family:'Rajdhani',sans-serif;
  font-size:1.15rem; font-weight:700; color:#fff;
  text-transform:uppercase; letter-spacing:.04em; margin-bottom:.25rem;
}
.vl-landing .vl-reserve-text span { font-size:.85rem; color:rgba(255,255,255,.65); }
.vl-landing .vl-reserve-actions {
  display:flex; align-items:center; gap:.85rem; flex-wrap:wrap;
}
.vl-landing .vl-reserve-phone {
  font-family:'Rajdhani',sans-serif; font-size:1.35rem; font-weight:700;
  color:var(--gold); letter-spacing:.02em; transition:opacity .2s;
}
.vl-landing .vl-reserve-phone:hover { opacity:.85; }
.vl-landing .vl-reserve .vl-btn-gold { padding:.75rem 1.5rem; font-size:.88rem; }

/* OCCASION CARDS */
.vl-landing .vl-occasions {
  display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:1.15rem;
}
.vl-landing .vl-occ {
  background:var(--white); border:1.5px solid var(--border); border-radius:14px;
  padding:1.65rem 1.4rem; text-align:center;
  transition:all .28s ease; position:relative; overflow:hidden;
}
.vl-landing .vl-occ::after {
  content:''; position:absolute; bottom:0; left:0; right:0; height:3px;
  background:linear-gradient(90deg,var(--gold),var(--gold-lt));
  transform:scaleX(0); transition:transform .28s ease;
}
.vl-landing .vl-occ:hover {
  transform:translateY(-4px); box-shadow:0 14px 36px rgba(10,25,49,.1);
  border-color:rgba(255,201,71,.45);
}
.vl-landing .vl-occ:hover::after { transform:scaleX(1); }
.vl-landing .vl-occ-ico {
  width:56px; height:56px; margin:0 auto 1rem;
  background:linear-gradient(135deg,rgba(255,201,71,.18),rgba(255,201,71,.06));
  border:1.5px solid rgba(255,201,71,.35); border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  font-size:1.45rem; line-height:1;
}
.vl-landing .vl-occ h3 {
  font-size:.95rem; font-weight:700; color:var(--dark); margin-bottom:.45rem;
}
.vl-landing .vl-occ p { font-size:.82rem; color:var(--muted); line-height:1.6; margin-bottom:.85rem; }
.vl-landing .vl-occ-link {
  font-size:.78rem; font-weight:700; color:var(--gold);
  text-transform:uppercase; letter-spacing:.08em;
}

/* LOCAL INTRO SPLIT */
.vl-landing .vl-city-split {
  display:grid; grid-template-columns:1fr 1fr; gap:2.5rem; align-items:center;
}
.vl-landing .vl-city-split-img {
  border-radius:14px; overflow:hidden; aspect-ratio:4/3;
  box-shadow:0 14px 44px rgba(10,25,49,.14);
}
.vl-landing .vl-city-split-img img { width:100%; height:100%; object-fit:cover; display:block; }
.vl-landing .vl-city-split-text h3 {
  font-family:'Rajdhani',sans-serif; font-size:1.35rem;
  margin-bottom:.85rem; color:var(--dark);
}
.vl-landing .vl-city-split-text p {
  font-size:.93rem; color:#444; line-height:1.8; margin-bottom:.85rem;
}
.vl-landing .vl-city-split-text p:last-child { margin-bottom:0; }

/* AIRPORT LINKS */
.vl-landing .vl-ap-links {
  display:flex; flex-wrap:wrap; gap:.55rem; justify-content:center;
}
.vl-landing .vl-ap-link {
  display:inline-flex; align-items:center; gap:.4rem;
  padding:.55rem 1.1rem; background:var(--white);
  border:1.5px solid var(--border); border-radius:8px;
  color:var(--dark); font-size:.82rem; font-weight:600;
  transition:all .22s ease;
}
.vl-landing .vl-ap-link:hover {
  border-color:var(--gold); background:#fffdf5;
  box-shadow:0 4px 16px rgba(255,201,71,.15);
}
.vl-landing .vl-ap-link span { color:var(--gold); font-size:.9rem; }

/* TRUST BAR */
.vl-landing .vl-trust {
  display:flex; flex-wrap:wrap; justify-content:center; gap:1.25rem 2rem;
  padding:1.5rem 1.75rem; background:var(--white);
  border-radius:12px; border:1.5px solid var(--border); margin-bottom:1.75rem;
}
.vl-landing .vl-trust-item {
  display:flex; align-items:center; gap:.5rem;
  font-size:.82rem; font-weight:600; color:var(--dark);
}
.vl-landing .vl-trust-ico {
  width:22px; height:22px; border-radius:50%;
  background:var(--gold); color:#0A1931;
  display:flex; align-items:center; justify-content:center;
  font-size:.65rem; font-weight:800; flex-shrink:0;
}

@media (max-width:768px) {
  .vl-landing .vl-city-split { grid-template-columns:1fr; }
  .vl-landing .vl-reserve-inner { flex-direction:column; text-align:center; }
  .vl-landing .vl-reserve-actions { justify-content:center; }
}

/* FLEET PHOTO CARDS */
.vl-landing .vl-fleet-photo { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:1.25rem; }
.vl-landing .vl-fp {
  border-radius:12px; overflow:hidden; background:#fff;
  border:1.5px solid var(--border); transition:all .3s;
}
.vl-landing .vl-fp:hover { box-shadow:0 14px 40px rgba(0,0,0,.12); transform:translateY(-4px); border-color:rgba(255,201,71,.4); }
.vl-landing .vl-fp-img { height:180px; overflow:hidden; background:var(--bg); position:relative; }
.vl-landing .vl-fp-img img { width:100%; height:100%; object-fit:contain; object-position:center; padding:.5rem; }
.vl-landing .vl-fp-body { padding:1.2rem 1.3rem; }
.vl-landing .vl-fp-from { font-size:.72rem; color:var(--gold); font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.vl-landing .vl-fp-body h3 { font-size:.98rem; font-weight:700; margin:.25rem 0 .4rem; }
.vl-landing .vl-fp-body p { font-size:.82rem; color:var(--muted); line-height:1.6; margin:0; }
.vl-landing .vl-fp-cap { font-size:.72rem; color:var(--muted); margin-top:.5rem; }

/* REVIEWS CAROUSEL */
.vl-landing .vl-rc { position:relative; max-width:1100px; margin:0 auto; }
.vl-landing .vl-rc-viewport { overflow:hidden; border-radius:16px; touch-action:pan-y; }
.vl-landing .vl-rc-track { display:flex; transition:transform .55s cubic-bezier(.4,0,.2,1); will-change:transform; }
.vl-landing .vl-rc-slide { flex:0 0 100%; padding:0 .65rem; box-sizing:border-box; }
@media (min-width:700px) { .vl-landing .vl-rc-slide { flex:0 0 50%; } }
@media (min-width:1024px) { .vl-landing .vl-rc-slide { flex:0 0 33.333%; } }
.vl-landing .vl-rc-card {
  height:100%; min-height:280px; background:var(--white); border-radius:14px;
  border:1.5px solid var(--border); padding:1.85rem 1.65rem 1.5rem;
  box-shadow:0 4px 24px rgba(10,25,49,.06); position:relative; overflow:hidden;
  display:flex; flex-direction:column;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.vl-landing .vl-rc-card:hover { transform:translateY(-4px); box-shadow:0 16px 40px rgba(10,25,49,.12); border-color:rgba(255,201,71,.45); }
.vl-landing .vl-rc-card::before {
  content:'\201C'; position:absolute; top:.5rem; right:1.1rem;
  font-family:Georgia,serif; font-size:4.5rem; line-height:1; color:rgba(255,201,71,.12); pointer-events:none;
}
.vl-landing .vl-rc-card::after {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:linear-gradient(90deg,var(--gold),var(--gold-lt)); opacity:.85;
}
.vl-landing .vl-rc-stars { color:var(--gold); font-size:.95rem; letter-spacing:.12em; margin-bottom:1rem; }
.vl-landing .vl-rc-text { flex:1; font-size:.9rem; color:#444; line-height:1.78; font-style:italic; margin:0 0 1.35rem; position:relative; z-index:1; }
.vl-landing .vl-rc-author { display:flex; align-items:center; gap:.75rem; margin-top:auto; position:relative; z-index:1; }
.vl-landing .vl-rc-avatar {
  width:46px; height:46px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(135deg,var(--dark2),var(--dark3));
  display:flex; align-items:center; justify-content:center;
  font-family:'Rajdhani',sans-serif; font-size:.95rem; font-weight:700;
  color:var(--gold); border:2px solid rgba(255,201,71,.35);
}
.vl-landing .vl-rc-name { font-family:'Rajdhani',sans-serif; font-size:.95rem; font-weight:700; color:var(--dark); text-transform:uppercase; letter-spacing:.04em; }
.vl-landing .vl-rc-role { font-size:.72rem; color:var(--muted); margin-top:.15rem; text-transform:uppercase; letter-spacing:.08em; }
.vl-landing .vl-rc-controls { display:flex; align-items:center; justify-content:center; gap:1rem; margin-top:1.75rem; }
.vl-landing .vl-rc-btn {
  width:44px; height:44px; border-radius:50%; border:none; cursor:pointer;
  background:var(--dark2); color:var(--gold); font-size:1.35rem; line-height:1;
  display:flex; align-items:center; justify-content:center;
  transition:background .2s, transform .2s, box-shadow .2s; box-shadow:0 4px 14px rgba(10,25,49,.15);
}
.vl-landing .vl-rc-btn:hover { background:var(--dark); transform:scale(1.06); box-shadow:0 6px 20px rgba(10,25,49,.22); }
.vl-landing .vl-rc-btn:focus-visible { outline:2px solid var(--gold); outline-offset:2px; }
.vl-landing .vl-rc-dots { display:flex; align-items:center; justify-content:center; gap:.45rem; flex-wrap:wrap; max-width:320px; }
.vl-landing .vl-rc-dot { width:8px; height:8px; border-radius:50%; border:none; padding:0; background:#c5cdd8; cursor:pointer; transition:all .25s ease; }
.vl-landing .vl-rc-dot.is-active { background:var(--gold); width:24px; border-radius:4px; box-shadow:0 2px 8px rgba(255,201,71,.45); }
@media (max-width:699px) { .vl-landing .vl-rc { padding:0 .25rem; } .vl-landing .vl-rc-card { min-height:260px; } }

/* SPLIT IMAGE + TEXT */
.vl-landing .vl-split {
  display:grid; grid-template-columns:1fr 1fr; gap:2.5rem;
  align-items:center;
}
.vl-landing .vl-split-img {
  border-radius:12px; overflow:hidden; aspect-ratio:4/3;
  box-shadow:0 12px 40px rgba(0,0,0,.15);
}
.vl-landing .vl-split-img img { width:100%; height:100%; object-fit:cover; display:block; }
.vl-landing .vl-split-text h3 {
  font-family:'Rajdhani',sans-serif; font-size:1.35rem;
  margin-bottom:.85rem; color:var(--dark);
}
.vl-landing .vl-split-text p { font-size:.93rem; color:#444; line-height:1.8; margin-bottom:.85rem; }

/* NEIGHBORHOOD CHIPS */
.vl-landing .vl-chips { display:flex; flex-wrap:wrap; gap:.5rem; justify-content:center; }
.vl-landing .vl-chip {
  display:inline-block; padding:.45rem 1rem;
  background:var(--bg); border:1.5px solid var(--border); border-radius:6px;
  color:var(--dark); font-size:.82rem; font-weight:600; transition:all .2s;
}
.vl-landing .vl-chip:hover { border-color:var(--gold); background:#fff; color:var(--dark); }

/* RATES TABLE */
.vl-landing .vl-rates-wrap { overflow-x:auto; border-radius:10px; border:1.5px solid var(--border); }
.vl-landing .vl-rates { width:100%; border-collapse:collapse; font-size:.88rem; }
.vl-landing .vl-rates thead { background:var(--dark2); color:#fff; }
.vl-landing .vl-rates th {
  padding:.85rem 1.1rem; text-align:left; font-weight:700;
  font-size:.72rem; letter-spacing:.08em; text-transform:uppercase;
}
.vl-landing .vl-rates td { padding:.8rem 1.1rem; border-bottom:1px solid var(--border); }
.vl-landing .vl-rates tr:last-child td { border-bottom:none; }
.vl-landing .vl-rates tr:nth-child(even) td { background:var(--bg); }
.vl-landing .vl-rates .vl-book {
  display:inline-block; padding:.35rem .85rem;
  background:var(--gold); color:#0A1931; border-radius:4px;
  font-size:.78rem; font-weight:700; transition:opacity .2s;
}
.vl-landing .vl-rates .vl-book:hover { opacity:.85; }

/* MEET & GREET BOX */
.vl-landing .vl-mg {
  display:grid; grid-template-columns:1fr 1fr; gap:2rem; align-items:center;
  background:linear-gradient(135deg,#0A1931,#142d52);
  border-radius:14px; padding:2.5rem; color:#fff; overflow:hidden;
}
.vl-landing .vl-mg-img { border-radius:10px; overflow:hidden; aspect-ratio:4/3; }
.vl-landing .vl-mg-img img { width:100%; height:100%; object-fit:cover; display:block; }
.vl-landing .vl-mg-text h3 { font-family:'Rajdhani',sans-serif; font-size:1.3rem; margin-bottom:.75rem; color:#fff; }
.vl-landing .vl-mg-text p { font-size:.9rem; opacity:.85; line-height:1.75; margin-bottom:.75rem; }
.vl-landing .vl-mg-price {
  display:inline-block; background:var(--gold); color:#0A1931;
  font-weight:800; font-size:1.1rem; padding:.4rem 1rem; border-radius:6px; margin-top:.5rem;
}

/* INSTRUCTIONS LIST */
.vl-landing .vl-instr { list-style:none; padding:0; margin:0; }
.vl-landing .vl-instr li {
  padding:.75rem 0 .75rem 1.75rem; border-bottom:1px solid var(--border);
  font-size:.9rem; color:#444; line-height:1.65; position:relative;
}
.vl-landing .vl-instr li:last-child { border-bottom:none; }
.vl-landing .vl-instr li::before {
  content:''; position:absolute; left:0; top:1.05rem;
  width:8px; height:8px; background:var(--gold); border-radius:50%;
}

/* INFO BOX */
.vl-landing .vl-info {
  background:var(--bg); border:1.5px solid var(--border); border-left:4px solid var(--gold);
  border-radius:10px; padding:1.5rem 1.75rem;
}
.vl-landing .vl-info h3 { font-size:1rem; font-weight:700; margin-bottom:.5rem; }
.vl-landing .vl-info p { font-size:.88rem; color:var(--muted); line-height:1.65; margin:0; }

/* PEACE OF MIND */
.vl-landing .vl-peace { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:1rem; }
.vl-landing .vl-peace-item {
  display:flex; gap:.75rem; align-items:flex-start;
  padding:1rem; background:var(--bg); border-radius:8px; border:1px solid var(--border);
}
.vl-landing .vl-peace-item::before {
  content:'\2713'; flex-shrink:0; width:22px; height:22px;
  background:var(--gold); color:#0A1931; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:.7rem; font-weight:800;
}
.vl-landing .vl-peace-item span { font-size:.86rem; color:#444; line-height:1.55; }

@media (max-width:768px) {
  .vl-landing .vl-split, .vl-landing .vl-mg { grid-template-columns:1fr; }
}

/* FLEET PHOTO CARDS */
.vl-landing .vl-fleet-photo { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:1.25rem; }
.vl-landing .vl-fp {
  border-radius:12px; overflow:hidden; background:#fff;
  border:1.5px solid var(--border); transition:all .3s;
}
.vl-landing .vl-fp:hover { box-shadow:0 14px 40px rgba(0,0,0,.12); transform:translateY(-4px); border-color:rgba(255,201,71,.4); }
.vl-landing .vl-fp-img { height:180px; overflow:hidden; background:var(--bg); position:relative; }
.vl-landing .vl-fp-img img { width:100%; height:100%; object-fit:contain; object-position:center; padding:.5rem; }
.vl-landing .vl-fp-body { padding:1.2rem 1.3rem; }
.vl-landing .vl-fp-from { font-size:.72rem; color:var(--gold); font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.vl-landing .vl-fp-body h3 { font-size:.98rem; font-weight:700; margin:.25rem 0 .4rem; }
.vl-landing .vl-fp-body p { font-size:.82rem; color:var(--muted); line-height:1.6; margin:0; }
.vl-landing .vl-fp-cap { font-size:.72rem; color:var(--muted); margin-top:.5rem; }

/* REVIEWS CAROUSEL */
.vl-landing .vl-rc { position:relative; max-width:1100px; margin:0 auto; }
.vl-landing .vl-rc-viewport { overflow:hidden; border-radius:16px; touch-action:pan-y; }
.vl-landing .vl-rc-track { display:flex; transition:transform .55s cubic-bezier(.4,0,.2,1); will-change:transform; }
.vl-landing .vl-rc-slide { flex:0 0 100%; padding:0 .65rem; box-sizing:border-box; }
@media (min-width:700px) { .vl-landing .vl-rc-slide { flex:0 0 50%; } }
@media (min-width:1024px) { .vl-landing .vl-rc-slide { flex:0 0 33.333%; } }
.vl-landing .vl-rc-card {
  height:100%; min-height:280px; background:var(--white); border-radius:14px;
  border:1.5px solid var(--border); padding:1.85rem 1.65rem 1.5rem;
  box-shadow:0 4px 24px rgba(10,25,49,.06); position:relative; overflow:hidden;
  display:flex; flex-direction:column;
  transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.vl-landing .vl-rc-card:hover { transform:translateY(-4px); box-shadow:0 16px 40px rgba(10,25,49,.12); border-color:rgba(255,201,71,.45); }
.vl-landing .vl-rc-card::before {
  content:'\201C'; position:absolute; top:.5rem; right:1.1rem;
  font-family:Georgia,serif; font-size:4.5rem; line-height:1; color:rgba(255,201,71,.12); pointer-events:none;
}
.vl-landing .vl-rc-card::after {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:linear-gradient(90deg,var(--gold),var(--gold-lt)); opacity:.85;
}
.vl-landing .vl-rc-stars { color:var(--gold); font-size:.95rem; letter-spacing:.12em; margin-bottom:1rem; }
.vl-landing .vl-rc-text { flex:1; font-size:.9rem; color:#444; line-height:1.78; font-style:italic; margin:0 0 1.35rem; position:relative; z-index:1; }
.vl-landing .vl-rc-author { display:flex; align-items:center; gap:.75rem; margin-top:auto; position:relative; z-index:1; }
.vl-landing .vl-rc-avatar {
  width:46px; height:46px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(135deg,var(--dark2),var(--dark3));
  display:flex; align-items:center; justify-content:center;
  font-family:'Rajdhani',sans-serif; font-size:.95rem; font-weight:700;
  color:var(--gold); border:2px solid rgba(255,201,71,.35);
}
.vl-landing .vl-rc-name { font-family:'Rajdhani',sans-serif; font-size:.95rem; font-weight:700; color:var(--dark); text-transform:uppercase; letter-spacing:.04em; }
.vl-landing .vl-rc-role { font-size:.72rem; color:var(--muted); margin-top:.15rem; text-transform:uppercase; letter-spacing:.08em; }
.vl-landing .vl-rc-controls { display:flex; align-items:center; justify-content:center; gap:1rem; margin-top:1.75rem; }
.vl-landing .vl-rc-btn {
  width:44px; height:44px; border-radius:50%; border:none; cursor:pointer;
  background:var(--dark2); color:var(--gold); font-size:1.35rem; line-height:1;
  display:flex; align-items:center; justify-content:center;
  transition:background .2s, transform .2s, box-shadow .2s; box-shadow:0 4px 14px rgba(10,25,49,.15);
}
.vl-landing .vl-rc-btn:hover { background:var(--dark); transform:scale(1.06); box-shadow:0 6px 20px rgba(10,25,49,.22); }
.vl-landing .vl-rc-btn:focus-visible { outline:2px solid var(--gold); outline-offset:2px; }
.vl-landing .vl-rc-dots { display:flex; align-items:center; justify-content:center; gap:.45rem; flex-wrap:wrap; max-width:320px; }
.vl-landing .vl-rc-dot { width:8px; height:8px; border-radius:50%; border:none; padding:0; background:#c5cdd8; cursor:pointer; transition:all .25s ease; }
.vl-landing .vl-rc-dot.is-active { background:var(--gold); width:24px; border-radius:4px; box-shadow:0 2px 8px rgba(255,201,71,.45); }
@media (max-width:699px) { .vl-landing .vl-rc { padding:0 .25rem; } .vl-landing .vl-rc-card { min-height:260px; } }

/* ── Content block: embed inside existing WordPress page container ── */
.vl-content-block.vl-landing {
  background: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.vl-content-block .vl-svc-sheet {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 0 2.5rem;
  box-shadow: none;
}
.vl-content-block .vl-svc-sheet-section {
  margin-bottom: 1.75rem;
}
.vl-content-block .vl-svc-sheet-section h2 {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  margin-bottom: .75rem;
}
.vl-content-block .vl-svc-sheet-section p {
  font-size: 1rem;
  line-height: 1.75;
  color: inherit;
}
.vl-content-block .vl-area-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.vl-content-block .vl-area-list li {
  position: relative;
  padding: .45rem 0 .45rem 1.35rem;
  font-size: .98rem;
  line-height: 1.65;
  color: inherit;
}
.vl-content-block .vl-area-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #FFC947;
  font-weight: 700;
}
.vl-content-block .vl-svc-sheet-cta {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
  text-align: left;
  font-size: .95rem;
}
.vl-content-block .vl-sec,
.vl-content-block .vl-sec-alt {
  background: transparent;
  border-radius: 0;
  padding: 2rem 0;
  margin-bottom: 0;
  box-shadow: none;
  border-top: 1px solid #e2e8f0;
}
.vl-content-block .vl-sh {
  text-align: left;
  margin-bottom: 1.5rem;
}
.vl-content-block .vl-sh h2 {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  text-align: left;
}
.vl-content-block .vl-sh p {
  margin: .5rem 0 0;
  max-width: none;
  text-align: left;
}
.vl-content-block .vl-rc {
  max-width: 100%;
}
.vl-content-block .vl-faq-item {
  border-color: #e2e8f0;
}
@media (max-width:640px) {
  .vl-content-block .vl-sec,
  .vl-content-block .vl-sec-alt {
    padding: 1.5rem 0;
  }
}

/* ── Elementor embed: overrides kit/theme rules inside .vl-landing blocks ── */
.elementor-widget-html .elementor-widget-container {
  overflow: visible;
  text-align: left;
}
.elementor-kit-8 .elementor-widget-html .vl-landing.vl-city-page {
  text-align: left;
  align-self: stretch;
}
.elementor-widget-html .elementor-widget-container .vl-landing,
.elementor-kit-8 .vl-landing {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  --gold: #FFC947;
  --gold-lt: #FFD97A;
  --dark: #0A1931;
  --dark2: #0D2240;
  --dark3: #142d52;
  --muted: #6b7280;
  --bg: #f5f7fa;
  --bg-warm: #EEF2F7;
  --white: #fff;
  --border: #e2e8f0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 15px;
  color: var(--dark);
  line-height: 1.7;
  background: var(--bg);
}
.elementor-kit-8 .vl-landing *,
.elementor-kit-8 .vl-landing *::before,
.elementor-kit-8 .vl-landing *::after {
  box-sizing: border-box;
}
.elementor-kit-8 .vl-landing h1,
.elementor-kit-8 .vl-landing h2,
.elementor-kit-8 .vl-landing h3,
.elementor-kit-8 .vl-landing h4,
.elementor-kit-8 .vl-landing h5,
.elementor-kit-8 .vl-landing h6 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0;
}
.elementor-kit-8 .vl-landing p {
  margin-block-end: 0;
  margin-bottom: .9rem;
}
.elementor-kit-8 .vl-landing ul,
.elementor-kit-8 .vl-landing ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.elementor-kit-8 .vl-landing a {
  text-decoration: none;
}
.elementor-kit-8 .vl-landing .vl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .95rem 2rem;
  border-radius: 6px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: all .25s ease;
}
.elementor-kit-8 .vl-landing .vl-btn-gold {
  background: linear-gradient(135deg, #FFC947, #FFD97A);
  color: #0A1931;
  box-shadow: 0 4px 18px rgba(255, 201, 71, .4);
  border: none;
}
.elementor-kit-8 .vl-landing .vl-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 201, 71, .5);
}
.elementor-kit-8 .vl-landing .vl-btn-ghost {
  border: 2px solid rgba(255, 255, 255, .4);
  color: #fff;
  background: rgba(255, 255, 255, .07);
}
.elementor-kit-8 .vl-landing .vl-btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .13);
}

/* City hero — full rules so Elementor kit cannot strip them */
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-wrap {
  margin: 0 0 2rem;
  width: 100%;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #0A1931;
  color: #fff;
  box-shadow: 0 20px 60px rgba(10, 25, 49, .22);
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  opacity: .35;
  z-index: 0;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
    rgba(6, 14, 26, .97) 0%,
    rgba(10, 25, 49, .92) 42%,
    rgba(10, 25, 49, .55) 68%,
    rgba(10, 25, 49, .25) 100%);
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: center;
  padding: 3.25rem 2.75rem 2rem;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-copy {
  text-align: left;
  max-width: 580px;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #FFC947;
  margin-top: 50px;
  margin-bottom: .9rem;
  padding: .35rem .85rem;
  background: rgba(255, 201, 71, .1);
  border: 1px solid rgba(255, 201, 71, .28);
  border-radius: 999px;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFC947;
  box-shadow: 0 0 8px rgba(255, 201, 71, .7);
  flex-shrink: 0;
}
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-copy .vl-tagline {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    margin: 0 0 1.25rem;
    margin-left: 0;
    margin-right: 0;
    padding: .6rem 1.35rem .6rem 1.1rem;
    background: linear-gradient(135deg, rgba(255, 201, 71, .14), rgba(255, 201, 71, .06));
    border: 1.5px solid rgba(255, 201, 71, .5);
    border-radius: 999px;
    color: #fff;
    animation: none;
    justify-content: flex-start;
  }
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-copy h1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  padding-left: 1.1rem;
  border-left: 4px solid #FFC947;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-sub {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, .78);
  margin: 0 0 1.15rem;
  max-width: 520px;
  text-transform: none;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-rating {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .45rem .9rem;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  font-size: .84rem;
  color: rgba(255, 255, 255, .85);
  text-transform: none;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-rating .vl-stars {
  color: #FFC947;
  font-size: .82rem;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-btns {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  align-items: center;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-btns .vl-btn {
  padding: .9rem 1.75rem;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  max-height: 340px;
  border: 2px solid rgba(255, 201, 71, .35);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .35);
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 14, 26, .45) 0%, transparent 50%);
  pointer-events: none;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-float {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  background: rgba(10, 25, 49, .88);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 201, 71, .4);
  border-radius: 10px;
  padding: .65rem 1rem;
  display: flex;
  align-items: center;
  gap: .65rem;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-float-n {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFC947;
  line-height: 1;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-float-l {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255, 255, 255, .65);
  line-height: 1.35;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-state {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  background: #FFC947;
  color: #0A1931;
  font-family: 'Rajdhani', sans-serif;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .12em;
  padding: .35rem .75rem;
  border-radius: 6px;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(0, 0, 0, .22);
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-stat {
  padding: 1.15rem 1rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .07);
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-stat:last-child {
  border-right: none;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-stat-n {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #FFC947;
  display: block;
  line-height: 1;
  margin-bottom: .28rem;
}
.elementor-kit-8 .vl-landing.vl-city-page .vl-ch-stat-l {
  font-size: .63rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .42);
}
.elementor-kit-8 .vl-service-page .vl-ch-hero {
  background: #0A1931;
  color: #fff;
}
.elementor-kit-8 .vl-service-page .vl-ch-hero-copy h1 {
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3rem);
  padding-left: 1.1rem;
  border-left: 4px solid #FFC947;
}
@media (max-width: 900px) {
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-inner {
    grid-template-columns: 1fr;
    padding: 2.5rem 1.75rem 1.5rem;
  }
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-photo {
    max-height: 260px;
    order: -1;
    margin-top: 50px;
  }
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-copy {
    max-width: none;
  }
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-eyebrow {
    margin-top: 0;
  }
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-copy .vl-tagline {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-hero-inner {
    padding: 2rem 1.25rem 1.25rem;
  }
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-stat:nth-child(2) {
    border-right: none;
  }
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-stat:nth-child(1),
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-stat:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-btns {
    flex-direction: column;
    align-items: stretch;
  }
  .elementor-kit-8 .vl-landing.vl-city-page .vl-ch-btns .vl-btn {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .vl-service-page .vl-ch-hero-photo {
    margin-top: 40px;
  }
  .elementor-13 .elementor-element.elementor-element-6e8af6bd {
    margin-top: 0;
    margin-bottom: -73px;
  }
}
.elementor-kit-8 .vl-landing .vl-sec {
  background: var(--white);
  border-radius: 16px;
  padding: 2.75rem 2.5rem;
  margin-bottom: 1.75rem;
  box-shadow: 0 2px 16px rgba(10, 25, 49, .06);
}
.elementor-kit-8 .vl-landing .vl-sec-alt {
  background: var(--bg-warm);
  border-radius: 16px;
  padding: 2.75rem 2.5rem;
  margin-bottom: 1.75rem;
  border: 1px solid #dae4ef;
}
.elementor-kit-8 .vl-landing .vl-sec-dark {
  background: linear-gradient(160deg, #060e1a 0%, #0A1931 55%, #071526 100%);
  border-radius: 16px;
  padding: 2.75rem 2.5rem;
  margin-bottom: 1.75rem;
  color: #fff;
}
.elementor-kit-8 .vl-landing .vl-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: .9rem;
}
.elementor-kit-8 .vl-landing .vl-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.15rem;
}
.elementor-kit-8 .vl-landing .vl-occasions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.15rem;
}
.elementor-kit-8 .vl-landing .vl-fleet-photo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.25rem;
}
.elementor-kit-8 .vl-landing .vl-city-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
.elementor-kit-8 .vl-landing .vl-reserve {
  background: linear-gradient(135deg, #0A1931, #142d52);
  border-radius: 14px;
  padding: 1.35rem 1.75rem;
  margin-bottom: 1.75rem;
  color: #fff;
}
.elementor-kit-8 .vl-landing .vl-cta {
  background: linear-gradient(160deg, #060e1a, #0A1931 55%, #071526);
  border-radius: 16px;
  padding: 3.5rem 2rem;
  text-align: center;
  color: #fff;
}
.elementor-kit-8 .vl-landing .vl-prose {
  background: var(--white);
  border-radius: 16px;
  padding: 2.5rem 2.75rem;
  margin-bottom: 1.75rem;
  border: 1px solid var(--border);
  box-shadow: 0 2px 16px rgba(10, 25, 49, .06);
}
.elementor-kit-8 .vl-landing .vl-prose-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.elementor-kit-8 .vl-landing .vl-prose-list li {
  position: relative;
  padding: .45rem 0 .45rem 1.35rem;
}
.elementor-kit-8 .vl-landing .vl-prose-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #FFC947;
  font-weight: 700;
}
@media (max-width: 768px) {
  .elementor-kit-8 .vl-landing .vl-city-split {
    grid-template-columns: 1fr;
  }
  .elementor-kit-8 .vl-landing .vl-sec,
  .elementor-kit-8 .vl-landing .vl-sec-alt,
  .elementor-kit-8 .vl-landing .vl-sec-dark,
  .elementor-kit-8 .vl-landing .vl-prose {
    padding: 2rem 1.25rem;
  }
}
