/* Code Recruiting – styles.css
   Farben und Formensprache aus dem Logo: Gold #B88844, Anthrazit #272729,
   abgeschrägte Ecken nach dem Vorbild der Bildmarke. Mobil zuerst. */

@font-face{font-family:"Montserrat";font-style:normal;font-weight:300;font-display:swap;src:url("/assets/fonts/montserrat-latin-300-normal.woff2") format("woff2")}
@font-face{font-family:"Montserrat";font-style:normal;font-weight:600;font-display:swap;src:url("/assets/fonts/montserrat-latin-600-normal.woff2") format("woff2")}
@font-face{font-family:"Montserrat";font-style:normal;font-weight:700;font-display:swap;src:url("/assets/fonts/montserrat-latin-700-normal.woff2") format("woff2")}
@font-face{font-family:"Montserrat";font-style:normal;font-weight:800;font-display:swap;src:url("/assets/fonts/montserrat-latin-800-normal.woff2") format("woff2")}
@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:400;font-display:swap;src:url("/assets/fonts/ibm-plex-sans-latin-400-normal.woff2") format("woff2")}
@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:500;font-display:swap;src:url("/assets/fonts/ibm-plex-sans-latin-500-normal.woff2") format("woff2")}
@font-face{font-family:"IBM Plex Sans";font-style:normal;font-weight:600;font-display:swap;src:url("/assets/fonts/ibm-plex-sans-latin-600-normal.woff2") format("woff2")}

:root{
  --ink:#272729;--gold:#B88844;--gold-dark:#7F5A22;--gold-light:#D2A865;
  --ground:#EDEFEF;--white:#FFFFFF;--text:#45484C;--muted:#55585D;
  --line:#D8DBDD;--line-soft:#E3E5E6;--field:#B6B9BC;
  --on-dark:#E4E5E7;--on-dark-muted:#B9BCC0;--dark-line:#45474B;
  --display:"Montserrat","Helvetica Neue",Helvetica,sans-serif;
  --body:"IBM Plex Sans","Segoe UI",system-ui,sans-serif;
  --pad:24px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:80px}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.6;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto;display:block}
a{color:var(--gold-dark)}a:hover{color:var(--ink)}
:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
h1,h2,h3{margin:0;font-family:var(--display);color:inherit}
p{margin:0}
ul,ol{margin:0;padding:0;list-style:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip{position:absolute;left:12px;top:-60px;z-index:100;background:var(--ink);color:#fff;padding:10px 16px;font-family:var(--display);font-weight:700;text-decoration:none}
.skip:focus{top:12px;color:#fff}

.wrap{max-width:1296px;margin:0 auto;padding:0 var(--pad)}
@media (min-width:768px){:root{--pad:48px}}

/* abgeschrägte Ecken wie in der Bildmarke */
.ch-8{clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px)}
.ch-12{clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px)}
.ch-20{clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px)}
@media (min-width:1024px){.ch-20{clip-path:polygon(24px 0,100% 0,100% calc(100% - 24px),calc(100% - 24px) 100%,0 100%,0 24px)}}

