/* ═══════════════════════════════════════════════════════════════
   debacom v3.1 – bundle.css
   Mobile-First · Refactored · Keine Duplikate · Produktionsreif
   Optimiert: Feb 2026
   ═══════════════════════════════════════════════════════════════ */

/* ══════════════════════════════════════════
   1. RESET
   ══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body { min-height: 100vh; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; }
button { cursor: pointer; border: none; background: none; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
:focus-visible { outline: 2px solid var(--c-cyan); outline-offset: 3px; border-radius: 3px; }


/* ══════════════════════════════════════════
   2. DESIGN TOKENS
   ══════════════════════════════════════════ */
:root {
    --c-bg-0:      #0c1424;
    --c-bg-1:      #111d30;
    --c-bg-2:      #172338;
    --c-bg-3:      #1e2c46;
    --c-border:    #2a3d5e;
    --c-border-hi: #344d72;

    --c-cyan:   #22d3ee;
    --c-indigo: #6366f1;
    --c-violet: #8b5cf6;

    --c-grad:      linear-gradient(135deg, #22d3ee 0%, #6366f1 55%, #8b5cf6 100%);
    --c-grad-text: linear-gradient(90deg,  #22d3ee 0%, #6366f1 60%, #8b5cf6 100%);

    --c-text-1: #f0f4ff;
    --c-text-2: #a8bcd8;
    --c-text-3: #5e7a9e;

    --c-ok:  #34d399;
    --c-err: #f87171;

    --f-sans:    'Plus Jakarta Sans', system-ui, sans-serif;
    --f-display: 'Outfit', system-ui, sans-serif;
    --f-mono:    'JetBrains Mono', monospace;

    --fs-xs:  0.72rem;   --fs-sm:  0.875rem; --fs-md:  1rem;
    --fs-lg:  1.125rem;  --fs-xl:  1.25rem;  --fs-2xl: 1.5rem;

    --fw-regular: 400; --fw-medium: 500; --fw-semibold: 600;
    --fw-bold: 700;    --fw-black:  800;

    --lh-tight: 1.15; --lh-normal: 1.6; --lh-relaxed: 1.8;

    --sp-1: 0.25rem;  --sp-2: 0.5rem;   --sp-3: 0.75rem;
    --sp-4: 1rem;     --sp-5: 1.25rem;  --sp-6: 1.5rem;
    --sp-8: 2rem;     --sp-10: 2.5rem;  --sp-12: 3rem;

    --r-sm: 4px;  --r-md: 8px;   --r-lg: 12px;
    --r-xl: 16px; --r-2xl: 20px; --r-3xl: 28px; --r-full: 9999px;

    --sh-md:    0 8px 24px rgba(0,0,0,.6);
    --sh-hover: 0 0 24px rgba(34,211,238,.2), 0 8px 32px rgba(0,0,0,.6);

    --ease-fast:   150ms ease;
    --ease-base:   280ms cubic-bezier(.4,0,.2,1);
    --ease-slow:   500ms cubic-bezier(.4,0,.2,1);

    --max-w:    1280px;
    --header-h: 64px;

    --z-header:  1000;
    --z-nav:     9998;
    --z-burger:  9999;
}


/* ══════════════════════════════════════════
   3. TYPOGRAFIE
   ══════════════════════════════════════════ */
body {
    font-family: var(--f-sans);
    font-size: var(--fs-md);
    font-weight: var(--fw-regular);
    line-height: var(--lh-normal);
    color: var(--c-text-2);
    background: var(--c-bg-1);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--f-sans);
    font-weight: var(--fw-bold);
    line-height: var(--lh-tight);
    color: var(--c-text-1);
    letter-spacing: -0.025em;
}
h1 { font-size: clamp(2rem, 7vw, 3.75rem);  font-weight: var(--fw-black); letter-spacing: -.04em; }
h2 { font-size: clamp(1.6rem, 4vw, 2.5rem); font-weight: var(--fw-black); }
h3 { font-size: var(--fs-xl); }
p  { line-height: var(--lh-relaxed); }
a  { color: var(--c-cyan); transition: color var(--ease-fast); }
a:hover  { color: #67e8f9; }
strong   { font-weight: var(--fw-semibold); color: var(--c-text-1); }


/* ══════════════════════════════════════════
   4. LAYOUT
   ══════════════════════════════════════════ */
.container {
    width: 100%;
    max-width: var(--max-w);
    margin-inline: auto;
    padding-inline: clamp(1rem, 5vw, 1.5rem);
}
section { padding-block: clamp(3rem, 8vw, 6rem); }
.no-scroll  { overflow: hidden; }
.text-center { text-align: center; }


/* ══════════════════════════════════════════
   5. SECTION LABELS & TITLES
   ══════════════════════════════════════════ */
.delay-1 { transition-delay: .05s; }.s-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
    font-weight: var(--fw-black);
    letter-spacing: -.03em;
    margin-bottom: var(--sp-4);
    background: var(--c-grad-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 0.1em;
}
.s-sub {
    font-size: var(--fs-md);
    color: var(--c-text-2);
    text-align: center;
    max-width: 540px;
    margin-inline: auto;
    margin-bottom: clamp(2rem, 5vw, 3rem);
    line-height: var(--lh-relaxed);
}


/* ══════════════════════════════════════════
   6. BUTTONS
   ══════════════════════════════════════════ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--sp-2);
    padding: .8rem 2rem;
    font-family: var(--f-sans);
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold);
    border-radius: var(--r-lg);
    transition: transform var(--ease-base), box-shadow var(--ease-base), color var(--ease-base), background var(--ease-base), border-color var(--ease-base);
    cursor: pointer;
    letter-spacing: .01em;
    border: 1px solid transparent;
    white-space: nowrap;
    min-height: 48px;
}
.btn-primary {
    background: var(--c-grad);
    color: #04070f;
    box-shadow: 0 0 24px rgba(34,211,238,.2);
    background-clip: padding-box;
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 36px rgba(34,211,238,.35), 0 6px 20px rgba(0,0,0,.4);
    color: #04070f;
}
.btn-secondary {
    background: transparent;
    color: var(--c-text-2);
    border-color: var(--c-border-hi);
}
.btn-secondary:hover {
    color: var(--c-text-1);
    border-color: var(--c-text-3);
    background: rgba(255,255,255,.04);
}


/* ══════════════════════════════════════════
   7. SCROLL REVEAL
   ══════════════════════════════════════════ */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .4s var(--ease-slow), transform .4s var(--ease-slow);
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-left  { transform: translateX(-32px); }
.reveal-right { transform: translateX(32px);  }
.reveal-left.is-visible,
.reveal-right.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .05s; }
.delay-2 { transition-delay: .10s; }
.delay-3 { transition-delay: .15s; }
.delay-4 { transition-delay: .20s; }
.delay-5 { transition-delay: .25s; }
.no-js .reveal,
.no-js .reveal-left,
.no-js .reveal-right { opacity: 1 !important; transform: none !important; }


/* ══════════════════════════════════════════
   8. HEADER
   ══════════════════════════════════════════ */
.services__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: clamp(2rem, 5vw, 3.5rem);
    border: 1px solid var(--c-border);
    border-radius: var(--r-2xl);
    overflow: hidden;
    background: var(--c-bg-2);
}
@media (min-width: 640px) {
    .services__stats { grid-template-columns: repeat(4, 1fr); }
}
.services__stat {
    text-align: center;
    padding: clamp(1.2rem, 3vw, 2rem) var(--sp-4);
    border-right: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border);
}
/* Letzte Spalte: kein rechter Border */
.services__stat:nth-child(2n) { border-right: none; }
@media (min-width: 640px) {
    .services__stat:nth-child(2n)  { border-right: 1px solid var(--c-border); }
    .services__stat:nth-child(4n)  { border-right: none; }
    .services__stat:nth-child(n+3) { border-bottom: none; }
}
/* Mobile: untere zwei Zeilen kein border-bottom */
@media (max-width: 639px) {
    .services__stat:nth-child(n+3) { border-bottom: none; }
}
.services__stat-num {
    font-family: var(--f-display);
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 900;
    background: var(--c-grad-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    display: block;
}
.services__stat-label {
    font-size: var(--fs-sm);
    color: var(--c-text-2);
    margin-top: var(--sp-2);
}


.header {
    position: fixed;
    inset-inline: 0;
    top: 0;
    z-index: var(--z-header);
    height: var(--header-h);
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 1px solid transparent;
    transition: border-color var(--ease-base), background var(--ease-base), backdrop-filter var(--ease-base);
}
.header.scrolled {
    border-bottom-color: var(--c-border);
    background: rgba(4,7,15,.3);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

/* Logo – gemeinsame Stile (gelten für Header & Footer) */
.header__logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.header__logo-icon { height: 56px; width: auto; }
.header__logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
}
.header__logo-deba { color: #22d3ee; }
.header__logo-com  { color: #818cf8; }


/* ══════════════════════════════════════════
   9. DESKTOP NAVIGATION
   ══════════════════════════════════════════ */
.desktop-nav {
    display: none;
    align-items: center;
    gap: var(--sp-6);
}
@media (min-width: 769px) {
    .desktop-nav { display: flex; }
}
.desktop-nav__link {
    font-size: var(--fs-sm);
    font-weight: var(--fw-medium);
    color: var(--c-text-2);
    transition: color var(--ease-fast);
    position: relative;
    padding-block: var(--sp-1);
    white-space: nowrap;
}
.desktop-nav__link::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0;
    width: 0; height: 1px;
    background: var(--c-grad-text);
    transition: width var(--ease-base);
}
.desktop-nav__link:hover        { color: var(--c-text-1); }
.desktop-nav__link:hover::after { width: 100%; }
.desktop-nav__link.active       { color: var(--c-cyan); }
.desktop-nav__link.active::after { width: 100%; }

.desktop-nav__cta {
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold);
    color: var(--c-cyan);
    padding: .45rem 1.1rem;
    border: 1px solid rgba(34,211,238,.35);
    border-radius: var(--r-lg);
    transition: color var(--ease-base), background var(--ease-base), border-color var(--ease-base), box-shadow var(--ease-base);
    white-space: nowrap;
    min-height: 36px;
    display: flex;
    align-items: center;
}
.desktop-nav__cta:hover {
    background: rgba(34,211,238,.1);
    border-color: var(--c-cyan);
    box-shadow: 0 0 20px rgba(34,211,238,.15);
}


/* ══════════════════════════════════════════
   10. MOBILE BURGER BUTTON
   ══════════════════════════════════════════ */
.mob-burger {
    display: none;
    position: fixed;
    top: calc((var(--header-h) - 44px) / 2);
    right: clamp(1rem, 5vw, 1.5rem);
    z-index: var(--z-burger);
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px; height: 44px;
    padding: 10px;
    border-radius: var(--r-md);
    background: transparent;
    cursor: pointer;
    border: none;
}
@media (max-width: 768px) {
    .mob-burger { display: flex; }
}
.mob-burger__line {
    width: 22px; height: 2px;
    background: var(--c-text-1);
    border-radius: 2px;
    transition: transform .3s ease, opacity .3s ease, background .3s ease;
    pointer-events: none;
}
.mob-burger.is-open .mob-burger__line:nth-child(1) { transform: rotate(45deg) translateY(9.5px);  background: var(--c-cyan); }
.mob-burger.is-open .mob-burger__line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mob-burger.is-open .mob-burger__line:nth-child(3) { transform: rotate(-45deg) translateY(-9.5px); background: var(--c-cyan); }


/* ══════════════════════════════════════════
   11. MOBILE FULLSCREEN NAV
   ══════════════════════════════════════════ */
.mob-nav {
    position: fixed;
    inset: 0;
    z-index: var(--z-nav);
    background: rgba(4,7,15,.97);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
}
.mob-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.mob-nav__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sp-2);
    width: 100%;
    padding: var(--sp-8);
}
.mob-nav__link {
    font-size: clamp(1.5rem, 6vw, 2rem);
    font-weight: var(--fw-bold);
    color: var(--c-text-2);
    padding: var(--sp-3) var(--sp-8);
    border-radius: var(--r-lg);
    text-align: center;
    width: 100%;
    max-width: 320px;
    transition: color .2s ease, background .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}
