/* ===================================================================
   Âncora — Acompanhamento Escolar de Qualidade
   Tokens extraídos do manual de marca (source/manual-marca-ancora-extraido)
   =================================================================== */

:root {
  --azul: #009FE3;
  --azul-light: #59C0EC;
  --azul-pale: #A5DDF5;
  --navy: #004572;
  --navy-dark: #002C4A;
  --menino-navy: #003A5F;
  --bg: #F4FBFD;
  --bg-2: #E5F5FC;
  --text-soft: #3C5A6E;
  --white: #FFFFFF;

  --container-max: 1200px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --radius: 14px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--navy);
  font-family: 'Montserrat', -apple-system, 'Segoe UI', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 0.6em; font-weight: 800; line-height: 1.2; }
p { margin: 0 0 1em; }

/* ---------- Animações de entrada ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
[data-reveal].is-in { opacity: 1; transform: translateY(0); }
[data-reveal-delay="1"] { transition-delay: 0.08s; }
[data-reveal-delay="2"] { transition-delay: 0.16s; }
[data-reveal-delay="3"] { transition-delay: 0.24s; }
[data-reveal-delay="4"] { transition-delay: 0.32s; }
[data-reveal-delay="5"] { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 0.85em 1.8em;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.94rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.btn--azul {
  background: linear-gradient(135deg, var(--azul-light), var(--azul));
  color: var(--white);
  box-shadow: 0 8px 24px -8px rgba(0, 159, 227, 0.55);
}
.btn--azul:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -8px rgba(0, 159, 227, 0.65); }
.btn--lg { padding: 1em 2.2em; font-size: 1.02rem; }
.btn--outline-claro {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
}
.btn--outline-claro:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-2px); }
.btn--branco {
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.35);
}
.btn--branco:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.4); }

/* ---------- Topo ---------- */
.topo {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 251, 253, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--bg-2);
}
.topo__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0.7rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.topo__marca { display: flex; align-items: center; text-decoration: none; }
.topo__logo { height: 40px; width: auto; }
.topo__nav { display: flex; gap: 1.75rem; }
.topo__nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  color: var(--navy);
  opacity: 0.75;
  transition: opacity 0.2s;
}
.topo__nav a:hover { opacity: 1; }

@media (max-width: 720px) {
  .topo__nav { display: none; }
}

/* ---------- Barra utilitária (Trabalhe conosco) ---------- */
.topo__utilitaria { background: var(--navy-dark); }
.topo__utilitaria-inner {
  display: flex;
  justify-content: flex-end;
  padding: 0.4rem 0.9rem;
}
.topo__trabalhe {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--white);
  opacity: 0.9;
  transition: opacity 0.2s;
}
.topo__trabalhe:hover { opacity: 1; text-decoration: underline; }

/* ---------- Eyebrow / genérico ---------- */
.eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}
.eyebrow--azul { color: var(--azul); }

/* ---------- Hero ---------- */
.hero { background: var(--bg); padding: clamp(2.5rem, 6vw, 4.5rem) var(--gutter) clamp(3rem, 7vw, 5rem); position: relative; overflow: hidden; }
.hero__mancha {
  position: absolute;
  top: -12%;
  right: -8%;
  width: min(720px, 60vw);
  height: min(720px, 60vw);
  border-radius: 50%;
  background: radial-gradient(circle, var(--bg-2) 0%, rgba(229, 245, 252, 0) 70%);
  pointer-events: none;
}
.hero__grid {
  max-width: var(--container-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
  position: relative;
}
.hero__titulo {
  color: var(--navy);
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  margin: 0 0 1.5rem;
}
.hero__titulo span { color: var(--azul); }

.hero__lead { color: var(--text-soft); font-size: 1.08rem; max-width: 520px; margin: 0 0 1.25rem; text-align: justify; }
.hero__destaque { color: var(--navy); font-weight: 700; font-size: 1.15rem; margin: 0 0 2.25rem; }

.hero__imagem { position: relative; display: flex; justify-content: center; }
.hero__imagem img { width: 100%; max-width: 620px; height: auto; object-fit: contain; filter: drop-shadow(0 30px 40px rgba(0, 69, 114, 0.25)); }

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__imagem img { max-width: 340px; margin: 0 auto; }
}

