:root {
  --preto: #070707;
  --grafite: #111;
  --grafite2: #1b1b1b;
  --cinza: #a7a7a7;
  --borda: rgba(255,255,255,.10);
  --branco: #fff;
  --vermelho: #ff1b1b;
  --vermelho2: #c80000;
  --sombra: 0 24px 80px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; background: var(--preto); color: var(--branco); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topo { position: sticky; top: 0; z-index: 50; background: rgba(7,7,7,.88); backdrop-filter: blur(14px); border-bottom: 1px solid var(--borda); }
.topo__inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo img { width: 180px; height: auto; }
.menu { display: flex; align-items: center; gap: 22px; font-weight: 700; font-size: 14px; }
.menu a:not(.btn) { color: #e7e7e7; }
.menu a:not(.btn):hover { color: var(--vermelho); }
.menu-btn { display: none; background: none; border: 1px solid var(--borda); color: #fff; padding: 8px 11px; border-radius: 10px; font-size: 22px; }
.btn { display: inline-flex; align-items: center; justify-content: center; border: 0; background: linear-gradient(135deg, var(--vermelho), var(--vermelho2)); color: #fff; padding: 14px 22px; border-radius: 14px; font-weight: 900; cursor: pointer; transition: .2s; box-shadow: 0 12px 32px rgba(255,27,27,.22); }
.btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.btn--small { padding: 10px 16px; border-radius: 12px; }
.btn--ghost { background: rgba(255,255,255,.06); border: 1px solid var(--borda); box-shadow: none; }
.btn--ghost-dark { background: #222; box-shadow: none; }
.btn--full { width: 100%; }
.btn--big { font-size: 17px; padding: 17px 22px; }
.btn--danger { background: linear-gradient(135deg, #d90000, #760000); }
.hero { min-height: 640px; display: flex; align-items: center; background: radial-gradient(circle at 70% 30%, rgba(255,27,27,.18), transparent 35%), linear-gradient(135deg, #050505, #151515 55%, #050505); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; }
.tag { display: inline-flex; color: #fff; background: rgba(255,27,27,.16); border: 1px solid rgba(255,27,27,.38); padding: 8px 12px; border-radius: 999px; font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { font-size: clamp(42px, 7vw, 86px); line-height: .93; margin: 18px 0; letter-spacing: -0.06em; }
.hero p { font-size: 20px; color: #d5d5d5; line-height: 1.6; max-width: 620px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero__card { background: rgba(255,255,255,.05); border: 1px solid var(--borda); border-radius: 28px; padding: 36px; box-shadow: var(--sombra); }
.hero__card img { width: 100%; max-width: 360px; margin: 0 auto 18px; }
.hero__card p { color: #ddd; text-align: center; margin-bottom: 0; }
.section { padding: 84px 0; background: #090909; }
.section--dark { background: linear-gradient(135deg, #121212, #080808); border-top: 1px solid var(--borda); border-bottom: 1px solid var(--borda); }
.section__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1; margin: 12px 0 0; letter-spacing: -0.04em; }
.link { color: var(--vermelho); font-weight: 900; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cards--top { margin-top: 28px; }
.card { background: #151515; border: 1px solid var(--borda); border-radius: 24px; overflow: hidden; box-shadow: 0 16px 60px rgba(0,0,0,.22); }
.card__foto { aspect-ratio: 4 / 3; background: #202020; overflow: hidden; display: block; }
.card__foto img { width: 100%; height: 100%; object-fit: cover; transition: .3s; }
.card:hover .card__foto img { transform: scale(1.04); }
.card__body { padding: 20px; }
.card h3 { font-size: 22px; line-height: 1.15; margin-bottom: 14px; }
.meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.meta span { color: #eee; background: #252525; border: 1px solid var(--borda); padding: 7px 10px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.empty { grid-column: 1 / -1; color: #ddd; background: #151515; border: 1px solid var(--borda); padding: 28px; border-radius: 20px; }
.split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 34px; align-items: center; }
.split p, .texto p, .page-hero p, .cta p { color: #d0d0d0; line-height: 1.7; font-size: 18px; }
.split__actions { display: grid; gap: 16px; }
.boxlink { display: block; padding: 24px; border: 1px solid var(--borda); border-radius: 22px; background: rgba(255,255,255,.06); font-weight: 900; font-size: 22px; }
.boxlink:hover { border-color: rgba(255,27,27,.55); }
.cta { text-align: center; background: linear-gradient(135deg, #171717, #101010); border: 1px solid var(--borda); border-radius: 30px; padding: 56px 26px; }
.page-hero { padding: 100px 0 70px; background: radial-gradient(circle at 80% 0, rgba(255,27,27,.20), transparent 35%), #080808; border-bottom: 1px solid var(--borda); }
.page-hero h1 { font-size: clamp(38px, 6vw, 72px); margin: 18px 0; letter-spacing: -0.05em; line-height: .95; max-width: 820px; }
.filtros { display: grid; grid-template-columns: 1.4fr 1fr 1fr auto; gap: 12px; background: #151515; border: 1px solid var(--borda); padding: 16px; border-radius: 22px; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.14); background: #0d0d0d; color: #fff; padding: 14px 14px; border-radius: 14px; font: inherit; outline: none; }
textarea { resize: vertical; }
label { display: grid; gap: 8px; color: #eee; font-weight: 800; }
.veiculo-page { background: #090909; }
.veiculo-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 34px; align-items: start; }
.galeria-main { background: #151515; border: 1px solid var(--borda); border-radius: 26px; overflow: hidden; }
.galeria-main img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.thumbs button { padding: 0; border: 1px solid var(--borda); background: #151515; border-radius: 14px; overflow: hidden; cursor: pointer; }
.thumbs img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.veiculo-info { background: #151515; border: 1px solid var(--borda); border-radius: 26px; padding: 28px; position: sticky; top: 104px; }
.veiculo-info h1 { font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -0.05em; margin: 16px 0 22px; }
.dados { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
.dados div { background: #202020; border: 1px solid var(--borda); border-radius: 16px; padding: 14px; }
.dados strong { display: block; color: var(--cinza); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.dados span { font-weight: 900; }
.descricao { border-top: 1px solid var(--borda); padding-top: 20px; margin-bottom: 24px; }
.descricao h2 { font-size: 22px; letter-spacing: 0; }
.descricao p { color: #ddd; line-height: 1.7; }
.grid-3, .contato-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-box { background: #151515; border: 1px solid var(--borda); border-radius: 22px; padding: 24px; }
.info-box h3 { color: #fff; font-size: 22px; }
.info-box p { color: #d0d0d0; line-height: 1.6; }
.mapa { margin-top: 22px; border-radius: 24px; overflow: hidden; border: 1px solid var(--borda); }
.mapa iframe { width: 100%; min-height: 420px; border: 0; display: block; filter: grayscale(.25); }
.rodape { background: #050505; border-top: 1px solid var(--borda); }
.rodape__grid { display: grid; grid-template-columns: 1.1fr .8fr 1fr; gap: 32px; padding: 54px 0; }
.rodape__logo { width: 180px; margin-bottom: 18px; }
.rodape p { color: #ccc; line-height: 1.65; }
.rodape h3 { font-size: 18px; }
.rodape a { color: #fff; font-weight: 800; }
.rodape__copy { border-top: 1px solid var(--borda); color: #999; padding: 18px 0; font-size: 14px; }
.whatsapp-fixo { position: fixed; right: 18px; bottom: 18px; z-index: 45; background: #13b857; color: #fff; padding: 14px 18px; border-radius: 999px; font-weight: 900; box-shadow: 0 14px 34px rgba(0,0,0,.32); }
/* Admin */
.admin-login { min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle at 50% 0, rgba(255,27,27,.25), transparent 35%), #070707; padding: 20px; }
.login-card { width: min(420px, 100%); background: #151515; border: 1px solid var(--borda); border-radius: 24px; padding: 30px; box-shadow: var(--sombra); display: grid; gap: 16px; }
.login-card img { width: 210px; margin: 0 auto; }
.login-card h1 { text-align: center; font-size: 28px; margin: 0 0 8px; }
.login-voltar { text-align: center; color: #bbb; font-weight: 700; }
.admin-body { background: #f4f4f4; color: #111; }
.admin-topo { background: #080808; color: #fff; padding: 18px 28px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.admin-topo div { display: grid; gap: 2px; }
.admin-topo span { color: #aaa; font-size: 13px; }
.admin-topo nav { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.admin-topo a { font-weight: 800; color: #fff; }
.admin-btn { background: var(--vermelho); padding: 10px 14px; border-radius: 12px; }
.admin-main { width: min(1180px, calc(100% - 32px)); margin: 28px auto 60px; }
.admin-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.admin-head h1 { margin: 0; }
.alert { background: #e8fff0; border: 1px solid #b6e9c8; color: #064b20; padding: 14px 16px; border-radius: 14px; margin-bottom: 16px; font-weight: 700; }
.alert--erro { background: #ffe8e8; border-color: #ffbcbc; color: #700; }
.admin-table-wrap { overflow-x: auto; background: #fff; border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.admin-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.admin-table th, .admin-table td { padding: 14px; text-align: left; border-bottom: 1px solid #eee; vertical-align: middle; }
.admin-table th { font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: #666; }
.admin-thumb { width: 88px; height: 60px; object-fit: cover; border-radius: 10px; background: #ddd; }
.admin-table small { display: block; color: #777; margin-top: 4px; }
.status { padding: 7px 10px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.status--disponivel { background: #e9fff0; color: #08702a; }
.status--vendido { background: #eef0ff; color: #263280; }
.status--oculto { background: #eee; color: #333; }
.acoes { display: flex; gap: 10px; }
.acoes a { font-weight: 900; color: #111; }
.danger { color: #c00000 !important; font-weight: 900; }
.admin-form { background: #fff; border-radius: 20px; padding: 22px; display: grid; gap: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.admin-form input, .admin-form select, .admin-form textarea { background: #fff; color: #111; border-color: #ddd; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.check { align-content: center; grid-template-columns: auto 1fr; display: flex; align-items: center; gap: 10px; }
.check input { width: auto; }
.hint { color: #666; margin: -8px 0 0; }
.admin-fotos { background: #fff; border-radius: 20px; padding: 22px; margin-top: 22px; box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.foto-grid-admin { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.foto-grid-admin img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; margin-bottom: 8px; }
.confirm-box { background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.confirm-box form { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .topo__inner { height: auto; padding: 14px 0; align-items: flex-start; }
  .menu-btn { display: block; }
  .menu { display: none; position: absolute; left: 16px; right: 16px; top: 76px; background: #111; border: 1px solid var(--borda); border-radius: 18px; padding: 18px; flex-direction: column; align-items: stretch; }
  .menu.is-open { display: flex; }
  .hero__grid, .split, .veiculo-grid, .rodape__grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 70px 0; }
  .cards, .grid-3, .contato-grid { grid-template-columns: 1fr 1fr; }
  .filtros { grid-template-columns: 1fr; }
  .veiculo-info { position: static; }
}
@media (max-width: 620px) {
  .cards, .grid-3, .contato-grid, .form-grid, .foto-grid-admin { grid-template-columns: 1fr; }
  .dados { grid-template-columns: 1fr; }
  .thumbs { grid-template-columns: repeat(3, 1fr); }
  .admin-topo { flex-direction: column; align-items: flex-start; }
  .logo img { width: 150px; }
}
/* Hero com fachada da Lucascar */
.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #050505;
  --hero-parallax: 0px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/lucascar-fachada.webp') center center / cover no-repeat;
  transform: translateY(var(--hero-parallax)) scale(1.08);
  transform-origin: center;
  will-change: transform;
  filter: brightness(0.95) contrast(1.05) saturate(1.03);
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.48) 35%, rgba(0,0,0,.22) 68%, rgba(0,0,0,.12) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.08) 38%, rgba(0,0,0,.52) 100%);
  z-index: 1;
}

.hero__grid {
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}

.hero__content {
  max-width: 760px;
  padding: 90px 0;
}

.hero .hero__card {
  display: none;
}

.hero h1,
.hero p,
.hero .tag {
  text-shadow: 0 4px 24px rgba(0,0,0,.65);
}

@media (max-width: 900px) {
  .hero {
    min-height: 620px;
  }

  .hero::before {
    transform: scale(1.04);
    background-position: center center;
  }

  .hero__content {
    padding: 60px 0;
  }
}
/* Ajuste fino do hero com fachada */
.hero {
  min-height: 700px;
}

.hero::before {
  background-position: center 38%;
  filter: brightness(1.18) contrast(1.06) saturate(1.05);
  transform: translateY(var(--hero-parallax)) scale(1.06);
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.38) 36%, rgba(0,0,0,.12) 70%, rgba(0,0,0,.04) 100%),
    linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.08) 45%, rgba(0,0,0,.48) 100%);
}

.hero__content {
  max-width: 720px;
  padding: 115px 0 105px;
}

.hero h1 {
  max-width: 720px;
}

.hero p {
  max-width: 620px;
  color: #f1f1f1;
}

/* Logo menor no topo */
.logo img {
  width: 170px;
}
/* Ajuste final do topo e hero */
.topo__inner {
  height: 76px;
}

.logo {
  width: 190px;
  height: 76px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.logo img {
  width: 170px !important;
  height: 64px !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero {
  min-height: 680px;
}

.hero::before {
  background-position: center 35%;
  filter: brightness(1.28) contrast(1.05) saturate(1.06);
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(0,0,0,.50) 0%, rgba(0,0,0,.34) 38%, rgba(0,0,0,.10) 72%, rgba(0,0,0,.02) 100%),
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.04) 45%, rgba(0,0,0,.42) 100%);
}

.hero__content {
  max-width: 740px;
  padding: 105px 0 95px;
}

.hero h1 {
  font-size: clamp(46px, 6.2vw, 82px);
  max-width: 760px;
}

.hero p {
  max-width: 650px;
  font-size: 19px;
}
/* Páginas legais */
.legal {
  background: #151515;
  border: 1px solid var(--borda);
  border-radius: 26px;
  padding: 34px;
}

.legal h2 {
  font-size: 26px;
  margin: 34px 0 12px;
  letter-spacing: -0.02em;
}

.legal p,
.legal li {
  color: #d8d8d8;
  line-height: 1.75;
  font-size: 17px;
}

.legal ul {
  margin: 0 0 22px;
  padding-left: 22px;
}

.legal a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255, 27, 27, .75);
}
/* Melhor leitura das páginas legais */
.legal {
  max-width: 920px;
  margin: 0 auto;
}

.legal h2 {
  color: #fff;
}

.legal p,
.legal li {
  font-size: 18px;
}

.rodape__copy a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255, 27, 27, .8);
}
.rodape__horarios {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.rodape__horarios li {
  display: grid;
  gap: 3px;
}

.rodape__horarios span {
  color: #aaa;
  font-size: 14px;
  font-weight: 700;
}

.rodape__horarios strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}
/* Rodapé em 3 colunas com funcionamento abaixo do endereço */
.rodape__grid--novo {
  grid-template-columns: 1fr .8fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.rodape__subtitulo {
  margin-top: 28px !important;
}

.rodape__horarios {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}

.rodape__horarios li {
  display: grid;
  gap: 2px;
}

.rodape__horarios span {
  color: #aaa;
  font-size: 14px;
  font-weight: 700;
}

.rodape__horarios strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.rodape__copy-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.rodape__links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .rodape__grid--novo {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
/* Ajuste fino do rodapé */
.rodape__grid--novo {
  padding: 46px 0 38px;
}

.rodape__logo {
  width: 165px;
  margin-bottom: 18px;
}

.rodape__marca {
  max-width: 300px;
}

.rodape__subtitulo {
  margin-top: 24px !important;
}

.rodape__horarios {
  gap: 8px;
}
.whatsapp-fixo {
  right: 26px;
  bottom: 26px;
}

.rodape__copy {
  padding-right: 150px;
}

@media (max-width: 620px) {
  .rodape__copy {
    padding-right: 0;
    padding-bottom: 76px;
  }

  .whatsapp-fixo {
    right: 16px;
    bottom: 16px;
  }
}
/* Correção do formulário administrativo */
.admin-form label {
  color: #111 !important;
  font-weight: 900;
}

.admin-form .check {
  color: #111 !important;
  font-weight: 900;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #d6d6d6 !important;
}

.admin-form input::placeholder,
.admin-form textarea::placeholder {
  color: #666 !important;
  opacity: 1;
}

.admin-form select {
  color: #111 !important;
}

.admin-form option {
  color: #111;
  background: #fff;
}

.admin-form button,
.admin-form .btn {
  color: #fff !important;
}
/* Escolha de foto de capa no painel */
.admin-foto-card {
  position: relative;
  background: #f7f7f7;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 10px;
}

.admin-foto-card.is-principal {
  border-color: #ff1b1b;
  background: #fff5f5;
}

.admin-badge-capa {
  display: inline-block;
  background: #ff1b1b;
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
  margin: 4px 0 8px;
}

.admin-link-capa {
  display: inline-block;
  background: #111;
  color: #fff !important;
  font-weight: 900;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 999px;
  margin: 4px 0 8px;
}

.admin-foto-card .danger {
  display: block;
  margin-top: 6px;
}
/* Galeria ampliada do veículo */
.galeria-open {
  width: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: zoom-in;
}

.galeria-open img {
  display: block;
  width: 100%;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: min(1200px, 96vw);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0,0,0,.55);
}

.lightbox__close {
  position: fixed;
  top: 22px;
  right: 26px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #ff1b1b;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}

body.lightbox-open {
  overflow: hidden;
}
/* Setas da galeria ampliada */
.lightbox__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10001;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #111;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
  transition: transform .15s ease, background .15s ease;
}

.lightbox__nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.06);
}

.lightbox__prev {
  left: 36px;
}

.lightbox__next {
  right: 36px;
}

.lightbox__counter {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 10001;
  background: rgba(0,0,0,.65);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
}

@media (max-width: 700px) {
  .lightbox__nav {
    width: 46px;
    height: 46px;
    font-size: 36px;
  }

  .lightbox__prev {
    left: 14px;
  }

  .lightbox__next {
    right: 14px;
  }

  .lightbox img {
    max-width: 94vw;
    max-height: 82vh;
  }
}
/* Ajuste mobile da galeria ampliada */
.galeria-main {
  position: relative;
}

.galeria-open {
  width: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: zoom-in;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.galeria-open img {
  display: block;
  width: 100%;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0,0,0,.94);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: 94vw;
  max-height: 86vh;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0,0,0,.55);
}

.lightbox__close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 1000001;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #ff1b1b;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
}

.lightbox__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000001;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #111;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox__prev {
  left: 24px;
}

.lightbox__next {
  right: 24px;
}

.lightbox__counter {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 1000001;
  background: rgba(0,0,0,.72);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 700px) {
  .lightbox {
    padding: 12px;
  }

  .lightbox img {
    max-width: 96vw;
    max-height: 78vh;
    border-radius: 12px;
  }

  .lightbox__nav {
    width: 46px;
    height: 46px;
    font-size: 36px;
  }

  .lightbox__prev {
    left: 12px;
  }

  .lightbox__next {
    right: 12px;
  }

  .lightbox__close {
    top: 12px;
    right: 12px;
  }

  .lightbox__counter {
    bottom: 16px;
  }
}
/* Ajuste da logo no topo mobile */
@media (max-width: 700px) {
  .topo__inner {
    height: 86px !important;
    min-height: 86px !important;
    padding: 0 16px !important;
    align-items: center !important;
  }

  .logo {
    width: 220px !important;
    height: 86px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .logo img {
    width: 220px !important;
    height: 86px !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    display: block !important;
  }

  .menu-btn {
    width: 56px !important;
    height: 56px !important;
    margin-left: auto !important;
  }

  .menu {
    top: 94px !important;
  }
}
/* Página Venda seu carro */
.venda-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.76) 48%, rgba(0,0,0,.56) 100%),
    radial-gradient(circle at 85% 20%, rgba(255,27,27,.28), transparent 34%),
    #070707;
}

.venda-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -130px;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(255,27,27,.12);
  filter: blur(10px);
  pointer-events: none;
}

.venda-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: 44px;
  align-items: center;
}

.venda-hero__content h1 {
  max-width: 800px;
}

.venda-hero__box {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}

.venda-hero__box strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
}

.venda-hero__box p {
  color: #d9d9d9;
  line-height: 1.7;
  margin: 0;
}

.venda-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.venda-card {
  background: linear-gradient(180deg, #181818, #101010);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  padding: 26px;
  min-height: 250px;
  box-shadow: 0 18px 44px rgba(0,0,0,.20);
}

.venda-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: rgba(255,27,27,.16);
  color: #fff;
  font-weight: 900;
  margin-bottom: 24px;
}

.venda-card h3 {
  font-size: 23px;
  margin-bottom: 12px;
}

.venda-card p {
  color: #d4d4d4;
  line-height: 1.7;
  margin: 0;
}

.venda-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.venda-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  padding: 26px;
}

.venda-step__num {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--vermelho);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 22px;
}

.venda-step h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.venda-step p {
  color: #d4d4d4;
  line-height: 1.65;
  margin: 0;
}

.venda-form-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  align-items: start;
}

.venda-form-info {
  position: sticky;
  top: 110px;
  background: linear-gradient(180deg, #181818, #101010);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  padding: 32px;
}

.venda-form-info h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 18px 0;
}

.venda-form-info p {
  color: #d6d6d6;
  line-height: 1.75;
}

.venda-alerta {
  margin-top: 26px;
  background: rgba(255,27,27,.10);
  border: 1px solid rgba(255,27,27,.26);
  border-radius: 20px;
  padding: 18px;
}

.venda-alerta strong {
  color: #fff;
  display: block;
  margin-bottom: 8px;
}

.venda-alerta p {
  margin: 0;
  font-size: 15px;
}

.venda-form {
  background: #151515;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 22px 64px rgba(0,0,0,.24);
  display: grid;
  gap: 18px;
}

.venda-form label {
  color: #fff;
  font-weight: 900;
}

.venda-form input,
.venda-form select,
.venda-form textarea {
  background: #0b0b0b;
  color: #fff;
  border-color: rgba(255,255,255,.16);
}

.venda-form input::placeholder,
.venda-form textarea::placeholder {
  color: #777;
}

.venda-form__obs {
  color: #aaa;
  line-height: 1.6;
  font-size: 14px;
  margin: -4px 0 0;
}

.venda-cta {
  position: relative;
  overflow: hidden;
}

.venda-cta::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  background: rgba(255,27,27,.14);
  border-radius: 999px;
}

.venda-cta > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 1000px) {
  .venda-cards,
  .venda-steps {
    grid-template-columns: 1fr 1fr;
  }

  .venda-form-grid,
  .venda-hero__grid {
    grid-template-columns: 1fr;
  }

  .venda-form-info {
    position: static;
  }
}

@media (max-width: 620px) {
  .venda-cards,
  .venda-steps {
    grid-template-columns: 1fr;
  }

  .venda-card {
    min-height: auto;
  }

  .venda-form,
  .venda-form-info,
  .venda-hero__box {
    padding: 22px;
    border-radius: 22px;
  }

  .venda-step {
    grid-template-columns: 1fr;
  }
}
/* Página Financiamento */
.financiamento-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.76) 48%, rgba(0,0,0,.56) 100%),
    radial-gradient(circle at 85% 20%, rgba(255,27,27,.28), transparent 34%),
    #070707;
}

.financiamento-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -130px;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(255,27,27,.12);
  filter: blur(10px);
  pointer-events: none;
}

.financiamento-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: 44px;
  align-items: center;
}

.financiamento-hero__content h1 {
  max-width: 820px;
}

.financiamento-hero__box {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}

.financiamento-hero__box strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
}

.financiamento-hero__box p {
  color: #d9d9d9;
  line-height: 1.7;
  margin: 0;
}

.financiamento-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.financiamento-card {
  background: linear-gradient(180deg, #181818, #101010);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  padding: 26px;
  min-height: 250px;
  box-shadow: 0 18px 44px rgba(0,0,0,.20);
}

.financiamento-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: rgba(255,27,27,.16);
  color: #fff;
  font-weight: 900;
  margin-bottom: 24px;
}

.financiamento-card h3 {
  font-size: 23px;
  margin-bottom: 12px;
}

.financiamento-card p {
  color: #d4d4d4;
  line-height: 1.7;
  margin: 0;
}

.financiamento-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.financiamento-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  padding: 26px;
}

.financiamento-step__num {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--vermelho);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 22px;
}

.financiamento-step h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.financiamento-step p {
  color: #d4d4d4;
  line-height: 1.65;
  margin: 0;
}

.financiamento-docs__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.financiamento-docs h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 18px 0;
}

.financiamento-docs p {
  color: #d6d6d6;
  line-height: 1.75;
}

.financiamento-docs__lista {
  display: grid;
  gap: 16px;
}

.financiamento-docs__lista div {
  background: linear-gradient(180deg, #181818, #101010);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  padding: 24px;
}

.financiamento-docs__lista h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.financiamento-form-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  align-items: start;
}

.financiamento-form-info {
  position: sticky;
  top: 110px;
  background: linear-gradient(180deg, #181818, #101010);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  padding: 32px;
}

.financiamento-form-info h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 18px 0;
}

.financiamento-form-info p {
  color: #d6d6d6;
  line-height: 1.75;
}

.financiamento-alerta {
  margin-top: 26px;
  background: rgba(255,27,27,.10);
  border: 1px solid rgba(255,27,27,.26);
  border-radius: 20px;
  padding: 18px;
}

.financiamento-alerta strong {
  color: #fff;
  display: block;
  margin-bottom: 8px;
}

.financiamento-alerta p {
  margin: 0;
  font-size: 15px;
}

.financiamento-form {
  background: #151515;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 22px 64px rgba(0,0,0,.24);
  display: grid;
  gap: 18px;
}

.financiamento-form label {
  color: #fff;
  font-weight: 900;
}

.financiamento-form input,
.financiamento-form select,
.financiamento-form textarea {
  background: #0b0b0b;
  color: #fff;
  border-color: rgba(255,255,255,.16);
}

.financiamento-form input::placeholder,
.financiamento-form textarea::placeholder {
  color: #777;
}

.financiamento-form__obs {
  color: #aaa;
  line-height: 1.6;
  font-size: 14px;
  margin: -4px 0 0;
}

.financiamento-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.financiamento-faq__item {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  padding: 26px;
}

.financiamento-faq__item h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.financiamento-faq__item p {
  color: #d4d4d4;
  line-height: 1.7;
  margin: 0;
}

.financiamento-cta {
  position: relative;
  overflow: hidden;
}

.financiamento-cta::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  background: rgba(255,27,27,.14);
  border-radius: 999px;
}

.financiamento-cta > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 1000px) {
  .financiamento-cards,
  .financiamento-steps,
  .financiamento-faq__grid {
    grid-template-columns: 1fr 1fr;
  }

  .financiamento-form-grid,
  .financiamento-hero__grid,
  .financiamento-docs__grid {
    grid-template-columns: 1fr;
  }

  .financiamento-form-info {
    position: static;
  }
}

@media (max-width: 620px) {
  .financiamento-cards,
  .financiamento-steps,
  .financiamento-faq__grid {
    grid-template-columns: 1fr;
  }

  .financiamento-card {
    min-height: auto;
  }

  .financiamento-form,
  .financiamento-form-info,
  .financiamento-hero__box {
    padding: 22px;
    border-radius: 22px;
  }

  .financiamento-step {
    grid-template-columns: 1fr;
  }
}
/* Página Contato */
.contato-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.76) 48%, rgba(0,0,0,.56) 100%),
    radial-gradient(circle at 85% 20%, rgba(255,27,27,.28), transparent 34%),
    #070707;
}

.contato-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -130px;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(255,27,27,.12);
  filter: blur(10px);
  pointer-events: none;
}

.contato-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: 44px;
  align-items: center;
}

.contato-hero__content h1 {
  max-width: 780px;
}

.contato-hero__box {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 24px 70px rgba(0,0,0,.35);
}

.contato-hero__box strong {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
}

.contato-hero__box p {
  color: #d9d9d9;
  line-height: 1.7;
  margin: 0;
}

.contato-info__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 18px;
}

.contato-card {
  background: linear-gradient(180deg, #181818, #101010);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 44px rgba(0,0,0,.20);
}

.contato-card--principal {
  grid-row: span 2;
}

.contato-card h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 18px 0;
}

.contato-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.contato-card p {
  color: #d4d4d4;
  line-height: 1.7;
  margin: 0 0 18px;
}

.contato-link {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(255,27,27,.75);
}

.contato-fachada {
  margin-top: 24px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
}

.contato-fachada img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.contato-horarios-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.contato-horarios-grid h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 18px 0;
}

.contato-horarios-grid p {
  color: #d6d6d6;
  line-height: 1.75;
}

.contato-horarios-card {
  background: linear-gradient(180deg, #181818, #101010);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  padding: 30px;
}

.contato-horarios {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.contato-horarios li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.contato-horarios li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contato-horarios span {
  color: #aaa;
  font-weight: 800;
}

.contato-horarios strong {
  color: #fff;
  font-weight: 900;
  text-align: right;
}

.contato-mapa-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 34px;
  align-items: stretch;
}

.contato-mapa-info {
  background: linear-gradient(180deg, #181818, #101010);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  padding: 32px;
}

.contato-mapa-info h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 18px 0;
}

.contato-mapa-info p {
  color: #d6d6d6;
  line-height: 1.75;
  margin-bottom: 24px;
}

.contato-mapa {
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: #111;
}

.contato-mapa iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
  filter: grayscale(1) invert(.9) contrast(.9);
}

.contato-form-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  align-items: start;
}

.contato-form-info {
  position: sticky;
  top: 110px;
  background: linear-gradient(180deg, #181818, #101010);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  padding: 32px;
}

.contato-form-info h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 18px 0;
}

.contato-form-info p {
  color: #d6d6d6;
  line-height: 1.75;
}

.contato-alerta {
  margin-top: 26px;
  background: rgba(255,27,27,.10);
  border: 1px solid rgba(255,27,27,.26);
  border-radius: 20px;
  padding: 18px;
}

.contato-alerta strong {
  color: #fff;
  display: block;
  margin-bottom: 8px;
}

.contato-alerta p {
  margin: 0;
  font-size: 15px;
}

.contato-form {
  background: #151515;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 22px 64px rgba(0,0,0,.24);
  display: grid;
  gap: 18px;
}

.contato-form label {
  color: #fff;
  font-weight: 900;
}

.contato-form input,
.contato-form select,
.contato-form textarea {
  background: #0b0b0b;
  color: #fff;
  border-color: rgba(255,255,255,.16);
}

.contato-form input::placeholder,
.contato-form textarea::placeholder {
  color: #777;
}

.contato-cta {
  position: relative;
  overflow: hidden;
}

.contato-cta::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  background: rgba(255,27,27,.14);
  border-radius: 999px;
}

.contato-cta > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 1000px) {
  .contato-hero__grid,
  .contato-info__grid,
  .contato-horarios-grid,
  .contato-mapa-grid,
  .contato-form-grid {
    grid-template-columns: 1fr;
  }

  .contato-card--principal {
    grid-row: auto;
  }

  .contato-form-info {
    position: static;
  }
}

@media (max-width: 620px) {
  .contato-card,
  .contato-form,
  .contato-form-info,
  .contato-hero__box,
  .contato-mapa-info,
  .contato-horarios-card {
    padding: 22px;
    border-radius: 22px;
  }

  .contato-horarios li {
    display: grid;
    gap: 4px;
  }

  .contato-horarios strong {
    text-align: left;
  }

  .contato-fachada img {
    height: 220px;
  }

  .contato-mapa,
  .contato-mapa iframe {
    min-height: 340px;
  }
}
.contato-endereco-destaque {
  color: #fff !important;
  font-weight: 900;
  margin-top: 14px !important;
}
.contato-fachada img {
  height: 340px;
  object-position: center;
}
/* Correção definitiva do painel administrativo */
.admin-form {
  background: #fff !important;
  color: #111 !important;
}

.admin-form label,
.admin-form .check,
.admin-form h1,
.admin-form h2,
.admin-form h3,
.admin-form p,
.admin-form small {
  color: #111 !important;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #d6d6d6 !important;
  box-shadow: none !important;
}

.admin-form input::placeholder,
.admin-form textarea::placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

.admin-form select option {
  background: #fff !important;
  color: #111 !important;
}

.admin-form input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  accent-color: #ff1b1b;
}

.admin-form input[type="file"] {
  padding: 14px !important;
  background: #fff !important;
  color: #111 !important;
}

.admin-form button,
.admin-form .btn {
  color: #fff !important;
  background: #ff1b1b !important;
  border: 0 !important;
}

.admin-form button:hover,
.admin-form .btn:hover {
  background: #d90000 !important;
}

/* Correção da área de fotos no painel */
.admin-foto-card {
  background: #f7f7f7 !important;
  color: #111 !important;
}

.admin-foto-card a,
.admin-foto-card span,
.admin-foto-card strong,
.admin-foto-card p {
  color: #111;
}

.admin-foto-card .admin-badge-capa {
  color: #fff !important;
}

.admin-foto-card .admin-link-capa {
  color: #fff !important;
}

.admin-foto-card .danger {
  color: #d90000 !important;
}

/* =========================================================
   HOME PREMIUM LUCASCAR - CSS SEGURO
   Mantém vermelho, preto e branco.
   Não altera Estoque, Contato, Financiamento, Venda ou Admin.
   Classes usadas apenas na Home nova: site-header, home-hero,
   trust-strip, featured-section, quick-services e final-cta.
   ========================================================= */

/* Topo exclusivo da Home nova */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7,7,7,.92);
  backdrop-filter: blur(14px);
  border-bottom: 2px solid var(--vermelho);
}

.header-container {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand-logo {
  width: 190px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.brand-logo img {
  width: 175px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
}

.main-nav a {
  color: #f2f2f2;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  transition: .2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  background: var(--vermelho);
  color: #fff;
}

.main-nav .nav-whatsapp {
  background: #25d366;
  color: #061f10;
  margin-left: 6px;
}

.main-nav .nav-whatsapp:hover {
  background: #31e071;
  color: #061f10;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--borda);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #fff;
}

/* Botões usados na Home nova */
.home-hero .btn,
.featured-section .btn,
.quick-services .btn,
.final-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  transition: .2s ease;
}

.home-hero .btn:hover,
.featured-section .btn:hover,
.quick-services .btn:hover,
.final-cta .btn:hover {
  transform: translateY(-1px);
}

.home-hero .btn-primary,
.quick-services .btn-primary,
.final-cta .btn-primary {
  background: linear-gradient(135deg, var(--vermelho), var(--vermelho2));
  color: #fff;
  box-shadow: 0 12px 32px rgba(255,27,27,.25);
}

.home-hero .btn-outline {
  background: rgba(0,0,0,.16);
  border: 2px solid rgba(255,255,255,.74);
  color: #fff;
  box-shadow: none;
}

.home-hero .btn-outline:hover {
  background: #fff;
  color: #111;
}

.featured-section .btn-dark {
  background: #111;
  color: #fff;
}

.featured-section .btn-whatsapp {
  background: #25d366;
  color: #061f10;
}

.featured-section .btn-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 13px;
}

/* Hero da Home nova com fachada mais clara */
.home-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-color: #050505;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.54) 0%, rgba(0,0,0,.34) 38%, rgba(0,0,0,.10) 72%, rgba(0,0,0,.02) 100%),
    linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.04) 50%, rgba(0,0,0,.38) 100%),
    url('../img/lucascar-fachada.webp') !important;
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 230px;
  background: linear-gradient(180deg, transparent, rgba(255,27,27,.12), rgba(0,0,0,.50));
  pointer-events: none;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 45%, rgba(0,0,0,.24), transparent 42%);
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 740px;
  padding: 105px 0 120px;
}

.hero-eyebrow,
.section-kicker,
.service-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,27,27,.18);
  border: 1px solid rgba(255,27,27,.38);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-content h1 {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: clamp(46px, 6.2vw, 82px);
  line-height: .95;
  letter-spacing: -.06em;
  text-shadow: 0 4px 24px rgba(0,0,0,.62);
}

.hero-content p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #f4f4f4;
  font-size: 19px;
  line-height: 1.6;
  text-shadow: 0 3px 18px rgba(0,0,0,.65);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

/* Faixa de confiança */
.trust-strip {
  position: relative;
  z-index: 5;
  margin-top: -74px;
  padding-bottom: 34px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.trust-card {
  min-height: 170px;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  color: #111;
  border: 1px solid rgba(0,0,0,.08);
  border-top: 4px solid var(--vermelho);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.trust-card span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--vermelho);
  font-size: 13px;
  font-weight: 900;
}

.trust-card strong {
  display: block;
  font-size: 17px;
  line-height: 1.25;
  color: #111;
}

.trust-card p {
  margin: 10px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

/* Veículos em destaque em carrossel */
.featured-section {
  padding: 78px 0;
  background: linear-gradient(180deg, #090909 0%, #101010 100%);
  overflow: hidden;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading-row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1;
  letter-spacing: -.055em;
}

.section-heading p {
  margin: 16px 0 0;
  color: #d0d0d0;
  font-size: 17px;
  line-height: 1.65;
}

.section-link {
  flex: 0 0 auto;
  color: var(--vermelho);
  font-weight: 900;
  padding-bottom: 4px;
  border-bottom: 2px solid currentColor;
}

.vehicle-carousel {
  position: relative;
}

.vehicle-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 360px);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 4px 28px;
  scrollbar-width: none;
  cursor: grab;
}

.vehicle-track::-webkit-scrollbar {
  display: none;
}

.vehicle-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.vehicle-card {
  scroll-snap-align: start;
  background: #151515;
  border: 1px solid var(--borda);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0,0,0,.26);
}

.vehicle-image {
  display: block;
  height: 235px;
  background: #202020;
  overflow: hidden;
}

.vehicle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
}

.vehicle-card:hover .vehicle-image img {
  transform: scale(1.04);
}

.vehicle-image-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #111, #252525);
  color: rgba(255,255,255,.82);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vehicle-card-body {
  padding: 20px;
}

.vehicle-card-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.vehicle-card-title h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.vehicle-card-title span {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: #252525;
  border: 1px solid var(--borda);
  color: #eee;
  font-size: 13px;
  font-weight: 900;
}

.vehicle-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 28px;
  margin-top: 16px;
}

.vehicle-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #252525;
  border: 1px solid var(--borda);
  color: #eee;
  font-size: 13px;
  font-weight: 800;
}

.vehicle-price {
  display: block;
  margin-top: 18px;
  color: var(--vermelho);
  font-size: 23px;
  letter-spacing: -.03em;
}

.vehicle-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 48px;
  height: 48px;
  border: 2px solid var(--vermelho);
  border-radius: 999px;
  background: #111;
  color: #fff;
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: .2s ease;
}

