.elementor-982 .elementor-element.elementor-element-d91fd75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:48px;--padding-bottom:64px;--padding-left:0px;--padding-right:0px;}body.elementor-page-982:not(.elementor-motion-effects-element-type-background), body.elementor-page-982 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1E9DD;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-982 .elementor-element.elementor-element-d91fd75{--content-width:820px;}}/* Start custom CSS *//* ============================================================
   SLOTVRAGEN PAGINA - CUSTOM CSS
   Plek: Elementor → Page Settings → Geavanceerd → Aangepaste CSS
   ============================================================ */

/* --- INTRO BLOK --- */
.sv-intro {
  margin-bottom: 40px;
  font-family: 'DM Sans', sans-serif;
}

.sv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FF6B35;
  margin-bottom: 20px;
}

.sv-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #FF6B35;
}

.sv-page-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1A2332;
  margin: 0 0 20px 0;
}

.sv-page-lead {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #5C6470;
  max-width: 640px;
  margin: 0;
}

/* --- SECTION HEADINGS (Goed om te weten / Belangrijk om te weten) --- */
.sv-section-heading {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1A2332;
  margin: 40px 0 20px 0;
  padding-left: 16px;
  border-left: 3px solid #00A878;
}

/* --- INFO ACCORDEONS (Widget 1) --- */
.slotvragen-info {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(26, 35, 50, 0.04), 0 4px 16px rgba(26, 35, 50, 0.06);
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  font-family: 'DM Sans', sans-serif;
}

.slotvragen-info:hover {
  box-shadow: 0 2px 4px rgba(26, 35, 50, 0.06), 0 8px 24px rgba(26, 35, 50, 0.08);
}

.slotvragen-info summary {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1A2332;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 0.15s ease;
}

.slotvragen-info summary::-webkit-details-marker { display: none; }

.slotvragen-info summary:hover {
  background: #FAF6EF;
}

.slotvragen-info summary::before {
  content: '+';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #00A878;
  color: #FFFFFF;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.slotvragen-info[open] summary::before {
  content: '−';
  background: #FF6B35;
}

.slotvragen-info .info-body {
  padding: 0 24px 24px 64px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #5C6470;
}

