/* ============================================================
   Ventta Viagens — institucional
   Paleta da marca: petróleo, turquesa, sol, areia
   ============================================================ */

:root {
  --deep: #053b36;
  --deep-2: #042a27;
  --deep-3: #0a534b;
  --teal: #10bfb2;
  --teal-dark: #0e8f86;
  --sun: #f6c544;
  --sun-dark: #e2ac21;
  --sand: #fdf6ec;
  --sand-2: #f6ead8;
  --ink: #0d2521;
  --ink-soft: #3f5a55;
  --white: #ffffff;

  --shell: min(1240px, 100% - 48px);
  --radius: 22px;
  --radius-lg: 32px;
  --shadow-sm: 0 10px 24px rgba(5, 59, 54, 0.08);
  --shadow-md: 0 22px 48px rgba(5, 59, 54, 0.14);
  --shadow-lg: 0 38px 80px rgba(4, 42, 39, 0.28);

  /* dirigidas pelo script do cinema */
  --mx: 0; --my: 0;
  --back-opacity: 1; --back-x: 0px; --back-y: 0px; --back-scale: 0.82;
  --back-brightness: 1; --back-saturation: 1; --blur-px: 0px;
  --shade-top: 0.46; --shade-mid: 0.26; --shade-bottom: 0.74;
  --title-y: 0px; --title-scale: 1; --title-opacity: 1;
  --intro-y: 0px; --intro-opacity: 1;
  --split-left-x: 0px; --split-right-x: 0px; --split-y: 0px; --split-scale: 1;
  --panel2-opacity: 0; --panel2-y: calc(-50% + 58px);
  --panel3-opacity: 0; --panel3-y: calc(-50% + 58px);
  --sights-visibility: hidden; --sights-enter-x: 420vw; --sights-scale: 1;
  --sights-shift: 0px; --sights-controls-opacity: 0;
  --sights-pad: clamp(20px, 5vw, 64px);
  --sights-top: 40vh; --sights-screen-top: 40vh;

  --font-display: "Poppins", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button { border: 0; font: inherit; background: none; }
svg { width: 1em; height: 1em; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}

.wrap { width: var(--shell); margin-inline: auto; }
.wrap-narrow { width: min(820px, 100% - 48px); }

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 999;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--sun);
  color: var(--deep);
  font-weight: 700;
}
.skip:focus { left: 12px; }

:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------------- buttons ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease),
              background-color 0.25s var(--ease), color 0.25s var(--ease);
}
.btn svg { font-size: 18px; }
.btn-lg { min-height: 56px; padding: 0 30px; font-size: 16px; }

.btn-sun {
  background: var(--sun);
  color: var(--deep);
  box-shadow: 0 14px 28px rgba(246, 197, 68, 0.32);
}
.btn-sun:hover { background: var(--sun-dark); transform: translateY(-2px); }

.btn-ghost {
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.14); transform: translateY(-2px); }

/* ---------------- header ---------------- */
.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  padding: 18px 0;
  transition: background-color 0.35s var(--ease), padding 0.35s var(--ease),
              box-shadow 0.35s var(--ease);
}
.topbar.is-stuck {
  padding: 10px 0;
  background: rgba(5, 59, 54, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 30px rgba(4, 42, 39, 0.28);
}

.topbar-inner {
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-right: auto;
}
.brand-logo {
  width: auto;
  height: 46px;
  transition: height 0.35s var(--ease);
}
.topbar.is-stuck .brand-logo { height: 40px; }

.mainnav { display: flex; align-items: center; gap: 28px; }
.mainnav a {
  position: relative;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  padding: 6px 0;
}
.mainnav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: var(--sun);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s var(--ease);
}
.mainnav a:hover::after, .mainnav a.is-current::after { transform: scaleX(1); transform-origin: left; }

