/*
 * Файл сформирован из assets/css/style.css.
 * Исходные диапазоны строк: 458-483.
 */

/* ===== КАРУСЕЛЬ ===== */
.carousel {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
}
.carousel-item img {
  height: 500px;
  object-fit: cover;
  filter: brightness(0.6) contrast(1.1);
}
.carousel-caption {
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, transparent 100%);
  text-align: left;
}
.carousel-caption h3 {
  font-size: 2.5rem;
  text-shadow: 4px 4px 0 #00000080;
}
.carousel-caption .btn {
  background: var(--accent-orange);
  border: none;
  padding: 0.8rem 2.5rem;
}
.carousel-caption .btn:hover { background: var(--accent-orange-dark); }