.slotvragen-info .info-body p { margin-bottom: 12px; }
.slotvragen-info .info-body p:last-child { margin-bottom: 0; }
.slotvragen-info .info-body strong { color: #1A2332; font-weight: 600; }
.slotvragen-info .info-body a {
  color: #008963;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* --- MEDEDELINGSPLICHT BLOK (Widget 2 - accordeon) --- */
.mededelingsplicht {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(26, 35, 50, 0.04), 0 4px 16px rgba(26, 35, 50, 0.06);
  overflow: hidden;
  margin-bottom: 16px;
  font-family: 'DM Sans', sans-serif;
}

.mededelingsplicht summary {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 20px 24px;
  background: #00A878;
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease;
}

.mededelingsplicht summary::-webkit-details-marker { display: none; }

.mededelingsplicht summary::before {
  content: 'i';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  flex-shrink: 0;
}

.mededelingsplicht[open] summary { background: #008963; }

.mededelingsplicht .meded-body {
  padding: 24px 24px 24px 62px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #5C6470;
}

.mededelingsplicht .meded-body p { margin-bottom: 12px; }
.mededelingsplicht .meded-body p:last-child { margin-bottom: 0; }
.mededelingsplicht .meded-body strong { color: #1A2332; font-weight: 600; }
.mededelingsplicht .meded-body ul {
  margin: 12px 0;
  padding-left: 20px;
}
.mededelingsplicht .meded-body li { margin-bottom: 8px; }

/* --- WAARSCHUWING BLOK (Widget 2) --- */
.slotvragen-warn {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #FAF6EF;
  border-left: 4px solid #FF6B35;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #2D3540;
}

.slotvragen-warn::before {
  content: '⚠';
  font-size: 20px;
  color: #FF6B35;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.slotvragen-warn strong { color: #1A2332; font-weight: 600; }

/* --- FORMULIER (Widget 3) --- */
.sv-form-wrap {
  font-family: 'DM Sans', sans-serif;
  color: #2D3540;
}

.form-header {
  background: #00A878;
  border-radius: 12px 12px 0 0;
  padding: 24px 32px;
}

.form-header .form-eyebrow {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-header .form-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
}

.form-header h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin: 0;
}

.identificatie {
  background: #FFFFFF;
  padding: 32px;
  border-bottom: 1px solid #F0EBE0;
}

.identificatie .intro-text {
  font-size: 14px;
  color: #5C6470;
  margin-bottom: 20px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-grid > .full { grid-column: 1 / -1; }

.field-label {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5C6470;
  margin-bottom: 8px;
}

.field-label .required { color: #FF6B35; margin-left: 2px; }

.form-input,
.form-textarea {
  width: 100%;
  border: 1.5px solid #E0DBCD !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important;
  color: #2D3540 !important;
  background: #FFFFFF !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-shadow: none !important;
  outline: none !important;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #8B92A0;
}

.form-input:focus,
.form-textarea:focus {
  outline: none !important;
  border-color: #00A878 !important;
  box-shadow: 0 0 0 3px #E6F6F0 !important;
}

.form-input.kenteken {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.form-textarea {
  resize: vertical;
  min-height: 80px;
  font-family: 'DM Sans', sans-serif;
}

.vraag-section {
  background: #FFFFFF;
  border-bottom: 1px solid #F0EBE0;
}

.vraag-card {
  padding: 32px;
  border-bottom: 1px solid #F0EBE0;
  position: relative;
}

.vraag-card:last-child { border-bottom: none; }

.vraag-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 12px;
}

.vraag-nummer {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #00A878;
  flex-shrink: 0;
  width: 48px;
  letter-spacing: -0.02em;
}

.vraag-content { flex: 1; padding-top: 6px; }

.vraag-tekst {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  color: #1A2332;
  margin-bottom: 12px;
}

.vraag-badge {
  display: inline-flex;
  align-items: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
  background: #E6F6F0;
  color: #008963;
  margin-left: 8px;
  vertical-align: 3px;
}

.vraag-badge.optional {
  background: #F0EBE0;
  color: #5C6470;
}

.slotvragen-uitleg {
  background: #FAF6EF;
  border-left: 3px solid #00A878;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  font-size: 13.5px;
  line-height: 1.65;
  color: #5C6470;
  margin-bottom: 20px;
  font-family: 'DM Sans', sans-serif;
}

.slotvragen-uitleg strong { color: #1A2332; font-weight: 600; }
.slotvragen-uitleg ul {
  margin: 8px 0 0;
  padding-left: 20px;
}
.slotvragen-uitleg li { margin-bottom: 4px; }

/* --- JA/NEE TOGGLE --- */
.ja-nee {
  display: flex;
  gap: 12px;
  margin-bottom: 0;
}

.ja-nee-option {
  flex: 0 0 auto;
  position: relative;
}

.ja-nee-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ja-nee-option label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 110px;
  padding: 11px 24px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #5C6470;
  background: #FFFFFF;
  border: 2px solid #E8E4D9;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.15s ease;
  user-select: none;
}

.ja-nee-option label:hover {
  border-color: #C8E9DD;
  color: #1A2332;
}

.ja-nee-option input[type="radio"]:checked + label {
  background: #00A878;
  border-color: #00A878;
  color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 168, 120, 0.15), 0 4px 12px rgba(0, 168, 120, 0.18);
}

.ja-nee-option input[type="radio"]:focus-visible + label {
  outline: 3px solid #E6F6F0;
  outline-offset: 2px;
}

.ja-nee-option label::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid currentColor;
  opacity: 0.5;
  transition: all 0.15s ease;
}

.ja-nee-option input[type="radio"]:checked + label::before {
  background: #FFFFFF;
  border-color: #FFFFFF;
  opacity: 1;
  box-shadow: inset 0 0 0 3px #00A878;
}

/* --- CONDITIONAL TOELICHTING --- */
.toelichting {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #E0DBCD;
  animation: sv-slide-down 0.25s ease;
}

.toelichting.visible { display: block; }

@keyframes sv-slide-down {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.toelichting .field-label {
  font-size: 11px;
  margin-bottom: 8px;
}

.toelichting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.toelichting-grid .field { display: flex; flex-direction: column; }

/* --- IBAN BLOK --- */
.iban-section {
  background: #FAF6EF;
  padding: 32px;
  border-bottom: 1px solid #F0EBE0;
}

.iban-section h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1A2332;
  margin-bottom: 8px;
}

.iban-section p {
  font-size: 14px;
  color: #5C6470;
  margin-bottom: 20px;
}

.iban-input-wrap { max-width: 360px; }

.iban-input {
  font-family: 'Menlo', 'Monaco', monospace;
  letter-spacing: 0.1em;
  font-size: 15px;
}

/* --- VERKLARING CHECKBOXES --- */
.verklaring-section {
  background: #FFFFFF;
  padding: 32px;
}

.verklaring-section h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1A2332;
  margin-bottom: 20px;
}

.verklaring-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.55;
  color: #2D3540;
  position: relative;
}

.verklaring-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.verklaring-item .checkbox-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid #E8E4D9;
  border-radius: 6px;
  background: #FFFFFF;
  flex-shrink: 0;
  margin-top: 1px;
  transition: all 0.15s ease;
}

.verklaring-item:hover .checkbox-visual {
  border-color: #C8E9DD;
}

.verklaring-item input[type="checkbox"]:checked + .checkbox-visual {
  background: #00A878;
  border-color: #00A878;
}

.verklaring-item input[type="checkbox"]:checked + .checkbox-visual::after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}

