/* ==========================================================================
   Vampré Psicanálise Clínica — v2 (refinamento Impeccable)
   Identidade: azul CMYK 100/73/35/20 (#16527C) · cinza · branco
   Tipos: Newsreader (serif editorial) + Jost (geométrica, eco do wordmark)
   Sistema de marca: a haste de chave (.key-rule) — usada nos 3 momentos-chave
   ========================================================================== */

:root {
  /* Cor (intocada) */
  --navy-950: #071E30;
  --navy-900: #0B2B42;
  --navy-800: #0F3854;
  --brand: #16527C;
  --mist: #7FA6C3;
  --mist-soft: #B7CCDE;
  --ink: #14242F;
  --ink-soft: #35434E;
  --gray: #5B6874;
  --line: #DFE6EB;
  --line-navy: rgba(255, 255, 255, 0.14);
  --paper: #F5F7F9;
  --white: #FFFFFF;
  --whats: #23B85C;
  --whats-dark: #1DA352;

  /* Tipografia */
  --font-display: "Newsreader", Georgia, serif;
  --font-ui: "Jost", "Segoe UI", sans-serif;

  /* Escala de espaçamento */
  --s-1: .25rem; --s-2: .5rem; --s-3: .75rem; --s-4: 1rem;
  --s-5: 1.5rem; --s-6: 2rem; --s-7: 3rem; --s-8: 4.5rem;

  /* Camadas */
  --z-sticky: 30;
  --z-header: 40;
  --z-menu: 50;
  --z-float: 60;
  --z-skip: 70;

  /* Forma e sombra */
  --container: 1120px;
  --radius: 14px;
  --shadow-soft: 0 18px 50px -22px rgba(11, 43, 66, 0.35);

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);   /* ease-out-quint */
  --dur-fast: 180ms;
  --dur-med: 320ms;
  --dur-slow: 700ms;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
ul, ol { padding: 0; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 1rem; top: -3rem; z-index: var(--z-skip);
  background: var(--white); color: var(--brand); padding: .6rem 1rem;
  font-family: var(--font-ui); border-radius: 0 0 8px 8px; transition: top var(--dur-fast) var(--ease-out);
}
.skip-link:focus { top: 0; }

:focus-visible { outline: 2px solid var(--mist); outline-offset: 3px; }

section[id], main[id] { scroll-margin-top: 5.5rem; }

/* ---------- Tipografia ---------- */
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.15; text-wrap: balance; }
h2 {
  font-size: 2.2rem;
  font-size: clamp(1.75rem, 1.3rem + 2vw, 2.6rem);
  letter-spacing: -0.01em; margin-bottom: 1.1rem;
}
h3 { font-size: 1.25rem; font-weight: 500; }
p { text-wrap: pretty; }

.section-lead { color: var(--gray); max-width: 34em; }
.section-navy .section-lead { color: var(--mist-soft); line-height: 1.7; }

/* Assinatura da marca: haste de chave.
   Usada apenas nos momentos-chave (Sobre, Para quem é, CTA final). */
.key-rule {
  --key-color: var(--brand);
  width: 84px; height: 10px; margin-bottom: 1.4rem;
  background:
    radial-gradient(circle 4px at 4px 5px, var(--key-color) 4px, transparent 4.5px),
    linear-gradient(var(--key-color), var(--key-color)) 8px 4px / 62px 1.5px no-repeat,
    linear-gradient(var(--key-color), var(--key-color)) 62px 4px / 2px 6px no-repeat,
    linear-gradient(var(--key-color), var(--key-color)) 68px 4px / 2px 5px no-repeat;
  background-repeat: no-repeat;
}
.key-rule-light { --key-color: var(--mist); }
.key-rule-center { margin-inline: auto; }

/* Versão pequena, inline (kicker do hero) */
.key-mark {
  display: inline-block; width: 34px; height: 8px; margin-right: .6rem;
  vertical-align: baseline;
  background:
    radial-gradient(circle 3px at 3px 4px, var(--mist) 3px, transparent 3.5px),
    linear-gradient(var(--mist), var(--mist)) 6px 3.25px / 22px 1.5px no-repeat,
    linear-gradient(var(--mist), var(--mist)) 26px 3.25px / 2px 5px no-repeat,
    linear-gradient(var(--mist), var(--mist)) 31px 3.25px / 2px 4px no-repeat;
  background-repeat: no-repeat;
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-ui); font-weight: 500; font-size: .95rem;
  letter-spacing: .04em;
  padding: .85rem 1.7rem; border-radius: 999px;
  text-decoration: none;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
}
.btn .ico { width: 1.15em; height: 1.15em; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); transition-duration: 80ms; }