/* ---------- Pilares ---------- */
.pilares { background: var(--navy-dark); padding: clamp(2.5rem, 6vw, 4rem) var(--gutter); }
.pilares__topo {
  max-width: var(--container-max);
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: stretch;
}

.pilares__foto-grande {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 420px;
  background: var(--menino-navy);
}
.pilares__foto-grande img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 10%; }
.pilares__foto-legenda {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  background: linear-gradient(180deg, rgba(0, 58, 95, 0) 0%, rgba(0, 58, 95, 0.75) 35%, rgba(0, 58, 95, 0.94) 100%);
  color: rgba(244, 251, 253, 0.95);
}
.pilares__foto-legenda h2 { color: var(--white); font-size: 1.4rem; margin-bottom: 1rem; line-height: 1.3; }
.pilares__foto-legenda strong { color: var(--azul-light); }

.pilar { color: rgba(244, 251, 253, 0.92); display: flex; flex-direction: column; justify-content: center; }
.pilar__titulo { color: var(--white); font-size: 1.5rem; margin-bottom: 1.5rem; line-height: 1.3; }
.pilar__titulo strong { color: var(--azul-light); }
.pilar__lista { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.pilar__lista li {
  padding-left: 1.4rem;
  position: relative;
  font-size: 1.08rem;
  line-height: 1.6;
  text-align: justify;
}
.pilar__lista li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--azul-light);
}
.pilar__lista--icone li {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding-left: 0;
}
.pilar__lista--icone li::before { content: none; }
.icone-badge {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 4px 14px -4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icone-badge img { width: 26px; height: 26px; }

/* ---------- Banner CTA dos pilares ---------- */
.pilares__cta {
  max-width: 720px;
  margin: 0 auto;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(165, 221, 245, 0.25);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3.5vw, 2.1rem);
  text-align: center;
  color: rgba(244, 251, 253, 0.92);
}
.pilares__cta-arvore { width: 42px; height: 42px; margin: 0 auto 1rem; opacity: 0.92; }
.pilares__cta h2 { color: var(--white); font-size: clamp(1.25rem, 2.2vw, 1.55rem); max-width: 560px; margin: 0 auto 0.85rem; }
.pilares__cta h2 strong { color: var(--azul-light); }
.pilares__cta p { max-width: 520px; margin: 0 auto 1.4rem; font-size: 0.98rem; }

@media (max-width: 900px) {
  .pilares__topo { grid-template-columns: 1fr; }
  .pilares__foto-grande { min-height: 320px; }
}

/* ---------- Divisor com farol ---------- */
.farol-divisor {
  position: relative;
  background: linear-gradient(160deg, var(--navy), var(--navy-dark));
  padding: clamp(1.1rem, 2.8vw, 1.6rem) var(--gutter);
}
.farol-divisor__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 1.75rem);
}
.farol-divisor__figura { flex-shrink: 0; width: min(90px, 20vw); }
.farol-divisor__figura img { width: 100%; height: auto; border-radius: 8px; }
.farol-divisor__frase {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  color: var(--white);
  flex-shrink: 0;
  white-space: nowrap;
  margin: 0;
  line-height: 1.5;
}
.farol-divisor__icone { width: 24px; height: 24px; margin: 0 auto 0.55rem; filter: brightness(0) invert(1); opacity: 0.85; display: block; }

@media (max-width: 680px) {
  .farol-divisor { flex-direction: column; text-align: center; }
  .farol-divisor__frase { text-align: center; white-space: normal; }
  .farol-divisor__icone { margin: 0 auto 0.85rem; }
}