.nav-cta { display: none; }
.burger { display: none; width: 46px; height: 46px; padding: 11px; cursor: pointer; }
.burger span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--white);
  transition: transform 0.3s var(--ease), opacity 0.2s linear;
}
.burger span + span { margin-top: 6px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============================================================
   CINEMA — abertura com scroll travado
   ============================================================ */

.cinema {
  position: relative;
  height: calc(100vh + 4000px);
  background: var(--deep);
}

.stage {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  isolation: isolate;
  background: var(--deep);
}

.world, .sky, .back-stack, .scene, .shade,
.sights, .sights-controls, .cine-title, .cine-intro, .cine-panel, .split {
  position: absolute;
}

.world { inset: 0; overflow: hidden; }

.anchor { position: absolute; top: 2820px; left: 0; width: 1px; height: 1px; }

/* --- céu --- */
.sky {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(120% 90% at 78% 8%, rgba(16, 191, 178, 0.42) 0%, rgba(5, 59, 54, 0) 58%),
    linear-gradient(180deg, #04302c 0%, #06534b 52%, #0a6f65 100%);
}

.sun {
  position: absolute;
  z-index: 1;
  top: 11%;
  right: 9%;
  width: clamp(150px, 17vw, 260px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 38%, #ffe9a8 0%, var(--sun) 46%, rgba(246, 197, 68, 0.16) 68%, rgba(246, 197, 68, 0) 74%);
  opacity: 0.8;
  transform: translate3d(calc(var(--mx) * -22px), calc(var(--my) * -14px), 0);
  animation: sunFloat 9s ease-in-out infinite;
}
@keyframes sunFloat {
  0%, 100% { transform: translate3d(calc(var(--mx) * -22px), calc(var(--my) * -14px), 0) scale(1); }
  50% { transform: translate3d(calc(var(--mx) * -22px), calc(var(--my) * -14px - 16px), 0) scale(1.04); }
}

.flightpath {
  position: absolute;
  inset: 5% 0 auto;
  z-index: 1;
  height: 300px;
  opacity: 0.55;
  pointer-events: none;
}
.flightpath > svg { width: 100%; height: 100%; }
.flightpath path { animation: dash 14s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -220; } }

.flightpath .flyer {
  position: absolute;
  top: 0; left: 0;
  width: 34px; height: 34px;
  color: var(--white);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
  offset-path: path("M-40 250 C 260 120, 520 300, 780 150 S 1140 20, 1260 70");
  offset-rotate: auto 90deg;
  animation: fly 18s linear infinite;
}
@keyframes fly { from { offset-distance: 0%; } to { offset-distance: 100%; } }

/* --- camada de fundo (foto revelada) --- */
.back-stack {
  z-index: 2;
  top: 0; bottom: 0; left: -3vw; right: -3vw;
  opacity: var(--back-opacity);
  transform: translate3d(var(--back-x), var(--back-y), 0) scale(var(--back-scale));
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.back-photo {
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: blur(var(--blur-px)) brightness(var(--back-brightness)) saturate(var(--back-saturation));
  will-change: filter;
}

/* --- metades que se abrem --- */
.split {
  z-index: 6;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1519046904884-53103b34b206?auto=format&fit=crop&w=2200&q=72");
  background-size: cover;
  background-position: center;
  will-change: transform, clip-path;
}
.split-left {
  clip-path: inset(0 50% 0 0);
  transform: translate3d(var(--split-left-x), var(--split-y), 0) scale(var(--split-scale));
  transform-origin: 25% 55%;
}
.split-right {
  clip-path: inset(0 0 0 50%);
  transform: translate3d(var(--split-right-x), var(--split-y), 0) scale(var(--split-scale));
  transform-origin: 75% 55%;
}

.shade {
  inset: 0;
  z-index: 7;
  pointer-events: none;
  background: linear-gradient(180deg,
    rgba(4, 42, 39, var(--shade-top)) 0%,
    rgba(6, 83, 75, var(--shade-mid)) 48%,
    rgba(4, 42, 39, var(--shade-bottom)) 100%);
}

/* --- título --- */
.cine-title {
  z-index: 8;
  left: 50%;
  top: clamp(120px, 20vh, 210px);
  width: min(94vw, 1500px);
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(4rem, 15vw, 15rem);
  line-height: 0.82;
  letter-spacing: -0.03em;
  text-align: center;
  transform: translate3d(-50%, var(--title-y), 0) scale(var(--title-scale));
  opacity: var(--title-opacity);
  will-change: transform, opacity;
}
.cine-title span {
  display: block;
  margin-top: 0.12em;
  color: var(--sun);
  font-size: 0.18em;
  font-weight: 600;
  letter-spacing: 0.62em;
  text-indent: 0.62em;
}

/* --- copy de abertura --- */
.cine-intro {
  z-index: 9;
  left: 50%;
  bottom: clamp(48px, 12vh, 130px);
  width: min(640px, calc(100vw - 40px));
  text-align: center;
  color: var(--white);
  transform: translate3d(-50%, var(--intro-y), 0);
  opacity: var(--intro-opacity);
  will-change: transform, opacity;
}
.cine-intro p {
  margin: 0 auto;
  max-width: 560px;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.35;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.cine-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}
.cine-tags span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(253, 246, 236, 0.94);
  color: var(--deep);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
}
.cine-cta { margin-top: 24px; }

/* --- painéis narrativos --- */
.cine-panel {
  z-index: 10;
  left: 50%;
  width: min(760px, calc(100vw - 42px));
  text-align: center;
  color: var(--white);
  pointer-events: none;
  will-change: transform, opacity;
}
.cine-panel h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 5vw, 4rem);
  text-wrap: balance;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.35);
}
.cine-panel p {
  width: min(540px, 100%);
  margin: 22px auto 0;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.cine-panel .btn { margin-top: 28px; pointer-events: auto; }

.panel-2 {
  top: 58%;
  opacity: var(--panel2-opacity);
  transform: translate3d(-50%, var(--panel2-y), 0);
}
.panel-3 {
  top: 32%;
  opacity: var(--panel3-opacity);
  transform: translate3d(-50%, var(--panel3-y), 0);
}

.facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  width: min(480px, 100%);
  margin: 44px auto 0;
}
.facts dt {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 0.95;
  color: var(--sun);
}
.facts dd {
  margin: 12px 0 0;
  font-size: 0.96rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.86);
}

