/* ==========================================================================
   2izy Select · Landing de seleção
   Tokens conforme "2izy Select — Mini Brand Book v1.0 · 2026"
   Cap. 02 paleta · Cap. 03 tipografia · Cap. 04 elementos gráficos
   ========================================================================== */

/* ---------------------------------------------------------------- tokens -- */
:root {
  /* Navy · escala */
  --select-navy-deep: #0F1B36;
  --select-navy:      #1B2A4E;
  --select-navy-soft: #2C3F6B;
  --select-navy-200:  #C2CADD;
  --select-navy-100:  #E6EAF2;
  --select-pearl:     #FDFCFA;

  /* Terracota · escala */
  --select-terra-deep:  #8C3A2E;
  --select-terra:       #B14A3C;
  --select-terra-soft:  #DC8A7E;
  --select-terra-claro: #F7E5DF;
  --select-bone:        #EFEAE0;
  --select-cream:       #F8F5EF;
  --select-white:       #FFFFFF;

  /* Neutros funcionais */
  --select-ink:      #0B1226;
  --select-graphite: #3A3E4A;
  --select-mist:     #8D92A1;
  --select-line:     #D9D6CF;

  /* Tipografia */
  --font-sans:  "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;

  /* Raios contidos · 4–14px (cap. 01) */
  --r-xs: 2px;
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 14px;

  /* Ritmo vertical generoso */
  --shell:     1200px;
  --gutter:    clamp(20px, 5vw, 48px);
  --section-y: clamp(72px, 10vw, 140px);
}

/* ----------------------------------------------------------------- reset -- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--select-cream);
  color: var(--select-graphite);
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;              /* a Select respira mais que a matriz */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, figure, blockquote { margin: 0; }

::selection { background: var(--select-terra); color: var(--select-cream); }

:focus-visible {
  outline: 2px solid var(--select-terra);
  outline-offset: 3px;
  border-radius: var(--r-xs);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--select-terra);
  color: var(--select-cream);
  padding: 12px 20px;
  border-radius: 0 0 var(--r-sm) 0;
  font-size: 13px;
}
.skip-link:focus { left: 0; }

.sprite { position: absolute; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* Glifo do WhatsApp · monocromático, herda a cor do contexto */
.ico-wa { fill: currentColor; flex: none; }

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

.section { padding-block: var(--section-y); }
.section--cream  { background: var(--select-cream); }
.section--pearl  { background: var(--select-pearl); border-block: 1px solid var(--select-line); }
.section--split  { background: var(--select-white); }

.section--navy,
.section--navy-deep { color: var(--select-navy-200); }
.section--navy      { background: var(--select-navy); }
.section--navy-deep { background: var(--select-navy-deep); }

.section--navy h1, .section--navy h2, .section--navy h3,
.section--navy-deep h1, .section--navy-deep h2, .section--navy-deep h3 { color: var(--select-cream); }

.section__head { max-width: 62ch; margin-bottom: clamp(48px, 7vw, 88px); }
.section__lead { margin-top: 24px; max-width: 58ch; }

/* ---------------------------------------------------------- tipografia --- */
/* Hierarquia cap. 03. Poppins 200–600 apenas — 700–900 é território da matriz. */

.display {
  font-weight: 200;
  font-size: clamp(44px, 8.2vw, 104px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--select-cream);
}

.h1 {
  font-weight: 300;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--select-navy);
}

.h2 {
  font-weight: 400;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--select-navy);
}

.h3 {
  font-weight: 500;
  font-size: clamp(19px, 1.9vw, 26px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--select-navy);
}

/* Uma palavra-chave em itálico Cormorant terracota por título — não mais. */
.display em, .h1 em, .h2 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--select-terra);
  letter-spacing: 0;
}
.section--navy .display em, .section--navy .h1 em,
.section--navy-deep .h1 em, .hero .display em { color: var(--select-terra-soft); }

