/* =========================================================
   Drive Away Bargains — site styles (v2)
   Palette: blue #1D4ED8 (trust) · red #DC2626 (urgency) · yellow #FACC15 (highlights)
   ========================================================= */

:root {
  --blue: #1D4ED8;
  --blue-dark: #1E3A8A;
  --blue-deep: #172554;
  --red: #DC2626;
  --red-dark: #991B1B;
  --yellow: #FACC15;
  --yellow-dark: #EAB308;
  --black: #0A0A0A;
  --white: #FFFFFF;
  --grey-bg: #F8FAFC;
  --grey: #64748B;
  --grey-line: #E2E8F0;
  --green: #16A34A;
  --whatsapp: #25D366;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  padding-bottom: 80px; /* space for sticky mobile contact bar */
}
@media (min-width: 800px) { body { padding-bottom: 0; } }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font: inherit; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-weight: 900; line-height: 1.05; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.25rem, 6vw, 4.25rem); }
h2 { font-size: clamp(1.65rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.4rem); }
.uppercase { text-transform: uppercase; }
.mono-num { font-variant-numeric: tabular-nums; }
.muted { color: var(--grey); }

/* ---------- Layout ---------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
section { padding: 3rem 0; }
.section-header { text-align: center; margin-bottom: 2.25rem; }
.section-header h2 { margin-bottom: 0.5rem; }
.section-header p { color: var(--grey); font-size: 1.05rem; }

/* ---------- Header ---------- */
.site-header {
  background: var(--blue-deep);
  color: var(--white);
  padding: 0.75rem 0;
  border-bottom: 4px solid var(--yellow);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo-svg { height: 42px; width: auto; display: block; }
.logo-svg.lg { height: 64px; }
.main-nav { display: none; gap: 1.5rem; }
.main-nav a { font-weight: 700; font-size: 0.95rem; color: var(--white); }
.main-nav a:hover, .main-nav a.active { color: var(--yellow); }

.header-contacts { display: flex; gap: 0.5rem; align-items: center; }
.header-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 6px;
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.header-contact-btn.wa { background: var(--whatsapp); color: var(--white); }
.header-contact-btn.call { background: var(--yellow); color: var(--black); }
.header-contact-btn .label-full { display: none; }
@media (min-width: 600px) { .header-contact-btn .label-full { display: inline; } }

.mobile-toggle { color: var(--white); padding: 0.4rem; font-size: 1.5rem; line-height: 1; }
@media (min-width: 900px) {
  .main-nav { display: flex; }
  .mobile-toggle { display: none; }
}
.mobile-nav { display: none; background: var(--blue-deep); color: var(--white); padding: 0 1.25rem 1rem; border-top: 1px solid rgba(255,255,255,0.1); }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 0.85rem 0; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,0.08); color: var(--white); }
.mobile-nav a:last-child { border-bottom: none; }

/* ---------- Language strip ---------- */
.lang-strip {
  background: var(--yellow);
  color: var(--black);
  padding: 0.65rem 0;
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid var(--black);
}
.lang-track {
  display: inline-flex;
  white-space: nowrap;
  animation: scroll-lang 80s linear infinite;
  font-weight: 800;
  font-size: 0.95rem;
  will-change: transform;
}
.lang-track span { padding: 0 1.5rem; flex-shrink: 0; }
.lang-track span::after { content: "★"; padding-left: 1.5rem; opacity: 0.5; }
@keyframes scroll-lang {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue-deep) 100%);
  color: var(--white);
  padding: 3.5rem 0 3rem;
  border-bottom: 5px solid var(--yellow);
  position: relative;
  overflow: hidden;
}
.hero-bottom {
  background: var(--blue-deep);
  padding: 0 0 2.5rem;
}
.hot-now-strip {
  background: var(--yellow);
  border-top: 4px solid var(--blue-deep);
  border-bottom: 4px solid var(--blue-deep);
  padding: 2rem 0 2.25rem;
  position: relative;
}
.hot-now-strip::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: repeating-linear-gradient(90deg, var(--blue-deep) 0 8px, var(--yellow) 8px 16px);
}
.hot-now-title {
  text-align: center;
  font-size: clamp(1.25rem, 3vw, 1.85rem);
  margin-bottom: 1.25rem;
  color: var(--blue-deep);
  letter-spacing: -0.01em;
}
.hot-now-title .live-dot {
  display: inline-block;
  width: 12px; height: 12px;
  background: var(--red);
  border-radius: 50%;
  margin-right: 0.5rem;
  animation: pulse-dot 1.5s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.hot-now-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .hot-now-grid { grid-template-columns: repeat(3, 1fr); }
}
.hero::before {
  content: "";
  position: absolute;
  top: -50%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(250,204,21,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: center; position: relative; z-index: 1; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.5fr 1fr; } }
