* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  flex-direction: column;
}
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  width: 100dvw; /* melhor que 100%/100vw no Safari */
  background-color: #0b2c47;
  color: #fff;

  /* Safe area do iPhone */
  padding-top: env(safe-area-inset-top);
  height: calc(32px + env(safe-area-inset-top));

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 0.75rem;
  z-index: 1000;
}

/* HEADER PRINCIPAL */
.header {
  position: fixed;
  top: 32px;
  width: 100%;
  height: 64px;

  background-color: rgba(255, 255, 255, 1);

  transform: translateY(0);
  opacity: 1;

  transition:
    transform 0.45s ease,
    opacity 0.35s ease,
    background-color 0.4s ease,
    backdrop-filter 0.4s ease;

  z-index: 999;
}
.header.hide {
  transform: translateY(-100%);
  opacity: 0;
}
.header.scrolled {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  opacity: 1;
}

.header.scrolled .brand img {
  opacity: 0;
  width: 0;
  margin: 0;
}
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: rgba(222, 216, 225, 1);

  opacity: 1;
  transition: opacity 0.3s ease;
}
.header.scrolled::after {
  opacity: 0;
}

.logo img {
  height: 34px;
}
.recarregar {
  text-decoration: none;
}

.header-container {
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 8px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* BOTÕES */
.menu-btn,
.search-btn {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;

  display: flex; /* Safari friendly */
  align-items: center;
  justify-content: center;

  background: transparent;
  border: none;
  padding: 0;
  margin: 0;

  font-size: 1.6rem;
  line-height: 1; /* evita “sumir” no Safari */
  cursor: pointer;

  -webkit-appearance: none;
  appearance: none;

  color: #000;
}

/* BRAND */
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand img {
  height: 40px;
  width: auto;
}

.brand-name {
  font-weight: bold;
  font-size: 1rem;
  color: #000;

  transition:
    font-size 0.35s ease,
    transform 0.35s ease;
}
.header.scrolled .brand-name {
  font-size: 1.15rem; /* aumenta um pouco */
  transform: scale(1.05); /* reforço visual suave */
}
.brand-name span {
  color: #1f6ae1;
}
.hero {
  position: relative;
  margin-top: 95px; /* top-bar + header */
  padding: 0; /* 🔥 remove a causa da barra cinza */
  background: none !important;
}
/* HERO */
.hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 360px;
  max-width: 360px;
  color: #fff;
}

.hero-content h1 {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-top: 30px;
  font-family: poppins;
}

.hero-content p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 24px;
  opacity: 0.95;
  font-family: poppins;
  margin-top: 50px;
}

.btn-primary {
  display: inline-block;
  padding: 14px 22px;
  background-color: #0b2c47;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-weight: bold;
  font-size: 0.85rem;
  font-family: Poppins;
  margin-top: 30px;
}
.scroll-cta {
  text-align: center;
  padding: 14px 16px 20px;
}

.scroll-cta a {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0b2c47;
  font-family: poppins;
}
.whatsapp-float {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}
.services {
  padding: 10px 16px;
  background-color: #fff;
  text-align: center;
  font-family: Poppins;
}

.services-info {
  text-align: center;
  margin-bottom: 18px;
}

.services-info p {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0b2c47;
  line-height: 1.25;
  margin-bottom: 6px;
  font-family: Poppins;
  text-decoration: none;
}

.services-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #999;
  margin-bottom: 8px;
  padding: 40px;
}

.services-subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #0b2c47;
  margin-bottom: 16px;
  padding: 40px;
}

.services {
  padding: 10px 16px;
  background-color: #fff;
  text-align: center;
  font-family: Poppins;
}

.services-info {
  text-align: center;
  margin-bottom: 18px;
}

.services-info p {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0b2c47;
  line-height: 1.25;
  margin-bottom: 6px;
}

.services-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #999;
  margin-bottom: 8px;
}

.services-subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #0b2c47;
  margin-bottom: 16px;
}
.link-style{
  text-decoration: underline;
}
/* GRID */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

/* CARD */
.card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);

  display: flex;
  flex-direction: column;
  height: 100%;
}

