/* ═══════════════════════════════════════════
   LACEHYPE Consulting – Marketplace Manager
   Helles Business-Design (Royal-Blau)
   ═══════════════════════════════════════════ */

:root {
  --bg: #FCFDFF;
  --bg-soft: #F2F5FB;
  --bg-warm: #F6F8FE;
  --card: #FFFFFF;
  --ink: #131F3E;
  --muted: #5A6884;
  --accent: #2F62E9;
  --accent-2: #1C43C4;
  --accent-light: #7FA4FF;
  --accent-soft: rgba(47, 98, 233, 0.08);
  --teal: #0FA38E;
  --navy: #0C1633;
  --navy-2: #13234C;
  --wa: #1DA851;
  --wa-dark: #128C7E;
  --line: rgba(19, 31, 62, 0.09);
  --radius: 18px;
  --shadow-sm: 0 10px 30px -12px rgba(19, 31, 62, 0.14);
  --shadow-lg: 0 30px 70px -25px rgba(19, 31, 62, 0.22);
  --shadow-accent: 0 22px 50px -18px rgba(28, 67, 196, 0.32);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: var(--accent) var(--bg-soft); scrollbar-width: thin; }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--bg-soft); }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--accent-light), var(--accent)); border-radius: 99px; border: 2.5px solid var(--bg-soft); }
::-webkit-scrollbar-thumb:hover { background: var(--accent-2); }
body {
  opacity: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.geladen { opacity: 1; transition: opacity 0.5s ease; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.container { width: min(1160px, 92%); margin-inline: auto; }

/* ── Scroll-Fortschrittsbalken ── */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3.5px;
  width: 0;
  background: linear-gradient(90deg, var(--accent-light), var(--accent), var(--accent-2));
  z-index: 200;
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 12px rgba(47, 98, 233, 0.5);
}

/* ── Typografie ── */
h1 { font-size: clamp(2.2rem, 5vw, 3.7rem); line-height: 1.06; font-weight: 800; letter-spacing: -0.022em; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); line-height: 1.14; font-weight: 800; letter-spacing: -0.015em; }
h3 { font-size: 1.12rem; font-weight: 700; }

.grad {
  background: linear-gradient(92deg, var(--accent-2) 0%, var(--accent) 30%, var(--accent-light) 50%, var(--accent) 70%, var(--accent-2) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradShift 5s ease-in-out infinite;
}
@keyframes gradShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent-2);
  background: var(--accent-soft);
  border: 1px solid rgba(47, 98, 233, 0.25);
  padding: 0.35rem 0.85rem;
  border-radius: 99px;
  margin-bottom: 1.1rem;
}
.section-sub { max-width: 620px; margin-top: 0.9rem; font-size: 1.06rem; color: var(--muted); }

/* Sektions-Überschriften immer mittig */
.container > .eyebrow, .about-intro .eyebrow { display: table; margin-inline: auto; }
.container > h2, .about-intro h2 { text-align: center; }
.container > .section-sub, .about-intro .section-sub { text-align: center; margin-inline: auto; }
.about-intro .avatar { margin-inline: auto; }
.about-intro { text-align: center; }
.about-badges, .about-links { justify-content: center; }
.partner-badge { margin-inline: auto; }

