/* ================================================================
   HF Raumklar — Karriere page styles
   ================================================================ */

/* ---------- Hero (full-bleed dark) ---------- */
.kr-hero2 {
  position: relative; min-height: clamp(560px, 82vh, 760px);
  display: flex; align-items: center; overflow: hidden;
  background: var(--ink);
}
.kr-hero2-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 35%; display: block;
}
.kr-hero2-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,.92) 0%, rgba(10,10,10,.78) 38%, rgba(10,10,10,.35) 70%, rgba(10,10,10,.15) 100%),
    linear-gradient(0deg, rgba(10,10,10,.55), rgba(10,10,10,0) 45%);
}
.kr-hero2-inner { position: relative; z-index: 2; padding: clamp(48px,7vw,96px) var(--pad-x); }
.kr-hero2-eyebrow { color: rgba(255,255,255,.65); }
.kr-hero2-eyebrow::before { background: var(--orange); opacity: 1; }
.kr-hero2 h1 {
  font-size: clamp(48px, 7vw, 104px); line-height: .98; letter-spacing: -.045em;
  font-weight: 700; color: #fff; margin: 26px 0 0; max-width: 14ch;
}
.kr-hero2 h1 .or { color: var(--orange); }
.kr-hero2 .lead {
  font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.82);
  max-width: 540px; margin: 26px 0 34px;
}
.kr-hero2-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.kr-hero2-tags {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16);
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.7); font-weight: 600;
}
.kr-hero2-tags .dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.4); }
@media (max-width: 720px) {
  .kr-hero2-overlay { background: linear-gradient(0deg, rgba(10,10,10,.92) 8%, rgba(10,10,10,.6) 55%, rgba(10,10,10,.45) 100%); }
  .kr-hero2 h1 { font-size: clamp(40px, 12vw, 60px); }
}

/* ---------- Benefits ---------- */
.kr-benefits-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.kr-benefit {
  padding: 32px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--bg); display: flex; flex-direction: column; gap: 12px; min-height: 220px;
}
.kr-benefit-ico {
  width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 19px; color: var(--orange); font-weight: 700;
}
.kr-benefit h3 { font-size: 19px; font-weight: 700; letter-spacing: -.015em; margin: 4px 0 0; }
.kr-benefit p { font-size: 14px; line-height: 1.6; color: var(--ink-2); margin: 0; }
@media (max-width: 920px) { .kr-benefits-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .kr-benefits-grid { grid-template-columns: 1fr; } }

/* ---------- Positions ---------- */
.kr-pos-list { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.kr-pos {
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;
  padding: 28px 0; border-bottom: 1px solid var(--line);
}
.kr-pos-main h3 { font-size: 24px; font-weight: 700; letter-spacing: -.02em; margin: 0 0 8px; }
.kr-pos-main p { font-size: 15px; line-height: 1.6; color: var(--ink-2); margin: 0; max-width: 60ch; }
.kr-pos-side { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; white-space: nowrap; }
.kr-pos-type { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.kr-pos-link {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700;
  letter-spacing: .04em; color: var(--ink); padding: 10px 18px; border: 1px solid var(--ink);
  transition: background .2s ease, color .2s ease;
}
.kr-pos-link:hover { background: var(--ink); color: #fff; }
@media (max-width: 720px) {
  .kr-pos { grid-template-columns: 1fr; gap: 16px; }
  .kr-pos-side { flex-direction: row; align-items: center; justify-content: space-between; }
}

/* ---------- Apply ---------- */
.kr-apply { padding: var(--section) 0; background: var(--ink); color: #fff; }
.kr-apply-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
.kr-apply .ey { color: var(--orange); font-weight: 700; }
.kr-apply .ey::before { background: var(--orange); }
.kr-apply h2 { font-size: clamp(34px, 4.5vw, 58px); font-weight: 700; line-height: 1.04; letter-spacing: -.03em; margin: 18px 0 28px; color: #fff; }
.kr-apply h2 .or { color: var(--orange); }
.kr-profile { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 14px; }
.kr-profile li { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; color: #fff; }
.kr-apply-note { font-size: 14.5px; line-height: 1.65; color: rgba(255,255,255,.6); max-width: 50ch; }

.kr-apply-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14);
  padding: 36px;
}
.kr-apply-card h3 { font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.6); font-weight: 600; margin: 0 0 24px; }
.kr-steps { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 18px; }
.kr-steps li { display: flex; gap: 16px; align-items: flex-start; font-size: 15px; line-height: 1.55; color: rgba(255,255,255,.85); }
.kr-steps li b { color: #fff; font-weight: 700; }
.kr-step-n {
  flex: none; width: 28px; height: 28px; border-radius: 50%;
  background: var(--orange); color: #fff; font-weight: 700; font-size: 14px;
  display: inline-flex; align-items: center; justify-content: center;
}
.kr-mail {
  display: flex; flex-direction: column; gap: 4px;
  background: var(--orange); color: #fff; padding: 20px 24px;
  transition: background .2s ease;
}
.kr-mail:hover { background: var(--orange-2); }
.kr-mail-label { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; opacity: .85; font-weight: 600; hyphens: manual; -webkit-hyphens: manual; }
.kr-mail-addr { font-size: 22px; font-weight: 700; letter-spacing: -.01em; white-space: nowrap; }
.kr-apply-alt { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; font-size: 14px; }
.kr-apply-alt span { color: rgba(255,255,255,.55); letter-spacing: .04em; }
.kr-apply-alt a { color: #fff; font-weight: 700; }
.kr-apply-alt a:hover { color: var(--orange); }
@media (max-width: 920px) { .kr-apply-grid { grid-template-columns: 1fr; } }

/* ---------- Bewerbungs-Box: bündig & clean auf dem Smartphone ---------- */
@media (max-width: 560px) {
  .kr-apply-card { padding: 24px; }
  .kr-mail { padding: 16px 18px; }
  .kr-mail-addr { font-size: clamp(15px, 4.6vw, 22px); }
  .kr-apply-alt { flex-direction: column; align-items: flex-start; gap: 4px; }
  .kr-apply-alt a { white-space: nowrap; }
}
