/****************************************************************************
--------------------------  GLOBAL STYLES  ---------------------------------
 ****************************************************************************/

/* 1. FONTS - Unageo Family */
@font-face { font-family: 'Unageo'; src: local('Unageo Regular'), url(../fonts/Unageo-Regular.ttf) format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Unageo'; src: local('Unageo Light'), url(../fonts/Unageo-Light.ttf) format('truetype'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Unageo'; src: local('Unageo Medium'), url(../fonts/Unageo-Medium.ttf) format('truetype'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Unageo'; src: local('Unageo SemiBold'), url(../fonts/Unageo-SemiBold.ttf) format('truetype'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'Unageo'; src: local('Unageo Bold'), url(../fonts/Unageo-Bold.ttf) format('truetype'); font-weight: bold; font-style: normal; }
@font-face { font-family: 'Unageo'; src: local('Unageo ExtraBold'), url(../fonts/Unageo-ExtraBold.ttf) format('truetype'); font-weight: 800; font-style: normal; }
@font-face { font-family: 'Unageo'; src: local('Unageo Black'), url(../fonts/Unageo-Black.ttf) format('truetype'); font-weight: 900; font-style: normal; }

/* Orbitron Family */
@font-face { font-family: 'Orbitron'; src: local('Orbitron Regular'), url(../fonts/Orbitron-Regular.ttf) format('truetype'); font-weight: normal; font-style: normal; }

/* 2. VARIABLES */
:root {
    --bg-dark: #121212;
    --card-bg: #1e1e1e;
    --text-light: #ffffff;
    --text-gray: #a0a0a0;
    
    --infinite_tango: #FF3300; 
    --infinite_gray_light: #E8EAEA;
    --infinite_gray_medium: #AFB0B4; 
    --infinite_gray_dark: #333944;  
    
    --transition-smooth: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* 3. BASIC LAYOUT */
body.onepager-story {
    background-color: var(--bg-dark);
    color: var(--text-light);
    font-family: 'Unageo', sans-serif;
    margin: 0;
    scroll-behavior: auto !important;
    overflow-x: hidden;
    cursor: none; /* Standard Cursor ausblenden */
}

a, 
button, 
.top_frame_cta_button, 
.floating-cta, 
.magnetic-btn, 
.story-nav-item,
.nav-dot,
.nav-label,
.agency-logo-wrapper a {
    cursor: none !important;
}

.main-wrapper {
    position: relative;
    z-index: 5;
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    text-align: left;
}

.spacing_60 {
    height: 60px;
    width: 100%;
    display: block;
    /* Verhindert, dass das Spacing auf Mobile zu wuchtig wirkt */
}

/****************************************************************************
--------------------------  STORY TIMELINE (ULTRA-STABLE)  ------------------
 ****************************************************************************/

.story-nav-container {
    position: fixed;
    right: 30px !important;
    left: auto !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3000;
    display: flex;
    justify-content: flex-end;
}

.story-nav-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
    z-index: 10;
    align-items: flex-end; 
}

.story-timeline-wrapper {
    position: absolute;
    right: 0; 
    width: 20px; 
    height: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}

.story-timeline-base {
    position: absolute;
    width: 2px;
    top: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.1);
}

.story-timeline-progress {
    position: absolute;
    width: 2px;
    top: 5px;
    height: 0;
    background: var(--infinite_tango);
    box-shadow: 0 0 15px var(--infinite_tango);
    transition: opacity 0.3s ease; 
    border-radius: 2px;
}

.story-nav-item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; 
    gap: 0;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    position: relative; /* Wichtig für die Label-Fixierung */
}

.nav-dot {
    display: inline-block; 
    width: 10px;
    height: 10px;
    background: var(--infinite_gray_dark);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    flex-shrink: 0;
    z-index: 20;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.4s ease, box-shadow 0.4s ease;
    transform: scale(1);
    will-change: transform;
}

.nav-label {
    font-family: 'Unageo', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--infinite_gray_medium);
    opacity: 0.5;
    transition: all 0.4s ease;
    
    /* --- FIX GEGEN DAS WACKELN --- */
    position: absolute;
    right: 28px; /* 20px Wrapper-Breite + 8px Wunsch-Abstand */
    text-align: right;
    width: 200px; /* Genug Platz nach links geben */
}

/* ACTIVE STATE */
.story-nav-item.active .nav-dot {
    background: var(--infinite_tango) !important;
    box-shadow: 0 0 15px var(--infinite_tango);
    transform: scale(1.6) !important; 
}

.story-nav-item.active .nav-label {
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 600;
}

/****************************************************************************
--------------------------  CUSTOM CURSOR (STEALTH)  -----------------------
 ****************************************************************************/

.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    z-index: 9999;
    pointer-events: none;
    filter: drop-shadow(0 0 6px rgba(255, 51, 0, 0.6));
    display: flex;
    align-items: center;
    justify-content: center;
    /* Transition nur für Scale, nicht für die Position, sonst hinkt er hinterher! */
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cursor-pulse-ring {
    position: fixed; /* WICHTIG: fixed, damit JS die globalen Koordinaten nutzen kann */
    top: 0;
    left: 0;
    width: 25px; /* feste Basisgröße */
    height: 25px;
    border: 1px solid #00f2fe; /* Dein Cyan-Blau */
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    z-index: 9998;
    box-shadow: 0 0 15px #00f2fe;
    /* Zentrierung über die Mitte des Punktes */
    margin-left: -12.5px; 
    margin-top: -12.5px;
}

/* Die Animation nutzt jetzt Scale statt Width/Height für bessere Performance */
@keyframes hoverPulse {
    0% { transform: scale(0.5); opacity: 0; }
    40% { opacity: 1; }
    100% { transform: scale(2.5); opacity: 0; }
}

.pulse-active {
    animation: hoverPulse 0.7s ease-out forwards;
}

#cursor-main, #pulse-ring-1, #pulse-ring-2 {
    will-change: transform;
    pointer-events: none;
    /* Verhindert Ruckler durch Browser-Vorausberechnung */
    backface-visibility: hidden;
}

/****************************************************************************
--------------------------  AREA HEAD VIDEO SETUP  --------------------------
 ****************************************************************************/

.area-head {
    height: 100vh;
    min-height: 480px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden; 
    background-color: #000; 
}

.head-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.area-head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 2;
}

.area-head .main-wrapper {
    position: relative;
    z-index: 10;
}

/****************************************************************************
--------------------------  SCROLL INDICATOR (WEISS)  ----------------------
 ****************************************************************************/

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 20; /* Höher als Video & Overlay */
    pointer-events: none;
    animation: fadeInUI 1.5s ease-out;
    transition: opacity 0.5s ease;
}

.scroll-text {
    font-family: 'Unageo', sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0.8;
}

.mouse {
    width: 22px;
    height: 38px;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    position: relative;
}

.wheel {
    width: 2px;
    height: 6px;
    background-color: var(--infinite_tango);
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 8px var(--infinite_tango);
    animation: scrollWheel 2.5s infinite;
}

@keyframes scrollWheel {
    0% { top: 6px; opacity: 0; }
    30% { opacity: 1; }
    60% { top: 18px; opacity: 0; }
    100% { top: 6px; opacity: 0; }
}

