body {
  background: #f5f7f6;
}

.request-page {
  min-height: calc(100vh - 78px);
  padding: 54px 0 84px;
  background:
    linear-gradient(135deg, rgba(15,107,115,.08), transparent 34%),
    linear-gradient(180deg, #f7faf9 0%, #eef3f1 100%);
}

.request-grid {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 42px;
  align-items: start;
}

.request-intro {
  position: sticky;
  top: 108px;
  padding: 12px 0 0;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--teal);
  font-weight: 900;
}

.back-link::before {
  content: "<";
}

.request-intro .eyebrow {
  margin-bottom: 10px;
}

.request-intro h1 {
  margin: 0;
  max-width: 360px;
  font-size: clamp(42px, 5vw, 62px);
  line-height: .98;
  letter-spacing: 0;
}

.request-intro > p {
  max-width: 355px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.request-note {
  padding-top: 18px;
  border-top: 1px solid rgba(23,32,38,.14);
}

.full-request-form {
  padding: 34px;
  background: #fff;
  border: 1px solid rgba(23,32,38,.10);
  border-radius: 12px;
  box-shadow: 0 20px 55px rgba(18,42,48,.12);
}

.form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.form-header span {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
}

.form-header strong {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(33,167,101,.12);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.full-request-form label span {
  display: block;
  margin-bottom: 7px;
  color: #263238;
  font-size: 14px;
  font-weight: 900;
}

.full-request-form input,
.full-request-form select,
.full-request-form textarea {
  width: 100%;
  min-height: 52px;
  margin-bottom: 16px;
  border: 1px solid #d8e1e3;
  border-radius: 8px;
  background: #fbfdfd;
  padding: 0 14px;
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.full-request-form input:focus,
.full-request-form select:focus,
.full-request-form textarea:focus {
  border-color: var(--teal);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(15,107,115,.10);
}

.full-request-form textarea {
  min-height: 126px;
  padding-top: 14px;
  resize: vertical;
}

.work-options.full {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid #d8e1e3;
  border-radius: 10px;
  background: #f8fbfb;
}

.work-options.full legend {
  padding: 0 6px;
  color: #263238;
  font-size: 13px;
  font-weight: 900;
}

.work-options.full label {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #dde6e8;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  line-height: 1.15;
  white-space: normal;
}

.work-options.full label span {
  display: inline;
  margin: 0;
  overflow-wrap: normal;
}

.work-options.full input {
  width: auto;
  min-height: auto;
  margin: 0;
}

.upload-field.large {
  margin: 0 0 16px;
  padding: 16px;
  border: 1px dashed #b8c9cc;
  border-radius: 10px;
  background: #f8fbfb;
}

.upload-field.large span {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
}

.upload-field.large input {
  min-height: auto;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.upload-field.large small,
.form-disclaimer {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.full-request-form .btn {
  width: 100%;
  margin-top: 4px;
}

.form-disclaimer {
  margin: 14px 0 0;
}

@media (max-width: 920px) {
  .request-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .request-intro {
    position: static;
    padding-top: 0;
  }

  .request-intro h1,
  .request-intro > p {
    max-width: 680px;
  }
}

@media (max-width: 680px) {
  .request-page {
    padding: 32px 0 66px;
  }

  .request-grid {
    width: min(100% - 28px, 1080px);
  }

  .full-request-form {
    padding: 20px;
    border-radius: 10px;
  }

  .form-header {
    display: block;
  }

  .form-header strong {
    margin-top: 10px;
  }

  .form-row,
  .work-options.full {
    grid-template-columns: 1fr;
  }

  .work-options.full label {
    white-space: normal;
  }
}

/* PrijsZeker 60 aanvraagflow */
.pricezeker-request .request-grid {
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  max-width: 1120px;
}

.request-promises {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.request-details > summary { display: none; }
.request-details-content { display: block; }

.request-promises li {
  position: relative;
  padding-left: 28px;
  color: #203037;
  font-weight: 800;
  line-height: 1.4;
}

.request-promises li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--green);
  content: "✓";
}

.request-intro .request-footnote {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(23,32,38,.14);
  font-size: 13px;
  line-height: 1.5;
}

.pricezeker-form {
  min-width: 0;
  padding: 30px;
  border: 1px solid rgba(23,32,38,.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(18,42,48,.12);
}

.request-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.request-form-head div,
.request-form-head span,
.request-form-head small {
  display: block;
}

.request-form-head span {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.15;
}

.request-form-head small {
  margin-top: 5px;
  color: var(--muted);
}

.request-form-head strong {
  flex: 0 0 auto;
  color: var(--teal);
  font-size: 14px;
}

.form-progress {
  height: 6px;
  margin: 20px 0 28px;
  overflow: hidden;
  border-radius: 3px;
  background: #e6ece9;
}

.form-progress span {
  display: block;
  width: 33.333%;
  height: 100%;
  background: var(--green);
  transition: width .2s ease;
}

.form-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.pricezeker-form.is-enhanced .form-step { display: none; }
.pricezeker-form.is-enhanced .form-step.is-active { display: block; }

.form-step > legend {
  width: 100%;
  margin: 0 0 22px;
  padding: 0;
  color: var(--ink);
  font-size: 23px;
  font-weight: 900;
}

.form-step > legend:focus {
  outline: none;
}

.form-step > legend span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 15px;
}

.form-step > label,
.form-step .form-row label,
.contact-method-fields label,
.access-fields > label {
  display: block;
  margin: 0 0 7px;
  color: #2c363c;
  font-size: 14px;
  font-weight: 900;
}

.form-step label em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.pricezeker-form input[type="text"],
.pricezeker-form input[type="tel"],
.pricezeker-form input[type="email"],
.pricezeker-form select,
.pricezeker-form textarea {
  width: 100%;
  min-height: 52px;
  margin: 0 0 17px;
  border: 1px solid #ced9d5;
  border-radius: 6px;
  background: #fbfdfc;
  padding: 0 14px;
  color: var(--ink);
  font: inherit;
}

.pricezeker-form textarea {
  min-height: 112px;
  padding-top: 14px;
  resize: vertical;
}

.pricezeker-form input:focus,
.pricezeker-form select:focus,
.pricezeker-form textarea:focus,
.photo-upload:focus-within {
  border-color: var(--teal);
  outline: 3px solid rgba(15,107,115,.14);
  outline-offset: 1px;
}

.pricezeker-form [aria-invalid="true"] {
  border-color: #b42318;
  background: #fff8f7;
}

.field-error {
  display: block;
  min-height: 0;
  margin: -11px 0 15px;
  color: #9f1c13;
  font-size: 13px;
  font-weight: 700;
}

.field-error:empty { display: none; }
.form-honeypot { position: absolute !important; left: -9999px !important; }

.step-intro {
  margin: -8px 0 20px;
  color: var(--muted);
  line-height: 1.55;
}

.combination-options {
  margin: 4px 0 22px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f7faf8;
}

.combination-options summary {
  cursor: pointer;
  font-weight: 900;
}

.compact-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 14px 0;
}

.compact-checks label,
.contact-preference label,
.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  font-weight: 700;
}

.compact-checks input,
.contact-preference input,
.privacy-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.combination-options p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.access-fields {
  margin-bottom: 20px;
  padding: 18px;
  border-left: 4px solid var(--teal);
  background: #f2f7f6;
}

.photo-tips {
  margin-bottom: 20px;
  padding: 18px;
  border-left: 4px solid var(--green);
  background: #f0f8f3;
}

.photo-tips strong { display: block; margin-bottom: 8px; }
.photo-tips ol { margin: 0; padding-left: 22px; }
.photo-tips li { margin-top: 5px; line-height: 1.4; }

.photo-upload {
  display: grid !important;
  min-height: 130px;
  margin: 0 !important;
  place-items: center;
  align-content: center;
  border: 2px dashed #9ebbb1;
  border-radius: 8px;
  background: #f8fbfa;
  text-align: center;
  cursor: pointer;
}

.photo-upload > span {
  color: var(--teal);
  font-size: 18px;
  font-weight: 900;
}

.photo-upload small { margin-top: 4px; color: var(--muted); }
.photo-upload input { margin: 12px 0 0; max-width: 100%; }

.photo-count {
  margin: 13px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.photo-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.photo-preview-grid figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 4 / 3;
  background: #e8eeeb;
}

.photo-preview-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  min-height: 32px;
  border: 0;
  border-radius: 5px;
  background: rgba(15,23,27,.88);
  padding: 0 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.link-button {
  border: 0;
  background: transparent;
  padding: 5px 0;
  color: var(--teal);
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}

.incomplete-route-note {
  margin-top: 12px;
  padding: 13px 15px;
  border-radius: 6px;
  background: #fff5df;
  color: #5f4716;
  line-height: 1.45;
}

.contact-preference {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.contact-preference legend {
  width: 100%;
  margin-bottom: 8px;
  font-weight: 900;
}

.contact-method-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.privacy-check {
  margin: 4px 0 18px;
  line-height: 1.45;
}

.form-navigation {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.pricezeker-form .btn { min-width: 0; }
.pricezeker-form .form-next { margin-top: 8px; }
.pricezeker-form .btn-primary { flex: 1 1 auto; }
.pricezeker-form .btn-secondary {
  flex: 0 0 auto;
  border-color: #b8c7c1;
  background: #fff;
  color: var(--ink);
}

.upload-progress {
  position: relative;
  height: 28px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 6px;
  background: #dfe9e5;
}

.upload-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--green);
  transition: width .15s linear;
}

.upload-progress strong {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #10211a;
  font-size: 13px;
}

.pricezeker-form .form-errors {
  margin: 0 0 20px;
  padding: 13px 15px;
  border-left: 4px solid #b42318;
  background: #fff1ef;
  color: #7a1710;
  font-weight: 800;
}

.pricezeker-form .form-errors[hidden] { display: none; }

.submission-status {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 16px;
  padding: 15px 16px;
  border: 1px solid #bad9cb;
  border-radius: 6px;
  background: #eef8f3;
  color: #10211a;
}

.submission-status[hidden] { display: none; }

.submission-status > span:last-child {
  display: grid;
  gap: 3px;
}

.submission-status strong,
.submission-status small { display: block; }
.submission-status small { color: #486057; }

.submission-status.is-success {
  border-color: #63b68d;
  background: #e4f6ec;
}

.submission-status.is-success .submission-spinner {
  border: 0;
  background: var(--green);
}

.submission-status.is-success .submission-spinner::after {
  content: "✓";
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #fff;
  font-weight: 900;
}

.submission-status.is-error {
  border-color: #e1aaa4;
  background: #fff1ef;
}

.submission-status.is-error .submission-spinner { display: none; }

.submission-spinner {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border: 3px solid #b7d9ca;
  border-top-color: var(--green);
  border-radius: 50%;
  animation: submission-spin .8s linear infinite;
}

@keyframes submission-spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .submission-spinner { animation-duration: 1.8s; }
}

.promise-explainer {
  padding: 74px 0;
  background: #eef2f0;
}

.promise-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 960px;
}

.promise-copy p {
  margin: 0;
  color: #3d4c52;
  font-size: 18px;
  line-height: 1.65;
}

@media (max-width: 920px) {
  .pricezeker-request .request-grid { grid-template-columns: 1fr; }
  .request-intro { position: static; }
}

@media (max-width: 680px) {
  .pricezeker-form { padding: 20px; }
  .pricezeker-request .request-intro h1 { font-size: 36px; line-height: 1.02; }
  .pricezeker-request .request-intro > p { margin-top: 14px; font-size: 16px; line-height: 1.5; }
  .request-promises { gap: 7px; margin-top: 18px; }
  .request-promises li { padding-left: 24px; font-size: 14px; line-height: 1.35; }
  .request-intro .request-footnote { margin-top: 16px; padding-top: 13px; font-size: 12px; }
  .request-details { margin-top: 18px; }
  .request-details > summary {
    display: block;
    padding: 12px 14px;
    border: 1px solid #c8d8d2;
    border-radius: 6px;
    background: #fff;
    color: var(--ink);
    font-weight: 800;
    cursor: pointer;
  }
  .request-details:not([open]) .request-details-content { display: none; }
  .request-details[open] .request-details-content { padding-top: 2px; }
  .request-form-head { align-items: flex-start; }
  .request-form-head span { font-size: 21px; }
  .compact-checks,
  .contact-method-fields,
  .promise-copy { grid-template-columns: 1fr; }
  .photo-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .form-navigation { flex-direction: column-reverse; }
  .pricezeker-form .btn { width: 100%; }
}
