/* ═══════════════════════════════════════════════════════════════════
   InseratCheck – user.css
   PART A: LP Design System (lp- prefix)
   PART B: ICU Utility Classes (icu- prefix, unchanged)
   ═══════════════════════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════════════════════════
   PART A — LP DESIGN SYSTEM
   ══════════════════════════════════════════════════════════════════ */
:root {
  --lp-blue-900: #1a365d;
  --lp-blue-700: #1d4ed8;
  --lp-blue-600: #2563eb;
  --lp-blue-100: #dbeafe;
  --lp-blue-50:  #eff6ff;
  --lp-gray-900: #111827;
  --lp-gray-700: #374151;
  --lp-gray-500: #6b7280;
  --lp-gray-300: #d1d5db;
  --lp-gray-200: #e5e7eb;
  --lp-gray-100: #f3f4f6;
  --lp-gray-50:  #f9fafb;
  --lp-white:    #ffffff;
  --lp-green:    #16a34a;
  --lp-green-bg: #f0fdf4;
  --lp-green-border: #bbf7d0;
  --lp-yellow:   #ca8a04;
  --lp-yellow-bg:#fefce8;
  --lp-red:      #dc2626;
  --lp-red-bg:   #fef2f2;
  --lp-max-w:    1160px;
  --lp-radius:   12px;
  --lp-radius-lg:20px;
  --lp-shadow:   0 2px 12px rgba(0,0,0,.07);
  --lp-shadow-md:0 8px 32px rgba(0,0,0,.10);
  --lp-shadow-lg:0 20px 60px rgba(0,0,0,.14);
  --lp-shadow-xl:0 40px 80px rgba(0,0,0,.18);
}

/* ── Global Page Background ───────────────────────────────────── */
/* overflow-x nur auf body, NICHT auf html – sonst wird der Hamburger abgeschnitten */
body {
  overflow-x: hidden;
  background: linear-gradient(180deg, #eef6ff 0%, #e6f0ff 100%);
  min-height: 100vh;
}

/* ── Baseline: verhindert FOUC bei iOS Safari Pull-to-refresh ────────────
   JS setzt dieselben Werte in DOMContentLoaded. CSS greift früher → kein
   sichtbares Flackern von Schriftstärke / text-transform beim Reload.      */
.site-title, .site-title a,
.ast-site-name, .ast-site-name a,
p.site-title, p.site-title a {
  font-weight: 900 !important;
  text-transform: none !important;
  color: #111827 !important;
  text-decoration: none !important;
}

/* ── Site Header – weiß, ohne Trennlinie ─────────────────────── */
.site-header, #masthead, header.site-header,
.ast-site-header-wrap, .ast-desktop-header,
.main-header-bar, .main-header-bar-wrap,
.header-main, #site-header, .ast-above-header-wrap,
.ast-primary-header-bar, .ast-header-break-point,
.ast-masthead-custom-menu-items, .ast-flex {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: none !important;
  border-bottom: none !important;
  border-top: none !important;
  box-shadow: none !important;
  outline: none !important;
}
/* ::after Pseudo-Elemente (Astra nutzt diese für Trennlinien) */
.site-header::after, #masthead::after,
.main-header-bar::after, .main-header-bar-wrap::after,
.ast-site-header-wrap::after, .ast-primary-header-bar::after {
  display: none !important;
  border: none !important;
  content: none !important;
}
/* Obere Kante des Seiteninhalts: kein border-top */
#page, .site, .site-content, #content,
.ast-container, .entry-content { border-top: none !important; }
/* ── Sticky-Header deaktivieren (scrollt sonst über Inhalt) ──── */
#masthead, .site-header, header.site-header,
.main-header-bar-wrap, .ast-header-break-point .main-header-bar-wrap,
.ast-sticky-header, .ast-above-header-section,
[class*="sticky"], [class*="fixed-header"] {
  position: relative !important;
  top: auto !important;
}
/* Logo + Title nebeneinander (Astra + Standard WP) */
.ast-site-identity, .site-branding, .site-identity,
.ast-header-identity-wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}
.ast-site-identity .custom-logo-link,
.site-branding .custom-logo-link { order: -1 !important; }
.ast-site-identity .custom-logo,
.site-branding .custom-logo,
.custom-logo {
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  display: block !important;
  filter: brightness(0) !important;
}
/* Kein eigenes Bild-Block-Layout */
.site-branding .site-logo,
.ast-site-identity .ast-logo-meta { display: contents !important; }

.site-title, .ast-site-name {
  font-size: 40px !important;
  font-weight: 900 !important;
  text-transform: none !important;
  margin: 0 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media (max-width: 768px) {
  .site-title, .ast-site-name {
    font-size: 22px !important;
  }
  .ast-site-identity .custom-logo,
  .site-branding .custom-logo,
  .custom-logo {
    width: 30px !important;
    height: 30px !important;
  }
  .ast-site-identity, .site-branding, .site-identity,
  .ast-header-identity-wrap {
    gap: 6px !important;
  }
}
.site-title a, .ast-site-name a,
.site-title a:visited, .ast-site-name a:visited {
  color: #111827 !important;
  text-decoration: none !important;
}
/* Hamburger-Icon schwarz */
.menu-toggle { color: #111827 !important; background: transparent !important; border: none !important; }
.menu-toggle .menu-toggle-icon { background: #111827 !important; }
.menu-toggle .menu-toggle-icon::before,
.menu-toggle .menu-toggle-icon::after { background: #111827 !important; }
/* Astra SVG-Icon Fallback */
.ast-mobile-menu-buttons svg,
.menu-toggle svg { fill: #ffffff !important; }
.ast-mobile-menu-buttons svg path,
.menu-toggle svg path { fill: #ffffff !important; stroke: #ffffff !important; }
/* ── Custom Header Navigation (v1.0.83) ──────────────────────────
   Eigene, theme-unabhängige Navigation.
   OnePress-Menü wird per JS versteckt, #icu-custom-nav injiziert.
   Breakpoint 900px: unabhängig vom OnePress-Breakpoint (1140px).
   ────────────────────────────────────────────────────────────────── */

/* Theme-Hamburger global verstecken (JS setzt display:none inline,
   CSS als Fallback für schnelle Painter vor JS-Ausführung) */
#nav-toggle { display: none !important; }
.header-right-wrapper { display: none !important; }

/* Header: overflow visible damit unser Dropdown nicht geclipt wird */
.site-header,
.site-header.header-contained,
.site-header.header-fixed,
.site-header.is-sticky {
  overflow: visible !important;
  max-width: 100vw !important;
  transition: none !important;
}

/* ── z-index Fix: Header immer über LP-Sections ───────────────────────────
   .site-header .container hat overflow-x:clip → erzeugt Stacking Context
   mit z-index:auto (=0). .lp-hero-inner hat z-index:2 → übermalt den
   gesamten Header-Container inkl. Mobile-Menü-Dropdown.
   Fix: .site-header bekommt expliziten z-index, damit sein Stacking Context
   im Root-Layer über allen LP-Elementen liegt.
   Wert 200: über LP-Elementen (max ~20), unter Modal-Overlay (9000).     */
#masthead,
.site-header,
header.site-header {
  z-index: 200 !important;
}

/* Container: Flexbox für Logo links + Nav rechts */
.site-header .container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  position: relative !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  min-height: 70px !important;
  overflow-x: clip !important;
  transition: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.site-header.no-scroll .container,
.site-header.h-on-top .container,
.site-header.header-fixed .container {
  min-height: 70px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.site-header .site-branding { transition: none !important; }

/* Branding: kein float, bleibt links */
.site-branding {
  float: none !important;
  flex-shrink: 0 !important;
}

/* Dezenter Trennschatten unter dem Header */
.site-header { box-shadow: 0 1px 0 #e5e7eb !important; }

/* ── #icu-custom-nav: gemeinsame Basis ─── */
#icu-custom-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
}

/* ── Mobile: Hamburger sichtbar, Links versteckt ─────────────────── */
@media (max-width: 899px) {
  .site-header .container { padding-right: 60px !important; }

  #icu-custom-nav {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1000 !important;
    margin-left: 0 !important;
  }

  #icu-custom-nav .icu-nav-links { display: none !important; }

  /* Hamburger-Button */
  #icu-custom-nav .icu-hamburger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    width: 36px !important;
    height: 36px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    border-radius: 6px !important;
    transition: background .15s !important;
  }
  #icu-custom-nav .icu-hamburger:hover {
    background: rgba(0,0,0,.06) !important;
  }
  #icu-custom-nav .icu-hamburger span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    background: #111827 !important;
    border-radius: 2px !important;
    transition: transform .2s, opacity .2s !important;
    transform-origin: center !important;
  }
  #icu-custom-nav .icu-hamburger.icu-hamburger-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }
  #icu-custom-nav .icu-hamburger.icu-hamburger-open span:nth-child(2) {
    opacity: 0 !important;
  }
  #icu-custom-nav .icu-hamburger.icu-hamburger-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  /* Mobile Dropdown-Menü */
  #icu-mobile-menu {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    right: 0 !important;
    min-width: 200px !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 6px 24px rgba(0,0,0,.10) !important;
    padding: 4px 0 !important;
    z-index: 9999 !important;
  }
  #icu-mobile-menu a {
    display: block !important;
    padding: 9px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    line-height: 1.3 !important;
    transition: background .15s, color .15s !important;
  }
  #icu-mobile-menu a:hover {
    background: #eff6ff !important;
    color: #1d4ed8 !important;
  }
  /* "Mein Konto" — dezent mit Trennlinie, gleicher Rhythmus wie andere Punkte */
  #icu-mobile-menu a:last-child {
    display: block !important;
    margin: 0 !important;
    padding: 9px 16px !important;
    background: transparent !important;
    color: #1d4ed8 !important;
    border-top: 1px solid #e5e7eb !important;
    margin-top: 4px !important;
    border-radius: 0 !important;
    text-align: left !important;
    font-weight: 600 !important;
  }
  #icu-mobile-menu a:last-child:hover {
    background: #eff6ff !important;
    color: #1a41c3 !important;
  }
}

