/* ===== RESET ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Previne zoom automático no iOS Safari ao focar campos */
@media (max-width: 768px) {
  input, select, textarea {
    font-size: 16px !important;
  }
}

body {
  font-family: 'Arial', sans-serif;
  color: #333;
  background-color: #fff;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== TOPBAR ===== */
.elite-topbar { background: #ffffff; border-bottom: 1px solid #e8e8e8; padding: 7px 0; font-size: 12.5px; font-family: Outfit, sans-serif; }
.elite-topbar-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.elite-topbar-left, .elite-topbar-right { display: flex; align-items: center; gap: 24px; }
.elite-topbar-item { display: flex; align-items: center; gap: 7px; color: #333; font-weight: 500; }
.elite-topbar-item svg { flex-shrink: 0; color: #e00209; }
.elite-topbar-item a, .elite-topbar-item a:link, .elite-topbar-item a:visited, .elite-topbar-item a:active { color: #333 !important; text-decoration: none !important; }
.elite-topbar-item a:hover { color: #e00209 !important; }
@media (max-width: 768px) { .elite-topbar { display: none !important; } }

/* ===== HEADER ===== */
header.elite-header *, header.elite-header *::before, header.elite-header *::after { box-sizing: border-box !important; }
header.elite-header { position: sticky !important; top: 0 !important; width: 100% !important; background: linear-gradient(135deg,#000 0%,#0f0f0f 40%,#1a0000 75%,#0a0000 100%) !important; z-index: 10000 !important; border-bottom: 3px solid #e00209 !important; box-shadow: 0 2px 20px rgba(0,0,0,0.5) !important; font-family: Outfit, sans-serif !important; overflow: visible !important; }
header.elite-header .elite-header-container { max-width: 1280px !important; margin: 0 auto !important; padding: 0 24px !important; position: relative !important; }
header.elite-header .elite-header-content { display: flex !important; justify-content: space-between !important; align-items: center !important; padding: 16px 0 !important; position: relative !important; z-index: 10001 !important; }
header.elite-header .elite-logo, header.elite-header .elite-logo:link, header.elite-header .elite-logo:visited { display: flex !important; align-items: center !important; text-decoration: none !important; flex-shrink: 0 !important; transition: transform 0.3s !important; }
header.elite-header .elite-logo img { height: 54px !important; width: auto !important; filter: drop-shadow(0 0 14px rgba(224,2,9,0.3)) !important; }
header.elite-header .elite-logo:hover { transform: scale(1.03) !important; }
header.elite-header .elite-nav-wrapper { display: flex !important; align-items: center !important; gap: 12px !important; }
header.elite-header .elite-nav { display: flex !important; gap: 4px !important; align-items: center !important; margin: 0 !important; padding: 0 !important; }
header.elite-header .elite-nav a:not(.elite-btn-phone), header.elite-header .elite-nav a:not(.elite-btn-phone):link, header.elite-header .elite-nav a:not(.elite-btn-phone):visited { color: rgba(255,255,255,0.85) !important; text-decoration: none !important; font-weight: 600 !important; font-size: 14.5px !important; padding: 9px 16px !important; border-radius: 8px !important; position: relative !important; transition: all 0.22s !important; white-space: nowrap !important; background: transparent !important; border: none !important; display: inline-block !important; font-family: Outfit, sans-serif !important; }
header.elite-header .elite-nav a:not(.elite-btn-phone):hover { color: #fff !important; background: rgba(255,255,255,0.1) !important; }
header.elite-header .elite-nav a.active:not(.elite-btn-phone) { color: #ff4444 !important; background: rgba(224,2,9,0.12) !important; }
header.elite-header .elite-nav a.active:not(.elite-btn-phone)::after { content: "" !important; position: absolute !important; bottom: 4px !important; left: 16px !important; right: 16px !important; height: 2px !important; background: #e00209 !important; border-radius: 2px !important; display: block !important; }
header.elite-header .elite-nav a.elite-btn-phone, header.elite-header .elite-nav a.elite-btn-phone:link, header.elite-header .elite-nav a.elite-btn-phone:visited { background: linear-gradient(135deg,#e00209 0%,#c00208 100%) !important; color: #fff !important; padding: 11px 22px !important; border-radius: 8px !important; font-weight: 700 !important; font-size: 14px !important; box-shadow: 0 4px 18px rgba(224,2,9,0.4) !important; margin-left: 12px !important; display: inline-flex !important; align-items: center !important; gap: 8px !important; transition: all 0.25s !important; text-decoration: none !important; white-space: nowrap !important; font-family: Outfit, sans-serif !important; }
header.elite-header .elite-nav a.elite-btn-phone:hover { color: #fff !important; transform: translateY(-2px) !important; box-shadow: 0 6px 24px rgba(224,2,9,0.55) !important; text-decoration: none !important; }
header.elite-header .elite-nav a.elite-btn-phone svg { width: 16px !important; height: 16px !important; fill: none !important; stroke: #fff !important; }
header.elite-header .elite-mobile-toggle { display: none !important; flex-direction: column !important; gap: 5px !important; background: rgba(255,255,255,0.1) !important; border: 1px solid rgba(255,255,255,0.2) !important; cursor: pointer !important; padding: 10px 12px !important; border-radius: 10px !important; transition: all 0.25s !important; outline: none !important; }
header.elite-header .elite-mobile-toggle span { width: 24px !important; height: 2.5px !important; background: #fff !important; border-radius: 2px !important; display: block !important; transition: all 0.3s !important; }
@media (max-width: 768px) {
  header.elite-header .elite-header-container { padding: 0 20px !important; }
  header.elite-header .elite-header-content { padding: 14px 0 !important; }
  header.elite-header .elite-logo img { height: 44px !important; }
  header.elite-header .elite-mobile-toggle { display: flex !important; position: relative !important; z-index: 99999 !important; }
  header.elite-header .elite-nav { position: fixed !important; top: 0 !important; left: -100% !important; width: 100% !important; height: 100dvh !important; background: linear-gradient(160deg,#000 0%,#1a0000 100%) !important; flex-direction: column !important; align-items: stretch !important; justify-content: center !important; gap: 8px !important; transition: left 0.38s cubic-bezier(0.4,0,0.2,1) !important; padding: 80px 28px 48px !important; overflow-y: auto !important; z-index: 99998 !important; }
  header.elite-header .elite-nav::before { content: "" !important; position: absolute !important; top: 0 !important; left: 0 !important; width: 4px !important; height: 100% !important; background: #e00209 !important; opacity: 0 !important; transition: opacity 0.4s ease 0.2s !important; }
  header.elite-header .elite-nav.active { left: 0 !important; }
  header.elite-header .elite-nav.active::before { opacity: 1 !important; }
  header.elite-header .elite-nav a:not(.elite-btn-phone), header.elite-header .elite-nav a:not(.elite-btn-phone):link, header.elite-header .elite-nav a:not(.elite-btn-phone):visited { font-size: 20px !important; padding: 20px 24px !important; border-radius: 12px !important; text-align: left !important; border: 1px solid rgba(255,255,255,0.1) !important; color: rgba(255,255,255,0.9) !important; background: rgba(255,255,255,0.05) !important; display: block !important; }
  header.elite-header .elite-nav a:not(.elite-btn-phone):hover { background: rgba(255,255,255,0.1) !important; color: #fff !important; }
  header.elite-header .elite-nav a.active:not(.elite-btn-phone)::after { display: none !important; }
  header.elite-header .elite-nav a.elite-btn-phone, header.elite-header .elite-nav a.elite-btn-phone:link, header.elite-header .elite-nav a.elite-btn-phone:visited { margin-left: 0 !important; margin-top: 16px !important; justify-content: center !important; font-size: 17px !important; padding: 20px 32px !important; border-radius: 12px !important; box-shadow: 0 8px 28px rgba(224,2,9,0.5) !important; display: flex !important; }
  header.elite-header .elite-mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5.5px,5.5px) !important; background: #e00209 !important; }
  header.elite-header .elite-mobile-toggle.active span:nth-child(2) { opacity: 0 !important; transform: scaleX(0) !important; }
  header.elite-header .elite-mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5.5px,-5.5px) !important; background: #e00209 !important; }
}

/* ===== BOTÃO PADRÃO ===== */
.btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 11px 24px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  text-align: center;
}

.btn:hover {
  background-color: #e00209;
  color: #fff;
}

.btn-red {
  background-color: #e00209;
}

.btn-red:hover {
  background-color: #bf0811;
}

/* ===== BANNER ===== */
.banner-section {
  width: 100%;
  line-height: 0;
  background-color: #f5f5f5;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== BUSCA ===== */
.search-section {
  background-color: #f0f0f0;
  padding: 0 20px 30px;
}

.search-box {
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  transform: translateY(-30px);
}

.search-title {
  font-size: 20px;
  font-family: Outfit, sans-serif;
  color: #111;
  margin-bottom: 16px;
  font-weight: 400;
}

.search-title strong {
  font-weight: 700;
}

.search-form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.search-input-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  padding: 0 14px;
  transition: border-color 0.2s;
}

.search-input-wrap:focus-within {
  border-color: #e00209;
}

.search-input-wrap svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.search-input-wrap input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  font-family: Outfit, sans-serif;
  padding: 13px 0;
  color: #333;
  background: transparent;
}

.btn-busca {
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 700;
  font-family: Outfit, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
}

.btn-busca:hover {
  background-color: #e00209;
}

/* ===== SEÇÃO DE VEÍCULOS (Homepage — slider) ===== */
.vehicles-section {
  padding: 40px 0 60px;
  background-color: #f0f0f0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.section-header h2 {
  font-size: 22px;
  font-family: Outfit, sans-serif;
  font-weight: 700;
  color: #111;
}

/* Controles do slider */
.slider-controls {
  display: flex;
  gap: 8px;
}

.slider-btn {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: none;
  background-color: #111;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.slider-btn:hover {
  background-color: #e00209;
}

.slider-btn:disabled {
  background-color: #ccc;
  cursor: default;
}

/* Trilho do slider */
.slider-wrapper {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.slider-wrapper::-webkit-scrollbar {
  display: none;
}

.slider-track {
  display: flex;
  gap: 20px;
}

.slider-track .card-veiculo {
  flex: 0 0 calc(25% - 15px);
  min-width: 0;
  scroll-snap-align: start;
}

@media (max-width: 1024px) {
  .slider-track .card-veiculo { flex: 0 0 calc(33.33% - 14px); }
}

@media (max-width: 768px) {
  .slider-track .card-veiculo { flex: 0 0 calc(50% - 10px); }
}

@media (max-width: 480px) {
  .slider-track .card-veiculo { flex: 0 0 calc(85%); }
}

/* ===== GRID DE CARDS ===== */
.grid-veiculos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 22px;
}

.card-veiculo {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}

.card-veiculo:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.13);
}

.card-veiculo > a {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-foto {
  width: 100%;
  overflow: hidden;
  background-color: #eee;
}

.card-foto img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.card-veiculo:hover .card-foto img {
  transform: scale(1.04);
}

.card-info {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-marca {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e00209;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}

.card-info h3 {
  font-size: 17px;
  color: #111;
  margin-bottom: 4px;
}

.card-versao {
  color: #777;
  font-size: 12px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 12px;
}

.card-specs span {
  background-color: #f0f0f0;
  color: #555;
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 20px;
}

.card-info .preco {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  margin-bottom: 12px;
}

.card-info .btn {
  display: block;
  text-align: center;
  width: 100%;
}

/* ===== ESTOQUE PAGE ===== */
.estoque-section {
  padding: 50px 0;
}

.estoque-section h1 {
  font-size: 28px;
  margin-bottom: 8px;
}

.estoque-section .subtitulo {
  color: #777;
  font-size: 14px;
  margin-bottom: 22px;
}

/* ===== PAINEL DE FILTROS ===== */
.filtros-panel {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 28px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.filtros-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr 1.2fr auto;
  gap: 16px;
  align-items: end;
}

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

.filtro-grupo label {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #888;
  font-family: Outfit, sans-serif;
}

.filtro-grupo select,
.filtro-grupo input[type="text"],
.filtro-grupo input[type="number"] {
  padding: 10px 12px;
  border: 1.5px solid #ddd;
  border-radius: 7px;
  font-size: 14px;
  font-family: Outfit, sans-serif;
  color: #333;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}

.filtro-grupo select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
  cursor: pointer;
}

.filtro-grupo select:focus,
.filtro-grupo input:focus {
  border-color: #e00209;
}

.filtro-range {
  display: flex;
  align-items: center;
  gap: 6px;
}

.filtro-range span {
  color: #aaa;
  font-size: 14px;
  flex-shrink: 0;
}

.filtro-range select,
.filtro-range input {
  flex: 1;
  min-width: 0;
}

.filtro-acoes {
  justify-content: flex-end;
}

.btn-limpar {
  padding: 10px 18px;
  border: 1.5px solid #ddd;
  border-radius: 7px;
  background: #fff;
  color: #555;
  font-size: 13px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}

.btn-limpar:hover {
  border-color: #e00209;
  color: #e00209;
}

.estoque-info {
  margin-bottom: 16px;
  min-height: 20px;
}

.filtro-contagem {
  font-size: 13px;
  color: #999;
  font-family: Outfit, sans-serif;
}

/* Cabeçalho do drawer — oculto no desktop */
.filtros-drawer-header {
  display: none;
}

/* Barra mobile com botão Filtros — oculta no desktop */
.filtros-mobile-bar {
  display: none;
}

@media (max-width: 1024px) {
  .filtros-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* ===== MOBILE: drawer de filtros ===== */
@media (max-width: 768px) {

  /* Barra com botão Filtros */
  .filtros-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .btn-abrir-filtros {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 11px 20px;
    font-size: 14px;
    font-family: Outfit, sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
  }

  .btn-abrir-filtros:hover {
    background: #e00209;
  }

  /* Overlay escuro */
  .filtros-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4000;
    animation: fadeIn 0.25s ease;
  }

  .filtros-overlay.ativo {
    display: block;
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
  }

  /* Painel vira drawer bottom-sheet */
  .filtros-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4100;
    border-radius: 20px 20px 0 0;
    max-height: 88vh;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 20px calc(32px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.15);
  }

  .filtros-panel.aberto {
    transform: translateY(0);
  }

  /* Cabeçalho do drawer */
  .filtros-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
  }

  .filtros-drawer-header span {
    font-size: 17px;
    font-weight: 700;
    font-family: Outfit, sans-serif;
    color: #111;
  }

  .btn-fechar-filtros {
    background: #f0f0f0;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #555;
    transition: background-color 0.2s;
  }

  .btn-fechar-filtros:hover {
    background: #e00209;
    color: #fff;
  }

  /* Filtros em coluna única */
  .filtros-grid {
    grid-template-columns: 1fr;
  }

  .filtro-acoes {
    grid-column: 1;
  }

  .btn-limpar {
    width: 100%;
    text-align: center;
    padding: 13px;
  }

  /* Contagem desktop some, mobile aparece na barra */
  .estoque-info {
    display: none;
  }
}

/* ===== DETALHE DO VEÍCULO ===== */
.detalhe-section {
  padding: 40px 0 60px;
}

.breadcrumb {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #e00209;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.detalhe-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

/* Galeria */
.galeria {
  position: sticky;
  top: 90px;
}

.galeria-main {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #eee;
}

.galeria-viewport {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.galeria-viewport::-webkit-scrollbar {
  display: none;
}

.galeria-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 430px;
  object-fit: cover;
  scroll-snap-align: start;
  display: block;
}

.galeria-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, background 0.2s;
  line-height: 1;
  padding: 0 0 2px 0;
}

.galeria-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.galeria-arrow-prev { left: 10px; }
.galeria-arrow-next { right: 10px; }

.galeria-counter {
  position: absolute;
  bottom: 10px;
  right: 12px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  padding: 3px 9px;
  border-radius: 20px;
  pointer-events: none;
}

.miniaturas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.miniaturas img {
  width: 72px;
  height: 56px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.55;
  border: 2px solid transparent;
  transition: opacity 0.2s, border-color 0.2s;
}

.miniaturas img:hover,
.miniaturas img.ativa {
  opacity: 1;
  border-color: #e00209;
}

/* Info do veículo */
.info-veiculo h1 {
  font-size: 28px;
  margin-bottom: 5px;
  color: #111;
}

.versao-detalhe {
  color: #777;
  font-size: 14px;
  margin-bottom: 6px;
}

.preco-detalhe {
  font-size: 34px;
  font-weight: bold;
  color: #111;
  margin-bottom: 22px;
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
}

.specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.spec-item {
  background-color: #f7f7f7;
  border-radius: 7px;
  padding: 11px 14px;
}

.spec-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #aaa;
  letter-spacing: 0.4px;
  margin-bottom: 3px;
}

.spec-item strong {
  font-size: 14px;
  color: #222;
}

/* Flags */
.flags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
}

.flag {
  background-color: #111;
  color: #fff;
  font-size: 11.5px;
  padding: 5px 13px;
  border-radius: 20px;
}

.btn-interesse {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 16px;
  padding: 15px;
  margin-bottom: 25px;
  background-color: #e00209;
}

.btn-interesse:hover {
  background-color: #bf0811;
}

/* Descrição */
.observacao {
  background-color: #f7f7f7;
  border-left: 4px solid #e00209;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 22px;
}

.observacao h3,
.opcionais h3 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #111;
}

.observacao p {
  font-size: 13.5px;
  line-height: 1.8;
  color: #555;
}

/* Opcionais */
.opcionais {
  margin-bottom: 25px;
}

.lista-opcionais {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  list-style: none;
}

.lista-opcionais li {
  font-size: 13px;
  color: #555;
  padding-left: 16px;
  position: relative;
}

.lista-opcionais li::before {
  content: '•';
  color: #e00209;
  position: absolute;
  left: 0;
}

/* YouTube */
.youtube-embed {
  margin-top: 20px;
}

.youtube-embed h3 {
  font-size: 15px;
  margin-bottom: 12px;
  color: #111;
}

.youtube-embed iframe {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  border: none;
}

/* ===== LOCALIZAÇÃO ===== */
.localizacao-section {
  background-color: #f5f5f5;
  padding: 80px 0;
}

.localizacao-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.localizacao-info h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: Outfit, sans-serif;
  color: #111;
  margin-bottom: 24px;
  line-height: 1.3;
}

.localizacao-endereco {
  font-size: 18px;
  font-family: Outfit, sans-serif;
  color: #111;
  margin-bottom: 4px;
}

.localizacao-cidade {
  font-size: 13.5px;
  color: #777;
  font-family: Outfit, sans-serif;
  margin-bottom: 28px;
}

.btn-mapa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #111;
  color: #fff;
  padding: 13px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: Outfit, sans-serif;
  text-decoration: none;
  transition: background-color 0.2s;
}

.btn-mapa:hover {
  background-color: #e00209;
}

.localizacao-foto img {
  width: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  max-height: 480px;
}

@media (max-width: 768px) {
  .localizacao-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .localizacao-section {
    padding: 50px 0;
  }

  .localizacao-info h2 {
    font-size: 22px;
  }

  .localizacao-foto {
    order: -1;
  }
}

/* ===== SEÇÃO CTA (Homepage) ===== */
.cta-section {
  background: linear-gradient(135deg, #111, #1a0000);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.cta-section h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.cta-section p {
  color: #bbb;
  font-size: 15px;
  margin-bottom: 25px;
}

/* ===== CONTATO — HERO ===== */
.contato-hero {
  background: linear-gradient(135deg, #000 0%, #1a0000 60%, #8b0000 100%);
  padding: 55px 20px;
  text-align: center;
  border-bottom: 3px solid #e00209;
}

.contato-hero h1 {
  font-size: 36px;
  font-weight: 700;
  font-family: Outfit, sans-serif;
  color: #fff;
}

/* ===== CONTATO — CARDS ===== */
.contato-cards-section {
  padding: 55px 0 40px;
}

.contato-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contato-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 35px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  text-decoration: none;
  transition: box-shadow 0.2s, transform 0.2s;
  background: #fff;
}

.contato-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.09);
  transform: translateY(-3px);
}

.contato-card-icon {
  width: 54px;
  height: 54px;
  background: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contato-card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #aaa;
  font-family: Outfit, sans-serif;
}

.contato-card-valor {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  font-family: Outfit, sans-serif;
  text-align: center;
}

/* ===== CONTATO — FORMULÁRIO ===== */
.contato-form-section {
  padding: 20px 0 70px;
}

.contato-form-titulo {
  font-size: 30px;
  font-weight: 700;
  font-family: Outfit, sans-serif;
  color: #111;
  text-align: center;
  margin-bottom: 10px;
}

.contato-form-sub {
  text-align: center;
  color: #777;
  font-size: 14.5px;
  font-family: Outfit, sans-serif;
  line-height: 1.7;
  margin-bottom: 32px;
}

.contato-form-card {
  max-width: 620px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

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

.form-grupo label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #aaa;
  font-family: Outfit, sans-serif;
}

.form-grupo input,
.form-grupo textarea {
  padding: 13px 14px;
  border: 1.5px solid #eee;
  border-radius: 8px;
  font-size: 14.5px;
  font-family: Outfit, sans-serif;
  color: #333;
  background: #fafafa;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  resize: none;
}

.form-grupo input:focus,
.form-grupo textarea:focus {
  border-color: #e00209;
  background: #fff;
}

.btn-enviar {
  background: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px;
  font-size: 15px;
  font-weight: 700;
  font-family: Outfit, sans-serif;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-top: 4px;
}

.btn-enviar:hover {
  background: #e00209;
}

@media (max-width: 768px) {
  .contato-cards {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contato-form-card {
    padding: 24px 18px;
  }
}

/* ===== POLÍTICA DE PRIVACIDADE ===== */
.privacidade-section {
  padding: 55px 0;
  max-width: 800px;
}

.privacidade-section h1 {
  font-size: 28px;
  margin-bottom: 20px;
}

.privacidade-section h2 {
  font-size: 18px;
  margin-top: 28px;
  margin-bottom: 10px;
  color: #111;
}

.privacidade-section p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 12px;
}

.privacidade-section a {
  color: #e00209;
}

/* ===== WHATSAPP FLUTUANTE ===== */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9000;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.65);
}

body.filtros-abertos .whatsapp-float {
  display: none !important;
}

/* ===== WHATSAPP BOTÃO NO VEÍCULO ===== */
.botoes-interesse {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.botoes-interesse .btn-interesse {
  flex: 1;
  text-align: center;
  margin-bottom: 0;
}

.btn-wpp-veiculo {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: Outfit, sans-serif;
  text-decoration: none;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.btn-wpp-veiculo:hover {
  background: #1ebe5d;
}

/* ===== CARREGAR MAIS ===== */
.btn-carregar-mais {
  display: block;
  margin: 32px auto 0;
  padding: 12px 40px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-carregar-mais:hover {
  background: #e00209;
}

/* ===== AVISO ===== */
.aviso {
  color: #888;
  font-size: 15px;
  padding: 30px 0;
}

.aviso a {
  color: #e00209;
}

/* ===== FOOTER ===== */
.site-footer {
  background: linear-gradient(to bottom, #111, #0a0000);
  color: #aaa;
  padding: 50px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr 1fr 1fr 1fr;
  gap: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid #222;
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo img {
  height: 50px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.footer-col h4 {
  color: #e00209;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2a2a2a;
}

.footer-col p,
.footer-col a {
  display: block;
  font-size: 13px;
  color: #888;
  line-height: 2;
  transition: color 0.2s;
}

.footer-col strong {
  color: #bbb;
}

.footer-col a:hover {
  color: #e00209;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 5px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2a2a2a;
  color: #aaa;
  transition: background-color 0.2s, color 0.2s;
}

.footer-social a:hover {
  background-color: #e00209;
  color: #fff;
}

.footer-bottom {
  background: #e00209;
  text-align: center;
  padding: 28px 0;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.3px;
}

.footer-dev {
  background: #fff;
  text-align: center;
  padding: 14px 0;
  font-size: 13px;
  color: #555;
}

/* ===== MODAL INTERESSE ===== */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.aberto {
  display: flex;
}

.modal-box {
  background: #fff;
  border-radius: 12px;
  padding: 36px 32px;
  width: 100%;
  max-width: 480px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-box h2 {
  font-size: 22px;
  margin-bottom: 4px;
  color: #111;
}

.modal-veiculo-label {
  font-size: 13px;
  color: #e00209;
  font-weight: 600;
  margin-bottom: 20px;
}

.modal-fechar {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 26px;
  color: #888;
  cursor: pointer;
  line-height: 1;
}

.modal-fechar:hover {
  color: #111;
}

.modal-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 14px;
}

.modal-field label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.modal-field input,
.modal-field textarea {
  padding: 10px 12px;
  border: 1.5px solid #ddd;
  border-radius: 7px;
  font-family: inherit;
  font-size: 14px;
  color: #111;
  transition: border-color 0.2s;
  resize: vertical;
}

.modal-field input:focus,
.modal-field textarea:focus {
  outline: none;
  border-color: #e00209;
}

.modal-erro {
  color: #e00209;
  font-size: 13px;
  margin-bottom: 10px;
  min-height: 18px;
}

.modal-sucesso {
  text-align: center;
  font-size: 16px;
  color: #2a9d2a;
  font-weight: 600;
  padding: 20px 0;
}

.btn-full {
  width: 100%;
  text-align: center;
  justify-content: center;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .detalhe-grid {
    grid-template-columns: 1fr;
  }

  .galeria {
    position: static;
  }

  .galeria-slide {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #f2f2f2;
  }

  .miniaturas {
    display: none;
  }

  .contato-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .search-box {
    padding: 20px;
    transform: translateY(-20px);
  }

  .search-form {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-busca {
    text-align: center;
  }

  .site-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #111;
    padding: 20px;
    gap: 15px;
    border-top: 1px solid #222;
  }

  .site-nav.aberto {
    display: flex;
  }

  .mobile-toggle {
    display: flex;
  }

  .site-header {
    position: relative;
  }

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

  .topbar-left {
    display: none;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .specs-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lista-opcionais {
    grid-template-columns: 1fr;
  }
}