@keyframes fadeInUI {
    from { opacity: 0; transform: translate(-50%, 20px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

/****************************************************************************
--------------------------  AREA NAV (Sticky Header)  ----------------------
 ****************************************************************************/

#main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 2000;
    background: rgba(10, 10, 11, 0);
    backdrop-filter: blur(0px);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    pointer-events: none;
}

.agency-logo-wrapper {
    position: fixed;
    top: 36px; 
    right: 10%;
    height: 90px; 
    z-index: 2100;
    display: flex;
    align-items: center; 
    justify-content: flex-end;
    pointer-events: auto;
}

.agency-logo {
    width: 200px; 
    height: auto;
    display: block;
    transition: transform 0.3s ease; 
}

.agency-logo:hover {
    transform: scale(1.05);
}

/****************************************************************************
--------------------------  AREA HEAD ELEMENTS  ----------------------------
 ****************************************************************************/

.area-head-container {
    width: 100%;
    position: relative;
}

.hero-pre {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    color: var(--infinite_tango);
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-main {
    font-size: clamp(2.5rem, 8vw, 5.5rem);
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}

.h2-sub {
    max-width: 900px;
    font-size: 1.3rem;
    color: var(--infinite_gray_medium);
    font-weight: 300;
    margin-top: 30px;
}

.cursor {
    color: var(--infinite_tango);
    animation: blink 0.8s infinite;
}

@keyframes blink { 50% { opacity: 0; } }

/****************************************************************************
--------------------------  AREA INTRO & SHOOTING STARS  --------------------
 ****************************************************************************/

.intro-section {
    position: relative;
    padding: 180px 0;
    text-align: left;
    overflow: hidden;
    z-index: 1;

    background: linear-gradient(135deg, #1a0033 0%, #0a001a 100%);
    background-color: #0a0a0b;
}

.intro-bg-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;  /* Erzwingt die volle Breite */
    bottom: 0; /* Erzwingt die volle Höhe der Section! */
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2; /* Muss über der .intro-section (z-index: 1) liegen! */
    
    /* Der sichtbare Lichtkegel */
    background-image: radial-gradient(
        circle at var(--mouse-x, 50%) var(--mouse-y, 50%), 
        rgba(255, 77, 0, 0.50) 0%, /* Sichtbarkeit testweise auf 25% erhöht */
        transparent 70%
    );
    
    transition: background-image 0.05s linear;
    will-change: background-image;
}

/* Inhalt über den Sternen positionieren */
.intro-section .main-wrapper {
    position: relative;
    z-index: 10;
}

.huge-headline {
    font-size: clamp(2.4rem, 8vw, 5rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -2px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}

.huge-headline br {
    display: block;
    content: "";
    margin-top: 0;
}

.radikal-text {
    max-width: 1000px;
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.4;
    color: var(--infinite_gray_medium);
    position: relative;
    min-height: 100px;
    display: block;
    margin-top: 20px;
}

.radikal-text strong {
    font-weight: 700;
    color: #FFFFFF;
}

.radikal-bigtext {
    color: var(--infinite_tango);
    display: block;
    margin-top: 25px;
    font-size: 1.9rem;
	line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Split-Animation Setup */
.word {
    display: inline-block;
    white-space: nowrap;
    margin-right: 0.1em;
    opacity: 0;
    transform: translateY(20px) skewY(5deg);
    filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.reveal-split.active .word {
    opacity: 1;
    transform: translateY(0) skewY(0);
    filter: blur(0);
}

/* Glitch Effekt */
.glitch-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(255, 51, 0, 0.02);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.intro-section.active .glitch-overlay {
    animation: glitchFlash 0.4s steps(2) forwards;
}

@keyframes glitchFlash {
    0% { opacity: 0.2; transform: translateX(10px); }
    50% { opacity: 0.3; transform: translateX(-10px); background: rgba(0, 242, 254, 0.05); }
    100% { opacity: 0; transform: translateX(0); }
}

/* --- CONTAINER & STYLES FÜR STERNSCHNUPPEN --- */
.intro-stars-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

/* --- Grundstyling einer einzelnen Sternschnuppe --- */
.shooting-star {
    position: absolute;
    /* Gradient um 180 Grad gedreht: 135deg statt -45deg */
    background: linear-gradient(135deg, rgba(130, 220, 255, 1), rgba(130, 220, 255, 0)); 
    border-radius: 999px;
    filter: drop-shadow(0 0 6px rgba(130, 220, 255, 0.8));
    opacity: 0;
    
    animation-name: shooting-star-animate;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* --- Animation (Flugrichtung bleibt gleich) --- */
@keyframes shooting-star-animate {
    0% {
        transform: translate(0, 0) rotate(-45deg);
        opacity: 0;
    }
    1% {
        opacity: 1; /* Kopf wird sichtbar */
    }
    15% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        /* Schräg nach links unten */
        transform: translate(-1000px, 1000px) rotate(-45deg);
    }
    100% {
        opacity: 0;
        transform: translate(-1000px, 1000px) rotate(-45deg);
    }
}

/****************************************************************************
--------------------------  AREA INTRO CTA FUNCTION  ------------------------
****************************************************************************/

.intro-cta-wrapper {
    margin-top: 40px;
}

.glow-path-btn {
    position: relative;
    padding: 2px; /* Stärke der Linie */
    background: #000;
    border: none;
    cursor: pointer;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 60px;
    /* Verhindert, dass Text markiert wird */
    user-select: none;
}

/* Die umlaufende Linie - Optimiert für breite Buttons */
.glow-path-btn::before {
    content: '';
    position: absolute;
    /* Quadratisch und groß genug, um bei Rotation alle Ecken zu decken */
    width: 300px; 
    height: 300px;
    top: 50%;
    left: 50%;
    /* WICHTIG: translate fixiert den Drehpunkt exakt in der Button-Mitte */
    transform: translate(-50%, -50%) rotate(0deg);
    
    /* Ein schärferer Gradient verhindert das optische "Stocken" an den Seiten */
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        transparent 70%,
        var(--infinite_tango) 100%
    );
    
    /* Animation auf 3s verlangsamt für edlere Optik, linear für Gleichmäßigkeit */
    animation: rotateGlow 2s linear infinite;
    z-index: 1;
}

/* Der schwarze Kern, der über der Linie liegt */
.glow-path-btn .btn-text {
    position: relative;
    z-index: 10;
    background: #000;
    width: calc(100% - 2px); /* Lässt 1px Rand für die Linie */
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Unageo', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    transition: background 0.4s ease;
}

/* Zusätzlicher weicher Glow im Hintergrund */
.glow-path-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--infinite_tango);
    filter: blur(15px);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0; /* Hinter der Linie */
}

.glow-path-btn:hover::after {
    opacity: 0.4;
}

/* Die Rotation - absolut zentriert */
@keyframes rotateGlow {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Innerer schwarzer Kern */
.glow-path-btn .btn-text {
    position: relative;
    z-index: 10;
    background: #000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Unageo', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    transition: background 0.4s ease;
}

/* Hover Gradient Fill */
.glow-path-btn .gradient-fill {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--infinite_tango), #ff5522);
    z-index: 5;
    transition: left 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.glow-path-btn:hover .gradient-fill {
    left: 0;
}

.glow-path-btn:hover .btn-text {
    background: transparent;
}

/****************************************************************************
--------------------------  2. OVERLAY STYLES & LARGE BOOSTER  --------------
****************************************************************************/

/* --- BASIS OVERLAY --- */
.joy-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.joy-overlay.active {
    opacity: 1;
    pointer-events: all;
}

#confetti-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* --- CONTAINER & BUTTON --- */
.overlay-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; /* Raum für die großen Pfeile */
}

.final-conversion-btn {
    position: relative;
    z-index: 5010;
    background: var(--infinite_tango);
    color: #fff;
    padding: 25px 50px;
    font-family: 'Unageo', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    text-decoration: none;
    display: inline-block;
    transform: scale(1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 50px rgba(255, 51, 0, 0.4);
}

.final-conversion-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 60px var(--infinite_tango);
}

/* --- LARGE SYNCHRONOUS BOOSTER ARROWS --- */
.booster-side {
    display: flex;
    align-items: center;
    height: 60px;
}

.booster-arrow {
    display: block;
    width: 0;
    height: 0;
    /* Pfeilhöhe 60px passend zum Button */
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    opacity: 0.5;
    will-change: transform, opacity;
}

/* Linke Seite: Zeigt nach rechts */
.side-left .booster-arrow {
    border-left: 30px solid var(--infinite_tango);
    animation: syncMoveRight 0.9s ease-in-out infinite; /* Fast doppelt so schnell */
}

/* Rechte Seite: Zeigt nach links */
.side-right .booster-arrow {
    border-right: 30px solid var(--infinite_tango);
    animation: syncMoveLeft 0.9s ease-in-out infinite; /* Fast doppelt so schnell */
}

/* --- SYNCHRONE ANIMATIONEN --- */
@keyframes syncMoveRight {
    0%, 100% { 
        transform: translateX(0); 
        opacity: 0.4; 
        filter: drop-shadow(0 0 5px var(--infinite_tango));
    }
    50% { 
        transform: translateX(25px); 
        opacity: 1; 
        filter: drop-shadow(0 0 25px var(--infinite_tango));
    }
}

@keyframes syncMoveLeft {
    0%, 100% { 
        transform: translateX(0); 
        opacity: 0.4; 
        filter: drop-shadow(0 0 5px var(--infinite_tango));
    }
    50% { 
        transform: translateX(-25px); 
        opacity: 1; 
        filter: drop-shadow(0 0 25px var(--infinite_tango));
    }
}

/* --- POP-IN EFFEKT --- */
.joy-overlay.active .final-conversion-btn {
    animation: ctaPopIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes ctaPopIn {
    0% { transform: scale(0.8); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/****************************************************************************
--------------------------  AREA CONTENT  ----------------------------------
 ****************************************************************************/

.story-step { position: relative; padding: 120px 0; }

.flex_box_2col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.flex_box_2col.reverse { flex-direction: row-reverse; }

.step-text { flex: 1; position: relative; }

.step-number {
    font-family: 'Unageo', sans-serif; /* Einheitlich zur Headline */
    font-size: clamp(10rem, 25vw, 30rem); /* Riesig! */
    font-weight: 900;
    line-height: 0.8;
    color: rgba(255, 255, 255, 0.07); /* Weiß mit minimaler Deckkraft */
    position: absolute;
    top: -100px;  /* Hochgeschoben hinter die Headline */
    left: -60px; /* Leicht nach links versetzt */
    z-index: -1;
    pointer-events: none;
    user-select: none;
    letter-spacing: -0.5rem;
}

h3 { font-size: 2rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
p { font-size: 1.3rem; line-height: 1.4; color: var(--infinite_gray_medium); font-weight: 300; }
strong { color: var(--text-light); font-weight: 700; }

.image-wrapper { flex: 1; display: flex; justify-content: center; }
.flex_box_2col_image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.reveal-effect img, .reveal-effect .visual-circle {
    transform: translateY(40px);
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.reveal-effect.active img, .reveal-effect.active .visual-circle {
    transform: translateY(0);
    opacity: 1;
}

/****************************************************************************
--------------------------  SECTION 01: INTERFACE DESIGN  -------------------
 ****************************************************************************/

/* Verhindert Browser-Scroll-Interferenzen während GSAP pinnt */
html, body {
    scroll-behavior: auto !important;
    overflow-x: hidden;
}

#section-interface {
    background: linear-gradient(135deg, #141619 0%, #201b2d 50%, #2d2344 100%);
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: flex-start; 
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 10;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
    /* Neu: Variable für GSAP-Steuerung */
    --bg-opacity: 0; 
}

#section-interface::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0e1012 0%, #281d42 45%, #132a3a 100%);
    /* Nutzt die Variable */
    opacity: var(--bg-opacity); 
    transition: none; 
    z-index: 1;
    pointer-events: none;
}

#section-interface .main-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 30vh !important; 
    border: 1px solid transparent; 
	position: relative;
    z-index: 10;
}

.accent-title {
    font-family: 'Unageo', sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
    color: var(--infinite_tango);
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

#section-interface .step-text {
    flex: 0 1 700px;
    text-align: left;
    z-index: 20;
    position: relative;
}

.exploded-view-container {
    flex: 1;
    display: flex;
    justify-content: flex-end; 
    position: relative;
    perspective: 1500px;
}

#exploded-svg-proxy {
    width: 100%;
    max-width: 850px;
    filter: drop-shadow(0 40px 80px rgba(0,0,0,0.9));
    transform: rotateX(12deg) rotateY(-18deg) rotateZ(3deg) translateY(-60px);
    transform-style: preserve-3d;
    will-change: transform;
}

#interface-svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible !important; 
}

/* INITIALE ZUSTÄNDE */
#wireframe {
    opacity: 1 !important; /* Von Anfang an sichtbar */
}

#device, #interface {
    pointer-events: none;
}

#wireframe path, 
#interface path, 
#interface g {
    will-change: transform, opacity;
}

.exploded-view-container::after {
    content: "";
    position: absolute;
    top: calc(50% - 60px); 
    left: 60%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(48, 231, 239, 0.08) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
}

/****************************************************************************
--------------------------  SECTION 02: UX SCANNER ENGINE  ------------------
 ****************************************************************************/

#section-ux-guidance {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* Links dunkler (fast schwarz), rechts dein Grau */
    background: linear-gradient(90deg, #121212 0%, #2b2b2b 100%);
    z-index: 10;
}

.bg-gradient-overlay {
    position: absolute;
    inset: 0;
    /* Das Overlay fadet beim Scrollen von deinem neuen Verlauf zu Tango-Orange */
    background: linear-gradient(90deg, #121212 0%, #2b2b2b 100%);
    z-index: 1;
}

/* SCANNER-ZONE */
.ux-scanner-area {
    position: absolute;
    inset: 0;
    width: 50%;
    height: 100%; /* Begrenzt den Bereich auf die Sektionshöhe */
    z-index: 15;
    display: flex;
    justify-content: center;
    overflow: hidden; /* ZWINGEND: Schneidet überstehende Icons unten ab */
}

.icon-stack {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 350px; /* Reduziere den Gap leicht, wenn das Ende zu weit weg ist */
    padding-top: 100vh; 
    will-change: transform;
}

.scanner-target {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    will-change: transform, filter, opacity;
}

.scanner-icon {
    width: 320px;
    height: auto;
    opacity: 0.1 !important;
    filter: grayscale(1) brightness(0.5) !important;
    transform: scale(1) !important;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.scanner-target.active .scanner-icon {
    opacity: 1 !important;
    filter: grayscale(0) brightness(1.2) drop-shadow(0 0 30px #FF3300) !important;
    transform: scale(1.15) !important;
}

.ux-text-step {
    width: 100%;
    position: absolute; /* Alle Texte werden absolut gestapelt */
    top: 40px;
    left: 0;
    right: 0;
    will-change: transform, opacity, filter;
}

.ux-text-step p {
    color: #FFFFFF !important;
}

/* Der Button-Container fadet ebenfalls an der exakt gleichen Position ein */
#ux-cta-step {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 20px;
}

/* CONTENT RECHTS */
#section-ux-guidance .main-wrapper.content-right {
    position: relative;
    z-index: 30;
    display: flex;
    justify-content: flex-end;
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 20vh !important;
    pointer-events: none;
}

#section-ux-guidance .step-text {
    flex: 0 1 800px;
    text-align: right;
    z-index: 20;
    position: relative;
    pointer-events: auto;
}

#section-ux-guidance .step-number {
    left: auto;
    right: -40px;
    text-align: right;
}

