/* ============================================================
   Elmar Distribuidora — página "Política de Trocas e Devoluções"
   Destino: Content/css/elmar-politica-trocas.css
   Escopo: tudo dentro de .elmar-pt (não vaza para o site)
   ============================================================ */

.elmar-pt {
  --pt-green: #005851;
  --pt-green-dark: #0A3B36;
  --pt-green-mid: #0E7A6E;
  --pt-gold: #E8A93F;
  --pt-gold-dark: #C78A26;
  --pt-cream: #FBF5EA;
  --pt-card: #FFFFFF;
  --pt-line: #EDE2CC;
  --pt-ink: #16211E;
  --pt-ink-2: #1D2B26;
  --pt-body: #4A5C56;
  --pt-muted: #6B7C76;
  --pt-soft: #8A9A94;
  --pt-mint: #E7F0EC;
  --pt-sand: #F7F1E3;
  --pt-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  background: var(--pt-cream);
  color: var(--pt-ink);
  font-family: 'Nunito', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  overflow-x: hidden;
}

.elmar-pt *,
.elmar-pt *::before,
.elmar-pt *::after { box-sizing: border-box; }

.elmar-pt svg { display: block; }
.elmar-pt a { text-decoration: none; }
.elmar-pt p a,
.elmar-pt li a { color: var(--pt-green-mid); text-decoration: underline; text-underline-offset: 2px; }

.elmar-pt__wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.elmar-pt__kicker {
  font-family: var(--pt-mono);
  font-size: 11px;
  letter-spacing: 1.8px;
  color: var(--pt-soft);
  text-transform: uppercase;
}

.elmar-pt__h2 {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.9px;
  color: var(--pt-green-dark);
  margin: 6px 0 22px;
  line-height: 1.15;
  text-wrap: balance;
}

/* ---------- hero ---------- */

.elmar-pt__hero {
  padding-top: 56px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: start;
}

.elmar-pt__tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--pt-mint);
  border: 1px solid #CADFD8;
  color: #0A4A44;
  border-radius: 999px;
  padding: 7px 15px;
  font-family: var(--pt-mono);
  font-size: 11.5px;
  letter-spacing: 1.6px;
  white-space: nowrap;
}

