/* === styles.css (inlined) === */
/* ===========================================================
   EASYDAY – KI-Arbeitszentrale  ·  Stylesheet
   Type:  Space Grotesk (display) · IBM Plex Sans (text) · IBM Plex Mono (labels)
   Color: Petrol/Teal accent · Anthracite cockpit · cool off-white
   =========================================================== */

:root{
  /* --- neutrals (cool off-white → anthracite) --- */
  --bg:        oklch(0.992 0.003 220);
  --bg-soft:   oklch(0.972 0.004 220);
  --surface:   oklch(1 0 0);
  --line:      oklch(0.905 0.006 230);
  --line-soft: oklch(0.945 0.005 230);
  --ink:       oklch(0.235 0.013 250);
  --ink-2:     oklch(0.435 0.012 250);
  --ink-3:     oklch(0.585 0.010 250);

  /* --- cockpit (dark section) --- */
  --ck-bg:     oklch(0.205 0.018 250);
  --ck-bg-2:   oklch(0.245 0.020 250);
  --ck-line:   oklch(0.345 0.020 250);
  --ck-ink:    oklch(0.945 0.006 230);
  --ck-ink-2:  oklch(0.735 0.012 240);

  /* --- accents (share L/C, vary hue) --- */
  --teal:      oklch(0.605 0.105 205);   /* modules / primary */
  --teal-2:    oklch(0.715 0.120 196);   /* glow */
  --teal-soft: oklch(0.955 0.022 200);
  --amber:     oklch(0.745 0.115 72);    /* automation layer */
  --steel:     oklch(0.660 0.038 245);   /* external systems (quiet) */
  --violet:    oklch(0.660 0.090 295);

  --accent:    var(--teal);
  --accent-ink: oklch(0.34 0.085 205);

  /* --- type --- */
  --f-display: "Space Grotesk", system-ui, sans-serif;
  --f-text:    "IBM Plex Sans", system-ui, sans-serif;
  --f-mono:    "IBM Plex Mono", ui-monospace, monospace;

  /* --- metrics --- */
  --maxw: 1200px;
  --gut: clamp(20px, 5vw, 64px);
  --r:   14px;
  --r-s: 10px;
  --shadow-s: 0 1px 2px oklch(0.4 0.02 250 / .05), 0 4px 16px oklch(0.4 0.02 250 / .05);
  --shadow-m: 0 2px 6px oklch(0.4 0.02 250 / .06), 0 18px 48px oklch(0.3 0.03 250 / .10);
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; scroll-padding-top:84px; }
body{
  font-family:var(--f-text);
  background:var(--bg);
  color:var(--ink);
  font-size:17px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
button{ font:inherit; color:inherit; cursor:pointer; border:none; background:none; }
::selection{ background:var(--teal-2); color:#fff; }

/* ---------- primitives ---------- */
.wrap{ max-width:var(--maxw); margin-inline:auto; padding-inline:var(--gut); }
.eyebrow{
  font-family:var(--f-mono);
  font-size:12.5px; font-weight:500;
  letter-spacing:.16em; text-transform:uppercase;
  color:var(--accent-ink);
  display:inline-flex; align-items:center; gap:10px;
}
.eyebrow::before{ content:""; width:22px; height:1.5px; background:var(--accent); display:inline-block; }
.cockpit .eyebrow{ color:var(--teal-2); }

h1,h2,h3{ font-family:var(--f-display); font-weight:600; letter-spacing:-0.02em; line-height:1.04; color:var(--ink); }
h1{ font-size:clamp(38px, 5.4vw, 68px); }
h2{ font-size:clamp(30px, 4vw, 50px); }
h3{ font-size:clamp(20px, 2vw, 25px); letter-spacing:-0.01em; }
.lede{ font-size:clamp(18px, 1.5vw, 21px); color:var(--ink-2); line-height:1.55; }
.section{ padding-block:clamp(72px, 10vw, 132px); }
.section-head{ max-width:760px; }
.section-head h2{ margin-top:18px; }
.section-head .lede{ margin-top:22px; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:10px;
  font-family:var(--f-text); font-weight:550; font-size:16px;
  padding:14px 24px; border-radius:999px;
  transition:transform .18s ease, background .2s ease, color .2s, border-color .2s;
  white-space:nowrap;
}
.btn:active{ transform:translateY(1px); }
.btn-primary{ background:var(--ink); color:var(--bg); }
.btn-primary:hover{ background:var(--accent-ink); }
.btn-ghost{ color:var(--ink); border:1.5px solid var(--line); }
.btn-ghost:hover{ border-color:var(--ink); }
.btn .arr{ transition:transform .2s ease; }
.btn:hover .arr{ transform:translateX(3px); }
.cockpit .btn-primary{ background:var(--teal); color:#06181c; }
.cockpit .btn-primary:hover{ background:var(--teal-2); }
.cockpit .btn-ghost{ color:var(--ck-ink); border-color:var(--ck-line); }
.cockpit .btn-ghost:hover{ border-color:var(--ck-ink-2); }

/* =========================================================
   HEADER
   ========================================================= */
.site-header{
  position:sticky; top:0; z-index:60;
  background:oklch(0.992 0.003 220 / .82);
  backdrop-filter:saturate(140%) blur(14px);
  border-bottom:1px solid transparent;
  transition:border-color .25s, background .25s;
}
.site-header.scrolled{ border-bottom-color:var(--line); }
.nav{ display:flex; align-items:center; gap:32px; height:72px; }
.brand{ display:flex; align-items:center; gap:10px; font-family:var(--f-display); font-weight:600; font-size:21px; letter-spacing:-0.02em; }
.brand .mark{ width:auto; height:30px; flex:none; display:block; }
.brand small{ font-family:var(--f-mono); font-size:10px; letter-spacing:.14em; color:var(--ink-3); font-weight:500; text-transform:uppercase; align-self:center; line-height:1.25; }

/* nav links + dropdowns */
.nav-links{ display:flex; align-items:center; gap:2px; margin-left:4px; }
.nav-item{ position:relative; }
.nav-trigger{ display:inline-flex; align-items:center; gap:6px; font-size:15px; color:var(--ink-2); padding:8px 13px; border-radius:10px; transition:color .15s, background .15s; white-space:nowrap; }
.nav-trigger svg{ width:13px; height:13px; transition:transform .22s; }
.nav-flat{ font-size:15px; color:var(--ink-2); padding:8px 13px; border-radius:10px; transition:color .15s, background .15s; white-space:nowrap; }
.nav-trigger:hover, .nav-flat:hover, .nav-item.open .nav-trigger{ color:var(--ink); background:var(--bg-soft); }
.nav-item.open .nav-trigger svg{ transform:rotate(180deg); }

.drop, .mega{
  position:absolute; top:calc(100% + 12px); opacity:0; visibility:hidden; transform:translateY(-6px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s;
  background:var(--surface); border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow-m); z-index:70;
}
.nav-item.open .drop, .nav-item.open .mega{ opacity:1; visibility:visible; transform:none; }
/* hover bridge so the gap doesn't drop the menu */
.nav-item::after{ content:""; position:absolute; top:100%; left:0; right:0; height:14px; }

.drop{ left:0; min-width:264px; padding:8px; }
.drop a{ display:flex; flex-direction:column; gap:2px; padding:10px 13px; border-radius:10px; }
.drop a:hover{ background:var(--bg-soft); }
.drop a b{ font-size:14.5px; font-weight:600; color:var(--ink); }
.drop a span{ font-size:12px; color:var(--ink-3); }

.mega{ left:0; width:min(720px, 86vw); padding:22px 22px 16px; }
.mega-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:8px 18px; align-items:start; }
.mega-col .mega-h{ display:flex; align-items:center; gap:8px; font-family:var(--f-mono); font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-3); margin:0 0 8px 8px; }
.mega-col .mega-h i{ width:8px; height:8px; border-radius:3px; flex:none; }
.mega-link{ display:block; width:100%; text-align:left; padding:8px 9px; border-radius:9px; transition:background .14s; }
.mega-link:hover{ background:var(--bg-soft); }
.mega-link b{ display:block; font-size:13.5px; font-weight:600; color:var(--ink); }
.mega-link span{ display:block; font-size:11.5px; color:var(--ink-3); line-height:1.3; margin-top:1px; }
.mega-foot{ display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:14px; padding-top:14px; border-top:1px solid var(--line-soft); }
.mega-foot p{ font-size:12.5px; color:var(--ink-3); }
.mega-foot a{ font-family:var(--f-mono); font-size:12.5px; color:var(--accent-ink); white-space:nowrap; display:inline-flex; align-items:center; gap:6px; }
.mega-foot a:hover{ text-decoration:underline; }
.mega-int{ display:flex; align-items:center; gap:12px; text-align:left; padding:9px 13px; border-radius:11px; border:1px solid var(--line); background:var(--bg-soft); transition:border-color .15s, background .15s; }
.mega-int:hover{ border-color:var(--amber); background:var(--surface); }
.mega-int .mi-ic{ width:32px; height:32px; border-radius:9px; flex:none; display:grid; place-items:center; background:color-mix(in oklab, var(--amber) 20%, white); color:oklch(0.5 0.11 72); }
.mega-int .mi-ic svg{ width:17px; height:17px; }
.mega-int .mi-tx b{ display:block; font-size:13.5px; font-weight:600; color:var(--ink); }
.mega-int .mi-tx span{ display:block; font-size:11.5px; color:var(--ink-3); line-height:1.3; margin-top:1px; }

/* mobile menu */
.mobile-menu{ display:none; }
.nav-burger .bg-close{ display:none; }
.nav-burger[aria-expanded="true"] .bg-open{ display:none; }
.nav-burger[aria-expanded="true"] .bg-close{ display:block; }
.nav-spacer{ flex:1; }
.nav .btn{ padding:11px 20px; font-size:15px; }
.nav-burger{ display:none; }

/* =========================================================
   HERO
   ========================================================= */
.hero{ padding-top:clamp(48px, 7vw, 96px); padding-bottom:clamp(56px, 8vw, 104px); position:relative; overflow:hidden; }
.hero-grid{ display:grid; grid-template-columns:1.2fr .8fr; gap:clamp(32px, 5vw, 72px); align-items:center; }
.hero h1{ margin-top:26px; }
.hero h1 em{ font-style:normal; color:var(--accent-ink); }
.about-grid h2 em{ font-style:normal; color:var(--accent-ink); }
.hero .lede{ margin-top:26px; max-width:33ch; }
.hero-cta{ display:flex; gap:14px; margin-top:34px; flex-wrap:wrap; }

/* hero trust – full-width single-column band below the two-column grid */
.hero-trustbar{
  margin-top:clamp(40px, 5vw, 64px);
  display:flex; flex-direction:column;
  gap:clamp(16px, 2vw, 22px);
  padding:clamp(20px, 2.4vw, 30px) clamp(22px, 3vw, 34px);
  background:var(--surface); border:1px solid var(--line);
  border-radius:var(--r); box-shadow:var(--shadow-s);
}
.hero-trustbar .htb-cluster{ display:flex; flex-direction:column; gap:9px; min-width:0; }
.hero-trustbar .ht-lead{ font-family:var(--f-mono); font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--accent-ink); }
.hero-trustbar .htb-list{ display:flex; align-items:baseline; gap:6px 12px; }
.hero-trustbar .htb-sectors .htb-list b{ font-family:var(--f-display); font-weight:600; font-size:clamp(18px, 1.6vw, 22px); letter-spacing:-0.01em; color:var(--ink); }
.hero-trustbar .htb-comp-list{ flex-wrap:nowrap; white-space:nowrap; font-family:var(--f-mono); font-size:12.5px; letter-spacing:.02em; color:var(--ink-3); }
.hero-trustbar .dot{ color:var(--line); }
.hero-trustbar .htb-div{ height:1px; width:100%; background:var(--line); flex:none; }

