/* =====================================================
   home.css — Noleggio Limousine Roma
   Standalone, no external dependencies
   ===================================================== */

:root {
  --bg: #08080f;
  --bg-alt: #0d0d18;
  --bg-card: #111120;
  --bg-card-hover: #14142a;
  --gold: #c9a255;
  --gold-light: #e0bc78;
  --gold-dark: #9a7230;
  --white: #ffffff;
  --text: rgba(255,255,255,0.88);
  --text-sec: rgba(255,255,255,0.60);
  --text-muted: rgba(255,255,255,0.35);
  --border: rgba(255,255,255,0.07);
  --border-gold: rgba(201,162,85,0.22);
  --shadow: 0 6px 32px rgba(0,0,0,0.55);
  --shadow-gold: 0 4px 24px rgba(201,162,85,0.22);
  --radius: 6px;
  --max-w: 1200px;
  --header-h: 72px;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; }

/* ---- Typography ---- */
h1, h2, h3, h4 { font-weight: 700; line-height: 1.18; color: var(--white); }
h1 { font-size: clamp(2rem, 5.5vw, 3.4rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.1rem); }
h3 { font-size: clamp(1rem, 2.5vw, 1.2rem); }
p { color: var(--text-sec); line-height: 1.78; }

/* ---- Layout ---- */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 28px; }
.section { padding: 96px 0; }
.section--alt { background: var(--bg-alt); }

.lbl {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.sec-head { margin-bottom: 60px; }
.sec-head--c { text-align: center; }
.sec-head--c h2 { max-width: 720px; margin: 0 auto; }
.gold-bar {
  width: 44px; height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  margin-top: 18px;
  border-radius: 2px;
}
.gold-bar--c { margin-left: auto; margin-right: auto; }

/* ---- Grids ---- */
.g3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.g4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.g-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 14px 34px;
  border-radius: var(--radius); font-size: 15px; font-weight: 600;
  letter-spacing: 0.02em; transition: background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  cursor: pointer; text-decoration: none; white-space: nowrap; border: none;
}
.btn-gold {
  background: var(--gold); color: #07070e;
}
.btn-gold:hover {
  background: var(--gold-light);
  box-shadow: var(--shadow-gold);
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent; color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.35);
}
.btn-outline:hover {
  border-color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.06);
}
.btn-ghost {
  background: transparent; color: var(--gold);
  border: 1.5px solid var(--border-gold);
  padding: 11px 26px; font-size: 14px;
}
.btn-ghost:hover {
  border-color: var(--gold);
  background: rgba(201,162,85,0.07);
}

/* =====================================================
   HEADER
   ===================================================== */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  height: var(--header-h);
  background: rgba(8,8,15,0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center;
}
.header-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
  gap: 24px;
}
.logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 15px; font-weight: 700;
  color: var(--white); letter-spacing: 0.01em; line-height: 1.25;
  justify-self: start;
  white-space: nowrap;
  text-decoration: none;
}
.logo strong { color: var(--gold); font-weight: 800; }
.logo__img {
  width: 44px; height: 44px;
  object-fit: contain; display: block;
  border-radius: 6px; flex-shrink: 0;
}
/* Testo brand: versione mobile nascosta di default, visibile solo su schermi piccoli */
.logo__text--mobile { display: none; }

@media (max-width: 560px) {
  .logo { gap: 8px; }
  .logo__img { width: 36px; height: 36px; }
}

/* Nuovo logo immagine — Canestri Autonoleggi Group */
.site-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  justify-self: start;
}
.site-logo {
  display: block;
  height: 58px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
}
@media (max-width: 860px) {
  .site-logo {
    height: 42px;
    max-width: 170px;
  }
}

/* Nav centrale */
.nav-links {
  display: flex; align-items: center;
  gap: 4px; justify-self: center;
}
.nav-links a {
  font-size: 14px; font-weight: 500;
  color: var(--text-sec); padding: 6px 14px;
  border-radius: 4px; transition: color 0.18s, background 0.18s;
  letter-spacing: 0.01em; white-space: nowrap;
}
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.05); }

