/* ==========================================================================
   ESSERE VIAGENS — MASTER EDITORIAL DESIGN SYSTEM (V4 REFERENCE)
   100% FIEL À ESTÉTICA DAS REFERÊNCIAS DO PINTEREST (WONDERFUL INDONESIA / LOKA EKSPLORE)
   E 100% FIEL AO CONTEÚDO DO PDF OFICIAL DO DONO DA ESSERE VIAGENS
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&family=Satisfy&display=swap');

:root {
  /* Cores Oficiais — Manual da Marca Essere Viagens (HEX/RGB digital) */
  --bg-dark-abyss: #040811;
  --bg-dark-surface: #08101E;
  --bg-dark-card: #0D1728;
  --primary-orange: #E48F31;
  --primary-orange-hover: #C2731F;
  --primary-orange-glow: rgba(228, 143, 49, 0.22);
  --navy-accent: #5B92DB;
  --gold-accent: #F2C184;
  --gold-vivid: #E48F31;
  /* Dourado metálico real (3 tons) + sombra azul-marinho profunda */
  --gold-metal: linear-gradient(135deg, #A86A1D 0%, #E48F31 38%, #F6D9A8 50%, #E48F31 62%, #A86A1D 100%);
  --shadow-navy: 7, 15, 30;
  
  /* Textos & Bordas */
  --text-pure-white: #FFFFFF;
  --text-white-muted: rgba(255, 255, 255, 0.75);
  --text-white-dim: rgba(255, 255, 255, 0.5);
  --border-hairline: rgba(255, 255, 255, 0.12);
  --border-hairline-accent: rgba(228, 143, 49, 0.35);
  
  /* Fontes Oficiais — Manual da Marca (estrito: só estas duas) */
  /* Satisfy = acentos script (subtítulo hero, nomes gastro, citação final) */
  /* Montserrat = todo o resto, sem exceção */
  --font-primary: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-editorial: 'Satisfy', cursive;
  
  /* Efeitos */
  --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-card-hover: 0 25px 50px -12px rgba(7, 15, 30, 0.4);
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bg-dark-abyss);
}

body {
  font-family: var(--font-primary);
  background-color: var(--bg-dark-abyss);
  color: var(--text-white-muted);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ==========================================================================
   0. TOP BAR & NAVBAR (EXATO AO ESTILO LOKA EKSPLORE / VISIT INDONESIA)
   ========================================================================== */
/* ==========================================================================
   0. TOP BAR & NAVBAR FLUTUANTE (EXATO AO ESTILO LOKA EKSPLORE)
   ========================================================================== */
.top-announcement-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 102;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 0.5rem 1rem;
  text-align: center;
  border-bottom: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

.top-announcement-bar span {
  color: var(--primary-orange);
  font-weight: 700;
}

/* Header Transparente Unificado ao Hero (estilo referência: sem caixa, só hairline) */
.editorial-floating-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.editorial-floating-header.scrolled {
  background: rgba(4, 8, 17, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(7, 15, 30, 0.4);
  padding-top: 0;
}

.floating-capsule-nav {
  pointer-events: auto;
  width: 100%;
  max-width: 1200px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  padding: 0.7rem 1.6rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  transition: var(--transition-smooth);
}

/* Marca: Apenas as letras oficiais fundidas diretamente na cor do Navbar */
.brand-anchor {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0.2rem 0.3rem;
  transition: var(--transition-smooth);
}

.brand-anchor:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.brand-logo-white {
  height: 28px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
  transition: var(--transition-smooth);
}

.brand-anchor:hover .brand-logo-white {
  filter: drop-shadow(0 2px 12px rgba(255, 255, 255, 0.45));
}


.orange-brand-dot {
  width: 8px;
  height: 8px;
  background-color: var(--primary-orange);
  border-radius: 0;
  display: inline-block;
  box-shadow: 0 0 12px var(--primary-orange);
}

.brand-title {
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* Menu de Navegação */
.editorial-categories {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  list-style: none;
}

.editorial-categories a {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: var(--transition-smooth);
}

.editorial-categories a:hover,
.editorial-categories a.active {
  color: #FFFFFF;
}

/* Ações Direitas (Selo Xpert + Botão) */
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.selo-xpert-nav {
  height: 26px;
  width: auto;
  opacity: 0.95;
}

.btn-nav-action {
  background-color: var(--primary-orange);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.5rem 1.15rem;
  border-radius: 0;
  box-shadow: 0 4px 14px var(--primary-orange-glow);
  transition: var(--transition-smooth);
}

.btn-nav-action:hover {
  background-color: var(--primary-orange-hover);
  transform: translateY(-1px);
}

/* ==========================================================================
   1. HERO MONUMENTAL COM SLIDER MULTI-IMAGENS (100% MOBILE-FIRST)
   5 Fotos Oficiais Selecionadas pelo Cliente • Transição Cinematográfica
   ========================================================================== */
.hero-editorial-section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6.5rem 0 2rem;
  color: #FFFFFF;
  overflow: hidden;
  background-color: var(--bg-dark-abyss);
}

/* Vídeo de Fundo Oficial em Loop (Hotel Xcaret Arte 1080p Otimizado) */
.hero-video-background-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: var(--bg-dark-abyss);
}

.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
  display: block;
  filter: brightness(1.02) contrast(1.04);
}

.hero-video-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(4, 8, 17, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.55rem 1.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(7, 15, 30, 0.4);
  border-radius: 0;
}

.pulse-recording-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-orange);
  box-shadow: 0 0 10px var(--primary-orange);
  animation: pulse-dot 1.8s infinite ease-in-out;
}

@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.35); opacity: 0.4; }
}

.hero-scroll-cue {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.hero-scroll-cue:hover {
  color: var(--primary-orange);
  transform: translateY(2px);
}

/* Vídeo de fundo do hero (entre o fundo e o overlay; poster cobre o load) */
.hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 1.2s ease;
  pointer-events: none;
}
.hero-video-bg.video-ready { opacity: 1; }

/* Overlay Gradiente Cinematográfico Dark Luxury */
.hero-overlay-cinematic {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(4, 8, 17, 0.55) 0%,
    rgba(4, 8, 17, 0.15) 40%,
    rgba(4, 8, 17, 0.55) 80%,
    rgba(4, 8, 17, 0.92) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.hero-editorial-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex-grow: 1;
}

.hero-editorial-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
}

/* Headline Monumental Estilo Wonderful Indonesia (Texto Oficial PDF Pág. 3) */
.hero-headline-block {
  max-width: 960px;
}

.hero-category-label {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.hero-headline-monumental {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(2.6rem, 5.8vw, 5.2rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1.15rem;
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.9);
}

.hero-subtitle-editorial {
  font-family: var(--font-editorial);
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  font-weight: 400;
  color: var(--gold-accent);
  letter-spacing: 0.015em;
  margin-bottom: 1.35rem;
  max-width: 720px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.8);
}

.hero-meta-row {
  margin-bottom: 1.75rem;
}

.hero-date-pill {
  display: inline-block;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-vivid);
  background: rgba(8, 16, 30, 0.7);
  padding: 0.45rem 1.1rem;
  border-radius: 0;
  border: 1px solid rgba(251, 191, 36, 0.35);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(7, 15, 30, 0.4);
}

.hero-cta-wrapper {
  margin-top: 0.5rem;
}

/* Slider Vertical Numérico (01 a 05 - Desktop) */
.hero-vertical-slider {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
  padding-top: 0.5rem;
}

.slider-step {
  background: none;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: var(--transition-smooth);
  padding: 0.2rem 0.5rem;
  border-radius: 0;
}

.slider-step:hover {
  color: rgba(255, 255, 255, 0.9);
  transform: translateX(-4px);
}

.slider-step.active {
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFFFFF;
  text-shadow: 0 0 16px rgba(228, 143, 49, 0.6);
}

/* Indicadores Mobile First (Ocultos no Desktop) */
.hero-mobile-controls {
  display: none;
}

/* Base do Hero */
.hero-bottom-wrapper {
  margin-top: auto;
  padding-top: 2rem;
}

