:root {
  --ink: #2a251b;
  --muted: #66665e;
  --paper: #fcfef9;
  --cream: #f5f0e5;
  --cream-deep: #ebe1cc;
  --brand: #087246;
  --brand-deep: #044a2f;
  --brand-soft: #2d7350;
  --brown: #502a04;
  --gold: #e1ae6b;
  --gold-bright: #f9bb5f;
  --line: #ded6c8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(80, 42, 4, 0.13);
  --radius: 1.35rem;
  --background: var(--paper);
  --foreground: var(--ink);
  --card: var(--white);
  --card-foreground: var(--ink);
  --popover: var(--white);
  --popover-foreground: var(--ink);
  --primary: var(--brand);
  --primary-foreground: var(--white);
  --secondary: var(--cream);
  --secondary-foreground: var(--ink);
  --muted-foreground: var(--muted);
  --accent: var(--gold);
  --accent-foreground: var(--brand-deep);
  --destructive: #b42318;
  --border: var(--line);
  --input: var(--line);
  --ring: var(--gold);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { appearance: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.icon { display: inline-block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.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; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.93);
  border-bottom: 1px solid rgba(8, 114, 70, 0.1);
  backdrop-filter: blur(18px);
}
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-logo { width: 96px; height: 56px; object-fit: contain; }
.career-label { padding-left: 11px; color: var(--brown); border-left: 1px solid var(--line); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #4f4a45; font-size: 0.86rem; font-weight: 650; }
.desktop-nav a:hover { color: var(--brand); }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  color: var(--white);
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(8, 114, 70, 0.16);
  font-size: 0.92rem;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.button:hover { background: var(--brand-deep); box-shadow: 0 14px 32px rgba(8, 114, 70, 0.23); transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-small { min-height: 44px; padding: 0 18px; font-size: 0.82rem; }
.button-light { color: var(--brand-deep); background: var(--white); border-color: var(--white); box-shadow: 0 14px 32px rgba(20, 7, 11, 0.18); }
.button-light:hover { color: var(--white); background: var(--brand-deep); border-color: var(--brand-deep); }
.button-outline { color: var(--brand); background: transparent; border-color: rgba(8, 114, 70, 0.32); box-shadow: none; }
.button-outline:hover { color: var(--white); }
.button-wide { width: 100%; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--brand); }
.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background:
    radial-gradient(circle at 16% 18%, rgba(224,182,110,.24), transparent 26%),
    linear-gradient(135deg, transparent 68%, rgba(255,255,255,.055) 68%, rgba(255,255,255,.055) 69%, transparent 69%);
  background-size: auto, 68px 68px;
}
.hero-grid { position: relative; display: grid; min-height: 680px; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; padding-top: 70px; padding-bottom: 70px; }
.hero-copy { padding: 18px 0; }
.eyebrow, .section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--gold-bright);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.eyebrow span { width: 27px; height: 2px; background: var(--gold-bright); }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(3rem, 5.1vw, 5.7rem); line-height: .97; letter-spacing: -0.055em; }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 1.55vw, 1.3rem); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.text-link { display: inline-flex; align-items: center; gap: 5px; color: var(--white); font-size: .9rem; font-weight: 650; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link svg { width: 17px; }
.microcopy { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin: 25px 0 0; color: rgba(255,255,255,.67); font-size: .76rem; font-weight: 600; }
.microcopy svg { width: 15px; height: 15px; color: var(--gold-bright); }
.microcopy span { width: 3px; height: 3px; background: var(--gold-bright); border-radius: 50%; }
.hero-visual { position: relative; min-height: 540px; }
.hero-image-wrap { position: absolute; inset: 0 26px 0 46px; overflow: hidden; background: var(--brand-deep); border: 1px solid rgba(255,255,255,.18); border-radius: 48% 48% 26px 26px; box-shadow: 0 35px 80px rgba(4,74,47,.35); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(4,74,47,.52)); }
.hero-badge { position: absolute; right: 0; top: 62px; display: flex; width: 154px; height: 154px; flex-direction: column; align-items: center; justify-content: center; padding: 16px; text-align: center; background: var(--gold-bright); color: var(--brand-deep); border: 8px solid var(--brand); border-radius: 50%; transform: rotate(6deg); }
.hero-badge strong { font-size: 1.15rem; line-height: 1.2; }
.hero-badge span { margin-top: 5px; font-size: .65rem; font-weight: 650; line-height: 1.35; }
.location-card { position: absolute; left: 0; bottom: 35px; display: flex; align-items: center; gap: 13px; padding: 17px 20px; color: var(--ink); background: var(--white); border-radius: 15px; box-shadow: 0 20px 48px rgba(4,74,47,.3); }
.location-card svg { width: 22px; color: var(--brand); }
.location-card div { display: flex; flex-direction: column; line-height: 1.2; }
.location-card strong { font-size: .9rem; }
.location-card span { margin-top: 4px; color: var(--muted); font-size: .7rem; }