/* CTA destra + hamburger */
.nav-end {
  display: flex; align-items: center;
  gap: 12px; justify-self: end;
}
.nav-cta {
  background: var(--gold); color: #07070e; font-weight: 700;
  padding: 9px 22px; font-size: 13px; border-radius: var(--radius);
  white-space: nowrap; transition: background 0.2s;
}
.nav-cta:hover { background: var(--gold-light); color: #07070e; }

/* Mobile menu */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  padding: 6px; cursor: pointer; background: none; border: none;
}
.hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--white); border-radius: 2px; transition: transform 0.3s, background-color 0.3s;
}
.mobile-nav {
  display: none; position: fixed; inset: 0;
  background: var(--bg); z-index: 9999;
  flex-direction: column; align-items: center; justify-content: center;
  gap: 36px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-size: 24px; font-weight: 700;
  color: var(--text-sec); transition: color 0.18s;
}
.mobile-nav a:hover { color: var(--white); }
.mobile-close {
  position: absolute; top: 22px; right: 24px;
  font-size: 32px; color: var(--text-sec); cursor: pointer;
  background: none; border: none; line-height: 1;
}
.mobile-close:hover { color: var(--white); }

/* =====================================================
   HERO
   ===================================================== */
.hero {
  min-height: calc(100vh - var(--header-h));
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; padding: 80px 0;
  background-image: url(img/interni-limousine-roma-capitale-noleggio.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #08080f; /* fallback se immagine non carica */
}
.hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(6,6,14,0.72) 0%,
      rgba(6,6,14,0.60) 40%,
      rgba(6,6,14,0.72) 100%),
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(201,162,85,0.08) 0%, transparent 65%);
}

@media (max-width: 860px) {
  .hero {
    background-attachment: scroll; /* fixed causa problemi su iOS */
  }
}
/* Decorative lines */
.hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold), transparent);
}
.hero-inner {
  position: relative; z-index: 1;
  text-align: center; max-width: 900px; margin: 0 auto;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  background: rgba(201,162,85,0.08);
  border: 1px solid var(--border-gold);
  border-radius: 40px; padding: 6px 16px;
  margin-bottom: 28px;
}
.hero h1 {
  font-size: clamp(2.1rem, 5.5vw, 3.5rem);
  font-weight: 800; line-height: 1.12;
  margin-bottom: 26px; letter-spacing: -0.015em;
}
.hero h1 em { font-style: normal; color: var(--gold); }
.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  color: var(--text-sec); max-width: 680px;
  margin: 0 auto 42px; line-height: 1.82;
}
.hero-ctas {
  display: flex; gap: 14px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 52px;
}
.trust-bar {
  display: flex; gap: 8px 30px;
  justify-content: center; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.68);
}
.trust-item::before {
  content: '✓'; color: var(--gold); font-weight: 800; font-size: 13px;
}

/* =====================================================
   INTRO
   ===================================================== */
.intro-body {
  max-width: 720px; margin: 0 auto; text-align: center;
}
.intro-body p { font-size: 1.03rem; margin-bottom: 18px; }
.intro-body p:last-of-type { margin-bottom: 32px; }
.intro-cta { margin-top: 8px; }

/* =====================================================
   CARDS — Target, Perché noi
   ===================================================== */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius); padding: 34px 28px;
  position: relative; overflow: hidden;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.card::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  opacity: 0; transition: opacity 0.25s;
}
.card:hover {
  border-color: var(--border-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.card:hover::after { opacity: 1; }
.card-active::after { opacity: 1; }
a.card-link-wrap { display: block; color: inherit; }
a.card-link-wrap:hover .card { border-color: var(--border-gold); transform: translateY(-4px); box-shadow: var(--shadow); }
a.card-link-wrap:hover .card::after { opacity: 1; }
/* Card con link-wrap: altezza uniforme nella griglia, CTA in fondo */
a.card-link-wrap .card { height: 100%; display: flex; flex-direction: column; }
a.card-link-wrap .card-cta { margin-top: auto; }
.card-icon {
  width: 46px; height: 46px; border-radius: 50%;
  background: rgba(201,162,85,0.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; font-size: 19px; color: var(--gold);
}
.card h3 { margin-bottom: 10px; font-size: 1.07rem; }
.card p { font-size: 14px; color: var(--text-sec); margin-bottom: 16px; line-height: 1.7; }
.card-cta {
  font-size: 13px; font-weight: 700; color: var(--gold);
  display: inline-flex; align-items: center; gap: 5px; letter-spacing: 0.02em;
}
.card-cta:hover { color: var(--gold-light); }

/* =====================================================
   LIMO BUS BANNER
   ===================================================== */
.banner {
  padding: 108px 0; position: relative; overflow: hidden;
  background: linear-gradient(145deg, #080613 0%, #120822 45%, #0d0a14 100%);
  text-align: center;
}
.banner::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 65% at 50% 50%, rgba(201,162,85,0.07) 0%, transparent 65%);
}
.banner::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold), transparent);
}
.banner-inner { position: relative; z-index: 1; }
.banner h2 {
  max-width: 800px; margin: 0 auto 22px;
  font-size: clamp(1.5rem, 3.5vw, 2.3rem);
}
.banner p {
  max-width: 640px; margin: 0 auto 16px;
  font-size: 1.04rem; line-height: 1.82;
}
.stars { font-size: 18px; letter-spacing: 5px; color: var(--gold); margin: 24px 0 30px; }
.banner-note {
  font-style: italic; color: var(--text-muted); font-size: 14px; margin-bottom: 36px;
}

