/* ==========================================================================
   scout4skills — Rebrand 2026
   Farbpalette (Brandbook): Primary Dark #0B0B0B · Grey Green #1C1C1C ·
     Dark Green #223C30 · Future Green #75FBA3 · Punk Pink #FF0099 ·
     White #FFFFFF · Off-White #F5FAF6
   Font: Chillax (primäre Hausschrift, alle Textelemente) · Finished Sympathy (Claim)
   ========================================================================== */

/* ---------- Fonts (selbst gehostet, DSGVO-konform) ---------- */
/* Chillax — primäre Markenschrift (Variable Font, Gewicht 200–700) */
@font-face {
  font-family: 'Chillax';
  src: url('../fonts/Chillax-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-display: swap;
}
@font-face {
  font-family: 'Rock Salt';
  src: url('../fonts/RockSalt-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
/* Finished Sympathy wird bewusst NICHT mehr genutzt — der Claim „OHNE BULLSHIT."
   wird ausschließlich als Grafik (assets/img/s4s-claim-green.svg) eingesetzt. */

/* ---------- Design Tokens ---------- */
:root {
  --black: #0b0b0b;      /* Primary Dark */
  --dark: #1c1c1c;       /* Grey Green — Cards/Surfaces */
  --forest: #223c30;     /* Dark Green — sekundärer Akzent */
  --neon: #75fba3;       /* Future Green — primäre Interaktionsfarbe */
  --pink: #FF0099;       /* Punk Pink — seltene Highlights */
  --offwhite: #F5FAF6;   /* Off-White — heller Section-Hintergrund */
  --sage: #CED3CF;       /* gedämpfter Grauton für sekundären Text auf Dark */
  --white: #ffffff;      /* White — Text/High-Contrast auf Dark */
  --text: #e8ebe8;
  --text-dim: #9aa39c;

  --font-head: 'Chillax', Verdana, sans-serif;
  --font-body: 'Chillax', Verdana, sans-serif;
  --font-claim: 'Chillax', Verdana, sans-serif; /* Finished Sympathy entfernt — Claim ist Grafik */

  --radius: 20px;
  --radius-sm: 12px;
  --maxw: 1320px;
  --shadow-neon: 0 0 40px rgba(117, 251, 163, 0.18);
  --shadow-pink: 0 0 40px rgba(255, 0, 153, 0.22);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 106.25%; /* 17px-Basis: hebt alle rem-Größen an */
  scrollbar-gutter: stable; /* Scrollleisten-Platz immer reservieren → schwebende Nav-Box verrutscht nie zwischen Seiten */
  overflow-x: hidden; /* verhindert, dass dekorative .blob-Glows (right:-120px) den Layout-Viewport auf Mobil aufblähen */
}

body {
  background: var(--black);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1.06rem; /* ~18px Fließtext */
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--pink); color: #fff; }

/* Barrierefreiheit (WCAG 2.2 AA): immer klar sichtbarer Keyboard-Focus */
:focus-visible {
  outline: 3px solid var(--neon);
  outline-offset: 2px;
  border-radius: 4px;
}
/* Off-White-Sections: Focus dunkel, damit auf hellem Grund sichtbar */
.section-sage :focus-visible { outline-color: var(--forest); }

img { max-width: 100%; display: block; }
a { color: var(--neon); text-decoration: none; overflow-wrap: break-word; }
a:hover { color: #fff; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 500;         /* Brandbook: Headline/Subline = Chillax Medium */
  line-height: 1.15;
  color: var(--white);
  overflow-wrap: break-word;
  hyphens: none;            /* keine automatischen Worttrennungen */
  text-wrap: balance;       /* ausgewogene Zeilenumbrüche */
}

h1 { font-size: clamp(2rem, 4.2vw, 3.4rem); font-weight: 500; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.35rem; }

p { color: var(--text-dim); }
strong { color: var(--text); }

/* Content-Breite = Nav-Box-Breite: alle Inhalte richten sich an der Navileiste aus */
.container { width: min(1450px, max(78vw, 960px)); margin-inline: auto; padding: 0 clamp(48px, 4vw, 60px); }
@media (max-width: 980px) {
  .container { width: calc(100% - 28px); padding: 0 20px; }
}

section { position: relative; padding: 110px 0; }

.section-label {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--neon);
  margin-bottom: 14px;
}
.section-label.pink { color: var(--sage); }

.section-head { max-width: none; margin-bottom: 56px; }
.section-head p { margin-top: 16px; font-size: 1.15rem; }

/* ---------- Claim / Marker-Highlights (Rock Salt) ---------- */
.claim {
  font-family: var(--font-claim);
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  color: var(--neon);
  display: inline-block;
}
.marker {
  display: inline-block;
  font-family: var(--font-claim);
  background: var(--pink);
  color: var(--black);
  padding: 0.25em 0.55em 0.15em;
  box-decoration-break: clone;
}
.marker.green { background: var(--neon); }
/* Claim-Grafik (ersetzt den Text-Claim im Hero/Kontakt) */
.hero-claim-img { display: block; height: clamp(30px, 4vw, 50px); width: auto; }

/* ---------- Wordmark / Logo ---------- */
.wordmark {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  color: var(--sage);
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}
.wordmark .i-dot { position: relative; }
.wordmark .i-dot::after {
  content: '';
  position: absolute;
  top: 0.02em;
  left: 50%;
  transform: translateX(-50%);
  width: 0.22em;
  height: 0.22em;
  border-radius: 50%;
  background: var(--neon);
}
/* Echtes SVG-Logo (ersetzt den Text-Schriftzug) */
.wordmark { display: inline-flex; }
.brand-logo { height: 30px; width: auto; display: block; }
.site-footer .brand-logo { height: 28px; }
@media (max-width: 980px) { .brand-logo { height: 24px; } }

/* ---------- Header / Nav ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding-top: 18px;
  transition: padding 0.3s var(--ease);
}
/* Frei schwebende, abgerundete Nav-Box (Design-Briefing 2.3):
   Höhe ~88px, Breite ~78vw (max 1450px), Radius 28–30px, Innen-Padding 48–60px,
   Verteilung Logo links / Navigation zentriert / CTA rechts. */
.nav-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  width: min(1450px, max(78vw, 960px));
  margin-inline: auto;
  padding: 0 clamp(48px, 4vw, 60px);
  border-radius: 30px;
  background: rgba(11, 11, 11, 0.6);
  border: 1px solid rgba(206, 211, 207, 0.10);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.32);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
/* Solider & kompakter beim Scrollen */
.site-header.scrolled { padding-top: 10px; }
.site-header.scrolled .nav-row {
  background: rgba(11, 11, 11, 0.9);
  border-color: rgba(117, 251, 163, 0.22);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
/* main-nav füllt die Fläche zwischen Logo und rechtem Rand;
   nav-list wird darin zentriert, nav-right an den rechten Rand gepinnt. */
.main-nav { flex: 1; display: flex; align-items: center; }
/* Nav-Liste exakt in der Box zentriert (unabhängig von Logo-/CTA-Breite) */
.nav-list { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: clamp(22px, 2.2vw, 40px); list-style: none; margin: 0; padding: 0; }
/* right = Box-Padding, damit der Jobs-Button symmetrisch zum Logo Abstand zum Rand hat
   (absolut positionierte Elemente ignorieren das Padding der Box) */
.nav-right { position: absolute; right: clamp(48px, 4vw, 60px); top: 50%; transform: translateY(-50%); }
.nav-item { position: relative; }

/* Top-Level-Eintrag (Link ODER Dropdown-Button) */
.nav-top {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  color: var(--sage);
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  position: relative;
}
.nav-top::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 0%; height: 2px;
  background: var(--neon);
  transition: width 0.25s var(--ease);
}
.nav-top:hover,
.nav-item:hover > .nav-top,
.nav-item:focus-within > .nav-top { color: #fff; }
.nav-top:hover::after { width: 100%; }
/* Bewusst KEINE Hervorhebung der aktuellen Seite — die Navileiste sieht auf
   jeder Seite identisch aus (nur der transiente Hover-Effekt bleibt). */

.caret {
  width: 10px; height: 6px;
  stroke: currentColor; fill: none;
  stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
  transition: transform 0.25s var(--ease);
}
.nav-item:hover .caret,
.nav-item:focus-within .caret,
.has-dropdown.open .caret { transform: rotate(180deg); }

/* Dropdown-Panel (dunkle Karte) */
.dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: -16px;
  min-width: 264px;
  background: var(--dark);
  border: 1px solid rgba(206, 211, 207, 0.12);
  border-radius: var(--radius-sm);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease), visibility 0.2s;
  z-index: 120;
}
/* unsichtbare Brücke, damit der Hover beim Überfahren nicht abreißt */
.dropdown::before { content: ''; position: absolute; top: -16px; left: 0; right: 0; height: 16px; }
.nav-item:hover > .dropdown,
.nav-item:focus-within > .dropdown,
.has-dropdown.open > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 11px 14px;
  border-radius: 8px;
  color: var(--text);
}
.dropdown a:hover { background: rgba(117, 251, 163, 0.08); }
.dd-title { font-family: var(--font-head); font-weight: 600; font-size: 0.98rem; color: var(--white); }
.dropdown a:hover .dd-title,
.dropdown a.active .dd-title { color: var(--neon); }
.dd-desc { font-size: 0.82rem; color: var(--text-dim); }

