/* ============================================================
   EDUTECH — landing dark-first · segurança e tecnologia
   Verde Vox #9AC31C · navy #00365F · alerta #E0A63C / #D9534F
   ============================================================ */

.edu-page {
  --edu-bg: #06111C;
  --edu-bg2: #0A1826;
  --edu-panel: #0E2033;
  --edu-line: rgba(120, 175, 215, .15);
  --edu-text: rgba(235, 244, 250, .92);
  --edu-soft: rgba(185, 208, 226, .6);
  --alerta: #E0A63C;
  background: var(--edu-bg);
  color: var(--edu-text);
}
.edu-page h2 { color: var(--edu-text); }
.everde { color: var(--verde); }
.eyebrow--edu { color: var(--verde); }
.section__sub--edu { color: var(--edu-soft); }

.btn--everde {
  background: var(--verde);
  color: #FFFFFF;
  font-weight: 700;
}
.btn--everde:hover { box-shadow: 0 12px 36px rgba(154, 195, 28, .45); background: #89AF17; }

/* ============ HERO ============ */
.ehero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(55% 50% at 80% 25%, rgba(154, 195, 28, .13), transparent 62%),
    radial-gradient(45% 45% at 10% 90%, rgba(10, 136, 194, .12), transparent 60%),
    var(--edu-bg);
}
.ehero__mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(120, 175, 215, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 175, 215, .05) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(70% 70% at 50% 40%, black, transparent);
  mask-image: radial-gradient(70% 70% at 50% 40%, black, transparent);
  pointer-events: none;
}
.ehero__glow {
  position: absolute;
  width: 540px; height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(154, 195, 28, .16), transparent 65%);
  bottom: -220px; right: -140px;
  pointer-events: none;
  animation: float 10s ease-in-out infinite;
}
.ehero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}
.ehero h1 {
  color: var(--white);
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 22px;
}
.ehero__sub {
  color: var(--edu-soft);
  font-size: clamp(1rem, 1.8vw, 1.14rem);
  max-width: 560px;
  margin-bottom: 34px;
}
.ehero__sub strong { color: var(--edu-text); }
.ehero__proof { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 26px; }
.ehero__proof span { color: var(--edu-soft); font-size: .86rem; font-weight: 500; }

/* Vídeo em segundo plano (à esquerda, com transparência) */
.ehero__bgvideo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.ehero__bgvideo video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: left center;
  opacity: .5;
  filter: blur(1px) saturate(1.1) brightness(.9);
  -webkit-mask-image: linear-gradient(90deg, black 0%, black 38%, rgba(0,0,0,.45) 68%, transparent 90%);
  mask-image: linear-gradient(90deg, black 0%, black 38%, rgba(0,0,0,.45) 68%, transparent 90%);
}
.ehero__bgvideo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 17, 28, .68) 0%, rgba(6, 17, 28, .2) 32%, rgba(6, 17, 28, .2) 68%, var(--edu-bg) 100%);
}

