/* EasyGoing Orlando — site institucional
   Tipografia: Playfair Display (headings) + Cabin (body) — conforme guia de marca.
   Paleta: guia de marca "Tipografia Easy".

   Ritmo de cor:
   - Páginas claras (Início, Ingressos): cabeçalho e rodapé em verde escuro,
     conteúdo claro alternando branco / branco esverdeado / verdinho.
   - Página do Guiamento (<body class="theme-dark">): conteúdo escuro pra chamar
     atenção, com as caixinhas em verde claro contrastando — e aí cabeçalho e
     rodapé invertem pro claro. */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,600&family=Cabin:wght@400;500;600;700&display=swap');

:root {
  /* Paleta da marca */
  --verdinho: #00c2cb;
  --branco-esv: #f4ffff;
  --verde-inter: #94ddde;
  --verde-acinz: #447474;
  --petroleo: #005d6d;
  --verde-escuro: #04444c;
  --cinza: #7c7e7d;
  --oposto-petroleo: #ffc9a7;
  --oposto-verdinho: #ff3d34;

  /* Superfícies da PÁGINA (invertem no theme-dark) */
  --bg: #ffffff;
  --bg-soft: var(--branco-esv);
  --bg-tint: #e6fafb;
  --text: var(--verde-escuro);
  --text-soft: var(--verde-acinz);
  --border: #cfeeef;
  --border-strong: #a9e0e2;
  --accent-head: var(--petroleo);

  /* Superfícies das CAIXINHAS (sempre claras, nos dois temas) */
  --panel: #ffffff;
  --panel-tint: #f2fdfd;
  --panel-border: #cfeeef;
  --panel-border-strong: #a9e0e2;
  --panel-text: var(--verde-escuro);
  --panel-text-soft: var(--verde-acinz);
  --panel-head: var(--petroleo);

  --font-head: 'Playfair Display', 'Georgia', serif;
  --font-body: 'Cabin', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 6px 24px rgba(0, 93, 109, 0.07);
  --shadow-lift: 0 18px 48px rgba(0, 93, 109, 0.14);
}

/* Página escura — usada na página do Guiamento Virtual */
body.theme-dark {
  --bg: #043b42;
  --bg-soft: #05474f;
  --bg-tint: #06535c;
  --text: #f2fbfb;
  --text-soft: #c3e6e6;
  --border: rgba(255, 255, 255, .14);
  --border-strong: rgba(0, 194, 203, .45);
  --accent-head: #6fdde3;

  /* caixinhas ficam em verde claro pra contrastar com o fundo escuro */
  --panel-tint: #e4f8f9;
  --shadow: 0 8px 28px rgba(0, 0, 0, .28);
  --shadow-lift: 0 20px 52px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 600;
  line-height: 1.18;
  margin: 0 0 .5em;
  color: var(--text);
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.45rem); }
h3 { font-size: 1.28rem; letter-spacing: 0; }
p { margin: 0 0 1em; color: var(--text-soft); }
strong { color: var(--accent-head); font-weight: 700; }

.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .72rem;
  color: var(--verdinho);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 26px; height: 1.5px; background: var(--verdinho); display: inline-block; }
.section-head .eyebrow { justify-content: center; }
.section-head.left .eyebrow { justify-content: flex-start; }

/* ---------- Cabeçalho (escuro por padrão) ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(4, 68, 76, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 24px;
  max-width: 1140px;
  margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 52px; height: 52px; flex-shrink: 0; filter: brightness(1.6) saturate(1.15); }
.brand-name {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: .01em;
}
.brand-name span { color: var(--verdinho); }
.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: .95rem;
}
.nav-links a {
  text-decoration: none;
  color: var(--verde-inter);
  transition: color .15s;
  position: relative;
}
.nav-links a:hover { color: #fff; }
.nav-links a[aria-current="page"] { color: #fff; }
.nav-links a[aria-current="page"]::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: var(--verdinho);
  border-radius: 2px;
}
.nav-cta { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--verde-inter);
  cursor: pointer;
  padding: 4px;
  order: 1;
}

/* Cabeçalho invertido (claro) na página escura */
body.theme-dark .site-header { background: rgba(255, 255, 255, .95); border-bottom-color: var(--panel-border); }
body.theme-dark .brand-logo { filter: none; }
body.theme-dark .brand-name { color: var(--petroleo); }
body.theme-dark .nav-links a { color: var(--verde-acinz); }
body.theme-dark .nav-links a:hover,
body.theme-dark .nav-links a[aria-current="page"] { color: var(--petroleo); }
body.theme-dark .nav-toggle { color: var(--petroleo); }

