/* ═══════════════════════════════════════════════
   CBR — Um Legado Vivo · Redesign 2026 v2
   Tema: caderno quadriculado de aluno
   Tipografia: Poppins · tracking -70 (-0.07em)
   Títulos: #0086BC
   ═══════════════════════════════════════════════ */

:root {
  --blue: #0086BC;
  --blue-deep: #005B80;
  --blue-ink: #012A3A;
  --gold: #FDB603;
  --pink: #E8098E;
  --green: #82B834;
  --ink: #222222;
  --graphite: #6b7280;
  --paper: #FFFFFF;
  --grid-line: rgba(0, 134, 188, 0.10);
  --font: 'Poppins', Arial, sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-expo: cubic-bezier(0.87, 0, 0.13, 1);
  --track: -0.07em;
}

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

html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font);
  letter-spacing: var(--track);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /* caderno quadriculado — fundo branco */
  background-color: var(--paper);
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 28px 28px;
}
body.no-scroll { overflow: hidden; }

/* margem rosa de caderno */
body::after {
  content: ''; position: fixed; top: 0; bottom: 0; left: clamp(28px, 5vw, 72px);
  width: 1.5px; background: rgba(232, 9, 142, 0.28); pointer-events: none; z-index: 1;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
::selection { background: var(--gold); color: var(--blue-ink); }

/* ── Fita adesiva (washi tape) ─────────────── */
.tape {
  position: absolute; top: -12px; left: 50%; width: 96px; height: 26px;
  transform: translateX(-50%) rotate(-3deg);
  opacity: 0.85; border-radius: 2px; pointer-events: none;
  box-shadow: 0 2px 6px rgba(1,42,58,0.12);
}
.tape--blue  { background: rgba(0,134,188,0.55); }
.tape--gold  { background: rgba(253,182,3,0.6); }
.tape--pink  { background: rgba(232,9,142,0.45); }
.tape--green { background: rgba(130,184,52,0.55); }

/* ── Rabiscos a lápis (doodles) ────────────── */
.doodle {
  position: absolute; fill: none; stroke: var(--graphite); stroke-width: 2.5;
  stroke-linecap: round; stroke-linejoin: round; opacity: 0.55; pointer-events: none;
}

/* ── Papel amassado ────────────────────────── */
.paper-note {
  position: relative; background: var(--paper);
  border-radius: 8px;
  box-shadow: 0 14px 34px -18px rgba(1,42,58,0.35);
}
.paper-note--crumpled {
  position: relative; background-color: var(--paper);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420'%3E%3Cfilter id='c'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.028' numOctaves='4'/%3E%3CfeDiffuseLighting lighting-color='%23ffffff' surfaceScale='1.8'%3E%3CfeDistantLight azimuth='45' elevation='62'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='420' height='420' filter='url(%23c)' opacity='0.35'/%3E%3C/svg%3E");
  background-size: 420px 420px;
  border-radius: 8px;
  box-shadow: 0 14px 34px -18px rgba(1,42,58,0.35);
}

/* ── INTRO — caderno 3D ────────────────────── */
.intro {
  position: fixed; inset: 0; z-index: 1000;
  display: grid; place-items: center;
  background: radial-gradient(circle at 50% 38%, #024a66 0%, var(--blue-ink) 62%, #011c28 100%);
}
.intro__scene { perspective: 1900px; display: flex; flex-direction: column; align-items: center; gap: 2.2rem; }
.notebook {
  position: relative; width: min(340px, 68vw); aspect-ratio: 3 / 4.1;
  transform-style: preserve-3d; cursor: pointer; outline: none;
  transform: rotateX(10deg) rotateY(-16deg);
}
.notebook:focus-visible { filter: drop-shadow(0 0 14px rgba(253,182,3,0.8)); }
.notebook__page {
  position: absolute; inset: 0; border-radius: 6px 14px 14px 6px;
  background-color: #fff;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 22px 22px;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.55);
}
.notebook__page--3 { transform: translateZ(-6px) translateX(5px) rotate(0.6deg); }
.notebook__page--2 { transform: translateZ(-3px) translateX(2px) rotate(-0.4deg); }
.notebook__page--1 {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.6rem; padding: 2rem; text-align: center;
}
.notebook__page-title { font-size: clamp(1.3rem, 4.4vw, 1.8rem); font-weight: 800; color: var(--blue); line-height: 1.1; }
.notebook__page-dot { color: var(--pink); }
.notebook__page-sub { font-size: 0.72rem; font-weight: 500; color: var(--graphite); text-transform: uppercase; letter-spacing: 0.02em; }
.notebook__page-doodle { position: static; width: 150px; height: auto; }
.notebook__cover {
  position: absolute; inset: 0; z-index: 3;
  transform-origin: left center; transform-style: preserve-3d;
  transition: transform 1.25s cubic-bezier(0.7, 0, 0.22, 1);
  border-radius: 6px 14px 14px 6px;
}
.intro.is-open .notebook__cover { transform: rotateY(-165deg); }
.notebook__cover-front, .notebook__cover-back {
  position: absolute; inset: 0; backface-visibility: hidden; border-radius: inherit;
}
.notebook__cover-front {
  background: linear-gradient(150deg, #0a9bd6 0%, var(--blue) 42%, var(--blue-deep) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12), 0 24px 50px -18px rgba(0,0,0,0.6);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.4rem; padding: 2rem 2rem 2rem 2.8rem; overflow: hidden;
}
.notebook__cover-front::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.14) 45%, transparent 60%);
}
.notebook__cover-back { background: #e9eef2; transform: rotateY(180deg); }
.notebook__year {
  position: absolute; top: 1.1rem; right: 1.2rem;
  font-size: 1.05rem; font-weight: 800; color: var(--gold);
}
.notebook__sticker {
  background: #fff; border-radius: 14px; padding: 1rem 1.6rem;
  box-shadow: 0 8px 20px -8px rgba(0,0,0,0.4); transform: rotate(-2deg);
}
.notebook__sticker img { width: clamp(110px, 18vw, 150px); height: auto; }
.notebook__label {
  background: #fff; border-radius: 8px; padding: 0.9rem 1.2rem; width: 100%;
  box-shadow: 0 6px 16px -8px rgba(0,0,0,0.35); transform: rotate(1deg);
}
.notebook__label-line { font-size: 0.7rem; font-weight: 700; color: var(--blue-ink); text-transform: uppercase; }
.notebook__label-line--write { border-bottom: 1.5px dashed rgba(1,42,58,0.25); padding: 0.35rem 0 0.2rem; font-weight: 500; }
.notebook__label-line em { font-style: normal; color: var(--blue); font-weight: 600; text-transform: none; }
.notebook__tape { position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-3deg); width: 110px; height: 28px; background: rgba(253,182,3,0.65); border-radius: 2px; }
.notebook__spiral {
  position: absolute; top: 4%; bottom: 4%; left: -13px; width: 26px; z-index: 4;
  background-image: radial-gradient(circle at 50% 50%, #cfd8de 0 4px, #8b979e 4px 5.5px, transparent 5.5px);
  background-size: 26px 26px; background-repeat: repeat-y;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.35));
}
.intro__hint {
  display: flex; align-items: center; gap: 0.6rem;
  color: rgba(255,255,255,0.85); font-size: 0.9rem; font-weight: 500;
  animation: hintPulse 2s ease-in-out infinite;
}
.intro__hint-pencil { width: 18px; height: 18px; fill: var(--gold); }
@keyframes hintPulse { 0%,100% { opacity: 0.65; transform: translateY(0);} 50% { opacity: 1; transform: translateY(-4px);} }
.intro__skip {
  position: absolute; bottom: 1.6rem; right: 2rem;
  background: none; border: none; color: rgba(255,255,255,0.55);
  font-family: var(--font); font-size: 0.8rem; letter-spacing: var(--track);
  cursor: pointer; padding: 0.5em 1em; transition: color 0.3s;
}
.intro__skip:hover { color: var(--gold); }

/* ── Cursor ────────────────────────────────── */
.cursor, .cursor-follower { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 999; border-radius: 50%; }
.cursor { width: 8px; height: 8px; background: var(--blue); transform: translate(-50%, -50%); }
.cursor-follower {
  width: 40px; height: 40px;
  border: 1.5px solid rgba(0,134,188,0.55);
  transform: translate(-50%, -50%);
  display: grid; place-items: center;
  transition: width 0.35s var(--ease-out), height 0.35s var(--ease-out), background 0.3s, border-color 0.3s;
}
.cursor-follower.is-hover { width: 64px; height: 64px; background: rgba(253,182,3,0.15); border-color: var(--gold); }
.cursor-follower.is-drag { width: 88px; height: 88px; background: var(--gold); border-color: var(--gold); }
.cursor-follower__label { font-size: 0.6rem; font-weight: 600; text-transform: uppercase; color: var(--blue-ink); opacity: 0; transition: opacity 0.2s; }
.cursor-follower.is-drag .cursor-follower__label { opacity: 1; }
@media (hover: none), (pointer: coarse) { .cursor, .cursor-follower, .hero__scribble-ui { display: none; } }