/* Diagrama dos 3 pilares (órbita em primeiro plano) */
.ehero__side {
  position: relative;
  justify-self: center;
  width: min(430px, 92%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.pdiagram {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.pdiagram__ring {
  position: absolute;
  inset: 6%;
  border: 1px dashed rgba(154, 195, 28, .35);
  border-radius: 50%;
  animation: pdiagramSpin 60s linear infinite;
}
@keyframes pdiagramSpin { to { transform: rotate(360deg); } }
.pdiagram__core {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 190px; height: 190px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: radial-gradient(120% 120% at 30% 20%, #14304A, #0A1D30);
  border: 1px solid rgba(154, 195, 28, .5);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .6), 0 0 60px rgba(154, 195, 28, .2);
}
.pdiagram__core img { width: 72%; height: auto; }
.pdiagram__node {
  position: absolute;
  top: 50%; left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  background: rgba(10, 24, 38, .94);
  border: 1px solid var(--edu-line);
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .55);
  transition: border-color .3s ease, box-shadow .3s ease, scale .3s ease;
  white-space: nowrap;
  --r: 188px;
  transform: translate(-50%, -50%) rotate(var(--a)) translateX(var(--r)) rotate(calc(-1 * var(--a)));
  animation: pillarOrbit 55s linear infinite;
}
@keyframes pillarOrbit {
  from {
    transform: translate(-50%, -50%) rotate(var(--a)) translateX(var(--r)) rotate(calc(-1 * var(--a)));
  }
  to {
    transform: translate(-50%, -50%) rotate(calc(var(--a) + 360deg)) translateX(var(--r)) rotate(calc(-1 * (var(--a) + 360deg)));
  }
}
.pdiagram__node:hover {
  scale: 1.06;
  border-color: var(--verde);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .55), 0 0 30px rgba(154, 195, 28, .25);
}
.pdiagram__node span { font-size: 1.15rem; }
.pdiagram__node strong { font-family: var(--font-head); font-size: .95rem; color: var(--edu-text); }
.pdiagram__node--1 { --a: -90deg; }
.pdiagram__node--2 { --a: 30deg; }
.pdiagram__node--3 { --a: 150deg; }
@media (prefers-reduced-motion: reduce) {
  .pdiagram__node, .pdiagram__ring { animation: none !important; }
}

/* Notificações no canto superior direito do hero */
.ehero__notifs {
  position: absolute;
  top: 196px;
  right: 26px;
  z-index: 5;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}

/* Toast de notificação (hero + navegação) — fundo branco */
.ntoast {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 30, 53, .08);
  border-left: 3px solid var(--verde);
  border-radius: 14px;
  padding: 12px 17px 12px 13px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .45);
  max-width: 300px;
}
.ntoast--warn { border-left-color: var(--alerta); }
.ntoast__icon {
  width: 34px; height: 34px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(154, 195, 28, .2);
  font-size: .95rem;
}
.ntoast--warn .ntoast__icon { background: rgba(224, 166, 60, .22); }
.ntoast__body strong {
  display: block;
  font-family: var(--font-head);
  font-size: .82rem;
  color: #14283C;
  line-height: 1.3;
}
.ntoast__body small { color: #64798C; font-size: .72rem; }
.ntoast--rise { animation: ntoastRise 5.5s cubic-bezier(.25, .6, .35, 1) forwards; }
@keyframes ntoastRise {
  0% { opacity: 0; transform: translateX(46px); }
  6% { opacity: 1; transform: translateX(0); }
  86% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-14px); }
}

/* Toasts durante a navegação (fixos no canto superior direito) */
.scroll-toasts {
  position: fixed;
  right: 24px; top: 104px;
  z-index: 95;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  pointer-events: none;
}
.ntoast--slide { animation: ntoastSlide .9s cubic-bezier(.22, .61, .36, 1) forwards; opacity: 0; }
@keyframes ntoastSlide {
  from { opacity: 0; transform: translateX(42px); }
  to { opacity: 1; transform: translateX(0); }
}
.ntoast--out { transition: opacity .8s ease, transform .8s ease; opacity: 0 !important; transform: translateY(14px); }

/* ============ MARQUEE ============ */
.emarquee {
  background: linear-gradient(90deg, var(--verde) 0%, #AFD43C 100%);
  overflow: hidden;
  padding: 15px 0;
}
.emarquee__track {
  display: flex;
  align-items: center;
  gap: 32px;
  width: max-content;
  animation: emarqueeScroll 30s linear infinite;
}
.emarquee__track span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .93rem;
  color: var(--deep);
  white-space: nowrap;
}
.emarquee__track i { font-style: normal; color: rgba(0, 30, 53, .45); }
@keyframes emarqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ PILARES (seções individuais) ============ */
.pillar-sec { background: var(--edu-bg); }
.pillar-sec--alt { background: var(--edu-bg2); border-block: 1px solid var(--edu-line); }
.psec__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  margin-top: 44px;
}
.psec__grid--reverse { grid-template-columns: 1.05fr 1fr; }
.feat-list { list-style: none; }
.feat-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 17px;
  color: var(--edu-soft);
  font-size: .98rem;
  line-height: 1.55;
}
.feat-list li strong { color: var(--edu-text); }
.feat-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 3px;
  width: 20px; height: 20px;
  background: var(--verde);
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center/contain no-repeat;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6 9 17l-5-5"/></svg>') center/contain no-repeat;
}
.psec__emocional {
  margin-top: 26px;
  padding: 18px 22px;
  border-left: 3px solid var(--verde);
  background: rgba(154, 195, 28, .07);
  border-radius: 0 14px 14px 0;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.06rem;
  color: var(--edu-text);
}
.psec__emocional em { color: var(--verde); font-style: normal; }