.mob-nav__link:hover  { color: var(--c-text-1); background: rgba(255,255,255,.05); }
.mob-nav__link.active { color: var(--c-cyan); background: rgba(34,211,238,.07); }
.mob-nav__cta {
    margin-top: var(--sp-4);
    font-size: var(--fs-lg);
    font-weight: var(--fw-semibold);
    color: var(--c-cyan);
    padding: 1rem 2.5rem;
    border: 1px solid rgba(34,211,238,.4);
    border-radius: var(--r-xl);
    width: 100%;
    max-width: 320px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.mob-nav__cta:hover {
    background: rgba(34,211,238,.1);
    border-color: var(--c-cyan);
}


/* ══════════════════════════════════════════
   12. HERO SECTION
   ══════════════════════════════════════════ */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding-top: var(--header-h);
    background: var(--c-bg-0);
    overflow: hidden;
}
.hero__canvas {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    width: 100%; height: 100%;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(34,211,238,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34,211,238,.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, black 20%, transparent 80%);
    z-index: 0;
}
.hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}
.hero__glow--1 {
    width: clamp(200px, 50vw, 600px); height: clamp(150px, 35vw, 400px);
    top: -80px; left: -100px;
    background: radial-gradient(ellipse, rgba(34,211,238,.1) 0%, transparent 70%);
}
.hero__glow--2 {
    width: clamp(200px, 45vw, 500px); height: clamp(200px, 45vw, 500px);
    top: -30px; right: -80px;
    background: radial-gradient(ellipse, rgba(99,102,241,.12) 0%, transparent 70%);
}
.hero__glow--3 {
    width: clamp(150px, 35vw, 400px); height: clamp(100px, 25vw, 300px);
    bottom: 0; left: 50%;
    background: radial-gradient(ellipse, rgba(139,92,246,.08) 0%, transparent 70%);
}