@media (max-width: 760px){
  .hero-trustbar .htb-comp-list{ flex-wrap:wrap; white-space:normal; }
}

/* hero chat panel */
.hero-vis{ position:relative; }
.hero-chat{
  background:var(--surface); border:1px solid var(--line); border-radius:18px;
  box-shadow:var(--shadow-m); padding:20px; position:relative; z-index:2;
  max-width:420px; margin-inline:auto;
}
.hero-chat .hc-top{ display:flex; align-items:center; gap:10px; padding-bottom:14px; border-bottom:1px solid var(--line-soft); }
.hc-ava{ width:30px; height:30px; border-radius:8px; background:var(--teal); display:grid; place-items:center; color:#06181c; font-family:var(--f-display); font-weight:700; font-size:13px; flex:none; }
.hc-name{ font-weight:600; font-size:15px; }
.hc-name span{ display:block; font-family:var(--f-mono); font-size:10.5px; letter-spacing:.12em; color:var(--ink-3); text-transform:uppercase; font-weight:500; }
.hc-live{ margin-left:auto; font-family:var(--f-mono); font-size:11px; color:var(--teal); display:flex; align-items:center; gap:6px; }
.hc-live::before{ content:""; width:7px; height:7px; border-radius:50%; background:var(--teal); box-shadow:0 0 0 0 var(--teal-2); animation:pulse 2s infinite; }
.hc-body{ padding-top:16px; display:flex; flex-direction:column; gap:12px; }
.bubble{ font-size:14.5px; line-height:1.5; padding:11px 14px; border-radius:12px; max-width:88%; }
.bubble.user{ align-self:flex-end; background:var(--ink); color:var(--bg); border-bottom-right-radius:4px; }
.bubble.bot{ align-self:flex-start; background:var(--bg-soft); border:1px solid var(--line-soft); border-bottom-left-radius:4px; }
.bubble.bot b{ color:var(--accent-ink); font-weight:600; }
.hc-route{ display:flex; align-items:center; gap:8px; font-family:var(--f-mono); font-size:11px; color:var(--ink-3); padding:2px 2px 0; }
.hc-route .pill{ background:var(--teal-soft); color:var(--accent-ink); padding:3px 9px; border-radius:999px; border:1px solid oklch(0.605 0.105 205 / .2); }

/* mini module tiles floating */
.hero-tiles{ position:absolute; inset:0; z-index:4; pointer-events:none; }
.htile{
  position:absolute; background:var(--surface); border:1px solid var(--line);
  border-radius:12px; padding:10px 14px; box-shadow:0 6px 20px oklch(0.3 0.03 250 / .14), 0 2px 6px oklch(0.3 0.03 250 / .08);
  font-size:13px; font-weight:550; display:flex; align-items:center; gap:8px; white-space:nowrap;
  animation:floaty 6s ease-in-out infinite;
}
.htile i{ width:9px; height:9px; border-radius:3px; background:var(--teal); display:block; }
.htile.t1{ top:-3%; left:-12%; animation-delay:.0s; }
.htile.t2{ top:30%; right:-15%; animation-delay:.8s; }
.htile.t3{ bottom:22%; left:-16%; animation-delay:1.6s; }
.htile.t4{ bottom:-5%; right:-9%; animation-delay:2.4s; }
.htile.t2 i{ background:var(--amber); }
.htile.t3 i{ background:var(--steel); }
@keyframes floaty{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-9px); } }
@keyframes pulse{ 0%{ box-shadow:0 0 0 0 oklch(0.715 0.12 196 / .5);} 70%{ box-shadow:0 0 0 8px oklch(0.715 0.12 196 / 0);} 100%{ box-shadow:0 0 0 0 oklch(0.715 0.12 196 / 0);} }

/* =========================================================
   PROBLEM
   ========================================================= */
.cards-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:54px; }
.pcard{ background:var(--surface); border:1px solid var(--line); border-radius:var(--r); padding:30px 28px; }
.pcard .pnum{ font-family:var(--f-mono); font-size:12px; color:var(--ink-3); letter-spacing:.1em; }
.pcard h3{ margin:16px 0 10px; }
.pcard p{ color:var(--ink-2); font-size:15.5px; }
.pcard .bar{ height:3px; width:38px; background:var(--accent); border-radius:2px; margin-top:22px; opacity:.85; }

/* =========================================================
   SCHALTZENTRALE (cockpit)
   ========================================================= */
.cockpit{ background:var(--ck-bg); color:var(--ck-ink); position:relative; overflow:hidden; }
.cockpit::before{ content:""; position:absolute; inset:0; background:
   radial-gradient(900px 520px at 50% 16%, oklch(0.715 0.12 196 / .10), transparent 70%);
   pointer-events:none; }
.cockpit .section-head{ max-width:780px; margin-inline:auto; text-align:center; position:relative; }
.cockpit h2{ color:var(--ck-ink); margin-top:18px; }
.cockpit .lede{ color:var(--ck-ink-2); margin-inline:auto; }

.cz-stage{ position:relative; margin-top:clamp(36px,5vw,60px); display:flex; justify-content:center; }
.cz-scaler{ position:relative; width:780px; height:780px; transform-origin:top center; }
.cz-svg{ position:absolute; inset:0; width:100%; height:100%; overflow:visible; }
.cz-svg .ln{ stroke:var(--ck-line); stroke-width:1; fill:none; opacity:.5; transition:stroke .3s, opacity .3s, stroke-width .3s; }
.cz-svg .ln.hot{ stroke:var(--teal-2); opacity:1; stroke-width:2; }
.cz-svg .ring-auto{ stroke:var(--amber); stroke-width:1.5; fill:none; stroke-dasharray:3 7; opacity:.55; }

