@import url("ds/colors_and_type.css");

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--surface); color: var(--ink); font-family: var(--font-sans); }
img { display: block; max-width: 100%; }
button { font-family: inherit; }

/* Reset */
a { color: inherit; text-decoration: none; }

/* ============== Density ============== */
.density-comfortable { --gap-section: 96px; --gap-block: 64px; }
.density-compact     { --gap-section: 56px; --gap-block: 40px; }

/* ============== Buttons ============== */
.btn { font-family: inherit; font-size: 14px; font-weight: 600; cursor: pointer; border-radius: 6px; padding: 12px 22px; border: 1px solid transparent; line-height: 1; transition: background .16s cubic-bezier(.2,.6,.2,1), border-color .16s, color .16s, transform .1s; white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--brand-primary); color: #fff; }
.btn-primary:hover { background: var(--brand-primary-hover); }
.btn-primary:active { background: var(--brand-primary-press); }
.btn-secondary { background: var(--surface); color: var(--ink); border-color: var(--ink); }
.btn-secondary:hover { background: var(--surface-warm); }
.btn-tertiary { background: transparent; color: var(--ink); padding: 12px 0; }
.btn-tertiary:hover { color: var(--brand-primary); }
.btn-tertiary::after { content: ""; }
.btn-on-brand { background: #fff; color: var(--ink); border: 1px solid #fff; }
.btn-on-brand:hover { background: var(--surface-warm); }
.btn-on-brand-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.6); }
.btn-on-brand-ghost:hover { background: rgba(255,255,255,.08); border-color: #fff; }
.btn-lg { padding: 15px 28px; font-size: 15px; }

/* ============== Container ============== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; }
.container-wide { max-width: 1320px; margin: 0 auto; padding: 0 32px; }

/* ============== Labels ============== */
.label { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink); }
.label--brand { color: var(--brand-primary); }
.label--muted { color: var(--ink-muted); }
.eyebrow { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.36em; color: var(--brand-primary); }

/* ============== Banner (announcement ribbon) ============== */
.banner { background: var(--surface-cream); color: var(--ink); font-size: 13px; line-height: 1.4; border-bottom: 1px solid var(--border); }
.banner-inner { max-width: 1320px; margin: 0 auto; padding: 12px 32px; display: flex; align-items: center; gap: 16px; }
.banner .b-tag { display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border: 1px solid var(--border-strong); border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; color: var(--ink-muted); background: var(--surface); }
.banner .b-tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-primary); box-shadow: 0 0 0 4px rgba(236,102,8,0.25); }
.banner .b-text { flex: 1; color: var(--ink-muted); }
.banner .b-text strong { color: var(--ink); font-weight: 600; }
.banner .b-cta { color: var(--brand-primary); font-weight: 600; cursor: pointer; white-space: nowrap; display: inline-flex; align-items: center; gap: 4px; }
.banner .b-cta:hover { color: var(--brand-primary-hover); }
.banner .b-close { background: transparent; border: none; color: var(--ink-subtle); cursor: pointer; padding: 4px; display: inline-flex; align-items: center; }
.banner .b-close:hover { color: var(--ink); }
.banner .b-close:hover { color: #fff; }

/* ============== Header ============== */
.hdr { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.96); backdrop-filter: saturate(140%) blur(8px); border-bottom: 1px solid var(--border); }
.hdr-inner { max-width: 1320px; margin: 0 auto; padding: 18px 32px; display: flex; align-items: center; gap: 40px; }
.hdr-logo { display: flex; align-items: center; cursor: pointer; text-decoration: none; }
/* max-width:none hebt die globale img{max-width:100%}-Regel auf: im Flex-Header
   klemmt sie sonst das auto-breite Logo im <picture> auf ~65px zusammen (verzerrt). */
.hdr-logo img, .hdr-logo picture img { height: 50px; width: auto; max-width: none; display: block; }
.hdr-logo picture { display: flex; align-items: center; }
.hdr-logo svg { height: 44px; width: auto; display: block; }
.nav { display: flex; gap: 32px; flex: 1; }
.nav a { font-size: 14px; font-weight: 500; color: var(--ink); padding: 10px 0; cursor: pointer; position: relative; }
.nav a:hover { color: var(--brand-primary); }
.nav a.active { color: var(--brand-primary); }
.nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -19px; height: 2px; background: var(--brand-primary); }
.hdr-cta { display: flex; gap: 14px; align-items: center; }
.hdr-phone { font-size: 13px; color: var(--ink-muted); display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.hdr-phone strong { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.hdr-zuw { font-size: 13px; color: var(--ink-muted); cursor: pointer; padding: 8px 14px; border: 1px solid var(--border-strong); border-radius: 6px; white-space: nowrap; }
.hdr-zuw:hover { border-color: var(--ink); color: var(--ink); }
.hdr-lang { display: flex; gap: 4px; font-size: 12px; color: var(--ink-muted); padding-right: 4px; border-right: 1px solid var(--border); margin-right: 4px; padding-right: 14px; }
.hdr-lang a { cursor: pointer; padding: 4px 6px; border-radius: 3px; }
.hdr-lang a.on { color: var(--ink); font-weight: 600; }
/* Language globe menu */
.hdr-langmenu { position: relative; }
.hdr-globe { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid var(--border-strong); border-radius: 6px; background: transparent; cursor: pointer; font-size: 13px; color: var(--ink-muted); line-height: 1; }
.hdr-globe:hover { border-color: var(--ink); color: var(--ink); }
.hdr-globe-code { font-weight: 600; font-size: 12px; letter-spacing: 0.03em; }
.hdr-globe-caret { font-size: 9px; opacity: 0.65; }
.lang-backdrop { position: fixed; inset: 0; z-index: 200; }
.lang-dropdown { position: absolute; top: calc(100% + 8px); right: 0; z-index: 210; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 16px 40px -12px rgba(26,26,26,0.28); padding: 6px; min-width: 208px; display: grid; gap: 2px; }
.lang-item { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; background: transparent; border: none; cursor: pointer; font-size: 14px; color: var(--ink); text-align: left; width: 100%; }
.lang-item:hover { background: var(--surface-warm); }
.lang-item.on { background: rgba(236,102,8,0.08); color: var(--brand-primary); font-weight: 600; }
.lang-flag { font-size: 17px; line-height: 1; }
.lang-name { flex: 1; }
[dir="rtl"] .lang-dropdown { right: auto; left: 0; }
[dir="rtl"] .lang-item { text-align: right; }
.burger { display: none; }

/* ============== Hero — Editorial (default) ============== */
.hero-ed {
  padding: 88px 0 140px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1100px 480px at 88% -10%, rgba(236,102,8,0.10), transparent 60%),
    radial-gradient(700px 380px at -10% 90%, rgba(236,102,8,0.06), transparent 70%),
    var(--surface);
}
.hero-ed .container-wide {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-ed .hero-content { animation: heroFade .7s cubic-bezier(.2,.7,.2,1) both; }
@keyframes heroFade {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-ed h1.hero-headline {
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin: 28px 0 0;
  color: var(--ink);
}
.hero-ed h1.hero-headline em {
  font-style: normal;
  color: var(--brand-primary);
  position: relative;
}
.hero-ed .lead {
  font-size: 19px;
  color: var(--ink-muted);
  line-height: 1.55;
  margin: 28px 0 0;
  max-width: 480px;
}
.hero-ed .hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 36px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-trustchips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  font-size: 13px;
  color: var(--ink-muted);
  align-items: center;
}
.hero-trustchips > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
}
.hero-trustchips > span + span { padding-left: 14px; border-left: 1px solid var(--border); }
.hero-trustchips strong { color: var(--ink); font-weight: 700; font-size: 15px; }
.hero-trustchips .chip-new {
  padding: 6px 12px !important;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-left: none !important;
  margin-left: auto;
}
.hero-trustchips .chip-new .live-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand-primary);
  box-shadow: 0 0 0 4px rgba(236,102,8,0.25);
  animation: livePulse 1.8s ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(236,102,8,0.25); }
  50% { box-shadow: 0 0 0 7px rgba(236,102,8,0.10); }
}

/* Decorative blob — top-right */
.deco-blob {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
  filter: blur(0.5px);
}
.deco-blob-1 {
  top: -120px;
  right: -180px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at 30% 30%, rgba(236,102,8,0.20), rgba(236,102,8,0) 70%);
}

/* Hero visual stack */
.hero-visual {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: heroFade .9s .15s cubic-bezier(.2,.7,.2,1) both;
}
.hero-visual-stack {
  position: relative;
  width: min(420px, 100%);
  aspect-ratio: 1;
}
.visual-disc {
  position: absolute;
  top: -6%; right: -14%;
  width: 58%; height: 58%;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--brand-primary) 0%, #FF9442 100%);
  box-shadow: 0 30px 80px -20px rgba(236,102,8,0.35), 0 8px 24px -8px rgba(236,102,8,0.20);
  opacity: 0.95;
  animation: discFloat 7s ease-in-out infinite;
  z-index: 1;
}

/* Real photo hero — replaces the SVG scanner when assets/photos/hero-bore.jpg exists */
.hero-photo {
  position: relative;
  z-index: 3;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 32px 80px -24px rgba(26,26,26,0.32), 0 8px 24px -10px rgba(26,26,26,0.16);
  animation: photoIn 1s .15s cubic-bezier(.2,.7,.2,1) both;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}
@keyframes photoIn {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
/* When real photo loads, hide the fallback scanner SVG */
.hero-visual-stack:has(.hero-photo img) .visual-scanner { display: none; }
@keyframes discFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-12px); }
}
.visual-scanner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* Beam sweep — orange wedge that rotates around the gantry */
.visual-beam {
  transform-origin: 160px 160px;
  animation: beamSweep 5.5s cubic-bezier(.45,0,.55,1) infinite;
}
@keyframes beamSweep {
  0%   { transform: rotate(0deg);   opacity: 0.35; }
  45%  { opacity: 0.55; }
  100% { transform: rotate(360deg); opacity: 0.35; }
}
/* Scan line — sweeps vertically through the bore opening */
.visual-scanline-mri {
  animation: scanlineMri 3.2s ease-in-out infinite;
}
@keyframes scanlineMri {
  0%, 100% { transform: translateY(-72px); opacity: 0.5; }
  50%      { transform: translateY( 72px); opacity: 0.9; }
}
.visual-lupe { display: none; }       /* legacy mark — brand stripe lives on the scanner itself */
@keyframes lupeIn { from { opacity: 0; } to { opacity: 1; } }

