/* Dedicated prototype. Reuses the approved theme palette, Manrope and controls. */
.vp-quote-page { background: var(--vp-mist); }
.vq-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1280px, calc(100% - var(--vp-gutter) * 2)); min-height: 88px; margin-inline: auto; }
.vq-header-label { color: var(--vp-muted); font-size: .6875rem; letter-spacing: .14em; font-weight: 750; }
.vq-exit { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 8px; font-size: .875rem; font-weight: 650; }
.vq-exit:hover { color: var(--vp-teal); }
.vq-shell { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.65fr); align-items: start; gap: clamp(40px, 5vw, 80px); width: min(1280px, calc(100% - var(--vp-gutter) * 2)); margin: 0 auto; padding: 40px 0 64px; }
.vq-intro { padding-top: 36px; }
.vq-intro h2 { margin: 0 0 24px; font-size: clamp(32px, 3.2vw, 46px); font-weight: 500; letter-spacing: -.045em; line-height: 1.15; }
.vq-intro em { color: var(--vp-teal); font-style: normal; }
.vq-intro > p:not(.vp-eyebrow) { max-width: 320px; color: var(--vp-muted); }
.vq-prototype { display: flex; gap: 12px; padding: 24px 0; margin-top: 32px; border-top: 1px solid var(--vp-line); border-bottom: 1px solid var(--vp-line); font-size: .875rem; }
.vq-prototype p { margin: 8px 0 0; color: var(--vp-muted); }
.vq-prototype strong { font-size: .875rem; font-weight: 700; }
.vq-dot { flex-shrink: 0; width: 7px; height: 7px; margin-top: 9px; border-radius: 50%; background: var(--vp-teal); }
.vq-intro .vq-intro-foot { margin-top: 24px; font-size: .8125rem; }
.vq-workspace { min-width: 0; padding: clamp(24px, 3vw, 40px); background: white; border: 1px solid var(--vp-line); border-radius: var(--vp-radius); box-shadow: var(--vp-shadow); }
#vq-app { scroll-margin-top: 24px; }
.vq-progress { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 28px; }
.vq-progress-label { color: var(--vp-teal); font-size: .75rem; font-weight: 750; letter-spacing: .04em; }
.vq-progress-service { margin-left: auto; color: var(--vp-muted); font-size: .75rem; }
.vq-progress progress { display: block; width: 100%; height: 3px; appearance: none; border: 0; border-radius: 2px; background: var(--vp-mist); color: var(--vp-teal); }
.vq-progress progress::-webkit-progress-bar { background: var(--vp-mist); }
.vq-progress progress::-webkit-progress-value { background: var(--vp-teal); }
.vq-progress progress::-moz-progress-bar { background: var(--vp-teal); }
.vq-title, .vq-demo h1 { margin: 0; font-size: clamp(28px, 2.5vw, 38px); font-weight: 500; letter-spacing: -.035em; line-height: 1.2; text-wrap: balance; }
.vq-description { margin: 16px 0 32px; color: var(--vp-muted); font-size: .9375rem; line-height: 1.65; }
.vq-fields { display: grid; gap: 28px; }
.vq-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.vq-label { display: block; width: 100%; padding: 0; font-size: 1rem; font-weight: 650; line-height: 1.5; }
.vq-field-hint { display: inline-block; margin-left: 10px; color: var(--vp-muted); font-size: .6875rem; font-weight: 500; }
.vq-help { margin: 8px 0 12px; color: var(--vp-muted); font-size: .8125rem; line-height: 1.6; }
.vq-options, .vq-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.vq-service-grid { margin: 0; }
.vq-choice { display: flex; align-items: center; gap: 12px; min-width: 0; min-height: 60px; padding: 16px; border: 1px solid var(--vp-line); border-radius: var(--vp-radius); background: white; cursor: pointer; font-size: .875rem; line-height: 1.45; }
.vq-choice:has(input:checked) { border-color: var(--vp-teal); background: #edf8f6; box-shadow: inset 0 0 0 1px var(--vp-teal); }
.vq-choice:hover { border-color: var(--vp-teal); }
.vq-choice:focus-within { outline: 3px solid var(--vp-navy); outline-offset: 3px; }
.vq-choice input, .vq-toggle, .vq-consent input { width: 20px; height: 20px; margin: 0; flex-shrink: 0; accent-color: var(--vp-teal); }
.vq-choice input { margin-left: auto; }
.vq-choice input:focus-visible { outline: none; }
.vq-choice-text { display: grid; min-width: 0; gap: 6px; }
.vq-choice-label { font-weight: 650; }
.vq-choice-description { color: var(--vp-muted); font-size: .8125rem; font-weight: 400; }
.vq-service { min-height: 108px; padding: 20px 16px; gap: 14px; align-items: start; }
.vq-service svg { width: 28px; height: 28px; flex-shrink: 0; color: var(--vp-teal); }
.vq-service input { margin-top: 4px; width: 17px; height: 17px; }
.vq-input { display: block; width: 100%; min-height: 52px; margin-top: 12px; padding: 12px 16px; border: 1px solid #819aA4; border-radius: var(--vp-button-radius); background: white; color: var(--vp-navy); font: inherit; line-height: 1.5; }
textarea.vq-input { resize: vertical; min-height: 112px; }
.vq-input:focus-visible, .vq-toggle:focus-visible, .vq-consent input:focus-visible, .vq-photo-picker:focus-within { outline: 3px solid var(--vp-navy); outline-offset: 3px; }
.vq-input[aria-invalid='true'] { border-color: #9b3030; }
.vq-toggle-field label { display: flex; align-items: center; gap: 12px; min-height: 48px; cursor: pointer; }
.vq-toggle-field .vq-field-hint { display: none; }
.vq-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--vp-line); }
.vq-actions .vp-button { margin-left: auto; cursor: pointer; }
.vq-actions .vp-button:disabled { opacity: .65; cursor: wait; }
.vq-back, .vq-edit { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px 4px; border: 0; background: transparent; color: var(--vp-teal); font-size: .875rem; font-weight: 700; cursor: pointer; text-decoration: underline; text-underline-offset: 5px; }
.vq-back { color: var(--vp-navy); text-decoration: none; }
.vq-errors { margin-bottom: 28px; padding: 20px; background: #fff4f2; border: 1px solid #9b3030; border-radius: var(--vp-radius); color: #812c2c; font-size: .875rem; }
.vq-errors ul { margin: 8px 0 0; padding-left: 20px; }
.vq-errors a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; }
.vq-error { color: #812c2c; font-size: .875rem; margin: 10px 0 0; }
.vq-photo-title { margin: 0 0 12px; font-size: 1.125rem; font-weight: 650; }
.vq-photo-picker { display: flex; flex-direction: column; align-items: center; gap: 16px; margin: 24px 0 16px; padding: 28px 20px; border: 1px dashed var(--vp-teal); border-radius: var(--vp-radius); color: var(--vp-teal); background: var(--vp-mist); font-weight: 700; cursor: pointer; }
.vq-photo-picker input { max-width: 100%; width: 100%; min-height: 44px; font-size: .875rem; color: var(--vp-navy); }
.vq-photo-picker input::file-selector-button { min-height: 44px; padding: 10px 14px; margin-right: 12px; border: 1px solid var(--vp-line); border-radius: 4px; background: white; color: var(--vp-navy); font: inherit; cursor: pointer; }
.vq-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 24px 0; }
.vq-photo { position: relative; min-width: 0; margin: 0; }
.vq-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--vp-radius); }
.vq-photo figcaption { margin-top: 8px; overflow-wrap: anywhere; color: var(--vp-muted); font-size: .75rem; }
.vq-photo-remove { position: absolute; right: 4px; top: 4px; width: 44px; height: 44px; border: 1px solid var(--vp-line); border-radius: 50%; background: white; color: var(--vp-navy); font-size: 24px; cursor: pointer; }
.vq-review { display: grid; gap: 24px; }
.vq-review-block { padding-bottom: 24px; border-bottom: 1px solid var(--vp-line); min-width: 0; }
.vq-review-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.vq-review h2 { margin: 0; font-size: 1.125rem; line-height: 1.4; font-weight: 650; }
.vq-review p { margin: 12px 0 0; }
.vq-review dl { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 12px 20px; margin: 16px 0 0; font-size: .875rem; }
.vq-review dt { color: var(--vp-muted); }
.vq-review dd { margin: 0; overflow-wrap: anywhere; white-space: pre-wrap; }
.vq-review-photos { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.vq-review-photos img { width: 84px; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; }
.vq-consent, .vq-context-note { padding: 24px; background: var(--vp-mist); border-radius: var(--vp-radius); font-size: .875rem; }
.vq-consent p { color: var(--vp-muted); }
.vq-consent-label { display: flex; align-items: start; gap: 12px; margin-top: 20px; min-height: 44px; cursor: pointer; }
.vq-consent input { margin-top: 3px; }
.vq-context-note { margin-top: 24px; }
.vq-context-note button { display: flex; margin-top: 12px; }
.vq-demo p { color: var(--vp-muted); margin: 24px 0 32px; }
.vq-confirm { width: min(520px, calc(100% - 40px)); max-height: calc(100svh - 40px); padding: 32px; border: 1px solid var(--vp-line); border-radius: var(--vp-radius); color: var(--vp-navy); }
.vq-confirm::backdrop { background: rgb(9 47 66 / 75%); }
.vq-confirm h2 { margin: 0; font-size: 26px; line-height: 1.3; }
.vq-confirm p { color: var(--vp-muted); margin-block: 20px 24px; }
.vq-dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.vq-dialog-actions button { cursor: pointer; }
.vq-footer { width: min(1280px, calc(100% - var(--vp-gutter) * 2)); margin: 0 auto; padding: 24px 0; border-top: 1px solid var(--vp-line); color: var(--vp-muted); font-size: .8125rem; }
.vq-sr { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
@media (min-width: 1101px) and (max-width: 1399px) {
  .vq-shell { padding-top: 24px; }
  .vq-workspace { padding: 24px 28px; }
  .vq-progress { margin-bottom: 16px; }
  .vq-description { margin: 12px 0 20px; }
  .vq-service { min-height: 80px; padding: 12px; }
  .vq-actions { margin-top: 20px; padding-top: 20px; }
}
@media (max-width: 1100px) {
  .vq-shell { grid-template-columns: minmax(0, .65fr) minmax(0, 1.5fr); gap: 32px; padding-top: 24px; }
  .vq-workspace { padding: 28px; }
  .vq-service { padding: 16px 12px; gap: 10px; }
  .vq-service svg { width: 24px; height: 24px; }
}
@media (max-width: 900px) {
  .vq-shell { grid-template-columns: minmax(0, 1fr); gap: 24px; max-width: 760px; }
  .vq-intro { padding-top: 0; }
  .vq-intro > :not(.vq-prototype) { display: none; }
  .vq-prototype { margin: 0; padding: 0; border: 0; }
  .vq-prototype p { margin-top: 4px; }
  .vq-workspace { padding: 32px; }
}
@media (max-width: 599px) {
  .vq-header { min-height: 84px; }
  .vq-header .vp-brand { width: 104px; }
  .vq-header-label { display: none; }
  .vq-shell { width: 100%; padding-top: 12px; padding-bottom: 32px; gap: 20px; }
  .vq-intro { padding-inline: 20px; }
  .vq-workspace { padding: 28px 20px; border-inline: 0; border-radius: 0; box-shadow: none; }
  .vq-title { font-size: 30px; }
  .vq-description { margin-bottom: 24px; }
  .vq-progress { margin-bottom: 24px; }
  .vq-progress-service { max-width: 220px; text-align: right; }
  .vq-options, .vq-service-grid { grid-template-columns: minmax(0, 1fr); }
  .vq-service { min-height: 90px; padding: 18px 16px; gap: 16px; }
  .vq-service svg { width: 28px; height: 28px; }
  .vq-field-hint { display: block; margin-left: 0; margin-top: 4px; }
  .vq-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vq-review dl { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .vq-review dd { margin-bottom: 12px; }
  .vq-consent { padding: 20px; }
  .vq-actions { gap: 12px; }
  .vq-actions .vp-button { max-width: 75%; padding-inline: 16px; }
  .vq-confirm { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .vp-quote-page *, .vp-quote-page *::before, .vp-quote-page *::after { scroll-behavior: auto; transition: none; animation: none; }
}

/* Delivery uses the approved form typography and controls. */
.vq-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.vq-reference { display: block; font-size: clamp(1.3rem, 3vw, 2rem); letter-spacing: .04em; overflow-wrap: anywhere; margin-block: 1rem; }
.vq-delivery { display: grid; align-content: start; gap: 1rem; }
.vq-delivery .vq-title { font-size: clamp(1.65rem, 3vw, 2.5rem); }
.vq-delivery .vp-button, .vq-delivery .vq-edit { justify-self: start; }
.vq-delivery p { margin: 0; }