/* ── Sektionen ── */
section { padding: clamp(4rem, 8vw, 6.5rem) 0; position: relative; }
.section-tint, .section-light, .section-light-alt {
  background-repeat: no-repeat;
  background-image:
    radial-gradient(620px 420px at 12% 18%, rgba(47, 98, 233, 0.07) 0%, transparent 65%),
    radial-gradient(700px 460px at 92% 85%, rgba(47, 98, 233, 0.05) 0%, transparent 65%);
  animation: glowDrift 22s ease-in-out infinite alternate;
}
.section-tint { background-color: var(--bg-soft); }
.section-light { background-color: var(--bg); }
.section-light-alt { background-color: var(--bg-warm); }
.section-navy {
  background-color: var(--navy);
  background-repeat: no-repeat;
  background-image:
    radial-gradient(800px 460px at 85% 0%, rgba(72, 118, 255, 0.2) 0%, transparent 60%),
    radial-gradient(640px 420px at 8% 90%, rgba(72, 118, 255, 0.12) 0%, transparent 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  animation: glowDrift 22s ease-in-out infinite alternate;
  color: #fff;
}
@keyframes glowDrift {
  from { background-position: 0px 0px, 0px 0px, 0 0; }
  to { background-position: 70px 45px, -80px -45px, 0 0; }
}

/* Sanfte Übergänge zwischen hell und dunkel – nahtlos mit Ease-Verlauf */
.section-navy { padding-top: clamp(5.5rem, 9vw, 7.5rem); }
.section-navy::before, .section-navy::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  pointer-events: none;
  z-index: 0;
}
.section-navy::before {
  top: 0;
  height: 200px;
  background-repeat: no-repeat;
  background-image:
    radial-gradient(70% 130px at 30% 0%, rgba(252, 253, 255, 0.45) 0%, transparent 70%),
    linear-gradient(180deg, #FCFDFF 0%, rgba(252, 253, 255, 0.87) 19%, rgba(252, 253, 255, 0.64) 34%, rgba(252, 253, 255, 0.42) 47%, rgba(252, 253, 255, 0.25) 60%, rgba(252, 253, 255, 0.12) 73%, rgba(252, 253, 255, 0.04) 86%, transparent 100%);
  background-size: 170% 100%, 100% 100%;
  animation: veilDrift 18s ease-in-out infinite alternate;
}
@keyframes veilDrift {
  from { background-position: 0% 0, 0 0; }
  to { background-position: 100% 0, 0 0; }
}
.section-navy::after {
  bottom: 0;
  height: 170px;
  background: linear-gradient(0deg, #FCFDFF 0%, rgba(252, 253, 255, 0.87) 19%, rgba(252, 253, 255, 0.64) 34%, rgba(252, 253, 255, 0.42) 47%, rgba(252, 253, 255, 0.25) 60%, rgba(252, 253, 255, 0.12) 73%, rgba(252, 253, 255, 0.04) 86%, transparent 100%);
}
.section-navy .container { position: relative; z-index: 1; }
.footer { position: relative; }
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(244, 247, 252, 0.5) 0%, transparent 100%);
  pointer-events: none;
}
.footer .container { position: relative; z-index: 1; }
.section-navy h2 { color: #fff; }
.section-navy .section-sub { color: rgba(255, 255, 255, 0.72); }
.section-navy .eyebrow {
  color: #A8C2FF;
  background: rgba(127, 164, 255, 0.12);
  border-color: rgba(127, 164, 255, 0.3);
}
.section-navy h2 .grad {
  background: linear-gradient(92deg, #7FA4FF 0%, #A8C2FF 30%, #DCE7FF 50%, #A8C2FF 70%, #7FA4FF 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 1.4rem;
  border-radius: 99px;
  border: 1.5px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
  white-space: nowrap;
}
.btn::after {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}
.btn:hover::after { left: 130%; }
.btn:hover { transform: translateY(-2px); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 12px 28px -10px rgba(29, 168, 81, 0.6); }
.btn-wa:hover { background: var(--wa-dark); box-shadow: 0 16px 34px -10px rgba(29, 168, 81, 0.7); }
.btn-navy {
  background: linear-gradient(170deg, #17254E 0%, #101A3C 100%);
  color: #fff;
  box-shadow: 0 14px 30px -12px rgba(16, 28, 64, 0.55);
}
.btn-navy:hover { background: linear-gradient(170deg, #1C2F63 0%, #141F48 100%); box-shadow: 0 18px 38px -12px rgba(16, 28, 64, 0.65); }
.btn-accent {
  background: linear-gradient(92deg, var(--accent) 0%, var(--accent-2) 100%);
  color: #fff;
  box-shadow: var(--shadow-accent);
}
.btn-ghost { background: var(--card); color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: rgba(47, 98, 233, 0.45); }
.btn-ghost-dark { background: transparent; color: var(--ink); border-color: rgba(19, 31, 62, 0.18); }
.btn-ghost-dark:hover { border-color: rgba(47, 98, 233, 0.5); background: var(--accent-soft); }
.btn-lg { padding: 0.95rem 1.8rem; font-size: 1.02rem; }
.btn-xl { padding: 1.1rem 2.1rem; font-size: 1.08rem; }
.btn-block { justify-content: center; width: 100%; }
.ico-wa { width: 20px; height: 20px; }
.ico-cal { width: 19px; height: 19px; }

/* ── Navigation ── */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding: 0.9rem 0;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}
.nav.scrolled {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 34px -16px rgba(19, 31, 62, 0.22);
  padding: 0.6rem 0;
}
.nav-inner { display: flex; align-items: center; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: 0.65rem; margin-right: auto; }
.brand-mark { width: 38px; height: 38px; border-radius: 10px; box-shadow: var(--shadow-sm); }
.brand-name { font-weight: 800; letter-spacing: 0.02em; color: var(--ink); font-size: 1.02rem; }
.brand-name em { font-style: normal; font-weight: 600; color: var(--accent-2); margin-left: 0.3rem; }
.nav-links { display: flex; gap: 1.6rem; }
.nav-links a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.93rem;
  transition: color 0.2s ease;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -5px;
  width: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-radius: 2px;
  transition: width 0.25s ease;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active { color: var(--ink); }
.nav-links a.active::after { width: 100%; }
.btn-nav { padding: 0.55rem 1.1rem; font-size: 0.88rem; }
.nav-burger { display: none; background: none; border: 0; width: 40px; height: 40px; flex-direction: column; justify-content: center; gap: 6px; align-items: center; cursor: pointer; }
.nav-burger span { width: 22px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: all 0.3s ease; }

/* ── Hero ── */
.hero {
  background:
    radial-gradient(900px 500px at 85% -5%, rgba(72, 118, 255, 0.13) 0%, transparent 60%),
    radial-gradient(700px 500px at -10% 30%, rgba(72, 118, 255, 0.07) 0%, transparent 55%),
    var(--bg);
  padding-top: clamp(7rem, 12vw, 9.5rem);
  overflow: hidden;
}
.hero h1 { color: var(--ink); }
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.55; }
.orb-1 { width: 460px; height: 460px; background: rgba(72, 118, 255, 0.18); top: -120px; right: -60px; animation: orbFloat 10s ease-in-out infinite; }
.orb-2 { width: 380px; height: 380px; background: rgba(72, 118, 255, 0.12); bottom: -100px; left: -90px; animation: orbFloat 13s ease-in-out infinite reverse; }
.orb-3 { width: 420px; height: 420px; background: rgba(72, 118, 255, 0.14); top: -80px; left: 32%; animation: orbFloat 11s ease-in-out infinite; }
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-34px, 26px) scale(1.08); }
  66% { transform: translate(22px, -18px) scale(0.96); }
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(19, 31, 62, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 31, 62, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(900px 520px at 60% 20%, #000 25%, transparent 75%);
  -webkit-mask-image: radial-gradient(900px 520px at 60% 20%, #000 25%, transparent 75%);
  animation: gridDrift 24s linear infinite;
}
@keyframes gridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 52px 52px, 52px 52px; }
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}
.hero-badges { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.86rem;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  padding: 0.45rem 0.95rem;
  border-radius: 99px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.hero-badge:hover { border-color: rgba(47, 98, 233, 0.5); transform: translateY(-2px); }
.hero-badge strong { font-weight: 800; }
.g-star { color: #F5B301; font-size: 1.05rem; line-height: 1; }
.tp-stars { color: #00B67A; letter-spacing: 0.08em; font-size: 0.9rem; }
.hero h1 { margin-bottom: 1.2rem; }
.hero-sub { font-size: 1.15rem; color: var(--muted); max-width: 540px; margin-bottom: 1.8rem; }
.hero-sub strong { color: var(--ink); }
.hero-ctas { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.hero-usps { display: grid; grid-template-columns: repeat(2, auto); justify-content: start; column-gap: 2.2rem; row-gap: 0.65rem; }
.hero-usps li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: var(--ink);
  font-weight: 600;
  white-space: nowrap;
  animation: uspPop 0.55s cubic-bezier(0.2, 0.8, 0.3, 1.25) both;
}
.hero-usps li:nth-child(1) { animation-delay: 1s; }
.hero-usps li:nth-child(2) { animation-delay: 1.15s; }
.hero-usps li:nth-child(3) { animation-delay: 1.3s; }
.hero-usps li:nth-child(4) { animation-delay: 1.45s; }
@keyframes uspPop {
  from { opacity: 0; transform: translateY(12px) scale(0.88); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.usp-ico {
  width: 24px; height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(22, 163, 74, 0.11);
  border: 1px solid rgba(22, 163, 74, 0.28);
  color: #16A34A;
  flex-shrink: 0;
  animation: uspGlow 3.2s ease-in-out infinite;
}
.hero-usps li:nth-child(2) .usp-ico { animation-delay: 0.5s; }
.hero-usps li:nth-child(3) .usp-ico { animation-delay: 1s; }
.hero-usps li:nth-child(4) .usp-ico { animation-delay: 1.5s; }
@keyframes uspGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); transform: scale(1); }
  50% { box-shadow: 0 0 0 5px rgba(22, 163, 74, 0.1); transform: scale(1.07); }
}
.usp-ico svg { width: 13px; height: 13px; }

/* Hero-Visual: Dashboard */
.hero-visual { position: relative; }
.dash {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  padding: 1.1rem 1.2rem 2.4rem;
  animation: dashFloat 7s ease-in-out infinite;
}
@keyframes dashFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-13px) rotate(0.4deg); }
}
.dash-head { display: flex; align-items: center; gap: 0.45rem; margin-bottom: 0.9rem; }
.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot.r, .dot.y, .dot.g { background: #D5DEEE; }
.dash-title { margin-left: 0.6rem; font-size: 0.85rem; font-weight: 600; color: var(--muted); }
.dash-live { margin-left: auto; display: flex; align-items: center; gap: 0.4rem; font-size: 0.76rem; font-weight: 700; color: #14A356; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #22C55E; animation: pulse 1.6s ease-out infinite; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  100% { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
}
.dash-video {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-soft);
}
.dash-video video { width: 100%; height: auto; display: block; }
.dash-kpis { display: flex; gap: 0.7rem; margin-top: 1rem; }
.kpi {
  flex: 1;
  position: relative;
  overflow: hidden;
  background: linear-gradient(170deg, #111C40 0%, #1B2D5E 100%);
  border: 1px solid rgba(127, 164, 255, 0.22);
  border-radius: 12px;
  padding: 0.65rem 0.85rem 0.75rem;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.kpi:hover { transform: translateY(-3px); border-color: rgba(127, 164, 255, 0.55); box-shadow: 0 14px 30px -14px rgba(16, 28, 64, 0.6); }
.kpi-label { display: block; font-size: 0.7rem; color: rgba(255, 255, 255, 0.55); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.kpi-val { font-size: 1.18rem; font-weight: 800; color: #8FB0FF; position: relative; z-index: 1; }
.kpi-flex { display: inline-flex; align-items: center; gap: 4px; }
.kpi-up { color: #34D399; }
.tri { width: 11px; height: 9px; flex-shrink: 0; }
.tri-up { animation: arrowRise 2.2s ease-in-out infinite; }
.tri-down { opacity: 0.9; }
.kpi-spark {
  position: absolute;
  right: 7px; bottom: 5px;
  width: 56px; height: 20px;
  color: rgba(127, 164, 255, 0.38);
  pointer-events: none;
}
.kpi-spark path {
  stroke-dasharray: 90;
  stroke-dashoffset: 90;
  animation: sparkDraw 4.5s ease-in-out infinite;
}
.kpi:nth-child(2) .kpi-spark path { animation-delay: 0.6s; }
.kpi:nth-child(3) .kpi-spark path { animation-delay: 1.2s; }
@keyframes sparkDraw {
  0% { stroke-dashoffset: 90; }
  40% { stroke-dashoffset: 0; }
  78% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -90; }
}
@keyframes arrowRise {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(-2.5px); opacity: 0.75; }
}

/* Schwebende Status-Notes um das Video */
.notes-row {
  position: absolute;
  left: 12px; right: 12px;
  bottom: -16px;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  z-index: 2;
}
.notes-row .float-note:nth-child(1) { animation-delay: 0.2s; }
.notes-row .float-note:nth-child(2) { animation-delay: 1.1s; }
.notes-row .float-note:nth-child(3) { animation-delay: 2s; }
.float-note {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(19, 31, 62, 0.18);
  border-radius: 10px;
  padding: 0.3rem 0.55rem;
  box-shadow: 0 10px 26px -10px rgba(19, 31, 62, 0.35);
  animation: noteFloat 5s ease-in-out 0.9s infinite;
  z-index: 2;
}
@keyframes noteFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
.note-icon {
  width: 22px; height: 22px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  border: 1px solid rgba(47, 98, 233, 0.22);
  color: var(--accent);
  flex-shrink: 0;
}
.note-icon svg { width: 13px; height: 13px; }
.note-text strong { display: block; font-size: 0.7rem; color: var(--ink); line-height: 1.25; }
.note-sub { display: block; font-size: 0.63rem; color: var(--muted); font-weight: 600; }
.note-check { color: var(--accent); }

@keyframes chipFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(-1.6deg); }
}

/* Statistik-Leiste */
.market-strip {
  margin-top: clamp(2rem, 4vw, 2.8rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.7rem;
  position: relative;
  z-index: 1;
}
.mchip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.7rem 1rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.mchip:hover { transform: translateY(-3px); border-color: rgba(47, 98, 233, 0.45); box-shadow: var(--shadow-lg); }
.mchip svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }
.mchip-primary { border-color: rgba(47, 98, 233, 0.4); background: linear-gradient(150deg, #EDF2FE 0%, var(--card) 70%); }

/* Marktplatz-Leiste: Animationen */
.market-strip .mchip {
  position: relative;
  overflow: hidden;
  animation: uspPop 0.55s cubic-bezier(0.2, 0.8, 0.3, 1.25) both;
}
.market-strip .mchip:nth-child(1) { animation-delay: 0.15s; }
.market-strip .mchip:nth-child(2) { animation-delay: 0.3s; }
.market-strip .mchip:nth-child(3) { animation-delay: 0.45s; }
.market-strip .mchip:nth-child(4) { animation-delay: 0.6s; }
.market-strip .mchip:nth-child(5) { animation-delay: 0.75s; }
.mchip::after {
  content: '';
  position: absolute;
  top: 0; left: -80%;
  width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(47, 98, 233, 0.13), transparent);
  transform: skewX(-20deg);
  animation: chipShine 7s ease-in-out 1.2s infinite;
  pointer-events: none;
}
.market-strip .mchip:nth-child(2)::after { animation-delay: 1.55s; }
.market-strip .mchip:nth-child(3)::after { animation-delay: 1.9s; }
.market-strip .mchip:nth-child(4)::after { animation-delay: 2.25s; }
.market-strip .mchip:nth-child(5)::after { animation-delay: 2.6s; }
@keyframes chipShine {
  0% { left: -80%; }
  16% { left: 130%; }
  100% { left: 130%; }
}
.mchip svg { animation: mchipIco 5s ease-in-out infinite; }
.market-strip .mchip:nth-child(2) svg { animation-delay: 0.5s; }
.market-strip .mchip:nth-child(3) svg { animation-delay: 1s; }
.market-strip .mchip:nth-child(4) svg { animation-delay: 1.5s; }
.market-strip .mchip:nth-child(5) svg { animation-delay: 2s; }
@keyframes mchipIco {
  0%, 100% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.18) rotate(-6deg); }
}