/* IMAGEM */
.card-media {
  width: 100%;
  height: 210px; /* ajuste aqui se quiser mais alta */
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center 85%;
}

/* CORPO */
.card-body {
  padding: 8px 10px;
  text-align: left;

  display: flex;
  flex-direction: column;
  flex: 1;
}

.card-tag {
  font-size: 0.68rem;
  font-weight: 600;
  color: #999;
  line-height: 1.1;
  margin-bottom: 2px;
}

/* TÍTULO FIXO EM 2 LINHAS */
.card-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: #000;
  line-height: 1.25;
  margin: 2px 0 6px;
}
.card-rating {
  font-size: 0.78rem;
  line-height: 1;
  color: #f7c600;
  margin-bottom: 15px;
  margin-top: 5px;
}

/* BOTÕES (sempre alinhados e com espaçamento igual) */
.card-actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* WhatsApp */
.btn-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: #25d366;
  color: #fff;
  text-decoration: none;

  padding: 7px 10px;
  border-radius: 16px;

  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
}

.btn-wa img {
  width: 14px;
  height: 14px;
  display: block;
}

/* Detalhes */
.btn-details {
  width: 100%;
  padding: 7px 10px;
  border-radius: 16px;
  border: none;
  background: #0b2c47;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  min-height: 33px;
}
.section-divider {
  width: 80%;
  height: 1px;
  background-color: rgba(222, 216, 225, 1);
  margin: 18px auto 12px;
}
/* =========================
   VEÍCULOS
   ========================= */
.vehicles {
  padding: 10px 16px 24px;
  background: #fff;
  text-align: center;
  font-family: Poppins;
}

.vehicles-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.vehicle-item {
  max-width: 360px;
  margin: 0 auto;
  padding: 6px 0;
}

.vehicle-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid rgba(222, 216, 225, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  background: #fff;
}

.vehicle-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.vehicle-item h4 {
  font-size: 0.85rem;
  font-weight: 800;
  color: #0b2c47;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.vehicle-item p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #0b2c47;
  opacity: 0.95;
}

/* =========================
   TESTIMONIALS (FIX)
   ========================= */
.testimonials {
  background: #eaf2ff;
  padding: 40px 20px;
  text-align: center;
}

/* o "palco" do carrossel */
.testimonials .carousel {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 260px; /* garante espaço pros slides */
  touch-action: pan-y;
}

/* cada SLIDE (t-slide) é a camada que faz fade */
.testimonials .t-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(12px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
  pointer-events: none;

  display: grid;
  grid-template-columns: 1fr; /* mobile default */
  gap: 18px;
  place-items: center;
  padding: 20px;
}