.eyebrow {
  font-weight: 600;
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--select-navy);
  margin: 0;
}
.eyebrow--terra { color: var(--select-terra); }
/* Em fundo escuro a terracota cheia cai para ~2.5:1 de contraste — usa-se o tint. */
.hero .eyebrow--terra,
.section--navy .eyebrow--terra,
.section--navy-deep .eyebrow--terra,
.site-footer .eyebrow--terra { color: var(--select-terra-soft); }

.caption {
  font-size: 13px;
  line-height: 1.55;
  color: var(--select-mist);
}

/* ------------------------------------------- elementos gráficos (cap.04) -- */

/* Elemento 03 · régua terra — separa eyebrow de título */
.rule-h {
  display: block;
  width: 48px;
  height: 1.5px;
  background: var(--select-terra);
  margin: 20px 0 28px;
}
.section--navy .rule-h,
.section--navy-deep .rule-h,
.hero .rule-h { background: var(--select-terra-soft); }

/* Elemento 01 · separador vertical fino — a "barra" do logo */
.rule-v {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: var(--select-terra);
  opacity: .6;
  flex: none;
}

/* Elemento 05 · lista com travessão terracota, sem bullets redondos */
.list-dash { margin-top: 24px; display: grid; gap: 10px; }
.list-dash li {
  position: relative;
  padding-left: 26px;
}
.list-dash li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--select-terra);
  font-weight: 300;
}
.list-dash--lg { gap: 16px; }
.list-dash--lg strong { color: var(--select-navy); font-weight: 500; }

/* Elemento 06 · tags & selos retangulares, cantos 2px, caixa-alta */
.tag {
  display: inline-block;
  border: 1px solid var(--select-terra);
  border-radius: var(--r-xs);
  color: var(--select-terra);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 6px 12px 5px;
  line-height: 1;
  white-space: nowrap;
}
/* Variante de fill sólido prevista no cap. 04. Fora de uso na página: misturar
   os dois estilos na mesma fileira de cards quebra a leitura. */
.tag--solid {
  background: var(--select-navy);
  border-color: var(--select-navy);
  color: var(--select-cream);
}

/* Iconografia · stroke 1.25px, linecap butt, join miter, grid 32×32 */
.icon {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--select-navy);
  stroke-width: 1.25;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}

/* ---------------------------------------------------------------- botões -- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--r-sm);
  padding: 15px 26px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .22s ease, color .22s ease, border-color .22s ease;
}
.btn--sm { padding: 11px 18px; font-size: 12px; }

.btn--terra { background: var(--select-terra); color: var(--select-cream); }
.btn--terra:hover { background: var(--select-terra-deep); }

.btn--ghost {
  border-color: rgba(248, 245, 239, .35);
  color: var(--select-cream);
}
.btn--ghost:hover { border-color: var(--select-cream); background: rgba(248, 245, 239, .08); }

.btn--outline { border-color: var(--select-navy); color: var(--select-navy); }
.btn--outline:hover { background: var(--select-navy); color: var(--select-cream); }

/* ---------------------------------------------------------------- header -- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--select-navy-deep);
  border-bottom: 1px solid rgba(194, 202, 221, .14);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
}

.site-header__brand img { width: clamp(124px, 14vw, 154px); height: auto; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-nav a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--select-navy-200);
  transition: color .2s ease;
}
.site-nav a:hover { color: var(--select-cream); }
.site-nav .btn { color: var(--select-cream); margin-left: 8px; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid rgba(194, 202, 221, .3);
  border-radius: var(--r-sm);
  cursor: pointer;
  padding: 0;
  place-items: center;
  align-content: center;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 1.25px;
  background: var(--select-cream);
}

/* ------------------------------------------------------------------ hero -- */
.hero {
  position: relative;
  background: var(--select-navy-deep);
  padding-block: clamp(72px, 11vw, 148px) clamp(56px, 7vw, 96px);
  overflow: hidden;
  isolation: isolate;
}