/* Rechte Seite: Sprachwahl + CTA */
.nav-right { display: flex; align-items: center; gap: 18px; }
.lang-select { position: relative; }
.lang-toggle {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--text-dim);
  background: none;
  border: 1px solid rgba(206, 211, 207, 0.25);
  border-radius: 999px;
  padding: 6px 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s;
}
.lang-toggle:hover,
.lang-select.open .lang-toggle { border-color: var(--neon); color: var(--neon); }
.lang-dropdown { left: auto; right: 0; min-width: 160px; }
.lang-dropdown a {
  flex-direction: row;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--text);
}
.lang-dropdown a:hover,
.lang-dropdown a.active { color: var(--neon); }

.nav-cta { margin-left: 2px; }

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 42px; height: 42px;
  position: relative;
  z-index: 110;
}
.burger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--sage);
  margin: 5px auto;
  transition: 0.3s var(--ease);
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 980px) {
  .burger { display: block; }
  /* Mobile: Box wieder nahezu vollbreit (Desktop-min-Breite würde überlaufen) */
  .nav-row {
    width: calc(100% - 28px);
    height: 68px;
    padding: 0 20px;
    border-radius: 22px;
  }
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 105;
    background: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: 120px 28px 48px;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .main-nav.open { opacity: 1; pointer-events: auto; }

  .nav-list { position: static; transform: none; left: auto; flex-direction: column; align-items: stretch; gap: 0; width: 100%; margin: 0; }
  .nav-item { border-bottom: 1px solid rgba(206, 211, 207, 0.08); }
  .nav-top {
    width: 100%;
    justify-content: space-between;
    font-size: 1.2rem;
    padding: 18px 2px;
  }
  .nav-top::after { display: none; }

  /* Dropdowns als aufklappbare Sektionen */
  .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: none;
    border: none;
    box-shadow: none;
    min-width: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s var(--ease);
  }
  .dropdown::before { display: none; }
  .has-dropdown.open > .dropdown { max-height: 420px; padding: 0 0 10px; }
  .dropdown a { padding: 12px 8px; }

  .nav-right {
    position: static;
    transform: none;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    margin-top: 26px;
  }
  .lang-select { width: 100%; }
  .lang-toggle { width: 100%; justify-content: space-between; font-size: 1rem; padding: 12px 16px; }
  .lang-dropdown { position: static; right: auto; min-width: 0; }
  .lang-select.open .lang-dropdown { max-height: 200px; padding: 4px 0 10px; }
  .nav-cta { width: 100%; justify-content: center; margin: 6px 0 0; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 30px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s, background 0.25s, color 0.25s;
  will-change: transform;
}
.btn-neon {
  background: var(--neon);
  color: var(--black);
}
.btn-neon:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: var(--shadow-neon);
  color: var(--black);
}
/* "btn-pink" ist jetzt der sekundäre Button: ruhige Sage-Outline, Neon beim Hover */
.btn-pink {
  background: transparent;
  border-color: rgba(206, 211, 207, 0.35);
  color: var(--sage);
}
.btn-pink:hover {
  background: transparent;
  border-color: var(--neon);
  color: var(--neon);
  transform: translateY(-3px) scale(1.03);
  box-shadow: var(--shadow-neon);
}
.btn-ghost {
  border-color: rgba(206, 211, 207, 0.3);
  color: var(--sage);
}
.btn-ghost:hover { border-color: var(--neon); color: var(--neon); }