/* Zentrierter Hero-Content */
.hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 720px;
}

/* Mobile: 1 Spalte, Desktop: zentriert */
.hero__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-block: clamp(3rem, 8vw, 6rem);
}

.hero__title {
    font-size: clamp(2rem, 7vw, 3.75rem);
    font-weight: var(--fw-black);
    letter-spacing: -.04em;
    line-height: 1.05;
    margin-bottom: var(--sp-5);
    animation: fadeUp .7s .15s var(--ease-slow) both;
    color: var(--c-text-1);
    text-align: center;
}
.hero__title-line2 {
    display: block;
    background: var(--c-grad-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    min-height: 1.2em;
    text-align: center;
}
.hero__typewriter {
    display: inline-block;
    border-right: 2px solid var(--c-cyan);
    padding-right: 3px;
    padding-bottom: 6px;
    animation: blink-cursor .8s step-end infinite;
    -webkit-text-fill-color: transparent;
    background: var(--c-grad-text);
    -webkit-background-clip: text;
    background-clip: text;
}
@keyframes blink-cursor { 0%,100% { border-color:var(--c-cyan); } 50% { border-color:transparent; } }

.hero__desc {
    font-size: clamp(var(--fs-md), 2vw, var(--fs-lg));
    color: var(--c-text-2);
    line-height: var(--lh-relaxed);
    margin-bottom: var(--sp-10);
    animation: fadeUp .7s .3s var(--ease-slow) both;
    max-width: 540px;
    text-align: center;
}

/* CTA – minimalistisch */
.hero__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sp-4);
    animation: fadeUp .7s .45s var(--ease-slow) both;
}
.hero__cta-main {
    position: relative;
    display: inline-block;
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold);
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--c-text-2);
    text-decoration: none;
    padding: .55rem 1.4rem;
    border: 1px solid var(--c-border-hi);
    border-radius: var(--r-sm);
    overflow: hidden;
    transition: color var(--ease-base), border-color var(--ease-base);
    z-index: 0;
}
.hero__cta-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--c-grad);
    transform: translateX(-101%);
    transition: transform 420ms cubic-bezier(.4,0,.2,1);
    z-index: -1;
}
.hero__cta-main:hover {
    color: #04070f;
    border-color: transparent;
}
.hero__cta-main:hover::before {
    transform: translateX(0);
}
@media (max-width: 480px) {
    .hero__cta-main { font-size: var(--fs-xs); padding: .5rem 1.2rem; }
}


@keyframes fadeUp      { from { opacity:0; transform:translateY(24px);  } to { opacity:1; transform:none; } }
@keyframes fadeIn      { from { opacity:0; } to { opacity:1; } }


/* ══════════════════════════════════════════
   14. SERVICE CARDS
   ══════════════════════════════════════════ */
.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: linear-gradient(to bottom, transparent, var(--c-bg-1));
    pointer-events: none;
    z-index: 1;
}
.services { background: var(--c-bg-1); padding-top: 0; }
.services__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--sp-5);
}
@media (min-width: 640px) {
    .services__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .services__grid { grid-template-columns: repeat(3, 1fr); }
}

.s-card {
    position: relative;
    background: var(--c-bg-2);
    border: 1px solid var(--c-border);
    border-radius: var(--r-2xl);
    padding: var(--sp-8);
    transition: transform var(--ease-base), box-shadow var(--ease-base), border-color var(--ease-base);
    overflow: hidden;
    min-height: 380px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 639px) { .s-card { min-height: unset; } }

.s-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--r-2xl);
    padding: 1px;
    background: var(--c-grad);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity var(--ease-base);
}
.s-card::after {
    content: '';
    position: absolute;
    top: -50%; left: -60%;
    width: 40%; height: 200%;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.04) 50%, transparent 60%);
    transform: rotate(15deg);
    transition: left var(--ease-slow);
    pointer-events: none;
}
@media (hover: hover) {
    .s-card:hover { transform: translateY(-4px); box-shadow: var(--sh-hover); border-color: transparent; }
    .s-card:hover::before { opacity: 1; }
    .s-card:hover::after  { left: 120%; }
    .s-card:hover .s-card__icon { background: rgba(34,211,238,.14); box-shadow: 0 0 20px rgba(34,211,238,.2); }
}