.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 50%;
  /* Tratamento cap. 04: saturação −10%, sem filtro "warm" */
  filter: brightness(.96) saturate(.88) contrast(1.05);
}
/* Sombras navy, nunca pretas + espaço negativo à esquerda para a tipografia.
   O gradiente horizontal mantém a coluna de texto fechada; o véu plano é leve,
   só o suficiente para as sombras puxarem para navy em vez de preto. */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 27, 54, .95) 0%, rgba(15, 27, 54, .88) 40%, rgba(15, 27, 54, .50) 100%),
    linear-gradient(0deg, rgba(27, 42, 78, .32), rgba(27, 42, 78, .32));
}

.hero__inner { position: relative; }
.hero__lead {
  margin-top: 28px;
  max-width: 46ch;
  color: var(--select-navy-200);
  font-weight: 300;
  font-size: clamp(15px, 1.5vw, 18px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(56px, 8vw, 96px);
  border-top: 1px solid rgba(194, 202, 221, .2);
  padding-top: 32px;
}
.hero__stats li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-left: clamp(20px, 2.2vw, 32px);
  padding-right: clamp(20px, 2.2vw, 32px);
  border-right: 1px solid rgba(194, 202, 221, .16);
}
/* Primeiro da fileira encosta na margem, para alinhar com o texto do hero. */
.hero__stats li:first-child { padding-left: 0; }
.hero__stats li:last-child { border-right: 0; padding-right: 0; }
.hero__stats strong {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(38px, 4.4vw, 56px);
  line-height: 1;
  color: var(--select-terra-soft);
  /* Lining figures: o Cormorant usa oldstyle por padrão, e aí "45" ganha
     descendente enquanto "6" fica na altura-x — a fileira desalinha. */
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}
.hero__stats span {
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--select-navy-200);
}

/* ----------------------------------------------------------------- steps -- */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1px;
  background: var(--select-line);
  border-block: 1px solid var(--select-line);
}
.step {
  display: flex;
  flex-direction: column;
  background: var(--select-cream);
  padding: clamp(28px, 3.4vw, 44px) clamp(24px, 2.6vw, 36px) clamp(32px, 3.4vw, 48px);
}
/* Elemento 04 · numeral em itálico serif terracota */
.step__num {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(40px, 4.2vw, 58px);
  line-height: 1;
  color: var(--select-terra);
  margin-bottom: 20px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}
.step h3 { margin-bottom: 14px; }
.step p  { font-size: 14.5px; }
/* Fileira de selos ancorada na base: alinha os quatro cards na mesma linha,
   independente do tamanho do parágrafo acima. */
.step__tag {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  gap: 8px;
}

/* ----------------------------------------------------------------- split -- */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
/* Moldura padrão de foto · régua terracota na composição (cap. 04) */
.frame {
  position: relative;
  border-radius: var(--r-sm);
  overflow: hidden;
}
.frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: brightness(.95) saturate(.9) contrast(1.05);
}
.frame::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  background: var(--select-terra);
}
.frame--portrait img { aspect-ratio: 4 / 5; object-position: 50% 20%; }
.split__text > p { max-width: 54ch; margin-top: 24px; }

/* ------------------------------------------------------- banda ambiente -- */
/* Cap. 04: "prefira sobreposição navy a 60% com texto cream em cima". */
.band {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: clamp(320px, 42vw, 520px);
  padding-block: clamp(56px, 8vw, 96px);
  background: var(--select-navy-deep);
  overflow: hidden;
}
.band__img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* empurra a pilha para a metade de baixo: a frase cai sobre a parede vazia */
  object-position: 50% 30%;
  filter: brightness(.94) saturate(.86) contrast(1.05);
}
.band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(15, 27, 54, .7);
}
.band__inner { text-align: center; }
.band__quote {
  max-width: 22ch;
  margin-inline: auto;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 4.6vw, 58px);
  line-height: 1.25;
  color: var(--select-cream);
}
.band__quote em { font-style: italic; color: var(--select-terra-soft); }
.band__cite {
  margin-top: 28px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--select-terra-soft);
}