.elmar-pt__tag i { width: 7px; height: 7px; border-radius: 50%; background: #22A183; display: block; }

.elmar-pt__title {
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -1.4px;
  font-weight: 900;
  margin: 20px 0 0;
  color: var(--pt-green-dark);
  text-wrap: balance;
}

.elmar-pt__title em { font-style: normal; color: var(--pt-gold-dark); }

.elmar-pt__lead {
  font-size: 18.5px;
  line-height: 1.6;
  color: var(--pt-body);
  max-width: 540px;
  margin: 18px 0 0;
  font-weight: 600;
  text-wrap: pretty;
}

.elmar-pt__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.elmar-pt__btn {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  padding: 15px 24px;
  font-family: var(--pt-mono);
  font-size: 12.5px;
  letter-spacing: 1.4px;
  white-space: nowrap;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.elmar-pt__btn--solid { background: var(--pt-green); color: #FFFFFF; box-shadow: 0 12px 26px -14px rgba(0, 88, 81, .8); }
.elmar-pt__btn--solid:hover,
.elmar-pt__btn--solid:focus { background: var(--pt-green-mid); color: #FFFFFF; }

.elmar-pt__btn--ghost { background: var(--pt-card); color: #0A4A44; border: 1.5px solid #DCD1B8; }
.elmar-pt__btn--ghost:hover,
.elmar-pt__btn--ghost:focus { border-color: var(--pt-green-mid); color: var(--pt-green); }

.elmar-pt__btn--gold { background: var(--pt-gold); color: var(--pt-ink); }
.elmar-pt__btn--gold:hover,
.elmar-pt__btn--gold:focus { background: #F5BB55; color: var(--pt-ink); }

.elmar-pt__btn--outline { border: 1.5px solid rgba(255, 255, 255, .35); color: #FFFFFF; }
.elmar-pt__btn--outline:hover,
.elmar-pt__btn--outline:focus { border-color: var(--pt-gold); color: var(--pt-gold); }

/* ---------- card de prazos ---------- */

.elmar-pt__deadlines {
  background: var(--pt-green);
  border-radius: 26px;
  padding: 28px 30px;
  color: #DCEFE9;
  position: relative;
  overflow: hidden;
  box-shadow: 0 26px 60px -34px rgba(0, 60, 54, .6);
}

.elmar-pt__deadlines::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .03) 0 14px, transparent 14px 28px);
  pointer-events: none;
}

.elmar-pt__deadlines > * { position: relative; }
.elmar-pt__deadlines .elmar-pt__kicker { color: #8FD3C4; }

.elmar-pt__deadline {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.elmar-pt__deadline:last-child { border-bottom: 0; padding-bottom: 0; }
.elmar-pt__deadline strong { font-size: 34px; font-weight: 900; color: #FFFFFF; line-height: 1; white-space: nowrap; }
.elmar-pt__deadline span { font-size: 14.5px; font-weight: 700; color: #BEDDD5; line-height: 1.45; }

/* ---------- três passos ---------- */

.elmar-pt__section { padding-top: 56px; }

.elmar-pt__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.elmar-pt__step {
  background: var(--pt-card);
  border: 1.5px solid var(--pt-line);
  border-radius: 22px;
  padding: 26px;
}

.elmar-pt__step i {
  font-style: normal;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--pt-green);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--pt-mono);
  font-size: 13px;
  margin-bottom: 16px;
}

.elmar-pt__step:nth-child(2) i { background: var(--pt-green-mid); }
.elmar-pt__step:nth-child(3) i { background: var(--pt-gold-dark); }

.elmar-pt__step strong { display: block; font-size: 18px; font-weight: 900; color: var(--pt-green-dark); }
.elmar-pt__step p { margin: 6px 0 0; font-size: 15px; font-weight: 600; color: var(--pt-muted); line-height: 1.55; }

/* ---------- índice + regras ---------- */

.elmar-pt__rules {
  padding-top: 56px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 36px;
  align-items: start;
}

.elmar-pt__index { position: sticky; top: 24px; }
.elmar-pt__index .elmar-pt__kicker { margin-bottom: 12px; }

.elmar-pt__index a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--pt-body);
  padding: 8px 0;
  border-top: 1px solid var(--pt-line);
  transition: color .18s ease;
}

.elmar-pt__index a:last-child { border-bottom: 1px solid var(--pt-line); }
.elmar-pt__index a:hover,
.elmar-pt__index a:focus { color: var(--pt-green); }

.elmar-pt__articles { display: flex; flex-direction: column; gap: 16px; }

.elmar-pt__art {
  background: var(--pt-card);
  border: 1.5px solid var(--pt-line);
  border-radius: 22px;
  padding: 28px 32px;
  scroll-margin-top: 24px;
}

.elmar-pt__art-head { display: flex; align-items: baseline; gap: 12px; }
.elmar-pt__art-head i { font-style: normal; font-family: var(--pt-mono); font-size: 12px; color: var(--pt-gold-dark); }
.elmar-pt__art-head h3 { font-size: 23px; font-weight: 900; color: var(--pt-green-dark); letter-spacing: -.4px; margin: 0; }

.elmar-pt__list { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 10px; }

.elmar-pt__list li {
  display: flex;
  gap: 12px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--pt-body);
  line-height: 1.6;
}

.elmar-pt__list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22A183;
  flex: none;
  margin-top: 9px;
}

.elmar-pt__list--gold li::before { background: var(--pt-gold); }
.elmar-pt__list--two { grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.elmar-pt__list strong { color: var(--pt-ink-2); }

.elmar-pt__sub {
  list-style: none;
  border-left: 3px solid var(--pt-line);
  padding: 0 0 0 20px;
  margin: 14px 0 0 18px;
  display: grid;
  gap: 10px;
  counter-reset: pt-sub;
}

.elmar-pt__sub li {
  display: flex;
  gap: 12px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--pt-body);
  line-height: 1.6;
  counter-increment: pt-sub;
}

.elmar-pt__sub li::before {
  content: counter(pt-sub, lower-alpha);
  font-family: var(--pt-mono);
  font-size: 12px;
  color: var(--pt-gold-dark);
  flex: none;
  padding-top: 3px;
}

.elmar-pt__sublabel {
  font-size: 14px;
  font-weight: 800;
  color: #0A4A44;
  font-family: var(--pt-mono);
  letter-spacing: 1.2px;
  margin-top: 22px;
}

.elmar-pt__sublabel:first-of-type { margin-top: 16px; }

.elmar-pt__box {
  background: var(--pt-sand);
  border: 1.5px dashed #DCD1B8;
  border-radius: 16px;
  padding: 16px 20px;
  margin-top: 14px;
  display: grid;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #5A6B64;
  line-height: 1.6;
}

.elmar-pt__box--mint {
  background: var(--pt-mint);
  border: 1.5px solid #CADFD8;
  color: #0A4A44;
  font-size: 15.5px;
  margin-top: 16px;
}

.elmar-pt__contacts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }

.elmar-pt__contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--pt-mint);
  border: 1.5px solid #CADFD8;
  border-radius: 12px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 800;
  color: #0A4A44;
  transition: border-color .18s ease, color .18s ease;
}
.elmar-pt__contact:hover { border-color: var(--pt-green-mid); color: var(--pt-green); }