.carousel-arrow:hover {
  background: var(--vermelho);
}

.carousel-arrow-left {
  left: -18px;
}

.carousel-arrow-right {
  right: -18px;
}

.empty-featured {
  padding: 36px;
  border-radius: 24px;
  background: #151515;
  border: 1px solid var(--borda);
  box-shadow: 0 18px 48px rgba(0,0,0,.22);
}

.empty-featured h3 {
  margin: 0;
  color: #fff;
  font-size: 26px;
}

.empty-featured p {
  margin: 12px 0 24px;
  color: #d0d0d0;
  line-height: 1.6;
}

/* Cards venda e financiamento */
.quick-services {
  padding: 78px 0;
  background: #090909;
}

.quick-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.quick-service-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255,27,27,.24), transparent 34%),
    linear-gradient(135deg, #181818, #080808);
  color: #fff;
  border: 1px solid var(--borda);
  overflow: hidden;
  position: relative;
}

.quick-service-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  border: 34px solid rgba(255,255,255,.045);
}

.quick-service-content {
  position: relative;
  z-index: 2;
}

.quick-service-card h3 {
  margin: 0;
  max-width: 460px;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -.055em;
}

.quick-service-card p {
  max-width: 520px;
  margin: 18px 0 0;
  color: #d6d6d6;
  font-size: 16px;
  line-height: 1.65;
}