.btn-sm { padding: 9px 20px; font-size: 0.9rem; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  overflow: hidden;
}
/* Ruhiger, statischer Hintergrund (keine Animation) */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(900px 600px at 82% 12%, rgba(117, 251, 163, 0.10), transparent 60%),
    radial-gradient(760px 560px at 6% 88%, rgba(34, 60, 48, 0.55), transparent 60%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 2; max-width: none; }
.hero h1 .accent { color: var(--neon); }
.hero-claim { margin: 26px 0 18px; }
.hero-sub {
  font-size: 1.2rem;
  max-width: none;
  margin-bottom: 38px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-badges {
  display: flex;
  gap: 34px;
  margin-top: 64px;
  flex-wrap: wrap;
}
.hero-badge { font-family: var(--font-head); }
.hero-badge .num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--neon);
  line-height: 1;
}
.hero-badge .lbl { font-size: 0.85rem; color: var(--text-dim); font-family: var(--font-body); }

.scroll-hint {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 24px; height: 40px;
  border: 2px solid rgba(206, 211, 207, 0.35);
  border-radius: 14px;
}
.scroll-hint::after {
  content: '';
  position: absolute;
  top: 7px; left: 50%;
  width: 4px; height: 8px;
  margin-left: -2px;
  border-radius: 4px;
  background: var(--neon);
  animation: scrollhint 1.8s infinite var(--ease);
}
@keyframes scrollhint {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(12px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ---------- 3D Tilt Cards ---------- */
.tilt-wrap { perspective: 1100px; }
.card {
  background: linear-gradient(160deg, var(--dark), #161616);
  border: 1px solid rgba(206, 211, 207, 0.09);
  border-radius: var(--radius);
  padding: 38px 32px;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out, border-color 0.3s, box-shadow 0.3s;
  position: relative;
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(600px circle at var(--mx, 50%) var(--my, 50%), rgba(117, 251, 163, 0.08), transparent 45%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.card:hover::before { opacity: 1; }
.card:hover { border-color: rgba(117, 251, 163, 0.35); box-shadow: var(--shadow-neon); }
.card > * { transform: translateZ(24px); }

.card .icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: transparent;
  border: 1px solid rgba(117, 251, 163, 0.3);
  color: var(--neon);
}
/* Iventa-Icons (gefüllt, eingefärbt über currentColor) */
.ico {
  width: 24px; height: 24px;
  display: block;
  fill: currentColor;
  stroke: none;
}
.contact-line .dot .ico { width: 20px; height: 20px; }
/* Iventa Icon-Badges (Mit Hintergrund, Schwarz) — self-contained, ersetzen die Box */
.ico-badge { display: block; width: 100%; height: 100%; object-fit: contain; }
.card .icon:has(.ico-badge) { width: 58px; height: 58px; border: none; background: none; }
.contact-line .dot:has(.ico-badge) { background: none; }
/* "card pink" = ruhige Variante mit Sage-Icon (kein Pink mehr) */
.card.pink .icon { background: transparent; border-color: rgba(206, 211, 207, 0.28); color: var(--sage); }
.section-sage .card .icon { border-color: rgba(34, 60, 48, 0.3); color: var(--forest); }
.card.pink:hover { border-color: rgba(117, 251, 163, 0.35); box-shadow: var(--shadow-neon); }
.card.pink::before {
  background: radial-gradient(600px circle at var(--mx, 50%) var(--my, 50%), rgba(117, 251, 163, 0.06), transparent 45%);
}
.card h3 { margin-bottom: 12px; }
.card p { font-size: 1.05rem; }
.card .card-link {
  display: inline-block;
  margin-top: 18px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
}

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
@media (max-width: 980px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* ---------- Process / Steps ---------- */
.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
/* 4-Schritt-Variante (KI/AI-Seiten): responsiv statt festem Inline-Grid */
.steps-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .steps-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps-4 { grid-template-columns: 1fr; } }

.step {
  counter-increment: step;
  background: var(--dark);
  border: 1px solid rgba(206, 211, 207, 0.09);
  border-radius: var(--radius-sm);
  padding: 28px 22px;
  position: relative;
  transition: transform 0.3s var(--ease), border-color 0.3s;
}
.step:hover { transform: translateY(-6px); border-color: var(--neon); }
.step::before {
  content: '0' counter(step);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--neon);
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.step h4 { font-size: 1.18rem; margin-bottom: 6px; }
.step p { font-size: 1rem; }

/* ---------- Sections alternativ (Waldgrün / Sage) ---------- */
.section-forest {
  background: var(--forest);
}
.section-forest h2, .section-forest h3 { color: #fff; }
.section-forest p { color: rgba(232, 235, 232, 0.75); }

/* Helle Sections: Off-White (#F5FAF6) statt reinem Weiß — Brandbook-Vorgabe */
.section-sage {
  background: var(--offwhite);
}
.section-sage h2, .section-sage h3, .section-sage h4 { color: var(--black); }
.section-sage p { color: #3c443e; }
.section-sage .section-label { color: var(--forest); }
.section-sage .card {
  background: #fff;
  border-color: rgba(11, 11, 11, 0.09);
}
.section-sage .card h3 { color: var(--black); }
.section-sage .card p { color: #4a524c; }
.section-sage .stat .lbl { color: #3c443e; }

/* ---------- Jobs ---------- */
.job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 980px) { .job-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .job-grid { grid-template-columns: 1fr; } }

.job-card {
  display: block;
  background: var(--dark);
  border: 1px solid rgba(206, 211, 207, 0.09);
  border-radius: var(--radius-sm);
  padding: 26px 24px;
  transition: transform 0.25s var(--ease), border-color 0.25s, box-shadow 0.25s;
}
.job-card:hover {
  transform: translateY(-5px);
  border-color: var(--neon);
  box-shadow: var(--shadow-neon);
}
.job-card h4 {
  font-size: 1.08rem;
  color: var(--white);
  margin-bottom: 10px;
  min-height: 2.5em;
}
.job-card .job-loc {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.88rem;
  color: var(--text-dim);
}
.job-card .job-loc::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--neon);
}
.job-card .job-go {
  margin-top: 16px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--neon);
}

/* ---------- Ticker / Marquee ---------- */
.ticker {
  overflow: hidden;
  border-top: 1px solid rgba(206, 211, 207, 0.1);
  border-bottom: 1px solid rgba(206, 211, 207, 0.1);
  padding: 18px 0;
  background: var(--black);
}
.ticker-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: ticker 30s linear infinite;
}
.ticker span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--text-dim);
  white-space: nowrap;
}
.ticker span em {
  font-style: normal;
  color: var(--neon);
}
.ticker span:nth-child(even) em { color: var(--sage); }
@keyframes ticker {
  to { transform: translateX(-50%); }
}

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
@media (max-width: 1100px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .team-grid { grid-template-columns: 1fr; } }

.team-card {
  background: var(--dark);
  border: 1px solid rgba(206, 211, 207, 0.09);
  border-radius: var(--radius-sm);
  padding: 26px 18px;
  text-align: center;
  transition: transform 0.3s var(--ease), border-color 0.3s;
}
.team-card:hover { transform: translateY(-6px) rotate(-1deg); border-color: var(--neon); }
.team-card .avatar {
  width: 84px; height: 84px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--neon);
}
.team-card:nth-child(3n) .avatar { background: rgba(206, 211, 207, 0.12); color: var(--sage); }
.team-card h4 { font-size: 1.02rem; }
.team-card p { font-size: 0.82rem; }
/* Team-Karten haben dunklen Hintergrund — auch innerhalb .section-sage helle Schrift */
.section-sage .team-card h4 { color: var(--white); }
.section-sage .team-card p { color: var(--text-dim); }
/* Foto statt Initialen-Avatar — Business sichtbar, Privatfoto beim Hover */
.team-card .avatar.avatar-photo { padding: 0; overflow: hidden; background: var(--forest); position: relative; }
.team-card .avatar.avatar-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  transition: opacity 0.4s var(--ease);
}
.team-card .avatar.avatar-photo .photo-priv { opacity: 0; }
.team-card:hover .avatar.avatar-photo .photo-priv,
.team-card:focus-within .avatar.avatar-photo .photo-priv { opacity: 1; }
@media (hover: none) {
  /* Touch-Geräte: Privatfoto nicht per Hover erreichbar → Business-Foto bleibt */
  .team-card .avatar.avatar-photo .photo-priv { display: none; }
}

