        * { margin: 0; padding: 0; box-sizing: border-box; }

        :root {
            --content-card-wide: 900px; /* u. a. .audit-card, Plattform-Block */
            --ink: #0a0f1a;
            --steel: #111827;
            --slate: #374151;
            --mist: #9ca3af;
            --fog: #d1d5db;
            --ice: #e5e7eb;
            --white: #f9fafb;
            --signal: #00d4aa;
            --signal-dim: rgba(0,212,170,0.10);
            --signal-glow: rgba(0,212,170,0.15);
            --warn: #f59e0b;
            --blue: #3b82f6;
            --violet: #8b5cf6;
        }

        html {
            scroll-behavior: auto;
        }
        @media (prefers-reduced-motion: no-preference) {
            html { scroll-behavior: smooth; }
        }
        @media (prefers-reduced-motion: reduce) {
            html { scroll-behavior: auto; }
            .hero-badge::before { animation: none; }
        }
        body {
            font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
            background: var(--ink);
            color: var(--fog);
            line-height: 1.6;
            overflow-x: hidden;
            -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
        }
        main { display: block; }
        .skip-link {
            position: absolute;
            left: -9999px;
            z-index: 200;
            padding: 12px 20px;
            background: var(--signal);
            color: var(--ink);
            font-weight: 600;
            text-decoration: none;
            border-radius: 0 0 6px 0;
        }
        .skip-link:focus {
            left: max(8px, env(safe-area-inset-left, 0px));
            top: max(8px, env(safe-area-inset-top, 0px));
            outline: 2px solid var(--white);
        }
        /* Verhindert Scroll-Chaining-Flackern auf iOS, wenn Sektionen tief sitzen */
        @supports (overflow: clip) {
            .journey, .metrics, .pillars, .audit-cta, .hannover-banner, .road-to-iniation, .about, .protocol {
                overflow-x: clip;
            }
        }

        img, video, svg {
            max-width: 100%;
            height: auto;
        }

        .container {
            max-width: 1140px;
            width: 100%;
            min-width: 0;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* ========== NAV ========== */
        nav {
            padding: 24px 0;
            border-bottom: 1px solid rgba(255,255,255,0.08);
            position: sticky;
            top: 0;
            background: rgba(10, 15, 26, 0.97);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            z-index: 100;
        }
        nav .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            min-width: 0;
            width: 100%;
        }
        .logo {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 28px;
            font-weight: 700;
            color: var(--white);
            letter-spacing: -0.6px;
            display: flex;
            align-items: center;
            gap: 0;
            line-height: 1;
            text-decoration: none;
            flex-shrink: 0;
        }
        .logo .os {
            color: var(--signal);
            font-weight: 700;
        }
        .logo:focus-visible {
            outline: 2px solid var(--signal);
            outline-offset: 4px;
            border-radius: 4px;
        }
        .logo-on-ink {
            filter: brightness(1.4) contrast(1.12) drop-shadow(0 0 24px rgba(0, 212, 170, 0.22));
        }
        .nav-right {
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
            flex-shrink: 1;
        }
        .nav-tag {
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            color: var(--mist);
            background: rgba(255,255,255,0.04);
            padding: 6px 14px;
            border-radius: 20px;
            border: 1px solid rgba(255,255,255,0.06);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .nav-cta {
            font-family: 'DM Sans', sans-serif;
            font-size: 13px;
            font-weight: 600;
            color: var(--ink);
            background: var(--signal);
            padding: 8px 20px;
            border-radius: 6px;
            text-decoration: none;
            transition: opacity 0.2s;
            letter-spacing: 0.2px;
        }
        .nav-cta:hover { opacity: 0.9; }

        /* ========== LANGUAGE SWITCHER ========== */
        .lang-switcher {
            display: flex;
            align-items: center;
            gap: 4px;
            font-family: 'DM Mono', monospace;
            font-size: 12px;
        }
        .lang-btn {
            background: none;
            border: none;
            color: var(--mist);
            font-family: 'DM Mono', monospace;
            font-size: 12px;
            font-weight: 500;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 4px;
            letter-spacing: 0.5px;
            transition: color 0.2s, background 0.2s;
            text-transform: uppercase;
            touch-action: manipulation;
        }
        .lang-btn:hover { color: var(--fog); }
        .lang-btn.active {
            color: var(--signal);
            background: var(--signal-dim);
        }
        .lang-divider {
            color: var(--slate);
            font-size: 11px;
            pointer-events: none;
        }

        /* ========== HERO ========== */
        .hero {
            padding: 100px 0 80px;
            position: relative;
            text-align: center;
        }
        .hero .container {
            position: relative;
            z-index: 1;
        }
        /* Logobreite = Breite des hero-badge (column-reverse: Logo sichtbar oben) */
        .hero-prelude {
            display: inline-flex;
            flex-direction: column-reverse;
            align-items: stretch;
            width: fit-content;
            max-width: 100%;
            min-width: 0;
            margin: 0 auto;
            row-gap: 28px;
            box-sizing: border-box;
        }
        .hero-logo-link {
            display: block;
            min-width: 0;
            line-height: 0;
            text-decoration: none;
        }
        .hero-logo-link:focus-visible {
            outline: 2px solid var(--signal);
            outline-offset: 6px;
            border-radius: 8px;
        }
        .hero-logo-img {
            display: block;
            width: 100%;
            min-width: 0;
            height: auto;
            max-height: 200px;
            object-fit: contain;
            object-position: center;
        }
        .hero::before {
            content: '';
            position: absolute;
            top: -100px;
            left: 50%;
            transform: translateX(-50%);
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(0,212,170,0.07) 0%, rgba(59,130,246,0.03) 40%, transparent 70%);
            pointer-events: none;
        }
        .hero-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-family: 'DM Mono', monospace;
            font-size: 12px;
            font-weight: 500;
            color: var(--signal);
            background: var(--signal-dim);
            padding: 8px 18px;
            border-radius: 6px;
            margin-bottom: 36px;
            box-sizing: border-box;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }
        .hero-prelude .hero-badge {
            width: max-content;
            max-width: 100%;
            margin: 0 0 36px 0;
            align-self: center;
        }
        .hero-badge::before {
            content: '';
            width: 6px;
            height: 6px;
            background: var(--signal);
            border-radius: 50%;
            animation: pulse 2s ease-in-out infinite;
        }
        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.3; }
        }
        .hero h1 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(38px, 5.5vw, 68px);
            font-weight: 700;
            color: var(--white);
            line-height: 1.08;
            letter-spacing: -2.5px;
            margin-bottom: 28px;
            max-width: 860px;
            margin-left: auto;
            margin-right: auto;
        }
        .hero h1 em {
            font-style: normal;
            background: linear-gradient(135deg, var(--signal), var(--blue));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero-sub {
            font-size: 19px;
            color: var(--mist);
            max-width: 620px;
            margin: 0 auto 40px;
            line-height: 1.7;
        }
        .hero-cta-row {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 48px;
        }
        .btn-primary {
            font-family: 'DM Sans', sans-serif;
            font-size: 15px;
            font-weight: 600;
            color: var(--ink);
            background: var(--signal);
            padding: 14px 32px;
            border-radius: 8px;
            text-decoration: none;
            transition: opacity 0.2s, transform 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: none;
            cursor: pointer;
        }
        .btn-primary:hover { opacity: 0.9; transform: translateY(-1px); }
        .btn-secondary {
            font-family: 'DM Sans', sans-serif;
            font-size: 15px;
            font-weight: 500;
            color: var(--fog);
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
            padding: 14px 32px;
            border-radius: 8px;
            text-decoration: none;
            transition: border-color 0.2s, background 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
        }
        .btn-secondary:hover {
            border-color: rgba(255,255,255,0.2);
            background: rgba(255,255,255,0.08);
        }

        /* ========== AUTONOMATION JOURNEY ========== */
        .journey {
            padding: 40px 0 80px;
        }
        .journey-bar {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0;
            max-width: 700px;
            width: 100%;
            min-width: 0;
            margin: 0 auto;
        }
        .journey-step {
            text-align: center;
            flex: 1 1 0;
            min-width: 0;
            position: relative;
        }
        .journey-step .step-label {
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--slate);
            margin-bottom: 8px;
        }
        .journey-step .step-title {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 15px;
            font-weight: 600;
            color: var(--mist);
        }
        .journey-step.active .step-title {
            color: var(--signal);
        }
        .journey-step.active .step-label {
            color: var(--signal);
        }
        .journey-arrow {
            color: var(--slate);
            font-size: 20px;
            padding: 0 8px;
            margin-top: 14px;
        }

        /* ========== METRICS ========== */
        .metrics {
            padding: 48px 0;
            border-top: 1px solid rgba(255,255,255,0.04);
            border-bottom: 1px solid rgba(255,255,255,0.04);
        }
        .metrics-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
        }
        .metric {
            text-align: center;
            padding: 20px 0;
            position: relative;
        }
        .metric:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 20%;
            height: 60%;
            width: 1px;
            background: rgba(255,255,255,0.06);
        }
        .metric-value {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 30px;
            font-weight: 700;
            color: var(--white);
            margin-bottom: 4px;
        }
        .metric-label {
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            color: var(--mist);
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        /* ========== HANNOVER MESSE 2026 BANNER ========== */
        .hannover-banner {
            padding: 60px 0;
            background: linear-gradient(135deg, rgba(220,38,38,0.08) 0%, rgba(0,212,170,0.08) 100%);
            border-top: 1px solid rgba(220,38,38,0.15);
            border-bottom: 1px solid rgba(220,38,38,0.15);
            position: relative;
            overflow: hidden;
        }
        .hannover-banner::before {
            content: '';
            position: absolute;
            top: -100px;
            right: -100px;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(220,38,38,0.12) 0%, transparent 70%);
            pointer-events: none;
        }
        .hannover-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
        }
        .hannover-text {
            position: relative;
            z-index: 1;
        }
        .hannover-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            font-weight: 600;
            color: #dc2626;
            background: rgba(220,38,38,0.12);
            padding: 8px 16px;
            border-radius: 6px;
            margin-bottom: 20px;
            letter-spacing: 1px;
            text-transform: uppercase;
            border: 1px solid rgba(220,38,38,0.2);
        }
        .hannover-badge::before {
            content: '🚨';
            font-size: 14px;
        }
        .hannover-text h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(28px, 4vw, 42px);
            font-weight: 700;
            color: var(--white);
            letter-spacing: -1.5px;
            margin-bottom: 16px;
            line-height: 1.15;
        }
        .hannover-text h2 .year {
            background: linear-gradient(135deg, #dc2626, var(--signal));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hannover-details {
            margin-bottom: 24px;
        }
        .hannover-detail {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 10px;
            font-size: 15px;
            color: var(--fog);
        }
        .hannover-detail .icon {
            color: var(--signal);
            font-size: 18px;
            margin-top: 1px;
            flex-shrink: 0;
        }
        .hannover-detail strong {
            color: var(--white);
            font-weight: 600;
        }
        .hannover-cta-text {
            font-size: 17px;
            color: var(--mist);
            margin-bottom: 20px;
            font-weight: 500;
        }
        .hannover-image-container {
            position: relative;
            z-index: 1;
        }
        .hannover-image {
            width: 100%;
            height: auto;
            border-radius: 12px;
            border: 1px solid rgba(220,38,38,0.2);
            box-shadow: 0 12px 40px rgba(0,0,0,0.3), 0 0 30px rgba(220,38,38,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .hannover-image:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 50px rgba(0,0,0,0.4), 0 0 40px rgba(220,38,38,0.15);
        }
        .hannover-image-label {
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            color: var(--mist);
            text-align: center;
            margin-top: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* ========== FOUNDER HERO ========== */
        .founder-hero {
            position: relative;
            padding: 72px 0 96px;
            overflow: hidden;
            background:
                radial-gradient(ellipse 90% 55% at 50% 18%, rgba(0, 212, 170, 0.09) 0%, transparent 58%),
                linear-gradient(180deg, rgba(17, 24, 39, 0.45) 0%, var(--ink) 55%, var(--ink) 100%);
        }
        .founder-hero::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(0, 212, 170, 0.2), transparent);
            pointer-events: none;
        }
        .founder-hero-content {
            max-width: 1140px;
            margin: 0 auto;
            text-align: center;
        }
        .founder-hero-visual {
            max-width: 920px;
            margin: 0 auto;
            position: relative;
        }
        .founder-hero-image-wrap {
            display: block;
            padding: 10px;
            border-radius: 16px;
            background: linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 40%, rgba(0, 0, 0, 0.15) 100%);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.06),
                0 4px 24px rgba(0, 0, 0, 0.35),
                0 0 0 1px rgba(0, 0, 0, 0.2);
            transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
        }
        .founder-hero-image-wrap:hover {
            border-color: rgba(0, 212, 170, 0.22);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.08),
                0 12px 40px rgba(0, 0, 0, 0.45),
                0 0 32px rgba(0, 212, 170, 0.08);
            transform: translateY(-2px);
        }
        .founder-hero-image {
            display: block;
            width: 100%;
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }

        /* ========== PILLARS ========== */
        .pillars {
            padding: 100px 0;
        }
        .pillars-header {
            text-align: center;
            margin-bottom: 72px;
        }
        .pillars-header .section-tag {
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--signal);
            margin-bottom: 16px;
        }
        .pillars-header h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(30px, 4vw, 44px);
            font-weight: 700;
            color: var(--white);
            letter-spacing: -1.5px;
            margin-bottom: 16px;
        }
        .pillars-header p {
            font-size: 17px;
            color: var(--mist);
            max-width: 560px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* Plattform-Architektur (Dark) unter „Die Plattform" */
        .platform-arch {
            margin: 0 0 56px;
        }
        .platform-arch-inner {
            max-width: var(--content-card-wide);
            margin: 0 auto;
            text-align: center;
        }
        .platform-arch-image {
            display: block;
            width: auto;
            max-width: min(var(--content-card-wide), 100%);
            max-height: min(85vh, 1000px);
            height: auto;
            margin: 0 auto;
            object-fit: contain;
            border-radius: 12px;
            border: 1px solid rgba(0, 212, 170, 0.15);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 40px rgba(0, 212, 170, 0.08);
        }
        .platform-arch-caption {
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            color: var(--mist);
            text-align: center;
            margin-top: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Domain pillars: Energie, Fertigung, Gebäude */
        .pillar-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
        }
        .pillar-card {
            background: rgba(255,255,255,0.02);
            border: 1px solid rgba(255,255,255,0.06);
            border-radius: 14px;
            padding: 44px 36px;
            transition: border-color 0.3s, background 0.3s;
            position: relative;
            overflow: hidden;
        }
        .pillar-card:hover {
            border-color: rgba(0,212,170,0.2);
            background: rgba(0,212,170,0.02);
        }
        .pillar-index {
            width: 48px;
            height: 48px;
            background: var(--signal-dim);
            border: 1px solid rgba(0, 212, 170, 0.22);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            font-family: 'Space Grotesk', sans-serif;
            font-size: 22px;
            font-weight: 700;
            color: var(--signal);
            letter-spacing: -0.5px;
        }
        .pillar-card .pillar-tag-md {
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.4px;
            color: var(--mist);
            margin-bottom: 20px;
        }
        .pillar-card h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 22px;
            font-weight: 700;
            color: var(--white);
            letter-spacing: -0.5px;
            margin-bottom: 12px;
            line-height: 1.2;
        }
        .pillar-card p {
            font-size: 15px;
            color: var(--mist);
            line-height: 1.7;
            margin-bottom: 20px;
        }
        .pillar-card .vendors {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
        }
        .vendor-tag {
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            color: var(--fog);
            background: rgba(255,255,255,0.05);
            padding: 4px 10px;
            border-radius: 4px;
            border: 1px solid rgba(255,255,255,0.06);
        }

        /* ========== HOW IT WORKS ========== */
        .how-it-works {
            padding: 100px 0;
            border-top: 1px solid rgba(255,255,255,0.04);
        }
        /* Eingebettet unter dem Banner in founder-hero: kein eigenständiger Sektionsabstand */
        .how-it-works--in-founder {
            padding: 32px 0 0;
            margin-top: 28px;
            border-top: none;
            position: relative;
        }
        .how-it-works--in-founder::before {
            content: '';
            display: block;
            max-width: min(420px, 100%);
            height: 1px;
            margin: 0 auto 40px;
            background: linear-gradient(90deg, transparent, rgba(0, 212, 170, 0.28), transparent);
        }
        .how-header {
            text-align: center;
            margin-bottom: 64px;
        }
        .how-header .section-tag {
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--signal);
            margin-bottom: 16px;
        }
        .how-header h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 36px;
            font-weight: 700;
            color: var(--white);
            letter-spacing: -1px;
        }
        .steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }
        .step {
            text-align: center;
            padding: 36px 24px;
            position: relative;
        }
        .step-number {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 48px;
            font-weight: 700;
            color: rgba(0,212,170,0.15);
            margin-bottom: 16px;
            line-height: 1;
        }
        .step h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 18px;
            font-weight: 600;
            color: var(--white);
            margin-bottom: 10px;
        }
        .step p {
            font-size: 14px;
            color: var(--mist);
            line-height: 1.7;
        }

        /* ========== WHY ERRORS (CONSULTING TEXT BLOCK) ========== */
        .why-errors {
            padding: 100px 0;
            border-top: 1px solid rgba(255,255,255,0.04);
            background: linear-gradient(180deg, rgba(59,130,246,0.015) 0%, rgba(0,212,170,0.015) 100%);
        }
        .why-inner {
            max-width: 760px;
            margin: 0 auto;
        }
        .why-inner h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(28px, 3.5vw, 40px);
            font-weight: 700;
            color: var(--white);
            letter-spacing: -1.5px;
            margin-bottom: 40px;
            line-height: 1.15;
        }
        .why-body {
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        .why-body > p {
            font-size: 17px;
            color: var(--mist);
            line-height: 1.75;
            margin-bottom: 24px;
        }
        .why-body > p:last-child {
            margin-bottom: 0;
        }
        .why-body > p strong {
            color: var(--fog);
            font-weight: 600;
        }
        .dash-list {
            list-style: none;
            margin-bottom: 28px;
            padding: 0;
            border-left: 2px solid rgba(0,212,170,0.2);
            padding-left: 24px;
        }
        .dash-list li {
            font-size: 16px;
            color: var(--fog);
            line-height: 1.7;
            padding: 4px 0;
            position: relative;
        }
        .dash-list li::before {
            content: '–';
            color: var(--signal);
            position: absolute;
            left: -20px;
            font-weight: 600;
        }
        .why-highlight {
            margin-top: 8px;
            padding: 28px 32px;
            background: rgba(0,212,170,0.04);
            border: 1px solid rgba(0,212,170,0.12);
            border-radius: 10px;
        }
        .why-highlight p {
            font-size: 17px;
            color: var(--fog);
            line-height: 1.75;
            margin-bottom: 0 !important;
        }
        .why-highlight p strong {
            color: var(--signal);
            font-weight: 600;
        }

        /* ========== ROAD TO INIATIONOS (CONSULTING) ========== */
        .road-to-iniation {
            padding: 100px 0;
            background: linear-gradient(180deg, rgba(0,212,170,0.02) 0%, rgba(59,130,246,0.02) 100%);
            border-top: 1px solid rgba(255,255,255,0.04);
            position: relative;
        }
        .road-to-iniation::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 1000px;
            height: 600px;
            background: radial-gradient(circle, rgba(0,212,170,0.04) 0%, transparent 70%);
            pointer-events: none;
        }
        .road-header {
            text-align: center;
            margin-bottom: 72px;
        }
        .road-header .section-tag {
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--signal);
            margin-bottom: 16px;
        }
        .road-header h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(32px, 4vw, 44px);
            font-weight: 700;
            color: var(--white);
            letter-spacing: -1.5px;
            margin-bottom: 16px;
        }
        .road-header p {
            font-size: 17px;
            color: var(--mist);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.7;
        }
        .road-steps {
            display: grid;
            grid-template-columns: 1fr min-content 1fr min-content 1fr;
            align-items: stretch;
            gap: 24px;
            margin-bottom: 56px;
            position: relative;
        }
        .road-step {
            min-width: 0;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            text-align: center;
            background: rgba(255,255,255,0.02);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 16px;
            padding: 36px 28px;
            position: relative;
            transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
        }
        .road-step:hover {
            transform: translateY(-6px);
            border-color: rgba(0,212,170,0.3);
            box-shadow: 0 12px 40px rgba(0,0,0,0.3), 0 0 30px rgba(0,212,170,0.08);
        }
        .road-step-number {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 52px;
            font-weight: 700;
            color: rgba(0,212,170,0.12);
            line-height: 1;
            margin-bottom: 12px;
        }
        .road-step-icon {
            font-size: 44px;
            margin-bottom: 20px;
            display: block;
        }
        .road-step h3 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 20px;
            font-weight: 700;
            color: var(--white);
            letter-spacing: -0.5px;
            margin-bottom: 8px;
        }
        .road-step-subtitle {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 14px;
            font-weight: 600;
            color: var(--signal);
            font-style: italic;
            margin-bottom: 16px;
        }
        .road-step-desc {
            font-size: 14px;
            color: var(--mist);
            line-height: 1.7;
            margin-bottom: 0;
            padding-bottom: 2.75rem;
            flex: 1 1 auto;
            min-height: 0;
        }
        .road-step-price {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 15px;
            font-weight: 600;
            color: var(--white);
            background: rgba(0,212,170,0.08);
            padding: 0.6rem 16px 10px;
            border-radius: 6px;
            display: block;
            align-self: center;
            margin-top: auto;
            border: 1px solid rgba(0,212,170,0.15);
        }
        .road-arrow {
            font-size: 32px;
            color: var(--signal);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 0;
            flex-shrink: 0;
            place-self: center;
        }
        .road-cta {
            text-align: center;
        }
        .road-cta-note {
            font-size: 14px;
            color: var(--mist);
            margin-top: 20px;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
        }

        /* ========== PROTOCOL SECTION ========== */
        .protocol {
            padding: 80px 0;
            background: linear-gradient(180deg, transparent 0%, rgba(0,212,170,0.015) 50%, transparent 100%);
        }
        .protocol-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 64px;
            align-items: center;
        }
        .protocol h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 34px;
            font-weight: 700;
            color: var(--white);
            letter-spacing: -1px;
            margin-bottom: 20px;
        }
        .protocol-text p {
            font-size: 16px;
            color: var(--mist);
            margin-bottom: 16px;
            line-height: 1.7;
        }
        .protocol-text .p4nr-link {
            color: var(--signal);
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px solid rgba(0,212,170,0.3);
            transition: border-color 0.2s;
        }
        .protocol-text .p4nr-link:hover {
            border-color: var(--signal);
        }
        .protocol-stack {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .stack-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 16px 20px;
            background: rgba(255,255,255,0.025);
            border: 1px solid rgba(255,255,255,0.06);
            border-radius: 8px;
            font-size: 14px;
            color: var(--fog);
        }
        .stack-item .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            flex-shrink: 0;
        }
        .dot-green { background: var(--signal); }
        .dot-blue { background: var(--blue); }
        .dot-orange { background: var(--warn); }
        .dot-white { background: var(--fog); }
        .stack-item strong {
            color: var(--white);
            font-weight: 600;
            margin-right: 4px;
        }

        /* ========== ABOUT ========== */
        .about {
            padding: 80px 0;
            background: rgba(255,255,255,0.01);
            border-top: 1px solid rgba(255,255,255,0.04);
            border-bottom: 1px solid rgba(255,255,255,0.04);
        }
        .about-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 64px;
            align-items: center;
        }
        .about h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 34px;
            font-weight: 700;
            color: var(--white);
            letter-spacing: -1px;
            margin-bottom: 20px;
        }
        .about-text p {
            font-size: 16px;
            color: var(--mist);
            margin-bottom: 16px;
            line-height: 1.7;
        }
        .about-values {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .about-value {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            padding: 18px 20px;
            background: rgba(255,255,255,0.025);
            border: 1px solid rgba(255,255,255,0.06);
            border-radius: 10px;
        }
        .about-value .val-icon {
            font-size: 20px;
            margin-top: 2px;
            flex-shrink: 0;
        }
        .about-value h4 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 15px;
            font-weight: 600;
            color: var(--white);
            margin-bottom: 4px;
        }
        .about-value p {
            font-size: 13px;
            color: var(--mist);
            line-height: 1.5;
            margin-bottom: 0;
        }

        /* ========== CLOSING CTA ========== */
        .closing {
            padding: 120px 0 80px;
            text-align: center;
            position: relative;
        }
        .closing::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 600px;
            height: 400px;
            background: radial-gradient(circle, rgba(0,212,170,0.05) 0%, transparent 70%);
            pointer-events: none;
        }
        .closing h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(28px, 4vw, 44px);
            font-weight: 700;
            color: var(--white);
            letter-spacing: -1px;
            margin-bottom: 20px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        .closing p {
            font-size: 17px;
            color: var(--mist);
            max-width: 520px;
            margin: 0 auto 36px;
            line-height: 1.7;
        }

        /* ========== AUTOMATISIERUNGS-AUDIT CTA ========== */
        .audit-cta {
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }
        .audit-cta::before {
            content: '';
            position: absolute;
            top: -120px;
            left: 50%;
            transform: translateX(-50%);
            width: 900px;
            height: 600px;
            background: radial-gradient(ellipse, rgba(0,212,170,0.06) 0%, transparent 65%);
            pointer-events: none;
        }
        .audit-card {
            max-width: var(--content-card-wide);
            margin: 0 auto;
            background: var(--steel);
            border: 1px solid rgba(0,212,170,0.18);
            border-top: 3px solid var(--signal);
            border-radius: 16px;
            padding: 52px 60px;
            position: relative;
        }
        .audit-card-inner {
            display: grid;
            grid-template-columns: 1fr 200px;
            gap: 52px;
            align-items: start;
        }
        .audit-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            color: var(--signal);
            background: var(--signal-dim);
            border: 1px solid rgba(0,212,170,0.25);
            padding: 5px 12px;
            border-radius: 20px;
            margin-bottom: 24px;
        }
        .audit-badge::before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--signal);
            display: inline-block;
            flex-shrink: 0;
        }
        .audit-h2 {
            font-family: 'Space Grotesk', sans-serif;
            font-size: clamp(20px, 2.4vw, 28px);
            font-weight: 700;
            color: var(--white);
            letter-spacing: -0.5px;
            line-height: 1.3;
            margin-bottom: 14px;
        }
        .audit-subtext {
            font-size: 16px;
            color: var(--mist);
            line-height: 1.7;
            margin-bottom: 28px;
        }
        .audit-deliverables {
            list-style: none;
            margin-bottom: 32px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .audit-deliverables li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 15px;
            color: var(--fog);
            line-height: 1.5;
        }
        .audit-deliverables li::before {
            content: '';
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: var(--signal-dim);
            border: 1.5px solid var(--signal);
            flex-shrink: 0;
            margin-top: 2px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%2300d4aa' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-size: 11px;
            background-position: center;
            background-repeat: no-repeat;
        }
        .audit-price-box {
            text-align: center;
            background: rgba(0,212,170,0.05);
            border: 1px solid rgba(0,212,170,0.2);
            border-radius: 12px;
            padding: 28px 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .audit-price {
            display: flex;
            flex-wrap: wrap;
            align-items: baseline;
            justify-content: center;
            gap: 0.12em 0.2em;
            font-family: 'Space Grotesk', sans-serif;
            font-size: 52px;
            font-weight: 700;
            color: var(--signal);
            line-height: 1.1;
            letter-spacing: -0.5px;
        }
        .audit-price-amount {
            font-size: 1em;
            font-weight: 700;
            letter-spacing: -2px;
        }
        .audit-price-suffix {
            font-size: 0.42em;
            font-weight: 500;
            letter-spacing: 0;
        }
        .audit-price-note {
            font-size: 12px;
            color: var(--slate);
            margin-top: 10px;
            line-height: 1.5;
            text-align: center;
        }
        .audit-cta-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--signal);
            color: var(--ink);
            font-family: 'Space Grotesk', sans-serif;
            font-size: 14px;
            font-weight: 600;
            padding: 12px 20px;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.2s;
            letter-spacing: -0.2px;
            width: 100%;
            margin-top: 18px;
            white-space: nowrap;
        }
        .audit-cta-btn:hover { opacity: 0.9; transform: translateY(-1px); }

        /* ========== FOOTER ========== */
        footer {
            padding: 48px 0 40px;
            border-top: 1px solid rgba(255,255,255,0.04);
        }
        footer .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 28px;
        }
        .footer-mark {
            display: flex;
            justify-content: center;
            width: 100%;
        }
        .footer-mark-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            padding: 8px 0 12px;
            border-radius: 0;
            line-height: 0;
            text-decoration: none;
            border: none;
            box-shadow: none;
            transition: opacity 0.2s ease, transform 0.2s ease;
        }
        .footer-mark-link:hover {
            opacity: 0.95;
            transform: translateY(-1px);
        }
        .footer-mark-link:focus-visible {
            outline: 2px solid var(--signal);
            outline-offset: 3px;
        }
        .footer-mark-img {
            display: block;
            width: auto;
            height: 180px;
            max-height: 180px;
            max-width: min(500px, 90vw);
            object-fit: contain;
        }
        .footer-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            max-width: 100%;
            flex-wrap: wrap;
            gap: 12px 20px;
        }
        .footer-left {
            font-size: 13px;
            color: var(--slate);
        }
        .footer-left strong {
            color: var(--mist);
            font-weight: 500;
        }
        .footer-right {
            font-family: 'DM Mono', monospace;
            font-size: 11px;
            color: var(--slate);
            letter-spacing: 0.5px;
        }

        /* ========== RESPONSIVE — Tablet & Mobile ========== */
        @media (max-width: 1024px) {
            .audit-card-inner {
                grid-template-columns: 1fr minmax(160px, 1fr);
                gap: 36px;
            }
        }

        @media (max-width: 768px) {
            .container {
                padding-left: max(16px, env(safe-area-inset-left, 0px));
                padding-right: max(16px, env(safe-area-inset-right, 0px));
            }

            nav {
                padding: max(14px, env(safe-area-inset-top, 0px)) 0 16px;
                backdrop-filter: none;
                -webkit-backdrop-filter: none;
                background: rgba(10, 15, 26, 0.99);
            }
            .logo { font-size: 22px; letter-spacing: -0.5px; }
            nav .container {
                flex-wrap: wrap;
                row-gap: 8px;
                column-gap: 10px;
                align-items: center;
            }
            .nav-right {
                flex-wrap: wrap;
                justify-content: flex-end;
                gap: 8px 12px;
            }
            .lang-btn {
                min-width: 44px;
                min-height: 44px;
                padding: 8px 12px;
                font-size: 11px;
            }
            .nav-cta { display: none; }
            .nav-tag { display: none; }

            .hero {
                padding: max(48px, env(safe-area-inset-top, 0px)) 0 48px;
            }
            .hero-prelude {
                row-gap: 20px;
            }
            /* Logo 70 % der hero-prelude-Breite, zentriert */
            .hero-prelude .hero-logo-link {
                align-self: center;
                width: 100%;
                text-align: center;
            }
            .hero .hero-logo-img {
                display: block;
                width: 70%;
                max-width: 70%;
                height: auto;
                max-height: none;
                margin: 0 auto;
                object-fit: contain;
                object-position: center;
            }
            .hero h1 {
                font-size: clamp(28px, 8.5vw, 40px);
                letter-spacing: -1.2px;
                line-height: 1.1;
            }
            .hero-sub {
                font-size: 16px;
                line-height: 1.65;
                padding: 0 2px;
            }
            .hero-badge { margin-bottom: 24px; }
            .hero-cta-row {
                margin-bottom: 32px;
                gap: 12px;
            }
            .btn-primary, .btn-secondary {
                min-height: 48px;
                padding: 14px 24px;
                font-size: 15px;
            }

            .journey { padding: 32px 0 56px; }
            .journey-bar { flex-direction: column; gap: 12px; max-width: 100%; }
            .journey-step { flex: 0 0 auto; width: 100%; }
            .journey-step .step-title { font-size: 15px; }
            .journey-arrow { transform: rotate(90deg); padding: 4px 0; font-size: 16px; margin-top: 0; }

            .metrics { padding: 32px 0; }
            .metrics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
            .metric:nth-child(2)::after { display: none; }
            .metric { padding: 12px 8px; }
            .metric-value { font-size: clamp(22px, 6vw, 28px); }
            .metric-label { font-size: 10px; line-height: 1.3; }
            .metric-label br { display: none; }

            .founder-hero { padding: 32px 0 56px; }
            .founder-hero-content { max-width: 100%; }
            .founder-hero-visual { max-width: 100%; }
            .founder-hero-image-wrap { padding: 5px; border-radius: 12px; }
            .founder-hero-image { border-radius: 6px; }
            .how-it-works--in-founder { margin-top: 16px; padding-top: 20px; }
            .how-it-works--in-founder::before { margin-bottom: 24px; max-width: 100%; }
            .how-header { margin-bottom: 40px; }
            .how-header h2 {
                font-size: clamp(22px, 6.2vw, 30px);
                line-height: 1.2;
                letter-spacing: -0.6px;
            }
            .steps { grid-template-columns: 1fr; gap: 8px; }
            .step { padding: 24px 12px; }
            .step-number { font-size: 40px; }
            .step h3 { font-size: 17px; }
            .step p { font-size: 15px; }

            .hannover-banner { padding: 32px 0; }
            .hannover-content { grid-template-columns: 1fr; gap: 24px; }
            .hannover-image-container { order: -1; }
            .hannover-text h2 { font-size: clamp(24px, 6.5vw, 32px); letter-spacing: -1px; }
            .hannover-cta-text { font-size: 16px; }
            .hannover-detail { font-size: 14px; }
            .hannover-text .btn-primary { width: 100%; box-sizing: border-box; }

            .pillars { padding: 56px 0 64px; }
            .pillars-header { margin-bottom: 40px; }
            .pillars-header h2 { font-size: clamp(26px, 6.5vw, 34px); }
            .pillars-header p { font-size: 16px; max-width: 100%; }
            .platform-arch { margin: 0 0 40px; }
            .platform-arch-image { max-width: 100%; }
            .pillar-grid { grid-template-columns: 1fr; gap: 16px; }
            .pillar-card { padding: 28px 20px; }

            .why-errors { padding: 48px 0; }
            .why-inner h2 { font-size: clamp(24px, 6.5vw, 32px); margin-bottom: 24px; letter-spacing: -1px; }
            .why-body > p, .why-highlight p { font-size: 16px; }
            .dash-list { padding-left: 18px; }
            .dash-list li { font-size: 15px; }
            .why-highlight { padding: 20px 16px; }

            .road-to-iniation { padding: 48px 0; }
            .road-header { margin-bottom: 40px; }
            .road-header p { font-size: 16px; padding: 0 4px; }
            .road-steps {
                display: flex;
                flex-direction: column;
                align-items: stretch;
                gap: 12px;
            }
            .road-step { padding: 24px 18px; }
            .road-step-number { font-size: 40px; }
            .road-arrow { transform: rotate(90deg); margin: 0; padding: 4px 0; font-size: 24px; }
            .road-cta .btn-primary { width: 100%; max-width: 360px; }
            .road-cta-note { font-size: 14px; padding: 0 4px; }

            .protocol { padding: 48px 0; }
            .protocol-grid { grid-template-columns: 1fr; gap: 32px; }
            .protocol h2 { font-size: clamp(24px, 5.5vw, 30px); }
            .stack-item { padding: 14px 16px; font-size: 13px; }

            .about { padding: 48px 0; }
            .about-grid { grid-template-columns: 1fr; gap: 32px; }
            .about h2 { font-size: clamp(24px, 5.5vw, 30px); }
            .about-text p { font-size: 15px; }
            .about-value { padding: 14px 16px; }

            .closing { padding: 64px 0 48px; }
            .closing h2 { font-size: clamp(24px, 6.5vw, 32px); }
            .closing p { font-size: 16px; padding: 0 4px; }
            .closing .btn-primary { width: 100%; max-width: 360px; }

            .audit-cta { padding: 48px 0; }
            .audit-card { padding: 28px 20px; border-radius: 14px; }
            .audit-card-inner { grid-template-columns: 1fr; gap: 24px; }
            .audit-h2 { font-size: clamp(22px, 5.5vw, 28px); line-height: 1.2; }
            .audit-subtext { font-size: 15px; }
            .audit-left .btn-primary { width: 100%; justify-content: center; }
            .audit-price { font-size: 42px; }
            .audit-cta-btn { margin-top: 0; width: 100%; min-height: 48px; padding: 14px 20px; }
            .audit-price-box {
                flex-direction: column;
                align-items: stretch;
                width: 100%;
                max-width: 320px;
                margin: 0 auto;
                padding: 20px 16px;
                gap: 10px;
            }

            footer { padding: max(32px, env(safe-area-inset-bottom, 0px)) 0 24px; }
            footer .container { gap: 20px; }
            .footer-mark-link { padding: 4px 0 8px; }
            .footer-mark-img {
                height: clamp(110px, 38vw, 180px);
                max-height: 180px;
                max-width: 90vw;
            }
            .footer-row { flex-direction: column; text-align: center; justify-content: center; }
        }

        @media (max-width: 480px) {
            .container {
                padding-left: max(14px, env(safe-area-inset-left, 0px));
                padding-right: max(14px, env(safe-area-inset-right, 0px));
            }
            .logo { font-size: 20px; letter-spacing: -0.45px; }
            .nav-right { gap: 8px; }
            .metrics-grid { grid-template-columns: 1fr; gap: 0; }
            .metric { border-bottom: 1px solid rgba(255,255,255,0.05); padding: 16px 0; }
            .metric:last-child { border-bottom: none; }
            .metric::after { display: none; }
            .metric-value { font-size: 28px; }

            .hero-cta-row { flex-direction: column; align-items: stretch; }
            .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
            .hero h1 { letter-spacing: -1px; }
        }
