#eduurzaam-warmtepomp, #eduurzaam-warmtepomp *, #eduurzaam-warmtepomp *::before, #eduurzaam-warmtepomp *::after {
  box-sizing: border-box;
}
#eduurzaam-warmtepomp {
  font-family: 'Inter', Arial, sans-serif;
  color: #1a2e1a;
}
#eduurzaam-warmtepomp p,
#eduurzaam-warmtepomp h1,
#eduurzaam-warmtepomp div,
#eduurzaam-warmtepomp span,
#eduurzaam-warmtepomp label,
#eduurzaam-warmtepomp button,
#eduurzaam-warmtepomp input,
#eduurzaam-warmtepomp select {
  margin: 0;
  padding: 0;
}

#eduurzaam-warmtepomp #app {
  max-width: 1020px;
  margin: 0 auto;
  padding: 20px 16px 40px;
  background: linear-gradient(135deg, #f2faf1 0%, #eef8ed 50%, #f0f9ff 100%);
}

/* HEADER */
#eduurzaam-warmtepomp .header {
  background: #3b8d35;
  border-radius: 16px;
  padding: 24px;
  color: #fff !important;
  margin-bottom: 20px;
  position: relative;
}
#eduurzaam-warmtepomp .header-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
#eduurzaam-warmtepomp .header-logo span { font-size: 16px; font-weight: 700; letter-spacing: .02em; color: #fff !important; }
#eduurzaam-warmtepomp .header .sub { font-size: 11px; font-weight: 700; letter-spacing: .1em; opacity: .8; margin-bottom: 6px; text-transform: uppercase; color: #fff !important; }
#eduurzaam-warmtepomp .header h1 { font-size: 22px; font-weight: 700; line-height: 1.25; margin-bottom: 6px; color: #fff !important; }
#eduurzaam-warmtepomp .header p  { font-size: 13px; opacity: .88; line-height: 1.5; color: #fff !important; }
#eduurzaam-warmtepomp .header-pdf-btn {
  position: absolute; top: 20px; right: 20px;
  display: flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.12);
  cursor: pointer; font-size: 12.5px; font-weight: 600;
  color: #fff !important; font-family: 'Inter', Arial, sans-serif;
  transition: background .15s;
  white-space: nowrap;
}
#eduurzaam-warmtepomp .header-pdf-btn:hover { background: rgba(255,255,255,0.22); }
@media (max-width: 520px) {
  #eduurzaam-warmtepomp .header-pdf-btn { position: static; margin-top: 14px; width: 100%; justify-content: center; }
}

/* GRID */
#eduurzaam-warmtepomp .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 800px) {
  #eduurzaam-warmtepomp .grid { grid-template-columns: 1fr 1fr; }
}

/* KAART */
#eduurzaam-warmtepomp .card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 12px;
  border: 1px solid #e2f0e1;
}
#eduurzaam-warmtepomp .card-light {
  background: #f4fbf3;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 12px;
  border: 1px solid #c9e8c6;
}

/* SECTIE TITEL */
#eduurzaam-warmtepomp .sec {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #7aac74;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* FORM ROW */
#eduurzaam-warmtepomp .row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
#eduurzaam-warmtepomp .field { margin-bottom: 12px; }
#eduurzaam-warmtepomp .field:last-child { margin-bottom: 0; }
#eduurzaam-warmtepomp label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 4px;
}
#eduurzaam-warmtepomp .label-sub {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #7aac74;
  margin-top: -2px;
  margin-bottom: 4px;
}
#eduurzaam-warmtepomp input[type=number], #eduurzaam-warmtepomp select {
  width: 100%;
  padding: 8px 10px;
  border: 1.5px solid #d1e8cf;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  color: #1a2e1a;
  background: #fff;
  outline: none;
  transition: border-color .15s;
}
#eduurzaam-warmtepomp input[type=number]:focus, #eduurzaam-warmtepomp select:focus { border-color: #3b8d35; }

/* Primaire invoervelden – groen gemarkeerd */
#eduurzaam-warmtepomp .field.primary label { color: #1a5e16; font-weight: 600; }
#eduurzaam-warmtepomp .field.primary input[type=number],
#eduurzaam-warmtepomp .field.primary select {
  border-color: #3b8d35;
  background: #f6fef5;
}
#eduurzaam-warmtepomp .field.primary input[type=number]:focus,
#eduurzaam-warmtepomp .field.primary select:focus { border-color: #246b1f; box-shadow: 0 0 0 3px rgba(59,141,53,.12); }
#eduurzaam-warmtepomp .slider-wrap.primary .slider-label { color: #1a5e16; font-weight: 600; }
#eduurzaam-warmtepomp .slider-wrap.primary input[type=range] { background: #a8d5a2; }
#eduurzaam-warmtepomp input[type=number]::-webkit-inner-spin-button,
#eduurzaam-warmtepomp input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; }
#eduurzaam-warmtepomp input[type=number] { -moz-appearance: textfield; }

/* SLIDER */
#eduurzaam-warmtepomp .slider-wrap { margin-bottom: 4px; }
#eduurzaam-warmtepomp .slider-label { font-size: 13px; font-weight: 500; color: #374151; margin-bottom: 6px; }
#eduurzaam-warmtepomp .slider-label strong { color: #3b8d35; }
#eduurzaam-warmtepomp .slider-hint { font-size: 11px; color: #9ca3af; font-weight: 400; margin-left: 6px; }
#eduurzaam-warmtepomp input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #d1e8cf;
  outline: none;
  cursor: pointer;
}
#eduurzaam-warmtepomp input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #3b8d35;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
#eduurzaam-warmtepomp input[type=range]::-moz-range-thumb {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #3b8d35;
  cursor: pointer;
  border: none;
}
#eduurzaam-warmtepomp .slider-minmax {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #9ca3af;
  margin-top: 2px;
}