.hero h1 { color: var(--white); margin-bottom: 1rem; }
.hero h1 .accent-yellow { color: var(--yellow); }
.hero h1 .accent-red { color: var(--red); background: var(--white); padding: 0 0.4rem; display: inline-block; transform: rotate(-1deg); }
.hero .strap {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 600;
  max-width: 600px;
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,0.92);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.65rem; }

/* hero visual: car photo with overlaid guarantee stamp */
.hero-visual {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.hero-visual .hero-car {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 16px;
  border: 4px solid var(--blue-deep);
  box-shadow: 0 8px 0 var(--blue-deep);
  background: #e2e8f0;
}
.hero-badge {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 210px;
  height: auto;
  z-index: 3;
  transform: rotate(8deg);
  filter: drop-shadow(0 6px 0 rgba(23,37,84,0.55));
  animation: badge-pulse 4s ease-in-out infinite;
}
@keyframes badge-pulse {
  0%, 100% { transform: rotate(8deg) scale(1); }
  50% { transform: rotate(8deg) scale(1.04); }
}

/* Mobile-compact hero — keep the key info above the fold */
@media (max-width: 800px) {
  .hero { padding: 1.5rem 0 1.25rem; }
  .hero h1 { font-size: clamp(1.75rem, 7.5vw, 2.5rem); line-height: 1; margin-bottom: 0.55rem; }
  .hero .strap { font-size: 0.92rem; margin-bottom: 0.85rem; line-height: 1.35; }
  .hero-cta { gap: 0.4rem; }
  .hero-cta .btn { padding: 0.65rem 0.7rem; font-size: 0.8rem; flex: 1 1 calc(33% - 0.4rem); border-width: 2px; }
  .hero-grid { gap: 1rem; }
  .hero-visual { max-width: 320px; }
  .hero-visual .hero-car { border-width: 3px; box-shadow: 0 5px 0 var(--blue-deep); }
  .hero-badge { width: 130px; top: -16px; right: -12px; }
  .appointment-notice { font-size: 0.78rem; padding: 0.4rem 0.7rem; }
}

/* Mobile scroll-down arrow — appears at bottom of hero on small screens */
.scroll-down-mobile {
  display: none;
  width: 100%;
  text-align: center;
  padding: 1rem 0 0.25rem;
  cursor: pointer;
  background: transparent;
  border: none;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}
.scroll-down-mobile .arrow {
  display: block;
  font-size: 1.7rem;
  margin-top: 0.15rem;
  animation: bounce-down 1.5s ease-in-out infinite;
  line-height: 1;
}
@keyframes bounce-down {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}
@media (max-width: 800px) {
  .scroll-down-mobile { display: block; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.5rem;
  border-radius: 8px;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: transform 0.1s, box-shadow 0.1s, background 0.15s;
  border: 3px solid var(--black);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 0 var(--black); }
.btn-yellow { background: var(--yellow); color: var(--black); }
.btn-red { background: var(--red); color: var(--white); }
.btn-blue { background: var(--blue); color: var(--white); }
.btn-white { background: var(--white); color: var(--black); }
.btn-whatsapp { background: var(--whatsapp); color: var(--white); }
.btn-whatsapp:hover { background: #1faa53; }
.btn-dark { background: var(--black); color: var(--white); }

/* ---------- Bubbles / stickers (hero of the visual language) ---------- */
.bubble-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  padding: 1rem 0;
}
.bubble {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.1rem 1.25rem;
  border-radius: 999px;
  border: 3px solid var(--black);
  font-weight: 900;
  font-size: 0.95rem;
  line-height: 1.15;
  box-shadow: 0 5px 0 var(--black);
  transition: transform 0.15s;
  text-transform: uppercase;
}
.bubble:hover { transform: translateY(-2px); }
.bubble.b-yellow { background: var(--yellow); color: var(--blue-deep); transform: rotate(-1.5deg); }
.bubble.b-navy { background: var(--blue-deep); color: var(--yellow); transform: rotate(1.5deg); }
.bubble:hover.b-yellow, .bubble:hover.b-navy { transform: translateY(-2px) rotate(0deg); }
.bubble-icon {
  background: rgba(250,204,21,0.25);
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
}
.bubble.b-yellow .bubble-icon { background: rgba(23,37,84,0.12); }

/* big rotated sticker callout — clickable WhatsApp link */
.sticker-callout-link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin: 1rem 2rem 1rem 0; /* room for the burst */
}
.sticker-callout {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  padding: 1.6rem 2.5rem 1.6rem 2rem;
  border-radius: 16px;
  border: 4px solid var(--blue-deep);
  box-shadow: 8px 8px 0 var(--blue-deep);
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-2deg);
  transition: transform 0.18s, box-shadow 0.18s;
  position: relative;
}
.sticker-callout-link:hover .sticker-callout {
  transform: rotate(-2deg) translateY(-3px);
  box-shadow: 8px 12px 0 var(--blue-deep);
}
.sticker-callout .small { font-size: 0.9rem; opacity: 0.95; font-weight: 700; letter-spacing: 0.05em; }
.sticker-callout .big { font-size: clamp(1.6rem, 4vw, 2.6rem); display: block; margin-top: 0.25rem; line-height: 1.05; }
.sticker-callout .tap-hint { display: block; font-size: 0.85rem; font-weight: 800; margin-top: 0.5rem; color: var(--yellow); letter-spacing: 0.04em; }
.sticker-callout .yellow-burst {
  position: absolute;
  top: -28px; right: -36px;
  background: var(--yellow);
  color: var(--blue-deep);
  width: 120px; height: 120px;
  border-radius: 50%;
  border: 4px solid var(--blue-deep);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  transform: rotate(14deg);
  text-align: center;
  line-height: 1;
  box-shadow: 4px 4px 0 var(--blue-deep);
}
.sticker-callout .yellow-burst .yb-small { font-size: 0.95rem; }
.sticker-callout .yellow-burst .yb-big { font-size: 1.45rem; margin-top: 6px; letter-spacing: 0.02em; }

