/* =====================================================================
   SocialSchub — Design-System v2
   Markenbaukasten übernommen von instaboostpanel.com (Indien):
   Violett #6936F5 → Koralle #FC405D, Plus Jakarta Sans, Slate-Neutraltöne.
   Die deutsche Seite ist damit sichtbar die Schwester der indischen —
   nur mit besserem Aufbau, echten Illustrationen und Bewegung.

   Aufbau dieser Datei:
     1 Tokens · 2 Basis · 3 Typografie · 4 Layout · 5 Kopfzeile
     6 Buttons · 7 Hinweise · 8 Karten · 9 Hero + schwebende Icons
    10 Illustrationen · 11 Bestellbox · 12 Tabellen · 13 Schritte
    14 FAQ · 15 Fließtext · 16 Blog · 17 CTA · 18 Fußzeile
    19 Cookie-Banner · 20 Bewegung · 21 Hilfsklassen
   ===================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  /* Marke — exakt die Werte von instaboostpanel.com */
  --violet:      #6936f5;
  --violet-dark: #5527d8;
  --violet-soft: #efeaff;
  --coral:       #fc405d;
  --coral-dark:  #e02745;
  --coral-soft:  #ffecef;
  --pink:        #f472b6;
  --purple:      #c084fc;
  --blue:        #0077ff;
  --green:       #22c55e;

  --grad:        linear-gradient(135deg, #6936f5, #fc405d);
  --grad-rev:    linear-gradient(135deg, #fc405d, #6936f5);
  --grad-trust:  linear-gradient(135deg, #22c55e, #0077ff);
  --grad-soft:   linear-gradient(135deg, #f472b6, #c084fc);
  --grad-wash:   linear-gradient(160deg, #f7f4ff 0%, #fff2f4 55%, #ffffff 100%);

  /* Neutraltöne — Slate, wie auf der indischen Seite */
  --ink:      #0f172a;
  --ink-700:  #334155;
  --ink-600:  #475569;
  --ink-500:  #64748b;
  --ink-400:  #94a3b8;
  --line:     #e2e8f0;
  --line-2:   #cbd5e1;
  --surface:  #f8fafc;
  --surface-2:#f1f5f9;
  --bg:       #ffffff;

  /* Signal */
  --success:    #16a34a;
  --success-bg: #ecfdf5;
  --warn:       #b45309;
  --warn-bg:    #fffbeb;
  --danger:     #dc2626;
  --danger-bg:  #fef2f2;

  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --mono: ui-monospace, 'SF Mono', 'Cascadia Mono', Consolas, monospace;

  --wrap: 1180px;
  --wrap-narrow: 760px;
  --r-sm: 10px;
  --r:    16px;
  --r-lg: 24px;
  --r-xl: 32px;

  --sh-sm:    0 1px 2px rgba(15,23,42,.05), 0 1px 3px rgba(15,23,42,.04);
  --sh:       0 4px 12px rgba(15,23,42,.06), 0 2px 4px rgba(15,23,42,.04);
  --sh-lg:    0 18px 40px rgba(15,23,42,.10), 0 4px 12px rgba(15,23,42,.05);
  --sh-xl:    0 32px 68px rgba(15,23,42,.14), 0 8px 20px rgba(15,23,42,.06);
  --sh-brand: 0 10px 28px rgba(105,54,245,.30);
  --sh-coral: 0 10px 28px rgba(252,64,93,.28);

  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out-back: cubic-bezier(.34,1.4,.64,1);

  color-scheme: light;
}

/* ---------- 2. Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-600);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.35em; }
li { margin-bottom: .45em; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.5rem 0; }
small { font-size: .85rem; }

a { color: var(--violet); text-decoration: none; transition: color .16s var(--ease); }
a:hover { color: var(--violet-dark); text-decoration: underline; }

code {
  font-family: var(--mono); font-size: .9em;
  background: var(--surface-2); padding: .15em .4em; border-radius: 5px;
}

:focus-visible { outline: 3px solid var(--violet); outline-offset: 2px; border-radius: 5px; }

.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;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: .7rem 1.1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---------- 3. Typografie ---------- */
h1, h2, h3, h4, h5 {
  margin: 0 0 .5em;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.028em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 5.6vw, 3.65rem); letter-spacing: -.038em; }
h2 { font-size: clamp(1.6rem, 3.8vw, 2.45rem); letter-spacing: -.032em; }
h3 { font-size: clamp(1.15rem, 2.4vw, 1.4rem); font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }
strong, b { color: var(--ink); font-weight: 700; }

/* Verlaufstext — sparsam einsetzen, sonst wird es Kirmes */
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
  color: var(--violet); margin-bottom: .85rem;
}
.eyebrow::before {
  content: ''; width: 22px; height: 2px; border-radius: 2px; background: var(--grad);
}

/* ---------- 4. Layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.wrap--narrow { max-width: var(--wrap-narrow); }

.section { padding: 64px 0; position: relative; }
.section--tight { padding: 40px 0; }
.section--surface { background: var(--surface); }
.section--gradient { background: var(--grad-wash); }
.section--ink { background: var(--ink); color: #a8b3c7; }
.section--ink h2, .section--ink h3, .section--ink h4 { color: #fff; }

@media (min-width: 768px) {
  .section { padding: 92px 0; }
  .section--tight { padding: 56px 0; }
}

.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 940px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
}

.section-head { max-width: 680px; margin: 0 auto 42px; text-align: center; }
.section-head p { color: var(--ink-500); font-size: 1.06rem; margin-bottom: 0; }

.text-center { text-align: center; }
.muted { color: var(--ink-500); }
.nowrap { white-space: nowrap; }

/* ---------- 5. Kopfzeile ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}
.site-header.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 4px 24px rgba(15,23,42,.06);
  background: rgba(255,255,255,.94);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; height: 72px;
}

.logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: 1.2rem; color: var(--ink); letter-spacing: -.035em;
}
.logo:hover { text-decoration: none; color: var(--ink); }
.logo__mark { width: 34px; height: 34px; flex: 0 0 34px; transition: transform .35s var(--ease-out-back); }
.logo:hover .logo__mark { transform: rotate(-8deg) scale(1.06); }
.logo__text span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.nav { display: none; align-items: center; gap: 2px; }
.nav a {
  position: relative; padding: 9px 14px; border-radius: 10px;
  color: var(--ink-600); font-size: .95rem; font-weight: 600;
  transition: color .16s var(--ease), background .16s var(--ease);
}
.nav a::after {
  content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px;
  border-radius: 2px; background: var(--grad);
  transform: scaleX(0); transform-origin: left; transition: transform .26s var(--ease);
}
.nav a:hover { color: var(--ink); text-decoration: none; }
.nav a:hover::after { transform: scaleX(1); }
.nav a[aria-current='page'] { color: var(--violet); }
.nav a[aria-current='page']::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 10px; }
/* Auf schmalen Handys bricht der Knopf sonst zweizeilig um und drängt sich
   neben das Menü-Symbol. Der gleiche Aufruf steht direkt darunter im Hero. */
@media (max-width: 560px) { .header-actions .btn { display: none; } }

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border: 1px solid var(--line-2);
  background: #fff; border-radius: 12px; cursor: pointer; color: var(--ink);
  transition: background .16s var(--ease), border-color .16s var(--ease);
}
.nav-toggle:hover { background: var(--surface); border-color: var(--ink-400); }

.mobile-nav { display: none; border-top: 1px solid var(--line); background: #fff; padding: 12px 0 18px; }
.mobile-nav.is-open { display: block; animation: slideDown .28s var(--ease); }
.mobile-nav a {
  display: block; padding: 12px 20px; color: var(--ink-600); font-weight: 600; border-radius: 10px;
}
.mobile-nav a:hover { background: var(--surface); text-decoration: none; color: var(--violet); }
.mobile-nav__group {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .12em;
  color: var(--ink-400); padding: 14px 20px 4px; font-weight: 800;
}
@media (min-width: 1000px) {
  .nav { display: flex; }
  .nav-toggle { display: none; }
  .mobile-nav { display: none !important; }
}

/* ---------- 6. Buttons ---------- */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 24px; border-radius: 13px; border: 1px solid transparent;
  font-family: inherit; font-size: .98rem; font-weight: 700; line-height: 1.2;
  cursor: pointer; text-align: center; text-decoration: none;
  transition: transform .18s var(--ease), box-shadow .22s var(--ease), background .18s var(--ease);
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px) scale(.995); }
.btn:disabled, .btn[aria-disabled='true'] { opacity: .5; cursor: not-allowed; transform: none; }