.testimonials .t-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* card do depoimento (não é mais camada) */
.testimonials .testimonial {
  position: relative;
  max-width: 520px;
  background: #fff;
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* textos */
.testimonials .stars {
  color: #ffc107;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 40px;
}
.testimonials .testimonial p {
  font-size: 17px;
  color: #333;
  line-height: 1.6;
}
.author {
  font-size: 12px;
}
.testimonials .author {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #555;
}

/* bolinhas */
.testimonials .dots {
  margin-top: 15px;
}
.testimonials .dot {
  height: 8px;
  width: 8px;
  background: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
}
.testimonials .dot.active {
  background: #1e88e5;
}

/* ===== MOBILE: 1 depoimento por slide ===== */
@media (max-width: 1023px) {
  .testimonials .t-slide {
    grid-template-columns: 1fr;
  }
  .testimonials .t-slide .testimonial:nth-child(2) {
    display: none;
  }
}
/* ===== DESKTOP: 2 depoimentos por slide ===== */
@media (min-width: 1024px) {
  .testimonials .t-slide {
    grid-template-columns: 1fr 1fr;
    column-gap: 160px;
    align-items: center;
    justify-items: center;
  }
  .testimonials .testimonial {
    max-width: 320px;
  }
}
.services-dark {
  background: #3b3b3b;
  padding: 40px 16px;
  color: #fff;
  font-family: Poppins;
}

.services-dark-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* PAINEL CLARO (engloba tudo) */
.services-panel {
  background: #5b5b5b;
  border-radius: 10px;
  padding: 18px 14px 14px;
}

/* logo do topo */
.logo-services {
  display: block;
  margin: 0 auto 18px;

  height: 64px;
  width: auto;
  max-width: 100%;

  border-radius: 14px;
  transform: scaleX(1.35);
}

/* bloco principal */
.services-list-block {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

/* título principal */
.services-list-block h2 {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 16px;
  text-align: left;
}

/* PADRÃO ÚNICO PARA H3 e H4 (ATENDIMENTO, ÁREA, SOBRE NÓS, LINKS...) */
.services-dark h3,
.services-dark h4 {
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  text-align: left;
  letter-spacing: 0.3px;
}

/* LISTAS SEM BOLINHA (topo e continuação iguais) */
.services-dark ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.services-dark li {
  font-size: 0.78rem;
  line-height: 1.45;
  opacity: 0.95;
  margin-top: 0;
  margin-bottom: 0;
}

/* PARÁGRAFOS (Sobre nós) */
.services-dark p {
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0;
  opacity: 0.95;
}

/* CONTINUAÇÃO (agora SEM fundo próprio, pq o painel já engloba tudo) */
.services-extra {
  margin-top: 0;
  background: transparent; /* <- chave */
  padding: 0;

  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.services-extra h2 {
  text-decoration: underline;
}

.services-extra-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* linhas entre blocos */
.services-extra-block {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.services-extra-col .services-extra-block:first-child {
  border-top: none;
  padding-top: 0;
}

/* links úteis */
.services-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.services-links li {
  margin-bottom: 8px;
}

.services-links a {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: underline;
}

/* Cadastur */
.final-badge {
  margin: 18px auto 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  justify-content: center;
}

.final-badge img {
  width: 240px;
  max-width: 90%;
  height: auto;
  display: block;
}

/* rodapé */
.final-bottom {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  text-align: center;
  font-size: 0.75rem;
  opacity: 0.95;
}
/* ===== Cadastur ===== */
.cadastur-box {
  background: #3b3b3b; /* combina com teu bloco escuro */
  padding: 18px 16px 8px;
  display: flex;
  justify-content: center;
}

.cadastur-box img {
  width: 280px; /* ajuste fino */
  max-width: 90%;
  height: auto;
  display: block;
  opacity: 0.95;
}

/* barra final cinza preenchendo o final da tela */
.footer-strip {
  width: 100%;
  background: #292929; /* cinza do print */
  padding: 26px 16px 36px;
  color: rgba(255, 255, 255, 0.85);
  font-family: Poppins;
  text-align: center;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-company {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 14px;
  opacity: 0.9;
}

/* bandeiras */
.footer-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* quebra linha se faltar espaço */
  gap: 10px;
}

.footer-cards img {
  height: 30px; /* tamanho parecido com o print */
  width: auto;
  opacity: 0.85;
  display: block;
  border-radius: 4px;
  transform: scaleX(1.25);
  margin-left: 5px; /* se teus png forem quadrados */
}
.page-content {
  flex: 1; /* ocupa o espaço restante da tela */
}
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2000;
}

.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: min(84vw, 320px);

  background: #f3f3f3;
  z-index: 2001;

  transform: translateX(-100%);
  transition: transform 0.28s ease;

  display: flex;
  flex-direction: column;

  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.25);
}

.side-menu.is-open {
  transform: translateX(0);
}

.side-menu__header {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 16px;
}

.side-menu__close {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
  color: #6b6b6b;
}

.side-menu__search {
  padding: 0 16px 12px;
  display: grid;
  grid-template-columns: 1fr 54px;
  gap: 0;
}

.side-menu__search input {
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d5d5d5;
  border-right: none;
  outline: none;
  font-family: Poppins, Arial, sans-serif;
  font-size: 0.95rem;
  background: #fff;
}

.side-menu__search button {
  height: 44px;
  border: 1px solid #d5d5d5;
  background: #6b6b6b; /* laranjinha igual print */
  cursor: pointer;
  font-size: 18px;
}

.side-menu__nav {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}

.side-menu__link {
  width: 100%;
  text-align: left;

  padding: 18px 18px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);

  background: transparent;
  color: rgba(0, 0, 0, 0.55);

  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  cursor: pointer;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.side-menu__link:active {
  background: rgba(0, 0, 0, 0.03);
}

.side-menu__chev {
  color: rgba(0, 0, 0, 0.35);
  font-size: 18px;
}

/* trava scroll quando menu abre */
body.menu-open {
  overflow: hidden;
}
/* ===== SEARCH OVERLAY ===== */
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 3000;

  display: flex; /* 🔥 ESSENCIAL */
  justify-content: center; /* centraliza horizontal */
  align-items: flex-start; /* controla o topo */

  padding-top: calc(32px + 64px + 16px); /* top-bar + header + respiro */
}

