* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #111111;
}

.whatsapp-fixo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #FFD700; /* amarelo */
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 999;
  transition: 0.3s;
}

.whatsapp-fixo:hover {
  transform: scale(1.1);
  background: #FFC300; /* amarelo mais escuro */
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header .img-logo {
  
  max-width: 200px;
  max-height: 200px;
  margin-right: 12px;
}

.header .img-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-container {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  text-decoration: none;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 3px;
  color: #111111;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav-list a {
  text-decoration: none;
  color: #333333;
  font-size: 0.95rem;
  font-weight: 600;
  transition: 0.3s;
}

.nav-list a:hover {
  color: #d4a017;
}

.btn-reservar {
  text-decoration: none;
  background: #f4c430;
  color: #111111;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 4px;
  transition: 0.3s;
}

.btn-reservar:hover {
  background: #e0b020;
}

.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  font-size: 2rem;
  color: #111111;
  cursor: pointer;
}
.hero {
  padding-top: 40px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -60deg,
      rgba(212, 160, 23, 0.05) 0px,
      rgba(212, 160, 23, 0.05) 2px,
      transparent 2px,
      transparent 38px
    );
  pointer-events: none;
}

.hero-container {
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.hero-left {
  width: 60%;
}

.hero-badge {
  display: inline-block;
  border: 1px solid #ffc42e;;
  color: #ffc42e;
  padding: 12px 18px;
  
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
  background: rgba(212, 160, 23, 0.04);
}

.hero-title {
  font-size: 6rem;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -3px;
  color: #ffffff;
  margin-bottom: 30px;
}

.hero-title span {
  color: #d4a017;
}

.hero-text {
  max-width: 650px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #ffffff;
  margin-bottom: 40px;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4c430;
  color: #111111;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 18px 34px;
  border: 1px solid #f4c430;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #ddb11f;
  border-color: #ddb11f;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 18px 34px;
  border: 1px solid #d7d7d7;
  transition: 0.3s;
}

.btn-secondary:hover {
  border-color: #d4a017;
  color: #d4a017;
}

.hero-right {
  width: 40%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-number {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(212, 160, 23, 0.06);
  letter-spacing: -12px;
  user-select: none;
}

.hero-stats {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: flex-end;
}

.stat-item {
  text-align: right;
}

.stat-item h3 {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 900;
  color: #d4a017;
  margin-bottom: 8px;
}

.stat-item p {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
.hero-strip {
  width: 100%;
  background: #f4c430;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hero-strip-track {
  display: flex;
  width: max-content;
  animation: heroMarquee 22s linear infinite;
}

.hero-strip-group {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 0 30px;
  flex-shrink: 0;
}

.hero-strip-group span {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  white-space: nowrap;
}

.hero {
  position: relative;
  overflow: hidden;
}

/* SLIDER FUNDO */
.hero-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-slider img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-bg-slider img.active {
  opacity: 1;
}

/* overlay escuro pra destacar texto */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.575);
  z-index: 1;
}

/* garante que conteúdo fique acima */
.hero-container,
.hero-strip {
  position: relative;
  z-index: 2;
}

@keyframes heroMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* diferenciais */
/* diferenciais */

.diferenciais {
  padding: 120px 0;
  background: #f1f1f1;
}

.section-tag {
  display: inline-block;
  color: #d4a017;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-title {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  color: #111111;
  margin-bottom: 60px;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d4a017;
  margin-top: 20px;
}

.diferenciais-grid {
  display: flex;
  flex-wrap: wrap; /* 🔥 ISSO AQUI É O SEGREDO */
  justify-content: center;
  gap: 0.5rem;
 
}

.card {
  width: 20rem;
  padding: 40px 32px;
  border: 1px solid #969696;
  transition: 0.3s;
  
}

.card:hover {
  background: #fafafa;
}

.card i {
  font-size: 28px;
  color: #d4a017;
  margin-bottom: 20px;
  display: inline-block;
}

.card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #111111;
}

.card p {
  font-size: 0.95rem;
  color: #030303;
  line-height: 1.6;
}

/* frota */

.frota {
  padding: 120px 0;
  background: #ffffff;
}