/* ---------- Seções genéricas ---------- */
.secao { padding: clamp(3rem, 7vw, 5rem) var(--gutter); position: relative; }
.secao--quem-somos { background: var(--navy); overflow: hidden; }
.secao--resultados { background: var(--bg); overflow: hidden; }
.secao--potencial { background: var(--bg-2); overflow: hidden; min-height: clamp(560px, 62vw, 720px); padding-top: clamp(3.75rem, 8vw, 4.75rem); }
.potencial__eyebrow-canto {
  position: absolute;
  top: clamp(1.5rem, 4vw, 2.25rem);
  right: var(--gutter);
  z-index: 3;
  margin: 0;
}

.secao__inner { max-width: var(--container-max); margin: 0 auto; position: relative; z-index: 2; }
.secao__titulo {
  text-align: center;
  font-size: clamp(1.6rem, 3.4vw, 2.3rem);
  margin: 0 0 1.25rem;
}
.secao--quem-somos .secao__titulo { color: var(--white); }
.secao--resultados .secao__titulo,
.secao--potencial .secao__titulo { color: var(--navy); }
.secao__lead {
  max-width: 680px;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
  color: var(--text-soft);
  text-align: justify;
}
.secao--resultados .secao__lead,
.secao--quem-somos .secao__lead { text-align: center; }

/* ---------- Fundo "Quem somos" ---------- */
.secao--quem-somos__fundo { position: absolute; inset: 0; z-index: 0; }
.secao--quem-somos__fundo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.secao--quem-somos__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, var(--navy) 0%, rgba(0, 69, 114, 0.9) 55%, rgba(0, 69, 114, 0.6) 82%, rgba(0, 69, 114, 0.4) 100%);
}
.secao--quem-somos__arvore {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  width: clamp(210px, 27vw, 360px);
  height: auto;
  opacity: 0.45;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .secao--quem-somos__arvore { display: none; }
}

.quem-somos__intro { text-align: center; max-width: 900px; margin: 0 auto clamp(2rem, 5vw, 3rem); }
.quem-somos__intro .eyebrow { color: var(--azul-light); }

/* ---------- Carrossel vertical (Quem somos) ---------- */
.cartoes-carrossel {
  position: relative;
  height: clamp(420px, 52vw, 560px);
  max-width: 820px;
  margin: 0 auto 3rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.cartoes-carrossel__track {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  will-change: transform;
}
.cartao {
  position: relative;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(165, 221, 245, 0.25);
  border-radius: var(--radius);
  padding: 1.75rem 2rem;
  color: rgba(244, 251, 253, 0.95);
}
.cartao__icone { width: 46px; height: 46px; margin-bottom: 0.75rem; }
.cartao__numero {
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--azul-light);
  letter-spacing: 0.08em;
  opacity: 0.6;
}
.cartao h3 { color: var(--white); font-size: 1.2rem; margin-bottom: 0.75rem; }
.cartao p { font-size: 1.02rem; text-align: justify; }
.cartao__principios { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.cartao__principios li {
  padding-left: 1.3rem;
  position: relative;
  font-size: 1.02rem;
}
.cartao__principios li::before {
  content: '⚓';
  position: absolute;
  left: 0;
  top: -0.05em;
  font-size: 0.8em;
  color: var(--azul-light);
}

/* ---------- Fecho (citação + CTA) ---------- */
.fecho { text-align: center; max-width: 680px; margin: 0 auto; }
.fecho__frase {
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1.75rem;
  line-height: 1.5;
}
.secao--quem-somos .fecho { max-width: 820px; }
.secao--quem-somos .fecho__frase { color: var(--white); }
.secao--resultados .fecho__frase { color: var(--navy); }
.secao--quem-somos .fecho__frase strong { color: var(--azul-light); }

/* ---------- Resultados / stats ---------- */
.secao--resultados__fundo { position: absolute; inset: 0; z-index: 0; }
.secao--resultados__fundo img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.secao--resultados__fundo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--bg) 0%, rgba(244, 251, 253, 0.85) 32%, rgba(244, 251, 253, 0.35) 60%);
}
.pixel-canvas { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin: 0 0 3rem;
}
.stat {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem 1.25rem;
  text-align: center;
  box-shadow: 0 10px 30px -14px rgba(0, 69, 114, 0.25);
}
.stat__icone { width: 40px; height: 40px; margin: 0 auto 0.85rem; }
.stat__valor { display: block; font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.1rem); color: var(--azul); margin-bottom: 0.6rem; }
.stat__desc { display: block; font-size: 0.9rem; color: var(--text-soft); line-height: 1.55; }