/* Reconhecimento facial (HUD) */
.facescan {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--edu-line);
  box-shadow: 0 34px 80px rgba(0, 0, 0, .55);
}
.facescan img { width: 100%; display: block; max-height: 560px; object-fit: cover; object-position: center 18%; }
.facescan__frame {
  position: absolute;
  top: 7%; left: 26%;
  width: 46%; aspect-ratio: 1;
  pointer-events: none;
}
.facescan__corner {
  position: absolute;
  width: 26px; height: 26px;
  border: 3px solid var(--verde);
  filter: drop-shadow(0 0 6px rgba(154, 195, 28, .8));
}
.facescan__corner--tl { top: 0; left: 0; border-right: 0; border-bottom: 0; border-radius: 6px 0 0 0; }
.facescan__corner--tr { top: 0; right: 0; border-left: 0; border-bottom: 0; border-radius: 0 6px 0 0; }
.facescan__corner--bl { bottom: 0; left: 0; border-right: 0; border-top: 0; border-radius: 0 0 0 6px; }
.facescan__corner--br { bottom: 0; right: 0; border-left: 0; border-top: 0; border-radius: 0 0 6px 0; }
.facescan__line {
  position: absolute;
  left: 4%; right: 4%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--verde), transparent);
  box-shadow: 0 0 14px rgba(154, 195, 28, .9);
  animation: scanline 3s ease-in-out infinite;
}
@keyframes scanline {
  0%, 100% { top: 6%; opacity: .3; }
  50% { top: 92%; opacity: 1; }
}
.facescan__readout {
  position: absolute;
  left: 16px; bottom: 16px;
  background: rgba(4, 12, 20, .88);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(154, 195, 28, .5);
  border-radius: 12px;
  padding: 10px 16px;
}
.facescan__readout strong {
  display: block;
  font-family: var(--font-head);
  font-size: .88rem;
  color: var(--verde);
}
.facescan__readout small { color: var(--edu-soft); font-size: .74rem; }
.facescan__readout em { color: var(--verde); font-style: normal; font-weight: 700; }

/* Janela de sistema (prints reais) */
.sysshot {
  margin-top: clamp(40px, 6vw, 60px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--edu-line);
  background: var(--edu-panel);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .5);
}
.sysshot--tight { margin-top: 0; }
.sysshot--wide { margin-top: 0; }
.sysshot__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 16px;
  background: #0B1B2C;
  border-bottom: 1px solid var(--edu-line);
}
.sysshot__bar i {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
}
.sysshot__bar i:nth-child(1) { background: #E0645C; }
.sysshot__bar i:nth-child(2) { background: #E0A63C; }
.sysshot__bar i:nth-child(3) { background: #7CB94F; }
.sysshot__bar span {
  margin-left: 8px;
  font-size: .76rem;
  color: var(--edu-soft);
  font-weight: 500;
}
.sysshot img { width: 100%; display: block; }
.sysshot--light {
  margin-top: 40px;
  max-width: 860px;
  margin-inline: auto;
  border-color: rgba(0, 54, 95, .14);
  box-shadow: 0 26px 70px rgba(0, 30, 53, .18);
}
.sysshot--light figcaption { color: var(--text-soft); border-color: rgba(0, 54, 95, .1); background: var(--white); }
.sysshot--light figcaption strong { color: var(--navy); }

/* Painel Visão da Rede (recriado) */
.netboard { background: var(--white); }
.netboard__body { overflow-x: auto; }
.netboard__table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.netboard__table th {
  text-align: left;
  font-family: var(--font-head);
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--verde);
  padding: 12px 16px;
  white-space: nowrap;
}
.netboard__table td {
  padding: 13px 16px;
  color: var(--text);
  border-bottom: 1px solid rgba(0, 54, 95, .07);
  white-space: nowrap;
}
.netboard__table td:first-child { font-weight: 600; color: var(--navy); }
.netboard__table tbody tr:nth-child(even) { background: #F4F8FB; }
.netboard__table em {
  font-style: normal;
  font-weight: 600;
  font-size: .78rem;
  padding: 4px 12px;
  border-radius: 999px;
}
.netboard__table em.ok { color: #3D7A18; background: rgba(154, 195, 28, .18); }
.netboard__table em.warn { color: #9A6A0B; background: rgba(224, 166, 60, .18); }
.netboard .sysshot__caption {
  padding: 12px 18px;
  font-size: .85rem;
  color: var(--text-soft);
  border-top: 1px solid rgba(0, 54, 95, .1);
  background: var(--white);
}
.netboard .sysshot__caption strong { color: var(--navy); }
.netboard .sysshot__caption small { opacity: .7; }

/* Histórico do aluno (Pilar 3) */
.histcard { background: var(--edu-panel); }
.histcard__body { padding: clamp(20px, 2.6vw, 30px); }
.histcard__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--edu-line);
  margin-bottom: 18px;
}
.histcard__avatar {
  width: 52px; height: 52px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--verde), #7FA716);
  color: #06121F;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.05rem;
}
.histcard__head strong { display: block; font-family: var(--font-head); color: var(--edu-text); font-size: 1.05rem; }
.histcard__head small { color: var(--edu-soft); font-size: .8rem; }
.histcard__freq {
  margin-left: auto;
  font-style: normal;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--verde);
  text-align: right;
  line-height: 1.1;
}
.histcard__freq span { display: block; font-size: .68rem; font-weight: 500; color: var(--edu-soft); }
.histcard__kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.histcard__kpis > div {
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--edu-line);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}
.histcard__kpis strong {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--edu-text);
}
.histcard__kpis span { color: var(--edu-soft); font-size: .72rem; }
.histcard__timeline { list-style: none; }
.histcard__timeline li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
}
.histcard__timeline i {
  width: 10px; height: 10px;
  flex-shrink: 0;
  margin-top: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .25);
}
.histcard__timeline i.ok { background: var(--verde); box-shadow: 0 0 8px rgba(154, 195, 28, .7); }
.histcard__timeline i.warn { background: var(--alerta); }
.histcard__timeline strong { display: block; font-size: .88rem; color: var(--edu-text); font-weight: 600; }
.histcard__timeline small { color: var(--edu-soft); font-size: .76rem; }