@media (max-width: 820px) {
  .nav { flex-wrap: wrap; }
  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    order: 3;
    flex-basis: 100%;
    flex-direction: column;
    gap: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--verde-escuro);
    padding: 10px 24px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .nav-links li:last-child a { border-bottom: none; }
  .nav-links a[aria-current="page"]::after { display: none; }
  .nav-cta { order: 2; }
  .nav-cta .cta-label { display: none; }
  .nav .nav-cta.btn { padding: 12px; }
  .brand-logo { width: 44px; height: 44px; }

  body.theme-dark .nav-links { background: #fff; border-bottom-color: var(--panel-border); }
  body.theme-dark .nav-links a { border-bottom-color: var(--panel-border); }
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .97rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--verdinho);
  color: #00363b;
  box-shadow: 0 8px 22px rgba(0, 194, 203, .3);
}
.btn-primary:hover { background: #00d6e0; box-shadow: 0 12px 28px rgba(0, 194, 203, .4); }
.btn-ghost { background: transparent; border-color: var(--border-strong); color: var(--accent-head); }
.btn-ghost:hover { background: var(--bg-tint); border-color: var(--verdinho); }
body.theme-dark .btn-ghost { border-color: rgba(255, 255, 255, .35); color: #fff; }
body.theme-dark .btn-ghost:hover { background: rgba(255, 255, 255, .08); border-color: var(--verdinho); }
/* botão fantasma dentro de caixinha clara, mesmo na página escura */
.card .btn-ghost, body.theme-dark .card .btn-ghost { border-color: var(--panel-border-strong); color: var(--panel-head); }
.card .btn-ghost:hover, body.theme-dark .card .btn-ghost:hover { background: #fff; border-color: var(--verdinho); }
.btn-light { background: #fff; color: var(--petroleo); }
.btn-light:hover { background: var(--branco-esv); }
.btn-outline-light { background: transparent; border-color: rgba(255, 255, 255, .5); color: #fff; }
.btn-outline-light:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.btn-lg { padding: 17px 38px; font-size: 1.04rem; }
.btn-block { width: 100%; }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1000px 500px at 88% 8%, rgba(148, 221, 222, .35), transparent 60%),
    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 78%);
  padding: 76px 0 64px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 44px; } }
.hero h1 { margin-bottom: .35em; }
.hero-lead { font-size: 1.14rem; max-width: 520px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.hero-media { position: relative; }
.hero-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  aspect-ratio: 4/5;
  background: var(--verde-inter);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute;
  left: -22px;
  bottom: 30px;
  background: var(--panel);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: var(--shadow-lift);
  border: 1px solid var(--panel-border);
  max-width: 250px;
}
.hero-badge .stars { font-size: .95rem; margin-bottom: 4px; }
.hero-badge p { margin: 0; font-size: .87rem; color: var(--panel-text); font-style: italic; line-height: 1.5; }
.hero-badge .who { display: block; margin-top: 8px; font-size: .74rem; font-weight: 700; font-style: normal; color: var(--verdinho); text-transform: uppercase; letter-spacing: .06em; }
@media (max-width: 900px) { .hero-badge { left: 12px; bottom: -18px; } }
@media (max-width: 520px) { .hero-badge { position: static; margin-top: 18px; max-width: none; } }

/* Faixa de números */
.trust-strip { background: var(--petroleo); color: #fff; padding: 34px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
@media (max-width: 700px) { .trust-grid { grid-template-columns: 1fr; gap: 22px; } }
.trust-grid .stat-num {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 2.15rem;
  color: #fff;
  display: block;
  line-height: 1.1;
}
.trust-grid .stat-label {
  font-size: .8rem;
  color: var(--verde-inter);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
}

/* ---------- Seções ---------- */
section { padding: 84px 0; }
.section-soft { background: var(--bg-soft); }
.section-tint { background: var(--bg-tint); }
.section-head { max-width: 660px; margin: 0 auto 52px; text-align: center; }
.section-head.left { text-align: left; margin: 0 0 44px; }
.section-head p { font-size: 1.06rem; }

/* ---------- Caixinhas ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
@media (max-width: 880px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: var(--panel-tint);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  padding: 34px 30px;
  color: var(--panel-text);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card h3 { color: var(--panel-head); }
.card p, .card li { color: var(--panel-text-soft); }
.card strong { color: var(--panel-head); }
.card-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid var(--panel-border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.card ul { margin: 0; padding-left: 1.1em; }
.card li { margin-bottom: 6px; }
.card-plain { background: var(--panel); }

/* Caixinha escura — usada nos serviços da home */
.card-dark {
  background: linear-gradient(150deg, var(--petroleo) 0%, var(--verde-escuro) 100%);
  border-color: rgba(255, 255, 255, .12);
  color: #fff;
}
.card-dark h3 { color: #fff; }
.card-dark p, .card-dark li { color: var(--verde-inter); }
.card-dark strong { color: #fff; }
.card-dark .card-icon { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .2); }
.card-dark .btn-ghost { border-color: rgba(255, 255, 255, .4); color: #fff; }
.card-dark .btn-ghost:hover { background: rgba(255, 255, 255, .12); border-color: var(--verdinho); }
.card-sm { padding: 26px 24px; }
.card-sm h3 { font-size: 1.12rem; }
.card-sm p { font-size: .93rem; }

/* Blocos de diferencial */
.highlight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
@media (max-width: 880px) { .highlight-grid { grid-template-columns: 1fr; } }
.highlight-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-left: 4px solid var(--verdinho);
  border-radius: var(--radius);
  padding: 32px 30px;
  color: var(--panel-text);
  box-shadow: var(--shadow);
}
.highlight-card h3 { color: var(--panel-head); }
.highlight-card p { color: var(--panel-text-soft); }
.highlight-card p:last-child { margin-bottom: 0; }
.highlight-card strong { color: var(--panel-head); }
.highlight-tag {
  display: inline-block;
  background: var(--verdinho);
  color: #00363b;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

/* Strip de fotos (Sobre) */
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.photo-strip img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.about-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  aspect-ratio: 4/5;
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.signature {
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--accent-head);
  margin-top: 6px;
}
.signature small { display: block; font-family: var(--font-body); font-style: normal; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--verdinho); font-weight: 700; margin-top: 2px; }

blockquote.pull {
  margin: 26px 0 0;
  padding: 0 0 0 22px;
  border-left: 3px solid var(--verdinho);
  font-family: var(--font-head);
  font-style: italic;
  font-size: 1.12rem;
  color: var(--accent-head);
  line-height: 1.5;
}
blockquote.pull cite { display: block; margin-top: 10px; font-family: var(--font-body); font-style: normal; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--text-soft); font-weight: 700; }

/* ---------- Galeria de depoimentos (masonry) ---------- */
.gallery { column-count: 3; column-gap: 24px; }
@media (max-width: 900px) { .gallery { column-count: 2; column-gap: 18px; } }
@media (max-width: 600px) { .gallery { column-count: 1; } }

.g-card {
  break-inside: avoid;
  margin: 0 0 24px;
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.g-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.g-card img { width: 100%; height: auto; }
.g-body { padding: 20px 22px 22px; }
.g-body .stars { font-size: .82rem; letter-spacing: 2px; margin-bottom: 8px; display: block; }
.g-body p {
  margin: 0 0 12px;
  font-size: .93rem;
  color: var(--panel-text);
  font-style: italic;
  line-height: 1.6;
}
.g-name {
  font-weight: 700;
  font-size: .82rem;
  color: var(--panel-head);
  letter-spacing: .01em;
}
.stars { color: var(--verdinho); letter-spacing: 2px; }

.gallery-note {
  text-align: center;
  font-size: .85rem;
  color: var(--text-soft);
  margin: 34px auto 0;
  max-width: 560px;
}

/* ---------- Preços ---------- */
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
@media (max-width: 880px) { .price-grid { grid-template-columns: 1fr; } }
.price-card {
  background: var(--panel);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  color: var(--panel-text);
}
.price-card-head {
  background: linear-gradient(135deg, var(--petroleo), var(--verde-escuro));
  color: #fff;
  padding: 22px 28px;
}
.price-card-head h3 { color: #fff; margin: 0; }
.price-card-body { padding: 28px; }
.price-tag { font-family: var(--font-head); font-weight: 700; font-size: 2.3rem; color: var(--panel-head); line-height: 1.1; }
.price-tag small { font-family: var(--font-body); font-weight: 600; font-size: .93rem; color: var(--panel-text-soft); }
.price-sub { font-size: .92rem; color: var(--panel-text-soft); margin: 10px 0 20px; }
.price-card strong { color: var(--panel-head); }

.discount-card {
  background: var(--panel-tint);
  border: 1px solid var(--panel-border-strong);
  border-radius: var(--radius);
  padding: 30px;
  margin-top: 26px;
  color: var(--panel-text);
}
.discount-card h3 { color: var(--panel-head); }
.discount-card p { color: var(--panel-text-soft); }
.discount-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 700px) { .discount-list { grid-template-columns: 1fr; } }
.discount-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  font-weight: 600;
  font-size: .93rem;
  color: var(--panel-head);
}
.discount-list .off { color: var(--oposto-verdinho); font-weight: 700; font-size: 1.05rem; }
.badge-offer {
  background: var(--verdinho);
  color: #00363b;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  vertical-align: middle;
  margin-left: 8px;
}

.include-list, .note-list { list-style: none; margin: 0; padding: 0; }
.include-list li, .note-list li {
  position: relative;
  padding: 9px 0 9px 30px;
  color: var(--panel-text-soft);
  border-bottom: 1px solid var(--panel-border);
  font-size: .95rem;
}
.include-list li:last-child, .note-list li:last-child { border-bottom: none; }
.include-list li::before { content: '✓'; position: absolute; left: 0; color: var(--verdinho); font-weight: 700; }
.note-list li::before {
  content: '!';
  position: absolute;
  left: 2px; top: 12px;
  color: var(--oposto-verdinho);
  font-weight: 700;
  border: 1.5px solid var(--oposto-verdinho);
  border-radius: 50%;
  width: 16px; height: 16px;
  font-size: .68rem;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- Passo a passo ---------- */
.steps { display: grid; gap: 0; }
.step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.step:last-child { border-bottom: none; }
.step h3 { color: var(--accent-head); margin-bottom: .3em; }
.step p { margin: 0; }
.step-num {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--verdinho);
  color: #00363b;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.15rem;
  display: flex; align-items: center; justify-content: center;
}

/* ---------- FAQ ---------- */
.faq-item {
  border: 1px solid var(--panel-border);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--panel);
}
.faq-item[open] { border-color: var(--panel-border-strong); box-shadow: var(--shadow); }
.faq-item summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 700;
  font-family: var(--font-body);
  color: var(--panel-head);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--verdinho);
  flex-shrink: 0;
  transition: transform .2s;
  line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item-body { padding: 0 24px 22px; color: var(--panel-text-soft); }