.search-panel {
  width: min(88vw, 640px);
  background: transparent;
}

.search-bar {
  display: grid;
  grid-template-columns: 44px 1fr 54px;
  align-items: center;

  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.search-back {
  width: 44px;
  height: 44px;
  border: 0;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 18px;
}

.search-bar input {
  height: 44px;
  border: 0;
  outline: none;
  padding: 0 12px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  transform: scale(0.95);
  transform-origin: left center;
}

.search-go {
  height: 44px;
  border: 0;
  background: #6b6b6b; /* laranja do exemplo */
  cursor: pointer;
  font-size: 18px;
}

.search-results {
  margin-top: 10px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.search-hint {
  padding: 14px 14px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.55);
}

.search-item {
  padding: 12px 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.search-item:hover {
  background: rgba(0, 0, 0, 0.03);
}

.search-item strong {
  font-family: Poppins, Arial, sans-serif;
  font-size: 0.9rem;
  color: #0b2c47;
}

.search-item span {
  font-family: Poppins, Arial, sans-serif;
  font-size: 0.78rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.35;
}

.search-empty {
  padding: 14px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.55);
}

/* Highlight no texto após rolar */
.search-highlight {
  background: #ffe66b;
  padding: 0 2px;
  border-radius: 3px;
}
.search-overlay[hidden] {
  display: none !important;
}
/* ===== SUBMENU (DROPDOWN) ===== */
.side-menu__submenu {
  padding: 10px 18px 14px;
  background: rgba(0, 0, 0, 0.02);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* links dentro do submenu */
.side-menu__sublink {
  display: block;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1.25;
}

.side-menu__sublink:active {
  background: rgba(0, 0, 0, 0.03);
}

/* "Mais serviços" com destaque */
.side-menu__sublink--more {
  font-weight: 800;
  text-decoration: underline;
  margin-top: 6px;
}
.side-menu__more {
  font-weight: 800;
  text-decoration: underline;
  opacity: 0.9;
}

/* rotação suave da setinha */
.side-menu__chev {
  transition: transform 0.2s ease;
}

.side-menu__chev.is-rotated {
  transform: rotate(180deg);
}
#transfer-aeroportuarios {
  scroll-margin-top: 110px; /* top-bar + header */
}
#passeios-turisticos-footer {
  scroll-margin-top: 110px;
}
.hero-carousel {
  position: relative;
  overflow: hidden;
  height: 60vh;
  min-height: 490px;
}

/* container dos slides */
.hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

/* cada slide ocupa TUDO */
.hero-slide {
  position: absolute;
  inset: 0;

  background-image: var(--bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 80%;

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  transform: scale(1.03);
  transition:
    opacity 0.7s ease,
    transform 1s ease;
  pointer-events: none;
  filter: brightness(0.85) saturate(1.15);
}
.hero-carousel .hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.35)
  );
}

/* slide ativo */
.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

/* conteúdo */
.hero-carousel .hero-content {
  position: relative;
  z-index: 2;

  /* 🔒 trava layout */
  height: 100%;
  min-height: 420px;
  max-width: 420px;

  /* layout interno */
  display: flex;
  flex-direction: column;
  justify-content: center; /* 👈 centro vertical */
  align-items: center;

  padding: 60px 16px 40px;
  text-align: center;
  color: #fff;
}