.s-card--featured { border-color: rgba(34,211,238,.25); }
.s-card--clickable { cursor: pointer; }
@media (hover: hover) {
    .s-card--clickable:hover { transform: translateY(-4px); border-color: var(--c-cyan); box-shadow: 0 0 24px rgba(34,211,238,.15); }
}

.s-card__hint {
    margin-top: auto;
    padding-top: var(--sp-5);
    font-size: var(--fs-sm);
    font-weight: var(--fw-medium);
    color: var(--c-cyan);
    display: flex;
    align-items: center;
    gap: var(--sp-2);
    animation: hint-pulse 2.8s ease-in-out 1.5s infinite;
}
@media (hover: none) {
    .s-card__hint { opacity: 1; }
}
@media (hover: hover) {
    .s-card__hint { opacity: 0.3; animation: hint-pulse 2.8s ease-in-out 1.5s infinite; }
    .s-card--clickable:hover .s-card__hint { opacity: 1; animation: none; transform: translateY(0); }
}
@keyframes hint-pulse {
    0%, 100% { opacity: 0.3; transform: translateY(0); }
    50%       { opacity: 1;   transform: translateY(-3px); }
}

.s-card__badge {
    position: absolute;
    top: var(--sp-4); right: var(--sp-4);
    padding: .2rem .75rem;
    background: var(--c-grad);
    color: #04070f;
    font-size: var(--fs-xs); font-weight: var(--fw-bold);
    border-radius: var(--r-full);
    letter-spacing: .06em; text-transform: uppercase;
}
.s-card__icon {
    width: 52px; height: 52px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(34,211,238,.08);
    border: 1px solid rgba(34,211,238,.18);
    border-radius: var(--r-xl);
    margin-bottom: var(--sp-5);
    transition: background var(--ease-base), box-shadow var(--ease-base);
}
.s-card__icon svg { width: 26px; height: 26px; color: var(--c-cyan); }
.s-card__title { font-size: var(--fs-xl); font-weight: var(--fw-bold); color: var(--c-text-1); margin-bottom: var(--sp-3); letter-spacing: -.02em; }
.s-card__desc  { font-size: var(--fs-sm); color: var(--c-text-2); line-height: var(--lh-relaxed); margin-bottom: var(--sp-5); }
.s-card__list  { display: flex; flex-direction: column; gap: var(--sp-2); }
.s-card__item  { display: flex; align-items: center; gap: var(--sp-2); font-size: var(--fs-sm); color: var(--c-text-2); }
.s-card__item::before {
    content: '';
    width: 16px; height: 16px; flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%2322d3ee' stroke-width='1'/%3E%3Cpath d='M5 8l2 2 4-4' stroke='%2222d3ee' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* Panel Cards */
.s-card--panel { cursor: pointer; padding: 0 !important; overflow: hidden; animation: fadeUp .4s ease; }
@media (hover: hover) {
    .s-card--panel:hover { border-color: rgba(34,211,238,.2); }
}
.s-card--panel .code-window,
.s-card--panel .chat-window,
.s-card--panel .workflow-window { height: 100%; display: flex; flex-direction: column; border-radius: var(--r-2xl); }
.s-card--panel .code-window__body,
.s-card--panel .chat-window__body { flex: 1; overflow: hidden; }


/* ══════════════════════════════════════════
   15. PROZESS SCHRITTE
   ══════════════════════════════════════════ */
.process { background: var(--c-bg-0); }
.process__steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--sp-6);
    position: relative;
}
@media (min-width: 640px) {
    .process__steps { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .process__steps { grid-template-columns: repeat(4, 1fr); }
    .process__steps::before {
        content: '';
        position: absolute;
        top: 28px; left: 8%;
        width: 84%; height: 1px;
        background: linear-gradient(90deg, transparent, var(--c-border), var(--c-border-hi), var(--c-border), transparent);
        z-index: 0;
    }
}
.process__step { position: relative; z-index: 1; text-align: center; }
.process__num {
    width: 56px; height: 56px;
    margin: 0 auto var(--sp-5);
    border-radius: 50%;
    background: var(--c-bg-2);
    border: 2px solid var(--c-border-hi);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--f-display);
    font-size: var(--fs-sm); font-weight: 900;
    color: var(--c-cyan);
    transition: background var(--ease-base), border-color var(--ease-base), box-shadow var(--ease-base);
}
@media (hover: hover) {
    .process__step:hover .process__num { background: rgba(34,211,238,.1); border-color: var(--c-cyan); box-shadow: 0 0 20px rgba(34,211,238,.2); }
}
.process__step-title { font-size: var(--fs-md); font-weight: var(--fw-semibold); color: var(--c-text-1); margin-bottom: var(--sp-2); }
.process__step-text  { font-size: var(--fs-sm); color: var(--c-text-2); line-height: var(--lh-relaxed); }


/* ══════════════════════════════════════════
   16. ÜBER UNS
   ══════════════════════════════════════════ */