.quick-service-card .btn {
  position: relative;
  z-index: 2;
  width: fit-content;
}

/* CTA final */
.final-cta {
  padding: 30px 0 86px;
  background: #090909;
}

.final-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(255,27,27,.28), transparent 34%),
    linear-gradient(135deg, #181818, #080808);
  border: 1px solid var(--borda);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.30);
}

.final-cta-box h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -.055em;
}

.final-cta-box p {
  margin: 14px 0 0;
  color: #d6d6d6;
  font-size: 17px;
  line-height: 1.6;
}

/* Rodapé exclusivo da Home nova */
.site-footer {
  background: #050505;
  border-top: 1px solid var(--borda);
  color: #d0d0d0;
  padding: 54px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.3fr;
  gap: 28px;
}

.site-footer strong {
  display: block;
  color: #fff;
  margin-bottom: 12px;
  font-size: 16px;
}

.site-footer p {
  margin: 0;
  color: #ccc;
  line-height: 1.65;
}

.site-footer a {
  color: #fff;
  font-weight: 800;
}

.site-footer a:hover {
  color: var(--vermelho);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--borda);
}

.footer-bottom p {
  font-size: 14px;
}

.footer-bottom div {
  display: flex;
  gap: 18px;
  font-size: 14px;
}

/* WhatsApp flutuante novo, caso o index.php use whatsapp-float */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 138px;
  height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  background: #25d366;
  color: #061f10;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(37,211,102,.36);
  transition: .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 46px rgba(37,211,102,.44);
}

