/* ==========================================================================
   GPT Ads | Agência TRENDit
   Tipografia e paleta herdadas do kit Elementor de agenciatrendit.com.br:
   Plus Jakarta Sans 400, H1 de 120px, H2 em caixa baixa, tons de grafite e prata.
   ========================================================================== */

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/plus-jakarta-sans-latin-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* fallback com métricas próximas para reduzir o salto de layout (CLS) */
@font-face {
  font-family: "Jakarta Fallback";
  src: local("Arial"), local("Helvetica Neue"), local("Helvetica");
  size-adjust: 104%;
  ascent-override: 98%;
  descent-override: 21%;
  line-gap-override: 0%;
}

:root {
  --ink: #0C0B0D;          /* Heading */
  --text: #131116;         /* Text */
  --silver: #BABBBB;       /* Brand */
  --silver-2: #9C9F9F;     /* Brand hover */
  --muted: #80868D;        /* Text light (só sobre fundo escuro) */
  --muted-ink: #55595F;    /* variação mais escura para texto secundário sobre claro (AA) */
  --mist: #E7E7E7;         /* Background section */
  --line: #DEDEDE;         /* Border */
  --line-dark: #2E2E33;    /* Border dark */
  --paper: #FFFFFF;
  --soft: #F4F4F4;
  --wa: #25D366;
  --wa-hover: #1EBE5A;
  --danger: #B42318;
  --danger-dark: #FDA29B;

  --font: "Plus Jakarta Sans", "Jakarta Fallback", Arial, sans-serif;
  --wrap: 1240px;
  --gut: clamp(20px, 5vw, 56px);
  --sec: clamp(72px, 10vw, 136px);
  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 26px;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text);
  background: var(--paper);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; border-radius: 4px; }

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

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--paper); color: var(--ink); padding: 10px 16px; border-radius: var(--r-sm);
}
.skip:focus { top: 12px; }

h2 {
  font-size: clamp(2rem, 1.35rem + 2.1vw, 2.625rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 20ch;
}
h3 {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink);
}

/* ---------- botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  min-height: 48px; padding: .7em 1.5em;
  border: 1px solid transparent; border-radius: 999px;
  font-size: .9375rem; font-weight: 500; line-height: 1.2; text-decoration: none;
  cursor: pointer; transition: background-color .2s, border-color .2s, color .2s;
}
.btn--sm { min-height: 40px; padding: .5em 1.1em; font-size: .875rem; }
.btn--lg { min-height: 56px; padding: .8em 1.9em; font-size: 1rem; }
.btn--wa { background: var(--wa); color: var(--ink); }
.btn--wa:hover { background: var(--wa-hover); }
.btn--ghost { border-color: var(--line-dark); color: var(--paper); background: transparent; }
.btn--ghost:hover { border-color: var(--silver); }
.btn--light { background: var(--paper); color: var(--ink); }
.btn--light:hover { background: var(--mist); }
.btn[disabled] { opacity: .6; cursor: progress; }
.link { background: none; border: 0; padding: 0; text-decoration: underline; text-underline-offset: .18em; cursor: pointer; }

/* ---------- topo ---------- */
.topo {
  position: sticky; top: 0; z-index: 40;
  background: rgba(12, 11, 13, .92);
  border-bottom: 1px solid var(--line-dark);
  color: var(--paper);
}
@supports (backdrop-filter: blur(8px)) {
  .topo { background: rgba(12, 11, 13, .78); backdrop-filter: blur(12px); }
}
.topo__in { display: flex; align-items: center; gap: 24px; min-height: 68px; }
.topo__logo { margin-right: auto; }
.topo__logo img { width: 118px; height: auto; }
.topo__nav ul { display: flex; gap: 26px; }
.topo__nav a { color: var(--silver); text-decoration: none; font-size: .9375rem; }
.topo__nav a:hover { color: var(--paper); }
.topo__menu { display: none; }

@media (max-width: 960px) {
  .topo__menu {
    display: inline-flex; background: none; border: 1px solid var(--line-dark); border-radius: 999px;
    padding: .45em 1em; font-size: .875rem; color: var(--paper); cursor: pointer;
  }
  .topo__nav {
    position: absolute; inset: 68px 0 auto 0; background: var(--ink);
    border-bottom: 1px solid var(--line-dark); padding: 8px var(--gut) 20px;
    display: none;
  }
  .topo__nav.is-open { display: block; }
  .topo__nav ul { flex-direction: column; gap: 0; }
  .topo__nav a { display: block; padding: 12px 0; font-size: 1.125rem; border-bottom: 1px solid var(--line-dark); }
  .topo__wa { display: none; }
}