.hero-action-bar {

  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

/* Controles de Navegação por Setas da Galeria Hero */
.hero-nav-arrows {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.btn-hero-arrow {
  width: 42px;
  height: 42px;
  border-radius: 0;
  background: rgba(4, 8, 17, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  transition: var(--transition-smooth);
  backdrop-filter: blur(10px);
}

.btn-hero-arrow:hover {
  background: var(--primary-orange);
  border-color: var(--primary-orange);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px var(--primary-orange-glow);
}

.swipe-indicator-text {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  transition: var(--transition-smooth);
  margin-left: 0.5rem;
}

.swipe-indicator-text span {
  color: var(--primary-orange);
  transition: transform 0.2s ease;
}

.swipe-indicator-text:hover span {
  transform: translateX(4px);
}

.btn-hero-cta {
  background-color: var(--primary-orange);
  color: #FFFFFF;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.95rem 2.25rem;
  border-radius: 0;
  box-shadow: 0 8px 24px var(--primary-orange-glow);
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-hero-cta:hover {
  background-color: var(--primary-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(228, 143, 49, 0.6);
}

/* Linha Divisória de 1px com Barra de Progresso Laranja */
.hero-bottom-hairline-accent {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0;
  overflow: hidden;
}

.hairline-active-segment {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, var(--primary-orange), var(--gold-vivid));
  box-shadow: 0 0 12px var(--primary-orange);
  transition: left 0.5s cubic-bezier(0.16, 1, 0.3, 1), width 0.5s ease;
}

/* ==========================================================================
   RESPONSIVIDADE MOBILE-FIRST DA SEÇÃO 01 HERO (DISPOSITIVOS MÓVEIS < 768px)
   ========================================================================== */
@media (max-width: 768px) {
  .hero-editorial-section {
    min-height: 100svh;
    padding: 5rem 0 1.5rem;
  }

  .hero-editorial-top {
    flex-direction: column;
    margin-top: 0.5rem;
  }

  .hero-vertical-slider {
    display: none; /* Oculta slider vertical em favor dos controles mobile táteis */
  }

  .hero-headline-monumental {
    font-size: clamp(2.35rem, 10vw, 3.4rem);
    line-height: 0.96;
    margin-bottom: 0.65rem;
  }

  .hero-subtitle-editorial {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
  }

  /* Controles Mobile com Bullets de Toque Fácil */
  .hero-mobile-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.25rem 0 0.75rem;
    padding: 0.6rem 0.9rem;
    background: rgba(4, 8, 17, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    backdrop-filter: blur(10px);
  }

  .hero-mobile-dots {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .hero-dot {
    width: 22px;
    height: 6px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.25);
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 0;
  }

  .hero-dot.active {
    background: var(--primary-orange);
    width: 38px;
    box-shadow: 0 0 10px var(--primary-orange);
  }

  .hero-mobile-slide-counter {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--gold-accent);
  }

  .hero-mobile-slide-counter span {
    color: #FFFFFF;
  }

  .btn-hero-cta {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 1.05rem 1.6rem;
    font-size: 0.92rem;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(228, 143, 49, 0.5);
  }

  /* Base do Hero no Mobile */
  .hero-bottom-wrapper {
    margin-top: auto;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
  }

  .hero-action-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
  }

  .hero-nav-arrows {
    justify-content: space-between;
    width: 100%;
  }

  .swipe-indicator-text {
    font-size: 0.75rem;
    margin-left: 0;
  }

  .hero-bottom-hairline-accent {
    width: 100%;
    height: 2px;
  }
}


/* ==========================================================================
   2. VITRINE COM BARRA DE FILTRO SEGMENTADA (EXATO ÀS REFERÊNCIAS 1 & 2)
   Eyebrow Central + Barra Branca + 4 Cards Verticais + Linha com Indicador
   ========================================================================== */
.section-segmented-showcase {
  background-color: var(--bg-dark-abyss);
  padding: 5.5rem 0 5rem;
  color: #FFFFFF;
}

.section-center-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.sub-eyebrow-lowercase {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.35rem;
}

.title-destination-recommendations {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* Barra Segmentada Estilo Retangular Arquitetural Editorial (Zero Arredondado) */
.segmented-pill-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 0;
  padding: 0.35rem;
  max-width: 620px;
  margin: 0 auto 3.5rem;
  box-shadow: 0 12px 35px rgba(7, 15, 30, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.pill-segment-btn {
  background: transparent;
  border: none;
  font-family: var(--font-primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0F172A;
  padding: 0.85rem 1.35rem;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  transition: var(--transition-smooth);
}

.pill-segment-btn:hover {
  color: var(--primary-orange);
}

.pill-segment-btn.active {
  background-color: #040811;
  color: #FFFFFF;
}

.pill-segment-btn.active .arrow-sep {
  color: var(--primary-orange);
}

.pill-segment-btn .arrow-sep {
  color: #94A3B8;
  font-weight: 400;
  margin-left: 0.2rem;
}

.pill-action-blue {
  background: #0284C7;
  color: #FFFFFF !important;
  border-radius: 0;
  padding: 0.85rem 1.6rem;
  margin-left: auto;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: var(--transition-smooth);
}

.pill-action-blue:hover {
  background: var(--primary-orange);
}

/* Painéis de Cards da Vitrine */
.showcase-tab-panel {
  display: none;
  animation: fadeInPanel 0.4s ease forwards;
}

.showcase-tab-panel.active {
  display: block;
}

@keyframes fadeInPanel {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.allfun-lead-desc {
  max-width: 840px;
  margin: 0.9rem auto 0;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  text-align: center;
}

.highlight-orange {
  color: var(--primary-orange);
}

/* Grade de 4 Cards Verticais (Exato à Imagem 1 - Visit Indonesia) */
.reference-vertical-cards-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}

/* Grade de 6 Cards Verticais para Parques & Experiências */
.moods-grid-6 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .moods-grid-6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .moods-grid-6 {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 1rem !important;
    padding: 0.5rem 0.25rem 1.5rem !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .moods-grid-6::-webkit-scrollbar {
    display: none !important;
  }

  .moods-grid-6 .ref-vertical-card {
    flex: 0 0 80% !important;
    scroll-snap-align: start !important;
  }
}


.ref-vertical-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.ref-vertical-card:hover {
  transform: translateY(-6px);
}

.ref-card-img-wrap {
  width: 100%;
  aspect-ratio: 9 / 14;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 1.15rem;
  background-color: #0B1321;
}

.ref-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.ref-vertical-card:hover .ref-card-img-wrap img {
  transform: scale(1.06);
}

/* Tipografia de Legenda Abaixo da Foto (Exato ao Visit Indonesia) */
.ref-card-caption-rank {
  font-size: 0.88rem;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}

.ref-card-caption-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: -0.01em;
  margin-bottom: 0.35rem;
}

.ref-card-caption-sub {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.35rem;
}

.ref-card-caption-tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary-orange);
  text-align: center;
  margin-top: 0.2rem;
}

/* Linha Divisória com Traço Ativo Branco (Exato ao Visit Indonesia / Wonderful Indonesia) */
.reference-divider-hairline {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin-top: 2rem;
}

.reference-active-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 2px;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   3. SEÇÃO "TRAVEL AND ENJOY THE BEAUTY" (EXATO À REFERÊNCIA 2)
   Split: Headline em bloco + 2 Cards de Vídeo com Play Circular Branco
   ========================================================================== */
.section-travel-and-enjoy {
  background-color: #040811;
  padding: 5.5rem 0 6.5rem;
  color: #FFFFFF;
}

.travel-enjoy-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 4.5rem;
  align-items: center;
}

.travel-enjoy-left {
  max-width: 520px;
}

.enjoy-video-tag {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary-orange);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.play-mini-triangle {
  font-size: 0.7rem;
}

.travel-enjoy-headline {
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.travel-enjoy-paragraph {
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
}

.btn-enjoy-action {
  background-color: var(--primary-orange);
  color: #FFFFFF;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.95rem 2rem;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: var(--shadow-glow-orange);
  transition: var(--transition-smooth);
}

.btn-enjoy-action:hover {
  background-color: var(--primary-orange-hover);
  transform: translateY(-2px);
}

/* Coluna Direita: 2 Cards de Vídeo Empilhados com Botão Play Circular Branco (Exato Reference 2) */
.travel-enjoy-right-stacked {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.enjoy-video-card-item {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(7, 15, 30, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
}

.enjoy-video-card-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.enjoy-video-card-item:hover img {
  transform: scale(1.05);
}

.enjoy-play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(4, 8, 17, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Botão Play Circular Branco Translúcido (Exato à Imagem 2 do Pinterest) */
.enjoy-play-circle-white {
  width: 62px;
  height: 62px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.25rem;
  padding-left: 4px;
  box-shadow: 0 8px 30px rgba(7, 15, 30, 0.4);
  transition: var(--transition-smooth);
}

.enjoy-video-card-item:hover .enjoy-play-circle-white {
  background: rgba(255, 255, 255, 0.45);
  transform: scale(1.12);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.7);
}

.enjoy-card-caption-float {
  position: absolute;
  bottom: 0.85rem;
  left: 1.25rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

/* ==========================================================================
   4. CHICHÉN ITZÁ MONUMENTAL FULL-WIDTH (SEÇÃO 04 DO PDF - SEM COLAGEM)
   ========================================================================== */
.section-chichen-monumental {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: url('assets-xcaret/chichen-itza.webp') no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
  padding: 6.5rem 0;
}

.chichen-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 8, 17, 0.94) 0%,
    rgba(4, 8, 17, 0.75) 55%,
    rgba(4, 8, 17, 0.35) 100%
  );
}

.chichen-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.chichen-eyebrow {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-accent);
  margin-bottom: 0.75rem;
}

.chichen-headline {
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.chichen-paragraph {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.75rem;
}

.chichen-transparency-box {
  background: rgba(8, 16, 30, 0.85);
  backdrop-filter: blur(12px);
  border-left: 3px solid var(--primary-orange);
  padding: 1.25rem 1.5rem;
  border-radius: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
}

.chichen-transparency-box strong {
  color: var(--gold-accent);
}

/* ==========================================================================
   5. BENEFÍCIO FAMILIAR (SEÇÃO 08 DO PDF - ATÉ 2 CRIANÇAS GRÁTIS)
   ========================================================================== */
.section-family-dark {
  background-color: #070D18;
  padding: 6rem 0;
}

.family-card-banner-dark {
  background-color: var(--bg-dark-card);
  border-radius: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  box-shadow: 0 25px 50px rgba(7, 15, 30, 0.4);
  border: 1px solid var(--border-hairline);
}

.family-card-content {
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
}

.family-badge {
  display: inline-block;
  background: rgba(228, 143, 49, 0.15);
  border: 1px solid var(--primary-orange);
  color: var(--primary-orange);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 0;
  margin-bottom: 1.25rem;
  width: fit-content;
}

.family-headline {
  font-size: clamp(2rem, 3.5vw, 2.7rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.family-highlight-strip {
  background: linear-gradient(90deg, rgba(228, 143, 49, 0.25), rgba(255, 211, 159, 0.1));
  border-left: 3px solid var(--primary-orange);
  padding: 1rem 1.25rem;
  border-radius: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.family-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.family-card-image {
  position: relative;
  min-height: 380px;
}

.family-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   6. CONSTRUÇÃO DE VALOR (SEÇÃO 09 DO PDF - 01 A 06 NO FORMATO DARK LUXURY)
   ========================================================================== */
.section-pillars-dark {
  background-color: var(--bg-dark-abyss);
  padding: 6rem 0;
}

.section-header-dark {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 4rem;
}

.section-eyebrow-orange {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary-orange);
  margin-bottom: 0.75rem;
}

.section-title-dark {
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  font-weight: 800;
  line-height: 1.18;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.grid-pillars-6-dark {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.75rem;
}

/* Assimetria horizontal: larguras alternadas por fileira, linhas alinhadas */
.grid-pillars-6-dark .pillar-card-dark:nth-child(1) { grid-column: span 7; }
.grid-pillars-6-dark .pillar-card-dark:nth-child(2) { grid-column: span 5; }
.grid-pillars-6-dark .pillar-card-dark:nth-child(3) { grid-column: span 5; }
.grid-pillars-6-dark .pillar-card-dark:nth-child(4) { grid-column: span 7; }
.grid-pillars-6-dark .pillar-card-dark:nth-child(5) { grid-column: span 4; }
.grid-pillars-6-dark .pillar-card-dark:nth-child(6) { grid-column: span 8; }

.pillar-card-dark {
  background: var(--bg-dark-card);
  border: 1px solid var(--border-hairline);
  border-radius: 0;
  padding: 2rem;
  position: relative;
  transition: var(--transition-smooth);
}

.pillar-card-dark:hover {
  transform: translateY(-4px);
  border-color: var(--primary-orange);
  box-shadow: 0 15px 30px rgba(7, 15, 30, 0.4);
}

/* Destaque do card-âncora (06 · crianças grátis): mesma altura, mais presença */
.pillar-card-dark.pillar-featured {
  background: linear-gradient(135deg, rgba(228, 143, 49, 0.14), var(--bg-dark-card) 55%);
  border-color: rgba(228, 143, 49, 0.55);
  box-shadow: 0 0 0 1px rgba(228, 143, 49, 0.25), 0 18px 44px rgba(7, 15, 30, 0.4);
}
.pillar-card-dark.pillar-featured:hover {
  box-shadow: 0 0 0 1px rgba(228, 143, 49, 0.5), 0 22px 54px rgba(7, 15, 30, 0.4), 0 0 34px rgba(228, 143, 49, 0.18);
}

.pillar-number-orange {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--primary-orange);
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.pillar-title-white {
  font-size: 1.1rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.pillar-text-muted {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

/* ==========================================================================
   7. TICKET CARD DE INVESTIMENTO (SEÇÃO 10 DO PDF - SLEEK DARK LUXURY)
   ========================================================================== */
.section-pricing-dark {
  background: radial-gradient(circle at center, #0D1B33 0%, #040811 80%);
  padding: 6.5rem 0;
}

.ticket-card-dark-floating {
  max-width: 680px;
  margin: 0 auto;
  border-radius: 0;
  border: 1px solid transparent;
  background:
    linear-gradient(var(--bg-dark-card), var(--bg-dark-card)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 45%) border-box;
  box-shadow: 0 25px 60px rgba(7, 15, 30, 0.4), 0 0 35px rgba(228, 143, 49, 0.15);
  overflow: hidden;
  text-align: center;
}

.ticket-card-top-tag {
  background-color: #02050A;
  padding: 0.85rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border-hairline);
}
.ticket-card-top-tag span {
  background-image: var(--gold-metal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ticket-card-body {
  padding: 3rem 2.5rem;
}

.ticket-resort-title {
  font-size: 2rem;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}

.ticket-resort-subtitle {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--primary-orange);
  margin-bottom: 2rem;
}

.price-anchor-block-dark {
  background: #060D18;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 1.75rem;
  margin-bottom: 2rem;
}

.price-small-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.25rem;
}

.price-giant-number-white {
  font-size: clamp(2.8rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-variant-numeric: lining-nums tabular-nums;
}

.price-giant-number-white span {
  color: var(--primary-orange);
}

.price-sub-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  margin-top: 0.5rem;
}

.benefit-badge-green-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid #10B981;
  color: #34D399;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 0;
  margin-bottom: 1.5rem;
}

.ticket-conditions-list-dark {
  list-style: none;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 2.25rem;
}

.btn-ticket-cta-primary {
  background-color: var(--primary-orange);
  color: #FFFFFF;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 1.25rem 2.5rem;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 480px;
  box-shadow: var(--shadow-glow-orange);
  transition: var(--transition-smooth);
}

.btn-ticket-cta-primary:hover {
  background-color: var(--primary-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(228, 143, 49, 0.5);
}

/* ==========================================================================
   8. TRANSPARÊNCIA ESSERE (SEÇÃO 11 DO PDF - INCLUSO VS. NÃO INCLUSO)
   ========================================================================== */
.section-transparency-dark {
  background-color: var(--bg-dark-abyss);
  padding: 6rem 0;
}

.grid-transparency-2-dark {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  max-width: 1040px;
  margin: 0 auto;
}

.transparency-card-dark {
  border-radius: 0;
  padding: 2.25rem;
  border: 1px solid transparent;
  background:
    linear-gradient(var(--bg-dark-card), var(--bg-dark-card)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 45%) border-box;
}

.card-included-dark {
  border-color: rgba(52, 211, 153, 0.35);
}

.card-not-included-dark {
  border-color: rgba(251, 191, 36, 0.35);
}

.transparency-header-dark {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card-included-dark .transparency-header-dark { color: #34D399; }
.card-not-included-dark .transparency-header-dark { color: #E48F31; }

.transparency-list-dark {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.transparency-list-dark li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

/* ==========================================================================
   9. PROVA SOCIAL & AUTORIDADE DA SEDE FÍSICA (SEÇÃO 12 DO PDF)
   ========================================================================== */
.section-social-proof-dark {
  background-color: #060D18;
  padding: 6rem 0;
}

/* Badge com nota média oficial 5.0 Google Maps */
.google-rating-summary-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.5rem 1.3rem;
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  border-radius: 0;
}

.google-rating-summary-pill .stars-gold {
  color: var(--gold-vivid);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
}

.google-rating-summary-pill .rating-number {
  font-size: 1.05rem;
  font-weight: 800;
  color: #FFFFFF;
}

.google-rating-summary-pill .rating-divider {
  color: rgba(255, 255, 255, 0.3);
}

.google-rating-summary-pill .rating-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

/* ==========================================================================
   CARROSSEL DUPLO INFINITO (2 FILAS EM LOOP CONTÍNUO: ESQUERDA & DIREITA)
   ========================================================================== */
.reviews-marquee-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0.5rem 0 3rem;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.reviews-marquee-row {
  display: flex;
  overflow: hidden;
  user-select: none;
  width: 100%;
}

.reviews-marquee-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  flex-shrink: 0;
  will-change: transform;
}

/* Fila 1: rola suavemente para a esquerda */
.marquee-row-left .reviews-marquee-track {
  animation: marquee-roll-left 42s linear infinite;
}

/* Fila 2: rola suavemente para a direita (sentido oposto) */
.marquee-row-right .reviews-marquee-track {
  animation: marquee-roll-right 42s linear infinite;
}

/* Pausar suavemente ao passar o mouse para leitura confortável */
.reviews-marquee-row:hover .reviews-marquee-track {
  animation-play-state: paused;
}

@keyframes marquee-roll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marquee-roll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* Card Compacto Editorial Dark Luxury */
.compact-review-card {
  width: clamp(310px, 28vw, 380px);
  background:
    linear-gradient(#08111F, #08111F) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)) border-box;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 1.25rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
  text-align: left;
}

.compact-review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(228, 143, 49, 0.45);
  box-shadow: 0 16px 40px rgba(7, 15, 30, 0.6), 0 0 25px rgba(228, 143, 49, 0.18);
}

.review-card-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.review-author-meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.review-avatar-badge {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #14243B 0%, #0A1424 100%);
  border: 1px solid rgba(228, 143, 49, 0.4);
  color: var(--primary-orange);
  font-size: 0.72rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  border-radius: 0;
  flex-shrink: 0;
}

.review-author-info {
  display: flex;
  flex-direction: column;
}

.review-author-name {
  font-size: 0.85rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.2;
}

.review-meta-date {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.review-quote-mark {
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(228, 143, 49, 0.35);
  font-family: serif;
}

.review-card-stars {
  color: var(--gold-vivid);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.65rem;
}

.compact-review-text {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
  font-style: italic;
  margin-bottom: 0.85rem;
  min-height: 4.8em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card-footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: #34D399;
}

/* Botão Centralizado com Hover Blindado */
.reviews-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 4rem;
}

.btn-google-reviews {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.95rem 2.2rem;
  background: rgba(255, 255, 255, 0.04);
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  font-family: var(--font-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: var(--transition-smooth);
}

.btn-google-reviews:hover {
  background-color: var(--primary-orange) !important;
  border-color: var(--primary-orange) !important;
  color: #FFFFFF !important;
  box-shadow: 0 12px 28px var(--primary-orange-glow);
  transform: translateY(-2px);
}

.agency-physical-banner-dark {
  background-color: var(--bg-dark-card);
  border-radius: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  color: #FFFFFF;
  border: 1px solid var(--border-hairline);
  box-shadow: 0 20px 40px rgba(7, 15, 30, 0.4);
}

.agency-physical-img {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.agency-physical-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agency-physical-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.agency-badge-shield {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-accent);
  margin-bottom: 0.75rem;
}

.agency-title {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.agency-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.agency-pills-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold-accent);
}

/* ==========================================================================
   10. FAQ ACCORDION (SEÇÃO 13 DO PDF - 8 DÚVIDAS OBRIGATÓRIAS)
   ========================================================================== */
.section-faq-dark {
  background-color: var(--bg-dark-abyss);
  padding: 6rem 0;
}

.faq-container-narrow {
  max-width: 820px;
  margin: 0 auto;
}

.faq-accordion-item-dark {
  border: 1px solid var(--border-hairline);
  border-radius: 0;
  margin-bottom: 0.85rem;
  overflow: hidden;
  background: var(--bg-dark-card);
  transition: var(--transition-smooth);
}

.faq-accordion-item-dark:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.faq-question-btn-dark {
  width: 100%;
  padding: 1.25rem 1.5rem;
  text-align: left;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-primary);
  font-size: 0.95rem;
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.faq-question-btn-dark:hover {
  color: var(--primary-orange);
}

.faq-chevron-icon {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
  color: var(--primary-orange);
}

.faq-accordion-item-dark.active .faq-chevron-icon {
  transform: rotate(180deg);
}

.faq-answer-panel-dark {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
  background: #050B14;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
}

.faq-accordion-item-dark.active .faq-answer-panel-dark {
  padding: 1.25rem 1.5rem 1.5rem;
  max-height: 300px;
}

/* ==========================================================================
   11. FECHAMENTO EMOCIONAL & FOOTER (SEÇÃO 14 DO PDF)
   ========================================================================== */
.section-closing-banner-dark {
  background: radial-gradient(circle at center, #0B1930 0%, #02050A 80%);
  color: #FFFFFF;
  padding: 7rem 0;
  text-align: center;
  position: relative;
  border-top: 1px solid var(--border-hairline);
}

.closing-banner-inner {
  max-width: 820px;
  margin: 0 auto;
}

.closing-title {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.closing-quote {
  font-family: var(--font-editorial);
  font-size: 1.6rem;
  color: var(--gold-accent);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.closing-offer-recap {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 2.5rem;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  font-variant-numeric: lining-nums tabular-nums;
}

/* ==========================================================================
   MASTER FOOTER EDITORIAL (ESTILO REFERÊNCIA: TE ESPERAMOS / COLUNAS / REDES)
   ========================================================================== */
.master-footer-dark {
  background-color: #020409;
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}

.footer-watermark {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(6rem, 20vw, 19rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.045);
  pointer-events: none;
  user-select: none;
  z-index: 0;
  line-height: 1;
  white-space: nowrap;
}

.footer-content-container {
  position: relative;
  z-index: 1;
}

.footer-top-heading {
  text-align: center;
  margin-bottom: 4rem;
}

.footer-eyebrow-gold {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--primary-orange);
  margin-bottom: 0.6rem;
}

.footer-hero-title {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}

/* Logo oficial branca no topo do rodapé (substitui o título em texto) */
.footer-hero-logo {
  display: block;
  margin: 0.4rem auto 0;
  height: clamp(56px, 8vw, 84px);
  width: auto;
  max-width: min(78vw, 340px);
  object-fit: contain;
}

.footer-title-script {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 400;
  color: var(--gold-accent);
  margin-left: 0.35rem;
}

.footer-columns-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 3.5rem;
  margin-bottom: 4rem;
  align-items: start;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-brand-header {
  margin-bottom: 1.25rem;
}

.footer-logo-main {
  height: 30px;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer-brand-tagline {
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.5rem;
  max-width: 380px;
}

.footer-trust-badges {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.footer-badge-cadastur {
  height: 44px;
  width: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease;
}

.footer-badge-cadastur:hover {
  transform: translateY(-2px);
}

.footer-badge-quality {
  height: 48px;
  width: auto;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(212, 175, 55, 0.25));
  transition: transform 0.25s ease;
}

.footer-badge-quality:hover {
  transform: translateY(-2px) scale(1.03);
}

.footer-legal-data {
  font-size: 0.78rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.45);
}

.footer-col-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.85rem;
}

.footer-package-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}

.footer-package-dest {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.8rem;
}

.label-partnership {
  margin-top: 0.5rem;
}

.footer-xpert-wrap {
  margin-top: 0.35rem;
  display: inline-block;
}

.footer-selo-xpert {
  width: 175px;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: block;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.footer-selo-xpert:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.6);
}

.footer-social-intro {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.footer-social-buttons {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.social-circle-btn {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  transition: var(--transition-smooth);
}

.social-circle-btn:hover {
  background: var(--primary-orange);
  border-color: var(--primary-orange);
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px var(--primary-orange-glow);
}

.social-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-instagram-handle a {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--primary-orange);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: var(--transition-smooth);
}

.footer-instagram-handle a:hover {
  color: #FFFFFF;
  transform: translateX(4px);
}

.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 2rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
}

.footer-destination-tag {
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 960px) {
  .footer-columns-grid {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
  .footer-top-heading {
    margin-bottom: 2.5rem;
  }
  .footer-bottom-bar {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .master-footer-dark {
    padding-bottom: 7.5rem;
  }
}

/* Elementos Flutuantes */
.whatsapp-float-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: var(--transition-smooth);
}

.whatsapp-float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.55);
}

.whatsapp-float-btn svg {
  width: 30px;
  height: 30px;
  fill: #FFFFFF;
}

.video-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1.5rem;
}

.video-modal-backdrop.active {
  display: flex;
}

.video-modal-box {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  position: relative;
  border-radius: 0;
  box-shadow: 0 25px 50px rgba(7, 15, 30, 0.4);
}

.video-modal-close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.35rem 0.9rem;
  border-radius: 0;
  cursor: pointer;
  z-index: 1010;
  transition: var(--transition-smooth);
}

.video-modal-close-btn:hover {
  background: var(--primary-orange);
  border-color: var(--primary-orange);
}

/* ==========================================================================
   RESPONSIVIDADE (MOBILE ENHANCEMENT)
/* ==========================================================================
   RESPONSIVIDADE (MOBILE ENHANCEMENT)
   ========================================================================== */
@media (max-width: 1024px) {
  .editorial-categories {
    display: none;
  }

  .floating-capsule-nav {
    width: 100%;
    padding: 0.5rem 1.25rem;
  }
  
  .reference-vertical-cards-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .hero-bottom-grid-3 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .travel-enjoy-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .family-card-banner-dark,
  .agency-physical-banner-dark {
    grid-template-columns: 1fr;
  }
  
  .grid-pillars-6-dark {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Tablet: mantém ritmo assimétrico em 2 colunas */
  .grid-pillars-6-dark .pillar-card-dark:nth-child(1),
  .grid-pillars-6-dark .pillar-card-dark:nth-child(4),
  .grid-pillars-6-dark .pillar-card-dark:nth-child(6) { grid-column: span 2; }
  .grid-pillars-6-dark .pillar-card-dark:nth-child(2),
  .grid-pillars-6-dark .pillar-card-dark:nth-child(3),
  .grid-pillars-6-dark .pillar-card-dark:nth-child(5) { grid-column: span 1; }
}

@media (max-width: 768px) {
  .hero-editorial-section {
    padding-top: 5rem;
  }

  .floating-capsule-nav {
    padding: 0.45rem 0.85rem;
  }

  .brand-title {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
  }

  .btn-nav-action {
    font-size: 0.7rem;
    padding: 0.45rem 0.9rem;
  }

  .selo-xpert-nav {
    display: none;
  }

  .hero-editorial-top {
    flex-direction: column;
  }
  
  .hero-vertical-slider {
    flex-direction: row;
    align-self: flex-start;
    margin-top: 1.5rem;
  }
  
  .hero-bottom-wrapper {
    margin-top: 2rem;
  }

  .hero-bottom-grid-3 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  
  .hero-action-bar {
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
  }
  
  .btn-hero-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  
  .segmented-pill-container {
    flex-direction: column;
    border-radius: 0;
    padding: 0.5rem;
    gap: 0.35rem;
  }
  
  .pill-segment-btn {
    width: 100%;
    justify-content: center;
  }
  
  .pill-action-blue {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  
  .reference-vertical-cards-grid-4 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ref-card-img-wrap {
    aspect-ratio: 9 / 12;
  }

  .grid-pillars-6-dark,
  .grid-transparency-2-dark,
  .reviews-grid-3-dark {
    grid-template-columns: 1fr;
  }

  .family-card-content,
  .agency-physical-content {
    padding: 2rem 1.5rem;
  }

  .ticket-card-body {
    padding: 2rem 1.25rem;
  }

  .btn-google-reviews {
    width: 100%;
    padding: 0.95rem 1.2rem;
    font-size: 0.72rem;
    text-align: center;
  }

  /* Responsivo mobile: novas linguagens das abas empilham */
  .expedition-row { grid-template-columns: 1fr; }
  .expedition-media { aspect-ratio: 16 / 9; min-height: 0; }
  .expedition-arrow { display: none; }
  .gastro-grid { grid-template-columns: 1fr; }
  .suites-bento { grid-template-columns: 1fr; }
  .suite-feature { grid-row: auto; min-height: 420px; }
  .suite-wide { grid-column: auto; }
}

/* ==========================================================================
   ABA 1 · PARQUES — Expedition List (linhas horizontais cinematográficas)
   Entrada: desliza da esquerda em cascata · Hover: zoom + seta magnética
   ========================================================================== */
.parques-expedition-list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 3rem;
}
.expedition-row {
  display: grid;
  grid-template-columns: 300px 1fr 64px;
  gap: 1.4rem;
  align-items: center;
  background: linear-gradient(120deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 0.9rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.45s ease;
}
.expedition-row::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-orange), var(--gold-accent));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.expedition-row:hover {
  transform: translateX(8px);
  border-color: rgba(228, 143, 49, 0.5);
  box-shadow: 0 18px 44px rgba(7, 15, 30, 0.4), 0 0 0 1px rgba(228, 143, 49, 0.25);
}
.expedition-row:hover::before { opacity: 1; }
.expedition-media {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  min-height: 170px;
}
.expedition-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.expedition-row:hover .expedition-media img { transform: scale(1.1); }
.expedition-media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(200deg, transparent 50%, rgba(11, 29, 54, 0.65) 100%);
}
.expedition-index {
  position: absolute;
  bottom: 0.6rem; right: 0.7rem;
  z-index: 2;
  font-size: 2rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
  line-height: 1;
}
.expedition-pill {
  position: absolute;
  top: 0.7rem; left: 0.7rem;
  z-index: 2;
  background: rgba(11, 29, 54, 0.82);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--gold-accent);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: 0;
}
.expedition-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 0.35rem;
}
.expedition-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  margin-bottom: 0.7rem;
}
.expedition-meta { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.expedition-check {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--primary-orange);
}
.expedition-tag {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 0.25rem 0.7rem;
  border-radius: 0;
}
.expedition-arrow {
  width: 52px; height: 52px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.3rem;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  justify-self: center;
}
.expedition-row:hover .expedition-arrow {
  background: var(--primary-orange);
  border-color: var(--primary-orange);
  transform: translateX(4px) scale(1.06);
  box-shadow: 0 8px 22px var(--primary-orange-glow);
}
#tab-parques.active .expedition-row { animation: rowIn 0.65s cubic-bezier(0.16, 1, 0.3, 1) both; }
#tab-parques.active .expedition-row:nth-child(2) { animation-delay: 0.1s; }
#tab-parques.active .expedition-row:nth-child(3) { animation-delay: 0.2s; }
#tab-parques.active .expedition-row:nth-child(4) { animation-delay: 0.3s; }
@keyframes rowIn {
  from { opacity: 0; transform: translateX(-42px); }
  to { opacity: 1; transform: translateX(0); }
}

/* ==========================================================================
   ABA 3 · GASTRONOMIA — Chef's Table (menu dourado, prato circular)
   Entrada: zoom em cascata · Hover: anel gira + brilho varre
   ========================================================================== */
.gastro-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.gastro-card {
  position: relative;
  text-align: center;
  background: radial-gradient(420px 220px at 50% 0%, rgba(228, 143, 49, 0.14), transparent 70%), #0A1628;
  border: 1px solid rgba(212, 175, 105, 0.28);
  border-radius: 0;
  padding: 2.6rem 1.6rem 1.8rem;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.45s ease;
}
.gastro-card::after {
  content: '';
  position: absolute; top: 0; left: -80%;
  width: 55%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 215, 160, 0.16), transparent);
  transform: skewX(-18deg);
  transition: left 0.7s ease;
}
.gastro-card:hover::after { left: 135%; }
.gastro-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 105, 0.65);
  box-shadow: 0 26px 60px rgba(7, 15, 30, 0.4), 0 0 40px rgba(228, 143, 49, 0.14);
}
.gastro-glow {
  position: absolute;
  top: -70px; left: 50%;
  width: 280px; height: 200px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(255, 150, 60, 0.28), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
  animation: candle 3.4s ease-in-out infinite alternate;
}
@keyframes candle {
  from { opacity: 0.65; transform: translateX(-50%) scale(1); }
  to { opacity: 1; transform: translateX(-50%) scale(1.1); }
}
.gastro-dish {
  width: 168px; height: 168px;
  margin: -0.4rem auto 1.1rem;
  border-radius: 0;
  padding: 7px;
  background: conic-gradient(from 0deg, #E48F31, #A86A1D, #F6D9A8, #E48F31);
  animation: ring-spin 14s linear infinite paused;
  box-shadow: 0 14px 34px rgba(7, 15, 30, 0.4);
}
.gastro-card:hover .gastro-dish { animation-play-state: running; }
@keyframes ring-spin { to { transform: rotate(360deg); } }
.gastro-dish img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 0;
  border: 3px solid #0A1628;
  animation: ring-spin-rev 14s linear infinite paused;
}
.gastro-card:hover .gastro-dish img { animation-play-state: running; }
@keyframes ring-spin-rev { to { transform: rotate(-360deg); } }
.gastro-seal {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background-image: var(--gold-metal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border-top: 1px solid rgba(212, 175, 105, 0.5);
  border-bottom: 1px solid rgba(212, 175, 105, 0.5);
  padding: 0.3rem 0.9rem;
  margin-bottom: 0.7rem;
}
.gastro-title {
  font-family: 'Satisfy', cursive;
  font-size: 1.9rem;
  font-weight: 400;
  color: #FFF7EA;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.gastro-notes {
  font-size: 0.85rem;
  color: rgba(255, 247, 234, 0.72);
  line-height: 1.6;
  margin-bottom: 1.1rem;
}
.gastro-pairing {
  border-top: 1px dashed rgba(212, 175, 105, 0.4);
  padding-top: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.gastro-pairing span {
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 247, 234, 0.5);
}
.gastro-pairing strong { font-size: 0.82rem; color: var(--primary-orange); }
#tab-gastronomia.active .gastro-card { animation: dishIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both; }
#tab-gastronomia.active .gastro-card:nth-child(2) { animation-delay: 0.1s; }
#tab-gastronomia.active .gastro-card:nth-child(3) { animation-delay: 0.2s; }
#tab-gastronomia.active .gastro-card:nth-child(4) { animation-delay: 0.3s; }
@keyframes dishIn {
  from { opacity: 0; transform: scale(0.88) translateY(22px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

/* ==========================================================================
   ABA 4 · SUÍTES — Bento Sanctuary (assimétrico + glass + chips)
   Entrada: rise com blur em cascata · Hover: foto respira + glass ilumina
   ========================================================================== */
.suites-bento {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: 300px 300px auto;
  gap: 1.2rem;
  margin-bottom: 3rem;
}
.suite-cell {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #050E1B;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease, border-color 0.3s ease;
}
.suite-cell img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}
.suite-cell::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(5, 14, 27, 0.55) 65%, rgba(5, 14, 27, 0.92) 100%);
  transition: opacity 0.4s ease;
}
.suite-cell:hover { transform: translateY(-7px); border-color: rgba(228, 143, 49, 0.45); box-shadow: 0 26px 60px rgba(7, 15, 30, 0.4); }
.suite-cell:hover img { transform: scale(1.07); filter: saturate(1.12); }
.suite-feature { grid-row: span 2; min-height: 100%; }
.suite-wide { grid-column: span 2; min-height: 260px; }
.suite-rating {
  position: absolute;
  top: 1rem; right: 1rem;
  z-index: 3;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0B1D36;
  background: var(--gold-metal);
  padding: 0.4rem 0.85rem;
  border-radius: 0;
  box-shadow: 0 8px 22px rgba(228, 143, 49, 0.35);
}
.suite-glass {
  position: absolute;
  left: 1rem; right: 1rem; bottom: 1rem;
  z-index: 2;
  background: rgba(10, 22, 40, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  padding: 1rem 1.1rem;
  transition: background 0.35s ease, border-color 0.35s ease;
}
.suite-cell:hover .suite-glass { background: rgba(10, 22, 40, 0.72); border-color: rgba(255, 211, 159, 0.4); }
.suite-kicker {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-accent);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.3rem;
}
.suite-kicker::before {
  content: '';
  width: 20px; height: 2px;
  background: linear-gradient(90deg, var(--primary-orange), var(--gold-accent));
  border-radius: 0;
}
.suite-glass h3 { font-size: 1.2rem; font-weight: 800; color: #fff; margin-bottom: 0.3rem; }
.suite-feature .suite-glass h3 { font-size: 1.6rem; }
.suite-glass p { font-size: 0.82rem; color: rgba(255, 255, 255, 0.78); line-height: 1.55; }
.suite-chips { display: flex; gap: 0.45rem; flex-wrap: wrap; margin-top: 0.7rem; }
.suite-chips span {
  font-size: 0.68rem;
  font-weight: 700;
  color: #F6D9A8;
  background: rgba(228, 143, 49, 0.16);
  border: 1px solid rgba(228, 143, 49, 0.4);
  padding: 0.28rem 0.7rem;
  border-radius: 0;
}
#tab-suites.active .suite-cell { animation: suiteIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) both; }
#tab-suites.active .suite-cell:nth-child(2) { animation-delay: 0.1s; }
#tab-suites.active .suite-cell:nth-child(3) { animation-delay: 0.2s; }
#tab-suites.active .suite-cell:nth-child(4) { animation-delay: 0.3s; }
@keyframes suiteIn {
  from { opacity: 0; transform: translateY(34px); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@media (prefers-reduced-motion: reduce) {
  #tab-parques.active .expedition-row,
  #tab-gastronomia.active .gastro-card,
  #tab-suites.active .suite-cell { animation: none; }
  .gastro-dish, .gastro-dish img { animation: none; }
  .hero-slide, .hero-slide.active { transform: none; transition: opacity 0.4s ease; }
}

/* ==========================================================================
   SEÇÃO 03 · ESCOLHA SUA EXPERIÊNCIA — 6 moods, liberdade sem roteiro
   Desktop: grade 3x2 com cards grandes · Mobile: scroll horizontal com snap
   ========================================================================== */
.moods-intro {
  font-family: 'Satisfy', cursive;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2rem;
}
.moods-grid-6 { grid-template-columns: repeat(3, 1fr); }
#tab-moods.active .ref-vertical-card { animation: dishIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both; }
#tab-moods.active .ref-vertical-card:nth-child(2) { animation-delay: 0.08s; }
#tab-moods.active .ref-vertical-card:nth-child(3) { animation-delay: 0.16s; }
#tab-moods.active .ref-vertical-card:nth-child(4) { animation-delay: 0.24s; }
#tab-moods.active .ref-vertical-card:nth-child(5) { animation-delay: 0.32s; }
#tab-moods.active .ref-vertical-card:nth-child(6) { animation-delay: 0.4s; }

@media (max-width: 900px) {
  .moods-grid-6 {
    display: flex;
    gap: 1.1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .moods-grid-6 .ref-vertical-card {
    flex: 0 0 74%;
    scroll-snap-align: center;
  }
}

/* ==========================================================================
   SEÇÃO 02 · CARROSSEL DE PARQUES (esteira infinita, sem setas)
   ========================================================================== */
.parques-carousel {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.carousel-viewport {
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.carousel-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
/* Modo esteira infinita: movimento contínuo, bem lento e fluido */
.carousel-track.marquee {
  gap: 0;
  width: max-content;
  transition: none;
  animation: parques-marquee 45s linear infinite;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.carousel-track.marquee > * {
  margin-right: 1.5rem;
}
/* Largura fixa em vw (o % quebra dentro de trilha max-content) */
#tab-parques .carousel-track.marquee .ref-vertical-card {
  flex: 0 0 clamp(230px, 24vw, 310px);
  min-width: 0;
}
@keyframes parques-marquee {
  to { transform: translateX(-50%); }
}
.parques-carousel.marquee-mode:hover .carousel-track.marquee {
  animation-play-state: paused;
}
#tab-parques .ref-vertical-card {
  flex: 0 0 calc((100% - 3rem) / 3);
  min-width: 0;
}
.carousel-arrow {
  flex-shrink: 0;
  width: 52px; height: 52px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #FFFFFF;
  font-size: 1.7rem;
  line-height: 1;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.carousel-arrow span { transform: translateY(-2px); }
.carousel-arrow:hover {
  background: var(--primary-orange);
  border-color: var(--primary-orange);
  box-shadow: 0 8px 22px var(--primary-orange-glow);
  transform: scale(1.06);
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
}
.carousel-dots button {
  width: 24px;
  height: 3px;
  border-radius: 0;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.carousel-dots button.active {
  width: 48px;
  height: 3px;
  background: var(--primary-orange);
}
@media (max-width: 900px) {
  #tab-parques .ref-vertical-card { flex-basis: calc((100% - 1.5rem) / 2); }
  #tab-parques .carousel-track.marquee .ref-vertical-card { flex-basis: clamp(250px, 42vw, 360px); }
}
@media (max-width: 640px) {
  #tab-parques .ref-vertical-card { flex-basis: 100%; }
  #tab-parques .carousel-track.marquee .ref-vertical-card { flex-basis: min(76vw, 360px); }
  .carousel-arrow { width: 44px; height: 44px; }
  .parques-carousel { gap: 0.6rem; }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-track { transition: none; }
}

/* ==========================================================================
   SEÇÃO 03 · SELETOR DE HUMOR (palco interativo — liberdade, não roteiro)
   ========================================================================== */
.mood-picker { margin-bottom: 3rem; }
.mood-pills {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
}
.mood-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.65rem 1.2rem;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}
.mood-pill:hover {
  border-color: var(--primary-orange);
  color: #FFFFFF;
  transform: translateY(-2px);
}
.mood-pill.active {
  background: var(--primary-orange);
  border-color: var(--primary-orange);
  color: #FFFFFF;
  box-shadow: 0 8px 22px var(--primary-orange-glow);
}
.mood-stage {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 2rem;
  align-items: center;
  background: linear-gradient(120deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 1.4rem;
  transition: opacity 0.35s ease;
}
.mood-stage.fading { opacity: 0; }
.mood-photo {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  min-height: 300px;
  background: #050E1B;
}
.mood-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.mood-num {
  position: absolute;
  bottom: 0.8rem; right: 1rem;
  font-size: 3rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.9);
  line-height: 1;
}
.mood-kicker {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-accent);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.mood-kicker::before {
  content: '';
  width: 24px; height: 2px;
  background: linear-gradient(90deg, var(--primary-orange), var(--gold-accent));
  border-radius: 0;
}
.mood-title {
  font-family: 'Satisfy', cursive;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  color: #FFFFFF;
  margin-bottom: 0.6rem;
  line-height: 1.15;
}
.mood-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  margin-bottom: 0.9rem;
}
.mood-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--primary-orange);
  background: rgba(228, 143, 49, 0.12);
  border: 1px solid rgba(228, 143, 49, 0.4);
  padding: 0.35rem 0.9rem;
  border-radius: 0;
  margin-bottom: 1.3rem;
}
.mood-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--primary-orange);
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  border: none;
  border-radius: 0;
  padding: 0.9rem 1.6rem;
  cursor: pointer;
  box-shadow: 0 10px 26px var(--primary-orange-glow);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.mood-cta:hover {
  background: var(--primary-orange-hover);
  transform: translateY(-2px);
}
@media (max-width: 860px) {
  .mood-stage { grid-template-columns: 1fr; gap: 1.2rem; }
  .mood-photo { min-height: 220px; }
  .mood-pills {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding-bottom: 0.6rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mood-pill { scroll-snap-align: start; }
}

/* ==========================================================================
   SEÇÃO 05 · FAIXA MOSAICO (fileiras alinhadas, assimetria só horizontal)
   ========================================================================== */
.todos-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 0.8rem;
  max-width: 640px;
}
.todos-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.1rem;
  margin-top: 2.2rem;
  margin-bottom: 1rem;
}
.todos-cell {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  min-height: 260px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #050E1B;
  cursor: pointer;
}
.todos-cell img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.todos-cell::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 14, 27, 0.88) 100%);
}
.todos-cell:hover img { transform: scale(1.07); }
.todos-span-3 { grid-column: span 3; }
.todos-span-4 { grid-column: span 4; }
.todos-span-5 { grid-column: span 5; }
.todos-span-7 { grid-column: span 7; }
.todos-cell figcaption {
  position: absolute;
  left: 1.1rem; bottom: 1rem;
  z-index: 2;
  color: #FFFFFF;
  font-size: 1.05rem;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: flex-start;
}
.todos-cell figcaption span {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-accent);
  background: rgba(11, 29, 54, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.28rem 0.7rem;
  border-radius: 0;
}
@media (max-width: 860px) {
  .todos-mosaic { grid-template-columns: repeat(2, 1fr); }
  .todos-span-3, .todos-span-4, .todos-span-5, .todos-span-7 { grid-column: span 1; }
  .todos-cell { min-height: 220px; }
  .todos-cell:first-child { grid-column: span 2; min-height: 260px; }
}

