/* Estilo compartilhado das páginas de políticas (privacidade, termos, trocas, entrega). */
@font-face { font-family:"Inter"; src:url("fonts/inter-latin.woff2") format("woff2"); font-weight:100 900; font-display:swap; }
*,*::before,*::after{box-sizing:border-box;}
body{margin:0;font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:15px;line-height:1.65;color:#3B4744;background:#E8ECE9;-webkit-font-smoothing:antialiased;}
.pagina{max-width:640px;margin:0 auto;background:#fff;min-height:100dvh;box-shadow:0 0 48px rgba(27,45,41,.14);}
.topo{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-bottom:1px solid #E5E0D6;}
.topo img{width:132px;height:auto;display:block;}
.voltar{color:#2E4B45;font-size:13.5px;font-weight:600;text-decoration:none;}
.voltar:hover{text-decoration:underline;}
.conteudo{padding:32px 24px 48px;}
h1{font-family:"Newsreader",Georgia,serif;font-weight:500;font-size:32px;line-height:1.15;letter-spacing:-.01em;color:#1C2926;margin:0 0 6px;}
h2{font-size:17px;font-weight:700;color:#1C2926;margin:28px 0 8px;}
p{margin:0 0 12px;}
ul{margin:0 0 12px;padding-left:20px;list-style:disc;}
li{margin-bottom:6px;}
a{color:#2E4B45;font-weight:600;}
.atualizacao{font-size:13px;color:#66716E;margin-bottom:24px;}
.rodape{text-align:center;font-size:12.5px;color:#66716E;padding:20px;border-top:1px solid #E5E0D6;}
@media (max-width:360px){.conteudo{padding:24px 16px 40px;}h1{font-size:27px;}}
