/* ==========================================================================
   PÓS-GRADUAÇÃO EM DIREITO IMIGRATÓRIO — Renan Perrotti

   DIREÇÃO VISUAL: editorial executivo, no mesmo espírito de
   arvisx.com.br/secretariado-sem-fronteiras — azul-marinho profundo +
   dourado + papel claro, hierarquia por escala tipográfica, numeração de
   capítulos e réguas finas, sem caixas, sombras ou ícones em excesso.

   ÍNDICE
    1. Tokens                        10. O que você leva
    2. Reset e base                  11. Comparativo
    3. Tipos e utilitários           12. Resultados (vídeos)
    4. Botões                        13. FAQ
    5. Cabeçalho                     14. Chamada final e rodapé
    6. Abertura (hero)               15. Barra fixa (mobile)
    7. Capítulos                     16. Animação, responsivo, impressão
    8. Corpo docente
    9. Estrutura (programa)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Índigo-noturno — tom próprio, nem o azul-marinho puro de referências
     jurídicas genéricas nem um azul frio de tech. Vai do mais profundo
     (fundo) ao mais aberto (halos e realces). */
  --ink-900: #0a1327;
  --ink-800: #101d38;
  --ink-700: #162a4c;
  --ink-600: #1e3760;
  --ink-500: #2a477a;

  /* Bronze-dourado — mais quente e terroso que um dourado "joia", com
     leve puxada para o bronze. Usado em gradiente, nunca chapado. */
  --brass-100: #f1ddab;
  --brass-200: #e0bd79;
  --brass-300: #c69a54;
  --brass-400: #a17638;
  --brass-500: #7a5827;
  --brass-fill: linear-gradient(175deg, #f2e0b2 0%, #d9ae66 46%, #b3813a 100%);

  /* Papel */
  --paper-100: #fbf8f1;
  --paper-200: #f4eee0;
  --paper-300: #e9dfc9;
  --paper-400: #d7c9a8;

  /* Texto */
  --on-paper: #131f36;
  --on-paper-soft: #52596e;
  --on-ink: #eef1f8;
  --on-ink-soft: #9aa4bd;

  --hair-paper: rgba(19, 31, 54, .15);
  --hair-ink: rgba(238, 241, 248, .16);

  --radius: 16px;
  --radius-sm: 9px;
  --shadow-ink: 0 20px 44px rgba(3, 8, 20, .38);
  --shadow-paper: 0 14px 32px rgba(64, 48, 16, .1);

  --shell: 1240px;
  --gutter: 26px;
  --head-h: 78px;

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* --------------------------------------------------------------------------
   2. Reset / base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--head-h) + 20px);
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper-200);
  color: var(--on-paper);
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: clamp(.95rem, .9rem + .22vw, 1.02rem);
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { margin: 0; font-weight: 400; line-height: 1.1; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
table { border-collapse: collapse; width: 100%; }

:focus-visible { outline: 1px solid var(--brass-300); outline-offset: 4px; }

.skip-link {
  position: absolute; left: 16px; top: -100px; z-index: 999;
  padding: 10px 18px; background: var(--brass-200); color: var(--ink-900);
  font-size: .8rem; font-weight: 500;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 16px; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }

.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gutter); }

/* --------------------------------------------------------------------------
   3. Tipos e utilitários
   -------------------------------------------------------------------------- */
.opening__title, .chapter__title, .plate__title, .closing__title,
.unit__title, .figure__name, .creed__text, .ledger dt, .wordmark__mark,
.deliverable__no, .table__no, .vcard__name, .tally__figure {
  font-family: 'Bodoni Moda', 'Didot', Georgia, 'Times New Roman', serif;
}

em { font-style: italic; color: var(--brass-500); }
.chapter--ink em, .plate em, .closing em { color: var(--brass-200); }

.tagline {
  display: flex; align-items: center; gap: 14px;
  color: var(--brass-500);
  font-size: clamp(.66rem, .62rem + .16vw, .74rem);
  font-weight: 500; letter-spacing: .26em; text-transform: uppercase; line-height: 1.4;
}
.tagline--light { color: var(--brass-200); }
/* Mesmo tom do botão principal — gradiente dourado em vez de cor chapada,
   pra se destacar contra a foto do hero. */