/* Galeria: como os pais veem */
.pais { margin-top: clamp(46px, 6vw, 70px); }
.pais__title {
  text-align: center;
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  color: var(--edu-text);
  margin-bottom: 34px;
}
.pais__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 36px);
  max-width: 960px;
  margin-inline: auto;
}
.pais-phone { text-align: center; }
.pais-phone img {
  width: 100%;
  border-radius: 26px;
  border: 3px solid #1C3048;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .5);
  transition: transform .35s ease;
}
.pais-phone:hover img { transform: translateY(-8px); }
.pais-phone figcaption {
  margin-top: 14px;
  font-size: .88rem;
  color: var(--edu-soft);
}
.sysshot figcaption {
  padding: 12px 18px;
  font-size: .85rem;
  color: var(--edu-soft);
  border-top: 1px solid var(--edu-line);
}
.sysshot figcaption strong { color: var(--verde); }

/* App + notificações flutuantes (Comunicação) */
.appshot {
  position: relative;
  border-radius: 24px;
  overflow: visible;
}
.appshot img {
  width: 100%;
  border-radius: 24px;
  border: 1px solid var(--edu-line);
  box-shadow: 0 34px 80px rgba(0, 0, 0, .55);
  max-height: 540px;
  object-fit: cover;
  display: block;
}
.appshot__notif {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(10, 24, 38, .96);
  border: 1px solid var(--edu-line);
  border-radius: 14px;
  padding: 11px 16px 11px 12px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .55);
  animation: float 6s ease-in-out infinite;
}
.appshot__notif--1 { top: 22px; left: -30px; }
.appshot__notif--2 { bottom: 30px; right: -24px; animation-delay: 3s; }
.appshot__notif span {
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--verde);
  color: #06121F;
  font-weight: 800;
  flex-shrink: 0;
}
.appshot__notif .appshot__call { background: rgba(10, 136, 194, .9); color: #fff; font-size: .9rem; }
.appshot__notif strong {
  display: block;
  font-family: var(--font-head);
  font-size: .82rem;
  color: var(--edu-text);
}
.appshot__notif small { color: var(--edu-soft); font-size: .72rem; }

/* ============ DADOS / PREFEITURA (seção clara) ============ */
.edata { background: #F2F6FA; }
.edata h2 { color: var(--navy); }
.edata .section__sub { color: var(--text-soft); }
.edata__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 42px 0;
}
.dstat {
  background: var(--white);
  border: 1px solid rgba(0, 54, 95, .1);
  border-radius: 18px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(0, 30, 53, .08);
}
.dstat strong {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 6px;
}
.dstat span { color: var(--text-soft); font-size: .86rem; }

.mock-laptop { max-width: 860px; margin-inline: auto; }
.mock-laptop__screen {
  background: #0B1B2C;
  border: 3px solid #24384F;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  padding: 12px;
  box-shadow: 0 40px 90px rgba(0, 30, 53, .3);
}
.mock-laptop__screen img { width: 100%; border-radius: 8px; display: block; }
.mock-laptop__base {
  height: 18px;
  background: linear-gradient(180deg, #3A5068, #1C2E42);
  border-radius: 0 0 16px 16px;
  margin: 0 -26px;
  box-shadow: 0 26px 50px rgba(0, 30, 53, .35);
}
.edata__reports {
  margin-top: 40px;
  text-align: center;
  color: var(--text-soft);
  font-size: .95rem;
}
.edata__reports > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.edata__reports em {
  font-style: normal;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .84rem;
  color: var(--navy);
  background: rgba(154, 195, 28, .16);
  border: 1px solid rgba(154, 195, 28, .45);
  border-radius: 999px;
  padding: 8px 16px;
}

/* ============ MERENDA ============ */
.merenda { background: var(--edu-bg); }
.merenda__panel {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
  border-radius: 28px;
  padding: clamp(32px, 5vw, 60px);
  background:
    radial-gradient(70% 90% at 90% 10%, rgba(154, 195, 28, .16), transparent 60%),
    linear-gradient(165deg, var(--edu-panel), #0A1624);
  border: 1px solid var(--edu-line);
}
.merenda__text > p { color: var(--edu-soft); margin-bottom: 24px; }
.check-list--edu li { color: var(--edu-text); }

/* Relatório animado da merenda */
.merenda__report { background: var(--edu-panel); }
.mreport { padding: clamp(22px, 3vw, 34px); }
.mreport__count { text-align: center; margin-bottom: 26px; }
.mreport__count strong {
  display: block;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(3rem, 6vw, 4.2rem);
  line-height: 1;
  color: var(--verde);
}
.mreport__count span { color: var(--edu-soft); font-size: .92rem; }
.mreport__rows { display: flex; flex-direction: column; gap: 14px; margin-bottom: 26px; }
.mreport__rows > div {
  display: grid;
  grid-template-columns: 150px 1fr 48px;
  align-items: center;
  gap: 12px;
  font-size: .85rem;
  color: var(--edu-soft);
}
.mreport__rows i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  overflow: hidden;
}
.mreport__rows b {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #7FA716, var(--verde));
  transition: width .3s linear;
}
.mreport__rows em { font-style: normal; color: var(--edu-text); font-weight: 600; text-align: right; }
.mreport__result {
  text-align: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: #06121F;
  background: linear-gradient(90deg, var(--verde), #AFD43C);
  border-radius: 14px;
  padding: 16px 20px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .8s ease, transform .8s ease;
}
.mreport__result--show { opacity: 1; transform: translateY(0); }
.mreport__result strong { font-size: 1.25em; }

/* ============ EQUIDADE / VAAR ============ */
.vaar {
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(154, 195, 28, .16), transparent 60%),
    var(--edu-bg2);
  border-block: 1px solid var(--edu-line);
}
.vaar__inner { max-width: 820px; text-align: center; }
.vaar__inner .eyebrow--edu::before { display: none; }
.vaar__inner p {
  color: var(--edu-soft);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 28px;
}
.vaar__inner p strong { color: var(--verde); }
.vaar__chips { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.vaar__chips span {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .86rem;
  color: var(--edu-text);
  background: rgba(154, 195, 28, .1);
  border: 1px solid rgba(154, 195, 28, .4);
  border-radius: 999px;
  padding: 9px 20px;
}

/* ============ COMODATO ============ */
.comodato { background: var(--edu-bg); }
.comodato__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(26px, 4vw, 50px);
  align-items: center;
  max-width: 940px;
  border-radius: 24px;
  padding: clamp(30px, 4vw, 48px);
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--edu-line);
}
.comodato__icon {
  width: 88px; height: 88px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--verde), #7FA716);
  color: #06121F;
  box-shadow: 0 16px 44px rgba(154, 195, 28, .35);
}
.comodato__icon svg { width: 46px; height: 46px; }
.comodato__text h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 12px; }
.comodato__text p { color: var(--edu-soft); }
.comodato__text p strong { color: var(--edu-text); }

