/* ============================================================
   VAI DE MILHAS · Viagens de Valor
   Identidade: navy #000B5A · creme #FDF3EA · dourado #B4894D
   Tipografia: Plus Jakarta Sans (base) + Fraunces itálico (acentos)
   ============================================================ */

:root {
  --navy: #000B5A;
  --navy-deep: #000741;
  --navy-soft: #1A2470;
  --cream: #FDF3EA;
  --cream-band: #F7EADD;
  --card: #FFFCF9;
  --gold: #B4894D;
  --gold-deep: #9C7238;
  --gold-soft: #CDA269;
  --ink: rgba(9, 16, 84, 0.82);
  --ink-soft: rgba(9, 16, 84, 0.62);
  --line: rgba(0, 11, 90, 0.12);
  --cream-70: rgba(253, 243, 234, 0.72);
  --cream-line: rgba(253, 243, 234, 0.16);
  --font-sans: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-accent: "Fraunces", Georgia, serif;
  --nav-h: 72px;
  --radius: 16px;
  --shadow: 0 18px 50px -18px rgba(0, 7, 65, 0.35);
}

/* ---------- Base ---------- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.no-scroll { overflow: hidden; }

img { max-width: 100%; display: block; }

a { color: inherit; }

h1, h2, h3, h4 { margin: 0; color: var(--navy); font-weight: 700; line-height: 1.15; }

p { margin: 0; }

.container {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 40px);
}

.container.narrow { max-width: 800px; }

.center { text-align: center; }

.section { padding: clamp(72px, 10vw, 118px) 0; }

section[id] { scroll-margin-top: calc(var(--nav-h) + 12px); }

/* ---------- Tipografia de seção ---------- */

.eyebrow {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 18px;
}

.eyebrow.on-navy { color: var(--gold-soft); }

h1 {
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--cream);
  font-weight: 800;
}

h2 {
  font-size: clamp(28px, 4.2vw, 42px);
  letter-spacing: -0.01em;
  margin-bottom: 22px;
}

h2.on-navy, .band-navy h2 { color: var(--cream); }

h1 em, h2 em, h3 em {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--gold-deep);
}

h1 em, .band-navy h2 em { color: var(--gold-soft); }

.section-lead {
  font-size: clamp(16.5px, 2vw, 19px);
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 640px;
  margin-bottom: 8px;
}

.section-lead.on-navy { color: var(--cream-70); }

.center .section-lead { margin-inline: auto; }

.prose p { margin-bottom: 16px; font-size: clamp(16px, 1.9vw, 17.5px); }

.prose p:last-child { margin-bottom: 0; }

/* ---------- Bandas de cor ---------- */

.band-soft { background: var(--cream-band); }

.band-navy {
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--cream-70);
}

.band-navy h3 { color: var(--cream); }

/* ---------- Botões e links ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.btn .ico { width: 18px; height: 18px; flex: none; }

.btn-gold {
  background: var(--gold-soft);
  color: var(--navy-deep);
}

.btn-gold:hover { background: #DBB47E; transform: translateY(-1px); box-shadow: var(--shadow); }

.btn-navy {
  background: var(--navy);
  color: var(--cream);
}

.btn-navy:hover { background: var(--navy-deep); transform: translateY(-1px); box-shadow: var(--shadow); }

.link-ghost {
  color: var(--cream-70);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid var(--cream-line);
  padding-bottom: 3px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.link-ghost:hover { color: var(--cream); border-color: var(--cream-70); }

.link-gold {
  display: inline-block;
  margin-top: 18px;
  color: var(--gold-deep);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.servico.destaque .link-gold { color: var(--gold-soft); }

.link-gold:hover { opacity: 0.75; }

/* ---------- Navegação ---------- */

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.nav-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 36px);
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-logo { position: relative; z-index: 102; display: block; }

.nav-logo img { height: 32px; width: auto; }

.logo-navy { display: none; }