/* =====================================================
   FEATURES
   ===================================================== */
.features-wrap {
  display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: start;
}
.features-intro h2 { margin-bottom: 14px; }
.features-intro p { margin-bottom: 28px; }
.feat-list { display: flex; flex-direction: column; }
.feat {
  display: flex; gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
}
.feat:last-child { border-bottom: none; }
.feat-ico {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(201,162,85,0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 12px; font-weight: 700; margin-top: 1px;
}
.feat-body strong { display: block; font-size: 15px; color: var(--white); margin-bottom: 3px; }
.feat-body span { font-size: 13.5px; color: var(--text-sec); line-height: 1.6; }

/* =====================================================
   STEPS
   ===================================================== */
.steps-rel { position: relative; }
.steps-line {
  position: absolute; top: 27px;
  left: calc(16.67% + 14px); right: calc(16.67% + 14px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold), var(--border-gold), transparent);
}
.step { text-align: center; }
.step-num {
  width: 54px; height: 54px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
  color: #07070e; font-size: 20px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; position: relative; z-index: 1;
  box-shadow: 0 0 0 5px var(--bg-alt);
}
.step h3 { margin-bottom: 10px; }
.step p { font-size: 14px; }
.steps-cta { text-align: center; margin-top: 48px; }

/* =====================================================
   TESTIMONIALS
   ===================================================== */
.testi {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 28px 30px;
}
.testi-text {
  font-size: 15px; font-style: italic;
  color: var(--text-sec); line-height: 1.78; margin-bottom: 14px;
}
.testi-text::before { content: '\201C'; color: var(--gold); font-size: 22px; line-height: 0.5; vertical-align: -4px; margin-right: 2px; }
.testi-author {
  font-size: 11px; font-weight: 700;
  color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em;
}

/* =====================================================
   FAQ — details / summary (pure CSS, no JS)
   ===================================================== */