.verklaring-item input[type="checkbox"]:focus-visible + .checkbox-visual {
  outline: 3px solid #E6F6F0;
  outline-offset: 2px;
}

.verklaring-item.featured {
  margin-top: 12px;
  padding: 20px;
  background: #E6F6F0;
  border-radius: 12px;
}

.verklaring-item.featured strong { color: #1A2332; font-weight: 600; }

/* --- SUBMIT SECTION --- */
.submit-section {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 0 0 12px 12px;
  border-top: 1px solid #F0EBE0;
}

.validatie-fout,
.succes-melding {
  display: none;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'DM Sans', sans-serif;
}

.validatie-fout {
  background: #FEE8E8;
  border-left: 4px solid #DC2626;
  color: #DC2626;
}

.validatie-fout strong { color: #DC2626; font-weight: 700; }

.succes-melding {
  background: #E6F6F0;
  border-left: 4px solid #00A878;
  color: #008963;
}

.succes-melding strong { color: #1A2332; font-weight: 700; }

.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px 24px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  background: #00A878;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 2px rgba(0, 168, 120, 0.15), 0 4px 12px rgba(0, 168, 120, 0.18);
  transition: all 0.15s ease;
}

.submit-button:hover {
  background: #008963;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 168, 120, 0.2), 0 12px 28px rgba(0, 168, 120, 0.22);
}

.submit-button:active { transform: translateY(0); }

.submit-button .arrow {
  transition: transform 0.2s ease;
  display: inline-block;
}

.submit-button:hover .arrow { transform: translateX(4px); }

.privacy-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12.5px;
  color: #8B92A0;
  text-align: center;
  margin-top: 16px;
  line-height: 1.6;
  font-family: 'DM Sans', sans-serif;
}

.privacy-notice::before {
  content: '🔒';
  font-size: 14px;
}

/* --- RESPONSIVE --- */
@media (max-width: 640px) {
  .form-grid,
  .toelichting-grid { grid-template-columns: 1fr; }

  .vraag-card { padding: 24px; }

  .vraag-nummer { font-size: 26px; width: 40px; }

  .form-header,
  .identificatie,
  .iban-section,
  .verklaring-section,
  .submit-section { padding: 24px; }

  .ja-nee-option label { min-width: 100px; padding: 10px 20px; }

  .verklaring-item.featured { padding: 16px; }

  .slotvragen-info .info-body { padding: 0 24px 24px 24px; }

  .mededelingsplicht .meded-body { padding: 24px; }
}/* End custom CSS */