.fact-strip { position: relative; z-index: 4; background: var(--white); box-shadow: 0 14px 45px rgba(53, 32, 22, .07); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-grid > div { display: flex; align-items: center; gap: 15px; padding: 30px 25px; border-right: 1px solid var(--line); }
.fact-grid > div:first-child { padding-left: 0; }
.fact-grid > div:last-child { padding-right: 0; border: 0; }
.fact-grid svg { flex: 0 0 auto; width: 24px; height: 24px; color: var(--brand); stroke-width: 1.7; }
.fact-grid span { display: flex; flex-direction: column; color: var(--muted); font-size: .7rem; line-height: 1.35; }
.fact-grid strong { margin-bottom: 5px; color: var(--ink); font-size: .84rem; }

.section-kicker { color: var(--brand); }
.section-kicker.light { color: var(--gold-bright); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .section-kicker { justify-content: center; }
.section h2, .final-cta h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 4.05rem); line-height: 1.06; letter-spacing: -0.045em; }
.section-heading > p:last-child, .locations-grid > div > p, .final-cta p { color: var(--muted); font-size: 1.03rem; }

.match-section { background: var(--cream); }
.match-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 95px; align-items: start; }
.match-list { border-top: 1px solid rgba(8,114,70,.2); }
.match-list p { display: grid; grid-template-columns: 44px 1fr; gap: 20px; align-items: start; margin: 0; padding: 23px 0; border-bottom: 1px solid rgba(8,114,70,.16); font-size: 1.04rem; font-weight: 600; }
.match-list span { color: var(--brand); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.match-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 54px; padding-top: 34px; border-top: 1px solid rgba(8,114,70,.16); }
.match-cta p { max-width: 570px; margin: 0; font-size: 1.08rem; font-weight: 650; }