/* bolinhas */
.hero-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  border: 0;
}

.hero-dot.is-active {
  background: rgba(255, 255, 255, 0.95);
}
.hero-content h1 {
  min-height: 130px; /* 🔒 mesma altura em todos */
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1.9rem;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 30px;
}
.hero-content p {
  min-height: 90px;
  margin-top: 10px; /* 👈 aumenta aqui */
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.95;
}
.hero-content .btn-primary {
  margin-top: auto;
  margin-bottom: 20px; /* 👈 sobe o botão */
}

/* ===== MODAL (DETALHES) ===== */
.service-modal-overlay[hidden] {
  display: none !important;
}

.service-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 6000;

  /* bem leve */
  background: rgba(0, 0, 0, 0.1);

  display: flex;
  align-items: flex-start;
  justify-content: center;

  /* deixa o modal abaixo do header/top-bar */
  padding: calc(32px + 64px + 14px) 12px 14px;
}

/* a “mini tela” branca */
.modal-sheet {
  width: min(94vw, 520px);
  height: calc(100dvh - (32px + 64px + 14px) - 14px);

  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;

  display: flex;
  flex-direction: column;
}

/* topo */
.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 14px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.modal-title {
  font-family: Poppins, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0;
}

.modal-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  font-size: 18px;
  min-width: 40px;     /* 🔥 Safari fix */
  min-height: 40px;
}

/* corpo rolável */
.modal-body {
  padding: 14px 14px 16px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-family: Poppins, Arial, sans-serif;
}

/* imagem */
.modal-hero img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  margin-bottom: 12px;
}

/* descrição */
.modal-desc {
  font-size: 0.85rem;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 12px;
}

/* grid de blocos */
.modal-grid {
  display: grid;
  gap: 12px;
}

.modal-block {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.modal-block h4 {
  font-size: 0.85rem;
  font-weight: 800;
  margin: 0 0 8px;
  text-decoration: underline;
  color: #0b2c47;
  text-align: center;
}

.modal-block ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.modal-block li {
  font-size: 0.82rem;
  line-height: 1.35;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.75);
}

/* botão CTA */
.modal-cta {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: #25d366;
  color: #fff;
  text-decoration: none;

  padding: 12px 12px;
  border-radius: 14px;

  font-size: 0.85rem;
  font-weight: 800;
}

.modal-cta img {
  width: 18px;
  height: 18px;
  display: block;
}
/* ===== MODAL CAROUSEL ===== */
.modal-carousel {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
}

.modal-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-slide {
  position: absolute;
  inset: 0;

  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0;
  transform: scale(1.05);
  transition:
    opacity 0.6s ease,
    transform 0.9s ease;
}

.modal-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

/* bolinhas */
.modal-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}

.modal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.modal-dot.is-active {
  background: #fff;
}
.slide-buggy-1 {
  background-position: center 65%;
}
.slide-buggy-3 {
  background-position: center 70%;
}
.slide-galinha-1 {
  background-size: 150%;
}
.slide-onix-1 {
  background-size: 90%;
}
.routes-title {
  margin: 8px 0 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #5b5b5b;
  line-height: 1.25;
}

.routes-title small {
  display: block;
  font-weight: 400;
  opacity: 0.8;
  margin-top: 2px;
}

.routes-table {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.routes-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px 2px 8px;
  font-weight: 700;
  font-size: 11px;
  color: #8b8b8b;
  letter-spacing: 0.06em;
}

.routes-head span:last-child {
  text-align: right;
}

.routes-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 10px 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  color: #6a6a6a;
  font-size: 12.5px;
  line-height: 1.25;
}

.routes-row span:last-child {
  text-align: right;
  font-weight: 500;
  color: #666;
}

.routes-spacer {
  height: 18px;
}
.transfer-link {
  text-decoration: underline !important;
}
/* =========================
   HERO - DESKTOP
   ========================= */
