/*
   GETNET / SANTANDER EMPRESAS — Abrasel PE
   Versão local (PHP estático) da landing originalmente construída em
   React/TanStack Start e hospedada na Higgsfield. Paleta, tipografia e
   textos replicados com fidelidade ao projeto original — ver
   Instrucoes/LEIA-ME.md para a fonte.
*/

/* ============================================
   1. RESET E BASE
   ============================================ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --lp-red: #ec0000;
  --lp-red-deep: #b40000;
  --lp-graphite: #1f1f1f;
  --lp-void: #0c0c0c;
  --lp-ink: #f5f3f0;
  --lp-ink-soft: #b9b5b0;
  --lp-paper: #ffffff;
  --lp-paper-warm: #f4f1ed;
  --lp-line: rgb(255 255 255 / 0.12);
  --lp-line-dark: rgb(31 31 31 / 0.14);
  --lp-valor: #25408f;
  --lp-valor-visor: #7aa8ff;
  --lp-font: "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

body.lp {
  font-family: var(--lp-font);
  background: var(--lp-void);
  color: var(--lp-ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.lp h1,
.lp h2,
.lp h3 {
  font-family: var(--lp-font);
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
  text-wrap: balance;
}
.lp p {
  margin: 0;
}
.lp-wrap {
  width: 100%;
  max-width: 68rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
.lp-section {
  padding-block: 4.5rem;
}
.lp-section--tight {
  padding-block: 3rem;
}
.lp-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lp-red);
}
.lp-h2 {
  font-size: clamp(1.75rem, 5.5vw, 2.9rem);
  font-weight: 700;
}
.lp-lead {
  font-size: clamp(1rem, 3.2vw, 1.15rem);
  line-height: 1.6;
  color: var(--lp-ink-soft);
}
.lp-money {
  color: var(--lp-valor);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}
.lp-panel--light .lp-money {
  color: var(--lp-valor);
}
.lp-panel--light {
  background: var(--lp-paper-warm);
  color: var(--lp-graphite);
}
.lp-panel--light .lp-lead {
  color: rgb(31 31 31 / 0.72);
}
.lp-panel--graphite {
  background: var(--lp-graphite);
}
.lp-panel--void {
  background: var(--lp-void);
}

/* ============================================
   2. CTAs — cada botão tem identidade própria
   ============================================ */
