/* Nova Varejo - Estilo Zissou (2026-05-14) */
*{margin:0;padding:0;box-sizing:border-box}
html{font-feature-settings:'kern' 1;-webkit-font-smoothing:antialiased}
body{font-family:'Helvetica Neue',Arial,sans-serif;color:#2c3947;background:#fff;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

/* Topbar */
.topbar{background:#3d4d5e;color:#cdd3da;font-size:11px;letter-spacing:0.5px;padding:9px 0;text-align:center;font-weight:300}
.topbar span+span{margin-left:14px}
.topbar .sep{opacity:0.4;margin:0 6px}

/* Header */
.header{background:#fff;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eef2f6}
.header-left{font-size:11px;color:#5a6b7d;letter-spacing:0.5px;font-weight:300}
.brand{display:flex;align-items:baseline;gap:2px;color:#2c3947}
.brand-name{font-size:30px;font-weight:300;letter-spacing:-1.5px}
.brand-sub{font-size:8px;color:#7a8b9e;letter-spacing:2px;margin-left:6px;font-weight:300;line-height:1.2}
.header-icons{display:flex;gap:18px;color:#5a6b7d;font-size:18px}
.header-icons span{opacity:0.6;cursor:pointer}

/* Nav */
.nav{background:#fff;padding:14px 32px;display:flex;justify-content:center;gap:42px;font-size:12px;letter-spacing:2px;color:#2c3947;font-weight:400;border-bottom:1px solid #eef2f6}
.nav a:hover{color:#5a6b7d}

/* Hero */
.hero{position:relative;background:linear-gradient(180deg,#dfe3ea 0%,#c8d0d9 100%);padding:90px 32px;text-align:center}
.hero h1{font-size:16px;color:#fff;letter-spacing:1.5px;line-height:1.7;font-weight:300;max-width:420px;margin:0 auto 24px;text-shadow:0 1px 2px rgba(0,0,0,0.15)}
.hero .cta-outline{display:inline-block;padding:14px 32px;border:1px solid #fff;color:#fff;font-size:11px;letter-spacing:3px;font-weight:400;background:transparent;transition:all .25s}
.hero .cta-outline:hover{background:#fff;color:#2c3947}

/* Tabs */
.tabs{display:flex;justify-content:center;gap:0;margin:48px 0 36px;border-bottom:1px solid #eef2f6}
.tab{padding:14px 36px;color:#2c3947;font-size:12px;letter-spacing:2.5px;font-weight:400;cursor:pointer;transition:all .2s}
.tab.active{background:#2c3947;color:#fff;font-weight:500}

/* Cards grid */
.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:0 32px 56px;max-width:1280px;margin:0 auto}
@media(max-width:900px){.cards-grid{grid-template-columns:repeat(2,1fr)}}
.card{background:#fff;transition:transform .25s}
.card:hover{transform:translateY(-3px)}
.card-photo{position:relative;background:linear-gradient(180deg,#e8ecf0 0%,#d4dae1 100%);aspect-ratio:0.85;border-radius:2px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.card-photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.fav{position:absolute;top:12px;right:12px;color:#7a8b9e;font-size:14px;cursor:pointer}
.card-body{padding:16px 0 0}
.card-title{font-size:15px;color:#2c3947;font-weight:400;margin-bottom:10px;line-height:1.3}
.card-title sup{font-size:9px;color:#7a8b9e;letter-spacing:1.5px;margin-left:4px;font-weight:500}
.card-features{font-size:11px;color:#5a6b7d;line-height:1.8;margin-bottom:14px}
.price-block{border-top:1px solid #eef2f6;padding-top:12px}
.price-label{font-size:9px;color:#7a8b9e;letter-spacing:1.5px;margin-bottom:2px}
.price-main{font-size:17px;color:#2c3947;font-weight:500;margin-bottom:4px}
.price-pix{font-size:10px;color:#5a6b7d}
.price-pix b{color:#2c3947;font-weight:500}
.pix-badge{background:#fef0e8;color:#c95a30;padding:1px 7px;border-radius:2px;font-size:9px;font-weight:600;margin-left:4px;letter-spacing:0.3px}
.price-parc{font-size:10px;color:#5a6b7d;margin-top:2px}
.btn-ver{margin-top:14px;padding:12px 0;background:#2c3947;color:#fff;text-align:center;font-size:10px;letter-spacing:2.5px;font-weight:500;cursor:pointer;transition:background .2s}
.btn-ver:hover{background:#3d4d5e}

/* Banner cinematográfico */
.cine-banner{position:relative;background:linear-gradient(135deg,#3d4d5e 0%,#2c3947 100%);padding:0;overflow:hidden;height:380px;display:flex;align-items:center;justify-content:center;color:#fff}
.cine-banner::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at bottom,#5a6b7d 0%,transparent 70%);opacity:0.4}
.cine-banner-content{position:relative;text-align:center;z-index:1}
.cine-banner h2{font-size:32px;font-weight:300;line-height:1.3;letter-spacing:-0.5px;margin-bottom:10px}
.cine-banner p{font-size:14px;color:#cdd3da;font-weight:300;letter-spacing:0.3px;margin-bottom:28px}

/* Footer */
.footer{background:#3d4d5e;padding:48px 32px 28px;color:#cdd3da;font-size:12px}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;margin-bottom:32px;max-width:1280px;margin-left:auto;margin-right:auto}
.footer-section h3{display:inline-block;background:#fff;color:#2c3947;font-size:10px;letter-spacing:2px;padding:6px 16px;font-weight:500;margin-bottom:20px;border-radius:14px}
.footer-section a, .footer-section div{display:block;line-height:2;font-weight:300;color:#cdd3da}
.footer-bottom{max-width:1280px;margin:0 auto;border-top:1px solid #5a6b7d;padding-top:18px;display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#9ba9b8;letter-spacing:0.5px;font-weight:300;flex-wrap:wrap;gap:14px}
.site-seguro{background:#5a6b7d;padding:5px 11px;color:#fff;font-size:9px;letter-spacing:1.5px;border-radius:2px;margin-right:10px}

/* WhatsApp flutuante */
.wa-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:26px;font-weight:700;box-shadow:0 6px 20px rgba(37,211,102,0.4);cursor:pointer;z-index:1000;transition:transform .2s}
.wa-float:hover{transform:scale(1.08)}

/* Responsive */
@media(max-width:768px){
  .header,.nav,.hero,.tabs,.cards-grid,.footer{padding-left:18px;padding-right:18px}
  .nav{gap:18px;font-size:11px}
  .cards-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px}
  .brand-name{font-size:24px}
  .hero{padding:60px 18px}
  .cine-banner{height:280px}
  .cine-banner h2{font-size:22px}
}
/* === UPGRADE CARDS ESTILO ZISSOU (2026-05-14 v2) === */
.cat-grid {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  max-width: 1200px;
  margin: 0 auto;
}
@media(max-width:1000px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media(max-width:600px) {
  .cat-grid { grid-template-columns: 1fr !important; }
}
.cat-grid article.card {
  border: none !important;
  background: transparent !important;
}
.cat-grid article.card img.photo {
  aspect-ratio: 1 !important;
  background: linear-gradient(180deg, #e8ecf0 0%, #d4dae1 100%) !important;
  mix-blend-mode: multiply !important;
  border-radius: 2px;
  width: 100% !important;
}
.cat-grid article.card .body {
  padding: 18px 0 !important;
}
.cat-grid article.card .tag {
  font-size: 10px !important;
  color: #7a8b9e !important;
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 8px !important;
}
.cat-grid article.card h3.title {
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #2c3947 !important;
  margin-bottom: 8px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.2px;
}
.cat-grid article.card .meta {
  font-size: 12px !important;
  color: #5a6b7d !important;
  letter-spacing: 0.3px !important;
  margin-bottom: 16px !important;
}
.cat-grid article.card .prices {
  border-top: 1px solid #eef2f6 !important;
  padding-top: 14px !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
}
.cat-grid article.card .price {
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: baseline !important;
}
.cat-grid article.card .price-label {
  font-size: 9px !important;
  color: #7a8b9e !important;
  letter-spacing: 1.5px !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}
.cat-grid article.card .price-value {
  font-size: 18px !important;
  color: #2c3947 !important;
  font-weight: 500 !important;
}
.cat-grid article.card .price.atacarejo {
  background: #fef0e8;
  padding: 6px 10px;
  border-radius: 2px;
}
.cat-grid article.card .price.atacarejo .price-value {
  color: #c95a30 !important;
}
.cat-grid article.card .price-pix-hint {
  font-size: 11px;
  color: #5a6b7d;
  margin-top: 10px;
  line-height: 1.5;
}
.cat-grid article.card .actions {
  display: block !important;
  margin-top: 14px !important;
}
.cat-grid article.card .actions .btn.product {
  display: block !important;
  width: 100% !important;
  background: #2c3947 !important;
  color: #fff !important;
  padding: 14px 0 !important;
  font-size: 11px !important;
  letter-spacing: 3px !important;
  font-weight: 500 !important;
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
}
.cat-grid article.card .actions .btn.whats {
  display: none !important;  /* Esconde botão WhatsApp - foco no Ver Produto */
}
.cat-grid article.card:hover img.photo {
  transform: scale(1.03);
  transition: transform .3s;
}
.cat-section h2 {
  font-size: 26px !important;
  font-weight: 300 !important;
  color: #2c3947 !important;
  letter-spacing: -0.5px !important;
  margin-bottom: 6px !important;
  text-align: center;
}
.cat-section .sub {
  text-align: center;
  margin-bottom: 36px !important;
}
/* === FULL WIDTH 4 COLUNAS (2026-05-14 v3) === */
.cat-section {
  max-width: none !important;
  padding: 48px 32px !important;
}
.cat-grid {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  max-width: none !important;
}
@media(max-width:1100px) {
  .cat-grid { grid-template-columns: repeat(3, 1fr) !important; }
}
@media(max-width:768px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 14px !important; }
  .cat-section { padding: 24px 14px !important; }
}
@media(max-width:480px) {
  .cat-grid { grid-template-columns: 1fr !important; }
}