.cz-node{
  position:absolute; transform:translate(-50%,-50%);
  display:flex; flex-direction:column; align-items:center; gap:7px; width:96px; text-align:center;
}
.cz-dot{
  width:46px; height:46px; border-radius:13px; display:grid; place-items:center;
  background:var(--ck-bg-2); border:1px solid var(--ck-line);
  color:var(--teal-2); transition:all .35s cubic-bezier(.2,.8,.2,1); position:relative;
}
.cz-dot svg{ width:21px; height:21px; }
.cz-node .lbl{ font-size:12px; color:var(--ck-ink-2); font-weight:500; line-height:1.2; transition:color .3s; }
.cz-node.on .cz-dot{ background:var(--teal); color:#06181c; border-color:var(--teal-2); box-shadow:0 0 0 4px oklch(0.715 0.12 196 / .18), 0 8px 26px oklch(0.715 0.12 196 / .35); transform:scale(1.08); }
.cz-node.on .lbl{ color:var(--ck-ink); }
/* external ring nodes */
.cz-node.ext .cz-dot{ color:var(--steel); border-style:dashed; background:transparent; }
.cz-node.ext .lbl{ color:oklch(0.62 0.02 245); }
.cz-node.ext.on .cz-dot{ background:var(--steel); color:#0d1620; border-style:solid; box-shadow:0 0 0 4px oklch(0.66 0.038 245 / .18); }

/* automation badge */
.cz-auto{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  font-family:var(--f-mono); font-size:10.5px; letter-spacing:.12em; text-transform:uppercase;
  color:var(--amber); background:oklch(0.205 0.018 250 / .9); border:1px solid oklch(0.745 0.115 72 / .4);
  padding:4px 11px; border-radius:999px; white-space:nowrap;
  display:inline-flex; align-items:center; gap:6px; cursor:pointer;
  transition:transform .15s ease, border-color .15s, background .15s; z-index:6;
}
.cz-auto svg{ width:12px; height:12px; }
.cz-auto:hover, .cz-auto:focus-visible{ border-color:var(--amber); background:oklch(0.245 0.02 250 / .96); transform:translate(-50%,-50%) scale(1.07); outline:none; }

/* central chat */
.cz-core{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:268px; background:var(--ck-bg-2); border:1px solid var(--ck-line);
  border-radius:16px; padding:16px; box-shadow:0 24px 60px oklch(0.1 0.02 250 / .5); z-index:5;
}
.cz-core .hc-top{ border-color:var(--ck-line); }
.cz-core .hc-name{ color:var(--ck-ink); }
.cz-core .cc-msg{ margin-top:14px; font-size:13.5px; line-height:1.5; min-height:64px; color:var(--ck-ink); }
.cz-core .cc-msg .q{ color:var(--ck-ink-2); }
.cz-core .cc-msg .route{ display:inline-flex; align-items:center; gap:6px; margin-top:9px; font-family:var(--f-mono); font-size:11px; color:var(--teal-2); }
.cz-core .cc-msg .route b{ color:var(--amber); font-weight:500; }

/* prompt chips */
.cz-chips{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-top:clamp(34px,4vw,52px); max-width:920px; margin-inline:auto; }
.cz-chip{
  font-family:var(--f-mono); font-size:13px; color:var(--ck-ink-2);
  background:var(--ck-bg-2); border:1px solid var(--ck-line); border-radius:999px;
  padding:10px 16px; transition:all .2s; display:flex; align-items:center; gap:9px;
}
.cz-chip:hover{ color:var(--ck-ink); border-color:var(--teal); }
.cz-chip.active{ background:var(--teal); color:#06181c; border-color:var(--teal); }
.cz-chip .tag{ opacity:.6; }
.cz-chip.active .tag{ opacity:.8; }

/* fundament */
.cz-base{ display:flex; flex-wrap:wrap; justify-content:center; gap:10px 14px; margin-top:clamp(40px,5vw,56px); padding-top:28px; border-top:1px solid var(--ck-line); }
.cz-base span{ font-family:var(--f-mono); font-size:12.5px; color:var(--ck-ink-2); display:flex; align-items:center; gap:9px; }
.cz-base span::before{ content:""; width:6px; height:6px; border-radius:50%; background:var(--teal); }

/* =========================================================
   MODULE LAYERS
   ========================================================= */
.layer-stack{ margin-top:54px; display:flex; flex-direction:column; gap:14px; }
.layers{ display:flex; flex-direction:column; gap:14px; }

/* steering (EDDA) + foundation (data) bands around the four layers */
.lstack-band{ display:flex; align-items:center; gap:clamp(18px,3vw,30px); padding:clamp(22px,2.6vw,30px) clamp(24px,3vw,36px); border-radius:var(--r); }
.lsb-mark{ flex:none; width:52px; height:52px; border-radius:13px; display:grid; place-items:center; }
.lsb-mark svg{ width:25px; height:25px; }
.lsb-tx .lsb-eyebrow{ font-family:var(--f-mono); font-size:11px; letter-spacing:.13em; text-transform:uppercase; }
.lsb-tx h3{ margin:8px 0 7px; font-size:21px; }
.lsb-tx p{ font-size:15px; line-height:1.55; max-width:64ch; }

/* EDDA control surface – dark, signals it sits above */
.lstack-top{ background:var(--ck-bg); color:var(--ck-ink); }
.lstack-top .lsb-tx h3{ color:var(--ck-ink); }
.lstack-top .lsb-mark{ background:color-mix(in oklab, var(--teal) 32%, var(--ck-bg)); color:var(--teal-2); }
.lstack-top .lsb-eyebrow{ color:var(--teal-2); }
.lstack-top p{ color:var(--ck-ink-2); }

/* data foundation – quiet base the layers rest on */
.lstack-bottom{ background:var(--bg-soft); border:1px solid var(--line); align-items:flex-start; }
.lstack-bottom .lsb-mark{ background:var(--surface); border:1px solid var(--line); color:var(--ink-2); }
.lstack-bottom .lsb-eyebrow{ color:var(--ink-3); }
.lstack-bottom p{ color:var(--ink-2); }
.lsb-caps{ display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.lsb-cap{ font-family:var(--f-mono); font-size:11.5px; letter-spacing:.01em; color:var(--ink-2); background:var(--surface); border:1px solid var(--line); border-radius:999px; padding:6px 12px; }
.lsb-siara{ display:flex; gap:13px; margin-top:18px; padding:16px 18px; background:var(--surface); border:1px solid var(--line-soft); border-left:3px solid var(--teal); border-radius:var(--r-s); max-width:78ch; }
.lsb-siara-ic{ flex:none; width:34px; height:34px; border-radius:9px; display:grid; place-items:center; background:var(--teal-soft); color:var(--accent-ink); }
.lsb-siara-ic svg{ width:18px; height:18px; }
.lsb-siara p{ font-size:14px; line-height:1.55; color:var(--ink-2); }
.lsb-siara p b{ color:var(--teal); font-weight:600; }
.lsb-dev{ font-family:var(--f-mono); font-size:10px; letter-spacing:.06em; text-transform:uppercase; color:oklch(0.55 0.10 72); background:color-mix(in oklab, var(--amber) 16%, white); border:1px solid oklch(0.745 0.115 72 / .35); padding:2px 8px; border-radius:999px; white-space:nowrap; }

/* connector chevron between EDDA and the four layers */
.lstack-link{ display:grid; place-items:center; height:18px; color:var(--ink-3); opacity:.5; }
.lstack-link svg{ width:22px; height:22px; }
.layer{
  background:var(--surface); border:1px solid var(--line); border-radius:var(--r);
  padding:clamp(24px,3vw,36px); display:grid; grid-template-columns:300px 1fr; gap:clamp(20px,4vw,48px); align-items:start;
  position:relative; overflow:hidden;
}
.layer::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:var(--lc, var(--teal)); }
.layer-meta .lidx{ font-family:var(--f-mono); font-size:12px; color:var(--ink-3); letter-spacing:.1em; }
.layer-meta h3{ margin:12px 0 12px; }
.layer-meta p{ color:var(--ink-2); font-size:15px; }
.layer-mods{ display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:12px; align-content:start; }
.modtile{
  text-align:left; background:var(--bg-soft); border:1px solid var(--line-soft); border-radius:var(--r-s);
  padding:14px 15px; transition:all .18s; display:flex; flex-direction:column; gap:6px; min-height:84px;
}
.modtile:hover{ border-color:var(--lc, var(--teal)); background:var(--surface); transform:translateY(-2px); box-shadow:var(--shadow-s); }
.modtile .mt-top{ display:flex; align-items:center; gap:9px; }
.modtile .mt-ic{ width:28px; height:28px; border-radius:8px; background:color-mix(in oklab, var(--lc, var(--teal)) 16%, white); color:var(--lc, var(--teal)); display:grid; place-items:center; flex:none; }
.modtile .mt-ic svg{ width:15px; height:15px; }
.modtile .mt-name{ font-weight:600; font-size:15px; }
.modtile .mt-dev{ margin-left:auto; font-family:var(--f-mono); font-size:9.5px; letter-spacing:.06em; text-transform:uppercase; color:oklch(0.55 0.10 72); background:color-mix(in oklab, var(--amber) 16%, white); border:1px solid oklch(0.745 0.115 72 / .35); padding:2px 7px; border-radius:999px; white-space:nowrap; flex:none; }
.modtile .mt-use{ font-size:12.5px; color:var(--ink-3); line-height:1.35; }
.modtile .mt-more{ margin-top:auto; font-family:var(--f-mono); font-size:11px; color:var(--lc,var(--teal)); opacity:0; transition:opacity .18s; }
.modtile:hover .mt-more{ opacity:1; }

/* module modal */
.modal .m-tabs{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:22px; padding-right:42px; }
.modal .m-tab{ display:inline-flex; align-items:center; gap:8px; padding:8px 14px; border-radius:999px; border:1px solid var(--line); background:var(--bg-soft); font-family:inherit; font-size:13px; font-weight:500; color:var(--ink-3); cursor:pointer; transition:color .15s, border-color .15s, background .15s; }
.modal .m-tab .mt-ic2{ display:grid; place-items:center; }
.modal .m-tab .mt-ic2 svg{ width:14px; height:14px; }
.modal .m-tab:hover{ color:var(--ink); border-color:var(--ink-3); }
.modal .m-tab.active{ background:color-mix(in oklab, var(--lc,var(--teal)) 13%, white); border-color:var(--lc,var(--teal)); color:var(--lc,var(--teal)); }
.modal-scrim{ position:fixed; inset:0; background:oklch(0.2 0.02 250 / .5); backdrop-filter:blur(3px); z-index:90; opacity:0; pointer-events:none; display:grid; place-items:center; padding:24px; }
.modal-scrim.open{ opacity:1; pointer-events:auto; }
.modal{ background:var(--surface); border-radius:18px; max-width:480px; width:100%; max-height:calc(100vh - 48px); overflow-y:auto; padding:30px; box-shadow:var(--shadow-m); transform:translateY(12px) scale(.98); transition:transform .24s cubic-bezier(.2,.8,.2,1); position:relative; }
.modal-scrim.open .modal{ transform:none; }
.modal .m-ic{ width:46px; height:46px; border-radius:12px; background:color-mix(in oklab, var(--lc,var(--teal)) 16%, white); color:var(--lc,var(--teal)); display:grid; place-items:center; }
.modal .m-ic svg{ width:23px; height:23px; }
.modal .m-layer{ font-family:var(--f-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-3); margin-top:18px; }
.modal .m-layerline{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin-top:18px; }
.modal .m-layerline .m-layer{ margin-top:0; white-space:nowrap; }
.m-dev{ font-family:var(--f-mono); font-size:10px; letter-spacing:.08em; text-transform:uppercase; color:oklch(0.55 0.10 72); background:color-mix(in oklab, var(--amber) 16%, white); border:1px solid oklch(0.745 0.115 72 / .4); padding:3px 9px; border-radius:999px; }
.modal h3{ margin:6px 0 14px; font-size:26px; }
.modal .m-desc{ color:var(--ink); font-size:16px; }
.modal .m-ex-grid{ margin-top:18px; display:flex; flex-direction:column; gap:10px; }
.modal .m-ex{ padding:14px 16px; background:var(--bg-soft); border:1px solid var(--line-soft); border-radius:12px; border-left:3px solid var(--lc,var(--teal)); }
.modal .m-ex[data-ex="vers"]{ border-left-color:var(--steel); }
.modal .m-ex .lab{ font-family:var(--f-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--lc,var(--teal)); }
.modal .m-ex[data-ex="vers"] .lab{ color:var(--steel); }
.modal .m-ex p{ margin-top:7px; font-size:14px; color:var(--ink-2); line-height:1.5; }
.modal .m-close{ position:absolute; top:18px; right:18px; width:34px; height:34px; border-radius:50%; display:grid; place-items:center; color:var(--ink-3); transition:background .15s,color .15s; }
.modal .m-close:hover{ background:var(--bg-soft); color:var(--ink); }

/* =========================================================
   BOOKING MODAL (Calendly-style)
   ========================================================= */
.bk-scrim{ position:fixed; inset:0; background:oklch(0.2 0.02 250 / .55); backdrop-filter:blur(4px); z-index:95; display:grid; place-items:center; padding:20px; opacity:0; pointer-events:none; }
.bk-scrim.open{ opacity:1; pointer-events:auto; }
.bk{ background:var(--surface); border-radius:22px; width:min(920px,100%); max-height:calc(100vh - 40px); overflow:hidden; box-shadow:var(--shadow-m); display:grid; grid-template-columns:296px 1fr; transform:translateY(14px) scale(.985); transition:transform .26s cubic-bezier(.2,.8,.2,1); }
.bk-scrim.open .bk{ transform:none; }
.bk-x{ position:absolute; top:16px; right:16px; width:34px; height:34px; border-radius:50%; display:grid; place-items:center; color:var(--ck-ink-2); z-index:3; transition:background .15s,color .15s; }
.bk-x:hover{ background:oklch(1 0 0 / .1); color:#fff; }

/* aside */
.bk-aside{ background:var(--ck-bg); color:var(--ck-ink); padding:26px 26px 28px; display:flex; flex-direction:column; }
.bk-aside .brand{ color:var(--ck-ink); font-size:19px; }
.bk-aside .brand .mark{ width:auto; height:24px; }
.bk-eyebrow{ font-family:var(--f-mono); font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--teal-2); margin-top:26px; }
.bk-aside h3{ color:var(--ck-ink); font-size:24px; margin-top:8px; }
.bk-meta{ margin-top:20px; display:flex; flex-direction:column; gap:13px; }
.bk-meta li{ list-style:none; display:flex; align-items:center; gap:11px; font-size:13.5px; color:var(--ck-ink-2); }
.bk-meta svg{ width:17px; height:17px; color:var(--teal-2); flex:none; }
.bk-host-sel{ margin-top:auto; padding-top:22px; }
.bk-host-sel .lab{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.12em; text-transform:uppercase; color:var(--ck-ink-2); margin-bottom:11px; }
.bk-host-card{ display:flex; align-items:center; gap:11px; background:var(--ck-bg-2); border:1px solid var(--ck-line); border-radius:12px; padding:11px 13px; }
.bk-ava{ width:38px; height:38px; border-radius:10px; display:grid; place-items:center; font-family:var(--f-display); font-weight:700; font-size:14px; color:#06181c; flex:none; }
.bk-host-card b{ font-size:14px; color:var(--ck-ink); display:block; }
.bk-host-card span{ font-size:11.5px; color:var(--ck-ink-2); }

/* main */
.bk-main{ padding:26px 30px 30px; position:relative; overflow-y:auto; }
.bk-step{ display:none; }
.bk-step.on{ display:block; }
.bk-back{ display:inline-flex; align-items:center; gap:7px; font-family:var(--f-mono); font-size:12px; color:var(--ink-3); margin-bottom:14px; transition:color .15s; }
.bk-back:hover{ color:var(--ink); }
.bk-h{ font-family:var(--f-display); font-weight:600; font-size:20px; letter-spacing:-0.01em; }

/* host picker */
.bk-hosts{ display:flex; flex-direction:column; gap:10px; margin-top:18px; }
.bk-hosts button{ display:flex; align-items:center; gap:13px; text-align:left; background:var(--surface); border:1.5px solid var(--line); border-radius:14px; padding:14px 16px; transition:all .16s; }
.bk-hosts button:hover{ border-color:var(--teal); transform:translateY(-1px); box-shadow:var(--shadow-s); }
.bk-hosts button.sel{ border-color:var(--teal); background:var(--teal-soft); }
.bk-hosts b{ font-size:15.5px; display:block; }
.bk-hosts span{ font-size:13px; color:var(--ink-3); }
.bk-hosts .chk{ margin-left:auto; color:var(--teal); opacity:0; }
.bk-hosts button.sel .chk{ opacity:1; }

/* calendar + slots */
.bk-cal-wrap{ display:grid; grid-template-columns:1fr 196px; gap:24px; margin-top:18px; }
.bk-cal-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:14px; }
.bk-cal-head b{ font-family:var(--f-display); font-size:16px; }
.bk-nav{ display:flex; gap:6px; }
.bk-nav button{ width:30px; height:30px; border-radius:8px; border:1px solid var(--line); display:grid; place-items:center; color:var(--ink-2); transition:all .15s; }
.bk-nav button:hover:not(:disabled){ border-color:var(--ink); color:var(--ink); }
.bk-nav button:disabled{ opacity:.35; cursor:not-allowed; }
.bk-grid{ display:grid; grid-template-columns:repeat(7,1fr); gap:4px; }
.bk-dow{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.04em; text-transform:uppercase; color:var(--ink-3); text-align:center; padding-bottom:6px; }
.bk-day{ aspect-ratio:1; border-radius:9px; font-size:14px; font-weight:550; color:var(--ink-2); display:grid; place-items:center; position:relative; transition:all .14s; }
.bk-day.empty{ pointer-events:none; }
.bk-day.off{ color:var(--line); cursor:not-allowed; }
.bk-day.free{ background:var(--teal-soft); color:var(--accent-ink); cursor:pointer; }
.bk-day.free:hover{ background:color-mix(in oklab, var(--teal) 28%, white); }
.bk-day.free::after{ content:""; position:absolute; bottom:5px; width:4px; height:4px; border-radius:50%; background:var(--teal); }
.bk-day.sel{ background:var(--ink); color:#fff; }
.bk-day.sel::after{ background:var(--teal-2); }
.bk-day.today{ outline:1.5px solid var(--teal); outline-offset:-1.5px; }

.bk-slots{ display:flex; flex-direction:column; min-width:0; }
.bk-slots .sl-date{ font-size:13px; font-weight:600; margin-bottom:11px; min-height:18px; color:var(--ink); }
.bk-slots-list{ display:flex; flex-direction:column; gap:8px; overflow-y:auto; max-height:264px; padding-right:2px; }
.bk-slot{ border:1.5px solid var(--line); border-radius:10px; padding:11px; font-size:14px; font-weight:550; color:var(--accent-ink); text-align:center; transition:all .15s; }
.bk-slot:hover{ border-color:var(--teal); background:var(--teal-soft); }
.bk-slot.sel{ background:var(--ink); color:#fff; border-color:var(--ink); }
.bk-empty-hint{ font-size:13px; color:var(--ink-3); line-height:1.5; padding-top:4px; }

/* details form */
.bk-sum{ display:flex; flex-wrap:wrap; gap:8px 16px; background:var(--bg-soft); border:1px solid var(--line-soft); border-radius:12px; padding:13px 16px; margin-top:16px; font-size:13.5px; }
.bk-sum span{ display:flex; align-items:center; gap:7px; color:var(--ink-2); }
.bk-sum svg{ width:15px; height:15px; color:var(--teal); }
.bk-form{ margin-top:18px; display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.bk-field{ display:flex; flex-direction:column; gap:6px; }
.bk-field.full{ grid-column:1 / -1; }
.bk-field label{ font-size:12.5px; font-weight:550; color:var(--ink-2); }
.bk-field input, .bk-field textarea{ border:1.5px solid var(--line); border-radius:10px; padding:11px 13px; font:inherit; font-size:14.5px; background:var(--bg); color:var(--ink); outline:none; transition:border-color .15s; }
.bk-field input:focus, .bk-field textarea:focus{ border-color:var(--teal); }
.bk-field textarea{ resize:vertical; min-height:66px; }
.bk-submit{ margin-top:20px; width:100%; justify-content:center; }

/* confirmation */
.bk-done{ text-align:center; padding:18px 0 8px; }
.bk-check{ width:66px; height:66px; border-radius:50%; background:var(--teal-soft); color:var(--teal); display:grid; place-items:center; margin:0 auto 20px; }
.bk-check svg{ width:32px; height:32px; }
.bk-done h3{ font-size:24px; }
.bk-done p{ color:var(--ink-2); margin-top:10px; max-width:38ch; margin-inline:auto; font-size:15px; }
.bk-recap{ text-align:left; background:var(--bg-soft); border:1px solid var(--line-soft); border-radius:14px; padding:18px 20px; margin:22px auto 0; max-width:360px; display:flex; flex-direction:column; gap:11px; }
.bk-recap .r-row{ display:flex; align-items:flex-start; gap:12px; font-size:14px; line-height:1.45; }
.bk-recap .r-row svg{ width:17px; height:17px; color:var(--teal); flex:none; margin-top:2px; }
.bk-recap .r-row b{ font-weight:600; }
.bk-done-cta{ display:flex; gap:10px; justify-content:center; margin-top:22px; flex-wrap:wrap; }

@media (max-width:720px){
  .bk{ grid-template-columns:1fr; max-height:calc(100vh - 32px); }
  .bk-aside{ padding:22px 22px 20px; }
  .bk-host-sel{ margin-top:18px; }
  .bk-cal-wrap{ grid-template-columns:1fr; gap:18px; }
  .bk-slots-list{ max-height:none; }
  .bk-form{ grid-template-columns:1fr; }
}

/* =========================================================
   BRANCHEN
   ========================================================= */
.branch-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:54px; }
.bcard{ border:1px solid var(--line); border-radius:var(--r); padding:30px 28px; background:var(--surface); position:relative; }
.bcard.active{ border-color:var(--teal); box-shadow:var(--shadow-s); }
.bcard .b-tag{ display:inline-flex; align-items:center; gap:7px; font-family:var(--f-mono); font-size:11px; letter-spacing:.08em; text-transform:uppercase; padding:5px 11px; border-radius:999px; }
.bcard.active .b-tag{ background:var(--teal-soft); color:var(--accent-ink); }
.bcard:not(.active) .b-tag{ background:var(--bg-soft); color:var(--ink-3); border:1px solid var(--line); }
.bcard h3{ margin:18px 0 10px; }
.bcard p{ color:var(--ink-2); font-size:15px; }
.bcard .b-comp{ margin-top:20px; padding-top:18px; border-top:1px solid var(--line-soft); font-family:var(--f-mono); font-size:12px; color:var(--ink-3); }

/* tailor-made language model panel */
.branch-llm{ margin-top:20px; background:var(--surface); border:1px solid var(--line); border-radius:var(--r); padding:clamp(28px,3.4vw,44px); scroll-margin-top:96px; }
.bllm-intro{ max-width:64ch; }
.bllm-intro h3{ margin:11px 0 12px; }
.bllm-intro p{ color:var(--ink-2); font-size:15.5px; }
.bllm-steps{ display:grid; grid-template-columns:1fr auto 1fr; gap:clamp(14px,2vw,26px); align-items:stretch; margin-top:30px; }
.bllm-step{ display:flex; gap:16px; background:var(--bg-soft); border:1px solid var(--line-soft); border-radius:var(--r-s); padding:22px 24px; }
.bllm-num{ flex:none; font-family:var(--f-mono); font-size:12px; letter-spacing:.04em; color:var(--accent-ink); background:var(--teal-soft); width:34px; height:34px; border-radius:9px; display:grid; place-items:center; }
.bllm-tx b{ font-size:16px; }
.bllm-tx p{ margin-top:6px; color:var(--ink-2); font-size:14px; line-height:1.5; }
.bllm-arrow{ display:grid; place-items:center; color:var(--teal); }
.bllm-arrow svg{ width:24px; height:24px; }
.bllm-foot{ margin-top:24px; padding-top:20px; border-top:1px solid var(--line-soft); font-family:var(--f-mono); font-size:13px; color:var(--ink-2); letter-spacing:.01em; }
@media (max-width:760px){
  .bllm-steps{ grid-template-columns:1fr; }
  .bllm-arrow{ transform:rotate(90deg); }
}

/* =========================================================
   COMPLIANCE
   ========================================================= */
.comply{ background:var(--bg-soft); }
.comply-grid{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(36px,6vw,80px); align-items:center; }
.badges{ display:flex; flex-direction:column; gap:12px; }
.badge{ display:flex; align-items:center; gap:14px; background:var(--surface); border:1px solid var(--line); border-radius:12px; padding:16px 20px; }
.badge .bi{ width:38px; height:38px; border-radius:10px; background:var(--teal-soft); color:var(--accent-ink); display:grid; place-items:center; flex:none; }
.badge .bi svg{ width:19px; height:19px; }
.badge b{ font-weight:600; font-size:15.5px; display:block; }
.badge span{ font-size:13px; color:var(--ink-3); }

/* =========================================================
   VERTRAUEN
   ========================================================= */
.logo-strip{ display:flex; flex-wrap:wrap; gap:14px; margin-top:46px; }
.logo-ph{ flex:1 1 150px; height:74px; border:1px dashed var(--line); border-radius:12px; display:grid; place-items:center; font-family:var(--f-mono); font-size:13px; color:var(--ink-3); letter-spacing:.04em; background:var(--surface); }
@media (prefers-reduced-motion:no-preference){
  .logo-strip.in .logo-ph{ animation:logoIn .6s cubic-bezier(.2,.8,.2,1) backwards; animation-delay:calc(var(--i,0) * 90ms); }
}
@keyframes logoIn{ from{ opacity:0; transform:translateY(18px) scale(.985); } to{ opacity:1; transform:none; } }
.no-motion .logo-strip.in .logo-ph{ animation:none; }
.quotes{ display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:22px; }
.quote{ background:var(--surface); border:1px solid var(--line); border-radius:var(--r); padding:28px; }
.quote p{ font-family:var(--f-display); font-size:19px; line-height:1.4; letter-spacing:-0.01em; }
.quote .who{ margin-top:18px; display:flex; align-items:center; gap:12px; }
.quote .who .av{ width:38px; height:38px; border-radius:50%; background:var(--bg-soft); border:1px solid var(--line); }
.quote .who b{ font-size:14px; display:block; }
.quote .who span{ font-size:12.5px; color:var(--ink-3); }
.stats{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:20px; }
.stat{ background:var(--ink); color:var(--bg); border-radius:var(--r); padding:30px 28px; }
.stat .n{ font-family:var(--f-display); font-size:clamp(34px,4vw,46px); font-weight:600; letter-spacing:-0.02em; color:#fff; }
.stat .n em{ font-style:normal; color:var(--teal-2); }
.stat .d{ margin-top:8px; font-size:14px; color:oklch(0.78 0.01 240); }

/* =========================================================
   ÜBER UNS + KLARTEXT (blog)
   ========================================================= */
.about-grid{ display:grid; grid-template-columns:1.15fr .85fr; gap:clamp(36px,6vw,72px); align-items:center; }
.about-grid em{ font-style:italic; color:var(--accent-ink); }
.about-facts{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.afact{ background:var(--surface); border:1px solid var(--line); border-radius:var(--r); padding:24px 22px; }
.afact .n{ font-family:var(--f-display); font-weight:600; font-size:clamp(24px,2.4vw,30px); letter-spacing:-0.02em; color:var(--ink); }
.afact .d{ margin-top:8px; font-size:13.5px; color:var(--ink-3); line-height:1.4; }

.blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:54px; }
.bpost{ display:flex; flex-direction:column; background:var(--surface); border:1px solid var(--line); border-radius:var(--r); padding:26px 24px; transition:transform .18s, box-shadow .18s, border-color .18s; }
.bpost:hover{ transform:translateY(-3px); box-shadow:var(--shadow-m); border-color:var(--teal); }
.bp-tag{ align-self:flex-start; font-family:var(--f-mono); font-size:11px; letter-spacing:.06em; text-transform:uppercase; color:var(--accent-ink); background:var(--teal-soft); padding:5px 11px; border-radius:999px; }
.bpost h3{ font-size:20px; margin:16px 0 10px; }
.bpost p{ font-size:14.5px; color:var(--ink-2); line-height:1.5; }
.bp-meta{ margin-top:auto; padding-top:18px; font-family:var(--f-mono); font-size:12px; color:var(--ink-3); }

@media (max-width:900px){
  .about-grid{ grid-template-columns:1fr; gap:36px; }
}
@media (max-width:760px){
  .blog-grid{ grid-template-columns:1fr; }
}
/* =========================================================
   EINSTIEG – Wachstumspfad (1 Modul → KI-Arbeitszentrale)
   ========================================================= */
.grow{ display:grid; grid-template-columns:1fr auto 1fr auto 1fr; gap:clamp(10px,1.4vw,20px); align-items:stretch; margin-top:clamp(40px,5vw,60px); }
.grow-step{ background:var(--surface); border:1px solid var(--line); border-radius:var(--r); padding:clamp(24px,2.4vw,30px); display:flex; flex-direction:column; }
.grow-step.is-goal{ border-color:var(--teal); box-shadow:var(--shadow-s); background:linear-gradient(180deg, var(--teal-soft), var(--surface) 60%); }
.gs-head{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:16px; }
.gs-stage{ font-family:var(--f-mono); font-size:11px; letter-spacing:.13em; text-transform:uppercase; color:var(--accent-ink); }
.gs-dots{ display:flex; gap:5px; }
.gs-dots i{ width:8px; height:8px; border-radius:50%; background:var(--line); display:block; }
.gs-dots i.on{ background:var(--teal); }
.gs-ring{ color:var(--teal); display:grid; place-items:center; }
.gs-ring svg{ width:22px; height:22px; }
.grow-step h3{ font-size:20px; }
.grow-step > p{ color:var(--ink-2); font-size:15px; line-height:1.55; margin-top:11px; }
.gs-tags{ display:flex; flex-wrap:wrap; gap:7px; margin-top:auto; padding-top:18px; }
.gs-tags span{ font-family:var(--f-mono); font-size:11.5px; color:var(--ink-2); background:var(--bg-soft); border:1px solid var(--line-soft); border-radius:999px; padding:5px 11px; }
.grow-step.is-goal .gs-tags span{ background:var(--surface); border-color:oklch(0.605 0.105 205 / .25); color:var(--accent-ink); }
.grow-arrow{ display:grid; place-items:center; color:var(--teal); }
.grow-arrow svg{ width:26px; height:26px; }

.grow-assure{ display:flex; flex-wrap:wrap; justify-content:center; gap:10px 26px; margin-top:clamp(28px,3vw,38px); }
.grow-assure span{ display:inline-flex; align-items:center; gap:9px; font-family:var(--f-mono); font-size:12.5px; color:var(--ink-2); }
.grow-assure svg{ width:16px; height:16px; color:var(--teal); flex:none; }

#einstieg .entry{ margin-top:clamp(40px,5vw,60px); }

@media (max-width:920px){
  .grow{ grid-template-columns:1fr; }
  .grow-arrow{ transform:rotate(90deg); padding:2px 0; }
}

/* =========================================================
   EINSTIEG (CTA)
   ========================================================= */
.entry{ background:var(--ck-bg); color:var(--ck-ink); border-radius:24px; padding:clamp(40px,6vw,72px); text-align:center; position:relative; overflow:hidden; }
.entry::before{ content:""; position:absolute; inset:0; background:radial-gradient(700px 360px at 50% 120%, oklch(0.715 0.12 196 / .14), transparent 70%); }
.entry > *{ position:relative; }
.entry h2{ color:var(--ck-ink); max-width:18ch; margin-inline:auto; }
.entry .lede{ color:var(--ck-ink-2); max-width:54ch; margin:22px auto 0; }
.entry-cta{ display:flex; gap:14px; justify-content:center; margin-top:34px; flex-wrap:wrap; }
.entry .btn-ghost{ color:var(--ck-ink); border-color:var(--ck-line); }
.entry .btn-ghost:hover{ border-color:var(--ck-ink-2); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer{ border-top:1px solid var(--line); padding-block:clamp(48px,6vw,72px) 40px; }
.foot-grid{ display:grid; grid-template-columns:1.6fr repeat(3,1fr); gap:40px; }
.foot-brand p{ color:var(--ink-3); font-size:14px; margin-top:16px; max-width:32ch; }
.foot-col h4{ font-family:var(--f-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-3); margin-bottom:14px; font-weight:500; }
.foot-col a{ display:block; font-size:14.5px; color:var(--ink-2); padding:5px 0; transition:color .15s; }
.foot-col a:hover{ color:var(--ink); }
.foot-bottom{ margin-top:48px; padding-top:24px; border-top:1px solid var(--line); display:flex; flex-wrap:wrap; gap:14px; justify-content:space-between; font-size:13px; color:var(--ink-3); }

/* =========================================================
   ASSISTENT WIDGET
   ========================================================= */
.assist-fab{
  position:fixed; right:24px; bottom:24px; z-index:80;
  display:flex; align-items:center; gap:11px; background:var(--ink); color:var(--bg);
  padding:13px 19px 13px 15px; border-radius:999px; box-shadow:var(--shadow-m);
  transition:transform .2s, background .2s;
}
.assist-fab:hover{ transform:translateY(-2px); background:var(--accent-ink); }
.assist-fab .af-ic{ width:30px; height:30px; border-radius:50%; background:#fff; display:grid; place-items:center; flex:none; }
.assist-fab .af-ic img{ width:21px; height:21px; object-fit:contain; display:block; }
.assist-fab .af-tx{ font-size:14.5px; font-weight:550; }
.assist-fab .af-tx span{ display:block; font-family:var(--f-mono); font-size:10.5px; color:var(--teal-2); letter-spacing:.04em; font-weight:400; }

.assist-panel{
  position:fixed; right:24px; bottom:24px; z-index:81; width:380px; max-width:calc(100vw - 32px);
  background:var(--surface); border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow-m);
  display:flex; flex-direction:column; overflow:hidden; transform:translateY(20px) scale(.96); opacity:0; pointer-events:none;
  transition:transform .26s cubic-bezier(.2,.8,.2,1);
}
.assist-panel.open{ transform:none; opacity:1; pointer-events:auto; }
.ap-head{ background:var(--ck-bg); color:var(--ck-ink); padding:18px 20px; display:flex; align-items:center; gap:12px; }
.ap-head .hc-ava{ background:var(--teal); }
.ap-head .hc-ava.ava-logo{ background:#fff; }
.ap-head .hc-ava.ava-logo img{ width:22px; height:22px; object-fit:contain; display:block; }
.ap-head .t b{ font-size:15px; display:block; }
.ap-head .t span{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--ck-ink-2); }
.ap-head .ap-x{ margin-left:auto; color:var(--ck-ink-2); width:30px; height:30px; display:grid; place-items:center; border-radius:50%; transition:background .15s; }
.ap-head .ap-x:hover{ background:oklch(1 0 0 / .08); color:#fff; }
.ap-body{ padding:18px; display:flex; flex-direction:column; gap:12px; max-height:300px; overflow-y:auto; background:var(--bg); }
.ap-suggest{ padding:0 18px 14px; display:flex; flex-wrap:wrap; gap:8px; background:var(--bg); }
.ap-suggest button{ font-size:12.5px; color:var(--ink-2); border:1px solid var(--line); background:var(--surface); padding:7px 12px; border-radius:999px; transition:all .15s; }
.ap-suggest button:hover{ border-color:var(--teal); color:var(--accent-ink); }
.ap-foot{ display:flex; gap:8px; padding:14px 16px; border-top:1px solid var(--line); background:var(--surface); }
.ap-foot input{ flex:1; border:1px solid var(--line); border-radius:999px; padding:11px 16px; font:inherit; font-size:14px; background:var(--bg); color:var(--ink); outline:none; }
.ap-foot input:focus{ border-color:var(--teal); }
.ap-foot .ap-send{ width:42px; height:42px; border-radius:50%; background:var(--teal); color:#06181c; display:grid; place-items:center; flex:none; transition:background .15s; }
.ap-foot .ap-send:hover{ background:var(--teal-2); }
.ap-body .bubble.bot{ background:var(--surface); }
.ap-typing{ display:flex; gap:4px; padding:11px 14px; }
.ap-typing i{ width:7px; height:7px; border-radius:50%; background:var(--ink-3); animation:blink 1.2s infinite; }
.ap-typing i:nth-child(2){ animation-delay:.2s; } .ap-typing i:nth-child(3){ animation-delay:.4s; }
@keyframes blink{ 0%,60%,100%{ opacity:.25; } 30%{ opacity:1; } }

/* =========================================================
   TOOLTIP · KI-SOUVERÄNITÄT · SPRACH-TOGGLE
   ========================================================= */
.has-tip{ position:relative; cursor:help; border-bottom:1px dotted currentColor; outline:none; }
.has-tip .tip-pop{
  position:absolute; bottom:calc(100% + 11px); left:50%;
  transform:translateX(-50%) translateY(5px);
  width:max-content; max-width:290px;
  background:var(--ck-bg); color:var(--ck-ink); border:1px solid var(--ck-line);
  border-radius:12px; padding:12px 14px;
  font-family:var(--f-text); font-size:12.5px; font-weight:400; line-height:1.5;
  letter-spacing:normal; text-transform:none; text-align:left;
  box-shadow:var(--shadow-m); z-index:95;
  opacity:0; visibility:hidden; pointer-events:none;
  transition:opacity .16s ease, transform .16s ease, visibility .16s;
}
.has-tip .tip-pop::after{ content:""; position:absolute; top:100%; left:50%; transform:translateX(-50%); border:6px solid transparent; border-top-color:var(--ck-bg); }
.has-tip:hover .tip-pop, .has-tip:focus .tip-pop, .has-tip:focus-visible .tip-pop{ opacity:1; visibility:visible; transform:translateX(-50%) translateY(0); }
@media (max-width:560px){ .has-tip .tip-pop{ max-width:240px; left:0; transform:translateX(0) translateY(5px); } .has-tip .tip-pop::after{ left:24px; } .has-tip:hover .tip-pop, .has-tip:focus .tip-pop{ transform:translateX(0) translateY(0); } }

/* hero: glossary info trigger + popup */
.ht-info{ display:inline-flex; align-items:center; gap:5px; margin-left:2px; font-family:var(--f-mono); font-size:11px; letter-spacing:.04em; color:var(--accent-ink); border-bottom:1px dotted oklch(0.605 0.105 205 / .5); padding-bottom:1px; transition:color .15s, border-color .15s; }
.ht-info svg{ width:13px; height:13px; }
.ht-info:hover{ color:var(--teal); border-bottom-color:var(--teal); }
.glossary-pop{ position:fixed; z-index:120; width:min(360px, calc(100vw - 32px)); background:var(--ck-bg); color:var(--ck-ink); border:1px solid var(--ck-line); border-radius:14px; padding:7px; box-shadow:var(--shadow-m); opacity:0; transform:translateY(6px); transition:opacity .16s ease, transform .16s ease; }
.glossary-pop[hidden]{ display:none; }
.glossary-pop.show{ opacity:1; transform:none; }
.gp-row{ display:flex; flex-direction:column; gap:3px; padding:9px 11px; border-radius:9px; }
.gp-row + .gp-row{ border-top:1px solid var(--ck-line); }
.gp-row b{ font-size:12.5px; color:#fff; font-weight:600; }
.gp-row span{ font-size:12px; line-height:1.45; color:var(--ck-ink-2); }

/* compliance: model sovereignty highlight */
.model-card{ display:flex; gap:15px; margin-top:24px; padding:18px 20px; background:var(--teal-soft); border:1px solid oklch(0.605 0.105 205 / .22); border-radius:14px; }
.model-card .mc-ic{ flex:none; width:42px; height:42px; border-radius:11px; background:var(--surface); color:var(--teal); display:grid; place-items:center; border:1px solid oklch(0.605 0.105 205 / .2); }
.model-card .mc-ic svg{ width:22px; height:22px; }
.model-card b{ font-size:15.5px; color:var(--ink); display:block; }
.model-card p{ margin-top:5px; font-size:13.5px; color:var(--ink-2); line-height:1.55; }

/* header: DE / EN language toggle + colour-scheme demo toggle */
.lang-tog, .hue-tog{ display:inline-flex; align-items:center; gap:2px; background:var(--bg-soft); border:1px solid var(--line); border-radius:999px; padding:3px; margin-right:8px; }
.lang-tog button{ font-family:var(--f-mono); font-size:11.5px; letter-spacing:.06em; padding:6px 11px; border-radius:999px; color:var(--ink-3); transition:color .15s, background .15s, box-shadow .15s; }
.lang-tog button.on{ background:var(--surface); color:var(--ink); box-shadow:var(--shadow-s); font-weight:600; }
.lang-tog button:not(.on):hover{ color:var(--ink); }
.hue-tog button{ display:inline-flex; align-items:center; gap:6px; font-family:var(--f-mono); font-size:11.5px; letter-spacing:.04em; padding:6px 12px; border-radius:999px; color:var(--ink-3); transition:color .15s, background .15s, box-shadow .15s; }
.hue-tog button.on{ background:var(--surface); color:var(--ink); box-shadow:var(--shadow-s); font-weight:600; }
.hue-tog button:not(.on):hover{ color:var(--ink); }
.hue-tog button i{ width:10px; height:10px; border-radius:50%; flex:none; }
.hue-tog button[data-hue="teal"] i{ background:oklch(0.605 0.105 205); }
.hue-tog button[data-hue="easyday"] i{ background:linear-gradient(135deg, oklch(0.70 0.17 30), oklch(0.45 0.16 318)); }
.lang-note{
  position:absolute; top:calc(100% + 6px); right:var(--gut);
  background:var(--ck-bg); color:var(--ck-ink); border:1px solid var(--ck-line);
  border-radius:11px; padding:11px 14px; font-size:12.5px; line-height:1.45; max-width:280px;
  box-shadow:var(--shadow-m); z-index:95; opacity:0; visibility:hidden; transform:translateY(-4px);
  transition:opacity .18s, transform .18s, visibility .18s;
}
.lang-note.show{ opacity:1; visibility:visible; transform:none; }

/* =========================================================
   TWEAKS dock (built-in, host-toggled)
   ========================================================= */
#tweaks{ position:fixed; left:20px; bottom:20px; z-index:85; width:248px; background:var(--surface); border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow-m); padding:16px; display:none; }
#tweaks.show{ display:block; }
#tweaks h5{ font-family:var(--f-mono); font-size:11px; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-3); margin-bottom:14px; font-weight:500; }
.tw-row{ margin-bottom:16px; }
.tw-row > label{ font-size:12.5px; color:var(--ink-2); display:block; margin-bottom:8px; font-weight:550; }
.tw-swatches{ display:flex; gap:9px; }
.tw-sw{ width:30px; height:30px; border-radius:9px; cursor:pointer; border:2px solid transparent; transition:transform .15s; }
.tw-sw:hover{ transform:scale(1.1); }
.tw-sw.sel{ border-color:var(--ink); }
.tw-seg{ display:flex; background:var(--bg-soft); border-radius:9px; padding:3px; }
.tw-seg button{ flex:1; font-size:12.5px; padding:7px; border-radius:7px; color:var(--ink-3); transition:all .15s; }
.tw-seg button.sel{ background:var(--surface); color:var(--ink); box-shadow:var(--shadow-s); font-weight:550; }

/* =========================================================
   REVEAL  (visible base; animation is pure enhancement so
   content is never hidden if the anim clock is throttled)
   ========================================================= */
.reveal{ opacity:1; transform:none; }
@media (prefers-reduced-motion:no-preference){
  .reveal.in{ animation:revUp .7s cubic-bezier(.2,.8,.2,1); }
}
@keyframes revUp{ from{ transform:translateY(24px); } to{ transform:none; } }
.no-motion .reveal.in{ animation:none; }
.no-motion .htile, .no-motion .hc-live::before{ animation:none !important; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:1080px){
  .layer{ grid-template-columns:1fr; gap:24px; }
}
@media (max-width:980px){
  .nav-links{ display:none; }
  .hue-tog{ display:none; }
  .nav-burger{ display:grid; place-items:center; width:42px; height:42px; margin-left:auto; border:1px solid var(--line); border-radius:11px; color:var(--ink); }
  .nav .btn.nav-cta{ display:none; }

  /* mobile menu drawer */
  .mobile-menu{
    display:block; position:absolute; left:0; right:0; top:100%;
    background:var(--surface); border-bottom:1px solid var(--line); box-shadow:var(--shadow-m);
    max-height:0; overflow:hidden; transition:max-height .3s ease;
  }
  .mobile-menu.open{ max-height:calc(100vh - 72px); overflow-y:auto; }
  .mm-inner{ padding:14px var(--gut) 26px; display:flex; flex-direction:column; gap:2px; }
  .mm-sec > button{ width:100%; display:flex; align-items:center; justify-content:space-between; padding:15px 4px; font-family:var(--f-display); font-size:18px; font-weight:600; color:var(--ink); border-bottom:1px solid var(--line-soft); }
  .mm-sec > button svg{ width:18px; height:18px; color:var(--ink-3); transition:transform .2s; }
  .mm-sec.open > button svg{ transform:rotate(180deg); }
  .mm-sub{ max-height:0; overflow:hidden; transition:max-height .28s ease; }
  .mm-sec.open .mm-sub{ max-height:840px; }
  .mm-sub a{ display:block; padding:11px 12px; border-radius:9px; color:var(--ink-2); font-size:15px; }
  .mm-sub a b{ display:block; font-weight:600; color:var(--ink); font-size:15px; }
  .mm-sub a span{ font-size:12.5px; color:var(--ink-3); }
  .mm-sub a.mm-int{ margin-top:8px; border:1px solid var(--line); background:var(--bg-soft); }
  .mm-sub a.mm-int b{ color:oklch(0.5 0.11 72); }
  .mm-sub .mm-grp{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-3); padding:12px 12px 4px; display:flex; align-items:center; gap:8px; }
  .mm-sub .mm-grp i{ width:8px; height:8px; border-radius:3px; }
  .mm-flat{ padding:15px 4px; font-family:var(--f-display); font-size:18px; font-weight:600; color:var(--ink); border-bottom:1px solid var(--line-soft); display:block; }
  .mm-cta{ margin-top:18px; width:100%; justify-content:center; }
}
@media (max-width:900px){
  .hero-grid{ grid-template-columns:1fr; gap:48px; }
  .hero-vis{ order:-1; }
  .comply-grid{ grid-template-columns:1fr; }
  .quotes{ grid-template-columns:1fr; }
}
@media (max-width:760px){
  body{ font-size:16px; }
  .cards-3, .branch-grid{ grid-template-columns:1fr; }
  .stats{ grid-template-columns:1fr; }
  .foot-grid{ grid-template-columns:1fr 1fr; gap:28px; }
  .foot-brand{ grid-column:1 / -1; }
  .cz-chips{ display:none; }
  .assist-fab .af-tx{ display:none; }
}
/* mobile fallback: schaltzentrale → list */
.cz-mobile{ display:none; }
@media (max-width:680px){
  .cz-stage{ display:none; }
  .cz-mobile{ display:flex; flex-direction:column; gap:10px; margin-top:40px; }
  .czm-core{ background:var(--ck-bg-2); border:1px solid var(--ck-line); border-radius:14px; padding:18px; text-align:center; }
  .czm-row{ display:flex; align-items:center; gap:12px; background:var(--ck-bg-2); border:1px solid var(--ck-line); border-radius:12px; padding:13px 15px; }
  .czm-row .d{ width:34px; height:34px; border-radius:9px; background:var(--ck-bg); color:var(--teal-2); display:grid; place-items:center; flex:none; }
  .czm-row b{ font-size:14px; color:var(--ck-ink); } .czm-row span{ font-size:12px; color:var(--ck-ink-2); display:block; }
}

/* =========================================================
   SANFTE SEKTIONS-ÜBERGÄNGE  (Tweak: body.flow)
   Each off-tone section fades its own top/bottom edge to the
   neighbouring tone, so the hard seams melt into each other.
   Edge fades live inside the section's padding → text stays
   fully on the solid core colour and readable.
   ========================================================= */
body.flow .cockpit{
  box-shadow:
    0 -34px 64px -34px oklch(0.205 0.018 250 / .6),
    0  34px 64px -34px oklch(0.205 0.018 250 / .6);
}
body.flow .comply{
  background:
    linear-gradient(to bottom, var(--bg), transparent 130px),
    linear-gradient(to top,    var(--bg), transparent 130px),
    var(--bg-soft);
}

/* =========================================================
   WISSENSÖKOSYSTEM  (#wissensoekosystem)
   Static, on-brand placeholder for the Three.js knowledge
   graph. Doubles as the no-WebGL fallback. Claude Code will
   mount the live WebGL canvas over .eco-stage.
   ========================================================= */
.eco h2 em{ font-style:normal; color:var(--teal-2); }
.eco-stage{
  position:relative; margin-top:clamp(34px,5vw,56px);
  border:1px solid var(--ck-line); border-radius:20px; overflow:hidden;
  background:
    radial-gradient(620px 440px at 50% 48%, oklch(0.715 0.12 196 / .09), transparent 70%),
    linear-gradient(180deg, var(--ck-bg-2), var(--ck-bg));
  box-shadow:0 30px 80px oklch(0.1 0.02 250 / .45), inset 0 1px 0 oklch(1 0 0 / .03);
  padding:clamp(8px,1.5vw,16px);
}
.eco-svg{ display:block; width:100%; height:auto; }
.eco-svg text{ font-family:var(--f-mono); fill:var(--ck-ink-2); }
.eco-svg .lyr-label{ font-size:14px; font-weight:500; fill:var(--ck-ink); }
.eco-svg .core-name{ font-family:var(--f-display); font-weight:600; font-size:23px; fill:#eef4f7; letter-spacing:-.01em; }
.eco-svg .core-sub{ font-size:10.5px; letter-spacing:.16em; fill:var(--teal-2); }
.eco-svg .sys-label{ font-size:11px; fill:var(--ck-ink-2); }
.eco-line{ fill:none; }
.eco-line.struct{ stroke:var(--teal-2); stroke-width:1.6; opacity:.6; }
.eco-line.siara{ stroke:var(--amber); stroke-width:1.3; stroke-dasharray:4 6; opacity:.5; }
.eco-line.ingest{ stroke:var(--steel); stroke-width:1; opacity:.32; }
.eco-sys circle{ fill:var(--steel); }
.eco-sys circle.people{ fill:var(--amber); }
.eco-flow{ fill:var(--teal-2); }
.eco-flow.amber{ fill:var(--amber); }
.eco-legend{ display:flex; flex-wrap:wrap; justify-content:center; gap:10px 22px; margin-top:22px; }
.eco-legend span{ display:flex; align-items:center; gap:8px; font-family:var(--f-mono); font-size:12.5px; color:var(--ck-ink-2); }
.eco-legend i{ width:9px; height:9px; border-radius:50%; flex:none; }
.eco-legend i.sq{ border-radius:2px; background:var(--steel); }
@media (prefers-reduced-motion: no-preference){
  .eco-pulse{ transform-box:fill-box; transform-origin:center; animation:ecoPulse 3.4s ease-out infinite; }
  @keyframes ecoPulse{ 0%{ transform:scale(1); opacity:.45; } 70%{ transform:scale(2.5); opacity:0; } 100%{ opacity:0; } }
  .eco-flow{ animation:ecoFlow 2.6s ease-in-out infinite; }
  .eco-flow:nth-child(2){ animation-delay:.5s; } .eco-flow:nth-child(3){ animation-delay:1s; } .eco-flow:nth-child(4){ animation-delay:1.5s; }
  @keyframes ecoFlow{ 0%,100%{ opacity:.35; } 50%{ opacity:1; } }
}

/* ---- Live WebGL-Layer (eco-graph.js) --------------------------------
   Wird nur gemountet, wenn WebGL verfügbar ist und keine reduced-motion-
   Präferenz vorliegt. Dann übernimmt der Canvas die Stage; das SVG bleibt
   als Fallback im DOM, wird aber visuell entfernt (gl-live). */
.eco-stage.gl-live{ height:min(74vh,640px); min-height:440px; padding:0; }
.eco-stage.gl-live .eco-svg{ visibility:hidden; }
.eco-canvas{ position:absolute; inset:0; display:block; width:100%; height:100%; }

/* projizierte Labels (EDDA + 4 Schicht-Hubs) */
.eco-glabel{
  position:absolute; transform:translate(-50%,-50%); pointer-events:none; z-index:3;
  font-family:var(--f-mono); font-size:11.5px; white-space:nowrap; color:var(--ck-ink);
  background:oklch(0.205 0.018 250 / .66); backdrop-filter:blur(3px);
  border:1px solid var(--ck-line); border-radius:8px; padding:4px 9px;
  display:flex; align-items:center; gap:7px; transition:opacity .3s; will-change:left,top;
}
.eco-glabel i{ width:7px; height:7px; border-radius:50%; flex:none; }
.eco-glabel.core{ font-family:var(--f-display); font-size:14px; letter-spacing:-.01em; padding:6px 12px; background:oklch(0.225 0.02 250 / .8); }
.eco-glabel.core small{ font-family:var(--f-mono); font-size:9.5px; letter-spacing:.12em; text-transform:uppercase; color:var(--teal-2); margin-left:7px; }
/* äußere Systemnamen – kleiner & zurückhaltender als die Schicht-Labels */
.eco-glabel.sys{ font-size:10px; padding:2px 7px; color:var(--ck-ink-2); z-index:2;
  background:oklch(0.205 0.018 250 / .52); border-color:oklch(0.345 0.02 250 / .55); }
.eco-glabel.sys i{ width:6px; height:6px; }

/* Hover-Tooltip */
.eco-tip{
  position:absolute; pointer-events:none; opacity:0; z-index:6; max-width:250px;
  font-family:var(--f-text); font-size:12.5px; line-height:1.4; color:var(--ck-ink);
  background:oklch(0.19 0.018 250 / .94); border:1px solid var(--ck-line);
  border-radius:10px; padding:9px 12px; transition:opacity .14s;
}
.eco-tip b{ font-family:var(--f-mono); font-size:11px; letter-spacing:.06em; color:var(--teal-2); display:block; margin-bottom:3px; }
.eco-tip.amber b{ color:var(--amber); }
.eco-tip.steel b{ color:var(--steel); }
.eco-tip.violet b{ color:var(--violet); }

@media (max-width:560px){
  .eco-glabel{ font-size:10.5px; padding:3px 7px; }
  .eco-glabel.core{ font-size:12.5px; }
  .eco-glabel.sys{ display:none; }
}


/* === cinematic.css (inlined) === */
/* ===========================================================
   EASYDAY – Cinematic Übergang Hero → Problem
   Scroll-gepinnter Zoom in das Chaos aus zwölf Systemen.
   Basis-Zustand (ohne JS / reduced-motion / mobil) = statisches
   Schluss-Bild „Zwölf Systeme. Kein Durchblick."
   =========================================================== */

.cine{ position:relative; background:var(--bg); }

/* --- static base (no JS) --- */
.cine-track{ height:auto; }
.cine-stage{
  position:relative; height:auto; min-height:74vh;
  padding:clamp(64px,11vh,128px) 0; overflow:hidden;
  display:grid; place-items:center;
  background:var(--bg); transition:background .18s linear;
}

/* --- live (scroll-scrubbed) --- */
.cine--live .cine-track{ height:240vh; }
.cine--live .cine-stage{ position:sticky; top:0; height:100vh; min-height:0; padding:0; }

/* field of scattered systems (the zooming layer) */
.cine-field{ position:absolute; inset:0; transform-origin:50% 50%; }
.cine-tile{
  position:absolute;
  left:calc(50% + var(--x,0px)); top:calc(50% + var(--y,0px));
  transform:translate(-50%,-50%) scale(var(--s,1));
  display:flex; align-items:center; gap:9px;
  padding:10px 14px; border-radius:12px;
  background:var(--surface); border:1px solid var(--line);
  box-shadow:0 8px 24px oklch(0.3 0.03 250 / .10);
  font-family:var(--f-text); font-size:14px; font-weight:550; color:var(--ink);
  white-space:nowrap;
  transition:background .25s, border-color .25s, color .25s, box-shadow .25s;
}
.cine-tile .ct-ic{ width:26px; height:26px; border-radius:7px; display:grid; place-items:center; background:var(--bg-soft); color:var(--ink-2); flex:none; }
.cine-tile .ct-ic svg{ width:15px; height:15px; }
.cine--dark .cine-tile{ background:var(--ck-bg-2); border-color:var(--ck-line); color:var(--ck-ink); box-shadow:0 12px 34px oklch(0.08 0.02 250 / .55); }
.cine--dark .cine-tile .ct-ic{ background:oklch(1 0 0 / .06); color:var(--ck-ink-2); }

/* HUD (fixed overlay, never scaled) */
.cine-hud{ position:relative; z-index:5; text-align:center; padding:0 var(--gut); pointer-events:none; max-width:1100px; }
.cine-eyebrow{ justify-content:center; color:var(--accent-ink); }
.cine-eyebrow::before{ background:var(--accent); }
.cine--dark .cine-eyebrow{ color:var(--teal-2); }
.cine--dark .cine-eyebrow::before{ background:var(--teal-2); }
.cine-counter{ font-family:var(--f-mono); font-size:13px; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-3); display:flex; gap:10px; justify-content:center; align-items:baseline; margin:18px 0 24px; }
.cine-counter #cine-num{ font-size:19px; color:var(--ink); font-weight:500; }
.cine--dark .cine-counter{ color:var(--ck-ink-2); }
.cine--dark .cine-counter #cine-num{ color:#fff; }

.cine-lines{ position:relative; display:grid; place-items:center; }
.cine-h{ grid-area:1 / 1; margin:0; font-family:var(--f-display); font-weight:600; letter-spacing:-0.02em; line-height:1.05; color:var(--ink); transition:color .25s linear; }
.cine-h[data-phase="0"]{ font-size:clamp(26px,3.6vw,50px); max-width:16ch; }
.cine-h[data-phase="1"]{ font-size:clamp(40px,7.4vw,98px); line-height:1.0; }
.cine-h[data-phase="1"] em{ font-style:normal; color:var(--teal-2); }
.cine--dark .cine-h{ color:#fff; }

.cine-vignette{ position:absolute; inset:0; pointer-events:none; z-index:4;
  background:radial-gradient(125% 95% at 50% 50%, transparent 38%, oklch(0.08 0.02 250 / calc(var(--cine-dark,0) * .6)) 100%);
}

.cine-hint{ position:absolute; left:50%; bottom:34px; transform:translateX(-50%); z-index:6;
  font-family:var(--f-mono); font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; color:var(--ink-3);
  display:flex; flex-direction:column; align-items:center; gap:9px; pointer-events:none; }
.cine-hint::after{ content:""; width:1px; height:28px; background:currentColor; transform-origin:top; animation:cine-hint 1.8s ease-in-out infinite; }
@keyframes cine-hint{ 0%,100%{ transform:scaleY(.35); opacity:.25; } 50%{ transform:scaleY(1); opacity:.7; } }

/* the causes block sits directly on the dark→light hand-off */
.problem-causes{ position:relative; z-index:2; background:var(--bg); }

@media (prefers-reduced-motion:reduce){
  .cine-hint::after{ animation:none; }
}
