.wow-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.content-loader{
  position: relative;
  margin: 10px 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efefef;
}

.hidden{
  display: none !important;
}

.hidden.none{
  display: block;
}

.content-loader.content-loader-xs{
  height: 50px;
}

.content-loader.content-loader-sm{
  height: 100px;
}

.content-loader.content-loader-md{
  height: 150px;
}

.content-loader.content-loader-lg{
  height: 200px;
}

.model-effect-loader{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.model-effect-loader .content-loader{
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 5px #a0a0a0;
}

.model-effect-loader .content-loader .spinner{
  margin-right: 0;
  border-color: #2d3141;
}

@keyframes spinner-oficial {
  to {transform: rotate(360deg);}
}

.model-effect-loader > .content-loader > .spinner-oficial::before{
  border-top-color: #123b9f;
}  

.modal-effect-loader > .content-loader > .spinner-oficial::before{
  border-top-color: #123b9f;
}

.spinner-oficial{
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-oficial::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-top: 2px solid #123b9f;
  border-right: 2px solid transparent;
  animation: spinner-oficial .6s linear infinite;
}

.spinner-oficial.large-spinner{
  width: 45px;
  height: 45px;
}  
.spinner-oficial.medium-spinner{
  width: 40px;
  height: 40px;
}  
.spinner-oficial.small-spinner{
  width: 35px;
  height: 35px;
}  
.spinner-oficial.extra-small-spinner{
  width: 20px;
  height: 20px;
}
.spinner-oficial.large-spinner::before{
  width: 45px;
  height: 45px;
}  
.spinner-oficial.medium-spinner::before{
  width: 40px;
  height: 40px;
}  
.spinner-oficial.small-spinner::before{
  width: 35px;
  height: 35px;
}  
.spinner-oficial.extra-small-spinner::before{
  width: 20px;
  height: 20px;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body{
  margin: 0;
  padding: 0;
  font-family: 'RedHatDisplay';
  font-weight: 600;
  background-color: #f0f6ff;
  min-height: 100%;
}

.container-geral {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}

/* === Variáveis de design === */
:root {
  --amarelo-destaque: #FDE600;
  --amarelo-dourado: #F5D000;
  --verde-cta: #00E676;
  --verde-cta-hover: #1FE06C;
  --titulo: #1e293b;
  --texto: #64748b;
  --card-bg: #F2F6F9;
  --azul-escuro: #1a1f3a;
  --azul-principal: #123b9f;
  /* Gradientes elegantes */
  --card-gradient: linear-gradient(145deg, #ffffff 0%, #f8fafc 45%, #f1f5f9 100%);
  --card-gradient-hover: linear-gradient(145deg, #ffffff 0%, #fafbfc 50%, #f4f6f8 100%);
  --icon-gradient: linear-gradient(135deg, #FFE600 0%, #F5D000 50%, #E8C400 100%);
  --section-bg: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  /* Espaçamento padrão - escala 8px */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 48px;
  --space-xl: 60px;
}

/* WOW animations - duração suave e profissional */
.wow {
  visibility: hidden;
}
.wow.animated {
  visibility: visible;
}
.animated {
  animation-duration: 0.6s !important;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Nav - base anti-flicker */
.visible-desktop { display: none; }
.visible-mobile { display: flex; }
.mobile-menu-overlay {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

/* Header principal - barra fixa azul escuro */
/* Header overlay - em cima do banner hero */
.hero-wrapper {
  position: relative;
  width: 100%;
  line-height: 0;
}

.site-header {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 100;
  background: #123b9f;
}

/* Menu overlay - sem fundo, no topo do banner */
.site-header.site-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: none !important;
  background-color: transparent !important;
  box-shadow: none;
  border-bottom: 2px solid var(--amarelo-destaque);
}

.site-header-overlay .site-header-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.site-header-overlay .btn-dorow {
  color: #fff;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 25px;
}

.site-header-logo {
  display: inline-block;
  line-height: 0;
  padding-top: 20px;
}

.site-header-logo img {
  height: 50px;
  width: auto;
  display: block;
}

.site-header-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header-nav a {
  text-decoration: none;
  color: rgba(255,255,255,0.9);
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.site-header-nav a:hover {
  color: var(--amarelo-destaque);
}

.site-header-nav a.nav-active {
  color: var(--amarelo-destaque);
}

/* Hero Resgate Dorow - banner como imagem */
.hero-resgate-banner {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
}

.hero-resgate-banner picture,
.hero-resgate-banner img {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  vertical-align: middle;
}

.btn-dorow{
  width: auto;
  height: 25px;
  padding: 0 15px;
  background-color: #ffeb00;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #006b37;
  border-radius: 15px;
  font-size: 12px;
  transition: .3s all;
  transform: scale(1);
}

.btn-dorow .btn-dorow-icon {
  width: 18px;
  height: 18px;
}

.btn-dorow:hover{
  cursor: pointer;
}

.text-color-yellow{
  color: #ffeb00 !important;
}


.container-head > .content-head-text{
  position: relative;
  width: 1200px;
  height: 300px;
  margin: 0 auto;
}

.container-head > .content-head-text > div{
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-head > .content-head-text > div > h4{
  margin: 0;
  padding: 0;
  font-size: 50px;
  color: #fff;
  font-weight: 300;
}

.container-head > .content-head-text > div > h4 > span{
  color: #ffeb00;
  font-weight: 600;
}

.container-head > .content-head-text > div > span{
  font-size: 25px;
  background-color: #fff;
  color: #006b37;
  border-radius: 15px;
  padding: 0 10px;
  font-weight: 300;
  margin: 10px 0;
  transition: .3s all;
}

.container-head > .content-head-text > div > span:hover{
  background-color: #006b37;
  color: #fff;
}

.container-head > .content-head-text > div > span > b{
  font-weight: 600;
}

.container-head > .content-head-text > div > small{
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  padding: 50px 0 0;
}

.container{
  position: relative;
  width: 1200px;
  min-height: 1px;
  margin: 0 auto;
}

.container-body{
  position: relative;
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  padding: 0;
  background: var(--section-bg);
}

/* === Seções genéricas === */
.section-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--titulo);
  text-align: center;
  margin: 0 0 var(--space-sm);
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.section-title strong {
  font-weight: 700;
  color: var(--azul-principal);
}

.section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  background: linear-gradient(90deg, var(--amarelo-destaque), var(--amarelo-dourado));
  margin: var(--space-md) auto var(--space-md);
  border-radius: 2px;
}

.section-desc {
  text-align: center;
  color: var(--texto);
  font-size: 16px;
  margin: 0 0 var(--space-lg);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Cards - espaçamento padrão (48px entre seções) */
.section-veiculos,
.section-servicos {
  padding: var(--space-lg) 0;
}

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

/* Cards de veículos - design premium com gradiente */
.cards-veiculos .card-dorow {
  background: var(--card-gradient);
  border-radius: 20px;
  padding: var(--space-lg) var(--space-md);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 1px 0 rgba(255,255,255,0.95) inset;
  border: 1px solid rgba(255,255,255,0.8);
  position: relative;
  overflow: hidden;
}

.cards-veiculos .card-dorow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--amarelo-destaque), var(--amarelo-dourado));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cards-veiculos .card-dorow:hover {
  background: var(--card-gradient-hover);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08), 0 1px 0 rgba(255,255,255,0.95) inset;
  transform: translateY(-6px);
}

.cards-veiculos .card-dorow:hover::before {
  opacity: 1;
}

.cards-veiculos .card-icon {
  width: 72px;
  height: 72px;
  background: var(--icon-gradient);
  border-radius: 18px;
  margin-bottom: var(--space-md);
  box-shadow: 0 8px 24px rgba(245, 208, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cards-veiculos .card-dorow ul li::before {
  border-radius: 2px;
  width: 6px;
  height: 6px;
  top: 7px;
}

.cards-veiculos .card-dorow h3 {
  font-size: 20px;
  margin: 0 0 var(--space-sm);
}

.cards-veiculos .card-dorow > p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 var(--space-md);
}

.cards-veiculos .card-dorow ul li {
  font-size: 13px;
  margin-bottom: var(--space-xs);
}

.cards-veiculos .btn-card {
  width: auto;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0,230,118,0.2);
}

.card-dorow {
  background: var(--card-gradient);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.35s ease, background 0.3s ease;
}

/* Cards de serviços - design premium unificado */
.cards-servicos .card-dorow {
  background: var(--card-gradient);
  border-radius: 20px;
  padding: var(--space-lg) var(--space-md);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 1px 0 rgba(255,255,255,0.95) inset;
  border: 1px solid rgba(255,255,255,0.8);
  position: relative;
  overflow: hidden;
}

.cards-servicos .card-dorow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--verde-cta), #00c96b);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cards-servicos .card-dorow:hover {
  background: var(--card-gradient-hover);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08), 0 1px 0 rgba(255,255,255,0.95) inset;
  transform: translateY(-6px);
}

.cards-servicos .card-dorow:hover::before {
  opacity: 1;
}

.cards-servicos .card-icon {
  width: 72px;
  height: 72px;
  background: var(--icon-gradient);
  border-radius: 18px;
  margin-bottom: var(--space-md);
  box-shadow: 0 8px 24px rgba(245, 208, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cards-servicos .card-dorow h3 {
  font-size: 20px;
  margin: 0 0 var(--space-sm);
}

.cards-servicos .card-dorow > p {
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 var(--space-md);
}

.cards-servicos .card-dorow ul li {
  font-size: 13px;
  margin-bottom: var(--space-xs);
}

.cards-servicos .card-dorow ul li::before {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  top: 7px;
}

.cards-servicos .btn-card {
  width: auto;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0,230,118,0.2);
}

.card-icon {
  width: 72px;
  height: 72px;
  background: var(--icon-gradient);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(245, 208, 0, 0.35);
}

.card-icon i {
  font-size: 30px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.card-dorow h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--titulo);
  margin: 0 0 12px;
}

.card-dorow > p {
  font-size: 14px;
  color: var(--texto);
  line-height: 1.5;
  margin: 0 0 20px;
  flex-grow: 1;
}

.card-dorow ul {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-lg);
  text-align: left;
  width: 100%;
}