@media (min-width: 1024px) {
  .hero-carousel {
    height: 75vh; /* imagem cresce */
    min-height: 720px; /* garante impacto visual */
  }

  .hero-slide {
    background-position: center 65%;
  }

  .hero-carousel .hero-content {
    max-width: 720px; /* texto respira melhor */
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-content h1 {
    font-size: 2.6rem;
    min-height: auto;
  }

  .hero-content p {
    font-size: 1.05rem;
  }
}
/* ===== HERO ARROWS (DESKTOP) ===== */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 48px;
  height: 48px;
  border-radius: 50%;

  border: none;
  cursor: pointer;

  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 32px;
  line-height: 1;

  display: none; /* escondido por padrão */
  align-items: center;
  justify-content: center;

  z-index: 4;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.hero-arrow:hover {
  background: rgba(0, 0, 0, 0.65);
  transform: translateY(-50%) scale(1.05);
}

.hero-arrow--left {
  left: 24px;
}

.hero-arrow--right {
  right: 24px;
}

/* APENAS DESKTOP */

/* =============================
   APENAS DESKTOP – AJUSTADO
   ============================= */
@media (min-width: 1024px) {
  /* ===== HEADER MAIS FINA ===== */
  .header {
    height: 45px;
    top: 25px;
  }

  .header-container {
    padding: 0 12px;
  }

  .brand-name {
    font-size: 1.2rem;
    line-height: 1;
    color: #000000;
    transition: color 0.3s ease;
  }
  .brand img {
    height: 40px; /* antes 56 */
    margin: 0; /* antes 52 */
  }

  .menu-btn,
  .search-btn {
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
  }

  /* ===== HERO ===== */
  .hero-arrow {
    display: flex;
  }

  .hero-carousel .hero-content {
    justify-content: flex-start;
    padding-top: 100px; /* antes 120 */
  }

  .hero-content h1 {
    font-size: 32px; /* antes 50 */
  }

  .hero-content p {
    margin-top: 100px;
    font-size: 15px; /* antes 25 */
  }

  .hero-content .btn-primary {
    height: 42px;
  }

  .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px; /* antes 18px 64px */
    font-size: 0.7rem;
  }

  /* ===== SERVIÇOS ===== */
  .scroll-cta a {
    font-size: 0.7rem;
  }

  .services-info p {
    font-size: 0.8rem;
    text-decoration: none;
  }

  .services-subtitle {
    font-size: 1rem;
    text-decoration: none;
  }

  .services-title {
    font-size: 0.7rem;
  }

  /* ===== CARDS ===== */
  .services {
    padding: 22px 24px 36px;
  }

  .cards-grid {
    max-width: 900px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 36px; /* antes 72 */
    row-gap: 36px; /* antes 44 */
  }

  .card {
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
  }

  .card-media {
    height: 270px; /* antes 330 */
  }

  .card-body {
    padding: 10px 12px 14px;
  }

  .card-tag {
    font-size: 0.65rem;
    margin-bottom: 6px;
  }

  .card-title {
    font-size: 0.82rem;
    min-height: 40px;
  }

  .card-rating {
    font-size: 0.85rem;
    margin-bottom: 15px;
    margin-top: 5px;
  }

  .btn-wa,
  .btn-details {
    padding: 9px 14px;
    font-size: 0.72rem;
  }
  .btn-details{
    min-height:42px;
  }

  .btn-wa img {
    width: 15px;
    height: 15px;
  }

  .card:hover {
    transform: translateY(-3px);
    transition:
      transform 0.18s ease,
      box-shadow 0.18s ease;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  }

  /* ===== VEÍCULOS ===== */
  .vehicles {
    padding: 34px 16px 44px;
  }

  .vehicles-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 itens lado a lado */
    gap: 64px; /* espaço entre eles */
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
  }

  .vehicle-item {
    max-width: none;
    padding: 0;
    text-align: center;
  }

  .vehicle-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 16px;
  }

  .vehicle-icon img {
    width: 44px;
    height: 44px;
  }

  .vehicle-item h4 {
    font-size: 0.85rem;
    margin-bottom: 10px;
  }

  .vehicle-item p {
    font-size: 0.75rem;
    line-height: 1.6;
    margin: 0 auto;
  }
}
/* ===== AJUSTE ESPAÇAMENTO HERO (DESKTOP) ===== */
@media (min-width: 1024px) {
  /* diminui espaço interno do hero */
  .hero-carousel .hero-content {
    padding-top: 80px; /* antes 100 */
    padding-bottom: 24px;
  }

  /* botão menos afastado da base */
  .hero-content .btn-primary {
    margin-bottom: 80px; /* antes 20 */
  }

  /* aproxima a linha abaixo do hero */
  .scroll-cta {
    padding-top: 6px; /* antes 14 */
    padding-bottom: 10px;
  }

  .scroll-cta a {
    margin-top: 0;
  }

  /* se ainda ficar alto, reduz a altura mínima */
  .hero-carousel {
    min-height: 550px; /* antes 490 */
  }
}
@media (min-width: 1024px) {
  .hero {
    margin-top: calc(35px + 52px); /* top-bar + header nova */
  }
}
@media (min-width: 1024px) {
  .top-bar {
    height: calc(25px + env(safe-area-inset-top));
    font-size: 0.75rem;
  }
}
/* =========================
   CARROSSEL DEPOIMENTOS – FIX FINAL
   ========================= */

