/* robotskills.de v2 — Inter Tight + JetBrains Mono, Cyan-Akzent, B2B-seriös */

:root {
  --bg: #050607;
  --bg-2: #090a0c;
  --bg-3: #0d0f12;
  --fg: #f5f6f7;
  --fg-2: rgba(245, 246, 247, 0.7);
  --fg-3: rgba(245, 246, 247, 0.45);
  --fg-4: rgba(245, 246, 247, 0.28);
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.14);
  --accent: #22d3ee;
  --accent-soft: color-mix(in oklab, var(--accent) 18%, transparent);
  --radius: 14px;
  --radius-sm: 8px;
  --max: 1280px;
  --pad: 32px;

  --font-display: 'Inter Tight', ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; max-width: 100%; width: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--fg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, video { display: block; max-width: 100%; }

[data-bg-rhythm="alt"] .rs-section:nth-of-type(odd) { background: var(--bg); }
[data-bg-rhythm="alt"] .rs-section:nth-of-type(even) { background: var(--bg-2); }

[data-card-style="glow"] .rs-card,
[data-card-style="glow"] .rs-skill,
[data-card-style="glow"] .rs-feature {
  border-color: color-mix(in oklab, var(--accent) 30%, var(--line-2));
  box-shadow: 0 0 0 1px color-mix(in oklab, var(--accent) 20%, transparent),
              0 0 32px color-mix(in oklab, var(--accent) 10%, transparent);
}
[data-card-style="gradient"] .rs-card,
[data-card-style="gradient"] .rs-skill,
[data-card-style="gradient"] .rs-feature {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border-color: transparent;
  position: relative;
}
[data-card-style="gradient"] .rs-card::before,
[data-card-style="gradient"] .rs-skill::before,
[data-card-style="gradient"] .rs-feature::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, color-mix(in oklab, var(--accent) 40%, transparent), transparent 60%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
}

[data-cta-style="sharp"] .rs-btn-primary,
[data-cta-style="sharp"] .rs-btn-secondary,
[data-cta-style="sharp"] .rs-btn-pill {
  border-radius: 4px;
}

/* ── NAV ───────────────────────────────────────── */
.rs-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--pad);
  background: color-mix(in oklab, var(--bg) 78%, transparent);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  backdrop-filter: blur(14px) saturate(150%);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, padding .25s ease;
}
.rs-nav-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  width: 100%;
}
.rs-nav.scrolled { border-bottom-color: var(--line); padding: 12px var(--pad); }

.rs-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 16px; letter-spacing: -0.02em; font-weight: 600; }
.rs-logo-mark {
  width: 28px; height: 28px; border-radius: 6px;
  background: var(--accent);
  display: grid; place-items: center;
}
.rs-logo-mark::after {
  content: ''; width: 12px; height: 12px;
  border: 2px solid var(--bg);
  border-radius: 2px;
}
.rs-logo-text em { font-style: normal; color: var(--fg-3); font-weight: 400; }

.rs-nav-links { display: flex; gap: 28px; font-size: 14px; color: var(--fg-2); }
.rs-nav-links a { transition: color .15s ease; }
.rs-nav-links a:hover { color: var(--fg); }
.rs-nav-links a.is-active { color: var(--accent); }

.rs-nav-right { display: flex; align-items: center; gap: 14px; }

.rs-nav-cta { display: flex; align-items: center; gap: 12px; }
.rs-btn-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--fg); color: #050607;
  font-weight: 600; font-size: 13.5px;
  padding: 10px 16px; border-radius: 999px;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease;
}
.rs-btn-pill:hover { transform: translateY(-1px); background: #fff; }
.rs-btn-pill-mobile { display: none; }
.rs-btn-pill-desktop { display: inline; }

/* ── HERO ──────────────────────────────────────── */
.rs-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
  min-height: 92vh;
  background: #010203;
}
.rs-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px;
  background-attachment: fixed;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, black 30%, transparent 80%);
  z-index: 0; pointer-events: none;
}
.rs-hero-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 70% 60%, var(--accent-soft), transparent 70%),
    radial-gradient(ellipse 60% 50% at 20% 80%, rgba(0,0,0,0.6), transparent 60%);
  pointer-events: none; z-index: 1;
}

.rs-hero-inner {
  position: relative; z-index: 2;
  max-width: 1640px; margin: 0 auto;
  padding: 88px var(--pad) 88px;
  display: grid; gap: 24px;
  align-items: stretch;
}
[data-hero-layout="right"] .rs-hero-inner { grid-template-columns: minmax(440px, 0.85fr) 1.5fr; }
[data-hero-layout="right"] .rs-hero-copy { align-self: center; }
[data-hero-layout="right"] .rs-hero-visual { align-self: stretch; display: flex; }
[data-hero-layout="right"] .rs-hero-visual .vp { aspect-ratio: auto; flex: 1; min-height: 100%; }
[data-hero-layout="top"] .rs-hero-inner { grid-template-columns: 1fr; text-align: center; }
[data-hero-layout="top"] .rs-hero-copy { order: 2; max-width: 760px; margin: 0 auto; }
[data-hero-layout="top"] .rs-hero-visual { order: 1; }
[data-hero-layout="top"] .rs-cta-row,
[data-hero-layout="top"] .rs-trust { justify-content: center; }
[data-hero-layout="top"] .rs-sub { margin-left: auto; margin-right: auto; }

[data-hero-layout="bg"] .rs-hero-inner {
  grid-template-columns: 1fr; text-align: center;
  min-height: 76vh; align-content: center;
}
[data-hero-layout="bg"] .rs-hero-inner {
  min-height: 100vh; align-content: end;
  padding-bottom: 96px;
}
[data-hero-layout="bg"] .rs-hero-visual {
  position: absolute; inset: 0; z-index: 0;
}
[data-hero-layout="bg"] .vp {
  border-radius: 0; border: 0; aspect-ratio: auto;
  width: 100%; height: 100%;
  box-shadow: none;
}
[data-hero-layout="bg"] .vp-video .vp-media {
  transform: scale(1.05) translateX(-1.5%);
  object-position: center 75%;
}
[data-hero-layout="bg"] .vp-vignette {
  background:
    radial-gradient(ellipse 120% 90% at 50% 60%,
                    transparent 30%,
                    rgba(5,6,7,0.7) 75%,
                    rgba(5,6,7,0.95) 100%),
    linear-gradient(to top, rgba(5,6,7,0.85) 0%, transparent 35%);
}
[data-hero-layout="bg"] .rs-hero-copy {
  position: relative; z-index: 2; max-width: 880px; margin: 0 auto;
  text-align: left;
  padding: 0;
}
[data-hero-layout="bg"] .vp-corner,
[data-hero-layout="bg"] .vp-tag,
[data-hero-layout="bg"] .vp-readout { display: none; }
[data-hero-layout="bg"] .rs-cta-row,
[data-hero-layout="bg"] .rs-trust { justify-content: flex-start; }
[data-hero-layout="bg"] .rs-sub { max-width: 560px; }

.rs-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--fg-2); letter-spacing: 0.04em;
  border: 1px solid var(--line-2); border-radius: 999px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.02);
}
.rs-eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}

