/* ==========================================================================
   ochsocial.de — Design System nach Markenhandbuch v5
   6 Markenfarben, Manrope, CTA-Radius 6px
   ========================================================================== */

@font-face { font-family: 'Manrope'; src: url('../assets/fonts/manrope-300.woff2') format('woff2'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../assets/fonts/manrope-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../assets/fonts/manrope-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../assets/fonts/manrope-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../assets/fonts/manrope-800.woff2') format('woff2'); font-weight: 800; font-display: swap; }

:root {
  /* Die 6 Markenfarben — ausschließlich diese */
  --cobalt: #1E4FBA;
  --champagne: #F0D9A0;
  --offwhite: #F3F5F9;
  --navy: #14163A;
  --ice: #6FA8F5;
  --mint: #3ECF97;

  /* Abgeleitete Töne (rechnerisch aus den 6 Farben) */
  --navy-60: rgba(20, 22, 58, 0.6);
  --navy-40: rgba(20, 22, 58, 0.4);
  --navy-12: rgba(20, 22, 58, 0.12);
  --navy-06: rgba(20, 22, 58, 0.06);
  --white-90: rgba(255, 255, 255, 0.9);
  --white-60: rgba(255, 255, 255, 0.6);
  --white-12: rgba(255, 255, 255, 0.12);
  --white-06: rgba(255, 255, 255, 0.06);
  --champagne-glow: rgba(240, 217, 160, 0.35);
  --cobalt-glow: rgba(30, 79, 186, 0.45);

  /* Verläufe nach Markenhandbuch */
  --grad-cobalt-metallic: linear-gradient(135deg, #3B71E8 0%, #1E4FBA 42%, #123273 78%, #2E63D6 100%);
  --grad-champagne: linear-gradient(135deg, #F0D9A0 0%, #FAF0D8 100%);
  --grad-ice: linear-gradient(135deg, #6FA8F5 0%, #CFE3FC 100%);
  --grad-mint: linear-gradient(135deg, #3ECF97 0%, #C4F1DF 100%);

  --radius-cta: 6px;
  --radius-card: 28px;
  --font: 'Manrope', system-ui, -apple-system, sans-serif;
  --container: 1240px;
  --header-h: 96px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; overflow-x: hidden; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

main { overflow-x: clip; }
body {
  font-family: var(--font);
  background: var(--offwhite);
  color: var(--navy);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-variant-ligatures: none; /* Fix: "fl"-Ligatur rendert kaputt (z.B. "Blindflug") */
  font-variant-numeric: tabular-nums;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.grid-12 { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }

/* ---------- Typografie ---------- */
.display-xl { font-size: clamp(3rem, 8vw, 7rem); font-weight: 800; line-height: 1.02; letter-spacing: -0.03em; }
.display-l  { font-size: clamp(2.4rem, 5.5vw, 4.5rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.025em; }
.display-m  { font-size: clamp(1.9rem, 4vw, 3.2rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; }
.display-s  { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.8rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cobalt);
}
.eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--cobalt); }
.on-dark .eyebrow, .eyebrow.light { color: var(--champagne); }
.on-dark .eyebrow::before, .eyebrow.light::before { background: var(--champagne); }

.lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); font-weight: 400; color: var(--navy-60); max-width: 640px; }
.on-dark .lead { color: var(--white-60); }

.accent-cobalt { color: var(--cobalt); }
.accent-champagne { color: var(--champagne); }
.u-underline { text-decoration: underline; text-decoration-color: var(--champagne); text-decoration-thickness: 6px; text-underline-offset: 8px; }

/* ---------- Buttons (Radius 6px, kantig) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 32px; border-radius: var(--radius-cta);
  font-size: 1rem; font-weight: 700; letter-spacing: 0.01em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 20px; height: 20px; flex: none; }

/* Kobaltblau: Text nur Weiß */
.btn-cobalt { background: var(--grad-cobalt-metallic); color: #fff; box-shadow: 0 10px 30px -10px var(--cobalt-glow); }
.btn-cobalt:hover { box-shadow: 0 16px 40px -10px var(--cobalt-glow); }

/* Champagne: Text immer Dunkel-Navy */
.btn-champagne { background: var(--grad-champagne); color: var(--navy); box-shadow: 0 10px 30px -10px var(--champagne-glow); }
.btn-champagne:hover { box-shadow: 0 16px 40px -8px var(--champagne-glow); }

.btn-ghost { border: 1.5px solid var(--navy-12); color: var(--navy); background: transparent; }
.btn-ghost:hover { border-color: var(--cobalt); color: var(--cobalt); }
.on-dark .btn-ghost { border-color: var(--white-12); color: #fff; }
.on-dark .btn-ghost:hover { border-color: var(--champagne); color: var(--champagne); }

/* WhatsApp: Champagne-Stil ohne Extra-Rand (Feedback 03) */
.btn-whatsapp {
  background: var(--grad-champagne); color: var(--navy);
  box-shadow: 0 10px 30px -10px var(--champagne-glow);
}
.btn-whatsapp:hover { box-shadow: 0 16px 40px -8px var(--champagne-glow); }
.btn-whatsapp svg { color: var(--navy); }

/* Shine-Animation auf Haupt-CTAs (Feedback 02: Buttons sollen zum Klicken motivieren) */
.btn-cobalt, .btn-champagne, .btn-whatsapp { position: relative; overflow: hidden; }
.btn-cobalt::after, .btn-champagne::after, .btn-whatsapp::after {
  content: ''; position: absolute; top: 0; left: -80%; width: 50%; height: 100%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.55) 50%, transparent 100%);
  transform: skewX(-20deg); pointer-events: none;
  animation: btn-shine 3.6s ease-in-out infinite;
}
.btn-champagne::after, .btn-whatsapp::after {
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.75) 50%, transparent 100%);
}
@keyframes btn-shine {
  0% { left: -80%; }
  55% { left: 130%; }
  100% { left: 130%; }
}
@media (prefers-reduced-motion: reduce) {
  .btn-cobalt::after, .btn-champagne::after, .btn-whatsapp::after { animation: none; }
}
.btn-ghost.wa-gold { border-color: rgba(240, 217, 160, 0.55); color: var(--champagne); }
.btn-ghost.wa-gold svg { color: var(--champagne); }
.btn-ghost.wa-gold:hover { border-color: var(--champagne); }

.cta-note { font-size: 0.85rem; color: var(--navy-40); margin-top: 14px; }
.on-dark .cta-note { color: var(--white-60); }

/* ---------- Header: schwebende Leiste mit Abstand (Feedback 04) ---------- */
.site-header {
  position: fixed; top: 14px; left: 50%; transform: translateX(-50%);
  width: calc(100% - 40px); max-width: var(--container);
  z-index: 1000;
  background: rgba(243, 245, 249, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--navy-06);
  border-radius: 18px;
  box-shadow: 0 18px 40px -22px rgba(20, 22, 58, 0.35);
}
.site-header .header-inner {
  padding: 0 24px;
  height: 68px;
  display: flex; align-items: center; justify-content: space-between;
}
.site-header .logo img { height: 30px; width: auto; }
.site-header nav { display: flex; gap: 36px; align-items: center; }
.site-header nav a {
  font-size: 0.95rem; font-weight: 600; color: var(--navy); position: relative;
}
.site-header nav a::after {
  content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px;
  background: var(--cobalt); transition: width 0.3s ease;
}
.site-header nav a:hover::after, .site-header nav a.active::after { width: 100%; }
/* Header-CTA: Rand mit Champagne-Verlauf, Hover = Rand weg + Fuellung (Feedback 03) */
.header-cta {
  position: relative;
  background: linear-gradient(rgba(243,245,249,0.95), rgba(243,245,249,0.95)) padding-box,
              linear-gradient(135deg, #F0D9A0 0%, #E7C67F 55%, #FAF0D8 100%) border-box;
  border: 2px solid transparent;
  color: var(--navy); padding: 12px 22px;
  border-radius: var(--radius-cta); font-weight: 700; font-size: 0.9rem;
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
}
.header-cta:hover {
  background: var(--grad-champagne) padding-box, var(--grad-champagne) border-box;
  color: var(--navy);
  transform: translateY(-1px); box-shadow: 0 12px 28px -8px var(--champagne-glow);
}

/* Mobile Nav */
.nav-toggle { display: none; flex-direction: column; gap: 6px; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--navy); transition: transform 0.3s, opacity 0.3s; }

.mobile-nav {
  position: fixed; inset: 0; z-index: 999; background: var(--navy);
  display: flex; flex-direction: column; justify-content: flex-start; padding: 140px 40px 40px; overflow-y: auto;
  gap: 8px; opacity: 0; pointer-events: none; transition: opacity 0.35s ease;
}
.mobile-nav.open { opacity: 1; pointer-events: auto; }
.mobile-nav a { color: #fff; font-size: 2rem; font-weight: 800; padding: 12px 0; }
.mobile-nav a:hover { color: var(--champagne); }

/* ---------- Sektionen ---------- */
section { position: relative; }
.section { padding: clamp(90px, 12vw, 160px) 0; }
/* Dunkle Sektionen: Navy für klare Trennung (Feedback 02) */
.section-dark { background: linear-gradient(180deg, var(--navy) 0%, #101230 100%); color: #fff; }
.section-cobalt { background: var(--grad-cobalt-metallic); color: #fff; }

.section-head { max-width: 760px; margin-bottom: clamp(48px, 6vw, 80px); }
.section-head .eyebrow { margin-bottom: 20px; }
.section-head .lead { margin-top: 22px; }

/* ---------- Hero ---------- */
.hero {
  min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  padding: calc(var(--header-h) + 40px) 0 60px;
  position: relative; overflow: hidden;
}
.hero-split { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(24px, 4vw, 60px); align-items: end; }
.hero-miri { position: relative; align-self: end; }
.hero-miri::before { display: none; }
.hero-miri img {
  position: relative; z-index: 1; width: 100%; max-width: 460px; margin: 0 auto;
  -webkit-mask-image: linear-gradient(180deg, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 82%, transparent 100%);
}
.hero-miri .miri-tag {
  position: absolute; z-index: 2; bottom: -8px; left: 50%; transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(8px);
  border: 1px solid var(--navy-06); border-radius: 100px;
  padding: 10px 22px; white-space: nowrap;
  font-size: 0.85rem; font-weight: 700; color: var(--navy);
  box-shadow: 0 14px 34px -18px var(--navy-40);
}
.hero-miri .miri-tag span { color: var(--navy-40); font-weight: 600; }
@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; }
  .hero-miri { max-width: 320px; margin: 38px auto 0; }
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden;   -webkit-mask-image: linear-gradient(180deg, #000 72%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 72%, transparent 100%);
}
.hero-bg::before, .hero-bg::after {
  content: ''; position: absolute; border-radius: 50%; filter: blur(70px); will-change: transform;
}
.hero-bg::before {
  width: 780px; height: 780px; top: -220px; right: -140px;
  background: radial-gradient(circle at 35% 35%, rgba(111, 168, 245, 0.5), rgba(30, 79, 186, 0.28) 55%, transparent 75%);
  animation: blob-a 11s ease-in-out infinite;
}
.hero-bg::after {
  width: 620px; height: 620px; bottom: -220px; left: -160px;
  background: radial-gradient(circle at 60% 40%, rgba(240, 217, 160, 0.55), rgba(111, 168, 245, 0.25) 60%, transparent 78%);
  animation: blob-b 14s ease-in-out infinite;
}
@keyframes blob-a {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-160px, 90px) scale(1.22); }
  66% { transform: translate(70px, -70px) scale(0.88); }
}
.hero-bg span {
  position: absolute; border-radius: 50%; filter: blur(60px);
  width: 420px; height: 420px; top: 32%; left: 34%;
  background: radial-gradient(circle, rgba(30, 79, 186, 0.28), transparent 70%);
  animation: blob-c 13s ease-in-out infinite;
}
@keyframes blob-c {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
  50% { transform: translate(130px, 80px) scale(1.3); opacity: 1; }
}
@keyframes blob-b {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40% { transform: translate(110px, -70px) scale(1.15); }
  70% { transform: translate(-50px, 30px) scale(0.9); }
}
@media (prefers-reduced-motion: reduce) { .hero-bg::before, .hero-bg::after { animation: none; } }

.hero h1 { max-width: 1100px; }
.hero .lead { margin-top: 30px; }
.hero-ctas { display: flex; gap: 16px; margin-top: 44px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 26px; align-items: center; margin-top: 64px; flex-wrap: wrap; }
.hero-badges img { height: 56px; width: auto; }

/* ---------- Stats: Hero-Verlauf laeuft weiter, Kacheln navy (Feedback 03) ---------- */
.stats-band { padding: 10px 0 56px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat {
  padding: 44px 20px; text-align: center;
  background: linear-gradient(180deg, var(--navy) 0%, #101230 100%);
  border-radius: var(--radius-card);
  box-shadow: 0 24px 50px -30px rgba(20, 22, 58, 0.55);
}
.stat .num { font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 800; letter-spacing: -0.02em; color: var(--champagne); }
.stat .lbl { font-size: 0.9rem; font-weight: 600; color: var(--white-60); margin-top: 6px; }

/* ---------- Logo Marquee: weiße Sektion, Original-Logos via multiply (weiße Ränder unsichtbar) ---------- */
.marquee { overflow: hidden; padding: 44px 0; position: relative; background: #FFFFFF; }
.marquee-track img { mix-blend-mode: multiply; }
.marquee-label { text-align: center; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--navy-40); margin-bottom: 30px; }
.marquee-track { display: flex; gap: 80px; width: max-content; animation: marquee 36s linear infinite; align-items: center; }
.marquee-track img { height: 44px; width: auto; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Feature Cards (dunkle Sektion, Glow) ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.glow-card {
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--white-06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 36px 32px 0;
  overflow: hidden;
  display: flex; flex-direction: column;
  min-height: 480px;
  transition: transform 0.35s ease, border-color 0.35s ease;
}
.glow-card { transition: transform 0.45s ease, border-color 0.45s ease, background 0.45s ease, box-shadow 0.45s ease; }
.glow-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(240, 217, 160, 0.55);
  background: var(--grad-cobalt-metallic);
  box-shadow: 0 40px 80px -30px var(--cobalt-glow);
}
.glow-card:hover .icon-badge { transform: rotate(-8deg) scale(1.12); }
.glow-card .icon-badge { transition: transform 0.45s ease; }
.glow-card:hover .glow-chip { transform: translateY(-8px) scale(1.06); border-color: var(--champagne); }
.glow-chip { transition: transform 0.45s ease, border-color 0.45s ease; }
.icon-badge {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 26px; flex: none;
}
.icon-badge svg { width: 24px; height: 24px; stroke-width: 2; }
.icon-badge.cobalt { background: var(--grad-cobalt-metallic); color: #fff; }
.icon-badge.champagne { background: var(--grad-champagne); color: var(--navy); }
.icon-badge.champagne-w { background: var(--grad-champagne); color: #fff; }
.icon-badge.mint { background: var(--grad-mint); color: #fff; }
.icon-badge.ice { background: var(--grad-ice); color: #fff; }
.glow-card h3 { font-size: 1.45rem; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 14px; color: #fff; }
.glow-card p { color: var(--white-60); font-size: 0.98rem; }
.glow-visual {
  margin-top: auto; position: relative; padding-top: 34px;
  display: flex; justify-content: center;
}
.glow-visual::before {
  content: ''; position: absolute; left: 50%; bottom: -70px; transform: translateX(-50%);
  width: 125%; height: 210px; border-radius: 50%;
  background: radial-gradient(ellipse at center, var(--champagne-glow) 0%, rgba(30, 79, 186, 0.25) 45%, transparent 72%);
  filter: blur(14px); pointer-events: none;
  animation: glow-drift 7s ease-in-out infinite; /* Nebel bewegt sich leicht (Feedback 02) */
}
@keyframes glow-drift {
  0%, 100% { transform: translateX(-56%) scale(1); opacity: 0.85; }
  33% { transform: translateX(-46%) scale(1.12); opacity: 1; }
  66% { transform: translateX(-52%) scale(0.95); opacity: 0.75; }
}
@media (prefers-reduced-motion: reduce) { .glow-visual::before { animation: none; } }
.glow-chip {
  position: relative; z-index: 1;
  width: 100%; max-width: 250px; border-radius: 16px;
  background: var(--grad-cobalt-metallic);
  border: 1px solid rgba(240, 217, 160, 0.35);
  padding: 22px; margin-bottom: 40px;
  color: #fff;
  box-shadow: 0 24px 60px -18px var(--cobalt-glow);
}
.glow-chip .chip-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.glow-chip .chip-top img { height: 22px; width: auto; }
.glow-chip .chip-num { font-size: 1.7rem; font-weight: 800; letter-spacing: -0.01em; color: var(--champagne); }
.glow-chip .chip-lbl { font-size: 0.75rem; color: var(--white-60); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 4px; }

.glow-card.compact { min-height: 0; padding-bottom: 36px; }
.glow-card .num-tag { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; color: var(--champagne); margin-bottom: 16px; }

/* Risiko-Umkehr Panel: komplett Kobaltblau (Feedback 02) */
.risk-panel {
  border-radius: var(--radius-card); background: linear-gradient(180deg, var(--navy) 0%, #101230 100%); color: #fff;
  padding: clamp(40px, 6vw, 64px); display: grid; grid-template-columns: 80px 1fr; gap: 30px; align-items: start;
  box-shadow: 0 30px 70px -35px rgba(20, 22, 58, 0.6);
}
.risk-panel .icon-badge { width: 64px; height: 64px; }
.risk-panel .icon-badge svg { width: 30px; height: 30px; }
.risk-panel h3 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 800; margin-bottom: 12px; color: #fff; }
.risk-panel p { color: var(--white-90); max-width: 680px; }
@media (max-width: 640px) { .risk-panel { grid-template-columns: 1fr; } }

/* ---------- 3D Tool Ring ---------- */
.ring-section { overflow: visible; overflow-x: clip; }
.ring-stage {
  height: 560px; margin-top: 10px; padding: 40px 0 60px;
  perspective: 1400px; perspective-origin: 50% 30%;
  display: flex; align-items: center; justify-content: center;
  overflow: visible;
}
.ring {
  position: relative; width: 220px; height: 140px;
  transform-style: preserve-3d;
  animation: ring-spin 42s linear infinite;
}
@keyframes ring-spin {
  from { transform: rotateX(-14deg) rotateY(0deg); }
  to   { transform: rotateX(-14deg) rotateY(360deg); }
}
/* Ring-Kaertchen: 80% Deckkraft + Schatten (Feedback 03) */
.ring-item {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(240, 217, 160, 0.5);
  box-shadow: 0 34px 50px -8px rgba(0, 0, 0, 0.85);
  filter: drop-shadow(0 34px 26px rgba(0, 0, 0, 0.65));
}
.ring-item img { max-height: 44px; max-width: 165px; width: auto; height: auto; object-fit: contain; }
.ring-item span { font-size: 0.78rem; font-weight: 700; color: var(--navy); letter-spacing: 0.04em; }
.ring-item .wordmark { font-size: 1.05rem; font-weight: 800; color: var(--navy); letter-spacing: -0.01em; }
.ring-hint { text-align: center; color: var(--white-60); font-size: 0.85rem; margin-top: 8px; }
.ring-floor {
  width: min(760px, 80%); height: 90px; margin: -30px auto 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, transparent 68%);
  filter: blur(6px); pointer-events: none;
}

/* ---------- Case Cards (geneigte 3D Karten) ---------- */
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; perspective: 1200px; }
.case-card {
  border-radius: var(--radius-card);
  background: #fff;
  border: 1px solid var(--navy-06);
  padding: 30px;
  box-shadow: 0 20px 50px -25px var(--navy-12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform-style: preserve-3d;
}
.case-card:hover { transform: translateY(-8px) rotateX(2deg); box-shadow: 0 34px 70px -25px rgba(20, 22, 58, 0.25); }
.case-badge {
  display: inline-block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cobalt); background: rgba(30, 79, 186, 0.08);
  padding: 7px 14px; border-radius: 100px; margin-bottom: 20px;
}
.case-num { font-size: clamp(2.1rem, 3vw, 2.8rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1; }
.case-num small { font-size: 0.45em; font-weight: 700; color: var(--navy-40); letter-spacing: 0; }
.case-metrics { display: flex; gap: 18px; margin: 16px 0 22px; font-size: 0.85rem; color: var(--navy-60); font-weight: 600; flex-wrap: wrap; }
.case-metrics b { color: var(--navy); }
.case-shot { border-radius: 14px; overflow: hidden; border: 1px solid var(--navy-06); }
.case-shot img { width: 100%; }

.section-dark .case-card { background: rgba(255,255,255,0.04); border-color: var(--white-06); }
.section-dark .case-num { color: var(--champagne); }
.section-dark .case-num small { color: var(--white-60); }
.section-dark .case-metrics { color: var(--white-60); }
.section-dark .case-metrics b { color: #fff; }
.section-dark .case-badge { color: var(--champagne); background: rgba(240, 217, 160, 0.1); }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi-card {
  border-radius: var(--radius-card); background: #fff; border: 1px solid var(--navy-06);
  padding: 34px; display: flex; flex-direction: column; gap: 20px;
  box-shadow: 0 20px 50px -30px var(--navy-12);
}
.testi-stars { color: var(--champagne); letter-spacing: 3px; font-size: 1.05rem; }
.testi-card blockquote { font-size: 0.97rem; color: var(--navy-60); flex: 1; }
.testi-person { display: flex; align-items: center; gap: 14px; }
.testi-person img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.testi-person .name { font-weight: 800; font-size: 0.95rem; }
.testi-person .role { font-size: 0.82rem; color: var(--navy-40); }

/* Startseite: große eckige Kundenfotos, Gesicht nicht angeschnitten (Feedback 02) */
.testi-card.big-photo { text-align: center; align-items: center; padding: 0 0 30px; overflow: hidden; }
.testi-card.big-photo .photo-xl {
  width: 100%; aspect-ratio: 1 / 1; border-radius: 0; object-fit: cover; object-position: center top;
  margin: 0 0 6px;
}
.testi-card.big-photo blockquote, .testi-card.big-photo .testi-stars, .testi-card.big-photo .name, .testi-card.big-photo .role { padding-left: 26px; padding-right: 26px; }
.testi-card.big-photo .name { font-size: 1.05rem; }

/* Initialen-Avatar wenn kein Foto vorhanden */
.avatar-initials {
  width: 52px; height: 52px; border-radius: 50%; flex: none;
  background: var(--grad-ice); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem;
}

/* ---------- Prozess Timeline ---------- */
.process { display: grid; gap: 0; max-width: 860px; }
.process-step { display: grid; grid-template-columns: 72px 1fr; gap: 28px; position: relative; padding-bottom: 56px; }
.process-step:last-child { padding-bottom: 0; }
.process-step::before {
  content: ''; position: absolute; left: 35px; top: 72px; bottom: 0; width: 2px;
  background: linear-gradient(180deg, var(--cobalt), rgba(30, 79, 186, 0.08));
}
.process-step:last-child::before { display: none; }
.process-num {
  width: 72px; height: 72px; border-radius: 50%; flex: none;
  background: var(--grad-cobalt-metallic); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.3rem;
  box-shadow: 0 12px 30px -10px var(--cobalt-glow);
}
.process-step h3 { font-size: 1.35rem; font-weight: 800; margin-bottom: 10px; padding-top: 14px; }
.process-step p { color: var(--navy-60); max-width: 620px; }

/* ---------- Eignung (Feedback 02): links Navy + 3D = "gut", rechts ausgegraut = "schlecht" ---------- */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; perspective: 1100px; }
.fit-card { border-radius: var(--radius-card); padding: 40px; }
.fit-card.yes {
  background: linear-gradient(180deg, var(--navy) 0%, #101230 100%); color: #fff;
  transform: rotateY(3deg) translateZ(0); transform-style: preserve-3d;
  box-shadow: 0 40px 80px -35px rgba(20, 22, 58, 0.65);
  border: 1px solid rgba(240, 217, 160, 0.35);
  transition: transform 0.4s ease;
}
.fit-card.yes:hover { transform: rotateY(0deg) translateY(-4px); }
.fit-card.yes h3 { color: var(--champagne); }
.fit-card.yes li { color: var(--white-90); }
.fit-card.no {
  background: #E4E6EC; border: 1px solid var(--navy-06);
  opacity: 0.75; filter: grayscale(0.35);
}
.fit-card.no h3 { color: var(--navy-60); }
.fit-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 24px; }
.fit-card li { display: flex; gap: 14px; padding: 10px 0; font-weight: 600; font-size: 0.98rem; align-items: flex-start; }
.fit-card li svg { width: 22px; height: 22px; flex: none; margin-top: 2px; }
.fit-card.yes li svg {
  color: var(--navy); background: var(--grad-champagne); border-radius: 50%; padding: 4px;
  width: 26px; height: 26px; margin-top: 0;
}
.fit-card.no li { color: var(--navy-60); }
.fit-card.no li svg { color: #D64545; }

/* ---------- Branchen Chips ---------- */
.branchen-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.branche-item {
  display: flex; gap: 18px; align-items: flex-start;
  background: #23285A; border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px; padding: 24px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.branche-item:hover { border-color: rgba(240, 217, 160, 0.55); transform: translateY(-6px) scale(1.02); background: var(--grad-cobalt-metallic); box-shadow: 0 30px 60px -25px var(--cobalt-glow); }
.branche-item:hover .icon-badge { transform: rotate(-8deg) scale(1.12); }
.branche-item .icon-badge { transition: transform 0.35s ease; }
.branche-item .icon-badge { width: 44px; height: 44px; margin: 0; }
.branche-item .icon-badge svg { width: 20px; height: 20px; }
.branche-item h4 { font-size: 1.02rem; font-weight: 800; color: #fff; }
.branche-item p { font-size: 0.88rem; color: var(--white-60); margin-top: 4px; }

/* ---------- CTA Sektion ---------- */
.cta-panel {
  border-radius: var(--radius-card);
  background: var(--grad-cobalt-metallic);
  color: #fff;
  padding: clamp(56px, 8vw, 96px);
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-panel::before {
  content: ''; position: absolute; inset: auto -20% -60% -20%; height: 70%;
  background: radial-gradient(ellipse at center, var(--champagne-glow), transparent 70%);
  filter: blur(20px); pointer-events: none;
}
.cta-panel h2 { color: #fff; max-width: 720px; margin: 0 auto; }
.cta-panel .lead { color: var(--white-90); margin: 24px auto 0; }
.cta-panel .hero-ctas { justify-content: center; }
.cta-panel .cta-note { color: var(--white-60); }
.cta-checks { display: flex; gap: 28px; justify-content: center; margin-top: 28px; flex-wrap: wrap; font-weight: 700; font-size: 0.92rem; color: var(--champagne); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #fff; padding: 80px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; margin-bottom: 60px; }
.site-footer .logo img { height: 34px; margin-bottom: 20px; }
.site-footer p { color: var(--white-60); font-size: 0.92rem; max-width: 320px; }
.site-footer h5 { font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--champagne); margin-bottom: 18px; font-weight: 800; }
.site-footer li { padding: 6px 0; }
.site-footer li a { color: var(--white-60); font-size: 0.95rem; transition: color 0.25s; }
.site-footer li a:hover { color: #fff; }
.footer-badges { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-badges img { height: 46px; width: auto; opacity: 0.85; }
.footer-bottom {
  border-top: 1px solid var(--white-06); padding-top: 30px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  color: var(--white-60); font-size: 0.85rem;
}

/* ---------- Lead Modal ---------- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(20, 22, 58, 0.72);
  backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.modal {
  background: #fff; border-radius: var(--radius-card); max-width: 560px; width: 100%;
  padding: clamp(32px, 5vw, 52px); position: relative;
  transform: translateY(24px); transition: transform 0.35s ease;
  max-height: 90vh; overflow-y: auto;
}
.modal-overlay.open .modal { transform: translateY(0); }
.modal-close {
  position: absolute; top: 20px; right: 20px; width: 40px; height: 40px;
  border-radius: 50%; background: var(--offwhite); color: var(--navy);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.modal h3 { font-size: 1.6rem; font-weight: 800; margin-bottom: 8px; }
.modal .sub { color: var(--navy-60); font-size: 0.95rem; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { margin-bottom: 14px; }
.form-field label { display: block; font-size: 0.82rem; font-weight: 700; margin-bottom: 6px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 14px 16px; border-radius: var(--radius-cta);
  border: 1.5px solid var(--navy-12); background: var(--offwhite);
  font-family: inherit; font-size: 0.95rem; color: var(--navy);
  transition: border-color 0.25s;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: none; border-color: var(--cobalt); }
.form-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 0.82rem; line-height: 1.5; color: var(--navy-60); margin: 18px 0 22px; text-align: left; }
.form-consent input { flex: none; width: 16px; height: 16px; margin-top: 3px; accent-color: var(--cobalt); }
.modal .btn { width: 100%; }
.form-success { text-align: center; padding: 30px 0; display: none; }
.form-success .icon-badge { margin: 0 auto 20px; }

/* ---------- Reveal Basiszustand (JS setzt Animation) ---------- */
[data-reveal] { opacity: 0; }
.no-js [data-reveal] { opacity: 1; }

/* ---------- Unterseiten Hero ---------- */
.page-hero { padding: calc(var(--header-h) + clamp(70px, 10vw, 130px)) 0 clamp(60px, 8vw, 100px); position: relative; overflow: hidden; }
/* Variante ohne gelben Schein (Über uns) */
.hero-bg.no-gold::after { display: none; }
.page-hero h1 { max-width: 950px; }
.page-hero .lead { margin-top: 26px; }

/* ---------- Über uns ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.team-card { border-radius: var(--radius-card); overflow: hidden; background: #fff; border: 1px solid var(--navy-06); }
.team-card .photo { aspect-ratio: 1; background: var(--grad-ice); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.team-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card .photo .placeholder-initials { font-size: 3rem; font-weight: 800; color: #fff; }
.team-card .info { padding: 22px; }
.team-card .info .name { font-weight: 800; font-size: 1.05rem; }
.team-card .info .role { font-size: 0.85rem; color: var(--navy-60); margin-top: 4px; }

.timeline-band { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.timeline-band .portrait { border-radius: var(--radius-card); overflow: hidden; box-shadow: 0 40px 80px -40px var(--navy-40); }

/* ---------- Kontakt Wege ---------- */
.contact-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.path-card {
  border-radius: var(--radius-card); padding: 44px;
  display: flex; flex-direction: column; gap: 18px; align-items: flex-start;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
/* Beide Kacheln heben sich beim Hover hervor (Feedback 02) */
.path-card:hover { transform: translateY(-8px) scale(1.015); box-shadow: 0 34px 70px -30px rgba(20, 22, 58, 0.45); }
.path-card.form-path { background: var(--grad-cobalt-metallic); color: #fff; }
.path-card.form-path p { color: var(--white-90); }
/* Rechte Kachel: Gegenteil der linken -> kraeftiges Champagne (Feedback 03) */
.path-card.wa-path { background: var(--grad-champagne); color: var(--navy); }
.path-card.wa-path h3 { color: var(--navy); }
.path-card.wa-path p { color: rgba(20, 22, 58, 0.75); }
.path-card h3 { font-size: 1.5rem; font-weight: 800; }
.path-card .btn { margin-top: auto; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; }
.faq-item { border-bottom: 1px solid var(--navy-12); }
.faq-q {
  width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center;
  padding: 26px 0; font-size: 1.12rem; font-weight: 800; color: var(--navy); gap: 20px;
}
.faq-q .faq-icon { transition: transform 0.3s ease; flex: none; color: var(--cobalt); }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; color: var(--navy-60); }
.faq-a p { padding-bottom: 26px; max-width: 700px; }

/* ---------- Legal ---------- */
.legal-content { max-width: 780px; padding-bottom: 40px; }
.legal-content h2 { font-size: 1.4rem; font-weight: 800; margin: 44px 0 14px; }
.legal-content p, .legal-content li { color: var(--navy-60); margin-bottom: 12px; }
.legal-content ul { list-style: disc; padding-left: 22px; }
.placeholder-hint {
  background: rgba(240, 217, 160, 0.25); border: 1px dashed var(--champagne);
  border-radius: var(--radius-cta); padding: 14px 18px; font-size: 0.9rem; color: var(--navy);
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .cards-grid, .cases-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .site-header nav, .site-header .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .fit-grid, .contact-paths, .timeline-band, .branchen-grid { grid-template-columns: 1fr; }
  .glow-card { min-height: 420px; }
}
@media (max-width: 640px) {
  .cards-grid, .cases-grid, .testi-grid, .team-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .ring-stage { height: 380px; perspective: 900px; }
  .ring { width: 170px; height: 120px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-badges img { height: 40px; }
}

/* ---------- Faden-Prozess (Feedback 04): leuchtende Linie verbindet die Schritte ---------- */
.thread-section { position: relative; }
.thread-wrap { position: relative; max-width: 980px; margin: 0 auto; }
.thread-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.thread-svg path { fill: none; stroke-linecap: round; }
.thread-svg .t-base {
  stroke: url(#threadGrad); stroke-width: 4; opacity: 1;
  filter: drop-shadow(0 0 12px rgba(111, 168, 245, 0.95));
}
.thread-svg .t-flow {
  stroke: #D8E8FD; stroke-width: 5; opacity: 0.95;
  filter: blur(1.2px) drop-shadow(0 0 10px rgba(111, 168, 245, 1));
}
.thread-svg .t-branch1f, .thread-svg .t-branch2f { display: none; }
.thread-svg .t-branch1, .thread-svg .t-branch2 { stroke: url(#branchGrad); }
.thread-head { filter: drop-shadow(0 0 10px rgba(207, 227, 252, 1)) drop-shadow(0 0 26px rgba(111, 168, 245, 0.95)); }
.thread-ctas { display: flex; gap: 18px; justify-content: center; margin-top: clamp(70px, 9vw, 120px); flex-wrap: wrap; position: relative; z-index: 1; }
.thread-steps { position: relative; display: flex; flex-direction: column; gap: clamp(70px, 9vw, 130px); }
.thread-step {
  width: min(420px, 90%);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--white-12);
  border-radius: 22px; padding: 28px 30px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 26px 60px -30px rgba(0, 0, 0, 0.6);
}
.thread-step:nth-child(even) { align-self: flex-end; }
.thread-step .step-tag { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; color: var(--champagne); }
.thread-step h3 { color: #fff; font-size: 1.25rem; font-weight: 800; margin: 10px 0 8px; }
.thread-step h3 em { font-style: normal; color: var(--ice); }
.thread-step p { color: var(--white-60); font-size: 0.95rem; }
@media (max-width: 860px) {
  .thread-step, .thread-step:nth-child(even) { align-self: center; }
  .thread-head { display: none; }
  .thread-svg .t-base { stroke-width: 3; filter: drop-shadow(0 0 6px rgba(111, 168, 245, 0.6)); }
  .thread-svg .t-flow { stroke-width: 3; opacity: 0.7; filter: blur(1px) drop-shadow(0 0 6px rgba(111, 168, 245, 0.8)); }
}

/* ---------- Orbit-Sektion (Feedback 04) ---------- */
.orbit-section { overflow: hidden; }
.orbit-stage { position: relative; width: min(940px, 94vw); height: min(640px, 88vw); margin: 70px auto 30px; }
.orbit-center {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 128px; height: 128px; border-radius: 50%;
  background: var(--grad-cobalt-metallic);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 90px 18px rgba(30, 79, 186, 0.55), 0 0 40px rgba(240, 217, 160, 0.25);
  z-index: 1; pointer-events: none;
}
.orbit-center img { width: 74px; height: auto; }
.orbit-track { position: absolute; inset: 0; z-index: 2; animation: orbit-spin 46s linear infinite; }
.orbit-stage:hover .orbit-track, .orbit-stage:hover .orbit-node-inner { animation-play-state: paused; }
.orbit-node { position: absolute; left: 50%; top: 50%; z-index: 5; }
.orbit-node-inner { animation: orbit-counter 46s linear infinite; transform-origin: 0 0; }
@keyframes orbit-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes orbit-counter { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } }
.orbit-chip {
  transform: translate(-50%, -50%);
  display: flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--white-12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 16px; padding: 13px 18px;
  white-space: nowrap; cursor: default;
  font-weight: 700; font-size: 0.88rem; color: #fff;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
  box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.55);
}
.orbit-chip .icon-badge { width: 34px; height: 34px; margin: 0; }
.orbit-chip .icon-badge svg { width: 16px; height: 16px; }
.orbit-node:hover .orbit-chip { background: rgba(240, 217, 160, 0.16); border-color: var(--champagne); transform: translate(-50%, -50%) scale(1.06); }
.orbit-node:hover { z-index: 90; }
.orbit-chip { position: relative; }
.orbit-pop {
  position: absolute; left: calc(100% + 14px); top: 50%; transform: translateY(-50%) scale(0.92);
  width: 280px; white-space: normal;
  background: linear-gradient(180deg, #1C1F4E 0%, var(--navy) 100%);
  border: 1px solid rgba(240, 217, 160, 0.45);
  border-radius: 14px; padding: 16px 18px;
  font-size: 0.85rem; font-weight: 500; color: var(--white-90);
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: 0 24px 50px -18px rgba(0, 0, 0, 0.7);
  z-index: 40;
}
.orbit-pop strong { display: block; color: var(--champagne); margin-bottom: 4px; font-size: 0.92rem; }
.orbit-node:hover .orbit-pop { opacity: 1; transform: translateY(-50%) scale(1); }
.orbit-stage { overflow: visible; }
.orbit-section .section-head { position: relative; z-index: 20; margin-bottom: 40px; }
.orbit-info {
  max-width: 520px; margin: 34px auto 0; text-align: center; min-height: 84px;
  color: var(--white-60); font-size: 1rem; transition: opacity 0.3s ease;
}
.orbit-info strong { color: var(--champagne); display: block; margin-bottom: 6px; font-size: 1.05rem; }
@media (max-width: 640px) {
  .orbit-stage { display: none; }
  .orbit-list-mobile { display: grid; gap: 14px; }
  .orbit-info { display: none; }
}
@media (min-width: 641px) { .orbit-list-mobile { display: none; } }
.orbit-list-mobile .m-item {
  background: rgba(255,255,255,0.06); border: 1px solid var(--white-12);
  border-radius: 16px; padding: 18px 20px; color: #fff;
}
.orbit-list-mobile .m-item strong { color: var(--champagne); }
.orbit-list-mobile .m-item p { color: var(--white-60); font-size: 0.9rem; margin-top: 4px; }

/* ---------- Bewertungs-Marquee 2 Reihen (Feedback 04) ---------- */
.review-marquee { overflow: hidden; position: relative; padding: 6px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.review-row { display: flex; gap: 24px; width: max-content; margin-bottom: 24px; }
.review-row.rtl { animation: rev-left 70s linear infinite; }
.review-row.ltr { animation: rev-right 70s linear infinite; }
@keyframes rev-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes rev-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.review-row .testi-card { width: 400px; flex: none; }
.review-row .testi-card blockquote { font-size: 0.9rem; }
.review-marquee:hover .review-row { animation-play-state: paused; }

/* ---------- Karriere ---------- */
.job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.job-card {
  background: #fff; border: 1px solid var(--navy-06); border-radius: var(--radius-card);
  padding: 36px 32px; display: flex; flex-direction: column; gap: 16px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.job-card:hover { transform: translateY(-8px); box-shadow: 0 34px 70px -32px rgba(20, 22, 58, 0.4); }
.job-card .job-type { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cobalt); }
.job-card h3 { font-size: 1.6rem; font-weight: 800; color: var(--cobalt); line-height: 1.15; }
.job-card h4 { font-size: 0.85rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy-40); margin-top: 8px; }
.job-card ul { display: grid; gap: 6px; }
.job-card li { display: flex; gap: 10px; font-size: 0.92rem; color: var(--navy-60); }
.job-card li::before { content: '✓'; color: var(--cobalt); font-weight: 800; flex: none; }
.job-card .btn { margin-top: auto; }
@media (max-width: 1080px) { .job-grid { grid-template-columns: 1fr; } }

/* ---------- Kompaktes Modal (Feedback 04) ---------- */
.modal { max-width: 700px; padding: clamp(26px, 4vw, 40px); }
.modal h3 { font-size: 1.35rem; }
.modal .sub { margin-bottom: 18px; font-size: 0.9rem; }
.form-field { margin-bottom: 12px; }
.form-field input, .form-field textarea { padding: 11px 14px; font-size: 0.92rem; }
.form-field label { font-size: 0.78rem; margin-bottom: 4px; }
/* Consent-Fix: Grid statt Flex, Text in einem Span (Link sprang aus dem Satz) */
.form-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 12px 0 16px; }
.form-consent span { display: inline; }

/* Dunkle Case-Karten auf heller Sektion (Feedback 05) */
.case-card.dark { background: linear-gradient(180deg, var(--navy) 0%, #101230 100%); border-color: rgba(255, 255, 255, 0.08); }
.case-card.dark .case-num { color: var(--champagne); }
.case-card.dark .case-num small { color: var(--white-60); }
.case-card.dark .case-metrics { color: var(--white-60); }
.case-card.dark .case-metrics b { color: #fff; }
.case-card.dark .case-badge { color: var(--champagne); background: rgba(240, 217, 160, 0.12); }

/* Team-Karten-Flip (Feedback 05) */
.team-card { background: transparent; border: none; perspective: 1000px; min-height: 380px; }
.team-flip { position: relative; width: 100%; height: 100%; min-height: 380px; transform-style: preserve-3d; transition: transform 0.7s cubic-bezier(0.4, 0.1, 0.2, 1); }
.team-card:hover .team-flip { transform: rotateY(180deg); }
.team-face {
  position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden;
  border-radius: var(--radius-card); overflow: hidden;
  background: #fff; border: 1px solid var(--navy-06);
  display: flex; flex-direction: column;
}
.team-face.back {
  transform: rotateY(180deg);
  background: linear-gradient(160deg, #F0D9A0 0%, #E7C67F 55%, #FAF0D8 100%);
  justify-content: center; padding: 30px; text-align: center; gap: 14px;
  border-color: rgba(20, 22, 58, 0.15);
}
.team-face.back blockquote { color: var(--navy); font-size: 1.02rem; font-weight: 600; line-height: 1.55; }
.team-face.back .who { color: var(--cobalt); font-weight: 800; font-size: 0.9rem; }

/* ---------- Done-For-You Drehscheibe (Feedback 08) ---------- */
.dfy-layout { display: grid; grid-template-columns: 480px 1fr; gap: 76px; align-items: center; margin-top: 30px; }
.dfy-dial { position: relative; width: 480px; height: 480px; }
.dfy-disc {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 210px; height: 210px; border-radius: 50%;
  background: #fff; border: 1px solid var(--navy-12);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  box-shadow: 0 24px 60px -24px rgba(20, 22, 58, 0.35);
  z-index: 3;
}
.dfy-disc::before {
  content: ''; position: absolute; inset: -14px; border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(30, 79, 186, 0.35) 55deg, transparent 110deg);
  animation: dfy-sweep 5s linear infinite;
  z-index: -1;
}
.dfy-disc::after {
  content: ''; position: absolute; inset: -8px; border-radius: 50%;
  border: 1.5px dashed var(--navy-12); z-index: -1;
}
@keyframes dfy-sweep { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.dfy-num { font-size: 3rem; font-weight: 800; color: var(--cobalt); line-height: 1; letter-spacing: -0.02em; }
.dfy-of { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy-40); }
.dfy-connect {
  position: absolute; left: calc(50% + 240px); top: 50%; width: 56px; height: 2px;
  background: linear-gradient(90deg, var(--cobalt), transparent);
}
.dfy-connect::before {
  content: ''; position: absolute; left: -5px; top: -4px; width: 10px; height: 10px;
  border-radius: 50%; background: var(--cobalt);
}
.dfy-wheel { position: absolute; left: 50%; top: 50%; width: 0; height: 0; transition: transform 1s cubic-bezier(0.65, 0.05, 0.3, 1); }
.dfy-item { position: absolute; left: 0; top: 0; width: 0; height: 0; }
.dfy-item-inner {
  position: absolute; left: 0; top: 0; width: 78px; height: 78px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--navy-12); color: var(--cobalt);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 16px 34px -18px rgba(20, 22, 58, 0.4);
  transition: transform 1s cubic-bezier(0.65, 0.05, 0.3, 1), background 0.4s, border-color 0.4s, box-shadow 0.4s;
  cursor: pointer;
}
.dfy-item-inner svg { width: 32px; height: 32px; transition: transform 0.4s; }
.dfy-item.active .dfy-item-inner {
  background: var(--grad-cobalt-metallic); color: #fff; border-color: transparent;
  box-shadow: 0 20px 46px -14px var(--cobalt-glow);
}
.dfy-item.active .dfy-item-inner svg { transform: scale(1.12); }
.dfy-detail { position: relative; min-height: 380px; }
.dfy-panel {
  position: absolute; inset: 0; opacity: 0; transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease; pointer-events: none;
}
.dfy-panel.active { opacity: 1; transform: none; pointer-events: auto; }
.dfy-tag {
  display: inline-block; background: var(--grad-champagne); color: var(--navy);
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 100px;
}
.dfy-panel h3 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); font-weight: 800; letter-spacing: -0.02em; margin-top: 18px; }
.dfy-panel p { color: var(--navy-60); margin-top: 12px; max-width: 520px; }
.dfy-list { display: grid; gap: 13px; margin-top: 24px; }
.dfy-list li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; }
.dfy-list li svg { width: 20px; height: 20px; flex: none; color: var(--cobalt); margin-top: 3px; }
.dfy-you {
  margin-top: 70px; background: var(--navy); border-radius: var(--radius-card);
  padding: 34px 42px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.dfy-you p { color: var(--white-90); font-size: 1.15rem; max-width: 640px; }
.dfy-you strong { color: var(--champagne); }
@media (max-width: 1080px) {
  .dfy-layout { grid-template-columns: 1fr; gap: 30px; }
  .dfy-dial, .dfy-connect { display: none; }
  .dfy-detail { min-height: 0; }
  .dfy-panel { position: static; opacity: 1; transform: none; pointer-events: auto; padding: 26px; border: 1px solid var(--navy-06); border-radius: 20px; background: var(--offwhite); margin-bottom: 16px; }
  .dfy-you { padding: 28px; }
}

/* ---------- Creatives-Showcase: Ad-Karten-Marquee (Feedback 10) ---------- */
.creative-marquee {
  margin-top: 50px; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}
.creative-row { display: flex; gap: 28px; width: max-content; animation: cr-scroll 70s linear infinite; }
.creative-marquee:hover .creative-row { animation-play-state: paused; }
@keyframes cr-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ad-card {
  width: 290px; flex: none; background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 26px 50px -22px rgba(0, 0, 0, 0.65);
  transition: transform 0.35s ease;
}
.ad-card:hover { transform: translateY(-8px); }
.ad-top { display: flex; align-items: center; gap: 10px; padding: 11px 14px; }
.ad-dot { width: 30px; height: 30px; border-radius: 50%; background: var(--grad-cobalt-metallic); flex: none; }
.ad-lines { display: flex; flex-direction: column; gap: 5px; flex: 1; }
.ad-lines i { display: block; height: 7px; border-radius: 4px; background: var(--navy-12); width: 45%; }
.ad-lines i:last-child { width: 28%; background: var(--navy-06); }
.ad-sp { font-size: 0.7rem; font-weight: 600; color: var(--navy-40); }
.ad-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.ad-cta {
  display: flex; align-items: center; justify-content: space-between;
  padding: 11px 14px; font-size: 0.86rem; font-weight: 700; color: var(--cobalt);
  border-top: 1px solid var(--navy-06);
}
.ad-cta svg { width: 16px; height: 16px; }

/* ---------- KI-Qualifizierung: WhatsApp-Mockup ---------- */
.quali-layout { display: grid; grid-template-columns: 1fr 420px; gap: 70px; align-items: center; }
.wa-mock {
  border-radius: 26px; overflow: hidden;
  border: 1px solid var(--navy-12);
  box-shadow: 0 40px 80px -34px rgba(20, 22, 58, 0.5);
  background: var(--offwhite);
}
.wa-head {
  display: flex; align-items: center; gap: 12px;
  background: var(--navy); color: #fff; padding: 14px 18px;
}
.wa-avatar {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  background: var(--grad-cobalt-metallic); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.wa-avatar svg { width: 20px; height: 20px; }
.wa-who { display: flex; flex-direction: column; line-height: 1.25; }
.wa-who b { font-size: 0.95rem; }
.wa-who i { font-style: normal; font-size: 0.75rem; color: var(--mint); }
.wa-body { padding: 22px 18px 26px; display: grid; gap: 10px; }
.wa-msg {
  max-width: 82%; padding: 11px 15px; border-radius: 14px;
  font-size: 0.9rem; line-height: 1.45;
}
.wa-msg.in { background: #fff; color: var(--navy); border: 1px solid var(--navy-06); border-bottom-left-radius: 4px; justify-self: start; }
.wa-msg.out { background: var(--grad-cobalt-metallic); color: #fff; border-bottom-right-radius: 4px; justify-self: end; }
.wa-chip {
  justify-self: center; margin-top: 8px;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--mint); color: var(--navy);
  font-size: 0.82rem; font-weight: 800; padding: 9px 16px; border-radius: 100px;
}
.wa-chip svg { width: 15px; height: 15px; }
@media (max-width: 980px) {
  .quali-layout { grid-template-columns: 1fr; gap: 40px; }
  .wa-mock { max-width: 440px; }
}

/* ---------- Kontakt: Team-Avatare ---------- */
.contact-team { display: flex; align-items: center; gap: 16px; margin-top: 30px; }
.contact-team .avatars { display: flex; }
.contact-team .avatars .av {
  display: inline-flex; padding: 3px; border-radius: 50%;
  background: var(--grad-champagne); margin-left: -14px;
  box-shadow: 0 8px 20px -10px var(--navy-40);
}
.contact-team .avatars .av:first-child { margin-left: 0; }
.contact-team .avatars img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; display: block; }
.contact-team .txt { font-size: 0.95rem; font-weight: 600; color: var(--navy-60); }

/* ---------- Karriere: Einblicke-Galerie ---------- */
.karriere-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 780px; margin: 0 auto; }
.karriere-gallery figure { margin: 0; }
.karriere-gallery img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 22px;
  box-shadow: 0 30px 60px -30px rgba(20, 22, 58, 0.45);
}
.karriere-gallery figcaption { margin-top: 12px; font-size: 0.9rem; font-weight: 700; color: var(--navy-60); text-align: center; }
@media (max-width: 760px) {
  .karriere-gallery { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
}

/* ---------- Hero: Proof-Leiste unter den CTAs (Feedback 11) ---------- */
.hero-proof {
  display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap;
  margin-top: 22px; padding: 12px 22px 12px 14px;
  background: #fff; border: 1px solid var(--navy-06); border-radius: 100px;
  box-shadow: 0 18px 40px -24px var(--navy-40);
}
.hero-proof .avatars { display: flex; }
.hero-proof .avatars img {
  width: 38px; height: 38px; border-radius: 50%; object-fit: cover;
  border: 2.5px solid #fff; margin-left: -11px;
}
.hero-proof .avatars img:first-child { margin-left: 0; }
.hero-proof .hp-item { display: inline-flex; align-items: center; gap: 6px; font-size: 0.88rem; font-weight: 600; color: var(--navy-60); white-space: nowrap; }
.hero-proof .hp-item b { color: var(--cobalt); font-weight: 800; font-size: 1rem; }
.hero-proof .hp-sep { width: 1px; height: 26px; background: var(--navy-12); }
.hero-proof .hp-stars { color: var(--champagne); font-size: 1.05rem; letter-spacing: 2px; text-shadow: 0 1px 0 rgba(20, 22, 58, 0.15); }
@media (max-width: 640px) {
  .hero-proof {
    flex-direction: column; align-items: flex-start; gap: 10px;
    border-radius: 22px; padding: 16px 20px;
  }
  .hero-proof .hp-sep { display: none; }
}

/* ---------- Karriere-Captions klassisch ---------- */
.karriere-gallery figcaption { color: var(--navy); font-size: 0.95rem; }
.karriere-gallery figcaption span { color: var(--navy-40); font-weight: 600; }

/* ---------- Mobile-Feinschliff (Feedback 12) ---------- */
@media (max-width: 820px) {
  /* 3/10/11/14: gequetschte 3-Spalten-Raster stapeln */
  .grid-12 { grid-template-columns: 1fr !important; gap: 38px; }
  .grid-12 > * { grid-column: 1 / -1 !important; }
}
@media (max-width: 760px) {
  /* 2: goldener Unterstrich ragte in die naechste Zeile */
  .u-underline { text-decoration-thickness: 4px; text-underline-offset: 4px; }
  /* 9: Abstand Headline zu den USP-Karten */
  .orbit-list-mobile { margin-top: 36px; gap: 16px; }
  /* 10: CTA-Panel nicht mehr gequetscht */
  .cta-panel { padding: 46px 26px; }
  .cta-panel h2 { font-size: clamp(1.7rem, 7vw, 2.4rem); }
  .cta-panel .btn { width: 100%; justify-content: center; }
  /* 15: Kontakt-Vertrauenszeile untereinander statt uebereinander */
  .contact-team { flex-direction: column; align-items: flex-start; gap: 14px; }
  .contact-team .txt { max-width: 100%; }
}

/* ---------- Kalender-Vergleich (Feedback 13, Idee 1) ---------- */
.cal-compare { display: grid; grid-template-columns: 1fr 60px 1fr; gap: 20px; align-items: center; margin-top: 76px; }
.cal-card { background: #fff; border: 1px solid var(--navy-06); border-radius: 20px; padding: 22px; box-shadow: 0 26px 55px -30px var(--navy-40); }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; font-weight: 800; }
.cal-tag { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; }
.cal-tag.bad { background: var(--navy-06); color: var(--navy-40); }
.cal-tag.good { background: var(--grad-champagne); color: var(--navy); }
.cal-days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 8px; }
.cal-day { font-size: 0.72rem; font-weight: 800; color: var(--navy-40); text-align: center; letter-spacing: 0.08em; }
.cal-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.cal-slot {
  height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-size: 0.62rem; font-weight: 700; text-align: center; line-height: 1.1; padding: 2px;
}
.cal-slot.empty { border: 1.5px dashed var(--navy-12); }
.cal-slot.maybe { background: var(--navy-06); color: var(--navy-40); }
.cal-slot.noshow { background: var(--navy-06); color: var(--navy-40); text-decoration: line-through; }
.cal-slot.booked { background: var(--grad-cobalt-metallic); color: #fff; }
.cal-slot.quali { background: var(--grad-champagne); color: var(--navy); gap: 4px; }
.cal-slot.quali svg { width: 11px; height: 11px; flex: none; }
.cal-card.before { filter: grayscale(0.15); }
.cal-arrow { display: flex; align-items: center; justify-content: center; color: var(--cobalt); }
.cal-arrow svg { width: 40px; height: 40px; }
@media (max-width: 860px) {
  .cal-compare { grid-template-columns: 1fr; gap: 14px; margin-top: 50px; }
  .cal-arrow svg { transform: rotate(90deg); }
  .cal-card { padding: 16px; }
  .cal-grid, .cal-days { gap: 5px; }
  .cal-slot { height: 32px; font-size: 0.5rem; border-radius: 6px; }
  .cal-slot.quali svg { width: 9px; height: 9px; }
  .cal-head { font-size: 0.95rem; }
}

/* ---------- Transparenz-Dashboard (Idee 2) ---------- */
.dash-layout { display: grid; grid-template-columns: 1fr 560px; gap: 70px; align-items: center; }
.on-dark-list li { color: #fff; }
.on-dark-list li svg { color: var(--champagne); }
.dashboard {
  background: linear-gradient(180deg, #1C1F4E 0%, var(--navy) 100%);
  border: 1px solid var(--white-12); border-radius: 22px; padding: 24px;
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.8);
}
.dash-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.dash-title { font-weight: 800; color: #fff; }
.dash-live { display: inline-flex; align-items: center; gap: 7px; font-size: 0.78rem; font-weight: 800; color: var(--mint); }
.dash-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); animation: dash-blink 1.6s ease-in-out infinite; }
@keyframes dash-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.25; } }
.dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
.dash-kpi { background: var(--white-06); border: 1px solid var(--white-12); border-radius: 14px; padding: 13px 14px; display: grid; gap: 3px; }
.dash-kpi .k-label { font-size: 0.72rem; font-weight: 700; color: var(--white-60); }
.dash-kpi .k-num { font-size: 1.35rem; font-weight: 800; color: #fff; }
.dash-kpi .k-delta { font-size: 0.75rem; font-weight: 800; }
.dash-kpi .k-delta.up { color: var(--mint); }
.dash-kpi .k-delta.down { color: var(--ice); }
.dash-chart svg { width: 100%; height: 190px; display: block; }
.dash-gridlines line { stroke: rgba(255, 255, 255, 0.07); stroke-width: 1; }
.draw-path { stroke: var(--ice); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 8px rgba(111, 168, 245, 0.8)); }
.dash-xlabels { display: flex; justify-content: space-between; margin-top: 8px; font-size: 0.7rem; font-weight: 700; color: var(--white-60); }
@media (max-width: 1080px) {
  .dash-layout { grid-template-columns: 1fr; gap: 40px; }
}

/* ---------- Google-Review-Optik (Idee 3) ---------- */
.testi-card { position: relative; }
.g-badge {
  position: absolute; top: 18px; right: 18px; width: 34px; height: 34px;
  background: #fff; border-radius: 50%; border: 1px solid var(--navy-06);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px -8px var(--navy-40); z-index: 2;
}
.g-badge svg { width: 17px; height: 17px; }
.testi-card.big-photo .g-badge { top: 14px; right: 14px; }
.g-summary {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 18px;
  background: #fff; border: 1px solid var(--navy-06); border-radius: 100px;
  padding: 9px 18px; font-size: 0.9rem; font-weight: 600; color: var(--navy-60);
  box-shadow: 0 12px 30px -18px var(--navy-40);
}
.g-summary b { color: var(--navy); }

/* ---------- Weltkarte (Idee 4) ---------- */
.map-wrap { margin-top: 50px; }
.world-map { width: 100%; height: auto; display: block; }
.map-land { fill: rgba(255, 255, 255, 0.09); stroke: rgba(255, 255, 255, 0.16); stroke-width: 0.6; }
.map-pin .dot { fill: var(--champagne); }
.map-pin .pulse { fill: rgba(240, 217, 160, 0.25); animation: pin-pulse 2.6s ease-out infinite; transform-origin: center; transform-box: fill-box; }
.map-pin.big .dot { fill: var(--champagne); }
.map-pin:not(.big) .dot { fill: var(--ice); }
.map-pin:not(.big) .pulse { fill: rgba(111, 168, 245, 0.22); }
.map-pin text {
  fill: #fff; font-family: var(--font); font-size: 15px; font-weight: 700;
  text-anchor: middle; paint-order: stroke; stroke: rgba(20, 22, 58, 0.65); stroke-width: 3px;
}
.map-pin:not(.big) text { fill: var(--white-90); font-size: 13px; }
@keyframes pin-pulse { 0% { transform: scale(0.4); opacity: 1; } 80% { transform: scale(1.5); opacity: 0; } 100% { opacity: 0; } }
@media (max-width: 640px) { .map-pin text { font-size: 22px; } .map-pin:not(.big) text { font-size: 19px; } }

/* ---------- Branchen-Kacheln mit Bildern (Idee 5) ---------- */
.branchen-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.branche-tile {
  position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 4 / 5;
  border: 1px solid var(--white-12);
}
.branche-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.branche-tile::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20, 22, 58, 0.05) 30%, rgba(20, 22, 58, 0.92) 100%);
}
.branche-tile:hover img { transform: scale(1.07); }
.bt-content { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; }
.bt-content h4 { color: #fff; font-size: 1rem; font-weight: 800; line-height: 1.2; }
.bt-content p { color: var(--white-60); font-size: 0.78rem; line-height: 1.4; margin-top: 6px; max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.4s ease, opacity 0.4s ease; }
.branche-tile:hover .bt-content p { max-height: 90px; opacity: 1; }
@media (max-width: 1080px) { .branchen-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1081px) { .bt-content h4 { font-size: 0.92rem; } }
@media (max-width: 640px) {
  .branchen-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .bt-content p { display: none; }
}

/* CTA-Kachel im Branchen-Grid */
.branche-tile.cta-tile { background: linear-gradient(180deg, #1C1F4E 0%, var(--navy) 100%); border: 1.5px solid rgba(240, 217, 160, 0.45); }
.branche-tile.cta-tile::after { display: none; }
.branche-tile.cta-tile .bt-content { top: 50%; bottom: auto; transform: translateY(-50%); text-align: left; }
.branche-tile.cta-tile h4 { color: var(--champagne); }
.branche-tile.cta-tile p { max-height: none; opacity: 1; overflow: visible; }
.branche-tile.cta-tile a {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 12px;
  color: #fff; font-size: 0.82rem; font-weight: 800;
}
.branche-tile.cta-tile a svg { width: 15px; height: 15px; color: var(--champagne); }
.branche-tile.cta-tile a:hover { color: var(--champagne); }

/* ---------- Budget-Rechner (Ergebnisse) ---------- */
.calc-panel {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  background: #fff; border: 1px solid var(--navy-06); border-radius: var(--radius-card);
  padding: 44px 48px; box-shadow: 0 34px 70px -38px var(--navy-40);
}
.calc-label { display: block; font-weight: 700; font-size: 0.95rem; color: var(--navy-60); margin-bottom: 10px; }
.calc-label b { color: var(--cobalt); font-size: 1.15rem; }
.calc-select {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--navy-12); border-radius: 10px;
  font-family: inherit; font-size: 1rem; font-weight: 700; color: var(--navy); background: #fff;
  cursor: pointer;
}
.calc-select:focus { outline: none; border-color: var(--cobalt); }
.calc-range { width: 100%; accent-color: var(--cobalt); height: 34px; cursor: pointer; }
.calc-scale { display: flex; justify-content: space-between; font-size: 0.78rem; font-weight: 600; color: var(--navy-40); }
.calc-results { display: grid; gap: 14px; }
.calc-res {
  display: flex; align-items: baseline; gap: 14px;
  background: var(--offwhite); border: 1px solid var(--navy-06); border-radius: 16px; padding: 18px 24px;
}
.calc-res .cr-num { font-size: clamp(2rem, 3.4vw, 2.8rem); font-weight: 800; color: var(--cobalt); letter-spacing: -0.02em; min-width: 110px; }
.calc-res .cr-label { font-weight: 700; color: var(--navy-60); }
.calc-res.gold { background: var(--grad-champagne); border-color: transparent; }
.calc-res.gold .cr-num, .calc-res.gold .cr-label { color: var(--navy); }
.calc-results .btn { margin-top: 6px; justify-content: center; }
.calc-note { text-align: center; font-size: 0.85rem; color: var(--navy-40); margin-top: 22px; max-width: 640px; margin-left: auto; margin-right: auto; }
@media (max-width: 900px) {
  .calc-panel { grid-template-columns: 1fr; gap: 34px; padding: 28px 22px; }
}

/* ---------- Consent-Banner ---------- */
.consent-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 1200;
  max-width: 560px; margin: 0 auto;
  background: #fff; border: 1px solid var(--navy-06); border-radius: 16px;
  padding: 18px 22px; box-shadow: 0 30px 70px -30px rgba(20, 22, 58, 0.55);
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.consent-banner p { font-size: 0.85rem; color: var(--navy-60); flex: 1; min-width: 220px; }
.consent-banner a { color: var(--cobalt); text-decoration: underline; }
.consent-actions { display: flex; gap: 10px; }
.consent-yes {
  background: var(--grad-cobalt-metallic); color: #fff; border-radius: var(--radius-cta);
  padding: 10px 18px; font-weight: 700; font-size: 0.88rem;
}
.consent-no {
  border: 1.5px solid var(--navy-12); border-radius: var(--radius-cta);
  padding: 10px 18px; font-weight: 700; font-size: 0.88rem; color: var(--navy-60); background: #fff;
}

/* ---------- Calendly im Modal ---------- */
.calendly-hint { font-weight: 700; margin-bottom: 10px; }
.calendly-wrap { margin-top: 6px; }
.modal { max-height: 90vh; overflow-y: auto; }

/* ---------- Sticky-Mobile-CTA ---------- */
.mobile-cta-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 950;
  display: none; grid-template-columns: 1fr 1fr;
  background: var(--navy); border-top: 1px solid var(--white-12);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); gap: 10px;
}
.mcb-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 10px; border-radius: var(--radius-cta);
  font-weight: 800; font-size: 0.92rem;
}
.mcb-btn.form { background: var(--grad-cobalt-metallic); color: #fff; }
.mcb-btn.wa { background: var(--grad-champagne); color: var(--navy); }
.mcb-btn svg { width: 17px; height: 17px; }
@media (max-width: 860px) {
  .mobile-cta-bar { display: grid; }
  body { padding-bottom: 66px; }
  .consent-banner { bottom: 78px; }
}

/* ---------- Vergleichstabelle ---------- */
.compare-wrap { overflow-x: auto; margin-top: 20px; -webkit-overflow-scrolling: touch; }
.compare-table { width: 100%; min-width: 640px; border-collapse: separate; border-spacing: 0; }
.compare-table th, .compare-table td { padding: 15px 18px; text-align: left; font-size: 0.95rem; }
.compare-table thead th { font-weight: 800; color: var(--navy); border-bottom: 2px solid var(--navy-12); }
.compare-table thead th.hl { background: var(--grad-cobalt-metallic); color: #fff; border-radius: 14px 14px 0 0; border-bottom: none; }
.compare-table tbody td { border-bottom: 1px solid var(--navy-06); color: var(--navy-60); font-weight: 600; }
.compare-table tbody td:first-child { color: var(--navy); font-weight: 700; }
.compare-table tbody td.hl { background: rgba(30, 79, 186, 0.06); color: var(--navy); font-weight: 700; }
.compare-table tbody tr:last-child td.hl { border-radius: 0 0 14px 14px; }
.compare-table .c-yes { color: var(--cobalt); font-weight: 800; }
.compare-table .c-no { color: #D64545; font-weight: 800; }

/* ---------- News / Blog ---------- */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.news-card {
  background: #fff; border: 1px solid var(--navy-06); border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px var(--navy-40); }
.news-card .nc-img { aspect-ratio: 16 / 9; background: var(--grad-cobalt-metallic); position: relative; overflow: hidden; }
.news-card .nc-img img { width: 100%; height: 100%; object-fit: cover; }
.news-card .nc-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.news-card .nc-meta { font-size: 0.78rem; font-weight: 700; color: var(--navy-40); letter-spacing: 0.06em; text-transform: uppercase; }
.news-card h3 { font-size: 1.2rem; font-weight: 800; line-height: 1.3; }
.news-card p { color: var(--navy-60); font-size: 0.92rem; flex: 1; }
.news-card .nc-link { display: inline-flex; align-items: center; gap: 7px; color: var(--cobalt); font-weight: 800; font-size: 0.9rem; }
.news-card .nc-link svg { width: 15px; height: 15px; }
@media (max-width: 900px) { .news-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } }

/* ---------- Artikel / Case-Story ---------- */
.article { max-width: 760px; margin: 0 auto; }
.article h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 800; margin: 42px 0 14px; }
.article p { color: var(--navy-60); margin-bottom: 18px; line-height: 1.75; }
.article .a-meta { font-size: 0.85rem; font-weight: 700; color: var(--navy-40); margin-bottom: 8px; }
.case-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 34px 0; }
.case-stat { background: var(--navy); border-radius: 16px; padding: 20px; text-align: center; }
.case-stat .num { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; color: var(--champagne); }
.case-stat .lbl { font-size: 0.82rem; font-weight: 700; color: var(--white-60); margin-top: 4px; }
.case-shot-big { margin: 34px 0; border-radius: 18px; overflow: hidden; border: 1px solid var(--navy-06); box-shadow: 0 30px 60px -30px var(--navy-40); }
.case-shot-big img { width: 100%; display: block; }
.case-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; color: var(--champagne); font-weight: 800; font-size: 0.9rem; }
.case-link svg { width: 15px; height: 15px; }
.case-link:hover { text-decoration: underline; }
@media (max-width: 640px) { .case-stats { grid-template-columns: 1fr; } }

/* ---------- Lead-Magnet ---------- */
.magnet-panel {
  display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: center;
  background: linear-gradient(135deg, #1C1F4E 0%, var(--navy) 100%);
  border-radius: var(--radius-card); padding: 48px 54px;
  box-shadow: 0 40px 90px -40px rgba(20, 22, 58, 0.7);
}
.magnet-cover img {
  width: 100%; border-radius: 10px; transform: rotate(-3deg);
  box-shadow: 24px 30px 60px -20px rgba(0, 0, 0, 0.6);
  border: 1px solid var(--white-12);
}
.magnet-form { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.magnet-form input {
  flex: 1; min-width: 170px; padding: 15px 16px; border-radius: 8px;
  border: 1.5px solid var(--white-12); background: var(--white-06);
  color: #fff; font-family: inherit; font-size: 0.95rem;
}
.magnet-form input::placeholder { color: var(--white-60); }
.magnet-form input:focus { outline: none; border-color: var(--champagne); }
.magnet-note { font-size: 0.8rem; color: var(--white-60); margin-top: 12px; }
.magnet-success { margin-top: 24px; }
.magnet-success a { color: var(--champagne); font-weight: 800; text-decoration: underline; }
@media (max-width: 900px) {
  .magnet-panel { grid-template-columns: 1fr; padding: 30px 24px; gap: 30px; }
  .magnet-cover { max-width: 220px; margin: 0 auto; }
}

/* ---------- Empfehlungs-Sektion (vollflaechig, Feedback 15) ---------- */
.referral-section { background: var(--grad-champagne); margin-top: 40px; }
.referral-section .eyebrow, .referral-section .eyebrow::before { color: var(--navy); background: none; }
.referral-section .eyebrow::before { background: var(--navy); }
.referral-section h2 { color: var(--navy); }
.referral-section .lead { color: rgba(20, 22, 58, 0.72); }

/* ---------- Case-Story-Redesign ---------- */
.case-story { counter-reset: cs; }
.case-story h2 { display: flex; align-items: center; gap: 14px; }
.case-story h2::before {
  counter-increment: cs; content: "0" counter(cs);
  font-size: 0.85rem; font-weight: 800; color: var(--cobalt);
  border: 2px solid var(--cobalt); border-radius: 100px; padding: 4px 12px; letter-spacing: 0.08em;
}
.case-result {
  background: var(--navy); border-radius: 20px; padding: 30px 34px; margin: 34px 0 10px;
}
.case-result h2 { color: #fff; margin: 0 0 12px; }
.case-result h2::before { color: var(--champagne); border-color: var(--champagne); }
.case-result p { color: var(--white-90); margin: 0; }
.shot-frame {
  max-width: 500px; margin: 38px auto 10px; border-radius: 14px; overflow: hidden;
  border: 2px solid var(--navy-12); box-shadow: 0 34px 70px -30px rgba(20, 22, 58, 0.55); background: #fff;
}
.sf-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; background: var(--offwhite); border-bottom: 1px solid var(--navy-06); }
.sf-bar span { width: 10px; height: 10px; border-radius: 50%; background: var(--navy-12); }
.sf-bar b { margin-left: 8px; font-size: 0.78rem; color: var(--navy-40); font-weight: 700; }
.shot-frame img { width: 100%; display: block; }

/* ---------- Artikel-Elemente (Feedback 16) ---------- */
.a-img { border-radius: 20px; overflow: hidden; margin: 0 0 38px; box-shadow: 0 30px 60px -30px var(--navy-40); }
.a-img img { width: 100%; display: block; aspect-ratio: 16 / 7; object-fit: cover; }
.a-note {
  background: var(--grad-champagne); border-radius: 14px; padding: 20px 24px;
  font-weight: 700; color: var(--navy); margin: 28px 0; line-height: 1.6;
}
.a-note b { display: block; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 6px; }
.a-table { width: 100%; border-collapse: collapse; margin: 26px 0 30px; }
.a-table th { text-align: left; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy-40); padding: 10px 14px; border-bottom: 2px solid var(--navy-12); }
.a-table td { padding: 13px 14px; border-bottom: 1px solid var(--navy-06); font-weight: 600; color: var(--navy); }
.a-table td:last-child { color: var(--cobalt); font-weight: 800; white-space: nowrap; }
.a-steps { counter-reset: astep; display: grid; gap: 14px; margin: 26px 0 30px; }
.a-steps li { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--navy-06); border-radius: 14px; padding: 16px 20px; }
.a-steps li::before {
  counter-increment: astep; content: counter(astep);
  flex: none; width: 32px; height: 32px; border-radius: 50%;
  background: var(--grad-cobalt-metallic); color: #fff; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.a-steps li p { margin: 0; }
.a-steps li b { color: var(--navy); }

/* ---------- Zeilenumbruch-Fix (Feedback 17): keine Einzelwort-Zeilen mehr ---------- */
h1, h2, h3, .display-xl, .display-l, .display-m, .display-s { text-wrap: balance; }
.lead, .cta-panel .lead, .cta-panel p, .section-head .lead { text-wrap: balance; }
figcaption, .cal-head span:first-child, .g-summary { text-wrap: balance; }

/* ---------- Ueber Miriam (Feedback 18) ---------- */
.miriam-layout { display: grid; grid-template-columns: 340px 1fr; gap: 70px; align-items: start; }
.miriam-side { position: sticky; top: 120px; text-align: center; }
.miriam-side img { width: 100%; border-radius: 22px; box-shadow: 0 34px 70px -34px var(--navy-40); }
.ms-name { font-weight: 800; font-size: 1.2rem; margin-top: 18px; }
.ms-role { color: var(--navy-40); font-weight: 600; font-size: 0.9rem; }
.miriam-text p { color: var(--navy-60); line-height: 1.75; margin-top: 18px; }
.ms-quote {
  margin: 30px 0 12px; padding: 24px 28px; border-left: 4px solid var(--navy);
  background: var(--grad-champagne); border-radius: 0 16px 16px 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 800; color: var(--navy); line-height: 1.4;
}
@media (max-width: 900px) {
  .miriam-layout { grid-template-columns: 1fr; gap: 34px; }
  .miriam-side { position: static; max-width: 300px; margin: 0 auto; }
}

/* g-summary groesser */
.g-summary.big { font-size: 1.05rem; padding: 12px 24px; }
.g-summary.big .hp-stars { font-size: 1.3rem; }
.g-summary.big b { font-size: 1.1rem; }

/* ---------- Referral 500 EUR ---------- */
.referral-grid { display: grid; grid-template-columns: 420px 1fr; gap: 64px; align-items: center; }
.referral-img { position: relative; }
.referral-img img { width: 100%; border-radius: 22px; box-shadow: 0 40px 80px -36px rgba(20, 22, 58, 0.6); }
.referral-badge {
  position: absolute; right: -18px; bottom: -18px;
  background: var(--grad-cobalt-metallic); color: #fff; border-radius: 18px;
  padding: 16px 22px; text-align: center; box-shadow: 0 20px 46px -16px var(--cobalt-glow);
}
.referral-badge b { display: block; font-size: 1.9rem; font-weight: 800; line-height: 1.1; }
.referral-badge span { font-size: 0.78rem; font-weight: 700; opacity: 0.85; }
@media (max-width: 900px) {
  .referral-grid { grid-template-columns: 1fr; gap: 40px; }
  .referral-img { max-width: 380px; margin: 0 auto; }
}

/* ---------- Feedback 19 ---------- */
.hero-ohne { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 20px; }
.hero-ohne span {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.95rem; font-weight: 700; color: var(--navy-60);
}
.hero-ohne span::before { content: '✕'; color: #D64545; font-weight: 800; font-size: 0.8rem; }
.lead strong { color: var(--navy); font-weight: 800; }
.on-dark .lead strong { color: #fff; }
.ms-sub { font-size: 1.15rem; font-weight: 800; color: var(--navy); margin-top: 30px; }
.miriam-text p strong { color: var(--navy); }
.g-summary .hp-stars { color: var(--champagne); letter-spacing: 2px; text-shadow: 0 1px 0 rgba(20, 22, 58, 0.15); }
.case-num small { display: block; white-space: nowrap; }

/* Mobile: Vergleichstabelle kompakt wie Desktop, ohne Scroll */
@media (max-width: 760px) {
  .compare-wrap { overflow: visible; }
  .compare-table { min-width: 0; }
  .compare-table th, .compare-table td { padding: 8px 6px; font-size: 0.66rem; line-height: 1.35; hyphens: auto; }
  .compare-table thead th { font-size: 0.62rem; }
}

/* ---------- Kobalt-Metallic-Look fuer Headline-Akzente (Feedback 20) ---------- */
h1 .accent-cobalt, h2 .accent-cobalt, h3 .accent-cobalt, .display-xl .accent-cobalt, .display-l .accent-cobalt, .display-m .accent-cobalt {
  background: linear-gradient(115deg, #6FA8F5 0%, #1E4FBA 38%, #123273 62%, #4D83EA 85%, #9EC4F8 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}

/* ---------- CTA-Panel mit 3D-Logo ---------- */
.cta-panel.has3d { display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: center; text-align: left; }
.cta-panel.has3d .cta-content { text-align: center; }
.cta3d { width: 300px; height: 300px; }
.cta3d canvas { display: block; }
@media (max-width: 860px) {
  .cta-panel.has3d { grid-template-columns: 1fr; }
  .cta3d { width: 220px; height: 220px; margin: 0 auto; }
}

/* ---------- Mini-3D-Elemente + Champagne-Verlauf (Feedback 21) ---------- */
.section-head { position: relative; }
.mini3d { position: absolute; right: -10px; top: -40px; width: 230px; height: 230px; pointer-events: none; }
@media (max-width: 1100px) { .mini3d { display: none; } }
h1 .accent-champagne, h2 .accent-champagne, h3 .accent-champagne, .display-xl .accent-champagne, .display-l .accent-champagne, .display-m .accent-champagne {
  background: linear-gradient(115deg, #F7E9C6 0%, #E7C67F 35%, #C9A85C 60%, #F0D9A0 82%, #FAF0D8 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}


/* ---------- Lead-Magnet als vollflaechige dunkle Sektion (Feedback 07: keine 2 Kaesten nacheinander) ---------- */
.magnet-section { background: linear-gradient(135deg, #1C1F4E 0%, var(--navy) 100%); }
.magnet-section .magnet-panel { background: none; box-shadow: none; padding: 0; border-radius: 0; }

/* ---------- Reichweite: Circle-Visualisierung ---------- */
.reach-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.reach-viz { position: relative; height: 540px; }
.reach-ring {
  position: absolute; left: 50%; top: 50%; margin: 0;
  border-radius: 50%; border: 1.5px solid rgba(30, 79, 186, 0.2);
  box-shadow: 0 0 18px rgba(30, 79, 186, 0.16), inset 0 0 18px rgba(30, 79, 186, 0.1);
  animation: reach-rotate 26s linear infinite;
}
.reach-ring::before {
  content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%;
  left: 50%; top: -5px; margin-left: -4.5px;
  background: var(--cobalt); box-shadow: 0 0 14px 3px rgba(77, 131, 234, 0.8);
}
.reach-ring.r2::before { background: var(--champagne); box-shadow: 0 0 14px 3px rgba(240, 217, 160, 0.85); }
.reach-ring.r2 { animation-direction: reverse; animation-duration: 38s; }
.reach-ring.r3 { animation-duration: 52s; }
@keyframes reach-rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.reach-ring.r1 { width: 260px; height: 260px; border-color: rgba(30, 79, 186, 0.22); }
.reach-ring.r2 { width: 400px; height: 400px; border-color: rgba(231, 198, 127, 0.55); box-shadow: 0 0 18px rgba(231, 198, 127, 0.25), inset 0 0 18px rgba(231, 198, 127, 0.12); }
.reach-ring.r3 { width: 540px; height: 540px; border-color: rgba(30, 79, 186, 0.09); }
.reach-center {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  display: flex; gap: 14px; align-items: center; z-index: 3;
}
.reach-logo {
  width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center;
  background: #fff; box-shadow: 0 20px 44px -18px rgba(20, 22, 58, 0.45);
  border: 1px solid rgba(20, 22, 58, 0.06);
}
.reach-logo svg { width: 32px; height: 32px; }
.reach-logo.ig { color: #fff; background: radial-gradient(circle at 30% 110%, #FEDA75 0%, #F58529 25%, #DD2A7B 55%, #8134AF 80%, #515BD4 100%); }
.reach-logo.fb { color: #fff; background: #1877F2; }
.reach-av {
  position: absolute; width: 46px; height: 46px; border-radius: 50%;
  object-fit: cover; border: 2.5px solid var(--cobalt); z-index: 2;
  box-shadow: 0 14px 30px -12px rgba(20, 22, 58, 0.5);
  opacity: 0; transform: scale(0.3);
  transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.reach-av.pop { opacity: 1; transform: scale(1); }
@media (max-width: 1000px) {
  .reach-layout { grid-template-columns: 1fr; gap: 20px; }
  .reach-viz { height: 380px; transform: scale(0.72); transform-origin: center; }
}

/* ---------- DNA-Sektion ---------- */
.dna-section { background: var(--navy); position: relative; overflow: hidden; min-height: 680px; display: flex; align-items: center; }
.dna-layout { max-width: 620px; }
.dna-stage { position: absolute; top: 0; bottom: 0; right: 0; width: 46%; }
#dna3d { position: absolute; inset: 0; }
#dna3d canvas { display: block; }
.on-dark-list li svg { color: var(--champagne); }
@media (max-width: 1000px) {
  .dna-section { display: block; min-height: 0; }
  .dna-stage { position: relative; width: 100%; height: 420px; margin-top: 20px; }
}


/* ---------- Feedback 20 ---------- */
.stats-band .section-head { text-align: center; margin-left: auto; margin-right: auto; }

/* Reach-Logos: nur IG+FB, 3D-Look, Farben kobalt/champagne */
.reach-ring.r2 { border-color: rgba(231, 198, 127, 0.55); }
.reach-ring.r3 { border-color: rgba(30, 79, 186, 0.12); }
.reach-center { gap: 22px; perspective: 700px; }
.reach-logo {
  width: 88px; height: 88px; border-radius: 24px;
  transform: rotateX(22deg) rotateY(-24deg);
  box-shadow:
    3px 4px 0 rgba(15, 20, 60, 0.22), 6px 8px 0 rgba(15, 20, 60, 0.16), 9px 12px 0 rgba(15, 20, 60, 0.1),
    20px 34px 50px -16px rgba(20, 22, 58, 0.6),
    inset 0 3px 6px rgba(255, 255, 255, 0.55), inset 0 -8px 14px rgba(0, 0, 0, 0.28);
  border: none; animation: logo-bob 5s ease-in-out infinite;
}
.reach-logo.fb { animation-delay: -2.5s; }
.reach-logo svg { width: 42px; height: 42px; filter: drop-shadow(0 3px 4px rgba(0,0,0,0.3)); }
@keyframes logo-bob {
  0%, 100% { transform: rotateX(22deg) rotateY(-24deg) translateY(0); }
  50% { transform: rotateX(16deg) rotateY(-15deg) translateY(-13px); }
}

/* Cursor-Leuchtschimmer (hell, Markenfarben) */
.cursor-glow {
  position: fixed; left: 0; top: 0; width: 240px; height: 240px;
  margin: -120px 0 0 -120px; pointer-events: none; z-index: 2; opacity: 0;
  background: radial-gradient(circle, rgba(111, 168, 245, 0.1) 0%, rgba(240, 217, 160, 0.07) 38%, transparent 68%);
  transition: opacity 0.5s ease;
}
@media (hover: none), (max-width: 900px) { .cursor-glow { display: none; } }

/* Scroll-Reveal-Sektionen */
.reveal-mask { will-change: clip-path, transform; }

/* Creatives: Varianten-Tags */
.cshow-tag {
  display: inline-block; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--champagne); border: 1px solid rgba(231, 198, 127, 0.4);
  border-radius: 100px; padding: 7px 16px; margin-bottom: 26px;
}

/* V1: Einflug-Grid */
.cshow-fly { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.cshow-fly .ad-card { width: auto; }

@media (max-width: 900px) {
  .cshow-fly { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}



.reach-av:nth-of-type(even) { border-color: var(--champagne); }


/* V1: Float + Hover-Zoom (transform statt margin: kein Layout-Wackeln) */
.cshow-fly .fly { animation: fly-float 6s ease-in-out infinite; will-change: transform; }
.cshow-fly .fly:nth-child(2n) { animation-delay: -2s; }
.cshow-fly .fly:nth-child(3n) { animation-delay: -4s; }
@keyframes fly-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

/* Hover-Zoom-Overlay fuer Creatives */
.cr-zoom {
  position: fixed; inset: 0; z-index: 1200; pointer-events: none;
  display: grid; place-items: center; background: rgba(12, 14, 44, 0.55);
  opacity: 0; transition: opacity 0.22s ease;
}
.cr-zoom img {
  max-height: 78vh; max-width: min(560px, 82vw); border-radius: 18px;
  box-shadow: 0 50px 120px -30px rgba(0, 0, 0, 0.8);
  transform: scale(0.92); transition: transform 0.25s ease;
}
.cr-zoom.show { opacity: 1; }
.cr-zoom.show img { transform: scale(1); }
@media (hover: none) { .cr-zoom { display: none; } }

/* ===== Mobil-Feedback v52 (17.07.2026) — Fixes nur mobil ===== */
.nowrap-desktop { white-space: nowrap; }
@media (max-width: 860px) {
  /* P7/P9/P11/P13: Headline-Umbrueche mobil natuerlich statt harter <br> */
  .nowrap-desktop { white-space: normal; }
  h1.display-xl br, h2.display-l br { display: none; }
  .display-xl { font-size: clamp(2.1rem, 8.5vw, 3rem); overflow-wrap: break-word; }
  .display-l { font-size: clamp(1.9rem, 7.2vw, 2.4rem); overflow-wrap: break-word; }

  /* P2: X-Bullets im Hero enger */
  .hero-ohne { gap: 8px 16px; margin-top: 16px; }
  .hero-ohne span { font-size: 0.85rem; }

  /* P3/P4: Reach-Viz — kein Overlap in den Text, mehr Luft nach unten */
  .reach-layout { gap: 0; }
  .reach-viz { height: 330px; transform: scale(0.56); transform-origin: center; margin: 44px 0 30px; }

  /* P6: Abschluss-Text der Prozess-Sektion als Box, Faden bleibt dahinter */
  .prozess-final {
    background: rgba(28, 31, 78, 0.94);
    border: 1px solid var(--white-12);
    border-radius: 14px;
    padding: 18px 16px;
    position: relative; z-index: 2;
  }

  /* P8: Google-Bewertungs-Badge sauber umbrechen */
  .g-summary, .g-summary.big {
    display: flex; flex-wrap: wrap; justify-content: center;
    text-align: center; white-space: normal;
    border-radius: 18px; padding: 10px 16px;
    gap: 4px 8px; line-height: 1.45; max-width: 100%;
  }

  /* P10: CTA-Haekchen kleiner und enger */
  .cta-checks { gap: 8px 16px; font-size: 0.78rem; margin-top: 20px; }

  /* P15/P14: Branchen-Grid mobil 2 Spalten, CTA-Tile lesbar */
  .branchen-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px; }
  .bt-content { left: 12px; right: 12px; bottom: 12px; }
  .bt-content h4 { font-size: 0.92rem; }
  .bt-content a { font-size: 0.85rem; }

  /* P16: Stats-Kacheln 2x2 gleich gross, Zahl einzeilig */
  .stats-grid { grid-auto-rows: 1fr; gap: 12px; }
  .stat { padding: 26px 12px; display: flex; flex-direction: column; justify-content: center; }
  .stat .num { font-size: 1.65rem; white-space: nowrap; }
  .stat .lbl { font-size: 0.8rem; }

  /* P18: Abstand Bild/Text Ueber-uns-Hero-Folge enger */
  .timeline-band { gap: 26px; }
}