/* ------------------------------------------------------------- garantia -- */
.guarantee {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.guarantee__figure { display: flex; justify-content: center; }
.guarantee__num {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(124px, 18vw, 230px);
  /* Lining figures não têm descendente: dá para cortar a caixa perto da linha
     de base e controlar o vão até o label pela margem, não pelo line-height. */
  line-height: .82;
  color: var(--select-cream);
  text-align: center;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}
.guarantee__unit {
  display: block;
  text-align: center;
  margin-top: 22px;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-indent: 0.3em;          /* compensa o tracking da última letra */
  color: var(--select-terra-soft);
}
.guarantee__text > p { color: var(--select-navy-200); max-width: 56ch; margin-top: 24px; }

/* Frase de impacto, não citação: sem aspas, sem atribuição e sem filete lateral.
   A régua terracota acima a ancora como afirmação da marca. */
.pull {
  margin-top: 44px;
  max-width: 26ch;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(23px, 2.6vw, 34px);
  line-height: 1.35;
  color: var(--select-cream);
}
.pull::before {
  content: "";
  display: block;
  width: 48px;
  height: 1.5px;
  background: var(--select-terra-soft);
  margin-bottom: 26px;
}

/* ----------------------------------------------------------- experiência -- */
.experience__head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(40px, 6vw, 72px);
}
.experience__intro > p { margin-top: 24px; max-width: 48ch; }

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(228px, 1fr));
  gap: clamp(20px, 2.4vw, 32px);
}
.card {
  background: var(--select-white);
  border: 1px solid var(--select-line);
  border-radius: var(--r-md);
  padding: clamp(24px, 2.6vw, 34px);
}
.card .icon { margin-bottom: 24px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 14.5px; }

/* ------------------------------------------------------------------- faq -- */
.faq {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
.faq__head p { margin-top: 20px; max-width: 40ch; }
.faq__head .btn { margin-top: 32px; }

.qa {
  border-top: 1px solid var(--select-line);
}
.faq__list .qa:last-child { border-bottom: 1px solid var(--select-line); }

.qa summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  font-weight: 400;
  font-size: clamp(16px, 1.7vw, 19px);
  letter-spacing: -0.01em;
  color: var(--select-navy);
  transition: color .2s ease;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--select-terra); }

/* Indicador +/− em linhas finas, cantos retos */
.qa summary::after {
  content: "";
  flex: none;
  width: 14px;
  height: 14px;
  background:
    linear-gradient(currentColor, currentColor) 50% 50% / 100% 1.25px no-repeat,
    linear-gradient(currentColor, currentColor) 50% 50% / 1.25px 100% no-repeat;
  color: var(--select-terra);
  transition: transform .25s ease;
}
.qa[open] summary::after {
  background: linear-gradient(currentColor, currentColor) 50% 50% / 100% 1.25px no-repeat;
  transform: rotate(180deg);
}

.qa__body { padding-bottom: 28px; max-width: 62ch; }
.qa__body p { font-size: 15px; }

/* ------------------------------------------------------------------- cta -- */
.cta__head { max-width: 760px; margin-bottom: clamp(44px, 6vw, 72px); }
.cta__head p { color: var(--select-navy-200); margin-top: 22px; max-width: 52ch; }