.nav.scrolled {
  background: rgba(253, 243, 234, 0.9);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: 0 1px 0 var(--line);
}

.nav.scrolled:not(.menu-open) .logo-cream { display: none; }

.nav.scrolled:not(.menu-open) .logo-navy { display: block; }

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 30px);
}

.nav-links a {
  color: var(--cream);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.nav-links a:not(.btn):hover { opacity: 0.7; }

.nav.scrolled:not(.menu-open) .nav-links a { color: var(--navy); }

.btn-nav {
  padding: 10px 20px;
  font-size: 14px;
  border: 1.5px solid var(--cream);
  color: var(--cream);
}

.btn-nav:hover { background: var(--cream); color: var(--navy); }

.nav.scrolled:not(.menu-open) .btn-nav {
  border-color: var(--navy);
  color: var(--navy);
}

.nav.scrolled:not(.menu-open) .btn-nav:hover { background: var(--navy); color: var(--cream); }

.nav-burger {
  display: none;
  position: relative;
  z-index: 102;
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 10px;
}

.nav-burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--cream);
  border-radius: 2px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.nav-burger span + span { margin-top: 7px; }

.nav.scrolled:not(.menu-open) .nav-burger span { background: var(--navy); }

.nav.menu-open .nav-burger span:first-child { transform: translateY(4.5px) rotate(45deg); }

.nav.menu-open .nav-burger span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(1100px 600px at 82% -10%, rgba(60, 76, 180, 0.35), transparent 60%),
    radial-gradient(800px 500px at -10% 110%, rgba(60, 76, 180, 0.18), transparent 55%),
    linear-gradient(160deg, var(--navy) 30%, var(--navy-deep) 100%);
  padding: calc(var(--nav-h) + 40px) 0 0;
  overflow: hidden;
}

.hero-inner {
  position: relative;
  flex: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  padding-bottom: 40px;
}

.hero-copy { max-width: 640px; }

.hero .eyebrow { color: var(--gold-soft); }

.hero .lead {
  margin-top: 26px;
  font-size: clamp(16.5px, 2.1vw, 19px);
  line-height: 1.65;
  color: var(--cream-70);
  max-width: 560px;
}

/* --- Globo --- */

.hero-visual {
  position: relative;
  aspect-ratio: 1;
  max-height: 60vh;
  justify-self: center;
  width: 100%;
  max-width: 560px;
}

.hero-visual canvas { width: 100%; height: 100%; display: block; }

.globe-halo {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, rgba(205, 162, 105, 0.16), rgba(60, 76, 180, 0.08) 55%, transparent 70%);
  filter: blur(14px);
  pointer-events: none;
  z-index: -1;
}

/* --- Faixa de fotos --- */

.hero-strip {
  position: relative;
  overflow: hidden;
  padding-bottom: 26px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.strip-track {
  display: flex;
  align-items: center;
  gap: clamp(34px, 4vw, 56px);
  width: max-content;
  animation: strip 78s linear infinite;
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  transition: opacity 0.4s ease;
  opacity: 0.78;
}

.strip-item img {
  width: clamp(112px, 12vw, 150px);
  height: auto;
  aspect-ratio: 44 / 31;
  object-fit: cover;
  border-radius: 9px;
  flex: none;
  transition: transform 0.4s ease;
}

.strip-item figcaption {
  display: flex;
  flex-direction: column;
  gap: 3px;
  white-space: nowrap;
}

.strip-item b {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--cream);
}

.strip-item span {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--gold-soft);
  opacity: 0.85;
}

.hero-strip:hover .strip-track { animation-play-state: paused; }

.strip-item:hover { opacity: 1; }

.strip-item:hover img { transform: translateY(-3px); }

@keyframes strip {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(var(--strip-shift, -50%), 0, 0); }
}

/* --- Indicador de rolagem --- */

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 128px;
  transform: translateX(-50%);
  width: 24px;
  height: 38px;
  border: 1.5px solid rgba(205, 162, 105, 0.5);
  border-radius: 14px;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 7px;
  z-index: 2;
}