.btn-whatsapp {
  background: var(--whats); color: var(--navy-950); font-weight: 600;
  box-shadow: 0 10px 24px -12px rgba(0, 0, 0, 0.4);
}
.btn-whatsapp:hover { background: var(--whats-dark); box-shadow: 0 14px 28px -12px rgba(0, 0, 0, 0.45); }

.btn-ghost { color: #fff; border: 1px solid var(--line-navy); }
.btn-ghost:hover { border-color: var(--mist); background: rgba(255,255,255,.05); }

.btn-sm { padding: .55rem 1.2rem; font-size: .85rem; }
.btn-lg { padding: 1rem 2.2rem; font-size: 1.05rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: var(--z-header);
  padding: .75rem 1.5rem;
  background-color: var(--navy-900);
  transition: background var(--dur-med) var(--ease-out), box-shadow var(--dur-med) var(--ease-out);
}
.site-header.scrolled {
  background: rgba(11, 43, 66, 0.96);
  box-shadow: 0 6px 24px -12px rgba(7, 30, 48, 0.6);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }

.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-icon { width: 40px; height: 40px; object-fit: contain; }
.brand-text {
  font-family: var(--font-ui); font-weight: 300; font-size: 1.4rem;
  letter-spacing: .08em; color: #fff; line-height: 1;
  display: flex; flex-direction: column; gap: .2rem;
}
.brand-text em {
  font-style: normal; font-size: .58rem; font-weight: 400;
  letter-spacing: .3em; text-transform: uppercase; color: var(--mist);
}

.nav-list {
  display: flex; align-items: center; gap: 1.6rem; list-style: none;
  font-family: var(--font-ui); font-size: .9rem; letter-spacing: .02em;
}
.nav-list a:not(.btn) {
  color: rgba(255,255,255,.85); text-decoration: none;
  padding: .3rem 0; position: relative;
  transition: color var(--dur-fast) var(--ease-out);
}
.nav-list a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 1px; background: var(--mist);
  transition: right var(--dur-med) var(--ease-out);
}
.nav-list a:not(.btn):hover { color: #fff; }
.nav-list a:not(.btn):hover::after,
.nav-list a:not(.btn)[aria-current="true"]::after { right: 0; }
.nav-list a:not(.btn)[aria-current="true"] { color: #fff; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 44px; height: 44px; position: relative; z-index: calc(var(--z-menu) + 1);
}
.nav-toggle-bar, .nav-toggle-bar::before, .nav-toggle-bar::after {
  content: ""; display: block; position: absolute; left: 10px;
  width: 24px; height: 2px; background: #fff;
  transition: transform var(--dur-med) var(--ease-out), top var(--dur-med) var(--ease-out), background var(--dur-fast);
}
.nav-toggle-bar { top: 21px; }
.nav-toggle-bar::before { top: -7px; left: 0; }
.nav-toggle-bar::after { top: 7px; left: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::after { top: 0; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background-color: var(--navy-950);
  background-image:
    radial-gradient(90rem 50rem at 85% -20%, rgba(22, 82, 124, 0.55), transparent 60%),
    linear-gradient(170deg, var(--navy-900) 0%, var(--navy-950) 90%);
  color: #fff;
  padding: 8.5rem 1.5rem 1rem;
}
@media (min-height: 800px) {
  .hero { padding-top: 10.5rem; }
}
.hero-icon {
  position: absolute; right: -6%; top: 50%;
  width: clamp(320px, 44vw, 640px); transform: translateY(-52%);
  opacity: .1; pointer-events: none; user-select: none;
}
.hero-inner { position: relative; width: 100%; max-width: var(--container); margin-inline: auto; }

.hero-kicker {
  font-family: var(--font-ui); font-weight: 400; font-size: .92rem;
  letter-spacing: .02em; color: var(--mist-soft); margin-bottom: 1.1rem;
}
.hero-title {
  font-size: 3.6rem;
  font-size: clamp(2.5rem, 1.6rem + 4.5vw, 4.4rem);
  font-weight: 300; letter-spacing: -0.015em; margin-bottom: 1.3rem;
}
.hero-title em { font-style: italic; font-weight: 400; color: var(--mist-soft); }
.hero-title .line { display: block; overflow: hidden; }
.hero-title .line > span { display: inline-block; }
.hero-lead {
  font-size: clamp(1.05rem, 1rem + .4vw, 1.25rem);
  color: rgba(255,255,255,.85); max-width: 30em; margin-bottom: 2.2rem;
  line-height: 1.7;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }

.hero-trust { margin-top: clamp(3.5rem, 8vh, 5.5rem); position: relative; }
.trust-list {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  list-style: none; border-top: 1px solid var(--line-navy);
  padding: 1.4rem 0 1rem;
  font-family: var(--font-ui); font-weight: 400; font-size: .95rem;
  letter-spacing: .02em; color: var(--mist-soft);
}
.trust-list li { display: flex; align-items: center; gap: .6rem; }
.trust-list li::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--mist); flex: none;
}