.tagline--brand {
  background: var(--brass-fill);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tagline--brand .tagline__rule { background: var(--brass-300); opacity: 1; }
.tagline__rule { flex: none; width: clamp(28px, 4vw, 52px); height: 1px; background: currentColor; opacity: .7; }

.wordmark { display: inline-flex; align-items: center; gap: 12px; }
.wordmark__mark {
  flex: none; display: grid; place-items: center;
  width: 38px; height: 38px;
  border: 1px solid var(--brass-400);
  color: var(--brass-200);
  font-size: .92rem; letter-spacing: .06em;
}
.wordmark__text {
  display: block; color: var(--on-ink);
  font-size: .66rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; line-height: 1.55;
}
.wordmark__text em { display: block; color: var(--brass-200); font-style: normal; }

/* Selo de check preenchido — bronze em gradiente, com sombra curta */
.tick {
  flex: none; display: grid; place-items: center;
  width: 19px; height: 19px; margin-top: 3px; border-radius: 50%;
  background: var(--brass-fill);
  box-shadow: 0 2px 6px rgba(20, 12, 2, .3);
}
.tick svg { width: 55%; height: 55%; stroke-width: 2.6; color: var(--ink-900); }

/* Selos (badges) do hero */
.seals { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.seals li {
  display: flex; align-items: center; gap: 9px;
  color: var(--on-ink-soft); font-size: .78rem; font-weight: 400; letter-spacing: .02em;
}
.seals .tick { margin-top: 0; }

/* --------------------------------------------------------------------------
   Divisor ornamental — linha + brasão em miolo, assina cada capítulo.
   O glifo (balança) amarra o motivo ao tema jurídico, no lugar de um
   ícone genérico: é a "marca d'água" tipográfica da página.
   -------------------------------------------------------------------------- */
.ornament { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 14px; }
.ornament--start { justify-content: flex-start; margin-top: 10px; }
.ornament__line { flex: 1 1 auto; height: 1px; min-width: 30px; max-width: 88px; background: linear-gradient(90deg, transparent, var(--brass-400), transparent); }
.ornament--start .ornament__line:first-child { flex: 0 0 46px; background: linear-gradient(90deg, var(--brass-400), transparent); }
.ornament__icon { flex: none; width: 17px; height: 17px; color: var(--brass-300); stroke-width: 1.3; }
.chapter--paper .ornament__icon { color: var(--brass-400); }

/* Bandeirinhas de países */
.countries { display: flex; flex-wrap: wrap; gap: 10px; }
.countries li {
  padding: 7px 16px;
  border: 1px solid var(--hair-ink);
  color: var(--on-ink-soft);
  font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   4. Botões
   -------------------------------------------------------------------------- */
.cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 16px;
  padding: 15px 16px 15px 28px;
  background: var(--brass-fill);
  color: var(--ink-900);
  border: 1px solid rgba(255, 240, 205, .5);
  border-radius: var(--radius-sm);
  font-size: .78rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  text-align: center;
  box-shadow: 0 10px 26px rgba(10, 6, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .45);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), filter .22s var(--ease);
}
.cta:hover { filter: brightness(1.05); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(10, 6, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .5); }
.cta:active { transform: translateY(0); }
.cta--sm { padding: 11px 10px 11px 20px; font-size: .68rem; letter-spacing: .14em; gap: 10px; white-space: nowrap; }
.cta--lg { padding: 19px 20px 19px 36px; font-size: .82rem; }
.cta--block { width: 100%; }
.cta--ghost { background: transparent; color: var(--on-ink); box-shadow: none; }
.cta--ghost:hover { background: var(--hair-ink); }

.cta__arrow {
  flex: none; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid rgba(10, 19, 39, .35);
}
.cta__arrow svg { width: 46%; height: 46%; stroke-width: 1.8; }
.cta:hover .cta__arrow { animation: nudge .5s var(--ease); }
@keyframes nudge { 50% { transform: translateX(3px); } }

/* --------------------------------------------------------------------------
   5. Cabeçalho — só marca + uma chamada, sem lista de links nem hambúrguer.
   -------------------------------------------------------------------------- */
.masthead {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--head-h);
  display: flex; align-items: center;
  background: rgba(3, 13, 28, 0);
  border-bottom: 1px solid transparent;
  transition: background .35s var(--ease), border-color .35s var(--ease), height .35s var(--ease), transform .4s var(--ease);
}
.masthead.is-stuck {
  height: 66px;
  background: rgba(3, 13, 28, .94);
  border-bottom-color: var(--hair-ink);
  backdrop-filter: blur(10px);
}
.masthead.is-hidden { transform: translateY(-100%); }
.masthead__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

/* Links do menu em branco (em vez do cinza-azulado de antes), pra ficarem
   mais visíveis por cima da foto do hero. */