.about { background: var(--c-bg-2); }
.about__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}
@media (min-width: 1024px) {
    .about__grid { grid-template-columns: 1.4fr 1fr; }
}
.about__text-block .s-title { text-align: left; }
.about__body { font-size: var(--fs-md); color: var(--c-text-2); line-height: var(--lh-relaxed); margin-bottom: var(--sp-5); }
.about__values {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--sp-4);
    margin-top: var(--sp-8);
	align-items: stretch;
}
@media (min-width: 480px) {
    .about__values { grid-template-columns: repeat(3, 1fr); }
}
.about__value {
    padding: var(--sp-5);
    background: var(--c-bg-3);
    border: 1px solid var(--c-border);
    border-radius: var(--r-xl);
    transition: border-color var(--ease-base);
	height: 100%;
}
@media (hover: hover) {
    .about__value:hover { border-color: rgba(34,211,238,.3); }
}
.about__value-title {
    font-size: var(--fs-sm); font-weight: var(--fw-bold);
    background: var(--c-grad-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    margin-bottom: var(--sp-2);
}
.about__value-text { font-size: var(--fs-xs); color: var(--c-text-3); line-height: var(--lh-relaxed); }
.about__founders { display: flex; flex-direction: column; gap: var(--sp-5); }

.founder-card {
    display: flex; flex-direction: column; align-items: center;
    padding: var(--sp-8);
    background: var(--c-bg-3);
    border: 1px solid var(--c-border);
    border-radius: var(--r-2xl);
    transition: border-color var(--ease-base), box-shadow var(--ease-base);
}
@media (hover: hover) {
    .founder-card:hover { border-color: rgba(34,211,238,.3); box-shadow: 0 0 32px rgba(34,211,238,.07); }
}
.founder-card__avatar {
    width: 80px; height: 80px; border-radius: 50%;
    background: var(--c-grad);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--f-display); font-size: var(--fs-2xl); font-weight: 900; color: #04070f;
    margin-bottom: var(--sp-4);
    box-shadow: 0 0 32px rgba(34,211,238,.25);
}
.founder-card__name { font-size: var(--fs-xl); font-weight: var(--fw-bold); color: var(--c-text-1); margin-bottom: var(--sp-1); letter-spacing: -.02em; }
.founder-card__role { font-size: var(--fs-xs); color: var(--c-text-3); letter-spacing: .08em; text-transform: uppercase; }


/* ══════════════════════════════════════════
   17. REFERENZKUNDEN
══════════════════════════════════════════ */
.clients {
    background: var(--c-bg-1);
    border-top: 1px solid var(--c-border);
    border-bottom: 1px solid var(--c-border);
    padding-block: clamp(2.5rem, 6vw, 4rem);
}

/* 3×2 Grid – Mobile-First */
.clients__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(10px, 1.5vw, 16px);
    margin-top: clamp(2rem, 4vw, 3rem);
}
@media (max-width: 479px) {
    .clients__grid { grid-template-columns: 1fr 1fr; }
}

/* Karte – kompakter, mehr Inhalt */
.clients__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--sp-2);
    padding: clamp(0.9rem, 2vw, 1.4rem) var(--sp-3);
    background: var(--c-bg-2);
    border: 1px solid var(--c-border);
    border-radius: var(--r-xl);
    text-decoration: none;
    color: inherit;
    transition: border-color var(--ease-base), box-shadow var(--ease-base);
}
@media (hover: hover) {
    .clients__card:hover {
        border-color: rgba(34,211,238,.45);
        box-shadow: 0 0 0 1px rgba(34,211,238,.15), 0 0 28px rgba(34,211,238,.1);
    }
    .clients__card:hover img                 { opacity: 1; }
    .clients__card:hover .clients__card-name { color: var(--c-text-2); }
}
@media (hover: none) {
    .clients__card:active { border-color: rgba(34,211,238,.35); }
}
.clients__card img {
    width: clamp(32px, 4.5vw, 48px);
    height: clamp(32px, 4.5vw, 48px);
    object-fit: contain;
    opacity: .65;
    transition: opacity var(--ease-fast);
}
.clients__card-name {
    font-size: var(--fs-xs);
    font-weight: var(--fw-semibold);
    color: var(--c-text-3);
    text-align: center;
    line-height: 1.25;
    transition: color var(--ease-fast);
    word-break: break-word;
}



/* ══════════════════════════════════════════
   18. FAQ
   ══════════════════════════════════════════ */
.faq { background: var(--c-bg-0); }
.faq__list { display: flex; flex-direction: column; gap: var(--sp-3); max-width: 800px; margin-inline: auto; }
.faq__item {
    background: var(--c-bg-2);
    border: 1px solid var(--c-border);
    border-radius: var(--r-xl);
    overflow: hidden;
    transition: border-color var(--ease-base);
}
.faq__item.open { border-color: rgba(34,211,238,.3); }
.faq__q {
    width: 100%;
    display: flex; align-items: center; justify-content: space-between;
    padding: var(--sp-5) var(--sp-6);
    font-size: var(--fs-md); font-weight: var(--fw-semibold);
    color: var(--c-text-1);
    text-align: left; cursor: pointer;
    transition: color var(--ease-fast);
    background: transparent;
    min-height: 60px;
}
@media (hover: hover) {
    .faq__q:hover { color: var(--c-cyan); }
}
.faq__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: var(--sp-4);
    color: var(--c-text-3);
    transition: transform 300ms cubic-bezier(.4,0,.2,1), color var(--ease-fast);
}
.faq__item.open .faq__icon {
    transform: rotate(180deg);
    color: var(--c-cyan);
}
.faq__a { max-height: 0; overflow: hidden; transition: max-height var(--ease-slow), padding var(--ease-base); }
.faq__item.open .faq__a { max-height: 400px; }
.faq__a-inner { padding: 0 var(--sp-6) var(--sp-5); font-size: var(--fs-sm); color: var(--c-text-2); line-height: var(--lh-relaxed); }


/* ══════════════════════════════════════════
   19. KONTAKT
   ══════════════════════════════════════════ */
.contact { background: var(--c-bg-1); }
.contact__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--sp-10);
}
@media (min-width: 900px) {
    .contact__grid { grid-template-columns: 1.6fr 1fr; }
}

.c-form { display: flex; flex-direction: column; gap: var(--sp-5); }
.c-form__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--sp-5);
}
@media (min-width: 480px) {
    .c-form__row { grid-template-columns: 1fr 1fr; }
}
.c-form__group  { display: flex; flex-direction: column; gap: var(--sp-2); }
.c-form__label  { font-size: var(--fs-xs); font-weight: var(--fw-semibold); color: var(--c-text-3); letter-spacing: .08em; text-transform: uppercase; }