/* ── Landingpage Mobile: eigenes Overlay-Menü ──────────────────────────────
   Direkt an <body> gehängt – außerhalb aller Hero/Section-Stacking-Contexts.
   position:fixed, z-index höchster Wert → kann von nichts überdeckt werden.  */
@media (max-width: 899px) {
  #icu-lp-overlay {
    position: fixed !important;
    top: 0 !important; left: 0 !important;
    right: 0 !important; bottom: 0 !important;
    background: rgba(10,15,30,.52) !important;
    z-index: 999998 !important;
    -webkit-backdrop-filter: blur(3px) !important;
    backdrop-filter: blur(3px) !important;
  }
  #icu-lp-panel {
    position: fixed !important;
    top: 58px !important;
    right: 12px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 8px 32px rgba(0,0,0,.18) !important;
    min-width: 210px !important;
    padding: 4px 0 !important;
    z-index: 999999 !important;
  }
  #icu-lp-panel a {
    display: block !important;
    padding: 9px 40px 9px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    line-height: 1.3 !important;
    transition: background .12s, color .12s !important;
  }
  #icu-lp-panel a:hover {
    background: #eff6ff !important;
    color: #1d4ed8 !important;
  }
  #icu-lp-panel a:last-child {
    border-top: 1px solid #e5e7eb !important;
    margin-top: 4px !important;
    color: #1d4ed8 !important;
    font-weight: 600 !important;
  }
  #icu-lp-panel a:last-child:hover {
    background: #eff6ff !important;
    color: #1a41c3 !important;
  }
  #icu-lp-close {
    position: absolute !important;
    top: 5px !important;
    right: 7px !important;
    background: none !important;
    border: none !important;
    font-size: 20px !important;
    line-height: 1 !important;
    color: #9ca3af !important;
    cursor: pointer !important;
    padding: 4px 6px !important;
    border-radius: 4px !important;
  }
  #icu-lp-close:hover {
    background: #f3f4f6 !important;
    color: #374151 !important;
  }
}

/* ── Desktop: Links sichtbar, Hamburger versteckt ────────────────── */
@media (min-width: 900px) {
  .site-header .container { min-height: 80px !important; }

  #icu-custom-nav .icu-hamburger { display: none !important; }
  #icu-mobile-menu { display: none !important; }

  #icu-custom-nav .icu-nav-links {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
  }

  /* Alle Nav-Links */
  #icu-custom-nav .icu-nav-links a {
    display: inline-block !important;
    padding: 8px 14px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: color .15s, background .15s !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
    background: transparent !important;
  }
  #icu-custom-nav .icu-nav-links a:hover {
    color: #1d4ed8 !important;
    background: #eff6ff !important;
  }

  /* "Mein Konto" als Button */
  #icu-custom-nav .icu-nav-links .icu-nav-konto {
    padding: 9px 20px !important;
    margin-left: 8px !important;
    background: #1d4ed8 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: background .15s !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
  }
  #icu-custom-nav .icu-nav-links .icu-nav-konto:hover {
    background: #1a41c3 !important;
    color: #ffffff !important;
  }
}

/* Text-transform fix für Titel */
.site-title, .site-title a,
.ast-site-name, .ast-site-name a,
p.site-title, p.site-title a { text-transform: none !important; }
/* Tagline ausblenden */
.site-description, .ast-site-description { display: none !important; }

/* ── Scroll Animation Engine ──────────────────────────────────── */
.lp-anim {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1);
}
.lp-anim.lp-in { opacity: 1; transform: translateY(0); }

.lp-anim-left {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1);
}
.lp-anim-left.lp-in { opacity: 1; transform: translateX(0); }

.lp-anim-right {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1);
}
.lp-anim-right.lp-in { opacity: 1; transform: translateX(0); }

/* ── HERO ─────────────────────────────────────────────────────── */
.lp-hero {
  background: #0a0f1e;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 24px 80px;
  position: relative;
  overflow: hidden;
}

.lp-hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 75% 65% at 92% 8%,  rgba(59,130,246,.18)  0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 8%  88%,  rgba(30,64,175,.20)   0%, transparent 52%),
    radial-gradient(ellipse 40% 35% at 50% 50%,  rgba(96,165,250,.07)  0%, transparent 60%);
}

.lp-hero::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(96,165,250,.14) 1px, transparent 1px);
  background-size: 28px 28px;
  animation: lp-dot-drift 40s linear infinite;
}

.lp-hero-inner {
  max-width: var(--lp-max-w);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media(max-width: 900px) {
  .lp-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .lp-hero {
    padding: 80px 20px 60px;
    min-height: auto;
    touch-action: pan-y;   /* nur vertikales Scrollen erlauben */
    overflow-x: hidden;
  }
  /* Alle Endlos-Animationen auf Mobile deaktivieren → verhindert konstante Repaints beim Scrollen */
  .lp-hero::after,
  .lp-float-a, .lp-float-b, .lp-float-c,
  .lp-hero-depth { animation: none; transform: none; }
}

.lp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(96,165,250,.12);
  border: 1px solid rgba(96,165,250,.30);
  color: #93c5fd;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 14px;
  margin-bottom: 24px;
  animation: lp-fade-up .5s ease both;
}

.lp-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #60a5fa;
  animation: lp-pulse 2s infinite;
}

.lp-hero-h1 {
  font-size: clamp(38px, 5.5vw, 66px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.6px;
  color: #ffffff;
  margin: 0 0 20px;
  animation: lp-fade-up .55s ease both .08s;
}

.lp-hero-h2-accent {
  display: block;
  color: #60a5fa;
}

.lp-hero-p {
  font-size: 17px;
  color: rgba(255,255,255,.68);
  line-height: 1.72;
  margin: 0 0 36px;
  max-width: 460px;
  animation: lp-fade-up .55s ease both .16s;
}

.lp-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  animation: lp-fade-up .55s ease both .24s;
}

.lp-hero-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  animation: lp-fade-up .55s ease both .32s;
}

.lp-trust-item {
  font-size: 12px;
  color: rgba(255,255,255,.45);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lp-trust-dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.20);
}

/* ── Hero Visual ──────────────────────────────────────────────── */
.lp-hero-visual {
  position: relative;
  animation: lp-fade-right .65s ease both .1s;
}

.lp-float-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--lp-white);
  border: 1px solid var(--lp-gray-300);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: var(--lp-shadow-md);
  pointer-events: none;
  z-index: 10;
  white-space: nowrap;
  font-size: 12px;
}