/* Überschriften: erste Zeile fett, zweite leicht – wie CODE / RECRUITING im Logo */
.hl{letter-spacing:-.02em}
.hl span{display:block}
.hl .s{font-weight:800}
.hl .l{font-weight:300}
.h1{font-size:clamp(36px,5vw,64px);line-height:1.05}
.h2{font-size:clamp(30px,3.3vw,44px);line-height:1.1}
.h3{font-family:var(--display);font-weight:700;font-size:19px;line-height:1.3}
@media (min-width:1024px){.h3{font-size:21px}}
.lead{font-size:17px;line-height:1.6;color:var(--text)}
@media (min-width:1024px){.lead{font-size:20px;line-height:1.55}}
.muted{color:var(--text)}
.small{font-size:14px;color:var(--muted)}
.label{font-family:var(--display);font-weight:700;font-size:14px;color:var(--gold-dark)}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 30px;border:0;cursor:pointer;background:var(--gold);color:var(--ink);font-family:var(--display);font-weight:800;font-size:17px;text-decoration:none;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);transition:background-color .15s ease}
.btn:hover{background:#A77838;color:var(--ink)}
.btn--dark{background:var(--ink);color:#fff}
.btn--dark:hover{background:#000;color:#fff}
.btn--sm{min-height:46px;padding:0 22px;font-size:15px;font-weight:700;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}
.btn--block{display:flex;width:100%}
.link-u{font-family:var(--display);font-weight:600;font-size:17px;color:var(--ink);text-decoration:underline;text-underline-offset:6px;text-decoration-color:var(--gold);text-decoration-thickness:2px}
.link-u:hover{color:var(--gold-dark)}
.link-strong{font-family:var(--display);font-weight:700;font-size:16px}

/* Kopfzeile */
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}
.site-header .wrap{height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}
@media (min-width:1024px){.site-header .wrap{height:84px}}
.brand img{height:32px;width:auto}
@media (min-width:1024px){.brand img{height:42px}}
.nav{display:none}
.nav a{font-family:var(--display);font-weight:600;font-size:15px;color:var(--ink);text-decoration:none}
.nav a:hover{color:var(--gold-dark)}
.header-cta{display:none}
.menu-btn{width:44px;height:44px;border:0;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink)}
.menu-btn svg{width:24px;height:24px}
.nav.is-open{display:flex;position:absolute;left:0;right:0;top:64px;flex-direction:column;gap:0;background:#fff;border-bottom:1px solid var(--line);padding:8px var(--pad) 20px}
.nav.is-open a{padding:14px 0;border-bottom:1px solid var(--line-soft);font-size:17px}
.nav.is-open .btn{margin-top:16px;border:0;padding:0 22px;color:#fff}
.nav .nav-cta{display:flex}
@media (min-width:1180px){
  .menu-btn{display:none}
  .nav{display:flex;align-items:center;gap:32px}
  .nav .nav-cta{display:none}
  .header-cta{display:inline-flex}
}

/* Abschnitte */
.section{padding:56px 0}
@media (min-width:1024px){.section{padding:96px 0}}
.bg-white{background:#fff}
.bg-ground{background:var(--ground)}
.bg-ink{background:var(--ink);color:#fff}
.stack{display:flex;flex-direction:column}
.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-20{gap:20px}.gap-24{gap:24px}.gap-28{gap:28px}.gap-32{gap:32px}.gap-48{gap:48px}

/* Hero */
.hero{position:relative;overflow:hidden;padding:40px 0 48px}
@media (min-width:1024px){.hero{padding:88px 0 96px}}
.hero-grid{display:grid;gap:40px}
@media (min-width:1180px){.hero-grid{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:72px;align-items:center}}
.hero-actions{display:flex;flex-direction:column;gap:14px;align-items:stretch}
@media (min-width:600px){.hero-actions{flex-direction:row;align-items:center;gap:32px}}
.hero-actions .link-u{align-self:center;padding:8px 0}
.hero-visual{position:relative;display:flex;justify-content:center}
@media (min-width:1180px){.hero-visual{justify-content:flex-end}}
.hero-mark{position:absolute;right:-60px;top:-50px;height:380px;width:auto;opacity:.13;pointer-events:none}
@media (min-width:1180px){.hero-mark{right:-70px;top:-90px;height:600px}}

.profile-card{position:relative;width:100%;max-width:460px;background:#fff}
.profile-card__head{padding:20px 22px 14px;display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--line-soft)}
.profile-card__body{padding:18px 22px 22px;display:flex;flex-direction:column;gap:14px}
.profile-card__name{font-family:var(--display);font-weight:700;font-size:19px;line-height:1.25}
.profile-card dl{margin:0;display:grid;grid-template-columns:104px minmax(0,1fr);row-gap:10px;column-gap:12px;font-size:14px;line-height:1.45}
.profile-card dt{color:var(--muted)}
.profile-card dd{margin:0;font-weight:500}
.profile-card__foot{background:var(--ink);padding:18px 22px 24px;display:flex;flex-direction:column;gap:4px}
.profile-card__role{font-family:var(--display);font-weight:800;font-size:24px;color:var(--gold-light)}
@media (min-width:1180px){
  .profile-card__head{padding:26px 32px 18px}
  .profile-card__body{padding:24px 32px 28px;gap:18px}
  .profile-card__name{font-size:22px}
  .profile-card dl{grid-template-columns:124px minmax(0,1fr);row-gap:12px;column-gap:16px;font-size:15px}
  .profile-card__foot{padding:22px 32px 30px;gap:6px}
  .profile-card__role{font-size:28px}
}

/* Vertrauensleiste */
.trust{background:#fff;border-bottom:1px solid var(--line);padding:28px 0}
.trust ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}
@media (min-width:1024px){.trust{padding:34px 0}.trust ul{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}}
.trust li{display:flex;flex-direction:column;gap:8px}
@media (min-width:1024px){.trust li{flex-direction:row;gap:14px;align-items:flex-start}}
.tick{width:28px;height:28px;flex-shrink:0;background:var(--gold);display:flex;align-items:center;justify-content:center;clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px)}
.tick svg{width:15px;height:15px}
.trust strong{display:block;font-family:var(--display);font-weight:700;font-size:14px;line-height:1.3}
.trust span.sub{display:none;font-size:14px;color:var(--muted)}
@media (min-width:1024px){.trust strong{font-size:16px}.trust span.sub{display:block}}

/* Zwei-Spalten-Raster */
.split{display:grid;gap:32px}
@media (min-width:1024px){
  .split--5-7{grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:96px;align-items:start}
  .split--7-5{grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:32px;align-items:stretch}
  .split--6-5{grid-template-columns:minmax(0,6fr) minmax(0,5fr);gap:80px;align-items:center}
  .split--contact{grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:80px;align-items:start}
}
.ruled{padding-top:16px;border-top:2px solid var(--ink);display:flex;flex-direction:column;gap:8px}
@media (min-width:1024px){.ruled{padding-top:20px}}
.ruled--gold{border-top-color:var(--gold)}
.ruled p{color:var(--text)}
@media (min-width:1024px){.ruled p{font-size:17px}}

/* Spezialisierungen */
.fields-head{display:flex;flex-direction:column;gap:20px}
@media (min-width:1024px){.fields-head{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:64px}.fields-head p{max-width:520px}}
.cards-2{display:grid;gap:20px}
@media (min-width:900px){.cards-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}}
.field-card{background:#fff;display:flex;flex-direction:column}
.field-card__head{padding:26px 22px 20px;display:flex;flex-direction:column;gap:8px;border-bottom:4px solid var(--gold)}
.field-card--finance .field-card__head{border-bottom-color:var(--ink)}
.field-card__title{font-weight:800;font-size:25px}
@media (min-width:1024px){.field-card__head{padding:36px 40px 28px;gap:10px}.field-card__title{font-size:30px}}
.field-card ul{padding:4px 22px}
.field-card li{padding:12px 0;border-bottom:1px solid var(--line-soft);font-size:16px;font-weight:500}
.field-card li:last-child{border-bottom:0}
.field-card__foot{padding:14px 22px 26px;margin-top:auto}
@media (min-width:1024px){.field-card ul{padding:8px 40px}.field-card li{padding:13px 0;font-size:17px}.field-card__foot{padding:20px 40px 36px}}

/* Ablauf */
.steps{display:flex;flex-direction:column}
.steps li{display:flex;gap:18px;padding:18px 0;border-top:1px solid var(--line)}
.steps li:last-child{border-top:2px solid var(--ink)}
.steps .num{width:32px;flex-shrink:0;font-family:var(--display);font-weight:800;font-size:32px;line-height:1;color:var(--gold)}
.steps li:last-child .num{color:var(--ink)}
.steps .h3{font-size:18px}
.steps p{font-size:15px;color:var(--text);margin-top:4px}
@media (min-width:1024px){
  .steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:32px}
  .steps li{flex-direction:column;gap:12px;padding:18px 0 0;border-top-width:2px}
  .steps .num{width:auto;font-size:44px}
  .steps .h3{font-size:19px}
  .steps p{margin-top:0}
}

/* Rechner */
.calc{background:#fff;padding:24px 20px;display:flex;flex-direction:column;gap:22px}
@media (min-width:1024px){.calc{padding:40px;gap:28px}}
.calc__row{display:flex;flex-direction:column;gap:8px}
.calc__top{display:flex;justify-content:space-between;align-items:baseline;gap:12px}
.calc__top label{font-weight:500}
.calc__val{font-family:var(--display);font-weight:700;font-size:18px;white-space:nowrap}
@media (min-width:1024px){.calc__val{font-size:20px}}
input[type=range]{width:100%;height:32px;margin:0;accent-color:var(--gold);cursor:pointer}
fieldset{margin:0;padding:0;border:0;min-width:0}
legend{padding:0;margin-bottom:10px;font-weight:500}
.choice-grid{display:grid;gap:8px}
@media (min-width:600px){.choice-grid--3{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}}
.choice{position:relative}
.choice input{position:absolute;opacity:0;width:1px;height:1px}
.choice span{display:flex;flex-direction:column;justify-content:center;min-height:52px;padding:8px 14px;border:1px solid var(--field);background:#fff;color:var(--ink);cursor:pointer;font-family:var(--display);font-weight:600;font-size:15px;line-height:1.3;transition:background-color .12s ease,color .12s ease}
.choice span small{font-family:var(--body);font-weight:400;font-size:13px}
.choice input:checked+span{background:var(--ink);color:#fff;border-color:var(--ink)}
.choice input:focus-visible+span{outline:3px solid var(--gold);outline-offset:2px}
.chips{display:flex;flex-wrap:wrap;gap:8px}
.chips .choice span{min-height:46px;padding:0 18px;flex-direction:row;align-items:center}
.calc__result{background:var(--ink);color:#fff;padding:18px 18px 20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
@media (min-width:1024px){.calc__result{padding:24px 28px;gap:24px}}
.calc__result span{display:block;font-size:13px;color:var(--on-dark-muted)}
.calc__result output{display:block;font-family:var(--display);font-weight:800;font-size:24px;line-height:1.2}
@media (min-width:1024px){.calc__result output{font-size:34px}}
.calc__result .gold{color:var(--gold-light)}
.calc__note{font-size:13px;line-height:1.5;color:var(--muted)}
.calc .btn{align-self:stretch}
@media (min-width:600px){.calc .btn{align-self:flex-start}}

.terms{background:var(--ink);color:#fff;padding:28px 22px;display:flex;flex-direction:column;gap:18px}
@media (min-width:1024px){.terms{padding:40px;gap:24px}}
.terms .hl{font-size:24px;line-height:1.15}
@media (min-width:1024px){.terms .hl{font-size:30px}}
.terms .hl .l{color:var(--gold-light)}
.terms li{padding-bottom:14px;border-bottom:1px solid var(--dark-line);font-size:15px;line-height:1.5}
.terms li:last-child{border-bottom:0;padding-bottom:0}
@media (min-width:1024px){.terms li{font-size:16px;padding-bottom:18px}}
.terms ul{display:flex;flex-direction:column;gap:14px}
.terms a{color:var(--gold-light)}

/* Bewerber-Band */
.band .hl{font-size:clamp(38px,4.2vw,56px);line-height:1.05}
.band .hl .l{color:var(--gold-light)}
.band p{color:var(--on-dark)}
.band .bullets li{display:flex;gap:12px;align-items:center;font-size:16px;padding:5px 0}
@media (min-width:1024px){.band .bullets li{font-size:17px}}
.sq{width:10px;height:10px;background:var(--gold);flex-shrink:0}
.band-actions{display:flex;flex-direction:column;gap:12px;margin-top:6px}
@media (min-width:600px){.band-actions{flex-direction:row;align-items:center;gap:20px}}
.band-actions .small{color:var(--on-dark-muted);text-align:center}
.tags{display:flex;flex-wrap:wrap;gap:8px}
@media (min-width:1024px){.tags{gap:12px}}
.tags span{padding:10px 14px;border:1px solid var(--gold);font-family:var(--display);font-weight:600;font-size:14px}
@media (min-width:1024px){.tags span{padding:14px 20px;font-size:16px}}
.band .note{font-size:15px;color:var(--on-dark-muted)}
.band .note a{color:var(--gold-light)}

/* Team */
.team{display:grid;gap:24px}
@media (min-width:1180px){.team{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}}
.person{display:flex;gap:20px;align-items:flex-start}
.person__photo{width:112px;height:131px;flex-shrink:0;object-fit:cover;background:#E3E5E6;clip-path:polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px)}
.person__mono{width:112px;height:131px;flex-shrink:0;background:var(--ink);color:var(--gold-light);display:flex;align-items:center;justify-content:center;font-family:var(--display);font-weight:800;font-size:30px;clip-path:polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px)}
@media (min-width:1024px){.person__photo,.person__mono{width:120px;height:140px}}
.person__name{font-family:var(--display);font-weight:700;font-size:19px}
.person__role{font-size:15px;font-weight:600;color:var(--gold-dark)}
.person p{font-size:15px;color:var(--text)}

/* FAQ */
.faq{display:grid;gap:24px}
@media (min-width:1024px){.faq{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:64px;row-gap:40px}}
.faq .h3{font-size:18px}
@media (min-width:1024px){.faq .h3{font-size:20px}.faq p{font-size:16px}}
.faq p{font-size:15px}

/* Kontakt und Formulare */
.contact-lines{border-top:1px solid var(--line);margin-top:8px}
.contact-lines a,.contact-lines div{min-height:58px;display:flex;justify-content:space-between;align-items:center;gap:16px;border-bottom:1px solid var(--line);text-decoration:none;color:var(--ink)}
.contact-lines span:first-child{font-size:15px;color:var(--muted)}
.contact-lines strong{font-family:var(--display);font-weight:700;font-size:16px;color:var(--gold-dark);text-align:right}
.form-card{background:var(--ground);padding:24px 20px;display:flex;flex-direction:column;gap:20px}
@media (min-width:1024px){.form-card{padding:40px;gap:26px}}
.progress{display:flex;flex-direction:column;gap:8px}
.progress__meta{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:var(--muted)}
@media (min-width:1024px){.progress__meta{font-size:14px}}
.progress__bar{height:6px;background:var(--line)}
.progress__bar i{display:block;height:6px;width:50%;background:var(--gold);transition:width .2s ease}
.field{display:flex;flex-direction:column;gap:6px}
.field label{font-weight:500}
.field-row{display:grid;gap:16px}
@media (min-width:600px){.field-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
input[type=text],input[type=email],input[type=tel],textarea{width:100%;min-height:52px;padding:0 14px;border:1px solid var(--field);background:#fff;color:var(--ink);font:inherit;font-size:16px;border-radius:0}
textarea{min-height:110px;padding:12px 14px;resize:vertical}
input::placeholder,textarea::placeholder{color:#7A7D82}
input[aria-invalid=true]{border-color:#B3261E}
.consent{display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.45;color:var(--text)}
.consent input{width:20px;height:20px;margin:1px 0 0;flex-shrink:0;accent-color:var(--ink)}
.hp{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.form-actions{display:flex;flex-direction:column;gap:12px}
@media (min-width:600px){.form-actions{flex-direction:row;align-items:center;gap:20px}}
.btn-back{background:none;border:0;padding:10px 0;cursor:pointer;font-family:var(--display);font-weight:600;font-size:15px;color:var(--ink);text-decoration:underline;text-underline-offset:5px}
.form-msg{font-size:15px;line-height:1.5}
.form-msg--error{color:#B3261E}
.form-done{display:flex;flex-direction:column;gap:14px}
[hidden]{display:none !important}

/* Fußzeile */
.site-footer{background:var(--ink);color:#fff;padding:48px 0 32px}
@media (min-width:1024px){.site-footer{padding:72px 0 48px}}
.footer-grid{display:grid;gap:32px}
@media (min-width:900px){.footer-grid{grid-template-columns:minmax(0,4fr) repeat(3,minmax(0,2fr));gap:48px}}
.footer-logo{height:96px;width:auto}
@media (min-width:1024px){.footer-logo{height:120px}}
.footer-col{display:flex;flex-direction:column;gap:10px;font-size:15px;color:var(--on-dark)}
.footer-col .label{color:var(--gold-light)}
.footer-col a{color:#fff;text-decoration:none}
.footer-col a:hover{color:var(--gold-light)}
.footer-bottom{margin-top:40px;padding-top:24px;border-top:1px solid var(--dark-line);display:flex;flex-direction:column;gap:14px;font-size:14px;color:var(--on-dark-muted)}
@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}
.footer-bottom nav{display:flex;flex-wrap:wrap;gap:20px 28px}
.footer-bottom a{color:var(--on-dark-muted)}
.footer-bottom a:hover{color:#fff}

/* Rechtstexte */
.legal{background:#fff;padding:48px 0 72px}
@media (min-width:1024px){.legal{padding:80px 0 112px}}
.legal .wrap{max-width:860px}
.legal h1{font-size:clamp(32px,4vw,48px);line-height:1.1;margin-bottom:12px}
.legal .stand{color:var(--muted);font-size:15px;margin-bottom:36px}
.legal h2{font-size:22px;line-height:1.3;margin:40px 0 12px}
.legal h3{font-size:18px;margin:24px 0 8px}
.legal h1,.legal h2,.legal h3{hyphens:auto;overflow-wrap:break-word}
.legal p,.legal li{color:var(--text);font-size:16px}
.legal p+p{margin-top:12px}
.legal ul{list-style:disc;padding-left:22px;margin:12px 0}
.legal li+li{margin-top:6px}
.legal address{font-style:normal;color:var(--text)}
.legal .box{background:var(--ground);padding:20px 22px;margin:20px 0}

/* Wechsel-Check */
.check-page{min-height:100vh;display:flex;flex-direction:column;background:var(--ground)}
.check-main{flex:1;display:flex;justify-content:center;padding:28px var(--pad) 48px}
.check-card{width:100%;max-width:560px;display:flex;flex-direction:column;gap:20px}
.check-progress{height:6px;background:var(--line)}
.check-progress i{display:block;height:6px;background:var(--gold);width:33%;transition:width .2s ease}
.opt-list{display:flex;flex-direction:column;gap:10px}
.opt{min-height:56px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;text-align:left;font-family:var(--display);font-weight:600;font-size:16px;border:1px solid var(--field);background:#fff;color:var(--ink)}
.opt:hover{border-color:var(--ink)}
.opt svg{width:18px;height:18px;flex-shrink:0}
.role{background:#fff;padding:14px 16px;display:flex;flex-direction:column;gap:2px}
.role strong{font-family:var(--display);font-weight:700;font-size:16px}
.role span{font-size:14px;line-height:1.45;color:var(--text)}
.done-icon{width:64px;height:64px;background:var(--gold);display:flex;align-items:center;justify-content:center;clip-path:polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px)}
.done-icon svg{width:30px;height:30px}

/* Hilfsklassen statt Inline-Styles (CSP ohne 'unsafe-inline') */
.on-dark-muted{color:var(--on-dark-muted)}
.on-white{color:#fff}
.on-dark{color:var(--on-dark)}
.strong-label{font-family:var(--display);font-weight:600}
.gap-4{gap:4px}
.check-page .site-footer{margin-top:auto}
.site-header .btn-back{display:inline-flex;align-items:center;gap:6px}
.form-done .hl{font-size:clamp(28px,3vw,36px)}
.person p a{font-weight:600}

/* Zwischenstand 23.09.2026: Nachbesserungen aus der Responsive-Prüfung */
.profile-card dd{overflow-wrap:anywhere;hyphens:auto}
.field-card__foot .link-strong{display:inline-block;padding:10px 0}
.person__photo{background:#FFFFFF}