/* Glanz, der beim Überfahren einmal durchläuft */
.btn::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.42) 50%, transparent 80%);
  transform: translateX(-120%);
  transition: transform .7s var(--ease);
  pointer-events: none;
}
.btn:hover::after { transform: translateX(120%); }

.btn--primary { background: var(--grad); color: #fff; box-shadow: var(--sh-brand); }
.btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 38px rgba(105,54,245,.38); }

.btn--coral { background: var(--coral); color: #fff; box-shadow: var(--sh-coral); }
.btn--coral:hover { color: #fff; transform: translateY(-2px); background: var(--coral-dark); }

.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #1e293b; color: #fff; transform: translateY(-2px); }

.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line-2); }
.btn--ghost:hover { background: var(--surface); color: var(--violet); border-color: var(--violet); transform: translateY(-2px); }
.btn--ghost::after { display: none; }

.btn--sm { padding: 10px 16px; font-size: .88rem; border-radius: 10px; }
.btn--lg { padding: 17px 32px; font-size: 1.06rem; border-radius: 15px; }
.btn--block { display: flex; width: 100%; }

/* ---------- 7. Badges & Hinweise ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 11px; border-radius: 999px;
  font-size: .75rem; font-weight: 700; letter-spacing: .01em;
  background: var(--surface-2); color: var(--ink-600);
}
.badge--brand   { background: var(--violet-soft); color: var(--violet-dark); }
.badge--coral   { background: var(--coral-soft); color: var(--coral-dark); }
.badge--success { background: var(--success-bg); color: var(--success); }
.badge--warn    { background: var(--warn-bg); color: var(--warn); }
.badge--grad    { background: var(--grad); color: #fff; }

.note {
  border: 1px solid var(--line); border-left: 4px solid var(--violet);
  background: var(--surface); border-radius: var(--r-sm);
  padding: 16px 19px; font-size: .94rem;
}
.note--warn    { border-left-color: var(--warn); background: var(--warn-bg); border-color: #fde68a; }
.note--danger  { border-left-color: var(--danger); background: var(--danger-bg); border-color: #fecaca; }
.note--success { border-left-color: var(--success); background: var(--success-bg); border-color: #bbf7d0; }
.note strong { display: block; margin-bottom: 3px; }

/* Pflicht-Transparenzhinweis (UWG) */
.honest-note {
  position: relative; padding: 16px 19px 16px 52px;
  border: 1px solid #fde68a; background: var(--warn-bg);
  border-radius: var(--r-sm); font-size: .89rem; color: #78350f; line-height: 1.6;
}
.honest-note::before {
  content: '!'; position: absolute; left: 17px; top: 16px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--warn); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: .82rem;
}
.honest-note strong { color: #6b3f04; }

/* ---------- 8. Karten ---------- */
.card {
  position: relative;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 26px; box-shadow: var(--sh-sm);
}

.card--hover { transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease); }
.card--hover:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: transparent; }

/* Verlaufsrand, der beim Überfahren aufleuchtet */
.card--hover::before {
  content: ''; position: absolute; inset: -1px; border-radius: inherit;
  padding: 1px; background: var(--grad);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity .28s var(--ease); pointer-events: none;
}
.card--hover:hover::before { opacity: 1; }