/* Floating info cards anchored to the visual */
.hero-floatcard {
  position: absolute;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 12px 32px -10px rgba(26,26,26,0.18), 0 2px 6px rgba(26,26,26,0.06);
  font-size: 13px;
  color: var(--ink-muted);
  min-width: 180px;
  z-index: 4;
}
.hero-floatcard .fc-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-subtle); margin-bottom: 4px; }
.hero-floatcard .fc-value { font-size: 18px; color: var(--ink); margin-bottom: 2px; font-variant-numeric: tabular-nums; }
.hero-floatcard .fc-value strong { font-weight: 700; }
.hero-floatcard .fc-meta { font-size: 12px; line-height: 1.4; }
.hero-floatcard-1 {
  top: 6%;
  right: -24px;
  animation: floatcardIn .9s .25s cubic-bezier(.2,.7,.2,1) both;
}
.hero-floatcard-2 {
  bottom: 4%;
  left: -16px;
  animation: floatcardIn .9s .45s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes floatcardIn {
  from { opacity: 0; transform: translateY(20px) scale(0.9); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Legacy hero-meta side panel kept for variants that still use it */
.hero-ed .hero-side { display: flex; flex-direction: column; gap: 0; align-self: end; }
.hero-meta { padding: 18px 0; border-top: 1px solid var(--ink); display: grid; grid-template-columns: 110px 1fr; gap: 24px; font-size: 14px; color: var(--ink-muted); line-height: 1.5; }
.hero-meta:last-child { border-bottom: 1px solid var(--border); }
.hero-meta .k { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink); font-weight: 600; padding-top: 2px; }
.hero-meta strong { color: var(--ink); font-weight: 600; }

/* ============== Ticker — scrolling brand metrics ============== */
.ticker {
  background: var(--surface-warm);
  color: var(--ink);
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
.ticker-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: tickerScroll 48s linear infinite;
  will-change: transform;
}
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 28px;
  font-size: 15px;
}
.ticker-item strong { font-weight: 700; color: var(--ink); letter-spacing: -0.005em; }
.ticker-sep { color: var(--brand-primary); font-weight: 700; }
.ticker-meta { color: var(--ink-muted); }
.ticker-bullet {
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--brand-primary);
  margin-left: 12px;
}

/* ============== Hero — Split (with hours card) ============== */
.hero-sp {
  padding: 80px 0 96px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 88% -10%, rgba(236,102,8,0.10), transparent 60%),
    radial-gradient(600px 320px at -10% 90%, rgba(236,102,8,0.06), transparent 70%),
    var(--surface);
}
.hero-sp .container-wide { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 2; }
.hero-sp .hero-content { animation: heroFade .7s cubic-bezier(.2,.7,.2,1) both; }
.hero-sp h1.hero-headline { font-size: clamp(40px, 5.5vw, 72px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; margin: 18px 0 22px; }
.hero-sp h1.hero-headline em { font-style: normal; color: var(--brand-primary); }
.hero-sp .lead { font-size: 18px; line-height: 1.6; color: var(--ink-muted); max-width: 480px; margin: 0 0 32px; }
.hero-sp .hero-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 36px;
  box-shadow: 0 30px 60px -28px rgba(26,26,26,0.18), 0 2px 8px rgba(26,26,26,0.04);
  position: relative;
  z-index: 3;
  animation: heroFade .9s .15s cubic-bezier(.2,.7,.2,1) both;
}
.hero-sp .hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(236,102,8,0.25), transparent 40%, transparent 60%, rgba(236,102,8,0.18));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1.5px;
}
.hero-sp .hero-card .label { margin-bottom: 18px; display: flex; justify-content: space-between; align-items: center; }
.hero-sp .hero-card .label .switch { display: flex; gap: 4px; padding: 3px; background: var(--surface-warm); border-radius: 999px; }
.hero-sp .hero-card .label .switch a { font-size: 11px; cursor: pointer; color: var(--ink-muted); font-weight: 700; letter-spacing: 0.08em; padding: 6px 12px; border-radius: 999px; transition: background .15s, color .15s; }
.hero-sp .hero-card .label .switch a.on { background: var(--brand-primary); color: #fff; }
.hours-row { display: flex; justify-content: space-between; padding: 12px 0; font-size: 15px; }
.hours-row + .hours-row { border-top: 1px solid var(--border); }
.hours-row .day { color: var(--ink); font-weight: 500; }
.hours-row .time { color: var(--ink-muted); font-variant-numeric: tabular-nums; }
/* Zwischenüberschrift je Modalität (Salzburg: Röntgen & CT / MRT) */
.hours-head { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand-primary); padding: 14px 0 2px; }
.hours-head:first-child { padding-top: 0; }
.hours-head + .hours-row { border-top: none; }
.hero-sp .hero-card .note { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); font-size: 13px; color: var(--ink-muted); line-height: 1.5; }

/* ============== Hero — Bold Orange ============== */
.hero-bd {
  background:
    radial-gradient(circle at 90% 10%, #FF9442 0%, var(--brand-primary) 40%, var(--brand-primary-press) 110%);
  color: #fff;
  padding: 96px 0 80px;
  position: relative;
  overflow: hidden;
}
/* Concentric rings — dramatic depth */
.hero-bd-ring {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  pointer-events: none;
  animation: ringFloat 8s ease-in-out infinite;
}
.hero-bd-ring-1 { right: -260px; top: -260px; width: 800px; height: 800px; }
.hero-bd-ring-2 { right: -140px; top: -140px; width: 560px; height: 560px; border-color: rgba(255,255,255,0.22); animation-delay: 1s; }
.hero-bd-ring-3 { right: -40px; top: -40px; width: 320px; height: 320px; border-color: rgba(255,255,255,0.32); animation-delay: 2s; }
@keyframes ringFloat {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.03); }
}
.hero-bd-lupe {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 88px;
  opacity: 0.85;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.18));
  z-index: 1;
  animation: lupeIn 1s .3s cubic-bezier(.2,.7,.2,1) both;
}
.hero-bd-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  padding: 12px 16px;
  border-left: 1px solid rgba(255,255,255,0.3);
  margin-left: 4px;
  font-variant-numeric: tabular-nums;
}
.hero-bd-phone strong { color: #fff; font-weight: 700; }
.hero-bd .container-wide { position: relative; z-index: 2; animation: heroFade .7s cubic-bezier(.2,.7,.2,1) both; }
.hero-bd .eyebrow { color: #fff; opacity: 0.85; }
.hero-bd h1.hero-headline {
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin: 24px 0 0;
  max-width: 1000px;
}
.hero-bd h1.hero-headline em { font-style: normal; color: rgba(255,255,255,0.85); text-decoration: underline; text-decoration-color: rgba(255,255,255,0.4); text-underline-offset: 8px; text-decoration-thickness: 3px; }
.hero-bd .lead { font-size: 19px; color: rgba(255,255,255,0.92); line-height: 1.55; max-width: 540px; margin: 24px 0 36px; }
.hero-bd .hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.hero-bd .bottom-strip { margin-top: 96px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.22); display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.hero-bd .bottom-strip > div { font-size: 13px; line-height: 1.5; }
.hero-bd .bottom-strip .k { font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; opacity: 0.75; margin-bottom: 8px; font-weight: 600; }
.hero-bd .bottom-strip strong { font-weight: 600; }

/* ============== Section ============== */
.section { padding: var(--gap-section, 96px) 0; }
.section-tight { padding: var(--gap-block, 64px) 0; }

/* Zusatzangebote-Hinweis unter den Leistungen */
.svc-extra { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--border); font-size: clamp(15px, 1.35vw, 17px); line-height: 1.6; color: var(--ink-muted); max-width: 820px; }
.svc-extra strong { color: var(--ink); font-weight: 600; }

/* Privat-MR — Promo-Banner (Homepage) */
.privatmr { background: var(--ink); color: #fff; border-radius: 22px; padding: 52px 56px; display: grid; grid-template-columns: 1.25fr 1fr; gap: 52px; align-items: center; position: relative; overflow: hidden; box-shadow: 0 26px 60px -30px rgba(26,26,26,0.5); }
.privatmr::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(236,102,8,0.22), transparent 70%); pointer-events: none; }
.privatmr-text { position: relative; z-index: 1; }
.privatmr-text h2 { font-size: clamp(30px, 3.6vw, 46px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; margin: 0 0 16px; color: #fff; }
.privatmr-text p { font-size: 17.5px; line-height: 1.6; color: rgba(255,255,255,0.78); margin: 0 0 28px; max-width: 520px; }
.privatmr-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; position: relative; z-index: 1; }
.privatmr-list li { position: relative; padding: 0 0 0 34px; font-size: 16.5px; color: rgba(255,255,255,0.94); line-height: 1.45; }
.privatmr-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 23px; height: 23px; border-radius: 50%; background: var(--brand-primary); color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
@media (max-width: 860px) { .privatmr { grid-template-columns: 1fr; padding: 38px 30px; gap: 30px; } }

/* Was uns antreibt — Werte-Karten */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 30px 32px; }
.value-num { font-size: 14px; font-weight: 700; color: var(--brand-primary); letter-spacing: 0.08em; margin-bottom: 16px; }
.value-card h3 { font-size: clamp(20px, 2vw, 25px); font-weight: 700; letter-spacing: -0.01em; margin: 0 0 12px; }
.value-card p { font-size: 15px; color: var(--ink-muted); line-height: 1.65; margin: 0; }
@media (max-width: 860px) { .values { grid-template-columns: 1fr; } }
.value-icon { width: 46px; height: 46px; border-radius: 10px; background: rgba(236,102,8,0.09); display: flex; align-items: center; justify-content: center; color: var(--brand-primary); margin-bottom: 20px; }
/* Karriere — job cards */
.jobs { display: grid; gap: 20px; }
.job-card { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 34px 38px; transition: box-shadow 0.2s ease, border-color 0.2s ease; }
.job-card:hover { box-shadow: 0 22px 54px -34px rgba(26,26,26,0.28); border-color: var(--border-strong); }
.job-card h3 { font-size: clamp(21px, 2.2vw, 27px); font-weight: 700; letter-spacing: -0.01em; margin: 0 0 14px; }
.job-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.job-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--ink-muted); background: var(--surface-warm); border-radius: 999px; padding: 6px 13px; }
.job-desc { font-size: 16px; color: var(--ink-muted); line-height: 1.65; margin: 0 0 22px; max-width: 700px; }
.job-req-head { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-subtle); margin-bottom: 12px; }
.job-req { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.job-req li { position: relative; padding-left: 26px; font-size: 15px; color: var(--ink); line-height: 1.5; }
.job-req li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--brand-primary); font-weight: 700; }
.job-title-link { cursor: pointer; color: inherit; text-decoration: none; }
.job-title-link:hover { color: var(--brand-primary); }
.job-claim { font-size: 16px; font-weight: 600; color: var(--brand-primary); margin: -6px 0 16px; line-height: 1.4; max-width: 700px; }
.job-why { margin: 20px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.job-why li { font-size: 12.5px; font-weight: 600; color: var(--ink-muted); background: var(--surface-warm); border: 1px solid var(--border); border-radius: 999px; padding: 5px 12px; }
.job-why--detail li { font-size: 14px; padding: 7px 15px; }
.job-apply { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; justify-content: center; }
.job-detail-link { cursor: pointer; font-size: 14px; font-weight: 600; color: var(--ink-muted); text-decoration: none; white-space: nowrap; }
.job-detail-link:hover { color: var(--brand-primary); }
@media (max-width: 760px) { .job-card { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; } .job-apply { flex-direction: row; align-items: center; justify-content: space-between; } .job-apply .btn { flex: 1; justify-content: center; } }

/* Interventionen — Karten */
.interventions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.intv-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 32px 34px; }
.intv-card h3 { font-size: clamp(22px, 2.2vw, 28px); font-weight: 700; letter-spacing: -0.01em; margin: 0 0 14px; }
.intv-card p { font-size: 15.5px; color: var(--ink-muted); line-height: 1.65; margin: 0 0 20px; }
.intv-note { font-size: 13px; font-weight: 600; letter-spacing: 0.02em; color: var(--brand-primary); padding-top: 16px; border-top: 1px solid var(--border); }
@media (max-width: 760px) { .interventions { grid-template-columns: 1fr; } }

