.start-page { background: radial-gradient(ellipse at 100% 0, rgba(255, 216, 78, .18), transparent 42%), var(--paper); }
.start-shell { width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 40px 0 72px; }
.start-intro { max-width: 740px; }
.start-intro .eyebrow { margin-bottom: 16px; }
.start-intro h1 { margin: 0; font-size: clamp(32px, 3.2vw, 44px); line-height: 1.18; font-weight: 850; letter-spacing: -.06em; }
.start-intro > p:not(.eyebrow) { max-width: 570px; margin: 16px 0 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.start-intro-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 13px; color: var(--navy); font-size: 13px; line-height: 1.8; }
.start-intro-note > span { color: var(--blue); font-size: 18px; line-height: 1.3; }
.start-progress { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0 0; padding: 0; list-style: none; border-bottom: 1px solid var(--line); scroll-margin-top: 108px; }
.start-progress li { display: flex; align-items: center; gap: 12px; position: relative; padding: 16px 0 20px; color: var(--muted); }
.start-progress li > span { font-family: var(--mono); font-size: 12px; }
.start-progress li > b { font-size: 14px; font-weight: 650; }
.start-progress li[aria-current] { color: var(--blue); }
.start-progress li[aria-current]::after { content: ''; position: absolute; right: 20px; left: 0; bottom: -1px; height: 3px; background: var(--blue); }
.start-progress li.is-complete { color: #336446; }
.start-panel { padding-top: 24px; }
.start-panel-heading { margin-bottom: 22px; }
.start-kicker { margin: 0 0 11px; color: var(--blue); font-size: 12px; font-weight: 750; line-height: 1.6; letter-spacing: .06em; }
.start-panel-heading h2 { margin: 0; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.045em; line-height: 1.35; }
.start-panel-heading h2:focus { outline: none; }
.start-panel-heading > p:last-child { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.start-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; border: 0; min-width: 0; }
.start-path { position: relative; display: block; min-width: 0; cursor: pointer; }
.start-path > input { position: absolute; top: 25px; right: 25px; width: 20px; height: 20px; margin: 0; opacity: 0; }
.start-path-inner { display: flex; flex-direction: column; min-height: 240px; padding: 24px; border: 1px solid #a7a098; border-radius: 20px; background: var(--paper-light); transition: border-color .15s, box-shadow .15s, transform .15s; }
.start-path:hover .start-path-inner { transform: translateY(-3px); border-color: var(--blue); }
.start-path input:checked + .start-path-inner { border: 2px solid var(--blue); padding: 23px; background: #edf2ff; box-shadow: 5px 6px 0 rgba(32, 86, 217, .13); }
.start-path input:focus-visible + .start-path-inner { outline: 3px solid var(--blue); outline-offset: 5px; }
.start-path-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; }
.start-path-top small { font-family: var(--mono); font-size: 12px; color: var(--muted); }
.start-path-dot { width: 20px; height: 20px; border: 1px solid #908c83; border-radius: 50%; background: var(--white); }
.start-path input:checked + .start-path-inner .start-path-dot { border: 6px solid var(--blue); }
.start-path-inner > strong { display: block; margin-bottom: 15px; font-size: 27px; font-weight: 850; letter-spacing: -.035em; }
.start-path-inner > b { font-size: 14px; font-weight: 750; line-height: 1.6; }
.start-path-description { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.start-path-choice { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 23px; color: var(--blue); font-size: 12px; font-weight: 750; }
.start-step-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 29px; margin-top: 4px; }
.start-step-footer > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.start-page button, .start-page a { -webkit-tap-highlight-color: transparent; }
.start-page button:focus-visible, .start-page a:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.start-page .button { min-height: 48px; text-align: center; }
.start-page .button-dark { box-shadow: 4px 5px 0 rgba(23, 19, 13, .22); }
.start-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 830px; }
.start-field { min-width: 0; }
.start-field-wide { grid-column: 1 / -1; }
.start-field label { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 10px; font-size: 14px; font-weight: 700; line-height: 1.6; }
.start-field label b { font-weight: inherit; }
.start-field label > span { flex: 0 0 auto; color: var(--muted); font-size: 11px; font-weight: 400; }
.start-field input, .start-field textarea { display: block; width: 100%; min-height: 52px; border: 1px solid #a9a299; border-radius: 10px; padding: 13px 15px; background: var(--white); color: var(--ink); font-size: 15px; line-height: 1.7; }
.start-field textarea { resize: vertical; min-height: 110px; }
.start-field input::placeholder, .start-field textarea::placeholder { color: #7c756c; opacity: 1; }
.start-field input:focus, .start-field textarea:focus { outline: 2px solid var(--blue); outline-offset: 2px; border-color: var(--blue); }
.start-field [aria-invalid] { border-color: #a13024; }
.start-field-hint { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.start-error { margin: 8px 0 0; color: #a13024; font-size: 13px; line-height: 1.7; }
.start-local-note { display: flex; gap: 12px; align-items: baseline; max-width: 830px; margin-top: 20px; padding: 14px 18px; background: #ede7db; border-radius: 10px; color: #5f5a52; }
.start-local-note > span { color: var(--blue); font-size: 19px; }
.start-local-note p { margin: 0; font-size: 12px; line-height: 1.85; }
.start-form-example { display: flex; align-items: center; flex-wrap: wrap; gap: 5px 14px; margin-top: 14px; }
.start-form-example button, .start-back { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: var(--blue); font-size: 13px; font-weight: 700; line-height: 1.6; text-align: left; }
.start-form-example button { text-decoration: underline; text-underline-offset: 5px; }
.start-form-example > span { color: var(--muted); font-size: 11px; line-height: 1.8; }
.start-back:hover { text-decoration: underline; text-underline-offset: 4px; }
.start-result-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .7fr); align-items: start; gap: 25px; }
.start-document { min-width: 0; padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.start-document > label { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 9px; margin-bottom: 17px; color: var(--ink); font-size: 15px; font-weight: 750; }
.start-document > label span { color: var(--muted); font-size: 10px; font-weight: 400; }
.start-document textarea { display: block; width: 100%; height: 420px; min-height: 240px; max-height: 850px; resize: vertical; border: 1px solid var(--line); border-radius: 9px; padding: 17px; background: var(--paper-light); color: #49443d; font-family: var(--sans); font-size: 13px; line-height: 1.95; }
.start-document textarea:focus { outline: 2px solid var(--blue); outline-offset: 2px; }
.start-document > p { margin: 13px 0 19px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.start-document-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.start-document-actions .button { min-height: 45px; padding: 9px 17px; font-size: 12px; }
.start-download { background: var(--white); }
.start-next { padding: 28px 24px; border-radius: 20px; background: #e5ecfb; }
.start-next h3 { margin: 0; font-size: 23px; letter-spacing: -.025em; }
.start-next ol { display: grid; gap: 21px; margin: 26px 0 24px; padding: 0; list-style: none; }
.start-next li { display: flex; gap: 12px; align-items: flex-start; }
.start-next li > span { display: grid; flex: 0 0 25px; height: 25px; place-items: center; border: 1px solid #899dcc; border-radius: 50%; color: var(--blue); font-family: var(--mono); font-size: 11px; }
.start-next li p { margin: 0; color: #40506b; font-size: 13px; line-height: 1.85; }
.start-preparation { padding-top: 20px; border-top: 1px solid #b5c4e0; }
.start-preparation b { font-size: 12px; }
.start-preparation p { margin: 8px 0 0; color: #40506b; font-size: 12px; line-height: 1.9; }
.start-checklist { margin-top: 30px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper-light); }
.start-checklist h3 { margin: 0 0 12px; font-size: 20px; letter-spacing: -.02em; }
.start-checklist > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
[data-start-checks] { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 28px; margin: 23px 0; }
[data-start-checks] label { display: flex; align-items: flex-start; gap: 12px; color: #514a41; font-size: 13px; line-height: 1.85; cursor: pointer; }
[data-start-checks] input { flex: 0 0 auto; width: 19px; height: 19px; margin: 3px 0 0; accent-color: var(--blue); }
[data-start-checks] input:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.start-checklist .start-check-progress { padding-top: 17px; border-top: 1px solid var(--line); color: var(--blue); }
.start-support { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; margin-top: 48px; padding: 35px; border: 1px solid #9b8a5a; border-radius: 22px; background: var(--yellow-soft); }
.start-support h3 { margin: 0; font-size: clamp(21px, 2.2vw, 27px); letter-spacing: -.035em; line-height: 1.45; }
.start-support p:not(.start-kicker) { max-width: 580px; margin: 14px 0 0; color: #655b3d; font-size: 13px; line-height: 1.9; }
.start-support > div:last-child { display: grid; gap: 14px; justify-items: start; }
.start-support .start-kicker { color: #65571f; }
.start-status { position: sticky; z-index: 10; bottom: 16px; width: fit-content; max-width: 100%; margin: 22px auto 0; border: 1px solid var(--navy); border-radius: 12px; padding: 13px 18px; background: var(--navy); color: white; box-shadow: 0 5px 20px rgba(23, 19, 13, .15); font-size: 13px; line-height: 1.85; overflow-wrap: anywhere; }
.start-status:empty { display: none; }
@media (max-width: 800px) {
  .start-shell { width: min(100% - 40px, 650px); padding-top: 49px; }
  .start-paths { grid-template-columns: 1fr; gap: 13px; }
  .start-path-inner { min-height: auto; padding: 22px; }
  .start-path input:checked + .start-path-inner { padding: 21px; }
  .start-path-top { margin-bottom: 13px; }
  .start-path-inner > strong { font-size: 25px; margin-bottom: 10px; }
  .start-path-choice { padding-top: 17px; }
  .start-result-layout { grid-template-columns: 1fr; }
  .start-next ol { gap: 16px; }
  .start-support { grid-template-columns: 1fr; gap: 25px; padding: 27px; }
}
@media (max-width: 520px) {
  .start-shell { width: calc(100% - 36px); padding-top: 38px; padding-bottom: 60px; }
  .start-intro .eyebrow { font-size: 9px; margin-bottom: 22px; }
  .start-intro h1 { font-size: clamp(35px, 9.5vw, 45px); line-height: 1.22; }
  .start-intro > p:not(.eyebrow) { font-size: 14px; margin-top: 20px; }
  .start-intro-note { font-size: 12px; }
  .start-progress { margin-top: 32px; }
  .start-progress li { gap: 7px; padding-bottom: 15px; }
  .start-progress li > span { font-size: 10px; }
  .start-progress li > b { font-size: 11px; }
  .start-progress li[aria-current]::after { right: 13px; }
  .start-panel { padding-top: 29px; }
  .start-panel-heading { margin-bottom: 23px; }
  .start-panel-heading h2 { font-size: 24px; }
  .start-panel-heading > p:last-child { font-size: 13px; }
  .start-step-footer { align-items: stretch; flex-direction: column; gap: 17px; padding-top: 22px; }
  .start-step-footer > .button { width: 100%; }
  .start-step-footer .start-back { min-height: 35px; }
  .start-form-grid { grid-template-columns: 1fr; gap: 22px; }
  .start-field-wide { grid-column: auto; }
  .start-field input, .start-field textarea { font-size: 16px; }
  .start-field label { font-size: 13px; }
  .start-document { padding: 18px 15px; }
  .start-document textarea { height: 380px; padding: 13px; font-size: 13px; }
  .start-document-actions { display: grid; grid-template-columns: 1fr; }
  .start-next { padding: 25px 21px; }
  .start-checklist { padding: 23px 19px; }
  .start-checklist h3 { font-size: 18px; }
  [data-start-checks] { grid-template-columns: 1fr; gap: 17px; }
  .start-support { padding: 25px 21px; margin-top: 35px; }
  .start-support .button { font-size: 12px; }
  .start-status { bottom: 10px; padding: 12px 15px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .start-path-inner { transition: none; }
  .start-path:hover .start-path-inner { transform: none; }
}

@media (min-width: 801px) { .start-intro h1 br { display: none; } }
