﻿:root{
  --ink:#0A0B0F;
  --accent:#00C8F5;
  --accent-soft:rgba(0,200,245,.12);
  --accent-glow:rgba(0,200,245,.45);
}

html,body{background:#0A0B0F;color:#fff;max-width:100%;overflow-x:hidden}
body{
  font-family:'Cabinet Grotesk','General Sans','system-ui',sans-serif;
  -webkit-font-smoothing:antialiased;
  font-feature-settings:"ss01","ss02","cv11";
  letter-spacing:-0.005em;
}
::selection{background:#00C8F5;color:#000}
h1,h2,h3{font-feature-settings:"ss01","ss02";text-wrap:balance}

/* Ambient bg */
.amb{position:fixed;inset:0;pointer-events:none;z-index:0;
  background:
    radial-gradient(800px 600px at 80% -10%, rgba(0,200,245,.10), transparent 60%),
    radial-gradient(600px 400px at 10% 110%, rgba(0,200,245,.06), transparent 60%);
}
.grain{position:fixed;inset:0;pointer-events:none;z-index:1;opacity:.4;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/><feColorMatrix values='0 0 0 0 .42 0 0 0 0 .73 0 0 0 0 1 0 0 0 .04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ─── MARKTWAHRHEITEN 2026 — Statement Wall (Editorial Magazin) ─── */
.market-truths{
  background:
    radial-gradient(70% 80% at 20% 30%, rgba(0,200,245,.04), transparent 70%),
    radial-gradient(60% 70% at 85% 70%, rgba(0,200,245,.03), transparent 70%);
}

/* Custom Trennlinie zwischen den Wahrheiten — Cyan-Dot in der Mitte */
.truth-divider{
  display:flex;align-items:center;justify-content:center;
  margin:48px 0;position:relative;
}
.truth-divider::before,
.truth-divider::after{
  content:"";flex:1;height:1px;
  background:linear-gradient(to right, transparent, rgba(0,200,245,.18), transparent);
}
.truth-divider-dot{
  width:6px;height:6px;border-radius:50%;
  background:#00C8F5;
  margin:0 14px;
  box-shadow:0 0 14px rgba(0,200,245,.55);
  animation:truthDotPulse 3s ease-in-out infinite;
}
@keyframes truthDotPulse{
  0%,100%{opacity:.6;transform:scale(1)}
  50%{opacity:1;transform:scale(1.4)}
}

/* Hover-Akzent: Linke Cyan-Vertikallinie erscheint */
.truth-row{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:32px;
  align-items:start;
  position:relative;
  padding:10px 0 10px 18px;
  margin-left:-18px;
  transition:transform .5s cubic-bezier(.22,.61,.36,1);
}
.truth-row::before{
  content:"";
  position:absolute;left:0;top:50%;
  width:2px;height:0;
  background:linear-gradient(to bottom, transparent, #00C8F5, transparent);
  transform:translateY(-50%);
  transition:height .5s cubic-bezier(.22,.61,.36,1);
  box-shadow:0 0 14px rgba(0,200,245,.6);
}
.truth-row:hover{transform:translateX(4px)}
.truth-row:hover::before{height:80%}
.truth-row:hover .truth-num{
  color:#7FE5FA;
  text-shadow:0 0 38px rgba(0,200,245,.7), 0 0 80px rgba(0,200,245,.35);
  transform:scale(1.04);
}
.truth-row:hover .truth-headline{
  color:#fff;
  letter-spacing:-.025em;
}

.truth-num{
  font-family:'Fraunces',serif;font-style:italic;font-weight:500;
  font-size:clamp(60px, 7vw, 92px);
  line-height:.85;
  color:rgba(0,200,245,.88);
  text-shadow:0 0 24px rgba(0,200,245,.4);
  min-width:68px;
  letter-spacing:-.03em;
  font-variation-settings:"opsz" 144;
  transition:color .5s ease, text-shadow .5s ease, transform .5s cubic-bezier(.22,.61,.36,1);
  animation:truthNumGlow 5s ease-in-out infinite;
  transform-origin:left center;
}
@keyframes truthNumGlow{
  0%,100%{text-shadow:0 0 18px rgba(0,200,245,.30), 0 0 36px rgba(0,200,245,.15)}
  50%{text-shadow:0 0 28px rgba(0,200,245,.50), 0 0 58px rgba(0,200,245,.25)}
}
.truth-row:nth-child(2) .truth-num{animation-delay:.8s}
.truth-row:nth-child(3) .truth-num{animation-delay:1.6s}

/* Pre-Tag über jeder Headline */
.truth-tag{
  display:inline-flex;align-items:center;gap:8px;
  font-family:'Cabinet Grotesk','General Sans',sans-serif;
  font-size:10px;font-weight:600;
  color:rgba(0,200,245,.85);
  letter-spacing:.22em;text-transform:uppercase;
  margin-bottom:14px;
}
.truth-tag::before{
  content:"";width:18px;height:1px;background:#00C8F5;
}
.truth-headline{
  font-weight:700;
  font-size:clamp(1.4rem, 2.3vw, 2rem);
  line-height:1.14;
  color:rgba(255,255,255,.96);
  letter-spacing:-.02em;
  margin-bottom:14px;
  transition:color .35s ease, letter-spacing .5s ease;
}
.truth-text{
  color:rgba(255,255,255,.6);
  font-size:clamp(15px, 1.18vw, 17.5px);
  line-height:1.6;
  font-weight:400;
}
@media (max-width:640px){
  .truth-row{grid-template-columns:1fr;gap:14px;padding-left:0;margin-left:0}
  .truth-row::before{display:none}
  .truth-num{font-size:52px}
}

/* ─── FOUNDER STATEMENT SECTION ─── Editorial Magazine Spread */
.founder-statement{
  background:
    radial-gradient(60% 80% at 20% 30%, rgba(0,200,245,.04), transparent 70%),
    radial-gradient(50% 70% at 85% 70%, rgba(0,200,245,.03), transparent 70%);
}
.founder-portrait-wrap{
  position:relative;
  border-radius:6px;
  overflow:visible;
}
.founder-portrait-wrap > .founder-portrait-inner{
  position:relative;overflow:hidden;border-radius:6px;
}
.founder-portrait-wrap img{
  display:block;width:100%;height:auto;
  aspect-ratio:3/4;object-fit:cover;
  filter:saturate(.92) contrast(1.05);
  transition:transform 1.2s cubic-bezier(.22,.61,.36,1), filter .6s ease;
}
.founder-portrait-wrap:hover img{transform:scale(1.03); filter:saturate(1.05) contrast(1.08)}
.founder-portrait-corner-tl{
  position:absolute;top:-8px;left:-8px;width:28px;height:28px;
  border-top:2px solid #00C8F5;border-left:2px solid #00C8F5;z-index:2;
}
.founder-portrait-corner-br{
  position:absolute;bottom:-8px;right:-8px;width:28px;height:28px;
  border-bottom:2px solid #00C8F5;border-right:2px solid #00C8F5;z-index:2;
}
.founder-portrait-tag{
  position:absolute;bottom:18px;left:18px;
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 13px;border-radius:9999px;
  background:rgba(10,11,15,.78);
  backdrop-filter:blur(14px);
  border:1px solid rgba(0,200,245,.32);
  font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#fff;
  z-index:3;font-weight:600;
}
.founder-portrait-tag-dot{
  width:6px;height:6px;border-radius:50%;background:#00C8F5;
  box-shadow:0 0 12px #00C8F5;
}
.founder-quote-mark{
  font-family:'Fraunces',serif;font-style:italic;font-weight:500;
  color:rgba(0,200,245,.55);
  font-size:clamp(120px, 16vw, 200px);
  line-height:.7;
  margin-bottom:-22px;display:block;
  text-shadow:0 0 60px rgba(0,200,245,.4);
  font-variation-settings:"opsz" 144;
}
.founder-quote{
  font-family:'Fraunces',serif;font-style:italic;font-weight:400;
  font-size:clamp(1.4rem, 2.5vw, 2.25rem);
  line-height:1.3;
  letter-spacing:-.015em;
  color:rgba(255,255,255,.88);
  margin:0 0 36px;
  font-variation-settings:"opsz" 144, "SOFT" 30;
}
.founder-quote-accent{
  color:#00C8F5;
  text-shadow:0 0 18px rgba(0,200,245,.5);
}
.founder-signature{
  display:flex;align-items:center;gap:18px;
  padding-top:28px;border-top:1px solid rgba(255,255,255,.08);
}
.founder-signature-line{
  width:50px;height:1px;
  background:linear-gradient(to right, #00C8F5, transparent);
}
.founder-name{
  font-weight:700;color:#fff;font-size:15px;letter-spacing:-.01em;
}
.founder-role{
  font-size:10.5px;color:rgba(255,255,255,.5);
  letter-spacing:.14em;text-transform:uppercase;margin-top:4px;
}

/* ─── Clean Cyan-Highlight (für Ziel/Stil — solid, kein Chrome, kein Italic) ─── */
.text-cyan{
  color:#00C8F5;
  text-shadow:
    0 0 2px rgba(255,255,255,.45),
    0 0 18px rgba(0,200,245,.55),
    0 0 40px rgba(0,200,245,.28);
}

/* ─── PREMIUM CYAN METALLIC CHROME (parked für spätere Verwendung) ─────────
   Layer 1 (Fallback): solider #00C8F5 mit weissem Highlight + Glow
   Layer 2 (@supports): echter Chrome-Gradient mit beweglichem Highlight
   Funktioniert in JEDEM Browser */

/* FALLBACK: solid color + glow + pulsing white highlight */
.metal-blue, .ital.metal-blue{
  color:#00C8F5;
  text-shadow:
    0 0 2px rgba(255,255,255,.85),
    0 0 14px rgba(0,200,245,.85),
    0 0 32px rgba(0,200,245,.55),
    0 0 64px rgba(0,200,245,.30);
  animation:metalGlow 4.5s ease-in-out infinite;
}
@keyframes metalGlow{
  0%,100%{
    text-shadow:
      0 0 2px rgba(255,255,255,.6),
      0 0 12px rgba(0,200,245,.55),
      0 0 28px rgba(0,200,245,.35),
      0 0 50px rgba(0,200,245,.18);
  }
  50%{
    text-shadow:
      0 0 3px rgba(255,255,255,1),
      0 0 22px rgba(0,200,245,.95),
      0 0 48px rgba(0,200,245,.70),
      0 0 90px rgba(0,200,245,.40);
  }
}

/* CHROME GRADIENT: moderne Browser kriegen den echten Metallic-Effekt */
@supports ((-webkit-background-clip:text) or (background-clip:text)){
  .metal-blue, .ital.metal-blue{
    color:transparent;
    -webkit-text-fill-color:transparent;
    background-image:linear-gradient(135deg,
      #00558A 0%,
      #00A0D8 18%,
      #00C8F5 32%,
      #7FE5FA 46%,
      #FFFFFF 50%,
      #7FE5FA 54%,
      #00C8F5 68%,
      #00A0D8 82%,
      #00558A 100%);
    background-size:280% 280%;
    -webkit-background-clip:text;
            background-clip:text;
    filter:
      drop-shadow(0 0 22px rgba(0,200,245,.55))
      drop-shadow(0 0 55px rgba(0,200,245,.30))
      drop-shadow(0 2px 0 rgba(0,85,138,.4));
    animation:chromeShine 6s ease-in-out infinite;
  }
  @keyframes chromeShine{
    0%,100%{background-position:0% 50%}
    50%{background-position:100% 50%}
  }
}

/* ─── Hero Mini-Stats (Investment-Bank-Premium-Style) ─── */
.hero-stats{
  display:flex;
  align-items:stretch;
  justify-content:center;
  gap:0;
  flex-wrap:wrap;
  max-width:900px;
  margin:0 auto;
}
.hero-stat{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:10px 30px;
  position:relative;
  min-width:160px;
}
.hero-stat:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0; top:50%;
  transform:translateY(-50%);
  width:1px; height:42px;
  background:linear-gradient(to bottom, transparent, rgba(0,200,245,.32), transparent);
}
.hero-stat-value{
  font-family:'Cabinet Grotesk','General Sans',sans-serif;
  font-size:28px;
  font-weight:800;
  color:#00C8F5;
  letter-spacing:.01em;
  line-height:1;
  text-shadow:0 0 24px rgba(0,200,245,.75),0 0 50px rgba(0,200,245,.35);
}
.hero-stat-label{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:rgba(255,255,255,.85);
  margin-top:11px;
  white-space:nowrap;
  font-weight:600;
}
@media (max-width:640px){
  .hero-stat{min-width:160px;padding:12px 18px}
  .hero-stat:not(:last-child)::after{display:none}
  .hero-stat-value{font-size:24px}
  .hero-stat-label{font-size:11px}
}

/* Hero-CTA — Premium Editorial Style (weiss/cremig, dezenter Cyan-Akzent im Pfeil) */
.btn-hero-cta{
  position:relative;
  background:#fff;
  color:#0A0B0F;
  box-shadow:
    0 16px 50px -10px rgba(255,255,255,.25),
    0 0 0 1px rgba(255,255,255,.6) inset,
    inset 0 1px 0 rgba(255,255,255,.95);
  transition:transform .35s ease, box-shadow .35s ease;
  z-index:1;
}
.btn-hero-cta:hover{
  transform:translateY(-3px);
  background:#fff;
  box-shadow:
    0 24px 70px -10px rgba(255,255,255,.45),
    0 0 0 1px rgba(0,200,245,.4),
    inset 0 1px 0 rgba(255,255,255,1),
    0 0 40px -10px rgba(0,200,245,.4);
}
.btn-hero-cta svg{
  color:#00C8F5;
  transition:transform .35s ease, color .35s ease;
}
.btn-hero-cta:hover svg{
  transform:translateX(4px);
  color:#008FD1;
}
/* Sehr subtiler Pulse-Ring (statt 2 Cyan-Ringe) */
.btn-hero-cta::before{
  content:"";position:absolute;inset:-2px;border-radius:9999px;
  border:1px solid rgba(255,255,255,.25);
  animation:ctaPulseRing 3.5s cubic-bezier(.4,0,.6,1) infinite;
  pointer-events:none;z-index:-1;
}
@keyframes ctaPulseRing{
  0%{transform:scale(1);opacity:.5}
  100%{transform:scale(1.18);opacity:0}
}

.ital{
  font-family:'Fraunces',serif;
  font-style:italic;
  font-weight:500;
  color:#00C8F5;
  letter-spacing:-0.015em;
  font-variation-settings:"opsz" 96, "SOFT" 50;
}

/* Inline pill image */
.inline-pill{
  display:inline-block;
  width:clamp(80px, 11vw, 168px);
  height:clamp(40px, 5.6vw, 80px);
  border-radius:999px;
  background-size:cover;background-position:center;
  vertical-align:middle;
  margin:-0.05em 0.15em 0;
  box-shadow:0 10px 40px rgba(0,200,245,.25), inset 0 0 0 1px rgba(255,255,255,.08);
  filter:saturate(1.1) contrast(1.05);
}
.inline-pill.b{background-image:linear-gradient(135deg, rgba(0,200,245,.5), rgba(0,200,245,0)), url('https://images.unsplash.com/photo-1531973576160-7125cd663d86?w=600&h=300&fit=crop&q=85')}
.inline-pill.c{background-image:url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=600&h=300&fit=crop&q=85')}

/* Marquee */
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.marquee-track{animation:marquee 60s linear infinite;will-change:transform}
.marquee-track:hover{animation-play-state:paused}

/* Glass nav */
.nav-pill{
  background:rgba(10,11,15,.55);
  backdrop-filter:blur(20px) saturate(160%);
  -webkit-backdrop-filter:blur(20px) saturate(160%);
  border:1px solid rgba(255,255,255,.08);
  transition:background .3s ease, border-color .3s ease;
}
/* Smart-Nav: beim Runterscrollen ausblenden, beim Hochscrollen einblenden */
nav.smart-nav{ transition:transform .45s cubic-bezier(.22,1,.36,1); will-change:transform; }
nav.smart-nav.nav-hide{ transform:translate(-50%, -165%) !important; }
@media (prefers-reduced-motion: reduce){ nav.smart-nav{ transition:none; } }

/* Brand wordmark — voll auf Desktop, kompakt auf Mobile */
.brand-wordmark{display:flex;flex-direction:column;line-height:.98;letter-spacing:-.01em}
.brand-wordmark-main{font-weight:800;font-size:15.5px;color:#fff}
.brand-wordmark-sub{font-size:9px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-top:2px;font-family:'General Sans',sans-serif}
@media (min-width:768px){
  .brand-wordmark-main{font-size:17px}
  .brand-wordmark-sub{font-size:10px}
}

/* Nav dropdown (Leistungen) */
.nav-dropdown{position:relative}
.nav-dropdown::before{content:"";position:absolute;top:100%;left:-12px;right:-12px;height:18px}
.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:5px;cursor:pointer;user-select:none}
.nav-dropdown-trigger svg{transition:transform .28s ease;opacity:.55}
.nav-dropdown:hover .nav-dropdown-trigger,
.nav-dropdown:focus-within .nav-dropdown-trigger{color:#fff}
.nav-dropdown:hover .nav-dropdown-trigger svg,
.nav-dropdown:focus-within .nav-dropdown-trigger svg{transform:rotate(180deg);opacity:1}
.nav-dropdown-menu{
  position:absolute;top:calc(100% + 14px);left:50%;
  transform:translateX(-50%) translateY(-8px);
  min-width:260px;
  background:rgba(10,11,15,.88);
  backdrop-filter:blur(28px) saturate(170%);
  -webkit-backdrop-filter:blur(28px) saturate(170%);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:7px;
  opacity:0;pointer-events:none;
  transition:opacity .24s ease, transform .24s ease;
  box-shadow:0 28px 60px -14px rgba(0,0,0,.6), 0 0 0 1px rgba(0,200,245,.04);
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.nav-dropdown-item{
  display:flex;align-items:baseline;gap:12px;
  padding:11px 14px;border-radius:12px;
  color:rgba(255,255,255,.78);
  font-size:13.5px;font-weight:500;
  transition:background .18s ease, color .18s ease;
}
.nav-dropdown-item:hover{background:rgba(0,200,245,.07);color:#fff}
.nav-dropdown-num{
  font-size:10.5px;font-weight:700;color:#00C8F5;
  letter-spacing:.1em;font-family:'JetBrains Mono',monospace;
  min-width:22px;
}

/* Buttons */
.btn-primary{
  background:#fff;color:#0A0B0F;
  box-shadow:0 12px 50px -10px rgba(255,255,255,.18), inset 0 1px 0 rgba(255,255,255,.4);
  transition:transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.btn-primary:hover{
  transform:translateY(-2px);background:#00C8F5;color:#06121F;
  box-shadow:0 18px 60px -10px rgba(0,200,245,.55), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn-ghost{
  border:1px solid rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,0);
  transition:background .25s ease, border-color .25s ease;
}
.btn-ghost:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.32)}

.dot{
  width:9px;height:9px;border-radius:50%;background:#00C8F5;
  box-shadow:0 0 22px #00C8F5, 0 0 0 2px rgba(0,200,245,.18);
  animation:pulse 2.6s ease-in-out infinite;
}
@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.85);opacity:.55}}

/* ─── Pillar Intro chips ─── */
.pillar-chip{
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.025), transparent);
  border-radius:18px;
  padding:28px;
  transition:border-color .4s ease, transform .4s ease, background .4s ease;
  cursor:pointer;
  position:relative;
  overflow:hidden;
}
.pillar-chip:hover{border-color:rgba(0,200,245,.5);transform:translateY(-4px);background:linear-gradient(180deg, rgba(0,200,245,.06), transparent)}
.pillar-chip-num{font-family:'Instrument Serif',serif;font-style:italic;color:#00C8F5;font-size:54px;line-height:1;margin-bottom:14px;display:block}
.pillar-chip-arrow{
  position:absolute;top:24px;right:24px;
  width:36px;height:36px;border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  display:flex;align-items:center;justify-content:center;
  transition:background .3s, border-color .3s, transform .3s;
}
.pillar-chip:hover .pillar-chip-arrow{background:#00C8F5;border-color:#00C8F5;transform:rotate(-45deg)}
.pillar-chip:hover .pillar-chip-arrow svg{stroke:#0A0B0F}

/* ─── DEEP SERVICE CHAPTER ─── */
.svc-chapter{
  position:relative;
  padding:120px 0;
}
@media (min-width:880px){.svc-chapter{padding:160px 0}}

/* Massive ghost number in background of chapter */
.svc-ghost{
  position:absolute;
  font-family:'Instrument Serif',serif;font-style:italic;
  color:rgba(255,255,255,.06);
  font-size:clamp(280px, 38vw, 540px);
  line-height:.85;
  letter-spacing:-.06em;
  pointer-events:none;
  z-index:0;
  user-select:none;
}

/* ─── DASHBOARD MOCKUP (Service 01) ─── */
.dash{
  background:linear-gradient(180deg, #0F1117, #0A0B0F);
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:22px;
  position:relative;
  box-shadow:0 60px 100px -40px rgba(0,0,0,.8), 0 0 0 1px rgba(0,200,245,.06);
}
.dash-head{
  display:flex;justify-content:space-between;align-items:center;
  padding-bottom:18px;margin-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.dash-title{font-size:13px;color:#fff;font-weight:600;display:flex;align-items:center;gap:8px}
.dash-status{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#00C8F5;letter-spacing:.1em}
.dash-status .blink{width:7px;height:7px;border-radius:50%;background:#00C8F5;box-shadow:0 0 12px #00C8F5;animation:pulse 1.6s infinite}
.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.dash-tile{
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.05);
  border-radius:14px;
  padding:16px;
  position:relative;
}
.dash-tile-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.17em;color:#5B6070;margin-bottom:10px;font-weight:600}
.dash-tile-val{font-family:'Instrument Serif',serif;font-style:italic;font-size:38px;color:#fff;line-height:1}
.dash-tile-val.accent{color:#00C8F5}
.dash-tile-trend{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;color:#00C8F5;margin-top:8px;font-weight:600}
.dash-tile-trend svg{width:11px;height:11px}
.dash-chart{
  grid-column:span 2;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.05);
  border-radius:14px;padding:18px;
}
.dash-chart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.dash-bars{display:flex;align-items:flex-end;gap:6px;height:110px}
.dash-bar{
  flex:1;border-radius:5px 5px 0 0;
  background:linear-gradient(180deg, #00C8F5, rgba(0,200,245,.18));
  position:relative;
  transition:transform .6s ease;
}
.dash-bar.tall{background:linear-gradient(180deg, #7FE5FA, rgba(0,200,245,.3))}
.dash-feed{
  display:flex;flex-direction:column;gap:8px;
  grid-column:span 2;
  background:rgba(255,255,255,.02);
  border:1px solid rgba(255,255,255,.05);
  border-radius:14px;padding:14px;
}
.feed-item{display:flex;align-items:center;gap:10px;font-size:12.5px;color:#9AA0AE}
.feed-item .live-dot{width:6px;height:6px;border-radius:50%;background:#00C8F5;flex-shrink:0;box-shadow:0 0 8px #00C8F5}
.feed-item time{margin-left:auto;color:#5B6070;font-size:11px}
.feed-item strong{color:#fff;font-weight:500}

/* ─── PHONE MOCKUP (Service 02) ─── */
.phone{
  width:300px;height:600px;
  border-radius:46px;
  background:linear-gradient(180deg,#1A1D26,#0E1015);
  padding:11px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 60px 120px -40px rgba(0,0,0,.85), inset 0 0 0 1px rgba(255,255,255,.04);
  position:relative;
  margin:0 auto;
}
@media (max-width:480px){.phone{width:260px;height:520px;border-radius:40px}}
.phone::before{
  content:""; position:absolute; top:18px; left:50%; transform:translateX(-50%);
  width:110px; height:30px; background:#000; border-radius:0 0 18px 18px; z-index:3;
}
.phone-screen{
  width:100%;height:100%;border-radius:36px;
  background-image:linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.55) 70%, rgba(0,0,0,.85)), url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=600&h=1200&fit=crop&q=85');
  background-size:cover;background-position:center;
  position:relative;overflow:hidden;
}
.phone-ui{
  position:absolute;inset:0;padding:60px 18px 22px;
  display:flex;flex-direction:column;justify-content:space-between;
  z-index:2;color:#fff;
}
.phone-top{display:flex;justify-content:space-between;align-items:center;font-size:11.5px;font-weight:600}
.phone-top .acct{display:flex;align-items:center;gap:8px}
.phone-top .acct .av{width:24px;height:24px;border-radius:50%;background:#00C8F5;display:flex;align-items:center;justify-content:center;color:#0A0B0F;font-weight:700;font-size:11px;border:2px solid #fff}
.phone-side{position:absolute;right:14px;bottom:96px;display:flex;flex-direction:column;gap:18px;align-items:center}
.phone-side-btn{display:flex;flex-direction:column;align-items:center;gap:4px;color:#fff;font-size:11px;font-weight:600;text-shadow:0 1px 4px rgba(0,0,0,.6)}
.phone-side-btn svg{width:28px;height:28px}
.phone-bot{display:flex;flex-direction:column;gap:8px}
.phone-handle{font-size:13.5px;font-weight:700}
.phone-caption{font-size:12px;line-height:1.4;color:rgba(255,255,255,.92);text-shadow:0 1px 4px rgba(0,0,0,.6)}
.phone-cta-bot{
  background:rgba(0,200,245,.95);color:#06121F;
  border-radius:14px;padding:11px 14px;
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  font-size:13px;font-weight:700;margin-top:8px;
}
.phone-cta-bot svg{width:14px;height:14px}

/* Floating notif cards beside phone */
.notif{
  background:linear-gradient(180deg,#13151B,#0E1015);
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;padding:14px 16px;
  box-shadow:0 30px 60px -30px rgba(0,0,0,.7);
  display:flex;align-items:center;gap:12px;
}
.notif-icon{width:36px;height:36px;border-radius:10px;background:rgba(0,200,245,.15);border:1px solid rgba(0,200,245,.4);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#00C8F5}
.notif-icon svg{width:18px;height:18px}
.notif-text{font-size:13px;color:#fff}
.notif-text small{display:block;color:#9AA0AE;font-size:11px;margin-top:2px}

/* Funnel viz */
.funnel{display:flex;flex-direction:column;gap:6px;margin-top:32px}
.funnel-row{display:flex;align-items:center;gap:14px}
.funnel-bar{
  height:42px;border-radius:8px;
  background:linear-gradient(90deg, rgba(0,200,245,.7), rgba(0,200,245,.2));
  display:flex;align-items:center;padding:0 16px;
  font-weight:700;font-size:14px;color:#fff;
  border:1px solid rgba(0,200,245,.3);
  transition:width 1s cubic-bezier(.2,.7,.2,1);
}
.funnel-bar.b{background:linear-gradient(90deg, rgba(0,200,245,.55), rgba(0,200,245,.15))}
.funnel-bar.c{background:linear-gradient(90deg, rgba(0,200,245,.42), rgba(0,200,245,.1))}
.funnel-bar.d{background:linear-gradient(90deg, rgba(0,200,245,.85), rgba(0,200,245,.3));color:#06121F}
.funnel-label{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:#5B6070;width:120px;flex-shrink:0;font-weight:600}

/* ─── BROWSER MOCKUP (Service 03) ─── */
.browser{
  border-radius:18px;
  background:#0E1015;
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
  box-shadow:0 60px 120px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(0,200,245,.06);
}

/* ── KI-Antwort Mockup (ChatGPT-Style, kompakt) ── */
.ki-mock{
  border-radius:18px;
  background:#0E1015;
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
  box-shadow:0 60px 120px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(0,200,245,.06);
}
.ki-mock-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 20px;
  background:rgba(255,255,255,.025);
  border-bottom:1px solid rgba(255,255,255,.05);
}
.ki-mock-app{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ki-mock-icon{
  width:28px;height:28px;border-radius:8px;
  background:#000;display:flex;align-items:center;justify-content:center;
}
.ki-mock-name{font-weight:700;font-size:14px;color:#fff;letter-spacing:-.01em}
.ki-mock-badge{
  font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(255,255,255,.5);
  border:1px solid rgba(255,255,255,.15);
  padding:3px 8px;border-radius:5px;
}
.ki-mock-time{font-size:11px;color:rgba(255,255,255,.35)}
.ki-mock-body{padding:28px 32px 32px}
.ki-mock-q{
  font-size:14.5px;color:rgba(255,255,255,.55);
  padding:14px 18px;border-radius:12px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  margin-bottom:22px;
  font-weight:500;
}
.ki-mock-a{
  font-size:16px;line-height:1.55;color:rgba(255,255,255,.85);
  font-weight:400;
}
.ki-mock-hl{
  color:#00C8F5;font-weight:700;
  text-shadow:0 0 14px rgba(0,200,245,.4);
  padding:1px 6px;border-radius:5px;
  background:rgba(0,200,245,.10);
}
.ki-mock-source{
  margin-top:18px;padding-top:14px;
  border-top:1px solid rgba(255,255,255,.06);
  display:inline-flex;align-items:center;gap:7px;
  font-size:12px;color:rgba(0,200,245,.85);
  font-weight:500;
}
/* ── Premium Flow V2 — Cards mit animierten Pfeilen dazwischen ── */
.flow-v2-container{
  max-width:920px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:0;
}
.flow-v2-card{
  position:relative;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(0,200,245,.045), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.005));
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  padding:36px 42px 38px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:36px;
  align-items:start;
  transition:transform .55s cubic-bezier(.22,.61,.36,1), border-color .55s ease, box-shadow .55s ease, background .55s ease;
  overflow:hidden;
  isolation:isolate;
}
/* Cyan-Edge oben — erscheint beim Hover */
.flow-v2-card::before{
  content:"";
  position:absolute;top:0;left:36px;right:36px;
  height:1px;
  background:linear-gradient(to right, transparent, rgba(0,200,245,.7), transparent);
  opacity:0;
  transition:opacity .55s ease;
}
/* Floating glow blob — wandert über die Card */
.flow-v2-card::after{
  content:"";
  position:absolute;
  top:-80px;right:-80px;
  width:280px;height:280px;
  background:radial-gradient(circle, rgba(0,200,245,.10), transparent 70%);
  border-radius:50%;
  opacity:0;
  transition:opacity .55s ease;
  pointer-events:none;
  z-index:-1;
}
.flow-v2-card:hover{
  transform:translateY(-6px);
  border-color:rgba(0,200,245,.45);
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(0,200,245,.08), transparent 60%),
    linear-gradient(180deg, rgba(0,200,245,.04), rgba(255,255,255,.005));
  box-shadow:
    0 0 0 1px rgba(0,200,245,.25),
    0 36px 90px -30px rgba(0,200,245,.4),
    0 0 80px -10px rgba(0,200,245,.25);
}
.flow-v2-card:hover::before{opacity:1}
.flow-v2-card:hover::after{opacity:1}

/* Nummer-Block links */
.flow-v2-num-wrap{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:100px;
  padding-top:4px;
  position:relative;
}
.flow-v2-num{
  font-family:'Fraunces',serif;
  font-style:italic;
  font-weight:500;
  font-size:92px;
  color:transparent;
  background:linear-gradient(135deg, #B5EBFA 0%, #4FD8F8 50%, #00A6D8 100%);
  -webkit-background-clip:text;
          background-clip:text;
  line-height:.82;
  filter:drop-shadow(0 0 12px rgba(0,200,245,.25));
  letter-spacing:-.04em;
  margin-bottom:10px;
  position:relative;
}
/* Subtle ring around number */
.flow-v2-num-wrap::before{
  content:"";
  position:absolute;
  top:-6px;left:-12px;
  width:78px;height:78px;
  border:1.5px solid rgba(0,200,245,.22);
  border-radius:50%;
  pointer-events:none;
}
.flow-v2-phase{
  font-family:'Cabinet Grotesk','General Sans',sans-serif;
  font-size:9.5px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:rgba(0,200,245,.9);
  font-weight:700;
  display:inline-flex;align-items:center;gap:7px;
}
.flow-v2-phase::before{
  content:"";width:12px;height:1px;background:#00C8F5;
}

/* Meta-Bar oben rechts: Icon + Dauer */
.flow-v2-meta{
  position:absolute;
  top:22px;right:24px;
  display:flex;
  align-items:center;
  gap:10px;
  z-index:2;
}
.flow-v2-icon{
  width:34px;height:34px;
  border-radius:10px;
  background:rgba(0,200,245,.08);
  border:1px solid rgba(0,200,245,.25);
  display:flex;align-items:center;justify-content:center;
  color:#00C8F5;
  transition:background .4s ease, border-color .4s ease, transform .4s ease;
}
.flow-v2-icon svg{width:17px;height:17px}
.flow-v2-card:hover .flow-v2-icon{
  background:rgba(0,200,245,.18);
  border-color:rgba(0,200,245,.5);
  transform:rotate(-6deg) scale(1.08);
}
.flow-v2-duration{
  font-family:'Cabinet Grotesk','General Sans',sans-serif;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(255,255,255,.55);
  font-weight:600;
  padding:5px 10px;
  border-radius:9999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  transition:color .4s ease, border-color .4s ease;
}
.flow-v2-card:hover .flow-v2-duration{
  color:rgba(0,200,245,.95);
  border-color:rgba(0,200,245,.3);
}

.flow-v2-body{padding-top:4px;padding-right:20px}
.flow-v2-headline{
  font-weight:700;
  font-size:clamp(1.5rem, 2.4vw, 2rem);
  line-height:1.1;
  color:#fff;
  letter-spacing:-.02em;
  margin-bottom:14px;
}
.flow-v2-text{
  color:rgba(255,255,255,.7);
  font-size:15px;
  line-height:1.62;
  margin-bottom:18px;
}
.flow-v2-tags{display:flex;flex-wrap:wrap;gap:8px}
.flow-v2-tag{
  padding:5px 12px;
  border-radius:9999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.1);
  font-size:11.5px;
  color:rgba(255,255,255,.7);
  letter-spacing:.04em;
  transition:background .3s ease, border-color .3s ease, color .3s ease;
}
.flow-v2-card:hover .flow-v2-tag{
  border-color:rgba(0,200,245,.4);
  background:rgba(0,200,245,.08);
  color:#fff;
}

/* Pfeil zwischen den Karten — mit Trail-Effekt */
.flow-v2-arrow{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  height:96px;
  color:#00C8F5;
  filter:drop-shadow(0 0 14px rgba(0,200,245,.55));
}
/* Cyan-Trail-Linie hinter dem Pfeil */
.flow-v2-arrow::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;bottom:0;
  width:2px;
  transform:translateX(-50%);
  background:linear-gradient(to bottom,
    transparent 0%,
    rgba(0,200,245,.3) 25%,
    rgba(0,200,245,.6) 50%,
    rgba(0,200,245,.3) 75%,
    transparent 100%);
  box-shadow:0 0 12px rgba(0,200,245,.4);
}
/* Wandernder Glow-Punkt entlang des Trails (ruhiger, eleganter) */
.flow-v2-arrow::after{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:6px;height:6px;
  border-radius:50%;
  background:#00C8F5;
  transform:translateX(-50%);
  box-shadow:0 0 8px rgba(0,200,245,.5), 0 0 16px rgba(0,200,245,.25);
  animation:arrowTrailDot 5s cubic-bezier(.55,0,.45,1) infinite;
  opacity:.7;
}
@keyframes arrowTrailDot{
  0%{top:8px;opacity:0;transform:translateX(-50%) scale(.4)}
  15%{opacity:.7;transform:translateX(-50%) scale(1)}
  85%{opacity:.7;transform:translateX(-50%) scale(1)}
  100%{top:calc(100% - 16px);opacity:0;transform:translateX(-50%) scale(.4)}
}
.flow-v2-arrow svg{
  position:relative;
  width:20px;
  height:48px;
  z-index:2;
  opacity:.7;
  animation:flowArrowBounce 5s cubic-bezier(.4,0,.6,1) infinite;
}
@keyframes flowArrowBounce{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(6px)}
}
/* Stagger Arrows + Trail-Dots so they don't all bounce in sync */
.flow-v2-arrow:nth-of-type(2) svg,
.flow-v2-arrow:nth-of-type(2)::after{animation-delay:1.2s}
.flow-v2-arrow:nth-of-type(3) svg,
.flow-v2-arrow:nth-of-type(3)::after{animation-delay:2.4s}
.flow-v2-arrow:nth-of-type(4) svg,
.flow-v2-arrow:nth-of-type(4)::after{animation-delay:3.6s}

/* Endpunkt-Card mit Cyan-Tönung */
.flow-v2-card-end{
  background:linear-gradient(180deg, rgba(0,200,245,.10), rgba(0,200,245,.02))!important;
  border:2px solid rgba(0,200,245,.3)!important;
}
.flow-v2-num-check{
  width:78px;height:78px;
  border-radius:50%;
  background:linear-gradient(135deg,#7FE5FA 0%,#00C8F5 50%,#0090C8 100%);
  display:flex;align-items:center;justify-content:center;
  color:#0A0B0F;
  box-shadow:
    0 0 50px rgba(0,200,245,.7),
    inset 0 2px 0 rgba(255,255,255,.4);
  margin-bottom:8px;
}
.flow-v2-phase-end{color:#00C8F5}

/* Mobile responsive */
@media (max-width:680px){
  .flow-v2-card{padding:22px 22px;grid-template-columns:1fr;gap:14px}
  .flow-v2-num-wrap{flex-direction:row;align-items:baseline;gap:14px;min-width:0}
  .flow-v2-num{font-size:48px;margin-bottom:0}
  .flow-v2-headline{font-size:1.35rem}
  .flow-v2-text{font-size:14.5px}
  .flow-v2-arrow{height:54px}
  .flow-v2-arrow svg{width:20px;height:42px}
  .flow-v2-num-check{width:54px;height:54px}
  .flow-v2-num-check svg{width:24px;height:24px}
}

/* ── Premium Prozess Flow — Cards mit Connector, Glow, Tilt (OLD V1, unused) ── */
.flow-container{
  position:relative;
  max-width:980px;
  margin:0 auto;
  padding-left:8px;
}
/* Cyan Connector Linie mit Gradient — Basis */
.flow-line{
  position:absolute;
  left:46px;
  top:60px;
  bottom:120px;
  width:2px;
  background:linear-gradient(180deg,
    transparent 0%,
    rgba(0,200,245,.5) 6%,
    rgba(0,200,245,.25) 50%,
    rgba(0,200,245,.5) 94%,
    transparent 100%);
  z-index:1;
  box-shadow:0 0 16px rgba(0,200,245,.25);
  overflow:visible;
}
/* Animated Flow Dot — wandert von oben nach unten durch die Linie */
.flow-line::before{
  content:"";
  position:absolute;
  left:-4px;
  top:0;
  width:10px;height:10px;
  border-radius:50%;
  background:#00C8F5;
  box-shadow:
    0 0 12px #00C8F5,
    0 0 32px rgba(0,200,245,.8),
    0 0 60px rgba(0,200,245,.4);
  animation:flowDotTravel 5s cubic-bezier(.55,.0,.45,1) infinite;
}
@keyframes flowDotTravel{
  0%{top:0;opacity:0;transform:scale(.5)}
  8%{opacity:1;transform:scale(1)}
  92%{opacity:1;transform:scale(1)}
  100%{top:100%;opacity:0;transform:scale(.5)}
}
/* Zweiter Flow-Dot — versetzt für kontinuierlichen Strom */
.flow-line::after{
  content:"";
  position:absolute;
  left:-3px;
  top:0;
  width:8px;height:8px;
  border-radius:50%;
  background:#7FE5FA;
  box-shadow:
    0 0 10px #00C8F5,
    0 0 26px rgba(0,200,245,.6);
  animation:flowDotTravel 5s cubic-bezier(.55,.0,.45,1) infinite 2.5s;
  opacity:.7;
}

.flow-step{
  position:relative;
  display:grid;
  grid-template-columns:96px 1fr;
  gap:32px;
  align-items:start;
  padding:28px 0;
  z-index:2;
}

/* Connector Dot — pulsierender Cyan Kreis */
.flow-step-dot{
  position:relative;
  width:96px;height:96px;
  border-radius:50%;
  background:radial-gradient(circle, #0E1015 0%, #0A0B0F 70%);
  border:2px solid rgba(0,200,245,.5);
  display:flex;align-items:center;justify-content:center;
  box-shadow:
    0 0 0 10px #0A0B0F,
    0 0 40px rgba(0,200,245,.30),
    inset 0 0 22px rgba(0,200,245,.06);
  transition:border-color .5s ease, box-shadow .5s ease, transform .5s cubic-bezier(.22,.61,.36,1);
  flex-shrink:0;
}
/* Pulsierender Ring um den Kreis */
.flow-step-dot::before{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:50%;
  border:1.5px solid rgba(0,200,245,.4);
  opacity:0;
  animation:dotRingPulse 3s ease-in-out infinite;
}
@keyframes dotRingPulse{
  0%{transform:scale(.95);opacity:.7}
  100%{transform:scale(1.25);opacity:0}
}
.flow-step:nth-child(3) .flow-step-dot::before{animation-delay:.8s}
.flow-step:nth-child(4) .flow-step-dot::before{animation-delay:1.6s}
.flow-step:nth-child(5) .flow-step-dot::before{animation-delay:2.4s}

.flow-step-num{
  font-family:'Fraunces',serif;
  font-style:italic;
  font-weight:500;
  font-size:42px;
  color:#00C8F5;
  text-shadow:0 0 22px rgba(0,200,245,.7);
  line-height:1;
}

/* Card — die Hauptinhalts-Box */
.flow-step-body{
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005));
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:28px 32px 30px;
  position:relative;
  overflow:hidden;
  transition:transform .5s cubic-bezier(.22,.61,.36,1), border-color .5s ease, box-shadow .5s ease, background .5s ease;
}
/* Subtle Cyan-Edge oben */
.flow-step-body::before{
  content:"";
  position:absolute;
  top:0;left:24px;right:24px;
  height:1px;
  background:linear-gradient(to right, transparent, rgba(0,200,245,.6), transparent);
  opacity:0;
  transition:opacity .5s ease;
}
.flow-step:hover .flow-step-body{
  transform:translateX(6px);
  border-color:rgba(0,200,245,.35);
  background:linear-gradient(180deg, rgba(0,200,245,.04), rgba(255,255,255,.005));
  box-shadow:
    0 0 0 1px rgba(0,200,245,.2),
    0 28px 80px -30px rgba(0,200,245,.3),
    0 0 60px -10px rgba(0,200,245,.2);
}
.flow-step:hover .flow-step-body::before{opacity:1}
.flow-step:hover .flow-step-dot{
  border-color:#00C8F5;
  box-shadow:
    0 0 0 10px #0A0B0F,
    0 0 65px rgba(0,200,245,.75),
    inset 0 0 28px rgba(0,200,245,.18);
  transform:scale(1.05);
}

/* Phase-Tag oben in der Card */
.flow-step-phase{
  font-family:'Cabinet Grotesk','General Sans',sans-serif;
  font-size:10.5px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(0,200,245,.85);
  font-weight:700;
  margin-bottom:10px;
  display:flex;align-items:center;gap:8px;
}
.flow-step-phase::before{
  content:"";
  width:14px;height:1px;
  background:#00C8F5;
}

.flow-step-headline{
  font-weight:700;
  font-size:clamp(1.55rem, 2.6vw, 2.2rem);
  line-height:1.08;
  color:#fff;
  letter-spacing:-.02em;
  margin-bottom:14px;
}
.flow-step-text{
  color:rgba(255,255,255,.7);
  font-size:15px;
  line-height:1.65;
  margin-bottom:18px;
  max-width:620px;
}
.flow-step-tags{
  display:flex;flex-wrap:wrap;gap:8px;
}
.flow-step-tag{
  padding:5px 12px;
  border-radius:9999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.1);
  font-size:11.5px;
  color:rgba(255,255,255,.7);
  letter-spacing:.04em;
  transition:background .3s ease, border-color .3s ease, color .3s ease;
}
.flow-step:hover .flow-step-tag{
  border-color:rgba(0,200,245,.4);
  background:rgba(0,200,245,.08);
  color:#fff;
}

/* Endpunkt — gefüllter Cyan Kreis mit Checkmark + Premium Card */
.flow-step-dot-end{
  background:linear-gradient(135deg,#7FE5FA 0%,#00C8F5 50%,#0090C8 100%)!important;
  border-color:#00C8F5!important;
  color:#0A0B0F;
  box-shadow:
    0 0 0 10px #0A0B0F,
    0 0 70px rgba(0,200,245,.85),
    inset 0 2px 0 rgba(255,255,255,.4)!important;
}
.flow-step-dot-end::before{
  border-color:rgba(0,200,245,.7)!important;
}
.flow-step:hover .flow-step-dot-end{
  transform:scale(1.08)!important;
  box-shadow:
    0 0 0 10px #0A0B0F,
    0 0 100px rgba(0,200,245,1),
    inset 0 2px 0 rgba(255,255,255,.5)!important;
}
.flow-step-body-end{
  border-color:rgba(0,200,245,.25)!important;
  background:linear-gradient(180deg, rgba(0,200,245,.10), rgba(0,200,245,.02))!important;
}

/* Mobile responsive */
@media (max-width:720px){
  .flow-container{padding-left:0}
  .flow-line{left:27px;top:42px;bottom:90px}
  .flow-step{grid-template-columns:54px 1fr;gap:16px;padding:18px 0}
  .flow-step-dot{
    width:54px;height:54px;
    box-shadow:0 0 0 6px #0A0B0F, 0 0 28px rgba(0,200,245,.4),inset 0 0 16px rgba(0,200,245,.05)!important;
  }
  .flow-step-num{font-size:22px}
  .flow-step-body{padding:20px 22px}
  .flow-step-headline{font-size:1.35rem;margin-bottom:10px}
  .flow-step-text{font-size:14.5px;margin-bottom:14px}
  .flow-step-dot-end{box-shadow:0 0 0 6px #0A0B0F, 0 0 50px rgba(0,200,245,.8)!important}
  .flow-step-dot-end svg{width:22px;height:22px}
}

/* ── Founder Cards (Über uns Sektion) ── */
.founder-card{
  position:relative;
  display:flex;
  flex-direction:column;
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.005));
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  overflow:hidden;
  transition:transform .55s cubic-bezier(.22,.61,.36,1), border-color .55s ease, box-shadow .55s ease;
}
.founder-card:hover{
  transform:translateY(-6px);
  border-color:rgba(0,200,245,.4);
  box-shadow:
    0 0 0 1px rgba(0,200,245,.2),
    0 36px 90px -30px rgba(0,200,245,.35),
    0 0 70px -10px rgba(0,200,245,.2);
}
.founder-card-img-wrap{
  position:relative;
  overflow:visible;
  margin:14px 14px 0;
}
.founder-card-img-wrap img{
  display:block;
  width:100%;height:auto;
  aspect-ratio:3/4;
  object-fit:cover;
  object-position:center 25%;
  border-radius:14px;
  filter:saturate(.95) contrast(1.05);
  transition:transform 1s cubic-bezier(.22,.61,.36,1), filter .5s ease;
}
/* Fabio's Original-Bild ist breiter aspect-ratio (1024x1536) als Gian Luca (946x2048)
   damit der Zoom auf das Gesicht ähnlich wirkt: Position weiter oben anpassen */
.founder-card:nth-child(2) .founder-card-img-wrap img{
  object-position:center 10%;
}
.founder-card:hover .founder-card-img-wrap img{
  transform:scale(1.03);
  filter:saturate(1.05) contrast(1.08);
}
.founder-card-corner-tl{
  position:absolute;top:-6px;left:-6px;width:22px;height:22px;
  border-top:2px solid #00C8F5;border-left:2px solid #00C8F5;z-index:3;border-top-left-radius:6px;
}
.founder-card-corner-br{
  position:absolute;bottom:-6px;right:-6px;width:22px;height:22px;
  border-bottom:2px solid #00C8F5;border-right:2px solid #00C8F5;z-index:3;border-bottom-right-radius:6px;
}
.founder-card-body{
  padding:26px 28px 30px;
}
.founder-card-tag{
  display:inline-flex;align-items:center;gap:7px;
  font-family:'Cabinet Grotesk','General Sans',sans-serif;
  font-size:10.5px;letter-spacing:.24em;text-transform:uppercase;
  color:rgba(255,255,255,.55);font-weight:700;
  margin-bottom:12px;
}
.founder-card-dot{display:none}
.founder-card-tag::before{
  content:"";
  width:18px;height:1px;background:rgba(255,255,255,.4);
}
.founder-card-name{
  font-weight:800;
  font-size:clamp(1.5rem,2.2vw,1.85rem);
  color:#fff;letter-spacing:-.02em;
  line-height:1.1;
  margin-bottom:6px;
}
.founder-card-role{
  font-size:13px;
  color:rgba(0,200,245,.85);
  letter-spacing:.04em;
  margin-bottom:14px;
  font-weight:500;
}
.founder-card-quote{
  font-family:'Fraunces',serif;
  font-style:italic;
  font-size:16px;
  line-height:1.42;
  color:rgba(255,255,255,.92);
  margin:0 0 14px;
  padding:14px 18px;
  border-left:2px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.025);
  border-radius:0 8px 8px 0;
}
.founder-card-bio{
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.6);
}

/* ── Team-Foto in UnderdoxAI Sektion ── */
.team-photo-frame{
  position:relative;
  border-radius:18px;
  overflow:visible;
  box-shadow:
    0 60px 120px -30px rgba(0,0,0,.7),
    0 0 0 1px rgba(0,200,245,.08),
    0 0 80px -20px rgba(0,200,245,.20);
}
.team-photo-inner{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  background:#0E1015;
}
.team-photo-frame img{
  display:block;
  width:100%;height:auto;
  aspect-ratio:3/2.4;
  object-fit:cover;
  filter:saturate(.95) contrast(1.05) brightness(.92);
  transition:transform 1.4s cubic-bezier(.22,.61,.36,1), filter .8s ease;
}
.team-photo-frame:hover img{
  transform:scale(1.04);
  filter:saturate(1.05) contrast(1.08) brightness(1);
}
/* Caption UNTER dem Bild (Editorial-Style) */
.team-photo-caption-below{
  margin-top:22px;
  padding:0 4px;
}
.team-photo-corner-tl{
  position:absolute;top:-8px;left:-8px;width:28px;height:28px;
  border-top:2px solid #00C8F5;border-left:2px solid #00C8F5;z-index:3;
}
.team-photo-corner-br{
  position:absolute;bottom:-8px;right:-8px;width:28px;height:28px;
  border-bottom:2px solid #00C8F5;border-right:2px solid #00C8F5;z-index:3;
}
.team-photo-tag{
  display:inline-flex;align-items:center;gap:8px;
  padding:5px 11px;border-radius:9999px;
  background:rgba(10,11,15,.78);
  backdrop-filter:blur(12px);
  border:1px solid rgba(0,200,245,.35);
  font-size:9.5px;letter-spacing:.22em;text-transform:uppercase;color:#fff;
  font-weight:600;margin-bottom:10px;
}
.team-photo-dot{
  width:6px;height:6px;border-radius:50%;background:#00C8F5;
  box-shadow:0 0 10px #00C8F5;
  animation:teamDotPulse 2.5s ease-in-out infinite;
}
@keyframes teamDotPulse{
  0%,100%{opacity:.7}
  50%{opacity:1;transform:scale(1.3)}
}
.team-photo-names{
  font-weight:800;font-size:24px;color:#fff;
  letter-spacing:-.02em;line-height:1.1;
  display:flex;align-items:center;gap:10px;
  margin-bottom:4px;
}
.team-photo-name1, .team-photo-name2{font-weight:800}
.team-photo-sep{
  font-family:'Fraunces',serif;font-style:italic;
  color:#00C8F5;font-size:22px;
  text-shadow:0 0 14px rgba(0,200,245,.5);
}
.team-photo-role{
  font-size:11.5px;color:rgba(255,255,255,.6);
  letter-spacing:.16em;text-transform:uppercase;
}

/* ── 3-Säulen Hover-Glow ── */
.pillar-glow{
  transition:border-color .4s ease, box-shadow .4s ease, background .4s ease;
}
.pillar-glow:hover{
  border-color:rgba(0,200,245,.5)!important;
  box-shadow:
    0 0 0 1px rgba(0,200,245,.25),
    0 28px 80px -20px rgba(0,200,245,.35),
    0 0 60px -10px rgba(0,200,245,.25);
  background:linear-gradient(180deg, rgba(0,200,245,.06), rgba(0,200,245,.01));
}

/* Float-Wrapper — Schwebe-Animation auf Wrapper, damit Tilt am inneren Element bleibt */
.ki-mock-float-wrap{
  animation:kiMockFloat 7s ease-in-out infinite;
  will-change:transform;
}
@keyframes kiMockFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-8px)}
}
/* Highlight-Wort pulsiert subtle */
.ki-mock-hl{
  animation:kiHlPulse 3.5s ease-in-out infinite;
}
@keyframes kiHlPulse{
  0%,100%{
    text-shadow:0 0 14px rgba(0,200,245,.4);
    background:rgba(0,200,245,.10);
  }
  50%{
    text-shadow:0 0 22px rgba(0,200,245,.7), 0 0 40px rgba(0,200,245,.3);
    background:rgba(0,200,245,.16);
  }
}
.browser-bar{
  display:flex;align-items:center;gap:14px;
  padding:14px 18px;
  background:rgba(255,255,255,.025);
  border-bottom:1px solid rgba(255,255,255,.05);
}
.browser-dots{display:flex;gap:6px}
.browser-dots i{width:11px;height:11px;border-radius:50%;background:#2A2D38}
.browser-dots i:nth-child(1){background:#FF5F57}
.browser-dots i:nth-child(2){background:#FEBC2E}
.browser-dots i:nth-child(3){background:#28C840}
.browser-url{
  flex:1;background:rgba(0,0,0,.4);padding:9px 16px;border-radius:999px;
  font-family:'JetBrains Mono',monospace;font-size:12px;color:#9AA0AE;
  display:flex;align-items:center;gap:8px;
}
.browser-url svg{width:11px;height:11px;color:#00C8F5;flex-shrink:0}
.browser-content{padding:24px 28px;min-height:380px;background:#0A0B0F}
.serp-q{font-size:13px;color:#9AA0AE;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.04)}
.serp-q .accent-q{color:#fff;font-weight:600}
.serp-result{padding:16px 18px;border-radius:14px;margin-bottom:10px;transition:background .3s}
.serp-result.featured{
  background:linear-gradient(135deg, rgba(0,200,245,.10), rgba(0,200,245,.02));
  border:1px solid rgba(0,200,245,.35);
  position:relative;
}
.serp-result.featured::before{
  content:"#1 · Featured Snippet";
  position:absolute;top:-9px;left:14px;
  background:#00C8F5;color:#06121F;
  font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  padding:3px 9px;border-radius:6px;
}
.serp-url-line{font-size:12px;color:#00C8F5;font-family:'JetBrains Mono',monospace}
.serp-title{font-size:18px;color:#fff;font-weight:600;margin:5px 0 6px;letter-spacing:-.01em}
.serp-desc{font-size:13px;color:#9AA0AE;line-height:1.55}
.serp-result.muted{opacity:.5}

/* Code mock */
.code-mock{
  background:#0F1117;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  font-family:'JetBrains Mono',monospace;
  font-size:12.5px;
  overflow:hidden;
  box-shadow:0 30px 80px -30px rgba(0,0,0,.7);
}
.code-mock-head{
  padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.05);
  background:rgba(255,255,255,.02);
  display:flex;justify-content:space-between;align-items:center;
}
.code-mock-head span{font-size:11px;color:#5B6070;letter-spacing:.14em;text-transform:uppercase}
.code-mock-head em{font-size:11px;color:#00C8F5;font-style:normal;letter-spacing:.1em}
.code-mock pre{
  padding:18px 22px;margin:0;color:#9AA0AE;line-height:1.65;
  white-space:pre;overflow-x:auto;
}
.code-mock .k{color:#7FE5FA}
.code-mock .s{color:#a9d18e}
.code-mock .c{color:#5B6070;font-style:italic}

/* Lighthouse score */
.gauge{
  position:relative;width:140px;height:140px;
  display:flex;align-items:center;justify-content:center;
}
.gauge svg{transform:rotate(-90deg)}
.gauge-val{
  position:absolute;font-family:'Instrument Serif',serif;font-style:italic;
  color:#00C8F5;font-size:46px;line-height:1;
}

/* ─── Chat cards (LLM section) ─── */
.chat{
  background:linear-gradient(180deg, #13151B, #0E1015);
  border:1px solid rgba(255,255,255,.07);
  border-radius:20px;padding:24px 22px;
  box-shadow:0 30px 80px -30px rgba(0,0,0,.7);
}
.chat-host{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#5B6070;font-weight:600}
.chat-q{font-size:14.5px;color:#9AA0AE;margin:14px 0 16px}
.chat-q::before{content:"Du · ";color:#5B6070;font-size:11px;text-transform:uppercase;letter-spacing:.15em;display:block;margin-bottom:6px;font-weight:600}
.chat-a{
  background:rgba(0,200,245,.05);border-left:2px solid #00C8F5;
  padding:14px 16px;border-radius:0 14px 14px 0;
  color:#F5F6F8;font-size:14.5px;line-height:1.55;
}
.chat-a::before{content:attr(data-source);color:#00C8F5;font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;display:block;margin-bottom:8px;font-weight:700}
.chat-hl{background:rgba(0,200,245,.18);color:#7FE5FA;padding:1px 7px;border-radius:5px;font-weight:600;border:1px solid rgba(0,200,245,.3)}

/* ─── Sticky-stack process cards ─── */
.stack-card{
  position:sticky;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, #13151B, #0E1015);
  padding:48px;
  box-shadow:0 -30px 80px -50px rgba(0,0,0,.9);
  will-change:transform;
}
.stack-card:nth-child(1){top:6rem;background:linear-gradient(180deg, #13151B, #0E1015)}
.stack-card:nth-child(2){top:7.5rem;background:linear-gradient(180deg, #161922, #0F1117)}
.stack-card:nth-child(3){top:9rem;background:linear-gradient(180deg, #1A1D26, #11141A)}
.stack-card:nth-child(4){top:10.5rem;background:linear-gradient(180deg, #1F2330, #131722)}
.stack-card:nth-child(5){top:12rem}

/* ─── Case scale ─── */
.case-img{
  position:relative;border-radius:24px;overflow:hidden;
  background:#0E1015;will-change:transform, opacity;
}
.case-img img{
  width:100%;height:100%;object-fit:cover;
  filter:grayscale(.55) contrast(1.1) brightness(.78);
  transition:filter .8s ease, transform 1s cubic-bezier(.2,.7,.2,1);
}
.case-img::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(180deg, transparent 40%, rgba(10,11,15,.85)),
    radial-gradient(circle at 30% 20%, rgba(0,200,245,.15), transparent 55%);
  pointer-events:none;
}
.case-img:hover img{filter:grayscale(.1) contrast(1.05) brightness(.95); transform:scale(1.04)}

/* Scrubbing reveal words */
.reveal-word{display:inline-block;opacity:.18;transition:opacity .3s ease;will-change:opacity}
.reveal-word.on{opacity:1}

/* Testimonial portrait */
.portrait{
  width:64px;height:64px;border-radius:50%;
  background-size:cover;background-position:center;
  border:3px solid #0A0B0F;
  box-shadow:0 0 0 1px rgba(255,255,255,.08);
}

/* Big wordmark footer — sized to always stay visible in container */
.wordmark{
  font-weight:700;
  font-size:clamp(46px, 15vw, 210px);
  line-height:.92;letter-spacing:-0.05em;
  white-space:nowrap;
  display:inline-block;
  background:linear-gradient(180deg, rgba(255,255,255,.85), rgba(0,200,245,.4) 60%, rgba(10,11,15,0) 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.wordmark-wrap{
  width:100%;overflow:hidden;text-align:center;padding:0 8px;
}

.rule{height:1px;background:linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent)}

[data-fade]{opacity:0;transform:translateY(34px);transition:opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1)}
[data-fade].in{opacity:1;transform:none}

/* Ambient-Glow im Hintergrund (Tiefe, Brand-Signatur) — nur Unterseiten */
body::before{
  content:"";
  position:fixed; inset:0; z-index:0; pointer-events:none;
  background:
    radial-gradient(58vw 42vw at 80% 2%, rgba(0,200,245,.07), transparent 60%),
    radial-gradient(48vw 36vw at 8% 96%, rgba(127,229,250,.045), transparent 62%);
}
/* Inhalt bleibt über dem Glow */
footer{ position:relative; z-index:1; }
@media (prefers-reduced-motion: reduce){
  [data-fade]{transition-duration:.01ms}
}

@media (max-width:880px){
  .stack-card{position:relative;top:auto !important;margin-bottom:18px}
}

/* Subtle blue glow behind chapter visuals */
.glow-blue{position:relative}
.glow-blue::before{
  content:"";position:absolute;
  inset:-60px;
  background:radial-gradient(circle, rgba(0,200,245,.16), transparent 60%);
  filter:blur(40px);
  pointer-events:none;z-index:-1;
}

.ticker-row{
  font-family:'Fraunces',serif;
  font-style:italic;
  font-weight:500;
  font-variation-settings:"opsz" 144, "SOFT" 30;
  color:rgba(255,255,255,.7);
}
.ticker-row.accent{color:#00C8F5}

/* ─── Cursor blob ─── */
.cursor-blob{
  position:fixed;
  width:32px;height:32px;border-radius:50%;
  background:radial-gradient(circle, rgba(0,200,245,.7), rgba(0,200,245,.15) 50%, transparent 70%);
  pointer-events:none;
  z-index:9999;
  filter:blur(8px);
  transform:translate(-50%,-50%);
  mix-blend-mode:plus-lighter;
  opacity:0;
  transition:opacity .3s ease, width .3s ease, height .3s ease;
}
.cursor-blob.active{opacity:1}
.cursor-blob.big{width:120px;height:120px;filter:blur(28px)}
@media (hover:none){.cursor-blob{display:none}}

/* ─── Scroll progress bar ─── */
.scroll-progress{
  position:fixed;top:0;left:0;height:2px;
  width:0%;
  background:linear-gradient(90deg, #00C8F5, #7FE5FA);
  z-index:100;
  box-shadow:0 0 12px rgba(0,200,245,.6);
  transition:width .15s ease;
}

/* ─── 3D Tilt cards ─── */
.tilt-3d{
  transform-style:preserve-3d;
  transition:transform .6s cubic-bezier(.2,.7,.2,1);
  will-change:transform;
}
.tilt-3d > *{transform-style:preserve-3d}
.tilt-3d .lift{transform:translateZ(40px)}
.tilt-3d .lift-2{transform:translateZ(20px)}

/* ─── Magnetic button wrapper ─── */
.magnet{
  display:inline-block;
  transition:transform .35s cubic-bezier(.2,.7,.2,1);
  will-change:transform;
}
.magnet > *{
  transition:transform .35s cubic-bezier(.2,.7,.2,1);
  will-change:transform;
}

/* ─── Animated mesh background (hero) ─── */
@keyframes meshDrift{
  0%,100% {transform: translate3d(0,0,0) scale(1)}
  33% {transform: translate3d(-3%,2%,0) scale(1.08)}
  66% {transform: translate3d(3%,-2%,0) scale(.95)}
}
.mesh-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(60px);
  pointer-events:none;
  will-change:transform;
}
.mesh-orb-1{
  width:600px;height:600px;
  background:radial-gradient(circle, rgba(0,200,245,.5), transparent 70%);
  top:-15%;left:5%;
  animation:meshDrift 18s ease-in-out infinite;
}
.mesh-orb-2{
  width:500px;height:500px;
  background:radial-gradient(circle, rgba(143,204,255,.32), transparent 70%);
  top:20%;right:-5%;
  animation:meshDrift 22s ease-in-out infinite reverse;
}
.mesh-orb-3{
  width:400px;height:400px;
  background:radial-gradient(circle, rgba(0,200,245,.3), transparent 70%);
  bottom:-10%;left:50%;transform:translateX(-50%);
  animation:meshDrift 16s ease-in-out infinite;
  animation-delay:-4s;
}

/* ─── 3D floating cards behind hero ─── */
.float-card{
  position:absolute;
  background:linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px;
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  box-shadow:0 30px 80px -30px rgba(0,0,0,.5);
  transform-style:preserve-3d;
  will-change:transform;
}
@keyframes floatY{
  0%,100%{transform: translateY(0) rotateX(var(--rx,8deg)) rotateY(var(--ry,-12deg))}
  50%{transform: translateY(-20px) rotateX(calc(var(--rx,8deg) - 2deg)) rotateY(calc(var(--ry,-12deg) + 3deg))}
}
.float-card.fc1{
  top:18%;left:6%;
  width:200px;height:120px;
  --rx:14deg;--ry:-18deg;
  animation:floatY 7s ease-in-out infinite;
}
.float-card.fc2{
  top:62%;right:8%;
  width:240px;height:150px;
  --rx:-10deg;--ry:16deg;
  animation:floatY 9s ease-in-out infinite;
  animation-delay:-2s;
}
.float-card.fc3{
  bottom:8%;left:12%;
  width:160px;height:96px;
  --rx:12deg;--ry:-8deg;
  animation:floatY 6s ease-in-out infinite;
  animation-delay:-4s;
}
@media (max-width:880px){.float-card{display:none}}

.float-card-content{
  padding:14px 16px;color:rgba(255,255,255,.8);
  display:flex;flex-direction:column;justify-content:space-between;height:100%;
}
.float-card .fc-label{font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.45);font-weight:600}
.float-card .fc-val{font-family:'Fraunces',serif;font-style:italic;color:#00C8F5;font-size:32px;line-height:1;font-weight:500;font-variation-settings:"opsz" 96}
.float-card .fc-bar{
  height:4px;border-radius:2px;background:rgba(0,200,245,.15);overflow:hidden;
  margin-top:6px;
}
.float-card .fc-bar > i{display:block;height:100%;background:linear-gradient(90deg, #00C8F5, #7FE5FA);width:78%;border-radius:2px}

/* Mockups 3D tilt enhancement */
.dash, .browser, .phone, .code-mock{
  transform-style:preserve-3d;
  transition:transform .6s cubic-bezier(.2,.7,.2,1);
  will-change:transform;
}

/* Headline word reveal */
.word-reveal{display:inline-block;overflow:hidden;vertical-align:bottom}
.word-reveal > span{
  display:inline-block;
  transform:translateY(110%);
  opacity:0;
  transition:transform .9s cubic-bezier(.2,.7,.2,1), opacity .9s;
}
.word-reveal.in > span{transform:translateY(0);opacity:1}

/* Scrollbar style */
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#0A0B0F}
::-webkit-scrollbar-thumb{background:rgba(0,200,245,.2);border-radius:4px}
::-webkit-scrollbar-thumb:hover{background:rgba(0,200,245,.4)}

/* ─── HORIZONTAL CINEMA SCROLL (Cases) ─── */
.h-scroll-pin{
  position:relative;
  height:100vh;
  overflow:hidden;
}
.h-scroll-track{
  display:flex;
  gap:24px;
  height:100%;
  align-items:center;
  padding:0 6vw;
  will-change:transform;
}
.h-case{
  flex-shrink:0;
  width:clamp(420px, 56vw, 800px);
  height:74vh;
  max-height:780px;
  border-radius:28px;
  overflow:hidden;
  position:relative;
  background:#0E1015;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:0 60px 100px -40px rgba(0,0,0,.7);
  transform:scale(.96);
  transition:transform .8s cubic-bezier(.2,.7,.2,1), border-color .4s ease;
}
.h-case.in-view{transform:scale(1)}
.h-case:hover{border-color:rgba(0,200,245,.5)}
.h-case > img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  filter:grayscale(.55) contrast(1.1) brightness(.7);
  transition:filter .9s ease, transform 1.4s cubic-bezier(.2,.7,.2,1);
}
.h-case:hover > img{filter:grayscale(.15) contrast(1.05) brightness(.8); transform:scale(1.06)}
.h-case::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(10,11,15,.88)),
    radial-gradient(circle at 25% 25%, rgba(0,200,245,.18), transparent 55%);
  pointer-events:none;
}
.h-case-content{
  position:absolute;inset:0;z-index:2;
  padding:clamp(28px, 4vw, 56px);
  display:flex;flex-direction:column;justify-content:space-between;
  color:#fff;
}
.h-case-cta{
  background:linear-gradient(135deg, rgba(0,200,245,.06), rgba(0,0,0,.5));
  border:1px solid rgba(0,200,245,.25);
}
.h-case-cta::after{display:none}
.h-case-cta > img{display:none}

@media (max-width:879px){
  .h-scroll-pin{height:auto;overflow:visible}
  .h-scroll-track{flex-direction:column;height:auto;padding:0 20px;gap:20px}
  .h-case{width:100%;height:auto;min-height:520px;max-height:none;transform:none}
}

/* ─── FAQ ─── */
.faq-item{
  border:1px solid rgba(255,255,255,.07);
  background:linear-gradient(180deg, rgba(255,255,255,.018), transparent);
  border-radius:18px;
  overflow:hidden;
  transition:border-color .3s ease, background .3s ease;
}
.faq-item[open]{
  border-color:rgba(0,200,245,.35);
  background:linear-gradient(180deg, rgba(0,200,245,.04), transparent);
}
.faq-item summary{
  display:flex;align-items:center;gap:24px;
  padding:24px 28px;cursor:pointer;
  list-style:none;
  transition:background .25s ease;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover{background:rgba(255,255,255,.02)}
.faq-q-num{
  font-family:'Fraunces',serif;font-style:italic;color:#00C8F5;
  font-size:22px;font-weight:500;width:46px;flex-shrink:0;
  font-variation-settings:"opsz" 96;
}
.faq-q-text{
  flex:1;font-size:clamp(15px, 1.6vw, 19px);font-weight:600;color:#fff;
  letter-spacing:-0.01em;line-height:1.35;
}
.faq-q-icon{
  width:38px;height:38px;border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  flex-shrink:0;position:relative;
  transition:background .3s, border-color .3s, transform .4s;
}
.faq-q-icon::before, .faq-q-icon::after{
  content:"";position:absolute;top:50%;left:50%;
  transform:translate(-50%,-50%);
  background:#fff;border-radius:1px;
  transition:transform .35s ease, background .35s ease;
}
.faq-q-icon::before{width:13px;height:1.5px}
.faq-q-icon::after{width:1.5px;height:13px}
.faq-item[open] .faq-q-icon{
  background:#00C8F5;border-color:#00C8F5;transform:rotate(180deg);
}
.faq-item[open] .faq-q-icon::before{background:#0A0B0F}
.faq-item[open] .faq-q-icon::after{transform:translate(-50%,-50%) rotate(90deg);background:#0A0B0F}
.faq-a{
  padding:0 28px 28px 98px;
  color:rgba(255,255,255,.7);
  font-size:15.5px;line-height:1.7;
  max-width:880px;
  animation:faqFade .5s ease;
}
@keyframes faqFade{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
@media (max-width:660px){
  .faq-item summary{padding:18px 20px;gap:14px}
  .faq-q-num{width:32px;font-size:18px}
  .faq-a{padding:0 20px 24px 66px;font-size:14.5px}
}

/* ─── Section chapter intro (cinema title) ─── */
.chapter-title{
  position:absolute;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  font-family:'Fraunces',serif;font-style:italic;
  color:rgba(0,200,245,.06);
  font-size:clamp(180px, 28vw, 420px);
  line-height:.85;letter-spacing:-.05em;
  pointer-events:none;z-index:0;font-weight:500;
  font-variation-settings:"opsz" 144;
}

/* ─── Brand logo watermark (hero background) — tight-cropped PNG (2293x1617)
   translateY(60px) = explizit nach UNTEN, weg von der Nav ─── */
.logo-watermark{
  background-image: url('./logo-cropped.png');
  background-size: clamp(700px, 85vw, 1400px) auto;
  background-position: center 48%;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1) sepia(1) saturate(7) hue-rotate(180deg) brightness(1.5);
  opacity: 0.55;
  transform: translateY(60px);
  animation: logoBreathe 16s ease-in-out infinite;
  will-change: transform, opacity;
}
@keyframes logoBreathe{
  0%,100% { transform: translateY(60px) scale(1); opacity: 0.50 }
  50%     { transform: translateY(60px) scale(1.03); opacity: 0.65 }
}

/* ─── Logo Spotlight Reveal — brighter logo visible only under cursor ─── */
.logo-watermark-bright{
  background-image: url('./logo-cropped.png');
  background-size: clamp(700px, 85vw, 1400px) auto;
  background-position: center 48%;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1) sepia(1) saturate(9) hue-rotate(180deg) brightness(2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(60px);
  -webkit-mask-image: radial-gradient(circle 280px at var(--mx, -400px) var(--my, -400px), #000 0%, #000 35%, transparent 75%);
          mask-image: radial-gradient(circle 280px at var(--mx, -400px) var(--my, -400px), #000 0%, #000 35%, transparent 75%);
  transition: opacity .4s ease;
  z-index:1;
}
.logo-watermark-bright.active{opacity: 0.95}
@media (hover:none){.logo-watermark-bright{display:none}}

/* Reusable subtle logo watermark for other sections — uses cropped PNG */
.logo-bg{
  position:absolute;
  inset:0;
  background-image: url('./logo-cropped.png');
  background-repeat:no-repeat;
  filter: brightness(0) invert(1) sepia(1) saturate(7) hue-rotate(180deg) brightness(1.3);
  pointer-events:none;
  z-index:0;
}
.logo-bg.center-md{
  background-size: clamp(380px, 45vw, 700px) auto;
  background-position: center center;
  opacity: 0.06;
}
.logo-bg.right-side{
  background-size: clamp(360px, 38vw, 580px) auto;
  background-position: 96% center;
  opacity: 0.055;
}
.logo-bg.center-xl{
  background-size: clamp(560px, 75vw, 1200px) auto;
  background-position: center 45%;
  opacity: 0.09;
}

/* Logo accent (small inline) */
.logo-mark{
  display:inline-block;
  background-image: url('./logo-cropped.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1) sepia(1) saturate(7) hue-rotate(180deg) brightness(1.3);
}

/* ─── Silver Shimmer Effect on Numbers ─── */
.shimmer-num{
  background-image: linear-gradient(
    105deg,
    #00C8F5 0%,
    #00C8F5 38%,
    #FFFFFF 48%,
    #E8EEF8 52%,
    #00C8F5 62%,
    #00C8F5 100%
  );
  background-size: 280% 100%;
  background-position: 100% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: background-position .9s cubic-bezier(.3,0,.3,1);
  display: inline-block;
}
.shimmer-num:hover,
*:hover > .shimmer-num,
.hero-pillar:hover .shimmer-num,
.stack-card:hover .shimmer-num,
.faq-item:hover .shimmer-num,
.h-case:hover .shimmer-num,
.svc:hover .shimmer-num,
.pillar-chip:hover .shimmer-num,
.svc-chapter:hover .shimmer-num{
  background-position: -50% 50%;
}
.shimmer-num.white-base{
  background-image: linear-gradient(
    105deg,
    #FFFFFF 0%,
    #FFFFFF 38%,
    #E0E6F0 48%,
    #B8C2D4 52%,
    #FFFFFF 62%,
    #FFFFFF 100%
  );
}

/* ─── Logo as 'next step' in Process Section ─── */
.stack-card.logo-card{
  background: linear-gradient(135deg, rgba(0,200,245,.12), rgba(0,200,245,.02));
  border:1px solid rgba(0,200,245,.35);
  top:13rem;
  text-align:center;
  position:relative;overflow:hidden;
}
.stack-card.logo-card::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 50% 30%, rgba(0,200,245,.15), transparent 60%);
  pointer-events:none;
}
.logo-card-inner{
  position:relative;z-index:1;
  display:flex;flex-direction:column;align-items:center;gap:24px;
  padding:8px 0;
}
.logo-card-mark{
  width:clamp(180px, 24vw, 280px);
  height:auto;
  aspect-ratio: 2293 / 1617;
  background-image: url('./logo-cropped.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1) sepia(1) saturate(7) hue-rotate(180deg) brightness(1.3);
  opacity: .85;
  animation: logoBreathe 8s ease-in-out infinite;
}

/* ─── Differentiation Table ─── */
.diff-grid{
  display:flex;flex-direction:column;
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.018), transparent);
}
.diff-row{
  display:grid;
  grid-template-columns:1.1fr 1.6fr 1.4fr;
  gap:24px;
  padding:22px 28px;
  border-top:1px solid rgba(255,255,255,.06);
  align-items:center;
  transition:background .3s;
}
.diff-row:first-child{border-top:0}
.diff-row:not(.diff-header):hover{background:rgba(0,200,245,.025)}
.diff-row.diff-header{
  background:rgba(255,255,255,.025);
  padding:16px 28px;
}
.diff-cell-label{font-size:13px;color:rgba(255,255,255,.55);font-weight:600;text-transform:uppercase;letter-spacing:.08em}
.diff-row.diff-header .diff-cell-label{color:rgba(255,255,255,.4);font-size:11px;letter-spacing:.18em}
.diff-row.diff-header .diff-cell-us{color:#00C8F5;font-weight:700;font-size:13px;letter-spacing:.05em;text-transform:uppercase}
.diff-row.diff-header .diff-cell-them{color:rgba(255,255,255,.4);font-weight:600;font-size:11px;letter-spacing:.18em;text-transform:uppercase}
.diff-cell-us{
  display:flex;align-items:flex-start;gap:12px;
  font-size:15px;color:#fff;line-height:1.5;
}
.diff-cell-them{
  font-size:14px;color:rgba(255,255,255,.5);line-height:1.5;
  font-style:italic;
}
.diff-check{
  flex-shrink:0;width:20px;height:20px;border-radius:50%;
  background:rgba(0,200,245,.15);border:1px solid rgba(0,200,245,.4);
  display:flex;align-items:center;justify-content:center;
  position:relative;margin-top:1px;
}
.diff-check::after{
  content:"";position:absolute;
  width:9px;height:5px;
  border-left:1.8px solid #00C8F5;border-bottom:1.8px solid #00C8F5;
  transform:translate(-1px,-2px) rotate(-45deg);
}
.diff-check.accent{background:rgba(0,200,245,.5);border-color:#00C8F5}
.diff-check.accent::after{border-color:#fff}
@media (max-width:760px){
  .diff-row{grid-template-columns:1fr;gap:8px;padding:18px 20px}
  .diff-row.diff-header{display:none}
  .diff-cell-label{font-size:11px;color:#00C8F5;letter-spacing:.16em;margin-bottom:2px}
  .diff-cell-us{font-size:14.5px}
  .diff-cell-them{font-size:13px;padding-left:32px;border-left:2px solid rgba(255,255,255,.08);margin-left:0;margin-top:4px}
  .diff-cell-them::before{content:"Typisch: ";color:rgba(255,255,255,.35);font-style:normal;font-weight:600;font-size:11px;letter-spacing:.1em;text-transform:uppercase}
}

/* ─── Mobile Nav Burger + Drawer ─── */
.nav-burger{
  width:38px;height:38px;border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.02);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3.5px;
  cursor:pointer;transition:background .25s, border-color .25s;
}
.nav-burger:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.25)}
.nav-burger span{
  display:block;width:16px;height:1.6px;background:#fff;border-radius:1px;
  transition:transform .35s cubic-bezier(.2,.7,.2,1), opacity .25s;
}
body.drawer-open .nav-burger span:nth-child(1){transform:translateY(5px) rotate(45deg)}
body.drawer-open .nav-burger span:nth-child(2){opacity:0;transform:scaleX(0)}
body.drawer-open .nav-burger span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}

.mobile-drawer{
  position:fixed;inset:0;z-index:48;
  background:rgba(10,11,15,.92);
  backdrop-filter:blur(24px) saturate(160%);
  -webkit-backdrop-filter:blur(24px) saturate(160%);
  opacity:0;pointer-events:none;
  transform:translateY(-12px);
  transition:opacity .35s cubic-bezier(.2,.7,.2,1), transform .35s cubic-bezier(.2,.7,.2,1);
  display:flex;align-items:center;justify-content:center;
}
body.drawer-open .mobile-drawer{opacity:1;pointer-events:auto;transform:translateY(0)}
.mobile-drawer-inner{
  display:flex;flex-direction:column;gap:6px;
  width:min(440px, 92%);
  padding:80px 0 40px;
}
.mobile-link{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:18px 22px;border-radius:14px;
  font-size:18px;font-weight:600;color:#fff;
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.02);
  transition:background .25s, border-color .25s, transform .25s;
}
.mobile-link:hover, .mobile-link:active{
  background:rgba(0,200,245,.06);border-color:rgba(0,200,245,.3);
  transform:translateX(3px);
}
.mobile-link.mobile-cta{
  background:#00C8F5;color:#06121F;border-color:#00C8F5;
  margin-top:14px;font-weight:700;
}
.mobile-link.mobile-cta:hover{background:#7FE5FA;border-color:#7FE5FA;transform:translateX(0) translateY(-2px)}
.mobile-meta{
  margin-top:24px;padding-top:24px;
  border-top:1px solid rgba(255,255,255,.06);
  display:flex;flex-direction:column;gap:10px;
  text-align:center;
}
.mobile-meta a{font-size:14px;color:rgba(255,255,255,.6);transition:color .2s}
.mobile-meta a:hover{color:#00C8F5}

/* ─── Cinema intro curtain ─── */
.intro-curtain{
  position:fixed;inset:0;z-index:9999;
  background:#0A0B0F;
  display:flex;align-items:center;justify-content:center;
  pointer-events:none;
  transition:transform 1.1s cubic-bezier(.85,0,.15,1), opacity .4s ease 1.1s;
  overflow:hidden;
}
.intro-curtain.gone{transform:translateY(-101%);opacity:0}
.intro-veil{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 50% 50%, rgba(0,200,245,.18), transparent 55%),
    radial-gradient(circle at 50% 50%, rgba(0,200,245,.06), transparent 80%);
  animation:veilPulse 2.4s ease-in-out infinite;
}
@keyframes veilPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.18)}}
.intro-content{
  position:relative;z-index:2;
  display:flex;flex-direction:column;align-items:center;gap:22px;
  opacity:0;animation:introIn .9s cubic-bezier(.2,.7,.2,1) .2s forwards;
}
@keyframes introIn{
  0%{opacity:0;transform:translateY(18px) scale(.96)}
  100%{opacity:1;transform:translateY(0) scale(1)}
}
.intro-mark{
  display:flex;align-items:center;gap:14px;
  font-size:clamp(28px,5vw,46px);font-weight:700;letter-spacing:-.025em;color:#fff;
}
.intro-dot{
  width:14px;height:14px;border-radius:50%;background:#00C8F5;
  box-shadow:0 0 32px #00C8F5, 0 0 80px rgba(0,200,245,.6);
  animation:pulse 1.8s ease-in-out infinite;
}
.intro-acc{color:#00C8F5}
.intro-tagline{
  font-size:clamp(13px,1.9vw,17px);
  color:rgba(255,255,255,.55);letter-spacing:.04em;text-align:center;
}
.intro-tagline em{font-family:'Fraunces',serif;font-style:italic;color:#00C8F5;font-weight:500;font-variation-settings:"opsz" 96}
body.intro-active{overflow:hidden}

/* ─── Sticky floating CTA ─── */
.sticky-cta{
  position:fixed;bottom:24px;right:24px;z-index:60;
  opacity:0;transform:translateY(20px) scale(.96);
  transition:opacity .5s cubic-bezier(.2,.7,.2,1), transform .5s cubic-bezier(.2,.7,.2,1);
  pointer-events:none;
}
.sticky-cta.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.sticky-cta-btn{
  display:inline-flex;align-items:center;gap:10px;
  background:#00C8F5;color:#06121F;
  padding:13px 22px;border-radius:999px;
  font-weight:700;font-size:13.5px;letter-spacing:-.005em;
  box-shadow:0 14px 50px rgba(0,200,245,.45), inset 0 1px 0 rgba(255,255,255,.4);
  position:relative;overflow:visible;
  transition:transform .25s ease;
}
.sticky-cta-btn:hover{transform:translateY(-2px)}
.sticky-cta-pulse{
  position:absolute;inset:-3px;border-radius:999px;
  border:1.5px solid rgba(0,200,245,.5);
  animation:stickyPing 3.6s ease-out infinite;
  pointer-events:none;
}
@keyframes stickyPing{
  0%{transform:scale(.98);opacity:.5}
  60%,100%{transform:scale(1.15);opacity:0}
}
@media (max-width:560px){
  .sticky-cta{bottom:14px;right:14px;left:14px}
  .sticky-cta-btn{justify-content:center;width:100%}
}

/* ─── Animated accent underline ─── */
.acc-link{
  position:relative;display:inline-flex;align-items:center;
  background-image:linear-gradient(90deg, currentColor, currentColor);
  background-size:0% 1.5px;background-position:0 100%;background-repeat:no-repeat;
  transition:background-size .45s cubic-bezier(.2,.7,.2,1);
  padding-bottom:3px;
}
.acc-link:hover{background-size:100% 1.5px}

/* ─── Pulsing scroll indicator ─── */
.scroll-indicator{
  display:inline-flex;flex-direction:column;align-items:center;gap:10px;
  font-size:11.5px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.4);
}
.scroll-line-anim{
  width:1px;height:48px;background:rgba(255,255,255,.15);
  position:relative;overflow:hidden;border-radius:2px;
}
.scroll-line-anim::after{
  content:"";position:absolute;top:0;left:0;right:0;height:16px;
  background:linear-gradient(180deg, transparent, #00C8F5);
  animation:scrollHint 2.2s cubic-bezier(.7,0,.3,1) infinite;
}
@keyframes scrollHint{
  0%{transform:translateY(-100%);opacity:0}
  30%{opacity:1}
  100%{transform:translateY(300%);opacity:0}
}

/* ─── Nav brand hover ─── */
.brand{transition:filter .35s ease}
.brand:hover{filter:drop-shadow(0 0 16px rgba(0,200,245,.5))}
.brand .brand-dot{transition:box-shadow .3s ease, transform .3s ease}
.brand:hover .brand-dot{transform:scale(1.15);box-shadow:0 0 28px #00C8F5, 0 0 0 3px rgba(0,200,245,.2)}

/* ─── Hero 3-Pillar Quick Strip ─── */
.hero-pillar{
  display:flex;flex-direction:column;align-items:flex-start;
  padding:18px 18px 20px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.025), transparent);
  transition:border-color .35s ease, transform .35s ease, background .35s ease;
  text-align:left;
  position:relative;overflow:hidden;
}
.hero-pillar::before{
  content:"";position:absolute;inset:-1px;border-radius:14px;
  background:radial-gradient(400px 200px at var(--mx,50%) 0%, rgba(0,200,245,.12), transparent 60%);
  opacity:0;transition:opacity .4s ease;pointer-events:none;
}
.hero-pillar:hover{
  border-color:rgba(0,200,245,.4);
  background:linear-gradient(180deg, rgba(0,200,245,.05), transparent);
  transform:translateY(-3px);
}
.hero-pillar:hover::before{opacity:1}
.hero-pillar.accent-pillar{
  border-color:rgba(0,200,245,.25);
  background:linear-gradient(180deg, rgba(0,200,245,.05), transparent);
}
.hero-pillar.accent-pillar:hover{border-color:rgba(0,200,245,.55)}
.hero-pillar-top{
  display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:14px;
}
.hero-pillar-num{
  font-family:'Fraunces',serif;font-style:italic;color:#00C8F5;
  font-size:20px;line-height:1;font-weight:500;
  font-variation-settings:"opsz" 72;
}
.hero-pillar-arrow{
  width:26px;height:26px;border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);
  transition:background .3s, border-color .3s, transform .3s, color .3s;
}
.hero-pillar:hover .hero-pillar-arrow{background:#00C8F5;border-color:#00C8F5;color:#0A0B0F;transform:rotate(-12deg) scale(1.05)}
.hero-pillar-label{
  font-size:11.5px;font-weight:700;color:#fff;
  text-transform:uppercase;letter-spacing:.12em;margin-bottom:14px;
}
.hero-pillar-stat{
  font-family:'Fraunces',serif;font-style:italic;font-weight:500;
  color:#fff;font-size:34px;line-height:1;margin-bottom:5px;
  font-variation-settings:"opsz" 96;
}
.hero-pillar.accent-pillar .hero-pillar-stat{color:#00C8F5}
.hero-pillar-sub{
  font-size:11px;color:rgba(255,255,255,.45);
  letter-spacing:.04em;text-transform:uppercase;
}
@media (max-width:560px){
  .hero-pillar{padding:14px 12px 16px;border-radius:12px}
  .hero-pillar-label{font-size:9.5px;letter-spacing:.08em;margin-bottom:10px}
  .hero-pillar-stat{font-size:24px}
  .hero-pillar-sub{font-size:9.5px}
  .hero-pillar-arrow{width:22px;height:22px}
  .hero-pillar-num{font-size:16px}
}

/* Trust strip for hero */
.trust-strip{
  position:absolute;bottom:0;left:0;right:0;
  display:flex;justify-content:center;gap:24px;
  padding:18px 0;
  font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;
  color:rgba(255,255,255,.4);
  flex-wrap:wrap;
}
.trust-strip span{display:inline-flex;align-items:center;gap:8px}
.trust-strip svg{width:13px;height:13px;color:#00C8F5}