/* Leistungs-Detailseite — Bild-Band */
.leist-hero { border-radius: 16px; overflow: hidden; aspect-ratio: 3 / 2; box-shadow: 0 18px 44px -22px rgba(26,26,26,0.28); margin-top: 4px; }
.leist-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
@media (max-width: 640px) { .leist-hero { aspect-ratio: 4 / 3; border-radius: 12px; } }

/* Leistung-Detail — angereicherte Sektionen */
.leist-what { align-items: start; }
.leist-tech { display: grid; gap: 14px; }
.tech-item { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 20px 24px; }
.tech-item h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 6px; }
.tech-item p { font-size: 15px; color: var(--ink-muted); line-height: 1.6; margin: 0; }
.leist-note { max-width: 820px; background: var(--surface-warm); border: 1px solid var(--border); border-radius: 16px; padding: 32px 36px; }
.leist-note p { font-size: 17px; color: var(--ink-muted); line-height: 1.7; margin: 0; }
.leist-prep { align-items: start; }
.prep-check { list-style: none; padding: 0; margin: 0; }
.prep-check li { position: relative; padding: 14px 0 14px 34px; border-bottom: 1px solid var(--border); font-size: 15.5px; line-height: 1.55; color: var(--ink); }
.prep-check li:first-child { border-top: 1px solid var(--border); }
.prep-check li::before { content: "✓"; position: absolute; left: 0; top: 13px; width: 22px; height: 22px; border-radius: 50%; background: var(--brand-primary); color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.leist-staff { align-items: center; }
.leist-staff-photo { border-radius: 16px; overflow: hidden; aspect-ratio: 4 / 5; box-shadow: 0 18px 44px -22px rgba(26,26,26,0.3); max-height: 560px; }
.leist-staff-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.leist-staff-cap h2 { font-size: clamp(28px, 3vw, 40px); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 16px; }
.leist-staff-cap p { font-size: 17.5px; color: var(--ink-muted); line-height: 1.65; margin: 0 0 24px; max-width: 460px; }
@media (max-width: 860px) { .leist-staff-photo { aspect-ratio: 3 / 2; } }
.leist-wide { margin: 0; }
.leist-wide img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; border-radius: 18px; display: block; box-shadow: 0 18px 44px -24px rgba(26,26,26,0.3); }
.leist-wide figcaption { margin-top: 14px; font-size: 15px; color: var(--ink-muted); line-height: 1.6; max-width: 760px; }

/* Imagefilm */
.video-frame { position: relative; border-radius: 16px; overflow: hidden; background: #000; box-shadow: 0 24px 60px -24px rgba(26,26,26,0.32); aspect-ratio: 1920 / 816; }
.video-frame video { width: 100%; height: 100%; display: block; object-fit: cover; }
@media (max-width: 640px) { .video-frame { border-radius: 12px; } }

/* Termin — info page (walk-in vs. booking + preparation) */
.termin-list { list-style: none; padding: 0; margin: 0 0 4px; display: flex; flex-direction: column; gap: 8px; }
.termin-list li { position: relative; padding-left: 20px; font-size: 15px; color: var(--ink); line-height: 1.5; }
.termin-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-primary); }
.termin-list--dark li { color: rgba(255,255,255,0.9); }
.prep-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.prep-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 24px 24px 26px; }
.prep-card .prep-num { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: var(--ink-subtle); margin-bottom: 12px; }
.prep-card h3 { font-size: 18px; font-weight: 700; margin: 0 0 8px; letter-spacing: -0.005em; }
.prep-card p { font-size: 14px; color: var(--ink-muted); line-height: 1.55; margin: 0; }
@media (max-width: 900px) { .prep-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .prep-grid { grid-template-columns: 1fr; } }

/* Termin — accordions (Vorbereitung + FAQ) */
.acc { border-top: 1px solid var(--border); }
.acc-item { border-bottom: 1px solid var(--border); }
.acc-item > summary { list-style: none; cursor: pointer; display: flex; align-items: baseline; gap: 16px; padding: 20px 44px 20px 0; position: relative; }
.acc-item > summary::-webkit-details-marker { display: none; }
.acc-item > summary::after { content: "+"; position: absolute; right: 8px; top: 15px; font-size: 24px; font-weight: 400; color: var(--brand-primary); line-height: 1; }
.acc-item[open] > summary::after { content: "\2013"; }
.acc-item .acc-t { font-size: 20px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); }
.acc-item .acc-q { font-size: 18px; }
.acc-item .acc-s { font-size: 14px; color: var(--ink-muted); }
.acc-item .acc-body { padding: 0 44px 24px 0; }
.prep-steps { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.prep-steps li { position: relative; padding-left: 26px; font-size: 15px; color: var(--ink); line-height: 1.55; }
.prep-steps li::before { content: ""; position: absolute; left: 4px; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--brand-primary); }
.acc-note { margin: 16px 0 0; font-size: 13px; color: var(--ink-subtle); font-style: italic; }
.pdf-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; margin-top: 26px; }
.pdf-row-label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-subtle); }
.pdf-row a { font-size: 14px; font-weight: 600; color: var(--brand-primary); border: 1px solid var(--border-strong); border-radius: 8px; padding: 8px 14px; transition: border-color .15s, background .15s; }
.pdf-row a:hover { border-color: var(--brand-primary); background: var(--surface-warm); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; gap: 32px; }
.section-head .lbl { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brand-primary); }
.section-head h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 700; line-height: 1.1; letter-spacing: -0.01em; margin: 10px 0 0; max-width: 680px; }
.section-head .h-sub { font-size: 17px; color: var(--ink-muted); line-height: 1.55; max-width: 520px; margin: 16px 0 0; }
.section-warm { background: var(--surface-warm); }
.section-subtle { background: var(--surface-subtle); }

/* ============== Vibe strip — practice photo collage ============== */
.vibe-section { background: var(--surface-warm); }
.vibe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.vibe-cell {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: var(--surface-subtle);
  position: relative;
  aspect-ratio: 2 / 3;
}
.vibe-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.vibe-cell:hover img { transform: scale(1.04); }
.vibe-cell figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: linear-gradient(180deg, rgba(42,33,27,0) 0%, rgba(42,33,27,0.6) 100%);
  pointer-events: none;
}

/* ============== Service tiles ============== */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.svc {
  padding: 40px 36px 44px;
  border-right: 1px solid var(--border);
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}
.svc::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: var(--brand-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.svc:last-child { border-right: none; }
.svc:hover { background: var(--surface-warm); }
.svc:hover::before { transform: scaleX(1); }
.svc:hover h3 { transform: translateY(-2px); }
.svc .svc-num { font-size: 12px; font-weight: 600; color: var(--ink-subtle); letter-spacing: 0.16em; }
.svc h3 {
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 18px 0 6px;
  color: var(--brand-primary);
  line-height: 1.02;
  overflow-wrap: break-word;
  hyphens: auto;
  transition: transform .25s ease;
}
.svc .svc-sub { font-size: 14px; color: var(--ink-muted); margin-bottom: 24px; }
.svc p { font-size: 15px; color: var(--ink-muted); line-height: 1.6; margin: 0 0 24px; }
.svc .svc-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.svc .svc-tag {
  font-size: 12px;
  padding: 5px 11px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  color: var(--ink-muted);
  transition: border-color .2s, color .2s, background .2s;
}
.svc:hover .svc-tag { border-color: var(--brand-primary); color: var(--brand-primary); }
.svc .more { font-size: 14px; font-weight: 600; color: var(--brand-primary); margin-top: auto; display: flex; align-items: center; gap: 6px; transition: gap .2s; }
.svc:hover .more { gap: 12px; }

/* ============== Visual placeholder ============== */
.placeholder { background: var(--surface-warm); border: 1px solid var(--border); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.placeholder.with-lines::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(135deg, transparent 49%, var(--border) 49%, var(--border) 51%, transparent 51%); background-size: 24px 24px; opacity: 0.5; }
.placeholder .ph-label { position: relative; z-index: 1; font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-subtle); font-weight: 600; background: var(--surface-warm); padding: 6px 12px; border: 1px solid var(--border); border-radius: 4px; }
.placeholder.no-label .ph-label { display: none; }

/* ============== Two-up info ============== */
.two-up { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.two-up.reverse > :first-child { order: 2; }

/* ============== Locations ============== */
.locations { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.loc { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--surface); }
.loc-map { background: var(--surface-subtle); height: 280px; position: relative; border-bottom: 1px solid var(--border); overflow: hidden; isolation: isolate; }
.loc-map .leaflet-control-zoom { display: none; }
.loc-map svg { width: 100%; height: 100%; display: block; }
/* isolation: isolate contains Leaflet's internal z-index (panes 200–700) inside the
   map card's own stacking context, so tiles never paint over the sticky header. */
.leaflet-host { width: 100%; height: 100%; min-height: 260px; position: relative; isolation: isolate; z-index: 0; }
.loc-fullmap { isolation: isolate; }
.loc-fullmap {
  position: relative;
  height: 520px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface-warm);
}
.loc-fullmap .leaflet-host { height: 100%; }

/* Tone down Leaflet attribution + remove Ukraine flag donation banner */
.leaflet-control-attribution {
  font-size: 10px !important;
  background: rgba(255,255,255,0.85) !important;
  padding: 2px 6px !important;
}
.leaflet-attribution-flag { display: none !important; }
.leaflet-control-attribution svg { display: none !important; }
.leaflet-control-attribution a[href*="ukraine"],
.leaflet-control-attribution a[href*="donate"] { display: none !important; }
.leaflet-container a.leaflet-control-attribution-flag { display: none !important; }

/* Modern map — controls, pin, container */
.leaflet-container { font-family: var(--font-sans) !important; background: #e9edf0 !important; }
.leaflet-control-zoom { border: none !important; border-radius: 12px !important; overflow: hidden; box-shadow: 0 6px 18px -6px rgba(26,26,26,0.24) !important; }
.leaflet-control-zoom a { width: 34px !important; height: 34px !important; line-height: 34px !important; background: rgba(255,255,255,0.96) !important; color: var(--ink) !important; border: none !important; font-size: 18px !important; font-weight: 400 !important; transition: background .15s, color .15s; }
.leaflet-control-zoom a:first-child { border-bottom: 1px solid var(--border) !important; }
.leaflet-control-zoom a:hover { background: var(--brand-primary) !important; color: #fff !important; }
.brand-pin { filter: drop-shadow(0 6px 7px rgba(26,26,26,0.28)); }
.loc-fullmap { border-radius: 16px; box-shadow: 0 22px 55px -30px rgba(26,26,26,0.4); }

/* Subtle map link for the home location cards */
.map-corner-link {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 410;
  background: rgba(255,255,255,0.95);
  border: 1px solid var(--border-strong);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: background .15s, color .15s;
  box-shadow: 0 4px 10px -2px rgba(26,26,26,0.12);
}
.map-corner-link:hover { background: var(--ink); color: #fff; }
.map-corner-link:hover img { filter: invert(1); }
.map-open-btn {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  box-shadow: 0 8px 20px -6px rgba(26,26,26,0.3);
  transition: background .15s, transform .15s;
}
.map-open-btn:hover { background: var(--brand-primary); transform: translateY(-1px); }
.map-open-btn img { filter: invert(1); }
.loc-body { padding: 32px 36px; }
.loc-body .lbl { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brand-primary); }
.loc-body h3 { font-size: 26px; font-weight: 700; margin: 8px 0 6px; letter-spacing: -0.005em; }
.loc-body .addr { font-size: 15px; color: var(--ink-muted); line-height: 1.55; }
.loc-body .info-row { display: flex; gap: 24px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); font-size: 14px; color: var(--ink-muted); flex-wrap: wrap; }
.loc-body .info-row .k { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-subtle); font-weight: 600; margin-bottom: 4px; }
.loc-body .info-row .v { color: var(--ink); font-weight: 500; }

