    :root {
      --primary: #D85E43;
      --primary-dark: #bf4e35;
      --primary-light: #fdf0ec;
      --secondary: #004F5A;
      --secondary-dark: #003740;
      --secondary-light: #DCF1F3;
      --dark: #182628;
      --gray-100: #f4f8f8;
      --gray-200: #e6eeef;
      --gray-300: #c5d5d7;
      --gray-500: #5f7f83;
      --gray-700: #3a5457;
      --gray-900: #182628;
      --text: #2d4244;
      --radius: 8px;
      --shadow: 0 2px 12px rgba(0,79,90,0.08);
      --shadow-md: 0 4px 24px rgba(0,79,90,0.14);
      --focus: 0 0 0 3px rgba(216,94,67,0.22);
    }

    *, *::before, *::after { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      color: var(--text);
      line-height: 1.6;
      font-size: 16px;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }

    a { color: var(--secondary); text-decoration: none; }
    a:hover { text-decoration: underline; }

    img { max-width: 100%; display: block; }

    button { font: inherit; }

    button, a, input, select, textarea {
      transition: background-color .15s, color .15s, border-color .15s, box-shadow .15s, transform .15s;
    }

    :focus-visible {
      outline: none;
      box-shadow: var(--focus);
      border-radius: 8px;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .skip-link {
      position: absolute;
      left: 16px;
      top: -48px;
      background: #fff;
      color: var(--secondary);
      padding: 10px 14px;
      border-radius: 8px;
      box-shadow: var(--shadow-md);
      z-index: 2000;
      font-weight: 700;
    }

    .skip-link:focus { top: 16px; }

    h1 { font-size: 2.2rem; font-weight: 800; line-height: 1.2; color: var(--gray-900); margin: 0; }
    h2 { font-size: 1.75rem; font-weight: 700; line-height: 1.3; color: var(--gray-900); margin: 0 0 1rem; }
    h3 { font-size: 1.15rem; font-weight: 700; color: var(--gray-900); margin: 0 0 0.5rem; }
    p { margin: 0 0 0.9rem; color: var(--gray-700); }
    ul { padding-left: 1.4rem; margin: 0 0 0.9rem; }
    li { margin-bottom: 0.35rem; color: var(--gray-700); }

    .mobile-only { display: none; }
    .desktop-only { display: block; }

    .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
    .section { padding: 64px 0; }
    .lp-section { background: #fff; padding: 56px 0 80px; }
    .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }

    .top-trust-bar { background: var(--secondary-dark); color: #fff; text-align: center; padding: 10px 16px; font-size: 0.88rem; font-weight: 700; }
    .top-trust-bar .bar-inline { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; }
    .top-trust-bar strong { color: #ffd700; font-weight: 800; }
    .trust-item { display: inline-flex; align-items: center; gap: 6px; }

    .breadcrumb { background: var(--gray-100); border-bottom: 1px solid var(--gray-200); padding: 10px 0; font-size: 0.82rem; color: var(--gray-500); }
    .breadcrumb a { color: var(--gray-500); }
    .breadcrumb ol { display: flex; align-items: center; gap: 6px; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }

    .course-hero { background: #f8fafa; padding: 64px 0 72px; border-bottom: 1px solid var(--gray-200); }
    .course-hero-inner { display: grid; grid-template-columns: 1fr 480px; gap: 64px; align-items: center; }
    /* When no hero image available, collapse to single column (applied globally, all breakpoints) */
    .course-hero-inner:has(.hero-image-col--empty) { grid-template-columns: 1fr; }
    .hero-image-col--empty { display: none; }
    .hero-kicker-chip { display: inline-flex; align-items: center; gap: 7px; background: var(--secondary-light); color: var(--secondary); border: none; padding: 6px 14px; border-radius: 20px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 18px; width: fit-content; }
    
    .hero-social-proof { display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; font-weight: 700; color: var(--gray-700); margin-bottom: 16px; margin-left: 12px; }
    .hero-social-proof .stars { color: #b9770e; letter-spacing: 1px; font-size: 1rem; }

    .course-hero h1 { color: var(--gray-900); font-size: 2.6rem; line-height: 1.15; margin-bottom: 12px; font-weight: 800; }
    .h1-accent { color: var(--primary); display: block; }
    .hero-meta-line { font-size: 0.82rem; color: var(--gray-500); font-weight: 600; letter-spacing: 0.02em; margin: 0 0 18px; text-transform: uppercase; }
    .hero-excerpt { color: var(--gray-700); font-size: 1.05rem; line-height: 1.7; margin-bottom: 28px; max-width: 520px; }
    .hero-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
    .hero-feature-item { display: flex; align-items: center; gap: 10px; font-size: 0.93rem; font-weight: 700; color: var(--gray-900); }
    .hero-feature-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--primary-light); display: flex; align-items: center; justify-content: center; color: var(--primary); flex-shrink: 0; }
    .hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

    .hero-image-col { position: relative; }
    .hero-image-wrap { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,79,90,0.18); aspect-ratio: 4/3; background: linear-gradient(135deg, #0f1923 0%, #1a2f4a 40%, #0d2137 70%, #071520 100%); }
    .hero-image-wrap::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(0,200,255,0.04) 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(0,200,255,0.04) 40px); pointer-events: none; }
    .hero-image-inner { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
    .hero-server-graphic { width: 65%; opacity: 0.85; }
    .hero-trust-badges { position: absolute; bottom: -20px; right: -20px; display: flex; gap: 12px; z-index: 20; }
    .trust-badge-img { height: 85px; width: auto; object-fit: contain; background: #fff; border: 1px solid var(--gray-200); border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }

    /* ═══ Facts bar – contained card with hairline dividers (2026-04-21 design)
       Dividers via grid gap trick: wrapper background = line color + 1px gap + white cells.
       Tokens: ink #1d1d1f, ink-sub #6e6e73, line #e5e7eb, teal #004F5A, mint #DCF1F3.
       ═══ */
    .facts-bar { background: transparent; border: none; box-shadow: none; padding: 24px 0; }
    .facts-bar-inner {
      /* Fill the .container width (1200px max) to align edges with .lp-layout below.
         Mobile override (≤768px) clamps to 340px via later media query. */
      max-width: 100%;
      margin: 0 auto;
      background: #e5e7eb;
      border: 1px solid #e5e7eb;
      border-radius: 14px;
      overflow: hidden;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      box-shadow: 0 1px 2px rgba(0,0,0,.04);
    }
    .facts-bar-item {
      background: #fff;
      padding: 18px 22px;
      display: flex;
      align-items: center;
      gap: 14px;
      border: none;
      flex: none;
      justify-content: flex-start;
      min-width: 0;
    }
    .facts-bar-item:last-child { border-right: none; }  /* neutralise legacy rule */
    .facts-bar-icon {
      flex: 0 0 auto;
      width: 40px; height: 40px;
      border-radius: 50%;
      background: #DCF1F3;
      color: #004F5A;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .facts-bar-icon svg { width: 18px; height: 18px; display: block; }
    .facts-bar-text { min-width: 0; display: flex; flex-direction: column; }
    .facts-bar-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #6e6e73;
      line-height: 1;
      margin-bottom: 3px;
    }
    .facts-bar-value {
      font-size: 14px;
      font-weight: 600;
      color: #1d1d1f;
      line-height: 1.35;
      overflow-wrap: anywhere;
    }

    .lp-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; align-items: start; }
    .lp-main { min-width: 0; }
    .lp-sidebar { position: sticky; top: 84px; align-self: start; height: fit-content; z-index: 10; }

    .course-meta-dl { display: grid; grid-template-columns: 1fr 1fr; border: 1.5px solid var(--gray-200); border-radius: 12px; overflow: hidden; margin-bottom: 32px; }
    .course-meta-item { padding: 14px 18px; border-bottom: 1px solid var(--gray-200); display: flex; flex-direction: column; gap: 4px; }
    .course-meta-item:nth-child(odd) { border-right: 1px solid var(--gray-200); }
    .course-meta-item.full-width { grid-column: 1 / -1; border-bottom: none; }
    .course-meta-dt { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--gray-500); }
    .course-meta-dd { font-size: 0.92rem; font-weight: 700; color: var(--gray-900); }

    /* New Standalone Content Blocks */
    .standalone-block { background: var(--gray-100); border-radius: 16px; padding: 40px 32px; margin-bottom: 32px; border: 1px solid var(--gray-200); }
    .standalone-block h2 { font-size: 1.5rem; margin-bottom: 24px; color: var(--secondary); }
    
    .accordion { border: 1.5px solid var(--gray-200); border-radius: 12px; margin-bottom: 8px; overflow: hidden; background: #fff; }
    .accordion-header { width: 100%; margin: 0; padding: 18px 20px; font-size: 0.97rem; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--gray-900); user-select: none; background: transparent; border: 0; text-align: left; }
    .accordion-header:hover { background: var(--gray-100); }
    /* Chevron – shared with homepage FAQ. All accordions + FAQs use <svg class="faq-chevron"> now. */
    .accordion-header .faq-chevron,
    .faq-q .faq-chevron { width: 20px; height: 20px; min-width: 20px; color: var(--secondary); transition: transform 300ms ease; flex-shrink: 0; margin-left: 16px; }
    .accordion-body { padding: 4px 20px 20px; border-top: 1px solid var(--gray-200); }
    .accordion-body[hidden] { display: none; }
    .accordion-body p { font-size: 0.9rem; color: var(--gray-700); margin-top: 14px; margin-bottom: 0; }
    .accordion-body p + p { margin-top: 10px; }

    .bullets-styled { list-style: none; padding: 0; }
    .bullets-styled li { padding-left: 22px; position: relative; margin-bottom: 7px; color: var(--gray-700); }
    .bullets-styled li::before { content: '→'; position: absolute; left: 0; color: var(--secondary); font-weight: 700; }
    
    .modules-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 28px; list-style: none; padding: 0; margin: 14px 0 24px; }
    .modules-grid li { padding-left: 20px; position: relative; font-size: 0.9rem; color: var(--gray-700); margin-bottom: 4px; }
    .modules-grid li::before { content: '✓'; position: absolute; left: 0; color: var(--secondary); font-weight: 700; font-size: 0.85rem; }

    .phase-steps { display: flex; flex-direction: column; gap: 14px; margin: 20px 0; }
    .phase-step { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; }
    .phase-num { width: 44px; height: 44px; background: var(--secondary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1rem; flex-shrink: 0; }
    .phase-content h3 { margin-top: 10px; font-size: 0.95rem; color: var(--secondary); }
    .phase-content p { font-size: 0.88rem; color: var(--gray-500); margin-bottom: 0; }

    .info-box { background: var(--secondary-light); border: 1.5px solid rgba(0,79,90,0.2); border-radius: 10px; padding: 16px 20px; margin: 20px 0; }
    .info-box p { color: var(--secondary); font-size: 0.9rem; margin: 0; }
    .info-box strong { color: var(--secondary-dark); }

    .premium-box { background: var(--primary-light); border: 2px solid var(--primary); border-radius: 10px; padding: 18px 20px; margin: 20px 0; }
    .premium-box p { color: var(--text); font-size: 0.9rem; margin: 0; }
    .premium-box strong { color: var(--primary-dark); }

    .foerderung-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
    .foerderung-grid--single { grid-template-columns: 1fr; }
    .foerderung-card { border: 2px solid var(--gray-200); border-radius: 10px; padding: 18px; background: #fff; }
    .foerderung-card.featured { border-color: var(--secondary); box-shadow: var(--shadow-md); }
    .foerderung-card h3 { font-size: 0.95rem; color: var(--secondary); margin-bottom: 8px; line-height: 1.3; }
    .f-meta { display: flex; flex-direction: column; gap: 6px; margin-top: 12px; }
    .f-row { display: flex; gap: 8px; font-size: 0.82rem; }
    .f-key { color: var(--gray-500); min-width: 80px; font-weight: 600; }
    .f-val { font-weight: 600; color: var(--gray-900); }

    .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 24px 0; }
    .stat-box { background: #fff; border: 1px solid var(--gray-200); border-radius: 10px; padding: 20px; text-align: center; box-shadow: var(--shadow); }
    .stat-box-num { font-size: 1.8rem; font-weight: 900; color: var(--secondary); line-height: 1.1; }
    .stat-box-label { font-size: 0.8rem; color: var(--gray-700); margin-top: 4px; font-weight: 600;}

    /* ═══ Desktop sticky sidebar – "sb-booking" (2026-04-21 institutional-warmth spec)
       Plus Jakarta Sans, -0.005em tracking throughout, 5 regions divided by hairlines.
       No price displayed; mint chip carries the "free" message.
       ═══ */
    .sb-booking {
      width: 340px;
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 1px 2px rgba(0,0,0,.03), 0 12px 32px rgba(20,20,25,.06);
      font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
      letter-spacing: -0.005em;
      color: #1d1d1f;
    }

    /* Header row – mint pill left · AZAV tag right */
    .sb-head {
      padding: 18px 20px;
      display: flex; align-items: center; justify-content: space-between;
      gap: 12px;
      border-bottom: 1px solid #f1f2f4;
    }
    .sb-free {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 5px 10px 5px 9px; border-radius: 999px;
      background: #DCF1F3; color: #004F5A;
      font-size: 12.5px; font-weight: 600; line-height: 1.2;
    }
    .sb-free svg { width: 12px; height: 12px; flex-shrink: 0; }
    .sb-az {
      font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em;
      color: #6e6e73; text-transform: uppercase;
    }

    /* Termin rows – date tag · label/status · mode chip */
    .sb-row {
      padding: 14px 20px;
      display: flex; align-items: center; gap: 12px;
      border-bottom: 1px solid #f1f2f4;
    }
    .sb-date-tag {
      flex: 0 0 auto;
      width: 48px; height: 40px;
      border: 1px solid #e5e7eb; border-radius: 8px;
      padding: 3px 0;
      text-align: center;
      line-height: 1;
      display: flex; flex-direction: column; justify-content: center; gap: 2px;
    }
    .sb-date-tag .m { font-size: 10.5px; font-weight: 700; letter-spacing: 0.04em; color: #D85E43; text-transform: uppercase; }
    .sb-date-tag .d { font-size: 19px; font-weight: 700; color: #1d1d1f; }
    .sb-info { flex: 1; min-width: 0; }
    .sb-info .main { font-size: 13.5px; font-weight: 600; color: #1d1d1f; line-height: 1.3; }
    .sb-info .sub {
      margin-top: 2px;
      font-size: 11.5px; color: #6e6e73;
      display: flex; align-items: center; gap: 5px;
    }
    .sb-info .sub::before {
      content: ''; width: 6px; height: 6px; border-radius: 50%;
      background: #10a25f; flex-shrink: 0;
    }
    .sb-info .sub--low::before { background: #D85E43; }
    .sb-info .sub time { color: inherit; }
    .sb-mode-chip {
      flex: 0 0 auto;
      font-size: 10.5px; font-weight: 600;
      padding: 3px 9px; border-radius: 999px;
      background: #f6f7f8; color: #424245;
      white-space: nowrap;
    }

    /* CTA row – coral primary + outlined teal ghost PDF */
    .sb-cta {
      padding: 14px 16px;
      display: flex; gap: 8px;
      border-bottom: 1px solid #f1f2f4;
    }
    .sb-primary {
      flex: 1;
      min-height: 48px;
      background: #D85E43; color: #fff;
      border: none; border-radius: 12px;
      font-size: 14px; font-weight: 600;
      letter-spacing: -0.005em;
      display: inline-flex; align-items: center; justify-content: center;
      text-decoration: none;
      transition: background 200ms ease;
    }
    .sb-primary:hover { background: #bf4e35; color: #fff; }
    .sb-flyer {
      min-height: 48px; padding: 0 14px;
      background: transparent; color: #004F5A;
      border: 1.5px solid #004F5A; border-radius: 12px;
      font-size: 13.5px; font-weight: 600;
      letter-spacing: -0.005em;
      display: inline-flex; align-items: center; gap: 6px;
      text-decoration: none;
      transition: background 200ms ease;
    }
    .sb-flyer:hover { background: #DCF1F3; color: #004F5A; }
    .sb-flyer svg { width: 15px; height: 15px; flex-shrink: 0; }

    /* Trust line */
    .sb-trust {
      padding: 12px 20px;
      display: flex; align-items: center; gap: 8px;
      border-bottom: 1px solid #f1f2f4;
      font-size: 11.5px; color: #6e6e73;
    }
    .sb-trust svg { width: 14px; height: 14px; color: #004F5A; flex-shrink: 0; }

    /* Team block – 3 overlapping avatars + copy */
    .sb-team {
      padding: 14px 20px;
      display: flex; align-items: center; gap: 12px;
    }
    .sb-avatars { display: inline-flex; flex-shrink: 0; }
    .sb-avatar {
      width: 30px; height: 30px; border-radius: 50%;
      border: 2px solid #fff;
      margin-left: -8px;
      display: inline-flex; align-items: center; justify-content: center;
      font-size: 10px; font-weight: 700; color: #fff;
      letter-spacing: 0;
    }
    .sb-avatar:first-child { margin-left: 0; }
    .sb-avatar--1 { background: linear-gradient(135deg, #5f87a2, #7ba3bd); }
    .sb-avatar--2 { background: linear-gradient(135deg, #cc7b5a, #e59878); }
    .sb-avatar--3 { background: linear-gradient(135deg, #537d6f, #6fa08d); }
    .sb-team-text { line-height: 1.3; }
    .sb-team-name { font-size: 12px; font-weight: 600; color: #1d1d1f; }
    .sb-team-sub { font-size: 11px; color: #6e6e73; margin-top: 1px; }

    .dates-section { padding: 72px 0 80px; background: var(--gray-100); }
    .dates-section h2 { font-size: 1.75rem; font-weight: 800; color: var(--secondary); margin-bottom: 10px; }
    .dates-section .subtitle { color: var(--gray-500); margin-bottom: 32px; font-size: 0.95rem; }
    .dates-table-wrap { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-md); }
    .dates-table { width: 100%; border-collapse: collapse; }
    .dates-table thead th { background: var(--secondary); color: #fff; padding: 14px 20px; font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; text-align: left; }
    .dates-table tbody tr { border-bottom: 1px solid var(--gray-200); transition: background .15s; }
    .dates-table tbody tr:hover { background: var(--gray-100); }
    .dates-table tbody td { padding: 14px 20px; vertical-align: middle; font-size: 0.85rem; }
    .dates-date { font-weight: 700; color: var(--gray-900); font-size: 0.85rem; }
    .dates-date-end { font-size: 0.75rem; color: var(--gray-500); font-weight: 400; display: block; }
    
    .format-chip { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 0.75rem; font-weight: 700; }
    .format-chip.vollzeit { background: var(--secondary-light); color: var(--secondary); }
    .format-chip.teilzeit { background: var(--gray-200); color: var(--gray-700); }
    .format-chip-small { font-size: 0.72rem; padding: 2px 9px; }

    @keyframes pulse-red {
      0% { box-shadow: 0 0 0 0 rgba(177, 47, 33, 0.4); }
      70% { box-shadow: 0 0 0 6px rgba(177, 47, 33, 0); }
      100% { box-shadow: 0 0 0 0 rgba(177, 47, 33, 0); }
    }

    .spots-badge { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 700; }
    .spots-badge.low { background: #fde8e8; color: #b12f21; animation: pulse-red 2s infinite; }
    .spots-badge.ok { background: #e8f7ee; color: #1a7a3c; }

    .status-low { color: #b12f21; font-weight: 700; }
    .status-ok { color: #1a7a3c; font-weight: 700; }
    .loc-cell { display: flex; align-items: center; gap: 5px; color: var(--gray-700); }
    .dates-note { margin-top: 16px; display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: var(--gray-700); }
    .dates-note .check { color: #1a7a3c; font-weight: 700; }

    .testimonials-section { padding: 64px 0; background: var(--gray-100); }
    .testimonials-section h2 { text-align: center; margin-bottom: 32px; }
    .testimonial-slider-wrapper { position: relative; }
    .slider-nav-btn { display: none; }
    .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .testimonial-card { background: #fff; border-radius: 12px; padding: 24px; box-shadow: var(--shadow); }
    .stars { color: #b9770e; font-size: 1rem; margin-bottom: 10px; }
    .testimonial-text { font-size: 0.9rem; color: var(--gray-700); margin-bottom: 16px; font-style: italic; }
    .testimonial-author { display: flex; align-items: center; gap: 12px; }
    .author-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--secondary-light); display: flex; align-items: center; justify-content: center; font-weight: 800; color: var(--secondary); font-size: 0.9rem; flex-shrink: 0; }
    .author-name { font-weight: 700; font-size: 0.88rem; color: var(--gray-900); }
    .author-course { font-size: 0.78rem; color: var(--gray-500); }

    .faq-section { padding: 64px 0; background: #fff; }
    .faq-section h2 { text-align: center; margin-bottom: 32px; }
    .faq-list { max-width: 800px; margin: 0 auto; }
    .faq-item { border: 1.5px solid var(--gray-200); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
    .faq-q { width: 100%; margin: 0; padding: 18px 20px; font-size: 0.95rem; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: #fff; color: var(--gray-900); border: 0; text-align: left; }
    .faq-q:hover, .faq-q[aria-expanded="true"] { background: var(--secondary-light); color: var(--secondary); }
    /* Legacy `::after` plus icon removed – .faq-chevron SVG covers the indicator */
    /* Force display:block to beat the global custom.css `.faq-a { display: none }` rule */
    .faq-section .faq-a { display: block; padding: 0 20px 18px; font-size: 0.9rem; color: var(--gray-700); background: #fff; }
    .faq-section .faq-a[hidden] { display: none; }
    .faq-a p { margin: 0; }

    footer { background: var(--secondary-dark); padding: 48px 0 24px; color: rgba(255,255,255,0.74); }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
    .footer-brand h3 { color: #fff; font-size: 1.3rem; margin-bottom: 8px; }
    .footer-brand p { font-size: 0.85rem; }
    .footer-col h4 { color: #fff; font-size: 0.85rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 14px; }
    .footer-col ul { list-style: none; padding: 0; margin: 0; }
    .footer-col ul li { margin-bottom: 6px; }
    .footer-col ul li a { color: rgba(255,255,255,0.7); font-size: 0.85rem; }
    .footer-col ul li a:hover { color: #fff; text-decoration: none; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; font-size: 0.8rem; }

    /* .bottom-trust-bar and all .btb-* rules removed 2026-04-20 – no longer rendered */
    
    .btb-mobile-btn { display: none; }

    .mobile-course-decision { display: none; }
    .mobile-course-decision-inner { background: #fff; border: 2px solid var(--gray-200); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); margin-bottom: 24px; }
    .mobile-price-box { background: var(--primary); padding: 22px 18px; text-align: center; }
    .mobile-price-amount { font-size: 2.5rem; line-height: 1; font-weight: 900; color: #fff; margin-bottom: 8px; }
    .mobile-price-label { font-size: 0.78rem; font-weight: 700; color: rgba(255,255,255,0.95); text-transform: uppercase; line-height: 1.4; letter-spacing: 0.02em; }
    .mobile-start-box { padding: 18px 16px 8px; border-bottom: 1px solid var(--gray-200); background: #fff; }
    .mobile-start-title { font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--gray-500); margin-bottom: 14px; }
    .mobile-start-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--gray-200); color: inherit; text-decoration: none; }
    .mobile-start-row:last-child { border-bottom: none; }
    .mobile-start-row:hover { background: rgba(0,0,0,0.01); text-decoration: none; }
    .mobile-start-main { min-width: 0; flex: 1; }
    .mobile-start-date { font-size: 0.98rem; font-weight: 800; color: var(--gray-900); margin-bottom: 4px; }
    .mobile-start-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 0.82rem; color: var(--gray-500); }
    .mobile-start-meta .dot { color: var(--gray-300); }
    .mobile-start-side { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
    .mobile-row-arrow { color: var(--gray-300); font-size: 1.2rem; line-height: 1; }
    .mobile-course-ctas { display: flex; flex-direction: column; gap: 12px; padding: 16px; background: #fff; }
    .mobile-course-ctas .btn { width: 100%; justify-content: center; }
    .mobile-course-note { display: flex; align-items: flex-start; gap: 8px; padding: 0 16px 18px; font-size: 0.85rem; color: var(--gray-700); background: #fff; }
    .mobile-course-note .check { color: #1a7a3c; font-weight: 800; line-height: 1.2; margin-top: 1px; flex-shrink: 0; }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation: none !important; transition: none !important; }
    }

    @media (max-width: 1024px) {
      .nav-items { gap: 0; }
      .nav-link, .nav-trigger { padding: 8px 10px; font-size: 0.85rem; }
      .nav-actions .btn:first-child { display: none; }
      .course-hero-inner { grid-template-columns: 1fr; gap: 40px; }
      .hero-image-col { order: -1; }
      .hero-image-wrap { aspect-ratio: 16/9; }
      .course-hero h1 { font-size: 2rem; }
      .hero-trust-badges { right: -10px; bottom: -10px; }
      .trust-badge-img { height: 70px; }
      /* Tablet (≤1024 >600): keep 4-col grid, slightly tighter padding */
      .facts-bar-item { padding: 16px 18px; }
      .lp-layout { grid-template-columns: 1fr 300px; gap: 32px; }
      .foerderung-grid { grid-template-columns: 1fr; }
      .stats-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
      .grid-2 { grid-template-columns: 1fr; }
    }

    @media (max-width: 768px) {
      .desktop-only { display: none !important; }
      .mobile-only { display: block; }
      h1 { font-size: 1.6rem; }
      h2 { font-size: 1.4rem; }

      /* Hero meta line (Kursnummer): drop uppercase + letter-spacing on mobile – wraps otherwise */
      .hero-meta-line { text-transform: none; letter-spacing: 0; font-size: 0.78rem; margin-bottom: 14px; }
      
      .standalone-block { padding: 32px 24px; }

      .nav-hamburger { display: flex; }
      .nav-items { display: none; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: #fff; border-bottom: 2px solid var(--gray-200); padding: 16px 24px; gap: 4px; z-index: 99; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
      .nav-items.open { display: flex; }
      .nav-actions { display: none; }
      .nav-link, .nav-trigger { width: 100%; justify-content: space-between; padding: 12px 8px; border-radius: 0; border-bottom: 1px solid var(--gray-200); }
      .mega { position: static; width: auto; box-shadow: none; border: 1px solid var(--gray-200); margin: 6px 0 10px; padding: 12px; grid-template-columns: 1fr; }
      .course-hero { padding: 36px 0 48px; }
      .course-hero h1 { font-size: 1.65rem; }
      .hero-trust-badges { bottom: -10px; right: -10px; gap: 8px; }
      .trust-badge-img { height: 55px; }
      .hero-cta-row { flex-direction: column; }
      .hero-cta-row .btn { width: 100%; }
      /* Mobile: show only Nächster Starttermin + Dauer (hide Abschluss + Format –
         Abschluss is covered by the AZAV badge inside mb-booking; Format is
         implicitly shown in the date rows as the Hybrid chip) */
      .facts-bar-item--cert,
      .facts-bar-item--location { display: none; }
      .facts-bar { padding: 16px 16px; }
      .facts-bar-inner { max-width: 340px; grid-template-columns: repeat(2, 1fr); border-radius: 12px; }
      .facts-bar-item { padding: 14px; align-items: flex-start; gap: 10px; }
      .facts-bar-icon { width: 30px; height: 30px; }
      .facts-bar-icon svg { width: 15px; height: 15px; }
      .facts-bar-label { font-size: 10px; margin-bottom: 2px; }
      .facts-bar-value { font-size: 13px; }
      .lp-layout { grid-template-columns: 1fr; }
      .lp-sidebar { display: none; }
      .dates-section { display: none; }
      .course-meta-dl { grid-template-columns: 1fr; }
      .course-meta-item:nth-child(odd) { border-right: none; }
      .modules-grid { grid-template-columns: 1fr; }
      .phase-step { grid-template-columns: 36px 1fr; gap: 12px; }
      .phase-num { width: 36px; height: 36px; font-size: 0.9rem; }
      .stats-grid { grid-template-columns: 1fr; }
      
      .testimonial-slider-wrapper { display: flex; align-items: center; position: relative; }
      .slider-nav-btn { display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 1.5px solid var(--gray-200); color: var(--secondary); font-size: 1.2rem; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.08); z-index: 10; }
      .slider-prev { left: -8px; }
      .slider-next { right: -8px; }
      .testimonial-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 10px 0; }
      .testimonial-grid::-webkit-scrollbar { display: none; }
      .testimonial-card { flex: 0 0 100%; scroll-snap-align: center; box-sizing: border-box; margin: 0; }
      
      /* Option B: 2-col stacked grid – brand + Pontem Pro span full row */
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 24px; margin-bottom: 32px; }
      .footer-grid .footer-brand { grid-column: 1 / -1; }
      .footer-grid .footer-col:nth-of-type(4) { grid-column: 1 / -1; }
      .footer-col h4 { font-size: 0.78rem; margin-bottom: 12px; }
      .footer-col ul li { margin-bottom: 6px; }
      .footer-col ul li a { font-size: 0.82rem; }
      .footer-bottom { flex-direction: column; gap: 6px; align-items: center; text-align: center; font-size: 0.72rem; padding: 16px 24px; }
      .section { padding: 40px 0; }
      
      /* Optimized Mobile Bottom Bar */
      /* bottom-trust-bar removed – no mobile overrides needed */
    }

    /* ═══ Mobile course booking block (Variation B) – 2026-04-21 ═══
       Replaces the legacy .mobile-price-box coral 0€ sidebar with a compact inline card.
       Desktop sticky sidebar (>768px) is UNTOUCHED. */
    @media (max-width: 767px) {
      /* Mobile hero simplification – keep only H1, collapse to 14px before facts grid.
         Stakeholder spec 2026-04-21:
           [H1 title] ↓14px [facts grid] ↓32px (16+16) [booking card] ↓20px [body] */
      .course-hero .hero-meta-line,
      .course-hero .hero-excerpt,
      .course-hero .hero-features,
      .course-hero .hero-cta-row { display: none; }
      .course-hero h1 { margin-bottom: 0; }
      .course-hero { padding-bottom: 14px; }  /* 14px gap H1 → facts bar */

      /* Facts bar on mobile: show all 4 items per the preview spec (2×2 grid).
         The 768px media query above already handled max-width, grid-template, padding. */

      /* lp-section top padding = 0; mb-booking carries the top gap */
      .lp-section { padding: 0 0 48px; }
      .mobile-course-decision { margin: 16px 0 20px; }  /* 16 top, 20 bottom = body gap */

      .mb-booking {
        margin: 0;
        border: 1px solid var(--gray-200, #e5e7eb);
        border-radius: 16px;
        background: #fff;
        overflow: hidden;
        font-family: inherit;
      }
      .mb-head {
        padding: 14px 16px 12px;
        display: flex; justify-content: space-between; align-items: center;
        border-bottom: 1px solid #f1f2f4;
      }
      .mb-head .free {
        display: inline-flex; align-items: center; gap: 6px;
        padding: 6px 10px; border-radius: 999px;
        background: var(--mint, #DCF1F3);
        color: var(--secondary, #004F5A);
        font-size: 12px; font-weight: 600;
        line-height: 1.2;
      }
      .mb-head .free svg { width: 13px; height: 13px; flex-shrink: 0; }
      .mb-head .az {
        font-size: 10px; color: #6e6e73;
        font-weight: 600; letter-spacing: .04em;
      }

      .mb-row {
        padding: 12px 16px;
        display: flex; justify-content: space-between; align-items: center;
        border-bottom: 1px solid #f1f2f4;
        gap: 10px;
      }
      .mb-row .lhs { display: flex; gap: 12px; align-items: center; min-width: 0; }
      .mb-date-tag {
        width: 44px; padding: 4px 0; text-align: center;
        border: 1px solid var(--gray-200, #e5e7eb); border-radius: 8px;
        flex-shrink: 0;
      }
      .mb-date-tag .m {
        font-size: 10px; color: var(--primary, #D85E43);
        text-transform: uppercase; font-weight: 700; letter-spacing: .04em;
        line-height: 1.2;
      }
      .mb-date-tag .d {
        font-size: 17px; color: var(--gray-900, #1d1d1f);
        font-weight: 700; line-height: 1;
      }
      .mb-info { min-width: 0; }
      .mb-info .main {
        font-size: 13px; color: var(--gray-900, #1d1d1f);
        font-weight: 600; line-height: 1.3;
      }
      .mb-info .sub {
        font-size: 11px; color: #6e6e73; margin-top: 2px;
        display: flex; align-items: center; gap: 4px;
      }
      .mb-info .sub::before {
        content: ''; width: 6px; height: 6px; border-radius: 50%;
        background: #10a25f; display: inline-block; flex-shrink: 0;
      }
      .mb-info .sub--low::before { background: var(--primary, #D85E43); }
      .mb-info .sub time { color: inherit; }

      .mb-mode-chip {
        font-size: 10px; font-weight: 600; padding: 3px 8px;
        border-radius: 999px; background: #f6f7f8; color: #424245;
        flex-shrink: 0; white-space: nowrap;
      }

      .mb-cta { padding: 12px 14px 14px; display: flex; gap: 8px; }
      .mb-cta .primary {
        flex: 1; min-height: 46px;
        background: var(--primary, #D85E43);
        color: #fff; border: none; border-radius: 12px;
        font-size: 14px; font-weight: 600;
        display: inline-flex; align-items: center; justify-content: center;
        text-decoration: none;
        transition: background var(--transition, 200ms ease);
      }
      .mb-cta .primary:hover { background: var(--primary-dark, #bf4e35); color: #fff; }
      .mb-cta .flyer {
        min-height: 46px; padding: 0 14px; border-radius: 12px;
        border: 1.5px solid var(--secondary, #004F5A);
        color: var(--secondary, #004F5A);
        background: transparent;
        font-size: 13px; font-weight: 600;
        display: inline-flex; align-items: center; gap: 6px;
        text-decoration: none;
        transition: background var(--transition, 200ms ease), color var(--transition, 200ms ease);
      }
      .mb-cta .flyer:hover { background: var(--mint, #DCF1F3); color: var(--secondary, #004F5A); }
      .mb-cta .flyer svg { width: 15px; height: 15px; flex-shrink: 0; }
    }

    @media (max-width: 480px) {
      h1 { font-size: 1.35rem; }
      h2 { font-size: 1.2rem; }
      .container { padding: 0 16px; }
      .section { padding: 32px 0; }
      /* 3 career stats → single column on phones (2 cols left an orphan third) */
      .stats-grid { grid-template-columns: 1fr; gap: 12px; }
      .stat-box { padding: 20px 16px; }
      .stat-box-num { font-size: 1.6rem; }
      .top-trust-bar { font-size: 0.75rem; padding: 8px; }
    }
