/* ==========================================================================
   tannenbaum-seo — Theme (Dark Lila)
   Selbst gehostet, keine externen Requests.
   ========================================================================== */

:root {
  --tb-bg:          #12101c;
  --tb-bg-alt:      #1a1626;
  --tb-surface:     #221c33;
  --tb-surface-2:   #2b2340;
  --tb-border:      #3a3054;
  --tb-text:        #e9e6f2;
  --tb-text-muted:  #b3aacb;
  --tb-text-dim:    #8b82a6;
  --tb-primary:     #a672ff;
  --tb-primary-2:   #7d4bd6;
  --tb-accent:      #c9a3ff;
  --tb-link:        #c4a0ff;
  --tb-link-hover:  #e0ccff;
  --tb-radius:      14px;
  --tb-maxwidth:    70ch;
  --tb-font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background:
    radial-gradient(1200px 600px at 15% -10%, rgba(125, 75, 214, 0.25), transparent 60%),
    radial-gradient(1000px 500px at 100% 0%, rgba(166, 114, 255, 0.12), transparent 55%),
    var(--tb-bg);
  color: var(--tb-text);
  font-family: var(--tb-font);
  font-size: 17px;
  line-height: 1.7;
  min-height: 100vh;
}

/* Layout ------------------------------------------------------------------ */
.tb-page {
  max-width: var(--tb-maxwidth);
  margin: 0 auto;
  padding: 2.5rem 1.4rem 4rem;
}

