.pilot-page { max-width: 1200px; padding-block: clamp(48px, 7vw, 100px); }
.pilot-intro { max-width: 980px; margin-bottom: 48px; }
.pilot-intro h1 { max-width: 980px; font-size: clamp(32px, 4.6vw, 60px); }
.pilot-intro > p { max-width: 640px; margin-top: 24px; color: var(--public-muted); font-size: 18px; }
.pilot-form, .pilot-success { max-width: 800px; }
.pilot-progress { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; list-style: none; padding: 0; border-bottom: 1px solid var(--public-border); }
.pilot-progress li { display: flex; align-items: center; gap: 10px; padding-block: 16px; color: var(--public-muted); font-size: 14px; border-bottom: 2px solid transparent; }
.pilot-progress li[aria-current="step"] { color: var(--public-text); border-color: var(--public-accent); }
.pilot-progress span { display: grid; place-items: center; width: 28px; height: 28px; flex-shrink: 0; border: 1px solid var(--public-border); border-radius: 50%; }
.pilot-progress li[aria-current="step"] span { border-color: var(--public-accent); }
.pilot-step-status { margin-top: 18px; font-size: 14px; color: var(--public-muted); }
.pilot-step { padding-block: 32px 8px; }
.pilot-step h2 { font-size: 26px; margin-bottom: 32px; }
.pilot-field { margin: 0 0 32px; padding: 0; min-width: 0; border: 0; }
.pilot-field > label, .pilot-field legend { display: block; width: 100%; margin-bottom: 12px; font-weight: 500; }
.pilot-required { display: block; margin-top: 4px; color: var(--public-muted); font-size: 13px; font-weight: 400; }
.pilot-choices { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.pilot-choices label { display: flex; align-items: center; gap: 12px; min-height: 56px; padding: 12px 16px; border: 1px solid var(--public-border); border-radius: var(--mir-radius-sm); background: var(--public-surface); cursor: pointer; transition: border-color 160ms, background-color 160ms; }
.pilot-choices label:hover { border-color: var(--public-muted); background: var(--public-subtle); }
.pilot-choices label:has(input:checked) { border-color: var(--public-accent); background: var(--public-subtle); }
.pilot-field input[type="radio"], .pilot-field input[type="checkbox"] { flex-shrink: 0; width: 18px; height: 18px; accent-color: var(--public-accent); }
.pilot-field input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]), .pilot-field textarea, .pilot-field select { display: block; width: 100%; max-width: 100%; min-height: 48px; padding: 11px 14px; border: 1px solid var(--public-border); border-radius: var(--mir-radius-sm); background: var(--public-surface); color: var(--public-text); font: inherit; line-height: 1.5; }
.pilot-field textarea { resize: vertical; }
.pilot-field [aria-invalid="true"] { border-color: #bf4545 !important; }
.pilot-hint, .pilot-privacy, .pilot-support { margin-top: 8px; color: var(--public-muted); font-size: 14px; }
.pilot-field-error { margin-top: 8px; color: light-dark(#ab2525, #ffaaaa); font-size: 14px; }
.pilot-field-error:empty { display: none; }
.pilot-form-error { border: 1px solid #bf4545; border-radius: var(--mir-radius-sm); padding: 16px; margin-top: 24px; }
.pilot-story { border-block: 1px solid var(--public-border); margin-bottom: 32px; padding-block: 16px; }
.pilot-story summary { cursor: pointer; padding-block: 8px; }
.pilot-story .pilot-field { margin: 20px 0 8px; }
.pilot-branding > label { display: flex; align-items: flex-start; gap: 12px; }
.pilot-branding input[type="checkbox"] { margin-top: 4px; }
.pilot-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding-top: 24px; border-top: 1px solid var(--public-border); }
.pilot-actions .public-button { min-height: 48px; height: auto; cursor: pointer; }
.pilot-actions [disabled] { opacity: .65; cursor: wait; }
.pilot-actions > [data-agency-pilot-target="back"] { margin-right: auto; }
.pilot-support { margin-top: 24px; }
.pilot-support a, .pilot-privacy a { text-decoration: underline; }
.pilot-success { padding-block: 48px; }
.pilot-success p { max-width: 620px; margin: 24px 0; font-size: 18px; }
.pilot-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.pilot-page [hidden] { display: none !important; }
@media (max-width: 600px) {
  .pilot-intro { margin-bottom: 32px; }
  .pilot-intro > p { font-size: 16px; }
  .pilot-progress { gap: 8px; }
  .pilot-progress li { align-items: flex-start; flex-direction: column; gap: 8px; font-size: 12px; }
  .pilot-choices { grid-template-columns: minmax(0, 1fr); }
  .pilot-choices--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pilot-choices label { padding: 12px; font-size: 14px; }
}
