/* ==================================================
   PRODUTOS FPSS 2027 — COMERCIAL + URGÊNCIA
   Fonte: Merriweather + Roboto (estilo G1)
================================================== */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700;900&family=Roboto:wght@400;500;600;700;800;900&display=swap');

/* ==================================================
   SEÇÃO TOPO — CABEÇALHO UNIFICADO
================================================== */

.produtos-cinema-topo {
  text-align: center;
  padding: 52px 20px 0;
  background: #fff;
  margin-bottom: 0;
}

.section-mini-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  border-radius: 4px;
  background: #cc0000;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  box-shadow: none;
}

.produtos-cinema-topo h2 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 2.2rem;
  line-height: 1.15;
  color: #111111;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 10px;
  text-shadow: none;
}

.produtos-cinema-topo p {
  max-width: 580px;
  margin: 0 auto 0;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
  font-family: 'Roboto', sans-serif;
}

/* barra de urgência global */
.produtos-urgencia-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  background: #fff8f0;
  border-top: 1px solid #ffe0b2;
  border-bottom: 1px solid #ffe0b2;
  padding: 10px 20px;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
}

.urgencia-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #a55200;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.urgencia-item .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e53935;
  animation: blink 1.2s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.2; }
}

/* ==================================================
   SEÇÃO PRINCIPAL
================================================== */

.produtos-premium-section {
  padding: 36px 20px 60px;
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
}

/* esconde o segundo cabeçalho duplicado */
.produtos-premium-section .section-header-center {
  display: none;
}

/* ==================================================
   GRID — 3 COLUNAS
================================================== */

.venda-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ==================================================
   CARD — COMPACTO
================================================== */

.venda-box {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform .22s ease, box-shadow .22s ease;
  min-height: auto;
}

.venda-box::before { display: none; }

.venda-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.11);
}

.venda-box::after {
  content: "⚡ LOTE LIMITADO";
  position: absolute;
  top: -1px;
  right: -1px;
  background: #e53935;
  color: #fff;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.6px;
  padding: 3px 8px;
  border-radius: 0 10px 0 7px;
  font-family: 'Roboto', sans-serif;
}

/* ==================================================
   IMAGEM — MENOR
================================================== */

.venda-box img {
  width: 100%;
  min-width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: center;
  background: #f5f5f5;
  padding: 0;
  border-radius: 10px 10px 0 0;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}

/* ==================================================
   CONTEÚDO
================================================== */

.venda-box-conteudo {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 14px 14px;
}

/* ==================================================
   TÍTULO
================================================== */

.venda-box h3 {
  font-family: 'Merriweather', Georgia, serif;
  color: #111111;
  font-size: 0.92rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 5px;
}

/* ==================================================
   INFO
================================================== */

.info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}

.info-list li {
  color: #666;
  font-size: 0.70rem;
  line-height: 1.4;
  margin-bottom: 2px;
  font-family: 'Roboto', sans-serif;
}

/* ==================================================
   BADGE LOTE
================================================== */

.badge-lote { display: none; }

/* ==================================================
   RODAPÉ
================================================== */

.venda-box-rodape {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

/* ==================================================
   PREÇO
================================================== */

.price-box {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.price-box::before {
  content: "por apenas";
  font-size: 0.54rem;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 1px;
  font-family: 'Roboto', sans-serif;
}

.price-box {
  color: #cc0000;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 900;
  font-family: 'Merriweather', Georgia, serif;
}

/* ==================================================
   BOTÃO
================================================== */

.venda-box .btn.green.full {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  flex: 1;
  padding: 9px 10px;
  border-radius: 7px;
  background: linear-gradient(135deg, #107a3b, #15803d);
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(21,128,61,0.28);
  transition: .22s;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  animation: pulseGreen 2.2s infinite;
}

@keyframes pulseGreen {
  0%   { box-shadow: 0 0 0 0 rgba(21,128,61,0.38); }
  70%  { box-shadow: 0 0 0 8px rgba(21,128,61,0); }
  100% { box-shadow: 0 0 0 0 rgba(21,128,61,0); }
}

.venda-box .btn.green.full:hover {
  transform: scale(1.03);
  background: linear-gradient(135deg, #15803d, #166534);
}

/* ==================================================
   LOADING
================================================== */

.loading-box {
  grid-column: 1 / -1;
  text-align: center;
  padding: 30px;
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-size: 0.85rem;
}

/* ==================================================
   RESPONSIVO
================================================== */

@media (max-width: 1024px) {
  .venda-container { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

@media (max-width: 560px) {
  .venda-container { grid-template-columns: 1fr; gap: 8px; }
  .venda-box img   { height: 160px; }
  .venda-box-rodape { flex-direction: row; align-items: center; }
}