.frota-tag {
  display: inline-block;
  color: #d4a017;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.frota-title {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  color: #111111;
  margin-bottom: 60px;
}

.frota-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d4a017;
  margin-top: 20px;
}

.frota-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.frota-text {
  max-width: 780px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #5f5f5f;
}

.frota-filtros {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.filtro-btn {
  background: transparent;
  border: 1px solid #d9d9d9;
  color: #333333;
  padding: 14px 22px;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.filtro-btn:hover,
.filtro-btn.active {
  background: #f4c430;
  border-color: #f4c430;
  color: #111111;
}

.frota-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.frota-card {
  width: calc((100% - 48px) / 3);
  background: #ffffff;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  transition: 0.3s;
}

.frota-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.frota-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  background: #f3f3f3;
}

.frota-card-content {
  padding: 26px 24px 28px;
}

.frota-categoria {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #d4a017;
  margin-bottom: 12px;
}

.frota-card h3 {
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 900;
  color: #111111;
  margin-bottom: 12px;
}

.frota-card p {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 18px;
}

.frota-badges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.frota-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: rgba(212, 160, 23, 0.12);
  color: #a97a00;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.frota-status-secundario {
  background: #f3f3f3;
  color: #444444;
}

.frota-actions {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.btn-ver-mais {
  background: #f4c430;
  border: 1px solid #f4c430;
  color: #111111;
  padding: 16px 30px;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}

.btn-ver-mais:hover {
  background: #ddb11f;
  border-color: #ddb11f;
}

.btn-ver-mais.hidden {
  display: none;
}



/* pagamento */

.pagamento {
  padding: 120px 0;
  background: #f1f1f1;
}

.pagamento-tag {
  display: inline-block;
  color: #d4a017;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pagamento-title {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  color: #111111;
  margin-bottom: 60px;
}

.pagamento-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d4a017;
  margin-top: 20px;
}

.pagamento-grid {
  display: flex;
  gap: 0;
  
}

.pagamento-card {
  width: 50%;
  padding: 54px 46px 46px;
  border: 2px solid #f4c430;
  background: #ddb11fd0;
 
  border-radius: 1rem;
}

.border-right{
     border-right: 1px solid black ;
}

.pagamento-card + .pagamento-card {
  border-left: none;
}

.pagamento-card-top {
  margin-bottom: 34px;
  
  
}

.pagamento-card-top h3 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  color: black;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pagamento-card-top span {
  display: inline-block;
  font-size: 0.9rem;
  color: rgb(49, 49, 49);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.pagamento-lista {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pagamento-lista li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.2rem;
  color: #111111;
  font-weight: 500;
}

.pagamento-lista li i {
  color: green;
  font-size: 1.3rem;
}

.pagamento-alerta {
  margin-top: 34px;
  border: 1px solid rgba(212, 160, 23, 0.35);
  background: rgba(212, 160, 23, 0.06);
  color: #a67800;
  padding: 18px 20px;
  font-size: 0.95rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagamento-alerta i {
  font-size: 0.9rem;
  
  color: green;
}

.pagamento-alerta p {
  font-size: 0.9rem;
  
  color: rgb(0, 0, 0);
}


/* contato */

.contato {
  padding: 120px 0;
  background: #ffffff;
}

.contato-container {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: flex-start;
}

.contato-left {
  width: 48%;
}

.contato-right {
  width: 52%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 260px;
}

.contato-tag {
  display: inline-block;
  color: #d4a017;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contato-title {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  color: #111111;
  margin-bottom: 60px;
}

.contato-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #d4a017;
  margin-top: 20px;
}

.contato-info {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-bottom: 42px;
}

.contato-bloco h3 {
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #d4a017;
  margin-bottom: 12px;
}

.contato-bloco p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #444444;
}

.contato-whatsapp {
  width: 100%;
  max-width: 520px;
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  background: #25d366;
  color: #111111;
  text-decoration: none;
  padding: 0 34px;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}

.contato-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.22);
}

.contato-whatsapp i {
  font-size: 1.5rem;
}