/* ── Buttons ───────────────────────────────── */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--font); font-weight: 600; font-size: 0.95rem; letter-spacing: var(--track);
  padding: 1em 2em; border-radius: 100px; border: none; cursor: pointer;
  overflow: hidden; isolation: isolate; white-space: nowrap;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), color 0.3s;
}
.btn::after {
  content: ''; position: absolute; inset: 0; z-index: -1; border-radius: inherit;
  background: var(--gold);
  transform: translateY(101%); transition: transform 0.45s var(--ease-expo);
}
.btn:hover::after { transform: translateY(0); }
.btn--primary { background: var(--blue); color: #fff; box-shadow: 0 10px 30px -10px rgba(0,134,188,0.55); }
.btn--primary:hover { color: var(--blue-ink); box-shadow: 0 16px 36px -12px rgba(253,182,3,0.6); }
.btn--gold { background: var(--gold); color: var(--blue-ink); }
.btn--gold::after { background: var(--blue); }
.btn--gold:hover { color: #fff; }
.btn--ghost { background: rgba(255,255,255,0.7); color: var(--blue); box-shadow: inset 0 0 0 1.5px rgba(0,134,188,0.4); }
.btn--ghost:hover { color: var(--blue-ink); box-shadow: inset 0 0 0 1.5px var(--gold); }
.btn--nav { padding: 0.7em 1.5em; font-size: 0.85rem; background: var(--blue); color: #fff; }
.btn--nav:hover { color: var(--blue-ink); }
.btn--full { width: 100%; justify-content: center; }
.btn__arrow { transition: transform 0.3s var(--ease-out); }
.btn:hover .btn__arrow { transform: translateX(5px); }

/* ── Logo fixo (home sem barra de navegação) ── */
.home-logo {
  position: fixed; top: 1.1rem; right: clamp(1.25rem, 4vw, 3rem); z-index: 90;
  display: inline-block;
  transition: transform 0.3s var(--ease-out);
}
.home-logo:hover { transform: scale(1.05); }
.home-logo img { height: 52px; width: auto; }
@media (max-width: 640px) { .home-logo img { height: 42px; } }

/* ── Nav ───────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem clamp(1.25rem, 4vw, 3rem);
  transition: transform 0.5s var(--ease-out), background 0.4s, box-shadow 0.4s, padding 0.4s;
}
.nav.is-scrolled { background: rgba(255,255,255,0.88); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(0,134,188,0.12); padding-top: 0.6rem; padding-bottom: 0.6rem; }
.nav.is-hidden { transform: translateY(-110%); }
.nav__logo-img { height: 52px; width: auto; transition: height 0.4s; }
.nav.is-scrolled .nav__logo-img { height: 40px; }
.nav__links { display: flex; gap: clamp(1rem, 2.5vw, 2.2rem); }
.nav__link { position: relative; font-size: 0.9rem; font-weight: 500; color: var(--blue-ink); padding: 0.4em 0; overflow: hidden; }
.nav__link span { display: inline-block; transition: transform 0.4s var(--ease-expo); }
.nav__link::before {
  content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform 0.4s var(--ease-expo);
}
.nav__link:hover::before { transform: scaleX(1); transform-origin: left; }
.nav__link:hover span { transform: translateY(-2px); }
.nav__right { display: flex; align-items: center; gap: 1rem; }
.nav__burger { display: none; width: 44px; height: 44px; background: var(--blue); border: none; border-radius: 50%; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav__burger span { display: block; width: 18px; height: 2px; background: #fff; transition: transform 0.35s var(--ease-out), opacity 0.3s; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

/* ── Mobile menu ───────────────────────────── */
.menu { position: fixed; inset: 0; z-index: 90; visibility: hidden; }
.menu__bg { position: absolute; inset: 0; background: var(--blue-ink); clip-path: circle(0% at calc(100% - 3rem) 2.2rem); transition: clip-path 0.8s var(--ease-expo); }
.menu.is-open { visibility: visible; }
.menu.is-open .menu__bg { clip-path: circle(150% at calc(100% - 3rem) 2.2rem); }
.menu__links { position: relative; display: flex; flex-direction: column; gap: 0.4rem; padding: 7rem clamp(1.5rem, 8vw, 4rem) 0; }
.menu__link {
  font-size: clamp(2rem, 8vw, 3.2rem); font-weight: 700; color: #fff;
  display: flex; align-items: baseline; gap: 1rem;
  opacity: 0; transform: translateY(40px);
  transition: color 0.3s;
}
.menu__link:hover { color: var(--gold); }
.menu__num { font-size: 0.8rem; font-weight: 500; color: var(--gold); }
.menu__footer { position: absolute; bottom: 2.5rem; left: clamp(1.5rem, 8vw, 4rem); color: rgba(255,255,255,0.5); font-size: 0.85rem; line-height: 1.9; opacity: 0; }

/* ── Section basics ────────────────────────── */
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 1.5rem;
}
.section-eyebrow__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(253,182,3,0.5);} 50% { box-shadow: 0 0 0 8px rgba(253,182,3,0);} }

/* padrão: todos os títulos em azul #0086BC */
.section-title {
  font-size: clamp(2rem, 4.4vw, 3.6rem); font-weight: 700; line-height: 1.12;
  color: var(--blue); margin-bottom: 2rem; text-wrap: balance; max-width: 24ch;
}

/* ── Storytelling da home — capítulos ─────── */
.cap-num {
  font-family: 'Libre Baskerville', serif; font-style: italic;
  font-size: 1.15em; font-weight: 400;
  color: #BE8B00;
  margin-right: 0.9em;
}
.section-title--hist {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800; line-height: 1.05;
  max-width: 17ch; margin-bottom: 2.4rem;
}
.grifo, .wi.grifo {
  font-style: normal;
  background-image: linear-gradient(100deg, rgba(253,182,3,0) 1%, rgba(253,182,3,0.55) 4%, rgba(253,182,3,0.42) 96%, rgba(253,182,3,0) 99%);
  background-size: 100% 0.55em;
  background-position: 0 82%;
  background-repeat: no-repeat;
  padding: 0 0.06em;
}