.stats {
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.stat {
  text-align: center;
  padding: 0.3rem 1rem;
  position: relative;
}
.stat + .stat::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  height: 58%;
  width: 1px;
  background: rgba(19, 31, 62, 0.13);
}
.stat-num { display: block; font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 800; color: var(--ink); line-height: 1.25; }
.stat-num b { color: var(--accent); font-weight: 800; }
.stat-label { font-size: 0.82rem; color: var(--muted); font-weight: 500; }

/* ── Plattformen ── */
.platforms { padding: clamp(5.5rem, 9vw, 7.5rem) 0 clamp(3rem, 6vw, 4.5rem); }
.ptabs { margin-top: 1.9rem; display: flex; justify-content: center; gap: 0.6rem; flex-wrap: wrap; position: relative; z-index: 1; }
.ptab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.15rem;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, color 0.25s ease;
}
.ptab svg { width: 17px; height: 17px; }
.ptab:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, 0.45); }
.ptab.active { background: #fff; color: var(--ink); border-color: #fff; box-shadow: 0 12px 30px -12px rgba(0, 0, 0, 0.4); }
.ppanel { margin-top: 1.1rem; position: relative; z-index: 1; }
.ppane { display: none; }
.ppane.active {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.3rem;
  align-items: center;
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.6rem;
  box-shadow: var(--shadow-lg);
  animation: paneIn 0.35s ease;
}
@keyframes paneIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.ppane p { font-size: 0.92rem; color: var(--muted); margin-top: 0; }
.ppane.active::after {
  content: '';
  position: absolute;
  right: -50px; top: -50px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 98, 233, 0.09) 0%, transparent 70%);
  pointer-events: none;
}
.ppane .picon-lg { width: 54px; height: 54px; border-radius: 15px; }
.ppane .picon-lg svg { width: 32px; height: 32px; }
.ppane .pname { font-size: 1.3rem; }
.pcard-head { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.55rem; }
.pcard p { font-size: 0.88rem; color: var(--muted); margin-top: 0; }
.pcard-amazon {
  grid-column: 1 / -1;
  background: linear-gradient(150deg, #EDF2FE 0%, var(--card) 65%);
  border-color: rgba(47, 98, 233, 0.35);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.3rem;
  align-items: center;
  padding: 1.3rem 1.5rem;
}
.pcard-tag {
  position: absolute;
  top: 1.1rem; right: 1.1rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  background: linear-gradient(92deg, var(--accent), var(--accent-2));
  padding: 0.3rem 0.7rem;
  border-radius: 99px;
  box-shadow: 0 8px 18px -8px rgba(28, 67, 196, 0.7);
  animation: tagBounce 3.2s ease-in-out infinite;
}
@keyframes tagBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.picon {
  width: 40px; height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid rgba(47, 98, 233, 0.22);
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}
.picon svg { width: 24px; height: 24px; }
.picon-lg { width: 46px; height: 46px; }
.picon-lg svg { width: 28px; height: 28px; }
.pcard:hover .picon { transform: scale(1.1) rotate(-4deg); background: rgba(47, 98, 233, 0.14); }
.pname { color: var(--ink); font-size: 1.05rem; }
.pcard-amazon .pname { font-size: 1.2rem; }
.pcard-list { margin-top: 0; display: grid; gap: 0.5rem; }
.pcard-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 0.55rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.pcard-list li:hover { transform: translateX(4px); border-color: rgba(47, 98, 233, 0.35); }
.pcard-list li::before {
  content: '✓';
  width: 19px; height: 19px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

/* ── Leistungen ── */
.service-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}
.scard {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.85rem;
  align-items: center;
  background: linear-gradient(170deg, #111C40 0%, #1B2D5E 100%);
  border: 1px solid rgba(127, 164, 255, 0.18);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  box-shadow: 0 18px 44px -18px rgba(16, 28, 64, 0.45);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}
.scard:hover {
  border-color: rgba(127, 164, 255, 0.55);
  box-shadow: 0 26px 60px -20px rgba(16, 28, 64, 0.6);
}
.scard h3 { margin: 0; color: #fff; font-size: 1.02rem; }
.scard p { grid-column: 1 / -1; font-size: 0.9rem; color: rgba(255, 255, 255, 0.72); margin-top: 0.65rem; }
.scard-hl { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%); border-color: rgba(255, 255, 255, 0.22); }
.scard-hl p { color: rgba(255, 255, 255, 0.86); }
.sicon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #8FB0FF;
  background: rgba(127, 164, 255, 0.14);
  border: 1px solid rgba(127, 164, 255, 0.3);
  transition: transform 0.3s ease, background 0.3s ease;
}
.scard:hover .sicon { transform: scale(1.1) rotate(-4deg); background: rgba(127, 164, 255, 0.26); }
.scard-hl .sicon { color: #fff; background: rgba(255, 255, 255, 0.16); border-color: rgba(255, 255, 255, 0.35); }
.sicon svg { width: 26px; height: 26px; }

/* dauerhaft animierte Icon-Teile */
.needle { transform-origin: 24px 24px; animation: needleWobble 3.6s ease-in-out infinite; }
@keyframes needleWobble {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-14deg); }
  65% { transform: rotate(10deg); }
}
.scan { animation: scanMove 2.8s ease-in-out infinite; }
@keyframes scanMove {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(9px); opacity: 0.55; }
}
.bar-a { transform-origin: 15px 36px; animation: barGrow 2.6s ease-in-out infinite; }
.bar-b { transform-origin: 24px 36px; animation: barGrow 2.6s ease-in-out 0.3s infinite; }
.bar-c { transform-origin: 33px 36px; animation: barGrow 2.6s ease-in-out 0.6s infinite; }
@keyframes barGrow {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.62); }
}
.check-loop { stroke-dasharray: 30; stroke-dashoffset: 0; animation: checkLoop 3.4s ease infinite; }
@keyframes checkLoop {
  0% { stroke-dashoffset: 30; }
  35% { stroke-dashoffset: 0; }
  80% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -30; }
}
.pulse-ring { transform-origin: 36px 16px; animation: ringPulse 2.4s ease-in-out infinite; }
@keyframes ringPulse {
  0%, 100% { opacity: 0.35; transform: scale(0.94); }
  50% { opacity: 1; transform: scale(1.06); }
}
.spin-slow { transform-origin: center; animation: spin 12s linear infinite; }
.spin-rev { transform-origin: center; animation: spin 9s linear infinite reverse; }
.spin-slower { transform-origin: center; animation: spin 20s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.draw { stroke-dasharray: 80; stroke-dashoffset: 0; }
.scard:hover .draw, .acard:hover .draw { animation: drawIcon 0.9s ease forwards; }
@keyframes drawIcon {
  from { stroke-dashoffset: 80; }
  to { stroke-dashoffset: 0; }
}

/* Inklusive-Liste */
.include { margin-top: 3.2rem; }
.include-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem 2rem;
  box-shadow: var(--shadow-sm);
}
.include-title {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 1.3rem;
  text-align: center;
}
.include-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.85rem 2.5rem; }
.include-grid li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
}
.inc-ico {
  width: 28px; height: 28px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  border: 1px solid rgba(47, 98, 233, 0.2);
  color: var(--accent);
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}
.inc-ico svg { width: 16px; height: 16px; }
.include-grid li:hover .inc-ico { transform: scale(1.12) rotate(-4deg); background: rgba(47, 98, 233, 0.14); }