.elmar-pt__contact--gold { background: #FBEFD6; border-color: #E7D5AC; color: #7A5A16; }
.elmar-pt__contact--gold:hover { border-color: var(--pt-gold-dark); color: #5F450F; }

/* ---------- fecho ---------- */

.elmar-pt__cta-sec { padding-top: 56px; padding-bottom: 72px; }

.elmar-pt__cta {
  background: linear-gradient(120deg, var(--pt-green), var(--pt-green-dark));
  border-radius: 30px;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.elmar-pt__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .03) 0 14px, transparent 14px 28px);
  pointer-events: none;
}

.elmar-pt__cta > * { position: relative; }
.elmar-pt__cta-txt { flex: 1 1 460px; }
.elmar-pt__cta .elmar-pt__kicker { color: #8FD3C4; }

.elmar-pt__cta h2 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -.8px;
  color: #FFFFFF;
  margin: 8px 0 0;
  line-height: 1.2;
}

.elmar-pt__cta p {
  font-size: 16.5px;
  font-weight: 600;
  color: #BEDDD5;
  line-height: 1.6;
  margin: 10px 0 0;
  max-width: 520px;
}

.elmar-pt__sign {
  font-family: var(--pt-mono);
  font-size: 11.5px;
  letter-spacing: 1.6px;
  color: #8FD3C4;
  margin: 18px 0 0;
}

.elmar-pt__truck { margin-left: auto; }
.elmar-pt__truck svg { width: 230px; height: auto; overflow: visible; }

.elmar-pt__wheel { animation: elmar-pt-roll 3.6s linear infinite; }
.elmar-pt__wheel--r { transform-origin: 238px 228px; }
.elmar-pt__wheel--l { transform-origin: 94px 228px; }

.elmar-pt__footlinks {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 22px;
  font-family: var(--pt-mono);
  font-size: 11.5px;
  letter-spacing: 1.3px;
}

