/* De Grote Sinterklaas Show - compactere hero + betere mobiel */

.dgs-page-hero {
  padding: 110px 20px 30px;
  background: #eee8df;
}

.dgs-page-hero__inner {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}

.dgs-page-hero__content,
.dgs-page-hero__image {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
}

.dgs-page-hero__content {
  padding: 42px 46px;
}

.dgs-page-hero__badge,
.dgs-kicker {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 999px;
  background: #eadfcc;
  color: #9e0f36;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.dgs-page-hero__title {
  max-width: 620px;
  margin: 0 0 20px;
  color: #a30d35;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 2.7vw, 3.15rem);
  line-height: 1.13;
  font-weight: 800;
}

.dgs-page-hero__lead,
.dgs-page-hero__text {
  max-width: 640px;
  margin: 0 0 18px;
  color: #5d5149;
  font-size: 1.05rem;
  line-height: 1.65;
}

.dgs-page-hero__lead strong,
.dgs-page-hero__text strong {
  font-weight: 800;
}

.dgs-page-hero__list {
  list-style: none;
  padding: 0;
  margin: 22px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dgs-page-hero__list li {
  display: inline-flex;
  align-self: flex-start;
  align-items: flex-start;
  gap: 9px;
  padding: 10px 16px;
  border: 1px solid #eadfd6;
  border-radius: 999px;
  background: #faf7f4;
  color: #62564d;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.35;
}

.dgs-page-hero__list li::before {
  content: "✓";
  color: #9e0f36;
  font-weight: 900;
}

.dgs-page-hero__actions,
.dgs-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.dgs-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, opacity .2s ease;
}

.dgs-page-btn:hover {
  transform: translateY(-1px);
  opacity: .95;
}

.dgs-page-btn--primary {
  background: linear-gradient(180deg, #c81449 0%, #9e0f36 100%);
  color: #fff;
}

.dgs-page-btn--secondary {
  background: #fff;
  color: #9e0f36;
  border: 1px solid #e3d7cd;
}

.dgs-page-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: center;
}

/* overige secties ook iets rustiger */
.dgs-section {
  padding: 58px 0;
  background: #fff;
}

.dgs-section--soft {
  background: #f7f1eb;
}

.dgs-section__head {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}

.dgs-section__head h2,
.dgs-two-col h2,
.dgs-cta h2 {
  margin: 0 0 16px;
  color: #a30d35;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  line-height: 1.18;
  font-weight: 800;
}

.dgs-section__head p,
.dgs-two-col p,
.dgs-cta p {
  color: #5d5149;
  font-size: 1rem;
  line-height: 1.65;
}

.dgs-program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.dgs-program-card {
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #efe5dc;
  box-shadow: 0 10px 26px rgba(79, 45, 31, .07);
}

.dgs-program-card__number {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #a30d35;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
}

.dgs-program-card h3 {
  margin: 0 0 12px;
  color: #a30d35;
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  line-height: 1.28;
  font-weight: 800;
}

.dgs-program-card p {
  margin: 0;
  color: #5d5149;
  font-size: .98rem;
  line-height: 1.65;
}

.dgs-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
  gap: 34px;
  align-items: center;
}

.dgs-highlight-box {
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #eadfd6;
}