/* ── Indicador "role para descobrir" ──────── */
.rolar {
  position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%);
  z-index: 79;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-family: inherit; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #04466E;
  background: none; border: 0; cursor: pointer;
  opacity: 0; pointer-events: none;
  transition: opacity 0.6s ease 0.4s;
}
.rolar.is-vista { opacity: 1; pointer-events: auto; }
.rolar__mouse {
  display: block; position: relative;
  width: 26px; height: 40px;
  border: 2px solid var(--blue); border-radius: 14px;
  background: rgba(255,255,255,0.6);
}
.rolar__roda {
  position: absolute; left: 50%; top: 7px;
  width: 4px; height: 9px; margin-left: -2px;
  border-radius: 2px; background: var(--gold);
  animation: rolaRoda 1.6s ease-in-out infinite;
}
@keyframes rolaRoda {
  0%   { transform: translateY(0); opacity: 1; }
  65%  { transform: translateY(15px); opacity: 0; }
  100% { transform: translateY(15px); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .rolar__roda { animation: none; } }

/* ── Barra fixa de destaques da home ──────── */
.hbar {
  position: fixed; left: 50%; bottom: 18px;
  transform: translate(-50%, 100px);
  z-index: 80;
  display: flex; align-items: center; gap: 4px;
  padding: 7px;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(16px) saturate(1.5);
  -webkit-backdrop-filter: blur(16px) saturate(1.5);
  border: 1px solid rgba(0,134,188,0.16);
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(4,70,110,0.18);
  max-width: calc(100vw - 24px);
  opacity: 0; pointer-events: none;
  transition: transform 0.55s var(--ease-out), opacity 0.4s;
}
.hbar.is-vista { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }
.hbar a {
  font-size: 0.78rem; font-weight: 600; letter-spacing: var(--track);
  color: #04466E;
  padding: 8px 14px; border-radius: 999px;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
.hbar a:hover { background: rgba(0,134,188,0.1); }
.hbar a.is-on { background: var(--blue); color: #fff; }
.hbar a.hbar__cta { background: var(--gold); color: #04466E; font-weight: 700; }
.hbar a.hbar__cta:hover { background: #ffc42a; }
@media (max-width: 760px) {
  .hbar { bottom: 12px; gap: 2px; padding: 6px; border-radius: 22px; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .hbar::-webkit-scrollbar { display: none; }
  .hbar a { font-size: 0.72rem; padding: 7px 11px; }
}

/* máscara de palavras (split robusto — preserva quebra natural) */
.w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.14em; margin-bottom: -0.14em; }
.wi { display: inline-block; }
.reveal-line { overflow: hidden; }
.reveal-line > span { display: inline-block; transform: translateY(110%); }

/* ── Hero ──────────────────────────────────── */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(6rem, 12vh, 9rem) clamp(2rem, 8vw, 7rem) 3rem;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 55% at 38% 42%, rgba(255,255,255,0.92), rgba(255,255,255,0) 70%);
}
.hero__scribble { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }

.hero { user-select: none; -webkit-user-select: none; }

/* dica + borracha */
.hero__scribble-ui {
  position: absolute; right: clamp(1.5rem, 5vw, 5rem); top: 27%; z-index: 2;
  display: flex; flex-direction: column; align-items: flex-end; gap: 0.6rem;
}
.hero__scribble-hint {
  font-size: 0.8rem; font-weight: 600; color: var(--graphite);
  background: rgba(255,255,255,0.85); border: 1.5px dashed rgba(0,134,188,0.35);
  border-radius: 100px; padding: 0.55em 1.3em; transform: rotate(-1.5deg);
  max-width: 34ch; text-align: center;
}
.hero__eraser {
  font-family: var(--font); font-size: 0.78rem; font-weight: 600; letter-spacing: var(--track);
  color: var(--blue); background: #fff; border: 1.5px solid rgba(0,134,188,0.35);
  border-radius: 100px; padding: 0.55em 1.3em; cursor: pointer;
  box-shadow: 0 6px 16px -8px rgba(1,42,58,0.3);
  transition: border-color 0.3s, transform 0.2s, box-shadow 0.3s;
}
.hero__eraser:hover { border-color: var(--pink); transform: translateY(-2px); box-shadow: 0 10px 20px -8px rgba(232,9,142,0.35); }
.hero__eraser:active { transform: scale(0.96); }

.hero__content { position: relative; z-index: 2; max-width: 1100px; }
.hero__eyebrow { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: var(--blue); margin-bottom: 2rem; }
.hero__title {
  font-size: clamp(3.2rem, 11vw, 9.5rem);
  font-weight: 800; line-height: 0.98;
  color: var(--blue); text-wrap: balance;
}
.hero__title-line { display: block; overflow: hidden; padding-bottom: 0.09em; }
.hero__word { display: inline-block; }
.hero__word--outline { color: transparent; -webkit-text-stroke: 2px var(--blue); }
.hero__word--gold { color: var(--gold); }
.hero__dot { color: var(--pink); display: inline-block; }
.hero__underline { position: relative; display: block; width: min(260px, 40vw); height: auto; margin: 0.2rem 0 0 0.4rem; stroke: var(--graphite); }
.hero__sub { margin-top: 1.6rem; font-size: clamp(1rem, 1.6vw, 1.25rem); font-weight: 400; line-height: 1.7; color: var(--blue-deep); }
.hero__cta-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.75rem; }
.hero__arrow { right: -140px; bottom: -10px; width: 110px; height: auto; }

.hero__countdown {
  position: absolute; right: clamp(1.25rem, 5vw, 5rem); bottom: clamp(1.5rem, 6vh, 4rem); z-index: 2;
  padding: 1.5rem 1.5rem 1.1rem; transform: rotate(-1.5deg);
}
.hero__countdown-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: var(--pink); margin-bottom: 0.6rem; }
.hero__countdown-grid { display: flex; align-items: baseline; gap: 0.6rem; }
.cd-unit { display: flex; flex-direction: column; align-items: center; min-width: 2.6em; }
.cd-num { font-size: 1.7rem; font-weight: 700; color: var(--blue); font-variant-numeric: tabular-nums; line-height: 1; }
.cd-label { font-size: 0.6rem; font-weight: 500; text-transform: uppercase; color: var(--graphite); margin-top: 0.3rem; }
.cd-sep { font-size: 1.4rem; font-weight: 300; color: var(--gold); }

.hero__scroll-hint { position: absolute; left: clamp(2rem, 8vw, 7rem); bottom: 2rem; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
.hero__scroll-text { font-size: 0.7rem; letter-spacing: 0.02em; text-transform: uppercase; color: var(--blue); writing-mode: vertical-rl; }
.hero__scroll-line { width: 1.5px; height: 52px; background: linear-gradient(var(--blue), transparent); position: relative; overflow: hidden; }
.hero__scroll-line::after { content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: var(--gold); animation: scrollLine 1.8s var(--ease-expo) infinite; }
@keyframes scrollLine { to { top: 100%; } }

/* ── Marquee ───────────────────────────────── */
.marquee { background: var(--blue); padding: 1.4rem 0; overflow: hidden; transform: rotate(-1.2deg) scale(1.02); margin: -1rem 0; position: relative; z-index: 3; box-shadow: 0 20px 40px -20px rgba(0,91,128,0.4); }
.marquee__track { display: flex; align-items: center; gap: 2.5rem; width: max-content; will-change: transform; }
.marquee__item { font-size: clamp(1.2rem, 2.6vw, 2rem); font-weight: 700; color: #fff; text-transform: uppercase; white-space: nowrap; }
.marquee__item--outline { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,0.85); }
.marquee__star { color: var(--gold); font-size: 1.4rem; }

/* ── Legado ────────────────────────────────── */
.legado { padding: clamp(6rem, 14vh, 11rem) clamp(2rem, 8vw, 7rem); }
.legado__grid { display: grid; grid-template-columns: minmax(280px, 1fr) 1.4fr; gap: clamp(2rem, 6vw, 6rem); max-width: 1400px; margin: 0 auto; }
.legado__sticky { position: sticky; top: 20vh; align-self: start; }
.legado__big { display: flex; align-items: baseline; gap: 0.2em; line-height: 0.9; }
.legado__number {
  font-size: clamp(7rem, 18vw, 15rem); font-weight: 800;
  color: var(--blue); font-variant-numeric: tabular-nums;
}
.legado__anos { font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 700; color: var(--gold); }
.legado__caption { margin-top: 1rem; font-size: 1rem; color: var(--blue-deep); font-weight: 500; }
.legado__star { width: 54px; height: 54px; margin-top: 1.2rem; position: relative; }
.legado__text { font-size: 1.05rem; line-height: 1.85; color: #4a5a63; margin-bottom: 1.4rem; max-width: 62ch; }
.legado__text strong { color: var(--blue); font-weight: 600; }

.legado__stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 1.5rem; margin: 3.5rem 0; }
.stat { border-top: 2px solid rgba(0,134,188,0.18); padding-top: 1.2rem; }
.stat__num { font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 700; color: var(--blue); font-variant-numeric: tabular-nums; }
.stat__suffix { font-size: 1.4rem; font-weight: 700; color: var(--gold); }
.stat__label { font-size: 0.85rem; color: var(--graphite); margin-top: 0.3rem; }

.legado__video {
  aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden;
  background: #000;
  border: 1.5px solid rgba(0,134,188,0.2);
  box-shadow: 0 24px 55px -28px rgba(1,42,58,0.45);
  margin: 0 0 2rem;
}
.legado__video iframe { width: 100%; height: 100%; border: 0; display: block; }

.legado__mvv { display: flex; flex-direction: column; gap: 0.8rem; margin-top: 1rem; }
.mvv { border: 1.5px solid rgba(0,134,188,0.18); border-radius: 16px; overflow: hidden; transition: border-color 0.3s, box-shadow 0.3s; background: #fff; }
.mvv:hover { border-color: var(--gold); box-shadow: 0 12px 30px -18px rgba(0,91,128,0.35); }
.mvv summary { display: flex; align-items: center; gap: 0.8rem; padding: 1.2rem 1.5rem; font-weight: 600; font-size: 1.05rem; color: var(--blue); cursor: pointer; list-style: none; user-select: none; }
.mvv summary::-webkit-details-marker { display: none; }
.mvv__icon { color: var(--gold); }
.mvv__plus { margin-left: auto; font-size: 1.4rem; font-weight: 300; color: var(--blue); transition: transform 0.4s var(--ease-out); }
.mvv[open] .mvv__plus { transform: rotate(45deg); }
.mvv p { padding: 0 1.5rem 1.4rem 3.2rem; line-height: 1.75; color: #4a5a63; font-size: 0.98rem; }

/* ── Educação 360 (minimalista) ────────────── */
.edu360 { position: relative; padding: clamp(6rem, 14vh, 11rem) clamp(2rem, 8vw, 7rem); }
.edu360__inner { max-width: 1200px; margin: 0 auto; }
.edu360__header { text-align: center; }
.edu360__header .section-eyebrow { justify-content: center; }
.edu360__title {
  font-size: clamp(2.6rem, 7vw, 5.5rem); font-weight: 800; color: var(--blue);
  line-height: 1; display: flex; align-items: center; justify-content: center;
  gap: 0.35em; flex-wrap: wrap;
}
.ring360-wrap { display: inline-block; width: clamp(84px, 10vw, 130px); height: clamp(84px, 10vw, 130px); }
.ring360 { width: 100%; height: 100%; display: block; }
.ring360__seg { fill: none; stroke-width: 8; }
.ring360__spin { transform-origin: 60px 60px; }
.ring360__text { font-family: var(--font); font-size: 21px; font-weight: 800; fill: var(--blue); letter-spacing: -0.07em; }
.edu360__sub { margin: 1.5rem auto 0; font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.75; color: #4a5a63; max-width: 58ch; }

/* vídeo */
.edu360__video {
  max-width: 920px; margin: clamp(2.5rem, 6vh, 4rem) auto;
  aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden;
  background: #000;
  border: 1.5px solid rgba(0,134,188,0.2);
  box-shadow: 0 30px 70px -32px rgba(1,42,58,0.45);
}
.edu360__video iframe { width: 100%; height: 100%; border: 0; display: block; }

/* roda interativa dos eixos */
.edu360__wheel {
  display: grid; grid-template-columns: minmax(240px, 360px) 1fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  max-width: 1000px; margin: clamp(2.5rem, 6vh, 4rem) auto 0;
  text-align: left;
}
.wheel svg { width: 100%; height: auto; display: block; overflow: visible; }
.wheel__seg {
  fill: none; stroke-width: 26; cursor: pointer; outline: none;
  transition: stroke-width 0.35s var(--ease-out), opacity 0.35s;
}
.wheel__seg:hover, .wheel__seg:focus-visible { stroke-width: 33; }
.wheel.has-active .wheel__seg { opacity: 0.25; }
.wheel.has-active .wheel__seg.is-active { opacity: 1; stroke-width: 34; }
.wheel__center {
  font-family: var(--font); font-weight: 800; font-size: 34px;
  fill: var(--blue); letter-spacing: -0.07em; pointer-events: none;
}
.wheel__info { position: relative; min-height: clamp(240px, 30vh, 300px); }
.wheel__hint { font-size: 1rem; font-weight: 500; color: var(--graphite); max-width: 30ch; transition: color 0.3s; }
.wheel__panel { position: absolute; inset: 0; opacity: 0; visibility: hidden; }
.wheel__panel h3 { font-size: clamp(1.5rem, 2.8vw, 2.2rem); font-weight: 800; color: var(--c); line-height: 1.1; margin-bottom: 0.8rem; }
.wheel__panel > p { font-size: 1rem; line-height: 1.8; color: #4a5a63; max-width: 48ch; }
.wheel__plabel { font-size: 0.72rem !important; font-weight: 700 !important; text-transform: uppercase; color: var(--blue) !important; margin: 1.2rem 0 0.6rem; }
.wheel__projects { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.wheel__projects span {
  border: 1.5px solid var(--c); color: var(--c);
  font-size: 0.82rem; font-weight: 600;
  border-radius: 100px; padding: 0.5em 1.1em;
}
@media (max-width: 760px) {
  .edu360__wheel { grid-template-columns: 1fr; text-align: center; }
  .wheel { max-width: 280px; margin: 0 auto; }
  .wheel__hint { margin: 0 auto; }
  .wheel__panel > p { margin: 0 auto; }
  .wheel__projects { justify-content: center; }
}

/* ── Diferenciais — liquid glass ───────────── */
.dif { position: relative; padding: clamp(6rem, 14vh, 11rem) clamp(2rem, 8vw, 7rem); overflow: hidden; }
.dif__blobs { position: absolute; inset: 0; pointer-events: none; }
.dif__blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.5; will-change: transform; }
.dif__blob--1 { width: 420px; height: 420px; background: rgba(0,134,188,0.5); top: 8%; left: -6%; }
.dif__blob--2 { width: 360px; height: 360px; background: rgba(253,182,3,0.5); top: 30%; right: -4%; }
.dif__blob--3 { width: 300px; height: 300px; background: rgba(232,9,142,0.35); bottom: 12%; left: 22%; }
.dif__blob--4 { width: 340px; height: 340px; background: rgba(130,184,52,0.4); bottom: -6%; right: 26%; }
.dif__header { position: relative; max-width: 1400px; margin: 0 auto clamp(3rem, 7vh, 5rem); }
.dif__spiral { width: 74px; height: 74px; right: clamp(0px, 6vw, 120px); top: 0; }
.dif__grid { position: relative; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.4rem; max-width: 1400px; margin: 0 auto; }
.dif-card {
  position: relative; border-radius: 22px;
  padding: 2.2rem 2rem 2rem; overflow: hidden;
  /* liquid glass */
  background: linear-gradient(135deg, rgba(255,255,255,0.62), rgba(255,255,255,0.34));
  backdrop-filter: blur(18px) saturate(1.5);
  -webkit-backdrop-filter: blur(18px) saturate(1.5);
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow: 0 8px 32px -12px rgba(1,42,58,0.25), inset 0 1px 0 rgba(255,255,255,0.9);
  transition: box-shadow 0.4s var(--ease-out);
  transform-style: preserve-3d; will-change: transform;
}
.dif-card::before { /* brilho líquido que percorre o vidro */
  content: ''; position: absolute; inset: -60%;
  background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,0.55) 50%, transparent 58%);
  transform: translateX(-70%) rotate(0.001deg);
  transition: transform 1.1s var(--ease-out);
  pointer-events: none;
}
.dif-card:hover::before { transform: translateX(70%); }
.dif-card::after { /* reflexo que segue o mouse */
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(320px circle at var(--gx, 50%) var(--gy, 50%), rgba(255,255,255,0.75), rgba(255,255,255,0) 45%);
  opacity: 0; transition: opacity 0.35s;
}
.dif-card:hover::after { opacity: 1; }
.dif-card:hover { box-shadow: 0 30px 60px -22px rgba(1,42,58,0.4), inset 0 1px 0 rgba(255,255,255,0.95); }
.dif-card h3 { font-size: 1.35rem; font-weight: 700; color: var(--blue); margin: 1.1rem 0 0.7rem; }
.dif-card p { font-size: 0.93rem; line-height: 1.7; color: #435560; }
.dif-card__badge { display: inline-block; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; padding: 0.45em 1em; border-radius: 100px; }
.dif-card__badge--blue { background: rgba(0,134,188,0.14); color: var(--blue); }
.dif-card__badge--gold { background: rgba(253,182,3,0.2); color: #9A6E00; }
.dif-card__badge--pink { background: rgba(232,9,142,0.11); color: var(--pink); }
.dif-card__badge--green { background: rgba(130,184,52,0.18); color: #55801E; }
.dif-card__index { position: absolute; bottom: 1.2rem; right: 1.6rem; font-size: 2rem; font-weight: 800; color: transparent; -webkit-text-stroke: 1px rgba(0,134,188,0.3); }

/* ── Ciclos (stacking cards — sólidos) ─────── */
.ciclos { padding: clamp(6rem, 14vh, 11rem) clamp(2rem, 8vw, 7rem) clamp(4rem, 10vh, 8rem); }
.ciclos__header { position: relative; max-width: 1400px; margin: 0 auto clamp(3rem, 7vh, 5rem); }
.ciclos__arrow { width: 100px; height: auto; right: clamp(0px, 8vw, 160px); top: 12%; }
.ciclos__stack { max-width: 1400px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem; }
.ciclo-card {
  position: sticky; top: 12vh;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(1.5rem, 4vw, 4rem);
  background-color: #fff; border-radius: 28px;
  padding: clamp(2rem, 4vw, 3.5rem);
  min-height: 62vh; align-items: center;
  color: var(--ink); overflow: hidden;
  /* borda neon na cor do ciclo */
  border: 2.5px solid var(--card-c);
  box-shadow:
    0 0 14px var(--card-glow),
    0 0 44px var(--card-glow-soft),
    inset 0 0 18px var(--card-glow-soft),
    0 -18px 50px -28px rgba(1,42,58,0.35);
  will-change: transform;
}
.ciclo-card__num { display: inline-block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: var(--card-c); border: 1.5px solid var(--card-c); border-radius: 100px; padding: 0.5em 1.2em; margin-bottom: 1.6rem; box-shadow: 0 0 10px var(--card-glow-soft); }
.ciclo-card__name { font-size: clamp(1.8rem, 4vw, 3.2rem); font-weight: 800; line-height: 1.05; margin-bottom: 1.4rem; color: var(--card-c); text-shadow: 0 0 18px var(--card-glow-soft); }
.ciclo-card__desc { font-size: clamp(0.95rem, 1.3vw, 1.1rem); line-height: 1.8; color: #4a5a63; max-width: 52ch; margin-bottom: 1.8rem; }
.ciclo-card__hours { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.92rem; color: var(--blue-ink); }
.ciclo-card__hours li { display: flex; gap: 1rem; align-items: baseline; border-top: 1.5px solid var(--card-glow-soft); padding-top: 0.5rem; }
.ciclo-card__nota { font-size: 0.78rem !important; color: var(--graphite) !important; border-top: 0 !important; padding-top: 0 !important; letter-spacing: -0.02em; }
.ciclo-card__hours span { font-weight: 700; text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.02em; min-width: 9em; color: var(--card-c); }
.ciclo-card__link {
  display: inline-block; margin-top: 1.4rem;
  font-size: 0.92rem; font-weight: 700; color: var(--card-c);
  text-decoration: none; border-bottom: 2px solid var(--card-c); padding-bottom: 2px;
  transition: transform 0.3s var(--ease-out), filter 0.3s;
}
.ciclo-card__link:hover { transform: translateX(6px); filter: brightness(0.85); }
.ciclo-card__media { border-radius: 18px; overflow: hidden; height: 100%; min-height: 300px; box-shadow: 0 25px 50px -20px rgba(0,0,0,0.35); }
.ciclo-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease-out); }
.ciclo-card:hover .ciclo-card__media img { transform: scale(1.05); }

/* ── Notícias ──────────────────────────────── */
.news { padding: clamp(6rem, 14vh, 10rem) 0 clamp(5rem, 10vh, 8rem); overflow: hidden; }
.news__header { padding: 0 clamp(2rem, 8vw, 7rem); margin-bottom: 3rem; }
.news__hint { margin-top: 1rem; font-size: 0.8rem; letter-spacing: 0.02em; text-transform: uppercase; color: var(--graphite); }
.news__viewport { cursor: grab; padding: 1rem 0 2rem; }
.news__viewport:active { cursor: grabbing; }
.news__track { display: flex; gap: 1.6rem; padding: 0 clamp(2rem, 8vw, 7rem); width: max-content; }
.news-card {
  width: clamp(280px, 26vw, 360px); flex-shrink: 0;
  background: #fff; border: 1.5px solid rgba(0,134,188,0.14);
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 14px 34px -20px rgba(1,42,58,0.3);
  transition: transform 0.4s var(--ease-out), border-color 0.4s, box-shadow 0.4s;
}
.news-card:nth-child(odd) { transform: rotate(-0.5deg); }
.news-card:nth-child(even) { transform: rotate(0.4deg); }
.news-card:hover { transform: translateY(-10px) rotate(0deg); border-color: rgba(253,182,3,0.7); box-shadow: 0 26px 46px -20px rgba(1,42,58,0.35); }
.news-card__media { height: 190px; overflow: hidden; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease-out); pointer-events: none; }
.news-card:hover .news-card__media img { transform: scale(1.08); }
.news-card__tag { display: inline-block; margin: 1.2rem 1.4rem 0; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; padding: 0.4em 1em; border-radius: 100px; }
.news-card__tag--gold { background: var(--gold); color: var(--blue-ink); }
.news-card__tag--blue { background: var(--blue); color: #fff; }
.news-card__tag--pink { background: var(--pink); color: #fff; }
.news-card__tag--green { background: var(--green); color: var(--blue-ink); }
.news-card h3 { font-size: 1.2rem; font-weight: 700; color: var(--blue); margin: 0.8rem 1.4rem 0.5rem; }
.news-card p { font-size: 0.88rem; line-height: 1.65; color: #4a5a63; margin: 0 1.4rem 1.6rem; }

/* cards que levam ao Blog CBR */
.news-card--blog { display: block; color: inherit; }
.news-card--blog p { margin-bottom: 0.8rem; }
.news-card__ler {
  display: inline-block; margin: 0 1.4rem 1.4rem;
  font-size: 0.82rem; font-weight: 700; color: var(--blue);
  letter-spacing: var(--track);
}
.news-card--blog:hover .news-card__ler { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 3px; }

.news__blogcta {
  display: flex; flex-direction: column; align-items: center; gap: 0.8rem;
  margin-top: clamp(2rem, 4vh, 3rem); text-align: center;
}
.news__blogcta p { font-size: 0.85rem; color: #7a8a93; letter-spacing: var(--track); }

.news__extra {
  margin: clamp(3rem, 7vh, 5rem) clamp(2rem, 8vw, 7rem) 0;
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 1.8rem; align-items: stretch;
}
.news__newsletter { padding: 2.4rem 2.4rem 2.2rem; transform: rotate(-0.5deg); }
.news__kicker { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: var(--blue); margin-bottom: 0.7rem; }
.news__kicker--gold { color: var(--gold); }
.news__newsletter-title { font-size: clamp(1.3rem, 2.4vw, 1.8rem); font-weight: 700; color: var(--blue); max-width: 24ch; margin-bottom: 0.6rem; }
.news__newsletter-sub { font-size: 0.92rem; line-height: 1.7; color: #4a5a63; margin-bottom: 1.5rem; }

/* CBRCAST */
.news__cbrcast {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 420px; text-decoration: none;
  background: var(--blue-ink); color: #fff;
  border-radius: 8px; padding: 2.4rem; transform: rotate(0.5deg);
  border: 2px solid var(--gold);
  box-shadow: 0 0 16px rgba(253,182,3,0.4), 0 0 44px rgba(253,182,3,0.2);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s;
  overflow: hidden;
}
.news__cbrcast-logo {
  width: clamp(200px, 55%, 300px);
  margin-bottom: auto;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.45));
}
/* episódio do CBRCAST rodando ao fundo */
.news__cbrcast-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  /* fallback: thumbnail do episódio enquanto o vídeo carrega */
  background: url('https://i.ytimg.com/vi/bcXv5c5POGo/hqdefault.jpg') center/cover no-repeat;
}
.news__cbrcast-bg iframe {
  position: absolute; top: 50%; left: 50%;
  width: 100%; height: 100%;
  min-width: 178%; min-height: 100%;
  aspect-ratio: 16 / 9;
  transform: translate(-50%, -50%);
  border: 0;
}
.news__cbrcast-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(1,42,58,0.16) 0%, rgba(1,42,58,0.08) 40%, rgba(1,42,58,0.62) 76%, rgba(1,42,58,0.9) 100%);
}
.news__cbrcast > :not(.news__cbrcast-bg) { position: relative; z-index: 1; }
@media (prefers-reduced-motion: reduce) { .news__cbrcast-bg iframe { display: none; } }
.news__cbrcast:hover { transform: rotate(0deg) translateY(-6px); box-shadow: 0 0 24px rgba(253,182,3,0.6), 0 0 64px rgba(253,182,3,0.3); }
.news__cbrcast h3 { font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 700; color: #fff; max-width: 22ch; margin-bottom: 0.6rem; text-shadow: 0 2px 14px rgba(0,0,0,0.55); }
.news__cbrcast-sub { font-size: 0.9rem; line-height: 1.7; color: rgba(255,255,255,0.88); margin-bottom: 1.6rem; text-shadow: 0 1px 10px rgba(0,0,0,0.5); }
.news__cbrcast-btn {
  display: inline-flex; align-items: center; gap: 0.5em; align-self: flex-start;
  background: #FF0033; color: #fff; font-weight: 700; font-size: 0.9rem;
  border-radius: 100px; padding: 0.85em 1.7em;
  box-shadow: 0 0 14px rgba(255,0,51,0.5), 0 0 36px rgba(255,0,51,0.25);
  transition: box-shadow 0.3s, transform 0.3s;
}
.news__cbrcast-btn svg { width: 16px; height: 16px; }
.news__cbrcast:hover .news__cbrcast-btn { box-shadow: 0 0 20px rgba(255,0,51,0.7), 0 0 50px rgba(255,0,51,0.35); transform: scale(1.04); }
@media (max-width: 900px) { .news__extra { grid-template-columns: 1fr; } }
.newsletter-form { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.newsletter-form input {
  font-family: var(--font); font-size: 0.95rem; letter-spacing: var(--track); color: var(--blue-ink);
  background: #fff; border: 1.5px solid rgba(0,134,188,0.3);
  border-radius: 100px; padding: 0.95em 1.6em; min-width: 260px; outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.newsletter-form input::placeholder { color: #93a5af; }
.newsletter-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(253,182,3,0.2); }

/* ── Contato ───────────────────────────────── */
.contato { padding: clamp(6rem, 14vh, 11rem) clamp(2rem, 8vw, 7rem); }
.contato__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); max-width: 1400px; margin: 0 auto; }
.contato__info { position: relative; }
.contato__text { font-size: 1.05rem; line-height: 1.8; color: #4a5a63; margin-bottom: 2.5rem; }
.contato__details { list-style: none; display: flex; flex-direction: column; gap: 1.6rem; }
.contato__details li { font-size: 1rem; line-height: 1.7; color: var(--blue-ink); border-left: 3px solid var(--gold); padding-left: 1.2rem; }
.contato__detail-label { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; color: var(--blue); margin-bottom: 0.3rem; }
.contato__heart { width: 64px; height: auto; left: 8px; bottom: -90px; }

.form { position: relative; display: flex; flex-direction: column; gap: 1.2rem; border-radius: 12px; padding: clamp(2rem, 3vw, 3rem) clamp(1.6rem, 3vw, 2.8rem) clamp(1.6rem, 3vw, 2.8rem); border: 1.5px solid rgba(0,134,188,0.16); transform: rotate(0.4deg); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form__field { position: relative; }
.form__field input, .form__field textarea, .form__field select {
  width: 100%; font-family: var(--font); font-size: 0.95rem; letter-spacing: var(--track); color: var(--blue-ink);
  background: #fff; border: 1.5px solid rgba(0,134,188,0.22); border-radius: 14px;
  padding: 1.1em 1.2em; outline: none; resize: vertical;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.form__field input:focus, .form__field textarea:focus, .form__field select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,134,188,0.12); }
.form__field label {
  position: absolute; left: 1.2em; top: 1.1em; font-size: 0.95rem; color: #8a9aa3;
  pointer-events: none; transition: all 0.25s var(--ease-out); background: #fff; padding: 0 0.4em;
}
.form__field input:focus + label, .form__field input:not(:placeholder-shown) + label,
.form__field textarea:focus + label, .form__field textarea:not(:placeholder-shown) + label {
  top: -0.6em; font-size: 0.72rem; color: var(--blue); font-weight: 600;
}
.form__field select { appearance: none; color: #8a9aa3; cursor: pointer; }
.form__field select:valid { color: var(--blue-ink); }
.form__field--select::after { content: '↓'; position: absolute; right: 1.2em; top: 50%; transform: translateY(-50%); color: var(--blue); pointer-events: none; }
.form__success { display: none; text-align: center; font-weight: 600; color: var(--green); padding-top: 0.5rem; }
.form.is-sent .form__success { display: block; }

/* ── Footer (quadriculado + neon) ──────────── */
.footer { background: transparent; color: var(--blue-ink); padding: clamp(4rem, 10vh, 7rem) clamp(2rem, 8vw, 7rem) 2.5rem; position: relative; overflow: hidden; }
.footer__cta { text-align: center; margin-bottom: clamp(2.5rem, 6vh, 4rem); }

/* ── CTA 360 — círculos concêntricos (contracapa) ── */
.cta360 {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  padding: clamp(5rem, 14vh, 9rem) clamp(1.5rem, 6vw, 4rem);
  background:
    radial-gradient(circle at 50% 48%, rgba(253,182,3,0.18) 0%, rgba(253,182,3,0.06) 26%, transparent 55%);
}
.cta360__rings { position: absolute; inset: 0; pointer-events: none; }
.cta360__rings span {
  position: absolute; top: 50%; left: 50%;
  width: var(--s); height: var(--s);
  margin: calc(var(--s) / -2) 0 0 calc(var(--s) / -2);
  border-radius: 50%;
  border: 1px solid rgba(1,42,58,0.1);
  animation: cta360spin var(--d) linear infinite;
  will-change: transform;
}
.cta360__rings span:nth-child(2) { animation-direction: reverse; }
.cta360__rings span::after {
  content: ''; position: absolute; inset: -1.5px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 8%, var(--arc) 16%, transparent 25% 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask-composite: exclude;
  padding: 2px;
}
@keyframes cta360spin { to { transform: rotate(360deg); } }
.cta360__glow {
  position: absolute; top: 50%; left: 50%;
  width: clamp(300px, 44vw, 460px); height: clamp(300px, 44vw, 460px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253,182,3,0.22) 0%, rgba(253,182,3,0.06) 45%, transparent 70%);
  pointer-events: none;
}
.cta360__content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.cta360__chip {
  display: inline-flex; align-items: center; gap: 0.55em;
  font-size: 0.8rem; font-weight: 600; color: var(--blue-ink);
  letter-spacing: var(--track);
  border: 1px solid rgba(0,134,188,0.35); border-radius: 100px;
  background: #fff;
  padding: 0.6em 1.3em; margin-bottom: 1.6rem;
}
.cta360__chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.cta360__title {
  font-size: clamp(2.2rem, 5.6vw, 4rem);
  font-weight: 800; color: var(--blue);
  letter-spacing: var(--track); line-height: 1.12;
  margin-bottom: 1.1rem;
}
.cta360__title em {
  font-family: 'Libre Baskerville', serif;
  font-style: italic; font-weight: 400;
  color: var(--gold);
  letter-spacing: 0;
}
.cta360__sub {
  font-size: clamp(0.95rem, 1.5vw, 1.08rem); line-height: 1.7;
  color: var(--graphite); letter-spacing: var(--track);
  max-width: 46ch; margin-bottom: 2.2rem;
}
.cta360__btn {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--font); font-size: 1rem; font-weight: 700;
  letter-spacing: var(--track);
  color: #04222F; background: var(--gold);
  border-radius: 100px; padding: 1em 2.3em;
  box-shadow: 0 0 22px rgba(253,182,3,0.45), 0 14px 34px -14px rgba(253,182,3,0.6);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s, background 0.3s;
}
.cta360__btn:hover { transform: translateY(-3px); background: var(--blue); color: #fff; box-shadow: 0 0 30px rgba(0,134,188,0.45), 0 18px 40px -14px rgba(0,134,188,0.6); }
.cta360__btn span { transition: transform 0.3s var(--ease-out); }
.cta360__btn:hover span { transform: translateX(4px); }
.cta360__ripple {
  position: absolute; top: 50%; left: 50%;
  width: 60px; height: 60px; margin: -30px 0 0 -30px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  pointer-events: none; opacity: 0;
}
@media (prefers-reduced-motion: reduce) { .cta360__rings span { animation: none; } }
.footer__giant { display: inline-block; }
.footer__giant-line {
  display: block; font-size: clamp(3rem, 12vw, 10rem); font-weight: 800; line-height: 0.95;
  color: var(--blue);
  text-shadow:
    0 0 8px rgba(0,134,188,0.4),
    0 0 26px rgba(0,134,188,0.45),
    0 0 68px rgba(0,134,188,0.35);
  transition: color 0.4s, text-shadow 0.4s, -webkit-text-stroke-color 0.4s;
  animation: neonPulse 3.2s ease-in-out infinite;
}
.footer__giant-line--outline {
  color: transparent; -webkit-text-stroke: 2.5px var(--pink);
  text-shadow: none;
  filter: drop-shadow(0 0 8px rgba(232,9,142,0.55)) drop-shadow(0 0 26px rgba(232,9,142,0.35));
  animation: neonPulseOutline 3.2s ease-in-out infinite 0.4s;
}
@keyframes neonPulse {
  0%, 100% { text-shadow: 0 0 8px rgba(0,134,188,0.4), 0 0 26px rgba(0,134,188,0.45), 0 0 68px rgba(0,134,188,0.35); }
  50% { text-shadow: 0 0 12px rgba(0,134,188,0.55), 0 0 40px rgba(0,134,188,0.6), 0 0 90px rgba(0,134,188,0.45); }
}
@keyframes neonPulseOutline {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(232,9,142,0.55)) drop-shadow(0 0 26px rgba(232,9,142,0.35)); }
  50% { filter: drop-shadow(0 0 14px rgba(232,9,142,0.75)) drop-shadow(0 0 40px rgba(232,9,142,0.5)); }
}
.footer__giant:hover .footer__giant-line {
  color: var(--gold);
  text-shadow: 0 0 10px rgba(253,182,3,0.55), 0 0 32px rgba(253,182,3,0.6), 0 0 80px rgba(253,182,3,0.4);
}
.footer__giant:hover .footer__giant-line--outline {
  -webkit-text-stroke-color: var(--gold);
  filter: drop-shadow(0 0 10px rgba(253,182,3,0.65)) drop-shadow(0 0 30px rgba(253,182,3,0.45));
}

/* game da Tatá */
.footer__game { text-align: center; margin-bottom: clamp(3rem, 7vh, 5rem); }
.footer__game-eyebrow {
  display: flex; justify-content: center; align-items: center; gap: 0.6rem;
  font-size: 0.8rem; font-weight: 600; text-transform: uppercase;
  color: var(--blue); margin-bottom: 1.4rem;
}
.btn--game {
  background: var(--blue-ink); color: #fff; font-size: 1.05rem;
  padding: 1.1em 2.4em; border: 2px solid var(--blue);
  box-shadow: 0 0 14px rgba(0,134,188,0.55), 0 0 42px rgba(0,134,188,0.3), inset 0 0 14px rgba(0,134,188,0.25);
  animation: gameGlow 2.4s ease-in-out infinite;
}
.btn--game::after { background: var(--pink); }
.btn--game:hover { color: #fff; box-shadow: 0 0 18px rgba(232,9,142,0.6), 0 0 52px rgba(232,9,142,0.35), inset 0 0 14px rgba(232,9,142,0.3); border-color: var(--pink); }
@keyframes gameGlow {
  0%, 100% { box-shadow: 0 0 14px rgba(0,134,188,0.55), 0 0 42px rgba(0,134,188,0.3), inset 0 0 14px rgba(0,134,188,0.25); }
  50% { box-shadow: 0 0 22px rgba(0,134,188,0.75), 0 0 64px rgba(0,134,188,0.45), inset 0 0 20px rgba(0,134,188,0.35); }
}
.footer__game-sub { margin-top: 1.1rem; font-size: 0.92rem; color: var(--graphite); }

.footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; border-top: 1.5px solid rgba(0,134,188,0.18); padding-top: 2rem; }
.footer__logo { height: 46px; width: auto; }
.footer__socials { display: flex; gap: 1.8rem; }
.footer__socials a { font-size: 0.9rem; font-weight: 500; color: #4a5a63; position: relative; transition: color 0.3s; }
.footer__socials a::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 100%; height: 1.5px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform 0.35s var(--ease-expo); }
.footer__socials a:hover { color: var(--blue); }
.footer__socials a:hover::after { transform: scaleX(1); transform-origin: left; }
.footer__copy { font-size: 0.8rem; color: var(--graphite); }

/* ── Painel final do footer (contracapa escura) ── */
.footx {
  background: #0386BD;
  border-radius: 22px;
  padding: clamp(2.4rem, 5vw, 4rem) clamp(1.6rem, 4vw, 3.4rem) 1.8rem;
  color: #fff;
}
.footx__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
}
.footx__label {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 0.9rem;
}
.footx__news h3 {
  font-size: clamp(1.4rem, 2.6vw, 2rem); font-weight: 700; color: #fff;
  letter-spacing: var(--track); line-height: 1.25; max-width: 20ch;
  margin-bottom: 1.6rem;
}
.footx__form {
  display: flex; align-items: center; gap: 0.6rem;
  border: 1.5px solid rgba(255,255,255,0.25); border-radius: 100px;
  padding: 0.4rem 0.4rem 0.4rem 1.4rem;
  max-width: 420px; margin-bottom: 2rem;
  transition: border-color 0.3s;
}
.footx__form:focus-within { border-color: var(--gold); }
.footx__form input {
  flex: 1; min-width: 0; background: none; border: 0; outline: none;
  font-family: var(--font); font-size: 0.95rem; letter-spacing: var(--track);
  color: #fff;
}
.footx__form input::placeholder { color: rgba(255,255,255,0.4); }
.footx__form button {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%;
  border: 0; cursor: pointer; display: grid; place-items: center;
  background: var(--gold); color: #04222F;
  transition: transform 0.3s var(--ease-out), background 0.3s;
}
.footx__form button:hover { transform: scale(1.08); background: #fff; }
.footx__form button svg { width: 21px; height: 21px; fill: currentColor; }
.footx__form.is-sent { border-color: var(--green); }
.footx__socials { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.footx__socials a {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  display: grid; place-items: center; color: #fff;
  transition: border-color 0.3s, background 0.3s, color 0.3s, transform 0.3s;
}
.footx__socials a svg { width: 20px; height: 20px; fill: currentColor; }
.footx__socials a:hover { border-color: var(--gold); background: var(--gold); color: #04222F; transform: translateY(-3px); }
.footx__links { display: flex; flex-direction: column; align-items: flex-start; }
.footx__links a {
  font-size: 1.02rem; font-weight: 600; color: rgba(255,255,255,0.88);
  letter-spacing: var(--track); padding: 0.42em 0; position: relative;
  transition: color 0.3s;
}
.footx__links a:hover { color: var(--gold); }
.footx__contact .footx__label { margin-bottom: 0.4rem; }
.footx__contact .footx__label:not(:first-child) { margin-top: 1.5rem; }
.footx__mail {
  font-size: clamp(0.95rem, 1.5vw, 1.1rem); font-weight: 600; color: #fff;
  letter-spacing: var(--track); transition: color 0.3s; word-break: break-all;
}
.footx__mail:hover { color: var(--gold); }
.footx__phone {
  display: inline-flex; align-items: center; gap: 0.55em;
  font-size: 1.05rem; font-weight: 700; color: #fff; letter-spacing: var(--track);
  transition: color 0.3s;
}
.footx__phone svg { width: 22px; height: 22px; fill: #25D366; }
.footx__phone:hover { color: var(--gold); }
.footx__addr { font-size: 0.92rem; line-height: 1.6; color: rgba(255,255,255,0.7); letter-spacing: var(--track); }
.footx__agendar {
  display: inline-block;
  margin-top: 20px;
  padding: 13px 26px;
  background: #FDB603;
  color: #04466E;
  font-size: 0.95rem; font-weight: 600; letter-spacing: var(--track);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(253,182,3,0.35);
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s;
}
.footx__agendar:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 0 34px rgba(253,182,3,0.65);
  color: #04466E;
}
.footx__chips {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.7rem;
  margin-top: clamp(2.4rem, 5vh, 3.6rem);
}
.footx__chips a {
  display: flex; align-items: center; justify-content: center; gap: 0.55em;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1); border-radius: 12px;
  padding: 1rem 0.8rem;
  font-size: 0.88rem; font-weight: 700; color: rgba(255,255,255,0.85);
  letter-spacing: var(--track); text-align: center;
  transition: border-color 0.3s, background 0.3s, transform 0.3s, color 0.3s;
}
.footx__chips a i {
  width: 9px; height: 9px; border-radius: 50%; background: var(--c);
  box-shadow: 0 0 0 2px rgba(255,255,255,0.5), 0 0 10px var(--c);
}
.footx__chips a:hover {
  border-color: var(--c); color: #fff; transform: translateY(-3px);
  background: color-mix(in srgb, var(--c) 14%, transparent);
}
.footx__parcerias {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(1.6rem, 4.5vw, 3.2rem); flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 2.2rem; padding-top: 1.8rem;
}
.footx__parcerias .footx__label { margin-bottom: 0; }
.footx__parcerias img { width: auto; opacity: 0.92; transition: opacity 0.3s, transform 0.3s; }
.footx__parcerias img:hover { opacity: 1; transform: translateY(-2px); }
.footx__parcerias-obj { height: 26px; }
.footx__parcerias-goo { height: 52px; }
@media (max-width: 640px) {
  .footx__parcerias-obj { height: 20px; }
  .footx__parcerias-goo { height: 42px; }
}

.footx__base {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 2.2rem; padding-top: 1.6rem;
}
.footx__logo { height: 42px; width: auto; filter: brightness(0) invert(1); }
.footx__copy { font-size: 0.8rem; color: rgba(255,255,255,0.5); letter-spacing: var(--track); }
@media (max-width: 980px) {
  .footx__grid { grid-template-columns: 1fr 1fr; }
  .footx__chips { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .footx__grid { grid-template-columns: 1fr; }
}

/* ── Fade util ─────────────────────────────── */
.reveal-fade { /* estado inicial definido no JS */ }

/* ── Responsive ────────────────────────────── */
@media (max-width: 1024px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .legado__grid { grid-template-columns: 1fr; }
  .legado__sticky { position: static; display: flex; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
  .ciclo-card { grid-template-columns: 1fr; min-height: auto; }
  .ciclo-card__media { min-height: 240px; order: -1; }
  .contato__grid { grid-template-columns: 1fr; }
  .contato__heart { display: none; }
  .hero__arrow { display: none; }
}
@media (max-width: 640px) {
  .btn--nav { display: none; }
  .hero__countdown { position: static; margin-top: 2.5rem; width: fit-content; }
  .hero__scroll-hint { display: none; }
  .form__row { grid-template-columns: 1fr; }
  .marquee { transform: rotate(0) scale(1); }
  body::after { display: none; }
}

/* ── Reduced motion ────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal-line > span, .wi, .hero__word, .hero__dot { transform: none !important; opacity: 1 !important; }
  .intro { display: none; }
  body.no-scroll { overflow: auto; }
}

/* ── Banner: nossa estrutura (home) ─────────── */
.qponte { padding: clamp(50px, 9vh, 100px) 6vw; }
.qponte__card {
  position: relative; display: block;
  max-width: 1080px; margin: 0 auto;
  border-radius: clamp(18px, 3vw, 28px);
  overflow: hidden;
  box-shadow: 0 40px 90px -40px rgba(1,42,58,0.6);
}
.qponte__card img {
  width: 100%; display: block;
  aspect-ratio: 16 / 7; object-fit: cover;
  transition: transform 1.2s var(--ease-out);
}
.qponte__card:hover img { transform: scale(1.05); }
.qponte__card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(1,42,58,0.25) 0%, rgba(1,42,58,0.8) 100%);
}
.qponte__conteudo {
  position: absolute; inset: 0; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 1.5rem;
}
.qponte__label {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 6px; margin-bottom: 12px;
}
.qponte__conteudo h2 {
  font-family: 'Libre Baskerville', Baskerville, 'Times New Roman', serif;
  font-style: italic; font-weight: 400;
  font-size: clamp(1.6rem, 3.6vw, 2.8rem);
  color: var(--gold);
  text-shadow: 0 0 12px rgba(253,182,3,0.45), 0 0 36px rgba(253,182,3,0.3);
  margin-bottom: 20px;
}
.qponte__btn {
  display: inline-block;
  font-size: 0.95rem; font-weight: 700; color: #04222F;
  background: var(--gold);
  border-radius: 100px; padding: 0.85em 1.9em;
  letter-spacing: var(--track);
  box-shadow: 0 0 22px rgba(253,182,3,0.5);
  transition: transform 0.3s var(--ease-out), background 0.3s;
}
.qponte__card:hover .qponte__btn { transform: translateY(-3px); background: #fff; }

/* ═══ HERO DE VÍDEO — tela cheia ═══ */
.vhero {
  position: relative;
  height: 100vh; height: 100svh;
  display: flex; align-items: center;
  overflow: hidden;
  background: #04466E;
}
.vhero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.vhero__veu {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(2,30,46,0.74) 0%, rgba(2,30,46,0.42) 48%, rgba(2,30,46,0.18) 100%),
    linear-gradient(to top, rgba(2,30,46,0.55), transparent 30%);
}
.vhero__conteudo {
  position: relative; z-index: 2;
  padding: 0 clamp(1.4rem, 7vw, 7rem);
  max-width: 900px;
}
.vhero__linha {
  font-size: clamp(0.8rem, 1.2vw, 0.92rem); font-weight: 600;
  letter-spacing: var(--track);
  color: var(--gold);
  margin-bottom: 1rem;
}
.vhero__titulo .w { padding-right: 0.1em; margin-right: -0.1em; padding-top: 0.06em; margin-top: -0.06em; }
.vhero__titulo {
  font-size: clamp(2.1rem, 5.6vw, 4.3rem);
  font-weight: 800; line-height: 1.04;
  letter-spacing: var(--track);
  color: #fff;
  max-width: 13ch;
  text-shadow: 0 4px 34px rgba(1,20,30,0.5);
  margin-bottom: 1.8rem;
}
.vhero__botoes { display: flex; gap: 1rem; flex-wrap: wrap; }

/* botões neon fluidos */
.vbtn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 600; letter-spacing: var(--track);
  padding: 16px 34px;
  border-radius: 999px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s;
  will-change: transform;
}
.vbtn span { position: relative; z-index: 2; }
.vbtn::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.45) 50%, transparent 70%);
  transform: translateX(-110%);
  transition: transform 0.75s cubic-bezier(0.22,1,0.36,1);
}
.vbtn:hover::before { transform: translateX(110%); }
.vbtn--ouro {
  background: var(--gold); color: #04466E;
  animation: vbtnRespira 3.4s ease-in-out infinite;
}
@keyframes vbtnRespira {
  0%, 100% { box-shadow: 0 0 14px rgba(253,182,3,0.4), 0 14px 30px -14px rgba(1,20,30,0.6); }
  50%      { box-shadow: 0 0 34px rgba(253,182,3,0.75), 0 14px 30px -14px rgba(1,20,30,0.6); }
}
.vbtn--ouro:hover { box-shadow: 0 0 44px rgba(253,182,3,0.9), 0 16px 34px -14px rgba(1,20,30,0.65); }
.vbtn--vidro {
  color: #fff;
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.55);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.vbtn--vidro:hover {
  border-color: #29ABE2;
  box-shadow: 0 0 26px rgba(41,171,226,0.7), inset 0 0 14px rgba(41,171,226,0.2);
}
@media (prefers-reduced-motion: reduce) { .vbtn--ouro { animation: none; } }

/* selo "Matrículas Abertas 2027" — ano em contorno + brilho */
.vhero__abertas {
  margin-top: clamp(1.6rem, 3.5vh, 2.6rem);
  display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.2rem);
  flex-wrap: wrap;
}
.vhero__abertas-arte { position: relative; line-height: 1; }
.vhero__abertas-ano {
  display: block;
  font-size: clamp(3rem, 7.5vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.86;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,0.55);
  animation: vAnoFlutua 6.5s ease-in-out infinite;
}
@keyframes vAnoFlutua { 50% { transform: translateY(-7px); } }
.vhero__abertas-mat {
  display: block;
  font-size: clamp(1.9rem, 4.4vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-top: -0.5em;
  background: linear-gradient(110deg, #fff 38%, #BFE7F7 50%, #fff 62%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  animation: vMatBrilho 4.5s ease-in-out infinite;
}
@keyframes vMatBrilho { 50% { background-position: 100% 0; } }
.vhero__abertas-status {
  display: block;
  font-style: normal;
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--gold);
  margin-top: 0.3em;
  text-shadow: 0 0 14px rgba(253,182,3,0.55);
  animation: vStatusNeon 2.6s ease-in-out infinite;
}
@keyframes vStatusNeon {
  50% { text-shadow: 0 0 26px rgba(253,182,3,0.95), 0 0 60px rgba(253,182,3,0.45); }
}
.vbtn--mini { padding: 12px 24px; font-size: 0.9rem; }
@media (prefers-reduced-motion: reduce) {
  .vhero__abertas-ano, .vhero__abertas-mat, .vhero__abertas-status { animation: none; }
}

/* ── Banner Novidades 27 ───────────────────── */
@font-face {
  font-family: 'University';
  src: url('../fonts/University.otf') format('opentype');
  font-display: swap;
}
@property --nvdAng { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.nvd { position: fixed; inset: 0; z-index: 240; display: grid; place-items: center; padding: 20px; }
.nvd[hidden] { display: none; }
.nvd__veu {
  position: absolute; inset: 0;
  background: rgba(1,42,58,0.55);
  backdrop-filter: blur(8px);
}
.nvd__card {
  position: relative; z-index: 1;
  width: min(780px, 94vw);
  max-height: 86vh; overflow: auto;
  border-radius: 26px;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  background:
    linear-gradient(165deg, rgba(1,42,58,0.82), rgba(4,70,110,0.72) 55%, rgba(1,42,58,0.85)),
    url('../img/novidades-bg.webp') center 62% / cover no-repeat;
  box-shadow: 0 40px 90px -30px rgba(1,42,58,0.7);
  animation: nvdEntra 0.55s cubic-bezier(0.22,1,0.36,1);
}
@keyframes nvdEntra { from { opacity: 0; transform: translateY(38px) scale(0.96); } }
/* contorno animado azul + amarelo girando */
.nvd__card::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: 26px;
  padding: 3px;
  background: conic-gradient(from var(--nvdAng),
    #0086BC 0 22%, #29ABE2 26% 40%, #FDB603 46% 72%, #FFC72C 76% 90%, #0086BC 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask-composite: exclude;
  animation: nvdGira 5s linear infinite;
  pointer-events: none;
}
@keyframes nvdGira { to { --nvdAng: 360deg; } }
@media (prefers-reduced-motion: reduce) { .nvd__card::before { animation: none; } .nvd__card { animation: none; } }
/* estado de carregamento do banner */
.nvd__load { display: none; }
.nvd__card.is-carregando .nvd__conteudo { display: none; }
.nvd__card.is-carregando .nvd__fechar { opacity: 0; pointer-events: none; }
.nvd__card.is-carregando .nvd__load {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  min-height: min(420px, 60vh);
  gap: 18px;
}
.nvd__selo--load { width: 112px; height: 112px; }
.nvd__selo--load i { animation: nvdSeloGira 1.1s linear infinite; }
.nvd__selo--load b { font-size: 1.9rem; }
.nvd__load p {
  font-size: 0.9rem; font-weight: 600;
  color: rgba(255,255,255,0.88);
  letter-spacing: var(--track);
  animation: nvdPulsa 1.6s ease-in-out infinite;
}
@keyframes nvdPulsa { 50% { opacity: 0.55; } }
.nvd__conteudo { animation: nvdEntra 0.55s cubic-bezier(0.22,1,0.36,1); }
@media (prefers-reduced-motion: reduce) {
  .nvd__selo--load i, .nvd__load p, .nvd__conteudo { animation: none; }
}

.nvd__fechar {
  position: absolute; top: 14px; right: 16px;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1.5px solid rgba(0,134,188,0.3);
  background: #fff; color: var(--blue);
  font-size: 1.4rem; line-height: 1; cursor: pointer;
  font-family: inherit;
  transition: transform 0.3s, box-shadow 0.3s;
}
.nvd__fechar:hover { transform: rotate(90deg) scale(1.08); box-shadow: 0 0 18px rgba(0,134,188,0.4); }
.nvd__topo { display: flex; align-items: center; gap: 18px; margin-bottom: 1.4rem; }
/* selo 27 — quatro arcos coloridos */
.nvd__selo {
  position: relative; flex: 0 0 auto;
  width: 86px; height: 86px; border-radius: 50%;
  background: #fff;
  display: grid; place-items: center;
  box-shadow: 0 14px 30px -14px rgba(1,42,58,0.5);
}
.nvd__selo i {
  position: absolute; inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg,
    #29ABE2 0 23%, transparent 23% 25%,
    #8CC63F 25% 48%, transparent 48% 50%,
    #E8098E 50% 73%, transparent 73% 75%,
    #FDB603 75% 98%, transparent 98% 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 11px), #000 calc(100% - 10px));
          mask: radial-gradient(farthest-side, transparent calc(100% - 11px), #000 calc(100% - 10px));
  animation: nvdSeloGira 14s linear infinite;
}
@keyframes nvdSeloGira { to { rotate: 360deg; } }
@media (prefers-reduced-motion: reduce) { .nvd__selo i { animation: none; } }
.nvd__selo b {
  font-family: 'University', 'Graduate', 'Poppins', sans-serif;
  font-size: 1.45rem; font-weight: 400;
  color: var(--blue);
  text-shadow: 0 0 14px rgba(41,171,226,0.45);
  letter-spacing: 0;
}
.nvd__titulo {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 800; color: #fff;
  letter-spacing: var(--track); line-height: 1.05;
}
.nvd__titulo em {
  font-style: normal;
  font-family: 'University', 'Graduate', 'Poppins', sans-serif;
  font-weight: 400; color: var(--gold);
}
.nvd__sub { font-size: 0.88rem; font-weight: 600; color: rgba(255,255,255,0.85); letter-spacing: var(--track); margin-top: 4px; }
.nvd__lista { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: 10px; }
.nvd__lista li {
  position: relative;
  background: rgba(255,255,255,0.16);
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  border: 1.5px solid rgba(255,255,255,0.38);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
  transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
  border-radius: 16px;
  padding: 14px 16px 14px 30px;
  opacity: 0; transform: translateY(14px);
  animation: nvdItem 0.6s cubic-bezier(0.22,1,0.36,1) forwards;
}
.nvd__lista li:nth-child(1) { animation-delay: 0.15s; }
.nvd__lista li:nth-child(2) { animation-delay: 0.27s; }
.nvd__lista li:nth-child(3) { animation-delay: 0.39s; }
.nvd__lista li:nth-child(4) { animation-delay: 0.51s; }
@keyframes nvdItem { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .nvd__lista li { animation: none; opacity: 1; transform: none; } }
.nvd__lista li:hover {
  border-color: var(--c, var(--blue));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    0 0 18px -2px var(--c, var(--blue)),
    0 0 44px -8px var(--c, var(--blue));
  transform: translateY(-3px);
}
.nvd__lista li:hover::before {
  box-shadow: 0 0 14px var(--c, var(--blue)), 0 0 26px var(--c, var(--blue));
}
.nvd__lista li::before {
  content: '';
  position: absolute; left: 14px; top: 20px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--c, var(--blue));
  box-shadow: 0 0 10px var(--c, var(--blue));
}
.nvd__lista b { display: block; font-size: 0.95rem; font-weight: 700; color: #fff; letter-spacing: var(--track); }
.nvd__lista b i {
  font-style: normal; font-size: 0.66rem; font-weight: 600;
  color: #fff; background: var(--c, var(--blue));
  border-radius: 999px; padding: 2px 9px;
  vertical-align: 2px; margin-left: 6px;
  white-space: nowrap;
}
.nvd__lista span { font-size: 0.84rem; color: rgba(255,255,255,0.8); letter-spacing: var(--track); line-height: 1.55; }
.nvd__acoes { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.nvd__acoes .vbtn--ouro { color: #04466E; }
.nvd__link { font-size: 0.88rem; font-weight: 600; color: #fff; text-decoration: underline; letter-spacing: var(--track); }

/* o indicador "role para descobrir" fica branco sobre o vídeo */
.rolar { color: rgba(255,255,255,0.9); }
.rolar__mouse { border-color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.12); }

/* mobile */
@media (max-width: 640px) {
  .vhero { align-items: flex-end; }
  .vhero__conteudo { padding-bottom: 27vh; }
  .vhero__veu {
    background:
      linear-gradient(to top, rgba(2,30,46,0.82) 0%, rgba(2,30,46,0.45) 45%, rgba(2,30,46,0.2) 100%);
  }
  .vhero__titulo { font-size: clamp(2.2rem, 11vw, 3rem); }
  .vhero__botoes { width: 100%; }
  .vbtn { flex: 1 1 100%; padding: 15px 20px; }
}

/* ═══ Portais de acesso — topo direito (movido do hnews.css) ═══ */
.portais {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 150;
  display: flex;
  gap: 10px;
}
.portais__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: var(--track);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid var(--blue);
  border-radius: 999px;
  padding: 9px 16px;
  text-decoration: none;
  box-shadow: 0 10px 24px -14px rgba(1, 42, 58, 0.5);
  transition: background 0.25s, color 0.25s, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.portais__btn svg { width: 16px; height: 16px; fill: currentColor; }
.portais__btn:hover { background: var(--blue); color: #fff; transform: translateY(-3px); }
.portais__btn--prof { border-color: var(--gold); color: var(--blue-ink); }
.portais__btn--prof:hover { background: var(--gold); color: var(--blue-ink); }
@media (max-width: 720px) {
  .portais { top: auto; bottom: 96px; right: 12px; flex-direction: column; align-items: flex-end; gap: 8px; }
  .portais__btn { font-size: 0.72rem; padding: 8px 13px; }
}
