/* ============================================================
   landing.css
   ------------------------------------------------------------
   Eigene Styles fuer die Marketing-Landingpage.
   Gleiche Design-Tokens wie die App (Light Mode, blaue Akzente),
   aber groessere, verkaufsstarke Layouts.
   Standalone: definiert die Tokens selbst, haengt NICHT an style.css.
   ============================================================ */

:root {
  --bg: #F7F9FC;
  --surface: #FFFFFF;
  --surface-2: #F1F5F9;
  --border: #E6EAF0;
  --text: #0F172A;
  --muted: #64748B;
  --accent: #2563EB;
  --accent-light: #3B82F6;
  --accent-grad: linear-gradient(135deg, #2563EB 0%, #3B82F6 100%);
  --s-hoch: #EF4444;
  --s-mittel: #F59E0B;
  --s-ok: #10B981;
  --s-warten: #8B5CF6;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 10px 30px -12px rgba(15, 23, 42, .12);
  --shadow-lg: 0 30px 70px -24px rgba(15, 23, 42, .28);
  --shadow-glow: 0 10px 30px -6px rgba(37, 99, 235, .45);
  --font: "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  --maxw: 1160px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font); color: var(--text); background: var(--bg);
  line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; position: relative;
}
h1, h2, h3, h4 { line-height: 1.12; font-weight: 800; letter-spacing: -.02em; }
a { color: inherit; text-decoration: none; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* Akzentwort mit Verlauf */
.grad-text {
  background: var(--accent-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* Dekorative Blobs */
.bg-blobs { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.blob { position: absolute; border-radius: 50%; filter: blur(90px); }
.blob-1 { width: 560px; height: 560px; top: -200px; right: -140px; background: radial-gradient(circle, #3B82F6, transparent 70%); opacity: .30; }
.blob-2 { width: 480px; height: 480px; top: 620px; left: -180px; background: radial-gradient(circle, #2563EB, transparent 70%); opacity: .18; }
.blob-3 { width: 420px; height: 420px; top: 1500px; right: -120px; background: radial-gradient(circle, #60A5FA, transparent 70%); opacity: .16; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: inherit; font-size: 15px; font-weight: 600;
  padding: 13px 22px; border-radius: 13px; border: 1px solid var(--border);
  background: var(--surface); color: var(--text); cursor: pointer; transition: all .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary { background: var(--accent-grad); color: #fff; border: none; box-shadow: var(--shadow-glow); }
.btn-primary:hover { box-shadow: 0 14px 34px -6px rgba(37, 99, 235, .55); }
.btn-ghost { background: transparent; border-color: transparent; color: var(--text); }
.btn-ghost:hover { background: var(--surface-2); box-shadow: none; }
.btn-lg { padding: 16px 28px; font-size: 16px; border-radius: 14px; }
.btn-white { background: #fff; color: var(--accent); border: none; }

/* ---------- Logo ---------- */
.logo { display: flex; align-items: center; gap: 10px; }
.logo-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px;
  background: var(--accent-grad); color: #fff; box-shadow: var(--shadow-glow); }
.logo-glyph { width: 60%; height: 60%; }
.logo-text { font-weight: 800; font-size: 19px; letter-spacing: -.02em; }

/* ============================================================
   NAVIGATION (sticky, Glas)
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(247, 249, 252, .75); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--muted); transition: color .15s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-burger { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding: 76px 0 90px; }
.hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.badge-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--accent);
  background: rgba(37, 99, 235, .10); border: 1px solid rgba(37, 99, 235, .18);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 22px;
}
.badge-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--s-ok); box-shadow: 0 0 0 3px rgba(16,185,129,.2); }
.hero h1 { font-size: 56px; line-height: 1.05; }
.hero .sub { font-size: 19px; color: var(--muted); margin: 22px 0 30px; max-width: 520px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 22px; font-size: 13.5px; color: var(--muted); flex-wrap: wrap; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust .ok { color: var(--s-ok); font-weight: 700; }

/* ---------- Hero-Visual: fake App-Fenster ---------- */
.mock-window {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); overflow: hidden; transform: perspective(1600px) rotateY(-9deg) rotateX(3deg);
  transition: transform .4s ease;
}
.mock-window:hover { transform: perspective(1600px) rotateY(-3deg) rotateX(1deg); }
.mock-bar { display: flex; align-items: center; gap: 7px; padding: 13px 16px; border-bottom: 1px solid var(--border); background: var(--surface-2); }
.mock-bar i { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.mock-bar i:nth-child(1) { background: #FF5F57; } .mock-bar i:nth-child(2) { background: #FEBC2E; } .mock-bar i:nth-child(3) { background: #28C840; }
.mock-bar .mock-url { margin-left: 10px; font-size: 12px; color: var(--muted); background: var(--surface); border: 1px solid var(--border); border-radius: 7px; padding: 3px 12px; }
.mock-body { display: grid; grid-template-columns: 64px 1fr; min-height: 320px; }
.mock-side { background: var(--surface-2); border-right: 1px solid var(--border); padding: 16px 0; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.mock-side .s-logo { width: 30px; height: 30px; border-radius: 9px; background: var(--accent-grad); }
.mock-side .s-item { width: 30px; height: 30px; border-radius: 9px; background: #fff; border: 1px solid var(--border); }
.mock-side .s-item.on { background: rgba(37,99,235,.12); border-color: transparent; }
.mock-main { padding: 18px; }
.mock-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.mock-kpi { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 12px; box-shadow: var(--shadow); }
.mock-kpi .k-label { font-size: 10px; color: var(--muted); font-weight: 600; }
.mock-kpi .k-val { font-size: 22px; font-weight: 800; margin-top: 4px; }
.mock-kpi .k-val.red { color: var(--s-hoch); } .mock-kpi .k-val.green { color: var(--s-ok); }
.mock-chart { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 14px; box-shadow: var(--shadow); }
.mock-chart .c-head { display: flex; justify-content: space-between; font-size: 11px; color: var(--muted); font-weight: 600; margin-bottom: 12px; }
.mock-bars { display: flex; align-items: flex-end; gap: 10px; height: 92px; }
.mock-bars span { flex: 1; border-radius: 6px 6px 0 0; background: var(--accent-grad); opacity: .85; }
.float-card {
  position: absolute; background: var(--surface); border: 1px solid var(--border); border-radius: 14px;
  box-shadow: var(--shadow-lg); padding: 12px 14px; display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600;
  animation: floaty 4s ease-in-out infinite;
}
.float-card .fc-ico { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; font-size: 15px; }
.float-1 { top: -22px; right: -18px; }
.float-2 { bottom: -22px; left: -26px; animation-delay: 1.6s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.hero-visual { position: relative; }

/* ============================================================
   LOGO-STREIFEN
   ============================================================ */
.logos { padding: 18px 0 10px; }
.logos p { text-align: center; font-size: 13px; color: var(--muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 22px; }
.logos-row { display: flex; align-items: center; justify-content: center; gap: 44px; flex-wrap: wrap; opacity: .6; }
.logos-row span { font-size: 20px; font-weight: 800; color: var(--muted); letter-spacing: -.02em; }

/* ============================================================
   STATS
   ============================================================ */
.stats { padding: 56px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; text-align: center; box-shadow: var(--shadow); }
.stat .s-num { font-size: 40px; font-weight: 800; }
.stat .s-lab { font-size: 14px; color: var(--muted); margin-top: 4px; }

/* ============================================================
   SECTION-Grundlagen
   ============================================================ */
.section { padding: 80px 0; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 52px; }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; }
.section-head h2 { font-size: 40px; }
.section-head p { font-size: 18px; color: var(--muted); margin-top: 16px; }

/* ---------- Feature-Karten (Module) ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 30px; box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s;
}
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.feature .f-ico { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-size: 23px; margin-bottom: 18px; }
.feature h3 { font-size: 21px; }
.feature p { color: var(--muted); margin-top: 10px; font-size: 15px; }
.feature ul { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 9px; }
.feature li { position: relative; padding-left: 26px; font-size: 14.5px; }
.feature li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%;
  background: rgba(16,185,129,.14); color: var(--s-ok); display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.tint-blue { background: rgba(37, 99, 235, .12); color: var(--accent); }
.tint-amber { background: rgba(245, 158, 11, .14); color: #B45309; }
.tint-green { background: rgba(16, 185, 129, .14); color: #047857; }
.tint-purple { background: rgba(139, 92, 246, .14); color: var(--s-warten); }

/* ---------- Split-Abschnitt (Warum) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split h2 { font-size: 36px; }
.split .lead { font-size: 17px; color: var(--muted); margin: 16px 0 24px; }
.benefit { display: flex; gap: 14px; margin-bottom: 20px; }
.benefit .b-ico { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-size: 19px; }
.benefit h4 { font-size: 17px; }
.benefit p { color: var(--muted); font-size: 14.5px; margin-top: 3px; }
.split-visual {
  background: var(--accent-grad); border-radius: var(--radius-lg); padding: 36px; color: #fff;
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.split-visual::after { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%;
  background: rgba(255,255,255,.12); bottom: -120px; right: -80px; }
.sv-row { display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.14);
  border-radius: 14px; padding: 14px 16px; margin-bottom: 12px; position: relative; z-index: 1; }
.sv-row .sv-left { display: flex; align-items: center; gap: 12px; }
.sv-row .sv-dot { width: 10px; height: 10px; border-radius: 50%; background: #fff; }
.sv-row .sv-t { font-weight: 600; font-size: 15px; }
.sv-row .sv-s { font-size: 12px; opacity: .85; }
.sv-tag { font-size: 12px; font-weight: 700; background: rgba(255,255,255,.22); padding: 4px 10px; border-radius: 999px; }

/* ---------- So funktioniert es (Schritte) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { text-align: center; padding: 20px; }
.step .s-num-c { width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 16px; background: var(--surface);
  border: 1px solid var(--border); box-shadow: var(--shadow); display: grid; place-items: center; font-size: 22px; font-weight: 800; color: var(--accent); }
.step h3 { font-size: 19px; }
.step p { color: var(--muted); margin-top: 8px; font-size: 15px; }

/* ============================================================
   PREISE
   ============================================================ */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 32px; box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.plan.featured { border: 2px solid var(--accent); box-shadow: var(--shadow-lg); position: relative; }
.plan .p-flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent-grad);
  color: #fff; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 999px; box-shadow: var(--shadow-glow); }
.plan h3 { font-size: 20px; }
.plan .p-desc { color: var(--muted); font-size: 14px; margin-top: 6px; min-height: 40px; }
.plan .p-price { font-size: 44px; font-weight: 800; margin: 14px 0 2px; }
.plan .p-price span { font-size: 16px; color: var(--muted); font-weight: 600; }
.plan .p-note { font-size: 12.5px; color: var(--muted); margin-bottom: 22px; }
.plan ul { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 26px; flex: 1; }
.plan li { position: relative; padding-left: 28px; font-size: 14.5px; }
.plan li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 19px; height: 19px; border-radius: 50%;
  background: rgba(37,99,235,.12); color: var(--accent); display: grid; place-items: center; font-size: 11px; font-weight: 700; }

/* ============================================================
   ZITAT / TESTIMONIAL
   ============================================================ */
.quote-card { max-width: 820px; margin: 0 auto; text-align: center; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 50px 44px; box-shadow: var(--shadow-lg); }
.quote-card .q-mark { font-size: 56px; line-height: 1; color: var(--accent); opacity: .25; font-family: Georgia, serif; }
.quote-card blockquote { font-size: 24px; font-weight: 600; letter-spacing: -.01em; margin: 6px 0 24px; }
.quote-who { display: flex; align-items: center; justify-content: center; gap: 12px; }
.quote-who .avatar { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-grad); color: #fff;
  display: grid; place-items: center; font-weight: 700; }
.quote-who .qw-name { font-weight: 700; font-size: 15px; text-align: left; }
.quote-who .qw-role { font-size: 13px; color: var(--muted); text-align: left; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 4px 22px; box-shadow: var(--shadow); }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 0; font-weight: 600; font-size: 16.5px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; color: var(--accent); font-weight: 400; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { color: var(--muted); font-size: 15px; padding: 0 0 20px; }

/* ============================================================
   ABSCHLUSS-CTA
   ============================================================ */
.cta-band { padding: 70px 0; }
.cta-inner { background: var(--accent-grad); border-radius: var(--radius-lg); padding: 56px 40px; text-align: center;
  color: #fff; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.cta-inner::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%;
  background: rgba(255,255,255,.10); top: -160px; left: -80px; }
.cta-inner::after { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%;
  background: rgba(255,255,255,.10); bottom: -150px; right: -60px; }
.cta-inner h2 { font-size: 38px; position: relative; z-index: 1; }
.cta-inner p { font-size: 18px; opacity: .92; margin: 14px 0 28px; position: relative; z-index: 1; }
.cta-inner .hero-cta { justify-content: center; position: relative; z-index: 1; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--border); padding: 50px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 36px; }
.footer-grid p { color: var(--muted); font-size: 14px; margin-top: 14px; max-width: 280px; }
.footer h5 { font-size: 13px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin-bottom: 14px; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer ul a { font-size: 14.5px; color: var(--text); }
.footer ul a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 22px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 13.5px; color: var(--muted); }

/* ---------- Scroll-Einblenden ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: 44px; }
  .hero-visual { max-width: 520px; }
  .mock-window { transform: none; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .features, .steps, .pricing { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 36px; }
  .section { padding: 56px 0; }
  .section-head h2 { font-size: 30px; }
  .stats-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .float-card { display: none; }
}

/* ============================================================
   EYE-CATCHER: Bewegung, Hover, Glow (Erweiterung)
   ============================================================ */

/* --- Sanft driftende Hintergrund-Blobs --- */
.blob-1 { animation: drift1 18s ease-in-out infinite; }
.blob-2 { animation: drift2 22s ease-in-out infinite; }
.blob-3 { animation: drift3 20s ease-in-out infinite; }
@keyframes drift1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-40px, 30px) scale(1.08); } }
@keyframes drift2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(50px, -30px) scale(1.1); } }
@keyframes drift3 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-30px, -40px) scale(1.06); } }

/* --- Schimmernde Verlaufs-Headline --- */
.grad-text.shine {
  background: linear-gradient(100deg, #2563EB 0%, #60A5FA 30%, #2563EB 60%, #3B82F6 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: shine 6s linear infinite;
}
@keyframes shine { 0% { background-position: 200% 0; } 100% { background-position: -40% 0; } }

/* --- Primaer-Button: Glow-Puls + Glanz-Sweep beim Hover --- */
.btn-primary { position: relative; overflow: hidden; animation: glowPulse 3.2s ease-in-out infinite; }
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 10px 30px -6px rgba(37, 99, 235, .45); }
  50% { box-shadow: 0 14px 40px -4px rgba(37, 99, 235, .70); }
}
.btn-primary::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-20deg); transition: left .6s ease;
}
.btn-primary:hover::after { left: 130%; }
.btn-primary:hover { transform: translateY(-2px) scale(1.02); }

/* --- Nav bekommt Schatten beim Scrollen --- */
.nav.scrolled { box-shadow: 0 6px 24px -14px rgba(15,23,42,.30); }

/* --- Hero-Visual: leuchtender Ring hinter dem Fenster --- */
.hero-visual::before {
  content: ""; position: absolute; inset: -40px -30px -30px -10px; z-index: -1;
  background: radial-gradient(circle at 60% 40%, rgba(59,130,246,.45), transparent 65%);
  filter: blur(40px); animation: glowPulse 4s ease-in-out infinite;
}

/* --- Karten-Hover mit blauem Glow + Rand --- */
.feature, .plan, .stat, .faq-item { position: relative; }
.feature::before, .plan::before, .stat::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(135deg, rgba(37,99,235,.5), rgba(59,130,246,.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .25s ease;
}
.feature:hover::before, .plan:hover::before, .stat:hover::before { opacity: 1; }
.feature:hover, .stat:hover { box-shadow: 0 26px 60px -22px rgba(37,99,235,.45); }
.feature:hover .f-ico { transform: scale(1.08) rotate(-3deg); box-shadow: 0 10px 26px -8px rgba(37,99,235,.5); }
.feature .f-ico { transition: transform .25s ease, box-shadow .25s ease; }
.plan:hover { transform: translateY(-6px); box-shadow: 0 30px 70px -24px rgba(37,99,235,.40); }
.plan { transition: transform .22s ease, box-shadow .22s ease; }
.plan.featured { animation: glowPulse 3.6s ease-in-out infinite; }

/* --- Stat-Zahlen pulsen leicht beim Hover --- */
.stat:hover .s-num { transform: scale(1.06); }
.stat .s-num { transition: transform .2s ease; display: inline-block; }

/* --- Schwebekarten im Hero etwas staerker --- */
.float-card { box-shadow: 0 18px 40px -14px rgba(15,23,42,.30); }
.float-card .fc-ico { box-shadow: 0 6px 16px -6px rgba(37,99,235,.4); }

/* --- Benefit-Icons + sv-rows Hover --- */
.benefit:hover .b-ico { transform: translateY(-2px) scale(1.06); box-shadow: 0 10px 22px -8px rgba(37,99,235,.45); }
.benefit .b-ico { transition: transform .2s ease, box-shadow .2s ease; }
.split-visual .sv-row { transition: transform .2s ease, background .2s ease; }
.split-visual .sv-row:hover { transform: translateX(4px); background: rgba(255,255,255,.22); }

/* --- Branchen-Streifen als laufende Schleife (Marquee) --- */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: marquee 26s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-size: 21px; font-weight: 800; color: var(--muted); letter-spacing: -.02em; opacity: .55; white-space: nowrap; transition: opacity .2s, color .2s; }
.marquee-track span:hover { opacity: 1; color: var(--accent); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   USP-BAND (5 Argumente aus der Marktanalyse)
   ============================================================ */
.usp-band { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.usp {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px 20px; text-align: center; box-shadow: var(--shadow); transition: transform .22s ease, box-shadow .22s ease;
}
.usp:hover { transform: translateY(-6px); box-shadow: 0 26px 60px -22px rgba(37,99,235,.42); }
.usp .u-ico { width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 15px; display: grid; place-items: center; font-size: 24px;
  background: var(--accent-grad); color: #fff; box-shadow: var(--shadow-glow); transition: transform .22s ease; }
.usp:hover .u-ico { transform: scale(1.1) rotate(-4deg); }
.usp h4 { font-size: 16px; }
.usp p { font-size: 13px; color: var(--muted); margin-top: 6px; }

/* ============================================================
   VERGLEICHSTABELLE
   ============================================================ */
.compare-wrap { overflow-x: auto; border-radius: var(--radius-lg); }
.compare { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 720px; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.compare th, .compare td { padding: 16px 18px; text-align: center; border-bottom: 1px solid var(--border); font-size: 14.5px; }
.compare thead th { font-size: 14px; font-weight: 700; color: var(--muted); background: var(--surface-2); }
.compare tbody td:first-child, .compare thead th:first-child { text-align: left; font-weight: 600; color: var(--text); }
.compare .col-us { background: rgba(37,99,235,.06); border-left: 1px solid rgba(37,99,235,.18); border-right: 1px solid rgba(37,99,235,.18); position: relative; }
.compare thead .col-us {
  color: #fff; background: var(--accent-grad); font-weight: 800; font-size: 15px;
  border-top-left-radius: 14px; border-top-right-radius: 14px;
}
.compare thead .col-us small { display: block; font-weight: 600; font-size: 11px; opacity: .9; }
.compare tbody tr:last-child td { border-bottom: none; }
.compare tbody tr:hover td { background: var(--surface-2); }
.compare tbody tr:hover td.col-us { background: rgba(37,99,235,.12); }
.c-yes { color: var(--s-ok); font-size: 19px; font-weight: 800; }
.c-no { color: #CBD5E1; font-size: 18px; }
.c-warn { color: var(--s-mittel); font-size: 17px; }
.c-price { font-weight: 800; }
.c-price.us { color: var(--accent); }
.compare-note { text-align: center; font-size: 12.5px; color: var(--muted); margin-top: 16px; }

@media (max-width: 980px) {
  .usp-band { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .usp-band { grid-template-columns: 1fr; }
}