/* ---------- hero ---------- */
.hero {
  background: var(--ink);
  color: #FAFAFA;
  padding-block: clamp(40px, 7vw, 88px) clamp(64px, 9vw, 120px);
  overflow: hidden;
}
.hero__h1 { font-weight: 400; margin-bottom: clamp(32px, 5vw, 64px); }
.hero__big {
  display: block;
  font-size: clamp(5rem, 2rem + 9.5vw, 9.75rem);
  line-height: .88;
  letter-spacing: -0.055em;
  margin-left: -0.05em;
  /* acabamento em prata, a cor "Brand" da TRENDit */
  background: linear-gradient(100deg, #FAFAFA 0%, #FAFAFA 38%, var(--silver) 62%, #FAFAFA 86%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero__sub {
  display: block;
  margin-top: clamp(14px, 2vw, 22px);
  max-width: 24ch;
  font-size: clamp(1.45rem, 1rem + 1.7vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--silver);
}
/* título e texto à esquerda, conversa à direita desde o topo */
.hero > .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  grid-template-areas: "titulo chat" "texto chat";
  column-gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
.hero__grid { display: contents; }
.hero__h1 { grid-area: titulo; }
.hero__txt { grid-area: texto; }
.hero .chat { grid-area: chat; margin-top: clamp(8px, 2vw, 28px); }
.hero__txt { max-width: 46ch; display: grid; gap: 18px; color: #D6D7D7; }
.hero__lead { font-size: 1.1875rem; color: #FAFAFA; }
.asterisco { margin-left: 2px; color: var(--silver); text-decoration: none; font-weight: 600; padding: 0 2px; }
.asterisco:hover { color: #FAFAFA; }
.nota-saude { font-size: .8125rem; line-height: 1.5; color: var(--muted); border-left: 1px solid var(--line-dark); padding-left: 12px; }
.nota-saude a { color: var(--silver); }
.nota-saude:target { color: #D6D7D7; border-left-color: var(--silver); }
.acoes { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }

@media (max-width: 960px) {
  .hero > .wrap { grid-template-columns: 1fr; grid-template-areas: "titulo" "texto" "chat"; }
  .hero .chat { margin-top: 48px; }
}

/* ---------- janela de conversa (o momento principal da página) ---------- */
.chat__win {
  background: var(--paper); color: var(--text);
  border-radius: var(--r-lg);
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .75), 0 0 0 1px rgba(255, 255, 255, .06);
  overflow: hidden;
}
.chat__bar {
  padding: 12px 22px; font-size: .8125rem; color: var(--muted-ink);
  border-bottom: 1px solid var(--line); background: var(--soft);
}
.chat__body { padding: 22px; display: grid; gap: 18px; font-size: .9375rem; }
.chat__user {
  justify-self: end; max-width: 86%;
  background: var(--mist); border-radius: 20px 20px 6px 20px;
  padding: 12px 16px; line-height: 1.5;
}
.chat__typing { display: flex; gap: 5px; height: 0; overflow: hidden; }
.chat__typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--silver-2); }
.chat__answer { display: grid; gap: 8px; line-height: 1.55; }
.chat__answer ul { display: grid; gap: 4px; padding-left: 1.1em; list-style: disc; }
.chat__answer li::marker { color: var(--silver-2); }

.chat__sep {
  display: flex; align-items: center; gap: 12px;
  font-size: .75rem; color: var(--muted-ink); margin-bottom: 12px;
}
.chat__sep::before, .chat__sep::after { content: ""; height: 1px; background: var(--line); }
.chat__sep::before { width: 0; }
.chat__sep::after { flex: 1; }

.ad {
  border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 14px; display: grid; gap: 10px; background: var(--paper);
}
.ad__head { display: flex; align-items: center; gap: 8px; font-size: .8125rem; color: var(--muted-ink); }
.ad__fav {
  width: 22px; height: 22px; border-radius: 6px; display: grid; place-items: center;
  background: var(--ink); color: var(--paper); font-size: .5625rem; font-weight: 600; letter-spacing: .02em;
}
.ad__name { font-weight: 500; color: var(--text); }
.ad__main { display: grid; grid-template-columns: minmax(0, 1fr) 96px; gap: 14px; align-items: start; }
.ad__txt { display: grid; gap: 4px; }
.ad__title { font-weight: 600; line-height: 1.3; color: var(--ink); }
.ad__copy { font-size: .875rem; line-height: 1.45; color: #3B3E43; }
.ad__url { font-size: .75rem; color: var(--muted-ink); }
.ad__img { width: 96px; height: 96px; object-fit: cover; border-radius: 12px; background: var(--mist); }

.chat figcaption, .anatomia figcaption {
  margin-top: 14px; font-size: .8125rem; color: var(--muted);
}

/* sequência de entrada: pergunta, digitando, resposta, anúncio (uma única vez) */
@media (prefers-reduced-motion: no-preference) {
  .chat__user   { animation: surge .5s ease-out .3s both; }
  .chat__typing { animation: digita 1.1s ease-in-out .8s both; }
  .chat__typing span { animation: pisca 1s ease-in-out infinite; }
  .chat__typing span:nth-child(2) { animation-delay: .15s; }
  .chat__typing span:nth-child(3) { animation-delay: .3s; }
  .chat__answer { animation: surge .6s ease-out 1.9s both; }
  .chat__ad     { animation: sobe .7s cubic-bezier(.2, .7, .2, 1) 2.8s both; }
}
@keyframes surge { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes sobe { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes digita {
  0% { height: 0; opacity: 0; }
  12% { height: 10px; opacity: 1; }
  88% { height: 10px; opacity: 1; }
  100% { height: 0; opacity: 0; }
}
@keyframes pisca { 0%, 100% { opacity: .3; } 50% { opacity: 1; } }

/* ---------- seções ---------- */
.sec { padding-block: var(--sec); }
.sec--mist { background: var(--mist); }
.sec--line { border-top: 1px solid var(--line); }
.sec--ink { background: var(--ink); color: #D6D7D7; }
.sec--ink h2, .sec--ink h3 { color: #FAFAFA; }
.intro { max-width: 62ch; margin-top: 20px; color: #2F3236; }

.duo { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 7vw, 112px); align-items: start; }
.duo__head { display: grid; gap: 22px; max-width: 52ch; }
.duo--rev { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.duo--rev .anatomia { order: -1; }
@media (max-width: 900px) {
  .duo, .duo--rev { grid-template-columns: 1fr; }
  .duo--rev .anatomia { order: 0; }
}

/* o que é */
.fatos { display: grid; }
.fatos > div { display: grid; grid-template-columns: 11rem 1fr; gap: 24px; padding-block: 22px; border-top: 1px solid var(--line); }
.fatos > div:last-child { border-bottom: 1px solid var(--line); }
.fatos dt { font-size: .9375rem; color: var(--muted-ink); padding-top: .2em; }
.fatos dd { font-size: 1.1875rem; line-height: 1.5; color: var(--ink); }
@media (max-width: 560px) { .fatos > div { grid-template-columns: 1fr; gap: 6px; } }

/* formato: anatomia do anúncio */
.partes { counter-reset: parte; display: grid; gap: 10px; }
.partes li { counter-increment: parte; position: relative; padding-left: 40px; }
.partes li::before {
  content: counter(parte);
  position: absolute; left: 0; top: .1em;
  width: 26px; height: 26px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--ink); color: var(--paper); font-size: .75rem; font-weight: 600;
}
.partes strong { font-weight: 600; color: var(--ink); }
.anatomia {
  background: var(--paper); border-radius: var(--r-lg);
  padding: clamp(22px, 4vw, 44px);
  box-shadow: 0 1px 0 var(--line);
}
.ad--lg { padding: 20px; gap: 14px; }
.ad--lg .ad__main { grid-template-columns: minmax(0, 1fr) 132px; }
.ad--lg .ad__img { width: 132px; height: 132px; }
.ad--lg .ad__title { font-size: 1.125rem; }
.ad--lg .ad__copy { font-size: .9375rem; }
.ad--lg .ad__txt { gap: 8px; }
.ad__imgwrap { position: relative; }
.pin {
  display: inline-grid; place-items: center; flex: none;
  width: 20px; height: 20px; margin-right: 6px; border-radius: 50%;
  background: var(--ink); color: var(--paper);
  font-size: .6875rem; font-weight: 600; line-height: 1; vertical-align: .12em;
}
.pin--img { position: absolute; top: -8px; left: -8px; margin: 0; box-shadow: 0 0 0 3px var(--paper); }
@media (max-width: 480px) {
  .ad__main, .ad--lg .ad__main { grid-template-columns: 1fr; }
  .ad__img, .ad--lg .ad__img { width: 100%; height: auto; aspect-ratio: 16 / 9; }
}

/* entrega */
.entrega { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); margin-top: 32px; }
.entrega__txt { display: grid; gap: 18px; max-width: 54ch; }
.sinais { display: grid; }
.sinais li { padding: 14px 0 14px 28px; border-top: 1px solid var(--line); position: relative; font-size: 1.0625rem; }
.sinais li::before { content: ""; position: absolute; left: 0; top: 1.35em; width: 12px; height: 1px; background: var(--ink); }
.notas { display: grid; gap: 16px; align-content: start; }
.nota { background: var(--ink); color: #D6D7D7; border-radius: var(--r-md); padding: clamp(22px, 3vw, 32px); display: grid; gap: 10px; }
.nota h3 { color: #FAFAFA; }
@media (max-width: 860px) { .entrega { grid-template-columns: 1fr; } }

/* para quem */
.fichas { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 40px); margin-top: clamp(36px, 5vw, 56px); }
.ficha { display: grid; gap: 18px; align-content: start; }
.ficha__cat { margin-top: -10px; font-size: .875rem; color: var(--muted-ink); }
.ficha img { border-radius: var(--r-md); aspect-ratio: 4 / 3; object-fit: cover; background: var(--mist); }
.ficha dl { display: grid; }
.ficha dt { font-size: .875rem; color: var(--muted-ink); padding-top: 14px; border-top: 1px solid var(--line); }
.ficha dd { padding: 4px 0 14px; }
.ficha q { font-weight: 600; color: var(--ink); quotes: "“" "”"; }
.regras:target { box-shadow: 0 0 0 4px var(--mist); }
.regras {
  margin-top: clamp(40px, 6vw, 72px);
  border: 1px solid var(--ink); border-radius: var(--r-lg);
  padding: clamp(24px, 4vw, 48px);
  display: grid; gap: 14px;
  max-width: 900px;
}
.regras p { max-width: 70ch; }
@media (max-width: 1024px) { .fichas { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .fichas { grid-template-columns: 1fr; } }

/* custos */
.colunas { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(32px, 5vw, 56px); border-top: 1px solid #C9CACA; }
.coluna { padding: 28px 28px 8px 0; display: grid; gap: 10px; align-content: start; }
.coluna + .coluna { padding-left: 28px; border-left: 1px solid #C9CACA; }
.coluna h3 { font-size: 1.75rem; font-weight: 400; letter-spacing: -0.02em; }
.sigla { font-size: .875rem; color: var(--muted-ink); }
.rodape-sec { margin-top: 32px; max-width: 62ch; font-size: .9375rem; color: var(--muted-ink); }
@media (max-width: 760px) {
  .colunas { grid-template-columns: 1fr; }
  .coluna, .coluna + .coluna { padding: 22px 0; border-left: 0; }
  .coluna + .coluna { border-top: 1px solid #C9CACA; }
}

/* medição */
.metricas { display: flex; flex-wrap: wrap; gap: 8px; }
.metricas li {
  font-size: clamp(1.125rem, 1rem + .6vw, 1.5rem); letter-spacing: -0.01em;
  padding: .3em .8em; border: 1px solid var(--line); border-radius: 999px; color: var(--ink);
}
.medicao__txt { display: grid; gap: 18px; max-width: 56ch; padding-top: 8px; }

/* como trabalhamos */
.trabalho { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(40px, 7vw, 112px); align-items: start; }
.trabalho__head { display: grid; gap: 22px; position: sticky; top: 100px; }
.trabalho__foto { border-radius: var(--r-lg); aspect-ratio: 4 / 5; object-fit: cover; max-height: 440px; width: 100%; background: #1A191C; }
.etapas { display: grid; }
.etapas li { display: grid; gap: 8px; padding: 28px 0; border-top: 1px solid var(--line-dark); }
.etapas li:last-child { border-bottom: 1px solid var(--line-dark); }
.etapa { font-size: .875rem; color: var(--muted); }
.etapas h3 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); font-weight: 400; letter-spacing: -0.02em; }
.etapas p:last-child { max-width: 56ch; }
@media (max-width: 900px) {
  .trabalho { grid-template-columns: 1fr; }
  .trabalho__head { position: static; }
  .trabalho__foto { aspect-ratio: 16 / 10; }
}

/* perguntas */
.faq { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.faq__list details { border-top: 1px solid var(--line); }
.faq__list details:last-child { border-bottom: 1px solid var(--line); }
.faq__list summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; gap: 20px; align-items: baseline;
  padding: 22px 0; font-size: 1.1875rem; line-height: 1.35; color: var(--ink);
}
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after {
  content: "+"; flex: none; font-size: 1.5rem; line-height: 1; color: var(--muted-ink);
  transition: transform .25s ease;
}
.faq__list details[open] summary::after { transform: rotate(45deg); }
.faq__list details p { padding: 0 0 24px; max-width: 62ch; color: #2F3236; }
@media (max-width: 860px) { .faq { grid-template-columns: 1fr; } }

/* contato e formulário */
.contato .duo__head { gap: 24px; }
.contato .btn--lg { justify-self: start; }
.contato__mail { font-size: .9375rem; color: var(--silver); }
.form {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px;
  background: #141316; border: 1px solid var(--line-dark); border-radius: var(--r-lg);
  padding: clamp(22px, 4vw, 40px);
}
.campo { display: grid; gap: 8px; align-content: start; }
.campo--full { grid-column: 1 / -1; }
.campo label { font-size: .875rem; color: var(--silver); }
.campo input, .campo select, .campo textarea {
  width: 100%; min-height: 48px; padding: 12px 14px;
  background: var(--ink); color: #FAFAFA;
  border: 1px solid var(--line-dark); border-radius: var(--r-sm);
  transition: border-color .2s;
}
.campo textarea { resize: vertical; min-height: 120px; }
.campo select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--silver) 50%), linear-gradient(135deg, var(--silver) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 40px; }
.campo input::placeholder, .campo textarea::placeholder { color: #6B7076; }
.campo input:hover, .campo select:hover, .campo textarea:hover { border-color: #4A4A52; }
.campo input:focus-visible, .campo select:focus-visible, .campo textarea:focus-visible { outline: 2px solid var(--paper); outline-offset: 1px; border-color: var(--paper); }
.campo [aria-invalid="true"] { border-color: var(--danger-dark); }
.campo__erro { font-size: .8125rem; color: var(--danger-dark); min-height: 0; }
.campo__erro:empty { display: none; }
.campo--check { grid-template-columns: 22px 1fr; column-gap: 12px; align-items: start; }
.campo--check input { width: 22px; height: 22px; min-height: 0; padding: 0; margin: 2px 0 0; accent-color: var(--paper); }
.campo--check label { font-size: .9375rem; color: #D6D7D7; }
.campo--check .campo__erro { grid-column: 2; }
.form__fim { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.form__status { font-size: .9375rem; }
.form__status.is-ok { color: #A6F4C5; }
.form__status.is-erro { color: var(--danger-dark); }
.form__nota { font-size: .8125rem; color: var(--muted); }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 560px) { .form { grid-template-columns: 1fr; } }

/* rodapé */
.rodape { background: var(--ink); color: var(--muted); border-top: 1px solid var(--line-dark); padding-block: 56px 96px; font-size: .875rem; }
.rodape__in { display: grid; grid-template-columns: 1.2fr .8fr 1.4fr; gap: 40px; }
.rodape__marca { display: grid; gap: 14px; align-content: start; }
.rodape__marca img { width: 110px; }
.rodape a, .rodape .link { color: #C9CACA; }
.rodape__links { display: grid; gap: 8px; align-content: start; }
.rodape__fontes { display: grid; gap: 12px; align-content: start; }
@media (max-width: 860px) { .rodape__in { grid-template-columns: 1fr; } }

/* WhatsApp flutuante */
.wa-float {
  position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: 50;
  width: 60px; height: 60px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--wa); color: var(--ink);
  box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .45);
  transition: transform .2s, bottom .25s;
}
.wa-float:hover { transform: scale(1.06); }
body.has-cookie-banner .wa-float { bottom: 150px; }

/* aviso de cookies */
.cookies {
  position: fixed; left: 50%; bottom: 16px; z-index: 60;
  transform: translateX(-50%);
  width: min(720px, calc(100% - 24px));
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px;
  padding: 18px 20px; border-radius: var(--r-md);
  background: #1A191C; color: #D6D7D7; border: 1px solid var(--line-dark);
  font-size: .875rem;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .6);
}
.cookies[hidden] { display: none; }
.cookies p { flex: 1 1 320px; }
.cookies__acoes { display: flex; gap: 10px; }

/* páginas internas (privacidade, 404) */
.doc { padding-block: clamp(48px, 8vw, 96px); }
.doc__in { max-width: 72ch; display: grid; gap: 18px; }
.doc h1 { font-size: clamp(2.5rem, 1.6rem + 3vw, 4rem); font-weight: 400; line-height: 1.05; letter-spacing: -0.03em; color: var(--ink); }
.doc h2 { margin-top: 28px; font-size: 1.625rem; max-width: none; }
.doc ul { list-style: disc; padding-left: 1.2em; display: grid; gap: 6px; }
.doc .meta { color: var(--muted-ink); font-size: .9375rem; }
.doc .voltar { margin-top: 12px; }

/* impressão */
@media print {
  .topo, .wa-float, .cookies, .form, .acoes { display: none !important; }
  .hero, .sec--ink { background: #FFF; color: #000; }
  .hero__big { color: #000; background: none; }
}
