html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

footer.footer {
  margin-top: auto;
}

:root {
  --orange: #ff7f39;
  --orange-600: #ff6b00;
  --muted: #6b7280;
  --line: #e6e8eb;
}
.text-orange {
  color: var(--orange-600);
}
.btn-orange {
  background: var(--orange-600);
  color: #fff !important;
}
.btn-outline-orange {
  border: 1px solid var(--orange-600);
  color: var(--orange-600);
}
.btn-outline-orange:hover {
  background: var(--orange-600);
  color: #fff;
}
.header-min .nav-link:hover {
  color: var(--orange-600);
}
.object-fit-cover {
  object-fit: cover;
}
.bg-orange {
  background: var(--orange-600);
}
.footer-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.container-logo img {
  width: 196px;
  margin-bottom: 20px;
}
.container-logo p {
  max-width: 250px;
}
.social-link {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #fff;
}
.social-link:hover {
  background: #fff;
  color: var(--orange-600);
}
/* ===== SUPORTE ===== */
.support {
  padding: 10px 0 26px;
}
.support-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.support-card .icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff1e6;
  color: var(--orange-600);
  display: grid;
  place-items: center;
  font-size: 22px;
}
.btn-orange {
  background: var(--orange-600);
  color: #fff !important;
  border: 0;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  font-weight: 700;
}
.btn-orange:hover {
  transform: scale(1);
}
.btn-cta {
  margin-top: auto;
}
.btn-offer {
  background: var(--orange-600);
  color: #fff;
  border-radius: 12px;
}
.btn-offer-outline {
  border-radius: 12px;
  color: var(--orange-600);
  border-color: var(--orange-600);
  border-radius: 12px;
}
.btn-outline-orange {
  outline: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

/* Estilo para a caixa de ícones de compartilhamento */
.renove-share-icons {
  /* Centraliza os ícones se for necessário */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Estilo base para cada botão de compartilhamento */
.renove-share .share-btn {
  /* Define o tamanho e forma circular */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px; /* Tamanho do círculo */
  height: 40px; /* Tamanho do círculo */
  border-radius: 50%; /* Torna o botão redondo */
  background-color: #f8f9fa; /* Fundo leve para o botão */
  color: #333; /* Cor do ícone padrão */
  font-size: 1.25rem; /* Tamanho do ícone */
  transition: all 0.2s ease-in-out;
  text-decoration: none; /* Remove sublinhado */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

.renove-share .share-btn:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra mais forte no hover */
  transform: translateY(-1px); /* Efeito de leve levantamento */
}

/* 💡 Cores específicas para cada rede social */

/* Facebook */
.renove-share .share-btn[href*='facebook'] {
  background-color: #1877f2;
  color: white;
}

/* Twitter/X */
.renove-share .share-btn[href*='twitter'],
.renove-share .share-btn[href*='x.com'] {
  background-color: #000;
  color: white;
}

/* WhatsApp */
.renove-share .share-btn[href*='whatsapp'] {
  background-color: #25d366;
  color: white;
}

/* Email */
.renove-share .share-btn[href*='mailto'] {
  background-color: #e6e6e6;
  color: #333;
}

/* Ajuste de Margem do Título (opcional, se quiser menos espaço) */
.renove-post-title {
  margin-bottom: 1.5rem !important; /* Ajuste a margem inferior do <h1> */
}

/* ---------- SINGLE POST RENOVE – LAYOUT DO CASE ---------- */
.renove-single {
  background: #ffffff;
}

/* --- HERO SECTION --- */
.renove-post-hero {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.renove-hero-card {
  padding: 0 !important;
  border-radius: 10px;
  overflow: hidden; /* Importante para o gradiente não vazar */
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.25);
  position: relative;
}

.renove-hero-img {
  width: 100%;
  display: block;
  height: 437px;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

/* --- NOVO: SOMBREAMENTO INFERIOR --- */
.renove-hero-gradient {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; /* Pega toda a largura */
  height: 60%; /* Altura do sombreamento (ajuste se quiser mais curto ou longo) */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1; /* Fica acima da imagem */
  pointer-events: none; /* Permite clicar através dele */
}

/* --- OVERLAY DE COMPARTILHAMENTO --- */
.renove-hero-share {
  position: absolute;
  right: 22px;
  bottom: 18px;
  padding: 8px 14px;
  z-index: 2;
}

.share-btn-hero,
.share-btn-hero-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  width: 55px;
  height: 55px;
  border-radius: 30px;
  padding: 0 4px; /* Espaçamento lateral entre os ícones */
  transition: transform 0.2s ease;
}
.share-btn-hero-footer {
  background-color: var(--orange-600);
}

.share-btn-hero:hover,
.share-btn-hero-footer:hove {
  transform: scale(1.1);
}

/* Tamanho das imagens dos ícones */
.share-btn-hero img,
.share-btn-hero-footer img {
  width: 20px; /* Ajuste o tamanho do ícone aqui */
  height: 20px;
  display: block;
  object-fit: contain;
}

/* --- CORPO DO POST --- */
.renove-post-body {
  max-width: 760px;
  margin: 0 auto;
}

.renove-post-title {
  color: var(--orange-600); /* Verifique se esta variável existe */
  line-height: 1.2;
  font-size: 40px;
  font-weight: 400;
  margin-top: 5px;
}
.renove-post-subtitle {
  color: var(--orange-600);
  font-size: 32px;
  font-weight: 400;
  margin: 20px 0;
}

@media (min-width: 992px) {
  .renove-post-title {
    font-size: 2.1rem;
  }
}

.renove-post-content p {
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #4b5563;
}

/* --- BLOCO DE COMPARTILHAR INFERIOR (Estilo original mantido) --- */
.renove-share-icons {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.renove-share .share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-decoration: none;
  border: none;
  color: #fff;
  margin: 0 2px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.renove-share .share-btn.fb {
  background: #1877f2;
}
.renove-share .share-btn.in {
  background: #0a66c2;
}
.renove-share .share-btn.ig {
  background: #f56040;
}
.renove-share .share-btn.wa {
  background: #25d366;
}

.renove-share .share-btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
/* formulário */
/* .renove-comment-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.75rem 1.75rem 1.5rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
} */

/* --- TOAST NOTIFICATION --- */
.renove-toast {
  visibility: hidden; /* Escondido por padrão */
  min-width: 250px;
  background-color: #333; /* Fundo escuro */
  color: #fff;
  text-align: center;
  border-radius: 50px; /* Bordas bem arredondadas */
  padding: 12px 24px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%); /* Centraliza exato */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Espaço entre ícone e texto */
  opacity: 0;
  transition: opacity 0.5s, bottom 0.5s;
}

/* Ícone verde para sucesso */
.renove-toast i {
  color: #25d366;
  font-size: 1.2em;
}

/* Classe que torna visível */
.renove-toast.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px; /* Leve animação subindo */
}
.renove-comment-form-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}