.menu__list { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 38px); }
.menu__list a {
  color: var(--on-ink);
  font-size: .74rem; font-weight: 400; letter-spacing: .1em; text-transform: uppercase;
  transition: color .25s var(--ease);
}
.menu__list a:hover { color: var(--brass-200); }

/* No celular a lista de seções some — a marca basta, e a chamada já está
   no hero e na barra fixa que aparece ao rolar. */
@media (max-width: 780px) {
  .menu { display: none; }
}

/* --------------------------------------------------------------------------
   6. Abertura (hero) — a foto é o protagonista. Um véu escurece o topo e a
   base o suficiente para o título e o botão se sustentarem, sem cobrir os
   rostos, que ficam livres na faixa central.
   -------------------------------------------------------------------------- */
.opening {
  position: relative;
  min-height: 100svh;
  /* O bloco de texto fica ancorado embaixo — sai da altura dos olhos.
     Sem o botão (removido), a base do bloco agora é o divisor; os 55px de
     baixo são o 5px original + 25px + mais 25px pra subir ainda mais.
     (align-items é o eixo vertical aqui, porque .opening é row por padrão) */
  display: flex; align-items: flex-end; justify-content: center;
  padding: calc(var(--head-h) + 10px) 0 55px;
  background: var(--ink-900);
  color: var(--on-ink);
  overflow: hidden;
  isolation: isolate;
}

.opening__bg { position: absolute; inset: 0; z-index: -2; }
.opening__bg img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 22%;
}

/* Véu mais leve no alto (deixa o mapa e os rostos respirarem) e mais
   fechado da metade pra baixo, que é onde o texto e o botão se apoiam. */
.opening__veil {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(3, 13, 28, .12) 0%, rgba(3, 13, 28, .08) 32%,
      rgba(3, 13, 28, .3) 46%, rgba(3, 13, 28, .58) 60%,
      rgba(3, 13, 28, .78) 74%, rgba(3, 13, 28, .92) 88%,
      rgba(3, 13, 28, .97) 100%);
}

.opening__inner {
  display: flex; flex-direction: column; align-items: center;
  gap: clamp(18px, 2.6vh, 28px);
  text-align: center;
}
.opening__inner .tagline { justify-content: center; }

.opening__title {
  max-width: 15ch;
  color: #fff;
  font-size: clamp(2.1rem, 1rem + 5vw, 4.6rem);
  font-weight: 400; line-height: 1.1; letter-spacing: -.018em; text-wrap: balance;
  text-shadow: 0 2px 30px rgba(3, 13, 28, .8);
}
.opening__title em { color: var(--brass-200); }

@media (min-width: 621px) {
  .opening__title { max-width: 22ch; }
}

@media (max-height: 720px) {
  .opening .tagline { display: none; }
}

/* ------------------------------ faixa de resumo ---------------------------- */
.stats-strip { background: var(--ink-900); color: var(--on-ink); padding: 0; }
.ledger {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--hair-ink);
}
.ledger__cell { padding: clamp(24px, 3.4vh, 36px) clamp(14px, 2vw, 30px) clamp(24px, 3.4vh, 36px) 0; }
.ledger__cell + .ledger__cell { padding-left: clamp(18px, 2.4vw, 34px); border-left: 1px solid var(--hair-ink); }
.ledger dt {
  color: var(--brass-200);
  font-size: clamp(1.1rem, .9rem + .78vw, 1.55rem);
  font-weight: 400; line-height: 1.22; letter-spacing: -.005em;
}
.ledger dd {
  margin-top: 9px;
  color: var(--on-ink-soft);
  font-size: clamp(.64rem, .61rem + .13vw, .7rem);
  font-weight: 400; letter-spacing: .13em; text-transform: uppercase; line-height: 1.55;
}

/* --------------------------------------------------------------------------
   7. Capítulos
   -------------------------------------------------------------------------- */
.chapter { position: relative; padding: clamp(66px, 8vw, 128px) 0; }

.chapter--paper {
  --hair: var(--hair-paper);
  --fg: var(--on-paper);
  --fg-soft: var(--on-paper-soft);
  --accent: var(--brass-500);
  background: var(--paper-200); color: var(--on-paper);
}
.chapter--ink {
  --hair: var(--hair-ink);
  --fg: #fff;
  --fg-soft: var(--on-ink-soft);
  --accent: var(--brass-300);
  background: var(--ink-900); color: var(--on-ink);
  overflow: hidden;
}
.chapter--ink::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(105% 72% at 8% 0%, rgba(212, 174, 98, .12) 0%, transparent 56%),
    radial-gradient(80% 66% at 100% 100%, rgba(212, 174, 98, .07) 0%, transparent 52%),
    repeating-linear-gradient(96deg, rgba(255, 255, 255, .014) 0 1px, transparent 1px 26px);
}
.chapter--ink > .shell { position: relative; z-index: 1; }
.chapter--light { background: var(--paper-100); }