/* ============== Brand strip ============== */
.brand-strip { background: var(--brand-primary); color: #fff; }
.brand-strip-inner { padding: 80px 0; display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.brand-strip h2 { font-size: clamp(32px, 4vw, 48px); line-height: 1.1; font-weight: 800; margin: 12px 0 16px; max-width: 600px; letter-spacing: -0.015em; }
.brand-strip p { font-size: 17px; opacity: .92; line-height: 1.55; max-width: 540px; margin: 0; }
.brand-strip .actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }
/* Platzhalter, solange das Zuweiserportal noch nicht freigeschaltet ist */
.soon-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
  background: rgba(255,255,255,0.10);
}
.soon-badge::before {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: currentColor;
  opacity: 0.7;
}
/* Variante auf hellem Grund (Befund- und Zuweiser-Seite) */
.soon-badge-ink {
  color: var(--ink-muted);
  border-color: var(--border);
  background: var(--surface-warm);
}

/* ============== Process / Ablauf ============== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; counter-reset: step; }
.step { position: relative; padding-top: 32px; border-top: 2px solid var(--brand-primary); }
.step .step-num { font-size: 13px; font-weight: 600; color: var(--brand-primary); letter-spacing: 0.16em; }
.step h4 { font-size: 20px; font-weight: 700; margin: 8px 0 12px; letter-spacing: -0.005em; }
.step p { font-size: 14px; color: var(--ink-muted); line-height: 1.55; margin: 0; }

/* ============== Team ============== */
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.team-card { display: flex; flex-direction: column; transition: transform .25s ease; }
.team-card:hover { transform: translateY(-2px); }
.team-photo { aspect-ratio: 4/5; background: var(--surface-warm); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin-bottom: 20px; transition: border-color .2s; }
.team-card:hover .team-photo { border-color: var(--brand-primary); }
.team-card h4 { font-size: 22px; font-weight: 700; margin: 0 0 4px; letter-spacing: -0.005em; }
.team-card .role { font-size: 13px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.team-card .desc { font-size: 14px; color: var(--ink-muted); line-height: 1.55; margin: 14px 0 0; }
.team-focus { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 6px; }
.team-focus li { font-size: 12px; padding: 4px 10px; border: 1px solid var(--border-strong); border-radius: 999px; color: var(--ink-muted); }
.team-card:hover .team-focus li { border-color: var(--brand-primary); color: var(--brand-primary); }

/* Practice/equipment grid */
.practice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.practice-grid > * { border-radius: 8px; overflow: hidden; }

/* Team-onsite (Standorte page — two team photos with captions) */
.team-onsite { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.team-onsite-card { margin: 0; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; transition: border-color .2s, transform .2s, box-shadow .2s; }
.team-onsite-card:hover { border-color: var(--brand-primary); transform: translateY(-2px); box-shadow: 0 18px 40px -18px rgba(236,102,8,0.18); }
.team-onsite-card .photo, .team-onsite-card .placeholder { display: block; width: 100%; }
.team-onsite-card figcaption { padding: 16px 20px 18px; }
.team-onsite-card figcaption .label { margin-bottom: 6px; display: inline-block; }
.team-onsite-card figcaption p { margin: 0; font-size: 14px; color: var(--ink-muted); line-height: 1.5; }
@media (max-width: 720px) { .team-onsite { grid-template-columns: 1fr; gap: 16px; } }

/* Team-band hero (Hallein full team strip on Team page) */
.team-band {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 30px 70px -40px rgba(0,0,0,0.25);
}
.team-band-img { aspect-ratio: 21/9; width: 100%; }
.team-band-img.placeholder { aspect-ratio: 21/9; }
.team-band::after {
  content: "";
  position: absolute; inset: 0;
  /* Orange von unten einfaden (hinter dem Text), damit die Gesichter oben frei bleiben */
  background: linear-gradient(0deg, rgba(236,102,8,0.9) 0%, rgba(236,102,8,0.45) 24%, rgba(0,0,0,0) 52%);
  pointer-events: none;
}
.team-band-tag {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px 32px;
  max-width: 380px;
  color: #fff;
  z-index: 2;
}
.team-band-tag .label { color: #fff; background: rgba(0,0,0,0.4); padding: 4px 10px; border-radius: 4px; display: inline-block; margin-bottom: 12px; align-self: flex-start; }
.team-band-tag p { font-size: 18px; line-height: 1.45; margin: 0; font-weight: 500; text-shadow: 0 1px 4px rgba(0,0,0,0.3); }
@media (max-width: 720px) {
  .team-band-img, .team-band-img.placeholder { aspect-ratio: 4/3; }
  .team-band-tag { padding: 18px; max-width: 100%; right: 0; left: 0; }
  .team-band-tag p { font-size: 15px; }
  .team-band::after { background: linear-gradient(180deg, rgba(0,0,0,0.05) 30%, rgba(236,102,8,0.85) 100%); }
}

/* ============== Forms ============== */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink); margin-bottom: 8px; }
.field input, .field select, .field textarea { width: 100%; font-family: inherit; font-size: 15px; padding: 12px 14px; background: var(--surface); color: var(--ink); border: 1px solid var(--border-strong); border-radius: 4px; outline: none; transition: border-color .16s, box-shadow .16s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brand-primary); box-shadow: 0 0 0 3px rgba(236,102,8,0.18); }
.field input.err, .field select.err, .field textarea.err { border-color: var(--danger); }
.field .err-msg { font-size: 12px; color: var(--danger); margin-top: 6px; }
.field textarea { resize: vertical; min-height: 100px; }
.help { font-size: 13px; color: var(--ink-subtle); margin-top: 6px; line-height: 1.5; }
.check { font-size: 14px; color: var(--ink); display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; cursor: pointer; }
.check input { margin-top: 3px; accent-color: var(--brand-primary); }
.form-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); }
.form-actions .req { font-size: 12px; color: var(--ink-subtle); }

/* Radio group (modality selector) */
.radio-group { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.radio-card { border: 1px solid var(--border-strong); border-radius: 6px; padding: 16px; cursor: pointer; transition: border-color .16s, background .16s; }
.radio-card.on { border-color: var(--brand-primary); background: rgba(236,102,8,0.04); }
.radio-card h5 { font-size: 16px; font-weight: 700; margin: 0 0 4px; }
.radio-card .sub { font-size: 12px; color: var(--ink-muted); }

/* ============== Befund — reading-station hero ============== */
.section--tight { padding-top: 8px; padding-bottom: 24px; }

.befund-hero {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 30px 70px -40px rgba(0,0,0,0.25);
}
.befund-hero-img { aspect-ratio: 21/9; width: 100%; }
.befund-hero-img.placeholder { aspect-ratio: 21/9; }
.befund-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(42,33,27,0.6) 0%, rgba(42,33,27,0.28) 45%, rgba(42,33,27,0) 70%);
  pointer-events: none;
}
.befund-hero-tag {
  position: absolute;
  left: 0; bottom: 0;
  padding: 28px 32px;
  max-width: 540px;
  color: #fff;
  z-index: 2;
}
.befund-hero-tag .label { color: #fff; background: rgba(236,102,8,0.95); padding: 4px 10px; border-radius: 4px; display: inline-block; margin-bottom: 12px; }
.befund-hero-tag p { font-size: 18px; line-height: 1.5; margin: 0; font-weight: 500; text-shadow: 0 1px 4px rgba(0,0,0,0.3); }
@media (max-width: 720px) {
  .befund-hero-img, .befund-hero-img.placeholder { aspect-ratio: 4/3; }
  .befund-hero-tag { padding: 18px 18px 20px; max-width: 100%; }
  .befund-hero-tag p { font-size: 15px; }
  .befund-hero::after { background: linear-gradient(180deg, rgba(42,33,27,0.05) 30%, rgba(42,33,27,0.75) 100%); }
}

/* ============== Befund — process flow + CTA card ============== */
.befund-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
.befund-step {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 24px 24px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.befund-step:hover {
  border-color: var(--brand-primary);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px -18px rgba(236,102,8,0.18);
}
.befund-step-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(236,102,8,0.08);
  color: var(--brand-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.befund-step-num {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--ink-subtle);
  font-variant-numeric: tabular-nums;
}
.befund-step-k {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-subtle);
  margin-bottom: 6px;
}
.befund-step-v { font-size: 16px; font-weight: 600; color: var(--ink); line-height: 1.35; }

.befund-cta-card {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
  background: var(--surface-warm);
  color: var(--ink);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px 40px;
  position: relative;
  overflow: hidden;
}
.befund-cta-card::before, .befund-cta-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(236,102,8,0.10);
  pointer-events: none;
}
.befund-cta-card::before { right: -120px; top: -120px; width: 320px; height: 320px; }
.befund-cta-card::after  { right: -60px;  top: -60px;  width: 200px; height: 200px; border-color: rgba(236,102,8,0.18); }
.befund-cta-card .label--brand { color: var(--brand-primary); }
.befund-cta-card h3 { font-size: 28px; font-weight: 700; letter-spacing: -0.01em; margin: 10px 0 12px; color: var(--ink); }
.befund-cta-card p { font-size: 15px; color: var(--ink-muted); line-height: 1.55; margin: 0; max-width: 440px; }
.befund-cta-actions { display: flex; flex-direction: column; gap: 10px; align-items: stretch; position: relative; z-index: 1; }
.befund-cta-actions .btn { justify-content: center; }
.befund-cta-actions .btn-secondary { background: var(--surface); color: var(--ink); border: 1px solid var(--border-strong); }
.befund-cta-actions .btn-secondary:hover { background: var(--surface-warm); border-color: var(--brand-primary); }

/* ============== Modality radio cards — with icon ============== */
.radio-modality .radio-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 22px;
  position: relative;
}
.radio-modality .rc-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(236,102,8,0.06);
  margin-bottom: 6px;
  transition: background .2s;
}
.radio-modality .radio-card.on .rc-ico { background: rgba(236,102,8,0.14); }

/* ============== FAQ ============== */
.faq { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 24px 0; font-family: inherit; font-size: 18px; font-weight: 600; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; letter-spacing: -0.005em; }
.faq-q:hover { color: var(--brand-primary); }
.faq-q .ico { width: 20px; height: 20px; flex-shrink: 0; color: var(--brand-primary); transition: transform .2s; }
.faq-item.open .faq-q .ico { transform: rotate(45deg); }
.faq-a { font-size: 15px; color: var(--ink-muted); line-height: 1.6; max-height: 0; overflow: hidden; transition: max-height .3s, padding .3s; padding: 0 60px 0 0; }
.faq-item.open .faq-a { max-height: 400px; padding: 0 60px 24px 0; }