.rs-h1 {
  margin: 22px 0 18px;
  font-family: var(--font-display);
  font-size: clamp(40px, 5.6vw, 80px);
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 500;
  text-wrap: balance;
}
.rs-h1-line { display: block; }
.rs-h1-line.muted { color: var(--fg-2); }

.rs-sub {
  max-width: 540px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0 0 32px;
  text-wrap: pretty;
}

.rs-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.rs-btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--accent); color: #050607;
  padding: 14px 22px; border-radius: 999px;
  font-weight: 600; font-size: 15px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.rs-btn-primary:hover {
  transform: translateY(-1px);
  background: color-mix(in oklab, var(--accent) 90%, white);
  box-shadow: 0 8px 32px color-mix(in oklab, var(--accent) 40%, transparent);
}
.rs-btn-arrow { transition: transform .2s ease; }
.rs-btn-primary:hover .rs-btn-arrow { transform: translate(2px, -2px); }

.rs-btn-secondary {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--line-2);
  padding: 13px 20px; border-radius: 999px;
  font-size: 15px; color: var(--fg);
  background: rgba(255,255,255,0.02);
  transition: border-color .2s ease, background .2s ease;
}
.rs-btn-secondary:hover { border-color: var(--fg-3); background: rgba(255,255,255,0.05); }

.rs-trust {
  margin-top: 36px;
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-mono);
  font-size: 12px; color: var(--fg-2);
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,0.02);
  padding: 8px 14px; border-radius: 999px;
}
.rs-trust-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; box-shadow: 0 0 0 0 currentColor; }
  50% { opacity: 0.55; box-shadow: 0 0 10px currentColor; }
}

/* ── VIDEO PLACEHOLDER (Würfel-Stack) ─────────── */
.rs-hero-visual { position: relative; }
.vp {
  position: relative;
  aspect-ratio: 1.92 / 1;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px) 0 0 / 80px 80px fixed,
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px) 0 0 / 80px 80px fixed,
    #010203;
  overflow: hidden;
  box-shadow:
    0 30px 80px -20px rgba(0,0,0,0.7),
    0 0 0 1px rgba(34,211,238,0.06),
    0 0 80px -20px rgba(34,211,238,0.12);
}

/* Real video plays cover-style; we slightly over-scale so the watermark
   sits beyond the visible frame on the right edge. Object-position
   weighted toward the bottom so the cube stack (the payoff) stays
   fully visible. */
.vp-video .vp-media {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 80%;
  transform: scale(1.04) translateX(-1.5%);
  transform-origin: center bottom;
}

/* Soft gradient mask over lower-right corner — catches the Kling
   watermark. Uses two stacked gradients: a tight opaque ellipse over
   the watermark itself, plus a wider feathered fade so the patch
   reads as part of the cinematic vignette, not a sticker. */
.vp-mask-br {
  position: absolute; right: 0; bottom: 0;
  width: 38%; height: 32%;
  background:
    radial-gradient(ellipse 50% 45% at 82% 62%,
                    #010203 0%,
                    #010203 28%,
                    rgba(1,2,3,0.85) 55%,
                    transparent 90%),
    radial-gradient(ellipse at bottom right,
                    #010203 0%,
                    rgba(1,2,3,0.7) 45%,
                    transparent 80%);
  pointer-events: none; z-index: 4;
}
/* Mirror mask top-left, smaller — keeps the framing symmetric so the
   bottom-right mask doesn't read as an arbitrary patch. */
.vp-mask-tl {
  position: absolute; left: 0; top: 0;
  width: 18%; height: 14%;
  background: radial-gradient(ellipse at top left,
              color-mix(in oklab, var(--bg) 70%, transparent) 0%,
              transparent 70%);
  pointer-events: none; z-index: 2;
}

/* Bottom-left mask — Kling sometimes places a secondary watermark
   ("0607..." sequence ID) in the lower-left. Same blend treatment
   as bottom-right so the framing stays symmetric. */
.vp-mask-bl {
  position: absolute; left: 0; bottom: 0;
  width: 28%; height: 24%;
  background:
    radial-gradient(ellipse 55% 50% at 18% 65%,
                    #010203 0%,
                    #010203 25%,
                    rgba(1,2,3,0.8) 55%,
                    transparent 90%),
    radial-gradient(ellipse at bottom left,
                    #010203 0%,
                    rgba(1,2,3,0.6) 50%,
                    transparent 80%);
  pointer-events: none; z-index: 4;
}

/* Cinematic vignette — fades to page bg color, not pure black,
   so the frame edges blend continuously with the surrounding hero. */
.vp-vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 110% 80% at 50% 50%,
                    transparent 50%,
                    rgba(1,2,3,0.65) 100%);
  pointer-events: none; z-index: 2;
}

/* Faint grid overlay matching the page pattern — sits on top of the
   video at low opacity so the dark areas read as continuous with the
   page's grid background, while the central subject stays clean. */
