:root {
  --color-bg: #161826;
  --color-bg-alt: #14151f;
  --color-bg-alt-2: #13141d;
  --color-text: #e9e9ed;
  --color-accent: #9184d9;
  --color-accent-100: #efecfb;
  --color-accent-300: #c9c1ec;
  --color-accent-800: #322c54;
  --color-accent-900: #211d3a;
  --color-divider: rgba(233, 233, 237, 0.1);
  --radius-md: 8px;
  --radius-pill: 999px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 32px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.45);
  --whatsapp-green: #25d366;
  --font-heading: 'Poppins', system-ui, sans-serif;
  --font-body: 'Poppins', system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--font-heading);
  margin: 0;
}

p {
  margin: 0;
}

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

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

button {
  font-family: inherit;
}

.wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

.kicker {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent-300);
  font-weight: 500;
  margin: 0 0 var(--space-2);
}

.row-title {
  font-size: 26px;
  font-weight: 500;
  color: var(--color-text);
  margin: 0 0 var(--space-3);
  letter-spacing: -0.01em;
}

.tnum {
  font-feature-settings: 'tnum' 1;
  font-variant-numeric: tabular-nums;
}

.hr {
  border-top: 1px solid var(--color-divider);
}

/* Inputs / buttons */
.input {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-md);
  color: var(--color-text);
  padding: 12px 14px;
  font-size: 14px;
  font-family: inherit;
}

.input::placeholder {
  color: rgba(233, 233, 237, 0.45);
}

.input:focus,
select.input:focus {
  outline: none;
  border-color: var(--color-accent);
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field label {
  font-size: 12px;
  opacity: 0.7;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius-md);
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-block {
  width: 100%;
}

.btn-primary {
  background: var(--color-accent);
  color: #12101e;
  box-shadow: 0 6px 20px -6px rgba(145, 132, 217, 0.7);
}

.btn-primary:hover {
  background: #a297e0;
}

.btn-secondary {
  background: transparent;
  border: 1px solid var(--color-divider);
  color: var(--color-text);
}

.btn-secondary:hover {
  border-color: var(--color-accent);
}

/* Card */
.card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-md);
  display: flex;
}

.card-title {
  font-family: var(--font-heading);
  font-weight: 500;
  color: var(--color-text);
}

.card-meta {
  font-size: 11px;
  color: var(--color-text);
  opacity: 0.55;
  margin-top: 2px;
}

.card-kicker {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent-300);
  font-weight: 500;
  margin: 0 0 var(--space-1);
}

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: color-mix(in srgb, var(--color-bg) 96%, black 10%);
  border-bottom: 1px solid var(--color-divider);
  backdrop-filter: blur(6px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  width: 100%;
  padding-block: var(--space-3);
}

.nav-logo {
  height: 56px;
  width: auto;
  flex: none;
}

.nav-partner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.nav-partner-label {
  font-size: 9px;
  color: var(--color-text);
  opacity: 0.5;
}

.nav-partner-logo {
  height: 34px;
  width: auto;
  flex: none;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  min-height: min(155vw, 760px);
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  background: #000;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* No celular a foto vira uma faixa fixa no topo (logo e telefone sempre
   inteiros, sem corte) e o texto passa para baixo dela, em fundo sólido,
   em vez de sobrepor a foto — evita qualquer sobreposição. */
@media (max-width: 640px) {
  .hero {
    display: block;
    min-height: 0;
    background: var(--color-bg);
  }

  .hero-backdrop {
    position: relative;
    inset: auto;
    width: 100%;
    height: 68vw;
    max-height: 300px;
    object-position: center 78%;
  }

  .hero-overlay-1,
  .hero-overlay-2 {
    display: none;
  }

  .hero-content {
    padding: var(--space-6) var(--space-4) var(--space-4);
  }
}

.hero-overlay-1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 4%, rgba(0, 0, 0, 0.5) 26%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.hero-overlay-2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, transparent 30%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: var(--space-4);
  width: 100%;
}