.tb-topbar {
  max-width: var(--tb-maxwidth);
  margin: 0 auto;
  padding: 1.4rem 1.4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.tb-brand {
  font-weight: 700;
  letter-spacing: 0.3px;
  color: var(--tb-text);
  text-decoration: none;
  font-size: 1.05rem;
}
.tb-brand span { color: var(--tb-primary); }

.tb-back {
  color: var(--tb-text-muted);
  text-decoration: none;
  font-size: 0.92rem;
  border: 1px solid var(--tb-border);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  transition: border-color .15s, color .15s, background .15s;
}
.tb-back:hover { color: var(--tb-text); border-color: var(--tb-primary); background: rgba(166,114,255,.08); }

/* Typography -------------------------------------------------------------- */
h1, h2, h3 { color: var(--tb-text); line-height: 1.25; }
h1 {
  font-size: 2rem;
  margin: 0.4rem 0 0.3rem;
  background: linear-gradient(90deg, var(--tb-accent), var(--tb-primary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
h2 {
  font-size: 1.28rem;
  margin: 2.4rem 0 0.6rem;
  padding-top: 0.4rem;
}
h3 { font-size: 1.05rem; margin: 1.6rem 0 0.4rem; color: var(--tb-accent); }

p, ul, ol { margin: 0.6rem 0 1rem; }
ul, ol { padding-left: 1.4rem; }
li { margin: 0.3rem 0; }

a { color: var(--tb-link); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--tb-link-hover); }

strong { color: var(--tb-text); }

.tb-lead { color: var(--tb-text-muted); font-size: 1.05rem; }
.tb-meta { color: var(--tb-text-dim); font-size: 0.9rem; }

address {
  font-style: normal;
  background: var(--tb-surface);
  border: 1px solid var(--tb-border);
  border-radius: var(--tb-radius);
  padding: 1rem 1.2rem;
  color: var(--tb-text);
}

.tb-note {
  background: var(--tb-surface-2);
  border: 1px solid var(--tb-border);
  border-left: 3px solid var(--tb-primary);
  border-radius: var(--tb-radius);
  padding: 0.9rem 1.1rem;
  color: var(--tb-text-muted);
  font-size: 0.96rem;
}

hr { border: none; border-top: 1px solid var(--tb-border); margin: 2.4rem 0; }

/* Footer ------------------------------------------------------------------ */
.tb-footer {
  max-width: var(--tb-maxwidth);
  margin: 0 auto;
  padding: 1.6rem 1.4rem 3rem;
  border-top: 1px solid var(--tb-border);
  color: var(--tb-text-dim);
  font-size: 0.9rem;
}
.tb-footer nav {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.tb-footer a { color: var(--tb-text-muted); text-decoration: none; }
.tb-footer a:hover { color: var(--tb-primary); }

/* Focus visibility (Barrierefreiheit) ------------------------------------- */
a:focus-visible, .tb-back:focus-visible {
  outline: 2px solid var(--tb-primary);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (max-width: 480px) {
  body { font-size: 16px; }
  h1 { font-size: 1.6rem; }
}

/* =========================================================================
   LANDINGPAGE (SEO-Gratis-Checker) — vollständig unter body.lp gescoped,
   damit die Legal-Seiten (.tb-*) unberührt bleiben.
   Branding: Dark #0a0a0a / #141414, Neon-Lila #9346f4, Orbitron + Roboto.
   Self-hosted Fonts (siehe @font-face unten), Fallback system-ui.
   ========================================================================= */

/* -------- Self-hosted Fonts (Fallback: system-ui/sans-serif) ------------ */
@font-face {
  font-family: 'Orbitron'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/Orbitron-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/assets/fonts/Orbitron-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/assets/fonts/Roboto-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('/assets/fonts/Roboto-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/assets/fonts/Roboto-Bold.woff2') format('woff2');
}

/* ---------------------------- Design Tokens ----------------------------- */
:root {
  --lp-bg:            #0a0a0a;
  --lp-surface:       #141414;
  --lp-surface-2:     #1c1c1c;
  --lp-surface-3:     #242424;
  --lp-border:        #2a2a2a;
  --lp-border-strong: #3a3a3a;

  --lp-brand:         #9346f4;
  --lp-brand-light:   #ab69f8;
  --lp-brand-deep:    #662af8;
  --lp-grad:          linear-gradient(135deg, #662af8 0%, #ab69f8 100%);
  --lp-grad-text:     linear-gradient(120deg, #ab69f8 0%, #9346f4 55%, #662af8 100%);

  --lp-text:          #f4f2fb;
  --lp-text-muted:    #b9b4c7;
  --lp-text-dim:      #7d7889;

  --lp-ok:    #2fd27a; --lp-ok-bg:   rgba(47, 210, 122, 0.12);
  --lp-warn:  #f5b23d; --lp-warn-bg: rgba(245, 178, 61, 0.12);
  --lp-fail:  #ff5470; --lp-fail-bg: rgba(255, 84, 112, 0.12);

  --lp-font-head: 'Orbitron', system-ui, 'Segoe UI', sans-serif;
  --lp-font-body: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --lp-maxw: 1120px;
  --lp-radius: 18px;
  --lp-radius-sm: 12px;
  --lp-glow: 0 0 0 1px rgba(147, 70, 244, 0.25), 0 18px 60px -20px rgba(102, 42, 248, 0.75);
}

/* ------------------------------- Base ----------------------------------- */
body.lp {
  margin: 0;
  background: var(--lp-bg);
  color: var(--lp-text);
  font-family: var(--lp-font-body);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
/* Legal-Element-Regeln neutralisieren, die sonst in die LP leaken würden */
.lp h1, .lp h2, .lp h3 { background: none; color: inherit; margin: 0; }
.lp a { color: var(--lp-brand-light); text-decoration: none; }
.lp a:hover { color: var(--lp-text); }
.lp img, .lp svg { display: block; max-width: 100%; }
.lp button { font-family: inherit; cursor: pointer; }
.lp ul { list-style: none; margin: 0; padding: 0; }
.lp :focus-visible { outline: 2px solid var(--lp-brand-light); outline-offset: 3px; border-radius: 4px; }
.lp .tabnum { font-variant-numeric: tabular-nums; }

body.lp::before {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(60% 45% at 50% -5%, rgba(102, 42, 248, 0.28), transparent 60%),
    radial-gradient(45% 40% at 92% 8%, rgba(171, 105, 248, 0.16), transparent 60%),
    radial-gradient(50% 45% at 5% 30%, rgba(147, 70, 244, 0.12), transparent 60%);
}

.lp .wrap { width: 100%; max-width: var(--lp-maxw); margin: 0 auto; padding: 0 22px; }
.lp section { position: relative; }
.lp .accent {
  background: var(--lp-grad-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ------------------------------ Header ---------------------------------- */
.lp .site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(10, 10, 10, 0.72);
  border-bottom: 1px solid var(--lp-border);
}
.lp .site-header .wrap {
  display: flex; align-items: center; justify-content: space-between; height: 66px;
}
.lp .brand {
  display: flex; align-items: center; gap: 11px;
  font-family: var(--lp-font-head); font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; font-size: 15px; color: var(--lp-text);
}
.lp .brand .logo { width: 30px; height: 30px; flex: none; filter: drop-shadow(0 0 8px rgba(147, 70, 244, 0.7)); }
.lp .brand small { color: var(--lp-brand-light); font-weight: 400; letter-spacing: 0.14em; }
.lp .header-cta {
  font-family: var(--lp-font-head); font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--lp-text-muted);
}
.lp .header-cta:hover { color: var(--lp-brand-light); }

/* -------------------------------- Hero ---------------------------------- */
.lp .hero { padding: clamp(64px, 12vw, 132px) 0 clamp(40px, 7vw, 72px); text-align: center; }
.lp .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--lp-font-head); font-size: 11.5px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--lp-brand-light);
  border: 1px solid rgba(147, 70, 244, 0.4); background: rgba(147, 70, 244, 0.08);
  padding: 7px 16px; border-radius: 9999px; margin-bottom: 26px;
}
.lp .eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lp-brand-light); box-shadow: 0 0 10px 1px var(--lp-brand-light); }
.lp .hero h1 {
  font-family: var(--lp-font-head); font-weight: 700;
  font-size: clamp(2.1rem, 6.2vw, 4rem); line-height: 1.06; letter-spacing: -0.01em;
  margin: 0 auto 20px; max-width: 14ch;
}
.lp .hero .subline {
  font-size: clamp(1.02rem, 2.2vw, 1.28rem); color: var(--lp-text-muted);
  max-width: 46ch; margin: 0 auto 40px;
}

/* Domain-Formular */
.lp .check-form {
  display: flex; gap: 12px; max-width: 640px; margin: 0 auto;
  background: var(--lp-surface); border: 1px solid var(--lp-border-strong);
  border-radius: 9999px; padding: 8px; box-shadow: var(--lp-glow);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.lp .check-form:focus-within {
  border-color: var(--lp-brand);
  box-shadow: 0 0 0 1px rgba(147, 70, 244, 0.45), 0 22px 70px -18px rgba(102, 42, 248, 0.9);
}
.lp .check-form input {
  flex: 1 1 auto; min-width: 0; background: transparent; border: none;
  color: var(--lp-text); font-family: var(--lp-font-body); font-size: 1.06rem;
  padding: 0 12px 0 20px;
}
.lp .check-form input::placeholder { color: var(--lp-text-dim); }
.lp .check-form input:focus { outline: none; }

/* Pill-Button */
.lp .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--lp-font-head); font-weight: 700; font-size: 13.5px;
  letter-spacing: 0.12em; text-transform: uppercase; color: #fff;
  background: var(--lp-grad); border: none; border-radius: 9999px;
  padding: 15px 30px; white-space: nowrap;
  transition: transform .15s ease, box-shadow .25s ease, filter .2s ease;
  box-shadow: 0 10px 34px -10px rgba(102, 42, 248, 0.9);
}
.lp .btn:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 16px 44px -10px rgba(171, 105, 248, 0.95); }
.lp .btn:active { transform: translateY(0); }
.lp .btn[disabled] { opacity: .6; cursor: not-allowed; transform: none; filter: none; }
.lp .btn.secondary {
  background: transparent; color: var(--lp-brand-light);
  border: 1px solid rgba(147, 70, 244, 0.55); box-shadow: none;
}
.lp .btn.secondary:hover { background: rgba(147, 70, 244, 0.12); color: #fff; }

.lp .trust-line {
  display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: center;
  margin-top: 22px; font-size: 0.9rem; color: var(--lp-text-dim);
}
.lp .trust-line span { display: inline-flex; align-items: center; gap: 7px; }
.lp .trust-line .tick { color: var(--lp-ok); font-weight: 700; }

/* ------------------------------- Result --------------------------------- */
.lp .result { padding: 8px 0 40px; scroll-margin-top: 90px; }
.lp .result[hidden] { display: none; }

.lp .state { text-align: center; padding: 46px 0; }
.lp .state[hidden] { display: none; }
.lp .spinner {
  width: 54px; height: 54px; margin: 0 auto 22px; border-radius: 50%;
  border: 3px solid rgba(147, 70, 244, 0.22); border-top-color: var(--lp-brand-light);
  animation: lp-spin 0.9s linear infinite;
}
@keyframes lp-spin { to { transform: rotate(360deg); } }
.lp .state h3 { font-family: var(--lp-font-head); font-weight: 700; margin: 0 0 8px; }
.lp .state p { color: var(--lp-text-muted); margin: 0 auto; max-width: 44ch; }
.lp .state.error .badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--lp-fail-bg); color: var(--lp-fail);
  font-size: 30px; margin: 0 auto 18px; font-weight: 700;
}

