/* ============================================================
   KI TELEFON-AGENT — Design System v2 (Famulor-Style)
   Schwarz/Weiß-Sektionsrhythmus · Gold-Akzent · Glas-Karten
   ============================================================ */

:root {
  /* Farben */
  --black: #000000;
  --dark: #0a0a0a;
  --nav-bg: rgba(6, 6, 6, .85);
  --accent: #e6c76a;
  --accent-strong: #e6c76a;
  --accent-deep: #9a7522;
  --btn: #e6c76a;
  --btn-hover: #d8b84e;
  --blue: #a87e2e;
  --emerald: #10b981;
  --white: #ffffff;
  --text-dark-1: rgba(255, 255, 255, .95);
  --text-dark-2: rgba(255, 255, 255, .72);
  --text-dark-3: rgba(255, 255, 255, .5);
  --text-light-1: #0f172a;
  --text-light-2: #475569;
  --text-light-3: #64748b;
  --glass: rgba(255, 255, 255, .05);
  --glass-border: rgba(255, 255, 255, .1);
  --light-bg: #f8fafc;
  --light-bg-2: #f1f5f9;
  --card-light-border: #e2e8f0;

  /* Typo */
  --font: 'Geist', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'Geist Mono', 'SF Mono', Menlo, monospace;

  /* Radius */
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-frame: 26px;

  /* Layout */
  --container: 1200px;
  --nav-h: 64px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--black);
  color: var(--text-dark-1);
  line-height: 1.6;
  overflow-x: hidden;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }

::selection { background: rgba(230, 199, 106, .35); }

/* ---------- Container & Sections ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 24px; }

.sec { padding: 96px 0; position: relative; }
.sec-sm { padding: 64px 0; }
.sec-dark { background: var(--black); color: var(--text-dark-1); }
.sec-darker { background: var(--dark); color: var(--text-dark-1); }
.sec-light { background: var(--white); color: var(--text-light-1); }
.sec-gray { background: var(--light-bg); color: var(--text-light-1); }
.sec-glow-light {
  background:
    radial-gradient(55% 55% at 50% 0%, rgba(230, 199, 106, .10) 0%, transparent 70%),
    linear-gradient(180deg, #fdf9ef 0%, #ffffff 100%);
  color: var(--text-light-1);
}

/* Punktraster-Deko auf Schwarz */
.dots::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.14) 1px, transparent 0);
  background-size: 28px 28px;
  mask-image: radial-gradient(60% 55% at 50% 35%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(60% 55% at 50% 35%, #000 0%, transparent 100%);
  pointer-events: none;
}

/* Farb-Blobs */
.blob {
  position: absolute; border-radius: 50%; filter: blur(90px);
  pointer-events: none; z-index: 0;
}
.blob-cyan { background: rgba(230, 199, 106, .16); }
.blob-blue { background: rgba(168, 126, 46, .18); }

/* ---------- Typografie ---------- */
h1, h2, h3, h4 { font-weight: 700; line-height: 1.15; letter-spacing: -.02em; }
.h1 { font-size: clamp(2.2rem, 5.2vw, 3.9rem); }
.h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
.h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.3rem); }