.vp-video::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  background-attachment: fixed;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 55%,
                              transparent 35%,
                              black 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 55%,
                                       transparent 35%,
                                       black 80%);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 3;
}
.vp-floor {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 50%;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  transform: perspective(420px) rotateX(62deg);
  transform-origin: bottom;
  mask-image: linear-gradient(to top, black, transparent);
  pointer-events: none;
}
.vp-stage {
  position: absolute; left: 50%; bottom: 18%;
  transform: translateX(-50%);
  width: 60%; height: 60%;
  display: grid; place-items: end center;
}
.vp-cube {
  position: absolute;
  width: 13%;
  aspect-ratio: 1;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:
    inset 0 -6px 12px rgba(0,0,0,0.5),
    inset 0 4px 10px rgba(255,255,255,0.08),
    0 12px 24px rgba(0,0,0,0.4);
  transition: left .7s cubic-bezier(.5,1.7,.4,1), bottom .7s cubic-bezier(.5,1.7,.4,1);
}
.vp-cube[data-color="red"]    { background: linear-gradient(135deg, #e53e3e, #b81f1f); }
.vp-cube[data-color="yellow"] { background: linear-gradient(135deg, #f1c40f, #c69500); }
.vp-cube[data-color="teal"]   { background: linear-gradient(135deg, var(--accent), #0e9aaa); }

.vp-robo {
  position: absolute; right: 8%; bottom: 18%;
  width: 18%; height: 56%;
  opacity: 0.8;
}
.vp-robo-head {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 70%; aspect-ratio: 1 / 1.1;
  background: linear-gradient(180deg, #1a1d22, #0a0c10);
  border-radius: 40% 40% 26% 26% / 50% 50% 18% 18%;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 0 30px rgba(0,0,0,0.6);
}
.vp-robo-body {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 100%; height: 50%;
  background: linear-gradient(180deg, #14171c, #0a0c10);
  border-radius: 14px 14px 4px 4px;
  border: 1px solid rgba(255,255,255,0.06);
}
.vp-robo-arm {
  position: absolute; top: 38%; left: -6%;
  width: 18%; height: 4%;
  background: linear-gradient(90deg, var(--accent), transparent);
  filter: blur(1px); opacity: 0.5;
}

.vp-corner { position: absolute; width: 14px; height: 14px; border: 1px solid var(--accent); opacity: 0.6; }
.vp-corner.tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.vp-corner.tr { top: 14px; right: 14px; border-left: 0; border-bottom: 0; }
.vp-corner.bl { bottom: 14px; left: 14px; border-right: 0; border-top: 0; }
.vp-corner.br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }

.vp-tag {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px; color: var(--fg-2);
  background: rgba(0,0,0,0.5);
  border: 1px solid var(--line);
  padding: 5px 12px; border-radius: 999px;
}
.vp-tag-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  animation: pulse 1.6s ease-in-out infinite;
}
.vp-tag-meta { color: var(--fg-3); }

.vp-readout {
  position: absolute; bottom: 14px; left: 14px;
  font-family: var(--font-mono); font-size: 10.5px;
  color: var(--fg-3);
  display: flex; flex-direction: column; gap: 2px;
}
.vp-readout strong { color: var(--fg); font-weight: 500; }

/* ── NARRATION OVERLAY (synced with cube placements) ─── */
.vp-narration {
  position: absolute;
  left: 6%;
  top: 12%;
  z-index: 5;
  pointer-events: none;
  max-width: 42%;
  min-height: 150px;
}
.vp-narration-step {
  position: absolute;
  inset: 0;
  display: flex; flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  opacity: 0;
  transform: translateY(8px);
  filter: blur(4px);
  transition:
    opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.vp-narration-step.is-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.vp-narration-kicker {
  display: block;
  width: 100%;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--accent);
  text-transform: uppercase;
  white-space: nowrap;
}
.vp-narration-line {
  display: block;
  width: 100%;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--fg);
  text-wrap: balance;
  text-shadow: 0 2px 30px rgba(0,0,0,0.7);
}
.vp-narration-sub {
  display: block;
  width: 100%;
  font-family: var(--font-display);
  font-size: clamp(13px, 1.1vw, 16px);
  color: var(--fg-2);
  font-weight: 400;
  text-shadow: 0 1px 12px rgba(0,0,0,0.7);
}

/* Progress dots — bottom-right, away from cube stack on the left */
.vp-progress {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: flex;
  gap: 8px;
  z-index: 5;
}

/* Sound toggle — bottom-right, above the progress dots so they don't
   collide. Subtle pill that gets brighter when audio is on. */
.vp-sound {
  position: absolute;
  right: 22px;
  bottom: 44px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.04em;
  cursor: pointer;
  z-index: 5;
  transition: color .15s ease, border-color .15s ease, background .15s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.vp-sound:hover {
  color: var(--fg);
  border-color: rgba(255, 255, 255, 0.28);
}
.vp-sound.is-on {
  color: var(--accent);
  border-color: rgba(83, 233, 255, 0.4);
  box-shadow: 0 0 12px rgba(83, 233, 255, 0.18);
}
.vp-progress-dot {
  width: 22px; height: 3px;
  background: rgba(255,255,255,0.18);
  border-radius: 2px;
  transition: background 0.4s ease;
}
.vp-progress-dot.is-on { background: rgba(255,255,255,0.5); }
.vp-progress-dot.is-current { background: var(--accent); box-shadow: 0 0 10px var(--accent); }

/* On smaller hero width, narration moves below cube area */
@media (max-width: 1100px) {
  .vp-narration { max-width: 50%; }
  .vp-narration-line { font-size: clamp(22px, 2.8vw, 32px); }
}
@media (max-width: 720px) {
  .vp-narration { max-width: 70%; left: 6%; }
}

/* ── SECTION SCAFFOLDING ───────────────────────── */
.rs-section { position: relative; padding: 96px var(--pad); }
.rs-section-inner { max-width: var(--max); margin: 0 auto; }

.rs-section-head { margin-bottom: 56px; max-width: 760px; }
.rs-section-head-row {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 32px;
  flex-wrap: wrap; max-width: var(--max);
}
.rs-section-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--fg-3);
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
.rs-section-kicker::before {
  content: ''; width: 18px; height: 1px; background: var(--accent);
}
.rs-h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin: 0 0 16px;
  text-wrap: balance;
}
.rs-h2 em { font-style: normal; color: var(--fg-3); }
.rs-section-sub {
  font-size: 17px;
  color: var(--fg-2);
  max-width: 600px;
  line-height: 1.55;
  margin: 0;
  text-wrap: pretty;
}
.rs-section-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; color: var(--fg);
  border-bottom: 1px solid var(--line-2);
  padding-bottom: 6px;
  transition: border-color .2s ease;
}
.rs-section-link:hover { border-color: var(--accent); }

/* ── PARTNER STRIP ─────────────────────────────── */
.rs-partners {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 36px var(--pad);
  background: var(--bg);
}
.rs-partners-label {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-3);
  text-align: center;
  margin-bottom: 22px;
  letter-spacing: 0.06em;
}
.rs-partners-row {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 56px; max-width: var(--max); margin: 0 auto;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--fg-2);
}
.rs-partner { opacity: 0.7; transition: opacity .2s; }
.rs-partner:hover { opacity: 1; }
.rs-partner-tag {
  display: inline-block;
  margin-left: 6px;
  font-size: 9.5px;
  color: var(--fg-4);
  text-transform: uppercase;
}

/* ── USP TRIO ──────────────────────────────────── */
.rs-usp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.rs-feature {
  background: var(--bg);
  padding: 36px 32px 40px;
  display: flex; flex-direction: column; gap: 12px;
  transition: background .25s ease;
  position: relative;
}
.rs-feature:hover { background: var(--bg-3); }
.rs-feature-num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.06em;
}
.rs-feature-title {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0; line-height: 1.18;
  text-wrap: balance;
}
.rs-feature-body {
  font-size: 14.5px; color: var(--fg-2); line-height: 1.55; margin: 0;
  text-wrap: pretty;
}
.rs-feature-glyph {
  height: 64px; margin-bottom: 8px;
  display: flex; align-items: center;
}

/* ── SO LERNT EIN HUMANOID (3 Schritte) ───────── */
.rs-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}
.rs-step {
  display: flex; flex-direction: column; gap: 12px;
  padding-top: 24px;
  position: relative;
}
.rs-step-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 0.08em;
}
.rs-step-line {
  height: 1px; background: var(--line);
  position: relative; overflow: hidden;
}
.rs-step-line::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 30%;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  animation: line-sweep 3.5s ease-in-out infinite;
}
@keyframes line-sweep {
  0%, 100% { transform: translateX(-100%); opacity: 0; }
  50% { transform: translateX(300%); opacity: 1; }
}
.rs-step-title { font-family: var(--font-display); font-size: 22px; font-weight: 500; letter-spacing: -0.02em; margin: 0; }
.rs-step-body { font-size: 14.5px; color: var(--fg-2); line-height: 1.55; margin: 0; }
.rs-step-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-3);
  margin-top: 4px;
}