.lp-fc-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.lp-fc-dot.green  { background: #22c55e; }
.lp-fc-dot.yellow { background: #eab308; }

.lp-fc-title { font-size: 12px; font-weight: 700; color: var(--lp-gray-900); margin: 0; }
.lp-fc-sub   { font-size: 11px; color: var(--lp-gray-500); margin: 2px 0 0; }

.lp-float-a { top: -16px; left: -10px; animation: lp-float-chip 6s ease-in-out infinite; }
.lp-float-b { bottom: 20px; right: -18px; animation: lp-float-chip 8s ease-in-out infinite 2s; }
.lp-float-c { top: 50%; right: -22px; animation: lp-float-chip 7s ease-in-out infinite 4s; }

@media(max-width: 900px) { .lp-float-chip { display: none; } }

/* ── Product Panel ────────────────────────────────────────────── */
.lp-panel {
  background: var(--lp-white);
  border: 1px solid rgba(30,64,175,.15);
  border-radius: var(--lp-radius-lg);
  overflow: hidden;
  transform: perspective(900px) rotateY(-7deg) rotateX(2.5deg);
  /* preserve-3d + overflow:hidden: Firefox collapses preserve-3d per spec.
     Chrome ignored this. Removed preserve-3d → same rendering in both. */
  will-change: transform;
  transition: transform .08s linear, box-shadow .3s ease;
  box-shadow: 0 40px 80px rgba(30,64,175,.18), 0 8px 24px rgba(30,64,175,.10);
  animation: lp-panel-float 7s ease-in-out infinite;
}

.lp-panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: var(--lp-gray-50);
  border-bottom: 1px solid var(--lp-gray-100);
}

.lp-panel-tl { display: flex; gap: 6px; }

.lp-tl { width: 10px; height: 10px; border-radius: 50%; display: block; }
.lp-tl.r { background: #ef4444; }
.lp-tl.y { background: #f59e0b; }
.lp-tl.g { background: #22c55e; }

.lp-panel-name {
  flex: 1;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: var(--lp-gray-500);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.lp-ic-badge {
  background: var(--lp-blue-700);
  color: var(--lp-white);
  border-radius: 5px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 800;
}

.lp-panel-live {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  color: var(--lp-green);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.lp-live-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #22c55e;
  animation: lp-pulse 2s infinite;
}

.lp-score-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 20px 12px;
}

.lp-ring-wrap {
  position: relative;
  width: 108px; height: 108px;
  flex-shrink: 0;
}

.lp-ring { width: 100%; height: 100%; }

.lp-arc {
  transition: stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1);
  filter: drop-shadow(0 0 8px rgba(34,197,94,.5));
}

.lp-ring-center {
  position: absolute; inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}

.lp-ring-num { font-size: 28px; font-weight: 900; color: var(--lp-gray-900); }
.lp-ring-sub { font-size: 11px; color: var(--lp-gray-500); font-weight: 500; margin-top: 2px; }

.lp-risk-col { flex: 1; min-width: 0; }
.lp-risk-label { font-size: 17px; font-weight: 800; color: var(--lp-green); margin: 0 0 3px; }
.lp-risk-sub   { font-size: 12px; color: var(--lp-gray-500); margin: 0 0 10px; }

.lp-hint-chips { display: flex; flex-wrap: wrap; gap: 5px; }

.lp-hint-chip {
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  padding: 3px 9px;
}
.lp-hint-chip.ok   { background: var(--lp-green-bg); color: var(--lp-green); border: 1px solid var(--lp-green-border); }
.lp-hint-chip.warn { background: var(--lp-yellow-bg); color: var(--lp-yellow); border: 1px solid #fef08a; }
.lp-hint-chip.miss { background: #f8fafc; color: var(--lp-gray-500); border: 1px solid var(--lp-gray-300); }

.lp-bars { padding: 0 20px 12px; display: flex; flex-direction: column; gap: 8px; }

.lp-bar-row { display: flex; align-items: center; gap: 10px; }

.lp-bar-label {
  font-size: 11px;
  color: var(--lp-gray-500);
  font-weight: 500;
  width: 124px;
  flex-shrink: 0;
}

.lp-bar-track {
  flex: 1;
  height: 6px;
  background: var(--lp-gray-100);
  border-radius: 99px;
  overflow: hidden;
}

.lp-bar-fill {
  height: 100%;
  border-radius: 99px;
  width: 0;
  background: linear-gradient(90deg, #3b82f6, #1e40af);
  transition: width 1s cubic-bezier(.4,0,.2,1);
}

.lp-bar-pct { font-size: 11px; font-weight: 700; width: 30px; text-align: right; flex-shrink: 0; }
.lp-bar-pct.ok   { color: var(--lp-green); }
.lp-bar-pct.warn { color: var(--lp-yellow); }

.lp-panel-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 20px 18px;
  border-top: 1px solid var(--lp-gray-100);
}

.lp-vchip {
  background: var(--lp-gray-50);
  border: 1px solid var(--lp-gray-200);
  border-radius: 20px;
  padding: 4px 11px;
  font-size: 11px;
  color: var(--lp-gray-500);
  font-weight: 500;
}
.lp-vchip.ok { background: var(--lp-green-bg); border-color: var(--lp-green-border); color: var(--lp-green); }

/* ── Analyze Box (lp variant) ─────────────────────────────────── */
.lp-analyze-box {
  background: var(--lp-white);
  border-radius: var(--lp-radius-lg);
  padding: 28px;
  border: 1px solid rgba(30,64,175,.15);
  box-shadow: 0 40px 80px rgba(30,64,175,.18);
}

/* ── Trust Bar ────────────────────────────────────────────────── */
.lp-trust-bar {
  background: #eef6ff;
  border-top: 1px solid rgba(30,64,175,.1);
  border-bottom: 1px solid rgba(30,64,175,.1);
  padding: 20px 24px;
}

.lp-trust-bar-inner {
  max-width: var(--lp-max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.lp-trust-item-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--lp-gray-700);
  font-weight: 500;
}

.lp-trust-icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--lp-blue-50);
  border: 1px solid var(--lp-blue-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-blue-600);
  flex-shrink: 0;
}

/* ── Steps Section ────────────────────────────────────────────── */
.lp-steps { padding: 88px 24px; background: #eef6ff; }
.lp-steps-inner { max-width: var(--lp-max-w); margin: 0 auto; text-align: center; }

.lp-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  margin-top: 52px;
}

.lp-steps-grid::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(50%/3 + 50%/3);
  right: calc(50%/3 + 50%/3);
  height: 1px;
  background: linear-gradient(90deg, var(--lp-blue-100), var(--lp-blue-100), var(--lp-blue-100));
  pointer-events: none;
}

.lp-step { padding: 0 32px; text-align: center; }

.lp-step-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--lp-blue-50);
  border: 2px solid var(--lp-blue-100);
  color: var(--lp-blue-600);
  font-size: 18px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  transition: transform .3s, box-shadow .3s;
}

.lp-step:hover .lp-step-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(37,99,235,.2);
}

.lp-step h3 { font-size: 16px; font-weight: 700; color: var(--lp-gray-900); margin: 0 0 10px; }
.lp-step p  { font-size: 14px; color: var(--lp-gray-700); line-height: 1.7; margin: 0; }

@media(max-width: 760px) {
  .lp-steps-grid { grid-template-columns: 1fr; gap: 32px; }
  .lp-steps-grid::before { display: none; }
}

/* ── Features Section ─────────────────────────────────────────── */
.lp-features { padding: 88px 24px; background: #e8f2ff; }
.lp-features-inner { max-width: var(--lp-max-w); margin: 0 auto; text-align: center; }

.lp-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
  text-align: left;
}

.lp-feature-card {
  background: var(--lp-white);
  border: 1px solid rgba(30,64,175,.12);
  border-radius: var(--lp-radius-lg);
  padding: 32px;
  box-shadow: 0 4px 16px rgba(30,64,175,.06);
  transition: all .3s cubic-bezier(.16,1,.3,1);
  position: relative;
  overflow: hidden;
}

.lp-feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lp-blue-600), #60a5fa);
  opacity: 0;
  transition: opacity .3s;
}

.lp-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lp-shadow-lg);
  border-color: var(--lp-gray-300);
}
.lp-feature-card:hover::before { opacity: 1; }

.lp-feature-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--lp-blue-50);
  border: 1px solid var(--lp-blue-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-blue-600);
  margin-bottom: 20px;
  transition: transform .3s;
}
.lp-feature-card:hover .lp-feature-icon { transform: scale(1.08); }

.lp-feature-card h3 { font-size: 16px; font-weight: 700; color: var(--lp-gray-900); margin: 0 0 10px; }
.lp-feature-card p  { font-size: 14px; color: var(--lp-gray-700); line-height: 1.7; margin: 0; }

@media(max-width: 760px) { .lp-features-grid { grid-template-columns: 1fr; } }

/* ── Product Section ──────────────────────────────────────────── */
.lp-product { padding: 88px 24px; background: #eef6ff; }

.lp-product-inner {
  max-width: var(--lp-max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.lp-product-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--lp-blue-600);
  margin: 0 0 14px;
}

.lp-product-h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 900;
  color: var(--lp-gray-900);
  margin: 0 0 16px;
  line-height: 1.15;
}

.lp-product-p {
  font-size: 15px;
  color: var(--lp-gray-700);
  line-height: 1.7;
  margin: 0 0 28px;
}

.lp-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--lp-gray-700);
  line-height: 1.5;
}

.lp-check-icon {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--lp-green-bg);
  border: 1px solid var(--lp-green-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.lp-product-visual { position: relative; }

.lp-result-preview {
  background: var(--lp-white);
  border: 1px solid rgba(30,64,175,.12);
  border-radius: var(--lp-radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(30,64,175,.14);
}

.lp-rp-header {
  background: var(--lp-gray-900);
  color: var(--lp-white);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
}

.lp-rp-body { padding: 20px; }

.lp-rp-score-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.lp-rp-score-circle { width: 64px; height: 64px; flex-shrink: 0; }

.lp-rp-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}
.lp-rp-badge.ok   { background: var(--lp-green-bg); color: var(--lp-green); }
.lp-rp-badge.warn { background: var(--lp-yellow-bg); color: var(--lp-yellow); }
.lp-rp-badge.err  { background: var(--lp-red-bg); color: var(--lp-red); }

.lp-rp-fakt-list { display: flex; flex-direction: column; gap: 6px; }

.lp-rp-fakt {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.lp-rp-fakt.ok   { background: var(--lp-green-bg); color: var(--lp-green); }
.lp-rp-fakt.warn { background: var(--lp-yellow-bg); color: var(--lp-yellow); }
.lp-rp-fakt.err  { background: var(--lp-red-bg); color: var(--lp-red); }
.lp-rp-fakt.miss { background: var(--lp-gray-50); color: var(--lp-gray-500); border: 1px solid var(--lp-gray-200); }

@media(max-width: 900px) {
  .lp-product-inner { grid-template-columns: 1fr; gap: 48px; }
}

/* ── Stats Section ────────────────────────────────────────────── */
.lp-stats { padding: 88px 24px; background: #eef6ff; }

.lp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 52px;
  text-align: left;
}

.lp-stat-num {
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 900;
  color: var(--lp-blue-700);
  line-height: 1.05;
  letter-spacing: -.5px;
  margin: 14px 0 6px;
}

.lp-stats-footer {
  margin-top: 36px;
  text-align: center;
}

.lp-stats-quote {
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  color: var(--lp-gray-700);
  margin: 0 0 8px;
}

.lp-stats-source {
  font-size: 12px;
  color: #6b7280;
  margin: 16px 0 0;
  line-height: 1.7;
}

.lp-stats-source-link {
  color: #4b5563;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #d1d5db;
  transition: color .15s, border-color .15s;
}
.lp-stats-source-link:hover {
  color: var(--lp-blue-700);
  border-color: var(--lp-blue-700);
}

@media(max-width: 900px) { .lp-stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 480px) { .lp-stats-grid { grid-template-columns: 1fr; } }

/* ── Legal Section ────────────────────────────────────────────── */
.lp-legal { padding: 88px 24px; background: #e8f2ff; }

.lp-legal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 52px;
  text-align: left;
}

.lp-legal-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-legal-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--lp-gray-700);
  line-height: 1.55;
}