/* ---------- Depoimentos ---------- */
.secao--depoimentos { background: var(--navy-dark); overflow: hidden; }
.secao--depoimentos .eyebrow { color: var(--white); margin-top: -0.5rem; }
.secao--depoimentos__fundo { position: absolute; inset: 0; z-index: 0; }
.secao--depoimentos__fundo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.secao--depoimentos__fundo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 44, 74, 0.25) 0%, rgba(0, 44, 74, 0.55) 55%, var(--navy-dark) 100%);
}

.marquee {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
}
.marquee__track {
  display: flex;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  width: max-content;
  padding: 0.5rem 0 1rem;
  will-change: transform;
}

.depoimento-card {
  flex: 0 0 auto;
  width: min(340px, 82vw);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(165, 221, 245, 0.25);
  box-shadow: 0 16px 40px -24px rgba(0, 0, 0, 0.4);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.depoimento-card__topo { display: flex; align-items: center; gap: 1.1rem; margin-bottom: 1rem; }
.depoimento-card__foto {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background: radial-gradient(circle at 32% 28%, var(--azul-pale), var(--azul) 55%, var(--navy) 130%);
  border: 1.5px solid rgba(165, 221, 245, 0.5);
}
.depoimento-card__foto img { width: 100%; height: 100%; object-fit: cover; }
.depoimento-card__id {
  background: rgba(0, 44, 74, 0.55);
  border-radius: 8px;
  padding: 0.4rem 0.65rem;
}
.depoimento-card__nome { font-weight: 700; font-size: 0.96rem; color: var(--white); margin: 0; }
.depoimento-card__contexto { font-size: 0.76rem; letter-spacing: 0.02em; color: var(--azul-light); opacity: 1; margin: 0; }
.depoimento-card__pergunta { font-style: italic; color: var(--azul-light); font-size: 0.98rem; margin-bottom: 0.5rem; }
.depoimento-card__texto { font-size: 0.92rem; color: rgba(244, 251, 253, 0.85); margin: 0; text-align: justify; }

/* ---------- Por que escolher (diferenciais) ---------- */
.secao--diferenciais { background: var(--navy-dark); overflow: hidden; }
.secao--diferenciais__fundo { position: absolute; inset: 0; z-index: 0; }
.secao--diferenciais__fundo img { width: 100%; height: 100%; object-fit: cover; object-position: left center; opacity: 0.55; }
.secao--diferenciais__fundo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 44, 74, 0.35) 0%, var(--navy-dark) 55%);
}
.secao--diferenciais__textura {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url('img/textura-marca.png');
  background-size: 70px 70px;
  background-position: right top;
  background-repeat: repeat;
  opacity: 0.05;
  -webkit-mask-image: linear-gradient(225deg, black 0%, black 30%, transparent 60%);
  mask-image: linear-gradient(225deg, black 0%, black 30%, transparent 60%);
  pointer-events: none;
}
.secao__titulo--claro { color: var(--white); }
.fecho__frase--claro { color: var(--white); }

.secao--diferenciais .secao__inner { max-width: 1480px; }
.diferenciais__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
  gap: 1.75rem;
  width: 94%;
  margin: 0 0 3rem auto;
}
.diferencial {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(165, 221, 245, 0.2);
  border-radius: var(--radius);
  padding: 1.75rem;
  color: rgba(244, 251, 253, 0.92);
}
.diferencial .icone-badge { margin-bottom: 1rem; }
.diferencial h3 { color: var(--white); font-size: 1.1rem; margin-bottom: 0.6rem; line-height: 1.35; }
.diferencial p { font-size: 0.95rem; margin: 0; text-align: justify; }