/* RESULTATEN */
#eduurzaam-warmtepomp .kw-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 0;
}
#eduurzaam-warmtepomp .kw-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2f0e1;
  padding: 14px;
  text-align: center;
}
#eduurzaam-warmtepomp .kw-box .kw-lbl { font-size: 11px; color: #7aac74; font-weight: 600; margin-bottom: 6px; }
#eduurzaam-warmtepomp .kw-box .kw-val { font-size: 32px; font-weight: 700; color: #3b8d35; line-height: 1; }
#eduurzaam-warmtepomp .kw-box .kw-unit { font-size: 12px; color: #6b7280; margin-top: 4px; }
#eduurzaam-warmtepomp .kw-box .kw-note { font-size: 10px; color: #9ca3af; margin-top: 6px; }

#eduurzaam-warmtepomp .costs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
#eduurzaam-warmtepomp .cost-box {
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}
#eduurzaam-warmtepomp .cost-box.red   { background: #fff5f5; border: 1px solid #fecaca; }
#eduurzaam-warmtepomp .cost-box.green { background: #f0fdf4; border: 1px solid #bbf7d0; }
#eduurzaam-warmtepomp .cost-box .cost-lbl { font-size: 11px; font-weight: 600; margin-bottom: 4px; }
#eduurzaam-warmtepomp .cost-box.red   .cost-lbl { color: #dc2626; }
#eduurzaam-warmtepomp .cost-box.green .cost-lbl { color: #3b8d35; }
#eduurzaam-warmtepomp .cost-box .cost-val { font-size: 26px; font-weight: 700; }
#eduurzaam-warmtepomp .cost-box.red   .cost-val { color: #dc2626; }
#eduurzaam-warmtepomp .cost-box.green .cost-val { color: #3b8d35; }
#eduurzaam-warmtepomp .cost-box .cost-sub { font-size: 11px; color: #9ca3af; margin-top: 2px; }

#eduurzaam-warmtepomp .besparing-box {
  background: #f0fdf4;
  border-radius: 10px;
  border: 1.5px solid #3b8d35;
  padding: 14px 16px;
}
#eduurzaam-warmtepomp .besp-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
#eduurzaam-warmtepomp .besp-row:last-child { margin-bottom: 0; }
#eduurzaam-warmtepomp .besp-row .besp-lbl { font-size: 13px; color: #374151; font-weight: 500; }
#eduurzaam-warmtepomp .besp-row .besp-val { font-size: 20px; font-weight: 700; color: #3b8d35; }

#eduurzaam-warmtepomp .co2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}
#eduurzaam-warmtepomp .co2-box {
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}
#eduurzaam-warmtepomp .co2-box.orange { background: #fef9ef; border: 1px solid #fde68a; }
#eduurzaam-warmtepomp .co2-box.green  { background: #f0fdf4; border: 1px solid #bbf7d0; }
#eduurzaam-warmtepomp .co2-box .co2-lbl { font-size: 11px; font-weight: 600; margin-bottom: 4px; }
#eduurzaam-warmtepomp .co2-box.orange .co2-lbl { color: #d97706; }
#eduurzaam-warmtepomp .co2-box.green  .co2-lbl { color: #3b8d35; }
#eduurzaam-warmtepomp .co2-box .co2-val { font-size: 22px; font-weight: 700; }
#eduurzaam-warmtepomp .co2-box.orange .co2-val { color: #d97706; }
#eduurzaam-warmtepomp .co2-box.green  .co2-val { color: #3b8d35; }
#eduurzaam-warmtepomp .co2-box .co2-sub { font-size: 11px; color: #9ca3af; margin-top: 2px; }

#eduurzaam-warmtepomp .co2-reductie {
  background: #f0fdf4;
  border-radius: 10px;
  border: 1.5px solid #86efac;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#eduurzaam-warmtepomp .co2-reductie .lbl { font-size: 13px; color: #374151; font-weight: 500; }
#eduurzaam-warmtepomp .co2-reductie .val { font-size: 18px; font-weight: 700; color: #3b8d35; }

#eduurzaam-warmtepomp .co2-note { font-size: 11px; color: #9ca3af; line-height: 1.5; }

#eduurzaam-warmtepomp .toelichting {
  background: #f8fafc;
  border-radius: 12px;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  font-size: 11px;
  color: #9ca3af;
  line-height: 1.6;
}
#eduurzaam-warmtepomp .toelichting strong { color: #6b7280; }

#eduurzaam-warmtepomp .disclaimer {
  background: #fafafa;
  border-radius: 12px;
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  font-size: 10.5px;
  color: #9ca3af;
  line-height: 1.6;
  margin-top: 12px;
}
#eduurzaam-warmtepomp .disclaimer strong { color: #6b7280; }

#eduurzaam-warmtepomp .footer {
  text-align: center;
  font-size: 11px;
  color: #9ca3af;
  margin-top: 16px;
  line-height: 1.6;
}
#eduurzaam-warmtepomp .footer a { color: #9ca3af; }