.chapter__head { margin-bottom: clamp(40px, 5vw, 72px); }
.chapter__head--split {
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .8fr);
  gap: clamp(26px, 5vw, 84px); align-items: end;
}

.chapter__meta { display: flex; align-items: baseline; gap: 16px; margin-bottom: clamp(16px, 2vw, 24px); }
.chapter__no {
  color: var(--brass-400);
  font-family: 'Bodoni Moda', Georgia, serif;
  font-size: clamp(1.5rem, 1.1rem + 1.5vw, 2.4rem);
  font-weight: 400; line-height: 1; letter-spacing: -.01em;
}
.chapter--ink .chapter__no { color: var(--brass-300); }
.chapter__label {
  color: var(--on-paper-soft);
  font-size: clamp(.66rem, .62rem + .16vw, .74rem);
  font-weight: 500; letter-spacing: .26em; text-transform: uppercase;
}
.chapter--ink .chapter__label { color: var(--on-ink-soft); }

.chapter__title {
  max-width: 22ch;
  font-size: clamp(1.7rem, 1.02rem + 2.7vw, 3.1rem);
  font-weight: 400; line-height: 1.14; letter-spacing: -.014em; text-wrap: balance;
}
.chapter--ink .chapter__title { color: #fff; }

.chapter__aside {
  max-width: 44ch; padding-bottom: 8px;
  color: var(--on-paper-soft);
  font-size: clamp(.9rem, .87rem + .22vw, .99rem); font-weight: 300; line-height: 1.85;
  text-wrap: pretty;
}
.chapter--ink .chapter__aside { color: var(--on-ink-soft); }

/* -------------------------------- corpo + credo ---------------------------- */
.lede { max-width: 66ch; padding-top: clamp(4px, 1vw, 10px); }
.lede p { color: var(--on-paper-soft); font-size: clamp(.95rem, .9rem + .24vw, 1.05rem); font-weight: 300; line-height: 1.9; text-wrap: pretty; }
.lede p + p { margin-top: 16px; }

.creed { margin-top: clamp(34px, 4.4vw, 54px); padding-top: clamp(30px, 4vw, 48px); border-top: 1px solid var(--hair-paper); }
.creed__text {
  max-width: 34ch;
  margin-left: auto;
  font-size: clamp(1.2rem, .95rem + 1.35vw, 2.05rem);
  font-weight: 400; line-height: 1.42; letter-spacing: -.008em;
  color: var(--on-paper); text-wrap: pretty;
}

/* --------------------------------------------------------------------------
   Prancha cinematográfica
   -------------------------------------------------------------------------- */
.plate {
  position: relative;
  min-height: clamp(400px, 58vh, 600px);
  display: flex; align-items: center;
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--ink-900);
  color: var(--on-ink);
  overflow: hidden;
  isolation: isolate;
}
.plate__img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover; object-position: 78% center;
}
.plate__wash {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 13, 28, .96) 0%, rgba(3, 13, 28, .85) 34%, rgba(3, 13, 28, .32) 66%, rgba(3, 13, 28, .1) 100%),
    linear-gradient(0deg, rgba(3, 13, 28, .7), transparent 48%),
    linear-gradient(180deg, rgba(11, 44, 92, .3), rgba(3, 13, 28, .34));
}
.plate__copy { max-width: 38rem; }
.plate__title {
  margin-top: clamp(20px, 2.6vw, 30px);
  color: #fff;
  font-size: clamp(1.6rem, 1rem + 2.5vw, 2.9rem);
  font-weight: 400; line-height: 1.28; letter-spacing: -.012em;
}
.plate__text {
  max-width: 50ch; margin-top: clamp(18px, 2.4vw, 26px);
  color: #c3c1bb; font-size: clamp(.88rem, .85rem + .2vw, .96rem); font-weight: 300; line-height: 1.85;
  text-wrap: pretty;
}

/* --------------------------------------------------------------------------
   8. Corpo docente
   -------------------------------------------------------------------------- */
.figure {
  display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: clamp(24px, 4.4vw, 64px); align-items: center;
  padding: clamp(34px, 4.4vw, 58px) 0;
  border-top: 1px solid var(--hair);
}
.figure:last-child { border-bottom: 1px solid var(--hair); }
.figure--flip .figure__plate { order: 2; }