/* ---------- Quick search ---------- */
.search-bar {
  background: var(--white);
  border: 3px solid var(--black);
  border-radius: 12px;
  padding: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: end;
  max-width: 900px;
  margin: 1.5rem auto 0;
  box-shadow: 0 6px 0 var(--black);
}
.search-field { flex: 1; min-width: 150px; }
.search-field label { display: block; font-weight: 800; font-size: 0.75rem; margin-bottom: 0.35rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--black); }
.search-field input, .search-field select {
  width: 100%;
  padding: 0.7rem;
  border: 2px solid var(--black);
  border-radius: 6px;
  font-weight: 600;
  background: var(--white);
}

/* ---------- Stock grid ---------- */
.stock-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.stock-card {
  background: var(--white);
  border: 3px solid var(--black);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.15s, box-shadow 0.15s;
  display: flex;
  flex-direction: column;
}
.stock-card:hover { transform: translateY(-4px); box-shadow: 0 8px 0 var(--black); }
.stock-card-img {
  background: var(--blue);
  height: 180px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid var(--black);
  overflow: hidden;
}
.stock-card-img img { width: 100%; height: 100%; object-fit: cover; }
.stock-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: var(--red);
  color: var(--white);
  padding: 0.35rem 0.7rem;
  border-radius: 4px;
  font-weight: 900;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 2px solid var(--black);
}
.stock-badge.new { background: var(--green); }
.stock-badge.reserved { background: var(--grey); }
.stock-card-body { padding: 1rem 1.1rem 1.1rem; flex: 1; display: flex; flex-direction: column; }
.stock-title { font-weight: 800; font-size: 1.05rem; margin-bottom: 0.2rem; line-height: 1.25; }
.stock-meta { color: var(--grey); font-size: 0.85rem; margin-bottom: 0.75rem; }
.stock-price-row { display: flex; align-items: baseline; gap: 0.5rem; margin-bottom: 0.4rem; }
.stock-price { font-size: 1.75rem; font-weight: 900; color: var(--blue); }
.stock-price-old { font-size: 0.95rem; text-decoration: line-through; color: var(--grey); }
.stock-saving {
  background: var(--yellow);
  color: var(--black);
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
  font-weight: 800;
  font-size: 0.82rem;
  display: inline-block;
  margin-bottom: 0.85rem;
  border: 2px solid var(--black);
}
.stock-actions { margin-top: auto; display: flex; gap: 0.5rem; }
.stock-actions a {
  flex: 1; padding: 0.7rem 0.5rem; text-align: center; border-radius: 6px;
  font-weight: 800; font-size: 0.85rem; text-transform: uppercase;
  border: 2px solid var(--black);
}
.btn-view { background: var(--blue); color: var(--white); }
.btn-wa { background: var(--whatsapp); color: var(--white); }