.whatsapp-float::before {
  content: none !important;
}

/* Responsivo da Home nova */
@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 82px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(7,7,7,.98);
    border: 1px solid var(--borda);
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    padding: 14px 16px;
  }

  .main-nav .nav-whatsapp {
    margin-left: 0;
    text-align: center;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading-row,
  .final-cta-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .quick-service-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .site-header .container {
    width: min(100% - 24px, 1180px);
  }

  .header-container {
    min-height: 76px;
  }

  .brand-logo {
    width: 172px;
    height: 68px;
  }

  .brand-logo img {
    width: 158px;
    max-height: 58px;
  }

  .main-nav {
    top: 76px;
    left: 12px;
    right: 12px;
  }

  .home-hero {
    min-height: 620px;
    background-attachment: scroll;
    background-position: center center;
  }

  .hero-content {
    padding: 72px 0 132px;
  }

  .hero-content h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .trust-strip {
    margin-top: -96px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .trust-card {
    min-height: auto;
    padding: 20px;
  }

  .featured-section,
  .quick-services {
    padding: 58px 0;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .vehicle-track {
    grid-auto-columns: minmax(278px, 86vw);
    gap: 16px;
    padding-bottom: 20px;
  }

  .vehicle-image {
    height: 210px;
  }

  .vehicle-card-body {
    padding: 18px;
  }

  .vehicle-actions {
    grid-template-columns: 1fr;
  }

  .carousel-arrow {
    display: none;
  }

  .quick-service-card {
    min-height: 300px;
    padding: 26px;
    border-radius: 24px;
  }

  .quick-service-card .btn,
  .final-cta-box .btn {
    width: 100%;
  }

  .final-cta {
    padding: 12px 0 64px;
  }

  .final-cta-box {
    padding: 28px;
    border-radius: 26px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-width: 122px;
    height: 50px;
    padding: 0 18px;
    font-size: 14px;
  }

  .footer-bottom div {
    flex-direction: column;
    gap: 8px;
  }
}
/* Ajustes finais da Home */

/* Logo maior no topo */
.logo {
  width: 230px !important;
  height: 86px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

.logo img {
  width: 220px !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* Mantém o topo alinhado com a logo maior */
.topo__inner {
  min-height: 88px !important;
}

/* Segunda seção da Home com fundo branco */
.featured-section {
  background: #ffffff !important;
  color: #070707 !important;
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.featured-section .section-kicker,
.featured-section .tag {
  background: rgba(255, 27, 27, 0.10) !important;
  border: 1px solid rgba(255, 27, 27, 0.28) !important;
  color: #ff1b1b !important;
}

.featured-section h2,
.featured-section h3 {
  color: #070707 !important;
}

.featured-section p {
  color: #555555 !important;
}

.featured-section .section-link,
.featured-section .link {
  color: #ff1b1b !important;
}

/* Cards dos veículos na seção branca */
.featured-section .card,
.featured-section .vehicle-card {
  background: #151515 !important;
  color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16) !important;
}

.featured-section .card h3,
.featured-section .vehicle-card h3 {
  color: #ffffff !important;
}

.featured-section .meta span,
.featured-section .vehicle-meta span {
  background: #252525 !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

/* Mobile */
@media (max-width: 700px) {
  .topo__inner {
    min-height: 82px !important;
  }

  .logo {
    width: 190px !important;
    height: 76px !important;
  }

  .logo img {
    width: 185px !important;
  }

  .featured-section {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
}
/* Correção final: logo sem estourar e seção de destaque controlada */

/* Logo da Home, quando o cabeçalho usa brand-logo */
.site-header .brand-logo {
  width: 185px !important;
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.site-header .brand-logo img {
  width: 205px !important;
  height: 76px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
}

/* Logo das páginas internas, como Estoque, Contato, Financiamento */
.topo__inner {
  height: 78px !important;
  min-height: 78px !important;
  padding: 0 !important;
  align-items: center !important;
}

.topo .logo {
  width: 178px !important;
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 0 !important;
  box-shadow: none !important;
}

.topo .logo img {
  width: 195px !important;
  height: 76px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  margin: 0 !important;
  transform: none !important;
}

/* Segunda seção da Home */
.featured-section {
  background: #ffffff !important;
  color: #070707 !important;
  padding-top: 86px !important;
  padding-bottom: 92px !important;
}

.featured-section .section-heading,
.featured-section .section-heading-row {
  margin-bottom: 34px !important;
}

.featured-section h2 {
  color: #070707 !important;
}

.featured-section p {
  color: #4a4a4a !important;
}

.featured-section .section-kicker {
  background: rgba(255, 27, 27, 0.10) !important;
  border: 1px solid rgba(255, 27, 27, 0.28) !important;
  color: #ff1b1b !important;
}

.featured-section .section-link {
  color: #ff1b1b !important;
}

/* Cards da Home dentro da seção branca */
.featured-section .vehicle-track {
  grid-auto-columns: minmax(300px, 340px) !important;
  gap: 24px !important;
  padding-bottom: 24px !important;
}

.featured-section .vehicle-card {
  background: #151515 !important;
  color: #ffffff !important;
  border-radius: 24px !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16) !important;
}

.featured-section .vehicle-card h3,
.featured-section .vehicle-card-title h3 {
  color: #ffffff !important;
}

.featured-section .vehicle-price {
  color: #ff1b1b !important;
}

.featured-section .vehicle-meta span {
  background: #252525 !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.featured-section .carousel-arrow {
  background: #080808 !important;
  color: #ffffff !important;
  border: 2px solid #ff1b1b !important;
}

/* Mobile */
@media (max-width: 700px) {
  .site-header .brand-logo {
    width: 165px !important;
    height: 66px !important;
  }

  .site-header .brand-logo img {
    width: 185px !important;
    height: 70px !important;
  }

  .topo__inner {
    height: 76px !important;
    min-height: 76px !important;
  }

  .topo .logo {
    width: 165px !important;
    height: 70px !important;
  }

  .topo .logo img {
    width: 185px !important;
    height: 74px !important;
  }

  .featured-section {
    padding-top: 70px !important;
    padding-bottom: 76px !important;
  }

  .featured-section .vehicle-track {
    grid-auto-columns: minmax(280px, 86vw) !important;
  }
}
/* Ajuste visual dos cards da Home na seção branca */

.featured-section .vehicle-card {
  background: #ffffff !important;
  color: #070707 !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12) !important;
  overflow: hidden !important;
}

.featured-section .vehicle-card h3,
.featured-section .vehicle-card-title h3 {
  color: #070707 !important;
}

.featured-section .vehicle-card-title span {
  background: #f2f2f2 !important;
  color: #070707 !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.featured-section .vehicle-meta span {
  background: #f4f4f4 !important;
  color: #111111 !important;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
}

.featured-section .vehicle-price {
  color: #ff1b1b !important;
  font-weight: 900 !important;
}

.featured-section .vehicle-actions .btn-dark {
  background: #070707 !important;
  color: #ffffff !important;
}

.featured-section .vehicle-actions .btn-whatsapp {
  background: linear-gradient(135deg, #ff1b1b, #c80000) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(255, 27, 27, 0.24) !important;
}

.featured-section .vehicle-actions .btn-whatsapp:hover {
  filter: brightness(1.05) !important;
}

/* Deixa a área dos cards mais limpa */
.featured-section .vehicle-track {
  background: transparent !important;
}

/* Setas mais discretas na seção branca */
.featured-section .carousel-arrow {
  background: #ffffff !important;
  color: #070707 !important;
  border: 2px solid #ff1b1b !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16) !important;
}

.featured-section .carousel-arrow:hover {
  background: #ff1b1b !important;
  color: #ffffff !important;
}
/* Ajuste fino final da Home desktop */

/* Logo da Home um pouco maior, sem mexer no Estoque */
.site-header .brand-logo {
  width: 220px !important;
  height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.site-header .brand-logo img {
  width: 240px !important;
  height: 86px !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* Hero com menos peso escuro e melhor leitura */
.home-hero {
  min-height: 660px !important;
}

.home-hero::before {
  background:
    linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.38) 42%, rgba(0,0,0,.12) 76%, rgba(0,0,0,.04) 100%),
    linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.05) 48%, rgba(0,0,0,.46) 100%) !important;
}

.hero-content {
  max-width: 720px !important;
}

.hero-content h1 {
  font-size: clamp(52px, 5.4vw, 78px) !important;
  line-height: .94 !important;
}

/* Faixa de confiança mais elegante */
.trust-strip {
  margin-top: -68px !important;
  padding-bottom: 44px !important;
}

.trust-card {
  min-height: 160px !important;
  padding: 24px !important;
  border-radius: 22px !important;
}

/* Seção branca mais premium */
.featured-section {
  padding-top: 74px !important;
  padding-bottom: 96px !important;
}

.featured-section .section-heading-row {
  align-items: flex-end !important;
  margin-bottom: 38px !important;
}

.featured-section .section-heading h2,
.featured-section h2 {
  font-size: clamp(38px, 4vw, 56px) !important;
  letter-spacing: -0.05em !important;
}

/* Carrossel mais cheio no desktop */
.featured-section .vehicle-track {
  grid-auto-columns: minmax(340px, 370px) !important;
  gap: 28px !important;
  padding: 10px 8px 34px !important;
}

.featured-section .vehicle-image {
  height: 250px !important;
}

.featured-section .vehicle-card {
  border-radius: 26px !important;
}

.featured-section .vehicle-card-body {
  padding: 24px !important;
}

.featured-section .vehicle-card-title h3 {
  font-size: 1.22rem !important;
  line-height: 1.15 !important;
}

.featured-section .vehicle-price {
  font-size: 1.32rem !important;
  margin-top: 20px !important;
}

/* Botões dos cards mais Lucascar */
.featured-section .vehicle-actions {
  gap: 12px !important;
}

.featured-section .vehicle-actions .btn-dark {
  background: #070707 !important;
  color: #ffffff !important;
}

.featured-section .vehicle-actions .btn-whatsapp {
  background: linear-gradient(135deg, #ff1b1b, #c80000) !important;
  color: #ffffff !important;
}

/* Setas melhor posicionadas */
.featured-section .carousel-arrow-left {
  left: -8px !important;
}

.featured-section .carousel-arrow-right {
  right: -8px !important;
}

/* Seção de negociação com respiro melhor */
.quick-services {
  padding-top: 86px !important;
}

.quick-service-grid {
  gap: 28px !important;
}

.quick-service-card {
  min-height: 300px !important;
}

/* CTA final mais compacto */
.final-cta {
  padding-top: 34px !important;
  padding-bottom: 76px !important;
}

.final-cta-box {
  padding: 44px !important;
}

/* Mobile preservado */
@media (max-width: 700px) {
  .site-header .brand-logo {
    width: 170px !important;
    height: 70px !important;
  }

  .site-header .brand-logo img {
    width: 190px !important;
    height: 76px !important;
  }

  .home-hero {
    min-height: 620px !important;
  }

  .hero-content h1 {
    font-size: clamp(42px, 12vw, 58px) !important;
  }

  .trust-strip {
    margin-top: -88px !important;
  }

  .featured-section {
    padding-top: 66px !important;
    padding-bottom: 76px !important;
  }

  .featured-section .vehicle-track {
    grid-auto-columns: minmax(280px, 86vw) !important;
    gap: 18px !important;
  }

  .featured-section .vehicle-image {
    height: 220px !important;
  }
}
/* Remove a faixa preta feia entre hero e seção branca */

.trust-strip {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 42%,
    #ffffff 42%,
    #ffffff 100%
  ) !important;
  margin-top: -72px !important;
  padding-bottom: 18px !important;
}

.featured-section {
  margin-top: 0 !important;
  padding-top: 58px !important;
  border-top: 0 !important;
}

.home-hero {
  border-bottom: 0 !important;
}

.home-hero::after {
  display: none !important;
}

/* Deixa os cards de confiança mais limpos na transição */
.trust-card {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14) !important;
}

/* Mobile */
@media (max-width: 700px) {
  .trust-strip {
    background: linear-gradient(
      180deg,
      transparent 0%,
      transparent 35%,
      #ffffff 35%,
      #ffffff 100%
    ) !important;
    margin-top: -88px !important;
    padding-bottom: 14px !important;
  }

  .featured-section {
    padding-top: 48px !important;
  }
}
/* Corrige a linha preta entre o hero e os cards, mantendo o sombreado bonito */

.trust-strip {
  background: #ffffff !important;
  margin-top: -78px !important;
  padding-top: 0 !important;
  padding-bottom: 34px !important;
  position: relative !important;
  z-index: 6 !important;
}

.trust-grid {
  position: relative !important;
  z-index: 8 !important;
}

/* Volta o sombreado bonito do final do hero, sem criar barra seca */
.home-hero::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 190px !important;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.22) 42%,
    rgba(0, 0, 0, 0.50) 100%
  ) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.hero-container {
  position: relative !important;
  z-index: 3 !important;
}

/* Remove qualquer sobra de faixa escura seca */
.home-hero {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.featured-section {
  margin-top: 0 !important;
  padding-top: 54px !important;
}

/* Mobile */
@media (max-width: 700px) {
  .trust-strip {
    margin-top: -92px !important;
    padding-bottom: 26px !important;
  }

  .home-hero::after {
    height: 210px !important;
  }

  .featured-section {
    padding-top: 46px !important;
  }
}
/* RESET DEFINITIVO DA TRANSIÇÃO HERO + CARDS DE CONFIANÇA */

/* Hero sem faixas pretas horizontais */
.home-hero {
  position: relative !important;
  overflow: hidden !important;
  min-height: 660px !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  background-position: center 34% !important;
  box-shadow: inset 0 -110px 120px rgba(0, 0, 0, 0.46) !important;
}

/* Overlay único, sem criar barras */
.home-hero::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.40) 42%,
    rgba(0, 0, 0, 0.16) 76%,
    rgba(0, 0, 0, 0.05) 100%
  ) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Desliga o after antigo que estava criando as faixas */
.home-hero::after {
  content: none !important;
  display: none !important;
}

/* Conteúdo acima do overlay */
.home-hero .container,
.home-hero .hero-container,
.home-hero .hero-content {
  position: relative !important;
  z-index: 3 !important;
}

/* Cards de confiança sobrepondo o final do hero */
.trust-strip {
  position: relative !important;
  z-index: 6 !important;
  margin-top: -82px !important;
  padding-top: 0 !important;
  padding-bottom: 36px !important;
  background: transparent !important;
  isolation: isolate !important;
}

/* Transição suave do hero para o branco, sem linha seca */
.trust-strip::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 38px !important;
  bottom: -70px !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.92) 42%,
    #ffffff 68%,
    #ffffff 100%
  ) !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

