/* Minimalne dorade za BASIC mockup */
:root { --brand-green: #198754; }

.hero-section {
  background: linear-gradient(135deg, rgba(25,135,84,.9), rgba(25,135,84,.6)), url('../img/hero-bg.webp') center/cover no-repeat;
}

.product-card img { object-fit: cover; }

.whatsapp-fab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: grid;
  place-items: center;
}
.whatsapp-fab img { width: 28px; height: 28px; filter: invert(1); }
