/* fleet_template_v2.php — vehicle detail / decision page.
   New design 2026-05-28 (pt27) from samples/mercedes mockup. */

  :root { --veh-navy: #0a1020; --veh-navy-2: #0c1322; --veh-line: rgba(255,255,255,0.08); }

  /* Hide global ambient + nav gutter mask (page has its own hero). */
  .ambient-light { display: none !important; }
  body > div[aria-hidden="true"][style*="height: 145px"] { display: none !important; }

  .veh-eyebrow { color: #D4AF37; font-size: 10.5px; font-weight: 800; letter-spacing: 0.32em; text-transform: uppercase; margin: 0 0 14px; }
  .veh-h2 { font-family: var(--font-heading); color: #fff; font-weight: 300; font-size: clamp(1.7rem, 3.2vw, 2.4rem); line-height: 1.15; margin: 0 0 18px; }
  .veh-section-head { font-family: var(--font-heading); color: #fff; font-weight: 300; font-size: clamp(1.3rem, 2.4vw, 1.7rem); letter-spacing: 0.26em; text-transform: uppercase; text-align: center; margin: 0 0 34px; }

  /* ============ HERO (homepage split pattern) ============ */
  .veh-hero {
    position: relative;
    min-height: 620px;
    background: #030303;
    overflow: hidden;
    isolation: isolate;
    padding: 150px 0 90px;
    display: flex;
    align-items: center;
  }
  .veh-hero-bg-img {
    position: absolute; top: 0; right: 0;
    width: 60%; height: 100%;
    background-size: cover; background-position: center right; background-repeat: no-repeat;
    z-index: 0; pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.6) 30%, #000 60%);
            mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,0.6) 30%, #000 60%);
  }
  /* Cutout mode: float the transparent vehicle cutout on the right (no scene image yet). */
  .veh-hero-photo {
    position: absolute; right: 1%; top: 50%; transform: translateY(-46%);
    width: 56%; max-height: 80%; object-fit: contain;
    z-index: 1; pointer-events: none;
    filter: drop-shadow(0 30px 50px rgba(0,0,0,0.6));
  }
  @media (max-width: 1024px) and (min-width: 641px) {
    /* tablet: keep the cutout stacked below the copy */
    .veh-hero--cutout { padding-bottom: 40px; display: flex; flex-direction: column; }
    .veh-hero-photo { position: relative; right: auto; top: auto; transform: none; width: 100%; max-height: 260px; margin-top: 28px; order: 2; }
    .veh-hero--cutout .veh-hero-content { order: 1; }
  }
  @media (max-width: 640px) {
    /* MOBILE: heading OVERLAID directly on the hero image (image fills the hero,
       scrim behind the text). Owner 2026-05-29. */
    .veh-hero, .veh-hero--cutout {
      display: block;                 /* size to content — no forced height, no big gap */
      min-height: 0; padding: 128px 0 30px;
      position: relative;
    }
    .veh-hero-content { position: relative; z-index: 2; width: 100%; }
    /* SCENE: WHOLE vehicle shown (contain, zoomed out) in the upper area; text
       overlaid below over the scrim. Owner 2026-05-29. */
    .veh-hero-bg-img {
      position: absolute; inset: 0; width: 100%; height: 100%;
      background-size: contain !important; background-repeat: no-repeat;
      background-position: center 34%;
      background-image: var(--veh-hero-m, var(--veh-hero)) !important;
      opacity: 1 !important;
      -webkit-mask-image: none !important; mask-image: none !important;
    }
    /* CUTOUT: transparent car sits in the lower area (text is up top under the nav) */
    .veh-hero--cutout .veh-hero-photo {
      position: absolute; left: 0; right: 0; top: auto; bottom: 0; transform: none;
      width: 100%; height: 54%; margin: 0 auto; object-fit: contain; opacity: 1; z-index: 1;
    }
    /* scrim at the TOP, behind the text (text sits directly under the nav) */
    .veh-hero::after {
      content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: auto; height: 52%;
      background: linear-gradient(180deg, rgba(3,3,3,0.95) 0%, rgba(3,3,3,0.55) 50%, rgba(3,3,3,0) 100%);
      z-index: 1; pointer-events: none;
    }
    /* QUICK SPECS marquee: kill the -56px desktop pull (was covering the CTA buttons) */
    .veh-specs { display: block !important; overflow: hidden; margin: 26px auto 0 !important; }
    .veh-spec { border-right: none; padding: 4px 22px; }
    /* GALLERY: each vehicle image shown in full, never cropped */
    .veh-gallery, .veh-gallery--uniform { grid-template-columns: 1fr !important; grid-auto-rows: auto !important; }
    .veh-gallery-item, .veh-gallery-item.is-main { grid-row: auto !important; grid-column: auto !important; height: auto !important; }
    .veh-gallery-item img { width: 100% !important; height: auto !important; object-fit: contain !important; }
  }
  .veh-hero-content { position: relative; z-index: 2; width: 100%; }
  .veh-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: 12px; color: rgba(255,255,255,0.45); margin-bottom: 22px; }
  .veh-breadcrumb a { color: rgba(255,255,255,0.55); transition: color 0.2s ease; }
  .veh-breadcrumb a:hover { color: #D4AF37; }
  .veh-breadcrumb .is-current { color: #D4AF37; }
  .veh-hero-eyebrow { color: #D4AF37; font-size: 12px; font-weight: 800; letter-spacing: 0.36em; text-transform: uppercase; margin: 0; }
  .veh-hero-title { font-family: var(--font-heading); color: #fff; font-weight: 500; font-size: clamp(2.4rem, 5.5vw, 4.5rem); line-height: 1.05; letter-spacing: -0.01em; margin: 16px 0 0; max-width: 560px; }
  .veh-hero-sub { color: rgba(255,255,255,0.8); font-size: 1.02rem; line-height: 1.65; max-width: 440px; margin: 20px 0 0; }
  .veh-hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
  @media (max-width: 1024px) and (min-width: 641px) {
    .veh-hero-bg-img { width: 100%; opacity: 0.32; -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.4) 60%, transparent 100%); mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,0.4) 60%, transparent 100%); }
    .veh-hero-title, .veh-hero-sub { max-width: none; }
  }
  @media (max-width: 768px) and (min-width: 641px) { .veh-hero { min-height: auto; padding: 120px 0 60px; } }

  /* Quick-specs strip — own band below the hero. */
  .veh-specs-band { background: #030303; padding: 0 24px; }
  .veh-specs {
    position: relative; z-index: 6;
    max-width: 1120px; margin: -56px auto 0;
    background: rgba(10,16,30,0.94);
    border: 1px solid rgba(212,175,55,0.25);
    border-radius: 16px;
    box-shadow: 0 30px 70px -30px rgba(0,0,0,0.8);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    display: grid; grid-template-columns: repeat(6, auto); justify-content: space-between; align-items: center;
    padding: 22px 14px;
  }
  .veh-specs-track { display: contents; }  /* desktop: items are grid children of .veh-specs; mobile: becomes the marquee track */
  /* hide the mobile-marquee clone set on desktop/tablet (higher specificity than .veh-spec) */
  .veh-spec.m-marquee-clone { display: none; }
  .veh-spec { display: flex; align-items: center; gap: 11px; padding: 4px 16px; border-right: 1px solid rgba(255,255,255,0.07); }
  .veh-spec:last-child { border-right: none; }
  .veh-spec-icon { flex-shrink: 0; color: #D4AF37; display: inline-flex; }
  /* uniform icon shade — all spec/included icons full-gold, none standing out (owner 2026-05-29) */
  .veh-spec-icon svg.lucide, .veh-included-icon svg.lucide { opacity: 1; color: #D4AF37; }
  .veh-spec-icon :is(picture, svg, img) { width: 20px; height: 20px; }
  .veh-spec-text { display: flex; flex-direction: column; min-width: 0; }
  /* spec values + labels always on a single line — never wrap (owner 2026-05-29) */
  .veh-spec-label { font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); white-space: nowrap; }
  .veh-spec-val { font-size: 12.5px; font-weight: 600; color: #fff; margin-top: 3px; line-height: 1.25; white-space: nowrap; }
  @media (max-width: 980px) { .veh-specs { grid-template-columns: repeat(3, 1fr); gap: 14px 0; } .veh-spec:nth-child(3n) { border-right: none; } }
  @media (max-width: 560px) { .veh-specs { grid-template-columns: repeat(2, 1fr); } .veh-spec { border-right: none; } }

  /* ============ WHY CHOOSE + AT A GLANCE ============ */
  .veh-why { background: #030303; padding: 72px 24px; }
  .veh-why-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: start; }
  .veh-why-body p { color: rgba(255,255,255,0.6); font-size: 0.98rem; line-height: 1.7; margin: 0 0 14px; }
  .veh-checklist-head, .veh-glance-head { color: #D4AF37; font-size: 10px; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase; margin: 26px 0 14px; }
  .veh-checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .veh-checklist li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.82); font-size: 0.92rem; }
  .veh-check { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: #D4AF37; display: inline-flex; align-items: center; justify-content: center; }
  .veh-check :is(svg, i) { width: 13px; height: 13px; }

  .veh-glance { background: linear-gradient(160deg, var(--veh-navy) 0%, var(--veh-navy-2) 100%); border: 1px solid var(--veh-line); border-radius: 18px; padding: 30px 30px 34px; }
  .veh-glance-head { margin-top: 0; }
  .veh-glance-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
  .veh-glance-list li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,0.8); font-size: 0.9rem; line-height: 1.4; }
  .veh-glance-tick { flex-shrink: 0; color: #D4AF37; margin-top: 1px; display: inline-flex; }
  .veh-glance-tick :is(svg, i) { width: 14px; height: 14px; }
  @media (max-width: 860px) { .veh-why-grid { grid-template-columns: 1fr; gap: 36px; } }

  /* ============ GALLERY ============ */
  .veh-gallery-section { background: #030303; padding: 0 24px 12px; }
  .veh-gallery { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; grid-auto-rows: 150px; gap: 12px; }
  /* Uniform grid for vehicles with fewer than 5 gallery images. */
  .veh-gallery--uniform { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); grid-auto-rows: 230px; }
  .veh-gallery--uniform .veh-gallery-item.is-main { grid-row: auto; grid-column: auto; }
  .veh-gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: 14px; border: 1px solid var(--veh-line); cursor: zoom-in; }
  .veh-gallery-item.is-main { grid-row: span 2; grid-column: span 1; }
  .veh-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
  .veh-gallery-item:hover img { transform: scale(1.05); }
  .veh-gallery-item figcaption { position: absolute; bottom: 10px; left: 12px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; text-shadow: 0 1px 6px rgba(0,0,0,0.9); z-index: 2; pointer-events: none; }
  .veh-gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,3,3,0.7) 0%, transparent 45%); pointer-events: none; }
  @media (max-width: 760px) { .veh-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 120px; } .veh-gallery-item.is-main { grid-column: span 2; grid-row: span 1; height: 200px; } }

  /* ============ INCLUDED WITH EVERY BOOKING ============ */
  .veh-included-section { background: #030303; padding: 40px 24px; }
  .veh-included-head { color: #D4AF37; font-size: 10px; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase; text-align: center; margin: 0 0 22px; }
  .veh-included-grid { max-width: 1120px; margin: 0 auto; background: linear-gradient(160deg, var(--veh-navy) 0%, var(--veh-navy-2) 100%); border: 1px solid var(--veh-line); border-radius: 16px; padding: 24px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
  .veh-included-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.85); font-size: 12.5px; }
  .veh-included-icon { flex-shrink: 0; color: #D4AF37; display: inline-flex; }
  .veh-included-icon :is(picture, svg, img) { width: 20px; height: 20px; }
  @media (max-width: 980px) { .veh-included-grid { grid-template-columns: repeat(3, 1fr); gap: 18px 12px; } }
  @media (max-width: 540px) { .veh-included-grid { grid-template-columns: repeat(2, 1fr); } }

  /* ============ IS THIS THE RIGHT VEHICLE ============ */
  .veh-right-section { background: #030303; padding: 28px 24px; }
  .veh-right-band { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
    background: linear-gradient(90deg, rgba(212,175,55,0.08) 0%, rgba(212,175,55,0.02) 100%);
    border: 1px solid rgba(212,175,55,0.2); border-radius: 16px; padding: 28px 34px; }
  .veh-right-body { flex: 1 1 460px; }
  .veh-right-body .veh-eyebrow { margin-bottom: 10px; }
  .veh-right-copy { color: rgba(255,255,255,0.72); font-size: 0.95rem; line-height: 1.6; margin: 0; max-width: 640px; }
  .veh-right-cta { flex-shrink: 0; border: 1px solid #D4AF37; color: #D4AF37; padding: 13px 28px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; transition: background 0.25s ease, color 0.25s ease; }
  .veh-right-cta:hover { background: #D4AF37; color: #030303; }

  /* ============ SIMILAR VEHICLES ============ */
  .veh-similar-section { background: #030303; padding: 60px 24px; }
  .veh-similar-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .veh-sim-card { position: relative; display: flex; flex-direction: column; background: linear-gradient(160deg, var(--veh-navy) 0%, var(--veh-navy-2) 100%); border: 1px solid var(--veh-line); border-radius: 16px; padding: 16px; transition: border-color 0.3s ease, transform 0.3s ease; }
  .veh-sim-card:hover { border-color: rgba(212,175,55,0.35); transform: translateY(-3px); }
  .veh-sim-card.is-current { border-color: rgba(212,175,55,0.45); }
  .veh-sim-badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: #D4AF37; color: #030303; font-size: 8.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 9px; border-radius: 4px; }
  .veh-sim-img { aspect-ratio: 16 / 10; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
  .veh-sim-img img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 16px rgba(0,0,0,0.55)); }
  .veh-sim-name { font-family: var(--font-heading); color: #fff; font-size: 16px; font-weight: 700; margin: 0; }
  .veh-sim-class { color: #D4AF37; font-size: 9px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; margin: 5px 0 0; }
  .veh-sim-meta { color: rgba(255,255,255,0.65); font-size: 12px; margin: 8px 0 0; }
  .veh-sim-link { display: inline-flex; align-items: center; gap: 6px; color: #D4AF37; font-size: 10px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 14px; }
  .veh-sim-card:hover .veh-sim-link { color: #fff; }
  @media (max-width: 980px) { .veh-similar-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px) { .veh-similar-grid { grid-template-columns: 1fr; } }

  /* ============ BOOKING CTA + SPEAK TO TEAM ============ */
  .veh-book-section { background: #030303; padding: 20px 24px 60px; }
  .veh-book-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: 0; border: 1px solid var(--veh-line); border-radius: 18px; overflow: hidden; }
  .veh-book-copy { background: linear-gradient(160deg, var(--veh-navy) 0%, var(--veh-navy-2) 100%); padding: 44px 44px; }
  .veh-book-lede { color: rgba(255,255,255,0.7); font-size: 0.95rem; line-height: 1.6; margin: 0 0 26px; max-width: 420px; }
  .veh-book-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
  .veh-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: #D4AF37; color: #030303; padding: 14px 28px; border-radius: 8px; font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; transition: background 0.25s ease; }
  .veh-btn-primary:hover { background: #f7e7a8; }
  .veh-btn-outline { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,0.35); color: #fff; padding: 14px 28px; border-radius: 8px; font-size: 11px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; transition: border-color 0.25s ease, color 0.25s ease; }
  .veh-btn-outline:hover { border-color: #D4AF37; color: #D4AF37; }
  .veh-book-aside { background: #060a14; padding: 44px 40px; display: flex; flex-direction: column; }
  .veh-book-aside.concierge-bg::before { background-position: 60% center; }
  .veh-book-aside-title { font-family: var(--font-heading); color: #fff; font-weight: 300; font-size: 1.6rem; margin: 0 0 8px; }
  .veh-book-aside-lede { color: rgba(255,255,255,0.78); font-size: 0.9rem; margin: 0 0 22px; }
  .veh-contact-row { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 0.98rem; font-weight: 600; padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.18); text-shadow: 0 1px 6px rgba(0,0,0,0.85); }
  .veh-contact-row:last-child { border-bottom: 1px solid rgba(255,255,255,0.18); }
  .veh-contact-row :is(picture.aat-icon, svg, img, i) { color: #D4AF37; }
  .veh-contact-row:hover { color: #D4AF37; }
  @media (max-width: 860px) { .veh-book-grid { grid-template-columns: 1fr; } .veh-book-copy, .veh-book-aside { padding: 34px 26px; } }

  /* ============ REVIEWS (auto-scrolling marquee) ============ */
  .veh-reviews-section { background: #050608; padding: 64px 0; border-top: 1px solid var(--veh-line); }
  /* Aggregate-rating badge — mirrors the AggregateRating JSON-LD (matches schema). */
  .veh-rating-badge { display: flex; justify-content: center; margin: -18px 0 30px; }
  .veh-rating-badge-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; padding: 8px 16px; border: 1px solid rgba(212,175,55,0.35); border-radius: 999px; background: rgba(0,0,0,0.35); transition: border-color 0.2s ease, background 0.2s ease; }
  .veh-rating-badge-link:hover { border-color: #D4AF37; background: rgba(212,175,55,0.08); }
  .veh-rating-g { display: inline-flex; }
  .veh-rating-stars { color: #D4AF37; letter-spacing: 2px; font-size: 14px; }
  .veh-rating-score { color: #fff; font-weight: 700; font-size: 15px; }
  .veh-rating-count { color: #cbd5e1; font-size: 13px; font-weight: 500; }
  .veh-reviews-marquee { position: relative; overflow: hidden; }
  .veh-reviews-track { display: flex; gap: 18px; width: max-content; padding: 4px 18px; animation: veh-marquee 80s linear infinite; }
  .veh-reviews-marquee:hover .veh-reviews-track { animation-play-state: paused; }
  @keyframes veh-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) { .veh-reviews-track { animation: none; } }

  .veh-review-card { flex: 0 0 340px; width: 340px; background: linear-gradient(160deg, var(--veh-navy) 0%, var(--veh-navy-2) 100%); border: 1px solid var(--veh-line); border-radius: 16px; padding: 24px 22px; display: flex; flex-direction: column; gap: 14px; }
  .veh-review-stars { color: #D4AF37; font-size: 14px; letter-spacing: 2px; }
  .veh-review-body { color: rgba(255,255,255,0.8); font-size: 0.9rem; line-height: 1.55; margin: 0; flex: 1 1 auto; }
  .veh-review-foot { display: flex; align-items: center; gap: 12px; }
  .veh-review-avatar { flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; background: rgba(212,175,55,0.15); border: 1px solid rgba(212,175,55,0.4); color: #D4AF37; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; }
  .veh-review-name { display: block; color: #fff; font-size: 13px; font-weight: 700; }
  .veh-review-src { display: inline-flex; align-items: center; gap: 5px; color: rgba(255,255,255,0.5); font-size: 10.5px; margin-top: 2px; }

  /* Edge fade masks */
  .veh-reviews-fade { position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none; }
  .veh-reviews-fade-l { left: 0; background: linear-gradient(90deg, #050608 0%, transparent 100%); }
  .veh-reviews-fade-r { right: 0; background: linear-gradient(270deg, #050608 0%, transparent 100%); }

  /* ============ GALLERY LIGHTBOX ============ */
  .veh-gallery-item img { cursor: zoom-in; }
  .veh-lightbox { position: fixed; inset: 0; z-index: 99998; background: rgba(3,3,3,0.92); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: center; padding: 40px; }
  .veh-lightbox[hidden] { display: none; }
  .veh-lightbox-inner { margin: 0; max-width: 1100px; max-height: 88vh; display: flex; flex-direction: column; align-items: center; }
  .veh-lightbox-inner img { max-width: 100%; max-height: 82vh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 40px 100px -30px rgba(0,0,0,0.9); }
  .veh-lightbox-inner figcaption { color: #D4AF37; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 14px; }
  .veh-lightbox-close { position: absolute; top: 24px; right: 30px; background: none; border: none; color: #fff; font-size: 40px; line-height: 1; cursor: pointer; opacity: 0.8; transition: opacity 0.2s ease, color 0.2s ease; }
  .veh-lightbox-close:hover { opacity: 1; color: #D4AF37; }
  .veh-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(212,175,55,0.4); background: rgba(0,0,0,0.45); color: #fff; font-size: 32px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease; z-index: 2; }
  .veh-lightbox-nav:hover { background: rgba(212,175,55,0.15); border-color: #D4AF37; color: #D4AF37; }
  .veh-lightbox-prev { left: 24px; }
  .veh-lightbox-next { right: 24px; }
  .veh-lightbox-count { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: #cbd5e1; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; }
  @media (max-width: 640px) {
    .veh-lightbox { padding: 16px; }
    .veh-lightbox-nav { width: 46px; height: 46px; font-size: 26px; }
    .veh-lightbox-prev { left: 8px; }
    .veh-lightbox-next { right: 8px; }
  }

  /* ============ FAQS ============ */
  .veh-faq-section { background: #030303; padding: 60px 24px 84px; }
  .veh-faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