.badge-pulse {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--color-accent-800);
  color: var(--color-accent-100);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: var(--space-4);
  box-shadow: 0 0 24px -4px var(--color-accent);
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
  flex: none;
  animation: pulsedot 1.4s ease-in-out infinite;
}

@keyframes pulsedot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

.hero h1 {
  font-size: clamp(38px, 11.5vw, 56px);
  line-height: 1.02;
  margin: 0 0 var(--space-3);
  font-weight: 600;
  color: #fff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.hero h1 span {
  font-weight: 400;
  opacity: 0.75;
}

.hero-sub {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 var(--space-4);
  max-width: 36ch;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75);
}

.hero-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  max-width: 320px;
}

.hero-form .input {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.hero-form .btn-secondary {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.hero-reassure {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 2px;
}

/* Countdown */
.countdown {
  padding: var(--space-4);
  border-bottom: 1px solid var(--color-divider);
  background: color-mix(in srgb, var(--color-bg) 95%, black 5%);
}

.countdown-caption {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-accent-300);
  margin-bottom: var(--space-2);
}

.countdown-panel {
  position: relative;
  background: var(--color-bg-alt-2);
  border: 1px solid var(--color-divider);
  border-radius: var(--radius-md);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5);
  padding: var(--space-4) var(--space-2);
  overflow: hidden;
}

.countdown-panel-glow {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-accent), transparent);
  box-shadow: 0 0 12px 1px var(--color-accent);
  opacity: 0.8;
}

.countdown-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  text-align: center;
}

.countdown-value {
  font-family: var(--font-heading);
  font-size: clamp(20px, 6vw, 28px);
  color: var(--color-text);
  font-weight: 600;
}

.countdown-sec {
  color: var(--color-accent-300);
  animation: countdown-tick 1s steps(2, end) infinite;
}

@keyframes countdown-tick {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.countdown-sep {
  font-family: var(--font-heading);
  font-size: clamp(16px, 5vw, 22px);
  font-weight: 600;
  color: var(--color-accent);
  opacity: 0.4;
  padding: 0 2px;
}

.countdown-label {
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text);
  opacity: 0.5;
  margin-top: 2px;
}

.countdown-highlight {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: var(--space-4);
  padding: var(--space-4);
  background: linear-gradient(135deg, var(--color-accent-800), var(--color-accent-900));
  border: 1px solid var(--color-accent);
  border-radius: var(--radius-md);
  box-shadow: 0 0 28px -6px var(--color-accent);
  animation: highlight-glow 2.4s ease-in-out infinite;
}

.countdown-highlight-icon {
  font-size: 32px;
  flex: none;
  line-height: 1;
}

.countdown-highlight strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
}

.countdown-highlight span {
  display: block;
  font-size: 12.5px;
  opacity: 0.85;
  color: var(--color-accent-100);
  margin-top: 3px;
}

@keyframes highlight-glow {
  0%, 100% { box-shadow: 0 0 28px -6px var(--color-accent); }
  50% { box-shadow: 0 0 40px -4px var(--color-accent); }
}

/* Benefits */
.benefits-section {
  padding: var(--space-6) var(--space-4) var(--space-4);
}

.benefit-row {
  display: flex;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--color-divider);
}

.benefit-row:last-child {
  border-bottom: none;
}

.benefit-index {
  flex: none;
  width: 22px;
  color: var(--color-accent-300);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
}

.benefit-title {
  font-weight: 500;
  font-size: 14.5px;
  margin-bottom: 2px;
}

.benefit-desc {
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.7;
}

/* Estoque */
.estoque-band {
  background: color-mix(in srgb, var(--color-bg) 94%, black 6%);
}

.estoque-header {
  padding: var(--space-6) var(--space-4) var(--space-4);
}

.carousel-wrap {
  position: relative;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  font-size: 15px;
}

.carousel-arrow:hover {
  background: rgba(0, 0, 0, 0.9);
}

.carousel-arrow.left { left: -4px; }
.carousel-arrow.right { right: -4px; }