/* --- slider de destinos --- */
.sights {
  z-index: 9;
  left: 0; right: 0;
  top: var(--sights-screen-top);
  visibility: var(--sights-visibility);
  transform: translate3d(var(--sights-enter-x), 0, 0);
  pointer-events: auto;
  will-change: transform;
}

.sights-track {
  display: flex;
  gap: clamp(14px, 1.1vw, 22px);
  align-items: stretch;
  padding-inline: var(--sights-pad);
  transform: translate3d(var(--sights-shift), 0, 0);
  transition: transform 640ms var(--ease);
  will-change: transform;
}
.sights-track.is-jumping { transition: none; }

.sight-card {
  position: relative;
  flex: 0 0 clamp(300px, 20vw, 400px);
  height: 216px;
  padding: 22px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--sand);
  color: var(--deep);
  box-shadow: 0 18px 44px rgba(4, 42, 39, 0.28);
  cursor: pointer;
  user-select: none;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.sight-card.is-active { transform: translateY(-6px); box-shadow: 0 26px 56px rgba(4, 42, 39, 0.34); }
.sight-kicker {
  display: block;
  color: var(--teal-dark);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.sight-pin {
  position: absolute;
  top: 20px; right: 20px;
  width: 62px; height: 62px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(4, 42, 39, 0.22);
}
.sight-card h3 {
  position: absolute;
  left: 22px; right: 22px;
  bottom: 78px;
  max-width: calc(100% - 92px);
  font-size: 1.6rem;
  color: var(--deep);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sight-card p {
  position: absolute;
  left: 22px; right: 22px;
  bottom: 22px;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.2;
  color: var(--ink-soft);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sights-controls {
  z-index: 11;
  left: clamp(20px, 5vw, 64px);
  top: calc(var(--sights-screen-top) + 216px + 18px);
  display: flex;
  gap: 12px;
  opacity: var(--sights-controls-opacity);
  pointer-events: none;
  will-change: opacity;
}
.sights-controls.is-ready { pointer-events: auto; }
.sight-nav {
  width: 52px; height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--sun);
  color: var(--deep);
  font-size: 20px;
  box-shadow: 0 16px 32px rgba(4, 42, 39, 0.3);
  cursor: pointer;
  transition: background-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.sight-nav:hover { background: var(--sun-dark); transform: translateY(-2px); }

/* ---------------- onda de transição ---------------- */
.wave { position: relative; z-index: 2; margin-top: -1px; line-height: 0; background: var(--deep); }
.wave svg { width: 100%; height: clamp(52px, 7vw, 110px); display: block; }

/* ---------------- ticker ---------------- */
.ticker {
  background: var(--teal);
  color: var(--white);
  padding: 18px 0;
  overflow: hidden;
}
.ticker-row { display: flex; width: max-content; }
.ticker-track {
  display: flex;
  align-items: center;
  gap: 26px;
  padding-right: 26px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  white-space: nowrap;
  animation: slide 38s linear infinite;
}
.ticker-track i { font-style: normal; color: var(--deep); font-size: 0.8em; }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes slide { to { transform: translate3d(-100%, 0, 0); } }

/* ---------------- sections ---------------- */
.section { padding: clamp(70px, 9vw, 130px) 0; }

.head { max-width: 720px; margin-bottom: clamp(38px, 5vw, 62px); }
.head-row {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  align-items: end;
  justify-content: space-between;
}
.head-row .sub { max-width: 380px; margin-bottom: 6px; }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--teal-dark);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.kicker::before {
  content: "";
  width: 26px; height: 2px;
  border-radius: 2px;
  background: var(--sun);
}

.section h2 {
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  color: var(--deep);
  text-wrap: balance;
}
.sub { margin: 18px 0 0; color: var(--ink-soft); font-size: 1.05rem; }

.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

/* ---------------- pillars ---------------- */
.pillars { background: var(--sand); }
.pillar {
  padding: 30px 26px 32px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.pill-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px; height: 54px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: rgba(16, 191, 178, 0.14);
  color: var(--teal-dark);
  font-size: 26px;
}
.pillar h3 { font-size: 1.22rem; color: var(--deep); margin-bottom: 10px; }
.pillar p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }

/* ---------------- stories ---------------- */
.stories { background: var(--sand); }
.story-photo {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 22px;
  box-shadow: var(--shadow-sm);
}
.story-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}
.story:hover .story-photo img { transform: scale(1.06); }
.story h3 { font-size: 1.28rem; color: var(--deep); margin-bottom: 10px; }
.story p { margin: 0; color: var(--ink-soft); font-size: 0.99rem; }