.hero-scroll span {
  width: 3px;
  height: 7px;
  border-radius: 2px;
  background: var(--gold-soft);
  animation: scrollDot 1.9s ease-in-out infinite;
}

@keyframes scrollDot {
  0%, 100% { transform: translateY(0); opacity: 0.9; }
  50% { transform: translateY(11px); opacity: 0.25; }
}

@media (min-width: 981px) and (min-height: 700px) {
  .hero-scroll { display: flex; }
}

.hero-cta {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.hero-cta.center { justify-content: center; margin-top: 34px; }

/* ---------- Tese ---------- */

.tese-formas {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 48px);
}

.forma { border-top: 2px solid var(--gold); padding-top: 20px; }

.forma h3 { font-size: 19px; margin-bottom: 10px; }

.forma p { font-size: 15.5px; color: var(--ink-soft); }

/* ---------- Casos reais (depoimentos) ---------- */

.depos {
  margin-top: 46px;
  columns: 3 300px;
  column-gap: 22px;
}

.depo {
  break-inside: avoid;
  margin: 0 0 22px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.depo blockquote {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink);
}

.depo blockquote::before {
  content: "\201C";
  display: block;
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 46px;
  line-height: 0.9;
  color: var(--gold);
  margin-bottom: 10px;
}

.depo figcaption {
  margin-top: 18px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

/* ---------- Processo ---------- */

.steps {
  list-style: none;
  margin: 46px 0 0;
  padding: 0;
  max-width: 820px;
}

.steps li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-top: 1px solid var(--cream-line);
}

.steps li:last-child { border-bottom: 1px solid var(--cream-line); }

.step-n {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 26px;
  color: var(--gold-soft);
  line-height: 1.1;
}

.steps h3 { font-size: 19px; margin-bottom: 8px; }

.steps p { font-size: 15.5px; color: var(--cream-70); max-width: 560px; }

.protecao {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 820px;
}

.protecao.solo { grid-template-columns: 1fr; }

.prot-card p + p { margin-top: 12px; }

.prot-card {
  border: 1px solid rgba(205, 162, 105, 0.35);
  background: rgba(253, 243, 234, 0.04);
  border-radius: var(--radius);
  padding: 28px;
}

.prot-card h3 { font-size: 18px; margin-bottom: 10px; }

.prot-card p { font-size: 15px; color: var(--cream-70); }

.prot-nota {
  margin-top: 26px;
  font-size: 15px;
  color: var(--gold-soft);
  font-style: italic;
}

/* ---------- Serviços ---------- */

.servicos-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.servico {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 30px;
}

.servico h3 { font-size: 20px; margin-bottom: 12px; }

.servico p { font-size: 15.3px; color: var(--ink-soft); }

.servico.destaque {
  grid-column: span 2;
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-deep) 100%);
  border: 0;
  padding: 40px 38px;
}

.servico.destaque h3 { color: var(--cream); font-size: 24px; }

.servico.destaque p { color: var(--cream-70); font-size: 16px; max-width: 560px; }

/* ---------- Quem conduz ---------- */

.quem-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.quem-foto {
  margin: 0;
  max-width: 430px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.quem-foto img { width: 100%; height: auto; }

.quem-role {
  font-size: 15px;
  font-weight: 600;
  color: var(--gold-deep);
  margin: -8px 0 20px;
}

/* ---------- Diário de bordo ---------- */

.diario-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 225px;
  grid-auto-flow: dense;
  gap: 14px;
}

.dia-item {
  position: relative;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  cursor: zoom-in;
  background: var(--navy-soft);
}

.dia-item.tall { grid-row: span 2; }

.dia-item.wide { grid-column: span 2; }

.dia-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.dia-item:hover img { transform: scale(1.04); }

.dia-item:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 3px; }

.dia-item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 34px 14px 12px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--cream);
  background: linear-gradient(to top, rgba(0, 7, 65, 0.82), transparent);
}

