* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: #fffdf5;
  color: #0f141c;
  font-family: "Nunito", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.topo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 20px;
  background: #2e7d32;
  color: #ffffff;
}

.topo a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.topo a:hover { text-decoration: underline; }

.topo img {
  width: 26px;
  height: 26px;
  border-radius: 7px;
}

.topo .marca {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

main {
  max-width: 760px;
  margin: 0 auto;
  padding: 30px 20px 30px;
}

h1 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1b5e20;
}

.atualizado {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #65736a;
}

h2 {
  margin-top: 28px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #0f141c;
}

p { margin-top: 9px; }

ul {
  margin-top: 9px;
  padding-left: 20px;
}

li { margin-top: 6px; }

strong { font-weight: 800; }

a { color: #2e7d32; }

.destaque {
  margin-top: 20px;
  padding: 14px 16px;
  border: 2px solid #0f141c;
  border-radius: 14px;
  background: #fff3bf;
  box-shadow: 4px 4px 0 #0f141c;
  font-size: 13.5px;
  font-weight: 700;
}

.destaque p { margin-top: 8px; }

.voltar {
  display: inline-block;
  margin-top: 26px;
  padding: 10px 16px;
  border: 2px solid #0f141c;
  border-radius: 999px;
  background: #2e7d32;
  box-shadow: 3px 3px 0 #0f141c;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
}

.voltar:hover { background: #1b5e20; }

footer {
  margin-top: 20px;
  padding: 24px 20px 44px;
  border-top: 1px solid #ece7d6;
  text-align: center;
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-bottom: 14px;
}

footer nav a {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #2e7d32;
  text-decoration: none;
}

footer nav a:hover { text-decoration: underline; }

footer .aviso {
  max-width: 640px;
  margin: 0 auto;
  font-size: 11.5px;
  line-height: 1.6;
  color: #5b6b60;
}
