/* === AJUSTES PREMIUM FINAIS DZUK INTERIORES === */

/* 1. BotÃµes padrÃ£o e modais */
button,
.btn,
.modal-footer .btn {
  background-color: #DBC36F !important;
  color: #2f2f2f !important;
  font-family: 'Poppins', sans-serif;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* 2. Cards de produto */
.product-list-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-list-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* 3. Banners nas categorias */
.pagina-categoria .element-banner-bottom #banner-bottom li {
  background-color: #faf8f6;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #e5ddd2;
}

/* 4. Caixa de aviso de cookies */
.alert-cookie {
  background-color: #f6f2ed;
  color: #422F23;
  border-top: 3px solid #DBC36F;
  font-family: 'Poppins', sans-serif;
  padding: 20px;
}
.alert-cookie .btn-option-yes {
  background: #DBC36F;
  color: #000;
  border-radius: 6px;
  padding: 10px 20px;
}

/* 5. NotificaÃ§Ãµes */
.message-animated.success {
  background: #dff0d8;
  color: #3c763d;
  border-left: 6px solid #a3cf87;
}
.message-animated.error {
  background: #f2dede;
  color: #a94442;
  border-left: 6px solid #e09b9b;
}

/* 6. Inputs e formulÃ¡rios */
input[type="text"],
input[type="email"],
textarea,
select {
  background: #fff;
  border: 1px solid #DDD0C6;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: 'Poppins', sans-serif;
  color: #422F23;
}

/* FUNDO e BASE do menu */
#nav-main {
  background-color: #f7f3f0 !important;
  border-bottom: 1px solid #e0d8d1;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

/* LISTA de links do menu */
#nav-main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px 0;
  margin: 0 auto;
  list-style: none;
  gap: 20px;
}

/* ITENS de menu */
#nav-main ul li {
  padding: 8px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #422f23;
  transition: color 0.2s ease, background 0.2s ease;
}

/* LINK ativo ou hover */
#nav-main ul li:hover,
#nav-main ul li a:hover {
  background-color: #eae1d8;
  color: #865a3a;
  border-radius: 6px;
}

/* LINKS do menu */
#nav-main ul li a {
  color: inherit !important;
  text-decoration: none;
  display: block;
}

<!-- PRIMEIRA DOBRA PREMIUM DZUK INTERIORES -->
<section style="background-color: #f7f3f0; padding: 60px 20px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center;">
  <h1 style="font-family: 'Poppins', sans-serif; font-size: 32px; font-weight: 600; color: #422f23; max-width: 800px; margin-bottom: 20px;">
    Ambientes que respiram elegância.<br> Persianas sob medida com instalação e garantia inclusas.
  </h1>

  <p style="font-family: 'Poppins', sans-serif; font-size: 16px; color: #6e5a48; max-width: 700px; margin-bottom: 30px;">
    Projetos residenciais e corporativos com acabamentos impecáveis. Atendimento personalizado para cada cliente.
  </p>

  <a href="https://wa.me/55‪47999574550‬" target="_blank" style="
    background-color: #dbc36f;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  ">
    Solicitar Atendimento Exclusivo
  </a>

  <div style="margin-top: 40px;">
    <img src="https://www.dzukinteriores.com.br/arquivos/banner-padrao-home.jpg" alt="Persiana Premium" style="max-width: 90%; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.05);">
  </div>
</section>