.trust-grid {
  position: relative !important;
  z-index: 2 !important;
}

/* Sombra bonita nos cards */
.trust-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-top: 4px solid #ff1b1b !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.20) !important;
}

/* Seção destaque começa branca e sem faixa */
.featured-section {
  position: relative !important;
  z-index: 2 !important;
  background: #ffffff !important;
  margin-top: 0 !important;
  padding-top: 54px !important;
  border-top: 0 !important;
}

/* Mobile */
@media (max-width: 700px) {
  .home-hero {
    min-height: 620px !important;
    background-position: center center !important;
  }

  .trust-strip {
    margin-top: -88px !important;
    padding-bottom: 28px !important;
  }

  .trust-strip::before {
    top: 34px !important;
    bottom: -58px !important;
  }

  .featured-section {
    padding-top: 46px !important;
  }
}
/* CORREÇÃO DEFINITIVA DO HERO + TRANSIÇÃO DA HOME */

/* Hero limpo, sem faixas horizontais */
.home-hero {
  position: relative !important;
  min-height: 660px !important;
  overflow: visible !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.58) 0%,
      rgba(0, 0, 0, 0.42) 42%,
      rgba(0, 0, 0, 0.18) 76%,
      rgba(0, 0, 0, 0.06) 100%
    ),
    url('../img/lucascar-fachada.webp') !important;
  background-size: cover !important;
  background-position: center 34% !important;
  background-repeat: no-repeat !important;
  box-shadow: inset 0 -115px 105px rgba(0, 0, 0, 0.72) !important;
}