.card__icon {
  width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center;
  background: var(--violet-soft); color: var(--violet); margin-bottom: 16px;
  transition: transform .3s var(--ease-out-back), background .3s var(--ease), color .3s var(--ease);
}
.card--hover:hover .card__icon { transform: scale(1.08) rotate(-6deg); background: var(--grad); color: #fff; }
/* Trägt die Kachel ein 3D-Icon, ist SIE die Kachel — dann darf darunter
   kein zweiter farbiger Kasten liegen. */
.card__icon--3d {
  background: none; box-shadow: none; border-radius: 0;
  width: auto; height: auto; margin-bottom: 10px;
}
.card--hover:hover .card__icon--3d { background: none; }

.card__icon--grad { background: var(--grad); color: #fff; box-shadow: var(--sh-brand); }
.card__icon--trust { background: var(--grad-trust); color: #fff; }
.card__icon--coral { background: var(--coral-soft); color: var(--coral); }

.card__title { font-size: 1.12rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.card__price { font-size: .9rem; color: var(--ink-500); }
.card__price b { color: var(--ink); font-size: 1.02rem; }

/* Leistungskarte */
.service-card { display: flex; flex-direction: column; height: 100%; text-decoration: none; }
.service-card:hover { text-decoration: none; }
.service-card__foot {
  margin-top: auto; padding-top: 18px; display: flex; align-items: flex-end;
  justify-content: space-between; gap: 10px;
}
.service-card__from { font-size: .84rem; color: var(--ink-500); }
.service-card__from b {
  display: block; font-size: 1.32rem; color: var(--ink); font-weight: 800; letter-spacing: -.03em;
}
.service-card__arrow {
  display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px;
  background: var(--surface-2); color: var(--violet);
  transition: transform .28s var(--ease), background .28s var(--ease), color .28s var(--ease);
}
.card--hover:hover .service-card__arrow { background: var(--grad); color: #fff; transform: translateX(4px); }

/* ---------- 9. Hero + schwebende Icons ---------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--grad-wash);
  padding: 48px 0 64px;
  border-bottom: 1px solid var(--line);
}
.hero::before, .hero::after {
  content: ''; position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(70px); opacity: .5;
}
.hero::before { width: 460px; height: 460px; top: -190px; left: -140px; background: rgba(105,54,245,.30); }
.hero::after  { width: 400px; height: 400px; bottom: -190px; right: -120px; background: rgba(252,64,93,.22); }

.hero > .wrap { position: relative; z-index: 1; }
.hero__grid { display: grid; gap: 40px; align-items: center; }
.hero h1 { margin-bottom: .42em; }
.hero__lead { font-size: 1.12rem; color: var(--ink-600); max-width: 34em; }
.hero__price-anchor { font-weight: 800; color: var(--ink); }

@media (min-width: 1020px) {
  .hero { padding: 68px 0 84px; }
  .hero__grid { grid-template-columns: minmax(0,1fr) 452px; gap: 52px; align-items: start; }
}

/* Vertrauensleiste */
.trust-bar { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; padding: 0; list-style: none; }
.trust-bar li {
  display: flex; align-items: center; gap: 8px; margin: 0;
  font-size: .92rem; font-weight: 600; color: var(--ink-700);
}
.trust-bar svg { color: var(--green); flex: 0 0 18px; }

/* Schwebende Icons — die Deko-Ebene hinter/neben dem Hero.
   aria-hidden im HTML; hier nur Bewegung und Position.        */
.float-layer {
  position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden;
}
.float-icon {
  position: absolute;
  display: grid; place-items: center;
  width: 52px; height: 52px; border-radius: 16px;
  background: #fff; box-shadow: var(--sh-lg);
  animation: floatY 6s var(--ease) infinite;
  will-change: transform;
}
.float-icon svg { width: 24px; height: 24px; }
.float-icon--heart    { color: var(--coral); }
.float-icon--comment  { color: var(--violet); }
.float-icon--save     { color: var(--blue); }
.float-icon--share    { color: var(--green); }
.float-icon--play     { color: var(--purple); }
.float-icon--user     { color: var(--pink); }

/* Verteilte Positionen und Takte, damit es nicht im Gleichschritt wippt */
.float-icon:nth-of-type(1) { top: 8%;  left: 4%;   animation-delay: 0s;    animation-duration: 6.2s; }
.float-icon:nth-of-type(2) { top: 26%; right: 6%;  animation-delay: -1.4s; animation-duration: 7.1s; }
.float-icon:nth-of-type(3) { bottom: 18%; left: 8%; animation-delay: -2.8s; animation-duration: 6.6s; }
.float-icon:nth-of-type(4) { bottom: 8%; right: 12%; animation-delay: -0.8s; animation-duration: 7.6s; }
.float-icon:nth-of-type(5) { top: 52%; left: 1%;   animation-delay: -3.6s; animation-duration: 6.9s; }
.float-icon:nth-of-type(6) { top: 4%;  right: 26%; animation-delay: -2.1s; animation-duration: 7.3s; }

@media (max-width: 900px) {
  /* Auf dem Handy stören sie mehr als sie nützen. */
  .float-layer { display: none; }
}

@keyframes floatY {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-18px) rotate(4deg); }
}

/* ---------- 10. Illustrationen ---------- */
.figure-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-lg); box-shadow: var(--sh-xl); overflow: hidden;
}
.figure-card__head {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--surface);
}
.figure-card__body { padding: 20px; }

/* Icons erben immer die Textfarbe ihres Containers */
.icon { flex: none; }

/* Icons, die die Wachstumskarte umkreisen.
   Sie sitzen bewusst HIER und nicht über dem Hero: dort kollidierten sie mit
   Überschrift und Bestellbox. Hier haben sie Platz und sagen zusätzlich etwas
   aus — es sind genau die Interaktionen, die geliefert werden. */