.grad-text {
  background: linear-gradient(90deg, var(--accent) 0%, #d4af37 45%, var(--blue) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
/* Auf hellen Sektionen tieferes Gold für Lesbarkeit auf Weiß */
.sec-light .grad-text, .sec-gray .grad-text, .sec-glow-light .grad-text {
  background: linear-gradient(90deg, #b8912f 0%, #9a7522 100%);
  -webkit-background-clip: text; background-clip: text;
}

.sec-dark .sub, .sec-darker .sub { color: var(--text-dark-2); }
.sec-light .sub, .sec-gray .sub, .sec-glow-light .sub { color: var(--text-light-2); }

.center { text-align: center; }
.sec-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.sec-head .sub { margin-top: 16px; }

/* ---------- Badges & Pills ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 16px; border-radius: 999px;
  font-size: .82rem; font-weight: 600; letter-spacing: .02em;
  background: rgba(230, 199, 106, .1);
  border: 1px solid rgba(230, 199, 106, .25);
  color: var(--accent);
  margin-bottom: 20px;
}
.sec-light .pill, .sec-gray .pill, .sec-glow-light .pill {
  background: rgba(154, 117, 34, .08);
  border-color: rgba(154, 117, 34, .25);
  color: var(--accent-deep);
}

/* Shiny-Badge (Hero) */
.shiny {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 18px; border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  backdrop-filter: blur(8px);
  font-size: .85rem; font-weight: 500; color: var(--text-dark-2);
}
.shiny::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%);
  transform: translateX(-100%);
  animation: shine 2.8s cubic-bezier(.6, .6, 0, 1) infinite;
}
@keyframes shine { to { transform: translateX(100%); } }

/* Trust-Badges-Reihe */
.trust-row {
  display: flex; flex-wrap: wrap; gap: 10px 24px;
  font-size: .85rem; color: var(--text-dark-3); font-weight: 500;
}
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { width: 15px; height: 15px; stroke: var(--accent); flex: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 54px; padding: 0 30px;
  border-radius: var(--r-sm);
  font-size: 1rem; font-weight: 600;
  transition: all .25s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary {
  background: var(--btn); color: #000;
  box-shadow: 0 10px 30px -8px rgba(230, 199, 106, .45);
}
.btn-primary:hover { background: var(--btn-hover); transform: translateY(-2px); box-shadow: 0 16px 38px -8px rgba(230, 199, 106, .55); }

/* Border-Draw Sekundär-CTA */
.btn-outline {
  position: relative; color: #fff;
  border: 2px solid rgba(230, 199, 106, .55);
  background: transparent;
}
.btn-outline:hover { background: rgba(230, 199, 106, .08); border-color: var(--accent-strong); }
.btn-outline .draw { position: absolute; background: var(--accent-strong); opacity: 0; transition: opacity .15s; pointer-events: none; }
.btn-outline .draw-t { top: -2px; left: -2px; height: 2px; width: 0; }
.btn-outline .draw-r { top: -2px; right: -2px; width: 2px; height: 0; }
.btn-outline .draw-b { bottom: -2px; right: -2px; height: 2px; width: 0; }
.btn-outline .draw-l { bottom: -2px; left: -2px; width: 2px; height: 0; }
.btn-outline:hover .draw { opacity: 1; }
.btn-outline:hover .draw-t { width: calc(100% + 4px); transition: width .18s linear 0s, opacity .1s; }
.btn-outline:hover .draw-r { height: calc(100% + 4px); transition: height .18s linear .18s, opacity .1s .18s; }
.btn-outline:hover .draw-b { width: calc(100% + 4px); transition: width .18s linear .36s, opacity .1s .36s; }
.btn-outline:hover .draw-l { height: calc(100% + 4px); transition: height .18s linear .54s, opacity .1s .54s; }

.btn-dark-solid { background: var(--text-light-1); color: #fff; }
.btn-dark-solid:hover { background: #1e293b; transform: translateY(-2px); }
.btn-ghost { color: var(--text-dark-2); border: 1px solid var(--glass-border); }
.btn-ghost:hover { background: var(--glass); color: #fff; }
.btn-sm { height: 42px; padding: 0 20px; font-size: .9rem; }
.btn-lg { height: 60px; padding: 0 38px; font-size: 1.05rem; }

.link-arrow { color: var(--accent); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.link-arrow:hover { gap: 11px; }
.sec-light .link-arrow, .sec-gray .link-arrow, .sec-glow-light .link-arrow { color: var(--accent-deep); }

/* ---------- Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  transition: background .3s, box-shadow .3s, backdrop-filter .3s;
}
.nav.scrolled {
  background: var(--nav-bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .45);
}
.nav-inner {
  max-width: 1400px; margin: 0 auto; padding: 0 24px;
  height: 100%; display: flex; align-items: center; gap: 8px;
}
.nav-logo img { height: 40px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: 28px; }
.nav-links > li { position: relative; }
.nav-links a, .nav-links button.nav-drop-btn {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 8px 14px; border-radius: 999px;
  color: rgba(255, 255, 255, .7); font-size: .92rem; font-weight: 500;
  transition: color .2s, background .2s;
}
.nav-links a:hover, .nav-links button.nav-drop-btn:hover { color: #fff; background: rgba(255, 255, 255, .1); }
.nav-links a.active { color: var(--accent); background: rgba(230, 199, 106, .1); }
.nav-links svg { width: 13px; height: 13px; transition: transform .2s; }
.nav-drop { position: relative; }
.nav-drop-menu {
  position: absolute; top: calc(100% + 10px); left: 0;
  min-width: 250px; padding: 8px;
  background: rgba(12, 12, 14, .96);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .22s ease;
}
.nav-drop:hover .nav-drop-menu, .nav-drop:focus-within .nav-drop-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-drop:hover .nav-drop-btn svg { transform: rotate(180deg); }
.nav-drop-menu a { display: block; padding: 10px 14px; border-radius: var(--r-sm); font-size: .9rem; }
.nav-drop-menu a strong { display: block; color: #fff; font-weight: 600; }
.nav-drop-menu a span { display: block; color: var(--text-dark-3); font-size: .8rem; margin-top: 1px; }
.nav-cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.nav-phone { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.75); font-size: .92rem; font-weight: 600; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--glass-border); transition: all .2s; }
.nav-phone:hover { color: #fff; border-color: rgba(255,255,255,.3); }
.nav-phone svg { width: 15px; height: 15px; stroke: var(--accent); }
.nav-cta .btn { height: 42px; padding: 0 20px; font-size: .92rem; }

/* Burger */
.burger { display: none; flex-direction: column; gap: 5px; padding: 10px; margin-left: auto; }
.burger span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all .3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0; z-index: 99;
  background: rgba(5, 5, 6, .98); backdrop-filter: blur(10px);
  padding: 28px 24px; overflow-y: auto;
  display: none; flex-direction: column; gap: 4px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 14px 10px; font-size: 1.1rem; font-weight: 500; color: rgba(255,255,255,.85); border-bottom: 1px solid rgba(255,255,255,.07); }
.mobile-menu a:hover { color: var(--accent); }
.mobile-menu .mm-group { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-dark-3); margin: 18px 10px 4px; }
.mobile-menu .btn { margin-top: 22px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: calc(var(--nav-h) + 72px) 0 88px;
  background: var(--black);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.hero h1 { color: #fff; margin: 22px 0 10px; }
.hero .rotator { display: block; position: relative; min-height: 1.2em; }
.hero .rotator span {
  position: absolute; left: 0; top: 0; width: 100%;
  opacity: 0; transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
  pointer-events: none;
}
.hero .rotator span.on { opacity: 1; transform: translateY(0); pointer-events: auto; }
.hero .lead { color: #cbd5e1; margin: 18px 0 8px; max-width: 560px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 10px; }
.hero-micro { font-size: .84rem; color: var(--text-dark-3); margin-bottom: 26px; }
.hero .trust-row { margin-top: 8px; }

.hero-media { position: relative; }
.hero-frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  box-shadow: 0 30px 80px -20px rgba(230, 199, 106, .25), 0 25px 60px rgba(0, 0, 0, .6);
  transform: scale(.97);
  animation: heroIn .9s ease .2s forwards;
}
@keyframes heroIn { to { transform: scale(1); } }
.hero-frame img { width: 100%; object-fit: cover; }
.hero-live {
  position: absolute; top: 16px; left: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(0, 0, 0, .55); backdrop-filter: blur(8px);
  font-size: .8rem; font-weight: 600; color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
}
.hero-live i {
  width: 8px; height: 8px; border-radius: 50%; background: #34d399;
  animation: pulse 1.6s ease infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, .6); }
  60% { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); }
}
.float-card {
  position: absolute;
  background: rgba(10, 12, 16, .82); backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  padding: 13px 17px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .5);
  animation: floaty 5.5s ease-in-out infinite;
}
.float-card b { display: block; font-size: 1.15rem; color: #fff; }
.float-card small { color: var(--text-dark-3); font-size: .76rem; }
.float-1 { bottom: 22px; left: -26px; }
.float-2 { top: 24px; right: -20px; animation-delay: 1.4s; }
@keyframes floaty { 50% { transform: translateY(-9px); } }

/* ---------- Logo-Marquee (Kunden) ---------- */
.logo-strip { overflow: hidden; position: relative; }
.logo-strip::before, .logo-strip::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none;
}
.sec-light .logo-strip::before { left: 0; background: linear-gradient(90deg, #fff, transparent); }
.sec-light .logo-strip::after { right: 0; background: linear-gradient(-90deg, #fff, transparent); }
.logo-track {
  display: flex; align-items: center; gap: 72px;
  width: max-content;
  animation: marquee 34s linear infinite;
}
.logo-strip:hover .logo-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.logo-track img {
  height: 44px; width: auto; max-width: 170px; object-fit: contain;
  filter: grayscale(1); opacity: .55; transition: all .3s;
}
.logo-track img:hover { filter: none; opacity: 1; }

/* ---------- Timeline (Designed für Perfektion) ---------- */
.timeline { position: relative; }
.tl-line {
  position: absolute; left: 7px; top: 0; bottom: 0; width: 2px;
  background: rgba(255, 255, 255, .09);
}
.tl-beam {
  position: absolute; left: 0; top: 0; width: 100%; height: 0;
  background: linear-gradient(180deg, var(--accent), var(--blue), transparent);
  transition: height .15s linear;
}
.tl-item { position: relative; display: grid; grid-template-columns: 300px 1fr; gap: 48px; padding: 0 0 110px 44px; }
.tl-item:last-child { padding-bottom: 20px; }
.tl-dot {
  position: absolute; left: 0; top: 8px;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--black);
  border: 2px solid var(--accent);
  box-shadow: 0 0 16px rgba(230, 199, 106, .6);
}
.tl-title {
  font-size: clamp(1.8rem, 3.4vw, 2.8rem); font-weight: 700;
  color: rgba(255, 255, 255, .55);
  position: sticky; top: 120px; align-self: start;
}
.tl-body img {
  border-radius: var(--r-lg); border: 1px solid var(--glass-border);
  width: 100%; max-height: 380px; object-fit: cover;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .55);
  margin-bottom: 26px;
}
.tl-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tl-card {
  display: flex; gap: 13px; align-items: flex-start;
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--r-md); padding: 16px 18px;
  transition: all .25s;
}
.tl-card:hover { background: rgba(255, 255, 255, .08); border-color: rgba(230, 199, 106, .35); transform: translateY(-3px); }
.tl-card .ic {
  flex: none; width: 34px; height: 34px; border-radius: 9px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--accent), var(--blue));
}
.tl-card .ic svg { width: 17px; height: 17px; stroke: #001018; }
.tl-card p { font-size: .9rem; color: var(--text-dark-2); line-height: 1.45; }
.tl-card b { color: #fff; display: block; margin-bottom: 2px; font-size: .95rem; }

/* ---------- Steps (So funktioniert's) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step {
  position: relative; padding: 30px 26px;
  border-radius: var(--r-lg);
  background: var(--glass); border: 1px solid var(--glass-border);
  transition: all .25s;
}
.sec-light .step, .sec-gray .step, .sec-glow-light .step { background: #fff; border-color: var(--card-light-border); box-shadow: 0 8px 30px rgba(15, 23, 42, .06); }
.step:hover { transform: translateY(-5px); border-color: rgba(230, 199, 106, .4); }
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: var(--mono); font-size: .85rem; font-weight: 700;
  color: var(--accent-deep);
  display: inline-block; margin-bottom: 14px;
  padding: 4px 12px; border-radius: 999px;
  background: rgba(230, 199, 106, .12);
}
.sec-dark .step::before, .sec-darker .step::before { color: var(--accent); }
.step h3 { font-size: 1.15rem; margin-bottom: 8px; }
.step p { font-size: .93rem; }
.sec-dark .step p { color: var(--text-dark-2); }
.sec-light .step p, .sec-glow-light .step p { color: var(--text-light-2); }

/* ---------- Scroll-Journey (Browser-Frames) ---------- */
.journey-item {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px;
  align-items: center; padding: 56px 0;
}
.journey-item.flip .j-media { order: -1; }
.j-copy .pill { margin-bottom: 16px; }
.j-copy h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); color: #fff; margin-bottom: 14px; }
.j-copy p { color: var(--text-dark-2); margin-bottom: 20px; }
.j-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.j-chips span {
  font-size: .82rem; font-weight: 500; color: var(--text-dark-2);
  padding: 7px 14px; border-radius: 999px;
  background: var(--glass); border: 1px solid var(--glass-border);
  display: inline-flex; align-items: center; gap: 6px;
}
.j-chips svg { width: 13px; height: 13px; stroke: var(--accent); }

.browser-frame {
  border-radius: var(--r-frame);
  background: linear-gradient(160deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03));
  border: 1px solid var(--glass-border);
  padding: 10px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, .55);
  transition: transform .35s ease, box-shadow .35s ease;
}
.browser-frame:hover { transform: translateY(-6px) scale(1.012); box-shadow: 0 45px 100px rgba(0,0,0,.6), 0 0 60px rgba(230,199,106,.12); }
.bf-bar { display: flex; align-items: center; gap: 7px; padding: 6px 10px 12px; }
.bf-bar i { width: 10px; height: 10px; border-radius: 50%; }
.bf-bar i:nth-child(1) { background: #ff5f57; }
.bf-bar i:nth-child(2) { background: #febc2e; }
.bf-bar i:nth-child(3) { background: #28c840; }
.bf-bar span { margin-left: 8px; font-family: var(--mono); font-size: .72rem; color: var(--text-dark-3); }
.bf-body { border-radius: 16px; overflow: hidden; background: #100e0a; }
.bf-body img, .bf-body video, .bf-body iframe { width: 100%; display: block; }
.bf-body iframe { aspect-ratio: 16 / 9; border: 0; }

/* ---------- Vergleich ---------- */
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 1000px; margin: 0 auto; }
.vs-card { border-radius: var(--r-xl); padding: 38px 34px; }
.vs-bad { background: #fff; border: 1px solid var(--card-light-border); }
.vs-good {
  background: linear-gradient(160deg, #171208 0%, #2a2109 100%);
  border: 1px solid rgba(230, 199, 106, .35);
  color: #fff;
  box-shadow: 0 30px 70px -20px rgba(230, 199, 106, .3);
}
.vs-card h3 { font-size: 1.25rem; margin-bottom: 22px; display: flex; align-items: center; gap: 10px; }
.vs-card li { display: flex; gap: 12px; padding: 10px 0; font-size: .95rem; align-items: flex-start; }
.vs-bad li { color: var(--text-light-2); border-bottom: 1px dashed var(--card-light-border); }
.vs-good li { color: rgba(255, 255, 255, .85); border-bottom: 1px dashed rgba(255, 255, 255, .12); }
.vs-card li:last-child { border-bottom: 0; }
.vs-card li svg { width: 18px; height: 18px; flex: none; margin-top: 3px; }
.vs-bad li svg { stroke: #ef4444; }
.vs-good li svg { stroke: #34d399; }
.vs-new { font-size: .68rem; font-weight: 700; letter-spacing: .06em; color: #001018; background: var(--accent); border-radius: 4px; padding: 2px 7px; margin-right: 4px; }

/* ---------- Stat-Karten ---------- */
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--r-lg); padding: 24px;
  transition: all .25s;
}
.stat-card:hover { border-color: rgba(230, 199, 106, .4); transform: translateY(-3px); }
.stat-card b { font-size: 1.7rem; color: #fff; display: block; }
.stat-card b .grad-text { font-size: inherit; }
.stat-card span { font-size: .88rem; color: var(--text-dark-2); }

/* ---------- Use-Case-Karten & Tabs ---------- */
.tabs { display: inline-flex; gap: 6px; padding: 6px; border-radius: 999px; background: #fff; border: 1px solid var(--card-light-border); box-shadow: 0 6px 20px rgba(15,23,42,.06); margin-bottom: 44px; }
.tab-btn {
  padding: 10px 26px; border-radius: 999px;
  font-size: .95rem; font-weight: 600; color: var(--text-light-2);
  transition: all .25s;
}
.tab-btn.on { background: var(--text-light-1); color: #fff; }
.tab-pane { display: none; }
.tab-pane.on { display: block; animation: fadeUp .45s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } }

.uc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.uc-card {
  position: relative; overflow: hidden;
  background: #fff; border: 1px solid var(--card-light-border);
  border-radius: var(--r-lg); padding: 30px 26px;
  transition: all .28s ease;
}
.uc-card::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(180px 120px at 100% 0%, rgba(230, 199, 106, .18), transparent 70%),
    linear-gradient(160deg, rgba(230, 199, 106, .05), transparent 55%);
  opacity: 0; transition: opacity .3s;
}
.uc-card:hover { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(15, 23, 42, .12); border-color: rgba(154, 117, 34, .35); }
.uc-card:hover::after { opacity: 1; }
.uc-card img.uc-ic { width: 56px; height: 56px; margin-bottom: 18px; }
.uc-card h3 { font-size: 1.12rem; margin-bottom: 8px; position: relative; z-index: 1; color: var(--text-light-1); }
.uc-card p { font-size: .9rem; color: var(--text-light-2); position: relative; z-index: 1; }
.uc-card .link-arrow { margin-top: 16px; font-size: .9rem; position: relative; z-index: 1; }
.uc-card.uc-custom { background: linear-gradient(160deg, #171208, #2a2109); border-color: rgba(230, 199, 106, .4); color: #fff; }
.uc-card.uc-custom h3 { color: #fff; }
.uc-card.uc-custom p { color: rgba(255, 255, 255, .75); }
.uc-card.uc-custom .link-arrow { color: var(--accent); }

/* ---------- Bento (Plattform) ---------- */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bento-card {
  background: #fff; border: 1px solid var(--card-light-border);
  border-radius: var(--r-lg); padding: 28px 26px;
  transition: all .28s;
}
.bento-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(15, 23, 42, .1); border-color: rgba(154, 117, 34, .3); }
.bento-card .cat { font-family: var(--mono); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-deep); }
.bento-card h3 { font-size: 1.1rem; margin: 10px 0 8px; }
.bento-card p { font-size: .9rem; color: var(--text-light-2); margin-bottom: 14px; }

/* ---------- Sprachen-Marquee ---------- */
.lang-rows { display: grid; gap: 16px; margin: 0 -24px; }
.lang-row { overflow: hidden; position: relative; }
.lang-track { display: flex; gap: 14px; width: max-content; animation: marquee 40s linear infinite; }
.lang-track.rev { animation-direction: reverse; }
.lang-track.fast { animation-duration: 28s; }
.lang-track.slow { animation-duration: 52s; }
.lang-chip {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 20px; border-radius: 999px;
  background: #fff; border: 1px solid var(--card-light-border);
  font-size: .92rem; font-weight: 500; color: var(--text-light-1);
  box-shadow: 0 4px 14px rgba(15, 23, 42, .05);
  white-space: nowrap;
}
.lang-chip em { font-style: normal; font-size: 1.1rem; }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card {
  background: #fff; border: 1px solid var(--card-light-border);
  border-radius: var(--r-lg); padding: 30px 28px;
  display: flex; flex-direction: column; gap: 16px;
  transition: all .28s;
}
.testi-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(15, 23, 42, .1); }
.stars { color: #f59e0b; letter-spacing: 2px; font-size: .95rem; }
.testi-card blockquote { font-size: .97rem; color: var(--text-light-1); line-height: 1.6; flex: 1; }
.testi-who { display: flex; align-items: center; gap: 13px; }
.testi-who img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.testi-who b { display: block; font-size: .95rem; }
.testi-who span { font-size: .82rem; color: var(--text-light-3); }

/* ---------- Preise ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card {
  position: relative;
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--r-xl); padding: 36px 30px;
  display: flex; flex-direction: column;
  transition: all .28s;
}
.price-card:hover { transform: translateY(-6px); border-color: rgba(230, 199, 106, .4); }
.price-card.hot {
  background: linear-gradient(170deg, rgba(230, 199, 106, .12), rgba(168, 126, 46, .08));
  border-color: rgba(230, 199, 106, .5);
  box-shadow: 0 30px 70px -20px rgba(230, 199, 106, .35);
}
.price-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--btn); color: #001018;
  font-size: .74rem; font-weight: 700; letter-spacing: .04em;
  padding: 5px 16px; border-radius: 999px; white-space: nowrap;
}
.price-card h3 { font-size: 1.15rem; }
.price-card .for { font-size: .85rem; color: var(--text-dark-3); margin: 4px 0 18px; }
.price-num { font-size: 2.6rem; font-weight: 700; color: #fff; }
.price-num small { font-size: 1rem; font-weight: 500; color: var(--text-dark-3); }
.price-card ul { margin: 22px 0 26px; flex: 1; display: grid; gap: 11px; }
.price-card li { display: flex; gap: 10px; font-size: .9rem; color: var(--text-dark-2); align-items: flex-start; }
.price-card li svg { width: 16px; height: 16px; stroke: var(--accent); flex: none; margin-top: 3px; }
.price-note { text-align: center; font-size: .84rem; color: var(--text-dark-3); margin-top: 28px; }

/* Setup-Karten */
.setup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 860px; margin: 40px auto 0; }
.setup-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: var(--r-lg); padding: 26px 28px;
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
}
.setup-card b { color: #fff; display: block; margin-bottom: 4px; }
.setup-card p { font-size: .86rem; color: var(--text-dark-2); }
.setup-card .price-num { font-size: 1.6rem; white-space: nowrap; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item {
  background: #fff; border: 1px solid var(--card-light-border);
  border-radius: var(--r-md); overflow: hidden;
  transition: box-shadow .25s;
}
.faq-item[open], .faq-item:hover { box-shadow: 0 12px 34px rgba(15, 23, 42, .08); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 24px; font-weight: 600; font-size: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { width: 18px; height: 18px; stroke: var(--text-light-3); flex: none; transition: transform .3s; }
.faq-item[open] summary svg { transform: rotate(180deg); stroke: var(--accent-deep); }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--text-light-2); font-size: .95rem; }

.sec-dark .faq-item, .sec-darker .faq-item { background: var(--glass); border-color: var(--glass-border); }
.sec-dark .faq-item summary { color: #fff; }
.sec-dark .faq-item .faq-body { color: var(--text-dark-2); }

/* ---------- Final CTA ---------- */
.final-cta {
  position: relative; overflow: hidden;
  text-align: center; padding: 110px 24px;
  background:
    radial-gradient(60% 90% at 50% 110%, rgba(230, 199, 106, .22) 0%, transparent 65%),
    var(--black);
}
.final-cta h2 { color: #fff; max-width: 700px; margin: 0 auto 18px; }
.final-cta .sub { color: var(--text-dark-2); max-width: 560px; margin: 0 auto 34px; }
.final-cta .hero-ctas { justify-content: center; }

/* ---------- Footer ---------- */
.footer { background: var(--black); border-top: 1px solid var(--glass-border); padding: 70px 0 30px; color: var(--text-dark-2); position: relative; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 54px; }
.footer-brand img { height: 42px; margin-bottom: 18px; }
.footer-brand p { font-size: .88rem; max-width: 280px; }
.footer-badges { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.footer-badges span {
  font-size: .74rem; font-weight: 600; color: var(--text-dark-2);
  padding: 5px 12px; border-radius: 999px;
  border: 1px solid var(--glass-border); background: var(--glass);
  display: inline-flex; align-items: center; gap: 6px;
}
.footer-badges svg { width: 12px; height: 12px; stroke: var(--accent); }
.footer h4 { color: #fff; font-size: .92rem; margin-bottom: 18px; }
.footer-grid ul { display: grid; gap: 10px; }
.footer-grid a { font-size: .88rem; color: var(--text-dark-3); transition: color .2s; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom {
  border-top: 1px solid var(--glass-border);
  padding-top: 26px; display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap;
  font-size: .82rem; color: var(--text-dark-3);
}
.footer-giant {
  display: block; text-align: center;
  font-size: clamp(3rem, 11vw, 9.5rem); font-weight: 800; letter-spacing: -.03em;
  background: linear-gradient(180deg, rgba(255,255,255,.09), transparent);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1; margin-top: 50px; user-select: none; white-space: nowrap;
}

/* ---------- Formulare ---------- */
.form-card {
  background: #fff; border: 1px solid var(--card-light-border);
  border-radius: var(--r-xl); padding: 38px 34px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, .1);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 7px; color: var(--text-light-1); }
.field input, .field select, .field textarea {
  width: 100%; height: 50px; padding: 0 16px;
  border: 1px solid var(--card-light-border); border-radius: var(--r-sm);
  font-family: inherit; font-size: .95rem; color: var(--text-light-1);
  background: var(--light-bg);
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { height: auto; padding: 14px 16px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent-strong);
  box-shadow: 0 0 0 3px rgba(230, 199, 106, .2);
}
.form-hint { font-size: .78rem; color: var(--text-light-3); margin-top: 14px; }
.form-success {
  display: none; text-align: center; padding: 40px 20px;
}
.form-success.on { display: block; animation: fadeUp .5s ease; }
.form-success .ok {
  width: 62px; height: 62px; margin: 0 auto 18px; border-radius: 50%;
  background: rgba(16, 185, 129, .12); display: grid; place-items: center;
}
.form-success .ok svg { width: 30px; height: 30px; stroke: var(--emerald); }

/* ---------- Scroll-Reveal ---------- */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .08s; }
.rv-d2 { transition-delay: .16s; }
.rv-d3 { transition-delay: .24s; }
.rv-d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  .logo-track, .lang-track, .shiny::after, .float-card { animation: none !important; }
}

/* ---------- Cookie-Banner ---------- */
.cookie-banner {
  position: fixed; bottom: 20px; left: 20px; right: 20px; z-index: 200;
  max-width: 520px; margin: 0 auto;
  background: rgba(12, 12, 14, .97); backdrop-filter: blur(14px);
  border: 1px solid var(--glass-border); border-radius: var(--r-lg);
  padding: 22px 24px; box-shadow: 0 25px 60px rgba(0, 0, 0, .6);
  display: none;
}
.cookie-banner.on { display: block; animation: fadeUp .4s ease; }
.cookie-banner p { font-size: .85rem; color: var(--text-dark-2); margin-bottom: 16px; }
.cookie-banner p a { color: var(--accent); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- Seiten-Hero (Unterseiten) ---------- */
.page-hero {
  padding: calc(var(--nav-h) + 70px) 0 70px;
  background:
    radial-gradient(55% 65% at 50% -10%, rgba(230, 199, 106, .14) 0%, transparent 70%),
    var(--black);
  text-align: center; position: relative; overflow: hidden;
}
.page-hero h1 { color: #fff; max-width: 820px; margin: 0 auto 18px; }
.page-hero .sub { color: var(--text-dark-2); max-width: 640px; margin: 0 auto; }
.page-hero .hero-ctas { justify-content: center; margin-top: 32px; }

/* ---------- Blog / Artikel ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  background: #fff; border: 1px solid var(--card-light-border);
  border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column;
  transition: all .28s;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(15, 23, 42, .12); }
.blog-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.blog-card .bc-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-card .cat { font-family: var(--mono); font-size: .72rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--accent-deep); }
.blog-card h3 { font-size: 1.08rem; line-height: 1.35; }
.blog-card .meta { margin-top: auto; font-size: .8rem; color: var(--text-light-3); }

.article { max-width: 760px; margin: 0 auto; padding: 60px 24px 90px; color: var(--text-light-1); }
.article img.hero-img { border-radius: var(--r-lg); margin-bottom: 40px; width: 100%; }
.article h2 { font-size: 1.6rem; margin: 44px 0 16px; }
.article h3 { font-size: 1.2rem; margin: 32px 0 12px; }
.article p, .article li { font-size: 1.02rem; line-height: 1.75; color: #334155; margin-bottom: 16px; }
.article ul { list-style: disc; padding-left: 24px; }
.article ol { list-style: decimal; padding-left: 24px; }
.article blockquote {
  border-left: 3px solid var(--accent); padding: 6px 0 6px 22px;
  font-style: italic; color: var(--text-light-2); margin: 26px 0;
}
.article .meta { font-size: .86rem; color: var(--text-light-3); margin-bottom: 26px; }
/* Artikel-Tabellen (Preis- & Vergleichstabellen) */
.article .table-wrap { overflow-x: auto; margin: 24px 0; border-radius: var(--r-md);
  border: 1px solid var(--card-light-border); -webkit-overflow-scrolling: touch; }
.article table { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 520px; }
.article th, .article td { border-bottom: 1px solid var(--card-light-border);
  padding: 11px 14px; text-align: left; vertical-align: top; line-height: 1.5; color: #334155; }
.article thead th { background: var(--light-bg); color: var(--text-light-1);
  font-weight: 700; font-size: .82rem; letter-spacing: .01em; white-space: nowrap; }
.article tbody tr:last-child td { border-bottom: none; }
.article tbody tr:nth-child(even) td { background: rgba(15, 23, 42, .015); }
.article td strong { color: var(--text-light-1); }

/* ---------- Rechtsseiten ---------- */
.legal { max-width: 820px; margin: 0 auto; padding: 60px 24px 90px; }
.legal h2 { font-size: 1.35rem; margin: 38px 0 12px; }
.legal h3 { font-size: 1.08rem; margin: 26px 0 10px; }
.legal p, .legal li { font-size: .96rem; color: #334155; margin-bottom: 12px; line-height: 1.7; }
.legal ul { list-style: disc; padding-left: 22px; }
.legal table { width: 100%; border-collapse: collapse; font-size: .88rem; margin: 18px 0; }
.legal th, .legal td { border: 1px solid var(--card-light-border); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal th { background: var(--light-bg); }

/* ---------- Video / Media ---------- */
.video-embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--glass-border); aspect-ratio: 16 / 9; background: #000; }
.video-embed iframe, .video-embed video { width: 100%; height: 100%; border: 0; display: block; }
.sec-light .video-embed, .sec-gray .video-embed { border-color: var(--card-light-border); box-shadow: 0 24px 60px rgba(15, 23, 42, .12); }

.map-embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--card-light-border); }
.map-embed iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card {
  background: #fff; border: 1px solid var(--card-light-border);
  border-radius: var(--r-lg); overflow: hidden; text-align: center;
  transition: all .28s;
}
.team-card:hover { transform: translateY(-6px); box-shadow: 0 26px 60px rgba(15, 23, 42, .12); }
.team-card img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.team-card .tc-body { padding: 24px 22px 28px; }
.team-card .role { font-family: var(--mono); font-size: .74rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-deep); display: block; margin: 6px 0 10px; }
.team-card p { font-size: .88rem; color: var(--text-light-2); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .uc-grid, .bento, .testi-grid, .blog-grid, .team-grid { grid-template-columns: 1fr 1fr; }
  .price-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .tl-item { grid-template-columns: 1fr; gap: 20px; }
  .tl-title { position: static; }
}
@media (max-width: 900px) {
  .demo-grid, #security-grid { grid-template-columns: 1fr !important; }
  .nav-links, .nav-phone { display: none; }
  .burger { display: flex; }
  .hero-grid, .journey-item { grid-template-columns: 1fr; gap: 40px; }
  .journey-item.flip .j-media { order: 0; }
  .float-1 { left: 8px; } .float-2 { right: 8px; }
  .vs-grid, .setup-grid, .form-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .sec { padding: 66px 0; }
  .uc-grid, .bento, .testi-grid, .blog-grid, .team-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding-top: calc(var(--nav-h) + 44px); }
  .btn { width: 100%; }
  .hero-ctas .btn { width: 100%; }
  .nav-cta .btn { display: none; }
  .tl-cards { grid-template-columns: 1fr; }
}

/* ============================================================
   Feinschliff-Fixes (Lesbarkeit, Layout)
   ============================================================ */

/* stat-card ist für dunkle Sektionen gebaut (weißer Text). Auf hellen
   Sektionen Text/Karte umfärben, sonst weiß-auf-weiß. */
.sec-light .stat-card, .sec-gray .stat-card, .sec-glow-light .stat-card {
  background: #fff; border-color: var(--card-light-border);
  box-shadow: 0 8px 30px rgba(15, 23, 42, .05);
}
.sec-light .stat-card b, .sec-gray .stat-card b, .sec-glow-light .stat-card b { color: var(--text-light-1); }
.sec-light .stat-card span, .sec-gray .stat-card span, .sec-glow-light .stat-card span { color: var(--text-light-2); }
.sec-light .stat-card:hover, .sec-gray .stat-card:hover, .sec-glow-light .stat-card:hover { border-color: rgba(154, 117, 34, .4); }

/* 4-spaltige Schritt-Reihe (Onboarding), damit 4 Schritte in EINE Zeile passen */
.steps.steps-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1080px) { .steps.steps-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .steps.steps-4 { grid-template-columns: 1fr; } }

/* Zentriertes Karten-Raster (z. B. 5 Blöcke = 3 oben + 2 mittig) */
.uc-grid-center { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.uc-grid-center > * { flex: 1 1 320px; max-width: 372px; }
@media (max-width: 720px) { .uc-grid-center > * { flex-basis: 100%; max-width: 100%; } }

/* Integrations-Logos farbig auf hellem Chip statt weiß-gefiltert */
.logo-chip {
  display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--card-light-border);
  border-radius: 12px; padding: 18px 20px; min-height: 76px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}
.logo-chip img { max-height: 34px; max-width: 100%; width: auto; object-fit: contain; filter: none; opacity: 1; }

/* Termin: Bild links, Kalender rechts (statt langem Full-Width-Widget) */
.booking-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: stretch; max-width: 1080px; margin: 0 auto; }
.booking-grid .booking-media { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 560px; }
.booking-grid .booking-media img { width: 100%; height: 100%; object-fit: cover; }
.booking-grid .booking-cal { padding: 12px; }
.booking-grid .booking-cal iframe { width: 100%; min-height: 560px; border: 0; border-radius: 12px; display: block; }
@media (max-width: 860px) {
  .booking-grid { grid-template-columns: 1fr; }
  .booking-grid .booking-media { min-height: 220px; }
}

/* ============================================================
   Mobile-Feinschliff (Responsive)
   ============================================================ */

/* Feste Inline-Grids auf Mobile kollabieren lassen (überschreibt inline-styles) */
@media (max-width: 640px) {
  .stat-grid { grid-template-columns: 1fr 1fr !important; }
  .logo-grid { grid-template-columns: 1fr 1fr !important; padding: 22px !important; gap: 12px !important; }
}

/* Hero: die schwebenden Info-Karten überdecken auf dem Handy die Montage -> ausblenden,
   Live-Badge kompakter, damit es nicht mehr abgeschnitten wird */
@media (max-width: 640px) {
  .float-card { display: none !important; }
  .hero-live { font-size: .72rem; padding: 5px 11px; }
  .hero-live i { width: 7px; height: 7px; }
}

/* Sprachen-Marquee: weicher Rand-Fade statt hartem Schnitt (wie beim Logo-Strip) */
.lang-row {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}

/* Mobile-Menü: aktuelle Seite klar hervorheben (Orientierung) */
.mobile-menu a.active { color: var(--accent); font-weight: 700; }
.mobile-menu a.active::before { content: "› "; color: var(--accent); }

/* Sicherheitsnetz gegen horizontales Überstehen einzelner Elemente auf Mobile */
@media (max-width: 640px) {
  .price-card, .setup-card, .testi-card, .uc-card, .bento-card, .step, .tl-card, .stat-card { max-width: 100%; }
  .setup-card { flex-wrap: wrap; }
  .tabs { max-width: 100%; flex-wrap: wrap; }
}

/* Grid-/Flex-Kinder dürfen unter ihre Content-Breite schrumpfen (verhindert Overflow) */
@media (max-width: 640px) {
  .demo-grid > *, #security-grid > *, .hero-grid > *, .journey-item > *,
  .vs-grid > *, .setup-grid > *, .booking-grid > * { min-width: 0; }
  .form-card { max-width: 100%; }
  /* Sprachen-Marquee ist direktes Section-Kind -> negativer Rand erzeugt Überstand */
  .lang-rows { margin-left: 0 !important; margin-right: 0 !important; }
}

/* Rohe Inline-2-Spalten-Grids auf Mobile zu 1 Spalte (außer Hero-Montage mit gap:6px) */
@media (max-width: 720px) {
  [style*="grid-template-columns:1fr 1"]:not([style*="gap:6px"]),
  [style*="grid-template-columns: 1fr 1"]:not([style*="gap:6px"]),
  [style*="grid-template-columns:1.4fr"],
  [style*="grid-template-columns: 1.4fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* Alle Karten-Grid-Kinder dürfen schrumpfen (kein Overflow durch min-content) */
@media (max-width: 640px) {
  .stat-grid > *, .uc-grid > *, .uc-grid-center > *, .bento > *, .testi-grid > *,
  .price-grid > *, .team-grid > *, .blog-grid > *, .steps > *, .tl-cards > * { min-width: 0; }
}

/* ============================================================
   Blog: Lesefortschritt, Inhaltsverzeichnis, Filter, Autor-Box
   ============================================================ */
.reading-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 300;
  background: linear-gradient(90deg, var(--accent), var(--blue)); transition: width .08s linear; }

/* Artikel-Layout mit Inhaltsverzeichnis (Sidebar) */
.article-layout { max-width: 1120px; margin: 0 auto; padding: 60px 24px 90px;
  display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 52px; align-items: start; }
.article-main { min-width: 0; }
.toc { position: sticky; top: 88px; font-size: .9rem; }
.toc-label { font-family: var(--mono); font-size: .72rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--accent-deep); margin-bottom: 14px; }
.toc a { display: block; padding: 7px 0 7px 14px; color: var(--text-light-3); line-height: 1.35;
  border-left: 2px solid var(--card-light-border); transition: color .2s, border-color .2s; }
.toc a:hover { color: var(--text-light-1); }
.toc a.active { color: var(--accent-deep); border-left-color: var(--accent); font-weight: 600; }
@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; gap: 24px; padding-top: 32px; }
  .toc { position: static; top: auto; background: var(--light-bg); border: 1px solid var(--card-light-border);
    border-radius: var(--r-md); padding: 16px 18px; }
  .toc a { border-left: none; padding-left: 0; }
  .toc a.active { border-left: none; }
}

/* Autor-Box */
.author-box { display: flex; align-items: center; gap: 16px; margin: 40px 0 8px;
  padding: 20px 22px; border: 1px solid var(--card-light-border); border-radius: var(--r-lg); background: var(--light-bg); }
.author-box img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex: none; }
.author-box b { display: block; font-size: 1rem; color: var(--text-light-1); }
.author-box span { font-size: .85rem; color: var(--text-light-3); }

/* Blog-Filter */
.blog-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 0 auto 44px; }
.filter-btn { padding: 9px 20px; border-radius: 999px; border: 1px solid var(--card-light-border);
  background: #fff; color: var(--text-light-2); font-weight: 600; font-size: .9rem; cursor: pointer; transition: all .2s; }
.filter-btn:hover { border-color: rgba(154,117,34,.4); color: var(--text-light-1); }
.filter-btn.on { background: var(--text-light-1); color: #fff; border-color: var(--text-light-1); }
.blog-card.hide { display: none; }
.blog-card--featured { grid-column: 1 / -1; }
@media (min-width: 780px) {
  .blog-card--featured { display: grid; grid-template-columns: 1.1fr 1fr; align-items: stretch; }
  .blog-card--featured img { height: 100%; aspect-ratio: auto; }
}

/* ============================================================
   Fixes & Kundenstimmen-Slider
   ============================================================ */

/* Zähler im <b> darf nicht von der Label-Regel (.stat-card span) verkleinert werden */
.stat-card b span { font-size: inherit; color: inherit; font-weight: inherit; }

/* Hover-Overlay der Karten darf keine Klicks abfangen (blockierte Buttons in .uc-card) */
.uc-card::after { pointer-events: none; }

/* Trust-Badges (Made in Germany / EU-DSGVO / onOffice) */
/* Siegel-Reihe: einheitlich auf hellem Chip, sonst ist z. B. der schwarze
   "Made in Germany"-Schriftzug auf dunklem Grund unlesbar. */
.trust-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 26px 0 16px; }
.trust-badges img {
  height: 52px; width: auto; object-fit: contain;
  background: #fff; border-radius: 10px; padding: 8px 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
}
.compliance-note { font-size: .86rem; color: var(--text-dark-2); margin: 0 0 30px; line-height: 1.6; }
.compliance-note b { color: #fff; font-weight: 600; }
@media (max-width: 620px) { .trust-badges img { height: 44px; padding: 6px 10px; } }

/* ---------- Kundenstimmen-Slider ---------- */
.testi-slider-wrap { position: relative; }
.testi-slider {
  display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 2px 10px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.testi-slider::-webkit-scrollbar { display: none; }
.testi-slider > .testi-card { flex: 0 0 calc((100% - 44px) / 3); scroll-snap-align: start; margin: 0; }
@media (max-width: 1000px) { .testi-slider > .testi-card { flex-basis: calc((100% - 22px) / 2); } }
@media (max-width: 680px)  { .testi-slider > .testi-card { flex-basis: 88%; } }

.slider-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 28px; }
.slider-btn {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--card-light-border); background: #fff; color: var(--text-light-1);
  transition: all .2s; flex: none;
}
.slider-btn:hover { border-color: var(--accent-deep); color: var(--accent-deep); transform: translateY(-2px); }
.slider-btn svg { width: 18px; height: 18px; }
.slider-dots { display: flex; gap: 8px; align-items: center; }
.slider-dots button {
  width: 8px; height: 8px; border-radius: 50%; background: var(--card-light-border);
  transition: all .25s; padding: 0;
}
.slider-dots button.on { background: var(--accent-deep); width: 26px; border-radius: 999px; }

/* Monogramm-Avatar für Stimmen ohne freigegebenes Porträtfoto */
.testi-who .avatar-mono {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(150deg, #1a1408 0%, #2a2109 100%);
  border: 1px solid rgba(230, 199, 106, .55);
  color: var(--accent); font-weight: 700; font-size: .92rem; letter-spacing: .03em;
  box-shadow: inset 0 1px 0 rgba(230, 199, 106, .25);
}
.testi-who img { border: 1px solid var(--card-light-border); }

/* Siegel-Reihe ganz oben in der Sektion: zentriert über die volle Breite */
.trust-badges-top { justify-content: center; margin: 0 0 14px; }
.trust-badges-top + .compliance-note { text-align: center; margin-bottom: 0; }

/* Firmenlogo statt Porträt in den Kundenstimmen (B2B-Referenz) */
.testi-who .logo-chip-sm {
  width: 68px; height: 48px; flex: none;
  display: grid; place-items: center;
  background: #fff; border: 1px solid var(--card-light-border);
  border-radius: 9px; padding: 5px 8px;
}
.testi-who .logo-chip-sm img {
  max-width: 100%; max-height: 100%; width: auto; height: auto;
  object-fit: contain; border: 0;
}

/* ---------- Demo-Nummern nach Branche (ersetzt das Testanruf-Formular) ---------- */
.demo-lines { display: grid; gap: 10px; }
.demo-line { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--card-light-border); border-radius: var(--r-md); background: #fff; color: var(--text-light-1); transition: border-color .2s ease, transform .2s ease; }
.demo-line:hover { border-color: rgba(154, 117, 34, .45); transform: translateY(-2px); }
.dl-name { display: flex; flex-direction: column; font-size: .85rem; color: var(--text-light-2); }
.dl-name b { font-size: 1rem; color: var(--text-light-1); }
.dl-num { font-family: var(--mono); font-weight: 600; font-size: .92rem; color: var(--accent-deep); white-space: nowrap; }
@media (max-width: 420px) { .demo-line { flex-direction: column; align-items: flex-start; gap: 4px; } }

/* ==========================================================================
   Branchenseiten (Apotheken, Arztpraxen, Gesundheit) – gemeinsame Bausteine
   ========================================================================== */

/* Hinweiszeilen unter den Hero-Buttons */
.hero-note { font-size: .8rem; color: var(--text-dark-3); margin-top: 14px; }
.hero-region { font-size: .92rem; color: var(--text-dark-2); margin-top: 10px; }

/* Rollen-Raster 2 x 2 mit Aufgabenliste */
.uc-grid.ug-2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 760px) { .uc-grid.ug-2 { grid-template-columns: 1fr; } }
.seg-list { margin-top: 14px; display: grid; gap: 8px; position: relative; z-index: 1; }
.seg-list li { display: flex; gap: 10px; font-size: .9rem; color: var(--text-light-2); align-items: flex-start; }
.seg-list svg { width: 16px; height: 16px; flex: none; margin-top: 3px; stroke: var(--accent-deep); }

/* Gesprächsauszug im Browser-Rahmen */
.tx { display: grid; gap: 10px; padding: 22px 20px 24px; }
.tx .tx-label { font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: 2px; }
.tx p { font-size: .88rem; line-height: 1.5; padding: 10px 14px; border-radius: 14px; max-width: 88%; margin: 0; }
.tx .ai { justify-self: start; background: rgba(230, 199, 106, .1); border: 1px solid rgba(230, 199, 106, .3); color: #fff; border-bottom-left-radius: 4px; }
.tx .caller { justify-self: end; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); color: var(--text-dark-2); border-bottom-right-radius: 4px; }
.tx .result { justify-self: stretch; max-width: 100%; font-family: var(--mono); font-size: .76rem; color: #34d399; background: rgba(52, 211, 153, .08); border: 1px dashed rgba(52, 211, 153, .45); }
.tx-caption { font-size: .75rem; color: var(--text-dark-3); margin-top: 10px; text-align: right; }

/* Differenzierungs-Leiste */
.diff-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.diff-strip li { display: flex; gap: 10px; align-items: flex-start; padding: 16px 18px; border-radius: var(--r-md); background: #fff; border: 1px solid var(--card-light-border); font-size: .9rem; color: var(--text-light-2); }
.diff-strip li b { color: var(--text-light-1); }
.diff-strip svg { width: 18px; height: 18px; flex: none; margin-top: 2px; stroke: var(--accent-deep); }
@media (max-width: 860px) { .diff-strip { grid-template-columns: 1fr; } }

/* Brücke zur Nachbarbranche */
.bridge-card { display: block; max-width: 860px; margin: 0 auto; text-align: left; }

/* Entlastungs-Rechner */
.rechner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: stretch; }
@media (max-width: 900px) { .rechner { grid-template-columns: 1fr; } }
.rechner-inputs { display: grid; gap: 22px; padding: 28px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--card-light-border); }
.rechner-field label { display: flex; justify-content: space-between; gap: 12px; font-size: .92rem; font-weight: 600; color: var(--text-light-1); margin-bottom: 8px; }
.rechner-field .r-row { display: flex; align-items: center; gap: 14px; }
.rechner-field input[type="range"] { flex: 1; min-width: 0; accent-color: var(--accent-deep); }
.rechner-field input[type="number"] { width: 84px; padding: 8px 10px; border: 1px solid var(--card-light-border); border-radius: var(--r-sm); font: inherit; font-size: .95rem; text-align: right; color: var(--text-light-1); }
.rechner-field .r-unit { font-size: .8rem; color: var(--text-light-3); min-width: 34px; }
.rechner-result { display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: 30px; border-radius: var(--r-lg); background: linear-gradient(160deg, #171208, #2a2109); border: 1px solid rgba(230, 199, 106, .4); color: #fff; }
.rechner-result .r-main { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 800; line-height: 1.15; }
.rechner-result .r-main b { color: var(--accent); }
.rechner-result .r-sub { font-size: 1rem; color: var(--text-dark-2); margin-top: -8px; }
.rechner-result ul { display: grid; gap: 8px; font-size: .95rem; color: var(--text-dark-2); }
.rechner-result ul b { color: #fff; }
.rechner-result .r-close { font-size: .9rem; color: var(--text-dark-2); border-top: 1px dashed rgba(255, 255, 255, .15); padding-top: 14px; }
.rechner-note { font-size: .82rem; color: var(--text-light-3); text-align: center; margin-top: 18px; }

/* Kontaktkarte Außendienst */
.kontakt-card { display: grid; grid-template-columns: 160px 1fr; gap: 30px; align-items: center; max-width: 860px; margin: 0 auto; padding: 32px; border-radius: var(--r-xl); background: #fff; border: 1px solid var(--card-light-border); box-shadow: 0 18px 45px rgba(15, 23, 42, .08); }
.kontakt-foto { width: 160px; height: 160px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, #171208, #2a2109); color: var(--accent); font-size: 2.6rem; font-weight: 800; letter-spacing: .04em; }
.kontakt-foto img { width: 100%; height: 100%; object-fit: cover; }
.kontakt-text .pill { margin-bottom: 12px; }
.kontakt-text h2 { color: var(--text-light-1); margin-bottom: 8px; }
.kontakt-text p { color: var(--text-light-2); margin-bottom: 8px; }
.kontakt-mobil a { color: var(--accent-deep); font-weight: 700; }
.kontakt-text .btn { margin-top: 10px; }
@media (max-width: 640px) { .kontakt-card { grid-template-columns: 1fr; text-align: center; } .kontakt-foto { margin: 0 auto; } }

/* ---------- Branchenseiten: Bildbausteine (Hero mit Foto, Stimmungsbild, Kartenbild) ---------- */
.page-hero.hero-split { text-align: left; }
.hero-split .hero-split-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px; align-items: center; }
.hero-split h1 { margin: 16px 0 18px; }
.hero-split .sub { margin: 0; }
.hero-split .hero-ctas { justify-content: flex-start; }
.hero-split .trust-badges-top { justify-content: flex-start; }
.hero-photo { position: relative; }
.hero-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-xl); border: 1px solid rgba(230, 199, 106, .35); box-shadow: 0 35px 90px rgba(0, 0, 0, .55), 0 0 70px rgba(230, 199, 106, .12); }
.hero-badge { position: absolute; left: -22px; bottom: 28px; display: flex; align-items: center; gap: 12px; padding: 12px 18px; border-radius: 16px; background: rgba(10, 10, 10, .86); border: 1px solid rgba(230, 199, 106, .5); color: #fff; font-size: .88rem; line-height: 1.35; box-shadow: 0 18px 40px rgba(0, 0, 0, .45); backdrop-filter: blur(8px); }
.hero-badge .dot { width: 34px; height: 34px; flex: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(52, 211, 153, .15); border: 1px solid rgba(52, 211, 153, .55); }
.hero-badge .dot svg { width: 17px; height: 17px; stroke: #34d399; }
.hero-badge small { display: block; color: var(--text-dark-3); font-size: .76rem; }
@media (max-width: 960px) {
  .page-hero.hero-split { text-align: center; }
  .hero-split .hero-split-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-split .sub { margin: 0 auto; }
  .hero-split .hero-ctas, .hero-split .trust-badges-top { justify-content: center; }
  .hero-badge { left: 12px; bottom: 12px; text-align: left; }
}

.photo-band { position: relative; min-height: 460px; display: flex; align-items: center; overflow: hidden; background: #000; }
.photo-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.photo-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .55) 42%, rgba(0, 0, 0, .08) 78%); }
.photo-band .container { position: relative; z-index: 1; padding-top: 64px; padding-bottom: 64px; }
.photo-band .pill { margin-bottom: 16px; }
.photo-band h2 { color: #fff; max-width: 560px; }
.photo-band p { color: var(--text-dark-2); max-width: 520px; margin-top: 14px; font-size: 1.05rem; }
.photo-band.band-right .container { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.photo-band.band-right::after { background: linear-gradient(270deg, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .55) 42%, rgba(0, 0, 0, .08) 78%); }
@media (max-width: 760px) {
  .photo-band { min-height: 520px; align-items: flex-end; }
  .photo-band::after, .photo-band.band-right::after { background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .55) 50%, rgba(0, 0, 0, .1) 100%); }
  .photo-band.band-right .container { align-items: flex-start; text-align: left; }
}

.card-photo { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 12px; margin-bottom: 16px; position: relative; z-index: 1; }
