/* LegacyCentral · site institucional (centralfuneraria.com.br)
   Arquitetura espelhada em legacyfuneral.com.br:
   • Duas pranchetas. Desktop: 1920 px, medidas em rem com 1rem = largura útil / 192
     (limitada a 1230 px, como na referência). Celular: 376 px, 1rem = largura / 37.6
     (1rem = 10 px da prancheta, limitada a 520 px). O script em site.js ajusta o rem;
     a regra abaixo é o valor de partida sem JS.
   • Tokens, cores, sombras, raios e pesos iguais aos da referência. */

@font-face{font-family:Outfit;src:url('../fonts/outfit-variable.woff2') format('woff2-variations'),url('../fonts/outfit-variable.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}

:root{--ink:#1e0a3c;--purple:#753bd7;--purple-deep:#46307a;--orange:#f7901e;--green:#319531;--card:#ecebef;--white:#fff;--line:#1e0a3c26;color-scheme:light}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;font-size:clamp(6.4px,calc(100vw / 220),7.6px);scroll-behavior:smooth}
body{margin:0;color:#fff;font-family:Outfit,objektiv-mk1,"Objektiv Mk1",system-ui,-apple-system,"Segoe UI",sans-serif;font-weight:400;font-size:3rem;line-height:1.4;overflow-x:hidden;
  background-color:#1e0a3c;background-image:linear-gradient(#1e0a3c 0%,#46307a 100%),url('../svg/pattern_shields.svg');background-blend-mode:normal,luminosity;background-repeat:no-repeat,repeat;background-size:cover,14.012rem 14.012rem;background-attachment:fixed,fixed}
img,svg{display:block;max-width:none}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}
h1,h2,h3,p{margin:0}
[hidden]{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:#fff;color:var(--ink);padding:1rem 1.6rem;border-radius:.8rem;font-size:1.8rem}
.skip-link:focus{left:1.6rem;top:1.6rem}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:.3rem solid var(--orange);outline-offset:.4rem;border-radius:.4rem}
.hl{color:var(--orange)}
.w400{font-weight:400}.w500{font-weight:500}.w700{font-weight:700}.w800{font-weight:800}
.only-m{display:none!important}

/* ---------- Página (prancheta) ---------- */
.page{width:100%;margin:0;position:relative;overflow:hidden;isolation:isolate;
  background:linear-gradient(180deg,#1e0a3c .34%,var(--purple-deep) var(--grad-end,183rem),var(--purple-deep) 100%)}
.page::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.07;
  background:url('../svg/pattern_shields.svg') 3.584rem 7.294rem / 14.012rem 14.012rem repeat}
.page-dark{background:linear-gradient(180deg,#1e0a3c -.17%,var(--purple-deep) 99.83%)}
.zone{position:relative}
.zone-white{background:#fff;color:var(--ink)}
.zone-split{background:linear-gradient(180deg,transparent 0 var(--split,37rem),#fff var(--split,37rem) 100%)}
.wrap{position:relative;z-index:2;width:128rem;margin:0 auto}

/* ---------- Cabeçalho ---------- */
.site-header{position:relative;z-index:6;height:24rem}
.brand{position:absolute;left:max(3rem,calc(50% - 64rem));top:10rem;width:40rem}
.brand img{width:100%;height:auto}
.nav{position:absolute;right:max(3rem,calc(50% - 75rem));top:12.85rem;display:flex;gap:4.4rem;align-items:center}
.nav a{position:relative;font-size:2rem;line-height:1;font-weight:700;letter-spacing:.0215em;white-space:nowrap;transition:color .18s}
.nav a:hover,.nav a:focus-visible,.nav a[aria-current=page]{color:var(--orange)}
.nav a[aria-current=page]{font-weight:800}
.nav a[aria-current=page]::after{content:"";position:absolute;left:-1rem;right:-1rem;top:1.8rem;height:.2rem;background:var(--orange)}
.topbar{position:absolute;right:max(3rem,calc(50% - 73rem));top:3rem;display:flex;align-items:center;gap:3.2rem;z-index:6}
.nav-tel{display:flex;align-items:center;gap:.9rem;font-size:1.7rem;letter-spacing:.02em;white-space:nowrap;opacity:.95}
.nav-tel b{color:var(--orange);font-weight:800}
.nav-tel:hover{opacity:1;text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:.22em}
.dot{width:1rem;height:1rem;border-radius:50%;background:#3fcf5b;box-shadow:0 0 0 .35rem #3fcf5b33;flex:none}
.nav-restricted{display:flex;align-items:center;gap:.6rem;font-size:1.6rem;letter-spacing:.02em;white-space:nowrap;transition:opacity .18s}
.nav-restricted:hover{opacity:.8}
.nav-restricted svg{width:1.8rem;height:2rem;color:var(--orange);flex:none}
.nav-restricted span{text-decoration:underline .08em;text-decoration-color:var(--orange);text-underline-offset:.22em}
.hamburger,.nav-overlay,.nav-mobile{display:none}

/* ---------- Herói ---------- */
.hero{position:relative;z-index:4;text-align:center;padding-top:8.3rem}
.hero-title{font-size:6.4rem;line-height:1.419;font-weight:800;letter-spacing:.009em}
.hero-kicker{display:inline-block;margin-bottom:2.2rem;padding:.9rem 2.6rem;border-radius:999rem;background:#753bd7c9;font-size:2rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.hero-kicker b{color:var(--orange);font-weight:800}
.hero-lead{margin-top:2.6rem;font-size:3.8rem;line-height:1.263;letter-spacing:.0255em}
.hero-lead b{color:var(--orange);font-weight:700}
.hero-lead.small{font-size:3rem;line-height:1.35;margin-top:2rem;opacity:.95}
.hero-cta{margin:4.4rem auto 0}

/* ---------- Pílulas / botões ---------- */
.pill{display:inline-flex;align-items:center;justify-content:center;gap:1.6rem;border:0;border-radius:999rem;box-shadow:.1rem .265rem .42rem #0006;color:#fff;cursor:pointer;font-weight:800;letter-spacing:.062em;white-space:nowrap;transition:filter .18s,transform .18s}
.pill:hover{filter:brightness(1.08)}
.pill:active{transform:translateY(.2rem)}
.pill-green{background:var(--green)}
.pill-purple{background:var(--purple)}
.pill-lg{height:9rem;padding:0 5rem;font-size:3rem}
.pill-md{height:7rem;padding:0 4rem;font-size:2.4rem}
.pill .wa{width:4.3rem;height:4.3rem;flex:none}
.pill .phone{font-weight:800;letter-spacing:.0325em}
.pill-call{height:9rem;padding:0 4rem 0 1rem;font-size:3.1rem;letter-spacing:.027em;font-weight:500;gap:2rem}
.pill-call .badge{width:7.4rem;height:7.4rem;border-radius:50%;background:var(--green);display:grid;place-items:center;flex:none}
.pill-call.pill-green .badge{background:#ffffff26}
.pill-call .phone{font-size:3.9rem}
.text-link{color:var(--purple);font-weight:700;text-decoration:underline .08em;text-decoration-color:var(--orange);text-underline-offset:.22em}

/* ---------- Faixa de benefícios ---------- */
.benefits{position:relative;z-index:3;display:flex;width:128rem;height:12.09rem;margin:4.7rem auto 0;background:#753bd7c9;border-radius:4rem;align-items:center}
.benefits.solid{background:linear-gradient(90deg,#7336d2,#7d3ee2 48%,#6c31ca);box-shadow:0 .8rem 2.2rem #0f042047}
.benefit{flex:1 1 0;display:flex;align-items:center;justify-content:center;gap:2rem;position:relative;height:100%}
.benefit+.benefit::before{content:"";position:absolute;left:0;top:1.43rem;width:.1rem;height:9.21rem;background:var(--orange)}
.benefit img{height:6rem;width:auto;max-width:7rem}
.benefit span{font-size:2rem;line-height:1.375;font-weight:700;letter-spacing:-.0185em;white-space:nowrap}

/* ---------- Títulos de seção ---------- */
.sec-title{font-size:5rem;line-height:1.2;font-weight:700;letter-spacing:.0039em;text-align:center}
.sec-title.purple{color:var(--purple)}
.sec-title.md{font-size:4rem}
.rule{display:block;height:.5rem;width:30rem;margin:3.5rem auto 0;background:var(--orange)}
.rule.sm{width:8rem;height:.5rem;margin-top:2.5rem}
.rule.left{margin-left:0}
.sec-text{font-size:3rem;line-height:1.333;letter-spacing:.0255em;text-align:center;margin:3rem auto 0;max-width:112rem}
.sec-text.ink{color:var(--ink)}
.needs-title{margin:8.1rem 0 3.9rem}

/* ---------- Cartão cinza (needs-card / omni-card) ---------- */
.card-gray{position:relative;z-index:4;width:128rem;margin:0 auto;background:var(--card);color:var(--ink);border-radius:4rem;box-shadow:.3rem .715rem 1.18rem #0000004b}
.card-gray.pad{padding:8rem 8rem 7rem}
.card-gray .sec-title{color:var(--purple);font-size:4rem}
.card-white{background:#fff;box-shadow:0 1rem 2rem #160c2247}

/* Dois serviços com "OU" */
.svc-group{position:relative;display:grid;grid-template-columns:51rem 51rem;gap:11rem;padding:5rem 7.5rem 4.57rem}
.svc{background:var(--purple);border:1rem solid var(--purple);border-radius:5rem;height:66rem;display:flex;flex-direction:column;align-items:center;text-align:center;padding:4.2rem 1.5rem 4.4rem;color:#fff}
.svc-ic{height:20.6rem;display:flex;align-items:flex-end;justify-content:center}
.svc-ic img{height:18rem;width:auto}
.svc-kicker{display:none;margin-top:2.6rem;font-size:2rem;font-weight:800;letter-spacing:.08em;color:var(--orange)}
.svc-title{margin-top:3rem;font-size:4.7rem;white-space:nowrap;line-height:1.15;font-weight:800;letter-spacing:.003em}
.svc-sub{margin-top:1.6rem;font-size:3rem;line-height:1.4;font-weight:500;letter-spacing:-.0145em}
.svc .pill{margin-top:auto;width:40rem;height:9rem;font-size:3rem}
.svc-line{position:absolute;left:58rem;top:37.5rem;width:12rem;height:1rem;background:var(--purple)}
.svc-or{position:absolute;left:59.86rem;top:33.86rem;width:8.29rem;height:8.29rem;border-radius:50%;background:var(--purple);display:grid;place-items:center;font-size:3rem;font-weight:800;letter-spacing:.0074em;color:#fff}

/* ---------- Círculos roxos (por que / ecossistema / canais) ---------- */
.circles{display:flex;justify-content:center;gap:0;margin-top:8.3rem}
.circle-item{width:29rem;display:flex;flex-direction:column;align-items:center;text-align:center}
.circle{width:15.72rem;height:15.72rem;border-radius:50%;background:var(--purple);box-shadow:.1rem .23rem .44rem #0000006f;display:grid;place-items:center;flex:none}
.circle img{width:auto;height:9.6rem;max-width:11rem;object-fit:contain}
.circle img.sm{height:7.4rem}
.circle-item .lbl{margin-top:3.2rem;font-size:3rem;line-height:1.333;font-weight:700;letter-spacing:-.003em;color:var(--ink)}
.circle-item .bd{font-size:2.6rem;line-height:1.3;font-weight:400;margin-top:.6rem}
.on-dark .circle-item .lbl{color:#fff}
.card-gray .circles{margin-top:5.6rem}
.circles.five .circle-item{width:23rem}

/* ---------- Divisor e blocos ---------- */
.divider{display:block;width:128rem;height:.2rem;margin:0 auto;background:var(--orange)}
.block{padding:12rem 0 0}
.block-lg{padding-top:15rem}
.pb{padding-bottom:12rem}
.pb-lg{padding-bottom:16rem}
.center{text-align:center}

/* ---------- Mapa / presença ---------- */
.split{display:grid;grid-template-columns:55.6rem 1fr;gap:5.4rem;align-items:center}
.map{position:relative;width:55.58rem;height:53.17rem}
.map img.mapa{width:100%;height:100%}
.map img.map-logo{position:absolute;left:12.9rem;top:12.5rem;width:33rem;height:auto}
.split h2{font-size:4rem;line-height:1.2;font-weight:700}
.split p{font-size:3rem;line-height:1.3;margin-top:2.5rem}
.big-num{display:block;color:#9d6bff;font-size:5rem;font-weight:800;line-height:1.15;margin:.6rem 0 .4rem}
.big-num small{color:#fff;font-size:3rem;font-weight:700}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:5rem}
.stat{background:#753bd7c9;border-radius:3rem;padding:3.2rem 2.4rem;text-align:center}
.stat b{display:block;font-size:5.4rem;line-height:1;font-weight:800;color:var(--orange)}
.stat span{display:block;margin-top:1.2rem;font-size:2.2rem;line-height:1.3;font-weight:700}

/* ---------- Linha do tempo (transição) ---------- */
.timeline{position:relative;margin-top:9rem;padding-bottom:2rem}
.timeline::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:.4rem;margin-left:-.2rem;background:linear-gradient(var(--orange),var(--orange)) center/100% 100% no-repeat;opacity:.9}
.tl-item{position:relative;display:grid;grid-template-columns:1fr 12rem 1fr;align-items:start;margin-bottom:5rem}
.tl-dot{grid-column:2;justify-self:center;width:10rem;height:10rem;border-radius:50%;background:var(--purple);box-shadow:.1rem .23rem .44rem #0000006f;display:grid;place-items:center;border:.5rem solid var(--orange)}
.tl-dot img{height:5.2rem;width:auto}
.tl-card{background:var(--card);color:var(--ink);border-radius:4rem;padding:4.2rem 4.8rem;box-shadow:.3rem .715rem 1.18rem #0000004b}
.tl-item:nth-child(odd) .tl-card{grid-column:1;grid-row:1}
.tl-item:nth-child(even) .tl-card{grid-column:3;grid-row:1}
.tl-year{display:block;font-size:5.6rem;line-height:1;font-weight:800;color:var(--orange);letter-spacing:.01em}
.tl-card h3{margin-top:1.4rem;font-size:3.4rem;line-height:1.2;font-weight:700;color:var(--purple)}
.tl-card p{margin-top:1.6rem;font-size:2.5rem;line-height:1.45}
.tl-card p+p{margin-top:1.2rem}
.tl-item.final .tl-card{background:#fff;border:.4rem solid var(--orange)}
.tl-item.final .tl-dot{background:var(--orange);border-color:#fff}

/* Linha do tempo compacta (home) */
.mini-tl{display:grid;grid-template-columns:repeat(8,1fr);position:relative;margin-top:6rem}
.mini-tl::before{content:"";position:absolute;left:6%;right:6%;top:4.2rem;height:.4rem;background:var(--orange)}
.mini-tl li{list-style:none;position:relative;text-align:center;padding:0 .6rem}
.mini-tl .y{position:relative;z-index:1;width:8.6rem;height:8.6rem;margin:0 auto;border-radius:50%;background:var(--purple);color:#fff;display:grid;place-items:center;font-size:2.3rem;font-weight:800;box-shadow:.1rem .23rem .44rem #0000006f}
.mini-tl li:last-child .y{background:var(--orange)}
.mini-tl b{display:block;margin-top:2.2rem;font-size:2.2rem;line-height:1.25;color:var(--purple)}
.mini-tl span{display:block;margin-top:.8rem;font-size:1.9rem;line-height:1.35;color:var(--ink)}
.mini-tl ol,.mini-tl{padding:0}

/* Passos numerados */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-top:6rem;counter-reset:passo}
.step{background:#fff;border-radius:3.2rem;padding:4rem 3rem 3.6rem;text-align:center;box-shadow:.2rem .5rem 1rem #0000001f;counter-increment:passo}
.step .circle{width:11rem;height:11rem;margin:0 auto}
.step .circle img{height:6.2rem}
.step h3{margin-top:2.4rem;font-size:2.8rem;line-height:1.2;font-weight:700;color:var(--purple)}
.step h3::before{content:counter(passo) ". ";color:var(--orange)}
.step p{margin-top:1.2rem;font-size:2.2rem;line-height:1.4;color:var(--ink)}

/* Texto em duas colunas (método / conteúdo) */
.prose{font-size:2.8rem;line-height:1.5}
.prose p+p{margin-top:2rem}
.prose strong{font-weight:700}
.on-white .prose,.zone-white .prose{color:var(--ink)}
.cols-2{display:grid;grid-template-columns:1fr 1fr;gap:7rem;align-items:start}
.check-list{list-style:none;padding:0;margin:3rem 0 0;display:grid;gap:1.8rem}
.check-list li{position:relative;padding-left:5rem;font-size:2.6rem;line-height:1.4}
.check-list li::before{content:"";position:absolute;left:0;top:.35rem;width:3.2rem;height:3.2rem;border-radius:50%;background:var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/70% no-repeat}

/* Citação / destaque */
.quote{position:relative;background:#753bd7c9;border-radius:4rem;padding:6rem 8rem;text-align:center;font-size:3.6rem;line-height:1.35;font-weight:500}
.quote b{color:var(--orange);font-weight:800}
.quote small{display:block;margin-top:2.4rem;font-size:2.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.85}

/* ---------- Perguntas frequentes ---------- */
.faq{margin-top:6rem;display:grid;gap:2.4rem}
.faq details{background:var(--card);color:var(--ink);border-radius:3rem;box-shadow:.2rem .5rem 1rem #00000024;overflow:hidden}
.faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:3.4rem 4.4rem;font-size:3rem;line-height:1.3;font-weight:700;color:var(--purple)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";flex:none;width:5.2rem;height:5.2rem;border-radius:50%;background:var(--purple) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/60% no-repeat;transition:transform .2s}
.faq details[open] summary::after{transform:rotate(180deg);background-color:var(--orange)}
.faq .ans{padding:0 4.4rem 3.8rem;font-size:2.6rem;line-height:1.5}
.faq .ans p+p{margin-top:1.4rem}
.faq .ans a{color:var(--purple);font-weight:700;text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:.2em}

/* ---------- Formulário (parceiro / corporativo) ---------- */
.form-card{position:relative;z-index:6;width:127.8rem;margin:0 auto;background:#fff;color:var(--ink);border-radius:4rem;padding:6.9rem 6.2rem 5.4rem;box-shadow:0 1rem 2rem #160c2247}
.form-head{text-align:center}
.form-icon{width:12rem;height:12rem;margin:0 auto 1.5rem;border:.32rem solid var(--purple);border-radius:50%;display:grid;place-items:center;color:var(--purple)}
.form-icon svg{width:7.2rem;height:7.2rem;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.form-head h2{font-size:4rem;line-height:1.2;color:var(--purple);font-weight:700}
.form-head p{margin-top:.6rem;font-size:3rem;line-height:1.3}
.form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem 6.2rem;margin-top:7rem}
.field{display:flex;flex-direction:column;gap:.8rem}
.field.full,.form .consent,.form .submit,.form .status{grid-column:1/-1}
.field label{font-size:2.3rem;line-height:1.15;letter-spacing:.015em}
.field label span{color:var(--orange)}
.field input,.field select,.field textarea{width:100%;height:7.6rem;background:#fff;color:var(--ink);border:.2rem solid #cacaca;border-radius:1.5rem;padding:0 2.4rem;font-size:2.3rem;outline:none;transition:border-color .18s,box-shadow .18s}
.field textarea{height:16rem;padding:2rem 2.4rem;resize:vertical}
.field input::placeholder,.field textarea::placeholder{color:#a8a8a8}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--purple);box-shadow:0 0 0 .45rem #753bd729}
.field input[aria-invalid=true],.field select[aria-invalid=true]{border-color:#c0392b}
.form .consent{display:flex;align-items:center;gap:1.8rem;font-size:1.9rem;line-height:1.35}
.form .consent a{text-decoration:underline;text-underline-offset:.16em}
.form .consent input{width:3rem;height:3rem;accent-color:var(--purple);flex:none}
.form .submit{height:7.6rem;border:0;border-radius:999rem;background:var(--green);color:#fff;font-size:2.4rem;font-weight:800;letter-spacing:.06em;cursor:pointer;box-shadow:0 .5rem .8rem #00000040;transition:filter .18s,transform .18s}
.form .submit:hover{filter:brightness(1.08)}
.form .status{min-height:2.6rem;margin:-1rem 0 0;text-align:center;font-size:2rem;color:var(--green);font-weight:700}
.form .status.err{color:#c0392b}

/* ---------- Página de texto (privacidade) ---------- */
.doc{padding:7rem 9rem 8rem}
.doc h2{font-size:3.4rem;color:var(--purple);margin-top:4.4rem;line-height:1.25}
.doc h2:first-child{margin-top:0}
.doc p,.doc li{font-size:2.5rem;line-height:1.55;margin-top:1.6rem}
.doc ul{padding-left:3.4rem;margin:0}
.doc em{color:var(--purple-deep);font-style:normal;font-weight:600}
.doc a{color:var(--purple);font-weight:600}
.doc-meta{font-size:2.1rem!important;color:var(--purple-deep);margin:0 0 3rem!important}
.doc-toc{background:var(--card);border-radius:2.4rem;padding:3rem 3.6rem;margin-bottom:5rem}
.doc-toc b{font-size:2.6rem;color:var(--purple)}
.doc-toc ol{columns:3;column-gap:4rem;padding-left:3rem;margin:1.6rem 0 0}
.doc-toc li{font-size:2.1rem!important;margin-top:.8rem!important;break-inside:avoid}
.doc h2{scroll-margin-top:3rem}

/* ---------- Rodapé ---------- */
.site-footer{position:relative;z-index:5;background:linear-gradient(#1e0a3c 0% 3.87%,#22103f 13%,#27154a 23%,#2d1a55 33%,#331f5f 43%,#382468 53%,#3e2971 63%,#422d76 73%,#442e78 86%,#46307a 100%);border-top:1.25rem solid var(--orange);color:#fff}
.foot-cols{display:grid;grid-template-columns:47.8rem 56.4rem 1fr;padding:8.56rem 3rem 6rem max(3rem,calc(50% - 64rem));min-height:60.4rem}
.foot-col{position:relative}
.foot-rule{display:block;width:3.9rem;height:.3rem;background:var(--orange);margin-bottom:2.4rem}
.foot-logo{width:20rem;height:auto;margin-bottom:3.2rem}
.foot-h{font-size:3.2rem;line-height:1.1;font-weight:800;letter-spacing:.0335em;margin-bottom:1.8rem}
.foot-links{display:grid;gap:1.4rem}
.foot-link{font-size:2.6rem;line-height:1.2;letter-spacing:.0281em;transition:color .18s;width:max-content}
.foot-link:hover,.foot-link:focus-visible{color:var(--orange)}
.foot-col .foot-rule.mid{margin-top:4.4rem}
.foot-note{font-size:2.6rem;line-height:1.508;letter-spacing:.02em}
.foot-tel{display:flex;align-items:center;gap:1.6rem;margin-top:2rem;font-size:2.8rem;font-weight:700;letter-spacing:.0283em}
.foot-tel img{width:5rem;height:5rem}
.foot-cta{margin-top:3rem;height:9rem;width:40.37rem;font-size:3.055rem;font-weight:400;letter-spacing:.0275em;padding:0 3rem 0 2.6rem;justify-content:flex-start;gap:2rem}
.foot-socials{display:flex;gap:3.1rem}
.foot-social{width:5rem;height:5rem;transition:opacity .18s}
.foot-social img{width:100%;height:100%}
.foot-social:hover{opacity:.72}
.foot-legacy{margin-top:4.6rem;font-size:2.2rem;line-height:1.45;opacity:.9;max-width:36rem}
.foot-legacy a{color:var(--orange);font-weight:700}
.foot-copy{background:var(--purple);padding:1rem 2rem;text-align:center;font-size:1.8rem;line-height:1.3;letter-spacing:.0318em}
.foot-copy a{text-decoration:underline .062em;text-underline-offset:.22em}

/* ---------- Faixa de aviso de validação ---------- */
.preview-note{position:fixed;left:1.6rem;bottom:1.6rem;z-index:150;background:#1e0a3cf0;color:#fff;border:.1rem solid #f7901e80;border-radius:999rem;padding:1rem 2.4rem;font-size:1.6rem;display:flex;gap:1.6rem;align-items:center;box-shadow:0 .8rem 2.4rem #0000004d;white-space:nowrap}
.preview-note b{color:var(--orange)}
.preview-note button{background:none;border:0;color:#fff;font-size:2rem;line-height:1;cursor:pointer;padding:.2rem .6rem}

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

/* =====================================================================
   CELULAR — prancheta de 376 px (1rem = 10 px da prancheta)
   ===================================================================== */
@media (max-width:1023px){
  html{font-size:clamp(8.5px,calc(100vw / 37.6),11px)}
  body{font-size:1.5rem}
  .only-d{display:none!important}
  .only-m{display:revert!important}
  .page{width:100%}
  .wrap,.benefits,.card-gray,.form-card,.divider{width:calc(100% - 2.4rem);max-width:72rem;margin-left:auto;margin-right:auto}

  /* cabeçalho */
  .site-header{height:8.6rem}
  .brand{left:max(2.6rem,calc(50% - 35rem));top:2.4rem;width:15.4rem}
  .nav,.nav-restricted,.topbar,.wa-flutuante{display:none!important}
  .hamburger{display:flex;position:fixed;top:12px;right:max(12px,calc(50vw - 36rem));z-index:100;width:44px;height:44px;padding:13px;border:0;border-radius:50%;background:none;flex-direction:column;justify-content:space-between;align-items:center;cursor:pointer;isolation:isolate}
  .hamburger::before{content:"";position:absolute;inset:3px;z-index:-1;border-radius:50%;background:#753bd74d;border:1px solid #ffffff38;transition:background .2s,border-color .2s}
  .hamburger span{display:block;width:18px;height:2px;border-radius:2px;background:#fff;transition:transform .25s,opacity .25s}
  .hamburger[aria-expanded=true]::before{background:#753bd7b3;border-color:#f7901e80}
  .hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .hamburger[aria-expanded=true] span:nth-child(2){opacity:0}
  .hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .nav-overlay{display:block;position:fixed;inset:0;z-index:98;background:#0f042066;opacity:0;pointer-events:none;transition:opacity .2s}
  .nav-overlay.active{opacity:1;pointer-events:auto}
  .nav-mobile{display:flex;position:fixed;top:64px;right:max(12px,calc(50vw - 36rem));z-index:99;width:min(280px,100vw - 24px);flex-direction:column;padding:8px;border-radius:18px;background:#1e0a3ceb;border:1px solid #ffffff38;box-shadow:0 8px 24px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
  .nav-mobile a{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 16px;border-radius:12px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
  .nav-mobile a+a::before{content:"";position:absolute;top:0;left:16px;right:16px;height:1px;background:#ffffff40}
  .nav-mobile a:hover,.nav-mobile a[aria-current=page]{color:var(--orange);background:#f7901e1f}
  .nav-mobile .restrito{color:var(--orange)}
  .nav-mobile .restrito svg{width:12px;height:14px}

  /* herói */
  .hero{padding-top:0;padding-inline:1.6rem}
  .hero-title{font-size:2.2rem;line-height:1.42;letter-spacing:.005em}
  .hero-kicker{font-size:1rem;padding:.6rem 1.4rem;margin-bottom:1.2rem}
  .hero-lead{font-size:1.6rem;margin:1.2rem auto 0;line-height:1.3;max-width:56rem}
  .hero-title{max-width:60rem;margin-inline:auto}
  .hero-lead.small{font-size:1.4rem;margin-top:1rem}
  .hero-cta{margin-top:2rem}

  .pill{box-shadow:0 .2rem .4rem #0006}
  .pill-lg{height:4.6rem;padding:0 2.4rem;font-size:1.6rem}
  .pill-md{height:4.2rem;padding:0 2rem;font-size:1.3rem}
  .pill .wa{width:2.4rem;height:2.4rem}
  .pill-call{height:5rem;padding:0 2rem 0 .5rem;font-size:1.4rem;gap:1rem}
  .pill-call .badge{width:4rem;height:4rem}
  .pill-call .phone{font-size:1.7rem}

  /* benefícios */
  .benefits{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);height:auto;min-height:10.3rem;margin:1.6rem auto 0;padding:1.4rem .3rem 1.2rem;border-radius:1.7rem;background:linear-gradient(135deg,#6f38cf,#8243e0);box-shadow:0 .5rem 1.2rem #15052f52}
  .benefit{flex-direction:column;gap:.8rem;padding:0 .3rem;text-align:center;justify-content:flex-start}
  .benefit+.benefit::before{top:.2rem;height:calc(100% - .4rem)}
  .benefit img{height:3.2rem;max-width:3.6rem}
  .benefit span{font-size:1.15rem;line-height:1.25;font-weight:500;white-space:normal}

  /* títulos */
  .sec-title{font-size:2.2rem;line-height:1.25}
  .sec-title.md,.card-gray .sec-title{font-size:1.9rem}
  .rule{width:8rem;height:.3rem;margin-top:1.4rem}
  .rule.sm{width:5.4rem;height:.3rem;margin-top:1.2rem}
  .sec-text{font-size:1.5rem;line-height:1.4;margin-top:1.4rem}
  .needs-title{margin:3.2rem 1.6rem 1.8rem}

  .card-gray{border-radius:1.6rem;box-shadow:0 .4rem 1.6rem #0000002e}
  .card-gray.pad{padding:3.2rem 1.8rem 3.4rem}

  /* serviços lado a lado, como no celular da referência */
  .svc-group{grid-template-columns:1fr 1fr;gap:1.6rem;padding:1rem}
  .svc{height:auto;border-width:0;border-radius:1.4rem;padding:1.8rem .8rem 1.6rem}
  .svc-ic{height:5.4rem}
  .svc-ic img{height:5rem}
  .svc-kicker{display:block;order:3;margin-top:1.4rem;padding-top:1.3rem;font-size:1.05rem;letter-spacing:.02em;color:#fff;border-top:.1rem solid var(--orange);width:100%}
  .svc-title{margin-top:1rem;font-size:1.8rem;line-height:1.28;min-height:4.6rem;white-space:normal}
  .svc-sub{order:4;margin-top:.5rem;font-size:1.05rem;line-height:1.4;font-weight:400}
  .svc .pill{order:5;width:100%;height:3.6rem;font-size:1.35rem;margin-top:1.4rem;letter-spacing:.08em}
  .svc-line{display:none}
  .svc-or{left:50%;top:13.4rem;width:3.6rem;height:3.6rem;margin-left:-1.8rem;font-size:1.3rem;border:.25rem solid var(--card)}

  .zone-split{--split:14.5rem}

  /* círculos */
  .circles,.circles.five{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.8rem .6rem;margin-top:2.6rem;padding:0 .6rem}
  .circles.cols-2m{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem 1.2rem}
  .circles.cols-3m{grid-template-columns:repeat(3,minmax(0,1fr))}
  .circle-item,.circles.five .circle-item{width:auto}
  .circle{width:5.4rem;height:5.4rem}
  .circle img{height:3.1rem;max-width:3.8rem}
  .circle img.sm{height:2.6rem}
  .circle-item .lbl{margin-top:.8rem;font-size:1.05rem;line-height:1.3}
  .circle-item .bd{font-size:1.1rem;line-height:1.35;margin-top:.3rem}
  .cols-2m .circle{width:7.6rem;height:7.6rem}
  .cols-2m .circle img{height:4.4rem;max-width:5rem}
  .cols-2m .circle-item .lbl{font-size:1.45rem}
  .cols-2m .circle-item .bd{font-size:1.3rem}
  .card-gray .circles{margin-top:2.4rem}

  .block{padding-top:4.4rem}
  .block-lg{padding-top:5.2rem}
  .pb{padding-bottom:4.4rem}
  .pb-lg{padding-bottom:5.6rem}
  .divider{height:.2rem}

  .split{grid-template-columns:1fr;gap:2rem;text-align:center}
  .map{width:24rem;height:22.96rem;margin:0 auto}
  .map img.map-logo{left:5.57rem;top:5.4rem;width:14.25rem}
  .split h2{font-size:2rem}
  .split .rule{margin-inline:auto}
  .split p{font-size:1.45rem;margin-top:1.2rem}
  .big-num{font-size:2.6rem}
  .big-num small{font-size:1.45rem}
  .stats{grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:2.2rem}
  .stat{border-radius:1.4rem;padding:1.4rem .6rem}
  .stat b{font-size:2.2rem}
  .stat span{font-size:1.05rem;margin-top:.6rem}

  .timeline{margin-top:3.2rem}
  .timeline::before{left:2.6rem;width:.3rem}
  .tl-item,.tl-item:nth-child(odd),.tl-item:nth-child(even){grid-template-columns:5.6rem 1fr;margin-bottom:2rem}
  .tl-dot{grid-column:1;grid-row:1;width:5.2rem;height:5.2rem;border-width:.3rem;justify-self:start}
  .tl-dot img{height:2.6rem}
  .tl-item:nth-child(odd) .tl-card,.tl-item:nth-child(even) .tl-card{grid-column:2;grid-row:1}
  .tl-card{border-radius:1.6rem;padding:1.8rem 1.6rem}
  .tl-year{font-size:2.6rem}
  .tl-card h3{font-size:1.7rem;margin-top:.8rem}
  .tl-card p{font-size:1.35rem;margin-top:.8rem}
  .tl-item.final .tl-card{border-width:.25rem}

  .mini-tl{grid-template-columns:1fr;gap:1.4rem;margin-top:2.4rem;text-align:left}
  .mini-tl::before{left:2.6rem;right:auto;top:1rem;bottom:1rem;width:.3rem;height:auto}
  .mini-tl li{display:grid;grid-template-columns:5.2rem 1fr;column-gap:1.4rem;text-align:left;padding:0}
  .mini-tl .y{grid-row:1/3;width:5.2rem;height:5.2rem;font-size:1.3rem;margin:0}
  .mini-tl b{margin-top:.4rem;font-size:1.5rem}
  .mini-tl span{margin-top:.2rem;font-size:1.3rem}

  .steps{grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2.4rem}
  .step{border-radius:1.6rem;padding:1.8rem 1.2rem}
  .step .circle{width:5.6rem;height:5.6rem}
  .step .circle img{height:3.2rem}
  .step h3{font-size:1.45rem;margin-top:1rem}
  .step p{font-size:1.2rem;margin-top:.6rem}

  .prose{font-size:1.5rem}
  .prose p+p{margin-top:1.2rem}
  .cols-2{grid-template-columns:1fr;gap:2.4rem}
  .check-list{gap:1rem;margin-top:1.6rem}
  .check-list li{font-size:1.4rem;padding-left:2.8rem}
  .check-list li::before{width:1.9rem;height:1.9rem;top:.1rem}
  .quote{border-radius:1.8rem;padding:2.6rem 1.8rem;font-size:1.7rem}
  .quote small{font-size:1.1rem;margin-top:1.2rem}

  .faq{margin-top:2.4rem;gap:1.2rem}
  .faq details{border-radius:1.6rem}
  .faq summary{padding:1.6rem 1.6rem;font-size:1.5rem;gap:1.2rem}
  .faq summary::after{width:2.8rem;height:2.8rem}
  .faq .ans{padding:0 1.6rem 1.8rem;font-size:1.4rem}

  .form-card{border-radius:2rem;padding:3.2rem 1.8rem 2.8rem}
  .form-icon{width:6.4rem;height:6.4rem;border-width:.2rem}
  .form-icon svg{width:3.8rem;height:3.8rem}
  .form-head h2{font-size:2.1rem}
  .form-head p{font-size:1.5rem}
  .form{grid-template-columns:1fr;gap:1.4rem;margin-top:2.6rem}
  .field label{font-size:1.3rem}
  .field input,.field select,.field textarea{height:4.4rem;border-radius:1rem;padding:0 1.4rem;font-size:1.5rem;border-width:.1rem}
  .field textarea{height:9rem;padding:1.2rem 1.4rem}
  .form .consent{font-size:1.15rem;gap:1rem}
  .form .consent input{width:1.8rem;height:1.8rem}
  .form .submit{height:4.6rem;font-size:1.5rem}
  .form .status{font-size:1.25rem;margin-top:0}

  .doc{padding:2.6rem 1.8rem 3rem}
  .doc h2{font-size:1.8rem;margin-top:2.4rem}
  .doc p,.doc li{font-size:1.4rem;margin-top:1rem}
  .doc ul{padding-left:2rem}
  .doc-meta{font-size:1.2rem!important;margin-bottom:1.6rem!important}
  .doc-toc{border-radius:1.4rem;padding:1.6rem 1.8rem;margin-bottom:2.4rem}
  .doc-toc b{font-size:1.5rem}
  .doc-toc ol{columns:1;padding-left:2rem;margin-top:.8rem}
  .doc-toc li{font-size:1.3rem!important;margin-top:.5rem!important}

  /* rodapé — igual ao celular da referência */
  .site-footer{border-top-width:.5rem;background:linear-gradient(#1e0a3c 0%,#46307a 100%)}
  .foot-cols{display:flex;flex-direction:column;padding:2.8rem 2.4rem 0;min-height:0;max-width:72rem;margin:0 auto}
  .foot-col{padding-bottom:2.8rem}
  .foot-col:first-child{text-align:center}
  .foot-col:first-child>.foot-rule:first-child{width:100%;height:.3rem;margin-bottom:1.6rem}
  .foot-logo{width:16rem;margin:0 auto 1.8rem}
  .foot-col:first-child .foot-links{grid-template-columns:1fr 1fr;gap:1rem 1.2rem;text-align:left}
  .foot-col:nth-child(2),.foot-col:last-child{text-align:center}
  .foot-col:nth-child(2)::before,.foot-col:last-child::before{content:"";display:block;width:100%;height:.3rem;margin-bottom:2.4rem;background:var(--orange)}
  .foot-col:nth-child(2) .foot-rule,.foot-col:last-child .foot-rule{display:none}
  .foot-col .foot-rule.mid{display:block;width:3.4rem;height:.2rem;margin:2.4rem auto 1.2rem}
  .foot-h{font-size:1.8rem;letter-spacing:.02em;margin-bottom:1.2rem}
  .foot-link{font-size:1.5rem;color:#fffc;width:auto}
  .foot-note{font-size:1.4rem;color:#fffc;line-height:1.4}
  .foot-tel{justify-content:center;font-size:1.6rem;margin-top:1.2rem;gap:1rem}
  .foot-tel img{width:2.8rem;height:2.8rem}
  .foot-cta{width:25rem;height:5rem;margin:1.8rem auto 0;font-size:1.6rem;padding:0 2rem;justify-content:center;gap:1rem}
  .foot-socials{justify-content:center;gap:2rem}
  .foot-social{width:5.2rem;height:5.2rem}
  .foot-legacy{max-width:none;font-size:1.3rem;margin-top:2rem}
  .foot-copy{padding:1.4rem 1.6rem;font-size:1.25rem;letter-spacing:0;color:#ffffffcc}

  .preview-note{font-size:1.15rem;padding:.8rem 1.4rem;bottom:1.2rem;left:auto;right:50%;transform:translateX(50%);white-space:normal;width:calc(100% - 2.4rem);max-width:48rem;border-radius:1.4rem}
}

/* =====================================================================
   Utilitários (substituem estilos embutidos: a CSP não permite style="")
   ===================================================================== */
.grad-150{--grad-end:150rem}.grad-120{--grad-end:120rem}.grad-110{--grad-end:110rem}.grad-96{--grad-end:96rem}
.split-a{--split:37rem}.split-b{--split:30rem;margin-top:6rem}.split-c{--split:22rem}.split-d{--split:18rem;margin-top:3rem}
.mt-0{margin-top:0}.mt-s{margin-top:3rem}.mt-m{margin-top:5rem}.mt-l{margin-top:6rem}.mt-xl{margin-top:9rem}
.pt-s{padding-top:6rem}.pb-404{padding-bottom:20rem}
.acoes-centro{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap}
.lista-limpa{list-style:none;padding:0}
.txt-esq{text-align:left}.cor-branca{color:#fff}.cor-ink{color:var(--ink)}.largura-total{width:100%}
.stats-col{grid-template-columns:1fr;margin-top:0}
.hero-grande{font-size:8.4rem;line-height:1.18}
.hero-lead-grande{font-size:4.4rem;margin-top:3rem}
@media (max-width:1023px){
  .split-a{--split:14.5rem}.split-b{--split:12rem;margin-top:2.4rem}.split-c{--split:9rem}.split-d{--split:9rem;margin-top:1.6rem}
  .mt-s{margin-top:1.4rem}.mt-m{margin-top:2rem}.mt-l{margin-top:2.4rem}.mt-xl{margin-top:3.2rem}
  .pt-s{padding-top:2.4rem}.pb-404{padding-bottom:6rem}
  .acoes-centro{gap:1.2rem}
  .hero-grande{font-size:3rem;line-height:1.2}
  .hero-lead-grande{font-size:1.8rem;margin-top:1.4rem}
  .stats-col{grid-template-columns:1fr}
  .cols-2 .txt-esq{text-align:left}
}

/* ---------- Ação rápida, cookies e formulários ---------- */
.foot-btn{background:none;border:0;color:inherit;padding:0;cursor:pointer;text-align:left;font:inherit;font-size:2.6rem;letter-spacing:.0281em}
.wa-flutuante{position:fixed;right:3rem;bottom:3rem;z-index:90;width:8.4rem;height:8.4rem;border-radius:50%;background:var(--green);display:grid;place-items:center;box-shadow:0 .8rem 2.4rem #0000004d;transition:transform .18s}
.wa-flutuante:hover{transform:scale(1.06)}
.wa-flutuante img{width:4.6rem;height:4.6rem}
.barra-acao{display:none}
.cookie-banner{position:fixed;left:50%;bottom:3rem;transform:translateX(-50%);z-index:120;width:min(128rem,calc(100% - 6rem));background:#fff;color:var(--ink);border-radius:3rem;padding:2.6rem 3.4rem;display:flex;align-items:center;gap:3.2rem;box-shadow:0 1rem 3rem #0f042066;border:.2rem solid var(--orange)}
.cookie-banner p{font-size:2.1rem;line-height:1.45}
.cookie-banner a{color:var(--purple);font-weight:700;text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:.2em}
.cookie-ok{height:6.4rem;padding:0 4rem;font-size:2.1rem;flex:none}
.hp{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;opacity:0}
.field-err{color:#b3261e;font-size:1.9rem;line-height:1.3;font-weight:600}
.form .consent{flex-wrap:wrap}
.form .consent .field-err{flex-basis:100%}
.form .submit:disabled{opacity:.7;cursor:progress}
.form-ok{text-align:center;padding:6rem 3rem 3rem;outline:none}
.form-ok::before{content:"";display:block;width:12rem;height:12rem;margin:0 auto 2.6rem;border-radius:50%;background:var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='%23fff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/60% no-repeat}
.form-ok h3{font-size:4rem;color:var(--purple)}
.form-ok p{font-size:2.6rem;line-height:1.45;margin-top:1.4rem}
.form-ok .form-ok-sub{font-size:2.2rem;color:var(--purple-deep)}
@media (max-width:1023px){
  body{padding-bottom:calc(6.4rem + env(safe-area-inset-bottom))}
  .barra-acao{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:95;background:#1e0a3cf2;border-top:.2rem solid var(--orange);padding:.8rem 1.2rem calc(.8rem + env(safe-area-inset-bottom));gap:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
  .barra-acao a{display:flex;align-items:center;justify-content:center;gap:.8rem;height:4.8rem;border-radius:999px;font-size:1.45rem;font-weight:800;letter-spacing:.04em;color:#fff}
  .barra-acao img{width:2.2rem;height:2.2rem}
  .ba-tel{background:var(--purple)}
  .ba-wa{background:var(--green)}
  .foot-btn{font-size:1.5rem;color:#fffc}
  .cookie-banner{bottom:calc(7.4rem + env(safe-area-inset-bottom));width:calc(100% - 2.4rem);max-width:60rem;flex-direction:column;align-items:stretch;gap:1.4rem;padding:1.8rem;border-radius:1.8rem}
  .cookie-banner p{font-size:1.35rem}
  .cookie-ok{height:4.4rem;font-size:1.35rem}
  .preview-note{bottom:calc(7.4rem + env(safe-area-inset-bottom))}
  .field-err{font-size:1.2rem}
  .form-ok{padding:3rem 1rem 1rem}
  .form-ok::before{width:6.4rem;height:6.4rem;margin-bottom:1.4rem}
  .form-ok h3{font-size:2.2rem}
  .form-ok p{font-size:1.5rem;margin-top:.8rem}
  .form-ok .form-ok-sub{font-size:1.3rem}
}
@media print{.barra-acao,.wa-flutuante,.cookie-banner,.preview-note,.hamburger{display:none!important}}
.tabela-rolagem{overflow-x:auto;margin-top:2rem}
.doc-tabela{width:100%;border-collapse:collapse;font-size:2.2rem;line-height:1.4}
.doc-tabela th,.doc-tabela td{border-bottom:.1rem solid #1e0a3c26;padding:1.6rem 1.4rem;text-align:left;vertical-align:top}
.doc-tabela th{color:var(--purple);font-size:1.9rem;letter-spacing:.04em;text-transform:uppercase}
.doc-tabela code{font-size:.92em;background:var(--card);border-radius:.6rem;padding:.2rem .6rem;word-break:break-all}
.link-btn{background:none;border:0;padding:0;color:var(--purple);font:inherit;font-weight:700;text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:.2em;cursor:pointer}
@media (max-width:1023px){.doc-tabela{font-size:1.3rem}.doc-tabela thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.doc-tabela,.doc-tabela tbody,.doc-tabela tr,.doc-tabela td{display:block;width:100%}.doc-tabela tr{background:var(--card);border-radius:1.2rem;padding:1rem 1.2rem;margin-bottom:1rem}.doc-tabela td{border:0;padding:.4rem 0}.doc-tabela td::before{content:attr(data-rotulo);display:block;font-size:1.05rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--purple)}}