.renove-comment-form .form-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #374151;
}

.renove-comment-form .form-control {
  border-radius: 10px;
  border-color: #e5e7eb;
  font-size: 0.95rem;
}

.renove-comment-form .form-control:focus {
  border-color: var(--orange-600);
  box-shadow: 0 0 0 1px rgba(255, 107, 0, 0.35);
}

/* ===== DICAS ===== */
.post-cat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #a24915;
  background: #fff7f1;
  border: 1px solid #ffd8bf;
  border-radius: 999px;
  padding: 2px 10px;
}

.dicas a,
.post-cat a {
  text-decoration: none;
  color: inherit;
}

/* === DESTAQUE (post mais lido) === */
.post-feature {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.post-feature-thumb {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #f2f2f2;
}

.post-feature-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === LISTA ALTERNADA === */
.posts-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.post-row {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 18px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px dashed #f1c7ac;
}

.post-row.right {
  grid-template-columns: 1.4fr 1.1fr;
}

.post-row.right .post-thumb {
  order: 2;
}

.post-row.right .post-body {
  order: 1;
}

.post-thumb {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #f2f2f2;
}

.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-excerpt {
  color: var(--muted);
  margin-top: 0.25rem;
  margin-bottom: 0.6rem;
}

/* MOBILE */
@media (max-width: 992px) {
  .post-feature {
    grid-template-columns: 1fr;
  }
  .post-row,
  .post-row.right {
    grid-template-columns: 1fr;
  }
}
/* ===== Últimas Publicações (cards pequenos) ===== */
.renove-latest-card{
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: all .2s ease;
}

.renove-latest-card:hover{
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  transform: translateY(-2px);
}

.renove-latest-thumb{
  aspect-ratio: 16/10;
  background: #f4f6f8;
  overflow: hidden;
}

.renove-latest-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.renove-latest-body{
  padding: 12px;
  text-align:left;
}

.renove-latest-post-title{
  font-size: .95rem;
  line-height: 1.25;
  color: #111;
}

.renove-latest-card:hover .renove-latest-post-title{
  color: var(--orange-600);
}

.renove-latest-cat{
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  color: #a24915;
  background: #fff7f1;
  border: 1px solid #ffd8bf;
  border-radius: 999px;
  padding: 2px 10px;
  margin-bottom: 6px;
}