.faq-wrap { max-width: 780px; margin: 0 auto; }
details.faq {
  border-bottom: 1px solid var(--border);
}
details.faq:first-child { border-top: 1px solid var(--border); }
summary.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 2px; cursor: pointer; list-style: none;
  font-size: 15.5px; font-weight: 600; color: var(--white); gap: 16px;
}
summary.faq-q::-webkit-details-marker { display: none; }
summary.faq-q .faq-ico {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  background: rgba(201,162,85,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 300; color: var(--gold); line-height: 1;
  transition: background 0.2s, transform 0.2s;
  font-style: normal;
}
details[open] summary.faq-q .faq-ico { transform: rotate(45deg); background: rgba(201,162,85,0.18); }
.faq-a {
  padding: 0 2px 22px;
  font-size: 14.5px; color: var(--text-sec); line-height: 1.8;
}

/* =====================================================
   FORM PREVENTIVO
   ===================================================== */
.form-section {
  background: linear-gradient(160deg, #06060f 0%, #0b0b1c 100%);
}
.form-section::before {
  content: '';
  display: block; height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold), transparent);
}
.form-head { text-align: center; margin-bottom: 52px; }
.form-head h2 { margin-bottom: 14px; }
.form-head p { max-width: 560px; margin: 0 auto; }
.form-wrap { max-width: 860px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-row3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.form-group label {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: rgba(255,255,255,0.45);
}
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 12px 16px;
  color: var(--white); font-size: 15px;
  transition: border-color 0.2s, background 0.2s;
  outline: none; -webkit-appearance: none; appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.22); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  background: rgba(201,162,85,0.05);
}
.form-group select option { background: #16161e; color: var(--white); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { text-align: center; margin-top: 28px; }
.form-note {
  font-size: 13px; color: var(--text-muted);
  text-align: center; margin-top: 18px; line-height: 1.7;
}
.form-note a { color: rgba(255,255,255,0.45); transition: color 0.18s; }
.form-note a:hover { color: var(--white); }
.form-note .wa-link { color: #25d366; }
.form-note .wa-link:hover { color: #3de87a; }

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer {
  background: #040408;
  border-top: 1px solid var(--border);
  padding: 52px 0 32px;
}
.footer-inner { text-align: center; }
.footer-logo {
  font-size: 17px; font-weight: 700;
  color: var(--white); margin-bottom: 10px;
}
.footer-logo strong { color: var(--gold); }
.footer-tagline { font-size: 13px; color: var(--text-muted); margin-bottom: 28px; }
.footer-phones {
  display: flex; gap: 8px 24px;
  justify-content: center; flex-wrap: wrap;
  margin-bottom: 10px;
}
.footer-phones a {
  font-size: 15px; font-weight: 600; color: var(--text-sec);
  transition: color 0.18s;
}
.footer-phones a:hover { color: var(--white); }
.footer-email {
  font-size: 12.5px; text-align: center; margin-bottom: 10px;
}
.footer-email a {
  color: var(--text-muted); transition: color 0.18s;
}
.footer-email a:hover { color: var(--text-sec); }
.footer-address {
  font-size: 13px; color: var(--text-muted); line-height: 1.7;
  margin-bottom: 28px;
}
.footer-socials {
  display: flex; gap: 12px; justify-content: center; margin-bottom: 32px;
}
.footer-socials a {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--bg-card);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--text-sec);
  transition: border-color 0.2s, color 0.2s;
}
.footer-socials a:hover { border-color: var(--gold); color: var(--gold); }
.footer-copy {
  font-size: 12px; color: var(--text-muted);
  border-top: 1px solid var(--border); padding-top: 24px;
}

/* =====================================================
   WHATSAPP FLOAT
   ===================================================== */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 99999;
  display: flex; align-items: center; gap: 10px;
  background: #25d366; color: #fff; border-radius: 60px;
  padding: 12px 20px 12px 14px;
  will-change: transform;
  box-shadow: 0 4px 22px rgba(37,211,102,0.35);
  font-size: 14px; font-weight: 700;
  text-decoration: none;
  animation: wa-pulse 2.6s ease infinite;
  transition: background 0.2s;
}
.wa-float:hover { background: #1ebd5a; animation: none; }
.wa-float svg { flex-shrink: 0; }
@keyframes wa-pulse {
  0%,100% { box-shadow: 0 4px 22px rgba(37,211,102,0.35); }
  50%      { box-shadow: 0 4px 36px rgba(37,211,102,0.55); }
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1100px) {
  .g4 { grid-template-columns: repeat(2,1fr); }
  .features-wrap { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 860px) {
  :root { --header-h: 62px; }
  .section { padding: 72px 0; }
  .sec-head { margin-bottom: 44px; }
  .g3 { grid-template-columns: 1fr; }
  .g2 { grid-template-columns: 1fr; }
  .g-steps { grid-template-columns: 1fr; gap: 40px; }
  .steps-line { display: none; }
  .g3.testi-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .form-row3 { grid-template-columns: 1fr; }
  /* Header mobile: solo logo + hamburger, nessun testo brand */
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  /* Nasconde entrambi gli span di testo del brand su mobile */
  .logo__text--desktop,
  .logo__text--mobile { display: none !important; }
  /* Logo: dimensione fissa, solo immagine */
  .logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    overflow: visible;
  }
  .logo__img { flex: 0 0 40px; width: 40px; height: 40px; }
  /* Nav-end: dimensione fissa, hamburger a destra */
  .nav-end { flex: 0 0 auto; justify-self: unset; }
  /* Hamburger: mostrato, statico, non compresso */
  .hamburger { display: flex; flex-shrink: 0; position: static; }
  /* Disabilita backdrop-filter sull'header: su mobile il blur su sticky causa jank durante lo scroll */
  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(8,8,15,0.98);
  }
  .nav-links { display: none; }
  .nav-cta { display: none; }        /* il bottone Preventivo è nel mobile nav */
  .hero { min-height: 90vh; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .hero-ctas .btn { width: 100%; max-width: 300px; }
  .banner { padding: 80px 0; }
}

@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .section { padding: 56px 0; }
  .g4 { grid-template-columns: 1fr; }
  .card { padding: 26px 20px; }
  .hero-tag { font-size: 10px; }
  .trust-bar { gap: 8px 18px; }
  .trust-item { font-size: 12px; }
  .wa-float .wa-label { display: none; }
  .wa-float { padding: 13px; border-radius: 50%; }
  .footer-phones { flex-direction: column; align-items: center; }
}

/* =====================================================
   PAGINA PREVENTIVO — override pulsante WA floating
   ===================================================== */

/* Desktop (2-col layout attivo): icona compatta a sinistra, non copre form né card laterale */
@media (min-width: 1001px) {
  .page-preventivo .wa-float {
    right: auto;
    left: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }
  .page-preventivo .wa-float .wa-label {
    display: none;
  }
  .page-preventivo .wa-float svg {
    margin: 0;
    width: 28px;
    height: 28px;
  }
}