/* Orquestração de entrada do hero (só com JS; reduced-motion desliga) */
html.js .hero-kicker { animation: heroRise .9s var(--ease-out) .15s backwards; }
html.js .hero-title .line > span { animation: heroLine 1s var(--ease-out) backwards; }
html.js .hero-title .line:nth-child(1) > span { animation-delay: .25s; }
html.js .hero-title .line:nth-child(2) > span { animation-delay: .38s; }
html.js .hero-lead { animation: heroRise .9s var(--ease-out) .55s backwards; }
html.js .hero-actions { animation: heroRise .9s var(--ease-out) .7s backwards; }
html.js .hero-trust { animation: heroFade 1.2s ease .95s backwards; }
html.js .hero-icon { animation: heroIcon 1.6s var(--ease-out) .3s backwards; }

@keyframes heroLine {
  from { transform: translateY(105%); }
  to { transform: translateY(0); }
}
@keyframes heroRise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@keyframes heroFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes heroIcon {
  from { opacity: 0; filter: blur(10px); }
  to { opacity: .1; filter: blur(0); }
}

/* ---------- Seções ---------- */
.section { padding: 4.5rem 1.5rem; padding-block: clamp(4.5rem, 10vh, 7rem); }
.section-paper { background: var(--paper); }
.section-navy {
  background-color: var(--navy-900);
  background-image: linear-gradient(180deg, var(--navy-900), var(--navy-950));
  color: #fff;
}
.section-head { max-width: 620px; margin-bottom: 3rem; }
.section-head-center { margin-inline: auto; text-align: center; }

/* ---------- Sobre ---------- */
.about-grid {
  display: grid; grid-template-columns: minmax(260px, 340px) 1fr;
  gap: clamp(2.5rem, 6vw, 5.5rem); align-items: start;
}
.about-media { position: sticky; top: 7rem; }
.portrait {
  position: relative; width: min(280px, 100%); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-soft);
}
.portrait img { width: 100%; }
.portrait-caption {
  margin-top: 1.1rem; font-family: var(--font-ui);
  display: flex; flex-direction: column; gap: .15rem;
}
.portrait-caption strong { font-weight: 500; font-size: 1rem; color: var(--ink); }
.portrait-caption span { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gray); }

.about-body h2 { max-width: 15em; }
.about-prose { color: var(--ink-soft); max-width: 36em; }
.about-prose p + p { margin-top: 1rem; }

/* ---------- Como funciona ---------- */
.process-grid {
  display: grid; grid-template-columns: minmax(300px, 1fr) minmax(320px, 1.1fr);
  gap: clamp(2.5rem, 6vw, 5rem); align-items: center;
}
.process-media { position: relative; }
.process-media img {
  border-radius: var(--radius); width: 100%; height: 100%;
  min-height: 380px; object-fit: cover;
  box-shadow: var(--shadow-soft);
}
.process-media figcaption {
  margin-top: .7rem; font-family: var(--font-ui); font-size: .72rem;
  letter-spacing: .05em; color: var(--gray);
}
.process-body h2 { margin-bottom: 2rem; }

.steps { list-style: none; display: flex; flex-direction: column; }
.step {
  display: grid; grid-template-columns: 3.4rem 1fr; gap: 1rem;
  padding: 1.4rem 0; border-top: 1px solid var(--line);
}
.step:last-child { border-bottom: 1px solid var(--line); }
.step-num {
  font-family: var(--font-display); font-style: italic;
  font-size: 2.2rem; line-height: 1; color: var(--brand);
  padding-top: .2rem;
}
.step h3 { margin-bottom: .45rem; }
.step p { color: var(--gray); font-size: .98rem; max-width: 34em; }