.contato-card {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 92px;
  padding: 22px 28px;
  border-left: 4px solid #f4c430;
  background: linear-gradient(to right, #fafafa, #ffffff);
  border: 1px solid #ececec;
  transition: 0.3s;
}

.contato-card:hover {
  transform: translateX(6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.contato-card i {
  font-size: 1.7rem;
  color: #d4a017;
  flex-shrink: 0;
}

.contato-card h4 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #111111;
  margin-bottom: 6px;
}

.contato-card p {
  font-size: 1rem;
  color: #666666;
}

/* footer */

.footer {
  padding: 70px 0 30px;
  background: #0f0f0f;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -60deg,
      rgba(212, 160, 23, 0.04) 0px,
      rgba(212, 160, 23, 0.04) 2px,
      transparent 2px,
      transparent 38px
    );
  pointer-events: none;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  max-width: 420px;
}

.footer-logo {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 3px;
  color: #f4c430;
  margin-bottom: 18px;
}

.footer-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #b8b8b8;
}

.footer-links h3,
.footer-contact h3 {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f4c430;
  margin-bottom: 18px;
}

.footer-links ul,
.footer-contact ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a,
.footer-contact a,
.footer-contact li {
  text-decoration: none;
  color: #d0d0d0;
  font-size: 1rem;
  transition: 0.3s;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #f4c430;
}

.footer-bottom {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-bottom p {
  font-size: 0.95rem;
  color: #9b9b9b;
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: #25d366;
  color: #111111;
  padding: 14px 22px;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}

.footer-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.22);
}

.footer-whatsapp i {
  font-size: 1.2rem;
}


/* ===================================================== */
/* RESPONSIVO COMPLETO - FOCO MOBILE / 9 BREAKPOINTS     */
/* COLAR NO FINAL DO CSS                                 */
/* ===================================================== */

/* ===================== 1400px ===================== */
@media (max-width: 1400px) {
  .container {
    max-width: 1180px;
  }

  .hero-title {
    font-size: 5.2rem;
  }

  .hero-number {
    font-size: 23rem;
    right: 10px;
  }

  .section-title,
  .frota-title,
  .pagamento-title,
  .contato-title {
    font-size: 4.1rem;
  }
}

/* ===================== 1200px ===================== */
@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }

  .header-container {
    gap: 16px;
  }

  .hero-container {
    gap: 36px;
    min-height: 700px;
  }

  .hero-title {
    font-size: 4.6rem;
  }

  .hero-text {
    font-size: 1rem;
    max-width: 580px;
  }

  .hero-number {
    font-size: 19rem;
  }

  .section-title,
  .frota-title,
  .pagamento-title,
  .contato-title {
    font-size: 3.8rem;
  }

  .frota-card {
    width: calc((100% - 24px) / 2);
  }

  .contato-container {
    gap: 40px;
  }

  .contato-right {
    padding-top: 180px;
  }

  .footer-top {
    gap: 36px;
  }
}

/* ===================== 1024px ===================== */
@media (max-width: 1024px) {
  .container {
    padding: 0 24px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 1201;
  }

  .nav {
    position: fixed;
    top: 80px;
    right: 24px;
    width: min(320px, calc(100% - 48px));
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: 0.3s ease;
    z-index: 1200;
  }

  .nav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list a {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-size: 0.95rem;
    border-bottom: 1px solid #efefef;
  }

  .hero {
    padding-top: 90px;
  }

  .hero-container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: auto;
    padding: 70px 0 90px;
    gap: 30px;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-text {
    max-width: 700px;
  }

  .hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-right {
    justify-content: center;
    min-height: 300px;
  }

  .hero-number {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    font-size: 16rem;
  }

  .hero-stats {
    align-items: center;
    gap: 26px;
  }

  .stat-item {
    text-align: center;
  }

  .frota-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .frota-text {
    max-width: 100%;
  }

  .pagamento-grid {
    flex-direction: column;
    gap: 18px;
  }

  .pagamento-card {
    width: 100%;
  }

  .border-right {
    border-right: 2px solid #f4c430;
    border-bottom: none;
  }

  .contato-container {
    flex-direction: column;
    gap: 30px;
  }

  .contato-left,
  .contato-right {
    width: 100%;
  }

  .contato-right {
    padding-top: 0;
  }

  .footer-top {
    flex-wrap: wrap;
  }
}