/* =====================================================
   PAGINA PREVENTIVO
   ===================================================== */
.quote-section {
  padding: 80px 0 100px;
  background: linear-gradient(160deg, #06060f 0%, #0b0b1c 100%);
  position: relative;
}
.quote-section::before {
  content: '';
  display: block; height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold), transparent);
  margin-bottom: 80px;
}

.quote-header {
  text-align: center;
  margin-bottom: 64px;
}
.quote-header h1 {
  font-size: clamp(1.9rem, 4.5vw, 2.9rem);
  margin-bottom: 16px;
}
.quote-subtitle {
  font-size: 1.07rem;
  color: var(--text-sec);
  max-width: 580px;
  margin: 0 auto 20px;
  line-height: 1.75;
}
.quote-intro-row {
  display: flex;
  gap: 12px 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}
.quote-intro-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,0.65);
}
.quote-intro-item::before {
  content: '✓'; color: var(--gold); font-weight: 800;
}

/* Layout form + info card */
.quote-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 36px;
  align-items: start;
}

/* Form card */
.quote-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  padding: 44px 44px 36px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.45);
}

.quote-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.quote-form__field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.quote-form__field--full {
  grid-column: 1 / -1;
}
.quote-form__field label {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.45);
}
.quote-form__field input,
.quote-form__field select,
.quote-form__field textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius); padding: 13px 16px;
  color: var(--white); font-size: 15px;
  transition: border-color 0.2s, background 0.2s;
  outline: none; -webkit-appearance: none; appearance: none;
  width: 100%;
}
.quote-form__field input::placeholder,
.quote-form__field textarea::placeholder {
  color: rgba(255,255,255,0.22);
}
.quote-form__field input:focus,
.quote-form__field select:focus,
.quote-form__field textarea:focus {
  border-color: var(--gold);
  background: rgba(201,162,85,0.05);
}
.quote-form__field select option { background: #16161e; color: var(--white); }
.quote-form__field textarea { resize: vertical; min-height: 130px; }

/* Privacy checkbox */
.quote-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  grid-column: 1 / -1;
  padding: 18px 0 4px;
}
.quote-form__privacy input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px; height: 18px;
  margin-top: 2px;
  accent-color: var(--gold);
  cursor: pointer;
}
.quote-form__privacy label {
  font-size: 13px;
  color: var(--text-sec);
  line-height: 1.65;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

/* Honeypot */
.quote-form__honeypot {
  display: none;
  visibility: hidden;
  height: 0; overflow: hidden;
}

/* Submit area */
.quote-form__submit {
  text-align: center;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.quote-form__submit .btn {
  font-size: 16px;
  padding: 16px 52px;
}
.quote-form__note {
  font-size: 13px; color: var(--text-muted);
  text-align: center; margin-top: 16px; line-height: 1.75;
}
.quote-form__note a { color: rgba(255,255,255,0.42); transition: color 0.18s; }
.quote-form__note a:hover { color: var(--white); }
.quote-form__note .wa-link { color: #25d366; }
.quote-form__note .wa-link:hover { color: #3de87a; }

/* Info card */
.quote-info-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  padding: 32px 28px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.45);
  position: sticky;
  top: calc(var(--header-h) + 20px);
}
.quote-info-card__eyebrow {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px;
  display: block;
}
.quote-info-card__title {
  font-size: 1.15rem; font-weight: 700;
  color: var(--white); line-height: 1.3;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.quote-info-card__item {
  display: flex; align-items: flex-start;
  gap: 13px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.quote-info-card__item:last-child { border-bottom: none; }
.quote-info-card__ico {
  flex-shrink: 0; width: 38px; height: 38px;
  border-radius: 50%; background: rgba(201,162,85,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px;
}
.quote-info-card__text strong {
  display: block; font-size: 13px; color: var(--white);
  margin-bottom: 3px; font-weight: 600;
}
.quote-info-card__text span,
.quote-info-card__text a {
  font-size: 13px; color: var(--text-sec); line-height: 1.55;
  transition: color 0.18s;
}
.quote-info-card__text a:hover { color: var(--white); }
.quote-info-card__text .wa-link { color: #25d366; }
.quote-info-card__text .wa-link:hover { color: #3de87a; }

/* Conferma/errore PHP response */
.quote-result {
  max-width: 620px; margin: 0 auto; text-align: center;
  padding: 80px 28px 100px;
}
.quote-result__icon {
  font-size: 56px; margin-bottom: 24px;
}
.quote-result h1 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); margin-bottom: 14px; }
.quote-result p { font-size: 1.04rem; color: var(--text-sec); margin-bottom: 32px; }
.quote-result .btn { margin: 0 8px; }

/* Responsive preventivo */
@media (max-width: 1000px) {
  .quote-layout { grid-template-columns: 1fr; }
  .quote-info-card { position: static; }
}
@media (max-width: 720px) {
  .quote-form-wrap { padding: 28px 22px 24px; }
  .quote-form__grid { grid-template-columns: 1fr; }
  .quote-form__field--full { grid-column: 1; }
  .quote-form__privacy { grid-column: 1; }
}

/* =====================================================
   PAGE HERO — hero interno per pagine secondarie
   ===================================================== */
.page-hero {
  padding: 84px 0 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #080613 0%, #120822 45%, #0d0a14 100%);
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(201,162,85,0.07) 0%, transparent 65%);
}
.page-hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold), transparent);
}
.page-hero__inner {
  position: relative; z-index: 1;
  max-width: 820px; margin: 0 auto;
}
.page-hero h1 {
  font-size: clamp(1.9rem, 4.5vw, 2.8rem);
  margin-bottom: 18px;
}
.page-hero__sub {
  font-size: 1.06rem; color: var(--text-sec);
  max-width: 640px; margin: 0 auto 36px; line-height: 1.78;
}
.page-hero__ctas {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}

@media (max-width: 560px) {
  .page-hero { padding: 60px 0 52px; }
  .page-hero__ctas { flex-direction: column; align-items: center; }
  .page-hero__ctas .btn { width: 100%; max-width: 300px; }
}

/* =====================================================
   PAGINA CONTATTI
   ===================================================== */

/* Layout 2 colonne: info sinistra + card CTA destra */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 36px;
  align-items: start;
}