/* --- NUR DIESE ANPASSUNGEN FÜR DEN WEISSEN LINIENEFFEKT --- */

#section-ux-guidance .glow-path-btn {
    width: 360px !important;
    max-width: 100%;
    margin-left: auto;
    overflow: hidden; 
}

/* Weiße rotierende Linie */
#section-ux-guidance .glow-path-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px; 
    height: 500px;
    background: conic-gradient(transparent, transparent, transparent, #ffffff);
    animation: rotateGlow 2s linear infinite;
    transform-origin: center center;
    z-index: 1;
}

#section-ux-guidance .glow-path-btn .btn-text {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: 1px;
    background: #000;
    position: relative;
    z-index: 10;
}

#section-ux-guidance .glow-path-btn:hover .btn-text {
    background: transparent;
}

#section-ux-guidance .glow-path-btn::after {
    background: #ffffff; /* Weißer Glow bei Hover */
}

/****************************************************************************
--------------------------  SECTION 03: STORY GRID  -------------------------
****************************************************************************/

.section-story {
    width: 100%;
    background-image: url('../graphics/onepager/onepager-storytelling-agentur-infinite-background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 280px 0;
    overflow: visible !important; 
}

.section-story .main-wrapper {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 !important;
}

#section-storytelling .step-number {
    top: -160px; /* Massiv nach oben verschoben, um den Baseline-Versatz zu killen */
}

/* Basis-Zustand für die Animation: WICHTIG für den Slide-In */
.step-text.reveal-split,
.story-card {
    opacity: 0;
    transform: translateY(60px) scale(0.98);
    /* Alle Transitions müssen hier zusammengefasst werden, damit nichts überschrieben wird */
    transition: 
        opacity 0.8s ease-out, 
        transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), 
        box-shadow 0.6s ease, 
        background 0.6s ease;
}

/* Sichtbarer Zustand - wird über das Script getriggert */
.step-text.reveal-split.visible,
.story-card.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.massive-title {
    font-family: 'Unageo', sans-serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    line-height: 0.95;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.story-lead {
    font-size: 1.25rem;
    color: #888;
    max-width: 800px;
    line-height: 1.6;
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
}

.story-card {
    width: 100%;
    position: relative;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(135deg, #4A8490 0%, #393D46 25%, #393D46 75%, #593E69 100%); 
    overflow: hidden;
    display: flex;
    border: none;
}

.story-card::before {
    content: "";
    position: absolute;
    inset: 2px; 
    border-radius: 15px;
    background: linear-gradient(135deg, #326D7B 0%, #2A2F33 25%, #2A2F33 75%, #4F2F5E 100%);
    z-index: 0;
    transition: opacity 0.8s ease-in-out;
}

.story-card::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 15px;
    /* Sanfter Gradient-Verlauf für den Reveal auf Schwarz */
    background: linear-gradient(to right, #0a0a0b 0%, #0a0a0b 30%, rgba(10, 10, 11, 0.8) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.story-card:hover {
    /* 1) Knallig magenta-farbener Box-Shadow */
    box-shadow: 0 0 25px rgba(255, 0, 255, 0.95);
    /* Hintergrund des Rahmens neutralisieren */
    background: #393D46;
    /* Fixiert den Transform-Status beim Hover, damit nichts springt */
    transform: translateY(0) scale(1);
}

.story-card:hover::before {
    opacity: 0;
}

.story-card:hover::after {
    opacity: 1;
}

.story-card .card-image img {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
    display: block;
    margin: 0 auto; /* Zentriert die Grafik innerhalb des Containers, falls nötig */
}

.card-inner {
    position: relative;
    z-index: 2;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 35px;
    width: 100%;
}

.card-image {
    flex: 0 0 160px;
}

.placeholder-gfx {
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.placeholder-gfx::after {
    content: 'GFX';
    color: rgba(255,255,255,0.2);
    font-size: 0.8rem;
    letter-spacing: 2px;
}

.card-text {
    flex: 1;
}

.card-text h3 {
    font-family: 'Unageo', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-text p {
    font-size: 1.15rem;
    color: #aaa;
    line-height: 1.3;
}

/****************************************************************************
--------------------------  SECTION 04: VISUAL TRIGGERS  --------------------
****************************************************************************/

.section-triggers {
    background-color: #0a0a0b;
    padding: 250px 0;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

/* --- HEADLINE GLITCH & LINEAR DISTORTION --- */
#section-visual-triggers .huge-headline {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 0.95;
    animation: main-distort 5.6s infinite;
}

#section-visual-triggers .huge-headline::before,
#section-visual-triggers .huge-headline::after {
    content: "VISUELLE \A TRIGGER";
    white-space: pre;
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: transparent;
    pointer-events: none;
    opacity: 0;
}

#section-visual-triggers .huge-headline::before {
    color: #00f2fe; z-index: -1;
    text-shadow: -3px 0 #00f2fe;
    animation: glitch-cyan 5.6s infinite;
}

#section-visual-triggers .huge-headline::after {
    color: #ff00ff; z-index: -2;
    text-shadow: 3px 0 #ff00ff;
    animation: glitch-magenta 5.6s infinite;
}

/* --- CTA BUTTON GLITCH (RECHTS) --- */
#section-visual-triggers .glow-path-btn {
    min-width: 340px;
    margin-left: auto;
    position: relative;
    animation: main-distort 5.6s infinite;
}

#section-visual-triggers .glow-path-btn::before,
#section-visual-triggers .glow-path-btn::after {
    content: 'BIST DU GETRIGGERT?';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Unageo', sans-serif; font-weight: 700; font-size: 1.5rem;
    opacity: 0; z-index: 20;
    pointer-events: none !important;
}

#section-visual-triggers .glow-path-btn::before { color: #00f2fe; text-shadow: -3px 0 #00f2fe; animation: glitch-cyan 5.6s infinite; }
#section-visual-triggers .glow-path-btn::after { color: #ff00ff; text-shadow: 3px 0 #ff00ff; animation: glitch-magenta 5.6s infinite; }

/* --- ANIMATIONS CORE --- */
@keyframes main-distort { 0% { transform: scaleX(1); } 1% { transform: scaleX(1.1); } 3% { transform: scaleX(0.9); } 5% { transform: scaleX(1.05); } 8% { transform: scaleX(1); } 100% { transform: scaleX(1); } }
@keyframes glitch-cyan { 0% { opacity: 0.8; clip-path: inset(10% 0 30% 0); transform: translate(-8px, 2px); } 2% { opacity: 0.8; clip-path: inset(40% 0 10% 0); transform: translate(6px, -2px); } 4% { opacity: 0.8; clip-path: inset(70% 0 5% 0); transform: translate(-4px, 3px); } 6% { opacity: 0.8; clip-path: inset(20% 0 60% 0); transform: translate(8px, -1px); } 8% { opacity: 0.8; clip-path: inset(50% 0 20% 0); transform: translate(-5px, 2px); } 10%, 100% { opacity: 0; transform: translate(0); } }
@keyframes glitch-magenta { 0% { opacity: 0.8; clip-path: inset(30% 0 10% 0); transform: translate(8px, -2px); } 2% { opacity: 0.8; clip-path: inset(10% 0 40% 0); transform: translate(-6px, 2px); } 4% { opacity: 0.8; clip-path: inset(5% 0 70% 0); transform: translate(4px, -3px); } 6% { opacity: 0.8; clip-path: inset(60% 0 20% 0); transform: translate(-8px, 1px); } 8% { opacity: 0.8; clip-path: inset(20% 0 50% 0); transform: translate(6px, -2px); } 10%, 100% { opacity: 0; transform: translate(0); } }

/* --- BACKGROUND & LAYOUT --- */
.section-triggers .parallax-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 120%;
    background-image: url('../graphics/onepager/landingpage-design-microinteractions-agentur-infinite.webp');
    background-size: cover; background-position: center; background-repeat: no-repeat;
    z-index: 0; will-change: transform, filter;
}

.section-triggers .bg-overlay {
    position: absolute; inset: 0;
    background: rgba(10, 10, 11, 0.4);
    z-index: 1; pointer-events: none;
}

.section-triggers .main-wrapper.content-right {
    display: flex; justify-content: space-between; align-items: flex-start;
    gap: 80px; position: relative; z-index: 10;
}

#section-visual-triggers .step-number { left: auto; right: -40px; }
.trigger-showcase-area { flex: 0 0 45%; position: sticky; top: 200px; }
.section-triggers .step-text { flex: 0 0 45%; text-align: right; display: flex; flex-direction: column; align-items: flex-end; }
.section-triggers .accent-title { margin-top: 5px; margin-bottom: 25px; }
.section-triggers .trigger-text-block p { text-align: right; }
.section-triggers .cta-trigger-wrapper { width: 100%; display: flex; justify-content: flex-end; margin-top: 20px; }

