
  /* ═══ MERZLJAK CD V8.1 Tokens (Magenta-Akzent für Beratung-Cluster) ═══ */
  .mzj-page {
    --navy: #0A1628;
    --navy-light: #1A2842;
    --navy-deeper: #060D1A;
    --cyan: #00E5C7;
    --cyan-dark: #00B8A0;
    --cyan-deeper: #008676;
    --magenta: #FF3366;
    --magenta-deeper: #CC2952;
    --magenta-soft: rgba(255,51,102,0.10);
    --violet: #9966FF;
    --green: #10B981;
    --white: #FFFFFF;
    --bg: #FFFFFF;
    --bg-soft: #F0F4F8;
    --g100: #F8FAFC;
    --g200: #E2E8F0;
    --g300: #CBD5E1;
    --g400: #94A3B8;
    --g500: #64748B;
    --g600: #475569;
    --g700: #334155;
    --g800: #1E293B;
    --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;
    --accent: var(--magenta);

    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.2rem, 4.6vw, 3.5rem); 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(--magenta), 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(255,51,102,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(--magenta-deeper); margin-bottom: 16px; }
  .mzj-page .eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--magenta-deeper); }
  .mzj-page .section-dark .eyebrow { color: var(--magenta); }
  .mzj-page .section-dark .eyebrow::before { background: var(--magenta); }

  /* ═══ Section-Header ═══ */
  .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(--magenta); border-color: var(--magenta);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255,51,102,0.30);
  }
  .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); }

  /* ═══ HERO ═══ */
  .mzj-page .hero { padding: 64px 24px 48px; 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(--magenta); }
  .mzj-page .hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start; margin-top: 24px; }
  .mzj-page .hero-title { margin-bottom: 24px; color: var(--navy); }
  .mzj-page .hero-title .highlight { background: linear-gradient(135deg, var(--magenta), var(--cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .mzj-page .hero-lead { font-size: 1.1rem; color: var(--g600); margin-bottom: 28px; 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: 14px; max-width: 600px; margin-bottom: 24px; }
  .mzj-page .trust-item { display: flex; align-items: center; gap: 12px; font-family: var(--fb); font-size: 0.9rem; color: var(--g700); }
  .mzj-page .trust-item strong { color: var(--navy); }
  .mzj-page .ti-ico { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(255,51,102,0.10); border-radius: 10px; color: var(--magenta-deeper); flex-shrink: 0; }
  .mzj-page .ti-ico svg { width: 18px; height: 18px; }

  .mzj-page .contact-direct { display: flex; flex-wrap: wrap; gap: 16px; padding-top: 24px; border-top: 1px solid var(--g200); }
  .mzj-page .contact-direct-item { display: flex; align-items: center; gap: 10px; font-family: var(--fm); font-size: 0.85rem; color: var(--g600); text-decoration: none; transition: color 0.2s; }
  .mzj-page .contact-direct-item:hover { color: var(--magenta-deeper); }
  .mzj-page .contact-direct-item strong { color: var(--navy); font-weight: 700; }
  .mzj-page .contact-direct-item svg { width: 16px; height: 16px; color: var(--magenta-deeper); }

  /* Form-Card als heller Akzent rechts im Hero */
  .mzj-page .hero-form-card {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: var(--r);
    padding: 32px;
    box-shadow: 0 12px 48px rgba(10,22,40,0.08);
    position: relative;
    overflow: hidden;
  }
  .mzj-page .hero-form-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--magenta), var(--cyan));
  }
  .mzj-page .form-card-eyebrow { display: inline-block; font-family: var(--fm); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--magenta-deeper); padding: 4px 10px; background: rgba(255,51,102,0.10); border-radius: 50px; margin-bottom: 12px; font-weight: 600; }
  .mzj-page .form-card-title { font-size: 1.3rem; margin-bottom: 8px; color: var(--navy); }
  .mzj-page .form-card-lead { font-size: 0.92rem; color: var(--g600); margin-bottom: 20px; }
  .mzj-page .form-embed-placeholder {
    min-height: 320px;
    background: var(--g100);
    border: 1px dashed var(--g300);
    border-radius: var(--rd);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    text-align: center;
  }
  .mzj-page .form-embed-placeholder code { font-family: var(--fm); font-size: 0.78rem; color: var(--g600); padding: 4px 10px; background: var(--white); border-radius: 6px; border: 1px solid var(--g200); }
  .mzj-page .form-trust-list { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--g200); display: flex; flex-direction: column; gap: 10px; }
  .mzj-page .form-trust-item { display: flex; align-items: center; gap: 10px; font-size: 0.82rem; color: var(--g600); }
  .mzj-page .form-trust-item svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }
  .mzj-page .form-trust-item strong { color: var(--navy); font-weight: 600; }

  /* ═══ Trust-Bar (HELL) ═══ */
  .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); }

  /* ═══ Vorteile-Cards (HELL-SOFT) ═══ */
  .mzj-page .benefits-grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .mzj-page .benefit-card {
    padding: 28px 24px;
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: var(--r);
    transition: all 0.3s var(--ease);
    position: relative;
    overflow: hidden;
  }
  .mzj-page .benefit-card:hover { transform: translateY(-4px); border-color: var(--magenta); box-shadow: 0 12px 32px rgba(255,51,102,0.12); }
  .mzj-page .benefit-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--magenta), var(--cyan));
    opacity: 0; transition: opacity 0.3s;
  }
  .mzj-page .benefit-card:hover::before { opacity: 1; }
  .mzj-page .benefit-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: rgba(255,51,102,0.10);
    color: var(--magenta-deeper);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
  }
  .mzj-page .benefit-icon svg { width: 28px; height: 28px; }
  .mzj-page .benefit-card h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 8px; }
  .mzj-page .benefit-card p { font-size: 0.88rem; color: var(--g600); margin: 0; line-height: 1.6; }

  /* ═══ Founder/Bio (DUNKEL · Eyecatcher #1) ═══ */
  .mzj-page .founder-section { 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(--magenta), var(--violet));
    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(255,51,102,0.30);
    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-info p { line-height: 1.7; }
  .mzj-page .knowsabout-label { font-family: var(--fm); font-size: 0.72rem; color: rgba(255,255,255,0.55); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 8px; margin-top: 24px; }
  .mzj-page .founder-knowsabout { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0 24px; }
  .mzj-page .knowsabout-pill { padding: 6px 14px; background: rgba(255,51,102,0.18); border: 1px solid rgba(255,51,102,0.30); border-radius: 50px; font-family: var(--fm); font-size: 0.72rem; color: rgba(255,255,255,0.92); }
  .mzj-page .founder-credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
  .mzj-page .credential-card { padding: 14px 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; }
  .mzj-page .credential-card-tag { display: inline-block; font-family: var(--fm); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cyan); margin-bottom: 4px; }
  .mzj-page .credential-card-name { font-family: var(--fh); font-weight: 700; font-size: 0.9rem; color: var(--white); }

  /* ═══ Process-Steps (HELL) ═══ */
  .mzj-page .process-grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
  .mzj-page .process-step {
    padding: 28px 24px;
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: var(--r);
    position: relative;
    transition: all 0.3s var(--ease);
  }
  .mzj-page .process-step:hover { transform: translateY(-2px); border-color: var(--magenta); box-shadow: 0 8px 24px rgba(255,51,102,0.10); }
  .mzj-page .process-step-num {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--magenta), var(--cyan));
    color: var(--white);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--fh); font-weight: 800; font-size: 1.2rem;
    margin-bottom: 14px;
    box-shadow: 0 4px 14px rgba(255,51,102,0.20);
  }
  .mzj-page .process-step-icon { width: 28px; height: 28px; color: var(--magenta-deeper); margin-bottom: 12px; }
  .mzj-page .process-step h4 { font-size: 1.05rem; color: var(--navy); margin-bottom: 8px; }
  .mzj-page .process-step p { font-size: 0.88rem; color: var(--g600); margin: 0; line-height: 1.6; }
  .mzj-page .process-step-time { display: inline-block; margin-top: 10px; font-family: var(--fm); font-size: 0.7rem; color: var(--magenta-deeper); padding: 2px 8px; background: rgba(255,51,102,0.10); border-radius: 50px; font-weight: 600; }

  /* ═══ Stats (DUNKEL · Eyecatcher #2) ═══ */
  .mzj-page .stats-section { padding: 80px 24px; }
  .mzj-page .stats-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .mzj-page .stat-card {
    padding: 32px 24px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--r);
    text-align: center;
    transition: all 0.3s var(--ease);
  }
  .mzj-page .stat-card:hover { background: rgba(255,255,255,0.10); border-color: var(--magenta); transform: translateY(-2px); }
  .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(--magenta), var(--cyan));
    -webkit-background-clip: text; background-clip: text; color: transparent;
  }
  .mzj-page .stat-lbl { font-family: var(--fm); font-size: 0.78rem; color: rgba(255,255,255,0.78); }

  /* ═══ FAQ (HELL-SOFT) ═══ */
  .mzj-page .faq-list { max-width: 920px; margin: 0 auto; }
  .mzj-page .faq-item {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: var(--rd);
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.2s;
  }
  .mzj-page .faq-item:hover { border-color: var(--magenta); }
  .mzj-page .faq-item[open] { border-color: var(--magenta); box-shadow: 0 4px 16px rgba(255,51,102,0.08); }
  .mzj-page .faq-question {
    padding: 18px 22px;
    font-family: var(--fh); font-weight: 700; font-size: 1rem;
    color: var(--navy);
    cursor: pointer;
    list-style: none;
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px;
    user-select: none;
  }
  .mzj-page .faq-question::-webkit-details-marker { display: none; }
  .mzj-page .faq-toggle {
    width: 24px; height: 24px;
    border-radius: 6px;
    background: rgba(255,51,102,0.10);
    color: var(--magenta-deeper);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s var(--ease);
  }
  .mzj-page .faq-toggle svg { width: 14px; height: 14px; }
  .mzj-page .faq-item[open] .faq-toggle { transform: rotate(45deg); background: var(--magenta); color: var(--white); }
  .mzj-page .faq-answer { padding: 0 22px 20px; color: var(--g600); font-size: 0.95rem; line-height: 1.65; }
  .mzj-page .faq-answer p { margin-bottom: 12px; }
  .mzj-page .faq-answer p:last-child { margin-bottom: 0; }

  /* ═══ Final-CTA (DUNKEL Final + Pills) ═══ */
  .mzj-page .final-cta { padding: 80px 24px; }
  .mzj-page .final-cta-inner { max-width: 920px; margin: 0 auto; text-align: center; }
  .mzj-page .final-cta h2 { padding-left: 0; text-align: center; margin-bottom: 16px; }
  .mzj-page .final-cta h2::before { display: none; }
  .mzj-page .final-cta-lead { font-size: 1.1rem; color: rgba(255,255,255,0.85); margin-bottom: 32px; }
  .mzj-page .final-cta-row { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }

  .mzj-page .final-cta-direct {
    display: flex; flex-wrap: wrap; gap: 24px;
    justify-content: center;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .mzj-page .final-cta-direct-item {
    display: flex; align-items: center; gap: 10px;
    font-family: var(--fm); font-size: 0.92rem;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: color 0.2s;
  }
  .mzj-page .final-cta-direct-item:hover { color: var(--cyan); }
  .mzj-page .final-cta-direct-item strong { color: var(--white); font-weight: 700; }
  .mzj-page .final-cta-direct-item svg { width: 18px; height: 18px; color: var(--cyan); }

  /* ═══ Verwandte-Themen-Pills (V8.1 NEU · Pflicht) ═══ */
  .mzj-page .related-topics { max-width: 920px; margin: 56px auto 0; text-align: center; }
  .mzj-page .related-topics h3 { font-size: 0.95rem; color: rgba(255,255,255,0.7); 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 .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .mzj-page .process-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 .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 .founder-credentials { grid-template-columns: 1fr; }
    .mzj-page .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .mzj-page .process-grid { grid-template-columns: repeat(2, 1fr); }
    .mzj-page .stats-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: 48px 28px 40px; }
    .mzj-page .founder-section { padding: 60px 28px; }
    .mzj-page .stats-section { padding: 60px 28px; }
    .mzj-page .final-cta { padding: 60px 28px; }
  }
  @media (max-width: 767px) {
    .mzj-page .hero { padding: 40px 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 .contact-direct { flex-direction: column; gap: 12px; }
    .mzj-page h1 { font-size: 1.9rem; }
    .mzj-page .section, .mzj-page .section-soft, .mzj-page .section-dark { padding: 48px 20px; }
    .mzj-page .founder-section { 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-credentials { grid-template-columns: 1fr; }
    .mzj-page .benefits-grid { grid-template-columns: 1fr; }
    .mzj-page .process-grid { grid-template-columns: 1fr; gap: 16px; }
    .mzj-page .stats-section { padding: 48px 20px; }
    .mzj-page .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .mzj-page .final-cta { padding: 48px 20px; }
    .mzj-page .final-cta-row { flex-direction: column; }
    .mzj-page .final-cta-row > a { width: 100%; justify-content: center; }
    .mzj-page .final-cta-direct { flex-direction: column; gap: 12px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .mzj-page *, .mzj-page *::before, .mzj-page *::after {
      animation-duration: 0.01ms !important;
      transition-duration: 0.01ms !important;
    }
  }