/* Trainings-Setup Visualization */
.rs-training-vis {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  background: linear-gradient(180deg, var(--bg-3), var(--bg));
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  position: relative;
}
.rs-training-mid {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 8px;
}
.rs-training-mid-cap {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--fg-3);
  letter-spacing: 0.04em;
  text-align: center;
}
.rs-training-stage {
  aspect-ratio: 4 / 3;
  border: 1px dashed var(--line-2);
  border-radius: 10px;
  position: relative;
  display: grid; place-items: center;
  background:
    radial-gradient(ellipse 50% 50% at 50% 60%, var(--accent-soft), transparent 70%);
}
.rs-training-stage-label {
  position: absolute; top: 10px; left: 10px;
  font-family: var(--font-mono); font-size: 10px;
  color: var(--fg-3);
}
.rs-training-figure {
  width: 56%; aspect-ratio: 1 / 1.6;
  position: relative;
}
.rs-training-figure-head {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 32%; aspect-ratio: 1; border-radius: 50%;
  background: var(--bg-3);
  border: 1px solid var(--line-2);
}
.rs-training-figure-cam {
  position: absolute; top: -4%; left: 50%; transform: translateX(-50%);
  width: 22%; height: 8%;
  background: var(--accent);
  border-radius: 4px;
  box-shadow: 0 0 12px var(--accent);
}
.rs-training-figure-body {
  position: absolute; top: 28%; left: 50%; transform: translateX(-50%);
  width: 60%; height: 56%;
  background: linear-gradient(180deg, var(--bg-3), var(--bg));
  border: 1px solid var(--line-2);
  border-radius: 18% 18% 8% 8%;
}
.rs-training-tracks {
  position: absolute; inset: 0; pointer-events: none;
}
.rs-training-tracks span {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
}
.rs-training-arrow {
  font-family: var(--font-mono);
  font-size: 28px;
  color: var(--accent);
  text-align: center;
}
.rs-training-arrow div:first-child { font-size: 11px; color: var(--fg-3); margin-bottom: 4px; }

.rs-training-out {
  aspect-ratio: 4 / 3;
  border: 1px dashed var(--line-2);
  border-radius: 10px;
  background: linear-gradient(180deg, var(--bg-3), var(--bg));
  display: grid; place-items: center;
  position: relative;
  font-family: var(--font-mono);
  font-size: 11px; color: var(--fg-3);
}
.rs-training-skill {
  text-align: center;
  display: flex; flex-direction: column; gap: 6px;
}
.rs-training-skill code {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line-2);
  border-radius: 6px;
  color: var(--accent);
}

/* ── USE CASES (mit %-Balken) ──────────────────── */
.rs-cases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.rs-case {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  transition: border-color .2s ease, transform .2s ease;
}
.rs-case:hover {
  border-color: color-mix(in oklab, var(--accent) 50%, var(--line-2));
  transform: translateY(-2px);
}
.rs-case-head {
  display: flex; flex-direction: column; gap: 6px;
}
.rs-case-name {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.rs-case-desc {
  font-size: 13px; color: var(--fg-3); margin: 0;
}
.rs-case-pct {
  display: flex; flex-direction: column; align-items: flex-end; gap: 6px;
  min-width: 110px;
}
.rs-case-pct-num {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.rs-case-pct-num em { font-style: normal; color: var(--fg-3); font-size: 16px; }
.rs-case-bar {
  width: 110px; height: 4px;
  background: var(--line);
  border-radius: 2px;
  overflow: hidden;
}
.rs-case-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent), color-mix(in oklab, var(--accent) 60%, white));
  border-radius: 2px;
  box-shadow: 0 0 12px var(--accent);
}
.rs-cases-source {
  font-family: var(--font-mono);
  font-size: 11px; color: var(--fg-3);
  margin-top: 24px;
  text-align: right;
}

/* ── ROBO-CHECK PROGRAMM ───────────────────────── */
.rs-robocheck {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 48px;
  background:
    radial-gradient(ellipse 60% 40% at 80% 0%, var(--accent-soft), transparent 60%),
    linear-gradient(180deg, var(--bg-3), var(--bg));
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}
.rs-robocheck h3 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  text-wrap: balance;
}
.rs-robocheck p { font-size: 15px; color: var(--fg-2); line-height: 1.55; margin: 0 0 24px; }

.rs-rc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.rs-rc-list li {
  font-size: 14px; color: var(--fg-2);
  display: flex; gap: 10px; align-items: flex-start;
}
.rs-rc-list li::before {
  content: ''; width: 4px; height: 4px; border-radius: 50%;
  background: var(--accent); margin-top: 8px; flex-shrink: 0;
  box-shadow: 0 0 8px var(--accent);
}

.rs-rc-card {
  border: 1px solid var(--line-2);
  border-radius: 12px;
  padding: 28px;
  background: rgba(0,0,0,0.3);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.rs-rc-card-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--fg-3);
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.rs-rc-flow {
  display: flex; flex-direction: column; gap: 12px;
}
.rs-rc-step {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px 14px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.rs-rc-step-num {
  font-family: var(--font-mono);
  font-size: 11px; color: var(--accent);
  flex-shrink: 0; padding-top: 2px;
}
.rs-rc-step-text { font-size: 13.5px; color: var(--fg); }
.rs-rc-step-text small { display: block; color: var(--fg-3); font-size: 12px; margin-top: 2px; }

/* ── SKILL-TRAINING SERVICE / Pricing Tiers ───── */
.rs-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.rs-service {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color .2s ease;
}
.rs-service:hover { border-color: var(--line-2); }
.rs-service.featured {
  border-color: var(--accent);
  background: linear-gradient(180deg, var(--accent-soft), transparent 60%);
}
.rs-service-tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--fg-3);
  letter-spacing: 0.06em;
  display: inline-flex; gap: 8px; align-items: center;
}
.rs-service.featured .rs-service-tag { color: var(--accent); }
.rs-service-name {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 500;
  letter-spacing: -0.02em;
}
.rs-service-price {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--fg-2);
}
.rs-service-list { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 8px; }
.rs-service-list li {
  font-size: 13.5px; color: var(--fg-2);
  display: flex; gap: 10px; align-items: flex-start;
}
.rs-service-list li::before {
  content: '+'; color: var(--accent); flex-shrink: 0;
  font-family: var(--font-mono);
}

