html{scroll-behavior:smooth}
.check-page{background:var(--cream);color:var(--text-primary)}
.check-page [hidden]{display:none!important}
.check-page a{color:inherit}
.check-page :focus-visible{outline:2px solid var(--ink);outline-offset:5px}
.check-page [tabindex="-1"]:focus{outline:none}
.check-skip{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.check-skip:focus{position:fixed;top:12px;left:12px;width:auto;height:auto;padding:12px;background:var(--acid);clip-path:none;z-index:5}
.check-nav{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px 0;border-bottom:1px solid var(--line)}
.check-nav>a{display:inline-flex;text-decoration:none}
.check-nav>span{color:var(--text-secondary)}
.check-hero{display:grid;grid-template-columns:1.08fr 1fr;gap:clamp(32px,5vw,80px);align-items:center;padding:clamp(48px,6vw,88px) 0 48px}
.check-einstieg{display:flex;align-items:flex-start;flex-direction:column;gap:24px;min-width:0}
.check-einstieg h1{font-size:clamp(44px,4.7vw,72px);line-height:1;letter-spacing:-.055em;max-width:12ch;text-wrap:balance}
.check-lead{font-size:clamp(17px,1.35vw,20px);line-height:1.5;font-weight:500;max-width:42ch;color:var(--text-secondary)}
.check-cta{display:flex;align-items:flex-start;flex-direction:column;gap:16px;padding-top:8px}
.check-small{font-size:14px;line-height:1.5;color:var(--text-secondary);font-weight:500}
.check-muster{background:var(--cream-deep);border-radius:var(--r-card);overflow:hidden}
.check-muster-kopf{display:flex;gap:16px;justify-content:space-between;align-items:center;padding:22px 26px;border-bottom:1px solid var(--line)}
.check-muster-kopf .ds-label{font-size:11px}
.check-muster-bild{display:flex;gap:24px;align-items:center;padding:28px 28px 20px}
.check-muster-bild img{width:115px;height:auto;aspect-ratio:4/5;object-fit:contain;transform:rotate(-4deg);flex:none}
.check-muster-bild>div{display:flex;flex-direction:column;gap:12px;min-width:0}
.check-muster-bild .ds-label{font-size:10px;color:var(--text-secondary);line-height:1.4}
.check-muster-bild p{font-size:23px;font-weight:700;line-height:1.1;letter-spacing:-.035em}
.check-muster-text{padding:0 28px;font-size:15px;font-weight:500;line-height:1.55}
.check-muster-hinweis{font-size:11px;padding:20px 28px 24px;color:var(--text-muted)}
.check-nutzen{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.check-nutzen>div{display:flex;flex-direction:column;gap:9px}
.check-nutzen .ds-label{font-size:11px}
.check-nutzen p{font-size:15px;color:var(--text-secondary);font-weight:500}
.check-start{padding:72px 0;scroll-margin-top:24px}
.check-ablauf{display:grid;grid-template-columns:1fr 1.7fr;gap:clamp(32px,6vw,100px);align-items:start}
.check-weg{display:flex;flex-direction:column;gap:28px;padding-top:4px}
.check-weg ol{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}
.check-weg li{display:flex;align-items:center;gap:12px;font-weight:600;font-size:16px;color:var(--text-muted)}
.check-weg li>span{display:grid;place-items:center;border-radius:50%;width:34px;height:34px;background:var(--cream-deep);font-size:14px;color:var(--text-secondary);flex:none}
.check-weg li.aktuell,.check-weg li.fertig{color:var(--ink)}
.check-weg li.aktuell>span{background:var(--acid);color:var(--ink)}
.check-weg li.fertig>span{background:var(--ink);color:var(--cream)}
.check-page #check{display:flex;flex-direction:column;gap:28px;min-width:0}
.check-schrittkopf{display:flex;flex-direction:column;gap:14px}
.check-schrittkopf .ds-label{font-size:11px;color:var(--text-secondary)}
.check-schrittkopf h2,.check-erfolg h2{font-size:clamp(30px,3vw,42px);letter-spacing:-.045em;line-height:1.1;max-width:22ch}
.check-schrittkopf>p{color:var(--text-secondary);font-weight:500;max-width:46ch}
.check-upload-schritt,.check-mail-schritt{display:flex;flex-direction:column;gap:16px;align-items:stretch}
.check-upload-schritt>button,.check-abschluss>button{align-self:flex-start}
.check-upload{background:var(--cream-deep);border-radius:var(--r-card);transition:background var(--dur-fast);padding:24px}
.check-upload.drag{background:var(--acid)}
.check-dateiwahl{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:164px;text-align:center;cursor:pointer;border-radius:var(--r-input)}
.check-dateiwahl:focus-within{outline:2px solid var(--ink);outline-offset:5px}
.check-dateiwahl input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;font-size:16px}
.check-datei-titel{font-size:21px;font-weight:700;letter-spacing:-.03em;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}
.check-bildvorschau{margin:0;display:flex;gap:20px;align-items:center;padding-bottom:20px;min-width:0}
.check-bildvorschau img{width:130px;height:155px;object-fit:contain;background:var(--cream);border-radius:var(--r-input);flex:none}
.check-bildvorschau figcaption{display:flex;flex-direction:column;gap:8px;min-width:0;overflow-wrap:anywhere;font-size:15px}
.check-bildvorschau+.check-dateiwahl{min-height:68px;border-top:1px solid var(--line);padding-top:20px;align-items:flex-start;text-align:left}
.check-bildvorschau+.check-dateiwahl .check-datei-titel{font-size:15px;font-weight:600}
.check-bildvorschau.kompakt{padding:16px;background:var(--cream-deep);border-radius:var(--r-card);gap:16px}
.check-bildvorschau.kompakt img{width:56px;height:68px}
.check-bildvorschau.kompakt figcaption{font-size:13px}
.check-bildvorschau.kompakt .check-small{font-size:12px}
.check-mailfeld{display:flex;flex-direction:column;gap:10px;margin-top:8px}
.check-mailfeld input{background:var(--field,var(--cream-deep));color:var(--ink);border:0;border-radius:var(--r-input);padding:16px;width:100%;font-family:var(--font-body);font-size:17px;line-height:1.4;box-sizing:border-box;min-width:0}
.check-mailfeld input:focus{outline:none;box-shadow:inset 0 0 0 1.5px var(--ink)}
.check-mailfeld input[aria-invalid="true"]{box-shadow:inset 0 0 0 1.5px var(--error)}
.check-zustimmung{display:flex;flex-direction:column;gap:16px;margin-top:8px}
.check-zustimmung label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:14px;line-height:1.5;font-weight:500;padding:6px 0}
.check-zustimmung input{width:22px;height:22px;flex:none;accent-color:var(--ink);margin:0;cursor:pointer}
.check-zustimmung a,.check-fragen a{text-decoration:underline;text-underline-offset:3px}
.check-abschluss{border-top:1px solid var(--line);padding-top:22px;margin-top:6px;display:flex;align-items:flex-start;flex-direction:column;gap:14px}
.check-zusage{font-size:15px;font-weight:600}
.check-datenschutz{font-size:12px;max-width:62ch}
.check-fehler{font-size:14px;color:var(--error);font-weight:600;line-height:1.5}
.check-fehlerbox{background:var(--cream-deep);border-left:3px solid var(--error);padding:20px;font-size:14px;line-height:1.5}
.check-fehlerbox ul{padding-left:18px;margin-top:8px}
.check-erfolg{display:flex;flex-direction:column;align-items:flex-start;gap:22px;background:var(--ink);color:var(--text-on-dark);border-radius:var(--r-card);padding:clamp(28px,5vw,64px);overflow-wrap:anywhere}
.check-erfolg h2{color:var(--acid)}
.check-erfolg .check-lead{color:var(--text-on-dark)}
.check-erfolg .check-small,.check-erfolg>.ds-label{color:var(--text-on-dark-muted)}
.check-erfolg>p{max-width:60ch}
.check-fragen{display:grid;grid-template-columns:1fr 1.7fr;gap:clamp(32px,6vw,100px);padding:40px 0 72px;border-top:1px solid var(--line)}
.check-fragen h2{font-size:28px;letter-spacing:-.04em}
.check-fragen details{border-bottom:1px solid var(--line);padding:20px 0}
.check-fragen details:first-child{padding-top:0}
.check-fragen summary{font-size:16px;font-weight:600;cursor:pointer;min-height:28px;line-height:1.4;padding-right:8px}
.check-fragen details p{font-size:15px;line-height:1.6;max-width:60ch;padding:16px 0 4px;color:var(--text-secondary)}
.check-footer{border-top:1px solid var(--line);padding:28px 0 40px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.check-footer nav{display:flex;gap:24px;flex-wrap:wrap;font-size:13px;font-weight:500}
.check-footer nav a{padding:10px 0}
@media(max-width:900px){
  .check-hero{gap:30px}.check-einstieg h1{font-size:52px}
  .check-muster-bild{gap:18px;padding:24px 22px 18px}.check-muster-bild img{width:90px}
  .check-muster-bild p{font-size:20px}.check-muster-text{padding:0 22px;font-size:14px}
  .check-muster-hinweis{padding:18px 22px 22px}.check-muster-kopf{padding:20px 22px}
  .check-ablauf,.check-fragen{grid-template-columns:1fr 2fr;gap:30px}
}
@media(max-width:680px){
  .check-nav{padding:20px 0}.check-nav>span{display:none}
  .check-hero{grid-template-columns:1fr;padding:40px 0 32px;gap:36px}
  .check-einstieg{gap:20px}.check-einstieg h1{font-size:clamp(42px,10.5vw,60px);max-width:13ch}
  .check-lead{font-size:17px}.check-cta{width:100%;gap:13px}
  .check-cta>a{font-size:16px!important;padding-inline:22px!important;width:100%!important;margin-inline:0!important;box-sizing:border-box;justify-content:center!important;white-space:normal!important}
  .check-cta .check-small{font-size:12px}
  .check-muster-bild img{width:98px}.check-muster-bild p{font-size:22px}
  .check-nutzen{grid-template-columns:1fr;gap:18px;padding:26px 0}
  .check-nutzen>div{gap:5px}.check-nutzen p{font-size:14px}
  .check-start{padding:40px 0 48px}
  .check-ablauf,.check-fragen{grid-template-columns:1fr;gap:30px}
  .check-weg{gap:16px}.check-weg>p:first-child{display:none}
  .check-weg ol{flex-direction:row;gap:16px;justify-content:space-between}
  .check-weg li{gap:8px;font-size:12px}.check-weg li>span{width:27px;height:27px;font-size:12px}
  .check-weg>.check-small{font-size:12px}
  .check-schrittkopf h2{font-size:32px}.check-upload{padding:20px}
  .check-upload-schritt>button,.check-abschluss>button:not([type="button"]){width:100%!important;margin-inline:0!important;justify-content:center!important;font-size:16px!important}
  .check-bildvorschau{flex-direction:column;align-items:flex-start}.check-bildvorschau img{width:100%;height:200px}
  .check-bildvorschau.kompakt{flex-direction:row;align-items:center}
  .check-fragen{padding:30px 0 42px}.check-fragen h2{font-size:26px}
  .check-footer{gap:16px}.check-footer>.ds-label{font-size:11px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.check-page *{transition:none!important;scroll-behavior:auto!important}}