.scrollrow {
  display: flex;
  gap: var(--space-3);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2px 2px 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollrow::-webkit-scrollbar {
  display: none;
}

.carousel-track {
  gap: 8px;
  padding-left: 4px;
  padding-right: 4px;
}

.car-card {
  flex: 0 0 calc((100% - 16px) / 3);
  min-width: 0;
  scroll-snap-align: start;
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  display: block;
  aspect-ratio: 9 / 12;
  box-shadow: var(--shadow-md);
  background: linear-gradient(160deg, var(--color-accent-900), #1c1930);
  border: 0;
  padding: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
}

.car-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.car-card-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent-300);
  opacity: 0.45;
}

.car-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 5%, transparent 55%);
  pointer-events: none;
}

.car-card-info {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  color: #fff;
}

.car-card-model {
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.car-card-price {
  font-size: 10px;
  font-weight: 700;
  color: var(--color-accent-300);
  margin-top: 2px;
}

.estoque-list-section {
  padding: var(--space-4) var(--space-4) var(--space-6);
}

.brand-row {
  margin-bottom: var(--space-3);
}

.brand-tile {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.brand-badge {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: #f4f3f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 15px;
  color: var(--color-accent-900);
  box-shadow: 0 0 0 1px var(--color-divider);
  transition: box-shadow 0.15s ease;
  padding: 8px;
}

.brand-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-badge.active {
  box-shadow: 0 0 0 2px var(--color-accent);
}

.brand-name {
  font-size: 10.5px;
  color: var(--color-text);
  opacity: 0.8;
}

.category-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: var(--space-4);
}

.pill {
  border-radius: var(--radius-pill);
  padding: 8px 16px;
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  color: var(--color-text);
  border: 1px solid var(--color-divider);
}

.pill.active {
  background: var(--color-accent-800);
  color: var(--color-accent-100);
  border-color: var(--color-accent);
}

.pill-clear {
  background: none;
  color: var(--color-text);
  opacity: 0.6;
  border: 1px solid var(--color-divider);
}

.list-cards {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.list-card {
  padding: var(--space-3);
  flex-direction: row;
  align-items: center;
  gap: var(--space-3);
  cursor: pointer;
}

.list-card-thumb {
  width: 64px;
  height: 64px;
  flex: none;
  border-radius: var(--radius-md);
  object-fit: cover;
  background: var(--color-bg-alt-2);
}

.list-card-thumb-empty {
  background: linear-gradient(160deg, var(--color-accent-900), #1c1930);
}

.list-card-info {
  flex: 1;
  min-width: 0;
}

.list-card-title {
  font-size: 14.5px;
}

.list-card-price {
  font-family: var(--font-heading);
  font-size: 19px;
  margin-top: 4px;
  font-weight: 600;
}

.empty-state {
  text-align: center;
  padding: var(--space-6) var(--space-3);
  opacity: 0.6;
  font-size: 13px;
}

/* FAQ */
.faq-section {
  padding: var(--space-4);
}

details {
  border-bottom: 1px solid var(--color-divider);
  padding: var(--space-3) 0;
}

details:last-child {
  border-bottom: none;
}

details summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  font-weight: 500;
  font-size: 14px;
}

details summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  transition: transform 0.2s;
  color: var(--color-accent);
  flex: none;
  width: 18px;
  height: 18px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

details[open] .faq-icon {
  transform: rotate(45deg);
}

details p {
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.7;
  margin: var(--space-2) 0 0;
}

/* Credit form */
.credit-card {
  padding: var(--space-4);
  flex-direction: column;
}

.credit-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.credit-reassure {
  font-size: 11px;
  line-height: 1.5;
  opacity: 0.5;
  text-align: center;
  margin: 0;
}

/* Store info / footer */
.store-info {
  padding: 0 var(--space-4) var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  font-size: 13px;
  opacity: 0.75;
}

.store-info-name {
  font-weight: 500;
  opacity: 1;
}

.store-info a {
  color: var(--color-accent-300);
}

.site-footer {
  padding: var(--space-4) var(--space-4) 100px;
  font-size: 11px;
  line-height: 1.6;
  opacity: 0.45;
  border-top: 1px solid var(--color-divider);
}

/* Floating WhatsApp */
.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--whatsapp-green);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
}