.figure-wrap { position: relative; }

.orbit-layer { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.orbit-icon {
  position: absolute; display: block;
  animation: floatY 6.4s var(--ease) infinite;
  will-change: transform;
}
.orbit-icon--a { top: -38px;    left: -40px;  animation-delay: 0s;    animation-duration: 6.2s; }
.orbit-icon--b { top: 20%;      right: -44px; animation-delay: -1.6s; animation-duration: 7.1s; }
.orbit-icon--c { bottom: 24%;   left: -38px;  animation-delay: -3.1s; animation-duration: 6.7s; }
.orbit-icon--d { bottom: -34px; right: -30px; animation-delay: -0.9s; animation-duration: 7.5s; }

/* Kein Platz für Umlauf-Icons, sobald die Spalte schmal wird. */
@media (max-width: 1150px) { .orbit-layer { display: none; } }

/* ---------- 3D-Kacheln ---------- */
.icon3d { display: block; overflow: visible; }

/* Sanftes Kippen beim Überfahren — nur wo die Kachel anklickbar ist. */
.card__icon .icon3d,
.icon3d-row__item .icon3d {
  transition: transform .4s var(--ease-out-back);
}
.card--hover:hover .card__icon .icon3d { transform: rotate(-8deg) scale(1.09); }

/* Reihe als Blickfang. Jede Kachel wippt in eigenem Takt. */
.icon3d-row {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 10px 18px; margin-bottom: 28px;
}
.icon3d-row__item {
  display: block;
  animation: floatY 6s var(--ease) infinite;
  animation-delay: calc(var(--i) * -0.9s);
  animation-duration: calc(6s + var(--i) * 0.35s);
  will-change: transform;
}
.icon3d-row__item:hover .icon3d { transform: translateY(-6px) rotate(0deg) scale(1.12); }

/* Frei schwebende 3D-Kacheln als Deko-Ebene eines Abschnitts. */
.float3d-layer { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.float3d {
  position: absolute; display: block;
  animation: drift 13s var(--ease) infinite;
  will-change: transform;
  opacity: .92;
}
.float3d--a { top: 6%;    left: 2%;    animation-delay: 0s;    animation-duration: 13s; }
.float3d--b { top: 16%;   right: 3%;   animation-delay: -3.4s; animation-duration: 15s; }
.float3d--c { bottom: 12%; left: 5%;   animation-delay: -6.8s; animation-duration: 14s; }
.float3d--d { bottom: 8%;  right: 6%;  animation-delay: -9.2s; animation-duration: 16s; }

/* Unter 1150 px reicht der Platz neben dem Text nicht mehr. */
@media (max-width: 1150px) { .float3d-layer { display: none; } }

/* Driften: langsamer und weiter als das kurze Wippen, damit die Ebene
   im Hintergrund lebt, ohne beim Lesen zu stören. */
@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  25%      { transform: translate3d(10px, -18px, 0) rotate(3deg); }
  50%      { transform: translate3d(-6px, -28px, 0) rotate(-2deg); }
  75%      { transform: translate3d(-12px, -12px, 0) rotate(2deg); }
}

/* Die Wachstumskarte im Hero */
.figure-avatar {
  width: 38px; height: 38px; flex: none; border-radius: 50%;
  object-fit: cover; display: block;
  /* Schmaler Verlaufsring, wie ihn Profilbilder ueblicherweise tragen. */
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px transparent;
  background: var(--grad);
  padding: 2px;
}

.figure-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  padding-bottom: 18px; margin-bottom: 6px; border-bottom: 1px solid var(--line);
}
.figure-stats > div { text-align: left; }
.figure-stats__num {
  display: block; font-size: 1.32rem; font-weight: 800; color: var(--ink);
  letter-spacing: -.03em; font-variant-numeric: tabular-nums; line-height: 1.15;
}
.figure-stats__label { font-size: .76rem; color: var(--ink-500); font-weight: 600; }

.figure-chart { width: 100%; height: auto; margin: 6px 0 2px; overflow: visible; }

