/* ============================================================
   Innovatie Management & Serious Gaming — page-specific styles
   /innovatie-manegement-en-serious-gaming
   ============================================================ */

/* ---- Static image hero ---- */
.sg-hero {
  position: relative;
  height: 50vh;
  min-height: 320px;
  overflow: hidden;
  background-image: url('/assets/img2/header_innovation_management_serious_gaming57.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sg-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 58, 84, 0.72);
  z-index: 1;
  pointer-events: none;
}

.sg-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}

/* ---- Panel title ---- */
.sg-panel-title {
  font-size: 21px;
  font-weight: 800;
  color: #12253a;
  margin: 0 0 18px;
  font-family: 'Lato', sans-serif;
}

/* ---- Checklist row spacing ---- */
.sg-checklist-row {
  margin-top: 24px;
}

/* ---- Dashboard section ---- */
.sg-dashboard-row {
  margin-top: 32px;
}

.sg-dashboard-card {
  background: #f8fbfd;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  text-align: center;
}

.sg-dashboard-img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  display: block;
}

.sg-dashboard-label {
  font-style: italic;
  font-weight: 700;
  color: #4a5568;
  margin: 10px 0 0;
  font-size: 13px;
}

.sg-hero-content .head {
  color: #fff !important;
  font-size: 36px !important;
  font-weight: 900 !important;
  font-family: 'Lato', sans-serif;
  letter-spacing: -0.01em;
  margin: 0 0 12px !important;
  line-height: 1.2;
}

.sg-hero-content .subtext {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: 'Lato', sans-serif;
  letter-spacing: -0.01em;
  margin: 0 0 12px !important;
  line-height: 1.2;
}


.imgdashboard {
  width: 100%;
  max-width: 700px;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .sg-hero {
    height: 40vh;
    min-height: 260px;
  }
}