/* ============================================================
   Theorie achter disruptieve innovatie klopt niet
   Page-specific styles — prefix: .di-
   ============================================================ */

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

/* ---- Dark overlay ---- */
.di-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;
}

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

.di-hero-content .head {
  text-transform: uppercase;
  font-size: calc(24px + 0.5vw);
  color: #ffffff;
  font-family: 'Gothic A1', sans-serif;
  font-weight: 400;
}

.di-hero-content .subtext {
  font-size: 17px;
  max-width: 700px;
  margin: 14px auto 28px;
  font-weight: 300;
  color: #ffffff;
}

/* ---- Section-tag white variant inside hero ---- */
.di-hero .section-tag {
  color: rgba(255,255,255,0.78) !important;
  background: rgba(255,255,255,0.1) !important;
  margin: 0 auto 18px;
  display: inline-block;
}

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