.cities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(16px, 1.8vw, 22px);
}
.city {
  display: block;
  height: 100%;
  padding: clamp(24px, 2.6vw, 32px);
  border: 1px solid rgba(194, 202, 221, .26);
  border-radius: var(--r-md);
  text-decoration: none;
  transition: border-color .22s ease, background-color .22s ease, transform .22s ease;
}
.city:hover {
  border-color: var(--select-terra);
  background: rgba(177, 74, 60, .1);
  transform: translateY(-2px);
}
.city__uf {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--select-terra-soft);
}
.city__name {
  display: block;
  margin-top: 14px;
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--select-cream);
}
.city__meta {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  font-size: 13px;
  color: var(--select-navy-200);
}
.city__meta .ico-wa {
  width: 15px;
  height: 15px;
  color: var(--select-cream);
  transition: color .22s ease;
}
.city:hover .ico-wa { color: var(--select-terra-soft); }

/* ---------------------------------------------------------------- footer -- */
.site-footer {
  background: var(--select-navy);
  color: var(--select-navy-200);
  padding-block: clamp(56px, 7vw, 88px) 36px;
  border-top: 1px solid rgba(194, 202, 221, .14);
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 64px);
  padding-bottom: clamp(40px, 5vw, 64px);
  border-bottom: 1px solid rgba(194, 202, 221, .16);
}
.site-footer__brand img { width: 170px; height: auto; }
.site-footer__claim {
  margin-top: 26px;
  max-width: 38ch;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
  color: var(--select-navy-200);
}

.site-footer__col .eyebrow { margin-bottom: 22px; }

.contact { display: grid; gap: 14px; }
.contact li { display: grid; gap: 2px; }
.contact span { font-size: 11px; letter-spacing: 0.06em; color: var(--select-mist); }
.contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
  color: var(--select-cream);
  transition: color .2s ease;
}
.contact a .ico-wa { width: 13px; height: 13px; opacity: .8; }
.contact a:hover { color: var(--select-terra-soft); }

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 32px;
}
.legal { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.legal a {
  font-size: 12.5px;
  text-decoration: none;
  color: var(--select-navy-200);
  transition: color .2s ease;
}
.legal a:hover { color: var(--select-terra-soft); }
.copy { font-size: 12.5px; color: var(--select-mist); }

/* ------------------------------------------------------------ responsivo -- */
@media (max-width: 1000px) {
  .split,
  .guarantee,
  .faq,
  .experience__head { grid-template-columns: minmax(0, 1fr); }

  .frame--portrait { max-width: 420px; }
  .frame--portrait img { aspect-ratio: 4 / 3; }

  .split__media { order: 2; }
  .guarantee__figure { justify-content: flex-start; }
  .site-footer__top { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .nav-toggle { display: grid; }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--select-navy-deep);
    border-bottom: 1px solid rgba(194, 202, 221, .14);
    padding: 8px var(--gutter) 24px;
    display: none;
  }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(194, 202, 221, .12);
    font-size: 15px;
  }
  .site-nav .rule-v { display: none; }
  .site-nav .btn { margin: 20px 0 0; align-self: flex-start; border-bottom: 0; }

  .site-header__inner { position: relative; }

  .hero__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .hero__stats li:nth-child(2n) { border-right: 0; padding-right: 0; }
  .hero__stats li:nth-child(2n+1) { padding-left: 0; }
}

@media (max-width: 560px) {
  .hero__stats { grid-template-columns: minmax(0, 1fr); }
  .hero__stats li { border-right: 0; padding-inline: 0; }
  .hero__actions .btn { flex: 1 1 100%; }
  .site-footer__top { grid-template-columns: minmax(0, 1fr); }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
  .hero::after {
    background:
      /* no mobile o eyebrow fica no alto: o topo não pode abrir tanto quanto no desktop */
      linear-gradient(180deg, rgba(15, 27, 54, .82) 0%, rgba(15, 27, 54, .93) 44%),
      linear-gradient(0deg, rgba(27, 42, 78, .34), rgba(27, 42, 78, .34));
  }
}

/* ----------------------------------------------------------------- print -- */
@media print {
  .site-header, .nav-toggle, .hero__media, .hero__actions { display: none; }
  body { background: #fff; color: #000; }
  .section { padding-block: 24px; }
}
