
/* ═══════════════════════════════════════════════════════════════
 * HOTFIX 53f — Laadpaal-offerte modal
 * ═══════════════════════════════════════════════════════════════ */
.lpo-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  font-family: 'DM Sans', system-ui, sans-serif;
}
.lpo-modal--open { display: flex; }
.lpo-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(12, 26, 31, 0.7);
  backdrop-filter: blur(4px);
}
.lpo-modal__panel {
  position: relative;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 680px;
  padding: 32px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.3);
  margin: auto 0;
}
.lpo-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #f4f4f5;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  color: #52525b;
}
.lpo-modal__close:hover { background: #e4e4e7; }
.lpo-modal__header h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0 0 4px;
  color: #0c1a1f;
}
.lpo-modal__header p {
  color: #52525b;
  margin: 0 0 24px;
  font-size: 14px;
}
.lpo-prefill {
  background: #d1fae5;
  color: #065f46;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lpo-error {
  background: #fee2e2;
  color: #991b1b;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 16px;
  display: none;
}
.lpo-error--visible { display: block; }
.lpo-fs {
  border: none;
  padding: 0;
  margin: 0 0 20px;
  display: block;
}
.lpo-fs legend, .lpo-legend {
  font-size: 14px;
  font-weight: 700;
  color: #0c1a1f;
  padding: 0;
  margin-bottom: 10px;
  display: block;
}
.lpo-fs label {
  display: block;
  font-size: 13px;
  color: #52525b;
  margin-bottom: 10px;
  font-weight: 500;
}
.lpo-fs label > strong { color: #ff6a1a; }
.lpo-fs input[type=text],
.lpo-fs input[type=email],
.lpo-fs input[type=tel],
.lpo-fs input[type=number],
.lpo-fs input[type=date],
.lpo-fs select,
.lpo-fs textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  margin-top: 4px;
  background: #fff;
  box-sizing: border-box;
}
.lpo-fs input:focus, .lpo-fs select:focus, .lpo-fs textarea:focus {
  border-color: #ff6a1a;
  outline: none;
}
.lpo-fs small {
  display: block;
  font-size: 11px;
  color: #71717a;
  margin-top: 4px;
}
.lpo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.lpo-row--3-2-2 {
  grid-template-columns: 2fr 1fr 1fr;
}
.lpo-radio-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.lpo-radio {
  display: flex !important;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  margin: 0 !important;
  flex: 1;
}
.lpo-radio:has(input:checked) {
  border-color: #ff6a1a;
  background: #fee2e2;
}
.lpo-radio input { margin: 0; accent-color: #ff6a1a; }
.lpo-file {
  display: block;
  padding: 14px;
  border: 2px dashed #e4e4e7;
  border-radius: 8px;
  margin-bottom: 12px;
  cursor: pointer;
}
.lpo-file > span {
  display: block;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
  color: #18181b;
}
.lpo-file input[type=file] {
  display: block;
  font-size: 13px;
  width: 100%;
}
.lpo-fs--zakelijk {
  background: #f4f4f5;
  padding: 16px;
  border-radius: 10px;
}
.lpo-abo-info {
  background: #fff;
  border: 2px solid #ff6a1a;
  border-radius: 10px;
  padding: 16px;
  margin-top: 12px;
}
.lpo-abo-info h4 {
  font-size: 16px;
  font-weight: 800;
  color: #ff6a1a;
  margin: 0 0 8px;
}
.lpo-abo-info ul {
  margin: 0 0 12px;
  padding-left: 18px;
  font-size: 13px;
  color: #18181b;
}
.lpo-abo-info ul li {
  padding: 2px 0;
}
.lpo-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 0;
  font-size: 13px;
  cursor: pointer;
}
.lpo-checkbox input { margin-top: 3px; accent-color: #ff6a1a; }
.lpo-checkbox--privacy {
  background: #fafafa;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.lpo-help {
  font-size: 13px;
  color: #52525b;
  margin: 0 0 10px;
}
.lpo-submit {
  width: 100%;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 700;
  background: #ff6a1a;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.lpo-submit:hover { background: #b81818; }
.lpo-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.lpo-foot {
  text-align: center;
  font-size: 11px;
  color: #71717a;
  margin: 12px 0 0;
}
.lpo-success {
  text-align: center;
  padding: 32px 0;
}
.lpo-success__icon {
  width: 64px;
  height: 64px;
  background: #d1fae5;
  color: #065f46;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
  margin: 0 auto 16px;
}
.lpo-success h3 {
  font-size: 22px;
  font-weight: 800;
  color: #0c1a1f;
  margin: 0 0 8px;
}
.lpo-success p {
  font-size: 14px;
  color: #52525b;
  margin: 0 0 20px;
}
body.lpo-modal-open { overflow: hidden; }

@media (max-width: 560px) {
  .lpo-modal__panel { padding: 24px; }
  .lpo-row, .lpo-row--3-2-2 { grid-template-columns: 1fr; }
  .lpo-radio-group { flex-direction: column; }
}
/* ═══ END HOTFIX 53f ═══ */