/* ---------- Pagination ---------- */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 2rem 0 1rem;
}
.pagination button {
  padding: 0.6rem 1rem;
  border: 2px solid var(--black);
  border-radius: 6px;
  background: var(--white);
  color: var(--black);
  font-weight: 800;
  cursor: pointer;
  transition: background 0.15s;
}
.pagination button:hover { background: var(--yellow); }
.pagination button.active { background: var(--blue); color: var(--white); }
.pagination button:disabled { opacity: 0.4; cursor: not-allowed; }

/* ---------- Trust bar ---------- */
.trust-bar {
  background: var(--blue-deep);
  color: var(--white);
  padding: 2.5rem 0;
  border-top: 4px solid var(--yellow);
  border-bottom: 4px solid var(--yellow);
}
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.5rem; text-align: center; }
.trust-item .num { color: var(--yellow); font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 900; line-height: 1; }
.trust-item .label { font-weight: 600; margin-top: 0.4rem; font-size: 0.95rem; }

/* ---------- Sold ticker ---------- */
.ticker {
  background: var(--green);
  color: var(--white);
  padding: 0.7rem 0;
  overflow: hidden;
  border-bottom: 3px solid var(--black);
  border-top: 3px solid var(--black);
}
.ticker-track {
  display: inline-flex;
  white-space: nowrap;
  animation: scroll-lang 50s linear infinite;
  font-weight: 700;
  font-size: 0.95rem;
}
.ticker-track span { padding: 0 1.5rem; flex-shrink: 0; }
.ticker-track span::before { content: "● "; color: var(--yellow); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.step {
  background: var(--white);
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  border: 3px solid var(--black);
  text-align: center;
  box-shadow: 0 5px 0 var(--black);
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--yellow); color: var(--black);
  width: 56px; height: 56px;
  border-radius: 50%; border: 3px solid var(--black);
  font-weight: 900; font-size: 1.5rem;
  margin-bottom: 0.85rem;
}
.step h3 { margin-bottom: 0.4rem; }
.step p { color: var(--grey); font-size: 0.95rem; }

/* ---------- Why we're cheaper / pitch block ---------- */
.pitch-block {
  background: var(--blue-deep);
  color: var(--white);
  padding: 2.5rem 2rem;
  border-radius: 16px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  border: 4px solid var(--black);
  box-shadow: 0 8px 0 var(--black);
}
.pitch-block h2 { color: var(--yellow); margin-bottom: 1rem; }
.pitch-block p { font-size: 1.05rem; line-height: 1.6; margin-bottom: 0.85rem; color: rgba(255,255,255,0.92); }
.pitch-block .punchline { font-size: clamp(1.2rem, 3vw, 1.5rem); font-weight: 900; color: var(--yellow); margin-top: 1.25rem; }