.elmar-pt__footlinks a { color: var(--pt-green-mid); }
.elmar-pt__footlinks a:hover { color: var(--pt-green); text-decoration: underline; }
.elmar-pt__footlinks span { color: #C9BFA6; }

@keyframes elmar-pt-roll { to { transform: rotate(360deg); } }

/* ---------- responsivo ---------- */

@media (max-width: 1180px) {
  .elmar-pt__title { font-size: 46px; }
  .elmar-pt__rules { grid-template-columns: 210px 1fr; gap: 28px; }
}

@media (max-width: 1000px) {
  .elmar-pt__hero { grid-template-columns: 1fr; gap: 32px; }
  .elmar-pt__lead { max-width: none; }
  .elmar-pt__steps { grid-template-columns: 1fr; }
  .elmar-pt__rules { grid-template-columns: 1fr; gap: 24px; }
  .elmar-pt__index { position: static; }
  .elmar-pt__index-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .elmar-pt__list--two { grid-template-columns: 1fr; }
  .elmar-pt__cta { padding: 32px 28px; }
  .elmar-pt__truck { margin-left: 0; }
}

@media (max-width: 720px) {
  .elmar-pt__wrap { padding-left: 18px; padding-right: 18px; }
  .elmar-pt__title { font-size: 36px; letter-spacing: -1px; }
  .elmar-pt__lead { font-size: 16.5px; }
  .elmar-pt__h2 { font-size: 26px; }
  .elmar-pt__deadlines { padding: 24px 22px; }
  .elmar-pt__deadline strong { font-size: 28px; }
  .elmar-pt__art { padding: 24px 20px; }
  .elmar-pt__art-head h3 { font-size: 20px; }
  .elmar-pt__index-list { grid-template-columns: 1fr; }
  .elmar-pt__sub { margin-left: 0; padding-left: 16px; }
  .elmar-pt__cta h2 { font-size: 24px; }
  .elmar-pt__cta h2 br { display: none; }
  .elmar-pt__truck svg { width: 180px; }
}

/* ---------- acessibilidade ---------- */

@media (prefers-reduced-motion: reduce) {
  .elmar-pt__wheel { animation: none !important; }
  .elmar-pt__btn,
  .elmar-pt__index a,
  .elmar-pt__contact { transition: none; }
}

/* ============================================================
   TEMA ESCURO
   O _Layout grava em <html> a PREFERENCIA (auto | light | dark), nao o tema
   efetivo. Por isso o escuro precisa dos dois casos: data-theme="dark" e
   data-theme="auto" + prefers-color-scheme: dark. Os dois blocos abaixo tem
   exatamente o mesmo conteudo.
   Nada aqui altera o tema claro: sao so' acrescimos no fim do arquivo.
   ============================================================ */

/* Superficies: o dark do site e' cinza-neutro, nao verde. */
html[data-theme="dark"] .elmar-pt {
  --pt-cream: #222;
  --pt-card: #2A2A2A;
  --pt-sand: #333;
  --pt-mint: #1A3A30;
  --pt-line: #444;

  --pt-ink: #F0F0F0;
  --pt-ink-2: #F0F0F0;
  --pt-body: #BBB;
  --pt-muted: #AAA;
  --pt-soft: #AAA;

  /* --pt-green e --pt-green-mid FICAM no valor claro de proposito: nos dois o
     papel dominante e' FUNDO (botao solido, card de prazos, badges dos passos,
     gradiente do fecho) com texto branco por cima, que ja' passa (8,3:1 e
     5,2:1). Trocar por verde escuro aqui destruiria justamente esses fundos.
     Os lugares onde eles sao COR DE TEXTO ou BORDA levam override explicito
     mais abaixo. */

  /* --pt-green-dark: texto em 4 regras (h2, title, step strong, art-head h3) e
     fundo em 1 (parada final do gradiente do .elmar-pt__cta). Vira verde claro
     aqui e o gradiente e' reescrito com literal no fim deste bloco. */
  --pt-green-dark: #ABDB92;

  /* --pt-gold-dark: mesma divisao. Texto em 3 regras (title em, art-head i,
     sub li::before), fundo/borda em 2 (badge do passo 3 e hover do chip
     dourado), as duas reescritas abaixo. */
  --pt-gold-dark: #FFD691;

  /* --pt-gold fica no valor claro: e' fundo do btn--gold e do bullet dourado.
     O unico uso dele como texto (btn--outline:hover) tem override abaixo. */
}

/* --pt-green-mid como TEXTO (links do corpo): #0E7A6E da' 3,05:1 no escuro. */
html[data-theme="dark"] .elmar-pt p a,
html[data-theme="dark"] .elmar-pt li a { color: #ABDB92; }

html[data-theme="dark"] .elmar-pt .elmar-pt__tag { border-color: #2F5A4D; color: #ABDB92; }

/* sombra verde-marca some no escuro; vira sombra preta de verdade */
html[data-theme="dark"] .elmar-pt .elmar-pt__btn--solid { box-shadow: 0 12px 26px -14px rgba(0, 0, 0, .8); }

html[data-theme="dark"] .elmar-pt .elmar-pt__btn--ghost { color: #ABDB92; border-color: #7A7A7A; }
/* o hover claro pinta o texto com var(--pt-green) (#005851): verde escuro sobre
   card escuro. Reescrito aqui, senao o botao some no hover. */
html[data-theme="dark"] .elmar-pt .elmar-pt__btn--ghost:hover,
html[data-theme="dark"] .elmar-pt .elmar-pt__btn--ghost:focus { border-color: #ABDB92; color: #C9E9B4; }

/* --pt-ink virou claro, mas aqui o texto fica SOBRE o dourado: segue escuro */
html[data-theme="dark"] .elmar-pt .elmar-pt__btn--gold,
html[data-theme="dark"] .elmar-pt .elmar-pt__btn--gold:hover,
html[data-theme="dark"] .elmar-pt .elmar-pt__btn--gold:focus { color: #16211E; }

html[data-theme="dark"] .elmar-pt .elmar-pt__btn--outline:hover,
html[data-theme="dark"] .elmar-pt .elmar-pt__btn--outline:focus { border-color: #FFD691; color: #FFD691; }

html[data-theme="dark"] .elmar-pt .elmar-pt__deadlines { box-shadow: 0 26px 60px -34px rgba(0, 0, 0, .85); }

/* aqui --pt-gold-dark era FUNDO de badge com numeral branco. Com a variavel
   agora clara, sem este override o numeral branco cairia sobre #FFD691.
   Fundo proprio e mais escuro que o do tema claro: #C78A26 com branco ja' dava
   so' 2,96:1 no claro; #A05E0C da' 5,1:1. */
html[data-theme="dark"] .elmar-pt .elmar-pt__step:nth-child(3) i { background: #A05E0C; }

html[data-theme="dark"] .elmar-pt .elmar-pt__index a:hover,
html[data-theme="dark"] .elmar-pt .elmar-pt__index a:focus { color: #ABDB92; }

html[data-theme="dark"] .elmar-pt .elmar-pt__sublabel { color: #ABDB92; }

html[data-theme="dark"] .elmar-pt .elmar-pt__box { border-color: #4A4A4A; color: #BBB; }
html[data-theme="dark"] .elmar-pt .elmar-pt__box--mint { border-color: #2F5A4D; color: #ABDB92; }

html[data-theme="dark"] .elmar-pt .elmar-pt__contact { border-color: #54998A; color: #ABDB92; }
/* idem botao ghost: o hover claro usa var(--pt-green) como cor de texto */
html[data-theme="dark"] .elmar-pt .elmar-pt__contact:hover { border-color: #ABDB92; color: #C9E9B4; }
html[data-theme="dark"] .elmar-pt .elmar-pt__contact--gold { background: #3A3020; border-color: #A07E36; color: #FFD691; }
html[data-theme="dark"] .elmar-pt .elmar-pt__contact--gold:hover { border-color: #FFD691; color: #FFE7BF; }

/* gradiente do fecho escrito com literais porque --pt-green-dark passou a
   servir o papel de texto. Continua o verde da marca, que ja' e' escuro. */
html[data-theme="dark"] .elmar-pt .elmar-pt__cta { background: linear-gradient(120deg, #005851, #0A3B36); }

html[data-theme="dark"] .elmar-pt .elmar-pt__footlinks a { color: #ABDB92; }
html[data-theme="dark"] .elmar-pt .elmar-pt__footlinks a:hover { color: #C9E9B4; }
/* separador entre os footlinks: no claro e' um bege discreto. #666 ficava discreto
   demais (2,77:1, abaixo do minimo) — #999999 da' 5,58:1 sobre #222 e e' o mesmo
   valor que as paginas irmas (elmar-termos-uso, elmar-faq) usam nesse separador. */
html[data-theme="dark"] .elmar-pt .elmar-pt__footlinks span { color: #999999; }

/* ---------- mesmo bloco para quem ficou em 'auto' (o padrao) ---------- */

@media (prefers-color-scheme: dark) {

  /* Superficies: o dark do site e' cinza-neutro, nao verde. */
  html[data-theme="auto"] .elmar-pt {
    --pt-cream: #222;
    --pt-card: #2A2A2A;
    --pt-sand: #333;
    --pt-mint: #1A3A30;
    --pt-line: #444;

    --pt-ink: #F0F0F0;
    --pt-ink-2: #F0F0F0;
    --pt-body: #BBB;
    --pt-muted: #AAA;
    --pt-soft: #AAA;

    /* --pt-green e --pt-green-mid FICAM no valor claro de proposito: nos dois o
       papel dominante e' FUNDO (botao solido, card de prazos, badges dos passos,
       gradiente do fecho) com texto branco por cima, que ja' passa (8,3:1 e
       5,2:1). Trocar por verde escuro aqui destruiria justamente esses fundos.
       Os lugares onde eles sao COR DE TEXTO ou BORDA levam override explicito
       mais abaixo. */

    /* --pt-green-dark: texto em 4 regras (h2, title, step strong, art-head h3) e
       fundo em 1 (parada final do gradiente do .elmar-pt__cta). Vira verde claro
       aqui e o gradiente e' reescrito com literal no fim deste bloco. */
    --pt-green-dark: #ABDB92;

    /* --pt-gold-dark: mesma divisao. Texto em 3 regras (title em, art-head i,
       sub li::before), fundo/borda em 2 (badge do passo 3 e hover do chip
       dourado), as duas reescritas abaixo. */
    --pt-gold-dark: #FFD691;

    /* --pt-gold fica no valor claro: e' fundo do btn--gold e do bullet dourado.
       O unico uso dele como texto (btn--outline:hover) tem override abaixo. */
  }

  /* --pt-green-mid como TEXTO (links do corpo): #0E7A6E da' 3,05:1 no escuro. */
  html[data-theme="auto"] .elmar-pt p a,
  html[data-theme="auto"] .elmar-pt li a { color: #ABDB92; }

  html[data-theme="auto"] .elmar-pt .elmar-pt__tag { border-color: #2F5A4D; color: #ABDB92; }

  /* sombra verde-marca some no escuro; vira sombra preta de verdade */
  html[data-theme="auto"] .elmar-pt .elmar-pt__btn--solid { box-shadow: 0 12px 26px -14px rgba(0, 0, 0, .8); }

  html[data-theme="auto"] .elmar-pt .elmar-pt__btn--ghost { color: #ABDB92; border-color: #7A7A7A; }
  /* o hover claro pinta o texto com var(--pt-green) (#005851): verde escuro sobre
     card escuro. Reescrito aqui, senao o botao some no hover. */
  html[data-theme="auto"] .elmar-pt .elmar-pt__btn--ghost:hover,
  html[data-theme="auto"] .elmar-pt .elmar-pt__btn--ghost:focus { border-color: #ABDB92; color: #C9E9B4; }

  /* --pt-ink virou claro, mas aqui o texto fica SOBRE o dourado: segue escuro */
  html[data-theme="auto"] .elmar-pt .elmar-pt__btn--gold,
  html[data-theme="auto"] .elmar-pt .elmar-pt__btn--gold:hover,
  html[data-theme="auto"] .elmar-pt .elmar-pt__btn--gold:focus { color: #16211E; }

  html[data-theme="auto"] .elmar-pt .elmar-pt__btn--outline:hover,
  html[data-theme="auto"] .elmar-pt .elmar-pt__btn--outline:focus { border-color: #FFD691; color: #FFD691; }

  html[data-theme="auto"] .elmar-pt .elmar-pt__deadlines { box-shadow: 0 26px 60px -34px rgba(0, 0, 0, .85); }

  /* aqui --pt-gold-dark era FUNDO de badge com numeral branco. Com a variavel
     agora clara, sem este override o numeral branco cairia sobre #FFD691.
     Fundo proprio e mais escuro que o do tema claro: #C78A26 com branco ja' dava
     so' 2,96:1 no claro; #A05E0C da' 5,1:1. */
  html[data-theme="auto"] .elmar-pt .elmar-pt__step:nth-child(3) i { background: #A05E0C; }

  html[data-theme="auto"] .elmar-pt .elmar-pt__index a:hover,
  html[data-theme="auto"] .elmar-pt .elmar-pt__index a:focus { color: #ABDB92; }

  html[data-theme="auto"] .elmar-pt .elmar-pt__sublabel { color: #ABDB92; }

  html[data-theme="auto"] .elmar-pt .elmar-pt__box { border-color: #4A4A4A; color: #BBB; }
  html[data-theme="auto"] .elmar-pt .elmar-pt__box--mint { border-color: #2F5A4D; color: #ABDB92; }

  html[data-theme="auto"] .elmar-pt .elmar-pt__contact { border-color: #54998A; color: #ABDB92; }
  /* idem botao ghost: o hover claro usa var(--pt-green) como cor de texto */
  html[data-theme="auto"] .elmar-pt .elmar-pt__contact:hover { border-color: #ABDB92; color: #C9E9B4; }
  html[data-theme="auto"] .elmar-pt .elmar-pt__contact--gold { background: #3A3020; border-color: #A07E36; color: #FFD691; }
  html[data-theme="auto"] .elmar-pt .elmar-pt__contact--gold:hover { border-color: #FFD691; color: #FFE7BF; }

  /* gradiente do fecho escrito com literais porque --pt-green-dark passou a
     servir o papel de texto. Continua o verde da marca, que ja' e' escuro. */
  html[data-theme="auto"] .elmar-pt .elmar-pt__cta { background: linear-gradient(120deg, #005851, #0A3B36); }

  html[data-theme="auto"] .elmar-pt .elmar-pt__footlinks a { color: #ABDB92; }
  html[data-theme="auto"] .elmar-pt .elmar-pt__footlinks a:hover { color: #C9E9B4; }
  /* separador entre os footlinks: no claro e' um bege discreto. #666 ficava discreto
     demais (2,77:1, abaixo do minimo) — #999999 da' 5,58:1 sobre #222 e e' o mesmo
     valor que as paginas irmas (elmar-termos-uso, elmar-faq) usam nesse separador. */
  html[data-theme="auto"] .elmar-pt .elmar-pt__footlinks span { color: #999999; }

}