/* ---------- Stats ---------- */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  text-align: center;
}
@media (max-width: 760px) { .stats-row { grid-template-columns: repeat(2, 1fr); } }
.stat .num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--neon);
  line-height: 1;
}
.stat:nth-child(even) .num { color: var(--sage); }
.stat .lbl { margin-top: 8px; font-size: 0.95rem; }

/* ---------- Kontakt ---------- */
/* Iventa Human-Pattern als sehr dezente Textur (Marken-Motiv, sparsam) */
.pattern-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../img/human-pattern-green.webp') center / cover no-repeat;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}
.pattern-bg > .container { position: relative; z-index: 1; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  font-size: 1.05rem;
}
.contact-line .dot {
  width: 44px; height: 44px;
  flex: none;
  border-radius: 12px;
  background: var(--forest);
  color: var(--neon);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.contact-line a { color: var(--text); font-weight: 600; }
.contact-line a:hover { color: var(--neon); }

.contact-form {
  background: var(--dark);
  border: 1px solid rgba(206, 211, 207, 0.09);
  border-radius: var(--radius);
  padding: 36px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 16px; }
.field label {
  display: block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.88rem;
  margin-bottom: 6px;
  color: var(--sage);
}
.field input, .field textarea, .field select {
  width: 100%;
  background: var(--black);
  border: 1px solid rgba(206, 211, 207, 0.16);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.98rem;
  transition: border-color 0.25s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--neon);
}
.field textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: 0.8rem; margin-top: 14px; }
.form-status {
  margin-top: 14px;
  font-weight: 600;
  font-size: 0.95rem;
  display: none;
}
.form-status.ok { display: block; color: var(--neon); }
.form-status.err { display: block; color: var(--pink); }