/* Desliga pseudos antigos que criaram as faixas */
.home-hero::before,
.home-hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* Conteúdo sempre acima da imagem */
.home-hero .container,
.home-hero .hero-container,
.home-hero .hero-content {
  position: relative !important;
  z-index: 3 !important;
}

/* Cards de confiança sobre o final do hero */
.trust-strip {
  position: relative !important;
  z-index: 8 !important;
  margin-top: -74px !important;
  padding-top: 0 !important;
  padding-bottom: 62px !important;
  background: #ffffff !important;
  overflow: visible !important;
}

/* Remove efeito branco antigo que estava formando faixa */
.trust-strip::before,
.trust-strip::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.trust-grid {
  position: relative !important;
  z-index: 10 !important;
}

/* Sombra preta bonita nos cards */
.trust-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-top: 4px solid #ff1b1b !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24) !important;
}

/* Garante que a seção seguinte não corte o "Estoque Lucascar" */
.featured-section {
  background: #ffffff !important;
  margin-top: 0 !important;
  padding-top: 72px !important;
  padding-bottom: 62px !important;
  border-top: 0 !important;
  position: relative !important;
  z-index: 2 !important;
  overflow: visible !important;
}

.featured-section .section-heading,
.featured-section .section-heading-row {
  position: relative !important;
  z-index: 5 !important;
  margin-top: 0 !important;
}

