/* ============================================================
   Schaal van Betekenis — page-specific styles
   /schaal-van-betekenis
   ============================================================ */

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

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

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

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

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

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

/* ---- Question list ---- */
.svb-q-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.svb-q-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-size: 14.5px;
  color: #4a5568;
  line-height: 1.65;
  margin-bottom: 14px;
}

.svb-q-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(13, 166, 224, 0.12);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  margin-top: 2px;
}

.svb-q-icon i {
  font-size: 10px;
  color: #0da6e0;
}

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

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