/* ============================================================
   Circulaire ondernemen innovatie toolkit — page-specific styles
   /circulaire-ondernemen-innovatie-toolkit
   ============================================================ */

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

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

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

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

.co-hero-content .subtext {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 16px !important;
  font-weight: normal !important;
  font-family: 'Lato', sans-serif;
  margin: 0 0 12px !important;
  line-height: 1.55;
  max-width: 640px;
  margin-left: auto !important;
  margin-right: auto !important;
}

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

/* ---- Workshop registration box ---- */
.co-workshop-box {
  background: linear-gradient(135deg, #eef7fd 0%, #dff0fb 100%);
  border-left: 4px solid #0da6e0;
  border-radius: 0 16px 16px 0;
  padding: 28px 32px;
  -webkit-box-shadow: 0 3px 16px rgba(13, 166, 224, 0.10);
          box-shadow: 0 3px 16px rgba(13, 166, 224, 0.10);
}

.co-workshop-box p {
  font-size: 16px;
  color: #12253a;
  font-weight: 600;
  line-height: 1.7;
  margin: 0 0 18px;
}

/* ---- Tweet callout box ---- */
.co-tweet-box {
  background: #f0f9ff;
  border: 1px solid #b3e2f7;
  border-radius: 14px;
  padding: 28px 32px;
  text-align: center;
}

.co-tweet-box p {
  font-size: 15px;
  color: #3a4a56;
  line-height: 1.8;
  margin: 0;
}

.co-tweet-box a {
  font-weight: 700;
  color: #0da6e0;
}

.co-tweet-box a:hover {
  text-decoration: underline;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .co-hero {
    height: 42vh;
    min-height: 280px;
  }

  .co-hero-content .head {
    font-size: 24px !important;
  }

  .co-workshop-box,
  .co-tweet-box {
    padding: 20px 20px;
  }
}