/* ---------- Gamificação ---------- */
.secao--gamificacao { background: var(--bg); overflow: hidden; text-align: center; }
.secao--gamificacao__fundo { position: absolute; inset: 0; z-index: 0; }
.secao--gamificacao__fundo img { width: 100%; height: 100%; object-fit: cover; object-position: center 92%; opacity: 0.9; }
.secao--gamificacao .secao__inner { position: relative; z-index: 2; }
.secao--gamificacao .secao__lead { max-width: 640px; margin-left: auto; margin-right: auto; text-align: center; }

.ordens {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin: clamp(2rem, 5vw, 3rem) 0;
}
.ordem {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  text-align: left;
  background: rgba(244, 251, 253, 0.9);
  backdrop-filter: blur(4px);
  border-radius: var(--radius);
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  box-shadow: 0 14px 34px -18px rgba(0, 69, 114, 0.35);
  max-width: 400px;
}
.neon-border { position: absolute; inset: 0; overflow: visible; pointer-events: none; }
.neon-border__band {
  position: absolute;
  box-sizing: border-box;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: content-box, border-box;
  mask-composite: exclude;
  mix-blend-mode: plus-lighter;
}
.ordem img { width: 100px; height: 100px; flex-shrink: 0; object-fit: contain; }
.ordem__texto h3 { color: var(--navy); font-size: 1.25rem; margin: 0 0 0.4rem; }
.ordem__texto p { color: var(--text-soft); font-size: 1.02rem; margin: 0; line-height: 1.45; }

@media (max-width: 640px) {
  .ordem { max-width: 100%; width: 100%; }
}

/* ---------- Potencial ---------- */
.secao--potencial__fundo { position: absolute; inset: 0; z-index: 0; }
.secao--potencial__fundo img { width: 100%; height: 100%; object-fit: cover; object-position: left 75%; }
.secao--potencial__fundo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, var(--bg-2) 0%, rgba(229, 245, 252, 0.85) 34%, rgba(229, 245, 252, 0.35) 62%);
}

.potencial__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}
.potencial__spacer { min-height: 1px; }
.potencial__texto .secao__titulo {
  text-align: left;
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin-bottom: 1.25rem;
}
.potencial__texto .secao__lead { text-align: left; font-size: 1.22rem; margin: 0 0 1.25rem; }
.potencial__texto p { color: var(--text-soft); text-align: justify; font-size: 1.08rem; }
.potencial__subtitulo { font-size: 1.15rem; color: var(--navy); margin: 1.75rem 0 1.1rem; }
.potencial__lista { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.potencial__lista li { display: flex; align-items: center; gap: 0.85rem; color: var(--text-soft); font-size: 1.08rem; }
.potencial__lista img { width: 34px; height: 34px; flex-shrink: 0; }

.potencial__caixa {
  position: absolute;
  top: 50%;
  right: var(--gutter);
  transform: translateY(-50%);
  z-index: 3;
  width: min(460px, 46vw);
  text-align: center;
  background: linear-gradient(160deg, var(--navy), var(--navy-dark));
  border-radius: var(--radius);
  padding: 2.25rem 2rem;
  color: var(--white);
  box-shadow: 0 20px 50px -20px rgba(0, 44, 74, 0.4);
}
.potencial__caixa-icone { width: 48px; height: 48px; margin: 0 auto 1rem; }
.potencial__caixa-titulo { font-weight: 800; font-size: 1.3rem; color: var(--azul-light); margin-bottom: 0.75rem; }
.potencial__caixa p:last-child { margin: 0; color: rgba(244, 251, 253, 0.85); font-size: 1.05rem; }

@media (max-width: 860px) {
  .potencial__grid { grid-template-columns: 1fr; }
  .potencial__spacer { display: none; }
  .secao--potencial { min-height: 0; }
  .potencial__caixa {
    position: static;
    transform: none;
    width: 100%;
    max-width: 420px;
    margin: 2rem auto 0;
  }
  .secao--potencial__fundo::after { background: rgba(229, 245, 252, 0.82); }
}

/* ---------- CTA final ---------- */
.cta-final {
  background: linear-gradient(160deg, var(--azul-light), var(--azul));
  padding: clamp(3.5rem, 8vw, 5.5rem) var(--gutter);
  text-align: center;
}
.cta-final__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  text-align: left;
}
.cta-final__arvore { flex-shrink: 0; width: 168px; height: 168px; filter: brightness(0) invert(1); opacity: 0.95; }
.cta-final__texto { flex: 1 1 0%; }
.cta-final h2 { color: var(--white); font-size: clamp(1.5rem, 2.8vw, 2rem); margin-bottom: 0.9rem; }
.cta-final p { color: rgba(255, 255, 255, 0.9); font-size: 1.05rem; margin-bottom: 1.5rem; }
.cta-final .btn--branco { color: var(--navy); }

