/* Visuel d'approche : volontairement mystérieux, sans masquer le message. */
.teaser-visual {
  background: #06080d url('assets/teaser-shadow-car.png') center / cover no-repeat;
}

.teaser-visual::before {
  inset: 0;
  width: auto;
  height: auto;
  bottom: auto;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(3, 5, 9, .46), rgba(3, 5, 9, .08) 50%, rgba(3, 5, 9, .52)),
    linear-gradient(0deg, rgba(3, 5, 9, .54), transparent 62%);
  filter: none;
}

.teaser-car { display: none; }

.teaser-month {
  border-color: rgba(170, 196, 228, .55);
  background: rgba(5, 8, 14, .82);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .52);
  text-shadow: 0 1px 12px rgba(255, 255, 255, .18);
}