.lp .result-panel { display: grid; gap: 26px; }
.lp .result-panel[hidden] { display: none; }

.lp .result-head {
  display: flex; flex-wrap: wrap; align-items: center; gap: clamp(20px, 4vw, 44px);
  background: var(--lp-surface); border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius); padding: clamp(22px, 4vw, 34px);
}
.lp .gauge { flex: none; position: relative; width: 168px; height: 168px; }
.lp .gauge svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.lp .gauge .track { stroke: var(--lp-surface-3); }
.lp .gauge .value-text {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
}
.lp .gauge .num {
  font-family: var(--lp-font-head); font-weight: 700; font-size: 2.7rem; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.lp .gauge .lbl { font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lp-text-dim); margin-top: 6px; }
.lp .result-head .head-info { flex: 1 1 260px; min-width: 0; }
.lp .result-head .head-info .domain {
  font-family: var(--lp-font-head); font-weight: 700;
  font-size: clamp(1.15rem, 2.6vw, 1.6rem); word-break: break-word; margin: 0 0 8px;
}
.lp .result-head .head-info .verdict { color: var(--lp-text-muted); margin: 0; }
.lp .verdict .pill {
  display: inline-block; font-size: 12px; font-weight: 700;
  padding: 3px 12px; border-radius: 9999px; margin-right: 8px; vertical-align: middle;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.lp .pill.ok { background: var(--lp-ok-bg); color: var(--lp-ok); }
.lp .pill.warn { background: var(--lp-warn-bg); color: var(--lp-warn); }
.lp .pill.fail { background: var(--lp-fail-bg); color: var(--lp-fail); }

/* Note-Badge (A–F, Ampel-Farbe wird per JS gesetzt) */
.lp .grade-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.lp .grade {
  flex: none; font-family: var(--lp-font-head); font-weight: 700;
  font-size: 2.1rem; line-height: 1; padding: 6px 16px; min-width: 1.5em; text-align: center;
  border-radius: 14px; background: var(--lp-surface-2); border: 1px solid var(--lp-border);
}
.lp .head-info .verdict { flex: 1 1 220px; }

.lp .block-title {
  font-family: var(--lp-font-head); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--lp-text-dim); margin: 0 0 14px;
}