/* ---------- Resale / traders bubble panels ---------- */
.benefit-bubbles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}
.benefit {
  padding: 1.75rem;
  border-radius: 24px;
  border: 4px solid var(--black);
  box-shadow: 0 6px 0 var(--black);
  font-weight: 700;
  position: relative;
}
.benefit.b-blue { background: var(--blue); color: var(--white); }
.benefit.b-yellow { background: var(--yellow); color: var(--black); }
.benefit h3 { margin-bottom: 0.5rem; font-size: 1.25rem; }
.benefit p { font-size: 1rem; line-height: 1.45; }
.benefit .tag {
  display: inline-block; padding: 0.25rem 0.6rem;
  background: var(--white); color: var(--black);
  border: 2px solid var(--black);
  border-radius: 999px;
  font-size: 0.8rem; font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.benefit.b-yellow .tag { background: var(--blue); color: var(--white); border-color: var(--black); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 2px solid var(--grey-line); }
.faq-question {
  width: 100%; padding: 1.4rem 0; text-align: left;
  font-weight: 800; font-size: 1.1rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-question::after { content: "+"; color: var(--red); font-size: 1.6rem; transition: transform 0.2s; line-height: 1; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding-right: 2rem; color: var(--grey); line-height: 1.6; }
.faq-item.open .faq-answer { max-height: 600px; padding-bottom: 1.5rem; }

/* ---------- Pricematch banner ---------- */
.pricematch-banner {
  background: var(--red);
  color: var(--white);
  padding: 2.5rem 1.5rem;
  border-radius: 16px;
  text-align: center;
  border: 4px solid var(--black);
  box-shadow: 0 8px 0 var(--black);
}
.pricematch-banner h2 { color: var(--yellow); margin-bottom: 0.75rem; }
.pricematch-banner p { font-size: 1.1rem; max-width: 700px; margin: 0 auto 1.5rem; }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.review-card {
  background: var(--white);
  padding: 1.5rem;
  border-radius: 12px;
  border: 3px solid var(--black);
  box-shadow: 0 5px 0 var(--black);
}
.review-stars { color: var(--yellow); font-size: 1.2rem; margin-bottom: 0.5rem; -webkit-text-stroke: 1px var(--black); }
.review-text { font-style: italic; margin-bottom: 1rem; color: var(--black); }
.review-author { font-weight: 800; }
.review-meta { font-size: 0.85rem; color: var(--grey); }

/* ---------- Footer ---------- */
.site-footer { background: var(--blue-deep); color: var(--white); padding: 2.5rem 0 1.25rem; margin-top: 2.5rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-bottom: 1.75rem; }
.footer-grid h4 { color: var(--yellow); margin-bottom: 0.85rem; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-grid a, .footer-grid p { display: block; color: rgba(255,255,255,0.85); padding: 0.25rem 0; font-size: 0.95rem; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15); padding-top: 1.25rem;
  font-size: 0.82rem; color: rgba(255,255,255,0.55); text-align: center;
}

/* ---------- Stock filters page ---------- */
.filters-bar {
  background: var(--grey-bg);
  padding: 1.25rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  border: 2px solid var(--black);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: end;
}
.filters-bar .search-field { min-width: 140px; }
.filter-count {
  font-weight: 800; font-size: 0.95rem;
  margin-bottom: 1rem; padding: 0.5rem 0;
}

/* ---------- Page hero (non-home) ---------- */
.page-hero {
  background: var(--blue-deep);
  color: var(--white);
  padding: 2.75rem 0 2.25rem;
  border-bottom: 4px solid var(--yellow);
}
.page-hero h1 { color: var(--yellow); }
.page-hero p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-top: 0.5rem; max-width: 700px; }

/* ---------- Vehicle detail ---------- */
.vehicle-detail { padding: 2.5rem 0; }
.vehicle-hero { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 900px) { .vehicle-hero { grid-template-columns: 1.4fr 1fr; } }
.vehicle-gallery { background: var(--blue); border: 3px solid var(--black); border-radius: 12px; overflow: hidden; }
.vehicle-gallery .main-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.thumbs { display: flex; gap: 0.5rem; padding: 0.75rem; overflow-x: auto; background: var(--white); border-top: 3px solid var(--black); }
.thumbs img { width: 80px; height: 60px; object-fit: cover; border: 3px solid transparent; border-radius: 4px; cursor: pointer; flex-shrink: 0; }
.thumbs img.active { border-color: var(--yellow); }
.vehicle-info { display: flex; flex-direction: column; gap: 1rem; }
.vehicle-info h1 { font-size: clamp(1.5rem, 4vw, 2.25rem); }
.price-block { background: var(--yellow); padding: 1.5rem; border-radius: 12px; border: 3px solid var(--black); box-shadow: 0 5px 0 var(--black); }
.price-block .price { font-size: clamp(2.25rem, 6vw, 3rem); font-weight: 900; line-height: 1; color: var(--blue-deep); }
.price-block .saving { font-weight: 800; margin-top: 0.5rem; font-size: 1rem; color: var(--red); }
.price-block .price-compare { font-size: 0.9rem; margin-top: 0.5rem; color: var(--black); }
.action-buttons { display: flex; flex-direction: column; gap: 0.6rem; }
.action-buttons .btn { width: 100%; }

.spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; padding: 1.25rem; background: var(--grey-bg); border-radius: 12px; border: 2px solid var(--black); }
.spec .label { color: var(--grey); text-transform: uppercase; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em; }
.spec .value { font-weight: 800; font-size: 1rem; margin-top: 0.15rem; }