@media (max-width: 620px) {
  .cta-final__inner { flex-direction: column; text-align: center; }
}

/* ---------- Divisor com a árvore da marca (transição entre seções) ---------- */
/* Sem faixa colorida: as duas seções se encostam, e só a logo fica
   sobre a linha de encontro (sem clipar, porque o div não tem
   overflow:hidden como as seções vizinhas). */
.marca-divisor { position: relative; height: 0; }
.marca-divisor img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(56px, 6vw, 80px);
  height: auto;
  opacity: 0.95;
  z-index: 5;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}
.marca-divisor--para-claro img { filter: brightness(0) invert(1); }
.marca-divisor--para-claro .marca-divisor__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(84px, 9vw, 108px);
  height: clamp(84px, 9vw, 108px);
  border-radius: 24px;
  background: linear-gradient(160deg, var(--navy), var(--navy-dark));
  box-shadow: 0 10px 30px -10px rgba(0, 44, 74, 0.5);
}
.marca-divisor--para-claro .marca-divisor__badge img {
  position: static;
  transform: none;
  width: clamp(40px, 4.5vw, 52px);
}

/* Névoa suave na linha de encontro entre o farol e a seção seguinte */
.farol-divisor::before,
.farol-divisor::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 36px;
  background: inherit;
  filter: blur(14px);
  pointer-events: none;
}
.farol-divisor::before { top: -18px; }
.farol-divisor::after { bottom: -18px; }

/* ---------- Rodapé ---------- */
.rodape-ancora { background: var(--navy-dark); }
.rodape-ancora__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4rem) var(--gutter) clamp(2rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2.5rem;
}
.rodape-ancora__marca { display: flex; flex-direction: column; gap: 0.9rem; }
.rodape-ancora__logo { width: 180px; height: auto; }
.rodape-ancora__lema { font-style: italic; color: var(--azul-light); font-size: 0.95rem; max-width: 22em; opacity: 0.9; margin: 0; }
.rodape-ancora__titulo {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--azul-light);
  margin: 0 0 0.9rem;
}
.rodape-ancora__divisor { color: var(--azul-light); opacity: 0.5; margin: 0 0.3em; }
.rodape-ancora p { color: rgba(244, 251, 253, 0.75); font-size: 0.92rem; margin: 0; }
.rodape-ancora a { color: var(--azul-light); text-decoration: none; }
.rodape-ancora a:hover { text-decoration: underline; }

.rodape-ancora__base {
  border-top: 1px solid rgba(165, 221, 245, 0.12);
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 1.1rem var(--gutter);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
}
.rodape-ancora__copy { margin: 0; opacity: 0.55; font-size: 0.8rem; }
.rodape-ancora__base-links { display: flex; flex-wrap: wrap; gap: 0.4rem 1.5rem; }
.rodape-ancora__base-links a { font-size: 0.78rem; font-weight: 600; color: var(--azul-light); opacity: 0.85; }
.rodape-ancora__base-links a:hover { opacity: 1; }

@media (max-width: 700px) {
  .rodape-ancora__inner { grid-template-columns: 1fr; gap: 2rem; }
}