/* ── ÜBER UNS ──────────────────────────────────── */
.rs-about {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}
.rs-about-portrait {
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  margin: 0;
  background: var(--bg-3);
}
.rs-about-portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.02) saturate(0.92);
}
.rs-about-portrait-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, transparent, rgba(10,10,12,0.92) 60%);
  display: flex; flex-direction: column; gap: 2px;
}
.rs-about-portrait-cap strong {
  font-family: var(--font-display);
  font-size: 16px; font-weight: 500;
  color: var(--fg);
  letter-spacing: -0.01em;
}
.rs-about-portrait-cap span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg-2);
  letter-spacing: 0.02em;
}
.rs-about h3 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 500; letter-spacing: -0.02em;
  margin: 0 0 18px; text-wrap: balance;
}
.rs-about p { font-size: 15.5px; color: var(--fg-2); line-height: 1.6; margin: 0 0 16px; text-wrap: pretty; }
.rs-about-creds {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.rs-about-cred {
  font-family: var(--font-mono);
  font-size: 11.5px; color: var(--fg-3);
  display: flex; flex-direction: column; gap: 4px;
}
.rs-about-cred strong { color: var(--fg); font-weight: 500; }

/* ── INSIGHTS / NEWS ───────────────────────────── */
.rs-insights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.rs-insight {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  background: var(--bg);
  transition: border-color .2s ease, transform .2s ease;
}
.rs-insight:hover {
  border-color: var(--line-2);
  transform: translateY(-2px);
}
.rs-insight-image {
  aspect-ratio: 16 / 10;
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.rs-cover { position: absolute; inset: 0; }
.rs-cover svg { display: block; width: 100%; height: 100%; }
/* Per-cover background tints so the three feel distinct */
.rs-cover-1 {
  background:
    radial-gradient(circle at 75% 40%, rgba(83,233,255,0.08), transparent 60%),
    linear-gradient(180deg, var(--bg-3), var(--bg-2));
}
.rs-cover-2 {
  background:
    repeating-linear-gradient(0deg,
      rgba(255,255,255,0.025) 0 1px,
      transparent 1px 32px),
    linear-gradient(180deg, var(--bg-3), var(--bg-2));
}
.rs-cover-3 {
  background:
    radial-gradient(circle at 30% 70%, rgba(83,233,255,0.06), transparent 55%),
    linear-gradient(180deg, var(--bg-3), var(--bg-2));
}
.rs-insight-source {
  position: absolute; top: 12px; left: 12px;
  font-family: var(--font-mono); font-size: 10.5px;
  color: var(--fg-2);
  background: rgba(0,0,0,0.5);
  padding: 4px 10px; border-radius: 4px;
  border: 1px solid var(--line);
}
.rs-insight-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; }
.rs-insight-meta {
  font-family: var(--font-mono);
  font-size: 11px; color: var(--fg-3);
  letter-spacing: 0.04em;
}
.rs-insight-title {
  font-family: var(--font-display);
  font-size: 17px; font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0; line-height: 1.3;
  text-wrap: balance;
}
.rs-insight-link {
  margin-top: 8px;
  font-size: 13px; color: var(--accent);
  display: inline-flex; gap: 6px;
}

/* ── KONTAKT / LEAD-FORM (Glow-Block) ──────────── */
.rs-kontakt {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  overflow: hidden;
}
.rs-kontakt-glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 50% 100%, var(--accent-soft), transparent 70%),
    radial-gradient(ellipse 30% 60% at 80% 50%, color-mix(in oklab, var(--accent) 12%, transparent), transparent 70%);
  pointer-events: none;
}
.rs-kontakt .rs-section-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start;
}
.rs-kontakt h2 { max-width: 480px; }

.rs-form {
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  padding: 32px;
  background: rgba(255,255,255,0.02);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: flex; flex-direction: column; gap: 16px;
}
.rs-form-label {
  font-family: var(--font-mono);
  font-size: 11px; color: var(--fg-3);
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  display: block;
}
.rs-input, .rs-textarea, .rs-select {
  width: 100%;
  background: rgba(0,0,0,0.3);
  border: 1px solid var(--line-2);
  color: var(--fg);
  padding: 12px 14px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 14.5px;
  outline: none;
  transition: border-color .2s ease, background .2s ease;
}
.rs-input:focus, .rs-textarea:focus, .rs-select:focus {
  border-color: var(--accent);
  background: rgba(0,0,0,0.5);
}
.rs-textarea { min-height: 100px; resize: vertical; font-family: var(--font-body); }
.rs-form-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.rs-form-submit {
  margin-top: 8px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  flex-wrap: wrap;
}
.rs-form-note {
  font-family: var(--font-mono);
  font-size: 11px; color: var(--fg-3);
}

.rs-kontakt-bullets {
  list-style: none; padding: 0; margin: 32px 0 0;
  display: flex; flex-direction: column; gap: 14px;
}
.rs-kontakt-bullets li {
  display: flex; gap: 14px;
  font-size: 14.5px; color: var(--fg-2);
  align-items: flex-start;
}
.rs-kontakt-bullets li strong { color: var(--fg); font-weight: 500; display: block; margin-bottom: 2px; }
.rs-kontakt-bullet-icon {
  width: 28px; height: 28px; flex-shrink: 0;
  border: 1px solid var(--line-2); border-radius: 6px;
  display: grid; place-items: center;
  font-family: var(--font-mono);
  font-size: 12px; color: var(--accent);
  background: rgba(255,255,255,0.02);
}