/* ==========================================================================
   SEÇÃO 06 · VÍDEO ÚNICO (thumbnail oficial + play central, YouTube lazy)
   ========================================================================== */
.video-single-centered {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-single-centered .travel-enjoy-paragraph {
  max-width: 680px;
  margin-bottom: 2rem;
}
.video-hero-player {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: auto !important;
  aspect-ratio: 16 / 9;
  background-color: #000000;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(7, 15, 30, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
}

.video-hero-player img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
}

.video-hero-player:hover img {
  transform: scale(1.02);
  filter: brightness(1.06);
}

.video-hero-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-hero-player .enjoy-play-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.25) 0%, rgba(4, 8, 17, 0.55) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease;
  z-index: 2;
}

.video-hero-player:hover .enjoy-play-overlay {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 0%, rgba(4, 8, 17, 0.4) 100%);
}

.enjoy-play-button-central {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(228, 143, 49, 0.95);
  color: #FFFFFF;
  border: 3px solid rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 35px rgba(228, 143, 49, 0.65), 0 0 0 10px rgba(228, 143, 49, 0.25);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, background 0.3s ease;
  outline: none;
}

.enjoy-play-button-central .play-icon-svg {
  margin-left: 4px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
}

.video-hero-player:hover .enjoy-play-button-central {
  transform: scale(1.1);
  background: var(--primary-orange);
  box-shadow: 0 14px 45px rgba(228, 143, 49, 0.85), 0 0 0 16px rgba(228, 143, 49, 0.35);
}

