/* Datargo v2 — Business Operations Platform
   Enterprise tone, sovereign palette: graphit/slate base, cyan trust accent.
   Kein Indigo. Keine em-dashes. Mobile-first.
*/

/* ───────────── tokens ───────────── */
:root {
  /* base — Mockup-Off-White-Flächen, weiße Karten setzen sich davon ab */
  --bg: #f4f7f8;
  --bg-sub: #eef3f4;
  --bg-pane: #ffffff;
  --bg-strip: #07203f;
  --ink: #0b1726;
  --ink-2: #2a3a4f;
  --ink-3: #5b6b80;
  --ink-4: #8696aa;
  --line: #e4eaf1;
  --line-2: #d3dde8;
  /* accents */
  --accent: #0e7490;        /* cyan-700, vertrauenswuerdig, EU */
  --accent-2: #0891b2;      /* cyan-600 */
  --accent-soft: #ecfeff;   /* cyan-50 */
  --slate: #334e68;         /* enterprise graphit */
  --slate-soft: #e6eef5;
  --warn: #b45309;
  --warn-soft: #fef3c7;
  --good: #047857;
  --good-soft: #ecfdf5;
  --ring: 0 0 0 3px rgba(14, 116, 144, 0.22);
  --shadow-card: 0 1px 2px rgba(11, 23, 38, 0.04), 0 8px 24px -12px rgba(11, 23, 38, 0.10);
  --shadow-pop: 0 10px 30px -10px rgba(11, 23, 38, 0.20);

  /* ── Sovereign-Blue Design-System (Hero/Dark-Bänder/Globus) ──
     Übernommen aus dem 2026er Redesign-Mockup. Diese Tokens sind
     themen-unabhängig: der Hero ist immer dunkel-navy. */
  --navy-1: #2f7ad0;   --navy-2: #2566b8;   --navy-3: #1b4f9c;
  --navy-4: #123e7a;   --navy-5: #0c2f5d;   --navy-6: #082340;   --navy-7: #05162c;
  --hero-grad: linear-gradient(150deg, var(--navy-1) 0%, var(--navy-2) 15%, var(--navy-3) 32%, var(--navy-4) 49%, var(--navy-5) 66%, var(--navy-6) 82%, var(--navy-7) 100%);
  --band-grad: linear-gradient(135deg, #143f7a 0%, #0c2f5e 48%, #07203f 100%);
  --footer-bg: #07182e;
  --sky: #7cc0f6;        /* helle Akzentlinie / Headline-Verlauf */
  --sky-2: #4f9fe4;
  --sky-3: #3585da;
  --signal: #8ede5f;     /* Live/Status-Grün */
  --on-dark: #f1fafb;    /* Text auf navy */
  --on-dark-2: rgba(214, 236, 239, 0.82);
  --on-dark-3: #cdebef;
  --content: #f4f7f8;    /* helle Inhaltsfläche */
  --content-alt: #eef3f4;
  --teal-eyebrow: #15788f;

  /* typography */
  --font-heading: 'Sora', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font: 'Manrope', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --fs: 16px;
  --lh: 1.6;
  /* modulare Typo-Skala (ersetzt die Halb-Pixel-Streuung) */
  --fs-xs: 12px;
  --fs-sm: 14px;
  --fs-base: 16px;
  --fs-lg: 20px;
  --fs-xl: 24px;
  --fs-2xl: 32px;
  --fs-3xl: 40px;
  --fs-4xl: 48px;
  --lh-tight: 1.2;
  --lh-normal: 1.5;
  --lh-relaxed: 1.6;
  /* Abstands-Skala (8px-Grid) */
  --sp-xs: 8px;
  --sp-sm: 12px;
  --sp-md: 16px;
  --sp-lg: 24px;
  --sp-xl: 32px;
  --sp-2xl: 48px;
  --card-pad: 28px;
  --card-pad-lg: 32px;
  /* layout */
  --maxw: 1200px;
  --pad: clamp(16px, 4vw, 40px);
  --radius: 10px;
  --radius-lg: 16px;
}
[data-theme='dark'] {
  --bg: #0a111d;
  --bg-sub: #0f1929;
  --bg-pane: #142235;
  --bg-strip: #06101c;
  --ink: #eef4fb;
  --ink-2: #c0cfe2;
  --ink-3: #9fb3c7;
  --ink-4: #7e92aa;
  --line: #20304a;
  --line-2: #2b3e5c;
  --accent: #22d3ee;
  --accent-2: #06b6d4;
  --accent-soft: #052e3a;
  --slate: #7e99b5;
  --slate-soft: #1a2940;
  --shadow-card: 0 1px 2px rgba(0,0,0,0.5), 0 12px 30px -12px rgba(0,0,0,0.6);
  --shadow-pop: 0 14px 40px -10px rgba(0,0,0,0.7);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme='light']) {
    --bg: #0a111d; --bg-sub: #0f1929; --bg-pane: #142235; --bg-strip: #06101c;
    --ink: #eef4fb; --ink-2: #c0cfe2; --ink-3: #9fb3c7; --ink-4: #7e92aa;
    --line: #20304a; --line-2: #2b3e5c;
    --accent: #22d3ee; --accent-2: #06b6d4; --accent-soft: #052e3a;
    --slate: #7e99b5; --slate-soft: #1a2940;
    --shadow-card: 0 1px 2px rgba(0,0,0,0.5), 0 12px 30px -12px rgba(0,0,0,0.6);
    --shadow-pop: 0 14px 40px -10px rgba(0,0,0,0.7);
  }
}

/* ───────────── reset ───────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font: 400 var(--fs)/var(--lh) var(--font);
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 6px; }

/* ───────────── layout ───────────── */
.page { padding-top: 64px; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }

/* ───────────── nav ───────────── */
.nav {
  position: fixed; inset: 0 0 auto 0; height: 64px; z-index: 50;
  background: color-mix(in oklab, var(--bg) 88%, transparent);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -0.01em; }
.brand img { height: 22px; width: auto; }
.brand-mark { font-size: 18px; }
.brand-v { display: inline-block; padding: 2px 6px; font-size: 11px; font-weight: 600;
  color: var(--accent); background: var(--accent-soft); border-radius: 4px; letter-spacing: 0.04em; }
.nav-links { display: none; gap: 22px; align-items: center; }
.nav-links a { color: var(--ink-2); font-size: 14.5px; font-weight: 500; }
.nav-links a:hover { color: var(--ink); }

/* Mega-Menue: Stripe-artiger, morphender Flyout. Ein Hintergrund morpht
   Groesse + X-Position zwischen Panels, JS-gesteuert in site.js. */
