.lead-path-shell { padding: 78px 0 100px; }
.lead-path-hero { max-width: 900px; padding-bottom: 46px; border-bottom: 1px solid var(--line); }
.lead-path-hero h1 { max-width: 18ch; margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 6vw, 6rem); line-height: 1.02; text-wrap: balance; }
.lead-path-dek { max-width: 64ch; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.3rem); text-wrap: pretty; }
.lead-path-topic { margin: 26px 0 0; color: var(--teal); font-size: .83rem; letter-spacing: .05em; }
.lead-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 36px 0; }
.lead-choice { display: grid; align-content: start; gap: 10px; min-height: 280px; padding: 28px; border: 1px solid var(--line); background: var(--paper-2); }
.lead-choice--primary { border-color: rgba(196, 106, 64, .62); box-shadow: 10px 10px 0 rgba(196, 106, 64, .1); }
.lead-choice .eyebrow { margin-bottom: 0; }
.lead-choice h2, .lead-form-panel h2 { max-width: 22ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.06; text-wrap: balance; }
.lead-choice p:not(.eyebrow) { max-width: 46ch; margin: 0; color: var(--muted); text-wrap: pretty; }
.lead-choice button, .lead-form-panel button { justify-self: start; margin-top: auto; border: 1px solid var(--ink); padding: 12px 16px; background: var(--ink); color: var(--paper); font: inherit; font-weight: 800; cursor: pointer; }
.lead-choice button:hover, .lead-form-panel button:hover { background: var(--copper); border-color: var(--copper); }
.lead-form-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 32px; align-items: start; margin: 34px 0; padding: 30px; border: 1px solid var(--line); background: var(--ink); color: var(--paper); }
.lead-form-panel[hidden] { display: none; }
.lead-form-panel .eyebrow { color: #f2c1a5; }
.lead-form-panel h2 { color: var(--paper); }
.lead-form-panel > div > p:not(.eyebrow) { max-width: 55ch; color: #c8d0d0; text-wrap: pretty; }
.lead-form-panel form { display: grid; gap: 9px; padding: 22px; background: rgba(255,255,255,.07); }
.lead-form-panel label { color: #dce5e4; font-size: .78rem; font-weight: 750; }
.lead-form-panel input:not([type="checkbox"]) { width: 100%; border: 1px solid rgba(247,243,234,.42); padding: 11px 12px; background: rgba(255,255,255,.08); color: var(--paper); font: inherit; }
.lead-form-panel input::placeholder { color: #b9c2c2; }
.lead-form-panel .lead-consent { display: flex; align-items: flex-start; gap: 8px; margin: 4px 0; color: #c8d0d0; font-size: .75rem; line-height: 1.4; }
.lead-form-panel .lead-consent input { margin-top: 3px; accent-color: var(--copper); }
.lead-form-panel button { border-color: var(--copper); background: var(--copper); }
.lead-form-status { min-height: 2.6em; margin: 0; color: #f2c1a5; font-size: .78rem; line-height: 1.45; }
.lead-trust-note { display: grid; gap: 6px; margin-top: 48px; padding: 22px 24px; border-left: 4px solid var(--teal); background: var(--sand); color: var(--slate); }
.lead-trust-note strong { color: var(--ink); }
@media (max-width: 760px) {
  .lead-path-shell { padding-top: 54px; }
  .lead-choice-grid, .lead-form-panel { grid-template-columns: 1fr; }
  .lead-choice { min-height: 0; }
  .lead-choice button { margin-top: 12px; }
}