/* ── FAQ ────────────────────────────────────────── */
.rs-faq-list { display: flex; flex-direction: column; gap: 0; max-width: 880px; margin: 0 auto; }
.rs-faq {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.rs-faq:last-child { border-bottom: 1px solid var(--line); }
.rs-faq summary {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 500;
  letter-spacing: -0.01em;
  cursor: pointer;
  list-style: none;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.rs-faq summary::-webkit-details-marker { display: none; }
.rs-faq-toggle {
  width: 28px; height: 28px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-mono);
  font-size: 14px; color: var(--fg-2);
  flex-shrink: 0;
  transition: transform .25s ease, border-color .2s ease, color .2s ease;
}
.rs-faq[open] .rs-faq-toggle { transform: rotate(45deg); border-color: var(--accent); color: var(--accent); }
.rs-faq-body {
  margin-top: 14px;
  font-size: 15px; color: var(--fg-2); line-height: 1.6;
  max-width: 720px;
}

/* ── FOOTER ─────────────────────────────────────── */
.rs-footer {
  background: var(--bg);
  border-top: 1px solid var(--line);
  padding: 56px var(--pad) 24px;
}
.rs-footer-top {
  max-width: var(--max); margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}
.rs-footer-tag {
  margin-top: 16px;
  font-size: 13px; color: var(--fg-3); line-height: 1.6;
  max-width: 320px;
}
.rs-footer-attrib {
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 10.5px; color: var(--fg-4);
  line-height: 1.5;
}
.rs-footer-impressum {
  margin-top: 18px;
  display: flex; flex-direction: column;
  gap: 4px;
  max-width: 360px;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--fg-2);
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.rs-footer-impressum strong {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  color: var(--fg);
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.rs-footer-impressum .rs-footer-locations {
  margin-top: 4px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--fg-3);
  letter-spacing: 0.02em;
}
.rs-footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.rs-footer-cols h4 {
  font-size: 11px;
  font-family: var(--font-mono);
  color: var(--fg-3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-weight: 500;
}
.rs-footer-cols a {
  display: block;
  font-size: 14px; color: var(--fg-2);
  padding: 5px 0;
  transition: color .15s ease;
}
.rs-footer-cols a:hover { color: var(--fg); }
.rs-footer-bottom {
  max-width: var(--max); margin: 0 auto;
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12.5px; color: var(--fg-3);
  font-family: var(--font-mono);
  flex-wrap: wrap; gap: 12px;
}
.rs-footer-status { display: inline-flex; align-items: center; gap: 8px; }

/* ── REVEAL ────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.in { opacity: 1; transform: none; }

/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 960px) {
  :root { --pad: 20px; }
  .rs-section { padding: 64px var(--pad); }
  [data-hero-layout="right"] .rs-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  /* Stacked layout: restore the video's natural aspect-ratio since the
     stretched-flex sizing only made sense in the side-by-side layout. */
  [data-hero-layout="right"] .rs-hero-visual .vp {
    aspect-ratio: 1.92 / 1;
    min-height: 0;
  }
  .rs-nav-links { display: none; }
  .rs-nav-right .rs-btn-primary { display: none; }
  .rs-usp-grid, .rs-cases, .rs-services, .rs-insights, .rs-steps { grid-template-columns: 1fr; }
  .rs-training-vis { grid-template-columns: 1fr; }
  .rs-robocheck, .rs-about, .rs-kontakt .rs-section-inner { grid-template-columns: 1fr; gap: 32px; }
  .rs-form-row { grid-template-columns: 1fr; }
  .rs-footer-top { grid-template-columns: 1fr; }
  .rs-footer-cols { grid-template-columns: repeat(2, 1fr); }
}

/* ── MOBILE (≤720px) ──────────────────────────────
   Hero: video full-bleed at the top (edge-to-edge), text block below.
   The cinematic 3D scene wants real estate — give it the full screen
   width, then let the headline/CTA breathe in their own column. */
@media (max-width: 720px) {
  :root { --pad: 16px; }

  /* Hero shell: tight padding, video at top, text under it */
  .rs-hero { min-height: 0; }
  .rs-hero-inner {
    padding: 16px 0 48px;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  /* Visual order: video first, copy second */
  [data-hero-layout="right"] .rs-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .rs-hero-visual { order: 1; }
  .rs-hero-copy   { order: 2; padding: 0 var(--pad); }

  /* Full-bleed video — edge-to-edge, no rounded corners or cyan glow.
     Taller aspect on mobile so the cube stack and robot fill the screen
     and the 3D scene reads at full impact. */
  [data-hero-layout="right"] .rs-hero-visual .vp,
  .vp {
    aspect-ratio: 3 / 4;
    border-radius: 0;
    border-left: 0; border-right: 0;
    box-shadow: none;
    margin: 0;
    min-height: 0;
  }
  .rs-hero-visual { width: 100vw; margin-left: calc(50% - 50vw); }

  /* Narration: keep upper-left placement, slightly smaller */
  .vp-narration {
    top: 8%; left: 5%;
    max-width: 70%;
    min-height: 110px;
  }
  .vp-narration-line { font-size: clamp(20px, 6vw, 28px); }
  .vp-narration-sub  { font-size: 12px; }
  .vp-narration-kicker { font-size: 10px; }

  /* Hide tag/readout/corners on mobile — too much chrome on a small frame */
  .vp-tag, .vp-readout, .vp-corner { display: none; }
  .vp-progress { right: 14px; bottom: 14px; }
  .vp-progress-dot { width: 16px; height: 2px; }
  .vp-sound { right: 14px; bottom: 32px; padding: 5px 9px; font-size: 10px; }

  /* Headline scales down so it doesn't dwarf the visual */
  .rs-h1 { font-size: clamp(34px, 9vw, 48px); margin-top: 14px; }
  .rs-sub { font-size: 16px; }
  .rs-cta-row { flex-direction: column; align-items: stretch; }
  .rs-cta-row .rs-btn { justify-content: center; }
  .rs-trust { flex-wrap: wrap; gap: 10px; }

  /* Section padding tighter */
  .rs-section { padding: 56px var(--pad); }
  .rs-h2 { font-size: clamp(28px, 7vw, 36px); }
  .rs-section-head-row {
    flex-direction: column; align-items: flex-start; gap: 12px;
  }

  /* Footer: single column for cols, full-width brand block */
  .rs-footer-cols { grid-template-columns: 1fr; gap: 24px; }
  .rs-footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* Nav CTA on mobile: shorten "Robo-Check anfragen" → "Robo-Check"
   so it stays on a single line next to the lang switcher. */
@media (max-width: 720px) {
  .rs-btn-pill {
    font-size: 12px;
    padding: 8px 12px;
    gap: 6px;
  }
  .rs-btn-pill-desktop { display: none; }
  .rs-btn-pill-mobile { display: inline; }
  .rs-nav-cta { gap: 8px; }
}

/* Very small phones (≤380px) — squeeze a bit more */
@media (max-width: 380px) {
  .vp-narration { max-width: 78%; }
  .vp-narration-line { font-size: clamp(18px, 6vw, 24px); }
  .rs-h1 { font-size: clamp(30px, 9vw, 40px); }
}

/* ═══════════════════════════════════════════════════
   robotik-checker.de — Ergänzungen zum robotskills-Designsystem
   ═══════════════════════════════════════════════════ */

/* ── 4-PHASEN-PROZESS ──────────────────────────── */
.rc-phases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.rc-phase {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
  transition: border-color .2s ease, transform .2s ease;
}
.rc-phase:hover {
  border-color: color-mix(in oklab, var(--accent) 45%, var(--line-2));
  transform: translateY(-3px);
}
.rc-phase-num {
  font-family: var(--font-mono);
  font-size: 11px; color: var(--accent);
  letter-spacing: 0.08em;
}
.rc-phase-bar { height: 1px; background: var(--line); }
.rc-phase-title {
  font-family: var(--font-display);
  font-size: 19px; font-weight: 500;
  letter-spacing: -0.02em; margin: 0; line-height: 1.2;
  text-wrap: balance;
}
.rc-phase-body {
  font-size: 14px; color: var(--fg-2); line-height: 1.55; margin: 0;
  flex: 1; text-wrap: pretty;
}
.rc-phase-meta {
  font-family: var(--font-mono);
  font-size: 10.5px; color: var(--fg-3);
  letter-spacing: 0.03em;
  padding-top: 10px; border-top: 1px solid var(--line);
}

/* ── 4er-RASTER (Bewertungskriterien) ─────────── */
.rc-usp-4 { grid-template-columns: repeat(4, 1fr); }

/* ── ERGEBNIS / DELIVERABLE ────────────────────── */
.rc-deliver {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.rc-deliver-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  background: linear-gradient(180deg, var(--bg-3), var(--bg));
  display: flex; flex-direction: column; gap: 12px;
}
.rc-deliver-tag {
  font-family: var(--font-mono);
  font-size: 10.5px; color: var(--accent);
  letter-spacing: 0.06em; text-transform: uppercase;
}
.rc-deliver-card h3 {
  font-family: var(--font-display);
  font-size: 21px; font-weight: 500;
  letter-spacing: -0.02em; margin: 0;
}
.rc-deliver-card p {
  font-size: 14.5px; color: var(--fg-2); line-height: 1.6; margin: 0;
}

/* ── PREIS-CALLOUT ─────────────────────────────── */
.rc-price {
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  padding: 40px;
  background:
    radial-gradient(ellipse 50% 70% at 12% 0%, var(--accent-soft), transparent 60%),
    linear-gradient(180deg, var(--bg-3), var(--bg));
  display: grid; grid-template-columns: auto 1px 1fr; gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
.rc-price-num {
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 500; letter-spacing: -0.04em;
  line-height: 1;
}
.rc-price-num small {
  display: block; margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 12px; color: var(--fg-3);
  letter-spacing: 0.02em;
}
.rc-price-divider { background: var(--line); align-self: stretch; }
.rc-price-text { font-size: 15px; color: var(--fg-2); line-height: 1.6; }
.rc-price-text strong { color: var(--fg); font-weight: 500; }

/* ── FÖRDERPROGRAMM-KARTEN ─────────────────────── */
.rc-foerder-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.rc-foerder-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-3);
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color .2s ease, transform .2s ease;
}
.rc-foerder-card:hover {
  border-color: color-mix(in oklab, var(--accent) 35%, var(--line-2));
  transform: translateY(-2px);
}
.rc-foerder-card-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
}
.rc-foerder-tag {
  font-family: var(--font-mono);
  font-size: 10.5px; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--fg-3);
  padding: 3px 8px; border: 1px solid var(--line); border-radius: 4px;
}
.rc-foerder-rate {
  font-family: var(--font-display);
  font-size: 21px; font-weight: 500; letter-spacing: -0.01em;
  color: var(--accent); white-space: nowrap;
}
.rc-foerder-name {
  font-family: var(--font-display);
  font-size: 17px; font-weight: 500; letter-spacing: -0.01em;
  margin: 0; line-height: 1.3; text-wrap: balance;
}
.rc-foerder-body {
  margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--fg-2);
  text-wrap: pretty;
}
.rc-foerder-fit {
  font-family: var(--font-mono);
  font-size: 11px; color: var(--fg-3);
  padding-top: 12px; border-top: 1px solid var(--line);
}
.rc-foerder-fit strong { color: var(--accent); font-weight: 500; }