.figure-bars {
  display: flex; align-items: flex-end; gap: 7px; height: 52px; margin-top: 10px;
}
.figure-bars .grow-bar {
  flex: 1; border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, #6936f5, #a855f7);
}
.figure-bars .grow-bar:nth-child(n+5) { background: linear-gradient(180deg, #e8467c, #fc405d); }

.figure-note {
  display: flex; align-items: center; gap: 7px;
  margin: 14px 0 0; padding-top: 13px; border-top: 1px solid var(--line);
  font-size: .81rem; color: var(--ink-500);
}
.figure-note svg { color: var(--violet); }

/* Kleiner Statistik-Block */
.stat { text-align: center; }
.stat__num {
  font-size: clamp(1.7rem, 4vw, 2.35rem); font-weight: 800; color: var(--ink);
  letter-spacing: -.035em; line-height: 1.05;
  font-variant-numeric: tabular-nums;
}
.stat__num--grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat__label { font-size: .87rem; color: var(--ink-500); margin-top: 3px; }

/* Laufband mit Leistungen (die indische Seite nutzt dasselbe Mittel) */
.ticker {
  overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: #fff; padding: 14px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ticker__track { display: flex; gap: 42px; width: max-content; animation: ticker 34s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker-item {
  display: flex; align-items: center; gap: 9px; white-space: nowrap;
  font-weight: 700; color: var(--ink-600); font-size: .93rem;
}
.ticker-item svg { color: var(--violet); flex: none; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- 11. Bestellbox ---------- */
.order-box {
  position: relative;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--sh-xl); overflow: hidden;
}
.order-box::before {
  content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: var(--grad);
}
.order-box__head { padding: 22px 24px 16px; border-bottom: 1px solid var(--line); }
.order-box__head h2 { font-size: 1.16rem; margin: 0; }
.order-box__head p { font-size: .87rem; color: var(--ink-500); margin: 4px 0 0; }
.order-box__body { padding: 22px 24px 26px; }

.field { margin-bottom: 19px; }
.field__label { display: block; font-size: .87rem; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.field__hint { font-size: .81rem; color: var(--ink-500); margin-top: 6px; }
.field__error { font-size: .83rem; color: var(--danger); margin-top: 6px; display: none; font-weight: 600; }
.field.has-error .field__error { display: block; }
.field.has-error .input { border-color: var(--danger); }

.input, select.input, textarea.input {
  width: 100%; padding: 13px 15px; font-family: inherit; font-size: .98rem;
  color: var(--ink); background: #fff;
  border: 1.5px solid var(--line-2); border-radius: var(--r-sm);
  transition: border-color .16s var(--ease), box-shadow .16s var(--ease);
}
.input:focus { outline: none; border-color: var(--violet); box-shadow: 0 0 0 4px rgba(105,54,245,.13); }
.input::placeholder { color: var(--ink-400); }
textarea.input { min-height: 130px; resize: vertical; }

.input-group { display: flex; align-items: stretch; }
.input-group__prefix {
  display: grid; place-items: center; padding: 0 14px;
  background: var(--surface); border: 1.5px solid var(--line-2); border-right: 0;
  border-radius: var(--r-sm) 0 0 var(--r-sm); color: var(--ink-500); font-weight: 700;
}
.input-group .input { border-radius: 0 var(--r-sm) var(--r-sm) 0; }

.seg { display: flex; gap: 6px; padding: 5px; background: var(--surface); border-radius: 13px; border: 1px solid var(--line); }
.seg__btn {
  flex: 1; padding: 10px; border: 0; background: transparent; cursor: pointer;
  font-family: inherit; font-size: .89rem; font-weight: 700; color: var(--ink-500);
  border-radius: 9px; transition: background .18s var(--ease), color .18s var(--ease), box-shadow .18s var(--ease);
}
.seg__btn:hover { color: var(--ink); }
.seg__btn[aria-pressed='true'] { background: #fff; color: var(--violet); box-shadow: var(--sh-sm); }

.qty-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 420px) { .qty-grid { grid-template-columns: repeat(3, 1fr); } }

.qty-opt {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 13px 8px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: #fff; cursor: pointer; text-align: center;
  transition: border-color .18s var(--ease), background .18s var(--ease), transform .18s var(--ease);
}
.qty-opt:hover { border-color: var(--line-2); background: var(--surface); transform: translateY(-2px); }
.qty-opt input { position: absolute; opacity: 0; pointer-events: none; }
.qty-opt__qty { font-size: .98rem; font-weight: 800; color: var(--ink); letter-spacing: -.025em; }
.qty-opt__price { font-size: .83rem; color: var(--ink-500); font-weight: 600; }
.qty-opt__save {
  position: absolute; top: -9px; right: -6px;
  background: var(--grad); color: #fff; font-size: .65rem; font-weight: 800;
  padding: 3px 7px; border-radius: 999px; box-shadow: var(--sh-sm);
}
.qty-opt:has(input:checked) { border-color: var(--violet); background: var(--violet-soft); }
.qty-opt:has(input:focus-visible) { outline: 3px solid var(--violet); outline-offset: 2px; }

.check { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; }
.check input[type='checkbox'] {
  flex: 0 0 20px; width: 20px; height: 20px; margin: 2px 0 0;
  accent-color: var(--violet); cursor: pointer;
}
.check__text { font-size: .89rem; line-height: 1.55; color: var(--ink-600); }
.check__text b { color: var(--ink); }

/* Feine Fassung des Widerrufs-Häkchens: gleiche Funktion, viel leiser.
   Kein Rahmen, kleine Schrift, kleines Kästchen — optisch auf einer Stufe
   mit der AGB-Zeile darunter. Das Häkchen selbst bleibt ein Häkchen, weil
   § 356 Abs. 6 BGB eine aktive Zustimmung verlangt. */
.check--fine { align-items: flex-start; gap: 8px; margin-bottom: 12px; }
.check--fine input[type='checkbox'] { flex: 0 0 15px; width: 15px; height: 15px; margin-top: 3px; }
.check--fine .check__text { font-size: .74rem; line-height: 1.45; color: var(--ink-400); }
.check--fine.has-error .check__text { color: var(--danger); }

.check-box {
  border: 1.5px solid var(--line); border-radius: var(--r-sm);
  padding: 14px 16px; background: #fff;
  transition: border-color .18s var(--ease), background .18s var(--ease);
}
.check-box:has(input:checked) { border-color: var(--violet); background: var(--violet-soft); }
.check-box.has-error { border-color: var(--danger); background: var(--danger-bg); }

.summary {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-sm); padding: 17px 19px; margin: 20px 0 15px;
}
.summary__row { display: flex; justify-content: space-between; gap: 14px; font-size: .91rem; padding: 5px 0; }
.summary__row dt { color: var(--ink-500); margin: 0; }
.summary__row dd { margin: 0; color: var(--ink); font-weight: 600; text-align: right; }
.summary__total {
  margin-top: 11px; padding-top: 13px; border-top: 1px solid var(--line-2);
  display: flex; justify-content: space-between; align-items: baseline; gap: 14px;
}
.summary__total dt { font-size: .97rem; font-weight: 700; color: var(--ink); margin: 0; }
.summary__total dd {
  margin: 0; font-size: 1.65rem; font-weight: 800; color: var(--ink); letter-spacing: -.035em;
  font-variant-numeric: tabular-nums;
}
.summary__vat { font-size: .8rem; color: var(--ink-500); text-align: right; margin-top: -2px; }

/* Werbezeile direkt über dem Bestellknopf. Sie darf alles sagen — die
   gesetzliche Beschriftungspflicht gilt nur für den Knopf selbst. */
.order-cta-line {
  margin: 2px 0 9px; text-align: center;
  font-size: 1.02rem; font-weight: 800; letter-spacing: -.02em;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}

.paypal-slot { margin-top: 15px; min-height: 52px; }
.paypal-slot[hidden] { display: none; }
.pay-status { margin-top: 13px; font-size: .89rem; display: none; }
.pay-status.is-visible { display: block; }

.spinner {
  display: inline-block; width: 15px; height: 15px; vertical-align: -2px;
  border: 2px solid rgba(255,255,255,.35); border-top-color: #fff;
  border-radius: 50%; animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- 12. Tabellen ---------- */
.table-scroll {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  border-radius: var(--r); border: 1px solid var(--line); background: #fff;
}
table.price-table { width: 100%; border-collapse: collapse; background: #fff; min-width: 520px; }
.price-table th, .price-table td {
  padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: .94rem;
}
.price-table thead th {
  background: var(--surface); font-size: .75rem; text-transform: uppercase;
  letter-spacing: .09em; color: var(--ink-500); font-weight: 800;
}
.price-table tbody tr { transition: background .16s var(--ease); }
.price-table tbody tr:last-child td { border-bottom: 0; }
.price-table tbody tr:hover { background: var(--violet-soft); }
.price-table td:first-child { font-weight: 700; color: var(--ink); }
.price-table .num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price-table .price { font-weight: 800; color: var(--ink); }

/* ---------- 13. Schritte ---------- */
.steps { counter-reset: step; display: grid; gap: 30px; }
@media (min-width: 840px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 34px; } }
.step { position: relative; padding-left: 62px; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 0; top: -4px;
  width: 46px; height: 46px; border-radius: 15px;
  background: var(--grad); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 1.1rem;
  box-shadow: var(--sh-brand);
  transition: transform .3s var(--ease-out-back);
}
.step:hover::before { transform: scale(1.08) rotate(-6deg); }
.step h3 { font-size: 1.08rem; margin-bottom: 6px; }
.step p { font-size: .94rem; color: var(--ink-500); margin: 0; }

/* ---------- 14. FAQ ---------- */
.faq { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:last-child { border-bottom: 0; }
.faq summary {
  padding: 18px 52px 18px 20px; cursor: pointer; position: relative;
  font-weight: 700; color: var(--ink); font-size: 1rem; list-style: none;
  transition: background .16s var(--ease), color .16s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { background: var(--surface); color: var(--violet); }
.faq summary::after {
  content: ''; position: absolute; right: 22px; top: 24px;
  width: 9px; height: 9px;
  border-right: 2.5px solid var(--ink-400); border-bottom: 2.5px solid var(--ink-400);
  transform: rotate(45deg); transition: transform .26s var(--ease), border-color .2s var(--ease);
}
.faq summary:hover::after { border-color: var(--violet); }
.faq details[open] summary { color: var(--violet); }
.faq details[open] summary::after { transform: rotate(-135deg); top: 28px; border-color: var(--violet); }
.faq__body { padding: 0 20px 19px; font-size: .95rem; color: var(--ink-600); animation: fadeUp .3s var(--ease); }
.faq__body p:last-child { margin-bottom: 0; }

/* ---------- 15. Fließtext ---------- */
.prose { max-width: 72ch; font-size: 1.04rem; }
.prose h2 { margin-top: 2.1em; font-size: clamp(1.4rem, 3vw, 1.85rem); }
.prose h3 { margin-top: 1.7em; font-size: 1.2rem; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose li { margin-bottom: .5em; }
.prose blockquote {
  margin: 1.7em 0; padding: 18px 24px; border-left: 4px solid var(--violet);
  background: var(--violet-soft); border-radius: 0 var(--r-sm) var(--r-sm) 0; color: var(--ink-700);
}
.prose blockquote p:last-child { margin-bottom: 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.7em 0; font-size: .95rem; }
.prose th, .prose td { padding: 12px 15px; border: 1px solid var(--line); text-align: left; }
.prose th { background: var(--surface); font-weight: 800; color: var(--ink); }
.prose figure { margin: 1.9em 0; }
.prose figcaption { font-size: .85rem; color: var(--ink-500); margin-top: 9px; text-align: center; }
.prose a { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }

.legal { font-size: .98rem; }
.legal h2 { font-size: 1.25rem; margin-top: 2em; }
.legal h3 { font-size: 1.05rem; margin-top: 1.5em; }
.legal ol > li { margin-bottom: .7em; }
.legal address { font-style: normal; line-height: 1.8; }

.draft-banner {
  border: 2px dashed var(--warn); background: var(--warn-bg); color: #78350f;
  border-radius: var(--r); padding: 18px 21px; margin-bottom: 30px; font-size: .93rem;
}
.draft-banner strong { display: block; color: #6b3f04; margin-bottom: 5px; font-size: 1.02rem; }

/* ---------- 16. Blog ---------- */
.post-card { display: flex; flex-direction: column; height: 100%; }
.post-card__meta {
  font-size: .75rem; color: var(--ink-400); text-transform: uppercase;
  letter-spacing: .1em; font-weight: 800; margin-bottom: 10px;
}
.post-card__title { font-size: 1.1rem; font-weight: 700; color: var(--ink); line-height: 1.35; margin-bottom: 8px; }
.post-card a.post-card__title:hover { color: var(--violet); text-decoration: none; }
.post-card__excerpt { font-size: .93rem; color: var(--ink-500); margin-bottom: 16px; }
.post-card__more { margin-top: auto; font-size: .89rem; font-weight: 700; color: var(--violet); }

/* ---------- 16b. Ratgeber-Artikel ---------- */

/* Lesefortschritt: der dünne Balken ganz oben. Bei 1.800 Wörtern ist das
   der billigste Weg zu zeigen, wie weit es noch ist. */
.reading-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 90;
  background: var(--grad); transform: scaleX(0); transform-origin: left;
  will-change: transform; pointer-events: none;
}

.article-hero {
  position: relative; overflow: hidden;
  background: var(--grad-wash); border-bottom: 1px solid var(--line);
  padding: 42px 0 46px;
}
.article-hero::before {
  content: ''; position: absolute; width: 420px; height: 420px; border-radius: 50%;
  top: -230px; right: -120px; background: rgba(105,54,245,.16); filter: blur(64px);
  pointer-events: none;
}
.article-hero > .wrap { position: relative; }
.article-hero h1 { margin-bottom: .3em; max-width: 20ch; }
.article-lead { font-size: 1.12rem; color: var(--ink-600); max-width: 60ch; margin-top: .7em; }
@media (min-width: 768px) { .article-hero { padding: 58px 0 62px; } }

.article-head { padding: 40px 0 28px; border-bottom: 1px solid var(--line); margin-bottom: 36px; }
.article-head h1 { margin-bottom: .35em; }

.article-meta {
  font-size: .87rem; color: var(--ink-500); font-weight: 600;
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 20px;
}
.article-meta span { display: inline-flex; align-items: center; gap: 7px; }
.article-meta svg { color: var(--violet); }

/* Zweispaltig ab Desktop: Inhaltsverzeichnis links, Text rechts.
   Darunter einspaltig, dann steht das Verzeichnis einfach oben. */
.article-layout { display: grid; gap: 32px; align-items: start; }
@media (min-width: 1000px) {
  .article-layout { grid-template-columns: 232px minmax(0, 1fr); gap: 52px; }
}

.toc {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r); padding: 20px 22px; margin-bottom: 34px;
}
.toc h2 {
  font-size: .74rem !important; text-transform: uppercase; letter-spacing: .12em;
  color: var(--ink-500); margin: 0 0 12px !important; font-weight: 800;
}
.toc ol { margin: 0; padding-left: 1.15em; font-size: .91rem; }
.toc li { margin-bottom: .45em; }
.toc a { color: var(--ink-600); }
.toc a:hover { color: var(--violet); }

@media (min-width: 1000px) {
  .toc--sticky { position: sticky; top: 96px; margin-bottom: 0; }
  .toc--sticky ol { max-height: calc(100vh - 190px); overflow-y: auto; }
}

/* Zusammenfassung am Anfang eines Beitrags */
.callout {
  border: 1px solid var(--line); border-left: 4px solid var(--violet);
  background: var(--violet-soft); border-radius: 0 var(--r) var(--r) 0;
  padding: 18px 22px; margin: 0 0 30px; font-size: 1rem; color: var(--ink-700);
}
.callout strong { color: var(--violet-dark); }
.callout p:last-child { margin-bottom: 0; }

/* Weiterlesen */
.related { border-top: 1px solid var(--line); }
.related__head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin-bottom: 26px;
}
.related__head h2 { font-size: 1.5rem; margin: 0; }

.breadcrumb { font-size: .85rem; color: var(--ink-400); padding: 16px 0; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.breadcrumb li { margin: 0; display: flex; align-items: center; gap: 8px; }
.breadcrumb li + li::before { content: '›'; color: var(--line-2); }
.breadcrumb a { color: var(--ink-500); }
.breadcrumb [aria-current='page'] { color: var(--ink-700); font-weight: 600; }

/* ---------- 17. CTA ---------- */
.cta-band {
  position: relative; overflow: hidden;
  background: var(--ink); color: #a8b3c7; border-radius: var(--r-xl);
  padding: 44px 26px; text-align: center;
}
.cta-band::before {
  content: ''; position: absolute; width: 420px; height: 420px; border-radius: 50%;
  top: -220px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(circle, rgba(105,54,245,.5), transparent 68%);
  pointer-events: none;
}
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; margin-bottom: .4em; }
.cta-band p { max-width: 48ch; margin: 0 auto 26px; }
.cta-band .btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.cta-band .btn--ghost:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.5); }
@media (min-width: 768px) { .cta-band { padding: 60px 44px; } }

/* ---------- 18. Fußzeile ---------- */
.site-footer { background: var(--ink); color: #94a3b8; padding: 60px 0 30px; font-size: .92rem; }
.site-footer a { color: #cbd5e1; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; gap: 34px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .footer-grid { grid-template-columns: 1.7fr 1fr 1fr 1fr; } }
.footer-col h3 {
  font-size: .76rem; text-transform: uppercase; letter-spacing: .12em;
  color: #fff; margin-bottom: 15px; font-weight: 800;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { transition: padding-left .2s var(--ease); display: inline-block; }
.footer-col a:hover { padding-left: 4px; text-decoration: none; }
.footer-brand .logo { color: #fff; margin-bottom: 14px; }
.footer-brand p { max-width: 34ch; font-size: .9rem; line-height: 1.65; }
.footer-bottom {
  margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: space-between;
  font-size: .85rem; color: #64748b;
}
.footer-legal-note { max-width: 64ch; font-size: .83rem; color: #64748b; margin-top: 16px; line-height: 1.65; }

/* ---------- 19. Cookie-Banner ----------
   Eine schmale Leiste unten mittig: Text links, zwei kleine Knoepfe rechts,
   alles in EINER Zeile. Rund 46 px hoch statt der urspruenglichen 142.

   Unveraendert bleibt: "Ablehnen" ist exakt so gross und so sichtbar wie
   "Akzeptieren". Klein duerfen beide sein, ungleich nicht — sonst gilt die
   Einwilligung den Aufsichtsbehoerden als erschlichen und die Messung waere
   rechtswidrig. */
.cmp {
  position: fixed; left: 50%; bottom: 14px; transform: translateX(-50%);
  z-index: 200; width: min(660px, calc(100vw - 20px));
  animation: slideUp .3s var(--ease);
}
.cmp[hidden] { display: none; }

.cmp__card {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 8px 28px rgba(15,23,42,.16), 0 1px 4px rgba(15,23,42,.07);
  padding: 8px 10px 8px 14px;
}

.cmp__row { display: flex; align-items: center; gap: 12px; }

.cmp__text {
  flex: 1; min-width: 0; margin: 0;
  font-size: .76rem; line-height: 1.4; color: var(--ink-500);
}
.cmp__text b { color: var(--ink); font-weight: 700; }
.cmp__text a { color: var(--violet); text-decoration: underline; }

/* Einstellungen sieht aus wie ein Link, ist aber ein Knopf — damit bleibt es
   mit der Tastatur bedienbar und der Aufklapp-Zustand wird angesagt. */
.cmp__link {
  padding: 0; border: 0; background: none; cursor: pointer;
  font: inherit; color: var(--violet); text-decoration: underline;
}
.cmp__link:hover { color: var(--violet-dark); }

.cmp__actions { display: flex; gap: 6px; flex: none; }

.cmp__btn {
  /* Gleiche Mindestbreite fuer beide: sonst waere "Ablehnen" allein wegen des
     kuerzeren Wortes kleiner als "Akzeptieren". Gleichrangig muessen sie sein. */
  min-width: 104px;
  padding: 7px 13px; border-radius: 8px; cursor: pointer; white-space: nowrap;
  font-family: inherit; font-size: .76rem; font-weight: 700; line-height: 1.2;
  border: 1px solid var(--line-2); background: #fff; color: var(--ink);
  transition: background .15s var(--ease), border-color .15s var(--ease);
}
.cmp__btn:hover { background: var(--surface); border-color: var(--ink-400); }
.cmp__btn--yes { background: var(--grad); border-color: transparent; color: #fff; }
.cmp__btn--yes:hover { filter: brightness(1.07); }

.cmp-detail { border-top: 1px solid var(--line); margin-top: 9px; padding-top: 9px; }
.cmp-detail[hidden] { display: none; }
.cmp-detail .check { margin-bottom: 8px; }
.cmp-detail .check__text { font-size: .76rem; }
.cmp-detail .cmp__btn { width: 100%; margin-top: 2px; }

/* Auf schmalen Handys passt eine Zeile nicht — dann untereinander, aber
   die beiden Knoepfe bleiben nebeneinander und gleich breit. */
@media (max-width: 620px) {
  .cmp__row { flex-direction: column; align-items: stretch; gap: 9px; }
  .cmp__actions { display: grid; grid-template-columns: 1fr 1fr; }
}

/* ---------- 20. Bewegung ---------- */
/* Einblenden beim Scrollen. Ohne JavaScript ist alles sofort sichtbar —
   die Klasse setzt erst dann Unsichtbarkeit, wenn JS sie aktiviert hat. */
.js-reveal .reveal { opacity: 0; transform: translateY(22px); }
.js-reveal .reveal.is-in {
  opacity: 1; transform: none;
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.reveal-delay-1 { transition-delay: .09s !important; }
.reveal-delay-2 { transition-delay: .18s !important; }
.reveal-delay-3 { transition-delay: .27s !important; }
.reveal-delay-4 { transition-delay: .36s !important; }

@keyframes fadeUp   { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes slideDown{ from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@keyframes slideUp  { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes pulseRing {
  0%   { box-shadow: 0 0 0 0 rgba(105,54,245,.35); }
  70%  { box-shadow: 0 0 0 14px rgba(105,54,245,0); }
  100% { box-shadow: 0 0 0 0 rgba(105,54,245,0); }
}
.pulse { animation: pulseRing 2.4s infinite; }

/* Kurve, die sich beim Sichtbarwerden selbst zeichnet */
.draw-line { stroke-dasharray: 1000; stroke-dashoffset: 1000; }
.is-in .draw-line, .figure-card.is-in .draw-line {
  animation: drawLine 1.8s var(--ease) forwards;
}
@keyframes drawLine { to { stroke-dashoffset: 0; } }

/* Balken, die aus dem Boden wachsen */
.grow-bar { transform-origin: bottom; transform: scaleY(0); }
.is-in .grow-bar { animation: growBar .8s var(--ease-out-back) forwards; }
.grow-bar:nth-of-type(2) { animation-delay: .1s; }
.grow-bar:nth-of-type(3) { animation-delay: .2s; }
.grow-bar:nth-of-type(4) { animation-delay: .3s; }
.grow-bar:nth-of-type(5) { animation-delay: .4s; }
@keyframes growBar { to { transform: scaleY(1); } }

/* Wer Bewegung reduziert haben will, bekommt eine ruhige Seite.
   Steht bewusst am Ende, damit es alles darüber überschreibt. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .js-reveal .reveal { opacity: 1; transform: none; }
  .float-icon { animation: none; }
  .draw-line { stroke-dashoffset: 0; }
  .grow-bar { transform: scaleY(1); }
}

/* ---------- 21. Hilfsklassen ---------- */
.logo-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 34px; opacity: .8; }
.logo-strip img { height: 26px; width: auto; }

.page-404 { text-align: center; padding: 90px 0; }
.page-404__code {
  font-size: 6rem; font-weight: 800; background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1; letter-spacing: -.05em;
}

.link-list { list-style: none; padding: 0; display: grid; gap: 9px; }
.link-list a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 17px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-sm); font-weight: 600; color: var(--ink);
  transition: border-color .18s var(--ease), color .18s var(--ease), transform .18s var(--ease);
}
.link-list a:hover { border-color: var(--violet); color: var(--violet); text-decoration: none; transform: translateX(4px); }

.divider-fade { height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }

@media print {
  .site-header, .site-footer, .cmp, .order-box, .cta-band, .float-layer, .ticker { display: none !important; }
  body { color: #000; }
}
