/* .chulp-trigger heeft een eigen bodemstijl zodat de knop er sowieso goed
   uitziet; waar het thema ".woocommerce .button" e.d. invult, wint die
   specifiekere thema-regel automatisch van onderstaande. */
.chulp-trigger {
  font: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 24px;
  border: none;
  border-radius: 10px;
  background: #157A41;
  color: #fff;
  cursor: pointer;
}
.chulp-trigger:hover { background: #0B4A2A; }

body.chulp-lock { overflow: hidden; }

.chulp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 20, 15, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
}
.chulp-overlay.open { opacity: 1; visibility: visible; }

.chulp-modal {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 32px 28px 28px;
  position: relative;
  font-family: inherit;
  color: inherit;
  transform: translateY(10px);
  transition: transform .2s ease;
}
.chulp-overlay.open .chulp-modal { transform: translateY(0); }

.chulp-close {
  position: absolute;
  top: 16px; right: 16px;
  width: 32px; height: 32px;
  border-radius: 50%;
  border: none;
  background: #EAF4EC;
  color: #111;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}
.chulp-close:hover { background: #d9ecdd; }

.chulp-stepcount {
  font-size: 0.75rem;
  font-weight: 700;
  color: #157A41;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 8px;
}
.chulp-progress {
  height: 6px;
  width: 100%;
  background: #EAF4EC;
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 26px;
}
.chulp-progress-fill {
  height: 100%;
  background: #157A41;
  border-radius: 99px;
  transition: width .4s cubic-bezier(.65,0,.35,1);
  width: 0%;
}

.chulp-card h1 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 0 8px;
}
.chulp-sub {
  color: #6B7280;
  font-size: 0.92rem;
  margin: 0 0 20px;
}

.chulp-options { display: grid; gap: 10px; }
.chulp-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 2px solid #E4E4E0;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}
.chulp-opt:hover { border-color: #157A41; }
.chulp-opt.selected { border-color: #157A41; background: #EAF4EC; }
.chulp-icon { width: 30px; height: 30px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: #EAF4EC; border-radius: 8px; }
.chulp-icon svg { width: 18px; height: 18px; }
.chulp-txt small { display: block; color: #6B7280; font-weight: 400; font-size: 0.78rem; margin-top: 2px; }
.chulp-check {
  margin-left: auto;
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 2px solid #E4E4E0;
  flex-shrink: 0;
}
.chulp-opt.selected .chulp-check {
  border-color: #157A41;
  background: #157A41;
  position: relative;
}
.chulp-opt.selected .chulp-check::after {
  content: "";
  position: absolute;
  left: 5px; top: 1px;
  width: 5px; height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.chulp-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; }
.chulp-btn-back {
  font: inherit; font-size: 0.9rem; padding: 12px 20px;
  border: none; background: transparent; color: #6B7280; cursor: pointer;
}
.chulp-btn-back:hover { color: #111; }
.chulp-btn-next {
  font: inherit; font-weight: 700; font-size: 0.9rem;
  border-radius: 8px; padding: 12px 20px; cursor: pointer; border: none;
  background: #157A41; color: #fff;
}
.chulp-btn-next:disabled { opacity: .3; cursor: not-allowed; }
.chulp-btn-next:not(:disabled):hover { background: #0B4A2A; }

.chulp-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: #EAF4EC; color: #0B4A2A;
  font-size: 0.75rem; font-weight: 700;
  padding: 5px 11px; border-radius: 99px; margin-bottom: 12px;
}

.chulp-result-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #E4E4E0;
  margin-bottom: 18px;
}
.chulp-result-visual {
  background: #0B4A2A;
  display: flex; align-items: center; justify-content: center;
  padding: 10px;
}
.chulp-result-visual img {
  max-width: 100%; max-height: 110px;
  object-fit: contain;
}
.chulp-result-info { padding: 16px 18px; background: #fff; }
.chulp-naam { font-weight: 700; font-size: 1.05rem; margin: 0 0 4px; }
.chulp-dims { color: #6B7280; font-size: 0.78rem; margin: 0 0 10px; }
.chulp-price { font-size: 1.15rem; font-weight: 800; color: #157A41; }

.chulp-alt {
  border: 1px solid #E4E4E0;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0.82rem;
  cursor: pointer;
  margin-bottom: 10px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.chulp-alt:hover, .chulp-alt:focus-visible { border-color: #157A41; }
.chulp-alt:focus-visible { outline: none; box-shadow: 0 0 0 2px #EAF4EC; }
.chulp-alt-visual {
  background: #0B4A2A;
  display: flex; align-items: center; justify-content: center;
  padding: 10px;
}
.chulp-alt-img { max-width: 100%; max-height: 56px; object-fit: contain; }
.chulp-alt-info { padding: 10px 12px; background: #fff; }
.chulp-lbl { color: #6B7280; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 3px; }
.chulp-nm { font-weight: 700; }

/* "Toch liever maatje groter?" — zelfde opmaak als de beste-keuze-kaart */
.chulp-alt-featured {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #157A41;
  margin-bottom: 20px;
  cursor: pointer;
  transition: box-shadow .15s ease;
}
.chulp-alt-featured:hover, .chulp-alt-featured:focus-visible { outline: none; box-shadow: 0 0 0 2px #EAF4EC; }
.chulp-alt-featured-visual {
  background: #0B4A2A;
  display: flex; align-items: center; justify-content: center;
  padding: 10px;
}
.chulp-alt-featured-visual img { max-width: 100%; max-height: 110px; object-fit: contain; }
.chulp-alt-featured-info { padding: 16px 18px; background: #fff; }
.chulp-alt-featured-info .chulp-lbl { color: #157A41; font-size: 0.75rem; margin-bottom: 4px; }
.chulp-alt-featured-info .chulp-nm { font-size: 1.05rem; }

.chulp-cta {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 16px; border-radius: 10px;
  background: #157A41; color: #fff;
  font-weight: 700; font-size: 0.98rem;
  text-decoration: none; box-sizing: border-box;
}
.chulp-cta:hover { background: #0B4A2A; color: #fff; }

.chulp-restart {
  display: block; text-align: center; margin-top: 12px;
  background: none; border: none; color: #6B7280;
  font-size: 0.82rem; font-weight: 600; cursor: pointer; font-family: inherit;
}
.chulp-restart:hover { color: #111; }

@media (max-width: 480px) {
  .chulp-modal { padding: 26px 18px 20px; }
  .chulp-result-card { grid-template-columns: 1fr; }
  .chulp-result-visual { padding: 18px; }
  .chulp-alt-featured { grid-template-columns: 1fr; }
  .chulp-alt-featured-visual { padding: 18px; }
}