/* ============== Specializations ============== */
.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.spec-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; cursor: pointer; transition: border-color .16s, transform .16s; }
.spec-card:hover { border-color: var(--ink); transform: translateY(-2px); }
.spec-card .spec-img { aspect-ratio: 4/3; background: var(--surface-warm); position: relative; overflow: hidden; }
.spec-card .spec-img svg { width: 100%; height: 100%; display: block; }
.spec-card .spec-body { padding: 28px 28px 32px; display: flex; flex-direction: column; flex: 1; }
.spec-card .spec-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand-primary); margin-bottom: 12px; }
.spec-card h3 { font-size: 24px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 10px; line-height: 1.15; }
.spec-card .spec-lead { font-size: 14px; color: var(--ink-muted); line-height: 1.55; margin: 0 0 20px; flex: 1; }
.spec-card .spec-bullets { list-style: none; padding: 0; margin: 0 0 20px; font-size: 13px; color: var(--ink); display: flex; flex-direction: column; gap: 6px; }
.spec-card .spec-bullets li { display: flex; gap: 8px; align-items: baseline; }
.spec-card .spec-bullets li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--brand-primary); flex-shrink: 0; transform: translateY(-2px); }
.spec-card .more { font-size: 13px; font-weight: 600; color: var(--brand-primary); display: flex; align-items: center; gap: 6px; margin-top: auto; }
.spec-card:hover .more { gap: 10px; }

/* ============== Tech callout (Photon Counting) ============== */
/* Dark highlight panel — the on-brand buttons + orange accents are built for a
   dark background; a beige panel made them invisible ("kaputt"). */
.tech-call { background: var(--ink); color: #fff; border: none; border-radius: 16px; padding: 56px 64px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; overflow: hidden; position: relative; }
.tech-call::before { content: ""; position: absolute; right: -120px; top: -120px; width: 400px; height: 400px; border: 1px solid rgba(236,102,8,0.28); border-radius: 50%; pointer-events: none; }
.tech-call::after { content: ""; position: absolute; right: -60px; top: -60px; width: 280px; height: 280px; border: 1px solid rgba(236,102,8,0.42); border-radius: 50%; pointer-events: none; }
.tech-call .tc-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.36em; text-transform: uppercase; color: var(--brand-primary); margin-bottom: 18px; }
.tech-call h3 { font-size: 40px; font-weight: 800; line-height: 1.05; letter-spacing: -0.015em; margin: 0 0 20px; max-width: 460px; color: #fff; }
.tech-call h3 em { font-style: normal; color: var(--brand-primary); }
.tech-call p { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.74); margin: 0 0 28px; max-width: 460px; }
.tech-call .tc-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 32px; position: relative; z-index: 1; }
.tech-call .tc-stat { padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.16); }
.tech-call .tc-stat .v { font-size: 32px; font-weight: 800; color: var(--brand-primary); letter-spacing: -0.015em; line-height: 1; }
.tech-call .tc-stat .k { font-size: 13px; color: rgba(255,255,255,0.66); line-height: 1.45; margin-top: 8px; }
.tech-call .tc-actions { display: flex; gap: 12px; margin-top: 32px; }

/* ============== Stats / values ============== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--border); }
.stat { padding: 40px 24px 8px; border-right: 1px solid var(--border); text-align: center; }
.stat:last-child { border-right: none; }
.stat .v { font-size: 56px; font-weight: 800; color: var(--brand-primary); line-height: 1; letter-spacing: -0.02em; }
.stat .k { font-size: 13px; color: var(--ink); margin-top: 14px; line-height: 1.4; }

/* ============== Editorial quote ============== */
.quote { padding: 80px 0; }
.quote blockquote { font-size: clamp(28px, 3.5vw, 40px); font-weight: 600; line-height: 1.25; letter-spacing: -0.01em; margin: 0; max-width: 900px; color: var(--ink); }
.quote blockquote::before { content: "„"; color: var(--brand-primary); font-size: 1.2em; line-height: 0.8; margin-right: 6px; vertical-align: -0.05em; }
.quote blockquote::after { content: ""; }
.quote .cite { margin-top: 32px; display: flex; align-items: center; gap: 14px; font-size: 14px; color: var(--ink-muted); }
.quote .cite strong { color: var(--ink); }
.quote .cite-line { width: 40px; height: 1px; background: var(--ink); }

/* ============== Footer ============== */
footer { background: var(--ink); color: rgba(255,255,255,0.85); margin-top: 0; }
footer.light { background: var(--surface); color: var(--ink); border-top: 1px solid var(--border); }
.ftr { padding: 56px 0 36px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.ftr h4 { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.55); margin: 0 0 16px; }
footer.light .ftr h4 { color: var(--ink-muted); }
.ftr p, .ftr li, .ftr a { font-size: 14px; color: rgba(255,255,255,0.78); line-height: 1.6; margin: 0; }
footer.light .ftr p, footer.light .ftr li, footer.light .ftr a { color: var(--ink-muted); }
.ftr a:hover { color: #fff; }
footer.light .ftr a:hover { color: var(--brand-primary); }
.ftr ul { padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
/* Footer — Live-Wartezeiten */
.ftr-wait { border-top: 1px solid rgba(255,255,255,0.14); padding: 20px 0; }
footer.light .ftr-wait { border-color: var(--border); }
.ftr-wait-head { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 20px; }
.ftr-wait-lbl { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.9); display: inline-flex; align-items: center; gap: 8px; flex: none; }
footer.light .ftr-wait-lbl { color: var(--ink); }
.ftr-wait-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-primary); box-shadow: 0 0 0 0 rgba(236,102,8,0.6); animation: waitpulse 2.4s ease-out infinite; flex: none; }
@keyframes waitpulse { 0% { box-shadow: 0 0 0 0 rgba(236,102,8,0.55); } 70% { box-shadow: 0 0 0 7px rgba(236,102,8,0); } 100% { box-shadow: 0 0 0 0 rgba(236,102,8,0); } }
.ftr-wait-stats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 0; }
.ftr-wait-stat { display: inline-flex; align-items: baseline; gap: 6px; padding: 5px 12px; border: 1px solid rgba(255,255,255,0.18); border-radius: 999px; background: rgba(255,255,255,0.03); }
.ftr-wait-stat-m { font-weight: 700; font-size: 13px; letter-spacing: 0.02em; color: #fff; }
.ftr-wait-stat-v { font-size: 13px; color: rgba(255,255,255,0.75); }
footer.light .ftr-wait-stat { border-color: var(--border); background: var(--surface-cream, #F7F2EA); }
footer.light .ftr-wait-stat-m { color: var(--ink); }
footer.light .ftr-wait-stat-v { color: var(--ink-muted); }
.ftr-wait-det { margin-top: 14px; }
.ftr-wait-det summary { cursor: pointer; font-size: 13px; color: var(--brand-primary); font-weight: 600; list-style: none; }
.ftr-wait-det summary::-webkit-details-marker { display: none; }
.ftr-wait-det summary::before { content: "▸ "; }
.ftr-wait-det[open] summary::before { content: "▾ "; }
.ftr-wait-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 4px 24px; margin-top: 14px; }
.ftr-wait-exam { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
footer.light .ftr-wait-exam { border-color: var(--border); }
.ftr-wait-exam-n { color: rgba(255,255,255,0.8); }
footer.light .ftr-wait-exam-n { color: var(--ink-muted); }
.ftr-wait-exam-d { color: #fff; white-space: nowrap; }
footer.light .ftr-wait-exam-d { color: var(--ink); }
.ftr-wait-note { margin-top: 12px; font-size: 12px; line-height: 1.55; color: rgba(255,255,255,0.55); max-width: 760px; }
footer.light .ftr-wait-note { color: var(--ink-subtle); }

.ftr-bottom { border-top: 1px solid rgba(255,255,255,0.14); padding: 22px 0 4px; display: flex; flex-direction: column; gap: 16px; }
footer.light .ftr-bottom { border-color: var(--border); }
.ftr-legal { display: flex; flex-wrap: wrap; gap: 10px 26px; }
.ftr-legal a { font-size: 14px; color: rgba(255,255,255,0.85); }
footer.light .ftr-legal a { color: var(--ink-muted); }
.ftr-legal a:hover { color: #fff; }
footer.light .ftr-legal a:hover { color: var(--brand-primary); }
.ftr-logo { width: 200px; height: auto; margin-bottom: 24px; display: block; }
footer .ftr-brand picture, footer .ftr-brand img { display: block; }
footer .ftr-brand img { width: 200px; height: auto; margin-bottom: 24px; }
.ftr-logo + p { color: rgba(255,255,255,0.85); }
footer.light .ftr-logo + p { color: var(--ink-muted); }
.ftr-meta { padding: 20px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.12); font-size: 12px; color: rgba(255,255,255,0.55); gap: 24px; flex-wrap: wrap; }
footer.light .ftr-meta { border-top-color: var(--border); color: var(--ink-subtle); }

/* ============== Breadcrumbs ============== */
.crumbs { font-size: 12px; color: var(--ink-subtle); margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.crumbs a { cursor: pointer; }
.crumbs a:hover { color: var(--brand-primary); }
.crumbs .sep { color: var(--border-strong); padding: 0 8px; }

/* ============== Page header ============== */
.page-head { padding: 64px 0 48px; border-bottom: 1px solid var(--border); }
.page-head h1 { font-size: clamp(40px, 5vw, 64px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; margin: 16px 0 0; }
.page-head .lead { font-size: 19px; color: var(--ink-muted); line-height: 1.55; max-width: 640px; margin: 24px 0 0; }

/* ============== Confirmation ============== */
.confirm { max-width: 640px; margin: 96px auto; padding: 48px 56px; border: 1px solid var(--border); border-radius: 12px; }
.confirm .ico { width: 48px; height: 48px; color: var(--brand-primary); margin-bottom: 24px; }
.confirm h1 { font-size: 36px; font-weight: 800; margin: 0 0 16px; letter-spacing: -0.015em; }
.confirm p { font-size: 17px; color: var(--ink-muted); line-height: 1.55; margin: 0 0 16px; }
.confirm .next { font-size: 13px; color: var(--ink-subtle); border-left: 2px solid var(--brand-primary); padding-left: 16px; margin-top: 24px; }

/* ============== Login panel ============== */
.login-panel { max-width: 460px; margin: 80px auto; padding: 48px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.login-panel h1 { font-size: 32px; font-weight: 800; margin: 0 0 8px; letter-spacing: -0.015em; }
.login-panel .lead { font-size: 15px; color: var(--ink-muted); margin: 0 0 32px; line-height: 1.55; }
.login-panel .field { margin-bottom: 16px; }
.login-panel .btn { width: 100%; justify-content: center; padding: 14px 24px; }
.login-panel .links { margin-top: 24px; display: flex; justify-content: space-between; font-size: 13px; color: var(--ink-muted); }
.login-panel .links a { cursor: pointer; }
.login-panel .links a:hover { color: var(--brand-primary); }

/* ============== Status pill (Zuweiser) ============== */
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.pill-success { background: var(--success-bg); color: var(--success); }
.pill-warning { background: var(--warning-bg); color: var(--warning); }
.pill-info { background: var(--info-bg); color: var(--info); }

/* ============== Photon-Counting CT page ============== */
.pc-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 96px;
  background:
    radial-gradient(900px 500px at 100% 0%, rgba(236,102,8,0.12), transparent 60%),
    radial-gradient(700px 400px at 0% 100%, rgba(236,102,8,0.06), transparent 70%),
    var(--surface);
}
.pc-hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; position: relative; z-index: 2; }
.pc-hero-text { animation: heroFade .7s cubic-bezier(.2,.7,.2,1) both; }
.pc-hero h1 {
  font-size: clamp(48px, 6.5vw, 88px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 24px 0 0;
  color: var(--ink);
}
.pc-hero h1 em { font-style: normal; color: var(--brand-primary); }
.pc-hero .lead { font-size: 18px; color: var(--ink-muted); line-height: 1.6; margin: 28px 0 36px; max-width: 540px; }
.pc-ring {
  position: absolute;
  border: 1px solid rgba(236,102,8,0.25);
  border-radius: 50%;
  pointer-events: none;
  animation: ringFloat 9s ease-in-out infinite;
}
.pc-ring-1 { right: -260px; top: -200px; width: 820px; height: 820px; }
.pc-ring-2 { right: -160px; top: -100px; width: 600px; height: 600px; border-color: rgba(236,102,8,0.18); animation-delay: 1s; }
.pc-ring-3 { right: -60px; top: 0; width: 360px; height: 360px; border-color: rgba(236,102,8,0.32); animation-delay: 2s; }
.pc-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  right: 12%;
  top: 30%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236,102,8,0.25) 0%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 1;
}
.pc-hero-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 420px;
  margin-left: auto;
  z-index: 2;
  animation: heroFade .9s .15s cubic-bezier(.2,.7,.2,1) both;
}
.pc-hero-visual svg { width: 100%; height: auto; }

.pc-realphoto {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 16px;
}
.pc-realphoto-frame {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 32px 80px -28px rgba(26,26,26,0.32), 0 8px 24px -12px rgba(26,26,26,0.14);
}
.pc-realphoto-frame img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.pc-realphoto-frame figcaption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(26,26,26,0.85);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 8px 14px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  text-align: center;
}
.pc-realphoto-text h3 {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.08;
  margin: 14px 0 18px;
}
.pc-realphoto-text p { font-size: 17px; color: var(--ink-muted); line-height: 1.6; margin: 0; max-width: 460px; }

.pc-stats-section { padding: 88px 0; }
.pc-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--border-strong); border-bottom: 1px solid var(--border-strong); margin-top: 48px; }
.pc-stat { padding: 36px 32px; border-right: 1px solid var(--border); }
.pc-stat:last-child { border-right: none; }
.pc-stat-v {
  font-size: clamp(48px, 5.5vw, 72px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, #FF9D52 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums;
}
.pc-stat-k { font-size: 14px; color: var(--ink-muted); line-height: 1.5; }

.pc-compare {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
}
.pc-compare-head {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr 1.2fr;
  background: var(--ink);
  color: #fff;
  padding: 18px 24px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pc-compare-head .pc-col-old { color: rgba(255,255,255,0.55); }
.pc-compare-head .pc-col-new { color: var(--brand-primary); }
.pc-compare-row {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr 1.2fr;
  padding: 22px 24px;
  border-top: 1px solid var(--border);
  font-size: 15px;
  line-height: 1.5;
  align-items: baseline;
}
.pc-compare-row:nth-child(odd) { background: var(--surface-subtle); }
.pc-compare-k { color: var(--ink); font-weight: 600; }
.pc-compare-a { color: var(--ink-muted); }
.pc-compare-b { color: var(--ink); font-weight: 500; padding-left: 20px; border-left: 3px solid var(--brand-primary); }

.pc-apps { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pc-app {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  transition: border-color .2s, transform .25s, box-shadow .25s;
}
.pc-app:hover {
  border-color: var(--brand-primary);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -16px rgba(236,102,8,0.2);
}
.pc-app-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand-primary); margin-bottom: 12px; }
.pc-app h3 { font-size: 26px; font-weight: 700; letter-spacing: -0.005em; margin: 0 0 12px; line-height: 1.15; }
.pc-app p { font-size: 15px; color: var(--ink-muted); line-height: 1.55; margin: 0 0 20px; }
.pc-app ul { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 6px; }
.pc-app ul li { font-size: 14px; color: var(--ink); display: flex; gap: 10px; align-items: baseline; }
.pc-app ul li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brand-primary); flex-shrink: 0; transform: translateY(-2px); }
.pc-app .btn-tertiary { padding: 0; justify-content: flex-start; margin-top: auto; }