.cta-hero {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  border: 0;
  border-radius: 999px;
  background: var(--lp-red);
  color: var(--lp-paper);
  font-family: var(--lp-font);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
          transition: background 0.2s ease;
}
.cta-hero:hover {
  background: var(--lp-red-deep);
}
.cta-hero .seta {
  -webkit-transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
  display: inline-block;
}
.cta-hero:hover .seta {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.cta-taxas {
  display: inline-block;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid var(--lp-red);
  padding-bottom: 0.15rem;
}
.cta-form {
  display: block;
  width: 100%;
  padding: 1.05rem 1.25rem;
  border: 0;
  border-radius: 0;
  background: var(--lp-red);
  color: var(--lp-paper);
  font-family: var(--lp-font);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
          transition: background 0.2s ease;
}
.cta-form:hover:not(:disabled) {
  background: var(--lp-red-deep);
}
.cta-form:disabled {
  opacity: 0.55;
  cursor: progress;
}
.cta-fixa {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: var(--lp-red);
  color: var(--lp-paper);
  font-family: var(--lp-font);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

/* ============================================
   3. BARRA DE URGÊNCIA + NAV
   ============================================ */
.lp-urgencia {
  background: var(--lp-red);
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgb(255 255 255 / 0.88);
  padding-block: 0.62rem;
}
.lp-urgencia strong {
  color: var(--lp-paper);
  font-weight: 700;
}

.lp-nav {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--lp-line);
}
.lp-nav__mark {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
}
.lp-nav__mark > span {
  color: var(--lp-ink-soft);
  font-weight: 400;
  padding-left: 0.75rem;
  border-left: 1px solid var(--lp-line);
}
@media (max-width: 620px) {
  .lp-nav__mark > span {
    display: none;
  }
}

/* ============================================
   4. LOCKUP ABRASEL / MARCAS PARCEIRAS
   ============================================ */
.logo-abrasel {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  align-items: stretch;
  gap: 0.24em;
  line-height: 1;
}
.logo-abrasel__mark {
  width: auto;
  display: block;
}
.logo-abrasel__uf {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  line-height: 1;
  color: currentColor;
  opacity: 0.92;
  padding-inline: 0.06em;
}
.logo-abrasel__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.lp-marcas {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.1rem;
}
.lp-marcas__risco {
  width: 1px;
  align-self: stretch;
  min-height: 1.9rem;
  background: rgb(255 255 255 / 0.4);
}
.lp-marcas img {
  width: auto;
  display: block;
}

/* ============================================
   5. HERO
   ============================================ */
.lp-hero {
  background:
    radial-gradient(130% 100% at 88% 0%, rgb(255 255 255 / 0.14) 0%, transparent 55%),
    var(--lp-red);
  color: var(--lp-paper);
}
.lp-hero__inner {
  padding-block: clamp(2.75rem, 9vw, 5.5rem);
  max-width: 78rem;
  margin-inline: auto;
}
.lp-hero__grade {
  display: grid;
  gap: clamp(2.2rem, 5vw, 3.5rem);
  align-items: center;
}
@media (min-width: 1040px) {
  .lp-hero__grade {
    grid-template-columns: minmax(0, 1fr) 27.5rem;
  }
}
.lp-hero__copy {
  min-width: 0;
}
.lp-hero__t {
  margin-top: 1.9rem;
  font-size: clamp(2.15rem, 8.4vw, 4rem);
  font-weight: 800;
  max-width: 13ch;
  color: var(--lp-paper);
}
.lp-hero__b {
  margin-top: 1.2rem;
  max-width: 44ch;
  font-size: clamp(1rem, 3.3vw, 1.15rem);
  line-height: 1.6;
  color: rgb(255 255 255 / 0.9);
}
.lp-hero__tags {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}
.lp-hero__tags li {
  padding: 0.42rem 0.85rem;
  border: 1px solid rgb(255 255 255 / 0.45);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.lp-hero__acoes {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.1rem;
  margin-top: 2.1rem;
}
.lp-hero__legal {
  margin-top: 2.2rem;
  max-width: 64ch;
  color: rgb(255 255 255 / 0.72);
}
.cta-hero--claro {
  background: var(--lp-paper);
  color: var(--lp-red);
}
.cta-hero--claro:hover {
  background: var(--lp-paper-warm);
}
.cta-taxas--claro {
  color: var(--lp-paper);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.lp-hero__calc {
  min-width: 0;
}
.lp-hero__foto {
  margin: 0;
  line-height: 0;
  border-top: 1px solid rgb(0 0 0 / 0.18);
  box-shadow: inset 0 14px 28px -14px rgb(0 0 0 / 0.45);
}
.lp-hero__foto img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1344 / 768;
  -o-object-fit: cover;
     object-fit: cover;
}

/* faixa de prova, em grafite, número em vermelho */
.lp-prova-faixa {
  border-bottom: 1px solid var(--lp-line);
}
.lp-prova-faixa .lp-prova__n {
  color: var(--lp-red);
}
.lp-prova {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 820px) {
  .lp-prova {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.lp-prova__n {
  font-size: clamp(1.9rem, 6vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.lp-prova__l {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  line-height: 1.35;
  opacity: 0.9;
}

/* ============================================
   6. CALCULADORA
   ============================================ */
.calc {
  margin-top: 2.6rem;
  padding: clamp(0.75rem, 2.4vw, 1.05rem);
  display: grid;
  gap: clamp(0.75rem, 2.4vw, 1.05rem);
  border: 0;
  border-radius: 18px;
  background: linear-gradient(168deg, #343434 0%, #242424 42%, #171717 100%);
  color: var(--lp-ink);
  overflow: hidden;
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.14) inset,
    0 -1px 0 rgb(0 0 0 / 0.5) inset,
    0 2px 3px rgb(31 31 31 / 0.14),
    0 18px 34px -14px rgb(31 31 31 / 0.42),
    0 42px 70px -30px rgb(31 31 31 / 0.5);
}
@media (min-width: 900px) {
  .calc {
    grid-template-columns: 1fr 1.05fr;
  }
}
.calc--hero {
  margin-top: 0;
  grid-template-columns: minmax(0, 1fr);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.16) inset,
    0 -1px 0 rgb(0 0 0 / 0.5) inset,
    0 10px 20px -8px rgb(90 0 0 / 0.5),
    0 34px 60px -22px rgb(60 0 0 / 0.65);
}
.calc__visor {
  padding: clamp(1.4rem, 4vw, 2rem);
  border-radius: 12px;
  background: radial-gradient(120% 130% at 20% 0%, #17181a 0%, #0b0c0d 70%);
  box-shadow:
    0 2px 10px rgb(0 0 0 / 0.7) inset,
    0 0 0 1px rgb(255 255 255 / 0.07) inset,
    0 1px 0 rgb(255 255 255 / 0.08);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  justify-content: center;
}
.calc--hero .calc__visor {
  padding: clamp(1.1rem, 3vw, 1.5rem);
}
.calc__visor-rot {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lp-ink-soft);
}
.calc__visor-num {
  margin-top: 0.5rem;
  font-size: clamp(2.3rem, 8.5vw, 3.4rem);
  font-weight: 800;
  line-height: 1;
  color: var(--lp-valor-visor);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.calc--hero .calc__visor-num {
  font-size: clamp(2.1rem, 7vw, 2.7rem);
}
.calc__visor-sub {
  margin-top: 0.35rem;
  font-size: 0.9rem;
  color: var(--lp-ink-soft);
}
.calc__visor-linha {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-top: 1.1rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgb(255 255 255 / 0.12);
  font-size: 0.9rem;
}
.calc__visor-linha strong {
  font-variant-numeric: tabular-nums;
  font-size: 1.05rem;
  color: var(--lp-valor-visor);
}
.calc__visor-linha--fraca {
  margin-top: 0.55rem;
  font-size: 0.82rem;
  color: var(--lp-ink-soft);
}
.calc__visor-linha--fraca strong {
  color: var(--lp-ink);
  font-size: 0.9rem;
}
.calc__teclado {
  padding: clamp(1.4rem, 4vw, 2rem);
  border-radius: 12px;
  background: rgb(255 255 255 / 0.02);
  box-shadow: 0 0 0 1px rgb(255 255 255 / 0.05) inset;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: end;
}
.calc--hero .calc__teclado {
  padding: clamp(1.1rem, 3vw, 1.4rem);
}
.calc__rotulo {
  grid-column: 1 / -1;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lp-red);
}
.calc__campo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}
.calc__campo--largo {
  grid-column: 1 / -1;
}
.calc__campo > span {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: var(--lp-ink-soft);
}
.calc__entrada {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgb(255 255 255 / 0.13);
  background: linear-gradient(180deg, rgb(255 255 255 / 0.1) 0%, rgb(255 255 255 / 0.045) 100%);
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.09) inset,
    0 1px 2px rgb(0 0 0 / 0.35);
}
.calc__entrada:focus-within {
  border-color: var(--lp-red);
  box-shadow: 0 0 0 1px var(--lp-red);
}
.calc__entrada em {
  font-style: normal;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--lp-ink-soft);
}
.calc__entrada input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--lp-ink);
  font-family: var(--lp-font);
  font-size: 1.15rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  padding: 0;
}
.calc__entrada input:focus {
  outline: none;
}
.calc__split {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.calc__nota {
  grid-column: 1 / -1;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgb(185 181 176 / 0.8);
}
.calc__dica {
  font-size: 0.72rem;
  line-height: 1.4;
  color: rgb(185 181 176 / 0.72);
}
.calc__teclado .cta-form {
  grid-column: 1 / -1;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  box-shadow:
    0 1px 0 rgb(255 255 255 / 0.22) inset,
    0 8px 18px -8px rgb(236 0 0 / 0.7);
}
.lp-range {
  width: 100%;
  accent-color: var(--lp-red);
}

/* Clube de vantagens logo após a calculadora */
.lp-clube {
  border-top: 1px solid var(--lp-line);
}
.lp-clube .cta-hero {
  background: var(--lp-valor);
  color: var(--lp-paper);
}
.lp-clube .cta-hero:hover {
  background: #1d3373;
}

/* ============================================
   7. CARTÕES E LISTAS
   ============================================ */
.lp-cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}
.lp-card {
  padding: 1.4rem;
  border: 1px solid var(--lp-line);
  background: rgb(255 255 255 / 0.03);
}
.lp-panel--light .lp-card {
  border-color: var(--lp-line-dark);
  background: rgb(255 255 255 / 0.7);
}
.lp-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.lp-card p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--lp-ink-soft);
}
.lp-panel--light .lp-card p {
  color: rgb(31 31 31 / 0.72);
}
.lp-mini {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}
.lp-mini li {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  font-size: 0.88rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--lp-line);
}
.lp-mini li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.lp-mini span {
  color: var(--lp-ink-soft);
}
.lp-mini strong {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* ============================================
   8. TABELAS
   ============================================ */
.lp-tabela-scroll {
  overflow-x: auto;
  border: 1px solid var(--lp-line);
}
.lp-tabela {
  width: 100%;
  min-width: 34rem;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.lp-tabela th,
.lp-tabela td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--lp-line);
  white-space: nowrap;
}
.lp-tabela thead th {
  background: var(--lp-graphite);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.lp-tabela td[data-valor] {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}
.lp-tabela td[data-forte] {
  color: var(--lp-paper);
  font-size: 1rem;
}
.lp-tabela td[data-pendente] {
  color: var(--lp-ink-soft);
  font-weight: 400;
  font-style: italic;
}
.lp-tabela-scroll--claro {
  border-color: var(--lp-line-dark);
  background: rgb(255 255 255 / 0.6);
}
.lp-tabela-scroll--claro .lp-tabela th,
.lp-tabela-scroll--claro .lp-tabela td {
  border-bottom-color: var(--lp-line-dark);
  color: var(--lp-graphite);
}
.lp-tabela-scroll--claro .lp-tabela thead th {
  background: var(--lp-graphite);
  color: var(--lp-ink);
}
.lp-tabela-scroll--claro .lp-tabela td[data-valor] {
  color: var(--lp-graphite);
}

/* ============================================
   9. FORMULÁRIO
   ============================================ */
.lp-form {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 700px) {
  .lp-form__duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
  }
}
.lp-field {
  display: block;
}
.lp-field span {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  color: rgb(31 31 31 / 0.62);
}
.lp-field input,
.lp-field select {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--lp-line-dark);
  border-radius: 0;
  background: var(--lp-paper);
  color: var(--lp-graphite);
  font-family: var(--lp-font);
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.lp-field input:focus,
.lp-field select:focus {
  outline: 2px solid var(--lp-red);
  outline-offset: 1px;
}
.lp-field-legenda {
  font-size: 0.85rem;
  line-height: 1.45;
  font-weight: 600;
  color: rgb(31 31 31 / 0.68);
  margin-bottom: 0.6rem;
}
.lp-panel--graphite .lp-field-legenda,
.lp-panel--void .lp-field-legenda {
  color: var(--lp-ink-soft);
}
.lp-consent {
  display: -webkit-flex;
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgb(31 31 31 / 0.72);
}
.lp-erro {
  color: var(--lp-red-deep);
  font-size: 0.88rem;
  font-weight: 600;
}
.lp-botoes {
  display: grid;
  gap: 0.6rem;
}
.cta-form--linha {
  background: transparent;
  color: var(--lp-graphite);
  border: 2px solid var(--lp-red);
  font-size: 0.98rem;
}
.cta-form--linha:hover:not(:disabled) {
  background: var(--lp-red);
  color: var(--lp-paper);
}
.lp-recebido {
  border: 2px solid var(--lp-valor);
  background: var(--lp-paper);
  padding: 2rem 1.5rem;
  color: var(--lp-graphite);
}
.lp-recebido h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.4rem;
}
.lp-recebido p {
  margin-top: 0.7rem;
  line-height: 1.6;
  color: rgb(31 31 31 / 0.72);
}