/* ---------- Clube ---------- */

.clube-card {
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-radius: 22px;
  padding: clamp(36px, 6vw, 56px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  box-shadow: var(--shadow);
}

.clube-card h3 { font-size: clamp(24px, 3.4vw, 32px); color: var(--cream); margin-bottom: 14px; }

.clube-card h3 em { color: var(--gold-soft); }

.clube-card p { color: var(--cream-70); max-width: 520px; }

.clube-nota { margin-top: 12px; font-size: 13.5px; opacity: 0.75; }

/* ---------- CTA final ---------- */

.cta-final h2 { margin-bottom: 16px; }

.cta-alt { margin-top: 22px; font-size: 15px; color: var(--ink-soft); }

.cta-alt a { color: var(--navy); font-weight: 600; text-decoration-color: var(--gold); }

/* ---------- Rodapé ---------- */

.footer {
  background: var(--navy-deep);
  color: var(--cream-70);
  padding: 64px 0 32px;
  font-size: 14.5px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  padding-bottom: 44px;
}

.footer-brand img { height: 26px; width: auto; margin-bottom: 16px; }

.footer-brand p { max-width: 260px; font-size: 14px; }

.footer h4 {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.footer ul { list-style: none; margin: 0; padding: 0; }

.footer li { margin-bottom: 9px; }

.footer a { color: var(--cream-70); text-decoration: none; transition: color 0.2s ease; }

.footer a:hover { color: var(--cream); }

.footer-bottom {
  border-top: 1px solid var(--cream-line);
  padding-top: 24px;
  font-size: 13px;
  opacity: 0.65;
}

/* ---------- Botão flutuante ---------- */

.whats-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--navy);
  border: 1px solid rgba(205, 162, 105, 0.55);
  color: var(--cream);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 12px 32px -10px rgba(0, 7, 65, 0.5);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.2s ease;
}

.whats-float .ico { width: 18px; height: 18px; }

.whats-float.show { opacity: 1; transform: none; pointer-events: auto; }

.whats-float:hover { background: var(--navy-soft); }

/* ---------- Formulário de contato (modal) ---------- */

.modal {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 6, 48, 0.72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  animation: fadeIn 0.25s ease;
}

.modal[hidden] { display: none; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.modal-caixa {
  position: relative;
  width: 100%;
  max-width: 460px;
  background: var(--cream);
  border-radius: 20px;
  padding: clamp(28px, 5vw, 40px);
  box-shadow: 0 30px 80px -20px rgba(0, 6, 48, 0.6);
  animation: sobe 0.3s cubic-bezier(0.2, 0.8, 0.3, 1);
  max-height: 92vh;
  overflow-y: auto;
}

@keyframes sobe {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

.modal-caixa h3 {
  font-size: clamp(22px, 3.4vw, 27px);
  margin-bottom: 10px;
}

.modal-lead {
  font-size: 15px;
  color: var(--ink-soft);
  margin-bottom: 24px;
}

.modal-fechar {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: 0;
  font-size: 28px;
  line-height: 1;
  color: var(--ink-soft);
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 8px;
  font-family: var(--font-sans);
  transition: color 0.2s ease, background 0.2s ease;
}

.modal-fechar:hover { color: var(--navy); background: rgba(0, 11, 90, 0.06); }

.campo-dupla { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.campo { display: block; margin-bottom: 14px; }

.campo span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 7px;
}

.campo input {
  width: 100%;
  padding: 13px 15px;
  font-family: var(--font-sans);
  font-size: 16px;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.campo input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(180, 137, 77, 0.16);
}

.campo input.erro { border-color: #B4443C; }

.campo-erro {
  font-size: 13.5px;
  color: #B4443C;
  margin: -4px 0 14px;
}

.modal-enviar { width: 100%; justify-content: center; margin-top: 8px; }

.etapa[hidden] { display: none; }

.etapa { animation: etapaEntra 0.3s ease; }

@keyframes etapaEntra {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: none; }
}

.modal-pular {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 6px;
  background: none;
  border: 0;
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: var(--line);
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}

.modal-pular:hover { color: var(--navy); }

.modal-nota {
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--ink-soft);
  text-align: center;
}

@media (max-width: 480px) {
  .campo-dupla { grid-template-columns: 1fr; gap: 0; }
}

/* ---------- Lightbox ---------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 4, 40, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox[hidden] { display: none; }

.lightbox figure {
  margin: 0;
  max-width: min(1100px, 92vw);
  text-align: center;
}

.lightbox img {
  max-width: 100%;
  max-height: 84vh;
  margin-inline: auto;
  border-radius: 8px;
}

.lightbox figcaption { margin-top: 14px; color: var(--cream-70); font-size: 14px; }

.lb-close, .lb-prev, .lb-next {
  position: absolute;
  background: none;
  border: 0;
  color: var(--cream);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  padding: 14px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  font-family: var(--font-sans);
}

.lb-close:hover, .lb-prev:hover, .lb-next:hover { opacity: 1; }

.lb-close { top: 14px; right: 18px; font-size: 30px; }

.lb-prev { left: 10px; top: 50%; transform: translateY(-50%); }

.lb-next { right: 10px; top: 50%; transform: translateY(-50%); }

/* ---------- Animações de entrada ---------- */

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .dia-item img, .btn { transition: none; }
  .strip-track { animation: none; }
  .hero-scroll span { animation: none; }
}

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

