:root {
  --marrom-madeira: #6b4f3a;
  --verde-natural: #2f5d3a;
  --terracota: #a05a44;
  --azul-suave: #3a6f8f;
  --cor-primaria: #5c3b1e;
  --cor-secundaria: #a67c52;
  --cor-fundo: #f4f0ea;
  --cor-oliva: #6b7a3a;
  --cor-vinho: #7a2f2f;
  --cor-neutra: #666666;
  --cor-primaria: #5c3b1e;
  --cor-secundaria: #a67c52;
  --cor-texto-claro: #f5efe6;
  --cor-texto-suave: #e6dccf;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fafafa;
  color: #333;
}

header {
  background: linear-gradient(to top, #5c3b1e, #3e2813);
  color: var(--cor-texto-suave);
  padding: 20px;
  text-align: center;
}

nav {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 900px;
  margin: auto;
}

nav a {
  color: var(--cor-texto-suave);
  margin: 5px 10px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
}

nav a:hover {
  color: #c9a96e;
}

nav a.ativo {
  color: #c9a96e;
  border-bottom: 2px solid #c9a96e;
}


h1 {
  text-align: center;
  margin-bottom: 30px;
}

.post-list {
  list-style: none;
  padding: 0;
}

.post-list li {
  background: var(--cor-fundo);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.post-list h3 {
  margin: 0 0 10px;
}

.post-list p {
  margin: 0 0 15px;
}

.post-list a {
  color: #0066cc;
  text-decoration: none;
}



.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}


h2 {
  margin-top: 30px;
  color: #5c3b1e;

}

img {
  max-width: 100%;
  border-radius: 6px;
  margin: 20px 0;
  height: auto;
  display: block;
}


a {
  color: #0066cc;
  text-decoration: none;
}



.etapa {
  font-size: 15px;
  font-weight: bold;
}

.passo {
  font-size: 15px;
  color: #a19f9f;
}

/* =========================
   RODAPÉ – LUTHIERIA BARATIERI
   ========================= */

.footer {
  background: linear-gradient(to top, #5c3b1e, #3e2813);
  color: #f1f1f1;
  padding: 40px 20px;
  margin-top: 60px;
  font-size: 14px;
}

.footer-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

.footer h3 {
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--cor-texto-claro);
}

.footer a {
  display: block;
  color: #e0d6c8;
  text-decoration: none;
  margin-bottom: 8px;
  transition: 0.2s;
}

.footer a:hover {
  color: var(--cor-texto-claro);
  transform: translateX(3px);
}

.footer-copy {
  font-size: 13px;
  margin-bottom: 10px;
}

.footer-local {
  font-size: 13px;
  color: #d6c6b4;
}

.btn-footer {
  display: inline-block;
  background: #c89b6d;
  color: #2b1a0d !important;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.btn-footer:hover {
  background: #e0b382;
}

.afiliados {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.4;
}

/* =========================
   FOOTER MOBILE
   ========================= */

@media (max-width: 768px) {

  nav {
    display: block;
  }

  .serie-nav {
    margin: 28px 0;
    padding-left: 12px;
    border-left: 3px solid var(--terracota);
    /* bem suave */
    font-size: 0.95rem;
  }

  .serie-nav p {
    margin: 10px 0;
  }

  .serie-nav a {
    text-decoration: none;
    font-weight: 600;
    color: var(--cor-texto-suave);
    padding: 2px 0;
    transition: 0.2s;
  }

  .serie-nav a:hover {
    color: #7a5230;
    text-decoration: underline;
  }

  .serie-nav span {
    display: block;
    font-size: 0.85rem;
    color: var(--cor-neutra);
    margin-top: 2px;
  }

  .footer {
    text-align: center;
    padding: 30px 15px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .footer-col {
    width: 100%;
    max-width: 300px;
  }

  .footer h3 {
    margin-bottom: 8px;
  }

  .footer a {
    margin-bottom: 6px;
  }

  .btn-footer {
    width: 100%;
    text-align: center;
  }

  .afiliados {
    margin-top: 8px;
  }

  .footer-col {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 15px;
  }

  .footer-col:first-child {
    border-top: none;
    padding-top: 0;
  }
}


.seo-texto {
  background-color: #f5f5f5;
  border-radius: 8px;
  line-height: 1.6;
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;

}

.seo-texto h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #333;
}

.seo-texto p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #444;
  text-align: justify;
}

.seo-texto ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.seo-texto li {
  margin-bottom: 5px;
}

.conclusao {
  background: #f7f3ef;
  /* bege bem suave */
  padding: 25px;
  border-left: 4px solid #6b4f3a;
  /* marrom madeira mais profundo */
  margin: 40px 0;
}

.cta {
  background: #f4faf6;
  /* verde bem leve */
  padding: 25px;
  border-left: 4px solid #2f5d3a;
  /* verde mais sólido */
  margin: 40px 0;
}

.serie {
  font-size: 15px;
  color: #787575;
  background: #fff6ee;
  /* pêssego suave */
  padding: 25px;
  border-left: 4px solid #a05a44;
  /* terracota elegante */
  margin: 40px 0;
}

.faq {
  background: #eef4f8;
  /* azul clarinho mais clean */
  padding: 25px;
  border-left: 4px solid #3a6f8f;
  /* azul mais sóbrio */
  margin: 40px 0;
}

.faq h3 {
  margin-top: 20px;
}

.institucional {
  background: #f9f7f5;
  padding: 25px;
  border-top: 2px solid #6b4f3a;
  margin-top: 50px;
  font-size: 0.95em;
  color: #444;
}

figure {
  margin: 24px 0;
}

figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

figcaption {
  font-size: 0.9rem;
  color: #666;
  margin-top: 8px;
  line-height: 1.4;
}

.btn-whatsapp {
    display: inline-block;
    background: #25D366;
    color: #fff;
    font-weight: bold;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 12px;
    transition: all 0.2s ease;
}

.btn-whatsapp:hover {
    background: #1ebe5d;
    transform: translateY(-1px);
}

.cta-alternativa {
    margin-top: 10px;
    font-size: 0.95rem;
    color: #171515;
}

.cta-alternativa a {
    color: #5c3b1e;
    font-weight: 500;
    text-decoration: underline;
}

.cta-alternativa a:hover {
    color: #3e2813;
}

.post-destaque {
  border: 2px solid #ddd;
  padding: 16px;
  margin-bottom: 20px;
  background: #fafafa;
  border-radius: 6px;
}

.post-destaque h3 {
  margin-top: 0;
}

.post-destaque a {
  text-decoration: none;
}

.post-destaque .data {
  font-size: 0.85rem;
  color: #777;
  margin-top: 8px;
}

.post-destaque {
  border-left: 4px solid #2c7be5;
  background: #f5f9ff;
}