/* Meta-Kennzahlen-Leiste (Stat-Chips) */
.lp .meta-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; }
.lp .meta-stats[hidden] { display: none; }
.lp .stat-chip {
  background: var(--lp-surface); border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm); padding: 16px 18px; text-align: center;
}
.lp .stat-chip .stat-val {
  display: block; font-family: var(--lp-font-head); font-weight: 700;
  font-size: 1.45rem; line-height: 1.1; color: var(--lp-text);
}
.lp .stat-chip .stat-lbl {
  display: block; margin-top: 5px; font-size: 0.74rem; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--lp-text-dim);
}

/* „Das solltest du zuerst fixen" — priorisierte Empfehlungen */
.lp .recos {
  background: var(--lp-surface); border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius); padding: clamp(20px, 3.5vw, 28px);
}
.lp .recos[hidden] { display: none; }
.lp .recos-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.lp .reco {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--lp-surface-2); border: 1px solid var(--lp-border);
  border-left-width: 3px; border-radius: var(--lp-radius-sm); padding: 14px 16px;
}
.lp .reco.impact-hoch    { border-left-color: var(--lp-fail); }
.lp .reco.impact-mittel  { border-left-color: var(--lp-warn); }
.lp .reco.impact-niedrig { border-left-color: var(--lp-brand-light); }
.lp .reco-rank {
  flex: none; width: 27px; height: 27px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(147, 70, 244, 0.16); color: var(--lp-brand-light);
  font-weight: 700; font-size: 0.85rem;
}
.lp .reco-body { flex: 1 1 auto; min-width: 0; }
.lp .reco-head { display: flex; gap: 10px; align-items: baseline; justify-content: space-between; flex-wrap: wrap; }
.lp .reco-title { font-weight: 500; color: var(--lp-text); }
.lp .impact-badge {
  flex: none; font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 2px 10px; border-radius: 9999px;
}
.lp .impact-badge.hoch    { background: var(--lp-fail-bg); color: var(--lp-fail); }
.lp .impact-badge.mittel  { background: var(--lp-warn-bg); color: var(--lp-warn); }
.lp .impact-badge.niedrig { background: rgba(147, 70, 244, 0.16); color: var(--lp-brand-light); }
.lp .reco-detail { margin: 6px 0 0; font-size: 0.92rem; color: var(--lp-text-muted); word-break: break-word; }