/* ---------------- how ---------------- */
.how { background: var(--deep); color: var(--white); }
.how h2 { color: var(--white); }
.how .kicker { color: var(--teal); }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.steps li {
  position: relative;
  padding: 32px 24px 30px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.steps .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--sun);
  color: var(--deep);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
}
.steps h3 { font-size: 1.14rem; margin-bottom: 8px; }
.steps p { margin: 0; color: rgba(255, 255, 255, 0.8); font-size: 0.96rem; }

/* ---------------- faq ---------------- */
.faq { background: var(--sand-2); }
.acc { display: grid; gap: 12px; }
.acc details {
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.acc summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--deep);
  list-style: none;
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after {
  content: "+";
  flex: none;
  width: 30px; height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(16, 191, 178, 0.14);
  color: var(--teal-dark);
  font-size: 20px;
  transition: transform 0.3s var(--ease);
}
.acc details[open] summary::after { content: "−"; transform: rotate(180deg); }
.acc p { margin: 0; padding: 0 24px 24px; color: var(--ink-soft); }

/* ---------------- cta ---------------- */
.cta {
  position: relative;
  padding-bottom: clamp(60px, 7vw, 96px);
  background: linear-gradient(150deg, var(--deep-3) 0%, var(--deep) 55%, var(--deep-2) 100%);
  color: var(--white);
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  top: -120px; right: -80px;
  width: 420px; aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 197, 68, 0.32) 0%, rgba(246, 197, 68, 0) 68%);
}
.cta h2 { color: var(--white); }
.cta .kicker { color: var(--teal); }
.cta .sub { color: rgba(255, 255, 255, 0.84); }

.cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.cta-meta {
  display: grid;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.82);
}
.cta-meta strong {
  display: block;
  color: var(--sun);
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.cta-card {
  padding: 34px 32px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-lg);
}
.cta-logo { width: auto; height: 66px; margin-bottom: 20px; }
.cta-quote {
  margin: 0 0 22px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.15;
  color: var(--sun);
}
.cta-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.cta-card li { display: flex; align-items: center; gap: 12px; font-size: 0.98rem; }
.cta-card li svg { font-size: 20px; color: var(--teal); flex: none; }