/* precisa repetir a cor: a regra global `p` vence a herança do pai e, na página
   escura, deixava o texto do FAQ quase invisível sobre a caixinha branca */
.faq-item-body p { margin: 0; color: var(--panel-text-soft); }
.faq-item-body p + p { margin-top: .8em; }
.faq-item-body strong { color: var(--panel-head); }

/* ---------- Faixa CTA ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--petroleo) 0%, var(--verde-escuro) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 60px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::after {
  content: '';
  position: absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 194, 203, .28), transparent 68%);
  right: -140px; top: -160px;
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; }
.cta-band p { color: var(--verde-inter); font-size: 1.06rem; max-width: 560px; margin: 0 auto 28px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 600px) { .cta-band { padding: 44px 26px; } }

/* CTA invertida (clara) na página escura */
body.theme-dark .cta-band { background: linear-gradient(135deg, #eafcfd 0%, #cdf1f3 100%); color: var(--verde-escuro); }
body.theme-dark .cta-band h2 { color: var(--verde-escuro); }
body.theme-dark .cta-band p { color: var(--verde-acinz); }
body.theme-dark .cta-band::after { background: radial-gradient(circle, rgba(0, 194, 203, .3), transparent 68%); }
body.theme-dark .cta-band .btn-outline-light { border-color: var(--petroleo); color: var(--petroleo); }
body.theme-dark .cta-band .btn-outline-light:hover { background: rgba(0, 93, 109, .08); border-color: var(--petroleo); }

/* ---------- Rodapé ---------- */
.site-footer { background: var(--verde-escuro); color: var(--verde-inter); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; margin-bottom: 36px; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: .7em; }
.site-footer p { color: var(--verde-inter); }
.site-footer a { text-decoration: none; color: var(--verde-inter); transition: color .15s; }
.site-footer a:hover { color: #fff; }
.footer-logo { width: 60px; height: 60px; margin-bottom: 16px; filter: brightness(1.6) saturate(1.15); }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding-top: 22px;
  font-size: .8rem;
  color: rgba(255, 255, 255, .55);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

/* Rodapé invertido (claro) na página escura */
body.theme-dark .site-footer { background: var(--branco-esv); color: var(--verde-acinz); border-top: 1px solid var(--panel-border); }
body.theme-dark .site-footer h4 { color: var(--petroleo); }
body.theme-dark .site-footer p { color: var(--verde-acinz); }
body.theme-dark .site-footer a { color: var(--verde-acinz); }
body.theme-dark .site-footer a:hover { color: var(--petroleo); }
body.theme-dark .footer-logo { filter: none; }
body.theme-dark .footer-bottom { border-top-color: var(--panel-border); color: var(--cinza); }

/* ---------- WhatsApp flutuante ---------- */
.wa-float {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 50;
  background: #25D366;
  color: #fff;
  width: 58px; height: 58px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
  text-decoration: none;
  font-size: 1.6rem;
  transition: transform .18s ease;
}
.wa-float:hover { transform: scale(1.07); }

/* ---------- Hero de páginas internas ---------- */
.page-hero {
  padding: 68px 0 56px;
  background:
    radial-gradient(760px 380px at 50% 0%, rgba(148, 221, 222, .4), transparent 62%),
    var(--bg-soft);
  text-align: center;
  border-bottom: 1px solid var(--border);
}
body.theme-dark .page-hero {
  background:
    radial-gradient(820px 400px at 50% 0%, rgba(0, 194, 203, .26), transparent 64%),
    var(--bg-soft);
}
.page-hero .eyebrow { justify-content: center; }
.page-hero p { max-width: 660px; margin: 0 auto; font-size: 1.1rem; }
.page-hero .hero-actions { justify-content: center; }

/* ---------- Utilidades ---------- */
.text-center { text-align: center; }
.small { font-size: .86rem; }
.tag-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.tag-pill {
  background: var(--panel);
  border: 1px solid var(--panel-border-strong);
  color: var(--panel-head);
  font-size: .79rem;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 999px;
}
.link-accent { color: var(--accent-head); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--verde-inter); }
.link-accent:hover { text-decoration-color: var(--verdinho); }
.card .link-accent, .price-card .link-accent { color: var(--panel-head); }