.video-hero-player .enjoy-card-caption-float {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(4, 8, 17, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.55rem 1.4rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  z-index: 3;
  box-shadow: 0 4px 20px rgba(7, 15, 30, 0.4);
  border-radius: 0;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.video-hero-player:hover .enjoy-card-caption-float {
  background: rgba(4, 8, 17, 0.98);
  transform: translateX(-50%) translateY(-2px);
  border-color: rgba(228, 143, 49, 0.6);
}

@media (max-width: 768px) {
  .enjoy-play-button-central {
    width: 62px;
    height: 62px;
    box-shadow: 0 8px 25px rgba(228, 143, 49, 0.5), 0 0 0 6px rgba(228, 143, 49, 0.2);
  }
  .enjoy-play-button-central .play-icon-svg {
    width: 24px;
    height: 24px;
    margin-left: 3px;
  }
  .video-hero-player .enjoy-card-caption-float {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.75rem;
    bottom: 0.65rem;
    white-space: nowrap;
  }
}

/* ==========================================================================
   SEÇÃO 07 · GASTRONOMIA + A DOIS (split editorial + trio fotográfico)
   ========================================================================== */
.section-duo-dark {
  padding: 5rem 0;
}
.duo-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: center;
}
.duo-paragraph {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.duo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.duo-chips span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-accent);
  background: rgba(228, 143, 49, 0.1);
  border: 1px solid rgba(228, 143, 49, 0.35);
  padding: 0.4rem 0.9rem;
  border-radius: 0;
}
.duo-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 240px 240px;
  gap: 1rem;
}
.duo-photo {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #050E1B;
}
.duo-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.duo-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(5, 14, 27, 0.85) 100%);
}
.duo-photo:hover img { transform: scale(1.07); }
.duo-tall { grid-row: span 2; }
.duo-photo figcaption {
  position: absolute;
  left: 1rem; bottom: 0.9rem;
  z-index: 2;
  color: #FFFFFF;
  font-size: 0.92rem;
  font-weight: 800;
}
@media (max-width: 860px) {
  .duo-grid { grid-template-columns: 1fr; gap: 2rem; }
  .duo-photos { grid-template-rows: 220px 220px 220px; }
  .duo-tall { grid-row: span 1; grid-column: span 2; }
}