/* ---------- Para quem é: lista editorial ---------- */
.themes { list-style: none; max-width: 880px; margin-inline: auto; }
.theme {
  display: grid; grid-template-columns: minmax(180px, 260px) 1fr;
  gap: 1rem 2.5rem; align-items: baseline;
  padding: 1.6rem .5rem;
  border-top: 1px solid var(--line-navy);
  transition: background var(--dur-med) var(--ease-out), padding-left var(--dur-med) var(--ease-out);
}
.theme:last-child { border-bottom: 1px solid var(--line-navy); }
.theme:hover { background: rgba(255,255,255,.035); padding-left: 1rem; }
.theme h3 {
  font-size: clamp(1.35rem, 1.1rem + 1vw, 1.7rem);
  font-weight: 400; font-style: italic; color: #fff;
}
.theme p { color: var(--mist-soft); font-size: .98rem; max-width: 34em; line-height: 1.7; }
.section-cta { margin-top: 2.8rem; text-align: center; }

/* ---------- Timeline formação ---------- */
.formacao-grid .section-head { margin-bottom: 2.4rem; }
.timeline { list-style: none; max-width: 760px; }
.timeline li {
  display: grid; grid-template-columns: 130px 1fr; gap: 1.4rem;
  padding: 1.05rem 0; border-bottom: 1px solid var(--line);
}
.timeline li:first-child { border-top: 1px solid var(--line); }
.tl-year {
  font-family: var(--font-ui); font-size: .8rem; font-weight: 500;
  letter-spacing: .1em; color: var(--brand); text-transform: uppercase;
  padding-top: .25rem;
}
.timeline div { display: flex; flex-direction: column; gap: .1rem; }
.timeline strong { font-weight: 500; }
.timeline div span { color: var(--gray); font-size: .95rem; }

.affiliation {
  margin-top: 2.5rem; max-width: 640px; position: relative;
  background: var(--paper); border-radius: var(--radius);
  padding: 1.6rem 1.8rem 1.6rem 3.4rem;
}
.affiliation::before {
  content: "“"; position: absolute; left: 1.1rem; top: .4rem;
  font-family: var(--font-display); font-size: 3.2rem; line-height: 1;
  color: var(--mist);
}
.affiliation p { color: var(--ink-soft); font-size: .98rem; }

/* ---------- FAQ (padrão accordion shadcn em vanilla) ---------- */
.faq-container { max-width: 760px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-of-type { border-top: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer; list-style: none;
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 500;
  padding: 1.15rem 2.6rem 1.15rem .2rem; position: relative;
  transition: color var(--dur-fast) var(--ease-out);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon {
  position: absolute; right: .4rem; top: 50%; width: 14px; height: 14px;
  transform: translateY(-50%);
}
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; background: var(--brand);
  transition: transform var(--dur-med) var(--ease-out), opacity var(--dur-med) var(--ease-out);
}
.faq-icon::before { left: 0; right: 0; top: 6px; height: 1.5px; }
.faq-icon::after { top: 0; bottom: 0; left: 6px; width: 1.5px; }
.faq-item[open] .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-item[open] .faq-icon::before { transform: rotate(180deg); }
.faq-item summary:hover { color: var(--brand); }
.faq-body { overflow: hidden; }
.faq-body p { padding: .1rem .2rem 1.3rem; color: var(--gray); max-width: 40em; }

/* ---------- CTA final ---------- */
.cta-final {
  background-color: var(--navy-950);
  background-image: radial-gradient(70rem 40rem at 50% 130%, rgba(22, 82, 124, 0.6), transparent 65%);
  color: #fff; text-align: center;
  padding: 5rem 1.5rem;
  padding-block: clamp(5rem, 12vh, 8rem);
}
.cta-inner { display: flex; flex-direction: column; align-items: center; gap: 1.1rem; }
.cta-icon { width: 72px; opacity: .85; margin-bottom: .2rem; }
.cta-inner .key-rule { margin-bottom: .2rem; }
.cta-final h2 { font-size: 2.6rem; font-size: clamp(2rem, 1.4rem + 3vw, 3.2rem); font-weight: 300; margin: 0; }
.cta-final h2 em { font-style: italic; color: var(--mist-soft); }
.cta-inner > p { color: rgba(255,255,255,.78); }
.cta-inner .btn { margin-top: .8rem; }

.contact-lines {
  list-style: none; margin-top: 2.2rem;
  display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 2.2rem;
  font-family: var(--font-ui); font-size: .9rem; letter-spacing: .02em;
  color: var(--mist-soft);
}
.contact-lines a { color: inherit; text-decoration: none; border-bottom: 1px solid rgba(127,166,195,.4); transition: color var(--dur-fast), border-color var(--dur-fast); }
.contact-lines a:hover { color: #fff; border-color: #fff; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-950); color: rgba(255,255,255,.55);
  border-top: 1px solid var(--line-navy);
  padding: 2.2rem 1.5rem;
}
.footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
}
.footer-logo { width: 130px; height: auto; opacity: .9; }
.site-footer p { font-family: var(--font-ui); font-size: .85rem; letter-spacing: .02em; }
.footer-text { display: flex; flex-direction: column; gap: .4rem; }
.site-footer a { color: rgba(255,255,255,.75); }
.site-footer a:hover { color: #fff; }
.footer-cvv { color: rgba(255,255,255,.45); }
.footer-cvv strong { color: rgba(255,255,255,.7); font-weight: 500; }

/* ---------- Botão flutuante WhatsApp + tooltip ---------- */
.whats-float {
  position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: var(--z-float);
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--whats); color: var(--navy-950);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.4);
  transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);
}
.whats-float svg { width: 30px; height: 30px; }
.whats-float:hover { transform: scale(1.08); background: var(--whats-dark); }
.whats-float:active { transform: scale(1); }
.whats-float::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--whats);
  animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: .7; }
  70%, 100% { transform: scale(1.55); opacity: 0; }
}

