/* PROposto Tecnologia - estilos
   Fontes do sistema (sem carregar nada de terceiros: mais rápido e melhor para a LGPD).
   Para trocar cores, edite as variáveis abaixo. */

:root {
  --navy: #3a2270;
  --navy-deep: #1b1043;
  --red: #d6231e;
  --red-dark: #b01b17;
  --paper: #f4f3f8;
  --ink: #1a1830;
  --steel: #5b5873;
  --line: #dcd9e8;
  --white: #ffffff;
  --font: "Bahnschrift", "DIN Alternate", "Roboto", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --wrap: 1160px;
  --gap: clamp(1.25rem, 4vw, 2.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body {
  min-height: 100vh; display: flex; flex-direction: column;
  margin: 0;
  font: 400 1.0625rem/1.6 var(--font);
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
h1, h2, h3, p, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
a { color: inherit; }

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

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.skip {
  position: absolute; left: 1rem; top: -4rem; z-index: 100;
  background: var(--navy); color: #fff; padding: .75rem 1rem; border-radius: 4px;
}
.skip:focus { top: 1rem; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 3rem; padding: .7rem 1.4rem;
  font: 700 1rem/1 var(--font); text-decoration: none; letter-spacing: .01em;
  border: 2px solid transparent; border-radius: 6px; cursor: pointer;
  transition: background-color .15s, border-color .15s, color .15s;
}
.btn svg { width: 1.25rem; height: 1.25rem; flex: none; }
.btn--red { background: var(--red); color: #fff; }
.btn--red:hover { background: var(--red-dark); }
.btn--line { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn--line:hover { background: var(--navy); color: #fff; }
.btn--light { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.btn--light:hover { background: #fff; color: var(--navy); }
.btn--small { min-height: 2.5rem; padding: .5rem 1rem; font-size: .95rem; }

/* ---------- Cabeçalho ---------- */
.top {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.top__in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.5rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: none; }
.brand img { height: 2.9rem; width: auto; }
@media (min-width: 800px) { .brand img { height: 3.5rem; } }
.nav { display: none; }
.nav a { text-decoration: none; font-weight: 600; color: var(--navy); padding: .5rem .25rem; }
.nav a:hover { color: var(--red); }
.top__cta { display: none; }
.burger {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 3rem; height: 3rem; padding: 0 .8rem; background: none; border: 2px solid var(--navy); border-radius: 6px; cursor: pointer;
}
.burger span { display: block; height: 2px; background: var(--navy); transition: transform .2s, opacity .2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.menu { border-top: 1px solid var(--line); background: #fff; }
.menu[hidden] { display: none; }
.menu ul { display: grid; padding: .5rem 0 1rem; }
.menu a { display: block; padding: .9rem 0; text-decoration: none; font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--line); }
.menu .btn { display: flex; justify-content: center; text-align: center; margin-top: 1rem; width: 100%; border-bottom: 0; color: #fff; }

@media (min-width: 1180px) {
  .burger, .menu { display: none; }
  .nav { display: flex; gap: 1.15rem; }
  .top__cta { display: inline-flex; flex: none; }
  .top__cta .btn { white-space: nowrap; }
}

/* ---------- Herói ---------- */
.hero { background: var(--paper); padding-block: clamp(2.5rem, 7vw, 5.5rem); border-bottom: 1px solid var(--line); }
.hero__grid { display: grid; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
.hero h1 {
  font: 800 clamp(2.25rem, 6.2vw, 3.9rem)/1.05 var(--font);
  letter-spacing: -.025em; color: var(--navy); text-wrap: balance;
}
.hero__lead { margin-top: 1.25rem; font-size: 1.2rem; color: var(--steel); max-width: 34rem; }
.hero__actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .75rem; }
@media (min-width: 800px) { .hero__grid { grid-template-columns: 1.08fr .92fr; } }
@media (max-width: 479px), (min-width: 800px) and (max-width: 1039px) { .hero__actions .btn { width: 100%; } }

/* Mascote da PROposto (ilustração do topo) */
.mascot { position: relative; display: flex; justify-content: center; align-items: flex-end; padding-block: 1rem; }
.mascot__glow {
  position: absolute; left: 8%; right: 8%; bottom: 2%; height: 72%; z-index: 0;
  background: radial-gradient(ellipse at center, rgba(214,35,30,.20), rgba(58,34,112,.16) 55%, transparent 78%);
  filter: blur(6px);
}
.mascot img {
  position: relative; z-index: 1; width: min(62%, 19rem); height: auto;
  filter: drop-shadow(0 26px 34px rgba(27,16,67,.35));
}
@media (min-width: 800px) { .mascot img { width: min(78%, 20rem); } }

/* ---------- Faixa de números ---------- */
.stats { background: var(--navy); color: #fff; padding-block: clamp(2rem, 5vw, 3.25rem); }
.stats__list { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.5rem 1.25rem; }
.stat { padding-left: 1rem; border-left: 4px solid var(--red); }
.stat__n { font: 800 clamp(1.8rem, 3.1vw, 3rem)/1 var(--font); letter-spacing: -.02em; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.stat__num { display: inline-block; white-space: nowrap; }
.stat__t { margin-top: .4rem; color: #d3cee9; font-size: .98rem; line-height: 1.4; }
@media (min-width: 480px) { .stats__list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .stats__list { grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 2rem; } }

/* ---------- Seções ---------- */
.sec { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.sec--paper { background: var(--paper); }
.sec__head { max-width: 40rem; margin-bottom: clamp(2rem, 5vw, 3.25rem); }
#produtos .sec__head { max-width: 54rem; }
#produtos .sec__lead { max-width: 50rem; }
.sec h2 { font: 800 clamp(1.8rem, 4.4vw, 2.9rem)/1.1 var(--font); letter-spacing: -.02em; color: var(--navy); text-wrap: balance; }
.sec__lead { margin-top: 1rem; color: var(--steel); font-size: 1.15rem; max-width: 36rem; }

/* Produtos */
.prods { display: grid; gap: var(--gap); }
@media (min-width: 800px) { .prods { grid-template-columns: 1fr 1fr; align-items: stretch; } }
.prod { border: 1px solid var(--line); border-radius: 10px; padding: clamp(1.5rem, 3.5vw, 2.25rem); background: #fff; display: flex; flex-direction: column; }
.prod--pista { border-top: 6px solid var(--red); }
.prod--gerente { border-top: 6px solid var(--navy); background: var(--paper); }
.prod h3 { font: 800 1.7rem/1.1 var(--font); color: var(--navy); letter-spacing: -.01em; }
.prod__sub { margin-top: .6rem; color: var(--steel); }
.prod__shot {
  margin: 1.25rem 0 0; border-radius: .6rem; overflow: hidden;
  border: 1px solid var(--line); box-shadow: 0 14px 30px -18px rgba(27,16,67,.35);
}
.prod__shot img { width: 100%; height: auto; display: block; }
.ticks { margin-top: 1.5rem; display: grid; gap: .85rem; }
.ticks li { position: relative; padding-left: 1.9rem; line-height: 1.45; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .28em; width: 1.05rem; height: .6rem;
  border-left: 3px solid var(--red); border-bottom: 3px solid var(--red); transform: rotate(-45deg) scale(.9);
}
.prod--gerente .ticks li::before { border-color: var(--navy); }

/* Aplicativo */
.app__pill { display: inline-block; margin-top: 1.5rem; padding: .45rem 1rem; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 700; font-size: .95rem; }

/* Atendimento (seção de maior peso visual) */
.care { background: var(--navy-deep); color: #fff; padding-block: clamp(4rem, 10vw, 7.5rem); }
.care h2 { font: 800 clamp(2rem, 5.4vw, 3.5rem)/1.08 var(--font); letter-spacing: -.02em; color: #fff; max-width: 22ch; text-wrap: balance; }
.care__quote {
  margin-top: clamp(2rem, 5vw, 3rem); padding: 1.25rem 0 1.25rem 1.5rem; border-left: 6px solid var(--red);
  font: 700 clamp(1.4rem, 3.4vw, 2.1rem)/1.25 var(--font); max-width: 30ch;
}
.care__list { margin-top: clamp(2.5rem, 6vw, 4rem); display: grid; gap: 2rem 3rem; }
@media (min-width: 800px) { .care__list { grid-template-columns: 1fr 1fr; } }
.care__list h3 { font: 800 1.3rem/1.2 var(--font); }
.care__list p { margin-top: .5rem; color: #d3cee9; max-width: 30rem; }

/* Telas reais do aplicativo: texto e carrossel horizontal ficam juntos, presos na tela,
   enquanto o restante da rolagem passa as telas em foco. */
.sec--tight-bottom { padding-bottom: 0; }

.shots { position: relative; height: 320vh; }
.shots__sticky {
  position: sticky; top: 4.5rem;
  height: calc(100vh - 4.5rem); max-height: 46rem;
  display: flex; align-items: center; overflow: hidden; padding-block: 1rem;
}
.shots__panel {
  display: flex; flex-direction: column; align-items: center;
  gap: 1.1rem; text-align: center;
}
.shots .app-intro {
  max-width: 26rem; border: 2px solid var(--navy); border-radius: 1rem;
  background: #fff; padding: 1.1rem 1.25rem 1.35rem;
}
.app-intro__kicker { font: 800 1.05rem/1.2 var(--font); color: var(--navy); letter-spacing: -.01em; margin: 0 0 .3rem; }
.shots .app-intro h2 { font-size: clamp(1.4rem, 5.5vw, 1.9rem); line-height: 1.15; }
.shots .app-intro .sec__lead { margin-top: .5rem; font-size: .95rem; }
.shots .app-intro .app__pill { margin-top: .75rem; }

.shots__stage { width: 100%; display: flex; flex-direction: column; align-items: center; }
.shots__viewport { width: 100%; overflow: hidden; }
.shots__row { display: flex; align-items: center; gap: .9rem; will-change: transform; }
.shots__cell { flex: none; display: flex; justify-content: center; }
.shots__phone {
  width: min(34vw, 8.5rem); aspect-ratio: 760 / 1645;
  border-radius: 1.4rem; overflow: hidden; flex: none;
  border: 7px solid var(--navy-deep); background: var(--navy-deep);
  box-shadow: 0 22px 40px -20px rgba(27,16,67,.55);
}
.shots__phone img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shots__caption {
  margin-top: 0; min-height: 1.4em; text-align: center;
  font: 700 1rem/1.3 var(--font); color: var(--navy); max-width: 22rem;
}
.shots__meta {
  position: relative; z-index: 1;
  margin-top: 1rem; display: flex; flex-direction: column; align-items: center; gap: .55rem;
  padding: .8rem 1.3rem .9rem; background: #fff; border-radius: 1.3rem;
  box-shadow: 0 18px 38px -18px rgba(27,16,67,.28); border: 1px solid var(--line);
}
.shots__dots { display: flex; margin-top: 0; }
.shots__dots button {
  width: 2.6rem; height: 2.6rem; padding: 0; border: 0; background: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.shots__dots button::before {
  content: ""; display: block; width: .6rem; height: .6rem; border-radius: 999px;
  background: var(--line); transition: width .2s ease, background-color .2s ease;
}
.shots__dots button.is-active::before { width: 1.6rem; background: var(--red); }
.shots__dots button:hover::before { background: var(--steel); }
.shots__dots button.is-active:hover::before { background: var(--red-dark); }

@media (min-width: 480px) {
  .shots__phone { width: min(30vw, 10rem); }
}
@media (min-width: 640px) {
  .shots { height: 280vh; }
  .shots__phone { width: min(22vw, 10.5rem); }
  .shots__row { gap: 1.1rem; }
  .shots__panel { gap: .8rem; }
  .shots__meta { margin-top: .6rem; padding: .6rem 1.2rem .7rem; }
  .shots .app-intro { padding: 1.3rem 1.5rem 1.6rem; }
  .app-intro__kicker { font-size: 1.2rem; margin-bottom: .35rem; }
  .shots .app-intro h2 { font-size: clamp(1.7rem, 4.4vw, 2.2rem); }
  .shots .app-intro .sec__lead { margin-top: .4rem; }
  .shots .app-intro .app__pill { margin-top: .55rem; }
}
@media (min-width: 1040px) {
  .shots { height: 260vh; }
  .shots__sticky { padding-block: 1.5rem; }
  .shots__panel {
    flex-direction: row; align-items: center; justify-content: center;
    gap: clamp(2rem, 4vw, 4rem); text-align: left;
  }
  .shots .app-intro { max-width: 22rem; flex: 0 0 22rem; padding: 1.75rem 2rem 2.1rem; }
  .app-intro__kicker { font-size: 1.6rem; margin-bottom: .5rem; }
  .shots .app-intro h2 { font-size: clamp(1.8rem, 2.6vw, 2.35rem); line-height: 1.12; }
  .shots .app-intro .sec__lead { font-size: 1.05rem; }
  .shots__stage { width: auto; flex: 1 1 auto; min-width: 0; }
  .shots__phone { width: 15rem; }
  .shots__row { gap: 2.2rem; }
}
@media (max-width: 639px) and (max-height: 760px) {
  .shots__panel { gap: .55rem; }
  .shots .app-intro { padding: .8rem 1.1rem 1rem; }
  .app-intro__kicker { font-size: 1rem; margin-bottom: .2rem; }
  .shots .app-intro .sec__lead { display: none; }
  .shots .app-intro .app__pill { margin-top: .4rem; }
  .shots__phone { width: min(28vw, 8.5rem); }
  .shots__meta { margin-top: .5rem; padding: .5rem 1rem .6rem; }
}
@media (min-width: 640px) and (max-width: 1039px) and (max-height: 820px) {
  .shots__panel { gap: .6rem; }
  .shots .app-intro { padding: .9rem 1.2rem 1.1rem; }
  .app-intro__kicker { font-size: 1.05rem; margin-bottom: .2rem; }
  .shots .app-intro .sec__lead { display: none; }
  .shots .app-intro .app__pill { margin-top: .4rem; }
  .shots__phone { width: min(18vw, 8.5rem); }
  .shots__meta { margin-top: .5rem; padding: .5rem 1.1rem .6rem; }
}
@media (max-height: 620px) {
  .shots__sticky { max-height: none; padding-block: .5rem; }
  .shots__panel { gap: .5rem; }
  .shots .app-intro { padding: .6rem .9rem .8rem; border-width: 1.5px; }
  .app-intro__kicker { display: none; }
  .shots .app-intro h2 { font-size: 1.1rem; line-height: 1.2; }
  .shots .app-intro .sec__lead { display: none; }
  .shots .app-intro .app__pill { display: none; }
  .shots__phone { width: min(26vw, 7rem, calc((100vh - 210px) * .4622)); }
  .shots__meta { margin-top: .4rem; padding: .45rem 1rem .55rem; gap: .3rem; }
  .shots__caption { font-size: .85rem; min-height: 0; }
  .shots__dots button { width: 1.9rem; height: 1.9rem; }
}
@media (min-width: 1040px) and (max-height: 620px) {
  .app-intro__kicker { display: block; font-size: 1.15rem; }
  .shots .app-intro { padding: 1rem 1.3rem 1.2rem; }
  .shots .app-intro .sec__lead, .shots .app-intro .app__pill { display: block; }
  .shots .app-intro h2 { font-size: 1.6rem; }
}


/* Fiscal */
.fiscal { display: grid; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
@media (min-width: 800px) { .fiscal { grid-template-columns: 1fr 1fr; } }
.chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.chip { padding: .55rem 1rem; border: 2px solid var(--navy); border-radius: 1.5rem; font-weight: 700; color: var(--navy); background: #fff; }
.seal {
  margin-top: 1.5rem; display: flex; width: fit-content; align-items: center; gap: .9rem;
  padding: 1rem 1.4rem; color: #fff; border-radius: 6px; font: 800 1.2rem/1.2 var(--font);
}
.seal + .seal { margin-top: 1rem; }
.seal--navy { background: var(--navy); }
.seal--red { background: var(--red); }
.seal svg { width: 1.9rem; height: 1.9rem; flex: none; }

/* Integrações */
.integrations { background: var(--red); color: #fff; padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.integrations h2 { color: #fff; }
.integrations .sec__lead { color: #fff; }
.integrations__logos {
  margin: clamp(2rem, 5vw, 3rem) 0 0; padding: 0; list-style: none;
  display: flex; flex-wrap: wrap; gap: 1rem;
}
.integrations__logo {
  flex: 1 1 11rem; min-width: 8.5rem; max-width: 14rem; height: 5rem;
  display: flex; align-items: center; justify-content: center;
  background: #fff; border-radius: .75rem; padding: .9rem 1.25rem;
  box-shadow: 0 10px 22px -14px rgba(27,16,67,.4); overflow: hidden;
}
.integrations__logo img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }

/* Contato */
.contact { background: var(--navy); color: #fff; padding-block: clamp(3.5rem, 8vw, 6rem); }
.contact h2 { color: #fff; }
.contact .sec__lead { color: #d3cee9; }
.contact__grid { margin-top: 2.5rem; display: grid; gap: 1rem; }
@media (min-width: 560px) { .contact__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .ccard--mail { grid-column: 1 / -1; } }
@media (min-width: 1040px) { .contact__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .ccard--mail { grid-column: auto; } }
.ccard { display: flex; flex-direction: column; gap: .35rem; padding: 1.4rem; border: 2px solid rgba(255,255,255,.28); border-radius: 8px; text-decoration: none; transition: background-color .15s, border-color .15s; }
.ccard:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.ccard--wa { background: var(--red); border-color: var(--red); }
.ccard--wa:hover { background: var(--red-dark); border-color: var(--red-dark); }
.ccard__l { font-size: .95rem; opacity: .85; }
.ccard__v { font: 800 clamp(1.05rem, 4.4vw, 1.35rem)/1.2 var(--font); overflow-wrap: anywhere; }
@media (min-width: 560px) { .ccard__v { font-size: 1.35rem; } }
.contact__local { margin-top: 2rem; color: #d3cee9; }

/* Rodapé */
.foot { background: var(--navy-deep); color: #cbc5e2; padding-block: 2rem; font-size: .95rem; }
.foot__logo { display: inline-flex; background: #fff; padding: .55rem .9rem; border-radius: 8px; }
.foot__logo img { height: 2.2rem; width: auto; }
.foot__in { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; align-items: center; }
.foot a, .foot button { color: #fff; }
.foot__links { display: flex; flex-wrap: wrap; gap: 0 1.75rem; }
.foot__links a, .linkbtn { display: inline-flex; align-items: center; min-height: 2.75rem; }
.linkbtn { background: none; border: 0; padding: 0; font: inherit; text-decoration: underline; cursor: pointer; text-align: left; }

/* ---------- Aviso LGPD ---------- */
.consent {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: #fff; border-top: 4px solid var(--red); box-shadow: 0 -12px 32px -12px rgba(27,16,67,.35);
  padding: 1.1rem 0;
}
.consent[hidden] { display: none; }
.consent__in { display: grid; gap: 1rem; align-items: center; }
.consent p { font-size: .92rem; line-height: 1.45; max-width: 75ch; }
@media (min-width: 800px) { .consent p { font-size: .98rem; } }
.consent__btns { display: flex; flex-wrap: wrap; gap: .6rem; }
@media (min-width: 800px) { .consent__in { grid-template-columns: 1fr auto; } }

/* ---------- Página de política / 404 ---------- */
.doc { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.doc h1 { font: 800 clamp(2rem, 5vw, 3rem)/1.1 var(--font); color: var(--navy); letter-spacing: -.02em; }
.doc__body { margin-top: 2rem; max-width: 46rem; }
.doc__body h2 { font: 800 1.4rem/1.2 var(--font); color: var(--navy); margin: 2rem 0 .6rem; }
.doc__body p { margin-bottom: 1rem; }
/* Tabela do glossário na política de privacidade */
.doc__table-wrap { margin: 1rem 0 1.5rem; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.doc__table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.doc__table th, .doc__table td { text-align: left; padding: .75rem .9rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.doc__table th { color: var(--navy); background: var(--paper); }
.doc__table tr:last-child td { border-bottom: 0; }
/* Em telas estreitas, cada linha vira um bloco (termo em cima, definição embaixo) em vez de rolar para o lado */
@media (max-width: 640px) {
  .doc__table, .doc__table tbody, .doc__table tr, .doc__table th, .doc__table td { display: block; width: 100%; }
  .doc__table tr { border-bottom: 1px solid var(--line); }
  .doc__table tr:last-child { border-bottom: 0; }
  .doc__table th, .doc__table td { padding: .6rem .9rem; border-bottom: 0; }
  .doc__table th { padding-bottom: .2rem; }
  .doc__table td { padding-top: 0; }
}
@media (min-width: 641px) {
  .doc__table th { width: 11rem; white-space: nowrap; }
}
.doc__body h3 { font: 800 1.15rem/1.3 var(--font); color: var(--navy); margin: 1.5rem 0 .5rem; }


@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

@media (max-width: 359px) {
  .brand img { height: 2.3rem; }
  .top__in .btn--small { padding: .5rem .7rem; font-size: .85rem; }
}

main { flex: 1 0 auto; }

/* Aviso de consentimento de formulário (usar somente se houver formulário) */
.form-consent { margin: 1rem 0; padding: 1rem 1.1rem; border: 2px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); font-size: .95rem; line-height: 1.5; }
.form-consent label { display: flex; gap: .8rem; align-items: flex-start; cursor: pointer; }
.form-consent input { flex: none; width: 1.3rem; height: 1.3rem; margin-top: .15rem; accent-color: var(--navy); }
