:root {
  --navy: #0a0a0a;
  --navy-2: #141414;
  --brand: #e0b12a;
  --brand-2: #f0c43a;
  --gold: #f0c43a;
  --gold-soft: #ffe566;
  --gold-deep: #6a4a0e;
  --gold-ink: #8a6a12;
  --wine: #6b1a28;
  --wine-2: #8f2436;
  --sand: #f7f5f0;
  --line: #ebe7de;
  --muted: #6b7280;
  --ink: #111111;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: "Plus Jakarta Sans", sans-serif; color: #262b31; -webkit-text-size-adjust: 100%; overflow-x: hidden; max-width: 100%; }
img { max-width: 100%; height: auto; display: block; }
::selection { background: var(--gold); color: #111; }

.skip-link { position: absolute; left: -999px; top: 0; background: #fff; padding: .5rem 1rem; z-index: 80; }
.skip-link:focus { left: 1rem; top: 1rem; }

/* ---------- Logo texto dourado (sem SVG/imagem) ---------- */
.logo-wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  overflow: visible;
}
.logo-gold {
  display: inline-block;
  font-family: Oswald, "Arial Black", Impact, sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
  line-height: 1.18;
  padding: .08em .06em .12em .02em;
  /* dourado metálico de antes */
  color: #f0c43a;
  background-image: linear-gradient(
    180deg,
    #fff6c8 0%,
    #ffe566 14%,
    #f0c43a 32%,
    #c9961a 52%,
    #6a4a0e 72%,
    #2a1a08 88%,
    #0a0703 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* sombra fora do clip — não corta a letra */
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, .45));
}

.logo-tagline {
  margin-top: .35rem;
  font-size: .58rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.78);
  font-weight: 600;
}

.logo-sm .logo-gold { font-size: 1.85rem; }
.logo-md .logo-gold { font-size: 2.05rem; }
.logo-lg .logo-gold { font-size: 3.2rem; }
.logo-hero {
  width: 100%;
  max-width: min(92%, 36rem);
  overflow: visible;
}
.logo-hero .logo-gold {
  font-size: clamp(2.4rem, 11vw, 5.8rem);
  letter-spacing: .05em;
  padding: .1em .08em .14em .04em;
  filter:
    drop-shadow(0 1px 0 rgba(255, 230, 140, .3))
    drop-shadow(0 6px 14px rgba(0, 0, 0, .5));
}

