/* ============================================================
   Innovaties versnellen door serious gaming — page-specific styles
   /innovaties-versnellen-door-serious-gaming
   ============================================================ */

/* ---- Static image hero ---- */
.sg-hero {
  position: relative;
  height: 50vh;
  min-height: 320px;
  overflow: hidden;
  background-image: url('https://innofication.com/uploadedfiles/qjtSuK2e4KakbC94DzgpwAOnt4diVfPVrULAsruU/PKHAQQN5EL654ROFXNRU8OZ875HUCQ/seriousgame.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;
}

.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 24px !important;
  line-height: 1.5;
}

.sg-hero-content .section-tag {
  color: rgba(255, 255, 255, 0.85) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* ---- Responsive 16:9 YouTube embed ---- */
.sg-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.sg-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

  .sg-hero-content .head {
    font-size: 26px !important;
  }

  .sg-hero-content .subtext {
    font-size: 14px !important;
  }
}
