 

body {
  background: blue;
}

 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #0f172a;
    background: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  /* HEADER BASE */
header {
  border-bottom: 1px solid #eee;
  background: #fff;
}

/* CONTAINER */
header > div {
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO / HOME */
header p {
  margin: 0;
}

header p a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: #111;
}

/* MENU */
header ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  gap: 18px;
  align-items: center;
}

/* REMOVE O "|" manual */
header ul li {
  display: flex;
  align-items: center;
}

/* LINKS */
header ul a {
  text-decoration: none;
  font-size: 14px;
  color: #555;
  transition: color 0.2s ease;
}

/* HOVER */
header ul a:hover {
  color: #000;
}

/* SEPARADOR AUTOMÁTICO (melhor que usar "|") */
header ul li:not(:last-child)::after {
  content: "|";
  margin-left: 18px;
  color: #ccc;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  header > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  header ul {
    flex-wrap: wrap;
    gap: 10px;
  }

  header ul li::after {
    display: none;
  }
}
/* HEADER BASE */
header {
  border-bottom: 1px solid #eee;
  background: #fff;
}

/* CONTAINER */
header > div {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO / NOME (opcional) */
header p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

header p a {
  text-decoration: none;
  color: #000;
}

/* MENU */
header ul {
  list-style: none;
  margin: 0;
  padding: 0;

  display: flex;
  gap: 16px;
}

/* ITENS */
header li {
  font-size: 14px;
  color: #888;
}

/* LINKS */
header a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}

header a:hover {
  color: #000;
}
  .serif { font-family: Georgia, 'Times New Roman', Times, serif; }
  .disclaimer-bar {
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 8px 16px;
    text-align: center;
    font-size: 12px;
    color: #64748b;
  }
  .article {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px 16px;
  }
  @media (min-width: 640px) { .article { padding: 48px 24px; } }
  .label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #64748b;
    margin-bottom: 12px;
  }
  h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
    margin-bottom: 16px;
  }
  @media (min-width: 640px) { h1 { font-size: 36px; } }
  h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 16px;
  }
   @media (min-width: 640px) { h1 { font-size: 36px; } }
  h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 16px;
  }
  .subheadline {
    font-size: 18px;
    line-height: 1.6;
    color: #64748b;
  }
  .meta {
    margin-top: 4px;
    font-size: 12px;
    color: #64748b;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;     /* Centraliza verticalmente */
    margin-left: 60px;
     }
  .separator {
    border: none;
    border-top: 1px solid #e2e8f0;
    margin-bottom: 32px;
  }
  .section { margin-bottom: 32px; }
  p { margin-bottom: 16px; font-size: 16px; line-height: 1.6; color: #0f172a; }
  p:last-child { margin-bottom: 0; }
  .muted { color: #64748b; }
  .small { font-size: 14px; }
  .xsmall { font-size: 12px; }
  em.muted { color: #64748b; }
  ul {
    list-style: disc inside;
    margin-bottom: 16px;
    font-size: 16px;
    color: #0f172a;
  }
  ul li { margin-bottom: 8px; }
  strong { font-weight: 600; }
  figure { margin-bottom: 32px; }
  figure img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    display: block;
  }
  
  figcaption {
    margin-top: 8px;
    font-size: 12px;
    color: #64748b;
  }
  .disclaimer-box {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 4px;
    padding: 16px;
    font-size: 12px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 24px;
  }
  .disclaimer-box p { font-size: 12px; color: #64748b; margin-bottom: 8px; }
  .disclaimer-box p:last-child { margin-bottom: 0; }
  .disclaimer-footer {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 4px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
  }
  .disclaimer-footer p { font-size: 14px; color: #64748b; margin-bottom: 12px; }
  .disclaimer-footer p:last-child { margin-bottom: 0; }
  .cta-section { text-align: center; margin-bottom: 32px; }
  .cta-section p { color: #64748b; }
  .cta-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #0f172a;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .cta-link:hover { opacity: 0.8; }
  .page-footer {
    border-top: 1px solid #e2e8f0;
    padding-top: 24px;
    text-align: center;
    font-size: 12px;
    color: #64748b;
  }
  header { margin-bottom: 32px; }
   /* FOOTER */
  footer {
     border-top: 1px solid #eee; 
     background: #fff; 
    }
  .footer { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 14px; flex-wrap: wrap; 
  }
  .meta { margin: 0; font-size: 13px; color: #555; display: flex; gap: 8px; align-items: center; }
  .sep { color: #aaa; }

  /* RESET FOOTER */
footer {
  border-top: 1px solid #eee;
  background: #fff;
}

/* CONTAINER PRINCIPAL (2 COLUNAS) */
.footer-container {
  display: grid;
  grid-template-columns: 1.4fr 1fr; /* mais espaço pro texto */
  gap: 40px;

  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;

  align-items: start;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}

/* TEXTO */
.footer-container p {
  margin: 0;
  line-height: 1.6;
  color: #444;
  word-break: break-word;
}

/* TÍTULOS */
.footer-container h3 {
  margin-bottom: 12px;
  font-size: 16px;
}

/* LINKS (VERTICAL LIMPO) */
.footlinks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footlinks li {
  margin-bottom: 8px;
}

.footlinks a {
  font-size: 13px;
  color: #555;
  text-decoration: none;
  display: inline-block;
  padding: 4px 0;
  transition: all 0.2s ease;
}

.footlinks a:hover {
  text-decoration: underline;
  color: #000;
}

/* BARRA FINAL (COPYRIGHT) */
.wrap.footer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 20px;

  display: flex;
  justify-content: flex-start; /* alinhado à esquerda */
}

.wrap.footer .meta {
  font-size: 13px;
  color: #777;
}

.wrap.footer .sep {
  margin: 0 6px;
}

  /* Basic SEO/UX helpers */
  a { word-break: break-word; }
  .cookie-container {
    position: fixed;
    bottom: -100px; /* Começa escondido */
    left: 0;
    right: 0;
    background: #ffffff;
    color: #333;
    padding: 20px;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.1);
    z-index: 9999;
    transition: bottom 0.5s ease-in-out;
    display: flex;
    justify-content: center;
}

.cookie-container.show {
    bottom: 0;
}

.cookie-content {
    max-width: 1000px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
    font-family: sans-serif;
}

.cookie-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.btn-accept {
    background: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

.btn-settings {
    background: #f8f9fa;
    color: #666;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

@media (min-width: 768px) {
    .cookie-content {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}