/* ============ CLIENTES (carrossel) ============ */
.eclients { background: var(--edu-bg2); border-block: 1px solid var(--edu-line); overflow: hidden; }
.eclients__carousel {
  margin-top: 40px;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.eclients__track {
  display: flex;
  gap: 20px;
  width: max-content;
  padding: 6px 0;
  animation: eclientsScroll 34s linear infinite;
}
.eclients__carousel:hover .eclients__track { animation-play-state: paused; }
@keyframes eclientsScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.clicard {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--edu-line);
  white-space: nowrap;
}
.clicard__brasao {
  width: 46px; height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(154, 195, 28, .13);
  color: var(--verde);
  flex-shrink: 0;
}
.clicard__brasao svg { width: 26px; height: 26px; }
.clicard strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1rem;
  color: var(--edu-text);
}
.clicard small { color: var(--edu-soft); font-size: .78rem; }
.clicard--more { border-style: dashed; border-color: rgba(154, 195, 28, .45); }
.clicard--more strong { color: var(--verde); }

/* ============ REELS (carrossel deslizante) ============ */
.reels { background: var(--edu-bg); }
.reels__wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
.reels__slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 10px 4px 22px;
  flex: 1;
}
.reels__slider::-webkit-scrollbar { display: none; }
.reel {
  flex: 0 0 min(300px, 78vw);
  scroll-snap-align: start;
  border-radius: 22px;
  overflow: hidden;
  background: #0B1B2C;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .5);
  transition: transform .3s ease, border-color .3s ease;
}
.reel:hover { transform: translateY(-6px); border-color: rgba(154, 195, 28, .45); }
.reel__inner {
  position: relative;
  aspect-ratio: 9 / 15.4;
  overflow: hidden;
  background: #fff;
}
.reel__inner iframe {
  position: absolute;
  top: -2px; left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 0;
}
.reels__arrow {
  width: 46px; height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--edu-line);
  background: rgba(255, 255, 255, .05);
  color: var(--edu-text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.reels__arrow:hover {
  background: var(--verde);
  border-color: var(--verde);
  color: #06121F;
  transform: scale(1.08);
}
.reels__follow { text-align: center; color: var(--edu-soft); margin-top: 6px; }
.reels__follow a {
  color: var(--edu-text);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--verde);
}
.reels__follow a:hover { color: var(--verde); }