.honesty-block { display: grid; grid-template-columns: 1fr; gap: 1.25rem; margin-top: 2rem; }
@media (min-width: 700px) { .honesty-block { grid-template-columns: 1fr 1fr; } }
.honesty-card { padding: 1.5rem; border-radius: 12px; border: 3px solid var(--black); }
.honesty-card.good { background: #DCFCE7; }
.honesty-card.bad { background: #FEF3C7; }
.honesty-card h3 { margin-bottom: 0.75rem; }
.honesty-card ul { list-style: none; }
.honesty-card li { padding: 0.4rem 0; font-weight: 600; }
.honesty-card.good li::before { content: "✓ "; color: #15803D; font-weight: 900; margin-right: 0.25rem; }
.honesty-card.bad li::before { content: "! "; color: #B45309; font-weight: 900; margin-right: 0.25rem; }

.checklist { background: var(--grey-bg); padding: 1.5rem; border-radius: 12px; border: 2px solid var(--black); margin-top: 2rem; }
.checklist h3 { margin-bottom: 1rem; }
.checklist-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0.4rem; list-style: none; }
.checklist-grid li { font-size: 0.92rem; padding: 0.25rem 0; }
.checklist-grid li::before { content: "✓ "; color: var(--green); font-weight: 900; margin-right: 0.25rem; }

.video-block { margin-top: 2rem; background: var(--grey-bg); padding: 1.5rem; border-radius: 12px; border: 2px solid var(--black); }
.video-block .placeholder {
  background: var(--blue-deep); color: var(--white); aspect-ratio: 16/9; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  font-weight: 800; gap: 0.5rem;
}
.video-block .placeholder .play-icon { font-size: 3rem; color: var(--yellow); }

.description-block { margin-top: 2rem; padding: 1.5rem; background: var(--white); border-radius: 12px; border: 2px solid var(--black); }
.description-block h3 { margin-bottom: 0.75rem; }
.description-block p { line-height: 1.7; color: var(--black); }

/* ---------- Sticky mobile contact bar ---------- */
.sticky-contact-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--blue-deep);
  border-top: 3px solid var(--yellow);
  display: flex;
  z-index: 90;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
}
.sticky-contact-bar a {
  flex: 1;
  padding: 0.85rem 0.5rem;
  text-align: center;
  font-weight: 900;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.sticky-contact-bar a.wa { background: var(--whatsapp); }
.sticky-contact-bar a.call { background: var(--yellow); color: var(--black); }
@media (min-width: 800px) { .sticky-contact-bar { display: none; } }

/* ---------- Scroll to top ---------- */
.scroll-top {
  position: fixed;
  right: 1rem;
  bottom: 5.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  border: 3px solid var(--black);
  font-size: 1.4rem;
  font-weight: 900;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 89;
  cursor: pointer;
  transition: transform 0.15s;
}
.scroll-top:hover { transform: translateY(-3px); }
.scroll-top.visible { display: flex; }
@media (min-width: 800px) { .scroll-top { bottom: 1.5rem; } }

/* ---------- Appointment notice ---------- */
.appointment-notice {
  display: inline-block;
  background: var(--yellow);
  color: var(--black);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 2px solid var(--black);
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
}

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.hide-mobile { display: none; }
@media (min-width: 700px) { .hide-mobile { display: initial; } }
.show-only-mobile { display: initial; }
@media (min-width: 700px) { .show-only-mobile { display: none; } }