.benefits-section { background: var(--paper); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { min-height: 264px; padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform 180ms ease, box-shadow 180ms ease; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.benefit-card.featured { background: var(--brand); border-color: var(--brand); color: var(--white); }
.icon-box { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 28px; color: var(--brand); background: var(--cream); border-radius: 14px; }
.icon-box svg { width: 23px; height: 23px; stroke-width: 1.8; }
.featured .icon-box { color: var(--brand-deep); background: var(--gold-bright); }
.benefit-card h3 { margin: 0 0 11px; font-size: 1.17rem; letter-spacing: -.02em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.benefit-card.featured p { color: rgba(255,255,255,.73); }

.story-section { background: var(--cream); }
.compact-story { padding: 90px 0; }
.compact-story .story-visual { min-height: 450px; }
.story-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 90px; align-items: center; }
.story-visual { position: relative; min-height: 560px; }
.story-visual img { position: absolute; inset: 0 28px 0 0; width: calc(100% - 28px); height: 100%; object-fit: cover; background: var(--cream-deep); border-radius: 24px 45% 24px 24px; box-shadow: var(--shadow); }
.story-stat { position: absolute; right: 0; bottom: 42px; display: flex; width: 154px; height: 154px; flex-direction: column; align-items: center; justify-content: center; padding: 20px; text-align: center; color: var(--white); background: var(--brand); border: 8px solid var(--cream); border-radius: 50%; }
.story-stat strong { color: var(--gold-bright); font-size: 2.5rem; line-height: 1; }
.story-stat span { margin-top: 8px; font-size: .68rem; font-weight: 650; line-height: 1.3; }
.story-copy .lead-paragraph { margin-top: 28px; color: var(--ink); font-size: 1.14rem; font-weight: 600; }
.story-copy > p:not(.section-kicker) { color: var(--muted); }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 38px; overflow: hidden; border: 1px solid rgba(8,114,70,.16); border-radius: 14px; background: rgba(8,114,70,.16); }
.proof-row span { display: flex; flex-direction: column; padding: 18px 13px; background: rgba(255,255,255,.42); color: var(--muted); font-size: .64rem; line-height: 1.3; }
.proof-row strong { margin-bottom: 5px; color: var(--brand); font-size: .82rem; }

.roles-section { background: var(--paper); }
.role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.role-grid.single-role { grid-template-columns: minmax(0, 760px); }
.role-card { padding: 38px; border-radius: var(--radius); }
.role-primary { color: var(--white); background: var(--brand); box-shadow: var(--shadow); }
.role-secondary { background: var(--white); border: 1px solid var(--line); }
.role-top { display: flex; align-items: flex-start; gap: 20px; padding-bottom: 27px; border-bottom: 1px solid rgba(255,255,255,.18); }
.role-secondary .role-top { border-color: var(--line); }
.role-number { display: grid; width: 43px; height: 43px; flex: 0 0 auto; place-items: center; color: var(--brand-deep); background: var(--gold-bright); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.role-top p { margin: 2px 0 4px; color: var(--gold-bright); font-size: .68rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.role-secondary .role-top p { color: var(--brand); }
.role-top h3 { margin: 0; font-size: 1.5rem; }
.role-card ul { display: grid; gap: 16px; margin: 29px 0 32px; padding: 0; list-style: none; }
.role-card li { display: grid; grid-template-columns: 20px 1fr; gap: 11px; color: rgba(255,255,255,.78); font-size: .9rem; }
.role-secondary li { color: var(--muted); }
.role-card li svg { width: 18px; height: 18px; color: var(--gold-bright); margin-top: 3px; }
.role-secondary li svg { color: var(--brand); }
.role-primary .button { color: var(--brand-deep); background: var(--white); border-color: var(--white); }

.locations-section { background: var(--cream); }
.locations-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: center; }
.locations-grid > div > p { margin: 25px 0 32px; }
.location-list { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 55px rgba(53,32,22,.08); }
.location-list > div { display: grid; grid-template-columns: 45px 1fr 28px; align-items: center; gap: 13px; min-height: 66px; padding: 0 24px; border-bottom: 1px solid var(--line); }
.location-list > div:last-of-type { border-bottom: 0; }
.location-list > div > span { color: var(--gold); font-size: .68rem; font-weight: 800; }
.location-list strong { font-size: .94rem; }
.location-list svg { width: 19px; color: var(--brand); }
.location-list > p { margin: 0; padding: 18px 24px; color: var(--muted); background: var(--cream); font-size: .72rem; }

.final-cta { position: relative; overflow: hidden; padding: 104px 0; color: var(--white); background: var(--brand-deep); text-align: center; }
.final-cta::before { position: absolute; content: ""; top: 50%; right: -90px; width: min(55vw, 620px); aspect-ratio: 350 / 201; background: url('/brand/roden-mark.png') center / contain no-repeat; opacity: .045; filter: grayscale(1) brightness(2.6); transform: translateY(-50%); pointer-events: none; }
.final-cta-inner { position: relative; z-index: 2; max-width: 770px; }
.final-icon { display: grid; width: 58px; height: 58px; place-items: center; margin: 0 auto 24px; color: var(--brand-deep); background: var(--gold-bright); border-radius: 50%; }
.final-icon svg { width: 25px; }
.final-cta .section-kicker { justify-content: center; }
.final-cta p:not(.section-kicker) { margin: 22px 0 30px; color: rgba(255,255,255,.72); }

.site-footer { padding: 34px 0; background: var(--brown); color: rgba(255,255,255,.64); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: .7rem; }
.footer-brand .brand-logo { filter: drop-shadow(0 2px 10px rgba(0,0,0,.12)); }
.footer-brand .career-label { color: var(--white); border-color: rgba(255,255,255,.24); }
.footer-links { display: flex; gap: 24px; }
.footer-links a:hover { color: var(--white); }
.mobile-cta { display: none; }

/* Aufgaben */
.tasks-page { min-height: 100vh; background: var(--paper); }
.tasks-back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.tasks-back-link:hover { color: var(--brand); }
.tasks-back-link svg { width: 17px; height: 17px; }
.tasks-hero { position: relative; overflow: hidden; padding: 96px 0 102px; color: var(--white); background: var(--brand); }
.tasks-pattern { position: absolute; inset: 0; opacity: .38; background: radial-gradient(circle at 82% 22%, rgba(249,187,95,.3), transparent 26%), linear-gradient(135deg, transparent 68%, rgba(255,255,255,.055) 68%, rgba(255,255,255,.055) 69%, transparent 69%); background-size: auto, 68px 68px; }
.tasks-hero-inner { position: relative; z-index: 2; }
.tasks-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3rem, 6.4vw, 6rem); line-height: .98; letter-spacing: -.055em; }
.tasks-hero-inner > p:last-child { max-width: 710px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: 1.1rem; }
.tasks-content { padding: 105px 0 115px; background: var(--cream); }
.tasks-heading { max-width: 700px; margin-bottom: 50px; }
.tasks-heading h2, .tasks-apply h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 4.05rem); line-height: 1.06; letter-spacing: -.045em; }
.tasks-heading > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 1rem; }
.tasks-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.task-card { position: relative; min-height: 280px; grid-column: span 2; padding: 33px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.task-card:nth-child(4) { grid-column: 2 / span 2; }
.task-number { position: absolute; top: 23px; right: 26px; color: rgba(8,114,70,.32); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.task-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 28px; color: var(--brand-deep); background: var(--gold-bright); border-radius: 14px; }
.task-icon svg { width: 23px; height: 23px; stroke-width: 1.8; }
.task-card h3 { margin: 0 0 12px; font-size: 1.15rem; line-height: 1.25; letter-spacing: -.02em; }
.task-card p { margin: 0; color: var(--muted); font-size: .87rem; }
.tasks-apply { padding: 88px 0; color: var(--white); background: var(--brand-deep); }
.tasks-apply-inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.tasks-apply-inner > div { max-width: 710px; }
.tasks-apply-inner > div > p:not(.section-kicker) { margin: 20px 0 0; color: rgba(255,255,255,.72); }
.tasks-trust { display: flex; flex-wrap: wrap; gap: 13px 23px; margin-top: 25px; }
.tasks-trust span { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.78); font-size: .72rem; font-weight: 650; }
.tasks-trust svg { width: 15px; height: 15px; color: var(--gold-bright); }
.tasks-apply-button { min-width: 300px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 0.82fr; gap: 35px; min-height: 620px; }
  .hero h1 { font-size: clamp(3rem, 7vw, 4.5rem); }
  .hero-visual { min-height: 470px; }
  .hero-image-wrap { left: 20px; }
  .hero-badge { width: 130px; height: 130px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid > div { border-bottom: 1px solid var(--line); }
  .fact-grid > div:nth-child(2) { border-right: 0; }
  .fact-grid > div:nth-child(3), .fact-grid > div:nth-child(4) { border-bottom: 0; }
  .fact-grid > div:first-child, .fact-grid > div:last-child { padding-inline: 25px; }
  .match-grid, .story-grid, .locations-grid { grid-template-columns: minmax(0, 1fr); gap: 50px; }
  .match-grid > *, .story-grid > *, .locations-grid > * { min-width: 0; }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-visual { min-height: 520px; }
  .compact-story .story-visual { min-height: 480px; }
  .locations-grid { max-width: 760px; }
  .tasks-grid { grid-template-columns: 1fr 1fr; }
  .task-card, .task-card:nth-child(4) { grid-column: auto; }
  .task-card:last-child { grid-column: 1 / -1; }
  .tasks-apply-inner { grid-template-columns: 1fr; gap: 34px; }
  .tasks-apply-button { width: fit-content; }
}