.brand-link {
  text-decoration: none;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  max-width: min(62vw, 230px);
  min-width: 0;
  padding: .15rem 0;
}
.brand-link .logo-wordmark {
  align-items: flex-start;
  max-width: 100%;
}
.brand-link .logo-gold {
  font-size: clamp(1.45rem, 5.5vw, 2.05rem);
  max-width: 100%;
}
.brand-link .logo-tagline {
  letter-spacing: .12em;
  font-size: .5rem;
  margin-top: .12rem;
  color: rgba(255,255,255,.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* ---------- Topbar / header ---------- */
.topbar {
  background: #050505;
  color: rgba(255,255,255,.62); font-size: .75rem;
  border-bottom: 1px solid rgba(224,177,42,.18);
}
.topbar a { display: inline-flex; align-items: center; gap: .4rem; color: inherit; }
.topbar a:hover { color: var(--gold); }
.site-header {
  background: rgba(10,10,10,.96);
  border-bottom: 1px solid rgba(224,177,42,.22);
  transition: box-shadow .25s ease;
  overflow: visible;
}
.site-header .brand-link,
.site-header .logo-wordmark,
.site-header .logo-gold {
  overflow: visible;
}
.site-header.is-scrolled { box-shadow: 0 12px 36px rgba(0,0,0,.45); }
#mobileNav { background: #0a0a0a; }
.mnav-link {
  display: block; padding: .8rem .25rem; color: rgba(255,255,255,.88);
  font-weight: 600; font-size: .95rem; border-bottom: 1px solid rgba(255,255,255,.07);
}
.mnav-link:last-of-type { border-bottom: 0; }
.mnav-link:hover, .mnav-link:active { color: var(--gold); }

/* ---------- Buttons ---------- */
.btn-orange, .btn-navy, .btn-ghost, .btn-white, .btn-gold-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .82rem 1.5rem; border-radius: 8px;
  font-family: Outfit, sans-serif; font-weight: 600;
  letter-spacing: .01em; text-transform: none; font-size: .95rem;
  line-height: 1; border: 1px solid transparent; cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn-orange:focus-visible, .btn-navy:focus-visible, .btn-ghost:focus-visible,
.btn-white:focus-visible, .btn-gold-outline:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 3px;
}

/* Primário — dourado sólido, limpo */
.btn-orange { background: var(--gold); color: #14100a; }
.btn-orange:hover { background: var(--gold-soft); transform: translateY(-1px); }

/* Secundário — contorno discreto sobre fundo claro */
.btn-navy { background: transparent; color: var(--ink); border-color: #d8dce2; }
.btn-navy:hover { border-color: var(--ink); background: #faf9f6; transform: translateY(-1px); }

/* Sobre fundo escuro */
.btn-ghost { border-color: rgba(255,255,255,.45); color: #fff; background: transparent; }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); transform: translateY(-1px); }

.btn-white { background: #fff; color: #111; }
.btn-white:hover { background: #f2f2f2; transform: translateY(-1px); }

.btn-gold-outline {
  border-color: rgba(224,177,42,.55); color: var(--gold); background: transparent;
  padding: .62rem 1.15rem; font-size: .88rem;
}
.btn-gold-outline:hover { background: var(--gold); color: #14100a; border-color: var(--gold); }

.btn-sm { padding: .5rem 1rem; font-size: .85rem; border-radius: 6px; }

/* Link com seta, sem peso visual */
.link-arrow {
  display: inline-flex; align-items: center; gap: .35rem;
  font-family: Outfit, sans-serif; font-weight: 600; font-size: .92rem; color: #8a6a12;
}
.link-arrow::after { content: "→"; transition: transform .18s ease; }
.link-arrow:hover { color: var(--ink); }
.link-arrow:hover::after { transform: translateX(3px); }

/* ---------- Hero brand banner ---------- */
.hero-slider { min-height: min(88vh, 760px); position: relative; overflow: hidden; display: flex; align-items: center; background: #050505; }
.hero-slider--plain { background: linear-gradient(180deg, #0a0a0a 0%, #141010 50%, #1a1012 100%); }
.hero-slider--plain::after { opacity: .35; }
.hero-slider .slides { position: absolute; inset: 0; }
.hero-slider .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.hero-slider .slide.is-active { opacity: 1; }
.hero-slider .slide.is-active img { animation: heroZoom 10s ease-out forwards; }
.hero-slider .slide img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.42) contrast(1.05); }
.hero-slider::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(5,5,5,.72) 0%, rgba(5,5,5,.45) 40%, rgba(5,5,5,.85) 100%),
    radial-gradient(ellipse at center, rgba(107,26,40,.28) 0%, transparent 55%);
}
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.08); } }

.hero-copy {
  position: relative; z-index: 2; max-width: 72rem; margin: 0 auto; width: 100%;
  padding: 5rem 1.25rem 7rem; color: #fff; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.hero-brand-block {
  margin-bottom: 1rem;
  width: 100%;
  max-width: min(90vw, 44rem);
  overflow: visible;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .5rem .35rem 0;
}
.hero-brand-block .logo-tagline {
  margin-top: .55rem;
  font-size: clamp(.72rem, 1.7vw, 1.05rem);
  letter-spacing: .32em;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.hero-rule {
  width: min(220px, 42vw);
  height: 2px;
  margin: .95rem auto 0;
  background: linear-gradient(90deg, transparent, #ffe566 20%, #f0c43a 50%, #6a4a0e 80%, transparent);
  box-shadow: 0 0 12px rgba(240, 196, 58, .45);
}
.hero-copy h1 {
  font-family: Outfit, sans-serif; font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  line-height: 1.32; max-width: 30ch; font-weight: 700; margin-top: 1.5rem;
  color: #fff;
}
.hero-copy h1 em {
  font-style: normal;
  background: linear-gradient(180deg, #f3d078, #e3b445);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-copy > p { max-width: 34rem; margin: .85rem auto 0; color: rgba(255,255,255,.75); font-size: .98rem; line-height: 1.6; }
.eyebrow { text-transform: uppercase; letter-spacing: .22em; font-size: .7rem; color: var(--gold); font-weight: 700; }

/* Grupo de botões reutilizável */
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; margin-top: 1.8rem; }
.hero-actions .btn-orange, .hero-actions .btn-ghost, .hero-actions .btn-navy { min-width: 11rem; }

.hero-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.2rem 0 0; justify-content: center; }
.hero-chip {
  display: inline-flex; align-items: center; gap: .45rem;
  background: rgba(255,255,255,.06); border: 1px solid rgba(224,177,42,.35);
  color: #f2f2f2; font-size: .75rem; font-weight: 600;
  padding: .5rem .95rem; border-radius: 999px; backdrop-filter: blur(6px);
}
.hero-chip::before { content: ""; width: 7px; height: 7px; border-radius: 99px; background: var(--gold); }

.slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 48px; height: 48px; border-radius: 999px; border: 1px solid rgba(224,177,42,.4);
  background: rgba(0,0,0,.45); color: var(--gold); font-size: 1.6rem; cursor: pointer;
  backdrop-filter: blur(6px); transition: background .2s ease;
}
.slider-btn:hover { background: var(--wine); border-color: var(--gold); color: #fff; }
.slider-btn.prev { left: 1.2rem; }
.slider-btn.next { right: 1.2rem; }
.slider-dots { position: absolute; z-index: 3; bottom: 5.6rem; left: 50%; transform: translateX(-50%); display: flex; gap: .45rem; }
.slider-dots button { width: 26px; height: 4px; border-radius: 99px; border: 0; background: rgba(255,255,255,.28); cursor: pointer; transition: background .2s; }
.slider-dots button.is-active { background: var(--gold); }

/* Stats strip overlapping hero bottom */
.stats-strip { position: relative; z-index: 4; margin-top: -3.6rem; }
.stats-card {
  background: #111; border: 1px solid rgba(224,177,42,.25); border-radius: 12px;
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
  display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden;
}
.stats-card > div { padding: 1.4rem 1.1rem; text-align: center; position: relative; }
.stats-card > div + div::before { content: ""; position: absolute; left: 0; top: 22%; bottom: 22%; width: 1px; background: rgba(224,177,42,.2); }
.stats-card strong { font-family: Oswald, sans-serif; font-size: clamp(1.5rem, 2.6vw, 2.2rem); color: #fff; font-weight: 700; display: block; }
.stats-card strong span { color: var(--gold); }
.stats-fleet strong { color: var(--gold); }
.stats-fleet strong::after { content: " lugares"; font-size: .42em; color: rgba(255,255,255,.5); font-weight: 600; letter-spacing: .04em; }
.stats-card small { color: rgba(255,255,255,.55); font-weight: 600; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
@media (max-width: 760px) {
  .stats-card { grid-template-columns: repeat(2, 1fr); }
  .stats-card > div:nth-child(3)::before { display: none; }
}

/* ---------- Sections ---------- */
.section {
  padding: clamp(2.75rem, 5.5vw, 5rem) 0;
}
.section-alt { background: var(--sand); }
.section-kicker { color: var(--gold-ink); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; }
.section-title {
  font-family: Outfit, sans-serif; color: var(--ink);
  font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 700; line-height: 1.25;
  letter-spacing: -.01em; margin-top: .45rem;
}
.section-sub { color: var(--muted); max-width: 42rem; margin-top: .7rem; font-size: .98rem; line-height: 1.65; }
.section-head-center { text-align: center; max-width: 42rem; margin: 0 auto; }
.section-head-center .section-sub { margin-left: auto; margin-right: auto; }
.divider-gold { width: 42px; height: 3px; border-radius: 99px; background: var(--gold); margin: .9rem 0 0; }
.section-head-center .divider-gold { margin-left: auto; margin-right: auto; }

/* Texto de apoio */
.lead { color: #4d545c; line-height: 1.7; font-size: 1rem; margin-top: 1.1rem; }
.lead strong { color: var(--ink); font-weight: 700; }
.about-img { width: 100%; height: clamp(230px, 40vw, 380px); object-fit: cover; border-radius: 14px; }
.about-carousel {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
}
.about-carousel-track {
  position: relative;
  height: clamp(230px, 40vw, 380px);
}
.about-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .55s ease;
  pointer-events: none;
}
.about-slide.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.about-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .7rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: .4rem;
}
.about-carousel-dots button {
  width: 26px;
  height: 4px;
  border: 0;
  border-radius: 99px;
  background: rgba(255,255,255,.32);
  cursor: pointer;
  padding: 0;
  transition: background .2s ease;
}
.about-carousel-dots button.is-active { background: var(--gold); }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .08s; }
.reveal-d2 { transition-delay: .16s; }
.reveal-d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-slider .slide.is-active img { animation: none; }
}

/* ---------- About mosaic ---------- */
.about-mosaic { display: grid; grid-template-columns: 1.2fr 1fr; gap: .7rem; position: relative; }
.about-mosaic img { border-radius: 12px; height: 175px; width: 100%; object-fit: cover; transition: transform .35s ease; }
.about-mosaic img:hover { transform: scale(1.02); }
.about-mosaic img:first-child { grid-row: span 2; height: 100%; min-height: 365px; }
.about-badge {
  position: absolute; bottom: -.9rem; left: -.9rem;
  background: var(--gold); color: #14100a;
  padding: .9rem 1.25rem; border-radius: 10px;
}
.about-badge strong { font-family: Oswald, sans-serif; font-size: 1.4rem; display: block; }
.about-badge small { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; opacity: .9; }

/* ---------- Services ---------- */
.service-card {
  --svc-accent: var(--gold);
  --svc-bg: #fffdf6;
  --svc-border: rgba(227, 180, 69, .45);
  --svc-ico-bg: linear-gradient(145deg, #fff8dc, #f5e6a8);
  --svc-ico-fg: #9a7210;
  background: var(--svc-bg);
  border: 2px solid var(--svc-border);
  border-radius: 16px;
  padding: 1.5rem 1.15rem 1.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 24px rgba(17, 17, 17, .06);
  cursor: default;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--svc-accent), color-mix(in srgb, var(--svc-accent) 55%, #fff));
}
.service-card--van {
  --svc-accent: #1a7fbf;
  --svc-bg: #f3f9ff;
  --svc-border: #9ec9ea;
  --svc-ico-bg: linear-gradient(145deg, #dff1ff, #9ec9ea);
  --svc-ico-fg: #0d4f7a;
}
.service-card--bag {
  --svc-accent: var(--wine-2);
  --svc-bg: #fff5f7;
  --svc-border: #e8a8b8;
  --svc-ico-bg: linear-gradient(145deg, #ffe8ee, #f0a8bc);
  --svc-ico-fg: #7a1830;
}
.service-card--car {
  --svc-accent: #1f4f8f;
  --svc-bg: #f4f7fc;
  --svc-border: #a8c0e8;
  --svc-ico-bg: linear-gradient(145deg, #e3ecfa, #a8c0e8);
  --svc-ico-fg: #163a6b;
}
.service-card--cal {
  --svc-accent: #c9961a;
  --svc-bg: #fffdf3;
  --svc-border: #e8cf7a;
  --svc-ico-bg: linear-gradient(145deg, #fff4c8, #f0d060);
  --svc-ico-fg: #7a5610;
}
.service-card h3 {
  font-family: Outfit, sans-serif;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 700;
  margin: .9rem 0 .35rem;
}
.service-card p {
  color: #4b5563;
  font-size: .86rem;
  line-height: 1.55;
}

.service-ico {
  width: 58px; height: 58px; border-radius: 16px;
  display: grid; place-items: center;
  background: var(--svc-ico-bg);
  border: 2px solid color-mix(in srgb, var(--svc-accent) 35%, #fff);
  box-shadow: 0 6px 14px color-mix(in srgb, var(--svc-accent) 18%, transparent);
}
.service-ico::after {
  content: "";
  width: 28px; height: 26px;
  background: var(--svc-ico-fg);
}
.ico-van::after { mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 40'><path fill='black' d='M6 28h4a6 6 0 0012 0h20a6 6 0 0012 0h4V16L46 8H18L6 16v12zm10 4a3 3 0 110-6 3 3 0 010 6zm32 0a3 3 0 110-6 3 3 0 010 6z'/></svg>") center/contain no-repeat; }
.ico-car::after { mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 32'><path fill='black' d='M8 20h4a5 5 0 0010 0h16a5 5 0 0010 0h8V14L48 8H20L8 14v6zm9 4a3 3 0 110-6 3 3 0 010 6zm26 0a3 3 0 110-6 3 3 0 010 6z'/></svg>") center/contain no-repeat; }
.ico-bag::after { mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'><path fill='black' d='M16 14V10a8 8 0 0116 0v4h8v28H8V14h8zm4 0h8V10a4 4 0 00-8 0v4z'/></svg>") center/contain no-repeat; }
.ico-cal::after { mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'><path fill='black' d='M8 10h6V6h4v4h12V6h4v4h6v32H8V10zm4 8v20h24V18H12z'/></svg>") center/contain no-repeat; }

/* ---------- Tour cards ---------- */
.tour-card {
  background: #fff; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .25s ease, border-color .25s ease;
  display: flex; flex-direction: column;
}
.tour-card:hover { transform: translateY(-3px); border-color: var(--gold); }
.tour-card .tour-media { position: relative; overflow: hidden; display: block; }
.tour-card img { height: 190px; width: 100%; object-fit: cover; transition: transform .5s ease; }
.tour-body { padding: 1.1rem 1.15rem 1.25rem; display: flex; flex-direction: column; gap: .5rem; }
.tour-body h3 { font-family: Outfit, sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--ink); line-height: 1.35; }
.tour-body p { color: var(--muted); font-size: .88rem; line-height: 1.55; }
.tour-body .link-arrow { margin-top: .15rem; }
.tour-card:hover img { transform: scale(1.05); }
.tour-media .badge-float {
  position: absolute; top: .8rem; left: .8rem; z-index: 2;
  background: var(--gold); color: #14100a;
  font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  padding: .32rem .7rem; border-radius: 6px;
}
.tour-media .price-float {
  position: absolute; bottom: .8rem; right: .8rem; z-index: 2;
  background: rgba(10,10,10,.85); color: var(--gold);
  font-size: .78rem; font-weight: 700; padding: .35rem .75rem; border-radius: 6px;
}
.badge { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--brand); font-weight: 800; }

/* ---------- Fleet ---------- */
.fleet-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; text-align: center;
  transition: transform .25s ease, border-color .25s ease;
}
.fleet-card:hover { transform: translateY(-3px); border-color: var(--gold); }
.fleet-body { padding: .9rem .8rem 1.1rem; }
.fleet-body strong {
  display: block; font-family: Oswald, sans-serif; font-size: 1.15rem;
  color: var(--ink); font-weight: 700; letter-spacing: .01em;
}
.fleet-body span { display: block; margin-top: .15rem; color: var(--gold-ink); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.fleet-card .fleet-body + img, .fleet-card img:first-child { margin-top: 0; }

/* ---------- Datas (cards) ---------- */
.date-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 1.1rem 1.15rem 1.2rem; display: flex; flex-direction: column; gap: .55rem;
  transition: border-color .2s ease, transform .2s ease;
}
.date-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.date-top { display: flex; align-items: center; justify-content: space-between; gap: .6rem; }
.date-top time { font-family: Oswald, sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--ink); }
.date-card h3 { font-family: Outfit, sans-serif; font-size: 1rem; font-weight: 700; color: var(--ink); line-height: 1.35; }
.date-card > p { color: var(--muted); font-size: .85rem; }
.date-foot { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-top: .4rem; padding-top: .85rem; border-top: 1px solid #f2efe8; }
.date-foot strong { font-family: Oswald, sans-serif; font-size: 1.1rem; color: var(--ink); }

/* ---------- Próximas saídas em destaque (home) ---------- */
.dates-feature {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(125deg, #0a0a0a 0%, #161010 45%, var(--wine) 100%);
  border: 2px solid rgba(240, 196, 58, .38);
  padding: clamp(1.5rem, 3.5vw, 2.4rem);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .18);
}
.dates-feature::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(240, 196, 58, .28), transparent 68%);
  pointer-events: none;
}
.dates-feature-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.35rem;
}
.dates-feature-kicker {
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .68rem;
}
.dates-feature-title {
  font-family: Outfit, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  margin-top: .35rem;
  line-height: 1.2;
}
.dates-feature-lead {
  color: rgba(255, 255, 255, .72);
  margin-top: .45rem;
  font-size: .92rem;
  max-width: 36ch;
}
.dates-feature-all { flex-shrink: 0; }
.dates-feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.date-feature-card {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.date-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 196, 58, .55);
  background: rgba(255, 255, 255, .1);
}
.date-feature-media {
  position: relative;
  display: block;
  overflow: hidden;
}
.date-feature-media img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform .45s ease;
}
.date-feature-card:hover .date-feature-media img { transform: scale(1.05); }
.date-feature-date {
  position: absolute;
  left: .75rem;
  bottom: .75rem;
  background: rgba(10, 10, 10, .82);
  color: var(--gold);
  font-family: Oswald, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  padding: .35rem .7rem;
  border-radius: 8px;
  border: 1px solid rgba(240, 196, 58, .35);
}
.date-feature-body {
  padding: 1rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .45rem;
  flex: 1;
}
.date-feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}
.date-feature-cat {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255, 255, 255, .62);
}
.date-feature-body h3 {
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}
.date-feature-body h3 a { color: #fff; }
.date-feature-body h3 a:hover { color: var(--gold); }
.date-feature-body > p {
  color: rgba(255, 255, 255, .68);
  font-size: .84rem;
}
.date-feature-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  margin-top: auto;
  padding-top: .75rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.date-feature-foot strong {
  font-family: Oswald, sans-serif;
  font-size: 1.1rem;
  color: var(--gold);
}

.fleet-label {
  margin: 1rem auto 0; width: fit-content; background: #fdf6e0; border: 1px solid #ecdda6;
  color: #6b5410; font-weight: 700; font-size: .72rem; padding: .4rem .85rem; border-radius: 999px;
  display: flex; align-items: center; gap: .45rem; text-transform: uppercase; letter-spacing: .05em;
}
.fleet-dot { width: 13px; height: 13px; border-radius: 99px; background: linear-gradient(180deg, #ffe566, #e0b12a); }
.fleet-card img { height: 185px; width: 100%; object-fit: cover; margin-top: 1rem; }

/* ---------- Tickets (datas) ---------- */
.ticket {
  display: flex; justify-content: space-between; gap: 1.5rem; align-items: center;
  background: #fff; border: 1px solid #e8edf3; border-radius: 20px; padding: 1.5rem 1.8rem;
  box-shadow: 0 10px 26px rgba(11,31,58,.05); position: relative; overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.ticket::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(180deg, var(--brand), var(--brand-2)); }
.ticket:hover { transform: translateX(6px); box-shadow: 0 18px 44px rgba(11,31,58,.12); }
@media (max-width: 700px) { .ticket { flex-direction: column; align-items: flex-start; } .ticket .text-right { text-align: left; } }

/* Datas table (home) */
.dates-table { border-radius: 12px; overflow: hidden; border: 1px solid #e9e6df; }
.dates-table thead { background: linear-gradient(90deg, #0a0a0a, #1a1a1a); }
.dates-table tbody tr { transition: background .2s ease; }
.dates-table tbody tr:hover { background: #fffbeb; }
.seats-pill { display: inline-flex; align-items: center; gap: .35rem; background: #eafaf1; color: #0f7a44; font-weight: 700; font-size: .75rem; padding: .3rem .7rem; border-radius: 999px; }
.seats-pill.low { background: #fdeeee; color: #b3261e; }

/* ---------- Testimonials ---------- */
.quote-card {
  background: #fff; border-radius: 12px; padding: 1.75rem 1.6rem; position: relative;
  border: 1px solid #e9e6df;
}
.quote-card p { color: #545c66; line-height: 1.7; position: relative; font-size: .95rem; }
.quote-who { display: flex; align-items: center; gap: .75rem; margin-top: 1.2rem; padding-top: 1.1rem; border-top: 1px solid #f1efe9; }
.quote-who .avatar {
  width: 42px; height: 42px; border-radius: 99px; display: grid; place-items: center;
  background: #111; color: var(--gold);
  font-family: Oswald, sans-serif; font-weight: 700; font-size: .95rem;
}
.stars { color: var(--gold); letter-spacing: .1em; font-size: .85rem; }

/* ---------- CTA banner ---------- */
.cta-banner {
  position: relative; border-radius: 16px; overflow: hidden; color: #fff;
  background: linear-gradient(115deg, #0a0a0a 0%, #1a1012 48%, var(--wine) 100%);
  border: 1px solid rgba(227,180,69,.25);
  padding: clamp(1.8rem, 4vw, 3rem) clamp(1.3rem, 4vw, 3rem);
}
.cta-banner::after {
  content: ""; position: absolute; right: -90px; top: -90px; width: 320px; height: 320px;
  border-radius: 999px; background: radial-gradient(circle, rgba(227,180,69,.3), transparent 65%);
}
.cta-content { position: relative; z-index: 1; max-width: 34rem; }
.cta-kicker { color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; }
.cta-banner h2 { font-family: Outfit, sans-serif; font-size: clamp(1.35rem, 2.6vw, 1.9rem); font-weight: 700; margin-top: .5rem; line-height: 1.25; }
.cta-content > p { color: rgba(255,255,255,.75); margin-top: .8rem; line-height: 1.65; font-size: .96rem; }

/* ---------- Page hero (internal) ---------- */
.page-hero { min-height: 360px; background-size: cover; background-position: center; position: relative; display: flex; align-items: flex-end; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(5,5,5,.92), rgba(107,26,40,.45)); }
.page-hero-inner { position: relative; z-index: 1; max-width: 80rem; margin: 0 auto; width: 100%; padding: 7rem 1rem 3.4rem; color: #fff; }
.page-hero-inner h1 { font-family: Outfit, sans-serif; font-size: clamp(2rem, 4.2vw, 3.2rem); font-weight: 800; max-width: 22ch; line-height: 1.12; }
.page-hero-inner p { color: #d7e2f0; margin-top: .8rem; max-width: 40rem; }

/* ---------- Prose / forms / faq ---------- */
.prose-site { color: #3d4754; line-height: 1.8; }
.prose-site h1, .prose-site h2 { font-family: Outfit, sans-serif; color: var(--navy); font-weight: 800; margin: 1.6rem 0 .7rem; }
.prose-site p, .prose-site li { margin-bottom: .85rem; }
.prose-site ul, .prose-site ol { padding-left: 1.2rem; }
.prose-site ul li { list-style: none; position: relative; padding-left: 1.4rem; }
.prose-site ul li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 800; }
.prose-site ol { list-style: decimal; }
.prose-site a { color: var(--brand); font-weight: 600; }

.form-card {
  background: #fff; padding: 1.9rem 1.7rem; border-radius: 12px; display: grid; gap: .9rem;
  border: 1px solid #e9e6df;
  min-width: 0;
  max-width: 100%;
}
.form-card label { display: grid; gap: .4rem; font-size: .82rem; font-weight: 700; color: var(--ink); min-width: 0; max-width: 100%; }
.form-card input, .form-card select, .form-card textarea {
  border: 1px solid #dcd8cf; border-radius: 8px; padding: .78rem .9rem; font: inherit;
  font-weight: 500; color: #1a2430; background: #fdfdfb; transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%; max-width: 100%; min-width: 0;
}
.form-card input:focus, .form-card select:focus, .form-card textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(224,177,42,.16); background: #fff;
}

.faq { background: #fff; border: 1px solid #e9e6df; border-radius: 10px; padding: 1.05rem 1.25rem; transition: border-color .2s ease; }
.faq[open] { border-color: var(--gold); }
.faq summary { cursor: pointer; font-weight: 600; font-family: Outfit, sans-serif; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: #b98f16; font-size: 1.4rem; font-weight: 300; transition: transform .25s ease; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq p { margin-top: .7rem; color: #6b7280; line-height: 1.7; font-size: .94rem; }

/* ---------- Pills / chips reutilizáveis ---------- */
.chip {
  display: inline-flex; align-items: center; gap: .4rem;
  background: #fff; border: 1px solid #e4e0d7; color: #3b4149;
  font-size: .85rem; font-weight: 500; padding: .45rem .9rem; border-radius: 999px;
}
.chip-check::before { content: "✓"; color: #b98f16; font-weight: 700; font-size: .8rem; }
.uf-pill {
  display: grid; place-items: center; min-width: 38px; height: 32px;
  border-radius: 6px; font-size: .72rem; font-weight: 700; letter-spacing: .03em;
  background: #fff; border: 1px solid #e4e0d7; color: #4b5158;
}
.uf-pill.is-home { background: var(--gold); border-color: var(--gold); color: #14100a; }
.sim-layout {
  min-width: 0;
  width: 100%;
}
.sim-layout > * { min-width: 0; max-width: 100%; }
.sim-note {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.sim-result {
  min-width: 0;
  max-width: 100%;
}
.sim-result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
}
.sim-result-grid > div {
  background: #faf9f6;
  border: 1px solid #eeeae0;
  border-radius: 8px;
  padding: .7rem .8rem;
  min-width: 0;
}
.sim-result-grid span { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: #888; }
.sim-result-grid strong { display: block; margin-top: .2rem; font-size: .95rem; word-break: break-word; }
.sim-total { grid-column: 1 / -1; background: #111 !important; border-color: #111 !important; }
.sim-total span { color: rgba(255,255,255,.55) !important; }
.sim-total strong { color: var(--gold); font-size: 1.15rem; }
.info-card {
  background: #fff; border: 1px solid #e9e6df; border-radius: 10px; padding: 1.1rem 1.2rem;
  min-width: 0; max-width: 100%; overflow-wrap: anywhere;
}
.info-card strong { display: block; font-family: Outfit, sans-serif; color: var(--ink); font-size: .98rem; font-weight: 600; }
.info-card span, .info-card p { color: #6b7280; font-size: .88rem; line-height: 1.55; }

.map-wrap iframe { width: 100%; height: 340px; border: 0; display: block; filter: grayscale(.35) contrast(1.05); }
.contact-ico { font-weight: 800; }
.contact-bar {
  background: linear-gradient(90deg, #0a0a0a, var(--wine), #0a0a0a);
  color: #fff; border-top: 1px solid rgba(224,177,42,.35); border-bottom: 1px solid rgba(224,177,42,.2);
}
.contact-bar a { color: #fff; }
.contact-bar a:hover { color: var(--gold); }
.site-footer { background: #050505; border-top: 1px solid rgba(224,177,42,.2); }
.site-footer .logo-tagline { color: rgba(255,255,255,.7); }
.footer-copy { background: #000; border-top: 1px solid rgba(224,177,42,.15); }

.cadastur-badge {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-top: 1.1rem;
}
.cadastur-logo {
  flex-shrink: 0;
  display: block;
  line-height: 0;
}
.cadastur-logo img {
  height: 52px;
  width: auto;
  max-width: 170px;
  display: block;
}
.cadastur-meta {
  font-size: .78rem;
  color: rgba(255,255,255,.7);
  line-height: 1.4;
}
.cadastur-badge--page {
  background: #0d0d0d;
  border: 1px solid rgba(224,177,42,.28);
  border-radius: 12px;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
}
.cadastur-badge--page .cadastur-logo img { height: 58px; max-width: 200px; }
.cadastur-badge--footer { margin-top: .9rem; }

.footer-admin {
  color: rgba(255,255,255,.22);
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-admin:hover { color: rgba(255,255,255,.4); }

.wa-float {
  position: fixed; right: 1.1rem; bottom: 1.1rem; width: 60px; height: 60px; border-radius: 999px;
  background: #25d366; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37,211,102,.5); z-index: 60;
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float::before {
  content: ""; position: absolute; inset: -6px; border-radius: 999px;
  border: 2px solid rgba(37,211,102,.5); animation: waPulse 2s ease-out infinite;
}
@keyframes waPulse { 0% { transform: scale(.85); opacity: 1; } 100% { transform: scale(1.25); opacity: 0; } }

/* ---------- Admin ---------- */
.admin-shell { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.admin-side { background: var(--navy); color: #fff; padding: 1.4rem 1rem; }
.admin-side a { display: block; padding: .55rem .7rem; border-radius: 8px; color: #d7e2f0; }
.admin-side a:hover, .admin-side a.active { background: #16325c; color: #fff; }
.admin-main { padding: 1.5rem; background: #f4f6f8; }
.table-admin { width: 100%; background: #fff; border-radius: 12px; overflow: hidden; font-size: .9rem; }
.table-admin th { background: var(--navy); color: #fff; text-align: left; padding: .7rem; }
.table-admin td { padding: .7rem; border-top: 1px solid #eef1f4; vertical-align: top; }
.thumb { width: 72px; height: 48px; object-fit: cover; border-radius: 6px; }

@media (max-width: 900px) {
  .admin-shell { grid-template-columns: 1fr; }
  .about-badge { left: .6rem; bottom: -.8rem; }
}

/* ---------- Mobile: menos peso, mais respiro ---------- */
@media (max-width: 640px) {
  .hero-slider { min-height: auto; }
  .hero-copy { padding: 4.2rem 1rem 5.5rem; }
  .hero-copy h1 { font-size: 1.18rem; line-height: 1.4; margin-top: 1.2rem; max-width: 26ch; }
  .hero-copy > p { font-size: .92rem; }
  .hero-brand-block { max-width: 100%; padding: .4rem .4rem 0; }
  .logo-hero { max-width: 100%; }
  .logo-hero .logo-gold { font-size: clamp(2.2rem, 12vw, 3.4rem); }
  .brand-link { max-width: min(58vw, 190px); }
  .brand-link .logo-gold { font-size: 1.55rem; }
  .brand-link .logo-tagline { display: none; }
  .hero-brand-block .logo-tagline { font-size: .62rem; letter-spacing: .2em; }
  .hero-actions { gap: .6rem; width: 100%; }
  .hero-actions .btn-orange, .hero-actions .btn-ghost, .hero-actions .btn-navy,
  .hero-actions .btn-white { flex: 1 1 100%; min-width: 0; }
  .slider-dots { bottom: 4.6rem; }

  .stats-strip { margin-top: -2.4rem; }
  .stats-card > div { padding: 1rem .7rem; }
  .stats-card strong { font-size: 1.35rem; }
  .stats-card small { font-size: .62rem; letter-spacing: .06em; }

  .section-head-center { padding: 0 .25rem; }
  .service-card { padding: 1.1rem .8rem 1.2rem; border-radius: 14px; border-width: 2px; }
  .service-ico { width: 48px; height: 48px; border-radius: 14px; }
  .service-ico::after { width: 24px; height: 22px; }
  .service-card h3 { font-size: .95rem; margin-top: .7rem; }
  .service-card p { font-size: .8rem; line-height: 1.5; }

  .dates-feature-head { align-items: flex-start; }
  .dates-feature-all { width: 100%; justify-content: center; }
  .dates-feature-grid { grid-template-columns: 1fr; }
  .date-feature-media img { height: 170px; }

  .cadastur-badge--page { flex-direction: column; align-items: flex-start; }

  .fleet-card img { height: 130px; }
  .fleet-body { padding: .7rem .5rem .9rem; }
  .fleet-body strong { font-size: 1rem; }
  .fleet-body span { font-size: .66rem; }

  .tour-card img { height: 170px; }
  .date-card, .tour-body { padding: 1rem; }
  .cta-banner { text-align: left; }
  .faq { padding: .95rem 1rem; }
  .faq summary { font-size: .94rem; }
  .form-card { padding: 1.15rem .95rem; }
  .form-card input, .form-card select, .form-card textarea { font-size: 16px; }
  .sim-actions { width: 100%; }
  .sim-actions .btn-navy, .sim-actions .btn-orange { flex: 1 1 100%; min-width: 0; }
  .info-card { padding: .9rem 1rem; }
  .sim-result-grid { grid-template-columns: 1fr; }
  .ticket { padding: 1.15rem 1.1rem; border-radius: 14px; }

  .page-hero { min-height: 260px; }
  .page-hero-inner { padding: 5.5rem 1.15rem 2.4rem; }
  .page-hero-inner h1 { font-size: 1.6rem; }
  .wa-float { width: 54px; height: 54px; right: .9rem; bottom: .9rem; }
}