.rc-disclaimer {
  margin-top: 24px;
  padding: 22px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-3);
}
.rc-disclaimer h4 {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--fg-3); margin: 0 0 8px; font-weight: 500;
}
.rc-disclaimer p {
  margin: 0; font-size: 13px; line-height: 1.55; color: var(--fg-3);
}

/* ── ANSPRECHPARTNER ───────────────────────────── */
.rc-person {
  margin-top: 28px;
  display: flex; align-items: center; gap: 18px;
  padding: 18px;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
}
.rc-person-photo {
  width: 64px; height: 64px; flex-shrink: 0;
  border-radius: 50%; object-fit: cover;
  border: 1px solid var(--line-2);
  filter: contrast(1.02) saturate(0.92);
}
.rc-person-info { display: flex; flex-direction: column; gap: 2px; }
.rc-person-info strong {
  font-family: var(--font-display);
  font-size: 16px; font-weight: 500; letter-spacing: -0.01em;
}
.rc-person-info span {
  font-family: var(--font-mono);
  font-size: 11.5px; color: var(--fg-3);
}
.rc-person-info a {
  margin-top: 6px;
  font-size: 13px; color: var(--accent);
  display: inline-flex; align-items: center; gap: 6px;
}
.rc-person-info a:hover { text-decoration: underline; }

/* ── KONTAKT: Calendly-Block ───────────────────── */
.rc-cal {
  margin-top: 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.rc-form-success {
  display: none;
  padding: 14px 16px;
  border: 1px solid color-mix(in oklab, var(--accent) 40%, var(--line-2));
  border-radius: 8px;
  background: var(--accent-soft);
  font-size: 14px; color: var(--fg);
}
.rc-form-success.show { display: block; }

/* ── RESPONSIVE ────────────────────────────────── */
@media (max-width: 960px) {
  .rc-phases { grid-template-columns: repeat(2, 1fr); }
  .rc-usp-4 { grid-template-columns: 1fr; }
  .rc-deliver { grid-template-columns: 1fr; }
  .rc-foerder-grid { grid-template-columns: 1fr; }
  .rc-price { grid-template-columns: 1fr; gap: 24px; }
  .rc-price-divider { display: none; }
}
@media (max-width: 720px) {
  .rc-phases { grid-template-columns: 1fr; }
  .rc-price { padding: 28px; }
  .rc-deliver-card { padding: 24px; }
}

/* ── Smooth-Scroll mit Offset für die Sticky-Nav ── */
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 84px; }

/* ── Footer-Rechtslinks ────────────────────────── */
.rs-footer-bottom a { color: var(--fg-2); transition: color .15s ease; }
.rs-footer-bottom a:hover { color: var(--accent); }

/* ═══════════════════════════════════════════════════
   Inhalts-/Rechtsseiten (Impressum, Datenschutz)
   Subset aus rs-content.css
   ═══════════════════════════════════════════════════ */
.rs-content-nav { border-bottom: 1px solid var(--line); }
.rs-content {
  max-width: 920px; margin: 0 auto;
  padding: 96px var(--pad) 96px;
}
.rs-content-header {
  margin-bottom: 48px; padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.rs-content-header .rs-section-kicker { margin-bottom: 16px; display: inline-block; }
.rs-content-header .rs-h1 {
  font-size: clamp(40px, 5vw, 60px);
  margin: 0 0 24px; text-wrap: balance;
}
.rs-content-lead {
  font-size: 17px; color: var(--fg-2); line-height: 1.6;
  max-width: 640px; text-wrap: pretty;
}
.rs-content-footer .rs-footer-bottom a { color: var(--fg-2); transition: color .15s ease; }
.rs-content-footer .rs-footer-bottom a:hover { color: var(--accent); }
.rs-footer-sep { color: var(--fg-4); }

/* Legal */
.rs-legal .rs-legal-block { margin-bottom: 40px; }
.rs-legal h2 {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 500; letter-spacing: -0.01em;
  color: var(--fg); margin: 0 0 14px; padding-top: 8px;
  text-wrap: balance;
}
.rs-legal p, .rs-legal ul {
  font-size: 15px; line-height: 1.65; color: var(--fg-2);
  margin: 0 0 14px; text-wrap: pretty;
}
.rs-legal ul { padding-left: 20px; }
.rs-legal li { margin-bottom: 6px; }
.rs-legal strong { color: var(--fg); font-weight: 500; }
.rs-legal a {
  color: var(--accent); text-decoration: underline;
  text-decoration-color: rgba(34, 211, 238, 0.35);
  text-underline-offset: 3px;
  transition: text-decoration-color .15s ease;
}
.rs-legal a:hover { text-decoration-color: var(--accent); }
.rs-legal-todo {
  display: inline-block; padding: 1px 8px;
  background: rgba(255, 200, 80, 0.08);
  border: 1px dashed rgba(255, 200, 80, 0.4);
  border-radius: 4px; color: rgb(255, 210, 130);
  font-family: var(--font-mono); font-size: 12.5px;
}
.rs-legal-note {
  padding: 14px 16px; background: var(--bg-3);
  border-left: 2px solid var(--accent);
  border-radius: 4px; font-size: 14px;
}
.rs-legal-stand {
  margin-top: 56px; padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 13.5px; color: var(--fg-3); font-style: italic;
}
@media (max-width: 720px) {
  .rs-content { padding: 64px var(--pad) 64px; }
}

/* ── VR-Simulation (Methodik-Block in Ablauf) ──── */
.rc-vr-block { margin-top: 72px; }
.rc-vr-block .rs-section-head { margin-bottom: 32px; max-width: 760px; }
.rc-vr-h3 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500; letter-spacing: -0.02em;
  margin: 0 0 16px; line-height: 1.1;
  color: var(--fg); text-wrap: balance;
}
.rc-vr-figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-3);
  box-shadow: 0 20px 60px -20px rgba(0,0,0,0.5);
}
.rc-vr-figure img { display: block; width: 100%; height: auto; }
.rc-vr-credits {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.06em;
  color: var(--fg-3); text-transform: uppercase;
}
.rc-vr-credits .rc-vr-sep { color: var(--fg-4); }

/* ── "Warum jetzt" — Pull-Quote + Bridge ───────── */
.rc-pull {
  max-width: 880px;
  margin: 56px auto 28px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.rc-pull p {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--fg);
  margin: 0;
  text-wrap: balance;
}
.rc-bridge {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
  color: var(--fg-2);
  text-wrap: pretty;
}
.rc-bridge strong { color: var(--fg); font-weight: 500; }