/* --- SLIDER LOGIK (ITEM-STEUERUNG) --- */
.trigger-slider-container {
    position: relative; width: 100%; aspect-ratio: 1/1;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.05); overflow: hidden;
}

.trigger-display { width: 100%; height: 100%; position: relative; }

.trigger-item {
    position: absolute; inset: 0; opacity: 0; transform: scale(0.9) rotate(-2deg);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex; align-items: center; justify-content: center;
    pointer-events: none;
    visibility: hidden;
}

.trigger-item.active { 
    opacity: 1; 
    transform: scale(1) rotate(0deg); 
    pointer-events: all;
    visibility: visible;
}

/****************************************************************************
--------------------------  TRIGGER 01: MICRO-INTERACTIONS  ------------------------
****************************************************************************/

#shatter-box {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
    display: flex; align-items: center; justify-content: center;
}

/* --- WRAPPER FÜR DAS AUTOMATISCHE PULSIEREN (5s) --- */
.trigger-pulse-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Knackiger Sprung: Erst ganz am Ende kurz auf 105% */
    animation: trigger-pulse-grow 5s ease-in-out infinite;
    z-index: 100;
}

/* --- DER BUTTON --- */
.magenta-trigger-btn {
    position: relative;
    display: flex; align-items: center; justify-content: center;
    width: 200px; height: 200px;
    background: #ff00ff; /* Button ist jetzt primär Magenta */
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-family: 'Unageo', sans-serif; font-weight: 900; font-size: 2.1rem; line-height: 1.05;
    text-align: center;
    cursor: pointer;
    overflow: hidden; /* Die Linie bleibt innerhalb */
    z-index: 100;
    /* Sanfter Zoom-Effekt */
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.6s ease;
}

.magenta-trigger-btn .btn-inner {
    position: absolute;
    inset: 3px; /* Hier definierst Du die 2px Breite der Linie */
    background: #ff00ff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    z-index: 10;
}

.magenta-trigger-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 80px rgba(255, 0, 255, 0.8);
}

/* INNEN UMLAUFENDE LINIE (wie bei den eckigen CTAs) */
.magenta-trigger-btn::before {
    content: '';
    position: absolute;
    width: 150%; height: 150%;
    top: 50%; left: 50%;
    /* Der Gradient geht von Weiß zu 100% Transparent */
    background: conic-gradient(
        from 0deg, 
        transparent 70%, 
        #ffffff 100%
    );
    transform: translate(-50%, -50%) rotate(0deg);
    animation: rotateGlow 1s linear infinite;
    z-index: 1;
}

/* MAGENTA PULSWELLE (liegt am Wrapper, damit sie nicht abgeschnitten wird) */
.trigger-pulse-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 12px solid #ff00ff; 
    filter: blur(4px); 
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    animation: trigger-wave 5s linear infinite;
}

/* --- TRIGGER ANIMATIONS --- */
/* Der Button-Sprung: Startet jetzt bei 84%, Peak bei 88%, zurück bei 92% */
@keyframes trigger-pulse-grow {
    0%, 83%, 93%, 100% { transform: scale(1); }
    88% { transform: scale(1.05); } 
}

/* Die Magenta Pulswelle: Startet bei 84% und gleitet bis 100% (doppelte Dauer) */
@keyframes trigger-wave {
    0%, 83% { 
        transform: scale(1); 
        opacity: 0; 
    }
    /* Start des Ausstoßes: Volle Opacity direkt am Button bei 84% */
    84% {
        transform: scale(1);
        opacity: 0.7;
    }
    /* Bewegt sich nun über 16% der Zeit (statt 8%) auf scale(2) */
    100% { 
        transform: scale(2); 
        opacity: 0; 
    }
}

@keyframes rotateGlow {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* --- UI & NAV --- */
.trigger-badge {
    position: absolute; top: 20px; left: 20px; background: #FF3300;
    color: #fff; padding: 5px 12px; font-size: 0.7rem; font-weight: 900;
    letter-spacing: 2px; text-transform: uppercase; z-index: 250 !important;
}

/* --- UI & NAV BASE --- */
.trigger-nav {
    position: absolute; 
    z-index: 300 !important; 
    background: rgba(10, 10, 11, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1); 
    width: 50px; 
    height: 50px;
    border-radius: 50%; 
    cursor: pointer; 
    display: flex; 
    align-items: center;
    justify-content: center; 
    transition: all 0.3s ease;
    
    transform: scale(1);
}

.trigger-nav svg { 
    width: 24px; 
    fill: white; 
}

/* Der Hover-Effekt greift nun spezifisch auf beiden Klassen-Kombinationen */
.trigger-nav.prev:hover,
.trigger-nav.next:hover { 
    background: #FF3300; 
    border-color: #FF3300;
}

/* Der Klick-Effekt greift nun spezifisch auf beiden Klassen-Kombinationen */
.trigger-nav.prev:active,
.trigger-nav.next:active {
    transform: scale(0.9) !important;
    transition: transform 0.1s ease; 
}

/* Positionierung */
.trigger-nav.prev { left: 10px; }
.trigger-nav.next { right: 10px; }

.trigger-label {
    margin-top: 20px; font-family: 'Unageo', sans-serif; color: #fff;
    font-size: 1.1rem; text-transform: uppercase; letter-spacing: 2px;
    text-align: center; opacity: 0.6;
}

/****************************************************************************
--------------------------  TRIGGER 02: SCROLL-FLOW  ------------------------
****************************************************************************/

.scroll-flow-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}

.scroll-blocks-track {
    display: flex;
    flex-direction: column;
    gap: 100px; /* Leicht erhöht für besseres Spacing */
    padding: 40px;
    will-change: transform;
}

.content-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Basis-Block mit exakt 60% Deckkraft */
.flow-block {
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 8px;
    width: 100%;
}

/* Bild-Block */
.img-block { 
    height: 200px; 
	margin-bottom: 20px;
}

/* Headline-Block */
.headline-block { 
    height: 30px; 
    width: 50%; 
}

/* Text-Zeilen */
.text-group { 
    display: flex; 
    flex-direction: column; 
    gap: 12px; 
}

.text-line { 
    height: 18px; 
}

/* Quadratische Blöcke (Neu) */
.quad-group {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: 20px;
}

.quad-block {
    aspect-ratio: 1 / 1;
    flex: 1;
    height: auto; /* Nutzt aspect-ratio */
}

/* Der INTERACT Button */
.interact-trigger-btn {
    align-self: flex-start;
    margin-top: 20px;
    font-family: 'Infinite Tango', sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    color: #ffffff;
    background: #ff00ff;
    padding: 12px 28px;
    border: 2px solid #ff00ff;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
    
    opacity: 0;
    filter: blur(15px);
    transform: translateY(20px);
    
    transition: 
        opacity 0.8s ease, 
        filter 0.8s ease, 
        transform 0.8s ease, 
        background 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
        color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.4s ease;
    
    pointer-events: none;
}

.interact-trigger-btn.visible {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0);
    pointer-events: all;
}

.interact-trigger-btn:hover {
    background: #ffffff;
    color: #ff00ff;
    border-color: #ffffff;
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
}

/****************************************************************************
--------------------------  TRIGGER 03: TOTAL REFRESH  ----------------------
****************************************************************************/

/* 1. DIE BOX: Diagonales Hintergrund-Umfaden */
.refresh-showcase-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Der große Gradient für das diagonale Gleiten */
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.02) 0%, 
        rgba(255,255,255,0.02) 20%, 
        #2a4d4e 45%, 
        #4a3441 55%, 
        #2a4d4e 80%, 
        #4a3441 100%
    );
    
    background-size: 400% 400%;
    background-position: 0% 0%;
    
    /* Sanftes Umfaden über 1.2s */
    transition: background-position 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* Der Zielzustand (wird per JS getoggled) */
.refresh-showcase-box.switched {
    background-position: 100% 100%;
}

/* 2. DER BUTTON: Sanfter Flow + Harter Glow-Impact */
.refresh-btn {
    font-family: 'Infinite Tango', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    padding: 20px 50px;
    background: #ffffff;
    color: #000000;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    outline: none;
    
    transition: 
        transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
        color 0.6s ease,
        box-shadow 0.6s ease;
}

/* Hover: Aufblasen & Gradient-Vorbereitung */
.refresh-btn:hover {
    transform: scale(1.05);
    color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 15px 40px rgba(98, 203, 208, 0.2);
}

/* KLICK: Der weiße Glow & haptisches Einsinken */
.refresh-btn:active {
    transform: scale(0.98);
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
    
    /* Intensiver weißer Glow */
    box-shadow: 0 0 60px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 0.6);
    
    /* Sofortige Reaktion */
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

/* Der Gradient-Layer (Faded von Links nach Rechts) */
.refresh-btn::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, #62cbd0 0%, #ce9db9 50%, #f58e98 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.8s ease;
}

.refresh-btn:hover::before {
    opacity: 1;
}

/* Beim Klick Platz machen für den weißen Glow */
.refresh-btn:active::before {
    opacity: 0;
    transition: opacity 0.1s ease;
}

/****************************************************************************
--------------------------  SECTION 05: HORIZONTAL SNAP  --------------------
****************************************************************************/

.trigger-next-slide, 
.blink-arrow {
    cursor: none !important;
}

