/* WW CARPLATE additional styles */
.hero-slider {
  padding: 3rem 0 2rem;
}
.hero-slider__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 2.5rem;
  align-items: center;
}
.hero-kicker {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: .75rem;
}
.hero-title {
  font-size: 2.1rem;
  line-height: 1.15;
  margin: 0 0 1rem;
}
.hero-sub {
  max-width: 34rem;
  margin-bottom: 1.5rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.hero-slider__track {
  position: relative;
  overflow: hidden;
}
.hero-slide {
  background: #111;
  color: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.hero-slide__head {
  margin-bottom: 1rem;
}
.hero-slide__title {
  font-size: 1.6rem;
  margin: 0 0 .25rem;
}
.hero-slide__meta {
  font-size: .95rem;
  opacity: .8;
}
.hero-slide__preview {
  margin: 1rem 0 1.5rem;
}
.hero-slide__footer {
  display: flex;
  justify-content: flex-end;
  gap: .75rem;
}
.hero-slide--empty {
  background: #222;
}
.hero-slide__preview--placeholder {
  height: 120px;
  border-radius: 12px;
  background: repeating-linear-gradient(45deg, rgba(255,255,255,.08), rgba(255,255,255,.08) 10px, rgba(255,255,255,.02) 10px, rgba(255,255,255,.02) 20px);
}

/* Floating WhatsApp button */
.floating-whatsapp {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 20;
}
.floating-whatsapp__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.floating-whatsapp__icon:hover {
  filter: brightness(1.05);
}

@media (max-width: 768px) {
  .hero-slider__inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-slider {
    padding: 2rem 0 1.5rem;
  }
}