.testimonials .carousel {
  position: relative;
  overflow: hidden;
  min-height: 260px;
}

/* SLIDES */
.testimonials .t-slide {
  display: none; /* todos escondidos */
  opacity: 0;
  transform: translateX(12px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

/* SLIDE ATIVO */
.testimonials .t-slide.active {
  display: grid;
  opacity: 1;
  transform: translateX(0);
}

/* DEPOIMENTO (visual apenas) */
.testimonials .testimonial {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  max-width: 820px !important; /* deixa o texto mais “aberto” */
}
.testimonials .testimonial p {
  color: #000000 !important; /* se quiser branco, troco já */
  font-weight: 800;
}
.testimonials .author {
  color: rgba(11, 44, 71, 0.85) !important;
}
@media (min-width: 1024px) {
  .testimonials .testimonial p {
    font-size: 17px !important; /* antes estava ~14px */
    line-height: 1.7 !important;
    margin-top: 10px;
  }

  .testimonials .author {
    font-size: 12px !important;
  }

  .testimonials .stars {
    font-size: 22px !important;
    margin-top: 50px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 1023px) {
  .testimonials .t-slide {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  /* só 1 depoimento por slide */
  .testimonials .t-slide .testimonial:nth-child(2) {
    display: none;
  }
}

/* ===== DESKTOP ===== */
.testimonials .t-slide {
  position: relative !important;
  inset: auto !important;
  pointer-events: none;
  display: none;
}

.testimonials .t-slide.active {
  pointer-events: auto;
  display: grid;
}
@media (min-width: 1024px) {
  /* container do modal fica mais largo */
  .modal-sheet {
    max-width: 720px; /* antes ~520 */
  }

  /* imagem principal do modal */
  .modal-hero img {
    height: 280px; /* 👈 aumenta bastante a imagem */
    border-radius: 16px;
  }

  /* se o modal tiver carrossel de imagens */
  .modal-carousel {
    height: 300px; /* antes ~220 */
  }
}
@media (min-width: 1024px) {
  .services-dark-container {
    max-width: 1300px;
  }

  .services-panel {
    padding: 32px 48px 36px; /* mais espaço lateral */
    border-radius: 14px;
  }

  /* 2️⃣ logo mais larga pros lados */
  .logo-services {
    height: 92px; /* mantém proporção */
    transform: scaleX(1.6); /* 👈 estica pros lados */
    margin-bottom: 28px;
  }
}
@media (min-width: 1024px) {
  .services-dark {
    background: #3a3a3a;
    padding: 70px 24px;
  }
  .services-dark-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  /* “quadrado cinza” mais esticado (seu pedido) */
  .services-panel {
    background: transparent; /* tira o cinza antigo */
    border-radius: 0;
    padding: 0;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.35fr 1.05fr;
    gap: 64px;
    align-items: start;

    /* “estica” visualmente */
    width: 100%;
  }

  .footer-col {
    color: #fff;
  }

  /* títulos finos com “linhazinha” */
  .footer-eyebrow {
    margin: 0 0 18px;
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-decoration: none;
    position: relative;
    padding-bottom: 12px;
  }

  .footer-eyebrow::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: rgba(255, 255, 255, 0.35);
  }

  /* logo estilo texto */
  .footer-logo-text {
    margin: 0 0 18px;
    font-size: 2.1rem;
    font-weight: 900;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }
  .footer-logo-text span {
    color: #1f6ae1;
  } /* amarelo do exemplo */
}

.footer-about {
  margin: 0 0 18px;
  font-size: 0.95rem;
  line-height: 1.8;
  opacity: 0.95;
}

/* imagem logo “mais larga pros lados” (seu pedido) */
.footer-brand .logo-services {
  margin-top: 18px;
  margin-left: 87px;
  height: 62px;
  width: auto;
  transform: scaleX(2.2); /* aumenta pros lados */
  border-radius: 10px;
}

/* listas com divisórias */
.footer-list,
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.footer-services .transfer-link {
  display: block;
  margin: 18px 0 10px;
  font-weight: 800;
  text-transform: none;
  text-decoration: none;
  color: #fff;
}

.footer-list li,
.footer-links-list li {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: 0.95;
}
.footer-list li:first-child,
.footer-links-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-links-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.footer-links-list a:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .transfer-link {
    text-decoration: underline !important;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  /* ===== CARDS (serviços/passeios) ===== */
  
  .services {
    padding: 24px 22px 34px;
  }

  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
  }

  .card-media {
    height: 380px; /* antes 210 */
  }

  .card-body {
    padding: 12px 14px;
  }

  .card-tag {
    font-size: 0.78rem;
  }

  .card-title {
    font-size: 0.95rem;
    line-height: 1.25;
  }

  .card-rating {
    font-size: 0.95rem;
  }

  .btn-wa,
  .btn-details {
    padding: 10px 14px;
    font-size: 0.85rem;
    border-radius: 16px;
  }

  .btn-wa img {
    width: 16px;
    height: 16px;
  }

  /* ===== MODAL (tamanho geral) ===== */
  .service-modal-overlay {
    padding: calc(32px + 64px + 18px) 18px 18px;
  }

  .modal-sheet {
    width: min(92vw, 720px); /* maior no tablet */
    height: calc(100dvh - (32px + 64px + 18px) - 18px);
    border-radius: 20px;
  }

  /* imagem do modal */
  .modal-hero img {
    height: 240px; /* antes 170 */
    border-radius: 16px;
  }

  /* textos do modal */
  .modal-title {
    font-size: 1.05rem;
  }

  .modal-desc {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .modal-block h4 {
    font-size: 0.95rem;
  }

  .modal-block li {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .modal-cta {
    font-size: 0.95rem;
    padding: 14px 14px;
    border-radius: 16px;
  }

  /* se você usa carrossel no modal */
  .modal-carousel {
    height: 380px;
    border-radius: 14px;
  }
  .hero-carousel {
    height: 75vh;
    min-height: 820px;
  }
  .hero-carousel .hero-content {
    max-width: 520px; /* texto respira melhor */
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .hero-content h1 {
    font-size: 2.2rem;
    min-height: auto;
  }

  .hero-content p {
    font-size: 1.2rem;
  }
  
}
.side-menu{
  height: 100dvh;
  overflow: hidden; /* o scroll vai ficar na área interna */
}

/* área rolável dentro do menu */
.side-menu__content{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* scroll suave no iOS */
  height: calc(100dvh - 64px); /* 64px = header do menu */
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .hero{
    margin-top: 70px !important; /* diminua/aumente até ficar do jeito que você quer */
  }

  /* se você também quer subir o conteúdo (texto/botão) dentro do carrossel */
  .hero-carousel .hero-content{
    padding-top: 60px !important; /* diminua pra subir o conteúdo */
  }
}