/* ============================================
   10. FAQ
   ============================================ */
.lp-faq details {
  border-bottom: 1px solid var(--lp-line);
  padding-block: 1rem;
}
.lp-faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.lp-faq summary::-webkit-details-marker {
  display: none;
}
.lp-faq summary::after {
  content: "+";
  color: var(--lp-red);
  font-weight: 700;
}
.lp-faq details[open] summary::after {
  content: "\2013";
}
.lp-faq p {
  margin-top: 0.7rem;
  font-size: 0.93rem;
  line-height: 1.6;
  color: var(--lp-ink-soft);
}

/* ============================================
   11. RODAPÉ + BARRA FIXA MOBILE
   ============================================ */
.lp-rodape {
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--lp-ink-soft);
}
.lp-rodape a {
  color: var(--lp-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--lp-line);
}
.lp-legal {
  font-size: 0.72rem;
  line-height: 1.6;
  color: rgb(185 181 176 / 0.75);
}
.lp-panel--light .lp-legal {
  color: rgb(31 31 31 / 0.55);
}
.lp-fixa {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 40;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  background: rgb(12 12 12 / 0.94);
  border-top: 1px solid var(--lp-line);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (min-width: 860px) {
  .lp-fixa {
    display: none;
  }
}
.lp-fixa__t {
  font-size: 0.78rem;
  line-height: 1.3;
  color: var(--lp-ink-soft);
}
.lp-fixa__t strong {
  display: block;
  color: var(--lp-ink);
  font-size: 0.92rem;
  font-weight: 700;
}
.lp-spacer-fixa {
  height: 4.5rem;
}
@media (min-width: 860px) {
  .lp-spacer-fixa {
    height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp *,
  .lp *::before,
  .lp *::after {
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
  }
}

/* Dropdown "Promoções" no menu principal (mesmo em todas as páginas) */
.header-banner__dropdown {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
}
.header-banner__dropdown-trigger {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  cursor: default;
}
.header-banner__caret {
  font-size: 10px;
  -webkit-transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
}
.header-banner__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 14px;
  min-width: 190px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
          transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1001;
}
.header-banner__dropdown:hover .header-banner__dropdown-menu,
.header-banner__dropdown:focus-within .header-banner__dropdown-menu,
.header-banner__dropdown.is-open .header-banner__dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-banner__dropdown:hover .header-banner__caret,
.header-banner__dropdown:focus-within .header-banner__caret,
.header-banner__dropdown.is-open .header-banner__caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-banner__dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #1A1A1A;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.header-banner__dropdown-menu a:hover {
  background: #F5F5F5;
  color: #00B050;
}
.header-banner__mobile-group-title {
  padding: 16px 16px 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1A1A1A;
  opacity: 0.55;
}
.header-banner__mobile-link--sub {
  padding-left: 28px;
  font-size: 13px;
}