.nav-fly-trigger {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px; border-radius: 999px;
  font: inherit; font-weight: 500; font-size: 14.5px; line-height: 1; color: var(--ink-2);
  background: transparent; border: 0; cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.nav-fly-trigger svg { transition: transform .3s cubic-bezier(.32,.72,0,1); opacity: .65; }
.nav-fly-trigger:hover,
.nav-fly-trigger.is-active { color: var(--accent); background: var(--accent-soft); }
.nav-fly-trigger.is-active svg { transform: rotate(180deg); opacity: 1; }

.nav-fly {
  position: absolute; top: 100%; left: 0; right: 0;
  z-index: 40; pointer-events: none;
}
.nav-fly-bg {
  position: absolute; top: 9px; left: 0;
  --fly-x: 0px;
  width: 560px; height: 0;
  background: var(--bg-pane);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 24px 50px -12px rgba(11,23,38,.22), 0 8px 18px -8px rgba(11,23,38,.10);
  overflow: hidden;
  opacity: 0; pointer-events: none;
  transform: translateX(var(--fly-x)) translateY(-8px) scale(.985);
  transform-origin: top center;
  transition:
    opacity .18s ease,
    transform .42s cubic-bezier(.32,.72,0,1),
    width .42s cubic-bezier(.32,.72,0,1),
    height .42s cubic-bezier(.32,.72,0,1);
  will-change: transform, width, height;
}
[data-theme='dark'] .nav-fly-bg {
  background: var(--bg-pane); border-color: var(--line-2);
  box-shadow: 0 28px 56px -14px rgba(0,0,0,.62);
}
.nav-fly.is-open .nav-fly-bg {
  opacity: 1; pointer-events: auto;
  transform: translateX(var(--fly-x)) translateY(0) scale(1);
}
.nav-fly-panel {
  position: absolute; top: 0; left: 0;
  width: 920px; max-width: calc(100vw - 32px); box-sizing: border-box;
  padding: 18px;
  opacity: 0; pointer-events: none;
  transform: translateX(12px);
  transition: opacity .2s ease, transform .34s cubic-bezier(.32,.72,0,1);
}
.nav-fly-panel.is-active { opacity: 1; pointer-events: auto; transform: translateX(0); }

/* Multi-column Mega-Layout (Atlassian-Style) — Sektions-Header + Listen */
.nav-mega-cols { display: grid; gap: 16px; width: 100%; }
.nav-mega-cols--3 { grid-template-columns: 1fr 1fr 1fr; }
.nav-mega-cols--3wide { grid-template-columns: 1fr 1fr 1fr 1.1fr; }
.nav-mega-cols--2 { grid-template-columns: 1fr 1fr; }
.nav-mega-col {
  display: flex; flex-direction: column; gap: 6px;
  padding: 0 4px;
}
.nav-mega-col + .nav-mega-col { border-left: 1px solid var(--line); padding-left: 16px; }
.nav-mega-col-head {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-4); padding: 4px 8px 6px;
}
.nav-mega-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 9px 8px; border-radius: 10px; text-decoration: none;
  transition: background 0.15s ease;
}
.nav-mega-item:hover { background: var(--bg-sub); }
.nav-mega-icon {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-soft); color: var(--accent);
  transition: background 0.15s ease, color 0.15s ease;
}
.nav-mega-item:hover .nav-mega-icon { background: var(--accent); color: #fff; }
[data-theme='dark'] .nav-mega-item:hover .nav-mega-icon { color: #04222b; }
.nav-mega-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.nav-mega-title { font-size: 14px; font-weight: 600; color: var(--ink); line-height: 1.25; }
.nav-mega-desc { font-size: 12px; color: var(--ink-3); line-height: 1.4; }
.nav-mega-badge {
  display: inline-flex; align-items: center;
  margin-left: 6px; font-size: 9.5px; font-weight: 700;
  padding: 2px 6px; border-radius: 999px;
  background: var(--accent); color: #fff;
  letter-spacing: 0.05em; text-transform: uppercase; vertical-align: 1px;
}
[data-theme='dark'] .nav-mega-badge { background: var(--accent); color: #04222b; }

/* Featured Hero-Item im Mega-Menue (Datargo One als Konzern-Eingang) */
.nav-mega-featured {
  grid-column: 1 / -1;
  display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center;
  padding: 14px 16px; border-radius: 12px;
  background: linear-gradient(120deg, var(--accent-soft) 0%, transparent 60%);
  border: 1px solid var(--line);
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease;
  margin-bottom: 6px;
}
[data-theme='dark'] .nav-mega-featured {
  background: linear-gradient(120deg, rgba(34, 211, 238, 0.10) 0%, transparent 60%);
}
.nav-mega-featured:hover { border-color: var(--accent); }
.nav-mega-featured-mark {
  width: 44px; height: 44px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--ink); color: #fff;
}
[data-theme='dark'] .nav-mega-featured-mark { background: var(--accent); color: #04222b; }
.nav-mega-featured-body { display: flex; flex-direction: column; gap: 2px; }
.nav-mega-featured-title {
  font-size: 16px; font-weight: 800; color: var(--ink); letter-spacing: -0.012em;
  display: inline-flex; align-items: center; gap: 8px;
}
.nav-mega-featured-title .one-tag {
  background: linear-gradient(120deg, var(--accent) 0%, #22d3ee 100%);
  background-clip: text; -webkit-background-clip: text; color: transparent;
}
.nav-mega-featured-desc { font-size: 13px; color: var(--ink-3); line-height: 1.4; }
.nav-mega-featured-cta {
  font-size: 12px; font-weight: 700; color: var(--accent); letter-spacing: 0.05em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 4px;
}

/* Collections-/Promo-Sidebar (rechte Spalte) */
.nav-mega-promo {
  display: flex; flex-direction: column; gap: 4px;
  background: linear-gradient(160deg, var(--accent-soft) 0%, transparent 100%);
  padding: 16px;
  border-radius: 12px;
  min-width: 0;
}
[data-theme='dark'] .nav-mega-promo {
  background: linear-gradient(160deg, var(--slate-soft) 0%, var(--bg-pane) 100%);
}
.nav-mega-promo .promo-eyebrow {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 6px;
}
.nav-mega-promo h5 {
  font-size: 15px; font-weight: 700; color: var(--ink); margin: 0 0 6px; letter-spacing: -0.01em;
}
.nav-mega-promo p { font-size: 12.5px; color: var(--ink-3); line-height: 1.45; margin: 0 0 12px; }
.nav-mega-promo a {
  font-size: 13px; font-weight: 600; color: var(--accent);
  display: inline-flex; align-items: center; gap: 4px;
}
.nav-mega-promo a:hover { gap: 7px; }

@media (prefers-reduced-motion: reduce) {
  .nav-fly-bg, .nav-fly-panel, .nav-fly-trigger svg { transition-duration: .12s; }
  .nav-fly-bg { transition-property: opacity; }
}
.nav-cta { display: inline-flex; gap: 10px; align-items: center; }
.nav-cta .btn { padding: 9px 14px; font-size: var(--fs-sm); white-space: nowrap; }
.theme-toggle { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-2); border-radius: 8px; color: var(--ink-2); position: relative; flex-shrink: 0; }
.theme-toggle:hover { color: var(--ink); border-color: var(--ink-3); }
.theme-toggle .tt-icon { display: none; }
:root:not([data-theme-pref]) .theme-toggle .tt-system,
[data-theme-pref='system'] .theme-toggle .tt-system { display: inline-flex; }
[data-theme-pref='light']  .theme-toggle .tt-light  { display: inline-flex; }
[data-theme-pref='dark']   .theme-toggle .tt-dark   { display: inline-flex; }

/* Hamburger (≤959px) */
.nav-burger { display: none; width: 44px; height: 44px; align-items: center; justify-content: center;
  border: 1px solid var(--line-2); border-radius: 8px; color: var(--ink); flex-shrink: 0; }
.nav-burger:hover { border-color: var(--ink-3); }
.nav-burger-box { position: relative; width: 18px; height: 14px; display: inline-block; }
.nav-burger-box span { position: absolute; left: 0; width: 100%; height: 2px; border-radius: 2px;
  background: currentColor; transition: transform .28s cubic-bezier(.32,.72,0,1), opacity .2s ease, top .28s ease; }
.nav-burger-box span:nth-child(1) { top: 0; }
.nav-burger-box span:nth-child(2) { top: 6px; }
.nav-burger-box span:nth-child(3) { top: 12px; }
body.drawer-open .nav-burger-box span:nth-child(1) { top: 6px; transform: rotate(45deg); }
body.drawer-open .nav-burger-box span:nth-child(2) { opacity: 0; }
body.drawer-open .nav-burger-box span:nth-child(3) { top: 6px; transform: rotate(-45deg); }

/* Desktop ab 960: Inline-Nav + Flyout an, Drawer/Burger aus */
@media (min-width: 960px) { .nav-links { display: inline-flex; } }
@media (max-width: 959px) {
  .nav-fly { display: none !important; }
  .nav-burger { display: inline-flex; }
}
@media (max-width: 479px) {
  .nav-cta .btn.nav-cta-trial { display: none; }   /* Portrait-Phones: Trial-CTA lebt im Drawer + Hero */
}

/* ───────────── language switcher ───────────── */
.lang-switcher { position: relative; flex-shrink: 0; }
.lang-trigger {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-2); border-radius: 8px;
  background: transparent; cursor: pointer; line-height: 1;
  transition: background .15s ease, border-color .15s ease;
}
.lang-trigger:hover { background: var(--bg-sub); }
.lang-trigger .lang-flag { font-size: 20px; line-height: 1; }
.lang-menu {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 60;
  min-width: 188px; padding: 6px;
  background: var(--bg-pane); border: 1px solid var(--line);
  border-radius: 12px; box-shadow: var(--shadow-pop);
  display: none;
}
.lang-switcher.open .lang-menu { display: block; }
.lang-menu .lang-option {
  display: flex; align-items: center; gap: 11px;
  padding: 9px 11px; border-radius: 8px;
  font-size: 14px; font-weight: 500; color: var(--ink-2); white-space: nowrap;
}
.lang-menu .lang-option .lang-flag { font-size: 18px; line-height: 1; }
.lang-menu .lang-option:hover, .lang-menu .lang-option:focus-visible { background: var(--bg-sub); color: var(--ink); }
.lang-menu .lang-option.active { background: var(--accent-soft); color: var(--accent); font-weight: 600; }

/* Drawer-Variante: flache Liste statt Dropdown */
.lang-switcher-mobile { position: static; }
.lang-mobile-head {
  display: block; font-size: var(--fs-xs); font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-4);
  padding: 0 6px 10px;
}
.lang-mobile-list { display: flex; flex-direction: column; gap: 2px; }
.lang-mobile-list .lang-option {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 8px; border-radius: 10px;
  font-size: 16px; font-weight: 500; color: var(--ink-2);
}
.lang-mobile-list .lang-option .lang-flag { font-size: 20px; line-height: 1; }
.lang-mobile-list .lang-option:hover { background: var(--bg-sub); color: var(--ink); }
.lang-mobile-list .lang-option.active { color: var(--accent); font-weight: 600; }

/* ───────────── mobile drawer ───────────── */
.nav-backdrop {
  position: fixed; inset: 0; z-index: 45;
  background: rgba(11, 23, 38, 0.5); backdrop-filter: blur(2px);
  opacity: 0; transition: opacity .28s ease;
}
body.drawer-open .nav-backdrop { opacity: 1; }
.nav-drawer {
  position: fixed; inset: 64px 0 0 auto; z-index: 46;
  width: min(360px, 86vw);
  background: var(--bg); border-left: 1px solid var(--line);
  transform: translateX(100%); transition: transform .3s cubic-bezier(.32,.72,0,1);
  overflow-y: auto; -webkit-overflow-scrolling: touch;
}
/* Schatten nur im geöffneten Zustand — sonst blutet er beim geschlossenen,
   off-canvas geparkten Drawer auf den rechten Bildschirmrand (iOS-Pan). */
body.drawer-open .nav-drawer { transform: translateX(0); box-shadow: -16px 0 40px -16px rgba(11, 23, 38, 0.3); }
.nav-drawer-inner { display: flex; flex-direction: column; padding: 16px 14px 28px; gap: 18px; }
.nav-drawer-group { display: flex; flex-direction: column; }
.nav-drawer-label { font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-4); padding: 6px 12px 8px; }
.nav-drawer-link {
  display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 8px 12px;
  border-radius: 10px; font-size: var(--fs-base); font-weight: 600; color: var(--ink);
}
.nav-drawer-link svg { color: var(--accent); flex-shrink: 0; }
.nav-drawer-link:hover, .nav-drawer-link:focus-visible { background: var(--bg-sub); }
.nav-drawer-link--plain { font-weight: 500; color: var(--ink-2); }
.nav-drawer-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; padding: 12px; border-top: 1px solid var(--line); }
.nav-drawer-cta .btn { width: 100%; justify-content: center; }

/* ───────────── buttons ───────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; font-weight: 600;
  font-size: 14.5px; border-radius: 8px; line-height: 1; border: 1px solid transparent; transition: transform .12s ease, background .15s ease, border-color .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #000; }
[data-theme='dark'] .btn-primary { background: var(--accent); color: #04222b; }
[data-theme='dark'] .btn-primary:hover { background: #67e8f9; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--ink-3); background: var(--bg-sub); }
.btn-lg { padding: 14px 22px; font-size: 15.5px; }
/* „Bald verfügbar" — Trial/Signup noch nicht live: deaktivierte, kontextadaptive CTA */
.btn.is-soon {
  pointer-events: none; cursor: default; box-shadow: none; opacity: 0.65;
  color: inherit !important;
  background: color-mix(in oklab, currentColor 12%, transparent) !important;
  border-color: color-mix(in oklab, currentColor 26%, transparent) !important;
}
.btn.is-soon:hover { transform: none; }

/* ───────────── eyebrow / section heads ───────────── */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }
.eyebrow::before { content: ""; width: 18px; height: 1px; background: currentColor; opacity: .8; }
.section { padding: clamp(64px, 9vw, 110px) 0; }
.section-tight { padding: clamp(40px, 6vw, 72px) 0; }
.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head h2 { font-size: clamp(28px, 3.6vw, 40px); font-weight: 700; letter-spacing: -0.02em;
  line-height: 1.15; margin: 14px 0 14px; color: var(--ink); }
.section-head p { font-size: 17px; color: var(--ink-3); line-height: 1.6; margin: 0; max-width: 640px; }

/* ═══════════ hero (dunkel, animierter Navy-Hintergrund + 3D-Globus) ═══════════
   Sovereign-Blue. Der Hero ist themen-unabhängig immer dunkel. */
.page--hero { padding-top: 0; }       /* Hero liegt unter der fixen, transparenten Nav */

/* Hero + 2. Sektion teilen einen Stacking-Context:
   hero-bg (z0) < gefrostete 2. Sektion (z1) < Hero-Inhalt/Frame (z2).
   So ragt der Frame über die Glas-Kante und der dunkle Hero scheint
   verschwommen durch die 2. Sektion (Prisma-Effekt). */
.hero-stage { position: relative; overflow: clip; background: var(--navy-7); }
.hero {
  position: relative; z-index: 2; overflow: visible;
  padding: clamp(132px, 17vh, 196px) 0 0;
  text-align: center; color: var(--on-dark);
  background: transparent;
}
.hero > .container { position: relative; z-index: 2; }
.hero-inner { display: flex; flex-direction: column; align-items: center; }

/* 2. Sektion: gefrostetes Glas-Top (Prisma) — empfängt den Frame-Overlap.
   Halbtransparent oben + backdrop-blur lässt den dunklen Hero verschwommen
   durchscheinen, wird nach unten zu solidem Off-White. */