/* Card sinistra: testo intro + lista contatti */
.contact-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  padding: 40px 38px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.35);
}
.contact-card__title {
  font-size: 1.25rem; font-weight: 700;
  color: var(--white); margin-bottom: 14px;
}
.contact-card__desc {
  font-size: 14.5px; color: var(--text-sec);
  line-height: 1.78; margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}

/* Lista voci contatto */
.contact-list { display: flex; flex-direction: column; }
.contact-list__item {
  display: flex; align-items: flex-start;
  gap: 14px; padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.contact-list__item:last-child { border-bottom: none; }
.contact-list__ico {
  flex-shrink: 0; width: 40px; height: 40px;
  border-radius: 50%; background: rgba(201,162,85,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.contact-list__text strong {
  display: block; font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,0.40); text-transform: uppercase;
  letter-spacing: 0.1em; margin-bottom: 5px;
}
.contact-list__text a,
.contact-list__text span {
  font-size: 14.5px; color: var(--text-sec); line-height: 1.6;
  transition: color 0.18s;
}
.contact-list__text a { display: inline-block; }
.contact-list__text a:hover { color: var(--white); }
.contact-list__text .wa-link { color: #25d366; }
.contact-list__text .wa-link:hover { color: #3de87a; }
.contact-list__phones { display: flex; flex-direction: column; gap: 3px; }

/* Card destra: CTA rapida preventivo */
.contact-quick-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  padding: 34px 28px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.35);
  position: sticky;
  top: calc(var(--header-h) + 20px);
}
.contact-quick-card__eyebrow {
  display: block; font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 10px;
}
.contact-quick-card__title {
  font-size: 1.18rem; font-weight: 700;
  color: var(--white); margin-bottom: 14px; line-height: 1.3;
}
.contact-quick-card__text {
  font-size: 14px; color: var(--text-sec);
  line-height: 1.72; margin-bottom: 28px;
  padding-bottom: 24px; border-bottom: 1px solid var(--border);
}
.contact-quick-card .btn {
  width: 100%; justify-content: center; margin-bottom: 12px;
}
.contact-quick-card .btn:last-child { margin-bottom: 0; }

/* Sezione mappa */
.contact-map {
  margin-top: 60px; padding-top: 56px;
  border-top: 1px solid var(--border);
}
.contact-map__header { text-align: center; margin-bottom: 32px; }
.contact-map__header h2 { margin-bottom: 12px; }
.contact-map__header p {
  font-size: 14.5px; color: var(--text-sec);
  max-width: 540px; margin: 0 auto;
}
.contact-map__frame {
  width: 100%; height: 420px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
}
.contact-map__frame iframe {
  width: 100%; height: 100%; border: 0; display: block;
}
.contact-map__frame-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 16px; text-align: center; padding: 32px;
}
.contact-map__frame-placeholder span {
  font-size: 40px;
}
.contact-map__frame-placeholder p {
  font-size: 14px; color: var(--text-sec); max-width: 320px;
}
.contact-map__cta { text-align: center; margin-top: 20px; }

/* Responsive contatti */
@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-quick-card { position: static; }
}
@media (max-width: 700px) {
  .contact-map__frame { height: 320px; border-radius: 18px; }
}
@media (max-width: 560px) {
  .contact-card { padding: 28px 22px; }
  .contact-quick-card { padding: 28px 22px; }
}