/* Tooltip (padrão shadcn: fade + zoom com origem no lado) */
.whats-tip {
  position: absolute; right: calc(100% + .8rem); top: 50%;
  transform: translateY(-50%) scale(.95); transform-origin: right center;
  background: var(--navy-950); color: #fff;
  font-family: var(--font-ui); font-size: .8rem; letter-spacing: .02em;
  padding: .45rem .85rem; border-radius: 8px; white-space: nowrap;
  opacity: 0; pointer-events: none;
  transition: opacity var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.whats-tip::after {
  content: ""; position: absolute; left: 100%; top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent; border-left-color: var(--navy-950);
}
.whats-float:hover .whats-tip,
.whats-float:focus-visible .whats-tip {
  opacity: 1; transform: translateY(-50%) scale(1);
}

/* ---------- Reveals de scroll (visíveis por padrão; JS esconde) ----------
   Variações por tipo de conteúdo — nunca o mesmo efeito em tudo. */
html.js [data-reveal] { transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out); }
html.js [data-reveal="rise"] { opacity: 0; transform: translateY(18px); }
html.js [data-reveal="fade"] { opacity: 0; }
html.js [data-reveal="draw"] { opacity: 0; transform: scaleX(.3); transform-origin: left center; }
html.js .key-rule-center[data-reveal="draw"] { transform-origin: center; }
html.js [data-reveal].in { opacity: 1; transform: none; }

html.js [data-reveal="stagger"] > * {
  opacity: 0; transform: translateY(14px);
  transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
  transition-delay: calc(var(--stagger-i, 0) * 90ms);
}
html.js [data-reveal="stagger"].in > * { opacity: 1; transform: none; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js [data-reveal], html.js [data-reveal="stagger"] > * {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
  html.js .hero-kicker, html.js .hero-title .line > span, html.js .hero-lead,
  html.js .hero-actions, html.js .hero-trust, html.js .hero-icon { animation: none; }
  .whats-float::before { animation: none; }
  .btn, .whats-float, .theme, .nav-list a:not(.btn)::after { transition: none; }
}

/* ---------- Responsivo ---------- */
@media (max-width: 980px) {
  .process-grid { grid-template-columns: 1fr; }
  .process-media img { min-height: 260px; max-height: 380px; }
}

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-media { position: static; display: flex; align-items: center; gap: 1.4rem; }
  .about-media .portrait { width: min(200px, 45%); }
  .trust-list { grid-template-columns: repeat(2, 1fr); }
  .theme { grid-template-columns: 1fr; gap: .4rem; }
}

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-list {
    position: fixed; inset: 0; z-index: var(--z-menu);
    flex-direction: column; justify-content: center; gap: 1.8rem;
    background: linear-gradient(170deg, var(--navy-900), var(--navy-950));
    font-size: 1.15rem;
    opacity: 0; visibility: hidden;
    transition: opacity var(--dur-med) var(--ease-out), visibility var(--dur-med);
  }
  .nav-list.open { opacity: 1; visibility: visible; }
  .hero-icon { right: -30%; opacity: .07; }
  .timeline li { grid-template-columns: 1fr; gap: .2rem; }
  .footer-inner { justify-content: center; text-align: center; }
  .affiliation { padding: 1.4rem 1.4rem 1.4rem 3rem; }
}

@media (max-width: 480px) {
  .hero-actions .btn { width: 100%; justify-content: center; }
  .trust-list { grid-template-columns: 1fr; gap: .7rem; }
  .step { grid-template-columns: 2.6rem 1fr; }
}
