/* ============================================
   CATÁLOGO PDF — baseado em produtos.html
   Páginas A4 capturadas individualmente
   ============================================ */

.catalog-produtos-stage {
  position: fixed;
  left: 0;
  top: 0;
  width: 794px;
  z-index: -9999;
  pointer-events: none;
  opacity: 0;
  overflow: visible;
}

.catalog-produtos-stage.is-capturing {
  opacity: 1;
  z-index: 99999;
}

.catalog-produtos-generating .catalog-produtos-stage .wow,
.catalog-produtos-generating .catalog-produtos-stage .fadeInUp,
.catalog-produtos-generating .catalog-produtos-stage .animated {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

/* Páginas de detalhe (produto-detalhe.css + catalog-pdf.css) */
.catalog-produtos-stage .catalog-pdf-page {
  width: 794px;
  height: 1123px;
}

.catalog-produtos-page {
  width: 794px;
  height: 1123px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #1a1a2e;
  background: #f8f9fc;
}

.catalog-produtos-page * {
  animation: none !important;
  transition: none !important;
}

/* ---------- CAPA ---------- */
.catalog-produtos-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 50px;
  text-align: center;
  background: linear-gradient(145deg, #1b1464 0%, #2a2080 55%, #1b1464 100%);
  color: #ffffff;
}

.catalog-produtos-cover-inner {
  max-width: 560px;
}

.catalog-produtos-cover .catalog-pdf-logo {
  max-width: 200px;
  height: auto;
  margin: 0 auto 36px;
  display: block;
  filter: brightness(0) invert(1);
}

.catalog-produtos-cover h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 14px;
}

.catalog-produtos-cover .catalog-pdf-sub {
  font-size: 1.05rem;
  opacity: 0.92;
  margin: 0 0 28px;
}

.catalog-produtos-cover .catalog-pdf-contact {
  font-size: 0.88rem;
  opacity: 0.85;
  margin: 0;
  line-height: 1.6;
}

/* ---------- PÁGINA DE PRODUTO ---------- */
.catalog-produtos-product {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.catalog-produtos-product .category-header {
  margin-bottom: 4px;
}

.catalog-produtos-product .product-list-card {
  display: grid;
  grid-template-columns: 250px 1fr;
  flex: 1;
  min-height: 0;
  box-shadow: 0 2px 12px rgba(27, 20, 100, 0.08);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.catalog-produtos-product .plc-image {
  padding: 18px;
  border-right: 1px solid #f0f0f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-produtos-product .plc-image img {
  max-height: 220px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.catalog-produtos-product .plc-content {
  padding: 22px 24px;
  overflow: hidden;
}

.catalog-produtos-product .plc-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.35rem;
  color: #1b1464;
  margin-bottom: 4px;
}

.catalog-produtos-product .plc-subtitle {
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 10px;
}

.catalog-produtos-product .plc-desc {
  font-size: 0.8rem;
  line-height: 1.55;
  color: #475569;
  margin-bottom: 12px;
}

.catalog-produtos-product .plc-specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 14px;
  margin-bottom: 10px;
}

.catalog-produtos-product .spec-item {
  font-size: 0.78rem;
}

.catalog-produtos-product .spec-label {
  color: #64748b;
}

.catalog-produtos-product .plc-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.catalog-produtos-product .plc-features span {
  font-size: 0.76rem;
  color: #475569;
}

.catalog-produtos-product .plc-features span i {
  color: #ed1c24;
  margin-right: 6px;
}

.catalog-produtos-product .plc-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 4px 14px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog-produtos-product .plc-badge.classic {
  background: rgba(27, 20, 100, 0.1);
  color: #1b1464;
}

.catalog-produtos-product .plc-badge.advanced {
  background: rgba(237, 28, 36, 0.1);
  color: #ed1c24;
}

.catalog-produtos-product .plc-badge.single {
  background: rgba(34, 197, 94, 0.1);
  color: #16a34a;
}

.catalog-produtos-product .plc-badge.accumulator {
  background: rgba(20, 184, 166, 0.12);
  color: #0d9488;
}

.catalog-produtos-product .plc-badge.electric {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

.catalog-produtos-product .plc-image {
  position: relative;
}

.catalog-produtos-product .category-icon {
  background: linear-gradient(135deg, #1b1464, #2a2080);
  color: #fff;
}

.catalog-produtos-product .category-title {
  font-family: 'Poppins', sans-serif;
  color: #1b1464;
}

/* ---------- RODAPÉ ---------- */
.catalog-produtos-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
  text-align: center;
  background: #1b1464;
  color: #ffffff;
}

.catalog-produtos-end p {
  margin: 0 0 10px;
  font-size: 0.88rem;
  line-height: 1.6;
  opacity: 0.92;
}

.catalog-produtos-end p:last-child {
  margin-bottom: 0;
}
