/* ========================================
   INDEPENDENCE CHECK PAGE
   ======================================== */

/* ---------- INTRO-SECTIE MET TEKST + FASE-KAARTEN ---------- */
#intro {
  background: #fff;
  padding-bottom: clamp(60px, 6vw, 100px);
  margin: 150PX auto 100px;
}
.page-independence-check .ic-hero__card {

}

#intro .intro-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.intro-copy {
  flex: 1 1 55%;
  margin-top: 70px;
}

.intro-copy p {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

/* ---------- KAARTEN VOOR DE FASEN ---------- */
/* ---------- KAARTEN VOOR DE FASEN (naast elkaar) ---------- */
.intro-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
}

/* Elke kaart neemt 48% ruimte, zodat er twee naast elkaar passen */
.intro-cards .card {
  flex: 1 1 calc(50% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #e5e5eb;
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.intro-cards .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* ---------- Varianten ---------- */
.card--muted {
  background: #f0f3fa;
}

.card--highlight {
  background: #faf2d4 !important;
}

/* ---------- Typografie binnen kaarten ---------- */
.intro-cards h3 {
  font-size: clamp(1.2rem, 1vw + 0.5rem, 1.4rem);
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.8rem;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 0.4em 0.8em;
  border-radius: 4px;
}

.intro-cards p {
  color: #333;
  line-height: 1.7;
  margin: 0;
  font-size: clamp(1rem, 0.9vw + 0.3rem, 1.1rem);
}
/* ===============================
   HOE WERKT – DE INDEPENDENCE CHECK
================================= */

.how-it-works {
  position: relative;
  width: 100%;
  overflow: visible;
  z-index: 3;
}

/* Achtergrondafbeelding */
.how-bg {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.how-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Witte contentbox */
.how-content {
  background: linear-gradient(to bottom, #00023c 50%, transparent 50%);
  border-radius: var(--radius);
  padding: clamp(40px, 6vw, 80px) 20px;
  width: 100%;
  max-width: 1980px;
  margin: 0px auto 80px;
  position: relative;
  z-index: 5;
}
.how-content .container {
  background-color: #f4f4f4;
  margin-top: -180px;
  padding:40px;
}
/* Titel */
.how-content h2 {
  color: var(--color-primary);
  font-size: clamp(1.8rem, 1.5vw + 1rem, 2.6rem);
  margin-bottom: clamp(2rem, 3vw, 3.5rem);
}

/* Rijstructuur */
.how-table {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3vw, 48px);
}
.how-row > .how-col {
  height: 100%;                      /* elk kolomvlak zelf 100% */
  display: flex;
  flex-direction: column;
}

.how-step,
.how-evidence {
  flex: 1;                           /* rekt mee */
  display: flex;
  flex-direction: column;
}
.how-step__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* H3 binnen de header moet nooit afbreken op desktop */
.how-step__header h3 {
  margin: 0;
}

.how-row {
  display: grid;
  grid-template-columns: 1fr 1fr;   /* 50 / 50 */
  gap: clamp(24px, 4vw, 50px);
  align-items: stretch;             /* gelijke hoogte */
}
.how-col {
  display: flex;
  flex-direction: column;
}
/* Linkerkolom */
.how-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #f9f9fb;
  border-radius: var(--radius);
  padding: clamp(20px, 2vw, 28px);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  position: relative;
}

/* Nummer – vierkant, gecentreerd */
.how-step__number {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: clamp(1rem, 0.9vw + 0.6rem, 1.4rem);
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  flex-shrink: 0;
  line-height: 1;
}

/* Titel – afgerond vlak */
.how-step h3 {
  display: inline-block;
  font-size: clamp(1rem, calc(1vw - 1.4rem), 1rem);
  color: var(--color-primary);
  background-color: #eef0f9;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 700;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}

/* Beschrijvingstekst */
.how-step p {
  margin: 0;
  color: #333;
  line-height: 1.6;
}

/* Rechterkolom */

.how-evidence {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #f9f9fb;
  border-radius: var(--radius);
  padding: clamp(20px, 2vw, 28px);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.evidence-box {
  background: #fff;
  border-radius: var(--radius);
  padding: 14px 18px;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.evidence-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.evidence-box.muted {
  background: #e5e5eb;
  border-left-color: #9da5c2;
}
.evidence-box.highlight {
  background: #faf2d4;
  border-left-color: var(--color-accent);
}
/* Desktop – hoofdlabels bovenaan */
.blue-how-it-works-bg {}
.how-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 60px);
  margin-bottom: clamp(20px, 2vw, 40px);
}
.how-heading-left,
.how-heading-right {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: none;
  letter-spacing: 0.02em;
}

/* Mobiele titels – standaard verborgen */
.mobile-heading {
  display: none;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 10px;
  opacity: 0.9;
}

.effect {
  background: #fff;

  position: relative;
  z-index: 2;
}

.effect h2 {
  color: var(--color-primary);
  font-size: clamp(1.8rem, 1.4vw + 1rem, 2.6rem);
  margin-bottom: clamp(2rem, 3vw, 3.5rem);
  text-align: left;
}

/* ---------- Checklist met vinkjes ---------- */
.checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(40px, 5vw, 70px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.checklist li {
  position: relative;
  padding-left: 40px;
  line-height: 1.7;
  font-size: 1.05rem;
  color: #222;
}

.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 1.3rem;
  color: #0bb36f;
  font-weight: bold;
}

/* ---------- Notes-blokken ---------- */
.effect-notes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.effect-notes p {
  background: #f4f4f4;
  padding: 18px 24px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.effect-notes p strong {
  color: var(--color-primary);
}

.effect-notes p:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1200px) {

}
@media (max-width: 1000px) {

  #intro .intro-grid {
    flex-direction: column;
    gap: 40px;
  }

  .intro-copy,
  .intro-cards {
    flex: 1 1 100%;
  }

  .intro-cards {
    flex-direction: column;
  }
  #intros {
    margin-top: 140px;
  }

  .how-content {
    background: #00023c;
  }
.how-row {
    display: block;
  }

  .how-col {
    display: block;
    height: auto;
  }

  .how-step,
  .how-evidence {
    display: block;
    height: auto;
    flex: none;
    margin-bottom: 20px;
  }
  .how-step {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .how-step__header h3 {
    white-space: normal;
  }
  .how-step__number {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .how-step h3 {
    font-size: clamp(1rem, 1vw + 0.4rem, 1.15rem);
  }



  .evidence-box {
    font-size: 0.95rem;
    padding: 12px 14px;
    margin: 15px 0px;
  }
  .how-header {
    display: none;
  }

  /* Mobiele subtitels verschijnen */
  .mobile-heading {
    display: block;
  }

  .how-row {
    margin-bottom: 2.5rem;
  }

  .mobile-heading + .how-step,
  .mobile-heading + .how-evidence {
    margin-top: 0.4rem;
    text-align: center;
  }
  .how-step__number {
    margin: 0 auto;
  }
}

@media (max-width: 900px) {

  /* Algemene tekst centreren */
  .ic-hero__card,
  .effect-notes,
  .how-content,
  .intro-copy,
  .how-row,
  .how-col,
  .how-step,
  .how-evidence,
  .how-evidence p,
  .evidence-box,
  .how-content h2,
  .mobile-heading,
  .effect h2{
    text-align: center;
  }
  .how-step p,.how-step__header h3 {
    text-align: left;
    margin:15px 0px;
  }
  /* Nummer centreren */
  .how-step__header {
    display: flex !important;
    flex-direction: row !important;  /* ← blijft horizontaal */
    align-items: center;
    justify-content: center;
    gap: 6px;                        /* mooie afstand */
    width: 100%;
    text-align: center;
  }

  .how-step__number {
    margin: 0;                       /* geen vertical centering meer */
  }

  .how-step__header h3 {
    margin: 0;                       /* mooi gecentreerd naast nummer */
    white-space: normal;             /* mag afbreken */
  }
  /* H3 netjes centreren in de header */
  .how-step__header {
    justify-content: center;
  }

  /* Evidence-boxen centreren */
  .how-evidence {
    align-items: center;
  }

  /* Max-width centreren (bijv. h3-label achtergrond) */
}

@media (max-width: 600px) {
  .intro-cards .card {
    padding: 24px 20px;
  }
  .intro-copy {
    margin-top: 0px;
  }

  .how-step__number {
    width: 34px;
    height: 34px;
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .how-step h3 {
    font-size: 1rem;
    padding: 4px 10px;
  }
}