.hero-stage .compliance-band {
  position: relative; z-index: 1; margin-top: 0;
  padding-top: clamp(250px, 27vw, 332px);
  background: linear-gradient(180deg, rgba(244,247,248,0.58) 0px, rgba(244,247,248,0.92) 175px, var(--content) 360px);
  -webkit-backdrop-filter: blur(34px) saturate(1.25); backdrop-filter: blur(34px) saturate(1.25);
  border-top: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 -1px 0 rgba(8,40,48,0.05), 0 -30px 60px -40px rgba(8,40,48,0.18);
}
@media (max-width: 600px) {
  .hero-stage .compliance-band { padding-top: clamp(150px, 40vw, 220px); }
}

/* ── Hintergrund-Layer ── */
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-bg-grad {
  position: absolute; inset: 0; background: var(--hero-grad);
  background-size: 185% 185%; animation: dg-gradDrift 155s ease-in-out infinite;
}
.hero-bg-glow { position: absolute; inset: 0; will-change: transform; }
.hero-bg-glow .glow { position: absolute; display: block; border-radius: 50%; }
.hero-bg-glow .glow-1 { top: -14%; left: 10%; width: 62%; height: 58%;
  background: radial-gradient(closest-side, rgba(124,194,255,0.42), rgba(96,168,245,0.08) 55%, transparent 75%);
  filter: blur(8px); animation: dg-lightDrift 64s ease-in-out infinite; }
.hero-bg-glow .glow-2 { top: 34%; left: 48%; width: 55%; height: 55%;
  background: radial-gradient(closest-side, rgba(46,110,210,0.22), transparent 70%);
  filter: blur(10px); animation: dg-lightDrift2 78s ease-in-out infinite; }
.hero-bg-glow .glow-3 { bottom: 6%; left: 6%; width: 42%; height: 42%;
  background: radial-gradient(closest-side, rgba(34,86,180,0.16), transparent 70%);
  filter: blur(12px); animation: dg-lightDrift 92s ease-in-out infinite; }
.hero-bg-wave { position: absolute; left: -10%; right: -10%; top: 34%; height: 940px;
  will-change: transform; animation: dg-waveDrift 120s ease-in-out infinite; }
.hero-bg-wave svg { display: block; width: 100%; height: 100%;
  transform: rotate(-5deg); transform-origin: 50% 0; filter: blur(0.5px); }
.hero-bg-diverge { position: absolute; left: 36%; top: 20%; width: 50%; height: 50%;
  background: radial-gradient(closest-side, rgba(150,205,255,0.18), rgba(120,180,255,0.05) 50%, transparent 72%);
  filter: blur(7px); mix-blend-mode: screen; will-change: transform;
  animation: dg-waveDrift 140s ease-in-out infinite reverse; }
.hero-bg-grid { position: absolute; inset: 0;
  background-image: linear-gradient(rgba(180,235,245,0.022) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(180,235,245,0.022) 1px, transparent 1px);
  background-size: 66px 66px;
  -webkit-mask-image: radial-gradient(120% 80% at 50% 22%, #000 30%, transparent 78%);
          mask-image: radial-gradient(120% 80% at 50% 22%, #000 30%, transparent 78%); }
.hero-bg-vignette { position: absolute; inset: 0;
  background: radial-gradient(130% 90% at 50% 22%, transparent 48%, rgba(2,12,22,0.42) 100%); }

/* ── Globus (Glaskugel + Meridiane/Breitenkreise; Kontinente/Städte/Beams via hero.js) ── */
.hero-globe { position: absolute; left: 50%; top: 430px; width: 800px; height: 800px;
  margin: -400px 0 0 -400px; transform: scale(0.8); transform-origin: 50% 50%;
  perspective: 2000px; opacity: 0.5; filter: blur(0.3px); will-change: transform; }
.globe-halo { position: absolute; left: 50%; top: 50%; width: 800px; height: 800px; margin: -400px 0 0 -400px;
  border-radius: 50%; background: radial-gradient(closest-side, rgba(90,150,235,0.07), transparent 68%); filter: blur(6px); }
.globe-rim { position: absolute; left: 50%; top: 50%; width: 700px; height: 700px; margin: -350px 0 0 -350px; border-radius: 50%;
  background: radial-gradient(closest-side, transparent 90%, rgba(150,198,250,0.16) 94%, rgba(150,198,250,0.05) 97%, transparent 100%); filter: blur(1px); }
.globe-ball { position: absolute; left: 50%; top: 50%; width: 640px; height: 640px; margin: -320px 0 0 -320px; border-radius: 50%;
  background: radial-gradient(circle at 36% 30%, rgba(170,212,255,0.16), rgba(70,130,210,0.05) 52%, rgba(8,24,52,0) 75%);
  border: 1px solid rgba(190,225,255,0.16);
  box-shadow: inset 0 2px 42px rgba(190,225,255,0.10), inset 0 -66px 120px rgba(6,22,54,0.5), inset 40px 0 86px rgba(6,22,54,0.22); }
.globe-spec { position: absolute; left: 50%; top: 50%; width: 222px; height: 162px; margin: -210px 0 0 -208px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(222,239,255,0.42), transparent 72%); filter: blur(9px); }
.globe-tilt { position: absolute; left: 50%; top: 50%; width: 640px; height: 640px; margin: -320px 0 0 -320px;
  transform-style: preserve-3d; transform: rotateZ(-18deg); }
.globe-spin { position: absolute; inset: 0; transform-style: preserve-3d; transform: rotateX(-24deg) rotateY(0deg); }
.globe-mer { position: absolute; inset: 0; border: 1px solid rgba(198,228,255,0.19); border-radius: 50%; }
.globe-par { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(198,228,255,0.16); border-radius: 50%; }
.globe-par--eq { width: 640px; height: 640px; margin: -320px 0 0 -320px; transform: rotateX(90deg); border-color: rgba(198,228,255,0.24); }
.globe-par--n1 { width: 524px; height: 524px; margin: -262px 0 0 -262px; transform: translateY(-184px) rotateX(90deg); }
.globe-par--s1 { width: 524px; height: 524px; margin: -262px 0 0 -262px; transform: translateY(184px) rotateX(90deg); }
.globe-par--n2 { width: 270px; height: 270px; margin: -135px 0 0 -135px; transform: translateY(-290px) rotateX(90deg); border-color: rgba(198,228,255,0.13); }
.globe-par--s2 { width: 270px; height: 270px; margin: -135px 0 0 -135px; transform: translateY(290px) rotateX(90deg); border-color: rgba(198,228,255,0.13); }
@media (max-width: 900px) { .hero-globe { opacity: 0.4; } }

/* ── Hero-Inhalt ── */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 17px 8px 14px;
  border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.13);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: none;
  font-size: 14px; font-weight: 600; color: var(--on-dark-3);
}
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--signal);
  box-shadow: none; animation: dg-dotPulse 2.6s ease-in-out infinite; }
.hero h1 { font-size: clamp(38px, 6.6vw, 72px); font-weight: 800; letter-spacing: -0.028em;
  line-height: 1.04; margin: 26px 0 0; color: var(--on-dark); max-width: 17ch; text-wrap: balance; }