/* Mobile */
@media (max-width: 700px) {
  .home-hero {
    min-height: 620px !important;
    background-position: center center !important;
    box-shadow: inset 0 -95px 95px rgba(0, 0, 0, 0.72) !important;
  }

  .trust-strip {
    margin-top: -82px !important;
    padding-bottom: 46px !important;
  }

  .featured-section {
    padding-top: 58px !important;
  }
}
/* Ajuste final: sombra branca e cards um pouco mais para cima */

.trust-strip {
  margin-top: -92px !important;
  padding-bottom: 50px !important;
  background: #ffffff !important;
  box-shadow: inset 0 120px 90px rgba(255, 255, 255, 0.88) !important;
}

.trust-card {
  transform: translateY(-10px) !important;
  box-shadow: 0 30px 80px rgba(255, 255, 255, 0.65), 0 24px 60px rgba(0, 0, 0, 0.16) !important;
}

.home-hero {
  box-shadow: inset 0 -80px 90px rgba(255, 255, 255, 0.32) !important;
}

.featured-section {
  padding-top: 48px !important;
}

/* Mobile */
@media (max-width: 700px) {
  .trust-strip {
    margin-top: -96px !important;
    padding-bottom: 42px !important;
  }

  .trust-card {
    transform: translateY(-6px) !important;
  }

  .featured-section {
    padding-top: 42px !important;
  }
}
/* DESFAZ O ÚLTIMO AJUSTE RUIM E VOLTA PARA O VISUAL LIMPO */

.home-hero {
  min-height: 660px !important;
  overflow: visible !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.58) 0%,
      rgba(0, 0, 0, 0.42) 42%,
      rgba(0, 0, 0, 0.18) 76%,
      rgba(0, 0, 0, 0.06) 100%
    ),
    url('../img/lucascar-fachada.webp') !important;
  background-size: cover !important;
  background-position: center 34% !important;
  background-repeat: no-repeat !important;
  box-shadow: inset 0 -115px 105px rgba(0, 0, 0, 0.72) !important;
}

.home-hero::before,
.home-hero::after {
  content: none !important;
  display: none !important;
}

.trust-strip {
  margin-top: -74px !important;
  padding-top: 0 !important;
  padding-bottom: 62px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 8 !important;
}

.trust-strip::before,
.trust-strip::after {
  content: none !important;
  display: none !important;
}

.trust-card {
  transform: none !important;
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-top: 4px solid #ff1b1b !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18) !important;
}

.featured-section {
  background: #ffffff !important;
  padding-top: 72px !important;
  padding-bottom: 62px !important;
  margin-top: 0 !important;
  border-top: 0 !important;
}

@media (max-width: 700px) {
  .home-hero {
    min-height: 620px !important;
    background-position: center center !important;
    box-shadow: inset 0 -95px 95px rgba(0, 0, 0, 0.72) !important;
  }

  .trust-strip {
    margin-top: -82px !important;
    padding-bottom: 46px !important;
  }

  .featured-section {
    padding-top: 58px !important;
  }
}
/* Ajuste fino: subir cards de confiança e dar sombra nos cards dos veículos */