/* ============================================
   12. HEADER PADRÃO DO SITE (igual às outras páginas)
   ============================================ */
body.lp {
  padding-top: 108px;
}
.header-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px; /* 70px nav + 38px ticker — os dois ficam sempre juntos */
  background: rgba(255, 255, 255, 0.97);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.header-banner__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  height: 70px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-banner__logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 0;
}
.header-banner__logo a {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.header-banner__logo-img {
  display: block;
  height: clamp(32px, 5vw, 44px);
  width: auto;
  max-width: 100%;
}
.header-banner__nav {
  display: -webkit-flex;
  display: flex;
  gap: 24px;
}
.header-banner__link {
  color: #1A1A1A;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--lp-font);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}
.header-banner__link:hover {
  color: #00B050;
}
.header-banner__mobile-toggle {
  display: none;
  -webkit-flex-direction: column;
          flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  gap: 4px;
  padding: 8px;
}
.header-banner__mobile-toggle span {
  width: 25px;
  height: 3px;
  background: #00B050;
  border-radius: 2px;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.header-banner__mobile-menu {
  display: none;
  position: absolute;
  top: 108px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  -webkit-flex-direction: column;
          flex-direction: column;
}
.header-banner__mobile-menu.active {
  display: -webkit-flex;
  display: flex;
}
.header-banner__mobile-link {
  padding: 16px;
  color: #1A1A1A;
  font-family: var(--lp-font);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #F5F5F5;
  -webkit-transition: background 0.3s ease;
          transition: background 0.3s ease;
}
.header-banner__mobile-link:hover {
  background: #F5F5F5;
}
@media (max-width: 768px) {
  .header-banner__nav { display: none; }
  .header-banner__mobile-toggle { display: -webkit-flex; display: flex; }
}
@media (max-width: 480px) {
  .header-banner { height: 94px; }
  .header-banner__container { height: 60px; }
  body.lp { padding-top: 94px; }
  .header-banner__mobile-menu { top: 94px; }
}

/* Link textual de volta para a home, logo abaixo do header */
.lp-voltar {
  display: block;
  text-align: center;
  padding: 10px 16px;
  background: var(--lp-void);
  color: var(--lp-ink-soft);
  font-family: var(--lp-font);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
}
.lp-voltar:hover {
  color: var(--lp-paper);
}

/* ============================================
   13. BOTÃO FLUTUANTE DE WHATSAPP (igual às outras páginas)
   ============================================ */
.wa-float {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 9999;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px 12px 14px;
  background: #25d366;
  color: #fff;
  font-family: var(--lp-font);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22), 0 2px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
          transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-animation: wa-float-pulse 2.4s ease-in-out infinite;
          animation: wa-float-pulse 2.4s ease-in-out infinite;
}
.wa-float:hover, .wa-float:focus-visible {
  background: #1ebe57;
  -webkit-transform: translateY(-2px) scale(1.03);
          transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28), 0 4px 10px rgba(0, 0, 0, 0.14);
  outline: none;
}
.wa-float__icon { width: 26px; height: 26px; -webkit-flex-shrink: 0; flex-shrink: 0; color: #fff; }
.wa-float__label { display: inline-block; white-space: nowrap; line-height: 1; }
@-webkit-keyframes wa-float-pulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35), 0 2px 6px rgba(0, 0, 0, 0.12); }
  50%      { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.65), 0 2px 6px rgba(0, 0, 0, 0.12); }
}
@keyframes wa-float-pulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35), 0 2px 6px rgba(0, 0, 0, 0.12); }
  50%      { box-shadow: 0 8px 24px rgba(37, 211, 102, 0.65), 0 2px 6px rgba(0, 0, 0, 0.12); }
}
@media (max-width: 520px) {
  .wa-float { padding: 12px; }
  .wa-float__label { display: none; }
  .wa-float__icon { width: 28px; height: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .wa-float { -webkit-animation: none; animation: none; }
}

/* O dropdown "Promoções" usa fundo branco (definido no bloco compartilhado no
   topo do arquivo) — aqui só garantimos que ele fica por cima do resto do lp */
.header-banner__dropdown-menu {
  z-index: 1001;
}

/* ============================================
   TICKER — "Ações e Programas" (dentro do cabeçalho fixo, dados vêm de
   /banners.json via JS — ver renderHeaderTicker() no JS de cada página)
   ============================================ */
.header-banner__ticker {
  overflow: hidden;
  background: #00B050;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  height: 38px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header-banner__ticker-track {
  display: -webkit-flex;
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  -webkit-animation: header-ticker-scroll 26s linear infinite;
          animation: header-ticker-scroll 26s linear infinite;
}
.header-banner__ticker-seq {
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 0 20px;
  white-space: nowrap;
  font-family: 'Poppins', 'Inter', -apple-system, 'Segoe UI', sans-serif;
}
.header-banner__ticker-seq > i {
  font-style: normal;
  opacity: 0.55;
  color: #fff;
  -webkit-align-self: center;
          align-self: center;
}
.header-banner__ticker-title {
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.header-banner__ticker-offer {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  text-decoration: none;
}
.header-banner__ticker-offer b {
  font-size: 14px;
  font-weight: 800;
  color: #FFD54F;
}
.header-banner__ticker-offer:hover b { text-decoration: underline; }
.header-banner__ticker-sub {
  font-size: 12.5px;
  font-weight: 600;
  color: #ffffff;
}
@-webkit-keyframes header-ticker-scroll {
  from { -webkit-transform: translateX(0); transform: translateX(0); }
  to   { -webkit-transform: translateX(-50%); transform: translateX(-50%); }
}
@keyframes header-ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (max-width: 480px) {
  .header-banner__ticker-title { font-size: 13px; }
  .header-banner__ticker-offer b { font-size: 12.5px; }
  .header-banner__ticker-sub { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .header-banner__ticker-track { -webkit-animation: none; animation: none; }
}