.section-animation-snap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
	background: linear-gradient(135deg, #161718 0%, #161718 30%, #462217 60%, #8b3116 85%, #B93D15 100%);
    
    /* Hardwarebeschleunigtes, vollflächiges Überblenden der Farbwelten */
    transition: background 1.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Die 5 progressiven Farbzustände – absolut fehlerfrei im CSS geregelt */
.section-animation-snap.bg-state-1 {
    background: linear-gradient(135deg, #161718 0%, #161718 30%, #B93D15 100%);
}
.section-animation-snap.bg-state-2 {
    background: linear-gradient(135deg, #0a0a0b 0%, #102528 30%, #08434a 60%, #162426 85%, #0a0e0f 100%);
}
.section-animation-snap.bg-state-3 {
    background: linear-gradient(135deg, #101415 0%, #554044 25%, #413F56 50%, #404E51 75%, #101415 100%);
}
.section-animation-snap.bg-state-4 {
    background: linear-gradient(135deg, #0a0a0b 0%, #112d11 50%, #2CFF05 100%);
}
.section-animation-snap.bg-state-5 {
    background: linear-gradient(135deg, #1a1a1c 0%, #2b0a0a 50%, #ff1a1a 100%);
}

/* Dieser Wrapper wird von GSAP horizontal verschoben */
.snap-horizontal-wrapper {
    display: flex;
    width: 500vw; 
    height: 100vh;
    will-change: transform;
}

.snap-slide {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    transition: filter 1s cubic-bezier(0.645, 0.045, 0.355, 1), 
                opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-animation-snap .main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.scroll-shine-hint {
    margin-top: 30px; 
    font-family: 'Unageo', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 4px;
    font-weight: 400;
    display: inline-block;
    
    background: linear-gradient(
        to right, 
        #888 0%, 
        #888 40%, 
        #ffffff 50%, 
        #888 60%, 
        #888 100%
    );
    
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 100% center;
    
    animation: textShine 2s linear infinite;
}

@keyframes textShine {
    0% {
        background-position: 150% center;
    }
    100% {
        background-position: -50% center;
    }
}

/****************************************************************************
--------------------------  SECTION 05: TYPOGRAFIE (UNAGEO)  ----------------
****************************************************************************/

.section-animation-snap, 
.section-animation-snap *, 
.hint-text, 
.hint-text strong,
.matrix-string {
    font-family: 'Unageo', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

/* Linker Teil (50% innerhalb des Wrappers) */
.section-animation-snap .step-text {
    flex: 0 0 50%;
    padding-right: 60px;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
}

/* Nav-Unit: Fixiert am rechten Rand des 1600px Bereichs */
.horizontal-nav-hint {
    position: absolute;
    right: 0; 
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 100;
}

.hint-text {
    font-size: 1.6rem; 
    line-height: 1.1;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hint-text strong {
    font-weight: 900;
    display: block;
}

.blink-arrow {
    width: 65px;
    height: 65px;
    color: #ff00ff; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: arrow-pulse-move 1.8s ease-in-out infinite;
}

.blink-arrow svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 10px rgba(255, 0, 255, 0.4));
}

@keyframes arrow-pulse-move {
    0%, 100% { opacity: 0.2; transform: translateX(0); }
    50% { opacity: 1; transform: translateX(15px); }
}

/****************************************************************************
--------------------------  SECTION 05: INTERAKTIVE ANIMATIONEN  ------------
****************************************************************************/

/* Die rechte Hälfte des Wrappers für die Animationen */
.visual-area-right {
    flex: 0 0 50%;
    height: 100%;
    position: relative;
    /* overflow: hidden ist wichtig, damit nichts nach links oder rechts rausragt */
    overflow: hidden; 
    z-index: 1;
}

/* Der Canvas füllt diesen Bereich komplett aus */
.matrix-strings-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.matrix-string {
    position: absolute;
    top: -180%; 
    white-space: pre;
    font-weight: 900;
    color: var(--infinite_tango); /* #FF3300 */
    line-height: 0.8; 
    text-align: center;
    user-select: none;
    will-change: transform;
}

.matrix-string:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 
                 0 0 30px rgba(255, 255, 255, 0.4);
	filter: blur(0px) !important;
}

@keyframes matrixFall {
    0% { transform: translate3d(0, -50vh, 0); }
    100% { transform: translate3d(0, 350vh, 0); }
}

/* Hilfsklassen für das Script */
.snap-slide.exiting {
    filter: blur(20px);
    opacity: 0;
}

.snap-slide.entering {
    filter: blur(20px);
    opacity: 0;
}

/****************************************************************************
--------------------------  SECTION 05: VISUELLES FEEDBACK  ------------
****************************************************************************/

.interactive-load-zone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.load-btn-wrapper {
    position: relative;
    display: inline-block;
}

.dynamic-load-btn {
    position: relative;
    width: 280px;
    height: 80px;
    background: #000;
    
    /* NEU: Anthrazitgraue Umrandung (2px) */
    border: 2px solid #2d2d2d !important;
    outline: none !important;
    -webkit-appearance: none;
    
    border-radius: 10px;
    color: #fff;
    font-family: 'Unageo', sans-serif;
    font-weight: 900;
    font-size: 1.8rem;
    letter-spacing: 2px;
    cursor: pointer;
    overflow: hidden;
    
    /* Basis-Glow in Weiß */
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    z-index: 10;
}

/* Aktiver Glow-Zustand bei Hover */
.dynamic-load-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.4);
    /* Border wird bei Hover leicht heller für mehr Tiefe */
    border-color: #404040 !important;
}

/* NEU: Wenn voll geladen, passt sich auch die Border an das Neongrün an */
.dynamic-load-btn.is-full {
    box-shadow: 0 0 60px rgba(57, 255, 20, 0.7) !important;
    border-color: rgba(57, 255, 20, 0.5) !important;
}

.btn-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    /* Hochwertiger Verlauf im Gaming-Stil */
    background-image: linear-gradient(
	180deg, 
        #2df6a4 0%,    /* Helles Mint-Grün oben */
        #22e9d2 50%,   /* Türkis in der Mitte */
        #1bcad3 100%   /* Kräftiges Cyan/Blau-Türkis unten */
    );
    transition: width 1.45s ease-in-out;
    z-index: 1;
    /* Subtiler Glanz für den modernen Look */
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.4), 
                inset 0 -2px 4px rgba(255, 255, 255, 0.4);
}

.dynamic-load-btn.loading .btn-fill,
.dynamic-load-btn.is-full .btn-fill {
    width: 100% !important;
}

.btn-text {
    position: relative;
    z-index: 5;
    transition: color 0.3s ease;
}

.dynamic-load-btn.is-full .btn-text {
    color: #000;
}

#particle-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    pointer-events: none;
    z-index: 20;
}

.load-particle {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #39FF14;
    border-radius: 50%;
    pointer-events: none;
    z-index: 5;
    will-change: transform, opacity;
    transform: translate(-50%, -50%);
}

/****************************************************************************
--------------------------  SECTION 05: MOOD SHIFTING  ----------------------
****************************************************************************/

.mood-circle-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px; 
    height: 300px; 
    display: block; 
    flex: 0 0 300px; 
    min-width: 300px !important;
    max-width: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    z-index: 100;
}

#color-wheel-trigger {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
    /* 1) Ring doppelt so dick (vorher 25px/35px, jetzt 60px) */
    padding: 60px; 
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 0 40px rgba(0,0,0,0.6);
    aspect-ratio: 1 / 1 !important;
}

.center-cta-wrapper {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease, transform 0.1s ease;
    z-index: 10;
    border: 1px solid rgba(255,255,255,0.1);
}

/* 3) Hover auf Weiß und Text auf Schwarz */
.center-cta-wrapper:hover {
    background: #ffffff !important;
}

.center-cta-wrapper:hover .mood-cta-btn {
    color: #000 !important;
}

/* Klick-Skalierung -5% */
.center-cta-wrapper:active {
    transform: scale(0.95);
}

/* 2) Text doppelt so groß und zweizeilig */
.mood-cta-btn {
    color: #fff;
    text-decoration: none;
    font-family: 'Unageo', sans-serif;
    font-weight: 900;
    font-size: 2.2rem; /* Doppelt so groß */
    line-height: 0.95;  /* Enger Zeilenabstand für Power-Look */
    letter-spacing: 1px;
    text-align: center;
    transition: color 0.3s ease;
    pointer-events: none; /* Klick geht auf den Wrapper */
}

.visual-area-right {
    flex: 0 0 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/****************************************************************************
--------------------------  SECTION 05: PARALLAX TUNNEL (FULL)  -------------
****************************************************************************/

#slide-parallax {
    position: relative;
    overflow: hidden;
}

.tunnel-square {
    position: absolute;
    width: 60vh; 
    height: 60vh;
    /* Dein Neongrün #2CFF05 */
    border: 1.5px solid #2CFF05;
    opacity: 0;
    will-change: transform, opacity;
    /* Kraftvoller Neon-Glow */
    box-shadow: 0 0 15px rgba(44, 255, 5, 0.5), inset 0 0 10px rgba(44, 255, 5, 0.3);
    pointer-events: none;
}

#parallax-tunnel-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    perspective: 1200px; /* Perfekter Mix aus Weite und Tiefe */
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

#slide-parallax .main-wrapper {
    position: relative;
    z-index: 10; /* Über dem Tunnel */
    pointer-events: none; /* Klick geht durch auf den Tunnel-Trigger falls nötig */
}

#slide-parallax .step-text, 
#slide-parallax .horizontal-nav-hint {
    pointer-events: auto; /* Nur Text & Nav sind klickbar */
}

/****************************************************************************
--------------------------  SECTION 05: 3D ENGINE STYLES  -------------------
****************************************************************************/

/* Die rechte Seite, in der die Kugel schwebt */
.visual-area-right {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: none !important;
}

/* Container für Canvas und Slider */
.threed-viewport-container {
    position: relative;
    width: 100%;
    height: 80vh; 
    max-width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Glühen auf Rot angepasst */
    background: radial-gradient(circle at center, rgba(255, 0, 0, 0.03) 0%, transparent 70%);
    cursor: none !important;
}

/* Der Bereich, in dem Three.js zeichnet */
#webgl-sphere-container {
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: none !important;
}

/* Der Schieberegler-Container (Minimalistisch, Eckig & 50% Schwarz) */
.threed-controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 350px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5); /* 50% Deckkraft Schwarz */
    padding: 15px 25px;
    border-radius: 0; /* Eckig */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #ff0000; /* Leuchtendes Rot */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none; 
    cursor: none !important;
}

/* Styling des HTML-Range Sliders */
#three-reveal-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 2px;
    background: #666666; /* Mittelgraue Linie */
    outline: none;
    margin: 0;
    cursor: none !important;
}

/* Thumb-Styling für Chrome/Safari/Edge (Rotes Quadrat) */
#three-reveal-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #ff0000; /* Selbes Rot wie Gitter */
    border-radius: 0; /* Quadratisch */
    transition: transform 0.1s ease-in-out;
    border: none;
    cursor: none !important;
}

/* Visuelles Feedback beim Hover/Ziehen (+10%) */
#three-reveal-slider:active::-webkit-slider-thumb,
#three-reveal-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

/* Thumb-Styling für Firefox (Rotes Quadrat) */
#three-reveal-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #ff0000;
    border-radius: 0;
    border: none;
    transition: transform 0.1s ease-in-out;
    cursor: none !important;
}