/* ==========================================================================
   SEÇÃO 08 · BENEFÍCIO FAMÍLIA (emocional sofisticado, sem apelo promocional)
   ========================================================================== */
.section-family-benefit-dark {
  padding: 5rem 0;
}
.benefit-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3rem;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 45%) border-box;
  padding: 2rem;
}
.benefit-photo {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: 560px;
  width: 100%;
  background: #050E1B;
}
.benefit-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.benefit-highlight {
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  font-weight: 800;
  color: #FFFFFF;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.benefit-paragraph {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.benefit-footnote {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 860px) {
  .benefit-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .benefit-photo { aspect-ratio: 4 / 3; max-height: none; }
}

/* ==========================================================================
   SEÇÃO 09 · ÍCONES DOS PILARES + PONTE PARA O INVESTIMENTO
   ========================================================================== */
.pillar-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.pillar-top-row .pillar-number-orange {
  margin-bottom: 0;
}
.pillar-icon {
  width: 30px;
  height: 30px;
  color: var(--primary-orange);
  opacity: 0.9;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.pillar-card-dark:hover .pillar-icon {
  transform: scale(1.15) rotate(-4deg);
}
.pillars-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.2rem;
}

/* ==========================================================================
   SEÇÃO 10 — INVESTIMENTO (Ticket card centralizado de alta conversão)
   ========================================================================== */
