/* HOTFIX 53n — Groepenkast hero contrast + responsive */

.page-groepenkast .gk-hero__title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.page-groepenkast .gk-hero__sub {
  color: rgba(255, 255, 255, 0.92) !important;
}

.page-groepenkast .gk-hero__usps li {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

.page-groepenkast .gk-hero__stats {
  color: rgba(255, 255, 255, 0.85) !important;
}

.page-groepenkast .gk-hero-card__header {
  color: #ffffff !important;
  background: rgba(255, 106, 26, 0.35);
  padding: 0.4rem 0.65rem;
  border-radius: 6px;
  display: inline-block;
}

.page-groepenkast .gk-hero-card__incl,
.page-groepenkast .gk-hero-card__list,
.page-groepenkast .gk-hero-card__list li,
.page-groepenkast .gk-hero-card__foot {
  color: rgba(255, 255, 255, 0.9) !important;
}

.page-groepenkast .gk-hero__ctas .btn-outline-light {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}

@media (max-width: 1024px) {
  .page-groepenkast .gk-hero {
    min-height: auto;
    padding-block: 2rem 2.5rem;
  }

  .page-groepenkast .gk-hero__grid {
    grid-template-columns: 1fr;
  }

  .page-groepenkast .gk-inhoud-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-groepenkast .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-groepenkast .gk-hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .page-groepenkast .gk-hero__ctas .btn {
    width: 100%;
    justify-content: center;
  }

  .page-groepenkast .gk-wanneer-grid,
  .page-groepenkast .gk-prijs-grid {
    grid-template-columns: 1fr;
  }

  .page-groepenkast .gk-form-steps {
    flex-wrap: wrap;
  }

  .page-groepenkast .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 480px) {
  .page-groepenkast .gk-hero__stats {
    font-size: 0.85rem;
  }

  .page-groepenkast .gk-hero-card {
    padding: 1.15rem;
  }
}

@media (max-width: 380px) {
  .page-groepenkast .gk-hero__title {
    font-size: 1.45rem !important;
  }
}