#three-reveal-slider:active::-moz-range-thumb {
    transform: scale(1.1);
}

/* Verhindert Standard-Cursor auf der Schiene in einigen Browsern */
#three-reveal-slider::-webkit-slider-runnable-track {
    cursor: none !important;
}
#three-reveal-slider::-moz-range-track {
    cursor: none !important;
}

.snap-slide#slide-3d-transform .huge-headline {
    margin-bottom: 20px;
    line-height: 1.0;
}

/****************************************************************************
--------------------------  SECTION 05: SCROLL TRIGGER   -------------------
****************************************************************************/

/* --- 1. AREA BLOCK & LAYOUT BASE --- */
#section-scrolltrigger {
    position: relative;
    width: 100%;
    height: 100vh; /* Fest auf die volle Viewport-Höhe gezwungen */
    min-height: 100vh;
    display: flex;
    align-items: flex-start; /* Verhindert das Herausrutschen nach unten */
    overflow: hidden;
    background: transparent; /* Geändert auf transparent, damit der parallax-bg Layer durchbricht */
}

/* Der bewegliche Bild-Layer */
#section-scrolltrigger .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%; /* Erzeugt den nötigen Puffer nach unten für den Versatz beim Scrollen */
    background-image: url('../graphics/onepager/onepager-erstellen-lassen-agentur-infinite-scroll-animationen.webp'); /* Korrigiert auf die funktionierende relative Pfadstruktur */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    will-change: transform, filter;
}

#section-scrolltrigger .main-wrapper.content-right {
    position: relative;
    z-index: 30;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; /* Richtet beide Spalten sauber oben aus */
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 18vh !important; /* Drückt das gesamte Paket perfekt balanciert in den sichtbaren Bereich */
    pointer-events: none;
}

#section-scrolltrigger .visual-area-left {
    flex: 0 1 600px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    pointer-events: auto;
    padding-top: 4vh; /* Perfekter optischer Höhenausgleich zum mächtigen Textblock rechts */
}

#section-scrolltrigger .step-text.format-right {
    flex: 0 1 800px;
    text-align: right;
    z-index: 20;
    position: relative;
    pointer-events: auto;
}

#section-scrolltrigger .radikal-text {
    width: 100%;
    max-width: 780px;
    margin-left: auto;
}

/* --- 3. MOUSE ANIMATION ENGINE & SVG PRESETS --- */
#section-scrolltrigger .mouse-animation-container {
    width: 300px; /* Deine perfekte 50% Booster-Größe */
    height: auto;
    display: block;
    position: relative;
}

#mouse-svg-final {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}

/* Verhindert das Aufblitzen der Füllung */
#mouse-svg-final #mouse-fill {
    opacity: 1;
}

/* Nur die Sichtbarkeits-Zustände der Trigger */
#mouse-svg-final #trigger-1,
#mouse-svg-final #trigger-2,
#mouse-svg-final #trigger-3 {
    opacity: 0;
    will-change: transform, opacity;
}

/* === RADIKALER CSS-OVERRIDE FÜR DIE TRIGGER-FARBEN === */
/* Bereinigt: Bringt dein echtes Tango-Orange unfehlbar zurück auf den Monitor! */
#mouse-svg-final #trigger-1 path,
#mouse-svg-final #trigger-2 path,
#mouse-svg-final #trigger-3 path {
    fill: #FDCC03 !important;
}

/* Konturen-Vorbereitung: Absolut farbneutral auf reines Weiß fixiert */
#mouse-svg-final #mouse-outline path {
    stroke: #FFFFFF !important;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* --- 4. INTEGRATION IN DIE SCROLL REVEAL ENGINE --- */
#section-scrolltrigger.story-step {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#section-scrolltrigger.story-step.visible {
    opacity: 1;
}

#section-scrolltrigger .reveal-split .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.6s cubic-bezier(0.215, 0.610, 0.355, 1), opacity 0.6s linear;
}

#section-scrolltrigger.story-step.visible .reveal-split.active .word {
    opacity: 1;
    transform: translateY(0);
}

#section-scrolltrigger .glitch-code-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* Sitzt perfekt hinter deinem Content-Wrapper */
    pointer-events: none;
}

/****************************************************************************
--------------------------  SECTION 06: TECHNIK & PERFORMANCE  -------------
****************************************************************************/

#section-performance {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: transparent; /* Geändert auf transparent, damit das Video auf z-index: 0 durchbricht */
}

/* Zwingt das Video auf 100% Fläche ohne Proportionsverlust */
#section-performance .performance-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none; /* Verhindert, dass das Video Klicks abfängt */
    
    /* NEU: Der Blur-Effekt für maximale Text-Lesbarkeit */
    filter: blur(10px); /* 10px ist ein guter Wert für eine weiche Unschärfe, ohne das Video unkenntlich zu machen */
    transform: scale(1.05); /* FIX: Wir skalieren das Video minimal hoch (5%), um unschöne weiche Ränder am Rand des Bildschirms durch den Blur zu verhindern */
    will-change: filter, transform; /* Performance-Tipp für die Grafikkarte */
}

/* Das schützende Overlay für maximale Text-Lesbarkeit und den dunklen Hintergrund */
#section-performance .bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 11, 0.65); /* Übernimmt das tiefe Agentur-Schwarz über dem Video */
    z-index: 1;
    pointer-events: none;
}

/* Nutzt deinen bewährten 80% / 1600px Wrapper */
#section-performance .main-wrapper.content-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 20; /* Liegt sicher über Video und Overlay */
}

/* Linker Textbereich (analog zu deiner Typo-Logik) - Absolut unberührt */
#section-performance .step-text {
    flex: 0 0 50%;
    padding-right: 60px;
    box-sizing: border-box;
    position: relative;
    z-index: 25;
}

#section-performance .trigger-text-block strong {
    color: #ffffff;
    font-weight: 700;
}

/* Rechte Spalte für das Canvas */
#section-performance .performance-speed-zone {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 25;
}

#section-performance .speedometer-wrapper {
    position: relative;
    width: 560px;
    height: 560px;
    display: block;
    margin-top: 50px; /* Bringt den oberen HUD-Halbkreis auf perfekte optische Augenhöhe zum Text links */
}

#performance-tacho-canvas {
    width: 100%;
    height: 100%;
    display: block;
    will-change: transform, opacity;
}

/****************************************************************************
--------------------------  SECTION 07: THE FINAL PULSE (CTA)  -------------
****************************************************************************/

#section-cta {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    
    /* KORRIGIERT: Die richtigen, satten und leuchtenden Farbwerte (20% abgedunkelt) */
    background: linear-gradient(135deg, #b300b3, #4d0099, #0044cc, #261a33, #b300b3);
    background-size: 400% 400%;
    
    /* Das unübersehbare, diagonale Ineinander-Morphen der Ecken */
    animation: ctaBgGradientShift 20s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

@keyframes ctaBgGradientShift {
    0% { background-position: 0% 50%; }
    25% { background-position: 50% 100%; }
    50% { background-position: 100% 50%; }
    75% { background-position: 50% 0%; }
    100% { background-position: 0% 50%; }
}

/* 80% / 1600px Wrapper, ausgerichtet nach rechts */
#section-cta .main-wrapper.content-right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

/* Linke Spalte für das Visual */
#section-cta .cta-core-zone {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* NEU: Der relative Positionierungs-Anker für das Backlight-System */
.plasma-generator-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 150px;
    margin-left: 50px; /* Bewahrt deine exakte 50px Einrückung von rechts */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* KORRIGIERT: Das Canvas bricht jetzt zentriert aus dem Container aus und liegt dahinter */
#cta-particle-canvas {
    position: absolute;
    top: -300px;
    left: -550px; /* Weiter nach links geschoben für die gestreckte Flugbahn */
    width: calc(100% + 1100px) !important; /* Volle Breite für das Oval */
    height: calc(100% + 600px) !important;
    pointer-events: none;
    z-index: 1; /* Liegt stabil hinter dem Button */
    overflow: visible;
}

/* Der ultra-glühende CTA Button (Sitzt passgenau im Container) */
.ultra-glow-cta-btn {
    position: relative;
    width: 100%;
    height: 100%;     
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 20px; 
    z-index: 20; /* KORRIGIERT: Steht bombenfest VOR den Partikeln */
    box-sizing: border-box;
    cursor: none !important; /* Bewahrt deinen Custom Cursor */
    
    /* Der Magenta-Weiß-Verlauf als Basis */
    background: linear-gradient(135deg, #ff00ff 0%, #ffffff 100%);
    background-size: 200% 200%;
    
    /* Massiver High-End Neon-Glow */
    box-shadow: 0 0 25px rgba(255, 0, 255, 0.5),
                0 0 50px rgba(255, 0, 255, 0.25),
                inset 0 0 15px rgba(255, 255, 255, 0.4);
                
    /* Steuert alle Transformationen und Effekte absolut smooth */
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.3s ease, 
                background-position 0.5s ease;
    
    /* Flüssiges Rotieren der Farbphasen im Hintergrund des Buttons */
    animation: ctaButtonVortex 6s linear infinite;
    will-change: transform, box-shadow, filter;
}

/* Der Farb-Vortex-Effekt verschiebt permanent das Farbspektrum des Gradients */
@keyframes ctaButtonVortex {
    0% { filter: hue-rotate(0deg); background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
    100% { filter: hue-rotate(360deg); background-position: 0% 0%; }
}

.ultra-glow-cta-btn span {
    font-family: 'Unageo', sans-serif;
    font-weight: 900;
    font-size: 1.8rem; 
    letter-spacing: 2px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

/* Hover-Zustand wird exakt 10% größer (scale 1.1) */
.ultra-glow-cta-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(255, 0, 255, 0.9),
                0 0 80px rgba(255, 0, 255, 0.5),
                inset 0 0 20px rgba(255, 255, 255, 0.7);
}

/* Klick-Zustand (gedrückt) wird exakt 5% kleiner als normal (scale 0.95) */
.ultra-glow-cta-btn:active {
    transform: scale(0.95);
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.4),
                inset 0 0 10px rgba(255, 255, 255, 0.3);
    transition: transform 0.1s linear; 
}

/* Rechter Textbereich (Exakt auf deine Typo-Logik gemeldet) - Absolut unberührt */
#section-cta .step-text.format-right {
    flex: 0 0 50%;
    text-align: right;
    padding-left: 60px;
    box-sizing: border-box;
}

