/* BEVEZETŐ SZEKCIÓ */
.section-intro {
  padding-top: 10rem;
}

.hero-text-centered {
  max-width: 80rem;
  margin: 0 auto;
}

.intro-grid {
  margin-top: 6rem;
}

.intro-image {
  border-radius: 9px;
  box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, 0.1);
}

/* ÉVSZAKOK - PARALLAX HÁTTEREK */
.season-section {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Itt a sötétítő maszk is benne van a linear-gradient révén */
.bg-osz {
  background-image: linear-gradient(rgba(37, 46, 57, 0.6), rgba(37, 46, 57, 0.6)), url("/resources/img/osz-kep.webp");
}

.bg-tel {
  background-image: linear-gradient(rgba(37, 46, 57, 0.6), rgba(37, 46, 57, 0.6)), url("/resources/img/tel-kep.webp");
}

.bg-tavasz {
  background-image:
    linear-gradient(rgba(37, 46, 57, 0.6), rgba(37, 46, 57, 0.6)), url("/resources/img/tavasz-kep.webp");
}

.bg-nyar {
  background-image: linear-gradient(rgba(37, 46, 57, 0.6), rgba(37, 46, 57, 0.6)), url("/resources/img/nyar-kep.webp");
}

/* ÉVSZAKOK - KÁRTYÁK ÉS TIPOGRÁFIA */
.season-heading {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 5rem;
}

.season-card {
  padding: 3.2rem;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
  border-radius: 9px;
}

.season-card-title {
  margin-bottom: 1.5rem;
  color: #333;
}

.season-card-subtitle {
  margin-bottom: 2rem;
  color: #666;
}

.season-card-text {
  color: #444;
}