/* Kategorie-Karten (aufklappbar) */
.lp .categories[hidden] { display: none; }
.lp .cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 14px; align-items: start; }
.lp .cat-card {
  background: var(--lp-surface); border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius); overflow: hidden;
  transition: border-color .2s ease;
}
.lp .cat-card[open] { border-color: var(--lp-border-strong); }
.lp .cat-summary {
  display: flex; align-items: center; gap: 16px; padding: 18px;
  cursor: pointer; list-style: none;
}
.lp .cat-summary::-webkit-details-marker { display: none; }
.lp .cat-summary:hover { background: var(--lp-surface-2); }
.lp .cat-ring { flex: none; width: 64px; height: 64px; }
.lp .cat-ring .ring { width: 100%; height: 100%; }
.lp .cat-ring .ring-track { stroke: var(--lp-surface-3); }
.lp .cat-meta { flex: 1 1 auto; min-width: 0; }
.lp .cat-label {
  display: block; font-family: var(--lp-font-head); font-weight: 700;
  font-size: 1rem; color: var(--lp-text); word-break: break-word;
}
.lp .cat-sub { display: block; margin-top: 3px; font-size: 0.85rem; color: var(--lp-text-dim); }
.lp .cat-chevron { flex: none; color: var(--lp-text-dim); font-size: 1.5rem; line-height: 1; transition: transform .2s ease; }
.lp .cat-card[open] .cat-chevron { transform: rotate(90deg); }

/* Einzel-Checks in der Kategorie */
.lp .chk-list { list-style: none; margin: 0; padding: 0 18px 8px; display: grid; gap: 0; }
.lp .chk { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-top: 1px solid var(--lp-border); }
.lp .chk-ico {
  flex: none; width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; line-height: 1; margin-top: 1px;
}
.lp .chk.ok   .chk-ico { background: var(--lp-ok-bg);   color: var(--lp-ok); }
.lp .chk.warn .chk-ico { background: var(--lp-warn-bg); color: var(--lp-warn); }
.lp .chk.fail .chk-ico { background: var(--lp-fail-bg); color: var(--lp-fail); }
.lp .chk-body { flex: 1 1 auto; min-width: 0; }
.lp .chk-top { display: flex; gap: 10px 14px; align-items: baseline; justify-content: space-between; flex-wrap: wrap; }
.lp .chk-label { color: var(--lp-text); font-weight: 500; }
.lp .chk-value { color: var(--lp-text-muted); font-size: 0.88rem; text-align: right; word-break: break-word; }
.lp .chk-rec { margin: 5px 0 0; font-size: 0.88rem; color: var(--lp-text-muted); word-break: break-word; }