.c-form__input,
.c-form__textarea {
    padding: .75rem 1rem;
    font-family: var(--f-sans);
    font-size: var(--fs-sm);
    color: var(--c-text-1);
    background: var(--c-bg-2);
    border: 1px solid var(--c-border);
    border-radius: var(--r-lg);
    transition: border-color var(--ease-fast), box-shadow var(--ease-fast);
    min-height: 48px;
}
.c-form__input::placeholder,
.c-form__textarea::placeholder { color: var(--c-text-3); }
.c-form__input:focus,
.c-form__textarea:focus {
    border-color: var(--c-cyan);
    background: var(--c-bg-3);
    box-shadow: 0 0 0 3px rgba(34,211,238,.1);
    outline: none;
}
.c-form__textarea { resize: vertical; min-height: 140px; }

.c-form__msg { padding: var(--sp-4); border-radius: var(--r-lg); font-size: var(--fs-sm); display: none; }
.c-form__msg.show { display: block; }
.c-form__msg.ok   { background: rgba(52,211,153,.08); color: var(--c-ok);  border: 1px solid rgba(52,211,153,.3); }
.c-form__msg.err  { background: rgba(248,113,113,.08); color: var(--c-err); border: 1px solid rgba(248,113,113,.3); }

.contact-info { display: flex; flex-direction: column; gap: var(--sp-5); }
.contact-info__box { padding: var(--sp-6); background: var(--c-bg-2); border: 1px solid var(--c-border); border-radius: var(--r-xl); }
.contact-info__title { font-size: var(--fs-md); font-weight: var(--fw-semibold); color: var(--c-text-1); margin-bottom: var(--sp-4); }
.contact-info__row   { display: flex; align-items: center; gap: var(--sp-3); font-size: var(--fs-sm); color: var(--c-text-2); }
.contact-info__row svg { width: 18px; height: 18px; color: var(--c-cyan); flex-shrink: 0; }


/* ══════════════════════════════════════════
   20. FOOTER
   ══════════════════════════════════════════ */