#section-cta .huge-headline {
    margin-bottom: 30px;
}

#section-cta .radikal-text {
    width: 100%;
    max-width: 780px;
    margin-left: auto;
}

#section-cta .trigger-text-block p {
    text-align: right;
}

/****************************************************************************
--------------------------  SECTION 08: KNOWLEDGE BASE (SEO)  --------------
****************************************************************************/

#section-knowledge {
    position: relative;
    width: 100%;
    padding: 140px 0;
    box-sizing: border-box;
    overflow: hidden;
    
    /* KORRIGIERT: Dunklerer Verlauf mit deutlich härterer Differenz zwischen den Grautönen */
    background: linear-gradient(135deg, #101215 0%, #292d35 35%, #4b525f 70%, #5d6676 100%);
}

/* Layout-Container (80% / 1600px Gesamt-Logik) */
#section-knowledge .knowledge-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
    gap: 50px;
}

/* Spaltenaufteilung, linksbündig */
#section-knowledge .knowledge-col {
    flex: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

/* Hauptüberschriften (Jetzt exakt mit dem Text-Shine-Effekt aus Section 05 ausgestattet) */
#section-knowledge .knowledge-main-title {
    font-family: 'Unageo', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.1;
    margin: 0 0 20px 0;
    text-transform: uppercase;

    /* --- SHINE-EFFEKT LOGIK FÜR DIE MAIN-TITLES --- */
    background: linear-gradient(
        to right, 
        #888 0%, 
        #888 40%, 
        #ffffff 50%, 
        #888 60%, 
        #888 100%
    );
    
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 100% center;
    
    /* Ruft die separaten Keyframes auf */
    animation: knowledgeShine 2s linear infinite;
}

/* Zwischenüberschriften (Wieder absolut clean und starr im Originalzustand) */
#section-knowledge .knowledge-sub-title {
    font-family: 'Unageo', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    color: var(--infinite_gray_light);
    margin: 35px 0 10px 0;
    text-transform: uppercase;
    
    /* Sämtliche Background-Clips und Animationen restlos zurückgesetzt! */
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: initial;
    animation: none;
}

/* EIGENE KEYFRAMES FÜR DIE MAIN-TITLES */
@keyframes knowledgeShine {
    0% {
        background-position: 150% center;
    }
    100% {
        background-position: -50% center;
    }
}

/* Fließtext-Logik */
#section-knowledge .knowledge-text {
    font-family: 'Unageo', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.3;
    color: var(--infinite_gray_medium);
    margin: 0 0 20px 0;
}

/* KORRIGIERT: Da der Hintergrund dunkler ist, stechen die Keywords in reinem Weiß brutal heraus */
#section-knowledge .knowledge-text strong {
    font-weight: 700;
    color: var(--infinite_gray_light);
}

/****************************************************************************
--------------------------  AREA FOOTER (ULTRA COMPACT)  -------------------
 ****************************************************************************/

.main-footer {
    min-height: 300px; /* Erzeugt den nötigen Puffer für die Timeline */
    padding: 60px 0 100px 0;
    background-color: #0a0a0b;
    color: var(--infinite_gray_medium);
    font-size: 0.85rem;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Inhalt bleibt oben im Footer */
}

.footer-content {
    max-width: 800px;
    /* Dies erzwingt, dass alle Zeilen (auch Br-Umbrüche) eng zusammenstehen */
    line-height: 1.4; 
}

.footer-content strong {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    display: inline-block;
    /* Verhindert extra Padding nach oben/unten */
    margin: 0; 
}

.footer-content a {
    color: var(--infinite_gray_medium);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-content a:hover {
    color: var(--infinite_tango);
}

.footer-copyright {
    /* Einzig der Copyright-Hinweis bekommt einen kleinen gewollten Abstand nach oben */
    margin-top: 20px; 
    font-size: 0.75rem;
    opacity: 0.4;
}

/****************************************************************************
--------------------------  UI ELEMENTS & DOTS  ----------------------------
 ****************************************************************************/

.floating-cta {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: var(--infinite_tango);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    transform: scale(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.floating-cta.visible { transform: scale(1); }
.floating-cta a { color: white; text-decoration: none; font-weight: 800; font-size: 0.7rem; text-transform: uppercase; text-align: center; }

/* Timeline Punkt-Fix: Erst leuchten, wenn aktiv */
.nav-dot {
    width: 10px;
    height: 10px;
    background: var(--infinite_gray_dark);
    border-radius: 50%;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 20;
}

.story-nav-item.active .nav-dot {
    background: var(--infinite_tango);
    box-shadow: 0 0 15px var(--infinite_tango);
    transform: scale(1.3);
}

/* ------------------------------------------------------------------------------------ 
   ______ ____  ____  __ __  ____ ______ ____   ___    ____ 
  / ____// __ \/ __ \/ //_/ /  _// ____// __ ) /   |  / __ \
 / /    / / / / / / / ,<    / / / __/  / __  |/ /| | / /_/ /
/ /___ / /_/ / /_/ / /| | _/ / / /___ / /_/ // ___ |/ _, _/ 
\____/ \____/\____/_/ |_|/___//_____//_____//_/  |_/_/ |_|  

/* ------------------------------------------------------------------------------------ */

#cookie_box {
    display: none; /* Wird per JS eingeblendet */
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
	transition: opacity 0.3s ease-in-out;
    width: calc(100% - 40px);
    max-width: 800px;
    background-color: var(--infinite_gray_light);
    padding: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    z-index: 2000;
    box-sizing: border-box;
}

#cookie_box_icon {
    float: right;
    width: 74px;
    height: 84px;
    margin-left: 20px;
}

#cookie_box_headline {
    font-family: 'Unageo';
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    color: var(--infinite_gray_dark);
    margin-bottom: 12px;
}

#cookie_box_headline strong {
    font-weight: bold;
	color: var(--infinite_gray_dark);
}

#cookie_box_text {
    font-family: 'Unageo';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.1;
    color: var(--infinite_gray_dark);
    margin-bottom: 16px;
}

#cookie_box_text strong {
    font-weight: bold;
	color: var(--infinite_gray_dark);
}

.cookie_box_button_container {
    display: flex;
    gap: 10px;
}

.cookie_box_button {
    flex: 1;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Unageo';
    font-weight: bold;
    font-size: 17px;
    line-height: 36px;
    color: #FFFFFF;
    transition: opacity 0.3s ease;
}

.cookie_box_button:hover {
    opacity: 0.6;
}

#cookie_reject {
    background-color: var(--infinite_gray_medium);
}

#cookie_accept {
    background-color: var(--infinite_tango);
}

@media screen and (max-width: 600px) {
	#cookie_box {
    bottom: 20px;
    padding: 14px;
	}
    .cookie_box_button_container {
    flex-direction: column;
    }
    #cookie_box_headline {
    font-size: 15px;
    line-height: 100%;
    color: var(--infinite_gray_dark);
    margin-bottom: 6px;
	}
	#cookie_box_icon {
        display: none; 
    }
	#cookie_box_text {
    font-size: 12px;
    margin-bottom: 14px;
	}
	.cookie_box_button {
    height: 28px;
    font-size: 13px;
    line-height: 28px;
	}
	.cookie_box_button_container {
    gap: 6px;
	}
}

/****************************************************************************
--------------------------  RESPONSIVE BREAKPOINTS (MOBILE)  ----------------
 ****************************************************************************/

@media (max-width: 1919px) {
    .nav-label {
        display: none !important;
    }
    
    .story-nav-container {
        right: 20px !important;
    }
}

@media (max-width: 1024px) {
    .spacing_60 {
        height: 40px;
    }
    .story-nav-container { display: none; }
	
	/* SECTION 04 TRIGGER */
	.section-triggers .main-wrapper.content-right { flex-direction: column; align-items: center; gap: 50px; }
    .trigger-showcase-area, .section-triggers .step-text { flex: 0 0 100%; width: 100%; text-align: center; align-items: center; }
    .section-triggers .cta-trigger-wrapper { justify-content: center; }
}

