.plan-page { background: var(--paper); }
.plan-page .site-nav > a[aria-current="page"] { color: var(--coral-dark); text-decoration: underline; text-decoration-color: var(--coral); text-decoration-thickness: 3px; text-underline-offset: 7px; }
.plan-hero { padding-block: clamp(68px, 8vw, 112px); border-bottom: 2px solid var(--ink); background: radial-gradient(circle at 92% 12%, rgb(203 216 63 / 35%) 0 9%, transparent 9.2%), linear-gradient(135deg, var(--cream) 0 66%, var(--paper-deep) 66%); }
.plan-hero-grid { display: grid; align-items: center; gap: clamp(45px, 7vw, 95px); grid-template-columns: minmax(0, 1.15fr) minmax(320px, .75fr); }
.plan-hero-copy h1 { max-width: 780px; margin-bottom: 25px; font-size: clamp(3.1rem, 6vw, 5.4rem); }
.plan-hero-copy > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.17rem); }
.plan-preview { padding: clamp(26px, 4vw, 42px); border: 2px solid var(--ink); border-radius: 5px; background: var(--white); box-shadow: 9px 9px 0 var(--coral); }
.plan-preview-label { margin-bottom: 22px; color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.plan-preview ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.plan-preview li { display: grid; align-items: center; gap: 13px; padding: 14px 0; border-top: 1px solid var(--line); color: var(--ink); font-family: var(--display); font-size: 1.15rem; font-weight: 700; grid-template-columns: auto 1fr; }
.plan-preview li span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--cream); font-family: var(--sans); font-size: .65rem; }
.plan-builder-section { padding-block: clamp(74px, 9vw, 125px); background: var(--white); }
.plan-builder-shell { width: min(calc(100% - 48px), 980px); margin-inline: auto; }
.plan-builder-heading { max-width: 760px; margin-bottom: 38px; }
.plan-builder-heading h2 { margin-bottom: 17px; font-size: clamp(2.5rem, 5vw, 4.2rem); }
.plan-builder-heading > p:last-child { color: var(--muted); }
.plan-builder-card { overflow: hidden; border: 2px solid var(--ink); border-radius: 6px; background: var(--paper); box-shadow: 9px 9px 0 var(--ink); }
.plan-noscript { padding: clamp(26px, 5vw, 48px); border-bottom: 2px solid var(--ink); background: var(--cream); }
.plan-noscript h3 { margin-bottom: 10px; font-size: clamp(1.7rem, 3.5vw, 2.6rem); }
.plan-noscript p { max-width: 720px; margin: 0; }
.plan-progress { padding: 20px clamp(22px, 4vw, 42px); border-bottom: 2px solid var(--ink); background: var(--ink); color: var(--cream); }
.plan-progress-copy { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 11px; }
.plan-progress-copy span { color: var(--lime); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.plan-progress-copy strong { font-size: .82rem; }
.plan-progress-track { height: 6px; overflow: hidden; border-radius: 99px; background: #455675; }
.plan-progress-track span { display: block; width: 25%; height: 100%; border-radius: inherit; background: var(--coral); transition: width 220ms ease; }
.plan-progress-track span[data-step="2"] { width: 50%; }
.plan-progress-track span[data-step="3"] { width: 75%; }
.plan-progress-track span[data-step="4"] { width: 100%; }
[data-plan-form] { padding: clamp(26px, 5vw, 48px); }
.plan-step h3 { margin-bottom: 13px; font-size: clamp(2rem, 4vw, 3.1rem); }
.plan-step-lede, .plan-question-help { margin-bottom: 24px; color: var(--muted); }
.plan-question-help { display: flex; justify-content: space-between; gap: 18px; font-size: .82rem; }
.plan-question-help strong { color: var(--blue); white-space: nowrap; }
.plan-fields-two { display: grid; gap: 0 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.plan-page .field input, .plan-page .field select { border: 2px solid var(--ink); border-radius: 3px; }
.plan-page .field input:focus, .plan-page .field select:focus { box-shadow: 4px 4px 0 var(--coral); }
.plan-choice-grid { display: grid; gap: 12px; margin: 0; padding: 0; border: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.plan-choice-grid label { position: relative; display: flex; min-height: 68px; align-items: center; cursor: pointer; }
.plan-choice-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.plan-choice-grid label span { display: flex; width: 100%; min-height: 68px; align-items: center; padding: 13px 48px 13px 16px; border: 2px solid var(--line); border-radius: 4px; background: var(--white); color: var(--ink); font-size: .84rem; font-weight: 760; line-height: 1.35; transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease; }
.plan-choice-grid label span::after { position: absolute; right: 16px; display: grid; width: 23px; height: 23px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; content: ""; }
.plan-choice-grid input:checked + span { border-color: var(--ink); background: rgb(203 216 63 / 25%); box-shadow: 4px 4px 0 var(--ink); }
.plan-choice-grid input:checked + span::after { background: var(--ink); color: var(--cream); content: "✓"; font-size: .7rem; }
.plan-choice-grid input:focus-visible + span { outline: 3px solid var(--blue); outline-offset: 3px; }
.plan-choice-grid.is-invalid label:first-of-type span { border-color: var(--error); }
.plan-choice-grid-compact label, .plan-choice-grid-compact label span { min-height: 58px; }
.plan-subquestion { margin-top: 42px; }
.plan-opt-in { display: grid; align-items: start; gap: 13px; margin: 8px 0 20px; padding: 18px; border: 2px solid var(--ink); border-radius: 4px; background: var(--white); cursor: pointer; grid-template-columns: auto 1fr; }
.plan-opt-in input { width: 22px; height: 22px; margin: 1px 0 0; accent-color: var(--ink); }
.plan-opt-in span { color: var(--muted); font-size: .82rem; line-height: 1.5; }
.plan-opt-in strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .9rem; }
.plan-form-actions { display: flex; justify-content: flex-end; gap: 14px; margin-top: 36px; padding-top: 24px; border-top: 2px dashed var(--line); }
.plan-form-actions [hidden] { display: none !important; }
.plan-form-actions [data-plan-back] { margin-right: auto; }
.plan-form-actions .button { min-width: 150px; }
.plan-complete { padding: clamp(40px, 7vw, 72px) clamp(24px, 7vw, 74px); text-align: center; }
.plan-complete[hidden] { display: none !important; }
.plan-complete-icon { display: grid; width: 66px; height: 66px; margin: 0 auto 22px; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--lime); color: var(--ink); box-shadow: 5px 5px 0 var(--ink); font-family: var(--display); font-size: 1.9rem; font-weight: 900; }
.plan-complete-label { margin-bottom: 10px; color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.plan-complete h3 { margin-bottom: 16px; font-size: clamp(2.5rem, 6vw, 4.2rem); }
.plan-complete > p:not(.plan-complete-label) { max-width: 650px; margin-inline: auto; color: var(--muted); }
.plan-complete > p strong { color: var(--ink); }
.plan-complete-note { display: grid; max-width: 650px; gap: 6px; margin: 28px auto 22px; padding: 20px 22px; border: 2px solid var(--ink); border-radius: 4px; background: var(--white); box-shadow: 5px 5px 0 var(--coral); text-align: left; }
.plan-complete-note strong { color: var(--ink); }
.plan-complete-note span { color: var(--muted); font-size: .85rem; line-height: 1.55; }
.plan-complete-opt-in { padding: 10px 14px; border-radius: 3px; background: rgb(203 216 63 / 24%); }
.plan-complete-help { margin-top: 20px; font-size: .78rem; }
.plan-complete .button { margin-top: 15px; }
.no-js .plan-progress, .no-js [data-plan-form] { display: none; }
.js .plan-step:not(.is-active) { display: none; }
@media (max-width: 820px) { .plan-hero-grid { grid-template-columns: 1fr; } .plan-preview { width: min(100%, 600px); } }
@media (max-width: 620px) { .plan-hero { padding-block: 54px 68px; } .plan-hero-grid, .plan-builder-shell { width: min(calc(100% - 32px), 980px); } .plan-hero-copy h1 { font-size: clamp(2.75rem, 14vw, 4rem); } [data-plan-form] { padding: 26px 18px 30px; } .plan-fields-two, .plan-choice-grid { grid-template-columns: 1fr; } .plan-progress-copy { align-items: flex-start; flex-direction: column; gap: 3px; } .plan-form-actions { flex-wrap: wrap; } .plan-form-actions .button { flex: 1 1 130px; min-width: 0; } .plan-form-actions [data-plan-back] { margin-right: 0; } .plan-question-help { align-items: flex-start; flex-direction: column; gap: 3px; } }
@media (prefers-reduced-motion: reduce) { .plan-progress-track span, .plan-choice-grid label span { transition: none; } }