/* Car detail modal */
.car-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.car-modal[hidden] {
  display: none;
}

.car-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 9, 18, 0.75);
  backdrop-filter: blur(2px);
}

.car-modal-content {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: 92vh;
  overflow-y: auto;
  background: var(--color-bg);
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  box-shadow: var(--shadow-lg);
}

@media (min-width: 640px) {
  .car-modal {
    align-items: center;
  }
  .car-modal-content {
    border-radius: var(--radius-md);
    max-height: 88vh;
  }
}

.car-modal-close {
  position: absolute;
  top: var(--space-3);
  right: var(--space-3);
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-modal-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: 46vh;
  background: var(--color-bg-alt-2);
}

.car-modal-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.car-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-modal-prev { left: var(--space-3); }
.car-modal-next { right: var(--space-3); }
.car-modal-nav[hidden] { display: none; }

.car-modal-thumbs {
  display: flex;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-4) 0;
  overflow-x: auto;
}

.car-modal-thumb {
  flex: 0 0 56px;
  width: 56px;
  height: 42px;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
  background: none;
}

.car-modal-thumb.active {
  border-color: var(--color-accent);
}

.car-modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.car-modal-info {
  padding: var(--space-4);
}

.car-modal-info h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
}

.car-modal-meta {
  font-size: 12.5px;
  opacity: 0.6;
  margin-top: 2px;
}

.car-modal-price {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  color: var(--color-accent-300);
  margin-top: var(--space-2);
}

.car-modal-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2) var(--space-4);
  margin-top: var(--space-4);
  padding-top: var(--space-3);
  border-top: 1px solid var(--color-divider);
}

.car-modal-spec {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

.car-modal-spec-label {
  opacity: 0.55;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.car-modal-desc {
  font-size: 13.5px;
  line-height: 1.6;
  opacity: 0.8;
  margin: var(--space-4) 0 0;
}

.car-modal-info .btn {
  margin-top: var(--space-4);
}

body.modal-open {
  overflow: hidden;
}

/* Desktop (>=1024px): usa a largura da tela em vez do funil estreito de celular */
.wrap-wide {
  max-width: 1120px;
}

@media (min-width: 1024px) {
  /* Hero vira um painel dividido: formulário à esquerda, fachada da loja à direita */
  .hero {
    max-width: none;
    min-height: 600px;
    height: auto;
    display: grid;
    grid-template-columns: minmax(440px, 38%) 1fr;
    align-items: stretch;
    background: var(--color-bg);
  }

  .hero-backdrop {
    position: relative;
    inset: auto;
    grid-column: 2;
    grid-row: 1;
    height: 100%;
  }

  .hero-overlay-1 {
    background: linear-gradient(90deg, var(--color-bg) 32%, transparent 62%);
  }

  .hero-overlay-2 {
    display: none;
  }

  .hero-content {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    width: auto;
    margin: 0;
    padding: 0 var(--space-6) 0 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-sub {
    max-width: 34ch;
  }

  .hero-form {
    max-width: 340px;
  }

  /* Vantagens em faixa de 4 cartões */
  .benefits-section {
    padding: 72px var(--space-4);
  }

  .benefits-section .kicker {
    text-align: center;
    margin-bottom: var(--space-4);
  }

  .benefits-section .kicker + div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-4);
  }

  .benefit-row {
    flex-direction: column;
    gap: var(--space-2);
    padding: var(--space-4);
    border: 1px solid var(--color-divider);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.03);
  }

  .benefit-index {
    font-size: 22px;
  }

  /* Carrossel mostra mais carros por vez */
  .car-card {
    flex: 0 0 calc((100% - 32px) / 5);
  }

  /* Estoque em grade navegável, como uma vitrine */
  .estoque-header {
    padding: 88px var(--space-4) var(--space-4);
  }

  .list-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
  }

  .list-card {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    overflow: hidden;
  }

  .list-card-thumb {
    width: 100%;
    height: 190px;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
  }

  .list-card-info {
    padding: var(--space-3) var(--space-3) 0;
  }

  .list-card > .btn {
    margin: var(--space-3);
  }
}
