[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.quote-home { color: #d4e1ed; font-size: 13px; }
.quote-page .header-inner { display: flex; min-height: 76px; }
.quote-shell { width: min(620px, calc(100% - 32px)); margin: 28px auto 48px; }
.preview-notice { color: var(--muted); text-align: center; font-size: 13px; margin: 0 0 22px; }
.preview-notice strong { color: var(--navy); }
.preview-notice a { color: #086574; text-decoration: underline; text-underline-offset: 3px; }
.quote-panel { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 32px; box-shadow: 0 10px 28px rgb(7 24 42 / 5%); }
.progress-label { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; font-weight: 700; }
progress { display: block; width: 100%; height: 5px; margin: 12px 0 28px; border: 0; background: #e5edf4; border-radius: 4px; accent-color: #087f89; }
progress::-webkit-progress-bar { background: #e5edf4; border-radius: 4px; }
progress::-webkit-progress-value { background: #087f89; border-radius: 4px; }
progress::-moz-progress-bar { background: #087f89; border-radius: 4px; }
.quote-panel h1 { font-size: 28px; line-height: 1.25; margin-bottom: 26px; }
.quote-panel h1:focus { outline: none; }
#preview-fields { border: 0; padding: 0; margin: 0; min-width: 0; }
.insurance-choices { display: grid; gap: 12px; }
.insurance-choices button { display: flex; justify-content: space-between; align-items: center; gap: 12px; width: 100%; min-height: 66px; padding: 18px; border: 1px solid #bccddb; border-radius: 8px; color: var(--navy); background: #fff; text-align: left; font-weight: 700; cursor: pointer; }
.insurance-choices button[aria-pressed="true"] { background: #e4f8f8; border: 2px solid #087f89; padding: 17px; }
.choice-mark { flex: 0 0 20px; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #9ab0c3; }
[aria-pressed="true"] .choice-mark { background: #087f89; border: 5px solid #fff; outline: 1px solid #087f89; }
.field { margin-bottom: 20px; min-width: 0; }
.field > label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.field input:not([type="checkbox"]), .field select { display: block; width: 100%; min-width: 0; height: 50px; border: 1px solid #adbfce; border-radius: 6px; padding: 10px 12px; font: inherit; font-size: 16px; background: #fff; color: var(--navy); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #a94c51; background: #fff9f9; }
.field-error, .step-error { color: #934047; font-size: 13px; line-height: 1.5; margin: 7px 0 0; }
.step-error { padding: 12px; background: #fff4f4; border: 1px solid #e9c9cb; border-radius: 6px; margin-bottom: 16px; }
.dob-grid { display: grid; grid-template-columns: 1.35fr 0.8fr 1fr; gap: 10px; }
.name-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-actions { display: flex; gap: 16px; margin-top: 28px; }
.quote-actions .button { flex: 1; cursor: pointer; }
.back-button { min-height: 52px; background: transparent; border: 1px solid #adbfce; border-radius: 8px; color: var(--navy); padding: 12px 20px; font-weight: 700; cursor: pointer; }
.quote-panel button:focus-visible, .quote-panel input:focus-visible, .quote-panel select:focus-visible { outline: 3px solid #087f89; outline-offset: 3px; }
.review-list { margin: 0 0 26px; }
.review-list > div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.review-list dt { font-size: 12px; color: var(--muted); margin-bottom: 5px; }
.review-list dd { margin: 0; font-size: 15px; line-height: 1.5; overflow-wrap: anywhere; }
.consent-field > label { display: flex; gap: 12px; font-weight: 400; line-height: 1.65; cursor: pointer; }
.consent-field input { flex: 0 0 20px; width: 20px; height: 20px; margin: 2px 0 0; accent-color: #087f89; }
.consent-field a { color: #086574; text-decoration: underline; }
.partner-note { font-size: 12px; color: var(--muted); }
#complete p { color: var(--muted); margin-bottom: 26px; }
@media (max-width: 600px) {
  .quote-panel { padding: 24px 20px; }
  .quote-panel h1 { font-size: 25px; }
  .name-grid { grid-template-columns: 1fr; gap: 0; }
  .dob-grid { gap: 8px; }
  .dob-grid select { padding-inline: 6px; }
}