.checkbox-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-bottom: 18px;
}
.checkbox-line input { width: auto; margin-top: 4px; accent-color: var(--neon); }

/* ---------- Footer ---------- */
.site-footer {
  background: #080808;
  border-top: 1px solid rgba(206, 211, 207, 0.08);
  padding: 70px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-grid h5 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--white);
  margin-bottom: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a { color: var(--text-dim); font-size: 0.95rem; }
.footer-grid a:hover { color: var(--neon); }
.footer-about p { font-size: 0.92rem; margin-top: 14px; max-width: 300px; }

.social-row { display: flex; gap: 12px; margin-top: 20px; }
.social-row a {
  width: 42px; height: 42px;
  display: block;
  border-radius: 12px;
  transition: transform 0.25s var(--ease), filter 0.25s var(--ease);
}
.social-row a:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
}
.social-row .ico-brand {
  width: 100%; height: 100%;
  display: block;
}

.footer-bottom {
  border-top: 1px solid rgba(206, 211, 207, 0.07);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: var(--text-dim);
}
.footer-bottom .claim { font-size: 0.85rem; }
/* Offizielle Claim-Grafik (Future Green) im Footer */
.footer-claim { height: 26px; width: auto; display: block; }

/* ---------- Scroll Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .ticker-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Floating Blobs (3D-Deko) ---------- */
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.blob-green { background: var(--neon); width: 360px; height: 360px; opacity: 0.1; }
/* "blob-pink" jetzt als ruhiger Sage-Schimmer (kein Pink) */
.blob-pink { background: var(--sage); width: 320px; height: 320px; opacity: 0.06; }
.blob-forest { background: var(--forest); width: 480px; height: 480px; opacity: 0.5; }