@media (max-width: 768px) {
    #main-nav { height: 90px; }
    .agency-logo { width: 150px; }
    .agency-logo-wrapper { right: 5%; height: 28px; }
    .custom-cursor { display: none; }
    body { cursor: auto; }
	p { font-size: 1.1rem !important; line-height: 1.3 !important; }

    p.h2-sub,
    .h2-sub { font-size: 1.1rem !important; line-height: 1.3 !important; }
	.huge-headline { margin-bottom: 16px; }
	.radikal-text { font-size: 1.05rem; line-height: 1.3; }
	.radikal-bigtext { font-size: 1.3rem; margin-top: 12px; }
	
	.accent-title { font-size: 1.4rem; margin-bottom: 16px; }
	.step-number { top: -20px; left: -30px; }
	.glow-path-btn .btn-text { width: calc(100% - 2px); height: calc(100% - 2px); font-size: 1.1rem; }
	
	/* INTRO */
	.intro-section { padding: 80px 0; }
	.final-conversion-btn { padding: 18px 24px; font-size: 1.4rem; }
	
	/* SECTION 01 INTERFACE */
	#section-interface { height: auto; min-height: auto; padding: 130px 0 20px 0 !important; }
	#section-interface .main-wrapper { flex-direction: column; align-items: center; width: 80%; padding-top: 0 !important; }	
    #section-interface .step-text { margin-bottom: 0px; flex: 1; }
    .exploded-view-container { justify-content: center; width: 100%; margin-top: 0px; }	
    #exploded-svg-proxy { max-width: 100% !important; transform: rotateX(10deg) rotateY(-10deg) rotateZ(0deg) translateY(-30); }
	
	/* SECTION 02 UX GUIDANCE */
    #section-ux-guidance { height: auto !important; min-height: auto !important; padding: 80px 0 !important; display: flex !important; flex-direction: column !important; background: linear-gradient(180deg, #2b2b2b 0%, #FF3300 100%) !important; }
    #section-ux-guidance .bg-gradient-overlay { display: none !important; }
    #section-ux-guidance .main-wrapper.content-right { width: 80% !important; order: 1 !important; padding-top: 60px !important; } 
    #section-ux-guidance .step-text { text-align: left !important; width: 100% !important; padding: 0 !important; display: flex; flex-direction: column; }
    #section-ux-guidance .step-number { left: -30px !important; text-align: left !important; }
    
    #section-ux-guidance .huge-headline { margin-bottom: 15px !important; }
    #section-ux-guidance .accent-title { margin-bottom: 15px !important; margin-top: 0 !important; }
    #section-ux-guidance .radikal-text { min-height: auto !important; height: auto !important; margin-top: 0 !important; padding-top: 0 !important; }
    
    #section-ux-guidance .ux-text-step, #ux-text-2 { position: relative !important; top: auto !important; display: block !important; opacity: 1 !important; filter: none !important; margin-top: 0 !important; margin-bottom: 0 !important; }
    #section-ux-guidance #ux-cta-step { position: relative !important; top: auto !important; display: block !important; opacity: 1 !important; margin-top: 30px !important; padding-top: 0 !important; }
    
    #section-ux-guidance .glow-path-btn { margin-left: 0 !important; width: 100% !important; max-width: 340px !important; }

	#section-ux-guidance .ux-scanner-area { display: flex !important; position: relative !important; width: 100vw !important; max-width: 100vw !important; left: 50% !important; transform: translateX(-50%) !important; height: 180px !important; margin-top: 40px !important; overflow: hidden !important; background: transparent !important; border-radius: 0 !important; order: 2 !important; align-items: center !important; z-index: 9999 !important; pointer-events: none !important; }
	#section-ux-guidance .icon-stack { padding-top: 0 !important; gap: 120px !important; flex-direction: row !important; align-items: center !important; justify-content: flex-start !important; width: max-content !important; height: 100% !important; }
	#section-ux-guidance .scanner-target { position: relative !important; display: inline-flex !important; will-change: transform, opacity, filter; transform: scale(0.8) !important; opacity: 0.35 !important; filter: drop-shadow(0 0 0px transparent) !important; -webkit-filter: drop-shadow(0 0 0px transparent) !important; }
	#section-ux-guidance .scanner-icon { width: 100px !important; height: auto !important; display: block !important; position: relative !important; z-index: 2 !important; opacity: 1 !important; }
	#section-ux-guidance .scanner-target.active { filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.45)) !important; -webkit-filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.45)) !important; }
	
	/* SECTION 03 CONTENT */
    .section-story { padding: 130px 0 !important; }
    #section-storytelling .step-number { top: -60px; left: -30px; }
    .story-grid { grid-template-columns: 1fr; gap: 20px; }
    .story-card, .story-card::before, .story-card::after { border-radius: 10px !important; }
    .card-inner { flex-direction: column; text-align: center; padding: 18px; gap: 0px; }
    .card-image { flex: 0 0 160px; width: 160px; height: 160px; margin-bottom: 15px; }
    .story-card .card-image img, .placeholder-gfx { width: 160px !important; height: 160px !important; max-width: 160px !important; max-height: 160px !important; }
    .card-text h3 { font-size: 1.3rem; margin-bottom: 8px; }
    .card-text p { font-size: 0.95rem; margin-top: 0px; margin-bottom: 0px; }
	
	/* SECTION 04 TRIGGER */
    .section-triggers { padding: 130px 0 !important; }
    .section-triggers .main-wrapper.content-right { flex-direction: column-reverse; gap: 40px; width: 80% !important; margin: 0 auto !important; justify-content: center !important; }
    .trigger-showcase-area { flex: 0 0 100%; width: 100%; text-align: center; align-items: center; }
    .section-triggers .step-text { flex: 0 0 100%; width: 100% !important; text-align: left !important; align-items: flex-start !important; }
    #section-visual-triggers .step-number { top: -20px; left: -30px !important; right: auto !important; text-align: left !important; }
    #section-visual-triggers .huge-headline { text-align: left !important; margin-bottom: 5px !important; }
    #section-visual-triggers .radikal-text { margin-top: 0px !important; padding-top: 0px !important; min-height: auto !important; width: 100% !important; }
    .section-triggers .accent-title { text-align: left !important; margin-top: 0px !important; margin-bottom: 12px !important; }
    .section-triggers .trigger-text-block { width: 100% !important; max-width: 100% !important; }
    .section-triggers .trigger-text-block p { text-align: left !important; width: 100% !important; margin-top: 0px !important; margin-bottom: 12px !important; }
    .section-triggers .cta-trigger-wrapper { width: 100%; display: flex; justify-content: flex-start !important; margin-top: 20px !important; }
	#section-visual-triggers .glow-path-btn { width: 270px !important; max-width: 270px !important; min-width: 0 !important; }
	
	.magenta-trigger-btn { width: 150px !important; height: 150px !important; font-size: 1.6rem !important; }
	.refresh-btn { padding: 40px 12px !important; font-size: 1.0rem !important; }
	
	/* SECTION 05 ANIMATION */
    #section-living-code { height: auto !important; min-height: auto !important; overflow: visible !important; background: #161718 !important; }
    .snap-horizontal-wrapper { display: flex !important; flex-direction: column !important; width: 100% !important; height: auto !important; transform: none !important; }
    .snap-slide { width: 100% !important; height: auto !important; min-height: 100vh !important; display: flex !important; flex-direction: column !important; justify-content: center !important; padding: 130px 0 !important; box-sizing: border-box !important; opacity: 1 !important; visibility: visible !important; transform: none !important; filter: none !important; }
    .snap-slide .main-wrapper { flex-direction: column !important; align-items: flex-start !important; width: 80% !important; justify-content: center !important; }
    .snap-slide .step-text { flex: 0 0 100% !important; width: 100% !important; padding-right: 0 !important; text-align: left !important; }
    .snap-slide .huge-headline { text-align: left !important; margin-bottom: 5px !important; }
    .snap-slide .radikal-text { margin-top: 0px !important; padding-top: 0px !important; min-height: auto !important; width: 100% !important; }
    
    /* VISUAL AREA: Button-Bereich wird ausgeblendet */
    .snap-slide .visual-area-right { display: none !important; }
	
    .snap-slide:nth-child(1) { background: linear-gradient(135deg, #161718 0%, #161718 30%, #462217 60%, #8b3116 85%, #B93D15 100%) !important; }
    .snap-slide:nth-child(2) { background: linear-gradient(135deg, #0a0a0b 0%, #102528 30%, #08434a 60%, #162426 85%, #0a0e0f 100%) !important; }
    .snap-slide:nth-child(3) { background: linear-gradient(135deg, #101415 0%, #554044 25%, #413F56 50%, #404E51 75%, #101415 100%) !important; }
    .snap-slide:nth-child(4) { background: linear-gradient(135deg, #0a0a0b 0%, #112d11 50%, #2CFF05 100%) !important; }
    .snap-slide:nth-child(5) { background: linear-gradient(135deg, #1a1a1c 0%, #2b0a0a 50%, #ff1a1a 100%) !important; }
    
    /* AUSGEBLENDETE INTERAKTIVE ELEMENTE NUR INNERHALB VON SEKTION 5 */
    #section-living-code .horizontal-nav-hint, 
    #section-living-code .scroll-shine-hint, 
    #section-living-code .matrix-strings-container, 
    #section-living-code .interactive-load-zone, 
    #section-living-code .trigger-slider-container, 
    #section-living-code .mood-circle-container, 
    #section-living-code #parallax-tunnel-container, 
    #section-living-code .tunnel-square, 
    #section-living-code .threed-viewport-container, 
    #section-living-code #webgl-sphere-container, 
    #section-living-code .threed-controls { 
        display: none !important; 
    }
	
	/* SCROLL TRIGGER */
	#section-scrolltrigger { height: auto !important; min-height: auto !important; padding: 130px 0 80px 0 !important; }
	#section-scrolltrigger .main-wrapper.content-right { flex-direction: column-reverse !important; justify-content: center !important; align-items: flex-start !important; gap: 50px !important; width: 80% !important; padding-top: 0 !important; }
	#section-scrolltrigger .step-text.format-right { flex: 1 1 auto !important; text-align: left !important; width: 100% !important; }
	#section-scrolltrigger .huge-headline { text-align: left !important; }
	#section-scrolltrigger .radikal-text { margin: 0 !important; text-align: left !important; }
	#section-scrolltrigger .visual-area-left { flex: 1 1 auto !important; justify-content: center !important; padding-top: 0 !important; }
	#section-scrolltrigger .mouse-animation-container { width: 200px !important; }
	
	/* SECTION 06 TECHNIK */
    #section-performance { height: auto !important; min-height: auto !important; padding: 130px 0 20px 0 !important; }
    #section-performance .main-wrapper.content-left { flex-direction: column !important; gap: 40px !important; width: 80% !important; margin: 0 auto !important; }
    #section-performance .step-text { flex: 1 1 auto !important; padding-right: 0 !important; text-align: left !important; width: 100% !important; }
    #section-performance .performance-speed-zone { flex: 1 1 auto !important; width: 100% !important; justify-content: center !important; }
    #section-performance .speedometer-wrapper { width: 288px !important; height: 288px !important; margin-top: 0 !important; }	
	
	/* SECTION CTA */
    #section-cta { height: auto !important; min-height: auto !important; padding: 130px 0 !important; }
    #section-cta .main-wrapper.content-right { flex-direction: column-reverse !important; gap: 40px !important; width: 80% !important; margin: 0 auto !important; }
    #section-cta .step-text.format-right { flex: 1 1 auto !important; padding-left: 0 !important; text-align: left !important; }
    #section-cta .trigger-text-block p { text-align: left !important; }
    #section-cta .cta-core-zone { flex: 1 1 auto !important; justify-content: center !important; width: 100% !important; }
    
    /* PLASMA & PARTIKEL AUSBLENDEN, ABER CONTAINER FÜR BUTTON LASSEN */
    #cta-particle-canvas { display: none !important; }
    .plasma-generator-container { margin-left: 0 !important; width: 100% !important; height: auto !important; min-height: 65px !important; }
    
    /* BUTTON ANPASSUNG */
    .ultra-glow-cta-btn { width: 100% !important; max-width: 320px !important; height: 65px !important; margin: 0 auto !important; border-radius: 8px !important; display: flex !important; }
    .ultra-glow-cta-btn span { font-size: 1.5rem !important; letter-spacing: 1px !important; text-align: center !important; }
	
	/* SECTION KNOWLEDGE */
    #section-knowledge { padding: 130px 0; }
    #section-knowledge .knowledge-wrapper { flex-direction: column; gap: 60px; width: 80%; }
    #section-knowledge .knowledge-col { width: 100%; }
	#section-knowledge .knowledge-main-title { font-size: 26px; }
    #section-knowledge .knowledge-sub-title { font-size: 20px; margin: 25px 0 15px 0; }
	#section-knowledge .knowledge-text { font-size: 16px !important; line-height: 1.2; }	
}