/* Sobe um pouco os 4 cards abaixo do hero */
.trust-strip {
  margin-top: -96px !important;
  padding-bottom: 50px !important;
}

.trust-card {
  transform: translateY(-14px) !important;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.20) !important;
}

/* Melhora o efeito sombreado dos cards dos carros */
.featured-section .vehicle-card {
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.14),
    0 34px 70px rgba(255, 27, 27, 0.08) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
}

.featured-section .vehicle-card:hover {
  transform: translateY(-6px) !important;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.18),
    0 40px 90px rgba(255, 27, 27, 0.14) !important;
}

/* Dá uma base suave atrás dos carros, sem pesar */
.featured-section .vehicle-track {
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.08)) !important;
}

/* Mantém a seção destaque com respiro correto */
.featured-section {
  padding-top: 54px !important;
}

/* Mobile */
@media (max-width: 700px) {
  .trust-strip {
    margin-top: -90px !important;
    padding-bottom: 42px !important;
  }

  .trust-card {
    transform: translateY(-8px) !important;
  }

  .featured-section .vehicle-card:hover {
    transform: none !important;
  }
}
/* Padroniza a sombra dos cards dos veículos em preto */

.featured-section .vehicle-track {
  filter: none !important;
}

.featured-section .vehicle-card {
  background: #ffffff !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.14),
    0 34px 78px rgba(0, 0, 0, 0.10) !important;
}

.featured-section .vehicle-card:hover {
  transform: translateY(-6px) !important;
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.18),
    0 44px 92px rgba(0, 0, 0, 0.14) !important;
}

/* Remove brilho vermelho vindo dos botões dentro dos cards */
.featured-section .vehicle-actions .btn,
.featured-section .vehicle-actions .btn-dark,
.featured-section .vehicle-actions .btn-whatsapp {
  box-shadow: none !important;
}

/* Mantém o botão vermelho, mas sem espalhar sombra vermelha */
.featured-section .vehicle-actions .btn-whatsapp {
  background: linear-gradient(135deg, #ff1b1b, #c80000) !important;
  color: #ffffff !important;
}

/* Mobile sem efeito de pulo */
@media (max-width: 700px) {
  .featured-section .vehicle-card:hover {
    transform: none !important;
  }
}
/* AJUSTE MOBILE FINAL DA HOME */

@media (max-width: 700px) {

  body {
    padding-bottom: 84px !important;
  }

  /* WhatsApp flutuante menor no mobile, sem tampar os botões */
  .whatsapp-fixo,
  .whatsapp-float {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    right: 16px !important;
    bottom: 18px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    font-size: 0 !important;
    box-shadow: 0 16px 42px rgba(37, 211, 102, 0.42) !important;
  }

  .whatsapp-fixo::before,
  .whatsapp-float::before {
    content: "WA" !important;
    display: block !important;
    margin: 0 !important;
    color: #062b15 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
  }

  /* Hero mobile */
  .home-hero {
    min-height: 760px !important;
    background-position: center top !important;
  }

  .hero-content {
    padding-top: 84px !important;
    padding-bottom: 150px !important;
  }

  .hero-content h1 {
    font-size: clamp(52px, 13vw, 70px) !important;
    line-height: 0.93 !important;
    letter-spacing: -0.07em !important;
  }

  .hero-content p {
    font-size: 20px !important;
    line-height: 1.55 !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    min-height: 62px !important;
    border-radius: 999px !important;
    font-size: 18px !important;
  }

  /* Cards de confiança */
  .trust-strip {
    margin-top: -62px !important;
    padding-bottom: 44px !important;
  }

  .trust-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .trust-card {
    transform: none !important;
    min-height: auto !important;
    padding: 30px 28px !important;
    border-radius: 28px !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14) !important;
  }

  .trust-card strong {
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  .trust-card p {
    font-size: 18px !important;
    line-height: 1.55 !important;
  }

  /* Título da seção veículos */
  .featured-section {
    padding-top: 56px !important;
    padding-bottom: 64px !important;
    overflow: hidden !important;
  }

  .featured-section .section-heading-row {
    display: block !important;
    margin-bottom: 32px !important;
  }

  .featured-section h2 {
    font-size: 46px !important;
    line-height: 1 !important;
    letter-spacing: -0.06em !important;
  }

  .featured-section p {
    font-size: 22px !important;
    line-height: 1.55 !important;
  }

  .featured-section .section-link {
    display: inline-block !important;
    margin-top: 22px !important;
    font-size: 21px !important;
  }

  /* Carrossel mobile: um veículo por vez */
  .featured-section .vehicle-track {
    grid-auto-columns: calc(100vw - 48px) !important;
    gap: 18px !important;
    padding: 8px 0 28px !important;
    scroll-padding-left: 0 !important;
  }

  .featured-section .vehicle-card {
    width: 100% !important;
    max-width: none !important;
    border-radius: 28px !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16) !important;
  }

  .featured-section .vehicle-image {
    height: 300px !important;
  }

  .featured-section .vehicle-card-body {
    padding: 28px !important;
  }

  .featured-section .vehicle-card-title h3 {
    font-size: 26px !important;
    line-height: 1.15 !important;
  }

  .featured-section .vehicle-card-title span {
    font-size: 16px !important;
    padding: 10px 14px !important;
  }

  .featured-section .vehicle-meta span {
    font-size: 16px !important;
    padding: 10px 14px !important;
  }

  .featured-section .vehicle-price {
    font-size: 28px !important;
  }

  .featured-section .vehicle-actions {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .featured-section .vehicle-actions .btn {
    width: 100% !important;
    min-height: 58px !important;
    border-radius: 999px !important;
    font-size: 17px !important;
  }

  .featured-section .carousel-arrow {
    display: none !important;
  }

  /* Seção venda/financiamento */
  .quick-services {
    padding-top: 70px !important;
  }

  .quick-service-card {
    padding: 30px 26px !important;
    border-radius: 28px !important;
  }

  .quick-service-card .btn {
    width: 100% !important;
    min-height: 62px !important;
    border-radius: 999px !important;
    font-size: 18px !important;
  }

  /* CTA final */
  .final-cta-box {
    padding: 34px 26px !important;
    border-radius: 30px !important;
  }

  .final-cta-box .btn {
    width: 100% !important;
    min-height: 62px !important;
    border-radius: 999px !important;
    font-size: 18px !important;
  }
}
/* Corrige botão flutuante do WhatsApp no mobile */

@media (max-width: 700px) {
  .whatsapp-fixo,
  .whatsapp-float {
    width: auto !important;
    height: 52px !important;
    min-width: 126px !important;
    right: 16px !important;
    bottom: 22px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    background: #25d366 !important;
    color: #062b15 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.32) !important;
  }

  .whatsapp-fixo::before,
  .whatsapp-float::before {
    content: none !important;
    display: none !important;
  }

  .whatsapp-fixo {
    font-size: 0 !important;
  }

  .whatsapp-fixo::after {
    content: "WhatsApp" !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #062b15 !important;
  }

  .whatsapp-float {
    font-size: 0 !important;
  }

  .whatsapp-float::after {
    content: "WhatsApp" !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #062b15 !important;
  }
}
/* Corrige botão flutuante do WhatsApp no mobile */

@media (max-width: 700px) {
  .whatsapp-fixo,
  .whatsapp-float {
    width: auto !important;
    height: 52px !important;
    min-width: 126px !important;
    right: 16px !important;
    bottom: 22px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    background: #25d366 !important;
    color: #062b15 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.32) !important;
  }

  .whatsapp-fixo::before,
  .whatsapp-float::before {
    content: none !important;
    display: none !important;
  }

  .whatsapp-fixo {
    font-size: 0 !important;
  }

  .whatsapp-fixo::after {
    content: "WhatsApp" !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #062b15 !important;
  }

  .whatsapp-float {
    font-size: 0 !important;
  }

  .whatsapp-float::after {
    content: "WhatsApp" !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #062b15 !important;
  }
}
/* Corrige botão flutuante do WhatsApp no mobile */

@media (max-width: 700px) {
  .whatsapp-fixo,
  .whatsapp-float {
    width: auto !important;
    height: 52px !important;
    min-width: 126px !important;
    right: 16px !important;
    bottom: 22px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    background: #25d366 !important;
    color: #062b15 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.32) !important;
  }

  .whatsapp-fixo::before,
  .whatsapp-float::before {
    content: none !important;
    display: none !important;
  }

  .whatsapp-fixo {
    font-size: 0 !important;
  }

  .whatsapp-fixo::after {
    content: "WhatsApp" !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #062b15 !important;
  }

  .whatsapp-float {
    font-size: 0 !important;
  }

  .whatsapp-float::after {
    content: "WhatsApp" !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #062b15 !important;
  }
}
/* Remove o WhatsApp flutuante no mobile para não atrapalhar Home e Estoque */

@media (max-width: 700px) {
  .whatsapp-fixo,
  .whatsapp-float {
    display: none !important;
  }

  body {
    padding-bottom: 0 !important;
  }
}