/* =====================================================
   FEATURED VEHICLES — Mezzi più richiesti
   ===================================================== */
.fv-sec-head { margin-bottom: 52px; }

.fv-intro {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 1.01rem;
  color: var(--text-sec);
  line-height: 1.78;
}

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

.fv-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.28s, transform 0.28s, box-shadow 0.28s;
}
.fv-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  opacity: 0;
  transition: opacity 0.28s;
  z-index: 3;
}
.fv-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.fv-card:hover::before { opacity: 1; }

.fv-card__img-wrap {
  position: relative;
  height: 256px;
  overflow: hidden;
  flex-shrink: 0;
}
.fv-card__img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 45%;
  background: linear-gradient(to top, rgba(8,8,15,0.75) 0%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

.fv-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fv-card__img--main {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.fv-card__img--inner {
  opacity: 0;
  transform: scale(1.06);
  z-index: 1;
}
.fv-card:hover .fv-card__img--main {
  opacity: 0;
  transform: scale(1.06);
}
.fv-card:hover .fv-card__img--inner {
  opacity: 1;
  transform: scale(1);
}

.fv-card__body {
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.fv-card__title {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 5px;
}
.fv-card__subtitle {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.03em;
  margin-bottom: 14px;
  line-height: 1.5;
}
.fv-card__text {
  font-size: 14px;
  color: var(--text-sec);
  line-height: 1.76;
  margin-bottom: 22px;
  flex: 1;
}
.fv-card__cta {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 13.5px;
  padding: 13px 20px;
}

@media (max-width: 960px) {
  .fv-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .fv-grid { grid-template-columns: 1fr; }
  .fv-card__img-wrap { height: 220px; }
}

/* =====================================================
   GALLERY PAGE
   ===================================================== */

/* Gallery intro body (below the sec-head) */
.gallery-intro__body {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.gallery-intro__body p {
  font-size: 1.02rem;
  line-height: 1.8;
}

/* Vehicle gallery section header (left-aligned, editorial) */
.vehicle-gallery__header {
  margin-bottom: 40px;
}
.vehicle-gallery__header h2 {
  margin-bottom: 14px;
}
.vehicle-gallery__header .gold-bar {
  margin-bottom: 18px;
}
.vehicle-gallery__header p {
  font-size: 1rem;
  color: var(--text-sec);
  line-height: 1.75;
  max-width: 680px;
}

/* Gallery grid — bento asymmetric layout */
.vehicle-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 36px;
}

.vehicle-gallery__item {
  height: 272px;
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
  background: var(--bg-card);
  display: block;
  margin: 0;
}
.vehicle-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.vehicle-gallery__item:hover .vehicle-gallery__image {
  transform: scale(1.05);
}

/* Caption overlay — slides up on hover */
.vehicle-gallery__caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 40px 14px 12px;
  background: linear-gradient(to top, rgba(5,5,12,0.82) 0%, transparent 100%);
  font-size: 12px;
  color: rgba(255,255,255,0.72);
  line-height: 1.4;
  pointer-events: none;
  transform: translateY(40%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.vehicle-gallery__item:hover .vehicle-gallery__caption {
  transform: translateY(0);
  opacity: 1;
}

/* 4-image alternating bento: row1: [img1 wide][img2], row2: [img3][img4 wide] */
.vehicle-gallery__grid--4 .vehicle-gallery__item:nth-child(1) {
  grid-column: 1 / span 2;
}
.vehicle-gallery__grid--4 .vehicle-gallery__item:nth-child(4) {
  grid-column: 2 / span 2;
}

/* 3-image layout: row1: [img1 wide][img2], row2: [img3 wide] right-aligned */
.vehicle-gallery__grid--3 .vehicle-gallery__item:nth-child(1) {
  grid-column: 1 / span 2;
}
.vehicle-gallery__grid--3 .vehicle-gallery__item:nth-child(3) {
  grid-column: 2 / span 2;
}

/* CTA below each grid */
.vehicle-gallery__cta {
  text-align: center;
}

/* Gallery final CTA section */
.gallery-final-cta {
  padding: 104px 0;
  text-align: center;
  background: linear-gradient(145deg, #080613 0%, #120822 45%, #0d0a14 100%);
  position: relative;
  overflow: hidden;
}
.gallery-final-cta::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(201,162,85,0.07) 0%, transparent 65%);
}
.gallery-final-cta::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold), transparent);
}
.gallery-final-cta__inner {
  position: relative; z-index: 1;
  max-width: 640px; margin: 0 auto;
}
.gallery-final-cta h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  margin-bottom: 16px;
}
.gallery-final-cta p {
  font-size: 1.04rem;
  color: var(--text-sec);
  line-height: 1.82;
  max-width: 520px;
  margin: 0 auto 36px;
}
.gallery-final-cta__btn {
  min-width: 260px;
}
.gallery-final-cta__alt {
  margin-top: 20px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
}
.gallery-final-cta__alt a {
  color: rgba(255,255,255,0.42);
  transition: color 0.18s;
}
.gallery-final-cta__alt a:hover { color: var(--white); }