.figure__plate { margin: 0; overflow: hidden; background: var(--ink-800); }
.figure__plate img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center 22%;
  filter: grayscale(.32) contrast(1.05) brightness(.94) saturate(.85);
  transition: filter .5s var(--ease), transform .6s var(--ease);
}
.figure:hover .figure__plate img { filter: grayscale(0) contrast(1.02); transform: scale(1.02); }

.figure__role { color: var(--brass-300); font-size: .68rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.figure__name {
  margin: clamp(10px, 1.4vw, 14px) 0 clamp(16px, 2vw, 22px);
  padding-bottom: clamp(16px, 2vw, 22px);
  border-bottom: 1px solid var(--hair);
  font-size: clamp(1.55rem, 1.15rem + 1.7vw, 2.5rem);
  font-weight: 400; line-height: 1.08; letter-spacing: -.016em;
  color: var(--fg);
}
.figure__text { color: var(--fg-soft); font-size: .92rem; font-weight: 300; line-height: 1.88; text-wrap: pretty; }
.figure__text + .figure__text { margin-top: 14px; }
.figure__text--pending { font-style: italic; opacity: .68; }

.figure__modules { margin-top: clamp(18px, 2.2vw, 26px); }
.figure__modules-label { color: var(--on-ink-soft); font-size: .64rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.figure__modules ul { margin-top: 10px; display: flex; flex-direction: column; gap: 8px; }
.figure__modules li {
  display: flex; align-items: baseline; gap: 10px;
  color: var(--fg); font-size: .87rem; font-weight: 300; line-height: 1.5;
}
.figure__modules li::before { content: ""; flex: none; width: 14px; height: 1px; background: var(--brass-400); transform: translateY(-.4em); }

/* --------------------------------------------------------------------------
   9. Estrutura (programa) — trilha vertical com nós numerados. A linha de
   bronze corre de ponta a ponta como um fio condutor entre os 13 módulos.
   -------------------------------------------------------------------------- */
.timeline { position: relative; margin-top: clamp(34px, 4vw, 54px); }
.timeline::before {
  content: "";
  position: absolute; left: clamp(21px, 2.6vw, 29px); top: 8px; bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--brass-300) 6%, var(--brass-300) 94%, transparent);
  opacity: .55;
}
.tl-item {
  position: relative;
  display: grid; grid-template-columns: clamp(44px, 5.4vw, 58px) minmax(0, 1fr) clamp(110px, 15vw, 176px);
  gap: clamp(14px, 2.4vw, 30px); align-items: center;
  padding: clamp(13px, 1.6vw, 18px) 0;
}
.tl-item__node {
  position: relative; z-index: 1; justify-self: center;
  display: grid; place-items: center;
  width: clamp(38px, 4.6vw, 48px); height: clamp(38px, 4.6vw, 48px);
  border-radius: 50%;
  background: var(--paper-100);
  border: 1px solid var(--brass-300);
  color: var(--brass-500);
  font-family: 'Bodoni Moda', Georgia, serif;
  font-size: clamp(.92rem, .8rem + .4vw, 1.12rem);
  box-shadow: var(--shadow-paper);
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.tl-item:hover .tl-item__node { background: var(--brass-fill); color: var(--ink-900); border-color: transparent; }
.tl-item__title {
  font-size: clamp(.96rem, .88rem + .38vw, 1.12rem);
  font-weight: 400; line-height: 1.4; letter-spacing: -.004em; text-wrap: pretty;
}
.tl-item__who { color: var(--on-paper-soft); font-size: .76rem; font-weight: 500; letter-spacing: .06em; text-align: right; }

.syllabus__note {
  margin-top: clamp(30px, 3.6vw, 46px);
  padding: clamp(26px, 3.4vw, 42px);
  background: var(--paper-100);
  border: 1px solid var(--paper-400);
  border-left: 2px solid var(--brass-300);
  max-width: 68ch;
}
.syllabus__note p { color: var(--on-paper-soft); font-size: .92rem; font-weight: 300; line-height: 1.85; }
.syllabus__note strong { color: var(--on-paper); font-weight: 500; }

/* --------------------------------------------------------------------------
   10. O que você leva — entregas (cards com ícone, bordas soltas e sombra —
   o contraponto tátil às listas planas do resto da página)
   -------------------------------------------------------------------------- */
.entregas {
  margin-top: clamp(8px, 1vw, 16px);
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 20px);
}
.entrega {
  display: flex; flex-direction: column; gap: 14px;
  padding: clamp(22px, 2.4vw, 28px) clamp(20px, 2.2vw, 26px);
  background: linear-gradient(165deg, rgba(42, 71, 122, .32) 0%, rgba(16, 29, 56, .55) 55%, rgba(10, 19, 39, .7) 100%);
  border: 1px solid rgba(198, 154, 84, .22);
  border-radius: var(--radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.entrega:hover { transform: translateY(-4px); border-color: rgba(224, 189, 121, .5); box-shadow: var(--shadow-ink); }
.entrega__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.entrega__icon {
  flex: none; display: grid; place-items: center;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(214, 175, 92, .5);
  color: var(--brass-200);
}
.entrega__icon svg { width: 20px; height: 20px; stroke-width: 1.4; }
.entrega__no { color: var(--brass-500); font-size: .78rem; font-weight: 500; letter-spacing: .06em; }
.entrega__text { color: var(--on-ink); font-size: .92rem; font-weight: 300; line-height: 1.62; text-wrap: pretty; }

/* --------------------------------------------------------------------------
   11. Comparativo
   -------------------------------------------------------------------------- */
/* Cartão com cantos arredondados — o raio fica no invólucro (que recorta
   o conteúdo), não na tabela, porque border-radius não funciona bem com
   border-collapse. Azul-marinho no cabeçalho, dourado na coluna “Pós
   Perrotti”, zebra suave no corpo pra facilitar a leitura em linha. */
.matrix-wrap {
  margin-top: clamp(30px, 3.6vw, 46px);
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--hair-paper);
  box-shadow: var(--shadow-paper);
}
.matrix { min-width: 640px; width: 100%; border-collapse: collapse; }
.matrix th, .matrix td {
  padding: clamp(16px, 1.9vw, 23px) clamp(14px, 1.8vw, 22px);
  border-bottom: 1px solid var(--hair-paper);
  text-align: left; vertical-align: top;
  font-size: .88rem; font-weight: 300; line-height: 1.55;
}
.matrix thead tr { background: var(--ink-900); }
.matrix thead th {
  color: var(--on-ink-soft);
  font-family: 'Inter', sans-serif;
  font-size: .68rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  border-bottom: 1px solid var(--hair-ink);
}
.matrix tbody th {
  background: var(--paper-100);
  color: var(--ink-900); font-weight: 500; font-size: .84rem;
  white-space: nowrap;
}
.matrix tbody td { background: var(--paper-100); }
.matrix tbody tr:nth-child(even) th:not(.is-us),
.matrix tbody tr:nth-child(even) td:not(.is-us) { background: var(--paper-200); }
.matrix tbody tr:last-child th, .matrix tbody tr:last-child td { border-bottom: 0; }

.matrix .is-us {
  position: relative;
  background: linear-gradient(180deg, rgba(198, 154, 84, .18), rgba(198, 154, 84, .07));
  color: var(--ink-900); font-weight: 500;
  box-shadow: inset 2px 0 0 var(--brass-300), inset -2px 0 0 var(--brass-300);
}
.matrix thead .is-us {
  background: var(--brass-fill);
  color: var(--ink-900); font-weight: 700;
  box-shadow: none;
}
.matrix tbody tr:last-child .is-us {
  box-shadow: inset 2px 0 0 var(--brass-300), inset -2px 0 0 var(--brass-300), inset 0 -2px 0 var(--brass-300);
}

/* --------------------------------------------------------------------------
   12. Resultados — depoimentos em vídeo
   -------------------------------------------------------------------------- */
.vgrid {
  margin-top: clamp(30px, 3.6vw, 46px);
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}
.vcard { display: flex; flex-direction: column; gap: 14px; }
.screen {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ink-800);
  border: 1px solid rgba(198, 154, 84, .3);
  border-radius: var(--radius);
  box-shadow: var(--shadow-ink);
}
.screen__video { display: block; width: 100%; height: 100%; object-fit: cover; }
.screen__btn {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  background: linear-gradient(180deg, rgba(3, 13, 28, .1), rgba(3, 13, 28, .78));
  transition: opacity .35s var(--ease), visibility .35s var(--ease);
}
.screen__icon {
  position: relative;
  display: grid; place-items: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--brass-fill); color: var(--ink-900);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .45);
  transition: transform .3s var(--ease);
}
.screen__icon svg { width: 30%; height: 30%; margin-left: 8%; stroke-width: 0; }
.screen__icon::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%;
  border: 1.5px solid rgba(224, 189, 121, .7);
  animation: screen-pulse 2.4s var(--ease) infinite;
}
@keyframes screen-pulse {
  0% { opacity: .8; transform: scale(1); }
  70%, 100% { opacity: 0; transform: scale(1.3); }
}
.screen__btn:hover .screen__icon { transform: scale(1.07); }
.screen__label { color: #fff; font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.screen.is-playing .screen__btn { opacity: 0; visibility: hidden; }
.vcard__name { color: var(--fg); font-size: 1.05rem; font-weight: 400; }
.vcard__role { color: var(--on-ink-soft); font-size: .76rem; font-weight: 400; letter-spacing: .04em; }

.roll {
  margin-top: clamp(28px, 3.4vw, 40px);
  padding-top: clamp(20px, 2.4vw, 28px);
  border-top: 1px solid var(--hair-ink);
  color: var(--on-ink-soft); font-size: .88rem; font-weight: 300; line-height: 1.8;
  text-wrap: pretty;
}
.roll strong { color: var(--on-ink); font-weight: 500; }

/* --------------------------------------------------------------------------
   13. Perguntas
   -------------------------------------------------------------------------- */
.queries { border-top: 1px solid var(--hair); }
.query { border-bottom: 1px solid var(--hair); }
.query h3 { margin: 0; font: inherit; }

.query__q {
  display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%;
  padding: clamp(20px, 2.4vw, 28px) 0;
  text-align: left;
  transition: color .25s var(--ease);
}
.query__label {
  color: var(--fg);
  font-size: clamp(.98rem, .9rem + .42vw, 1.18rem);
  font-weight: 300; line-height: 1.45;
}
.query__q:hover .query__label { color: var(--accent); }

.query__sign { flex: none; display: grid; place-items: center; width: 20px; height: 20px; color: var(--accent); transition: transform .35s var(--ease); }
.query__sign svg { width: 100%; height: 100%; }
.query__q[aria-expanded="true"] .query__sign { transform: rotate(45deg); }

.query__a { padding: 0 clamp(30px, 6vw, 90px) clamp(24px, 2.8vw, 30px) 0; }
.query__a p { max-width: 74ch; color: var(--fg-soft); font-size: .93rem; font-weight: 300; line-height: 1.85; }
.query__a p + p { margin-top: 12px; }

/* --------------------------------------------------------------------------
   14. Chamada final + rodapé
   -------------------------------------------------------------------------- */
.closing {
  position: relative;
  padding: clamp(70px, 10vw, 130px) 0;
  background: var(--ink-900);
  color: var(--on-ink);
  overflow: hidden;
  isolation: isolate;
}
.closing__bg {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transform: scale(1.16);
  filter: blur(34px) saturate(1.1) brightness(.75);
}
.closing__wash {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(78% 68% at 50% 50%, rgba(3, 13, 28, .5) 0%, rgba(3, 13, 28, .8) 100%),
    linear-gradient(180deg, var(--ink-900) 0%, rgba(3, 13, 28, .3) 26%, rgba(3, 13, 28, .3) 74%, var(--ink-900) 100%);
}
.closing__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: clamp(26px, 3.4vw, 38px); text-align: center; }
.closing__title {
  color: #fff;
  font-size: clamp(1.6rem, 1.05rem + 2.3vw, 2.85rem);
  font-weight: 400; line-height: 1.28; letter-spacing: -.014em;
  max-width: 20ch;
}
.closing__quote {
  max-width: 56ch;
  color: #cfd8e6; font-size: clamp(.92rem, .88rem + .2vw, 1rem); font-weight: 300; line-height: 1.9;
  text-wrap: pretty;
}
.closing__quote cite { display: block; margin-top: 12px; color: var(--brass-200); font-style: normal; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }

.colophon { padding: clamp(34px, 3.6vw, 48px) 0 clamp(24px, 3vw, 34px); background: var(--ink-900); color: var(--on-ink-soft); border-top: 1px solid var(--hair-ink); }
.colophon__grid {
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) minmax(0, .9fr);
  align-items: center; gap: clamp(20px, 3vw, 40px);
}
.colophon__credit { font-size: .8rem; font-weight: 300; letter-spacing: .06em; }

.colophon__seal {
  display: flex; align-items: center; gap: 14px;
  padding: 15px 18px;
  border: 1px solid rgba(198, 154, 84, .35);
  border-radius: var(--radius-sm);
  justify-self: end;
}
.colophon__seal-icon { flex: none; display: grid; place-items: center; width: 30px; height: 30px; color: var(--brass-200); }
.colophon__seal-icon svg { width: 100%; height: 100%; stroke-width: 1.3; }
.colophon__seal p { font-size: .78rem; font-weight: 300; line-height: 1.55; max-width: 26ch; }

.colophon__copy {
  margin-top: clamp(22px, 2.6vw, 30px); padding-top: clamp(18px, 2vw, 24px);
  border-top: 1px solid var(--hair-ink);
  text-align: center;
  font-size: .74rem; font-weight: 300; letter-spacing: .05em;
}