@media (max-width: 700px) {
  body { padding-bottom: 74px; }
  .shell { width: min(100% - 34px, 560px); }
  .section { padding: 76px 0; }
  .site-header { position: relative; }
  .header-inner { height: 68px; }
  .header-inner > .button { display: none; }
  .brand-logo { width: 82px; height: 48px; }
  .career-label { display: none; }
  .hero-grid { display: flex; min-height: auto; flex-direction: column; gap: 40px; padding-top: 58px; padding-bottom: 58px; }
  .hero-copy { width: 100%; padding: 0; }
  .eyebrow { font-size: .66rem; letter-spacing: .08em; }
  .hero h1 { font-size: clamp(2.65rem, 12vw, 4.25rem); }
  .hero-lead { margin-top: 23px; font-size: 1.02rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; margin-top: 30px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: center; }
  .microcopy { justify-content: center; gap: 8px; font-size: .75rem; }
  .hero-visual { width: 100%; min-height: 430px; }
  .hero-image-wrap { inset: 0 16px 0 16px; border-radius: 46% 46% 22px 22px; }
  .hero-badge { top: 25px; right: -6px; width: 116px; height: 116px; border-width: 6px; }
  .hero-badge strong { font-size: .95rem; }
  .location-card { left: 0; bottom: 22px; }
  .fact-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .fact-grid > div, .fact-grid > div:first-child, .fact-grid > div:last-child { min-height: 76px; padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-grid > div:last-child { border-bottom: 0; }
  .section h2, .final-cta h2 { font-size: clamp(1.85rem, 9vw, 3rem); overflow-wrap: anywhere; hyphens: auto; }
  .match-grid { gap: 35px; }
  .match-grid > *, .match-list, .benefit-grid, .benefit-card { min-width: 0; }
  .match-list p { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; font-size: 1rem; overflow-wrap: anywhere; hyphens: auto; }
  .match-cta { align-items: stretch; flex-direction: column; }
  .benefit-grid, .role-grid { grid-template-columns: minmax(0, 1fr); }
  .benefit-card { min-height: 0; padding: 28px; }
  .benefit-card.featured { min-height: 230px; }
  .benefit-card h3 { overflow-wrap: anywhere; hyphens: auto; }
  .benefit-card p { font-size: .96rem; }
  .story-visual { min-height: 410px; }
  .compact-story { padding: 72px 0; }
  .compact-story .story-visual { min-height: 380px; }
  .story-visual img { right: 12px; width: calc(100% - 12px); border-radius: 20px 42% 20px 20px; }
  .story-stat { width: 126px; height: 126px; right: -5px; bottom: 25px; }
  .story-stat strong { font-size: 2rem; }
  .proof-row { grid-template-columns: 1fr; }
  .proof-row span { padding: 15px 18px; }
  .role-card { padding: 29px 24px; }
  .role-top h3 { font-size: 1.25rem; }
  .locations-grid { gap: 38px; }
  .location-list > div { padding-inline: 18px; }
  .final-cta { padding: 82px 0; }
  .final-cta .button { width: 100%; min-height: 62px; padding: 14px 17px; line-height: 1.35; text-align: center; }
  .final-cta .button svg { flex: 0 0 auto; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-links a { display: inline-flex; min-height: 44px; align-items: center; }
  .mobile-cta { position: fixed; z-index: 80; right: 12px; bottom: 11px; left: 12px; display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; color: var(--white); background: var(--brand); border: 1px solid rgba(255,255,255,.17); border-radius: 13px; box-shadow: 0 15px 35px rgba(33,62,38,.4); font-size: .88rem; font-weight: 800; }
  .mobile-cta svg { width: 18px; }
  .tasks-page { padding-bottom: 0; }
  .tasks-back-link { width: 44px; height: 44px; justify-content: center; font-size: 0; }
  .tasks-back-link svg { width: 21px; height: 21px; }
  .tasks-hero { padding: 70px 0 74px; }
  .tasks-hero h1 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .tasks-hero-inner > p:last-child { font-size: .98rem; }
  .tasks-content { padding: 75px 0 82px; }
  .tasks-grid { grid-template-columns: 1fr; }
  .task-card, .task-card:last-child { min-width: 0; min-height: 0; grid-column: auto; padding: 28px; }
  .task-card h3, .task-card p { overflow-wrap: anywhere; hyphens: auto; }
  .task-card p { font-size: .95rem; }
  .tasks-apply { padding: 75px 0; }
  .tasks-apply-inner { gap: 30px; }
  .tasks-apply-button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Blitzbewerbung */
.application-page { min-height: 100vh; background: var(--cream); }
.funnel-shell { width: min(1080px, calc(100% - 48px)); margin-inline: auto; }
.funnel-header { background: var(--white); border-bottom: 1px solid var(--line); }
.funnel-header-inner { display: flex; height: 78px; align-items: center; justify-content: space-between; }
.secure-note { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .74rem; font-weight: 650; }
.secure-note svg { width: 18px; height: 18px; color: var(--brand); }
.progress-wrap { height: 5px; background: var(--cream-deep); }
.progress-bar { height: 100%; background: var(--gold); transition: width 260ms ease; }
.application-layout { display: grid; min-height: calc(100vh - 83px); grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: center; padding-top: 55px; padding-bottom: 55px; }
.application-aside { align-self: center; }
.aside-kicker { margin: 0 0 15px; color: var(--brand); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.application-aside h1 { margin: 0; font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.02; letter-spacing: -.05em; }
.application-aside > p:not(.aside-kicker) { margin: 23px 0 0; color: var(--muted); font-size: .96rem; }
.aside-benefits { display: grid; gap: 11px; margin-top: 27px; }
.aside-benefits span { display: flex; align-items: center; gap: 9px; font-size: .78rem; font-weight: 650; }
.aside-benefits svg { width: 16px; height: 16px; color: var(--brand); }
.application-summary { display: flex; flex-direction: column; margin-top: 38px; padding: 20px; background: rgba(255,255,255,.58); border: 1px solid var(--line); border-radius: 14px; }
.application-summary small { margin-bottom: 9px; color: var(--brand); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.application-summary strong { font-size: .92rem; }
.application-summary span { margin-top: 4px; color: var(--muted); font-size: .76rem; }
.question-card { min-height: 610px; padding: 42px; background: var(--white); border: 1px solid rgba(8,114,70,.1); border-radius: 22px; box-shadow: var(--shadow); }
.question-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; color: var(--muted); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.question-meta strong { color: var(--brand); }
.question-card fieldset { margin: 0; padding: 0; border: 0; }
.question-card legend { width: 100%; margin: 0; padding: 0; color: var(--ink); font-size: clamp(1.7rem, 3vw, 2.45rem); font-weight: 800; line-height: 1.12; letter-spacing: -.04em; }
.question-help { margin: 12px 0 28px; color: var(--muted); font-size: .88rem; }
.choice-grid { display: grid; gap: 14px; }
.choice-grid-two { grid-template-columns: 1fr 1fr; }
.choice-card, .choice-row, .location-confirm, .tag-choices button, .hours-grid button {
  position: relative;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}
.choice-card:hover, .choice-row:hover, .tag-choices button:hover, .hours-grid button:hover { border-color: var(--gold); transform: translateY(-1px); }
.choice-card { display: flex; min-height: 154px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 22px; text-align: left; border-radius: 15px; }
.choice-card > svg:first-child { position: absolute; top: 20px; left: 20px; width: 27px; height: 27px; color: var(--brand); }
.choice-card span { display: flex; flex-direction: column; }
.choice-card strong { font-size: .92rem; }
.choice-card small { margin-top: 6px; color: var(--muted); font-size: .68rem; }
.choice-check { opacity: 0; }
.choice-card .choice-check { position: absolute; top: 17px; right: 17px; width: 22px; height: 22px; padding: 4px; color: var(--white); background: var(--brand); border-radius: 50%; }
.choice-card.selected, .choice-row.selected, .location-confirm.selected, .tag-choices button.selected, .hours-grid button.selected { background: rgba(198,154,85,.1); border-color: var(--brand); box-shadow: inset 0 0 0 1px var(--brand); }
.selected .choice-check { opacity: 1; }
.choice-list { display: grid; gap: 10px; }
.compact-choices { grid-template-columns: 1fr 1fr; }
.choice-row { display: grid; min-height: 62px; grid-template-columns: 21px 1fr 22px; align-items: center; gap: 12px; padding: 12px 16px; text-align: left; border-radius: 12px; font-size: .78rem; font-weight: 650; }
.choice-row > svg:first-child { width: 19px; height: 19px; color: var(--brand); }
.choice-row .choice-check { width: 20px; height: 20px; padding: 4px; color: var(--white); background: var(--brand); border-radius: 50%; }
.location-confirm { display: grid; width: 100%; min-height: 110px; grid-template-columns: 38px 1fr 27px; align-items: center; gap: 17px; padding: 24px; text-align: left; border-radius: 15px; }
.location-confirm > svg { color: var(--brand); }
.location-confirm span { display: flex; flex-direction: column; }
.location-confirm strong { font-size: 1rem; }
.location-confirm small { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.field-label { display: block; margin-bottom: 10px; color: var(--ink); font-size: .72rem; font-weight: 800; }
.hours-label { margin-top: 25px; }
.tag-choices { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-choices button { display: inline-flex; min-height: 41px; align-items: center; gap: 7px; padding: 0 13px; border-radius: 10px; font-size: .7rem; font-weight: 700; }
.tag-choices button svg { display: none; width: 14px; height: 14px; }
.tag-choices button.selected svg { display: block; }
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.hours-grid button { display: flex; min-height: 50px; align-items: center; gap: 9px; padding: 0 14px; text-align: left; border-radius: 10px; font-size: .71rem; font-weight: 650; }
.hours-grid button svg { width: 17px; height: 17px; flex: 0 0 auto; color: var(--brand); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { font-size: .69rem; font-weight: 750; }
.form-grid label small { color: var(--muted); font-weight: 500; }
.form-grid input { width: 100%; height: 50px; padding: 0 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 10px; outline: none; font-size: .85rem; }
.form-grid input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(8,114,70,.1); }
.consent-row { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; margin-top: 18px; color: var(--muted); font-size: .65rem; line-height: 1.5; }
.consent-row input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--brand); }
.consent-row a { color: var(--brand); text-decoration: underline; }
.question-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.back-button { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0; color: var(--muted); background: transparent; border: 0; cursor: pointer; font-size: .75rem; font-weight: 700; }
.back-button:hover { color: var(--brand); }
.back-button svg { width: 17px; }
.question-actions .button:disabled { cursor: not-allowed; opacity: .42; transform: none; box-shadow: none; }
.rejection-card { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.rejection-icon { display: grid; width: 58px; height: 58px; margin-bottom: 24px; place-items: center; color: var(--white); background: var(--brown); border-radius: 16px; }
.rejection-icon svg { width: 28px; height: 28px; }
.rejection-card h2 { max-width: 590px; margin: 0; color: var(--ink); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.05; letter-spacing: -.045em; }
.rejection-card > p:not(.aside-kicker) { max-width: 580px; margin: 22px 0 30px; color: var(--muted); font-size: .94rem; }

/* Bestätigungsseite */
.thank-page { position: relative; display: grid; min-height: 100vh; place-items: center; overflow: hidden; padding: 40px 20px; background: var(--brand); }
.thank-pattern { position: absolute; inset: 0; opacity: .35; background: radial-gradient(circle at 20% 20%, rgba(224,182,110,.35), transparent 25%), radial-gradient(circle at 80% 80%, rgba(255,255,255,.1), transparent 26%); }
.thank-card { position: relative; z-index: 2; width: min(600px, 100%); padding: 48px; text-align: center; background: var(--paper); border-radius: 24px; box-shadow: 0 38px 100px rgba(29,45,26,.42); }
.thank-brand { justify-content: center; margin-bottom: 38px; }
.thank-icon { width: 66px; height: 66px; margin: 0 auto 25px; color: var(--brand); stroke-width: 1.5; }
.thank-card .section-kicker { justify-content: center; margin-bottom: 12px; }
.thank-card h1 { margin: 0; font-size: clamp(2.5rem, 7vw, 4.5rem); line-height: 1; letter-spacing: -.05em; }
.thank-card > p:not(.section-kicker) { margin: 22px auto 28px; color: var(--muted); font-size: .92rem; }
.thank-note { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; padding: 17px; text-align: left; background: var(--cream); border-radius: 12px; }
.thank-note svg { width: 22px; color: var(--brand); }
.thank-note span { display: flex; flex-direction: column; color: var(--muted); font-size: .68rem; }
.thank-note strong { margin-bottom: 3px; color: var(--ink); font-size: .76rem; }

@media (max-width: 820px) {
  .application-layout { grid-template-columns: 1fr; gap: 30px; padding-top: 38px; }
  .application-aside { text-align: center; }
  .application-aside h1 { max-width: 550px; margin-inline: auto; font-size: 2.6rem; }
  .application-aside > p:not(.aside-kicker) { max-width: 560px; margin-inline: auto; }
  .aside-benefits { display: flex; justify-content: center; flex-wrap: wrap; }
  .application-summary { display: none; }
}

@media (max-width: 600px) {
  .funnel-shell { width: min(100% - 28px, 520px); }
  .funnel-header-inner { height: 68px; }
  .secure-note { font-size: 0; gap: 0; }
  .secure-note svg { width: 22px; height: 22px; }
  .application-layout { display: block; padding-top: 30px; padding-bottom: 30px; }
  .application-aside { margin-bottom: 26px; }
  .application-aside h1 { font-size: 2.05rem; }
  .application-aside > p:not(.aside-kicker) { margin-top: 15px; font-size: .85rem; }
  .aside-benefits { gap: 9px 14px; margin-top: 18px; }
  .aside-benefits span { font-size: .75rem; }
  .question-card { min-height: 0; padding: 27px 20px; border-radius: 17px; }
  .question-meta { margin-bottom: 25px; font-size: .75rem; }
  .question-card legend { font-size: 1.65rem; }
  .question-help { margin-bottom: 22px; font-size: .86rem; }
  .choice-grid-two, .compact-choices, .hours-grid, .form-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 130px; }
  .choice-row { min-height: 60px; font-size: .86rem; }
  .field-label { font-size: .8rem; }
  .tag-choices button, .hours-grid button { font-size: .8rem; }
  .form-grid label > span { font-size: .8rem; }
  .consent-row { font-size: .75rem; }
  .form-grid label.full { grid-column: auto; }
  .question-actions .button { min-height: 50px; padding: 0 17px; font-size: .86rem; }
  .rejection-card .button { width: 100%; min-height: 54px; }
  .thank-card { padding: 38px 24px; }
}
