/* cookieblocker.de · Landingpage · handgeschrieben, keine Fremd-Schriften, keine Build-Pipeline */

:root {
  --navy: #0b2350;
  --navy-deep: #061634;
  --navy-2: #13306a;
  --blue: #3b6fd8;
  --blue-light: #93b4f5;
  --ice: #dfe7f7;
  --text: #c9d6f2;
  --muted: #8ea3cc;
  --ok: #93b4f5;  /* bewusst Hellblau statt Grün: nur Blau + Violett (KI) als Farben */
  --bad: #ff7a6b;
  --glass: rgba(19, 48, 106, .38);
  --glass-line: rgba(147, 180, 245, .18);
  --radius: 18px;
  --font: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body.lp {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: radial-gradient(1200px 700px at 80% -10%, #173a80 0%, transparent 60%), linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  background-attachment: fixed;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { margin: 0 0 .5em; line-height: 1.15; color: #fff; letter-spacing: -.02em; }
p { margin: 0 0 1em; }
a { color: var(--blue-light); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--blue); color: #fff; }

/* ---------- Hintergrund: Hexagon-Canvas + Maus-Leuchten ---------- */

.lp-bg { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.lp-glow {
  position: fixed; z-index: 0; pointer-events: none;
  left: 0; top: 0; width: 640px; height: 640px; margin: -320px 0 0 -320px;
  background: radial-gradient(circle, rgba(59, 111, 216, .22) 0%, rgba(59, 111, 216, 0) 65%);
  transform: translate3d(var(--gx, 50vw), var(--gy, 30vh), 0);
  transition: opacity .6s;
}
main, .lp-nav, .lp-foot { position: relative; z-index: 1; }

/* ---------- Navigation ---------- */

.lp-nav {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; gap: 24px;
  max-width: 1200px; margin: 0 auto; padding: 14px 24px;
  transition: background .3s, box-shadow .3s, backdrop-filter .3s;
}
.lp-nav.is-scrolled {
  background: rgba(6, 22, 52, .72);
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  box-shadow: 0 1px 0 var(--glass-line);
  border-radius: 0 0 16px 16px;
}
.lp-nav__logo svg { display: block; height: 38px; width: auto; }
.lp-nav__links { display: flex; gap: 6px; margin-left: auto; }
.lp-nav__links a { color: var(--text); text-decoration: none; font-size: .95rem; padding: 8px 12px; white-space: nowrap; border-radius: 10px; transition: color .2s, background .2s; }
.lp-nav__links a:hover { color: #fff; background: rgba(147, 180, 245, .1); }

/* ---------- Buttons ---------- */

.lp-btn {
  position: relative; display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px; border-radius: 12px; border: 1px solid transparent;
  font: 600 .98rem/1.2 var(--font); text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s, background .25s, border-color .25s;
}
.lp-btn--sm { padding: 9px 16px; font-size: .9rem; }
.lp-btn--lg { padding: 15px 26px; font-size: 1.02rem; }
.lp-btn--primary { color: #fff; background: linear-gradient(135deg, #4a7de6, var(--blue) 50%, #2c58b8); box-shadow: 0 6px 24px -6px rgba(59, 111, 216, .7), inset 0 1px 0 rgba(255, 255, 255, .25); }
.lp-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 34px -8px rgba(59, 111, 216, .9), inset 0 1px 0 rgba(255, 255, 255, .3); }
.lp-btn--primary svg { transition: transform .25s var(--ease); }
.lp-btn--primary:hover svg { transform: translateX(4px); }
.lp-btn--ghost { color: #fff; border-color: var(--glass-line); background: rgba(147, 180, 245, .06); }
.lp-btn--ghost:hover { border-color: rgba(147, 180, 245, .45); background: rgba(147, 180, 245, .12); transform: translateY(-2px); }

/* ---------- Hero ---------- */

.lp-hero {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 48px; align-items: center;
  max-width: 1200px; margin: 0 auto; padding: 72px 24px 64px; min-height: calc(100vh - 70px);
}
.lp-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px;
  padding: 6px 14px 6px 10px; border: 1px solid var(--glass-line); border-radius: 999px;
  background: rgba(147, 180, 245, .07); font-size: .85rem; color: var(--ice);
}
.lp-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 0 rgba(147, 180, 245, .6); animation: lp-ping 2.2s infinite; }
@keyframes lp-ping { 0% { box-shadow: 0 0 0 0 rgba(147, 180, 245, .55); } 80%, 100% { box-shadow: 0 0 0 10px rgba(147, 180, 245, 0); } }

.lp-hero h1 { font-size: clamp(2.4rem, 5.4vw, 4.2rem); font-weight: 800; }
.lp-grad {
  background: linear-gradient(100deg, #fff 0%, var(--blue-light) 35%, #6f9bff 60%, #fff 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: lp-shine 7s linear infinite;
}
@keyframes lp-shine { to { background-position: -250% 0; } }
.lp-lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); max-width: 560px; color: var(--ice); }
.lp-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 26px; }
.lp-checks { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; list-style: none; font-size: .92rem; color: var(--muted); }
.lp-checks li { display: inline-flex; align-items: center; gap: 7px; }
.lp-checks svg { color: var(--ok); }

/* Hero-Grafik */
.lp-hero__visual { position: relative; min-height: 520px; transform: translate3d(var(--px, 0), var(--py, 0), 0); transition: transform .4s var(--ease); }
.lp-orbit { position: absolute; inset: 0; display: grid; place-items: center; }
.lp-hexcore { position: relative; width: 310px; height: 310px; display: grid; place-items: center; }
.lp-hexcore__ring { position: absolute; inset: 0; width: 100%; height: 100%; will-change: transform; animation: lp-spin 26s linear infinite; filter: drop-shadow(0 0 22px rgba(59, 111, 216, .55)); }
.lp-hexcore__ring polygon { fill: rgba(19, 48, 106, .55); stroke: var(--blue); stroke-width: 2; stroke-dasharray: 14 8; }
.lp-hexcore__ring--2 { inset: -44px; width: calc(100% + 88px); height: calc(100% + 88px); animation-direction: reverse; animation-duration: 40s; filter: none; }
.lp-hexcore__ring--2 polygon { fill: none; stroke: rgba(147, 180, 245, .25); stroke-width: 1; stroke-dasharray: 3 9; }
.lp-hexcore__mark { position: relative; width: 44%; height: 44%; animation: lp-float 6s ease-in-out infinite; filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .35)); }
@keyframes lp-spin { to { transform: rotate(360deg); } }
@keyframes lp-float { 50% { transform: translateY(-10px); } }
/* Neon-Funke am Schild (KI im Logo): leuchtet und funkelt leicht */
.lp-hexcore__spark { filter: drop-shadow(0 0 2px #B794FF) drop-shadow(0 0 6px rgba(183, 148, 255, .6)); transform-origin: 88px 13px; animation: lp-spark-twinkle 3.2s ease-in-out infinite; }
@keyframes lp-spark-twinkle { 0%, 100% { transform: scale(1) rotate(0deg); } 50% { transform: scale(.72) rotate(45deg); opacity: .8; } }

.lp-chip {
  position: absolute; display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 14px 9px 9px; border-radius: 14px; font-size: .86rem; color: var(--ice); white-space: nowrap;
  background: rgba(10, 30, 70, .78); border: 1px solid var(--glass-line);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px -12px rgba(0, 0, 0, .6);
  animation: lp-float 7s ease-in-out infinite;
}
.lp-chip b { color: #fff; font-weight: 600; }
.lp-chip__ico { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: rgba(147, 180, 245, .16); color: var(--ok); }
.lp-chip__ico--bad { background: rgba(147, 180, 245, .12); color: var(--muted); }
.lp-chip--1 { top: -3%; left: -8%; animation-delay: -1s; }
.lp-chip--2 { top: 12%; right: -10%; animation-delay: -3s; }
.lp-chip--3 { bottom: -1%; left: -4%; animation-delay: -5s; }


/* ---------- Hero: Made & Hosted in Germany ---------- */

.lp-flag { width: 18px; height: 12px; border-radius: 2px; background: linear-gradient(#000 0 33.3%, #dd0000 33.3% 66.6%, #ffce00 66.6%); box-shadow: 0 0 0 1px rgba(255, 255, 255, .25); }
.lp-eyebrow { font-weight: 600; letter-spacing: .02em; }

.lp-hero h1 > span:first-child { display: block; }
.lp-rotator { position: relative; display: grid; padding-bottom: .22em; }
.lp-rotator > span { grid-area: 1 / 1; white-space: nowrap; color: var(--blue-light); text-shadow: 0 0 34px rgba(59, 111, 216, .55); }
.lp-rotator::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 5px; width: var(--uw, 0px); border-radius: 3px;
  background: linear-gradient(90deg, var(--blue), var(--blue-light));
  box-shadow: 0 0 18px rgba(59, 111, 216, .8);
  transition: width .7s var(--ease);
}
.lp-rotator > span:not(.is-active) { opacity: 0; }
.lp-rotator .ch { display: inline-block; white-space: pre; opacity: 0; transform: translateY(.5em) rotateX(-70deg); filter: blur(10px); transition: opacity .5s var(--ease), transform .6s var(--ease), filter .5s var(--ease); transition-delay: calc(var(--i) * 28ms); }
.lp-rotator > span.is-active { opacity: 1; }
.lp-rotator > span.is-active .ch { opacity: 1; transform: none; filter: none; }
.lp-rotator > span.is-leaving { opacity: 1; }
.lp-rotator > span.is-leaving .ch { opacity: 0; transform: translateY(-.45em) rotateX(70deg); filter: blur(10px); transition-duration: .35s; transition-delay: calc(var(--i) * 14ms); }
.lp-lead__strong { display: inline-block; color: #fff; font-weight: 700; }

/* Siegel: rotierender Schriftring um das Hexagon */
/* Nur transform animieren + eigene Ebene: der Ring wird einmal gezeichnet und auf der GPU gedreht (flüssig auch auf Handys) */
.lp-seal {
  position: absolute; inset: -26%; width: 152%; height: 152%; pointer-events: none;
  filter: drop-shadow(0 0 8px rgba(59, 111, 216, .7));
  will-change: transform; backface-visibility: hidden;
  animation: lp-spin 30s linear infinite;
}
.lp-seal text { fill: url(#lp-seal-grad); font: 800 17px var(--font); letter-spacing: 4px; }
.lp-seal__dot { fill: var(--blue-light); }

/* Pulsierendes Leuchten hinter dem Schild – nur opacity, ebenfalls GPU */
.lp-hexcore::before {
  content: ""; position: absolute; inset: -30%; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(59, 111, 216, .45) 0%, rgba(59, 111, 216, .12) 45%, transparent 70%);
  opacity: .5; will-change: opacity;
  animation: lp-pulse 4s ease-in-out infinite;
}
@keyframes lp-pulse { 50% { opacity: 1; } }

/* ---------- KI ---------- */

.lp-eyebrows { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.lp-eyebrows .lp-eyebrow { margin: 0; }
.lp-eyebrow--ai {
  position: relative; color: #fff; text-decoration: none; overflow: hidden;
  border-color: rgba(190, 160, 255, .45);
  background: linear-gradient(120deg, rgba(123, 92, 255, .28), rgba(59, 111, 216, .22));
}
.lp-eyebrow--ai b { padding: 1px 7px; border-radius: 999px; background: linear-gradient(120deg, #9b7bff, #4a7de6); font-size: .72rem; letter-spacing: .08em; }
.lp-eyebrow--ai::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .35) 50%, transparent 65%);
  transform: translateX(-100%); animation: lp-sweep 3.6s ease-in-out infinite;
}
.lp-eyebrow--ai:hover { border-color: rgba(210, 190, 255, .8); }
@keyframes lp-sweep { 60%, 100% { transform: translateX(100%); } }
.lp-ai-spark { display: inline-grid; color: #cbb8ff; animation: lp-twinkle 2.4s ease-in-out infinite; }
@keyframes lp-twinkle { 50% { transform: scale(1.25) rotate(20deg); color: #fff; } }

/* KI-Chip im Hero */
.lp-chip--ai { min-width: 290px; border-color: rgba(190, 160, 255, .4); }
.lp-chip__ico--ai { background: rgba(155, 123, 255, .22); color: #cbb8ff; }
.lp-chip--ai.is-busy .lp-chip__ico--ai svg { animation: lp-spin 1.2s linear infinite; }
.lp-chip--ai.is-done .lp-chip__ico--ai { background: rgba(147, 180, 245, .18); color: var(--ok); }
.lp-ai-feed__text { transition: opacity .3s, transform .3s var(--ease); }
.lp-ai-feed__text.is-swap { opacity: 0; transform: translateY(6px); }
.lp-ai-feed__text b { color: #fff; }

/* KI-Karte */
.lp-card--ai { border-color: rgba(190, 160, 255, .3); background: radial-gradient(600px 260px at 0% 0%, rgba(123, 92, 255, .22), transparent 70%), linear-gradient(160deg, rgba(25, 58, 124, .55), rgba(8, 26, 62, .7)); }
.lp-ai-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px; align-items: center; }
.lp-hexicon--ai { background: linear-gradient(145deg, #a98bff, #6a4fe0 55%, #3b6fd8); }
.lp-kicker--ai { margin: 18px 0 4px; color: #cbb8ff; }
.lp-card--ai h3 { margin-top: 0; font-size: 1.5rem; }
.lp-card--ai .lp-ai-card > div > p { margin-bottom: 14px; }
.lp-ai-list { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; margin: 0 0 16px; padding: 0; list-style: none; }
.lp-ai-list li { position: relative; padding-left: 26px; font-size: .92rem; color: #fff; }
.lp-ai-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: rgba(155, 123, 255, .25); color: #cbb8ff; font-size: .7rem; font-weight: 800; }
.lp-ai-demo { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.lp-ai-demo li {
  display: grid; grid-template-columns: 1fr auto 1.2fr; align-items: center; gap: 12px;
  padding: 14px 16px; border-radius: 14px; background: rgba(4, 16, 40, .55); border: 1px solid var(--glass-line);
  transition: border-color .3s, transform .3s var(--ease);
}
.lp-ai-demo li:hover { border-color: rgba(190, 160, 255, .5); transform: translateX(4px); }
.lp-ai-demo__find { font-size: .88rem; color: var(--muted); }
.lp-ai-demo__arrow { color: #cbb8ff; font-weight: 700; }
.lp-ai-demo__res { font-size: .9rem; color: var(--ice); }
.lp-ai-demo__res strong { color: #fff; }
.lp-ai-demo__res small { display: block; margin-top: 2px; color: var(--ok); font-weight: 600; }
.lp-ai-demo__res--neutral small { color: var(--blue-light); }

/* ---------- Zahlen ---------- */

.lp-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  width: calc(100% - 48px); max-width: 1152px; margin: 0 auto 40px; border-radius: var(--radius); overflow: hidden;
  background: var(--glass-line); border: 1px solid var(--glass-line);
}
.lp-stat { padding: 26px 20px; text-align: center; background: rgba(8, 26, 62, .78); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.lp-stat strong { display: block; font-size: clamp(1.8rem, 3.2vw, 2.5rem); line-height: 1.1; color: #fff; font-weight: 800; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.lp-stat span { font-size: .88rem; color: var(--muted); }

/* ---------- Abschnitte ---------- */

.lp-section { max-width: 1200px; margin: 0 auto; padding: 88px 24px; }
.lp-section--narrow { max-width: 860px; }
.lp-section__head { max-width: 760px; margin-bottom: 44px; }
.lp-section h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); font-weight: 800; }
.lp-muted { color: var(--muted); font-weight: 700; }
.lp-kicker { display: inline-block; margin-bottom: 12px; font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-light); }

/* Karten mit Maus-Spotlight */
[data-spot] { position: relative; isolation: isolate; }
[data-spot]::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .35s;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(59, 111, 216, .22), transparent 60%);
}
[data-spot]::after {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .35s;
  padding: 1px; background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(147, 180, 245, .8), transparent 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude;
}
[data-spot]:hover::before, [data-spot]:hover::after { opacity: 1; }

.lp-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-card {
  padding: 28px; border-radius: var(--radius); border: 1px solid var(--glass-line);
  background: linear-gradient(160deg, rgba(25, 58, 124, .45), rgba(8, 26, 62, .6));
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.lp-card:hover { transform: translateY(-5px); border-color: rgba(147, 180, 245, .32); box-shadow: 0 24px 50px -24px rgba(0, 0, 0, .7); }
.lp-card--wide { grid-column: span 2; }
.lp-card--full { grid-column: 1 / -1; }
.lp-card h3 { font-size: 1.2rem; margin-top: 18px; }
.lp-card p { color: var(--text); margin: 0; }

.lp-hexicon {
  display: grid; place-items: center; width: 54px; height: 60px; color: #fff;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: linear-gradient(145deg, #5a8bf0, var(--blue) 55%, #23489a);
  transition: transform .6s var(--ease), filter .35s;
}
.lp-card:hover .lp-hexicon, .lp-step:hover .lp-step__hex { transform: rotate(60deg); filter: brightness(1.15) drop-shadow(0 0 14px rgba(59, 111, 216, .9)); }
.lp-card:hover .lp-hexicon svg { transform: rotate(-60deg); }
.lp-hexicon svg { transition: transform .6s var(--ease); }

.lp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.lp-tags span { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 999px; font-size: .82rem; color: var(--ice); background: rgba(147, 180, 245, .08); border: 1px solid var(--glass-line); transition: background .2s, border-color .2s; }
.lp-tags span:hover { background: rgba(59, 111, 216, .25); border-color: rgba(147, 180, 245, .45); }

/* Ablauf */
.lp-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.lp-steps::before { content: ""; position: absolute; top: 58px; left: 12%; right: 12%; height: 2px; background: linear-gradient(90deg, transparent, var(--blue), var(--blue-light), var(--blue), transparent); opacity: .5; }
.lp-step { padding: 28px; border-radius: var(--radius); text-align: center; border: 1px solid transparent; transition: border-color .35s, background .35s; }
.lp-step:hover { border-color: var(--glass-line); background: rgba(19, 48, 106, .3); }
.lp-step__hex {
  position: relative; display: inline-grid; place-items: center; width: 64px; height: 72px; margin-bottom: 18px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: linear-gradient(145deg, #5a8bf0, var(--blue) 55%, #23489a); color: #fff; font-size: 1.5rem; font-weight: 800;
  transition: transform .6s var(--ease), filter .35s;
}
.lp-step h3 { font-size: 1.2rem; }
.lp-step p { margin: 0; }

/* Fair by design */
.lp-fair {
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; align-items: center;
  padding: 48px; border-radius: 26px; border: 1px solid var(--glass-line);
  background: linear-gradient(135deg, rgba(25, 58, 124, .5), rgba(6, 22, 52, .7));
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.lp-fair__intro p:last-child { margin: 0; }
.lp-fair__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lp-list { margin: 0; padding: 20px; list-style: none; border-radius: 14px; background: rgba(6, 22, 52, .55); border: 1px solid var(--glass-line); }
.lp-list li { position: relative; padding: 9px 0 9px 32px; font-size: .95rem; color: var(--ice); border-bottom: 1px solid rgba(147, 180, 245, .08); }
.lp-list li:last-child { border-bottom: 0; }
.lp-list li::before { position: absolute; left: 0; top: 9px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; font-size: .75rem; font-weight: 800; }
.lp-list--yes li::before { content: "✓"; background: rgba(147, 180, 245, .18); color: var(--ok); }
.lp-list--no li::before { content: "✕"; background: rgba(147, 180, 245, .1); color: var(--muted); }
.lp-list--no li { color: var(--muted); text-decoration: line-through; text-decoration-color: rgba(142, 163, 204, .5); }

/* ---------- Anmeldung ---------- */

.lp-signup {
  position: relative; overflow: hidden;
  padding: 56px 48px; border-radius: 28px; text-align: center;
  border: 1px solid rgba(147, 180, 245, .28);
  background: radial-gradient(700px 300px at 50% 0%, rgba(59, 111, 216, .35), transparent 70%), linear-gradient(160deg, rgba(25, 58, 124, .65), rgba(6, 22, 52, .85));
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .8);
}
.lp-signup__head { max-width: 620px; margin: 0 auto 30px; }
.lp-signup__head p:last-child { margin: 0; color: var(--ice); }

.lp-form { max-width: 820px; margin: 0 auto; }
.lp-form__row { display: flex; gap: 10px; padding: 8px; border-radius: 18px; background: rgba(4, 16, 40, .6); border: 1px solid var(--glass-line); transition: border-color .25s, box-shadow .25s; }
.lp-form__row:focus-within { border-color: rgba(147, 180, 245, .55); box-shadow: 0 0 0 4px rgba(59, 111, 216, .2); }
.lp-field { flex: 1 1 50%; display: flex; align-items: center; gap: 10px; min-width: 0; padding: 0 14px; border-radius: 12px; background: rgba(255, 255, 255, .06); color: var(--muted); }
.lp-field input { flex: 1; min-width: 0; height: 56px; border: 0; outline: 0; background: none; color: #fff; font: 500 1.02rem var(--font); }
.lp-field input::placeholder { color: #7f93bd; }
.lp-form.is-invalid .lp-field { box-shadow: inset 0 0 0 1.5px var(--bad); animation: lp-shake .4s; }
@keyframes lp-shake { 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }

/* Hexagon-Schieberegler */
.lp-slider {
  --k: 58px; --p: 0;
  position: relative; flex: 1 1 50%; height: 56px; min-width: 240px; border-radius: 12px; overflow: hidden;
  background: rgba(255, 255, 255, .05); border: 1px dashed rgba(147, 180, 245, .3); user-select: none; touch-action: none;
}
.lp-slider__fill { position: absolute; inset: 0 auto 0 0; width: calc(var(--p) * (100% - var(--k)) + var(--k)); background: linear-gradient(90deg, rgba(59, 111, 216, .15), rgba(59, 111, 216, .55)); border-radius: 12px; }
.lp-slider__label {
  position: absolute; inset: 0 12px 0 calc(var(--k) + 8px); display: flex; align-items: center; justify-content: center; font-size: .9rem; font-weight: 600; color: var(--ice); white-space: nowrap; pointer-events: none;
  opacity: calc(1 - var(--p) * 1.6);
  background: linear-gradient(90deg, rgba(223, 231, 247, .45) 0%, #fff 50%, rgba(223, 231, 247, .45) 100%);
  background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: lp-shine 3s linear infinite;
}
.lp-slider__knob {
  position: absolute; top: 0; left: 0; width: var(--k); height: 56px; padding: 0; border: 0; background: none; cursor: grab;
  display: grid; place-items: center; color: #fff;
  transform: translateX(calc(var(--p) * (var(--w, 300px) - var(--k))));
}
.lp-slider:not(.is-dragging) .lp-slider__knob { transition: transform .45s var(--ease); }
.lp-slider:not(.is-dragging) .lp-slider__fill { transition: width .45s var(--ease); }
.lp-slider__knob:active { cursor: grabbing; }
.lp-slider__knob > svg:first-child { position: absolute; width: 50px; height: 50px; transition: transform .5s var(--ease), filter .3s; filter: drop-shadow(0 4px 10px rgba(59, 111, 216, .6)); }
.lp-slider__knob polygon { fill: var(--blue); stroke: var(--blue-light); stroke-width: 4; }
.lp-slider__knob:hover > svg:first-child, .lp-slider__knob:focus-visible > svg:first-child { transform: rotate(30deg) scale(1.06); filter: drop-shadow(0 0 16px rgba(147, 180, 245, .9)); }
.lp-slider__knob:focus-visible { outline: none; }
.lp-slider:has(.lp-slider__knob:focus-visible) { border-color: var(--blue-light); border-style: solid; }
.lp-slider__arrow { position: relative; width: 20px; height: 20px; }
.lp-slider.is-dragging .lp-slider__knob > svg:first-child { transform: rotate(calc(var(--p) * 360deg)) scale(1.08); }
.lp-slider.is-done { border-style: solid; border-color: var(--ok); }
.lp-slider.is-done .lp-slider__fill { background: linear-gradient(90deg, rgba(147, 180, 245, .2), rgba(147, 180, 245, .55)); }
.lp-slider.is-done polygon { fill: #23489a; stroke: var(--ok); }
.lp-slider.is-busy .lp-slider__knob > svg:first-child { animation: lp-spin 1s linear infinite; }

.lp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lp-form__msg { min-height: 1.6em; margin: 16px 0 6px; font-weight: 600; }
.lp-form__msg.is-ok { color: var(--ok); }
.lp-form__msg.is-error { color: var(--bad); }
.lp-form__note { margin: 0; font-size: .85rem; color: var(--muted); }
.lp-form.is-sent .lp-form__row { display: none; }
.lp-form.is-sent .lp-form__msg { font-size: 1.1rem; padding: 22px; border-radius: 16px; background: rgba(147, 180, 245, .1); border: 1px solid rgba(147, 180, 245, .35); }

/* ---------- FAQ ---------- */

.lp-faq { display: grid; gap: 12px; }
.lp-faq details { border-radius: 14px; border: 1px solid var(--glass-line); background: rgba(10, 30, 70, .5); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: border-color .25s, background .25s; }
.lp-faq details:hover, .lp-faq details[open] { border-color: rgba(147, 180, 245, .35); background: rgba(19, 48, 106, .5); }
.lp-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; cursor: pointer; list-style: none; font-weight: 600; color: #fff; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after {
  content: ""; flex-shrink: 0; width: 22px; height: 24px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: var(--blue) no-repeat center / 12px 12px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 2v8M2 6h8' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  transition: transform .4s var(--ease);
}
.lp-faq details[open] summary::after { transform: rotate(135deg); }
.lp-faq details p { margin: 0; padding: 0 22px 20px; }

/* ---------- Fußbereich ---------- */

.lp-foot { margin-top: 40px; padding: 40px 24px 28px; border-top: 1px solid var(--glass-line); background: rgba(4, 14, 34, .7); font-size: .9rem; color: var(--muted); }
.lp-foot__inner { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 28px; max-width: 1152px; margin: 0 auto; }
.lp-foot__logo { height: 30px; width: auto; }
.lp-foot__inner p { margin: 0; }
.lp-foot__inner nav { display: flex; gap: 18px; margin-left: auto; }
.lp-foot a { color: var(--text); text-decoration: none; }
.lp-foot a:hover { color: #fff; text-decoration: underline; }
.lp-foot__note, .lp-foot__copy { max-width: 1152px; margin: 18px auto 0; font-size: .82rem; }
.lp-foot__copy { margin-top: 6px; }

/* ---------- Einblenden beim Scrollen ---------- */

.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ---------- Bestätigungsseite ---------- */

.lp-center { display: grid; place-items: center; min-height: calc(100vh - 220px); padding: 40px 24px; }
.lp-confirm { max-width: 560px; padding: 48px 40px; text-align: center; }
.lp-confirm .lp-hexicon { width: 72px; height: 80px; margin: 0 auto 22px; }
.lp-confirm .lp-hexicon--ok { background: linear-gradient(145deg, #5a8bf0, #23489a); }
.lp-confirm .lp-hexicon--bad { background: linear-gradient(145deg, #ff9c8f, #b42318); }
.lp-confirm h1 { font-size: clamp(1.7rem, 4vw, 2.3rem); }
.lp-confirm p { color: var(--ice); }
.lp-confirm form { margin: 26px 0 0; }

/* ---------- Impressum & Datenschutz ---------- */

.lp-legal { max-width: 900px; margin: 0 auto; padding: 56px 24px 88px; }
.lp-legal__head { margin-bottom: 28px; }
.lp-legal__head h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; margin: 0; }
.lp-legal__body {
  padding: 44px 48px; border-radius: 24px; border: 1px solid var(--glass-line);
  background: linear-gradient(160deg, rgba(25, 58, 124, .55), rgba(6, 22, 52, .82));
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .8);
  line-height: 1.75; color: var(--ice);
}
.lp-legal__body > section + section { margin-top: 36px; padding-top: 32px; border-top: 1px solid rgba(147, 180, 245, .12); }
.lp-legal__body h2 { font-size: 1.3rem; margin: 0 0 .7em; }
.lp-legal__body h3 { font-size: 1.05rem; margin: 1.6em 0 .5em; color: var(--blue-light); }
.lp-legal__body p, .lp-legal__body li { color: var(--ice); }
.lp-legal__body ul { padding-left: 1.2em; }
.lp-legal__body li { margin-bottom: .45em; }
.lp-legal__body li::marker { color: var(--blue-light); }
.lp-legal__body strong { color: #fff; }
.lp-legal__body a { color: var(--blue-light); text-underline-offset: 3px; }
.lp-legal__body a:hover { color: #fff; }
.lp-legal__body code { padding: .1em .45em; border-radius: 6px; background: rgba(147, 180, 245, .14); color: #fff; font-size: .9em; }
.lp-legal__body .legal__lead { color: var(--muted); margin-top: -8px; }
.lp-legal__body .legal__toc { margin: 22px 0 36px; padding: 20px 24px; border-radius: 16px; background: rgba(4, 16, 40, .55); border: 1px solid var(--glass-line); }
.lp-legal__body .legal__toc ol { margin: 0; padding-left: 1.3em; columns: 2 240px; column-gap: 32px; }
.lp-legal__body .legal__toc li { margin: 0 0 .35em; break-inside: avoid; }
.lp-legal__body .legal__toc a { text-decoration: none; }
.lp-legal__body .legal__toc a:hover { text-decoration: underline; }
.lp-legal__body section[id], .lp-legal__body h3[id] { scroll-margin-top: 96px; }
.lp-foot nav a[aria-current="page"] { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 760px) {
  .lp-legal { padding: 36px 16px 64px; }
  .lp-legal__body { padding: 28px 20px; border-radius: 18px; }
}

/* ---------- Responsiv ---------- */

@media (max-width: 1000px) {
  .lp-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 40px; }
  .lp-hero__visual { min-height: 480px; }
  .lp-bento { grid-template-columns: 1fr 1fr; }
  .lp-bento > .lp-card--wide:nth-child(2) { grid-column: auto; }
  .lp-ai-card { grid-template-columns: 1fr; gap: 24px; }
  .lp-fair { grid-template-columns: 1fr; padding: 36px 28px; }
}
@media (max-width: 900px) {
  .lp-nav__links { display: none; }
  .lp-nav .lp-btn { margin-left: auto; }
}
@media (max-width: 760px) {
  .lp-nav__logo svg { height: 32px; }
  .lp-stats { grid-template-columns: 1fr 1fr; }
  .lp-bento, .lp-steps, .lp-fair__cols { grid-template-columns: 1fr; }
  .lp-card--wide, .lp-card--full { grid-column: auto; }
  .lp-steps::before { display: none; }
  .lp-section { padding: 64px 16px; }
  .lp-signup { padding: 40px 18px; }
  .lp-form__row { flex-direction: column; }
  .lp-slider { min-width: 0; flex-basis: auto; }
  .lp-field { flex-basis: auto; }
  .lp-hexcore { width: 220px; height: 220px; }
  .lp-seal { inset: -22%; width: 144%; height: 144%; }
  .lp-rotator { font-size: .84em; }
  .lp-hero__visual { min-height: 400px; }
  .lp-chip { font-size: .78rem; }
  .lp-chip--1 { top: 0; left: 0; }
  .lp-chip--2 { top: auto; bottom: 0; right: 0; }
  .lp-seal text { font-size: 19px; }
  .lp-chip--2 { display: none; }
  .lp-chip--3 { bottom: 0; left: 0; right: 0; margin: 0 auto; width: max-content; max-width: 100%; min-width: 0; white-space: normal; }
  .lp-ai-demo li { grid-template-columns: 1fr; gap: 4px; }
  .lp-ai-list { grid-template-columns: 1fr; }
  .lp-ai-demo__arrow { display: none; }
  .lp-stats { width: calc(100% - 32px); }
  .lp-foot__inner nav { margin-left: 0; }
}
/* Nav-Knopf: auf schmalen Bildschirmen nur „Preise anfragen“ */
@media (max-width: 560px) {
  .lp-nav__cta-long { display: none; }
}
@media (max-width: 400px) {
  .lp-nav .lp-btn { padding: 8px 12px; font-size: .82rem; }
  .lp-hero, .lp-section, .lp-nav { padding-left: 16px; padding-right: 16px; }
}

/* „Bewegung reduzieren“ (z. B. Windows: Animationseffekte aus): sanfter Modus statt Stillstand –
   keine fliegenden/federnden Effekte, aber ruhiges Überblenden und ein langsam drehender Schriftring */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }

  .lp-seal { animation: lp-spin 90s linear infinite !important; }
  .lp-rotator .ch { transform: none !important; filter: none !important; transition: opacity .7s ease !important; transition-delay: 0s !important; }
  .lp-rotator > span.is-leaving .ch { transform: none !important; transition-duration: .35s !important; }
  .lp-rotator::after { transition: width .5s ease !important; }
  .lp-ai-feed__text { transition: opacity .3s ease !important; }
  .lp-ai-feed__text.is-swap { transform: none; }
}

/* ---------- Themenseiten „Cookie-Banner für …“ ---------- */
.lp-hero--page { min-height: 0; padding-top: 48px; padding-bottom: 40px; align-items: start; }
.lp-crumbs { margin: 0 0 18px; font-size: .85rem; color: var(--muted); }
.lp-crumbs a { color: var(--muted); text-decoration: none; }
.lp-crumbs a:hover { color: var(--blue-light); }
.lp-facts { padding: 28px; border: 1px solid var(--glass-line); border-radius: var(--radius); background: var(--glass); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.lp-facts dl { display: grid; gap: 14px; margin: 20px 0 0; }
.lp-facts dl > div { padding-bottom: 14px; border-bottom: 1px solid var(--glass-line); }
.lp-facts dl > div:last-child { padding-bottom: 0; border-bottom: 0; }
.lp-facts dt { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.lp-facts dd { margin: 2px 0 0; font-weight: 600; color: #fff; }
.lp-code { margin: 0 0 26px; }
.lp-code code { display: inline-block; max-width: 100%; overflow-x: auto; padding: 12px 16px; border: 1px solid var(--glass-line); border-radius: 12px; background: rgba(4, 16, 40, .6); font: .9rem/1.4 ui-monospace, Consolas, monospace; color: var(--blue-light); white-space: nowrap; }
.lp-more__links { display: flex; flex-wrap: wrap; gap: 12px; }
.lp-foot__solutions { display: flex; flex-wrap: wrap; gap: 6px 18px; }
@media (max-width: 900px) {
  .lp-hero--page { padding-top: 28px; }
}
.lp-tags a { text-decoration: none; }