/* CTA / Pro Block */
.lp .pro-cta {
  position: relative; overflow: hidden; border-radius: var(--lp-radius);
  padding: clamp(28px, 5vw, 48px);
  background: radial-gradient(120% 140% at 100% 0%, rgba(102, 42, 248, 0.35), transparent 55%), var(--lp-surface);
  border: 1px solid rgba(147, 70, 244, 0.4); box-shadow: var(--lp-glow);
}
.lp .pro-cta h3 { font-family: var(--lp-font-head); font-weight: 700; font-size: clamp(1.3rem, 3.4vw, 1.9rem); margin: 0 0 12px; }
.lp .pro-cta p.lead { color: var(--lp-text-muted); max-width: 52ch; margin: 0 0 22px; }
.lp .pro-feats {
  margin: 0 0 28px; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px 24px;
}
.lp .pro-feats li { display: flex; gap: 10px; align-items: center; color: var(--lp-text); }
.lp .pro-feats li .tick { color: var(--lp-brand-light); font-weight: 700; flex: none; }
.lp .pro-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.lp .pro-actions .note { font-size: 0.86rem; color: var(--lp-text-dim); }

/* ---------------------------- Was wird geprüft -------------------------- */
.lp .features { padding: clamp(56px, 10vw, 104px) 0; }
.lp .section-head { text-align: center; max-width: 46ch; margin: 0 auto clamp(38px, 6vw, 60px); }
.lp .section-head h2 { font-family: var(--lp-font-head); font-weight: 700; font-size: clamp(1.7rem, 4.4vw, 2.7rem); margin: 0 0 14px; line-height: 1.1; }
.lp .section-head p { color: var(--lp-text-muted); margin: 0; }
.lp .feature-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.lp .feature {
  background: var(--lp-surface); border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm); padding: 24px 22px;
  transition: transform .18s ease, border-color .2s ease, box-shadow .25s ease;
}
.lp .feature:hover { transform: translateY(-4px); border-color: rgba(147, 70, 244, 0.5); box-shadow: 0 20px 50px -24px rgba(102, 42, 248, 0.8); }
.lp .feature .ico {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
  background: rgba(147, 70, 244, 0.12); border: 1px solid rgba(147, 70, 244, 0.35); color: var(--lp-brand-light);
}
.lp .feature h3 { font-family: var(--lp-font-head); font-weight: 700; font-size: 1.02rem; margin: 0 0 6px; }
.lp .feature p { color: var(--lp-text-muted); font-size: 0.94rem; margin: 0; }

/* ------------------------------- Footer --------------------------------- */
.lp .site-footer {
  border-top: 1px solid var(--lp-border); background: var(--lp-surface);
  padding: clamp(40px, 6vw, 60px) 0 30px;
}
.lp .footer-top {
  display: flex; flex-wrap: wrap; gap: 26px;
  justify-content: space-between; align-items: flex-start; margin-bottom: 30px;
}
.lp .footer-nav { display: flex; flex-wrap: wrap; gap: 8px 26px; }
.lp .footer-nav a { color: var(--lp-text-muted); font-size: 0.95rem; }
.lp .footer-nav a:hover { color: var(--lp-brand-light); }
.lp .privacy-note {
  font-size: 0.84rem; color: var(--lp-text-dim); max-width: 60ch;
  border-top: 1px solid var(--lp-border); padding-top: 22px; line-height: 1.7;
}
.lp .privacy-note strong { color: var(--lp-text-muted); font-weight: 500; }
.lp .copyright { margin-top: 16px; font-size: 0.84rem; color: var(--lp-text-dim); }

.lp .sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ------------------------------ Responsive ------------------------------ */
@media (max-width: 620px) {
  .lp .check-form { flex-direction: column; border-radius: var(--lp-radius); padding: 14px; }
  .lp .check-form input { padding: 12px 14px; text-align: center; }
  .lp .check-form .btn { width: 100%; }
  .lp .result-head { flex-direction: column; text-align: center; }
  .lp .grade-row { justify-content: center; }
  .lp .gauge { width: 148px; height: 148px; }
  .lp .meta-stats { grid-template-columns: repeat(2, 1fr); }
  .lp .cat-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .lp .spinner { animation-duration: 2s; }
}