/* ===================== 900px ===================== */
@media (max-width: 900px) {
  .logo {
    font-size: 1.75rem;
    letter-spacing: 2px;
  }

  .btn-reservar {
    padding: 11px 18px;
    font-size: 0.82rem;
  }

  .hero-title {
    font-size: 3.9rem;
    letter-spacing: -2px;
  }

  .hero-badge {
    font-size: 0.75rem;
    padding: 10px 14px;
  }

  .section-title,
  .frota-title,
  .pagamento-title,
  .contato-title {
    font-size: 3.2rem;
    margin-bottom: 44px;
  }

  .diferenciais,
  .frota,
  .pagamento,
  .contato {
    padding: 95px 0;
  }

  .card {
    width: calc((100% - 8px) / 2);
  }

  .pagamento-card {
    padding: 42px 32px;
  }

  .pagamento-card-top h3 {
    font-size: 2.4rem;
  }

  .contato-bloco p {
    font-size: 1.05rem;
  }

  .footer-top {
    flex-direction: column;
    gap: 28px;
  }

  .footer-brand {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===================== 768px ===================== */
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .header-container {
    height: 72px;
  }

  .header .img-logo {
  
  max-width: 150px;
  max-height: 150px;
  margin-right: 12px;
}

  .nav {
    top: 72px;
    right: 20px;
    width: min(300px, calc(100% - 40px));
  }

  .logo {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }

  .btn-reservar {
    padding: 10px 16px;
    font-size: 0.8rem;
  }

  .menu-toggle {
    font-size: 1.9rem;
  }

  .hero {
    padding-top: 72px;
  }

  .hero-container {
    padding: 56px 0 70px;
  }

  .hero-title {
    font-size: 3.1rem;
    line-height: 0.98;
  }

  .hero-text {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
    gap: 14px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    padding: 16px 20px;
  }

  .hero-right {
    min-height: auto;
  }

  .hero-number {
    font-size: 12rem;
  }

  .stat-item h3 {
    font-size: 2.7rem;
  }

  .hero-strip-group {
    min-height: 62px;
    gap: 24px;
    padding: 0 20px;
  }

  .hero-strip-group span {
    font-size: 0.82rem;
  }

  .section-title,
  .frota-title,
  .pagamento-title,
  .contato-title {
    font-size: 2.7rem;
  }

  .card,
  .frota-card {
    width: 100%;
  }

  .frota-card img {
    height: 240px;
  }

  .frota-filtros {
    width: 100%;
    gap: 10px;
  }

  .filtro-btn {
    flex: 1 1 calc(50% - 10px);
    text-align: center;
    padding: 13px 12px;
  }

  .pagamento-grid {
    gap: 14px;
  }

  .pagamento-card {
    padding: 36px 24px;
    border-radius: 18px;
  }

  .border-right {
    border-right: 2px solid #f4c430;
    border-bottom: 4px solid #f4c430;
  }

  .pagamento-card-top h3 {
    font-size: 2.1rem;
  }

  .pagamento-lista li {
    font-size: 1.05rem;
  }

  .contato-title {
    margin-bottom: 40px;
  }

  .contato-info {
    gap: 24px;
    margin-bottom: 30px;
  }

  .contato-card {
    padding: 20px 20px;
  }

  .contato-card h4 {
    font-size: 1.1rem;
  }

  .footer {
    padding: 56px 0 24px;
  }

  .footer-bottom {
    text-align: left;
  }
}

/* ===================== 600px ===================== */
@media (max-width: 600px) {
  .container {
    padding: 0 16px;
  }

  .header-container {
    height: 66px;
    gap: 10px;
  }

  .header .img-logo {
  
  max-width: 120px;
  max-height: 120px;
  margin-right: 0px;
}

  .nav {
    top: 66px;
    right: 16px;
    width: calc(100% - 32px);
    padding: 18px 16px;
  }

  .logo {
    font-size: 1.35rem;
    letter-spacing: 2px;
  }

  .btn-reservar {
    padding: 9px 14px;
    font-size: 0.76rem;
  }

  .menu-toggle {
    font-size: 1.8rem;
  }

  .hero {
    padding-top: 66px;
  }

  .hero-bg-slider img {
    content: attr(data-mobile);
  }

  .hero-container {
    padding: 42px 0 58px;
    gap: 24px;
  }

  .hero-badge {
    width: 100%;
    text-align: center;
    padding: 10px 12px;
    font-size: 0.68rem;
    letter-spacing: 1.3px;
  }

  .hero-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .hero-text {
    font-size: 0.92rem;
    margin-bottom: 28px;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 0.82rem;
    padding: 15px 14px;
  }

  .hero-number {
    display: none;
  }

  .hero-stats {
    width: 100%;
    gap: 22px;
  }

  .stat-item h3 {
    font-size: 2.25rem;
  }

  .stat-item p {
    font-size: 0.8rem;
    letter-spacing: 0.7px;
  }

  .hero-strip-group {
    min-height: 58px;
    gap: 18px;
    padding: 0 16px;
  }

  .hero-strip-group span {
    font-size: 0.72rem;
    letter-spacing: 0.6px;
  }

  .diferenciais,
  .frota,
  .pagamento,
  .contato {
    padding: 72px 0;
  }

  .section-tag,
  .frota-tag,
  .pagamento-tag,
  .contato-tag {
    font-size: 0.72rem;
    letter-spacing: 1.5px;
  }

  .section-title,
  .frota-title,
  .pagamento-title,
  .contato-title {
    font-size: 2.25rem;
    margin-bottom: 32px;
  }

  .card {
    padding: 28px 20px;
  }

  .card h3 {
    font-size: 1rem;
  }

  .card p {
    font-size: 0.9rem;
  }

  .frota-top {
    margin-bottom: 34px;
  }

  .frota-text {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .frota-filtros {
    flex-direction: column;
    align-items: stretch;
  }

  .filtro-btn {
    width: 100%;
    flex: unset;
    font-size: 0.78rem;
  }

  .frota-card img {
    height: 210px;
  }

  .frota-card-content {
    padding: 22px 18px 24px;
  }

  .frota-card h3 {
    font-size: 1.55rem;
  }

  .frota-card p {
    font-size: 0.92rem;
  }

  .btn-ver-mais {
    width: 100%;
    padding: 15px 18px;
  }

  .pagamento-grid {
    gap: 12px;
  }

  .pagamento-card {
    width: 100%;
    padding: 28px 18px;
    border-radius: 16px;
  }

  .border-right {
    border-right: 2px solid #f4c430;
    border-bottom: 4px solid #f4c430;
  }

  .pagamento-card + .pagamento-card {
    border-left: 2px solid #f4c430;
  }

  .pagamento-card-top {
    margin-bottom: 24px;
  }

  .pagamento-card-top h3 {
    font-size: 1.7rem;
    line-height: 0.95;
  }

  .pagamento-card-top span {
    font-size: 0.78rem;
  }

  .pagamento-lista {
    gap: 14px;
  }

  .pagamento-lista li {
    font-size: 0.95rem;
    align-items: flex-start;
    gap: 10px;
  }

  .pagamento-alerta {
    padding: 14px 14px;
    font-size: 0.85rem;
  }

  .contato-bloco h3 {
    font-size: 0.78rem;
  }

  .contato-bloco p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .contato-whatsapp {
    min-height: 60px;
    padding: 0 18px;
    font-size: 0.82rem;
    justify-content: center;
  }

  .contato-card {
    gap: 14px;
    padding: 16px 16px;
  }

  .contato-card i {
    font-size: 1.4rem;
  }

  .contato-card h4 {
    font-size: 1rem;
  }

  .contato-card p {
    font-size: 0.9rem;
  }

  .footer-logo {
    font-size: 1.6rem;
  }

  .footer-description,
  .footer-links a,
  .footer-contact a,
  .footer-contact li,
  .footer-bottom p {
    font-size: 0.9rem;
  }

  .footer-whatsapp {
    width: 100%;
    justify-content: center;
  }
}

/* ===================== 480px ===================== */
@media (max-width: 480px) {
  .container {
    padding: 0 14px;
  }

  .header-container {
    height: 62px;
  }

  .nav {
    top: 62px;
    right: 14px;
    width: calc(100% - 28px);
    border-radius: 14px;
  }

  .logo {
    font-size: 1.15rem;
    letter-spacing: 2px;
  }

  .btn-reservar {
    padding: 8px 12px;
    font-size: 0.7rem;
  }

  .menu-toggle {
    font-size: 1.7rem;
  }

  .hero {
    padding-top: 62px;
  }

  .hero-container {
    padding: 36px 0 52px;
  }

  .hero-title {
    font-size: 2.1rem;
    letter-spacing: -1px;
  }

  .hero-text {
    font-size: 0.88rem;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 0.74rem;
    padding: 14px 12px;
    letter-spacing: 0.6px;
  }

  .stat-item h3 {
    font-size: 1.95rem;
  }

  .stat-item p {
    font-size: 0.72rem;
  }

  .hero-strip-group span {
    font-size: 0.66rem;
  }

  .section-title,
  .frota-title,
  .pagamento-title,
  .contato-title {
    font-size: 1.95rem;
  }

  .section-title::after,
  .frota-title::after,
  .pagamento-title::after,
  .contato-title::after {
    width: 48px;
    margin-top: 16px;
  }

  .card {
    padding: 24px 16px;
  }

  .frota-card img {
    height: 190px;
  }

  .frota-card h3 {
    font-size: 1.35rem;
  }

  .pagamento-card {
    padding: 24px 14px;
    border-radius: 14px;
  }

  .border-right {
    border-right: 2px solid #f4c430;
    border-bottom: 4px solid #f4c430;
  }

  .pagamento-card-top h3 {
    font-size: 1.45rem;
  }

  .pagamento-lista li {
    font-size: 0.88rem;
  }

  .pagamento-alerta {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
  }

  .contato-whatsapp {
    font-size: 0.76rem;
    letter-spacing: 0.5px;
  }

  .contato-card {
    padding: 14px;
  }

  .footer-whatsapp {
    font-size: 0.78rem;
    padding: 12px 14px;
  }
}

/* ===================== 380px ===================== */
@media (max-width: 380px) {
  .logo {
    font-size: 1rem;
    letter-spacing: 1.5px;
  }

  .btn-reservar {
    padding: 7px 10px;
    font-size: 0.64rem;
  }

  .menu-toggle {
    font-size: 1.55rem;
  }

  .hero-badge {
    font-size: 0.62rem;
    padding: 8px 10px;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-text {
    font-size: 0.82rem;
  }

  .section-title,
  .frota-title,
  .pagamento-title,
  .contato-title {
    font-size: 1.7rem;
  }

  .frota-card img {
    height: 175px;
  }

  .pagamento-card-top h3 {
    font-size: 1.25rem;
  }

  .pagamento-card-top span {
    font-size: 0.72rem;
  }

  .pagamento-lista li {
    font-size: 0.82rem;
  }

  .contato-bloco p,
  .contato-card p,
  .footer-description,
  .footer-links a,
  .footer-contact a,
  .footer-contact li {
    font-size: 0.82rem;
  }
}

/* ===================== 320px ===================== */
@media (max-width: 320px) {
  .container {
    padding: 0 12px;
  }

  .nav {
    right: 12px;
    width: calc(100% - 24px);
    padding: 14px 12px;
  }

  .logo {
    font-size: 0.92rem;
    letter-spacing: 1px;
  }

  .btn-reservar {
    padding: 6px 8px;
    font-size: 0.58rem;
  }

  .menu-toggle {
    font-size: 1.45rem;
  }

  .hero-title {
    font-size: 1.55rem;
  }

  .hero-text {
    font-size: 0.78rem;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 0.68rem;
    padding: 12px 10px;
  }

  .stat-item h3 {
    font-size: 1.7rem;
  }

  .section-title,
  .frota-title,
  .pagamento-title,
  .contato-title {
    font-size: 1.45rem;
  }

  .pagamento-card {
    padding: 20px 12px;
  }

  .pagamento-card-top h3 {
    font-size: 1.1rem;
  }

  .pagamento-lista li {
    font-size: 0.76rem;
    gap: 8px;
  }

  .pagamento-alerta {
    padding: 12px 10px;
  }

  .contato-whatsapp {
    min-height: 54px;
    font-size: 0.68rem;
    padding: 0 12px;
  }

  .footer-whatsapp {
    font-size: 0.7rem;
  }
}