/* ---------------- footer ---------------- */
.foot { background: var(--deep-2); color: rgba(255, 255, 255, 0.82); padding: 64px 0 26px; }
.foot-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.foot-brand { display: grid; justify-items: start; gap: 0; }
.foot-brand p { margin: 18px 0 0; max-width: 34ch; font-size: 0.95rem; }
.foot-logo { width: auto; height: 54px; }
.foot-nav { display: grid; gap: 12px; align-content: start; }
.foot-nav a { text-decoration: none; font-size: 0.96rem; }
.foot-nav a:hover { color: var(--sun); }
.foot-contact { display: grid; gap: 14px; align-content: start; font-size: 0.95rem; }
.foot-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
  text-decoration: none;
}
.foot-social svg { font-size: 20px; color: var(--teal); }
.foot-contact p { margin: 0; }
.foot-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding-top: 24px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.6);
}
.foot-base p { margin: 0; }
.foot-base a { color: var(--teal); text-decoration: none; }

/* ---------------- float whatsapp ---------------- */
.float-wa {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  width: 58px; height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  color: var(--deep);
  font-size: 28px;
  box-shadow: 0 16px 34px rgba(4, 42, 39, 0.34);
  transform: translateY(20px) scale(0.9);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s var(--ease), opacity 0.4s var(--ease);
}
.float-wa.is-on { transform: none; opacity: 1; pointer-events: auto; }
.float-wa:hover { background: var(--sun-dark); }

/* ---------------- reveal ---------------- */
.reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }

/* ============================================================
   Responsivo
   ============================================================ */

@media (max-width: 1100px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .cta-inner { grid-template-columns: 1fr; gap: 34px; }
  .foot-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  :root { --shell: min(1240px, 100% - 36px); }

  .topbar-cta { display: none; }
  .burger { display: block; }

  .mainnav {
    position: fixed;
    inset: 0 0 auto 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 96px 28px 34px;
    background: var(--deep);
    box-shadow: 0 24px 50px rgba(4, 42, 39, 0.4);
    transform: translateY(-102%);
    transition: transform 0.45s var(--ease);
    z-index: -1;
  }
  .mainnav.is-open { transform: none; }
  .mainnav a { width: 100%; padding: 14px 0; font-size: 1.22rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .mainnav a::after { display: none; }
  .mainnav .nav-cta {
    display: inline-flex;
    width: auto;
    margin-top: 22px;
    padding: 0 26px;
    font-size: 15px;
    border-bottom: 0;
  }

  .grid-3 { grid-template-columns: 1fr; gap: 30px; }
  .head-row { flex-direction: column; align-items: flex-start; }

  .cinema { height: calc(100vh + 3400px); }
  .cine-title { top: clamp(104px, 17vh, 180px); }
  .panel-2 { top: 56%; }
  .panel-3 { top: 30%; }
  .sight-card { flex-basis: clamp(280px, 46vw, 360px); }
}

@media (max-width: 640px) {
  body { font-size: 16px; }

  .brand-logo, .topbar.is-stuck .brand-logo { height: 36px; }
  .foot-logo { height: 46px; }

  .cinema { height: calc(100vh + 3000px); }
  .stage { min-height: 560px; }
  .sun { top: 7%; right: -18%; width: 160px; }
  .flightpath { height: 190px; opacity: 0.45; }
  .cine-title { top: 14vh; line-height: 0.86; }
  .cine-title span { font-size: 0.2em; letter-spacing: 0.44em; text-indent: 0.44em; }
  .cine-intro { bottom: 34px; }
  .cine-intro p { font-size: 0.98rem; }
  .cine-tags span { min-height: 34px; padding: 0 14px; font-size: 0.8rem; }
  .cine-cta .btn { width: 100%; }
  .cine-panel h2 { font-size: 2rem; }
  .facts { gap: 18px; margin-top: 28px; }
  .sight-card { flex-basis: min(76vw, 300px); height: 200px; padding: 20px; }
  :root { --sights-pad: 20px; }
  .sight-pin { width: 52px; height: 52px; }
  .sight-card h3 { font-size: 1.35rem; bottom: 70px; }
  .sights-controls { top: calc(var(--sights-screen-top) + 214px); }
  .sight-nav { width: 46px; height: 46px; }

  .grid-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .foot-inner { grid-template-columns: 1fr; gap: 30px; }
  .cta-card { padding: 26px 22px; }
  .cta-actions .btn { flex: 1 1 100%; }
  .acc summary { font-size: 1rem; padding: 18px 20px; }
  .acc p { padding: 0 20px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .ticker-track, .flyer, .flightpath path, .sun { animation: none; }
  .sights-track { transition: none; }
}