.hero h1 .accent {
  background: linear-gradient(100deg, var(--sky), var(--sky-2) 55%, var(--sky-3));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-lede { font-size: clamp(17px, 1.9vw, 19px); color: #eaf4f8; line-height: 1.62; max-width: 680px; margin: 24px 0 0; }
.hero-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }

/* helle Hero-Buttons (auf dunklem Grund) */
.btn-hero-primary { background: #f6fafb; color: #06222a; border-radius: 14px;
  box-shadow: 0 16px 40px -16px rgba(58,147,224,0.5), 0 4px 14px -6px rgba(0,0,0,0.4); }
.btn-hero-primary svg { color: #06222a; }
.btn-hero-primary:hover { background: #fff; box-shadow: 0 22px 50px -16px rgba(58,147,224,0.6); }
.btn-hero-ghost { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.16); color: #eaf6f7;
  border-radius: 14px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.btn-hero-ghost:hover { background: rgba(255,255,255,0.13); }

/* ── Browser-Frame mit Modul-Tabs + schwebenden Badges ── */
.hero-frame { position: relative; z-index: 5; width: 100%; max-width: 1020px;
  margin: clamp(56px, 8vw, 116px) auto clamp(-230px, -16vw, -120px);
  animation: dg-floaty 14s ease-in-out infinite; }
.hero-frame-aura { position: absolute; inset: -30px -10px -10px; z-index: -1; pointer-events: none;
  border-radius: 30px; background: radial-gradient(80% 60% at 50% 30%, rgba(120,180,255,0.28), transparent 70%); filter: blur(18px); }

.hero-badge { position: absolute; z-index: 8; top: -20px; display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.20); border-radius: 12px; padding: 9px 14px;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 16px 34px -16px rgba(0,0,0,0.55);
  font-size: 13px; font-weight: 700; color: #eaf6f7; letter-spacing: 0.1px; }
.hero-badge--live { left: 30px; animation: dg-floaty 11s ease-in-out infinite; }
.hero-badge--uptime { right: 30px; animation: dg-floaty 13s ease-in-out infinite; }
.hero-badge--uptime svg { color: var(--signal); }
.hero-badge-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 4px rgba(142,222,95,0.18); }

.hero-frame-window { position: relative; border-radius: 20px; overflow: hidden;
  background: #0c1820; border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 80px 150px -40px rgba(2,12,22,0.85), 0 30px 70px -24px rgba(3,18,24,0.6),
    0 0 0 1px rgba(150,200,255,0.10), inset 0 1px 0 rgba(255,255,255,0.10); }
.hero-frame-bar { display: flex; align-items: center; gap: 14px; height: 46px; padding: 0 18px;
  background: linear-gradient(180deg, #16252d, #101c23); border-bottom: 1px solid rgba(255,255,255,0.05); }
.hero-frame-dots { display: inline-flex; gap: 8px; flex-shrink: 0; }
.hero-frame-dots i { width: 12px; height: 12px; border-radius: 50%; }
.hero-frame-dots i:nth-child(1) { background: #ff5f57; }
.hero-frame-dots i:nth-child(2) { background: #febc2e; }
.hero-frame-dots i:nth-child(3) { background: #28c840; }
.hero-frame-url { flex: 1; max-width: 420px; margin: 0 auto; height: 26px; border-radius: 8px;
  background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 12.5px; }
.hero-frame-url svg { color: rgba(180,210,216,0.7); }
.hero-frame-url-pre { color: rgba(180,210,216,0.55); font-weight: 500; }
.hero-frame-url-slug { color: rgba(206,235,247,0.92); font-weight: 600; }

.hero-frame-tabs { position: relative; display: flex; padding: 8px;
  background: linear-gradient(180deg, #0e1c24, #0b161c); border-bottom: 1px solid rgba(255,255,255,0.05); }
.hero-frame-tab-pill { position: absolute; top: 8px; bottom: 8px; left: 8px; width: calc((100% - 16px) / 2);
  border-radius: 11px; background: rgba(110,170,240,0.16); border: 1px solid rgba(150,200,255,0.22);
  box-shadow: 0 6px 16px -8px rgba(60,140,230,0.6); transform: translateX(0%);
  transition: transform .42s cubic-bezier(.2,.8,.2,1); }
.hero-frame-tab { position: relative; z-index: 1; flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 6px; background: transparent; border: none; cursor: pointer;
  font-family: var(--font); font-weight: 700; font-size: 13.5px; letter-spacing: .2px; color: #7f97a1; transition: color .3s ease; }
.hero-frame-tab.is-active { color: #dcefff; }
.hero-frame-stage { position: relative; background: #0a141a; }
.hero-frame-view { line-height: 0; }
.hero-frame-view[hidden] { display: none; }
.hero-frame-view .media-frame { margin: 0; border-radius: 0; background: transparent; }
.hero-frame-sweep { position: absolute; inset: 0; pointer-events: none; overflow: hidden; border-radius: 20px; }
.hero-frame-sweep::before { content: ""; position: absolute; top: -40%; left: 0; width: 34%; height: 180%;
  background: linear-gradient(100deg, transparent, rgba(198,227,255,0.13), transparent); filter: blur(2px);
  animation: dg-glassSweep 32s ease-in-out infinite; }

.hero-frame-caption { position: relative; z-index: 1; margin: clamp(36px, 5vw, 60px) auto 0; max-width: 540px;
  font-size: 14px; font-weight: 600; color: var(--on-dark-2); line-height: 1.5; }

@media (max-width: 600px) {
  .hero { padding-top: clamp(108px, 26vw, 140px); }
  .hero-frame { margin-top: clamp(40px, 11vw, 64px); }
  .hero-frame-window { border-radius: 16px; }
  .hero-frame-bar { height: 40px; gap: 10px; padding: 0 12px; }
  .hero-frame-dots i { width: 10px; height: 10px; }
  .hero-frame-url { font-size: 11.5px; max-width: none; }
  .hero-badge { font-size: 12px; padding: 7px 11px; top: -16px; }
  .hero-badge--live { left: 12px; }
  .hero-badge--uptime { right: 12px; }
  .hero-frame-tab { font-size: 12.5px; gap: 5px; }
  .hero-frame-caption { font-size: 13px; }
}

/* ═══════════ glass nav über dem Hero (nur Startseite) ═══════════ */
.page--hero .nav {
  background: rgba(6,24,30,0.32);
  backdrop-filter: blur(20px) saturate(1.5); -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background .4s ease, box-shadow .4s ease, border-color .4s ease;
}
.page--hero .nav [data-logo='light'] { display: none !important; }
.page--hero .nav [data-logo='dark']  { display: inline !important; }
.page--hero .nav-links a,
.page--hero .nav-fly-trigger { color: rgba(225,242,244,0.82); }
.page--hero .nav-links a:hover,
.page--hero .nav-fly-trigger:hover,
.page--hero .nav-fly-trigger.is-active { color: #fff; background: rgba(255,255,255,0.08); }
.page--hero .nav-fly-trigger.is-active svg { opacity: 1; }
.page--hero .theme-toggle,
.page--hero .lang-trigger,
.page--hero .nav-burger {
  border-color: rgba(255,255,255,0.12); color: rgba(225,242,244,0.85); background: rgba(255,255,255,0.05);
}
.page--hero .theme-toggle:hover,
.page--hero .lang-trigger:hover,
.page--hero .nav-burger:hover {
  background: rgba(255,255,255,0.12); color: #fff; border-color: rgba(255,255,255,0.20);
}
.page--hero .nav-cta-trial { background: #f6fafb; color: #06222a; border-color: transparent; border-radius: 12px; }
.page--hero .nav-cta-trial svg { color: #06222a; }
.page--hero .nav-cta-trial:hover { background: #fff; }

/* ═══════════ Hero-Keyframes ═══════════ */
@keyframes dg-gradDrift { 0% { background-position: 0% 0%; } 50% { background-position: 100% 100%; } 100% { background-position: 0% 0%; } }
@keyframes dg-lightDrift { 0% { transform: translate(-9%,-5%) scale(1); } 50% { transform: translate(13%,7%) scale(1.18); } 100% { transform: translate(-9%,-5%) scale(1); } }
@keyframes dg-lightDrift2 { 0% { transform: translate(7%,5%) scale(1.1); } 50% { transform: translate(-11%,-7%) scale(0.92); } 100% { transform: translate(7%,5%) scale(1.1); } }
@keyframes dg-waveDrift { 0% { transform: translate3d(-4%,0,0); } 50% { transform: translate3d(5%,-2.5%,0); } 100% { transform: translate3d(-4%,0,0); } }
@keyframes dg-dotPulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(142,222,95,0.55); } 50% { opacity: .75; box-shadow: 0 0 0 7px rgba(142,222,95,0); } }
@keyframes dg-floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes dg-glassSweep { 0% { transform: translateX(-130%) rotate(8deg); } 62% { transform: translateX(340%) rotate(8deg); } 100% { transform: translateX(340%) rotate(8deg); } }
@keyframes dg-cityPulse { 0%,100% { opacity: 1; box-shadow: 0 0 9px 1px rgba(142,222,95,0.5); } 50% { opacity: .62; box-shadow: 0 0 17px 4px rgba(142,222,95,0); } }

@media (prefers-reduced-motion: reduce) {
  .hero-bg-grad, .hero-bg-glow .glow, .hero-bg-wave, .hero-bg-diverge,
  .hero-eyebrow .dot, .hero-frame, .hero-badge, .hero-frame-sweep::before { animation: none !important; }
}
/* Hero außerhalb des Viewports: Animationen anhalten (Akku/Perf) */
.hero.is-still .hero-bg-grad, .hero.is-still .hero-bg-glow .glow,
.hero.is-still .hero-bg-wave, .hero.is-still .hero-bg-diverge,
.hero.is-still .hero-eyebrow .dot, .hero.is-still .hero-frame,
.hero.is-still .hero-badge, .hero.is-still .hero-frame-sweep::before { animation-play-state: paused; }

/* ───────────── Live-Status-Dot (wiederverwendbar) ─────────────
   Grüner Puls (wie Hero-Dot) + gelegentlicher roter Server-Blip (wie Logo-Mark/Globus).
   Erstes Blinken ~1 s nach Laden, danach alle 6 s. */
.live-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: var(--signal); vertical-align: middle; margin-right: 9px; flex-shrink: 0;
  animation: dg-dotPulse 2.6s ease-in-out infinite, dgDotFlick 6s linear -3.92s infinite;
}
.live-dot--alt { animation-delay: -1.3s, -0.92s; }   /* zweites Produkt versetzt, kein Gleichtakt */
@keyframes dgDotFlick {
  0%, 82% { background: var(--signal); }
  82.4%, 83.4% { background: #ff3b30; }
  83.8%, 84.8% { background: var(--signal); }
  85.2%, 85.8% { background: #ff3b30; }
  86.2%, 87.2% { background: var(--signal); }
  87.6%, 88% { background: #ff3b30; }
  88.4%, 100% { background: var(--signal); }
}
@media (prefers-reduced-motion: reduce) { .live-dot { animation: none; } }

/* ───────────── stats band (harte Zahlen) ───────────── */
.stats {
  padding: clamp(48px, 6vw, 80px) 0;
  background: var(--bg-sub);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.stats-grid {
  display: grid; gap: 40px 24px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 760px) { .stats-grid { grid-template-columns: repeat(4, 1fr); gap: 0; } }
.stat {
  position: relative;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 0 clamp(12px, 2vw, 28px);
}
/* feste, mittig zentrierte Trennlinie zwischen den Spalten (nur Desktop, eine Reihe) */
@media (min-width: 760px) {
  .stat:not(:first-child)::before {
    content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
    width: 1px; height: 72px; background: var(--line);
  }
}
.stat-num {
  display: flex; align-items: baseline; justify-content: center; gap: 7px;
  line-height: 1; margin: 0 0 14px; white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.stat-figure {
  font-size: clamp(42px, 4.6vw, 58px); font-weight: 800; letter-spacing: -0.04em;
  color: var(--accent); line-height: 1;
}
.stat-unit {
  font-size: clamp(18px, 2.1vw, 25px); font-weight: 700; letter-spacing: -0.01em;
  color: var(--ink-3);
}
.stat-label { font-size: 14.5px; color: var(--ink-3); line-height: 1.45; max-width: 25ch; margin: 0; }

/* ───────────── persona zone (Für wen ist Datargo gebaut?) ───────────── */
.persona {
  padding: clamp(64px, 8vw, 110px) 0;
  background: var(--bg);
}
.persona-grid {
  display: grid; gap: 20px; grid-template-columns: 1fr;
}
@media (min-width: 760px) { .persona-grid { grid-template-columns: 1fr 1fr 1fr; gap: 24px; } }
.persona-card {
  position: relative; display: flex; flex-direction: column; gap: 16px;
  padding: 32px;
  background: var(--bg-pane); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.persona-card:hover { transform: translateY(-3px); border-color: var(--ink-4); box-shadow: var(--shadow-pop); }
.persona-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 100%);
  opacity: 0.6;
}
.persona-card.is-featured { background: linear-gradient(165deg, var(--bg-pane) 0%, var(--slate-soft) 100%); border-color: var(--accent); }
[data-theme='dark'] .persona-card.is-featured { background: linear-gradient(165deg, var(--bg-pane) 0%, #16243a 100%); }
.persona-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent);
}
.persona-tag-mark {
  width: 22px; height: 22px; border-radius: 6px;
  background: var(--accent-soft); color: var(--accent);
  display: inline-flex; align-items: center; justify-content: center;
}
.persona-card h3 { font-size: 22px; font-weight: 700; letter-spacing: -0.018em; line-height: 1.2; margin: 0 0 4px; color: var(--ink); }
.persona-card p.lead { font-size: 15px; color: var(--ink-3); line-height: 1.5; margin: 0; }
.persona-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.persona-card li {
  display: grid; grid-template-columns: 18px 1fr; gap: 8px;
  font-size: 14px; color: var(--ink-2); line-height: 1.45;
}
.persona-card li::before {
  content: ""; width: 14px; height: 14px; border-radius: 3px;
  background: var(--accent-soft); color: var(--accent);
  margin-top: 4px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center/10px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center/10px no-repeat;
}
.persona-card .persona-cta {
  margin-top: auto; padding-top: 16px;
  font-size: 14px; font-weight: 600; color: var(--accent);
  display: inline-flex; align-items: center; gap: 4px;
}
.persona-card:hover .persona-cta { gap: 8px; }
.persona-card .persona-meta {
  font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-4); padding-top: 14px; border-top: 1px dashed var(--line);
}

/* ───────────── Compliance-Band (statisch, zwischen Hero und Datargo One) ───────────── */
.compliance-band {
  background: var(--bg-sub);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: clamp(28px, 4vw, 44px) 0;
}
.compliance-band .container { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.compliance-eyebrow {
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-4);
}
.compliance-row {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch;
  gap: 10px 12px;
}
.compliance-item {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px;
  background: var(--bg-pane); border: 1px solid var(--line); border-radius: 999px;
  font-size: var(--fs-sm); font-weight: 600; color: var(--ink);
}
.compliance-item .ico { color: var(--accent); display: inline-flex; }
.compliance-item .tag { font-size: var(--fs-xs); font-weight: 700; color: var(--accent); letter-spacing: 0.04em; }

/* ───────────── Scroll-Reveal (Apple-Feel) ───────────── */
.js .reveal {
  opacity: 0; transform: translateY(18px);
  transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ───────────── Datargo One — Single Pane of Glass für Konzerne ───────────── */
.one {
  background: var(--bg-strip); color: #e8eef7;
  position: relative; overflow: hidden;
}
.one::before {
  content: ""; position: absolute; inset: -10% -10% auto -10%; height: 70%;
  background:
    radial-gradient(50% 60% at 30% 50%, rgba(34, 211, 238, 0.20), transparent 70%),
    radial-gradient(40% 60% at 75% 30%, rgba(125, 211, 252, 0.14), transparent 70%);
  filter: blur(60px); pointer-events: none;
}
.one .container { position: relative; z-index: 1; }
.one-grid {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center;
  padding: clamp(60px, 8vw, 100px) 0;
}
@media (min-width: 960px) { .one-grid { grid-template-columns: 1fr 1.15fr; gap: 64px; } }
/* Solo-Layout — solange die Live-Vorschau (Demo folgt) fehlt: Copy als zentrierter Capstone */
.one--compact .one-grid--solo { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }

/* kompakte Variante — weiter unten platziert, bewusst sekundär */
.one--compact .one-grid { padding: clamp(40px, 5vw, 64px) 0; gap: 28px; }
@media (min-width: 960px) { .one--compact .one-grid { gap: 52px; } }
.one--compact .one-copy .wordmark { font-size: clamp(26px, 3.4vw, 38px); margin: 12px 0 14px; }
.one--compact .one-copy h2 { font-size: clamp(19px, 2.1vw, 25px); margin-bottom: 14px; }
.one--compact .one-copy p.lede { font-size: 15.5px; margin-bottom: 20px; }
.one--compact .one-bullets { gap: 8px 16px; margin-bottom: 22px; }
.one--compact .one-tile-metric { font-size: 18px; }
.one--compact .one-tile.featured .one-tile-metric { font-size: 20px; }
.one-copy .eyebrow {
  color: var(--accent-2);
  display: inline-flex; align-items: center; gap: 10px;
}
.one-copy .eyebrow .badge {
  font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
  padding: 3px 8px; border-radius: 999px;
  background: var(--accent); color: #04222b; text-transform: uppercase;
}
.one-copy .wordmark {
  display: inline-flex; align-items: baseline; gap: 14px;
  font-size: clamp(32px, 4.4vw, 52px); font-weight: 800; letter-spacing: -0.025em;
  color: #fff; margin: 16px 0 18px;
}
.one-copy .wordmark .one-tag {
  background: linear-gradient(120deg, var(--accent) 0%, #22d3ee 50%, #67e8f9 100%);
  background-clip: text; -webkit-background-clip: text; color: transparent;
}
.one-copy h2 {
  font-size: clamp(22px, 2.6vw, 32px); font-weight: 700; letter-spacing: -0.018em;
  color: #fff; margin: 0 0 16px; line-height: 1.2;
}
.one-copy p.lede {
  font-size: 17px; color: rgba(232, 238, 247, 0.78); line-height: 1.55;
  margin: 0 0 24px; max-width: 540px;
}
.one-bullets {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: grid; grid-template-columns: 1fr; gap: 12px 18px;
}
@media (min-width: 480px) { .one-bullets { grid-template-columns: 1fr 1fr; } }
.one-bullets li {
  display: grid; grid-template-columns: 20px 1fr; gap: 8px;
  font-size: 14px; color: rgba(232, 238, 247, 0.88); line-height: 1.4;
}
.one-bullets li::before {
  content: ""; width: 16px; height: 16px; border-radius: 50%;
  background: var(--accent); color: #04222b;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 700; margin-top: 2px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center/12px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center/12px no-repeat;
}
.one-bullets li strong { color: #fff; font-weight: 700; }
.one-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.one-cta .btn { width: 100%; justify-content: center; border-radius: 0; }
.one-cta .btn-primary { background: var(--accent); color: #04222b; padding: 14px 22px; }
.one-cta .btn-primary:hover { background: #67e8f9; }
.one-cta .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.22); padding: 14px 22px; }
.one-cta .btn-ghost:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.45); }
@media (min-width: 620px) { .one-cta .btn { width: auto; min-width: 240px; } }

/* Single-Pane-of-Glass-Frame */
.one-pane {
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(34, 211, 238, 0.04) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px; padding: 16px;
  box-shadow: 0 24px 60px -16px rgba(0,0,0,0.6);
  backdrop-filter: blur(12px);
}
.one-pane-media {
  margin-bottom: 16px; border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.one-pane-media .media-frame { background: rgba(255,255,255,0.04); }
.one-pane-media .media-ph {
  background:
    radial-gradient(80% 60% at 50% 30%, rgba(34, 211, 238, 0.18), transparent 70%),
    linear-gradient(160deg, rgba(11,23,38,0.6) 0%, rgba(20,34,53,0.6) 100%);
}
.one-pane-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 6px 4px 16px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 16px;
}
.one-pane-head .one-pane-title {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: rgba(232, 238, 247, 0.85); letter-spacing: -0.005em;
}
.one-pane-head .one-pane-title::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--good);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--good) 30%, transparent);
}
.one-pane-head .one-pane-meta {
  display: inline-flex; gap: 8px; font-size: 11px; color: rgba(232, 238, 247, 0.55);
}
.one-pane-meta span { padding: 3px 8px; border-radius: 999px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); }
.one-pane-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 620px) { .one-pane-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; } }
.one-tile {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 14px 16px;
  display: flex; flex-direction: column; gap: 6px;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.one-tile:hover { transform: translateY(-2px); border-color: var(--accent); background: rgba(34, 211, 238, 0.06); }
.one-tile.featured {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.10) 0%, rgba(255,255,255,0.04) 100%);
  border-color: var(--accent);
}
.one-tile-head { display: flex; align-items: center; gap: 8px; }
.one-tile-mark {
  width: 28px; height: 28px; border-radius: 7px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent); color: #04222b;
}
.one-tile-name { font-size: 13px; font-weight: 700; color: #fff; letter-spacing: -0.005em; }
.one-tile-metric { font-size: 22px; font-weight: 800; color: #fff; letter-spacing: -0.025em; line-height: 1.05; margin-top: 4px; }
.one-tile-sub { font-size: 11.5px; color: rgba(232, 238, 247, 0.6); }
.one-tile.featured .one-tile-metric { font-size: 26px; }
.one-pane-foot {
  margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; gap: 12px;
  font-size: 12px; color: rgba(232, 238, 247, 0.55);
}
.one-pane-foot .one-pane-pulse {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--accent-2); font-weight: 600;
}
.one-pane-foot .one-pane-pulse::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-2);
  animation: one-pulse 1.6s ease-in-out infinite;
}
@keyframes one-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(34, 211, 238, 0.5); }
  50%      { opacity: 0.7; box-shadow: 0 0 0 6px rgba(34, 211, 238, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .one-pane-foot .one-pane-pulse::before { animation: none; }
}

/* ───────────── showcase (echte Screens, scroll-flip) ───────────── */
.showcase {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-sub) 100%);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.showcase-row {
  display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center;
}
@media (min-width: 960px) { .showcase-row { grid-template-columns: 0.95fr 1.05fr; gap: 56px; } }
.showcase-row + .showcase-row { margin-top: 80px; padding-top: 80px; border-top: 1px dashed var(--line); }
.showcase-row.is-flipped > .showcase-copy { order: 2; }
@media (max-width: 979px) { .showcase-row.is-flipped > .showcase-copy { order: 0; } }
.showcase-copy .pcard-name { font-size: 12.5px; font-weight: 700; color: var(--accent); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; display: inline-block; }
.showcase-copy h3 { font-size: clamp(24px, 3vw, 32px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 16px; color: var(--ink); }
.showcase-copy p { font-size: 16.5px; color: var(--ink-3); line-height: 1.6; margin: 0 0 18px; max-width: 520px; }
.showcase-points { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 8px; }
.showcase-points li { font-size: 14.5px; color: var(--ink-2); display: grid; grid-template-columns: 18px 1fr; gap: 8px; }
.showcase-points li::before {
  content: "✓"; color: var(--accent); font-weight: 700; line-height: 1; margin-top: 3px;
}
.showcase-shot {
  position: relative;
}
.showcase-shot-frame {
  background: var(--bg-pane); border: 1px solid var(--line);
  border-radius: 14px; padding: 8px;
  box-shadow: var(--shadow-pop);
}
.showcase-shot-frame img { width: 100%; height: auto; display: block; border-radius: 8px; }
.showcase-shot-glow {
  position: absolute; inset: 8% -5% -5% -5%;
  background: radial-gradient(60% 60% at 50% 50%, color-mix(in oklab, var(--accent) 22%, transparent), transparent 70%);
  filter: blur(50px); z-index: -1;
}
.showcase-shot-float {
  position: absolute; bottom: -10%; right: -8%; width: 52%;
  background: var(--bg-pane); border: 1px solid var(--line);
  border-radius: 12px; padding: 6px;
  box-shadow: var(--shadow-pop);
  transform: rotate(2.5deg);
}
.showcase-shot-float img { width: 100%; height: auto; display: block; border-radius: 6px; }
.showcase-shot-float--device { background: transparent; border: 0; box-shadow: none; padding: 0; }
.showcase-shot-float--device .media-frame { overflow: visible; }
.showcase-shot-float--device .media-el { filter: drop-shadow(0 16px 28px rgba(11, 23, 38, 0.25)); }
@media (max-width: 539px) { .showcase-shot-float { display: none; } }

/* ───────────── platform bento (5 Saeulen) ───────────── */
.platform-grid {
  display: grid; grid-template-columns: 1fr; gap: 20px;
}
@media (min-width: 760px) { .platform-grid { grid-template-columns: repeat(6, 1fr); } }
.pcard {
  background: var(--bg-pane); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px; position: relative; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
  display: flex; flex-direction: column; min-height: 240px;
}
.pcard:hover { transform: translateY(-2px); border-color: var(--ink-4); box-shadow: var(--shadow-pop); }
.pcard-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.pcard-mark {
  width: 40px; height: 40px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent-soft); color: var(--accent);
}
.pcard-name { font-size: 13px; font-weight: 700; color: var(--ink-3); letter-spacing: 0.04em; text-transform: uppercase; }
.pcard h3 { font-size: 22px; font-weight: 700; letter-spacing: -0.015em; margin: 0 0 10px; color: var(--ink); line-height: 1.25; }
.pcard p { color: var(--ink-3); font-size: 15px; line-height: 1.55; margin: 0 0 18px; flex: 1; }
.pcard-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.pcard-tag { font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px;
  background: var(--bg-sub); color: var(--ink-2); border: 1px solid var(--line); }
.pcard-tag.live { color: var(--good); border-color: var(--good); background: var(--good-soft); }
.pcard-tag.beta { color: var(--warn); border-color: var(--warn); background: var(--warn-soft); }
[data-theme='dark'] .pcard-tag.live { background: rgba(4, 120, 87, 0.18); }
[data-theme='dark'] .pcard-tag.beta { background: rgba(180, 83, 9, 0.18); }
.pcard-link { font-size: 14px; font-weight: 600; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; }
.pcard-link:hover { gap: 10px; }

/* span across columns */
@media (min-width: 760px) {
  .pcard.span-3 { grid-column: span 3; }
  .pcard.span-2 { grid-column: span 2; }
  .pcard.span-6 { grid-column: span 6; }
}

/* feature pcard variant (hero-ish flagship card) */
.pcard.flagship {
  background: linear-gradient(155deg, var(--bg-pane), var(--slate-soft));
  border-color: var(--line-2);
}
[data-theme='dark'] .pcard.flagship { background: linear-gradient(155deg, var(--bg-pane), #16243a); }
.pcard.flagship .pcard-mark { background: var(--ink); color: #fff; }
[data-theme='dark'] .pcard.flagship .pcard-mark { background: var(--accent); color: #04222b; }

/* ───────────── scale band (Solo → Team → Konzern) ───────────── */
.scale-band {
  background: linear-gradient(160deg, var(--bg-pane) 0%, var(--slate-soft) 100%);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  position: relative; overflow: hidden;
}
[data-theme='dark'] .scale-band { background: linear-gradient(160deg, var(--bg-pane) 0%, #16243a 100%); }
.scale-band::before {
  content: ""; position: absolute; inset: -30% -10% auto auto; width: 50%; height: 80%;
  background: radial-gradient(60% 60% at 50% 50%, rgba(14, 116, 144, 0.16), transparent 70%);
  filter: blur(50px); pointer-events: none;
}
.scale-grid { display: grid; grid-template-columns: 1fr; gap: 18px; position: relative; }
@media (min-width: 880px) {
  .scale-grid { grid-template-columns: repeat(3, 1fr); gap: 0; align-items: stretch; }
}
.scale-step {
  position: relative;
  background: var(--bg-pane); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px 28px; display: flex; flex-direction: column;
  box-shadow: var(--shadow-card);
}
.scale-step .num {
  display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 700;
  color: var(--accent); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px;
}
.scale-step .num::before {
  content: ""; width: 28px; height: 28px; border-radius: 50%; display: inline-block;
  background: var(--accent-soft); color: var(--accent);
  font-size: 13px; line-height: 28px; text-align: center; font-weight: 700;
}
.scale-step:nth-child(1) .num::before { content: "1"; }
.scale-step:nth-child(2) .num::before { content: "2"; }
.scale-step:nth-child(3) .num::before { content: "3"; }
.scale-step h4 { font-size: 22px; font-weight: 700; margin: 0 0 8px; color: var(--ink); letter-spacing: -0.015em; }
.scale-step .scale-tag { font-size: 13px; font-weight: 600; color: var(--ink-3); margin: 0 0 18px; }
.scale-step ul { list-style: none; padding: 0; margin: 0 0 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.scale-step li { font-size: 14px; color: var(--ink-2); line-height: 1.5; display: grid; grid-template-columns: 16px 1fr; gap: 8px; }
.scale-step li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-top: 8px; }
.scale-step .meta { font-size: 12px; color: var(--ink-4); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding-top: 16px; border-top: 1px dashed var(--line); }

/* Hervorgehobener mittlerer Step (typischer Fall) */
.scale-step.is-highlight {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent), var(--shadow-pop);
}
.scale-step.is-highlight .num::before {
  background: var(--accent); color: #fff;
}
[data-theme='dark'] .scale-step.is-highlight .num::before { color: #04222b; }

/* Desktop: Steps stossen aneinander, Pfeile dazwischen */
@media (min-width: 880px) {
  .scale-step { border-radius: 0; }
  .scale-step:first-child { border-radius: var(--radius-lg) 0 0 var(--radius-lg); border-right: 0; }
  .scale-step:last-child { border-radius: 0 var(--radius-lg) var(--radius-lg) 0; border-left: 0; }
  .scale-step.is-highlight { z-index: 2; border-radius: var(--radius-lg); margin: -6px -1px; }
  .scale-step + .scale-step::before {
    content: ""; position: absolute; left: -14px; top: 50%; width: 28px; height: 28px;
    background: var(--bg-pane); border: 1px solid var(--line);
    border-radius: 50%; transform: translateY(-50%);
    display: flex; align-items: center; justify-content: center; z-index: 3;
  }
  .scale-step + .scale-step::after {
    content: "→"; position: absolute; left: -14px; top: 50%; width: 28px; height: 28px;
    transform: translateY(-50%); text-align: center; line-height: 28px;
    font-size: 14px; font-weight: 700; color: var(--accent); z-index: 4;
  }
}

/* ───────────── pricing ───────────── */
.pricing { background: var(--bg); }
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 880px) { .pricing-grid { grid-template-columns: 1fr 1fr; } }
.price-group {
  background: var(--bg-pane); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(20px, 3vw, 28px); box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
}
.price-group-head { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 6px; }
.price-group-mark {
  width: 44px; height: 44px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent-soft); color: var(--accent); flex-shrink: 0;
}
.price-group-name { font-size: 12px; font-weight: 700; color: var(--accent); letter-spacing: 0.08em; text-transform: uppercase; }
.price-group h3 { font-size: 20px; font-weight: 700; margin: 3px 0 0; color: var(--ink); letter-spacing: -0.015em; }
.price-tiers { display: flex; flex-direction: column; }

.tier { position: relative; display: flex; flex-direction: column; padding: 24px 0; }
.tier + .tier { border-top: 1px solid var(--line); }
.tier.is-popular {
  background: linear-gradient(180deg, var(--accent-soft), transparent 170%);
  border: 1.5px solid var(--accent); border-radius: var(--radius);
  padding: 26px 22px 24px; margin: 18px 0; box-shadow: var(--shadow-pop);
}
[data-theme='dark'] .tier.is-popular { background: linear-gradient(180deg, rgba(34,211,238,0.10), transparent 170%); }
.tier.is-popular + .tier { border-top: 0; }
.tier-badge {
  position: absolute; top: -11px; right: 18px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase;
  padding: 4px 11px; border-radius: 999px; background: var(--signal); color: #16330a;
  box-shadow: 0 4px 10px -3px rgba(11, 23, 38, 0.25);
}
.tier-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.tier-id { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.tier-name { font-size: 17.5px; font-weight: 700; color: var(--ink); margin: 0; letter-spacing: -0.01em; }
.tier-aud { font-size: 11px; font-weight: 700; color: var(--ink-4); margin: 0; text-transform: uppercase; letter-spacing: 0.07em; }
.tier-price { display: flex; align-items: baseline; gap: 5px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.tier-price .amount { font-size: 28px; font-weight: 800; color: var(--ink); letter-spacing: -0.025em; line-height: 1; }
.tier.is-popular .tier-price .amount { font-size: 33px; color: var(--accent); }
.tier-price .unit { font-size: 12px; font-weight: 600; color: var(--ink-3); }
/* Features als gut lesbare Häkchen-Liste (statt Chip-Wolke) — klarer zu erfassen */
.tier-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; margin-top: 16px; }
@media (max-width: 520px) { .tier-feats { grid-template-columns: 1fr; } }
.tier-feats span {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 13.5px; font-weight: 500; color: var(--ink-2); line-height: 1.4;
  padding: 0; background: none; border: 0;
}
.tier-feats span::before {
  content: ""; flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px;
  background: var(--accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5 6.5 12 13 4.5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.tier-foot { margin-top: 18px; display: flex; flex-direction: column; align-items: stretch; gap: 9px; }
.tier-cta { width: 100%; justify-content: center; }
.tier.is-popular .tier-cta { box-shadow: var(--shadow-card); }
.tier-note { font-size: 12px; color: var(--ink-3); text-align: center; }
.price-cta {
  margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; gap: 6px;
  font-size: 13.5px; font-weight: 600; color: var(--ink-3);
}
.price-cta:hover { color: var(--accent); gap: 9px; }
.price-foot {
  margin-top: 28px; padding: 18px 22px; background: var(--bg-sub);
  border: 1px solid var(--line); border-radius: var(--radius);
  font-size: 14px; color: var(--ink-2); line-height: 1.55;
}
.price-foot strong { color: var(--ink); }
.price-foot .kdot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); margin: 0 8px 2px; vertical-align: middle; }

/* ───────────── evidence layer (NIS2 / DORA / ISO / GoBD) ───────────── */
.evidence {
  background: var(--bg-sub);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.evidence-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 880px) { .evidence-grid { grid-template-columns: repeat(4, 1fr); } }
.ev-card {
  background: var(--bg-pane); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; display: flex; flex-direction: column; min-height: 200px;
}
.ev-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.ev-tag { font-size: 11px; font-weight: 700; color: var(--accent); letter-spacing: 0.1em; text-transform: uppercase; }
.ev-status { font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 999px;
  background: var(--good-soft); color: var(--good); border: 1px solid var(--good); }
[data-theme='dark'] .ev-status { background: rgba(4, 120, 87, 0.2); }
.ev-card h4 { font-size: 17px; font-weight: 700; margin: 0 0 8px; color: var(--ink); letter-spacing: -0.01em; }
.ev-card p { font-size: 14px; color: var(--ink-3); line-height: 1.55; margin: 0 0 14px; flex: 1; }
.ev-mapped { font-size: 12.5px; color: var(--ink-2); font-weight: 600; padding-top: 12px; border-top: 1px dashed var(--line); }
.ev-mapped span { color: var(--accent); font-weight: 700; }

/* ───────────── four pillars wedge ───────────── */
.wedge {
  background: var(--band-grad); color: #e8eef7;
}
.wedge .container { color: inherit; }
.wedge .section-head h2 { color: #fff; }
.wedge .section-head p { color: rgba(232, 238, 247, 0.78); }
.wedge .eyebrow { color: var(--accent-2); }
.wedge-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 760px) { .wedge-grid { grid-template-columns: repeat(4, 1fr); } }
.w-pillar {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius); padding: 22px;
}
.w-pillar .num { font-size: 12px; font-weight: 700; color: var(--accent-2); letter-spacing: 0.1em; }
.w-pillar h4 { font-size: 18px; font-weight: 700; margin: 8px 0 8px; color: #fff; letter-spacing: -0.01em; }
.w-pillar p { font-size: 14px; color: rgba(232, 238, 247, 0.74); line-height: 1.55; margin: 0; }

/* ───────────── sovereignty proof grid ───────────── */
.proof-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 760px) { .proof-grid { grid-template-columns: repeat(2, 1fr); } }
.proof-item {
  display: grid; grid-template-columns: 40px 1fr; gap: 14px;
  padding: 20px; background: var(--bg-pane); border: 1px solid var(--line); border-radius: var(--radius);
}
.proof-icon {
  width: 40px; height: 40px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--slate-soft); color: var(--slate);
}
[data-theme='dark'] .proof-icon { background: var(--slate-soft); color: var(--accent); }
.proof-item h4 { font-size: 15px; font-weight: 700; margin: 0 0 4px; color: var(--ink); }
.proof-item p { font-size: 14px; color: var(--ink-3); line-height: 1.55; margin: 0; }

/* ───────────── side apps strip (Claro / Fold) ───────────── */
.side-apps {
  padding: 60px 0 80px;
}
.side-head { display: flex; flex-direction: column; gap: 8px; max-width: 680px; margin-bottom: 28px; }
.side-head h3 { font-size: 22px; font-weight: 700; letter-spacing: -0.015em; margin: 0; color: var(--ink); }
.side-head p { font-size: 15px; color: var(--ink-3); line-height: 1.55; margin: 0; }
.side-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 760px) { .side-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); } }
.side-card {
  display: grid; grid-template-columns: 1fr; gap: 16px;
  padding: 22px; background: var(--bg-pane); border: 1px solid var(--line); border-radius: var(--radius);
  align-items: center;
}
@media (min-width: 520px) { .side-card { grid-template-columns: 56px 1fr auto; gap: 18px; } }
.side-mark { width: 48px; height: 48px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--bg-sub); color: var(--ink-2); border: 1px solid var(--line); }
.side-body h4 { font-size: 16px; font-weight: 700; margin: 0 0 4px; color: var(--ink); }
.side-body p { font-size: 14px; color: var(--ink-3); margin: 0; line-height: 1.5; }
.side-meta { font-size: 12px; color: var(--ink-4); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.side-arrow { color: var(--ink-3); }
.side-disclaimer {
  margin-top: 18px; padding: 14px 16px;
  background: var(--bg-sub); border: 1px dashed var(--line-2); border-radius: 8px;
  font-size: 13px; color: var(--ink-3); line-height: 1.55;
}
.side-disclaimer strong { color: var(--ink-2); }

/* ───────────── final cta ───────────── */
.final-cta {
  background: var(--band-grad); color: #fff; padding: 0;
}
.final-cta .container { padding-top: 80px; padding-bottom: 80px; }
.final-cta h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; letter-spacing: -0.02em;
  margin: 0 0 16px; color: #fff; line-height: 1.15; max-width: 720px; }
.final-cta p { font-size: 17px; color: rgba(232, 238, 247, 0.78); max-width: 600px; margin: 0 0 28px; line-height: 1.55; }
.final-cta .btn-primary { background: var(--accent); color: #04222b; }
.final-cta .btn-primary:hover { background: #67e8f9; }
.final-cta .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.18); }
.final-cta .btn-ghost:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.4); }
.final-cta .eyebrow { color: var(--accent-2); }
.final-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.final-cta-actions .btn-lg { width: 100%; justify-content: center; border-radius: 0; padding: 18px 22px; }
@media (min-width: 760px) {
  .final-cta-actions .btn-lg { width: auto; min-width: 260px; }
}

/* ───────────── footer — Microsoft-Stil sprawling ─────────────  */
.footer { background: var(--footer-bg); border-top: 1px solid rgba(255,255,255,0.08); padding: 64px 0 28px; color: var(--on-dark-2); }
.footer [data-logo='light'] { display: none !important; }
.footer [data-logo='dark']  { display: inline !important; }
.footer-mega {
  display: grid; grid-template-columns: 1fr; gap: 36px; margin-bottom: 40px;
}
@media (min-width: 760px) { .footer-mega { grid-template-columns: 1.5fr repeat(3, 1fr); } }
@media (min-width: 1080px) { .footer-mega { grid-template-columns: 1.4fr repeat(6, 1fr); gap: 28px; } }
.footer-brand-block { grid-column: 1 / -1; }
@media (min-width: 760px) { .footer-brand-block { grid-column: span 1; } }
@media (min-width: 1080px) { .footer-brand-block { grid-column: span 1; } }
.footer-brand-block p { color: rgba(214,236,239,0.7); font-size: 14px; line-height: 1.55; max-width: 320px; margin: 14px 0 18px; }
.footer-brand-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-brand-badge {
  font-size: 11.5px; font-weight: 600; padding: 4px 10px; border-radius: 999px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); color: rgba(225,242,244,0.85);
}
.footer h5 {
  font-size: 11.5px; font-weight: 700; color: rgba(180,205,215,0.6);
  letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 14px;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer a {
  color: rgba(214,236,239,0.72); font-size: 13.5px; line-height: 1.5;
  transition: color .15s ease;
}
.footer a:hover { color: #fff; }
.ftr-soon { color: rgba(214,236,239,0.4); font-size: 13.5px; line-height: 1.5; cursor: default; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 13px; color: rgba(180,205,215,0.55);
}
.footer-bottom-links { display: inline-flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom-links a, .footer-bottom-links .footer-cookie-btn { font-size: 13px; color: rgba(180,205,215,0.55); }
.footer-bottom-links a:hover, .footer-bottom-links .footer-cookie-btn:hover { color: #fff; }
.footer-cookie-btn { background: none; border: 0; padding: 0; cursor: pointer; font: inherit; line-height: inherit; }

/* ───────────── Cookie-/Consent-Banner (Sprechblase mit Spitze nach unten) ───────────── */
.consent {
  position: fixed; z-index: 1200; left: 50%; transform: translateX(-50%);
  bottom: 40px; width: min(680px, calc(100vw - 32px));
  background: var(--bg-pane); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-pop); padding: 20px 24px;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.consent[hidden] { display: none; }
.consent::after {
  content: ""; position: absolute; left: 50%; bottom: -9px;
  width: 18px; height: 18px; background: var(--bg-pane);
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  transform: translateX(-50%) rotate(45deg);
}
.consent-body { flex: 1 1 320px; min-width: 0; }
.consent-text { margin: 0 0 6px; font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.consent-text strong { color: var(--ink); font-weight: 700; }
.consent-more { font-size: 14px; font-weight: 600; color: var(--accent); }
.consent-actions { display: flex; gap: 10px; flex-shrink: 0; }
.consent-actions .btn { white-space: nowrap; }
@media (max-width: 560px) {
  .consent { flex-direction: column; align-items: stretch; bottom: 16px; padding: 18px; }
  .consent-actions .btn { flex: 1; justify-content: center; }
}
.footer-region {
  display: inline-flex; align-items: center; gap: 6px;
  color: rgba(214,236,239,0.7); font-size: 13px;
}
.footer-colophon {
  background: var(--footer-bg); color: rgba(160,185,200,0.5);
  font-size: 12.5px; line-height: 1.55;
  padding: 4px 0 18px;
}
.footer-colophon p { margin: 0; max-width: var(--maxw); }
.footer-colophon strong { color: rgba(225,242,244,0.82); font-weight: 600; }
.footer-colophon sup { font-size: 0.7em; vertical-align: super; margin-left: 1px; }

/* ───────────── legal / content pages ───────────── */
/* Dokument-Seiten (Legal + Blog) teilen dieselbe vertikale Rhythmik zum Footer. */
.legal, .blog-list { padding: clamp(48px, 7vw, 96px) 0; background: var(--bg); }
.legal-inner { max-width: 760px; }
.legal-head { margin-bottom: clamp(28px, 4vw, 44px); padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.legal-head h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; letter-spacing: -0.022em; color: var(--ink); margin: 12px 0 0; line-height: 1.1; }
.legal-lead { font-size: var(--fs-lg); color: var(--ink-3); line-height: 1.55; margin: 14px 0 0; }
.legal-body { font-size: var(--fs-base); line-height: var(--lh-relaxed); color: var(--ink-2); }
.legal-body h2 { font-size: var(--fs-xl); font-weight: 700; letter-spacing: -0.01em; color: var(--ink); margin: 36px 0 12px; }
.legal-body h3 { font-size: var(--fs-lg); font-weight: 700; color: var(--ink); margin: 28px 0 8px; }
.legal-body p { margin: 0 0 16px; }
.legal-body ul, .legal-body ol { margin: 0 0 16px; padding-left: 22px; }
.legal-body li { margin: 0 0 6px; }
.legal-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.legal-body strong { color: var(--ink); }
.legal-body table { border-collapse: collapse; width: 100%; margin: 0 0 20px; font-size: var(--fs-sm); }
.legal-body th, .legal-body td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.legal-body th { color: var(--ink); font-weight: 700; }
.legal-note { margin-top: 28px; padding: 16px 18px; background: var(--bg-sub); border: 1px dashed var(--line-2); border-radius: var(--radius); font-size: var(--fs-sm); color: var(--ink-3); }

/* ───────────── accessibility / motion ───────────── */
.skip-link {
  position: absolute; left: -9999px; top: 12px; padding: 10px 16px;
  background: var(--accent); color: #fff; border-radius: 8px; font-weight: 600; font-size: 14px;
}
.skip-link:focus { left: 12px; box-shadow: var(--shadow-pop); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }

/* ───────────── media frames (video / gif / placeholder) ───────────── */
.media-frame {
  position: relative; display: block; overflow: hidden; margin: 0;
  background: var(--bg-pane); width: 100%;
}
.media-frame--rounded { border-radius: var(--radius); }
.media-frame--shadow { box-shadow: var(--shadow-pop); }
.media-frame--bare { background: transparent; }
.media-frame--bare .media-el { object-fit: contain; }
.media-el {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
}
.media-tag {
  position: absolute; top: 12px; right: 12px; z-index: 3;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 10px; border-radius: 999px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  background: rgba(11, 23, 38, 0.85); color: #fff; backdrop-filter: blur(8px);
}
.media-tag-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-2); }
.media-tag--rec .media-tag-dot { background: #ef4444; animation: media-rec-pulse 1.5s ease-in-out infinite; }
.media-tag--live .media-tag-dot { background: var(--good); }
@keyframes media-rec-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
  50%      { opacity: 0.65; box-shadow: 0 0 0 5px rgba(239, 68, 68, 0); }
}
@media (prefers-reduced-motion: reduce) { .media-tag--rec .media-tag-dot { animation: none; } }

/* Placeholder */
.media-ph {
  position: absolute; inset: 0;
  background:
    radial-gradient(80% 60% at 50% 30%, color-mix(in oklab, var(--accent) 22%, transparent), transparent 70%),
    linear-gradient(160deg, #0a1626 0%, #142235 100%);
  display: flex; align-items: center; justify-content: center;
  color: #e8eef7;
}
.media-ph-grid {
  position: absolute; inset: 0; opacity: 0.06;
  background-image:
    linear-gradient(to right,  rgba(255,255,255,0.5) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.media-ph-inner {
  position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 12px;
  text-align: center; padding: 24px;
}
.media-ph-play {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--accent); color: #04222b;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 0 color-mix(in oklab, var(--accent) 50%, transparent);
  position: relative;
  animation: media-play-pulse 2.4s ease-out infinite;
}
.media-ph-play::before {
  content: ""; width: 0; height: 0;
  border-style: solid; border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #04222b;
  margin-left: 4px;
}
@keyframes media-play-pulse {
  0%   { box-shadow: 0 0 0 0 color-mix(in oklab, var(--accent) 55%, transparent); }
  70%  { box-shadow: 0 0 0 18px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
@media (prefers-reduced-motion: reduce) { .media-ph-play { animation: none; } }
.media-ph-label {
  font-size: 14px; font-weight: 700; color: #f8fafc; letter-spacing: -0.005em;
}
.media-ph-path {
  font-family: ui-monospace, "SF Mono", "Cascadia Mono", "JetBrains Mono", monospace;
  font-size: 11.5px; color: rgba(232, 238, 247, 0.6);
  padding: 4px 10px; border-radius: 6px;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08);
}

.media-caption {
  font-size: 12.5px; color: var(--ink-3); margin-top: 8px; text-align: center;
  padding: 0 12px;
}

/* Spezial: kleinere Tag-Schrift im Phone-Composite */
.hero-shot-phone .media-tag,
.showcase-shot-float .media-tag { font-size: 9.5px; padding: 4px 8px; }

/* ═══════════════════════════════════════════════════════════════
   MODUL-DETAILSEITEN (/platform/<name>)
   ═══════════════════════════════════════════════════════════════ */

/* Modul-Hero */
.mod-hero {
  position: relative; padding: clamp(60px, 7vw, 110px) 0 clamp(40px, 5vw, 80px);
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-sub) 100%);
  overflow: hidden;
}
.mod-hero::before {
  content: ""; position: absolute; inset: -10% -10% auto auto; width: 60%; height: 70%;
  background: radial-gradient(55% 55% at 60% 40%, color-mix(in oklab, var(--accent) 22%, transparent), transparent 70%);
  filter: blur(50px); pointer-events: none; z-index: 0;
}
.mod-hero > .container { position: relative; z-index: 1; }
.mod-hero-grid {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center;
}
@media (min-width: 960px) { .mod-hero-grid { grid-template-columns: 1.05fr 1fr; gap: 56px; } }
.mod-tag {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px; background: var(--bg-pane); border: 1px solid var(--line); border-radius: 999px;
  font-size: 12px; font-weight: 700; color: var(--accent);
  letter-spacing: 0.06em; text-transform: uppercase;
  box-shadow: var(--shadow-card);
}
.mod-tag .mark { width: 22px; height: 22px; border-radius: 6px; background: var(--accent-soft);
  display: inline-flex; align-items: center; justify-content: center; }
.mod-hero h1 {
  font-size: clamp(36px, 5.4vw, 64px); font-weight: 800; letter-spacing: -0.028em;
  line-height: 1.02; margin: 18px 0 18px; color: var(--ink);
}
.mod-hero h1 .accent { color: var(--accent); }
.mod-hero-lede { font-size: clamp(17px, 1.7vw, 19px); color: var(--ink-2); line-height: 1.55; margin: 0 0 28px; max-width: 540px; }
.mod-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.mod-hero-meta {
  display: flex; flex-wrap: wrap; gap: 16px 24px;
  font-size: 13.5px; color: var(--ink-3);
}
.mod-hero-meta-item { display: inline-flex; align-items: center; gap: 6px; }
.mod-hero-meta-item .ico { color: var(--accent); }
.mod-hero-visual { position: relative; }
.mod-hero-visual .media-frame { border-radius: var(--radius-lg); }

/* Stats unter Modul-Hero (kompakter als Homepage-Stats) */
.mod-stats { padding: 36px 0; background: var(--bg-pane); border-bottom: 1px solid var(--line); }
.mod-stats-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
}
@media (min-width: 760px) { .mod-stats-grid { grid-template-columns: repeat(4, 1fr); } }
.mod-stat-num { font-size: clamp(24px, 2.4vw, 30px); font-weight: 800; letter-spacing: -0.022em; color: var(--accent); margin: 0 0 4px; }
.mod-stat-label { font-size: 13px; color: var(--ink-3); line-height: 1.4; }

/* Feature-Block alternating (text + media) */
.mod-feature {
  padding: clamp(64px, 7vw, 100px) 0;
}
.mod-feature + .mod-feature { border-top: 1px solid var(--line); }
.mod-feature-grid {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center;
}
@media (min-width: 960px) { .mod-feature-grid { grid-template-columns: 1fr 1.1fr; gap: 64px; } }
@media (min-width: 960px) { .mod-hero-grid--solo, .mod-feature-grid--solo { grid-template-columns: 1fr; } }
.mod-hero-grid--solo .reveal, .mod-feature-grid--solo .mod-feature-copy { max-width: 760px; }
.mod-feature.is-flipped .mod-feature-copy { order: 2; }
@media (max-width: 979px) { .mod-feature.is-flipped .mod-feature-copy { order: 0; } }
.mod-feature .eyebrow { color: var(--accent); }
.mod-feature h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; letter-spacing: -0.022em; line-height: 1.12; margin: 14px 0 16px; color: var(--ink); }
.mod-feature p { font-size: 16.5px; color: var(--ink-3); line-height: 1.6; margin: 0 0 18px; max-width: 520px; }
.mod-feature ul.points { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-direction: column; gap: 10px; }
.mod-feature ul.points li {
  display: grid; grid-template-columns: 18px 1fr; gap: 10px;
  font-size: 14.5px; color: var(--ink-2); line-height: 1.5;
}
.mod-feature ul.points li::before {
  content: ""; width: 14px; height: 14px; border-radius: 4px;
  background: var(--accent-soft);
  margin-top: 3px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center/10px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center/10px no-repeat;
  background-color: var(--accent);
}
.mod-feature-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 14.5px; font-weight: 600; color: var(--accent); }
.mod-feature-cta:hover { gap: 10px; }

/* Modul-Pricing (drei Karten nebeneinander) */
.mod-pricing { padding: clamp(64px, 7vw, 100px) 0; background: var(--bg-sub); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mod-pricing-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 760px) { .mod-pricing-grid { grid-template-columns: 1fr 1fr 1fr; } }
.mod-tier {
  background: var(--bg-pane); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px 28px; display: flex; flex-direction: column;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.mod-tier:hover { transform: translateY(-2px); border-color: var(--ink-4); box-shadow: var(--shadow-pop); }
.mod-tier.is-popular { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), var(--shadow-pop); position: relative; }
.mod-tier.is-popular::before {
  content: "Beliebt";
  position: absolute; top: -10px; right: 24px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px;
  background: var(--accent); color: #fff;
}
[data-theme='dark'] .mod-tier.is-popular::before { color: #04222b; }
.mod-tier-name { font-size: 13px; font-weight: 700; color: var(--ink-3); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.mod-tier-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 6px; }
.mod-tier-price .amount { font-size: 38px; font-weight: 800; letter-spacing: -0.025em; color: var(--ink); }
.mod-tier-price .unit { font-size: 14px; font-weight: 600; color: var(--ink-3); }
.mod-tier-tag { font-size: 13px; color: var(--ink-3); margin: 0 0 22px; }
.mod-tier-feats { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.mod-tier-feats li {
  display: grid; grid-template-columns: 18px 1fr; gap: 8px;
  font-size: 14px; color: var(--ink-2); line-height: 1.45;
}
.mod-tier-feats li::before {
  content: ""; width: 14px; height: 14px; border-radius: 4px;
  background: var(--accent);
  margin-top: 3px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center/10px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center/10px no-repeat;
}
.mod-tier .btn { width: 100%; justify-content: center; border-radius: 8px; }
.mod-tier-foot { font-size: 12.5px; color: var(--ink-4); margin-top: 14px; text-align: center; }

/* Integration-Ecosystem-Strip (verbunden mit anderen Modulen) */
.mod-integration { padding: clamp(60px, 7vw, 100px) 0; background: var(--bg); }
.mod-integration-grid {
  display: grid; gap: 16px; grid-template-columns: 1fr;
}
@media (min-width: 760px) { .mod-integration-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .mod-integration-grid { grid-template-columns: repeat(4, 1fr); } }
.mod-int-card {
  display: flex; flex-direction: column; gap: 10px;
  padding: 22px 22px 24px;
  background: var(--bg-pane); border: 1px solid var(--line); border-radius: var(--radius);
  text-decoration: none; transition: border-color .15s ease, transform .15s ease;
}
.mod-int-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.mod-int-card .mark {
  width: 38px; height: 38px; border-radius: 9px;
  background: var(--accent-soft); color: var(--accent);
  display: inline-flex; align-items: center; justify-content: center;
}
.mod-int-card h4 { font-size: 15px; font-weight: 700; margin: 0; color: var(--ink); }
.mod-int-card p { font-size: 13.5px; color: var(--ink-3); line-height: 1.45; margin: 0; flex: 1; }
.mod-int-card .arrow { color: var(--accent); }

/* FAQ-Accordion */
.mod-faq { padding: clamp(64px, 7vw, 100px) 0; background: var(--bg-sub); border-top: 1px solid var(--line); }
.mod-faq-list { display: flex; flex-direction: column; gap: 0; max-width: 820px; }
.mod-faq-item {
  border-bottom: 1px solid var(--line);
  background: var(--bg-pane);
}
.mod-faq-item:first-child { border-top: 1px solid var(--line); border-top-left-radius: var(--radius); border-top-right-radius: var(--radius); }
.mod-faq-item:last-child  { border-bottom-left-radius: var(--radius); border-bottom-right-radius: var(--radius); }
.mod-faq-item summary {
  list-style: none; cursor: pointer; padding: 22px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-size: 16px; font-weight: 600; color: var(--ink); line-height: 1.35;
}
.mod-faq-item summary::-webkit-details-marker { display: none; }
.mod-faq-item summary::after {
  content: ""; width: 20px; height: 20px; flex-shrink: 0; color: var(--accent);
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/16px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/16px no-repeat;
  transition: transform .2s ease;
}
.mod-faq-item[open] summary::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E") center/16px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E") center/16px no-repeat;
}
.mod-faq-answer { padding: 0 24px 22px; font-size: 15px; line-height: 1.6; color: var(--ink-3); max-width: 720px; }
.mod-faq-answer strong { color: var(--ink-2); }

/* Related modules strip */
.mod-related { padding: clamp(60px, 6vw, 90px) 0; background: var(--bg); }
.mod-related-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 760px) { .mod-related-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .mod-related-grid { grid-template-columns: 1fr 1fr 1fr 1fr; } }

/* Module-CTA wie Final-CTA aber als Standalone */
.mod-cta {
  background: var(--bg-strip); color: #fff;
}
.mod-cta .container { padding: 80px var(--pad); position: relative; }
.mod-cta h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; margin: 0 0 16px; color: #fff; letter-spacing: -0.02em; }
.mod-cta p { font-size: 17px; color: rgba(232, 238, 247, 0.78); max-width: 580px; margin: 0 0 28px; line-height: 1.55; }
.mod-cta .eyebrow { color: var(--accent-2); }
.mod-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.mod-cta-actions .btn-primary { background: var(--accent); color: #04222b; border-radius: 0; padding: 16px 22px; }
.mod-cta-actions .btn-primary:hover { background: #67e8f9; }
.mod-cta-actions .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.22); border-radius: 0; padding: 16px 22px; }
.mod-cta-actions .btn-ghost:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.4); }
.mod-cta-actions .btn { width: 100%; justify-content: center; }
@media (min-width: 760px) {
  .mod-cta-actions .btn { width: auto; min-width: 240px; }
}

/* ───────────── small helpers ───────────── */
.text-accent { color: var(--accent); }
.text-muted { color: var(--ink-3); }
hr.rule { border: 0; border-top: 1px solid var(--line); margin: 0; }