/* ---------- Page Hero (Unterseiten) ---------- */
.page-hero {
  padding: 180px 0 90px;
  overflow: hidden;
}
.page-hero h1 { max-width: none; }
.page-hero .hero-sub { margin-top: 22px; max-width: none; }

/* ---------- Portal-Embed (Jobs) ---------- */
.portal-frame {
  width: 100%;
  height: 1400px;
  border: none;
  border-radius: var(--radius);
  background: #fff;
}

/* ---------- Blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 980px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } }

.post-card {
  background: var(--dark);
  border: 1px solid rgba(206, 211, 207, 0.09);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.3s var(--ease), border-color 0.3s;
  display: block;
}
.post-card:hover { transform: translateY(-6px); border-color: var(--neon); }
.post-card .post-img {
  min-height: 172px;
  background: var(--forest);
  display: flex;
  align-items: center;
  padding: 26px 24px;
}
/* Statt Platzhalter-Bild: Artikel-Überschrift in Future Green / Chillax */
.post-card .post-img-title {
  font-family: var(--font-head);
  font-weight: 500;
  color: var(--neon);
  font-size: 1.35rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card .post-body { padding: 24px; }
.post-card .post-meta { font-size: 0.8rem; color: var(--text-dim); margin-bottom: 8px; }
.post-card h3 { font-size: 1.12rem; color: var(--white); }
.post-card .post-excerpt { font-size: 0.92rem; margin-top: 10px; }

.empty-state {
  text-align: center;
  padding: 80px 20px;
  border: 2px dashed rgba(206, 211, 207, 0.15);
  border-radius: var(--radius);
}
.empty-state .claim { font-size: 1.4rem; margin-bottom: 16px; }

/* ---------- Blog-Artikel (Insights-Detailseite) ---------- */
/* Blog-Artikel nutzen die volle Content-/Nav-Breite */
.article-body { max-width: none; }
.article-body h2 { font-size: 1.55rem; margin: 42px 0 14px; }
.article-body h3 { font-size: 1.2rem; margin: 30px 0 10px; color: var(--white); }
.article-body p { font-size: 1.08rem; line-height: 1.75; margin-bottom: 18px; }
.article-body ul, .article-body ol { padding-left: 24px; margin: 0 0 20px; }
.article-body li { color: var(--text-dim); margin-bottom: 8px; line-height: 1.6; }
.article-body a { text-decoration: underline; text-underline-offset: 3px; }
.article-body blockquote {
  margin: 26px 0;
  padding: 6px 0 6px 22px;
  border-left: 3px solid var(--neon);
  color: var(--white);
  font-size: 1.15rem;
}
.article-body img { max-width: 100%; height: auto; border-radius: var(--radius-sm); margin: 24px 0; }
.article-meta { color: var(--text-dim); font-size: 0.9rem; margin-top: 18px; }
.article-back { display: inline-flex; align-items: center; gap: 8px; margin-top: 40px; }

/* ---------- Legal Pages ---------- */
.legal-content { max-width: 820px; }
.legal-content h2 { font-size: 1.5rem; margin: 40px 0 14px; }
.legal-content p, .legal-content li { color: var(--text-dim); margin-bottom: 10px; }
.legal-content ul { padding-left: 22px; }

/* comply-app Privacy-Policy-Sync rendert dunklen Text — heller Container */
.privacy-sync-wrap {
  background: var(--sage);
  border-radius: var(--radius);
  padding: 40px;
  color: #1c1c1c;
}
.privacy-sync-wrap * { color: #1c1c1c !important; }
.privacy-sync-wrap a { color: var(--forest) !important; text-decoration: underline; }

/* ---------- Zwei Säulen: Recruiting + Skills4AI ---------- */
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
@media (max-width: 820px) { .pillars { grid-template-columns: 1fr; } }
/* 3-Spalten-Variante (unternehmen.html: Recruiting / RaaS / RPO) */
.pillars-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1024px) { .pillars-3 { grid-template-columns: 1fr; } }

.pillar {
  position: relative;
  border-radius: var(--radius);
  padding: 44px 38px;
  overflow: hidden;
  border: 1px solid rgba(206, 211, 207, 0.1);
  transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s;
}
.pillar:hover { transform: translateY(-6px); border-color: rgba(117, 251, 163, 0.4); box-shadow: var(--shadow-neon); }
.pillar-people { background: linear-gradient(165deg, #182c22, #0e1a14); }
.pillar-ai { background: linear-gradient(165deg, var(--dark), #131313); }

.pillar .pillar-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--neon);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 22px;
}
.pillar-ai .pillar-tag { background: var(--sage); }
.pillar h3 { font-size: 1.6rem; margin-bottom: 6px; }
.pillar .pillar-sub { font-family: var(--font-head); font-weight: 600; color: var(--neon); font-size: 0.95rem; margin-bottom: 16px; }
.pillar-ai .pillar-sub { color: var(--sage); }
.pillar ul { list-style: none; margin: 18px 0 24px; }
.pillar li { position: relative; padding-left: 26px; margin-bottom: 10px; font-size: 1.04rem; color: var(--text-dim); }
.pillar li::before {
  content: '';
  position: absolute; left: 0; top: 0.55em;
  width: 12px; height: 2px; border-radius: 2px;
  background: var(--neon);
}
.pillar-ai li::before { background: var(--sage); }

.pillar-bridge {
  text-align: center;
  max-width: 680px;
  margin: 40px auto 0;
}
.pillar-bridge .claim { font-size: clamp(1.3rem, 3vw, 1.8rem); color: var(--neon); }

/* ---------- Testimonials (Vertrauen) ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .testi-grid { grid-template-columns: 1fr; } }

/* Testimonial-Slider (Startseite): alle Stimmen kompakt & wischbar */
.testi-slider { position: relative; }
.testi-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(117, 251, 163, 0.5) rgba(206, 211, 207, 0.08);
}
.testi-scroll::-webkit-scrollbar { height: 8px; }
.testi-scroll::-webkit-scrollbar-thumb { background: rgba(117, 251, 163, 0.45); border-radius: 999px; }
.testi-scroll::-webkit-scrollbar-track { background: rgba(206, 211, 207, 0.08); border-radius: 999px; }
.testi-scroll .testi {
  flex: 0 0 calc((100% - 2 * 24px) / 3);
  scroll-snap-align: start;
}
@media (max-width: 980px) { .testi-scroll .testi { flex-basis: calc((100% - 24px) / 2); } }
@media (max-width: 640px) { .testi-scroll .testi { flex-basis: 100%; } }
.testi-controls { display: flex; justify-content: center; gap: 14px; margin-top: 22px; }
.testi-arrow {
  width: 46px; height: 46px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(206, 211, 207, 0.3);
  background: transparent;
  color: var(--sage);
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s, transform 0.25s var(--ease);
}
.testi-arrow:hover { border-color: var(--neon); color: var(--neon); transform: translateY(-2px); }

.testi {
  background: var(--dark);
  border: 1px solid rgba(206, 211, 207, 0.1);
  border-radius: var(--radius);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease), border-color 0.3s;
}
.testi:hover { transform: translateY(-5px); border-color: rgba(117, 251, 163, 0.3); }
.testi .quote-mark {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 0.6;
  color: var(--neon);
  margin-bottom: 14px;
}
.testi p { color: var(--text); font-size: 1rem; line-height: 1.6; flex: 1; }
.testi .testi-author { margin-top: 22px; }
.testi .testi-author .name { font-family: var(--font-head); font-weight: 700; color: var(--white); font-size: 0.98rem; }
.testi .testi-author .role { font-size: 0.85rem; color: var(--text-dim); margin-top: 2px; }
.section-sage .testi { background: #fff; border-color: rgba(11,11,11,0.08); }
.section-sage .testi p { color: #2b322d; }
.section-sage .testi .testi-author .name { color: var(--black); }
.section-sage .testi .testi-author .role { color: #5a625c; }
.section-sage .testi .quote-mark { color: var(--forest); }

/* ---------- Logo-Wand (Kund:innen) ---------- */
.logo-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.logo-wall .logo-cell { flex: 0 1 240px; }
@media (max-width: 560px) { .logo-wall .logo-cell { flex-basis: 45%; } }

.logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 96px;
  padding: 20px 24px;
  border: 1px solid rgba(206, 211, 207, 0.16);
  border-radius: var(--radius-sm);
  background: #fff;
  transition: transform 0.25s var(--ease), box-shadow 0.25s, border-color 0.25s;
}
.logo-cell:hover {
  border-color: var(--neon);
  transform: translateY(-4px);
  box-shadow: var(--shadow-neon);
}
/* Für helle/weiße Logos, die auf weißem Grund nicht lesbar sind (z. B. Plansysteme) */
.logo-cell--dark {
  background: var(--dark);
  border-color: rgba(255, 255, 255, 0.14);
}
.logo-cell img {
  max-height: 50px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
/* Text-Fallback, wenn kein offizielles Logo vorliegt */
.logo-cell.is-text {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  color: #14181a;
}

/* Laufendes Logo-Band (Marquee) — nahtlose Endlosschleife */
.logo-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.logo-marquee-track {
  display: flex;
  width: max-content;
  animation: logo-scroll 32s linear infinite;
}
.logo-marquee--reverse .logo-marquee-track { animation-direction: reverse; }
.logo-marquee:hover .logo-marquee-track { animation-play-state: paused; }
.logo-marquee .logo-cell {
  flex: 0 0 auto;
  width: 220px;
  margin-right: 16px;
}
@keyframes logo-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .logo-marquee-track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
  .logo-marquee-track [aria-hidden="true"] { display: none; }
  .logo-marquee { -webkit-mask-image: none; mask-image: none; }
}

/* ---------- USP-Band (Iventa / aus einer Hand) ---------- */
.usp-band {
  background: linear-gradient(150deg, var(--forest), #16291f);
  border-radius: var(--radius);
  padding: 56px 48px;
}
/* usp-band bleibt eine dunkle Karte mit hellem Text — auch in hellen Sections */
.section-sage .usp-band h2,
.section-sage .usp-band h3 { color: #fff; }
.section-sage .usp-band p { color: rgba(232, 235, 232, 0.82); }
.section-sage .usp-band .section-label { color: var(--neon); }
@media (max-width: 640px) { .usp-band { padding: 36px 26px; } }

/* ---------- Interview ---------- */
.interview-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 44px;
  align-items: start;
}
@media (max-width: 880px) { .interview-grid { grid-template-columns: 1fr; gap: 30px; } }

.interview-profile {
  position: sticky;
  top: 100px;
  background: linear-gradient(165deg, var(--dark), #161616);
  border: 1px solid rgba(206, 211, 207, 0.1);
  border-radius: var(--radius);
  padding: 32px;
}
@media (max-width: 880px) { .interview-profile { position: static; } }
.interview-profile .ip-avatar {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: var(--forest);
  color: var(--neon);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 800; font-size: 1.5rem;
  margin-bottom: 18px;
}
.interview-profile .ip-photo {
  width: 110px; height: 110px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  display: block;
  margin-bottom: 18px;
  border: 2px solid rgba(117, 251, 163, 0.45);
}
.interview-profile h3 { font-size: 1.25rem; }
.interview-profile .ip-role { color: var(--neon); font-family: var(--font-head); font-weight: 600; font-size: 0.92rem; margin: 4px 0 16px; }
.interview-profile ul { list-style: none; }
.interview-profile li { font-size: 0.9rem; color: var(--text-dim); padding-left: 20px; position: relative; margin-bottom: 8px; }
.interview-profile li::before { content: ''; position: absolute; left: 0; top: 0.5em; width: 10px; height: 2px; background: var(--neon); border-radius: 2px; }

.qa { margin-bottom: 28px; }
.qa:last-child { margin-bottom: 0; }
.qa .q {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--white);
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}
.qa .q::before { content: 'F'; position: absolute; left: 0; top: 0; color: var(--neon); font-weight: 800; }
.qa .a { color: var(--text-dim); padding-left: 22px; position: relative; }
.qa .a::before { content: 'A'; position: absolute; left: 0; top: 0; color: var(--sage); font-weight: 800; font-family: var(--font-head); }
.qa .a strong { color: var(--text); }

/* ---------- FAQ (Akkordeon, ohne JS) ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid rgba(206, 211, 207, 0.12);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 44px 22px 0;
  position: relative;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--white);
  transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--neon); }
.faq-item summary::after {
  content: '';
  position: absolute;
  right: 6px; top: 50%;
  width: 11px; height: 11px;
  margin-top: -7px;
  border-right: 2px solid var(--neon);
  border-bottom: 2px solid var(--neon);
  transform: rotate(45deg);
  transition: transform 0.25s var(--ease);
}
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item .faq-a { padding: 0 30px 24px 0; color: var(--text-dim); }
.faq-item .faq-a a { color: var(--neon); }
.section-sage .faq-item { border-color: rgba(11,11,11,0.12); }
.section-sage .faq-item summary { color: var(--black); }
.section-sage .faq-item .faq-a { color: #3c443e; }
/* Barrierefreiheit: auf hellem Hintergrund dunkelgrüne Pfeile/Links statt Neon */
.section-sage .faq-item summary::after { border-color: var(--forest); }
.section-sage .faq-item summary:hover { color: var(--forest); }
.section-sage .faq-item .faq-a a { color: var(--forest); }

/* ---------- Util ---------- */
.center { text-align: center; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.hidden { display: none; }