@media (max-width: 980px) {

  .nav-burger { display: block; }

  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 101;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    background: linear-gradient(170deg, var(--navy) 0%, var(--navy-deep) 100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }

  .nav.menu-open .nav-links { opacity: 1; visibility: visible; }

  .nav-links a { font-size: 21px; color: var(--cream) !important; }

  .nav-links .btn-nav {
    font-size: 16px;
    padding: 14px 30px;
    margin-top: 10px;
    border-color: var(--gold-soft) !important;
    color: var(--gold-soft) !important;
  }

  .hero { padding-top: calc(var(--nav-h) + 24px); }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 26px;
  }

  .hero-copy { order: 1; }

  .hero-visual {
    order: 2;
    max-width: 320px;
    max-height: none;
  }

  .servicos-grid { grid-template-columns: 1fr 1fr; }

  .servico.destaque { grid-column: span 2; }

  .diario-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }

  .quem-grid { grid-template-columns: 1fr; }

  .quem-foto { max-width: 440px; }

  .clube-card { grid-template-columns: 1fr; gap: 26px; justify-items: start; }
}

@media (max-width: 640px) {

  .tese-formas { grid-template-columns: 1fr; gap: 26px; }

  .servicos-grid { grid-template-columns: 1fr; }

  .servico.destaque { grid-column: auto; }

  .steps li { grid-template-columns: 52px 1fr; padding: 24px 0; }

  .protecao { grid-template-columns: 1fr; }

  .diario-grid { grid-auto-rows: 150px; gap: 10px; }

  .dia-item figcaption { font-size: 10.5px; padding: 26px 10px 9px; }

  .hero-cta { gap: 20px; margin-top: 30px; }

  .hero .lead { margin-top: 20px; }

  .hero-visual { max-width: 230px; }

  .strip-track { gap: 26px; animation-duration: 62s; }

  .strip-item { gap: 11px; }

  .strip-item img { width: 96px; border-radius: 8px; }

  .strip-item b { font-size: 12.5px; }

  .strip-item span { font-size: 10.5px; letter-spacing: 0.1em; }

  .hero-strip { padding-bottom: 18px; }

  .btn { padding: 14px 24px; font-size: 14.5px; }

  .footer-grid { grid-template-columns: 1fr; gap: 30px; }

  .whats-float span { display: none; }

  .whats-float { padding: 15px; }

  .whats-float .ico { width: 22px; height: 22px; }
}