/* ── WHITEPAPER-Sektion ────────────────────────── */
.rc-wp {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 48px;
  background:
    radial-gradient(ellipse 60% 40% at 80% 0%, var(--accent-soft), transparent 60%),
    linear-gradient(180deg, var(--bg-3), var(--bg));
}
.rc-wp-left { display: flex; flex-direction: column; justify-content: center; }
.rc-wp h3 {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 500; letter-spacing: -0.02em;
  margin: 0 0 14px; line-height: 1.2; text-wrap: balance;
}
.rc-wp-intro {
  font-size: 15px; color: var(--fg-2); line-height: 1.6; margin: 0 0 22px;
}
.rc-wp-bullets {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: flex; flex-direction: column; gap: 10px;
}
.rc-wp-bullets li {
  font-size: 14px; color: var(--fg-2);
  display: flex; gap: 10px; align-items: flex-start;
}
.rc-wp-bullets li::before {
  content: ''; width: 4px; height: 4px; border-radius: 50%;
  background: var(--accent); margin-top: 8px; flex-shrink: 0;
  box-shadow: 0 0 8px var(--accent);
}
.rc-wp-cta { align-self: flex-start; }
.rc-wp-cover {
  border: 1px solid var(--line-2);
  border-radius: 12px;
  padding: 32px;
  background: linear-gradient(180deg, #0a0c10, #050607);
  display: flex; flex-direction: column; gap: 18px;
  position: relative;
  min-height: 320px;
}
.rc-wp-tag {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.08em; color: var(--accent); text-transform: uppercase;
}
.rc-wp-cover-title {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 500; letter-spacing: -0.02em;
  line-height: 1.2; margin: 0; color: var(--fg);
}
.rc-wp-cover-sub {
  font-size: 13px; color: var(--fg-3); margin: 0; line-height: 1.55;
}
.rc-wp-meta {
  margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 11px;
  color: var(--fg-3); line-height: 1.7;
}
@media (max-width: 960px) {
  .rc-wp { grid-template-columns: 1fr; padding: 32px; gap: 32px; }
  .rc-wp-cover { min-height: 240px; }
}

/* ── Preis als Beispiel + Skalierungsfaktoren ──── */
.rc-price-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--accent);
  padding: 4px 10px; margin-bottom: 16px;
  border: 1px solid color-mix(in oklab, var(--accent) 35%, var(--line-2));
  border-radius: 999px;
  background: var(--accent-soft);
  align-self: flex-start;
}
.rc-price-num { display: flex; flex-direction: column; align-items: flex-start; }
.rc-price-factors {
  margin-top: 16px; margin-bottom: 40px;
  padding: 22px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-3);
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 24px;
}
.rc-price-factors-label {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--fg-3);
  flex-shrink: 0;
}
.rc-price-factors-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 6px 22px;
  font-size: 14px; color: var(--fg-2);
}
.rc-price-factors-list li {
  position: relative; padding-left: 14px;
}
.rc-price-factors-list li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--accent);
}
@media (max-width: 720px) {
  .rc-price-factors { flex-direction: column; align-items: flex-start; }
}

/* ── DSGVO-Hinweis unterm Formular ─────────────── */
.rs-form-privacy {
  margin: 14px 0 0;
  font-size: 12.5px; line-height: 1.5; color: var(--fg-3);
}
.rs-form-privacy a {
  color: var(--fg-2); text-decoration: underline;
  text-decoration-color: var(--line-2);
  text-underline-offset: 2px;
  transition: color .15s ease, text-decoration-color .15s ease;
}
.rs-form-privacy a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

/* FAQ-Body-Links sichtbar machen */
.rs-faq-body a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: rgba(34, 211, 238, 0.35);
  text-underline-offset: 3px;
  transition: text-decoration-color .15s ease;
}
.rs-faq-body a:hover { text-decoration-color: var(--accent); }

/* ── PRESSE-Seite ──────────────────────────────── */
.rs-legal .rc-press-quote {
  margin: 0;
  padding: 24px 28px;
  border-left: 3px solid var(--accent);
  background: var(--bg-3);
  border-radius: 0 6px 6px 0;
  font-family: var(--font-display);
  font-size: 17px; line-height: 1.6;
  color: var(--fg);
  font-style: normal;
  text-wrap: pretty;
}
.rs-legal .rc-press-quote cite {
  display: block; margin-top: 14px;
  font-family: var(--font-mono);
  font-size: 12px; font-style: normal;
  color: var(--fg-3);
}
.rc-press-contact {
  display: flex; gap: 28px; align-items: flex-start;
  padding: 24px;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
}
.rc-press-portrait {
  width: 130px; height: 162px; flex-shrink: 0;
  border-radius: 10px; object-fit: cover;
  border: 1px solid var(--line-2);
  filter: contrast(1.02) saturate(0.92);
}
.rc-press-contact-body { display: flex; flex-direction: column; gap: 3px; }
.rc-press-contact-body strong {
  font-family: var(--font-display);
  font-size: 20px; font-weight: 500; letter-spacing: -0.01em;
  color: var(--fg);
}
.rc-press-contact-body > span {
  font-family: var(--font-mono);
  font-size: 12px; color: var(--fg-3);
}
.rc-press-channels {
  margin-top: 16px;
  display: flex; flex-direction: column; gap: 8px;
}
.rc-press-channels a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: rgba(34, 211, 238, 0.35);
  text-underline-offset: 3px;
  font-size: 14.5px;
  transition: text-decoration-color .15s ease;
}
.rc-press-channels a:hover { text-decoration-color: var(--accent); }

.rc-press-downloads {
  list-style: none; padding: 0; margin: 0 0 16px;
  display: flex; flex-direction: column; gap: 10px;
}
.rc-press-downloads li {
  display: grid; grid-template-columns: 1fr auto auto;
  gap: 18px; align-items: center;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-3);
}
.rc-press-downloads li strong {
  font-family: var(--font-display);
  font-size: 15px; font-weight: 500;
  color: var(--fg);
}
.rc-press-downloads li > span {
  font-family: var(--font-mono);
  font-size: 11.5px; color: var(--fg-3);
}
.rc-press-downloads li a {
  font-size: 13.5px;
  color: var(--accent);
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid color-mix(in oklab, var(--accent) 30%, var(--line-2));
  padding: 6px 12px; border-radius: 999px;
  transition: background .15s ease, border-color .15s ease;
}
.rc-press-downloads li a:hover {
  background: var(--accent-soft);
  border-color: var(--accent);
}

@media (max-width: 720px) {
  .rc-press-contact { flex-direction: column; }
  .rc-press-portrait { width: 100%; height: auto; aspect-ratio: 4/5; max-width: 240px; }
  .rc-press-downloads li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .rc-press-downloads li a { justify-self: flex-start; }
}

/* ── Formular-Erfolgsmeldung (nur nach Submit sichtbar) ── */
.rs-form-success {
  display: none;
  margin-top: 4px;
  padding: 14px 16px;
  border: 1px solid color-mix(in oklab, var(--accent) 40%, var(--line-2));
  border-radius: 8px;
  background: var(--accent-soft);
  font-size: 14px;
  line-height: 1.5;
  color: var(--fg);
}
.rs-form-success.show { display: block; }