/* ============== Side ribbons (sticky right edge, desktop only) ============== */
.side-ribbons {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 35;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.side-ribbons.is-hidden {
  opacity: 0;
  transform: translateY(-50%) translateX(12px);
  pointer-events: none;
}
.side-ribbon {
  pointer-events: auto;
  appearance: none;
  border: none;
  cursor: pointer;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 18px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 0 16px 16px 0; /* element is rotated 180deg → this rounds the inner (content-facing) edge, outer stays straight */
  box-shadow: -4px 6px 18px -6px rgba(26,26,26,0.18);
  transition: padding .2s, transform .2s, box-shadow .2s;
}
.side-ribbon img {
  transform: rotate(-180deg);  /* keep icon upright relative to text */
}
.ribbon-primary { background: var(--brand-primary); color: #fff; }
.ribbon-primary:hover { padding: 22px 14px; background: var(--brand-primary-hover); }
.ribbon-secondary { background: var(--surface); color: var(--ink); border: 1px solid var(--border-strong); border-right: none; }
.ribbon-secondary:hover { padding: 22px 14px; background: var(--surface-warm); border-color: var(--brand-primary); }
@media (max-width: 1180px) { .side-ribbons { display: none; } }

/* ============== Spec card lift ============== */
.spec-card { transition: border-color .25s, transform .25s, box-shadow .25s; }
.spec-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-primary);
  box-shadow: 0 18px 40px -16px rgba(236,102,8,0.25);
}
.spec-card .spec-img svg { transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.spec-card:hover .spec-img svg { transform: scale(1.04); }

/* ============== Spec illustrations — interactive on hover (scan / glow / ECG) ============== */
/* Idle states — quiet by default */
.spec-card .si-sweep { opacity: 0; transition: opacity .35s ease; }
.spec-card .si-hl { transition: filter .4s ease, stroke-width .4s ease; }
.spec-card .si-soft { transition: opacity .5s ease; }
.spec-card .si-mark { opacity: .55; transition: opacity .4s ease; }
.spec-card .si-mark text { transition: fill .4s ease; }
/* EKG: heller Puls läuft einmal ruhig durch, dann Pause; Herz schlägt nur beim Hover */
.spec-card .si-ecg { stroke-dasharray: 0.16 1; stroke-dashoffset: 1.16; animation: si-ecg-run 6s ease-in-out infinite; }
.spec-card .si-beat { transform-box: fill-box; transform-origin: center; }

/* Hover reveal — the scan runs, coronaries glow, ECG traces, heart beats */
.spec-card:hover .si-sweep { opacity: 1; animation: si-sweep 2.6s cubic-bezier(.45,.05,.55,.95) infinite; }
.spec-card:hover .si-hl { filter: drop-shadow(0 0 5px rgba(236,102,8,0.55)); }
.spec-card:hover .si-hlw { stroke-width: 3; }
.spec-card:hover .si-soft { opacity: .5; }
.spec-card:hover .si-mark { opacity: 1; }
.spec-card:hover .si-mark text { fill: #EC6608; }
.spec-card:hover .si-ecg { animation-duration: 3.2s; }
.spec-card:hover .si-beat { animation: si-beat 1.6s ease-in-out infinite; }
.spec-card:hover .si-bore { animation: si-ring 60s linear infinite; }

@keyframes si-sweep { 0% { transform: translateY(-150px); } 55%, 100% { transform: translateY(158px); } }
@keyframes si-ecg-run { 0% { stroke-dashoffset: 1.16; } 32% { stroke-dashoffset: -0.16; } 100% { stroke-dashoffset: -0.16; } }
@keyframes si-beat { 0%, 100% { transform: scale(1); } 18% { transform: scale(1.03); } 32% { transform: scale(1); } }
@keyframes si-ring { to { stroke-dashoffset: -700; } }

@media (prefers-reduced-motion: reduce) {
  .spec-card .si-ecg,
  .spec-card:hover .si-sweep,
  .spec-card:hover .si-beat,
  .spec-card:hover .si-bore { animation: none; }
  .spec-card:hover .si-sweep { opacity: 1; }              /* static scan line, no travel */
  .spec-card .si-ecg { stroke-dasharray: none; stroke-dashoffset: 0; } /* voller statischer Trace */
}

/* ============== Photon-counting callout — dramatised ============== */
.tech-call {
  position: relative;
  overflow: hidden;
}
.tech-call h3 { font-size: clamp(40px, 5vw, 56px) !important; }
.tech-call .tc-stat .v {
  font-size: clamp(36px, 4vw, 48px) !important;
  background: linear-gradient(135deg, var(--brand-primary) 0%, #FF9D52 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums;
}
.tech-call::before, .tech-call::after { animation: techRing 16s linear infinite; }
.tech-call::after { animation-direction: reverse; animation-duration: 22s; }
@keyframes techRing { from { transform: rotate(0); } to { transform: rotate(360deg); } }

/* ============== Quote block — lift the typography ============== */
.quote blockquote { font-weight: 700; }
.quote blockquote::before {
  display: inline-block;
  font-size: 1.6em !important;
  line-height: 0.7 !important;
  vertical-align: -0.1em !important;
  margin-right: 8px !important;
}

/* ============== Brand strip — punchier ============== */
.brand-strip {
  position: relative;
  overflow: hidden;
}
.brand-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 90% 20%, rgba(255,255,255,0.15) 0%, transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(0,0,0,0.10) 0%, transparent 50%);
  pointer-events: none;
}
.brand-strip-inner { position: relative; z-index: 1; }
.brand-strip h2 em { color: #fff; font-style: normal; }

/* ============== Skip link ============== */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 2147483647;
  padding: 10px 16px;
  background: var(--ink);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus, .skip-link:focus-visible {
  top: 12px;
  outline: 3px solid var(--brand-primary);
  outline-offset: 2px;
}

/* ============== Better focus rings on interactive elements ============== */
button:focus-visible,
a:focus-visible,
[role="radio"]:focus-visible,
[role="tab"]:focus-visible,
.radio-card:focus-visible,
.faq-q:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ============== Cookie banner ============== */
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  max-width: 720px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(26,26,26,0.16), 0 2px 8px rgba(26,26,26,0.08);
  animation: cookieIn .25s cubic-bezier(.2,.7,.2,1);
}
@keyframes cookieIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.cookie-inner { padding: 20px 24px; display: grid; grid-template-columns: 1fr auto; gap: 20px 24px; align-items: center; }
.cookie-text strong { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; color: var(--ink); }
.cookie-text p { font-size: 13px; line-height: 1.55; margin: 0; color: var(--ink-muted); }
.cookie-link { color: var(--brand-primary); cursor: pointer; font-weight: 600; }
.cookie-link:hover { text-decoration: underline; text-underline-offset: 2px; }
.cookie-actions { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }

/* ============== Mobile drawer ============== */
.drawer-backdrop {
  position: fixed; inset: 0;
  background: rgba(26,26,26,0.45);
  opacity: 0; pointer-events: none;
  transition: opacity .22s ease;
  z-index: 90;
}
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed;
  top: 0; bottom: 0; right: 0;
  width: min(360px, 86vw);
  background: var(--surface);
  border-left: 1px solid var(--border);
  box-shadow: -16px 0 40px rgba(26,26,26,0.18);
  transform: translateX(100%);
  transition: transform .26s cubic-bezier(.2,.8,.2,1);
  z-index: 100;
  display: flex;
  flex-direction: column;
}
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--border); }
.drawer-head .hdr-lang { display: flex; gap: 6px; font-size: 13px; }
.drawer-head .hdr-lang a { cursor: pointer; padding: 6px 10px; border-radius: 6px; color: var(--ink-muted); }
.drawer-head .hdr-lang a.on { background: var(--surface-warm); color: var(--ink); font-weight: 700; }
.drawer-close { background: transparent; border: 1px solid var(--border-strong); border-radius: 8px; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ink); }
.drawer-close:hover { background: var(--surface-warm); }
.drawer-nav { flex: 1; overflow-y: auto; padding: 8px 0; }
.drawer-nav a {
  display: block;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  border-left: 3px solid transparent;
  letter-spacing: -0.005em;
}
.drawer-nav a:hover { background: var(--surface-warm); }
.drawer-nav a.active { color: var(--brand-primary); border-left-color: var(--brand-primary); background: rgba(236,102,8,0.04); }
.drawer-foot { padding: 20px 24px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 12px; }
.drawer-foot .btn { width: 100%; justify-content: center; }
.drawer-zuw, .drawer-phone {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 0; font-size: 14px; color: var(--ink-muted);
  cursor: pointer;
}
.drawer-zuw:hover, .drawer-phone:hover { color: var(--brand-primary); }
.drawer-phone strong { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }

