/* =========================================================
   PROGRAMAJÁNLÓ OLDAL
   ========================================================= */

.program-hero {
  margin: 2rem 0 1.5rem;
}

.program-hero__content {
  background: linear-gradient(135deg, #f8fafc 0%, #eef6ff 100%);
  border: 1px solid #dbeafe;
  border-radius: 1.2rem;
  padding: 2rem 2rem 1.8rem;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.program-hero__eyebrow {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.program-hero h1 {
  margin: 0 0 0.75rem;
  font-size: 2rem;
  line-height: 1.2;
  color: #111827;
}

.program-hero p {
  margin: 0;
  max-width: 48rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.7;
}

.program-intro {
  margin: 0 0 2rem;
}

.program-intro__box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.3rem 1.35rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.program-intro__box h2 {
  margin: 0 0 0.55rem;
  font-size: 1.2rem;
  color: #111827;
}

.program-intro__box p {
  margin: 0;
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.7;
}

.program-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.program-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1.1rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.program-card--split {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
}

.program-card--reverse .program-card__media {
  order: 2;
}

.program-card--reverse .program-card__content {
  order: 1;
}

.program-card__media {
  min-height: 320px;
  background: #e5e7eb;
}

.program-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}

.program-card__content {
  padding: 1.45rem 1.45rem 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.program-card__tag {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.8rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.program-card__content h2 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  line-height: 1.25;
  color: #111827;
}

.program-card__content p {
  margin: 0 0 0.8rem;
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.72;
}

.program-card__content p:last-child {
  margin-bottom: 0;
}

.program-cta {
  margin: 0 0 3rem;
}

.program-cta__box {
  text-align: center;
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
  border-radius: 1.1rem;
  padding: 2rem 1.2rem;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
}

.program-cta__box h2 {
  margin: 0 0 0.7rem;
  font-size: 1.45rem;
  color: #ffffff;
}

.program-cta__box p {
  max-width: 42rem;
  margin: 0 auto 1.15rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .program-hero__content {
    padding: 1.5rem 1.3rem;
  }

  .program-hero h1 {
    font-size: 1.7rem;
  }

  .program-card--split {
    grid-template-columns: minmax(0, 1fr);
  }

  .program-card--reverse .program-card__media,
  .program-card--reverse .program-card__content {
    order: initial;
  }

  .program-card__media,
  .program-card__media img {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .program-hero {
    margin-top: 1.4rem;
  }

  .program-hero__content,
  .program-intro__box,
  .program-card__content,
  .program-cta__box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .program-hero h1 {
    font-size: 1.45rem;
  }

  .program-hero p,
  .program-intro__box p,
  .program-card__content p,
  .program-cta__box p {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .program-card__media,
  .program-card__media img {
    min-height: 220px;
  }

  .program-card__content h2 {
    font-size: 1.18rem;
  }

  .program-cta__box h2 {
    font-size: 1.2rem;
  }
}

.program-card__places-intro {
  margin: 0 0 0.9rem;
}

.program-card__places {
  list-style: none;
  margin: 0.2rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.program-card__places li {
  position: relative;
  margin: 0;
  padding-left: 1.1rem;
  color: #374151;
  font-size: 0.96rem;
  line-height: 1.65;
}

.program-card__places li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #9ca3af;
}