/* ===== Quick wins — Diagnóstico Agosto/2026 ===== */

/* Linha de prova social abaixo do CTA do hero */
.hero-highlights {
  margin-top: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #f2f6f1;
  letter-spacing: 0.2px;
}
.hero-delivered {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #f2f6f1;
}
.trust-line {
  margin-top: 8px;
  font-size: 13px;
  color: #f2f6f1;
  letter-spacing: 0.2px;
}
.trust-line .stars { color: #e8b34a; margin-right: 4px; }

/* Proteção contra overflow horizontal no mobile (evita conteúdo "vazando" e empurrando a tela) */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Corrige o ícone do menu mobile (cor quebrada no CSS original do Webflow) */
.menu-icon3_line-top,
.menu-icon3_line-middle,
.menu-icon3_line-bottom {
  background-color: #3a2e28 !important;
}

/* Teaser Aflorar Corporativo */
.corporate-teaser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: #faf6f1;
  border: 1px solid #e8d9c5;
  border-radius: 16px;
  padding: 28px 32px;
}
.corporate-teaser-text h3 {
  font-family: 'Afacad', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #3a2e28;
  margin-bottom: 6px;
}
.corporate-teaser-text p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #6b5c4f;
  max-width: 560px;
  margin: 0;
}
.corporate-teaser-btn {
  flex-shrink: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .corporate-teaser { flex-direction: column; align-items: flex-start; }
}

/* Diferenciais da página Aflorar Corporativo */
.corporate-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 32px 0 48px;
  text-align: left;
}
.corporate-feature {
  background: #faf6f1;
  border-radius: 14px;
  padding: 20px;
}
.corporate-feature-icon {
  font-size: 20px;
  font-weight: 700;
  color: #3a2e28;
  margin-bottom: 10px;
}
.corporate-feature p {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #6b5c4f;
  line-height: 1.5;
  margin: 0;
}
.corporate-feature p strong {
  display: block;
  font-size: 14px;
  color: #3a2e28;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .corporate-features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 479px) {
  .corporate-features { grid-template-columns: 1fr; }
}

/* Navegação padronizada: negrito + caixa alta em todos os links */
.navbar3_link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.4px;
}

/* Filtro por ocasião */
.occasion-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px 0 8px;
}
.occasion-pill {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #3a2e28;
  background: #faf6f1;
  border: 1px solid #e8d9c5;
  border-radius: 30px;
  padding: 9px 18px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.occasion-pill:hover {
  border-color: #3a2e28;
}
.occasion-pill.is-active {
  background: #3a2e28;
  color: #fff;
  border-color: #3a2e28;
}
.occasion-empty-message {
  text-align: center;
  font-size: 14px;
  color: #6b5c4f;
  margin-top: 16px;
}
.occasion-empty-message a {
  color: #3a2e28;
  font-weight: 700;
  text-decoration: underline;
}


/* Cabeçalhos de categoria dentro do catálogo (cada categoria tem seu próprio grid) */
.category-heading {
  font-size: 22px;
  font-weight: 700;
  margin: 48px 0 20px;
  color: #3a2e28;
  text-align: left;
  width: 100%;
}
.category-heading:first-of-type { margin-top: 0; }

/* Selo "mais pedida" */
.badge-mais-pedida {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #e8b34a;
  color: #3a2e28;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 6px 12px;
  border-radius: 20px;
  z-index: 5;
}
.inicio_de-lista-de-produtos-de-ecommerce_item { position: relative; }

/* Preço no card */
.price-tag {
  font-size: 22px;
  font-weight: 700;
  color: #3a2e28;
  margin: 6px 0 14px;
}
.price-tag .price-from {
  font-size: 12px;
  font-weight: 400;
  color: #9c8b7c;
  display: block;
}

/* Depoimentos reais */
.testimonial-card {
  background: #faf6f1;
  border-radius: 14px;
  padding: 20px;
  text-align: left;
}
.testimonial-card .stars {
  color: #e8b34a;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}
.testimonial-card p {
  font-size: 14px;
  color: #5a4636;
  line-height: 1.5;
  margin-bottom: 10px;
}
.testimonial-card .author {
  font-size: 12px;
  color: #9c8b7c;
  font-weight: 600;
}

/* Rodapé completo */
.footer3_top-wrapper.footer-expanded {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
  color: #3a2e28;
}
.footer-col a, .footer-col p {
  display: block;
  font-size: 13px;
  color: #6b5c4f;
  text-decoration: none;
  margin-bottom: 10px;
  line-height: 1.4;
}
.footer-col a:hover { color: #3a2e28; }

@media (max-width: 767px) {
  .footer3_top-wrapper.footer-expanded {
    grid-template-columns: repeat(2, 1fr);
  }
}