/* ============== Burger button ============== */
.burger { display: none; background: transparent; border: 1px solid var(--border-strong); border-radius: 8px; width: 40px; height: 40px; padding: 0; cursor: pointer; align-items: center; justify-content: center; }
.burger:hover { background: var(--surface-warm); }
.burger-lines { display: block; width: 18px; height: 14px; position: relative; }
.burger-lines span { position: absolute; left: 0; right: 0; height: 2px; background: var(--ink); border-radius: 1px; transition: transform .22s, opacity .15s; }
.burger-lines span:nth-child(1) { top: 1px; }
.burger-lines span:nth-child(2) { top: 6px; }
.burger-lines span:nth-child(3) { top: 11px; }
.burger.open .burger-lines span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.burger.open .burger-lines span:nth-child(2) { opacity: 0; }
.burger.open .burger-lines span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* ============== Legal prose ============== */
.legal-prose { font-size: 16px; line-height: 1.7; color: var(--ink); }
.legal-prose p, .legal-prose ul, .legal-prose ol { margin: 0 0 16px; }
.legal-prose .lead { font-size: 18px; color: var(--ink-muted); margin: 0 0 32px; }
.legal-prose h2 { font-size: 22px; font-weight: 700; letter-spacing: -0.005em; margin: 40px 0 12px; padding-top: 16px; border-top: 1px solid var(--border); }
.legal-prose h2:first-of-type { padding-top: 0; border-top: none; margin-top: 0; }
.legal-prose ul { padding-left: 0; list-style: none; }
.legal-prose ul li { position: relative; padding-left: 20px; margin-bottom: 8px; color: var(--ink-muted); }
.legal-prose ul li::before { content: ""; position: absolute; left: 0; top: 0.7em; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-primary); }
.legal-prose ul li strong { color: var(--ink); font-weight: 600; }
.legal-prose a { color: var(--brand-primary); text-decoration: underline; text-underline-offset: 3px; }
.legal-prose a:hover { color: var(--brand-primary-hover); }
.legal-dl { display: grid; grid-template-columns: minmax(160px, 200px) 1fr; gap: 8px 24px; margin: 0 0 24px; font-size: 15px; }
.legal-dl dt { color: var(--ink-subtle); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; padding-top: 4px; }
.legal-dl dd { margin: 0; color: var(--ink); }

/* ============== Zuweiser portal — mobile tweaks ============== */
.portal-kpis { display: grid; grid-template-columns: repeat(4, 1fr); }
.portal-kpi { padding: 24px 28px; border-right: 1px solid var(--border); }
.portal-kpi:last-child { border-right: none; }
.portal-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }

/* ============== Mobile ============== */
@media (max-width: 1024px) {
  .tech-call { grid-template-columns: 1fr; padding: 40px; }
  .tech-call h3 { font-size: 32px; }
  .tech-call .tc-stats { grid-template-columns: 1fr 1fr; }
  .spec-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .portal-kpis { grid-template-columns: 1fr 1fr; }
  .portal-kpi:nth-child(2) { border-right: none; }
  .portal-kpi:nth-child(1), .portal-kpi:nth-child(2) { border-bottom: 1px solid var(--border); }
  .hero-bd .bottom-strip { grid-template-columns: 1fr 1fr; gap: 24px; }
}

@media (max-width: 880px) {
  .banner-inner { padding: 10px 16px; flex-wrap: wrap; gap: 8px 12px; }
  .banner .b-text { font-size: 12px; flex-basis: 100%; line-height: 1.4; }
  .banner .b-cta { font-size: 12px; margin-left: auto; }
  .hdr-inner { gap: 12px; padding: 14px 20px; }
  .hdr-logo img { height: 36px; }
  .nav { display: none; }
  .hdr-cta { gap: 8px; }
  .hdr-cta .hdr-phone { display: none; }
  .hdr-cta .hdr-zuw { display: none; }
  .hdr-cta .hdr-lang { display: none; }
  .hdr-cta > .btn-primary { display: none; }
  .burger { display: inline-flex; }
  .spec-grid { grid-template-columns: 1fr; }
  .hero-ed { padding: 48px 0 80px; }
  .hero-ed .container-wide, .hero-sp .container-wide { grid-template-columns: 1fr; gap: 40px; }
  .hero-ed h1.hero-headline { font-size: clamp(36px, 9.5vw, 60px); }
  .hero-ed .lead { font-size: 17px; }
  .hero-ed .hero-actions { flex-wrap: wrap; gap: 10px; }
  .hero-ed .hero-actions .btn-primary { width: 100%; }
  .hero-trustchips { gap: 6px 12px; font-size: 12px; }
  .hero-trustchips > span + span { padding-left: 12px; }
  .hero-trustchips .chip-new { margin-left: 0; margin-top: 8px; flex-basis: 100%; justify-content: center; }
  .hero-visual { min-height: 320px; }
  .hero-visual-stack { width: min(280px, 75%); }
  .visual-lupe { width: 70px; }
  .hero-floatcard { padding: 10px 14px; min-width: 140px; font-size: 12px; }
  .hero-floatcard-1 { top: -16px; right: -8px; }
  .hero-floatcard-2 { bottom: -16px; left: -12px; }
  .hero-floatcard .fc-value { font-size: 15px; }
  .deco-blob-1 { width: 320px; height: 320px; top: -80px; right: -100px; }
  .ticker { padding: 14px 0; }
  .ticker-item { padding: 0 20px; font-size: 13px; }
  .ticker-track { animation-duration: 36s; }
  .svc h3 { font-size: clamp(28px, 4vw, 36px); }
  .hero-meta { grid-template-columns: 100px 1fr; gap: 16px; padding: 14px 0; }
  .pc-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .pc-realphoto { grid-template-columns: 1fr; gap: 28px; }
  .pc-hero-visual { max-width: 280px; margin: 0 auto; }
  .pc-stats-grid { grid-template-columns: 1fr 1fr; }
  .pc-stat { border-bottom: 1px solid var(--border); }
  .pc-stat:nth-child(2) { border-right: none; }
  .pc-apps { grid-template-columns: 1fr; }
  .pc-compare-head, .pc-compare-row { grid-template-columns: 1fr; gap: 12px; padding: 16px 20px; }
  .pc-compare-head .pc-col-old, .pc-compare-head .pc-col-new { display: none; }
  .pc-compare-k { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-subtle); margin-bottom: 4px; }
  .pc-compare-a { font-size: 14px; padding-left: 0; border-left: 3px solid var(--border-strong); padding-left: 14px; }
  .pc-compare-a::before { content: "Konventionell · "; font-weight: 700; color: var(--ink-subtle); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; display: block; margin-bottom: 4px; }
  .pc-compare-b::before { content: "Photon-Counting · "; font-weight: 700; color: var(--brand-primary); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; display: block; margin-bottom: 4px; }
  .hero-bd-lupe { width: 56px; bottom: 24px; right: 24px; }
  .hero-bd-ring-1 { right: -180px; top: -180px; width: 560px; height: 560px; }
  .hero-bd-ring-2 { right: -100px; top: -100px; width: 380px; height: 380px; }
  .hero-bd-ring-3 { right: -40px; top: -40px; width: 220px; height: 220px; }
  .hero-bd-phone { margin-left: 0; padding: 8px 0; border-left: none; flex-basis: 100%; }
  .hero-sp { padding: 56px 0 72px; }
  .hero-sp h1 { font-size: clamp(32px, 8vw, 48px); }
  .hero-sp .hero-card { padding: 24px 22px; }
  .hero-bd { padding: 64px 0 56px; }
  .hero-bd h1 { font-size: clamp(36px, 9vw, 56px); }
  .hero-bd .bottom-strip { grid-template-columns: 1fr 1fr; margin-top: 56px; gap: 24px; }
  .services { grid-template-columns: 1fr; border-top: 1px solid var(--border); }
  .svc { border-right: none; border-bottom: 1px solid var(--border); min-height: auto; padding: 32px 24px 36px; }
  .svc h3 { font-size: 32px; }
  .svc:last-child { border-bottom: none; }
  .locations { grid-template-columns: 1fr; }
  .loc-body { padding: 24px; }
  .loc-body .info-row { gap: 12px 20px; }
  .steps, .team { grid-template-columns: 1fr 1fr; gap: 20px; }
  .practice-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .vibe-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .befund-flow { grid-template-columns: 1fr 1fr; gap: 12px; }
  .befund-step { padding: 22px 20px 20px; }
  .befund-step-icon { width: 40px; height: 40px; margin-bottom: 14px; }
  .befund-cta-card { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; text-align: left; }
  .befund-cta-card h3 { font-size: 24px; }
  .radio-modality { grid-template-columns: 1fr; }
  .radio-modality .radio-card { flex-direction: row; align-items: center; gap: 16px; padding: 18px 20px; }
  .radio-modality .rc-ico { margin-bottom: 0; flex-shrink: 0; width: 40px; height: 40px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 28px 16px 8px 0; }
  .stat .v { font-size: 44px; }
  .form-grid { grid-template-columns: 1fr; }
  .radio-group { grid-template-columns: 1fr; }
  .two-up { grid-template-columns: 1fr; gap: 32px; }
  .two-up.reverse > :first-child { order: 0; }
  .ftr { grid-template-columns: 1fr 1fr; gap: 28px 24px; padding: 56px 0 32px; }
  .ftr-meta { flex-direction: column; gap: 8px; padding-top: 16px; }
  .brand-strip-inner { grid-template-columns: 1fr; padding: 56px 0; gap: 32px; }
  .brand-strip .actions { justify-content: flex-start; flex-direction: column; align-items: stretch; gap: 10px; }
  .brand-strip .actions .btn { width: 100%; justify-content: center; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .container, .container-wide, .container-narrow { padding: 0 20px; }
  .page-head { padding: 48px 0 32px; }
  .page-head h1 { font-size: clamp(32px, 8.5vw, 48px); }
  .page-head .lead { font-size: 16px; margin-top: 16px; }
  .form-actions { flex-direction: column-reverse; align-items: stretch; gap: 12px; }
  .form-actions > div { width: 100%; }
  .form-actions .btn { flex: 1; justify-content: center; }
  .confirm { margin: 56px auto; padding: 32px 24px; border-radius: 10px; }
  .confirm h1 { font-size: 28px; }
  .login-panel { margin: 56px auto; padding: 32px 24px; }
  .login-panel h1 { font-size: 26px; }
  .legal-dl { grid-template-columns: 1fr; gap: 2px 0; }
  .legal-dl dt { padding-top: 12px; }
  .legal-dl dd { margin-bottom: 4px; }
  .cookie-inner { grid-template-columns: 1fr; padding: 16px 18px; gap: 12px; }
  .cookie-actions { flex-direction: column-reverse; align-items: stretch; gap: 8px; }
  .cookie-actions .btn { width: 100%; justify-content: center; }
  .section { padding: 64px 0; }
}