.section-pricing-dark {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}


/* ==========================================================================
   SEÇÃO 14 · FECHAMENTO COM FOTO (família + véu para legibilidade)
   ========================================================================== */
.section-closing-banner-dark.has-photo-bg {
  background: #02050A;
  overflow: hidden;
}
.closing-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center 30%;
}
.closing-veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(2,5,10,0.82) 0%, rgba(2,5,10,0.55) 45%, rgba(2,5,10,0.88) 100%);
}
.section-closing-banner-dark.has-photo-bg .closing-banner-inner {
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   ATMOSFERA — alternância de luz entre seções (base dark preservada)
   Cada bloco ganha um respiro luminoso + hairline delicada, sem transparência
   ========================================================================== */
.section-travel-and-enjoy {
  background: radial-gradient(900px 420px at 50% 0%, rgba(91, 146, 219, 0.10), transparent 65%), #040811;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.section-duo-dark {
  background: radial-gradient(700px 380px at 85% 15%, rgba(228, 143, 49, 0.08), transparent 60%), transparent;
}
.section-family-dark {
  background: radial-gradient(800px 400px at 15% 20%, rgba(91, 146, 219, 0.08), transparent 60%), #070D18;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.section-family-benefit-dark {
  background: radial-gradient(700px 360px at 85% 80%, rgba(228, 143, 49, 0.06), transparent 60%), transparent;
}
.section-pillars-dark {
  background: radial-gradient(1000px 480px at 50% 0%, rgba(91, 146, 219, 0.09), transparent 62%), var(--bg-dark-abyss);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.section-transparency-dark {
  background: radial-gradient(900px 420px at 50% 100%, rgba(91, 146, 219, 0.08), transparent 60%), var(--bg-dark-abyss);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.section-social-proof-dark {
  background: radial-gradient(800px 380px at 50% 0%, rgba(228, 143, 49, 0.06), transparent 60%), #060D18;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.section-faq-dark {
  background-color: #060D18;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

/* ==========================================================================
   NATURALIDADE — grão de filme + véus fotográficos + brilhos difusos
   Tira o "plástico digital" sem quebrar nenhuma seção
   ========================================================================== */
/* 1. Grão de filme global (5% — só textura, sem sujeira) */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}
/* 2. Véus fotográficos: textura real sob o véu escuro (foto a ~8-10%) */
.section-pillars-dark {
  background:
    radial-gradient(1200px 500px at 50% 0%, rgba(91, 146, 219, 0.07), transparent 65%),
    linear-gradient(rgba(4, 8, 17, 0.84), rgba(4, 8, 17, 0.89)),
    url('assets-xcaret/hero-slide-05.webp') center / cover no-repeat,
    var(--bg-dark-abyss);
}
.section-transparency-dark {
  background:
    radial-gradient(1100px 480px at 50% 100%, rgba(91, 146, 219, 0.06), transparent 65%),
    linear-gradient(rgba(4, 8, 17, 0.83), rgba(4, 8, 17, 0.88)),
    url('assets-xcaret/secao05-rio.webp') center / cover no-repeat,
    var(--bg-dark-abyss);
}
.section-faq-dark {
  background:
    linear-gradient(rgba(6, 13, 24, 0.85), rgba(6, 13, 24, 0.90)),
    url('assets-xcaret/parque-xenotes.webp') center / cover no-repeat,
    #060D18;
}
/* 3. Brilhos maiores e mais difusos (mancha de luz, não spotlight) */
.section-travel-and-enjoy {
  background: radial-gradient(1200px 600px at 50% 0%, rgba(91, 146, 219, 0.08), transparent 70%), #040811;
}
@media (prefers-reduced-motion: reduce) {
  body::after { display: none; }
}

/* ==========================================================================
   REVEAL ON SCROLL — 6 variações + cascata
   ========================================================================== */
[data-rv] {
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.9s ease;
}
[data-rv="up"] { transform: translateY(38px); }
[data-rv="left"] { transform: translateX(-48px); }
[data-rv="right"] { transform: translateX(48px); }
[data-rv="zoom"] { transform: scale(0.9); }
[data-rv="blur"] { transform: translateY(26px); filter: blur(12px); }
[data-rv="flip"] { transform: perspective(800px) rotateX(10deg); transform-origin: top; }
[data-rv].rv-in { opacity: 1; transform: none; filter: none; }
/* Cascata: filhos entram em sequência */
.rv-cascade > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.rv-cascade.rv-in > * { opacity: 1; transform: none; }
.rv-cascade.rv-in > *:nth-child(1) { transition-delay: 0.05s; }
.rv-cascade.rv-in > *:nth-child(2) { transition-delay: 0.13s; }
.rv-cascade.rv-in > *:nth-child(3) { transition-delay: 0.21s; }
.rv-cascade.rv-in > *:nth-child(4) { transition-delay: 0.29s; }
.rv-cascade.rv-in > *:nth-child(5) { transition-delay: 0.37s; }
.rv-cascade.rv-in > *:nth-child(6) { transition-delay: 0.45s; }
.rv-cascade.rv-in > *:nth-child(7) { transition-delay: 0.53s; }
.rv-cascade.rv-in > *:nth-child(8) { transition-delay: 0.61s; }
@media (prefers-reduced-motion: reduce) {
  [data-rv], .rv-cascade > * { opacity: 1; transform: none; filter: none; transition: none; }
}

/* ==========================================================================
   HERO — coreografia máxima de entrada + parallax na rolagem
   ========================================================================== */
/* Fundo nasce do preto */
.hero-slides-container,
.hero-video-background-container {
  opacity: 0;
  transition: opacity 1.6s ease 0.1s;
}
#hero.hero-play .hero-slides-container,
#hero.hero-play .hero-video-background-container { opacity: 1; }
/* Tempos de entrada */
[data-ha] {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(6px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1), filter 1s ease;
}
#hero.hero-play [data-ha="1"] { transition-delay: 0.15s; }
#hero.hero-play [data-ha="2"] { transition-delay: 0.28s; }
#hero.hero-play [data-ha="3"] { transition-delay: 0.4s; }
#hero.hero-play [data-ha="4"] { transition-delay: 0.52s; }
#hero.hero-play [data-ha="5"] { transition-delay: 0.78s; }
#hero.hero-play [data-ha="6"] { transition-delay: 0.92s; }
#hero.hero-play [data-ha="7"] { transition-delay: 1.05s; }
#hero.hero-play [data-ha="8"] { transition-delay: 1.25s; }
#hero.hero-play [data-ha] { opacity: 1; transform: none; filter: none; }
/* Título mascarado: linhas sobem de dentro da máscara */
.hl-mask {
  display: block;
  overflow: hidden;
  padding-bottom: 0.06em;
  margin-bottom: -0.06em;
}
.hl-mask .hl-line {
  display: block;
  transform: translateY(112%);
  filter: blur(8px);
  transition: transform 1.15s cubic-bezier(0.16, 1, 0.3, 1), filter 1.15s ease;
}
.hl-mask[data-ha] { opacity: 1; transform: none; filter: none; }
#hero.hero-play .hl-mask .hl-line { transform: none; filter: none; }
#hero.hero-play .hl-mask[data-ha="2"] .hl-line { transition-delay: 0.28s; }
#hero.hero-play .hl-mask[data-ha="3"] .hl-line { transition-delay: 0.4s; }
#hero.hero-play .hl-mask[data-ha="4"] .hl-line { transition-delay: 0.52s; }
/* CTA com pulso de atenção ao final da coreografia */
#hero.hero-play .hero-cta-wrapper .btn-hero-cta { animation: cta-glow 2.6s ease-in-out 1.6s 2; }
@keyframes cta-glow {
  0%, 100% { box-shadow: 0 0 0 rgba(228, 143, 49, 0); }
  50% { box-shadow: 0 0 34px rgba(228, 143, 49, 0.65); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slides-container { opacity: 1; transition: none; }
  [data-ha], .hl-mask .hl-line { opacity: 1; transform: none; filter: none; transition: none; }
  #hero.hero-play .hero-cta-wrapper .btn-hero-cta { animation: none; }
}

/* ==========================================================================
   MOBILE — hamburger + menu tela cheia + CTA fixo
   ========================================================================== */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px; height: 42px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  cursor: pointer;
  padding: 0 10px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: #FFFFFF;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(4, 8, 17, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.mobile-nav.open { opacity: 1; visibility: visible; }
.mobile-nav-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-align: center;
}
.mobile-nav-links a {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  padding: 0.5rem 1rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.25s ease;
}
.mobile-nav.open .mobile-nav-links a { opacity: 1; transform: none; }
.mobile-nav.open .mobile-nav-links a:nth-child(1) { transition-delay: 0.05s; }
.mobile-nav.open .mobile-nav-links a:nth-child(2) { transition-delay: 0.1s; }
.mobile-nav.open .mobile-nav-links a:nth-child(3) { transition-delay: 0.15s; }
.mobile-nav.open .mobile-nav-links a:nth-child(4) { transition-delay: 0.2s; }
.mobile-nav.open .mobile-nav-links a:nth-child(5) { transition-delay: 0.25s; }
.mobile-nav.open .mobile-nav-links a:nth-child(6) { transition-delay: 0.3s; }
.mobile-nav.open .mobile-nav-links a:nth-child(7) { transition-delay: 0.35s; }
.mobile-nav-links a:hover { color: var(--primary-orange); }
.mobile-nav-cta {
  margin-top: 0.8rem;
  background: var(--primary-orange);
  border-radius: 14px;
  font-size: 1.1rem !important;
  padding: 0.9rem 2rem !important;
}
.mobile-sticky-cta {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  background: rgba(4, 8, 17, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(228, 143, 49, 0.4);
  border-radius: 18px;
  padding: 0.7rem 0.8rem 0.7rem 1.1rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
  transform: translateY(120%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-sticky-cta.show { transform: none; }
.sticky-cta-price {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  font-weight: 900;
  font-size: 1.05rem;
  line-height: 1.1;
  white-space: nowrap;
}
.sticky-cta-price small {
  font-weight: 600;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.6);
}
.mobile-sticky-cta a {
  background: var(--primary-orange);
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  border-radius: 12px;
  padding: 0.85rem 1.1rem;
  white-space: nowrap;
  box-shadow: 0 8px 20px var(--primary-orange-glow);
}
@media (max-width: 1024px) {
  .nav-toggle { display: inline-flex; }
}
@media (max-width: 768px) {
  .mobile-sticky-cta { display: flex; }
  body { padding-bottom: 0; }
}

/* ==========================================================================
   ALINHAMENTO MOBILE (header, announcement, CTA hero, flutuantes)
   ========================================================================== */
.nowrap { white-space: nowrap; }

@media (max-width: 768px) {
  /* Announcement em 1 linha com elipse — nunca sobrepõe o logo */
  .top-announcement-bar {
    font-size: 0.6rem;
    padding: 0.4rem 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* Header compacto e respirando */
  .editorial-floating-header { padding-top: 1.9rem; }
  .floating-capsule-nav { padding: 0.5rem 0.8rem 0.7rem; gap: 0.5rem; }
  .brand-logo-white { height: 22px; }
  .header-actions { gap: 0.5rem; }
  .btn-nav-action { font-size: 0.65rem; padding: 0.45rem 0.75rem; }
  .nav-toggle { width: 38px; height: 38px; }
  /* CTA do hero sem viúva */
  .btn-hero-cta {
    font-size: 0.85rem;
    padding: 1rem 1.2rem;
    line-height: 1.5;
  }
  /* WhatsApp acima da barra de CTA fixa */
  .whatsapp-float-btn {
    width: 50px; height: 50px;
    right: 12px;
    bottom: 96px;
  }
  .whatsapp-float-btn svg { width: 26px; height: 26px; }
}

/* ==========================================================================
   LUXO INTERATIVO — botões magnéticos + spotlight que segue o mouse
   (só com ponteiro fino; desligado em reduced-motion e touch)
   ========================================================================== */
.btn-hero-cta, .mood-cta, .btn-ticket-cta-primary, .btn-google-reviews {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}
.section-pillars-dark, .section-pricing-dark {
  position: relative;
  overflow: hidden;
}
.section-pillars-dark::after, .section-pricing-dark::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  background: radial-gradient(480px circle at var(--mx, 50%) var(--my, 50%), rgba(228, 143, 49, 0.07), transparent 65%);
}
.section-pillars-dark.lit::after, .section-pricing-dark.lit::after { opacity: 1; }
.section-pillars-dark .container, .section-pricing-dark .container {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   SEÇÃO 07 · GALERIA GASTRONÔMICA (6 fotos, fileiras alinhadas)
   ========================================================================== */
.duo-chips-centered { justify-content: center; margin-top: 1.2rem; }
.duo-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.1rem;
  margin-top: 2.4rem;
}
.duo-cell {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  min-height: 250px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #050E1B;
  cursor: pointer;
}
.duo-cell img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.duo-cell::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 14, 27, 0.88) 100%);
}
.duo-cell:hover img { transform: scale(1.07); }
.duo-video-cell video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
/* Células de vídeo em retrato: respeitam o formato vertical dos filmes */
.duo-cell.duo-video-cell {
  aspect-ratio: 3 / 4;
  min-height: 420px;
}
.duo-play-badge {
  position: absolute;
  top: 1rem; right: 1rem;
  z-index: 2;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(11, 29, 54, 0.7);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.duo-video-cell.playing .duo-play-badge { opacity: 0; }
.duo-span-4 { grid-column: span 4; }
.duo-span-5 { grid-column: span 5; }
.duo-span-6 { grid-column: span 6; }
.duo-span-7 { grid-column: span 7; }
.duo-span-12 { grid-column: span 12; }
.duo-cell.duo-wide { min-height: 220px; }
.duo-cell figcaption {
  position: absolute;
  left: 1.1rem; bottom: 1rem;
  z-index: 2;
  color: #FFFFFF;
  font-size: 1.05rem;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: flex-start;
}
.duo-cell figcaption span {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-accent);
  background: rgba(11, 29, 54, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
}
@media (max-width: 860px) {
  .duo-gallery { grid-template-columns: repeat(2, 1fr); }
  .duo-span-4, .duo-span-5, .duo-span-7 { grid-column: span 1; }
  .duo-span-6 { grid-column: span 2; }
  .duo-span-12 { grid-column: span 2; }
  .duo-cell { min-height: 210px; }
  .duo-cell.duo-video-cell { min-height: 0; aspect-ratio: 3 / 4; }
}