/* --------------------------------------------------------------------------
   15. Barra fixa (mobile)
   -------------------------------------------------------------------------- */
.dock {
  display: none;
  position: fixed; inset: auto 0 0 0; z-index: 90;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(3, 13, 28, .96);
  border-top: 1px solid var(--hair-ink);
  backdrop-filter: blur(10px);
  transform: translateY(110%);
  transition: transform .35s var(--ease);
}
.dock.is-visible { transform: none; }

/* --------------------------------------------------------------------------
   16. Animação de entrada
   -------------------------------------------------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   Responsivo
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .chapter__head--split { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  .chapter__title, .chapter__aside { max-width: 38ch; }
  .figure { grid-template-columns: minmax(0,.9fr) minmax(0,1fr); gap: 28px; }
  .vgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .creed__text { max-width: 46ch; margin-left: 0; }
}

@media (max-width: 900px) {
  :root { --head-h: 66px; --gutter: 22px; }

  .opening { padding-top: calc(var(--head-h) + 40px); }

  .ledger { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ledger__cell { padding-right: 18px; }
  .ledger__cell:nth-child(odd) { padding-left: 0; border-left: 0; }
  .ledger__cell:nth-child(3), .ledger__cell:nth-child(4) { border-top: 1px solid var(--hair-ink); }

  .plate { min-height: 0; }
  .plate__img { object-position: 74% center; }
  .plate__wash {
    background:
      linear-gradient(0deg, rgba(3, 13, 28, .97) 0%, rgba(3, 13, 28, .86) 52%, rgba(3, 13, 28, .5) 100%),
      linear-gradient(180deg, rgba(11, 44, 92, .3), rgba(3, 13, 28, .34));
  }
  .plate__copy { max-width: none; }

  .figure { grid-template-columns: 1fr; gap: 22px; }
  .figure--flip .figure__plate { order: 0; }
  .figure__plate img { aspect-ratio: 16 / 11; object-position: center 18%; }

  .tl-item { grid-template-columns: 38px minmax(0, 1fr); row-gap: 4px; }
  .tl-item__who { grid-column: 2; text-align: left; }
  .timeline::before { left: 19px; }

  .entregas { grid-template-columns: repeat(2, minmax(0, 1fr)); }

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

@media (max-width: 620px) {
  .cta--lg { padding: 17px 20px; font-size: .76rem; letter-spacing: .1em; gap: 12px; }

  .opening__bg img { object-position: 38% 20%; }
  .opening__veil {
    background:
      linear-gradient(180deg,
        rgba(3, 13, 28, .1) 0%, rgba(3, 13, 28, .08) 30%,
        rgba(3, 13, 28, .34) 44%, rgba(3, 13, 28, .62) 58%,
        rgba(3, 13, 28, .82) 74%, rgba(3, 13, 28, .95) 88%,
        rgba(3, 13, 28, .98) 100%);
  }

  .ledger { grid-template-columns: 1fr; }
  .ledger__cell { padding-left: 0 !important; border-left: 0 !important; }
  .ledger__cell + .ledger__cell { border-top: 1px solid var(--hair-ink); }

  .vgrid { grid-template-columns: 1fr; }
  .screen { aspect-ratio: 16/10; }
  .entregas { grid-template-columns: 1fr; }
  .tl-item { grid-template-columns: 34px minmax(0, 1fr); gap: 14px; }
  .timeline::before { left: 17px; }

  .matrix { min-width: 560px; }

  .colophon__grid { grid-template-columns: 1fr; justify-items: flex-start; gap: 20px; }
  .colophon__seal { justify-self: start; }

  .dock { display: block; }
  body { padding-bottom: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* --------------------------------------------------------------------------
   Impressão
   -------------------------------------------------------------------------- */
@media print {
  .masthead, .dock { display: none !important; }
  .chapter--ink, .plate, .closing, .colophon, .opening { background: #fff !important; color: #000 !important; }
  .plate__img, .plate__wash { display: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .query__a { display: block !important; }
}