@media (max-width: 520px) {
  .banner-inner { padding: 10px 16px; }
  .banner .b-tag { font-size: 10px; padding: 2px 8px; }
  .banner .b-cta { font-size: 11px; }
  .hdr-inner { padding: 12px 16px; }
  .hdr-cta { gap: 6px; }
  .container, .container-wide, .container-narrow { padding: 0 16px; }
  .hero-ed { padding: 40px 0 56px; }
  .hero-ed h1 { font-size: clamp(32px, 10vw, 44px); line-height: 1.05; }
  .hero-ed .hero-actions .btn { width: 100%; }
  .hero-ed .hero-actions .btn-tertiary { width: 100%; justify-content: center; padding: 4px 0; }
  .hero-bd .bottom-strip { grid-template-columns: 1fr; gap: 16px; }
  .steps, .team { grid-template-columns: 1fr; }
  .practice-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--border); padding: 24px 0; }
  .stat:last-child { border-bottom: none; }
  .stats { border-top: 1px solid var(--border); }
  .ftr { grid-template-columns: 1fr; gap: 28px; padding: 48px 0 32px; }
  .section-head h2 { font-size: clamp(26px, 7vw, 32px); }
  .quote { padding: 56px 0; }
  .quote blockquote { font-size: clamp(22px, 5.5vw, 28px); }
  .tech-call { padding: 32px 24px; border-radius: 12px; }
  .tech-call h3 { font-size: 26px; }
  .tech-call .tc-stats { grid-template-columns: 1fr; }
  .tech-call .tc-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .tech-call .tc-actions .btn { width: 100%; justify-content: center; }
  .portal-kpis { grid-template-columns: 1fr 1fr; }
  .portal-kpi { padding: 18px 20px; }
  .portal-kpi > div:last-child { font-size: 28px !important; }
  .page-head h1 { font-size: clamp(28px, 8vw, 40px); }
  .login-panel .links { flex-direction: column; gap: 10px; align-items: flex-start; }
  .field input, .field select, .field textarea { font-size: 16px; }  /* prevent iOS zoom on focus */
  .btn { padding: 12px 18px; }
  .btn-lg { padding: 14px 22px; font-size: 14px; }
  .form-grid { gap: 16px; }
  .field-full .check { font-size: 13px; }
}

/* ============== Newsroom — index list + article pages ============== */
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.news-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.news-card:hover {
  border-color: var(--brand-primary);
  transform: translateY(-3px);
  box-shadow: 0 20px 44px -20px rgba(236,102,8,0.22);
}
.news-cover { aspect-ratio: 16/9; overflow: hidden; background: var(--surface-subtle); }
.news-cover picture, .news-cover img { width: 100%; height: 100%; display: block; }
.news-cover img { object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.news-card:hover .news-cover img { transform: scale(1.04); }
.news-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.news-meta { display: flex; align-items: center; gap: 12px; font-size: 12px; color: var(--ink-subtle); }
.news-meta .label { padding: 4px 10px; border-radius: 4px; background: rgba(236,102,8,0.08); color: var(--brand-primary); }
.news-meta time { letter-spacing: 0.02em; }
.news-body h2 { font-size: 22px; line-height: 1.25; font-weight: 700; margin: 0; letter-spacing: -0.01em; }
.news-body p { margin: 0; font-size: 15px; color: var(--ink-muted); line-height: 1.55; }
.news-cta { font-size: 14px; font-weight: 600; color: var(--brand-primary); margin-top: auto; }

/* Article page */
.article-meta { display: flex; align-items: center; gap: 14px; margin: 8px 0 16px; font-size: 13px; color: var(--ink-subtle); }
.article-meta .label { padding: 4px 10px; border-radius: 4px; background: rgba(236,102,8,0.08); color: var(--brand-primary); }
.article-hero {
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 30px 70px -40px rgba(0,0,0,0.25);
}
.article-hero picture, .article-hero img { display: block; width: 100%; }
.article-hero img { aspect-ratio: 21/9; object-fit: cover; object-position: center; }
.article-body { font-size: 17px; line-height: 1.7; color: var(--ink); }
.article-body p { margin: 0 0 20px; }
.article-body h2 { font-size: 26px; font-weight: 700; line-height: 1.2; margin: 36px 0 14px; letter-spacing: -0.005em; }
.article-body ul { margin: 0 0 24px; padding-left: 22px; }
.article-body li { margin-bottom: 8px; }
.article-body li::marker { color: var(--brand-primary); }
.article-body strong { font-weight: 700; color: var(--ink); }

@media (max-width: 880px) {
  .news-grid { grid-template-columns: 1fr; gap: 20px; }
  .news-body h2 { font-size: 20px; }
  .article-hero img { aspect-ratio: 4/3; }
  .article-body { font-size: 16px; }
  .article-body h2 { font-size: 22px; margin: 28px 0 10px; }
}

/* ============== Print ============== */
@media print {
  .hdr, .banner, .drawer, .drawer-backdrop, .cookie-banner, footer, .brand-strip { display: none !important; }
  body { background: #fff; color: #000; }
  .skip-link { display: none; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 0.8em; color: #666; }
  .container, .container-wide, .container-narrow { padding: 0; max-width: 100%; }
  .section { padding: 24px 0; page-break-inside: avoid; }
  h1, h2, h3, h4 { page-break-after: avoid; }
}

/* ============== Bewerbungs-Modal (Karriere) ============== */
.apply-overlay {
  /* über dem Header (z 1000) und allen Rails/Bannern — Dialog-Ebene */
  position: fixed; inset: 0; z-index: 3000;
  display: flex; align-items: flex-start; justify-content: center;
  padding: max(24px, 5vh) 20px 40px;
  background: rgba(42, 33, 27, 0.46);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  overflow-y: auto;
  animation: applyFade 0.18s ease;
}
@keyframes applyFade { from { opacity: 0; } to { opacity: 1; } }
.apply-modal {
  position: relative;
  width: 100%; max-width: 540px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 40px 90px -40px rgba(42, 33, 27, 0.5), 0 8px 24px -16px rgba(42, 33, 27, 0.3);
  padding: 34px 36px 30px;
  animation: applyRise 0.26s cubic-bezier(.2,.7,.2,1);
}
@keyframes applyRise { from { opacity: 0; transform: translateY(18px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.apply-close {
  position: absolute; top: 16px; right: 16px;
  width: 34px; height: 34px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--surface-warm); border: none; color: var(--ink-muted);
  cursor: pointer; transition: background .15s, color .15s;
}
.apply-close:hover { background: #efe7db; color: var(--ink); }
.apply-title { font-size: clamp(24px, 3vw, 30px); font-weight: 800; letter-spacing: -0.02em; margin: 8px 0 0; color: var(--ink); }
.apply-pos-chip {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 14px; padding: 7px 14px;
  background: rgba(236, 102, 8, 0.09); color: var(--brand-primary);
  border-radius: 999px; font-size: 13px; font-weight: 600;
}
.apply-pos-chip img { opacity: 0.9; }
.apply-intro { font-size: 15px; line-height: 1.6; color: var(--ink-muted); margin: 16px 0 22px; }
.apply-fields { display: grid; gap: 16px; }
.apply-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.apply-field { display: grid; gap: 7px; }
.apply-field label { font-size: 13px; font-weight: 600; color: var(--ink); }
.apply-field .apply-opt { font-weight: 500; color: var(--ink-subtle); }
.apply-field input, .apply-field textarea {
  font-family: inherit; font-size: 15px; color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: 10px; padding: 12px 14px;
  width: 100%; transition: border-color .15s, box-shadow .15s;
  -webkit-appearance: none; appearance: none;
}
.apply-field textarea { resize: vertical; min-height: 92px; line-height: 1.55; }
.apply-field input::placeholder, .apply-field textarea::placeholder { color: var(--ink-subtle); }
.apply-field input:focus, .apply-field textarea:focus {
  outline: none; border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(236, 102, 8, 0.14);
}
.apply-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none; }
.apply-error {
  display: flex; align-items: flex-start; gap: 9px;
  margin-top: 18px; padding: 12px 14px;
  background: rgba(214, 69, 24, 0.08); border: 1px solid rgba(214, 69, 24, 0.25);
  border-radius: 10px; font-size: 14px; line-height: 1.5; color: #a23a12;
}
.apply-error img { flex-shrink: 0; margin-top: 1px; }
.apply-error a { color: #a23a12; font-weight: 600; text-decoration: underline; }
.apply-actions { margin-top: 22px; }
.apply-actions .btn-lg { width: 100%; justify-content: center; }
.apply-actions .btn-primary:disabled { opacity: 0.6; cursor: default; }
.apply-privacy { font-size: 12.5px; line-height: 1.55; color: var(--ink-subtle); margin: 14px 0 0; text-align: center; }
.apply-privacy a { color: var(--ink-muted); text-decoration: underline; cursor: pointer; }
.apply-privacy a:hover { color: var(--brand-primary); }
.apply-done { text-align: center; padding: 14px 6px 6px; }
.apply-done-icon {
  width: 60px; height: 60px; margin: 0 auto 20px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; background: rgba(236, 102, 8, 0.1); color: var(--brand-primary);
  animation: applyPop 0.4s cubic-bezier(.2,.8,.2,1.2);
}
@keyframes applyPop { from { transform: scale(0.5); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.apply-done h3 { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 12px; color: var(--ink); }
.apply-done p { font-size: 15px; line-height: 1.65; color: var(--ink-muted); margin: 0 auto 24px; max-width: 400px; }
@media (max-width: 560px) {
  .apply-modal { padding: 28px 22px 24px; border-radius: 16px; }
  .apply-row { grid-template-columns: 1fr; }
}

/* ============== Motion preferences ============== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