.lp-ll-ok   { color: var(--lp-green);  font-weight: 800; font-size: 12px; flex-shrink: 0; margin-top: 1px; }
.lp-ll-warn { color: var(--lp-yellow); font-weight: 800; font-size: 12px; flex-shrink: 0; margin-top: 1px; }

.lp-legal-highlight {
  margin-top: 28px;
  background: linear-gradient(135deg, var(--lp-blue-50) 0%, #e8f0ff 100%);
  border: 1px solid var(--lp-blue-100);
  border-radius: var(--lp-radius-lg);
  padding: 28px 32px;
  text-align: center;
}

.lp-lh-main {
  font-size: 16px;
  font-weight: 800;
  color: var(--lp-gray-900);
  margin: 0 0 8px;
  line-height: 1.4;
}

.lp-lh-sub {
  font-size: 13px;
  color: var(--lp-gray-500);
  margin: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

@media(max-width: 760px) { .lp-legal-grid { grid-template-columns: 1fr; } }

/* ── CTA Section ──────────────────────────────────────────────── */
.lp-cta {
  background: linear-gradient(135deg, #1e3a5f 0%, #1d4ed8 100%);
  padding: 88px 24px;
  position: relative;
  overflow: hidden;
}

.lp-cta::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 24px 24px;
}

.lp-cta-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.lp-cta h2 {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  color: var(--lp-white);
  margin: 0 0 14px;
  line-height: 1.1;
}

.lp-cta p {
  font-size: 16px;
  color: rgba(255,255,255,.7);
  margin: 0 0 36px;
}

.lp-btn-cta-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--lp-white);
  color: var(--lp-blue-700);
  border: none;
  border-radius: 12px;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all .2s;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.lp-btn-cta-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,.3);
}

.lp-cta-trust {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.lp-cta-trust-item { font-size: 12px; color: rgba(255,255,255,.55); }

/* ── Footer ───────────────────────────────────────────────────── */
.lp-footer {
  background: #e8f2ff;
  border-top: 1px solid rgba(30,64,175,.1);
  padding: 24px;
  text-align: center;
}

.lp-footer-inner {
  max-width: var(--lp-max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.lp-footer-copy { font-size: 12px; color: var(--lp-gray-500); }

.lp-footer-links { display: flex; gap: 20px; }

.lp-footer-links a {
  font-size: 12px;
  color: var(--lp-gray-500);
  text-decoration: none;
  transition: color .15s;
}
.lp-footer-links a:hover { color: var(--lp-gray-900); }

/* ── Section Header ───────────────────────────────────────────── */
.lp-section-badge {
  display: inline-block;
  background: var(--lp-blue-50);
  border: 1px solid var(--lp-blue-100);
  color: var(--lp-blue-600);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 14px;
  margin-bottom: 16px;
}

.lp-section-h2 {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 900;
  color: var(--lp-gray-900);
  margin: 0;
  line-height: 1.1;
  letter-spacing: -.3px;
}

.lp-section-sub {
  font-size: 16px;
  color: var(--lp-gray-700);
  margin: 12px 0 0;
}

/* ── Primary Button ───────────────────────────────────────────── */
.lp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #1e40af, #3b82f6);
  color: var(--lp-white);
  border: none;
  border-radius: 12px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all .18s;
  box-shadow: 0 10px 20px rgba(30,64,175,.25);
  position: relative;
  overflow: hidden;
}
.lp-btn-primary::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.15) 0%, transparent 55%);
  pointer-events: none;
}
.lp-btn-primary:hover {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(30,64,175,.38);
}
.lp-btn-primary:active { transform: scale(.97); }

/* ── Demo Live States ─────────────────────────────────────────── */
.lp-ds-wrap {
  padding: 18px 20px 16px;
}

.lp-ds-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--lp-gray-500);
  margin: 0 0 10px;
}

.lp-demo-url-row {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--lp-gray-50);
  border: 1.5px solid var(--lp-gray-200);
  border-radius: 9px;
  padding: 10px 13px;
  margin-bottom: 12px;
  transition: border-color .25s, box-shadow .25s;
  min-height: 40px;
}
.lp-demo-url-row.lp-demo-focus {
  border-color: var(--lp-blue-600);
  box-shadow: 0 0 0 3px rgba(37,99,235,.1);
  background: var(--lp-white);
}

.lp-demo-url-text {
  flex: 1;
  font-size: 12px;
  font-family: ui-monospace, 'SF Mono', monospace;
  color: var(--lp-gray-700);
  overflow: hidden;
  white-space: nowrap;
}

.lp-demo-cursor {
  font-size: 14px;
  font-weight: 300;
  color: var(--lp-blue-600);
  line-height: 1;
  animation: lp-cur-blink .85s step-end infinite;
  flex-shrink: 0;
}

.lp-ds-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.lp-ds-platforms {
  display: flex;
  gap: 5px;
}

.lp-ds-platform {
  font-size: 10px;
  color: var(--lp-gray-500);
  background: var(--lp-gray-100);
  border-radius: 4px;
  padding: 2px 7px;
  font-weight: 500;
}

.lp-ds-run-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #1e40af, #3b82f6);
  color: var(--lp-white);
  border: none;
  border-radius: 8px;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 700;
  cursor: default;
  transition: transform .15s, background .15s, box-shadow .15s;
  box-shadow: 0 4px 14px rgba(30,64,175,.3);
  flex-shrink: 0;
}
.lp-ds-run-btn.lp-ds-btn-go {
  transform: scale(.93);
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  box-shadow: 0 6px 20px rgba(30,64,175,.5);
}

/* Loading State */
.lp-ds-load-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.lp-ds-spinner {
  width: 14px;
  height: 14px;
  border: 2.5px solid var(--lp-blue-100);
  border-top-color: var(--lp-blue-600);
  border-radius: 50%;
  animation: lp-spin .65s linear infinite;
  flex-shrink: 0;
}

.lp-ds-load-txt {
  font-size: 12px;
  font-weight: 600;
  color: var(--lp-gray-700);
}

.lp-ds-load-track {
  height: 4px;
  background: var(--lp-gray-100);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 14px;
}

.lp-ds-load-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--lp-blue-700) 0%, #60a5fa 100%);
  border-radius: 99px;
  transition: width 1.1s cubic-bezier(.4,0,.2,1);
}

.lp-ds-steps {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.lp-ds-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--lp-gray-300);
  font-weight: 500;
  transition: color .3s ease;
}

.lp-ds-step-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid var(--lp-gray-200);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 9px;
  transition: background .3s, border-color .3s;
}

.lp-ds-step.lp-ds-active {
  color: var(--lp-gray-700);
  font-weight: 700;
}
.lp-ds-step.lp-ds-active .lp-ds-step-icon {
  background: var(--lp-blue-50);
  border-color: var(--lp-blue-600);
}
.lp-ds-step.lp-ds-active .lp-ds-step-icon::after {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--lp-blue-600);
}

.lp-ds-step.lp-ds-done {
  color: var(--lp-green);
}
.lp-ds-step.lp-ds-done .lp-ds-step-icon {
  background: var(--lp-green-bg);
  border-color: var(--lp-green-border);
}
.lp-ds-step.lp-ds-done .lp-ds-step-icon::after {
  content: '✓';
  color: var(--lp-green);
  font-size: 9px;
  font-weight: 900;
}

/* Result state — elements start hidden, JS animates them in */
#lp-demo-s2 .lp-risk-label,
#lp-demo-s2 .lp-risk-sub,
#lp-demo-s2 .lp-hint-chip,
#lp-demo-s2 .lp-vchip {
  opacity: 0;
  transform: translateY(5px);
}

/* ── Blueprint Hintergrund ────────────────────────────────────── */
.lp-blueprint {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(560px, 76%, 920px);
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}
.lp-blueprint svg { width: 100%; height: auto; display: block; }