.dgs-highlight-box h3 {
  margin: 0 0 16px;
  color: #a30d35;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}

.dgs-highlight-box ul {
  margin: 0;
  padding-left: 20px;
  color: #5d5149;
  line-height: 1.8;
  font-weight: 700;
}

.dgs-cta {
  justify-content: space-between;
  padding: 32px;
  border-radius: 26px;
  background: #f7f1eb;
  border: 1px solid #eadfd6;
}

.dgs-cta > div {
  max-width: 720px;
}

@media (max-width: 900px) {
  .dgs-page-hero {
    padding: 90px 14px 22px;
  }

  .dgs-page-hero__inner,
  .dgs-two-col {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dgs-page-hero__content {
    order: 1;
    padding: 26px 20px;
  }

  .dgs-page-hero__image {
    order: 2;
  }

  .dgs-page-hero__title {
    max-width: none;
    font-size: clamp(1.8rem, 7vw, 2.45rem);
    line-height: 1.12;
  }

  .dgs-page-hero__lead,
  .dgs-page-hero__text {
    max-width: none;
    font-size: .96rem;
    line-height: 1.6;
  }

  .dgs-page-hero__list li {
    width: 100%;
    border-radius: 16px;
    font-size: .9rem;
  }

  .dgs-page-hero__actions {
    flex-direction: column;
  }

  .dgs-page-btn {
    width: 100%;
  }

  .dgs-page-hero__image img {
    min-height: 310px;
    max-height: 430px;
    object-position: center top;
  }

  .dgs-section {
    padding: 44px 0;
  }

  .dgs-section__head {
    text-align: left;
    margin-bottom: 28px;
  }

  .dgs-program-grid {
    grid-template-columns: 1fr;
  }

  .dgs-cta {
    align-items: stretch;
  }
}

@media (max-width: 540px) {
  .dgs-page-hero {
    padding: 85px 10px 16px;
  }

  .dgs-page-hero__content,
  .dgs-page-hero__image,
  .dgs-program-card,
  .dgs-highlight-box,
  .dgs-cta {
    border-radius: 18px;
  }

  .dgs-page-hero__content {
    padding: 22px 16px;
  }

  .dgs-page-hero__badge,
  .dgs-kicker {
    margin-bottom: 16px;
    padding: 8px 14px;
    font-size: 11px;
  }

  .dgs-page-hero__title {
    margin-bottom: 16px;
    font-size: 1.85rem;
    line-height: 1.14;
  }

  .dgs-page-hero__lead,
  .dgs-page-hero__text,
  .dgs-section__head p,
  .dgs-two-col p,
  .dgs-cta p {
    font-size: .93rem;
  }

  .dgs-page-hero__list {
    margin: 18px 0 22px;
  }

  .dgs-page-hero__list li {
    padding: 10px 14px;
    font-size: .86rem;
  }

  .dgs-page-btn {
    min-height: 46px;
    font-size: .84rem;
  }

  .dgs-page-hero__image img {
    min-height: 260px;
    max-height: 330px;
  }

  .dgs-program-card,
  .dgs-highlight-box,
  .dgs-cta {
    padding: 22px;
  }
}
/* Hero: foto boven tekst */
.dgs-page-hero__inner {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

.dgs-page-hero__image {
  order: 1 !important;
  border-radius: 28px 28px 0 0 !important;
}

.dgs-page-hero__content {
  order: 2 !important;
  border-radius: 0 0 28px 28px !important;
}

.dgs-page-hero__image img {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: 520px;
  object-fit: cover;
  object-position: center top;
}
/* Premium hero variant */
.dgs-page-hero {
  padding: 120px 20px 60px !important;
  background: #eee8df !important;
}

.dgs-page-hero__inner {
  position: relative;
  max-width: 1320px;
  min-height: 680px;
  margin: 0 auto;
  display: block !important;
  border-radius: 34px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(80, 45, 30, .16);
}

.dgs-page-hero__image {
  position: absolute;
  inset: 0;
  border-radius: 34px !important;
  overflow: hidden;
}

.dgs-page-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,.96) 0%,
    rgba(255,255,255,.90) 36%,
    rgba(255,255,255,.42) 58%,
    rgba(255,255,255,.05) 100%
  );
}

.dgs-page-hero__image img {
  width: 100%;
  height: 100% !important;
  min-height: 680px !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
}

.dgs-page-hero__content {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  max-width: 620px;
  padding: 64px 58px !important;
  background: transparent !important;
  border-radius: 0 !important;
  text-align: left !important;
}

.dgs-page-hero__title,
.dgs-page-hero__lead,
.dgs-page-hero__text {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dgs-page-hero__list {
  align-items: flex-start !important;
}

.dgs-page-hero__actions {
  justify-content: flex-start !important;
}


/* Mobiel: foto boven, tekst eronder */
@media (max-width: 900px) {
  .dgs-page-hero {
    padding: 90px 14px 28px !important;
  }

  .dgs-page-hero__inner {
    display: flex !important;
    flex-direction: column;
    min-height: auto;
  }

  .dgs-page-hero__image {
    position: relative;
    order: 1 !important;
    height: 360px;
    border-radius: 28px 28px 0 0 !important;
  }

  .dgs-page-hero__image::after {
    display: none;
  }

  .dgs-page-hero__image img {
    min-height: 0 !important;
    height: 100% !important;
    object-position: center top;
  }

  .dgs-page-hero__content {
    order: 2 !important;
    width: 100%;
    max-width: none;
    padding: 30px 22px !important;
    background: #fff !important;
    border-radius: 0 0 28px 28px !important;
    text-align: center !important;
  }

  .dgs-page-hero__title,
  .dgs-page-hero__lead,
  .dgs-page-hero__text {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .dgs-page-hero__list {
    align-items: center !important;
  }

  .dgs-page-hero__actions {
    justify-content: center !important;
  }
}
.dgs-page-hero__inner {
  min-height: 560px !important; /* was 680px */
}

.dgs-page-hero__image img {
  min-height: 560px !important;
}
.dgs-page-hero__content {
  padding: 48px 48px !important; /* was 64px 58px */
}
.dgs-page-hero__inner {
  min-height: 520px !important;
}

.dgs-page-hero__image img {
  min-height: 520px !important;
}