
    /* ═══ Self-Hosted Fonts (DSGVO-konform) ═══ */
    @font-face {
      font-family: 'Geist';
      src: url('/hubfs/fonts/Geist-Bold.woff2') format('woff2');
      font-weight: 700;
      font-display: swap;
    }

    @font-face {
      font-family: 'Geist';
      src: url('/hubfs/fonts/Geist-ExtraBold.woff2') format('woff2');
      font-weight: 800;
      font-display: swap;
    }

    @font-face {
      font-family: 'Inter';
      src: url('/hubfs/fonts/Inter-variable.woff2') format('woff2-variations');
      font-weight: 300 600;
      font-display: swap;
      font-variation-settings: "opsz" 16;
    }

    @font-face {
      font-family: 'JetBrains Mono';
      src: url('/hubfs/fonts/JetBrainsMono-Regular.woff2') format('woff2');
      font-weight: 400 500;
      font-display: swap;
    }

    /* ═══ MERZLJAK CD V8.1 Tokens (Violet-Akzent für Authority) ═══ */
    .mzj-page {
      --navy: #0A1628;
      --navy-light: #1A2842;
      --navy-deeper: #060D1A;
      --cyan: #00E5C7;
      --cyan-dark: #00B8A0;
      --cyan-deeper: #008676;
      --magenta: #FF3366;
      --violet: #9966FF;
      --violet-deeper: #7544DD;
      --green: #10B981;
      --amber: #F59E0B;
      --blue: #4DA8FF;
      --white: #FFFFFF;
      --bg: #FFFFFF;
      --bg-soft: #F0F4F8;
      --g100: #F8FAFC;
      --g200: #E2E8F0;
      --g300: #CBD5E1;
      --g400: #94A3B8;
      --g500: #64748B;
      --g600: #475569;
      --g700: #334155;
      --g800: #1E293B;
      --g900: #0F172A;
      --text: var(--g700);
      --fh: 'Geist', -apple-system, system-ui, sans-serif;
      --fb: 'Inter', -apple-system, system-ui, sans-serif;
      --fm: 'JetBrains Mono', ui-monospace, monospace;
      --r: 16px;
      --rd: 12px;
      --rs: 8px;
      --pill: 50px;
      --ease: cubic-bezier(0.4, 0, 0.2, 1);
      --max-w: 1400px;

      /* V8.1: Default helle Page */
      background: var(--bg);
      color: var(--text);
      font-family: var(--fb);
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: -0.005em;
      -webkit-font-smoothing: antialiased;
      position: relative;
      overflow-x: hidden;
    }

    .mzj-page *,
    .mzj-page *::before,
    .mzj-page *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    /* ═══ Headings (Default für helle Sektionen) ═══ */
    .mzj-page h1,
    .mzj-page h2,
    .mzj-page h3,
    .mzj-page h4 {
      font-family: var(--fh);
      font-weight: 700;
      color: var(--navy);
      line-height: 1.15;
    }

    .mzj-page h1 {
      font-size: clamp(2.4rem, 5vw, 3.8rem);
      letter-spacing: -0.045em;
      line-height: 1.05;
    }

    .mzj-page h2 {
      font-size: clamp(1.8rem, 3vw, 2.4rem);
      letter-spacing: -0.04em;
      margin-top: 0;
      margin-bottom: 20px;
      position: relative;
      padding-left: 20px;
    }

    .mzj-page h2::before {
      content: '';
      position: absolute;
      left: 0;
      top: 12px;
      bottom: 12px;
      width: 4px;
      background: linear-gradient(180deg, var(--violet), var(--cyan));
      border-radius: 2px;
    }

    .mzj-page h3 {
      font-size: 1.2rem;
      letter-spacing: -0.025em;
      margin-bottom: 12px;
    }

    .mzj-page p {
      margin-bottom: 16px;
      color: var(--g700);
    }

    .mzj-page p strong {
      color: var(--navy);
      font-weight: 600;
    }

    /* ═══ V8.1: Section-Klassen ═══ */
    .mzj-page .section,
    .mzj-page .section-soft,
    .mzj-page .section-dark {
      padding: 80px 24px;
      position: relative;
    }

    .mzj-page .section {
      background: var(--white);
    }

    .mzj-page .section-soft {
      background: var(--bg-soft);
    }

    .mzj-page .section-dark {
      background: var(--navy);
      color: rgba(255, 255, 255, 0.86);
      overflow: hidden;
    }

    .mzj-page .section-dark::before {
      content: '';
      position: absolute;
      top: -100px;
      right: -100px;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(153, 102, 255, 0.10) 0%, transparent 70%);
      pointer-events: none;
    }

    .mzj-page .section-dark::after {
      content: '';
      position: absolute;
      bottom: -100px;
      left: -100px;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(0, 229, 199, 0.06) 0%, transparent 70%);
      pointer-events: none;
    }

    .mzj-page .section-dark>* {
      position: relative;
      z-index: 1;
    }

    .mzj-page .section-dark h1,
    .mzj-page .section-dark h2,
    .mzj-page .section-dark h3,
    .mzj-page .section-dark h4 {
      color: var(--white);
    }

    .mzj-page .section-dark p {
      color: rgba(255, 255, 255, 0.78);
    }

    .mzj-page .section-dark p strong {
      color: var(--white);
    }

    .mzj-page .section-dark a {
      color: var(--cyan);
    }

    /* ═══ Eyebrow (adaptiv) ═══ */
    .mzj-page .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: var(--fm);
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--violet-deeper);
      margin-bottom: 16px;
    }

    .mzj-page .eyebrow::before {
      content: '';
      width: 20px;
      height: 1px;
      background: var(--violet-deeper);
    }

    .mzj-page .section-dark .eyebrow {
      color: var(--violet);
    }

    .mzj-page .section-dark .eyebrow::before {
      background: var(--violet);
    }

    /* ═══ Section-Header (zentriert) ═══ */
    .mzj-page .section-header {
      max-width: 760px;
      margin: 0 auto 48px;
      text-align: center;
    }

    .mzj-page .section-header h2 {
      padding-left: 0;
    }

    .mzj-page .section-header h2::before {
      display: none;
    }

    .mzj-page .section-header p {
      color: var(--g600);
      font-size: 1.05rem;
      margin-bottom: 0;
    }

    .mzj-page .section-dark .section-header p {
      color: rgba(255, 255, 255, 0.78);
    }

    /* ═══ Buttons (V8.1 adaptive) ═══ */
    .mzj-page .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 16px 32px;
      background: var(--navy);
      color: var(--white);
      border-radius: var(--pill);
      font-family: var(--fh);
      font-weight: 700;
      font-size: 1rem;
      text-decoration: none;
      transition: all 0.25s var(--ease);
      border: 2px solid var(--navy);
    }

    .mzj-page .btn-primary:hover {
      background: var(--violet);
      border-color: var(--violet);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(153, 102, 255, 0.25);
    }

    /* In dunkler Sektion: automatisch Cyan filled */
    .mzj-page .section-dark .btn-primary {
      background: var(--cyan);
      color: var(--navy);
      border-color: var(--cyan);
    }

    .mzj-page .section-dark .btn-primary:hover {
      background: var(--white);
      color: var(--navy);
      border-color: var(--white);
      box-shadow: 0 8px 24px rgba(0, 229, 199, 0.25);
    }

    .mzj-page .btn-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 28px;
      background: transparent;
      color: var(--navy);
      border: 2px solid var(--navy);
      border-radius: var(--pill);
      font-family: var(--fh);
      font-weight: 600;
      font-size: 0.95rem;
      text-decoration: none;
      transition: all 0.2s var(--ease);
    }

    .mzj-page .btn-secondary:hover {
      background: var(--navy);
      color: var(--white);
    }

    .mzj-page .section-dark .btn-secondary {
      color: var(--white);
      border-color: rgba(255, 255, 255, 0.4);
    }

    .mzj-page .section-dark .btn-secondary:hover {
      background: var(--white);
      color: var(--navy);
      border-color: var(--white);
    }

    .mzj-page .btn-cyan {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 16px 32px;
      background: var(--cyan);
      color: var(--navy);
      border-radius: var(--pill);
      font-family: var(--fh);
      font-weight: 700;
      font-size: 1rem;
      text-decoration: none;
      transition: all 0.25s var(--ease);
    }

    .mzj-page .btn-cyan:hover {
      background: var(--white);
      transform: translateY(-2px);
    }

    /* ═══ Hero ═══ */
    .mzj-page .hero {
      padding: 80px 24px 60px;
      max-width: var(--max-w);
      margin: 0 auto;
    }

    .mzj-page .breadcrumb {
      display: flex;
      gap: 8px;
      font-family: var(--fm);
      font-size: 0.72rem;
      color: var(--g500);
      margin-bottom: 20px;
    }

    .mzj-page .breadcrumb a {
      color: var(--g600);
      text-decoration: none;
    }

    .mzj-page .breadcrumb a:hover {
      color: var(--violet);
    }

    .mzj-page .hero-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr;
      gap: 60px;
      align-items: center;
      margin-top: 24px;
    }

    .mzj-page .hero-title {
      margin-bottom: 24px;
      color: var(--navy);
    }

    .mzj-page .hero-title .highlight {
      background: linear-gradient(135deg, var(--violet), var(--cyan));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .mzj-page .hero-lead {
      font-size: 1.15rem;
      color: var(--g600);
      margin-bottom: 32px;
      line-height: 1.6;
      max-width: 640px;
    }

    .mzj-page .hero-cta-row {
      display: flex;
      gap: 16px;
      margin-bottom: 32px;
      flex-wrap: wrap;
    }

    .mzj-page .hero-trust {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      max-width: 600px;
    }

    .mzj-page .trust-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: var(--fm);
      font-size: 0.78rem;
      color: var(--g600);
    }

    .mzj-page .trust-item strong {
      color: var(--navy);
    }

    .mzj-page .trust-item .ti-ico {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      background: rgba(153, 102, 255, 0.10);
      border-radius: 50%;
      color: var(--violet);
      flex-shrink: 0;
    }

    .mzj-page .trust-item .ti-ico svg {
      width: 16px;
      height: 16px;
    }

    /* Hero-Card als dunkler Akzent in heller Hero-Sektion */
    .mzj-page .hero-card {
      background: linear-gradient(135deg, var(--navy), var(--navy-light));
      border: 1px solid rgba(153, 102, 255, 0.30);
      border-radius: var(--r);
      padding: 32px;
      position: relative;
      overflow: hidden;
      color: var(--white);
    }

    .mzj-page .hero-card::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -50%;
      width: 100%;
      height: 100%;
      background: radial-gradient(circle, rgba(153, 102, 255, 0.25), transparent 70%);
      pointer-events: none;
    }

    .mzj-page .hero-card-label {
      display: inline-block;
      font-family: var(--fm);
      font-size: 0.62rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--violet);
      padding: 4px 10px;
      background: rgba(153, 102, 255, 0.15);
      border-radius: 50px;
      margin-bottom: 16px;
      position: relative;
    }

    .mzj-page .hero-card h3 {
      color: var(--white);
      margin-bottom: 24px;
      position: relative;
    }

    .mzj-page .hero-card-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      position: relative;
    }

    .mzj-page .hero-stat {
      padding: 14px 16px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 10px;
    }

    .mzj-page .hero-stat-val {
      font-family: var(--fh);
      font-weight: 800;
      font-size: 1.5rem;
      color: var(--cyan);
      margin-bottom: 4px;
    }

    .mzj-page .hero-stat-lbl {
      font-family: var(--fm);
      font-size: 0.7rem;
      color: rgba(255, 255, 255, 0.7);
    }

    /* ═══ Trust-Bar ═══ */
    .mzj-page .trust-bar {
      padding: 48px 24px;
      background: var(--white);
      border-top: 1px solid var(--g200);
      border-bottom: 1px solid var(--g200);
    }

    .mzj-page .trust-bar-inner {
      max-width: var(--max-w);
      margin: 0 auto;
    }

    .mzj-page .trust-bar-label {
      font-family: var(--fm);
      font-size: 0.7rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--g500);
      margin-bottom: 16px;
      text-align: center;
    }

    .mzj-page .trust-bar-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 16px;
    }

    .mzj-page .credential {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 18px;
      background: var(--g100);
      border: 1px solid var(--g200);
      border-radius: 8px;
      font-family: var(--fm);
      font-size: 0.8rem;
      color: var(--g700);
    }

    .mzj-page .credential strong {
      color: var(--navy);
    }

    .mzj-page .credential .cr-ico {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px;
      color: var(--green);
    }

    /* ═══ Mission ═══ */
    .mzj-page .mission-grid {
      max-width: var(--max-w);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: start;
    }

    .mzj-page .mission-quote {
      background: var(--white);
      border: 1px solid var(--g200);
      border-left: 4px solid var(--violet);
      border-radius: var(--r);
      padding: 32px 28px;
      box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
    }

    .mzj-page .mission-quote p {
      font-family: var(--fh);
      font-size: 1.15rem;
      line-height: 1.5;
      color: var(--navy);
      font-style: italic;
      margin-bottom: 16px;
    }

    .mzj-page .mission-quote cite {
      font-family: var(--fm);
      font-size: 0.78rem;
      color: var(--g500);
      font-style: normal;
    }

    /* ═══ Founder (DUNKEL) ═══ */
    .mzj-page .founder {
      padding: 100px 24px;
    }

    .mzj-page .founder-inner {
      max-width: var(--max-w);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 280px 1fr;
      gap: 60px;
      align-items: start;
    }

    .mzj-page .founder-avatar {
      width: 280px;
      height: 280px;
      border-radius: 24px;
      background: linear-gradient(135deg, var(--violet), var(--magenta));
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--fh);
      font-weight: 800;
      font-size: 5rem;
      color: var(--white);
      letter-spacing: -0.04em;
      flex-shrink: 0;
      box-shadow: 0 16px 64px rgba(153, 102, 255, 0.4);
      position: sticky;
      top: 100px;
    }

    .mzj-page .founder-info .role {
      font-family: var(--fm);
      font-size: 0.85rem;
      color: var(--cyan);
      margin-bottom: 20px;
    }

    .mzj-page .founder-meta {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin: 24px 0;
    }

    .mzj-page .founder-meta-card {
      padding: 16px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.10);
      border-radius: 12px;
    }

    .mzj-page .founder-meta-val {
      font-family: var(--fh);
      font-weight: 800;
      font-size: 1.6rem;
      color: var(--cyan);
      margin-bottom: 4px;
    }

    .mzj-page .founder-meta-lbl {
      font-family: var(--fm);
      font-size: 0.72rem;
      color: rgba(255, 255, 255, 0.7);
    }

    .mzj-page .founder-knowsabout {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 16px 0 24px;
    }

    .mzj-page .knowsabout-pill {
      padding: 6px 14px;
      background: rgba(153, 102, 255, 0.18);
      border: 1px solid rgba(153, 102, 255, 0.30);
      border-radius: 50px;
      font-family: var(--fm);
      font-size: 0.72rem;
      color: rgba(255, 255, 255, 0.92);
    }

    .mzj-page .founder-links {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    .mzj-page .founder-links a {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-family: var(--fm);
      font-size: 0.78rem;
      color: rgba(255, 255, 255, 0.85);
      text-decoration: none;
      padding: 10px 18px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 50px;
      transition: all 0.2s var(--ease);
    }

    .mzj-page .founder-links a:hover {
      background: var(--cyan);
      color: var(--navy);
      border-color: var(--cyan);
    }

    .mzj-page .founder-links a svg {
      width: 14px;
      height: 14px;
    }

    /* ═══ Speaker Cards (HELL) ═══ */
    .mzj-page .speaker-grid {
      max-width: var(--max-w);
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }

    .mzj-page .speaker-card {
      padding: 28px;
      background: var(--white);
      border: 1px solid var(--g200);
      border-radius: var(--r);
      transition: all 0.3s var(--ease);
      position: relative;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(10, 22, 40, 0.04);
    }

    .mzj-page .speaker-card:hover {
      transform: translateY(-4px);
      border-color: var(--violet);
      box-shadow: 0 12px 36px rgba(153, 102, 255, 0.15);
    }

    .mzj-page .speaker-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--violet), var(--cyan));
      opacity: 0;
      transition: opacity 0.3s var(--ease);
    }

    .mzj-page .speaker-card:hover::before {
      opacity: 1;
    }

    .mzj-page .speaker-tag {
      display: inline-block;
      font-family: var(--fm);
      font-size: 0.62rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 4px 10px;
      background: rgba(153, 102, 255, 0.10);
      color: var(--violet-deeper);
      border-radius: 50px;
      margin-bottom: 14px;
    }

    .mzj-page .speaker-card h3 {
      color: var(--navy);
      margin-bottom: 6px;
    }

    .mzj-page .speaker-org {
      font-family: var(--fm);
      font-size: 0.78rem;
      color: var(--g500);
      margin-bottom: 14px;
    }

    .mzj-page .speaker-card p {
      font-size: 0.9rem;
      color: var(--g600);
      margin-bottom: 0;
    }

    /* ═══ Kompetenz-Cards (HELL-SOFT) ═══ */
    .mzj-page .competence-grid {
      max-width: var(--max-w);
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .mzj-page .comp-card {
      padding: 24px 20px;
      background: var(--white);
      border: 1px solid var(--g200);
      border-radius: var(--r);
      text-align: center;
      transition: all 0.3s var(--ease);
    }

    .mzj-page .comp-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(10, 22, 40, 0.08);
    }

    .mzj-page .comp-ico {
      width: 56px;
      height: 56px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 14px;
    }

    .mzj-page .comp-ico svg {
      width: 28px;
      height: 28px;
    }

    .mzj-page .comp-card:nth-child(1) .comp-ico {
      color: var(--violet-deeper);
      background: rgba(153, 102, 255, 0.10);
    }

    .mzj-page .comp-card:nth-child(2) .comp-ico {
      color: var(--cyan-deeper);
      background: rgba(0, 229, 199, 0.10);
    }

    .mzj-page .comp-card:nth-child(3) .comp-ico {
      color: var(--magenta);
      background: rgba(255, 51, 102, 0.10);
    }

    .mzj-page .comp-card:nth-child(4) .comp-ico {
      color: var(--green);
      background: rgba(16, 185, 129, 0.10);
    }

    .mzj-page .comp-card:nth-child(5) .comp-ico {
      color: var(--amber);
      background: rgba(245, 158, 11, 0.10);
    }

    .mzj-page .comp-card:nth-child(6) .comp-ico {
      color: var(--blue);
      background: rgba(77, 168, 255, 0.10);
    }

    .mzj-page .comp-card:nth-child(7) .comp-ico {
      color: var(--violet-deeper);
      background: rgba(153, 102, 255, 0.10);
    }

    .mzj-page .comp-card:nth-child(8) .comp-ico {
      color: var(--cyan-deeper);
      background: rgba(0, 229, 199, 0.10);
    }

    .mzj-page .comp-card h4 {
      font-size: 1rem;
      margin-bottom: 6px;
      color: var(--navy);
    }

    .mzj-page .comp-card p {
      font-size: 0.8rem;
      color: var(--g600);
      margin: 0;
    }

    /* ═══ Werte (DUNKEL) ═══ */
    .mzj-page .werte {
      padding: 80px 24px;
    }

    .mzj-page .werte-inner {
      max-width: var(--max-w);
      margin: 0 auto;
    }

    .mzj-page .werte-iii {
      font-family: var(--fh);
      font-weight: 800;
      font-size: clamp(4rem, 10vw, 7rem);
      letter-spacing: -0.06em;
      line-height: 1;
      text-align: center;
      margin: 30px 0 60px;
      background: linear-gradient(135deg, var(--violet), var(--cyan));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .mzj-page .werte-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .mzj-page .wert-card {
      padding: 32px 28px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: var(--r);
      transition: all 0.3s var(--ease);
    }

    .mzj-page .wert-card:hover {
      background: rgba(255, 255, 255, 0.10);
      border-color: var(--cyan);
      transform: translateY(-2px);
    }

    .mzj-page .wert-letter {
      font-family: var(--fh);
      font-weight: 800;
      font-size: 3rem;
      line-height: 1;
      letter-spacing: -0.04em;
      color: var(--violet);
      margin-bottom: 16px;
    }

    .mzj-page .wert-card h3 {
      font-size: 1.3rem;
      margin-bottom: 12px;
    }

    .mzj-page .wert-card p {
      font-size: 0.92rem;
      line-height: 1.65;
      margin: 0;
    }

    /* ═══ Stats (HELL) ═══ */
    .mzj-page .stats-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

    .mzj-page .stat-card {
      padding: 32px 24px;
      background: var(--white);
      border: 1px solid var(--g200);
      border-radius: var(--r);
      text-align: center;
      transition: all 0.3s var(--ease);
      box-shadow: 0 2px 8px rgba(10, 22, 40, 0.04);
    }

    .mzj-page .stat-card:hover {
      transform: translateY(-2px);
      border-color: var(--violet);
      box-shadow: 0 8px 24px rgba(153, 102, 255, 0.10);
    }

    .mzj-page .stat-val {
      font-family: var(--fh);
      font-weight: 800;
      font-size: 2.6rem;
      letter-spacing: -0.04em;
      line-height: 1;
      margin-bottom: 8px;
      background: linear-gradient(135deg, var(--violet), var(--cyan));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .mzj-page .stat-lbl {
      font-family: var(--fm);
      font-size: 0.78rem;
      color: var(--g600);
    }

    /* ═══ Bonn (HELL-SOFT) ═══ */
    .mzj-page .bonn-grid {
      max-width: var(--max-w);
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .mzj-page .bonn-address {
      padding: 24px;
      background: var(--white);
      border: 1px solid rgba(153, 102, 255, 0.20);
      border-radius: var(--r);
      margin-top: 24px;
      box-shadow: 0 2px 12px rgba(10, 22, 40, 0.04);
    }

    .mzj-page .bonn-address-label {
      font-family: var(--fm);
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--violet-deeper);
      margin-bottom: 8px;
    }

    .mzj-page .bonn-address strong {
      color: var(--navy);
      display: block;
      margin-bottom: 8px;
    }

    .mzj-page .bonn-address-text {
      color: var(--g600);
      margin-bottom: 16px;
      line-height: 1.6;
    }

    .mzj-page .bonn-contact {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .mzj-page .bonn-contact a {
      font-family: var(--fm);
      font-size: 0.85rem;
      color: var(--violet-deeper);
      text-decoration: none;
    }

    .mzj-page .bonn-contact a:hover {
      text-decoration: underline;
    }

    .mzj-page .bonn-map-card {
      background: var(--navy);
      border: 1px solid var(--g200);
      border-radius: var(--r);
      aspect-ratio: 4/3;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 32px;
      position: relative;
      overflow: hidden;
    }

    .mzj-page .bonn-map-svg {
      width: 100%;
      height: 100%;
    }

    /* ═══ Service-Cross-Links (DUNKEL) ═══ */
    .mzj-page .services-cross {
      padding: 80px 24px;
    }

    .mzj-page .services-grid {
      max-width: var(--max-w);
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .mzj-page .service-link {
      display: block;
      padding: 24px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: var(--r);
      text-decoration: none;
      transition: all 0.3s var(--ease);
      position: relative;
      color: rgba(255, 255, 255, 0.92);
    }

    .mzj-page .service-link:hover {
      background: rgba(255, 255, 255, 0.10);
      border-color: var(--cyan);
      transform: translateY(-3px);
      box-shadow: 0 12px 32px rgba(0, 229, 199, 0.15);
    }

    .mzj-page .service-link h4 {
      color: var(--white);
      font-size: 1.05rem;
      margin-bottom: 8px;
      transition: color 0.2s;
    }

    .mzj-page .service-link:hover h4 {
      color: var(--cyan);
    }

    .mzj-page .service-link p {
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.85rem;
      line-height: 1.5;
      margin: 0;
    }

    /* ═══ Inline-CTA (DUNKEL · Final) ═══ */
    .mzj-page .inline-cta {
      padding: 80px 24px;
    }

    .mzj-page .inline-cta-card {
      max-width: 900px;
      margin: 0 auto;
      padding: 48px 40px;
      background: linear-gradient(135deg, var(--violet), var(--magenta));
      border-radius: var(--r);
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .mzj-page .inline-cta-card::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -20%;
      width: 60%;
      height: 200%;
      background: radial-gradient(ellipse, rgba(255, 255, 255, 0.10) 0%, transparent 60%);
      pointer-events: none;
    }

    .mzj-page .inline-cta-card h3 {
      color: var(--white);
      font-size: 1.7rem;
      margin-bottom: 12px;
      position: relative;
    }

    .mzj-page .inline-cta-card p {
      color: rgba(255, 255, 255, 0.92);
      font-size: 1.05rem;
      margin-bottom: 24px;
      position: relative;
    }

    .mzj-page .inline-cta-row {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      justify-content: center;
      position: relative;
    }

    .mzj-page .inline-cta-row .btn-w {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 28px;
      background: var(--white);
      color: var(--violet-deeper);
      border-radius: var(--pill);
      font-family: var(--fh);
      font-weight: 700;
      font-size: 0.95rem;
      text-decoration: none;
      transition: all 0.25s var(--ease);
    }

    .mzj-page .inline-cta-row .btn-w:hover {
      background: var(--navy);
      color: var(--white);
      transform: translateY(-2px);
    }

    .mzj-page .inline-cta-row .btn-o {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 28px;
      background: transparent;
      color: var(--white);
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: var(--pill);
      font-family: var(--fh);
      font-weight: 600;
      font-size: 0.95rem;
      text-decoration: none;
      transition: all 0.2s var(--ease);
    }

    .mzj-page .inline-cta-row .btn-o:hover {
      background: rgba(255, 255, 255, 0.10);
      border-color: var(--white);
    }

    /* ═══ Verwandte-Themen-Pills (V8.1 NEU) ═══ */
    .mzj-page .related-topics {
      max-width: 920px;
      margin: 64px auto 0;
      text-align: center;
      position: relative;
    }

    .mzj-page .related-topics h3 {
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.78);
      margin-bottom: 18px;
      font-weight: 600;
      padding-left: 0;
    }

    .mzj-page .related-topics h3::before {
      display: none;
    }

    .mzj-page .related-pills-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .mzj-page .related-pill {
      padding: 10px 18px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: var(--pill);
      font-family: var(--fb);
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--white);
      text-decoration: none;
      transition: all 0.2s var(--ease);
    }

    .mzj-page .related-pill:hover {
      background: var(--cyan);
      color: var(--navy);
      border-color: var(--cyan);
      transform: translateY(-2px);
    }

    /* ═══ Responsive ═══ */
    @media (max-width: 1200px) and (min-width: 1025px) {
      .mzj-page .competence-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .mzj-page .services-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 1024px) and (min-width: 768px) {
      .mzj-page .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .mzj-page .mission-grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .mzj-page .founder-inner {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .mzj-page .founder-avatar {
        width: 220px;
        height: 220px;
        font-size: 4rem;
        position: static;
        margin: 0 auto;
      }

      .mzj-page .speaker-grid {
        grid-template-columns: 1fr;
      }

      .mzj-page .competence-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .mzj-page .stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .mzj-page .bonn-grid {
        grid-template-columns: 1fr;
      }

      .mzj-page .services-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .mzj-page .section,
      .mzj-page .section-soft,
      .mzj-page .section-dark {
        padding: 60px 28px;
      }

      .mzj-page .hero {
        padding: 60px 28px 40px;
      }

      .mzj-page .founder {
        padding: 60px 28px;
      }

      .mzj-page .werte {
        padding: 60px 28px;
      }

      .mzj-page .services-cross {
        padding: 60px 28px;
      }

      .mzj-page .inline-cta {
        padding: 60px 28px;
      }
    }

    @media (max-width: 767px) {
      .mzj-page .hero {
        padding: 48px 20px 32px;
      }

      .mzj-page .hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .mzj-page .hero-trust {
        grid-template-columns: 1fr;
      }

      .mzj-page .hero-cta-row {
        flex-direction: column;
      }

      .mzj-page .hero-cta-row>a {
        width: 100%;
        justify-content: center;
      }

      .mzj-page .hero-card-stats {
        grid-template-columns: 1fr;
      }

      .mzj-page h1 {
        font-size: 2rem;
      }

      .mzj-page .section,
      .mzj-page .section-soft,
      .mzj-page .section-dark {
        padding: 48px 20px;
      }

      .mzj-page .mission-grid {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .mzj-page .founder {
        padding: 48px 20px;
      }

      .mzj-page .founder-inner {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .mzj-page .founder-avatar {
        width: 160px;
        height: 160px;
        font-size: 3rem;
        position: static;
        margin: 0 auto;
      }

      .mzj-page .founder-meta {
        grid-template-columns: 1fr;
      }

      .mzj-page .speaker-grid {
        grid-template-columns: 1fr;
      }

      .mzj-page .competence-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .mzj-page .werte {
        padding: 48px 20px;
      }

      .mzj-page .werte-iii {
        font-size: 4rem;
        margin: 20px 0 32px;
      }

      .mzj-page .werte-grid {
        grid-template-columns: 1fr;
      }

      .mzj-page .stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .mzj-page .bonn-grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .mzj-page .services-cross {
        padding: 48px 20px;
      }

      .mzj-page .services-grid {
        grid-template-columns: 1fr;
      }

      .mzj-page .inline-cta {
        padding: 48px 20px;
      }

      .mzj-page .inline-cta-card {
        padding: 32px 24px;
      }

      .mzj-page .inline-cta-card h3 {
        font-size: 1.3rem;
      }

      .mzj-page .inline-cta-row {
        flex-direction: column;
      }

      .mzj-page .inline-cta-row>a {
        width: 100%;
        justify-content: center;
      }
    }

    @media (prefers-reduced-motion: reduce) {

      .mzj-page *,
      .mzj-page *::before,
      .mzj-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
      }
    }
  