/* ── Für wen ── */
.aud-grid { margin-top: 2rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.9rem; }
.acard {
  flex: 1 1 280px;
  max-width: 356px;
  text-align: center;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.3rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}
.acard:hover { box-shadow: var(--shadow-lg); border-color: rgba(47, 98, 233, 0.35); }
.aicon {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin: 0 auto 0.8rem;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid rgba(47, 98, 233, 0.22);
  transition: transform 0.3s ease;
}
.aicon svg { width: 26px; height: 26px; }
.acard:hover .aicon { transform: scale(1.1) rotate(-3deg); }
.acard h3 { margin-bottom: 0.35rem; font-size: 1.02rem; }
.acard p { font-size: 0.9rem; color: var(--muted); }

/* ── Ergebnisse (kompakt) ── */
.result-row { margin-top: 2rem; display: flex; justify-content: center; gap: 0.8rem; flex-wrap: wrap; }
.rpill {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.85rem 1.4rem;
  text-align: center;
  min-width: 190px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.rpill:hover { transform: translateY(-3px); border-color: rgba(47, 98, 233, 0.35); }
.rpill b { display: block; font-size: 1.5rem; font-weight: 900; letter-spacing: -0.02em; line-height: 1.2; }
.rpill span { font-size: 0.78rem; color: var(--muted); font-weight: 600; }
.review-badges { margin-top: 1.6rem; display: flex; justify-content: center; gap: 0.8rem; flex-wrap: wrap; }
.rev-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 0.55rem 1.15rem;
  font-size: 0.88rem;
  color: var(--muted);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.rev-badge:hover { transform: translateY(-2px); border-color: rgba(47, 98, 233, 0.4); box-shadow: var(--shadow-sm); }
.rev-badge strong { color: var(--ink); }
.rev-badge svg { width: 19px; height: 19px; flex-shrink: 0; }
.review-notes {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}
.rev-note {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 0.55rem 0.85rem;
  max-width: 340px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.rev-note:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.rev-avatar {
  width: 26px; height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.rev-note-text { min-width: 0; line-height: 1.35; }
.rev-note-text b { display: flex; align-items: center; gap: 0.35rem; font-size: 0.8rem; color: var(--ink); }
.rev-mini-stars { color: #F5B301; font-size: 0.66rem; letter-spacing: 0.06em; }
.rev-src { width: 13px; height: 13px; flex-shrink: 0; }
.rev-quote {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.76rem;
  color: var(--muted);
  font-style: italic;
}

/* ── Ablauf ── */
.steps {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 26px; left: 6%; right: 6%;
  height: 3px;
  border-radius: 3px;
  background: repeating-linear-gradient(90deg, var(--accent) 0 14px, rgba(47, 98, 233, 0.18) 14px 28px);
  background-size: 28px 100%;
  animation: dashFlow 1.2s linear infinite;
}
@keyframes dashFlow {
  to { background-position: 28px 0; }
}
.step { position: relative; padding-top: 4.4rem; }
.step-num {
  position: absolute;
  top: 0; left: 0;
  width: 52px; height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
  background: linear-gradient(135deg, var(--accent-light), var(--accent-2));
  box-shadow: 0 12px 26px -10px rgba(28, 67, 196, 0.6), 0 0 0 6px var(--bg);
  animation: stepPulse 3s ease-in-out infinite;
}
.step:nth-child(2) .step-num { animation-delay: 0.4s; }
.step:nth-child(3) .step-num { animation-delay: 0.8s; }
.step:nth-child(4) .step-num { animation-delay: 1.2s; }
@keyframes stepPulse {
  0%, 100% { box-shadow: 0 12px 26px -10px rgba(28, 67, 196, 0.6), 0 0 0 6px var(--bg), 0 0 0 6px rgba(47, 98, 233, 0); }
  50% { box-shadow: 0 12px 26px -10px rgba(28, 67, 196, 0.6), 0 0 0 6px var(--bg), 0 0 0 14px rgba(47, 98, 233, 0.1); }
}
.step h3 { margin-bottom: 0.4rem; }
.step p { font-size: 0.93rem; color: var(--muted); }

/* ── Pakete ── */
.grad-teal {
  background: linear-gradient(92deg, var(--accent-2) 0%, var(--accent) 45%, var(--accent-light) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradShift 5s ease-in-out infinite;
}
.price-grid { margin-top: 2.6rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; align-items: stretch; }
.prcard {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.9rem 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}
.prcard:hover { border-color: rgba(47, 98, 233, 0.35); box-shadow: var(--shadow-lg); }
.prcard-dark {
  background: linear-gradient(170deg, #111C40 0%, #1B2D5E 100%);
  border-color: transparent;
  box-shadow: 0 30px 70px -24px rgba(16, 28, 64, 0.55);
}
.prcard.prcard-dark h3 { color: #fff; }
.prcard-dark .prdesc { color: rgba(255, 255, 255, 0.72); }
.prcard-dark .prval { color: #fff; }
.prcard-dark .prval span { color: rgba(255, 255, 255, 0.6); }
.prcard.prcard-dark ul li { color: rgba(255, 255, 255, 0.9); }
.prcard.prcard-dark ul li::before { background: rgba(127, 164, 255, 0.18); color: #A8C2FF; }
.prnum-grad {
  background: linear-gradient(92deg, #8FB0FF, #DCE7FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
}
.btn-grad {
  background: linear-gradient(92deg, var(--accent) 0%, var(--accent-2) 100%);
  color: #fff;
  box-shadow: var(--shadow-accent);
}
.prcard-partner { border: 2px solid var(--ink); }
.prtag {
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(92deg, var(--accent), var(--accent-2));
  padding: 0.35rem 1rem;
  border-radius: 99px;
  box-shadow: 0 8px 18px -6px rgba(28, 67, 196, 0.7);
  animation: tagBounce 3.2s ease-in-out infinite;
  white-space: nowrap;
}
.prtag-teal { background: linear-gradient(92deg, var(--accent), var(--accent-2)); }
.prtag-pink { background: var(--ink); box-shadow: 0 8px 18px -6px rgba(19, 31, 62, 0.5); }
.prcard h3 { font-size: 1.18rem; color: var(--ink); }
.prdesc { font-size: 0.9rem; color: var(--muted); margin: 0.4rem 0 1.2rem; }
.prval { font-size: 2rem; font-weight: 900; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 1.2rem; }
.prval span { font-size: 0.88rem; font-weight: 600; color: var(--muted); margin-left: 0.35rem; letter-spacing: 0; }
.prval-text { font-size: 1.7rem; }
.prcard ul { display: grid; gap: 0.6rem; margin-bottom: 1.6rem; flex: 1; }
.prcard ul li { font-size: 0.91rem; color: var(--ink); padding-left: 1.75rem; position: relative; }
.prcard ul li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 0.12em;
  width: 19px; height: 19px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

/* ── Über mich ── */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.avatar { position: relative; width: 158px; margin: 1.6rem 0 1.3rem; }
.avatar img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  padding: 9px;
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-sm);
}
.avatar-ring { position: absolute; inset: 0; width: 100%; height: 100%; }
.partner-badge {
  display: inline-flex;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.55rem 0.9rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.partner-badge:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.partner-badge svg { height: 52px; width: auto; font-family: var(--font); }
.about-badges { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 1.5rem; }
.badge {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent-2);
  background: var(--accent-soft);
  border: 1px solid rgba(47, 98, 233, 0.25);
  padding: 0.4rem 0.85rem;
  border-radius: 99px;
  transition: transform 0.25s ease, background 0.25s ease;
}
.badge:hover { transform: translateY(-3px); background: rgba(47, 98, 233, 0.14); }
.about-links { display: flex; gap: 0.8rem; flex-wrap: wrap; }

.timeline { position: relative; padding-left: 2rem; display: grid; gap: 1.9rem; }
.timeline::before {
  content: '';
  position: absolute;
  left: 7px; top: 8px; bottom: 8px;
  width: 2.5px;
  background: linear-gradient(180deg, var(--accent-2) 0%, rgba(47, 98, 233, 0.18) 100%);
  border-radius: 2px;
}
.tl-item { position: relative; }
.tl-item::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 6px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--bg);
  border: 3.5px solid var(--accent);
  transform: translateX(0.5px);
  transition: transform 0.25s ease;
}
.tl-item:hover::before { transform: translateX(0.5px) scale(1.25); }
.tl-now::before { background: var(--accent); animation: nowPulse 2.4s ease-out infinite; }
@keyframes nowPulse {
  0% { box-shadow: 0 0 0 0 rgba(47, 98, 233, 0.4); }
  100% { box-shadow: 0 0 0 14px rgba(47, 98, 233, 0); }
}
.tl-year {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--accent);
  margin-bottom: 0.25rem;
}
.tl-item h3 { font-size: 1.05rem; }
.tl-item p { font-size: 0.93rem; color: var(--muted); margin-top: 0.25rem; }

/* Tools-Marquee */
.tools { margin-top: clamp(3.5rem, 7vw, 5rem); }
.tools-label {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--muted);
  margin-bottom: 1.3rem;
}
.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: marquee 24s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.tool {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 0.65rem 1.3rem;
  box-shadow: var(--shadow-sm);
  white-space: nowrap;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.tool:hover { transform: translateY(-3px); border-color: rgba(47, 98, 233, 0.4); }
.tool i { width: 11px; height: 11px; border-radius: 4px; display: inline-block; background: #B9C6DE !important; }

/* ── Kontakt ── */
.contact { text-align: center; overflow: hidden; }
.contact-inner {
  position: relative;
  background:
    radial-gradient(600px 320px at 85% 0%, rgba(72, 118, 255, 0.22) 0%, transparent 60%),
    linear-gradient(160deg, #16244E 0%, #0E1837 100%);
  border-radius: 28px;
  padding: clamp(2.8rem, 6vw, 4.5rem) clamp(1.5rem, 5vw, 4rem);
  box-shadow: 0 34px 80px -28px rgba(10, 18, 42, 0.6);
  overflow: hidden;
}
.contact-inner::before, .contact-inner::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(127, 164, 255, 0.09);
}
.contact-inner::before { width: 340px; height: 340px; top: -140px; right: -100px; animation: orbFloat 9s ease-in-out infinite; }
.contact-inner::after { width: 260px; height: 260px; bottom: -120px; left: -80px; animation: orbFloat 12s ease-in-out infinite reverse; }
.contact h2 { color: #fff; position: relative; z-index: 1; }
.contact .grad {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  color: #CFDDFF;
  animation: none;
}
.contact .section-sub { margin-inline: auto; color: rgba(255, 255, 255, 0.92); position: relative; z-index: 1; }
.contact-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2.2rem; position: relative; z-index: 1; }
.contact-ctas .btn-ghost { background: rgba(255, 255, 255, 0.14); color: #fff; border-color: rgba(255, 255, 255, 0.45); box-shadow: none; }
.contact-ctas .btn-ghost:hover { background: rgba(255, 255, 255, 0.24); border-color: #fff; }
.contact-note { margin-top: 1.6rem; font-size: 0.92rem; color: rgba(255, 255, 255, 0.85); position: relative; z-index: 1; }

/* Calendly-Buchung */
.booking { margin-top: 2.4rem; position: relative; z-index: 1; }
.booking-lead { font-size: 1.02rem; font-weight: 600; color: rgba(255, 255, 255, 0.95); margin-bottom: 1rem; }
.btn-cal { background: #fff; color: var(--accent-2); box-shadow: 0 14px 34px -12px rgba(0, 0, 0, 0.35); }
.btn-cal:hover { background: #F4F7FF; }
.booking-hint { margin-top: 0.7rem; font-size: 0.8rem; color: rgba(255, 255, 255, 0.7); }
.calendly-inline-widget {
  display: none;
  width: 100%;
  max-width: 620px;
  height: 580px;
  margin: 1.3rem auto 0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.4);
}
.calendly-inline-widget.active { display: block; }

/* ── Footer ── */
.footer { background: #0F1830; color: #93A1BC; padding: 3.2rem 0 0; }
.footer .brand-name { color: #fff; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.2rem;
}
.footer-brand p { font-size: 0.9rem; margin-top: 0.7rem; max-width: 320px; }
.footer-nav, .footer-meta { display: flex; flex-direction: column; gap: 0.65rem; }
.footer-nav a, .footer-meta a { font-size: 0.92rem; transition: color 0.2s ease; }
.footer-nav a:hover, .footer-meta a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.3rem 0;
  font-size: 0.82rem;
}
.footer-bottom a { color: #C6CFDE; }

/* Schwebender WhatsApp-Button */
.wa-float {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 90;
  width: 60px; height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--wa);
  color: #fff;
  box-shadow: 0 14px 34px -8px rgba(29, 168, 81, 0.65);
  transition: transform 0.25s ease;
  animation: waPulse 2.6s ease-out infinite;
}
.wa-float:hover { transform: scale(1.12) rotate(6deg); }
.wa-float svg { width: 32px; height: 32px; }
@keyframes waPulse {
  0% { box-shadow: 0 14px 34px -8px rgba(29, 168, 81, 0.65), 0 0 0 0 rgba(29, 168, 81, 0.4); }
  70% { box-shadow: 0 14px 34px -8px rgba(29, 168, 81, 0.65), 0 0 0 18px rgba(29, 168, 81, 0); }
  100% { box-shadow: 0 14px 34px -8px rgba(29, 168, 81, 0.65), 0 0 0 0 rgba(29, 168, 81, 0); }
}

/* ── Rechtsseiten (Impressum / Datenschutz) ── */
.legal-page { background: var(--bg); }
.legal { min-height: 70vh; padding-top: 7.5rem; }
.legal-container { max-width: 760px; }
.legal h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 1.8rem; }
.legal h2 { font-size: 1.15rem; margin: 2rem 0 0.6rem; }
.legal p { color: var(--muted); font-size: 0.97rem; }
.legal a { color: var(--accent-2); font-weight: 600; }
.legal a:hover { text-decoration: underline; }
.legal mark { background: rgba(47, 98, 233, 0.14); padding: 0.1em 0.3em; border-radius: 4px; }
.legal-note { margin-top: 2.5rem; font-size: 0.88rem; }
.legal-page .nav.scrolled { background: rgba(255, 255, 255, 0.9); }


/* ── Pakete: Stunden-Rechner ── */
.calc {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.3rem 1.6rem;
  max-width: 640px;
  margin: 2rem auto 1.8rem;
  box-shadow: var(--shadow-sm);
}
.calc-label { display: block; font-weight: 700; font-size: 0.95rem; margin-bottom: 0.9rem; text-align: center; }
.calc-row { display: flex; align-items: center; gap: 1rem; }
.calc-row input[type="range"] { flex: 1; accent-color: var(--accent); height: 6px; cursor: pointer; }
.calc-out { font-size: 0.9rem; color: var(--muted); font-weight: 600; white-space: nowrap; min-width: 64px; text-align: right; }
.calc-out b { color: var(--accent-2); font-size: 1.1rem; }
.calc-result { margin-top: 0.8rem; text-align: center; font-size: 0.95rem; color: var(--muted); }
.calc-result strong { color: var(--accent-2); }
.prcard.recommended { outline: 2.5px solid var(--accent); outline-offset: 3px; }
.prcard.recommended::after {
  content: 'Empfehlung';
  position: absolute;
  top: -11px; right: 14px;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  background: var(--accent);
  padding: 0.22rem 0.65rem;
  border-radius: 99px;
}

/* ── Timeline: Scroll-Fortschritt ── */
.timeline::before { background: rgba(47, 98, 233, 0.14); }
.timeline::after {
  content: '';
  position: absolute;
  left: 7px; top: 8px;
  width: 2.5px;
  height: calc((100% - 16px) * var(--tl-progress, 0));
  background: linear-gradient(180deg, var(--accent-light), var(--accent-2));
  border-radius: 2px;
  transition: height 0.15s linear;
}
.tl-item { opacity: 0.4; transition: opacity 0.45s ease; }
.tl-item::before { border-color: #C2CDE4; transition: border-color 0.4s ease, transform 0.25s ease; }
.tl-item.tl-active { opacity: 1; }
.tl-item.tl-active::before { border-color: var(--accent); }


/* ── FAQ ── */
.faq-list { max-width: 760px; margin: 2.2rem auto 0; display: grid; gap: 0.7rem; }
.faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.faq-item:hover { border-color: rgba(47, 98, 233, 0.3); }
.faq-item[open] { border-color: rgba(47, 98, 233, 0.45); box-shadow: var(--shadow-lg); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chev {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--accent-soft);
  border: 1px solid rgba(47, 98, 233, 0.22);
  color: var(--accent);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}
.faq-chev svg { width: 13px; height: 13px; }
.faq-item[open] .faq-chev { transform: rotate(45deg); background: rgba(47, 98, 233, 0.16); }
.faq-item > p {
  padding: 0 1.2rem 1.1rem;
  color: var(--muted);
  font-size: 0.93rem;
  animation: faqIn 0.35s ease;
}
@keyframes faqIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Scroll-Reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }
.d5 { transition-delay: 0.5s; }

/* Tilt-Karten (JS setzt --tiltX/--tiltY) */
.tilt {
  transform: perspective(900px) rotateX(var(--tiltX, 0deg)) rotateY(var(--tiltY, 0deg)) translateY(var(--lift, 0px));
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ── Responsive ── */
@media (max-width: 1020px) {
  .hero-inner { grid-template-columns: 1fr; gap: 4rem; }
  .hero-visual { max-width: 560px; margin-inline: auto; width: 100%; }
  .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .pcard-amazon { grid-column: span 2; grid-row: auto; }
  .service-grid, .aud-grid { grid-template-columns: repeat(2, 1fr); }
  .include-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.2rem; }
  .steps::before { display: none; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .tp-strip { grid-template-columns: 1fr; }
  .tp-quotes { flex-direction: column; gap: 0.9rem; }
}
@media (max-width: 760px) {
  .nav-links {
    position: fixed;
    top: 62px; right: 4%;
    flex-direction: column;
    gap: 0;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 0.6rem;
    min-width: 200px;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .nav-links a { padding: 0.7rem 1rem; border-radius: 10px; color: var(--ink); }
  .nav-links a:hover { background: var(--bg-soft); }
  .nav-links a::after { display: none; }
  .nav-open .nav-links { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-burger { display: flex; }
  .nav-open .nav-burger span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
  .nav-open .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-open .nav-burger span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }
  .btn-nav { display: none; }
  .stats { grid-template-columns: repeat(2, 1fr); row-gap: 1rem; }
  .stat + .stat::before { display: none; }
  .service-grid, .aud-grid, .include-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .notes-row { display: none; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .hero-usps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem 0.8rem; }
  .hero-usps li { white-space: normal; font-size: 0.8rem; line-height: 1.3; }
  .contact-ctas .btn { width: 100%; justify-content: center; }
}

/* ── Sticky Mobile-CTA ── */
.mobile-cta { display: none; }
@media (max-width: 760px) {
  .mobile-cta {
    position: fixed;
    left: 12px; right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 95;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(170deg, #17254E 0%, #101A3C 100%);
    color: #fff;
    font-weight: 800;
    font-size: 0.95rem;
    padding: 0.85rem;
    border-radius: 99px;
    box-shadow: 0 14px 34px -10px rgba(16, 28, 64, 0.6);
    transform: translateY(130%);
    transition: transform 0.35s ease;
  }
  .mobile-cta.sichtbar { transform: translateY(0); }
  .mobile-cta svg { width: 18px; height: 18px; }
  .wa-float { bottom: 86px; right: 14px; width: 52px; height: 52px; }
  .wa-float svg { width: 27px; height: 27px; }
}