.footer {
    background: var(--c-bg-0);
    border-top: 1px solid var(--c-border);
    padding-block: clamp(3rem, 6vw, 4rem) clamp(1.5rem, 3vw, 2rem);
}
.footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--sp-8);
    margin-bottom: clamp(2rem, 4vw, 2.5rem);
}
@media (min-width: 768px)  { .footer__grid { grid-template-columns: 2fr 1fr 1fr; } }
@media (min-width: 1024px) { .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

/* Footer Logo erbt .header__logo-* Stile – kein Duplikat nötig */
.footer__brand .header__logo-link { display: inline-flex; align-items: center; margin-bottom: var(--sp-3); }
.footer__brand .header__logo-icon { margin-bottom: 0; }
.footer__brand .header__logo-text { display: flex; align-items: center; }

.footer__tagline   { font-size: var(--fs-sm); color: var(--c-text-3); line-height: var(--lh-relaxed); max-width: 280px; }
.footer__col-title { font-size: var(--fs-xs); font-weight: var(--fw-semibold); color: var(--c-text-2); text-transform: uppercase; letter-spacing: .1em; margin-bottom: var(--sp-4); }
.footer__links     { display: flex; flex-direction: column; gap: var(--sp-3); }
.footer__link      { font-size: var(--fs-sm); color: var(--c-text-3); transition: color var(--ease-fast); min-height: 32px; display: flex; align-items: center; }
@media (hover: hover) {
    .footer__link:hover { color: var(--c-text-1); }
}
.footer__bottom {
    display: flex; align-items: center; justify-content: space-between;
    padding-top: clamp(1rem, 3vw, 1.5rem);
    border-top: 1px solid var(--c-border);
    flex-wrap: wrap; gap: var(--sp-3);
}
@media (max-width: 479px) { .footer__bottom { flex-direction: column; align-items: flex-start; } }
.footer__copy  { font-size: var(--fs-xs); color: var(--c-text-3); }
.footer__legal { display: flex; gap: var(--sp-5); flex-wrap: wrap; }
.footer__legal a { font-size: var(--fs-xs); color: var(--c-text-3); transition: color var(--ease-fast); min-height: 32px; display: flex; align-items: center; }
@media (hover: hover) {
    .footer__legal a:hover { color: var(--c-cyan); }
}


/* ══════════════════════════════════════════
   21. LEGAL SEITEN
   ══════════════════════════════════════════ */
.legal-page           { background: var(--c-bg-1); padding-top: var(--header-h); min-height: 100vh; }
.legal-page__hero     { padding-block: clamp(2rem, 6vw, 3rem); border-bottom: 1px solid var(--c-border); margin-bottom: clamp(2rem, 5vw, 3rem); }
.legal-page__title    { font-size: clamp(1.8rem, 5vw, 2.5rem); font-weight: var(--fw-black); letter-spacing: -.03em; background: var(--c-grad-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: var(--sp-3); }
.legal-page__subtitle { font-size: var(--fs-sm); color: var(--c-text-3); }
.legal-content        { max-width: 800px; padding-bottom: clamp(3rem, 8vw, 6rem); }
.legal-content h2     { font-size: var(--fs-xl); font-weight: var(--fw-bold); color: var(--c-text-1); margin-top: clamp(1.5rem, 4vw, 2.5rem); margin-bottom: var(--sp-4); padding-bottom: var(--sp-3); border-bottom: 1px solid var(--c-border); letter-spacing: -.02em; }
.legal-content h3     { font-size: var(--fs-md); font-weight: var(--fw-semibold); color: var(--c-text-1); margin-top: var(--sp-6); margin-bottom: var(--sp-3); }
.legal-content p      { font-size: var(--fs-sm); color: var(--c-text-2); line-height: var(--lh-relaxed); margin-bottom: var(--sp-4); }
.legal-content ul     { margin: var(--sp-3) 0 var(--sp-4) var(--sp-5); list-style: disc; }
.legal-content ul li  { font-size: var(--fs-sm); color: var(--c-text-2); line-height: var(--lh-relaxed); margin-bottom: var(--sp-1); }
.legal-content a      { color: var(--c-cyan); }
.legal-info-box       { background: var(--c-bg-2); border: 1px solid var(--c-border); border-left: 3px solid var(--c-cyan); border-radius: var(--r-lg); padding: var(--sp-5) var(--sp-6); margin-bottom: var(--sp-6); }
.legal-info-box p     { margin-bottom: var(--sp-1); }
.legal-info-box p:last-child { margin-bottom: 0; }


/* ══════════════════════════════════════════
   22. COOKIE BANNER
   ══════════════════════════════════════════ */
.cookie-banner {
    position: fixed;
    bottom: var(--sp-6); left: 50%;
    transform: translateX(-50%) translateY(calc(100% + var(--sp-6)));
    width: min(720px, calc(100vw - var(--sp-8)));
    background: var(--c-bg-2);
    border: 1px solid var(--c-border-hi);
    border-radius: var(--r-2xl);
    box-shadow: 0 8px 40px rgba(0,0,0,.5), 0 0 0 1px rgba(34,211,238,.05);
    z-index: 9999;
    opacity: 0;
    transition: transform var(--ease-slow), opacity var(--ease-slow);
    pointer-events: none;
}
.cookie-banner--visible { transform: translateX(-50%) translateY(0); opacity: 1; pointer-events: auto; }
.cookie-banner--hidden  { display: none; }

.cookie-banner__inner   { display: flex; align-items: center; gap: var(--sp-6); padding: var(--sp-5) var(--sp-6); }
.cookie-banner__content { display: flex; align-items: flex-start; gap: var(--sp-4); flex: 1; }
.cookie-banner__icon    { font-size: 1.75rem; line-height: 1; flex-shrink: 0; margin-top: 2px; }
.cookie-banner__text    { flex: 1; }
.cookie-banner__title   { font-size: var(--fs-md); font-weight: var(--fw-semibold); color: var(--c-text-1); margin-bottom: var(--sp-1); line-height: var(--lh-tight); }
.cookie-banner__desc    { font-size: var(--fs-sm); color: var(--c-text-2); line-height: var(--lh-relaxed); }
.cookie-banner__link    { color: var(--c-cyan); text-decoration: underline; text-underline-offset: 2px; }
@media (hover: hover) {
    .cookie-banner__link:hover { color: #67e8f9; }
}

.cookie-banner__actions     { display: flex; flex-direction: column; gap: var(--sp-2); flex-shrink: 0; }
.cookie-banner__btn         { padding: .6rem 1.25rem; border-radius: var(--r-lg); font-size: var(--fs-sm); font-weight: var(--fw-semibold); cursor: pointer; transition: background var(--ease-base), border-color var(--ease-base), box-shadow var(--ease-base), color var(--ease-base); white-space: nowrap; border: 1px solid transparent; min-height: 44px; }
.cookie-banner__btn--accept { background: var(--c-cyan); color: #04070f; border-color: var(--c-cyan); }
@media (hover: hover) {
    .cookie-banner__btn--accept:hover  { background: #67e8f9; border-color: #67e8f9; box-shadow: 0 0 20px rgba(34,211,238,.3); }
    .cookie-banner__btn--decline:hover { border-color: var(--c-text-2); color: var(--c-text-1); }
}
.cookie-banner__btn--decline { background: transparent; color: var(--c-text-2); border-color: var(--c-border-hi); }

@media (max-width: 640px) {
    .cookie-banner__inner   { flex-direction: column; gap: var(--sp-4); padding: var(--sp-5); }
    .cookie-banner__actions { flex-direction: row; width: 100%; }
    .cookie-banner__btn     { flex: 1; text-align: center; }
}


/* ══════════════════════════════════════════
   23. INTERAKTIVE DEMO-FENSTER
   ══════════════════════════════════════════ */

/* Code Window */
.code-window          { background: #0b1120; border: 1px solid #1a2540; border-radius: 16px; overflow: hidden; }
.code-window__bar     { display: flex; align-items: center; gap: 6px; padding: 12px 16px; background: #080e1c; border-bottom: 1px solid #1a2540; }
.code-window__dot     { width: 10px; height: 10px; border-radius: 50%; }
.code-window__dot--red    { background: #ff5f57; }
.code-window__dot--yellow { background: #ffbd2e; }
.code-window__dot--green  { background: #28c840; }
.code-window__title   { margin-left: auto; font-size: 11px; color: #3a4a6a; font-family: var(--f-mono); }
.code-window__body    { padding: 10px 16px; font-family: var(--f-mono); font-size: 12px; line-height: 1.6; flex: 1; overflow: hidden; }
.cline { display: flex; align-items: baseline; gap: 12px; }
.ln    { color: #2a3a5a; font-size: 10px; min-width: 16px; text-align: right; user-select: none; }
.kw    { color: #818cf8; } .fn { color: #22d3ee; } .str { color: #86efac; }
.var   { color: #e2e8f0; } .op  { color: #64748b; } .cm  { color: #2a3a5a; }

.code-window .typed { overflow: hidden; white-space: nowrap; width: 0; animation: typing .5s steps(40) forwards; }
.code-window .cline:nth-child(1)  .typed { animation-delay: .2s;  }
.code-window .cline:nth-child(2)  .typed { animation-delay: .6s;  }
.code-window .cline:nth-child(3)  .typed { animation-delay: 1.0s; }
.code-window .cline:nth-child(4)  .typed { animation-delay: 1.4s; }
.code-window .cline:nth-child(5)  .typed { animation-delay: 1.8s; }
.code-window .cline:nth-child(6)  .typed { animation-delay: 2.2s; }
.code-window .cline:nth-child(7)  .typed { animation-delay: 2.6s; }
.code-window .cline:nth-child(8)  .typed { animation-delay: 3.0s; }
.code-window .cline:nth-child(9)  .typed { animation-delay: 3.4s; }
.code-window .cline:nth-child(10) .typed { animation-delay: 3.8s; }
@keyframes typing { from { width: 0; } to { width: 100%; } }

.code-cursor    { display: inline-block; width: 2px; height: 13px; background: #22d3ee; margin-left: 2px; vertical-align: middle; animation: blink-cursor .8s step-end infinite; }
.code-response  { margin: 0 12px 10px; padding: 8px 12px; background: rgba(34,211,238,.06); border: 1px solid rgba(34,211,238,.2); border-radius: 10px; font-size: 10.5px; color: #22d3ee; font-family: var(--f-mono); opacity: 0; animation: fadeIn .5s ease 4.2s forwards; }
.code-response__label { font-size: 9px; color: #3a4a6a; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 4px; }

/* Chat Window */
.chat-window          { background: #0b1120; border: 1px solid #1a2540; border-radius: 20px; overflow: hidden; }
.chat-window__header  { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: #080e1c; border-bottom: 1px solid #1a2540; }
.chat-window__avatar  { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #22d3ee, #818cf8); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: #04070f; flex-shrink: 0; }
.chat-window__name    { font-size: 13px; font-weight: 600; color: #e2e8f0; }
.chat-window__status  { display: flex; align-items: center; gap: 5px; font-size: 10px; color: #28c840; }
.chat-window__status-dot { width: 5px; height: 5px; border-radius: 50%; background: #28c840; box-shadow: 0 0 6px #28c840; animation: pulse-green 2s ease infinite; }
@keyframes pulse-green { 0%,100% { box-shadow:0 0 6px #28c840; } 50% { box-shadow:0 0 14px #28c840; } }
.chat-window__body    { padding: 10px 12px; display: flex; flex-direction: column; gap: 7px; flex: 1; overflow: hidden; }
.chat-window__input   { display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: #080e1c; border-top: 1px solid #1a2540; margin-top: auto; }
.chat-window__input-field { flex: 1; background: #101828; border: 1px solid #1a2540; border-radius: 20px; padding: 8px 14px; font-size: 12px; color: #3a4a6a; }
.chat-window__send    { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, #22d3ee, #818cf8); display: flex; align-items: center; justify-content: center; font-size: 12px; color: #04070f; flex-shrink: 0; }

.cmsg         { display: flex; gap: 8px; opacity: 0; transform: translateY(6px); animation: msgIn .4s ease forwards; }
.cmsg--user   { flex-direction: row-reverse; }
.cmsg:nth-child(1) { animation-delay: .4s;  }
.cmsg:nth-child(2) { animation-delay: 1.6s; }
.cmsg:nth-child(3) { animation-delay: 2.8s; }
.cmsg:nth-child(4) { animation-delay: 4.0s; }
@keyframes msgIn { to { opacity:1; transform:translateY(0); } }

.cmsg__avatar { width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; margin-top: 2px; }
.cmsg--bot  .cmsg__avatar  { background: linear-gradient(135deg, #22d3ee, #818cf8); color: #04070f; }
.cmsg--user .cmsg__avatar  { background: #1a2540; color: #64748b; }
.cmsg__bubble              { max-width: 220px; padding: 7px 11px; border-radius: 14px; font-size: 11px; line-height: 1.5; }
.cmsg--bot  .cmsg__bubble  { background: #101828; border: 1px solid #1a2540; color: #cbd5e1; border-bottom-left-radius: 4px; }
.cmsg--user .cmsg__bubble  { background: rgba(34,211,238,.1); border: 1px solid rgba(34,211,238,.2); color: #e2e8f0; border-bottom-right-radius: 4px; }

/* Workflow Window */
.workflow-window         { background: #0b1120; border: 1px solid #1a2540; border-radius: 20px; padding: 14px; overflow: hidden; }
.workflow-window__title  { font-size: 11px; color: #3a4a6a; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.workflow-window__title::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #22d3ee; box-shadow: 0 0 8px #22d3ee; animation: pulse-green 2s ease infinite; }
.workflow-window__stats  { display: flex; gap: 12px; margin-top: 12px; padding-top: 12px; border-top: 1px solid #1a2540; opacity: 0; animation: fadeIn .5s ease 4.2s forwards; }

.wf-steps { display: flex; flex-direction: column; }
.wf-step  { display: flex; align-items: flex-start; gap: 12px; opacity: 0; transform: translateX(-8px); animation: stepIn .4s ease forwards; }
.wf-step:nth-child(1) { animation-delay: .3s;  }
.wf-step:nth-child(2) { animation-delay: 1.1s; }
.wf-step:nth-child(3) { animation-delay: 1.9s; }
.wf-step:nth-child(4) { animation-delay: 2.7s; }
.wf-step:nth-child(5) { animation-delay: 3.5s; }
@keyframes stepIn { to { opacity:1; transform:translateX(0); } }

.wf-step__left    { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.wf-step__icon    { width: 28px; height: 28px; border-radius: 50%; border: 2px solid #1a2540; background: #080e1c; display: flex; align-items: center; justify-content: center; font-size: 11px; }
.wf-step__line    { width: 2px; height: 18px; background: linear-gradient(to bottom, #1a2540, transparent); margin: 2px 0; }
.wf-step__content { padding: 4px 0 14px; flex: 1; }
.wf-step__label   { font-size: 11px; font-weight: 600; color: #e2e8f0; margin-bottom: 2px; }
.wf-step__desc    { font-size: 10px; color: #3a4a6a; }
.wf-step__check   { font-size: 11px; color: #22d3ee; margin-top: 6px; flex-shrink: 0; opacity: 0; animation: fadeIn .3s ease forwards; }

.wf-step:nth-child(1) .wf-step__icon,
.wf-step:nth-child(2) .wf-step__icon { border-color: rgba(34,211,238,.4); }
.wf-step:nth-child(3) .wf-step__icon,
.wf-step:nth-child(4) .wf-step__icon { border-color: rgba(129,140,248,.4); }
.wf-step:nth-child(5) .wf-step__icon { border-color: rgba(40,200,64,.4); }

.wf-step:nth-child(1) .wf-step__check { animation-delay: .7s;  }
.wf-step:nth-child(2) .wf-step__check { animation-delay: 1.5s; }
.wf-step:nth-child(3) .wf-step__check { animation-delay: 2.3s; }
.wf-step:nth-child(4) .wf-step__check { animation-delay: 3.1s; }
.wf-step:nth-child(5) .wf-step__check { animation-delay: 3.9s; }

.wf-stat       { flex: 1; text-align: center; }
.wf-stat__num  { font-size: 18px; font-weight: 700; color: #22d3ee; }
.wf-stat__label { font-size: 9px; color: #3a4a6a; text-transform: uppercase; letter-spacing: .08em; margin-top: 2px; }