/* ── Hero Tiefenlayer (Glow-Blobs) ────────────────────────────── */
.lp-hero-depth {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.lp-hero-glow-1 {
  position: absolute;
  width: 660px; height: 440px;
  top: -120px; right: -180px;
  background: radial-gradient(ellipse, rgba(59,130,246,.22) 0%, transparent 68%);
  border-radius: 50%;
}
.lp-hero-glow-2 {
  position: absolute;
  width: 420px; height: 320px;
  bottom: -60px; left: 4%;
  background: radial-gradient(ellipse, rgba(30,64,175,.28) 0%, transparent 65%);
  border-radius: 50%;
}
.lp-hero-glow-3 {
  position: absolute;
  width: 300px; height: 240px;
  top: 30%; left: 38%;
  background: radial-gradient(ellipse, rgba(59,130,246,.12) 0%, transparent 70%);
  border-radius: 50%;
}

/* ── Werkzeug-Elemente (dekorativ) ───────────────────────────── */
.lp-tools-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.lp-tool-svg {
  position: absolute;
  fill: none;
  stroke: #60a5fa;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.22;
}

/* ── Panel Scan Animation ─────────────────────────────────────── */
.lp-panel-scan {
  position: relative;
  overflow: hidden;
}
.lp-panel-scan::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, rgba(37,99,235,.7) 40%, rgba(37,99,235,.95) 50%, rgba(37,99,235,.7) 60%, transparent 100%);
  animation: lp-scan-sweep .44s cubic-bezier(.4,0,.6,1) forwards;
  z-index: 20;
  pointer-events: none;
}

/* ── Button Ripple ────────────────────────────────────────────── */
.lp-btn-ripple-el {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  width: 120px; height: 120px;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%) scale(0);
  animation: lp-ripple-anim .55s ease-out forwards;
  pointer-events: none;
}

/* ── Keyframes ────────────────────────────────────────────────── */
@keyframes lp-cur-blink  { 0%,100%{opacity:1} 50%{opacity:0} }
@keyframes lp-spin       { to{transform:rotate(360deg)} }
@keyframes lp-scan-sweep {
  0%   { top: 0;    opacity: 0; }
  8%   { opacity: 1; }
  92%  { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}
@keyframes lp-ripple-anim {
  to { transform: translate(-50%,-50%) scale(4); opacity: 0; }
}
@keyframes lp-fade-up    { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:translateY(0)} }
@keyframes lp-fade-right { from{opacity:0;transform:translateX(22px)} to{opacity:1;transform:translateX(0)} }
@keyframes lp-pulse      { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.75)} }
@keyframes lp-dot-drift  { 0%{background-position:0 0} 100%{background-position:28px 28px} }
@keyframes lp-float-chip { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }
@keyframes lp-panel-float {
  0%,100% { transform:perspective(900px) rotateY(-7deg) rotateX(2.5deg) translateY(0); }
  50%     { transform:perspective(900px) rotateY(-7deg) rotateX(2.5deg) translateY(-11px); }
}

@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after { animation-duration:.01ms !important; transition-duration:.01ms !important; }
}


/* ══════════════════════════════════════════════════════════════════
   PART B — ICU UTILITY CLASSES (preserved exactly)
   ══════════════════════════════════════════════════════════════════ */

/* ── ICU Root vars kept for modal/form/button consistency ─────── */
:root {
  --ic-red:       #dc2626;
  --ic-red-d:     #b91c1c;
  --ic-red-light: #fef2f2;
  --ic-red-glow:  rgba(220,38,38,.15);
  --ic-blue:      #2563eb;
  --ic-blue-d:    #1d4ed8;
  --ic-blue-light:#eff6ff;
  --ic-bg-white:  #ffffff;
  --ic-text:      #111827;
  --ic-text-2:    #374151;
  --ic-muted:     #6b7280;
  --ic-subtle:    #9ca3af;
  --ic-border:    #e5e7eb;
  --ic-border-2:  #d1d5db;
  --ic-shadow-sm: 0 2px 8px rgba(0,0,0,.06);
  --ic-shadow:    0 4px 24px rgba(0,0,0,.09);
  --ic-shadow-lg: 0 16px 48px rgba(0,0,0,.13);
  --ic-shadow-xl: 0 32px 80px rgba(0,0,0,.18);
  --ic-green:     #16a34a;
  --ic-yellow:    #ca8a04;
  --ic-green-bg:  #f0fdf4;
  --ic-yellow-bg: #fefce8;
  --ic-radius:    14px;
  --ic-radius-lg: 20px;
}

/* ── Overlay + Modal ──────────────────────────────────────────── */
.icu-overlay {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0; /* Fallback für Firefox < 87 (kein inset) */
  inset: 0;
  background: rgba(0,0,0,.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 9000;
  animation: icu-fade .2s ease;
}

.icu-modal {
  position: fixed; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: var(--ic-radius);
  padding: 36px 32px 28px;
  width: min(440px, calc(100vw - 32px));
  z-index: 9100;
  box-shadow: var(--ic-shadow-xl);
  animation: icu-slide-up .22s ease;
  border: 1px solid var(--ic-border);
}

.icu-modal-close {
  position: absolute; top: 14px; right: 16px;
  background: #f8fafc; border: none; border-radius: 50%;
  width: 30px; height: 30px; font-size: 18px; line-height: 1;
  cursor: pointer; color: var(--ic-muted); transition: background .15s;
}
.icu-modal-close:hover { background: var(--ic-border); }

.icu-modal-icon  { font-size: 28px; margin-bottom: 8px; }
.icu-modal-title { font-size: 22px; font-weight: 700; color: var(--ic-text); margin: 0 0 4px; }
.icu-modal-sub   { font-size: 14px; color: var(--ic-muted); margin: 0 0 20px; }
.icu-modal-footer { text-align: center; font-size: 13px; color: var(--ic-muted); margin-top: 16px; }

/* ── Forms ────────────────────────────────────────────────────── */
.icu-field { margin-bottom: 14px; }
.icu-field label {
  display: block; font-size: 11px; font-weight: 600;
  letter-spacing: .06em; color: var(--ic-muted); margin-bottom: 5px;
}
.icu-field input {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--ic-border); border-radius: 10px;
  font-size: 14px; color: var(--ic-text); background: #fff;
  box-sizing: border-box; transition: border-color .15s, box-shadow .15s; outline: none;
}
.icu-field input:focus { border-color: var(--ic-blue); box-shadow: 0 0 0 3px rgba(37,99,235,.12); }

.icu-field-extra { text-align: right; margin-top: -8px; margin-bottom: 14px; }
.icu-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
.icu-pw-wrap { position: relative; }
.icu-pw-wrap input { padding-right: 42px; }
.icu-pw-toggle {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  background: none; border: none; cursor: pointer; font-size: 16px;
}
.icu-checkbox {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; color: var(--ic-muted); margin-bottom: 16px;
  cursor: pointer; line-height: 1.4;
}
.icu-checkbox input[type=checkbox] { margin-top: 2px; flex-shrink: 0; accent-color: var(--ic-blue); }

