/* ============================================================
   Smart Ideeënbus — page-specific styles
   /smart-ideeenbus
   ============================================================ */

/* ---- Static image hero ---- */
.sb-hero {
  position: relative;
  height: 50vh;
  min-height: 320px;
  overflow: hidden;
  background-image: url('/assets/img2/header_ideation_crowdsourcing533.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;
}

.sb-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;
}

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

.sb-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;
}

.sb-hero-content .subtext {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: 'Lato', sans-serif;
  margin: 0 0 12px !important;
  line-height: 1.5;
}

.sb-hero .section-tag {
  color: rgba(255, 255, 255, 0.78) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

/* ---- Infographic ---- */
.sb-infographic {
  max-width: 480px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

/* ---- White text overrides inside the dark process box ---- */
.im-process-box .im-body-text,
.im-process-box .im-body-text p {
  color: rgba(255, 255, 255, 0.82);
}
.im-process-box .im-body-text strong {
  color: #7dd8f5;
}
.im-process-box .im-checklist li {
  color: rgba(255, 255, 255, 0.82);
}
.im-process-box .im-check-icon {
  background: rgba(255, 255, 255, 0.12);
}
.im-process-box .im-check-icon i {
  color: rgba(255, 255, 255, 0.78);
}

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

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