/* Active nav link on gallery page */
.page-gallery .nav-links a[aria-current="page"] {
  color: var(--gold);
}

/* Gallery responsive — tablet: 2 columns */
@media (max-width: 900px) {
  .vehicle-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  /* Reset desktop spans */
  .vehicle-gallery__grid--4 .vehicle-gallery__item:nth-child(1),
  .vehicle-gallery__grid--4 .vehicle-gallery__item:nth-child(4),
  .vehicle-gallery__grid--3 .vehicle-gallery__item:nth-child(1),
  .vehicle-gallery__grid--3 .vehicle-gallery__item:nth-child(3) {
    grid-column: auto;
  }
  /* First and last items span full width on tablet */
  .vehicle-gallery__grid--4 .vehicle-gallery__item:nth-child(1),
  .vehicle-gallery__grid--4 .vehicle-gallery__item:nth-child(4),
  .vehicle-gallery__grid--3 .vehicle-gallery__item:nth-child(1) {
    grid-column: 1 / span 2;
  }
}

/* Gallery responsive — mobile: 1 column */
@media (max-width: 560px) {
  .vehicle-gallery__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .vehicle-gallery__grid--4 .vehicle-gallery__item:nth-child(1),
  .vehicle-gallery__grid--4 .vehicle-gallery__item:nth-child(4),
  .vehicle-gallery__grid--3 .vehicle-gallery__item:nth-child(1),
  .vehicle-gallery__grid--3 .vehicle-gallery__item:nth-child(3) {
    grid-column: auto;
  }
  .vehicle-gallery__item { height: 220px; }
  .vehicle-gallery__caption {
    transform: translateY(0);
    opacity: 1;
  }
  .gallery-final-cta { padding: 72px 0; }
}

/* =====================================================
   CHRYSLER — layout asimmetrico 2 colonne (3 immagini)
   Colonna sx: immagine principale alta (span 2 righe)
   Colonna dx: 2 immagini impilate
   ===================================================== */
.vehicle-gallery__grid--chrysler {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: repeat(2, 272px);
  gap: 12px;
  align-items: stretch;
  margin-bottom: 36px;
}

/* Focus immagine principale Chrysler: sposta il punto di crop verso destra per mostrare l'auto */
.vehicle-gallery__image--chrysler-main {
  object-position: 65% center;
}

/* Tutti gli item usano height: auto — sono le righe del grid a definire l'altezza */
.vehicle-gallery__grid--chrysler .vehicle-gallery__item {
  height: auto;
}

/* Immagine principale: occupa entrambe le righe */
.vehicle-gallery__grid--chrysler .vehicle-gallery__item--featured {
  grid-row: span 2;
}

/* Tablet: featured a tutta larghezza in riga 1, le altre due affiancate in riga 2 */
@media (max-width: 900px) {
  .vehicle-gallery__grid--chrysler {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 272px 272px;
  }
  .vehicle-gallery__grid--chrysler .vehicle-gallery__item--featured {
    grid-column: 1 / span 2;
    grid-row: auto;
  }
}

/* Mobile: colonna singola, altezze uniformi */
@media (max-width: 560px) {
  .vehicle-gallery__grid--chrysler {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 8px;
  }
  .vehicle-gallery__grid--chrysler .vehicle-gallery__item,
  .vehicle-gallery__grid--chrysler .vehicle-gallery__item--featured {
    grid-column: auto;
    grid-row: auto;
    height: 220px;
  }
}