.card-dorow ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--texto);
  font-weight: 600;
}

.card-dorow ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--amarelo-destaque);
  border-radius: 50%;
}

.btn-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(135deg, var(--verde-cta) 0%, #00c96b 100%);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 230, 118, 0.3);
}

.btn-card:hover {
  background: linear-gradient(135deg, var(--verde-cta-hover) 0%, #00d673 100%);
  box-shadow: 0 6px 24px rgba(0, 230, 118, 0.4);
  transform: translateY(-2px);
}

.btn-card img {
  width: 22px;
  height: 22px;
}

/* Banners 32 Anos + Revenda - juntos sem espaço entre eles */
/* Banner 32 Anos - seção separada */
.banner-32anos {
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding: var(--space-lg) 0;
  margin: 0 0 60px 0 !important;
}

.banner-32anos .container {
  width: 1200px;
  max-width: 100%;
  padding: 0;
}

.banner-32anos img {
  width: 100%;
  border-radius: 12px;
}

/* Banner Revenda Autorizada - seção separada */
.banner-revenda {
  padding: var(--space-lg) 0;
  margin: 0;
}

.banner-revenda img {
  width: 100%;
}

.banner-img-section {
  width: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.banner-img-section picture,
.banner-img-section img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.banner-img-section a {
  display: block;
  line-height: 0;
}

/* CTA Intermediário - banner como imagem */
.cta-intermediario {
  width: 100%;
  line-height: 0;
  padding: var(--space-lg) 0;
  margin: 0;
}

.cta-intermediario a {
  display: block;
  line-height: 0;
}

.cta-intermediario picture,
.cta-intermediario img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

/* Localização */
.section-localizacao {
  padding: var(--space-lg) 0;
  background: linear-gradient(180deg, #e2e8f0 0%, #cbd5e1 100%);
}

.section-localizacao .section-title {
  margin-bottom: var(--space-lg);
}

.localizacao-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg);
  align-items: start;
}

.localizacao-mapa iframe {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.localizacao-contato {
  background: var(--card-gradient);
  border-radius: 20px;
  padding: var(--space-lg);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 1px 0 rgba(255,255,255,0.95) inset;
  border: 1px solid rgba(255,255,255,0.8);
}

.contato-card {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

.contato-card i {
  font-size: 24px;
  color: var(--amarelo-destaque);
}

.contato-card img {
  width: 24px;
  height: 24px;
  filter: brightness(0);
}

.contato-card span,
.contato-card a {
  font-size: 16px;
  color: var(--titulo);
  font-weight: 600;
  text-decoration: none;
}

.contato-card a:hover {
  color: var(--azul-principal);
}

.contato-endereco,
.contato-cnpj {
  margin: var(--space-md) 0 0;
  font-size: 14px;
  color: var(--texto);
}

section.section-video{
  width: 100%;
  min-height: 350px;
  padding: 15px 0;
  background-color: #dfe5ed;
}

section.section-video .section-video-content{
  position: relative;
  width: 100%;
  min-height: 1px;
  display: flex;
  justify-content: flex-start;
}

section.section-video .section-video-content > div{
  width: 100%;
  height: 350px;
}

section.section-video .section-video-content > div.section-video-title{
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 50px;
}

section.section-video .section-video-content > div.section-video-title > h4{
  position: relative;
  font-size: 26px;
  color: #677594;
  line-height: 1;
}

section.section-video .section-video-content > div.section-video-title > h4::after{
  content: '';
  position: absolute;
  width: 80px;
  height: 8px;
  background-color: #444a5c;
  bottom: -30px;
  left: 0;
  border-radius: 5px;
}

section.section-video .section-video-content > div.section-video-frame{
  width: calc(100% - 600px);
  /* border: 1px solid #000; */
}

section.section-video .section-video-content > div.section-video-frame > div{
  width: 100%;
  height: 350px;
  border-radius: 15px;
  background-color: transparent;
  display: flex;
  align-items: center;
}

section.section-service{
  width: 100%;
  min-height: 250px;
  padding: 40px 0;
}

section.section-service > h4{
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #677594;
}

section.section-service > .section-service-data{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 0;
}

section.section-service > .section-service-data > div{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border-right: 1px solid #ebebeb; */
  padding: 0 25px;
}

section.section-service > .section-service-data > div a{
  transition: .3s all;
  transform: scale(1);
}

section.section-service > .section-service-data > div a:hover{
  transform: scale(1.2);
}

section.section-service > .section-service-data > div img{
  width: 100%;
}

section.section-partner {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 40px 0 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.section-partner > img{
  width: 70%;
}

section.section-about {
  position: relative;
  width: 100%;
  min-height: 250px;
  padding: 10px 0;
  overflow: hidden;
  background-color: #dfe5ed;
}

section.section-about .section-about-title{
  position: relative;
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: center;
  padding: 0;
  align-items: center;
  flex-direction: column;
}

section.section-about .section-about-title > h4{
  margin: 0;
  padding: 0;
  color: #677594;
  font-size: 24px;
}

section.section-about .section-about-title > a{
  width: 380px;
  height: 50px;
  padding: 0 15px;
  border-radius: 25px;
  background-color: #444b5c;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 15px;
  transition: .3s all;
  transform: scale(1);
}

section.section-about .section-about-title > a > img{
  width: 25px;
  padding-right: 5px;
}

section.section-about .section-about-title > a:hover{
  transform: scale(1.1);
  background-color: #01926e;
}

section.section-about .section-about-contact{
  width: 540px;
  height: 60px;
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 25px;
}

section.section-about .section-about-contact > div{
  min-width: 180px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.section-about .section-about-contact > div > img{
  width: 25px;
  padding-right: 5px;
}

section.section-about .section-about-contact > div > i{
  padding: 0 5px;
  font-size: 20px;
  color: #677594;
}

section.section-about .section-about-contact > div > span{
  color: #677594;
  font-weight: 300;
  font-size: 18px;
}

section.section-footer{
  position: relative;
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

section.section-footer > .section-footer-background{
  position: absolute;
  width: 100%;
  background: #000;
  min-height: 100%;
  top: 0;
  left: 0;
}

section.section-footer .section-footer-content{
  position: relative;
  width: 100%;
  min-height: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-lg) var(--space-md);
}

section.section-footer .section-footer-content > img{
  width: 200px;
  margin: 0 0 var(--space-md) 0;
}

section.section-footer .section-footer-content > p{
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  max-width: 600px;
  text-align: center;
  padding: 0;
  margin: 0;
}



@media only screen and (max-width: 1250px)  {
  .container{
    width: 100%;
  }

  .banner-32anos .container {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 992px) {
  .visible-desktop{
    display: flex !important;
  }
  .visible-mobile{
    display: none !important;
  }
  /* Esconder menu mobile completamente no desktop */
  .mobile-menu-overlay {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .visible-desktop{
    display: none !important;
  }
  .visible-mobile{
    display: flex !important;
  }

  /* Layout mobile - eliminar lacunas e ajustes profissionais */
  .container-body {
    min-height: auto;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .section-veiculos,
  .section-servicos {
    padding: 32px 0;
  }
  .section-title {
    font-size: 24px;
    margin: 0 0 12px;
  }
  .section-title::after {
    margin: 16px auto;
  }
  .section-desc {
    font-size: 15px;
    margin: 0 0 28px;
    line-height: 1.5;
  }
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .card-dorow {
    max-width: 400px;
    margin: 0 auto;
    padding: 28px 24px;
    border-radius: 18px;
  }
  .cards-veiculos .card-dorow:hover,
  .cards-servicos .card-dorow:hover {
    transform: translateY(-4px);
  }
  .banner-32anos {
    margin: 0 0 40px !important;
    padding: 32px 0;
  }
  .banner-revenda {
    padding: 0 0 32px;
  }
  .cta-intermediario {
    padding: 32px 0;
  }
  .section-localizacao {
    padding: 32px 0;
  }
  .localizacao-contato {
    padding: 24px 20px;
  }
  .section-footer .section-footer-content {
    padding: 40px 20px 32px;
    padding-bottom: calc(32px + env(safe-area-inset-bottom, 0));
  }

  /* Header mobile - box próprio no topo, não overlay no banner */
  .hero-wrapper {
    display: flex;
    flex-direction: column;
    line-height: normal;
  }
  .site-header.site-header-overlay {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background: #123b9f !important;
    background-color: #123b9f !important;
    border-bottom: 2px solid var(--amarelo-destaque);
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  }
  .site-header-inner {
    flex-wrap: nowrap;
    height: 80px;
    padding: 0 20px;
    gap: 0;
    justify-content: space-between;
  }
  .site-header-nav {
    display: none !important;
  }

  /* Hamburger button */
  .mobile-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    gap: 6px;
    border-radius: 8px;
    transition: background 0.2s;
    z-index: 102;
    position: relative;
  }
  .mobile-menu-btn:hover {
    background: rgba(255,255,255,0.1);
  }
  .mobile-menu-btn .hamburger-line {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
  }
  .mobile-menu-btn.is-active .hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .mobile-menu-btn.is-active .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-btn.is-active .hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Overlay menu mobile */
  .mobile-menu-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 59, 159, 0.98);
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .mobile-menu-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 40px 24px;
  }
  .mobile-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .mobile-menu-nav ul li {
    margin-bottom: 8px;
  }
  .mobile-menu-nav ul li:last-child {
    margin-bottom: 0;
  }
  .mobile-nav-link {
    display: block;
    padding: 14px 20px;
    font-size: 17px;
    font-weight: 500;
    color: rgba(255,255,255,0.95);
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .mobile-nav-link:hover,
  .mobile-nav-link.nav-active {
    background: rgba(255, 235, 0, 0.15);
    color: var(--amarelo-destaque);
  }
  .mobile-menu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    background: var(--verde-cta);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    margin-top: 16px;
    transition: background 0.2s;
    box-shadow: 0 4px 16px rgba(0, 230, 118, 0.3);
  }
  .mobile-menu-cta:hover {
    background: var(--verde-cta-hover);
  }
  .mobile-menu-cta img {
    width: 24px;
    height: 24px;
  }

  section.section-info > .section-info-button{
    padding: 0;
  }

  section.section-info > .section-info-button > div > a{
    padding: 0 20px;
  }

  section.section-partner{
    padding: 0px 0 40px;
  }

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

  .localizacao-contato {
    order: -1;
  }

  .localizacao-mapa iframe {
    min-height: 300px;
  }

  section.section-footer{
    min-height: 1px;
  }

  section.section-footer .section-footer-content > p{
    width: 100%;
    padding: 25px 0;
    margin: 0;
  }

  section.section-footer .section-footer-content{
    padding: 15px 0 0;
  }

  section.section-footer .section-footer-content > img{
    margin: 0 0 15px 0;
  }

  section.section-info > .section-info-data > div > img{
    width: 80px;
  }

  section.section-footer .section-footer-content > h4{
    font-size: 18px;
  }

  section.section-footer .section-footer-content > img{
    width: 200px;
  }

  section.section-about .section-about-title > a{
    width: calc(100% - 50px);
  }

  section.section-info > .section-info-data > div > p{
    font-size: 12px;
  }

  section.section-info{
    min-height: 1px;
  }

}



.header-slim-mobile {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background: #ccbe00;
  z-index: 99;
  border-bottom: 3px solid #b5b001;
}

.header-slim-mobile .header-slim-mobile-container {
  position: relative;
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  margin: 0 auto;
}

.header-slim-mobile .header-slim-mobile-container::after{
  content: '';
  position: absolute;
  width: 138px;
  height: 2px;
  background-color: #ffec00;
  bottom: 13px;
  left: 172px;
}

.header-slim-mobile .header-slim-mobile-container > .header-slim-mobile-logo{
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
}

.header-slim-mobile .header-slim-mobile-container > .header-slim-mobile-logo > a > img{
  width: 200px;
  padding-top: 24px;
}

.header-slim-mobile .header-slim-mobile-container > .header-slim-mobile-icon{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

.header-slim-mobile .header-slim-mobile-container > .header-slim-mobile-icon.menu{
  background-color: #ffeb00;
  border-radius: 15px;
  padding: 0 3px;
  margin-bottom: 8px;
}

.header-slim-mobile .header-slim-mobile-container > .header-slim-mobile-icon.menu > img{
  width: 25px;
}

.header-slim-mobile .header-slim-mobile-container > .header-slim-mobile-icon > img{
  width: 30px;
}