/* ============ CTA FINAL ============ */
.ecta {
  position: relative;
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(154, 195, 28, .2), transparent 60%),
    var(--edu-bg2);
  border-top: 1px solid var(--edu-line);
  overflow: hidden;
}
.ecta__inner { text-align: center; padding: clamp(70px, 9vw, 120px) 0; }
.ecta h2 {
  color: var(--white);
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  max-width: 760px;
  margin: 0 auto 16px;
}
.ecta p {
  color: var(--edu-soft);
  max-width: 540px;
  margin: 0 auto 36px;
  font-size: 1.03rem;
}
.ecta__ctas { justify-content: center; }

.edu-page .footer { background: #040C14; }

/* ============ RESPONSIVO ============ */
@media (max-width: 1024px) {
  .edata__stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .ehero { padding-top: 130px; }
  .ehero__grid { grid-template-columns: 1fr; }
  .ehero__side { width: min(360px, 94%); margin-top: 40px; }
  .ehero__bgvideo video {
    object-position: center top;
    -webkit-mask-image: linear-gradient(180deg, black 0%, rgba(0,0,0,.4) 55%, transparent 90%);
    mask-image: linear-gradient(180deg, black 0%, rgba(0,0,0,.4) 55%, transparent 90%);
  }
  .pdiagram__node { --r: 140px !important; padding: 10px 15px; }
  .pdiagram__node strong { font-size: .84rem; }
  .pdiagram__core { width: 150px; height: 150px; }
  .pdiagram__ring { inset: 10%; }
  .ehero__notifs { display: none; }
  .psec__grid, .psec__grid--reverse { grid-template-columns: 1fr; }
  .psec__grid--reverse figure { order: -1; }
  .merenda__panel { grid-template-columns: 1fr; }
  .comodato__grid { grid-template-columns: 1fr; text-align: center; }
  .comodato__icon { margin-inline: auto; }
  .vaar__inner { text-align: left; }
  .vaar__chips { justify-content: flex-start; }
}

@media (max-width: 860px) and (min-width: 561px) {
  .pais__grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}
@media (max-width: 560px) {
  .edata__stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .pais__grid { grid-template-columns: 1fr; max-width: 300px; }
  .mreport__rows > div { grid-template-columns: 105px 1fr 40px; }
  .ntoast { max-width: 240px; }
  .scroll-toasts { right: 12px; top: 82px; }
  .reels__arrow { display: none; }
  .facescan__frame { left: 20%; width: 56%; }
}