/* ── Buttons ──────────────────────────────────────────────────── */
.icu-btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: linear-gradient(135deg, #1e40af, #3b82f6); color: #fff; border: none; border-radius: 10px;
  padding: 12px 22px; font-size: 14px; font-weight: 600; cursor: pointer;
  transition: background .15s, transform .12s, box-shadow .15s;
  box-shadow: 0 6px 18px rgba(30,64,175,.28);
}
.icu-btn-primary:hover { background: linear-gradient(135deg, #1e3a8a, #2563eb); transform: translateY(-1px); }
.icu-btn-primary:active { transform: scale(.97); }

.icu-btn-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  background: #f8fafc; color: var(--ic-text);
  border: 1.5px solid var(--ic-border); border-radius: 10px;
  padding: 11px 22px; font-size: 14px; font-weight: 600;
  cursor: pointer; transition: background .15s;
}
.icu-btn-secondary:hover { background: #f1f5f9; }

.icu-btn-ghost {
  background: none; border: none; color: var(--ic-muted);
  font-size: 14px; cursor: pointer; padding: 8px 12px; transition: color .15s;
}
.icu-btn-ghost:hover { color: var(--ic-text); }

.icu-btn-full { width: 100%; }
.icu-btn-sm { padding: 8px 16px; font-size: 13px; }
.icu-btn-loader { display: none; }

/* ── Nav ──────────────────────────────────────────────────────── */
#icu-nav-buttons { display: flex; align-items: center; gap: 12px; }
.icu-nav-link { font-size: 14px; font-weight: 500; color: var(--ic-text); text-decoration: none; transition: opacity .15s; }
.icu-nav-link:hover { opacity: .7; }
.icu-btn-nav {
  background: var(--ic-text); color: #fff; border: none; border-radius: 8px;
  padding: 9px 18px; font-size: 14px; font-weight: 600; cursor: pointer;
  text-decoration: none; transition: opacity .15s;
}
.icu-btn-nav:hover { opacity: .85; }

/* ── Alerts + Links ───────────────────────────────────────────── */
.icu-alert { padding: 10px 14px; border-radius: 8px; font-size: 13px; margin-bottom: 14px; }
.icu-alert-error   { background: var(--ic-red-light); border: 1px solid #fecaca; color: #991b1b; }
.icu-alert-success { background: var(--ic-green-bg); border: 1px solid #bbf7d0; color: #166534; }

.icu-link       { color: var(--ic-blue); text-decoration: none; font-weight: 500; }
.icu-link:hover { text-decoration: underline; }
.icu-link-small { font-size: 13px; color: var(--ic-blue); text-decoration: none; }
.icu-link-small:hover { text-decoration: underline; }

/* ── Analyze Form ─────────────────────────────────────────────── */
.icu-analyze-box {
  background: #fff; border-radius: var(--ic-radius-lg);
  padding: 28px 26px; border: 1px solid var(--ic-border);
  box-shadow: var(--ic-shadow-xl);
}
.icu-analyze-label { font-size: 14px; font-weight: 700; color: var(--ic-text); margin: 0 0 12px; }
.icu-url-input {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--ic-border); border-radius: 10px;
  font-size: 14px; color: var(--ic-text); background: #fff;
  box-sizing: border-box; outline: none;
  transition: border-color .15s, box-shadow .15s;
}
.icu-url-input:focus { border-color: var(--ic-blue); box-shadow: 0 0 0 3px rgba(37,99,235,.12); }
.icu-analyze-hint { font-size: 12px; color: var(--ic-muted); margin: 10px 0 0; text-align: center; }
.icu-mt { margin-top: 12px; }
.icu-mt-sm { margin-top: 8px; }

/* ── Result Card ──────────────────────────────────────────────── */
.icu-result-card {
  background: #fff; border-radius: var(--ic-radius-lg);
  overflow: hidden; border: 1px solid var(--ic-border);
  box-shadow: var(--ic-shadow-xl);
}

.icu-result-header {
  background: var(--ic-text); color: #fff;
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.icu-result-logo { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.icu-ic-badge { background: var(--ic-blue); color: #fff; border-radius: 7px; padding: 3px 8px; font-size: 12px; font-weight: 800; }
.icu-result-status { font-size: 11px; color: rgba(255,255,255,.45); }
.icu-result-body { padding: 22px; }

.icu-score-wrap { display: flex; align-items: center; gap: 18px; margin-bottom: 16px; }
.icu-score-circle { width: 80px; height: 80px; position: relative; flex-shrink: 0; }
.icu-score-circle svg { width: 100%; height: 100%; }
.icu-score-bg   { fill: none; stroke: #e5e7eb; stroke-width: 9; }
.icu-score-fill { fill: none; stroke-width: 9; stroke-linecap: round; transition: stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1); }
.icu-score-fill.icu-score-green  { stroke: #22c55e; }
.icu-score-fill.icu-score-yellow { stroke: #eab308; }
.icu-score-fill.icu-score-red    { stroke: #ef4444; }
.icu-score-num {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 800; color: var(--ic-text);
}
.icu-score-num sub { font-size: 11px; font-weight: 500; color: var(--ic-muted); }

.icu-risiko { font-size: 15px; font-weight: 700; }
.icu-risiko.icu-green  { color: var(--ic-green); }
.icu-risiko.icu-yellow { color: var(--ic-yellow); }
.icu-risiko.icu-red    { color: var(--ic-red); }
.icu-risiko-sub { font-size: 12px; color: var(--ic-muted); margin-top: 2px; }

.icu-details {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6px 12px; margin: 0 0 14px; font-size: 13px;
}
.icu-details dt { color: var(--ic-muted); }
.icu-details dd { font-weight: 600; color: var(--ic-text); margin: 0; }

.icu-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.icu-tags span {
  background: #f8fafc; border-radius: 20px; padding: 3px 10px;
  font-size: 12px; color: var(--ic-text); border: 1px solid var(--ic-border);
}

.icu-faktoren { margin-bottom: 14px; display: flex; flex-direction: column; gap: 6px; }
.icu-faktor { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; line-height: 1.4; }
.icu-faktor-icon { flex-shrink: 0; }
.icu-faktor.warnung .icu-faktor-icon::before { content: '⚠'; }
.icu-faktor.hinweis .icu-faktor-icon::before { content: 'ℹ'; }
.icu-faktor.positiv .icu-faktor-icon::before { content: '✓'; }
.icu-faktor.warnung { color: #991b1b; }
.icu-faktor.hinweis { color: var(--ic-muted); }
.icu-faktor.positiv { color: var(--ic-green); }

.icu-score-scale {
  margin: 12px 0 16px;
  border: 1px solid var(--ic-border); border-radius: 10px; overflow: hidden;
}
.icu-scale-title {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .5px; color: var(--ic-muted);
  padding: 8px 12px; border-bottom: 1px solid var(--ic-border); background: #f8fafc;
}
.icu-scale-row {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 12px; border-bottom: 1px solid var(--ic-border);
  font-size: 12px; color: var(--ic-muted);
}
.icu-scale-row:last-child { border-bottom: none; }
.icu-scale-row.icu-scale-active { background: var(--ic-blue-light); color: var(--ic-blue-d); font-weight: 600; }
.icu-scale-range { min-width: 52px; font-size: 11px; font-weight: 600; }
.icu-scale-label { flex: 1; }
.icu-scale-arrow { font-size: 11px; color: var(--ic-blue); }

.icu-result-save { border-top: 1px solid var(--ic-border); padding-top: 14px; margin-top: 4px; }
.icu-save-hint { font-size: 13px; color: var(--ic-muted); margin: 0 0 10px; }
.icu-save-btns { display: flex; gap: 8px; }
.icu-save-ok { font-size: 14px; font-weight: 600; color: var(--ic-green); margin: 0 0 6px; }

/* ── Dashboard ────────────────────────────────────────────────── */
.icu-dashboard { max-width: 860px; margin: 0 auto; padding: 40px 20px; }
.icu-dash-guest { padding: 40px 20px; }
.icu-dash-guest p { font-size: 15px; color: var(--ic-muted); margin-bottom: 20px; }

/* ── Account Box (Login / Register inline) ────────────────────── */
.icu-account-box {
  max-width: 440px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 40px 36px;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
}
.icu-account-title {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px;
}
.icu-account-sub {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 24px;
}
.icu-account-form .icu-field { margin-bottom: 16px; }
.icu-account-switch {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin: 20px 0 0;
}
.icu-dash-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 28px; flex-wrap: wrap; gap: 12px; }
.icu-dash-header h2 { font-size: 22px; font-weight: 700; color: var(--ic-text); margin: 0; }
.icu-dash-sub { font-size: 13px; color: var(--ic-muted); margin: 4px 0 0; }
.icu-dash-actions { display: flex; gap: 8px; align-items: center; }
.icu-dash-list { display: flex; flex-direction: column; gap: 10px; }
.icu-dash-item {
  background: #fff; border: 1px solid var(--ic-border); border-radius: 12px;
  padding: 16px 20px; display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; transition: box-shadow .15s, border-color .15s, transform .15s;
}
.icu-dash-item:hover { box-shadow: var(--ic-shadow); border-color: var(--ic-border-2); transform: translateY(-1px); }
.icu-dash-item-left { flex: 1; min-width: 0; }
.icu-dash-item-title {
  font-size: 15px; font-weight: 600; color: var(--ic-text);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 0 4px;
}
.icu-dash-item-meta { font-size: 12px; color: var(--ic-muted); }
.icu-dash-item-right { display: flex; align-items: center; gap: 10px; margin-left: 16px; }
.icu-score-badge {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; flex-shrink: 0;
}
.icu-score-badge.green  { background: var(--ic-green-bg); color: var(--ic-green); }
.icu-score-badge.yellow { background: var(--ic-yellow-bg); color: var(--ic-yellow); }
.icu-score-badge.red    { background: var(--ic-red-light); color: var(--ic-red); }
.icu-dash-detail { padding: 4px 0; }
.icu-back-btn { background: none; border: none; cursor: pointer; font-size: 14px; color: var(--ic-muted); padding: 0 0 16px; transition: color .15s; }
.icu-back-btn:hover { color: var(--ic-text); }

.icu-loading { text-align: center; color: var(--ic-muted); padding: 40px 20px; font-size: 14px; }
.icu-empty   { text-align: center; color: var(--ic-muted); padding: 40px 20px; font-size: 14px; }

/* ── Bulk-Lösch-Toolbar ───────────────────────────────────────────────────── */
.icu-bulk-toolbar {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 14px; background: #f8fafc;
  border: 1px solid var(--ic-border); border-radius: 10px; margin-bottom: 8px;
  flex-wrap: wrap;
}
.icu-select-all-wrap {
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; color: var(--ic-muted); cursor: pointer;
  -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.icu-select-all-wrap input[type="checkbox"] {
  width: 16px; height: 16px; cursor: pointer; accent-color: #2563eb; flex-shrink: 0;
}
.icu-btn-danger {
  background: #fee2e2; color: #dc2626;
  border: 1px solid #fca5a5; border-radius: 8px;
  cursor: pointer; font-weight: 600; transition: background .15s, border-color .15s;
}
.icu-btn-danger:hover:not(:disabled) { background: #fecaca; border-color: #f87171; }
.icu-btn-danger:disabled { opacity: 0.4; cursor: not-allowed; }

/* Checkbox je Analyse-Eintrag */
.icu-item-check-wrap {
  display: flex; align-items: center; padding-right: 12px; cursor: pointer; flex-shrink: 0;
}
.icu-item-check-wrap input[type="checkbox"] {
  width: 16px; height: 16px; cursor: pointer; accent-color: #2563eb; flex-shrink: 0;
}

/* Einzel-Löschen-Button */
.icu-delete-single-btn {
  background: none; border: none; cursor: pointer;
  font-size: 15px; padding: 4px 6px; border-radius: 6px;
  color: #d1d5db; line-height: 1; transition: color .15s, background .15s; flex-shrink: 0;
}
.icu-delete-single-btn:hover { color: #dc2626; background: #fee2e2; }

/* ── Notiz ──────────────────────────────────────────────────────────────────── */
.icu-notiz-wrap     { margin-top: 5px; }
.icu-notiz-preview  {
  display: inline-flex; align-items: center; gap: 5px; cursor: pointer;
  font-size: 12px; border-radius: 4px; padding: 2px 5px 2px 2px;
  max-width: 100%; transition: background .12s;
}
.icu-notiz-preview:hover   { background: #f1f5f9; }
.icu-notiz-preview::before { content: '\270E'; font-size: 11px; color: #9ca3af; flex-shrink: 0; }
.icu-notiz-text  {
  color: var(--ic-text); opacity: .7; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis; max-width: 340px;
  display: inline-block; vertical-align: bottom;
}
.icu-notiz-preview:hover .icu-notiz-text { opacity: 1; }
.icu-notiz-empty { color: var(--ic-muted); font-style: italic; }
.icu-notiz-editor  { margin-top: 6px; }
.icu-notiz-input   {
  width: 100%; font-size: 13px; color: var(--ic-text); font-family: inherit;
  border: 1px solid var(--ic-border-2); border-radius: 8px;
  padding: 8px 10px; resize: vertical; min-height: 60px;
  background: #fff; outline: none; box-sizing: border-box;
  line-height: 1.5; transition: border-color .15s, box-shadow .15s;
}
.icu-notiz-input:focus  { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,.08); }
.icu-notiz-actions { display: flex; gap: 8px; margin-top: 6px; }

/* ── ICU Keyframes ────────────────────────────────────────────── */
@keyframes icu-fade     { from{opacity:0} to{opacity:1} }
@keyframes icu-slide-up { from{opacity:0;transform:translate(-50%,-46%)} to{opacity:1;transform:translate(-50%,-50%)} }

/* ── Account-Seite: exakt gleicher Hintergrund wie LP-Hero ───────
   Live DOM-Befund /account/:
   - Alle Container von #icu-dashboard-wrap bis #page: transparent
   - #page: full-viewport-width (1363px), als einziger mit bg:white
   - body:has(.icu-account-bg) greift nur auf /account/
   Hintergrund-Aufbau identisch wie .lp-hero + ::before + ::after:
   1. Basis: #0a0f1e  (.lp-hero background-color)
   2. Overlay: 3 radiale Gradienten  (.lp-hero::before background)
   3. Dot-Grid: 1px-Punkte 28×28px   (.lp-hero::after background)
   Alle Werte 1:1 aus den Live-Stylesheet-Rules übernommen.
   ────────────────────────────────────────────────────────────────── */
body:has(.icu-account-bg) #page {
  background-color:  #0a0f1e !important;
  background-image:
    radial-gradient(75% 65% at 92% 8%,  rgba(59,130,246,.18) 0%, transparent 55%),
    radial-gradient(55% 45% at 8%  88%, rgba(30,64,175,.20)  0%, transparent 52%),
    radial-gradient(40% 35%,            rgba(96,165,250,.07) 0%, transparent 60%),
    radial-gradient(circle, rgba(96,165,250,.14) 1px, transparent 1px) !important;
  background-size:     100% 100%, 100% 100%, 100% 100%, 28px 28px !important;
  background-repeat:   no-repeat, no-repeat, no-repeat, repeat !important;
  background-position: 0 0, 0 0, 0 0, 0 0 !important;
  animation: icu-account-dots 40s linear infinite !important;
}
@keyframes icu-account-dots {
  0%   { background-position: 0 0, 0 0, 0 0, 0 0; }
  100% { background-position: 0 0, 0 0, 0 0, 28px 28px; }
}
.icu-account-bg {
  min-height: calc(100vh - 80px);
}

/* ── Account-Bereich: Inhalt-Cards auf dunklem Hintergrund ───────
   Scoped auf .icu-account-bg – kein Einfluss auf andere Seiten.
   Kein globales Text-Override. Nur Wrapper-Hintergründe.
   ────────────────────────────────────────────────────────────────── */

/* 1. Account-Box (Login / Register) – Schatten für dunklen BG anpassen */
.icu-account-bg .icu-account-box {
  box-shadow: 0 8px 40px rgba(0,0,0,.30), 0 2px 8px rgba(0,0,0,.20);
}

/* 2. Dashboard-Header (Begrüßung + Aktionen) */
.icu-account-bg .icu-dash-header {
  background:    #ffffff;
  border-radius: 14px;
  box-shadow:    0 4px 24px rgba(0,0,0,.18);
  padding:       20px 24px;
  margin-bottom: 16px;
  border:        none;
}

/* 3. Bulk-Toolbar (innerhalb #icu-dash-list) */
.icu-account-bg .icu-bulk-toolbar {
  background:    #ffffff;
  border:        1px solid #e5e7eb;
  border-radius: 10px;
}

/* 4. Loading / Empty State */
.icu-account-bg .icu-loading,
.icu-account-bg .icu-empty {
  background:    #ffffff;
  border-radius: 14px;
  box-shadow:    0 4px 24px rgba(0,0,0,.18);
  border:        none;
}

/* 5. Zurück-Button – sichtbar auf dunklem BG */
.icu-account-bg .icu-back-btn {
  color: rgba(255,255,255,.75);
}
.icu-account-bg .icu-back-btn:hover {
  color: #ffffff;
}

/* 6. Detail-Ansicht: Container (kein eigener BG, Cards drin) */
.icu-account-bg #icu-dash-detail-content {
  display:        flex;
  flex-direction: column;
  gap:            14px;
}

/* 7. Einzel-Cards in der Detail-Ansicht */
.icu-detail-card {
  background:    #ffffff;
  border-radius: var(--ic-radius);
  border:        1px solid var(--ic-border);
  box-shadow:    0 4px 24px rgba(0,0,0,.13);
  padding:       22px 24px;
}

/* ── Card 1 Hero: Bild + Info ──────────────────────────────────────────────
   Mobile (< 700px): Bild oben, Info unten – wie bisher.
   Desktop (≥ 700px): Bild links 62%, Info rechts.                          */

/* Card-Hero: overflow:hidden für saubere Bild-Ecken */
.icu-detail-card-hero {
  padding: 0 !important;
  overflow: hidden;
}

/* Bild-Spalte (Mobile: volle Breite, begrenzte Höhe) */
.icu-detail-col-img { display: block; }
.icu-detail-col-img .icu-detail-img {
  width:         100%;
  max-height:    200px;
  object-fit:    cover;
  border-radius: 0;
  margin:        0;
  display:       block;
}

/* Info-Spalte */
.icu-detail-col-info {
  padding:        20px 22px;
  display:        flex;
  flex-direction: column;
  gap:            14px;
}
.icu-detail-col-info .icu-detail-title { margin: 0; }
.icu-detail-col-info .icu-detail-sub   { margin: 0; }
.icu-detail-col-info .icu-score-wrap   { margin: 0; }

/* CTA in Info-Spalte: auf Mobile automatisch, Desktop an Unterkante */
.icu-detail-cta { align-self: flex-start; }

/* Vorschau-Badge oben links auf dem Bild */
.icu-detail-col-img { position: relative; }
.icu-img-badge {
  position:      absolute;
  top:           10px;
  left:          10px;
  background:    rgba(0,0,0,.52);
  color:         #ffffff;
  font-size:     11px;
  font-weight:   600;
  letter-spacing:.04em;
  padding:       3px 8px;
  border-radius: 4px;
  pointer-events: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Hinweis-Text unter/neben dem Bild */
.icu-img-hint {
  font-size:  11px;
  color:      var(--ic-muted);
  margin:     0;
  font-style: italic;
}

/* Quick-Info (Preis / KM / Erstzulassung) in Card 1 */
.icu-detail-quick {
  display:               grid;
  grid-template-columns: auto 1fr;
  gap:                   3px 10px;
  font-size:             13px;
  margin:                0;
}
.icu-detail-quick dt { color: var(--ic-muted); }
.icu-detail-quick dd { font-weight: 600; color: var(--ic-text); margin: 0; }

/* ── Desktop: 2-Spalten-Layout (nur Card-Hero mit Bild) ────────────────── */
@media (min-width: 700px) {
  .icu-detail-card-hero {
    display:               grid;
    grid-template-columns: 62% 1fr;
    align-items:           stretch;
  }
  .icu-detail-col-img {
    background: #f1f5f9;
    display:    flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
  }
  .icu-detail-col-img .icu-detail-img {
    width:      100%;
    height:     100%;
    max-height: none;
    object-fit: contain;    /* vollständiges Bild, kein Crop */
  }
  .icu-detail-col-info {
    padding:         28px 26px;
    border-left:     1px solid var(--ic-border);
    justify-content: space-between;
  }
  .icu-detail-cta { width: 100%; text-align: center; justify-content: center; }
}

/* Kopfzeile (kein Bild – Fallback-Card 1) */
.icu-detail-top {
  display:         flex;
  align-items:     flex-start;
  justify-content: space-between;
  gap:             16px;
  flex-wrap:       wrap;
  margin-bottom:   18px;
}
.icu-detail-meta { flex: 1; min-width: 0; }
.icu-detail-title {
  font-size:   18px;
  font-weight: 700;
  color:       var(--ic-text);
  margin:      0 0 4px;
  line-height: 1.3;
}
.icu-detail-sub {
  font-size: 12px;
  color:     var(--ic-muted);
  margin:    0;
}
.icu-detail-sub a {
  color:           var(--ic-blue);
  text-decoration: none;
}
.icu-detail-sub a:hover { text-decoration: underline; }

/* Section-Überschrift in Card 2 + 3 */
.icu-detail-card-title {
  font-size:      13px;
  font-weight:    700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color:          var(--ic-muted);
  margin:         0 0 14px;
}

@media (max-width: 520px) {
  .icu-detail-top { flex-direction: column; }
  .icu-detail-top .icu-btn-primary { width: 100%; justify-content: center; }
}

/* ══════════════════════════════════════════════════════════════════
   FIREFOX COMPATIBILITY
   Nur echte Firefox-vs-Chrome-Abweichungen. Chrome bleibt
   vollständig unverändert.
   ══════════════════════════════════════════════════════════════════ */

/* 1. ::-moz-focus-inner — Firefox fügt 2 px Extra-Innenpading in alle
      <button>-Elemente ein. Führt zu sichtbar anderen Button-Höhen
      gegenüber Chrome. Dieser Reset ist Firefox-only. */
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 !important;
}

/* 2. -moz-appearance:none — verhindert Firefox-eigene Button-Darstellung
      (leichter Innenrahmen, Höhe) die Chrome nicht zeigt. Trifft alle
      custom-gestylten Buttons auf der Seite. */
.lp-btn-primary,
.lp-btn-cta-white,
.icu-btn-primary,
.icu-btn-secondary,
.icu-btn-ghost,
.icu-btn-danger,
.icu-back-btn,
.icu-modal-close,
.icu-delete-single-btn,
.icu-notiz-save-btn,
.icu-notiz-cancel-btn,
.icu-action-bar button {
  -moz-appearance: none;
  appearance: none;
}

/* 3. lp-btn-primary in Firefox: align-items auf Buttons mit overflow:hidden
      + border-radius + pseudo-element funktioniert in Firefox erst zuverlässig
      wenn box-sizing explizit gesetzt ist. */
.lp-btn-primary,
.lp-btn-cta-white {
  box-sizing: border-box;
}

/* 4. Fokus-Ring: Firefox zeigt einen gestrichelten Fokus-Rahmen auf Buttons,
      Chrome nicht. Mit :focus-visible nur bei Tastaturnavigation einblenden. */
.lp-btn-primary:focus:not(:focus-visible),
.lp-btn-cta-white:focus:not(:focus-visible),
.icu-btn-primary:focus:not(:focus-visible),
.icu-btn-secondary:focus:not(:focus-visible),
.icu-btn-danger:focus:not(:focus-visible),
.icu-action-bar button:focus:not(:focus-visible),
.icu-delete-single-btn:focus:not(:focus-visible),
.icu-notiz-save-btn:focus:not(:focus-visible),
.icu-notiz-cancel-btn:focus:not(:focus-visible) {
  outline: none;
}

/* ═══════════════════════════════════════════════════════════
   ACTION BAR – PDF / Teilen
   ═══════════════════════════════════════════════════════════ */
.icu-action-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0;
    padding: 16px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}
.icu-action-bar button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .15s, transform .1s;
    white-space: nowrap;
}
.icu-action-bar button:hover  { opacity: .88; transform: translateY(-1px); }
.icu-action-bar button:active { transform: translateY(0); }
.icu-btn-pdf       { background: #2563eb; color: #fff; }
.icu-btn-whatsapp  { background: #25d366; color: #fff; }
.icu-btn-email     { background: #64748b; color: #fff; }
.icu-btn-copy      { background: #fff; color: #374151; border: 1.5px solid #d1d5db !important; }
.icu-inserat-link-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #eff6ff;
    border: 1.5px solid #bfdbfe;
    border-radius: 10px;
    margin: 12px 0;
}
.icu-inserat-link-box a {
    flex: 1;
    color: #2563eb;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    word-break: break-all;
}
.icu-inserat-link-box a:hover { text-decoration: underline; }
.icu-inserat-link-icon { font-size: 20px; flex-shrink: 0; }

/* ═══════════════════════════════════════════════════════════
   SHARE-PDF (1-Seiten-Teaser)
   Auf dem Bildschirm versteckt, beim Drucken die einzige Seite
   ═══════════════════════════════════════════════════════════ */

/* Screen: Share-PDF + alter Print-Header unsichtbar */
#icu-share-pdf    { display: none; }
.icu-print-header { display: none; }
.icu-no-print     { display: block; } /* Online sichtbar */

/* ── Share-PDF Styles ────────────────────────────────────── */
#icu-share-pdf {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    color: #0f172a;
    background: #ffffff;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 32px 36px 28px;
    box-sizing: border-box;
    line-height: 1.4;
}

/* ── A. HEADER ───────────────────────────────────────────── */
.spdf-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 3px solid #2563eb;
}
.spdf-logo {
    font-size: 20px;
    font-weight: 900;
    color: #2563eb;
    letter-spacing: -0.5px;
    line-height: 1.1;
}
.spdf-logo-sub {
    font-size: 11px;
    font-weight: 500;
    color: #94a3b8;
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.spdf-tagline {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 500;
    text-align: right;
    line-height: 1.6;
}

/* ── B. FAHRZEUG ─────────────────────────────────────────── */
.spdf-vehicle-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.spdf-vehicle-img {
    width: 100px;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    border: 1px solid #e2e8f0;
}
.spdf-vehicle {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}

/* ── C. SCORE-BLOCK ──────────────────────────────────────── */
.spdf-score-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 28px;
    margin-bottom: 22px;
}
.spdf-score-left {
    flex-shrink: 0;
    text-align: center;
}
.spdf-score-num {
    font-size: 72px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -2px;
}
.spdf-score-num span {
    font-size: 26px;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0;
}
.spdf-score-label {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 500;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.spdf-score-right {
    flex: 1;
}
.spdf-risk {
    display: inline-block;
    font-size: 17px;
    font-weight: 800;
    padding: 7px 20px;
    border-radius: 999px;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}
.spdf-risk-high { background: #fee2e2; color: #b91c1c; }
.spdf-risk-mid  { background: #fff7ed; color: #c2410c; }
.spdf-risk-low  { background: #dcfce7; color: #166534; }
.spdf-score-desc {
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
}

/* ── D. AUFFÄLLIGKEITEN ──────────────────────────────────── */
.spdf-risks {
    margin-bottom: 20px;
    border: 1px solid #fed7aa;
    border-left: 5px solid #ea580c;
    border-radius: 0 10px 10px 0;
    padding: 16px 20px;
    background: #fff7ed;
}
.spdf-risks-title {
    font-size: 10px;
    font-weight: 800;
    color: #9a3412;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.spdf-risks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.spdf-risks ul li {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
    line-height: 1.35;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.spdf-risks ul li::before {
    content: '▸';
    color: #ea580c;
    flex-shrink: 0;
    font-size: 13px;
    margin-top: 1px;
}

/* ── E. HINWEIS ──────────────────────────────────────────── */
.spdf-hint {
    font-size: 12px;
    color: #64748b;
    line-height: 1.55;
    margin-bottom: 22px;
    padding: 12px 16px;
    background: #f1f5f9;
    border-radius: 8px;
    border-left: 3px solid #cbd5e1;
}

/* ── F. CTA ──────────────────────────────────────────────── */
.spdf-cta {
    background: #1d4ed8;
    border-radius: 12px;
    padding: 22px 28px;
    text-align: center;
}
.spdf-cta-text {
    font-size: 19px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
    line-height: 1.2;
}
.spdf-cta-btn {
    display: inline-block;
    background: #ffffff;
    color: #1d4ed8;
    font-size: 15px;
    font-weight: 700;
    padding: 11px 28px;
    border-radius: 8px;
    text-decoration: none;
    letter-spacing: 0.1px;
    border: none;
}
.spdf-cta-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}
.spdf-cta-left {
    flex: 1;
    text-align: left;
}
.spdf-cta-qr {
    flex-shrink: 0;
    text-align: center;
}
.spdf-cta-qr-label {
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    margin-top: 5px;
}
.spdf-cta-url {
    margin-top: 10px;
    font-size: 10px;
    color: rgba(255,255,255,0.7);
    word-break: break-all;
    letter-spacing: 0;
}

/* ═══════════════════════════════════════════════════════════
   PRINT — nur Share-PDF zeigen, exakt 1 Seite
   ═══════════════════════════════════════════════════════════ */
@media print {
    /* Seitenränder, kein Browser-Footer/Header */
    @page { size: A4 portrait; margin: 10mm; }

    /* html + body auf eine Seite beschränken —
       verhindert dass der restliche Seiteninhalt
       weitere Druckseiten erzeugt */
    html, body {
        height: auto !important;
        overflow: hidden !important;
    }

    /* 1. Alles unsichtbar */
    body * { visibility: hidden; }

    /* 2. Nur Share-PDF sichtbar */
    #icu-share-pdf,
    #icu-share-pdf * { visibility: visible !important; }

    /* 3. Share-PDF: position:absolute (NICHT fixed!)
       fixed = wiederholt sich auf jeder Druckseite → war der Bug.
       absolute = erscheint einmalig oben links auf Seite 1. */
    #icu-share-pdf {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        overflow: hidden;
        background: #fff;
        box-sizing: border-box;
    }

    /* 4. Keine Seitenumbrüche innerhalb des Containers */
    #icu-share-pdf,
    #icu-share-pdf * {
        page-break-before: avoid;
        page-break-after:  avoid;
        page-break-inside: avoid;
        break-before: avoid;
        break-after:  avoid;
        break-inside: avoid;
    }

    /* 5. Basis */
    body { background: #fff !important; }
}
