/* =============================================================
   FinanzClever, Sales-Site Design-System
   Brand-Blue + Mint, Glas-Cards, Cormorant + Inter + Caveat
   Gemeinsame Stile für /solo/, /buero/, /standort/
   ============================================================= */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

:root {
  /* Brand */
  --brand: #1E3A8A;
  --brand-dark: #1E2A6B;
  --brand-bright: #3B82F6;
  --brand-soft: rgba(30, 58, 138, 0.08);

  /* Mint-Akzent */
  --mint: #5EEAD4;
  --mint-dark: #0D9488;
  --mint-soft: rgba(94, 234, 212, 0.16);

  /* Neutrale */
  --bg: #FAFAF8;
  --bg2: #F4F1EB;
  --bg3: #E8E3D9;
  --dark: #0F172A;
  --dark-2: #1E293B;
  --surface: #FFFFFF;

  /* Text */
  --text: #0F172A;
  --text-dim: #475569;
  --text-soft: #64748B;
  --text-on-dark: #F1F5F9;
  --text-on-dark-dim: #94A3B8;

  /* Glas */
  --glass-bg: rgba(255, 255, 255, 0.72);
  --glass-bg-strong: rgba(255, 255, 255, 0.92);
  --glass-border: rgba(15, 23, 42, 0.06);
  --glass-shadow: 0 18px 60px rgba(15, 23, 42, 0.08), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  --glass-shadow-hover: 0 28px 80px rgba(15, 23, 42, 0.14), 0 1px 0 rgba(255, 255, 255, 0.95) inset;

  /* Radii */
  --radius-card: 14px;
  --radius-btn: 10px;
  --radius-pill: 999px;

  /* Easings */
  --ease-pop: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-mech: cubic-bezier(0.6, 0.0, 0.4, 1);
  --tick: 240ms;

  /* Container */
  --container: 1200px;
  --container-narrow: 940px;
}

/* ===== Base ===== */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

/* ===== Deko-Kreise im Hintergrund (weiche Glow-Spots, scrollen mit) ===== */
.aurora-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
body { min-height: 100%; }
html, body { min-height: 100vh; }
.aurora-orb {
  position: absolute;
  border-radius: 50%;
  will-change: transform;
  /* keine border */
}
/* Pastellige Glow-Kreise, solid pastel + Blur, deutlich sichtbar */
.aurora-orb {
  filter: blur(55px);
  opacity: 0.95;
}
@keyframes orbBreathe {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50%      { opacity: 1;    transform: scale(1.06); }
}

/* === Probleme-Sektion (ca. 900 bis 1700px) === */
.aurora-orb.orb-1 {
  width: 460px; height: 460px;
  top: 880px; right: -180px;
  background: #9CC2F8;
  animation: orbBreathe 18s ease-in-out infinite;
}
.aurora-orb.orb-2 {
  width: 320px; height: 320px;
  top: 1280px; left: -100px;
  background: #B5D4FB;
  animation: orbBreathe 22s ease-in-out infinite;
  animation-delay: 3s;
}

/* === Module-Sektion (ca. 2800 bis 3800px) === */
.aurora-orb.orb-3 {
  width: 520px; height: 520px;
  top: 2900px; left: -180px;
  background: #8CB8F5;
  animation: orbBreathe 20s ease-in-out infinite;
  animation-delay: 6s;
}
.aurora-orb.orb-4 {
  width: 380px; height: 380px;
  top: 3450px; right: -140px;
  background: #B0CDFA;
  animation: orbBreathe 17s ease-in-out infinite;
  animation-delay: 2s;
}

/* === Vergleich-Sektion (ca. 3800 bis 4600px) === */
.aurora-orb.orb-5 {
  width: 300px; height: 300px;
  top: 3950px; right: -80px;
  background: #9CC2F8;
  animation: orbBreathe 16s ease-in-out infinite;
  animation-delay: 7s;
}
.aurora-orb.orb-6 {
  width: 360px; height: 360px;
  top: 4350px; left: -120px;
  background: #A8D8F5;
  animation: orbBreathe 19s ease-in-out infinite;
  animation-delay: 4s;
}

/* === Pakete-Sektion (ca. 4600 bis 5400px) === */
.aurora-orb.orb-7 {
  width: 420px; height: 420px;
  top: 4700px; right: -160px;
  background: #92BCF8;
  animation: orbBreathe 21s ease-in-out infinite;
  animation-delay: 1s;
}
.aurora-orb.orb-8 {
  width: 320px; height: 320px;
  top: 5180px; left: -90px;
  background: #B5D4FB;
  animation: orbBreathe 18s ease-in-out infinite;
  animation-delay: 5s;
}

/* === Über-uns-Sektion (ca. 5400 bis 6100px) === */
.aurora-orb.orb-9 {
  width: 400px; height: 400px;
  top: 5500px; right: -140px;
  background: #9CC2F8;
  animation: orbBreathe 17s ease-in-out infinite;
  animation-delay: 8s;
}
.aurora-orb.orb-10 {
  width: 340px; height: 340px;
  top: 5900px; left: -110px;
  background: #8CB8F5;
  animation: orbBreathe 20s ease-in-out infinite;
  animation-delay: 3s;
}

/* === FAQ-Sektion (ca. 6100 bis 6800px) === */
.aurora-orb.orb-11 {
  width: 360px; height: 360px;
  top: 6200px; right: -120px;
  background: #B0CDFA;
  animation: orbBreathe 19s ease-in-out infinite;
  animation-delay: 6s;
}
.aurora-orb.orb-12 {
  width: 280px; height: 280px;
  top: 6600px; left: -80px;
  background: #9CC2F8;
  animation: orbBreathe 16s ease-in-out infinite;
  animation-delay: 2s;
}
@keyframes orbDriftA {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(60px, 40px); }
}
@keyframes orbDriftB {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-50px, 60px); }
}
@keyframes orbDriftC {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(40px, -50px); }
}
@media (prefers-reduced-motion: reduce) {
  .aurora-orb { animation: none; }
}

/* Content liegt ÜBER dem Aurora-Layer */
.site-header, .hero-stack, section, footer, .booking-modal {
  position: relative;
  z-index: 1;
}
.site-header { z-index: 50; }
.booking-modal { z-index: 100; }

/* TEST: Sektionen halb-transparent + Kreise mit kräftigen Test-Farben */
.section-light { background: rgba(250, 250, 248, 0.35); }
.section-sand  { background: rgba(244, 241, 235, 0.30); }
.section-dark  { background: var(--dark); }
.stats-band    { background: var(--dark); }
.hero          { background: var(--dark); }
body { background: var(--bg); position: relative; }

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--text);
}
h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); font-weight: 800; }
h2 { font-size: clamp(2.2rem, 4.4vw, 4rem); line-height: 1.08; }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
h4 { font-size: 1.1rem; }
p  { color: var(--text-dim); font-size: clamp(0.98rem, 1.2vw, 1.08rem); }

a { color: inherit; text-decoration: none; }

.caveat {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: -0.005em;
}
.section-dark .caveat { color: var(--mint); }

.highlight {
  color: var(--brand);
  font-style: normal;
}
.section-dark .highlight,
.hero .highlight { color: var(--mint); font-style: italic; font-weight: 600; }
.highlight-mint { color: var(--mint-dark); }

/* ===== Container & Section ===== */
.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 32px; }

section { position: relative; padding: clamp(40px, 5vw, 64px) 0; }

/* .section-sand und .section-light werden weiter oben transparent gesetzt (Aurora-Layer) */
.section-dark   { background: var(--dark); color: var(--text-on-dark); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: var(--text-on-dark-dim); }

.section-head { max-width: 880px; margin: 0 auto clamp(24px, 3vw, 36px); text-align: center; }
.section-head .caveat { display: inline-block; font-size: 1.4rem; margin-bottom: 18px; transform: rotate(-1deg); }
.section-head h2 { margin-bottom: 20px; }
.section-head p { font-size: clamp(1rem, 1.25vw, 1.13rem); max-width: 620px; margin: 0 auto; }

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 22px;
}
.section-dark .section-eyebrow { color: var(--mint); }
.section-eyebrow::before,
.section-eyebrow::after {
  content: '';
  width: clamp(28px, 4vw, 56px);
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}

/* ===== Generic card-bullets (Pain/Methode/Module Karten-Bodies) ===== */
.card-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 12px;
  padding: 0;
}
.card-bullets li {
  position: relative;
  padding-left: 20px;
  font-size: 0.94rem;
  line-height: 1.5;
  color: var(--text);
}
.card-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 11px;
  width: 10px; height: 2px;
  background: var(--brand);
  border-radius: 1px;
}
.section-dark .card-bullets li { color: rgba(255, 255, 255, 0.85); }
.section-dark .card-bullets li::before { background: var(--mint); }

/* Wave-Divider (SVG-Background) */
.wave-light-to-sand,
.wave-sand-to-light,
.wave-light-to-dark,
.wave-dark-to-light {
  position: relative;
}
/* Wave-Divider deaktiviert, passt nicht zu semi-transparenten Sektionen */
.wave-light-to-sand::after,
.wave-sand-to-light::after,
.wave-light-to-dark::after,
.wave-dark-to-light::after {
  content: none;
}

/* ===== Header / Nav =====
   Default (sicher): weißer Sand-Glas Header mit dunklem Text + Schatten.
   .is-transparent: nur über dem Hero (heller Text, kein BG).
   So bleibt der Header bei JS-Ausfall lesbar. */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 6px 28px rgba(15, 23, 42, 0.08);
  transition: background var(--tick) ease, border-color var(--tick) ease, box-shadow var(--tick) ease;
}
.site-header .brand-mark { color: var(--brand); }
.site-header .brand-mark small { color: var(--text-soft); }

/* Header-Brand-Text: Finanz[Clever in türkis][.] */
.site-header .brand-mark .b-clever { color: var(--mint-dark); }
.site-header .brand-mark .b-dot { color: var(--mint-dark); margin-left: 1px; }
.site-header.is-transparent .brand-mark .b-clever { color: var(--mint); }
.site-header.is-transparent .brand-mark .b-dot { color: #fff; }
.site-header .nav-links a { color: var(--text-dim); }
.site-header .nav-links a:hover { color: var(--brand); }
.site-header .nav-pfad-switch {
  color: var(--text-soft);
  border-color: var(--glass-border);
}
.site-header .nav-pfad-switch:hover {
  color: var(--brand);
  border-color: var(--brand);
}
/* Über Hero: transparent + heller Text */
.site-header.is-transparent {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
.site-header.is-transparent .brand-mark { color: #fff; }
.site-header.is-transparent .brand-mark small { color: rgba(255, 255, 255, 0.62); }
.site-header.is-transparent .nav-links a { color: rgba(255, 255, 255, 0.82); }
.site-header.is-transparent .nav-links a:hover { color: var(--mint); }
.site-header.is-transparent .nav-pfad-switch {
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.22);
}
.site-header.is-transparent .nav-pfad-switch:hover {
  color: var(--mint);
  border-color: var(--mint);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.brand-mark {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  color: var(--brand);
  display: flex; align-items: center; gap: 10px;
}
.brand-mark .brand-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--mint));
  box-shadow: 0 0 0 2px rgba(94,234,212,0.18);
}
.brand-logo {
  width: auto; height: 40px;
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
  object-fit: contain;
  border-bottom-right-radius: 8px;
  filter: brightness(0) saturate(100%) invert(82%) sepia(38%) saturate(516%) hue-rotate(116deg) brightness(95%) contrast(89%);
}
.brand-logo--lg { width: auto; height: 56px; border-bottom-right-radius: 12px; }
.brand-mark small {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-soft);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: 4px;
}
.nav-links {
  display: flex; gap: 28px; align-items: center;
  font-size: 0.92rem; font-weight: 500;
  color: var(--text-dim);
}
.nav-links a:hover { color: var(--brand); }
.nav-cta { font-size: 0.9rem; }
.nav-pfad-switch {
  font-size: 0.78rem; color: var(--text-soft);
  border: 1px solid var(--glass-border);
  padding: 6px 12px; border-radius: var(--radius-pill);
  transition: all var(--tick) var(--ease-pop);
}
.nav-pfad-switch:hover { color: var(--brand); border-color: var(--brand); }
@media (max-width: 720px) {
  .nav-links { display: none; }
  .site-header .container { height: 60px; }
  .brand-mark small { display: none; }
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 24px;
  border-radius: var(--radius-btn);
  font-family: 'Inter', sans-serif;
  font-size: 0.97rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all var(--tick) var(--ease-pop);
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-bright) 100%);
  color: #fff;
  box-shadow: 0 10px 30px rgba(30, 58, 138, 0.32),
              0 0 0 1px rgba(255, 255, 255, 0.16) inset;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(30, 58, 138, 0.42),
              0 0 0 1px rgba(255, 255, 255, 0.22) inset;
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--glass-border);
}
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }
.btn-ghost-dark {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
}
.btn-ghost-dark:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.32); }
.btn-mint {
  background: linear-gradient(135deg, var(--mint-dark) 0%, var(--mint) 100%);
  color: var(--dark);
  box-shadow: 0 10px 30px rgba(13, 148, 136, 0.36);
}
.btn-lg { padding: 18px 32px; font-size: 1.05rem; }
.btn-sm { padding: 10px 18px; font-size: 0.86rem; }

/* ===== Hero-Stack (Hero + Stats = exakt 100vh) ===== */
.hero-stack {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--dark);
  overflow: hidden;
}
/* Hero-Bild liegt auf hero-stack-Ebene (deckt Hero + Stats-Band gemeinsam) */
.hero-stack > .hero-bg-image { z-index: 0; }
/* Overlay liegt ÜBER dem Bild und deckt Hero + Stats-Band einheitlich ab */
.hero-stack::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 28%, rgba(59, 130, 246, 0.20) 0%, transparent 50%),
    radial-gradient(circle at 78% 72%, rgba(94, 234, 212, 0.12) 0%, transparent 55%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.62) 0%, rgba(15, 23, 42, 0.86) 70%, rgba(15, 23, 42, 0.95) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-stack > .hero,
.hero-stack > .stats-band {
  position: relative;
  z-index: 2;
  background: transparent !important;
}
/* Original .hero::before-Overlay im hero-stack-Kontext ausschalten, der hero-stack::before deckt jetzt beides ab */
.hero-stack > .hero::before { display: none; }

/* ===== Hero (zentriert, Vollbild-Foto, HD-Vibe) ===== */
.hero {
  position: relative;
  background: var(--dark);
  color: var(--text-on-dark);
  padding: clamp(120px, 13vw, 160px) 0 clamp(56px, 6vw, 80px);
  overflow: hidden;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 22% 28%, rgba(59, 130, 246, 0.20) 0%, transparent 50%),
    radial-gradient(circle at 78% 72%, rgba(94, 234, 212, 0.12) 0%, transparent 55%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.62) 0%, rgba(15, 23, 42, 0.86) 70%, rgba(15, 23, 42, 0.95) 100%);
  z-index: 1;
}
.hero-bg-image {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.62;
  z-index: 0;
  filter: saturate(0.85);
}
.hero .container { position: relative; z-index: 2; }

/* Zentriertes Layout */
.hero-center {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  background: transparent;
  border: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  margin-bottom: 32px;
  color: var(--mint);
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.hero-trust-badge::before,
.hero-trust-badge::after {
  content: '';
  width: clamp(28px, 4vw, 56px);
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}
.hero-trust-badge .dot { display: none; }
.hero-trust-badge .sep {
  color: rgba(255, 255, 255, 0.45);
  margin: 0 -4px;
}

.hero-center h1 {
  color: #fff;
  margin-bottom: 38px;
  max-width: 1020px;
  font-size: clamp(2.7rem, 7vw, 6.2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.hero-center h1 .highlight { color: var(--mint); font-style: italic; font-weight: 600; }
.hero-center h1 .highlight-bright { color: var(--brand-bright); }

.hero-center .lead {
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
  color: rgba(255, 255, 255, 0.78);
  margin: 0 auto 22px;
  max-width: 600px;
  line-height: 1.55;
}
.hero-center .lead + .hero-lead-tags { margin-top: 10px; }
.hero-center .hero-lead-tags + .lead { margin-top: 10px; }
.hero-center .lead.lead-close { margin-bottom: 32px; }

.hero-lead-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto 38px;
  max-width: 760px;
  line-height: 1.4;
}
.hero-lead-tags .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 7px 13px 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.11);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  backdrop-filter: blur(12px) saturate(120%);
  font-size: clamp(0.78rem, 0.85vw, 0.85rem);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  letter-spacing: 0.005em;
  transition: all 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-lead-tags .tag:hover {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(94, 234, 212, 0.42);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.32);
}
.hero-lead-tags .tag svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  color: var(--mint);
  opacity: 0.88;
  stroke-width: 1.8;
}

.hero-center .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 22px;
}

.hero-tagline {
  font-family: 'Caveat', cursive;
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  color: var(--mint);
  font-weight: 600;
  display: inline-block;
  transform: rotate(-1deg);
  margin-bottom: 22px;
}

.hero-trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6px;
}
.hero-trust-item {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
}
.hero-trust-item svg { width: 18px; height: 18px; color: var(--mint); flex-shrink: 0; }

/* Veraltete 2-Spalter-Klassen behalten für späteres Refactor, momentan ungenutzt */
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
.hero-eyebrow {
  display: inline-block; padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: rgba(94, 234, 212, 0.12);
  color: var(--mint);
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 24px;
  border: 1px solid rgba(94, 234, 212, 0.24);
}
.hero-caveat { color: var(--mint); font-size: 1.25rem; display: inline-block; transform: rotate(-1deg); }

.hero-visual {
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.hero-card-stack {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 5;
}
.hero-card {
  position: absolute;
  border-radius: var(--radius-card);
  background: var(--glass-bg-strong);
  backdrop-filter: blur(20px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  padding: 22px;
}
.hero-card-1 { top: 0; left: 0; width: 70%; transform: rotate(-3deg); }
.hero-card-2 { top: 18%; right: 0; width: 65%; transform: rotate(2deg); }
.hero-card-3 { bottom: 0; left: 15%; width: 70%; transform: rotate(-1deg); }
.hero-card .hc-label {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em;
  color: var(--text-soft); text-transform: uppercase; margin-bottom: 8px;
}
.hero-card .hc-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem; font-weight: 700; color: var(--brand);
  line-height: 1;
}
.hero-card .hc-sub { font-size: 0.84rem; color: var(--text-dim); margin-top: 8px; }

/* ===== Stats-Band (verschmolzen mit Hero, kein Bruch) ===== */
.stats-band {
  background: var(--dark);
  color: var(--text-on-dark);
  padding: 0 0 32px;
  position: relative;
  flex-shrink: 0;
  z-index: 3;
}
.stats-band .stats-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 28px;
}
.stats-band .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
@media (max-width: 720px) { .stats-band .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 800;
  color: var(--mint);
  line-height: 1; margin-bottom: 6px;
}
.stat-label { font-size: 0.84rem; color: var(--text-on-dark-dim); letter-spacing: 0.05em; }

/* ===== Stats-Card (Linus-Demo-Variante: horizontale Karte mit Dividern) ===== */
.stats-band .stats-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 1120px;
  margin: 0 auto;
}
.stats-band .stats-card .stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  text-align: center;
  min-width: 0;
}
.stats-band .stats-card .stat-num {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  display: inline-flex;
  align-items: flex-start;
  gap: 1px;
  margin-bottom: 0;
}
.stats-band .stats-card .stat-num .unit {
  font-size: 0.55em;
  color: var(--mint);
  margin-left: 2px;
  line-height: 1.3;
  font-weight: 700;
}
.stats-band .stats-card .stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1.3;
  margin-top: 0;
}
.stats-band .stat-divider {
  flex: 0 0 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  margin: 8px 0;
}
@media (max-width: 720px) {
  .stats-band .stats-card { flex-wrap: wrap; gap: 8px; padding: 18px 14px; }
  .stats-band .stats-card .stat-item { flex: 1 0 calc(50% - 4px); padding: 10px 6px; }
  .stats-band .stat-divider { display: none; }
}

/* ===== Glass Cards ===== */
.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-card);
  padding: 28px;
  transition: all 0.4s var(--ease-pop);
  position: relative;
}
.glass-card:hover {
  transform: translateY(-6px);
  background: var(--glass-bg-strong);
  box-shadow: var(--glass-shadow-hover);
}

/* ===== Chat-Story (Probleme-Sektion, neue Visual-DNA) ===== */
.chat-story-grid {
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  gap: clamp(32px, 4.5vw, 60px);
  align-items: start;
}
@media (max-width: 900px) {
  .chat-story-grid { grid-template-columns: 1fr; gap: 48px; }
  .phone-frame { justify-self: center; }
}

/* Phone-Mockup im realistischen iPhone-Aspect-Ratio */
.phone-frame {
  position: relative;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 9 / 19;
  background: #0F172A;
  border-radius: 48px;
  padding: 14px;
  box-shadow:
    0 30px 80px rgba(15, 23, 42, 0.22),
    0 0 0 2px rgba(255, 255, 255, 0.04) inset,
    0 0 0 8px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  justify-self: center;
}
.phone-frame::before {
  content: '';
  position: absolute;
  top: 22px; left: 50%;
  transform: translateX(-50%);
  width: 92px; height: 26px;
  background: #0F172A;
  border-radius: 14px;
  z-index: 2;
}
.phone-screen {
  background: #F4F6FA;
  border-radius: 32px;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.phone-header {
  padding: 56px 18px 12px;
  text-align: center;
  background: linear-gradient(180deg, #EDF1F7 0%, #F4F6FA 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}
.phone-header .avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #94A3B8, #CBD5E1);
  margin: 0 auto 6px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 0.92rem;
  font-family: 'Inter', sans-serif;
}
.phone-header .contact-name {
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text);
  display: block;
}
.phone-header .contact-status {
  font-size: 0.7rem;
  color: var(--text-soft);
}
.phone-chat {
  flex: 1;
  padding: 14px 14px 18px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: 'Inter', sans-serif;
}
.chat-day {
  text-align: center;
  font-size: 0.66rem;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 8px 0 4px;
}
.bubble {
  max-width: 78%;
  padding: 8px 12px;
  border-radius: 16px;
  font-size: 0.78rem;
  line-height: 1.4;
  position: relative;
}
.bubble p { color: inherit; font-size: inherit; margin: 0; }
.bubble-in {
  background: #fff;
  color: var(--text);
  border-bottom-left-radius: 4px;
  align-self: flex-start;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.bubble-out {
  background: linear-gradient(135deg, var(--brand-bright), var(--brand));
  color: #fff;
  border-bottom-right-radius: 4px;
  align-self: flex-end;
}
.bubble-time {
  display: block;
  font-size: 0.6rem;
  opacity: 0.6;
  margin-top: 3px;
  text-align: right;
}
.bubble-out .bubble-time { color: rgba(255, 255, 255, 0.85); }
.chat-typing {
  align-self: flex-start;
  background: #fff;
  padding: 10px 14px;
  border-radius: 16px;
  border-bottom-left-radius: 4px;
  display: flex; gap: 4px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
.chat-typing span {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--text-soft);
  animation: typing 1.4s infinite;
}
.chat-typing span:nth-child(2) { animation-delay: 0.2s; }
.chat-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30% { transform: translateY(-3px); opacity: 1; }
}
.chat-trace {
  align-self: stretch;
  margin: 6px 4px;
  padding: 8px 12px;
  background: rgba(180, 83, 9, 0.08);
  border-left: 2px solid #B45309;
  border-radius: 6px;
  font-size: 0.7rem;
  color: #78350F;
  font-style: italic;
}
.chat-trace.is-lost {
  background: rgba(220, 38, 38, 0.08);
  border-left-color: #DC2626;
  color: #7F1D1D;
  font-weight: 600;
  font-style: normal;
}

/* ===== Mobile-Google-Suche im Phone (realistisches UI) ===== */

/* Status-Bar (iOS-Style) */
.gs-statusbar {
  padding: 18px 22px 6px;
  display: flex; align-items: center; justify-content: space-between;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--text);
  background: #F4F6FA;
}
.gs-statusbar-right {
  display: inline-flex; align-items: center; gap: 5px;
}
.gs-statusbar svg { width: 14px; height: 10px; }

/* URL-Bar (Browser-Address) */
.gs-urlbar {
  display: flex; align-items: center; gap: 6px;
  margin: 4px 12px 8px;
  padding: 7px 12px;
  background: #E5E7EB;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem;
  color: #1F2937;
}
.gs-urlbar .lock { font-size: 0.7rem; opacity: 0.6; }
.gs-urlbar .url { font-weight: 500; flex: 1; }
.gs-urlbar .reload { opacity: 0.5; font-size: 0.9rem; }

/* Wrapper für Suchinhalte (scroll-Container in Phone) */
.google-search {
  flex: 1;
  overflow-y: auto;
  background: #fff;
  font-family: 'Inter', -apple-system, sans-serif;
  display: flex;
  flex-direction: column;
}

/* Suchleiste mit Google-Logo */
.gs-searchbox {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  margin: 12px 12px 8px;
  background: #fff;
  border: 1px solid #DFE1E5;
  border-radius: 999px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.06);
}
.gs-logo-mini {
  font-weight: 500;
  font-size: 0.94rem;
  letter-spacing: -0.01em;
  display: inline-flex; gap: 0;
  font-family: 'Inter', -apple-system, 'Helvetica Neue', sans-serif;
}
.gs-logo-mini span:nth-child(1) { color: #4285F4; }
.gs-logo-mini span:nth-child(2) { color: #EA4335; }
.gs-logo-mini span:nth-child(3) { color: #FBBC05; }
.gs-logo-mini span:nth-child(4) { color: #4285F4; }
.gs-logo-mini span:nth-child(5) { color: #34A853; }
.gs-logo-mini span:nth-child(6) { color: #EA4335; }
.gs-query {
  font-size: 0.82rem;
  color: #202124;
  flex: 1;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gs-mic { font-size: 0.85rem; color: #4285F4; flex-shrink: 0; }

/* Tab-Leiste */
.gs-tabs {
  display: flex; gap: 0;
  padding: 0 14px;
  border-bottom: 1px solid #EBEEF1;
  overflow-x: auto;
  scrollbar-width: none;
}
.gs-tabs::-webkit-scrollbar { display: none; }
.gs-tab {
  padding: 8px 14px 10px;
  font-size: 0.74rem;
  color: #5F6368;
  white-space: nowrap;
  position: relative;
}
.gs-tab.is-active {
  color: #1A73E8;
  font-weight: 500;
}
.gs-tab.is-active::after {
  content: '';
  position: absolute;
  left: 8px; right: 8px; bottom: -1px;
  height: 2px;
  background: #1A73E8;
  border-radius: 2px 2px 0 0;
}

/* Ergebnis-Stats */
.gs-stats {
  padding: 10px 14px 4px;
  font-size: 0.66rem;
  color: #70757A;
}

/* Local-Pack (Maps-Block, 3 lokale Einträge) */
.gs-local-pack {
  margin: 8px 12px 4px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #EBEEF1;
}
.gs-map-thumb {
  height: 70px;
  background:
    linear-gradient(135deg, #DBE7F4 0%, #C5D8EB 100%),
    repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(255,255,255,0.4) 8px, rgba(255,255,255,0.4) 9px);
  background-blend-mode: overlay;
  position: relative;
}
.gs-map-thumb::before, .gs-map-thumb::after {
  content: '📍';
  position: absolute;
  font-size: 12px;
}
.gs-map-thumb::before { top: 20%; left: 30%; }
.gs-map-thumb::after { top: 55%; left: 65%; }
.gs-local-item {
  padding: 10px 12px;
  border-bottom: 1px solid #F1F3F4;
  display: flex; flex-direction: column; gap: 2px;
}
.gs-local-item:last-child { border-bottom: none; }
.gs-local-name {
  font-size: 0.8rem;
  color: #202124;
  font-weight: 500;
}
.gs-local-meta {
  font-size: 0.68rem;
  color: #70757A;
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.gs-local-meta .stars { color: #F9AB00; font-weight: 600; }
.gs-local-meta .rating-num { color: #202124; font-weight: 600; }
.gs-local-cta {
  margin-top: 4px;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #DFE1E5;
  border-radius: 4px;
  font-size: 0.66rem;
  color: #1A73E8;
  font-weight: 500;
  width: fit-content;
}

/* Organische Ergebnisse */
.gs-result {
  padding: 12px 14px;
  border-bottom: 1px solid #F1F3F4;
}
.gs-result:last-of-type { border-bottom: none; }
.gs-result-head {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 4px;
}
.gs-result-favicon {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #94A3B8, #CBD5E1);
  flex-shrink: 0;
}
.gs-result-meta {
  display: flex; flex-direction: column;
  font-size: 0.62rem;
  color: #202124;
  line-height: 1.2;
}
.gs-result-meta .site-name { font-weight: 500; }
.gs-result-meta .domain { color: #70757A; font-size: 0.6rem; }
.gs-result h5 {
  font-family: 'Inter', sans-serif;
  font-size: 0.86rem;
  color: #1A0DAB;
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 1.3;
}
.gs-result .gs-snippet {
  font-size: 0.72rem;
  color: #4D5156;
  line-height: 1.4;
}
.gs-ad-label {
  display: inline-block;
  padding: 1px 5px;
  font-size: 0.56rem;
  font-weight: 700;
  border: 1px solid #202124;
  border-radius: 3px;
  color: #202124;
  margin-right: 6px;
  vertical-align: middle;
}

/* Pain-Marker am Ende */
.gs-marker {
  margin: 10px 12px 12px;
  padding: 8px 12px;
  background: rgba(220, 38, 38, 0.06);
  border-left: 2px solid #DC2626;
  border-radius: 4px;
  font-size: 0.72rem;
  color: #991B1B;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.005em;
  line-height: 1.4;
}

/* Pain-Notes daneben */
.pain-notes {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  padding-left: 36px;
}
.pain-notes::before {
  content: '';
  position: absolute;
  top: 12px; bottom: 12px;
  left: 14px;
  width: 2px;
  background: repeating-linear-gradient(
    180deg,
    rgba(30, 58, 138, 0.16) 0,
    rgba(30, 58, 138, 0.16) 6px,
    transparent 6px,
    transparent 12px
  );
}
.pain-note {
  position: relative;
  padding: 22px 24px 20px 26px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: var(--radius-card);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  transition: transform var(--tick) var(--ease-pop), box-shadow var(--tick) var(--ease-pop);
  overflow: hidden;
}
.pain-note::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--brand) 0%, var(--mint) 100%);
  opacity: 0.85;
  transition: width var(--tick) var(--ease-pop);
}
.pain-note:hover {
  transform: translateX(4px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}
.pain-note:hover::after {
  width: 5px;
}
.pain-note::before {
  content: '';
  position: absolute;
  top: 28px; left: -36px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--mint));
  border: 4px solid var(--bg2);
  box-shadow: 0 0 0 1px rgba(30, 58, 138, 0.16);
  z-index: 2;
}
.pain-note-num {
  position: absolute;
  top: 18px; right: 22px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--brand) 0%, var(--mint) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.55;
  line-height: 1;
  letter-spacing: -0.01em;
}
.pain-note h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.55rem, 2.1vw, 1.95rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 14px;
  max-width: 82%;
  color: var(--text);
  letter-spacing: -0.005em;
}
.pain-note h4 .pain-key {
  font-style: italic;
  font-weight: 700;
  color: var(--mint-dark);
  position: relative;
  white-space: nowrap;
}
.pain-note h4 .pain-key::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: 0.02em;
  height: 0.18em;
  background: linear-gradient(90deg, rgba(94, 234, 212, 0.55), rgba(94, 234, 212, 0));
  border-radius: 2px;
  z-index: -1;
}
.pain-note p {
  font-size: 0.92rem;
  color: var(--text-dim);
  line-height: 1.55;
  margin-bottom: 10px;
}
.pain-note .pain-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 10px;
  padding: 0;
}
.pain-note .pain-bullets li {
  padding-left: 18px;
  position: relative;
  font-size: 0.94rem;
  color: var(--text);
  line-height: 1.4;
}
.pain-note .pain-bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 10px;
  width: 9px; height: 2px;
  background: var(--brand);
  border-radius: 1px;
}
.pain-note .pain-stat {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.76rem;
  font-weight: 600;
  background: var(--brand-soft);
  color: var(--brand);
  border-radius: var(--radius-pill);
}

/* ===== Pain-Cards (alt, bleibt für Büro/Standort, bis umgebaut) ===== */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 720px) { .pain-grid { grid-template-columns: 1fr; } }
.pain-card { position: relative; padding: 32px; }
.pain-num {
  position: absolute; top: 22px; right: 24px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; font-weight: 700;
  color: var(--brand-soft);
  line-height: 1;
}
.pain-card h3 { margin-bottom: 12px; max-width: 80%; }
.pain-card p { font-size: 0.98rem; }
.pain-card .pain-stat {
  display: inline-block;
  margin-top: 14px;
  padding: 4px 10px;
  background: var(--brand-soft);
  color: var(--brand);
  border-radius: var(--radius-pill);
  font-size: 0.82rem; font-weight: 600;
}

/* ===== Methode-Stack (alternierender Story-Fluss mit Mockups) ===== */
.method-stack {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1080px;
  margin: 0 auto;
}
.method-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.method-row.is-reverse .method-text { order: 2; }
.method-row.is-reverse .method-visual { order: 1; }
@media (max-width: 800px) {
  .method-row { grid-template-columns: 1fr; gap: 24px; }
  .method-row.is-reverse .method-text { order: 1; }
  .method-row.is-reverse .method-visual { order: 0; }
}
.method-text { padding: 0 8px; }
.method-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 700;
  color: var(--mint);
  line-height: 0.9;
  margin-bottom: 10px;
}
.method-text h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}
.method-text p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 12px;
  max-width: 440px;
}
.method-text .method-caveat {
  font-family: 'Caveat', cursive;
  font-size: 1.3rem;
  color: var(--mint);
  display: inline-block;
  transform: rotate(-1deg);
}

.method-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}

/* Visual 01, Notizblock */
.mv-notepad {
  width: 100%;
  max-width: 320px;
  background: #FFF9E8;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 6px;
  padding: 36px 24px 22px;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.38), 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  transform: rotate(-1.8deg);
}
.mv-notepad::before {
  content: '';
  position: absolute;
  top: -1px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 16px;
  background: linear-gradient(180deg, #B91C1C 0%, #991B1B 100%);
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.mv-notepad h6 {
  font-family: 'Caveat', cursive;
  font-size: 1.3rem;
  color: #92400E;
  margin-bottom: 14px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(146, 64, 14, 0.3);
}
.mv-notepad ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Caveat', cursive;
  font-size: 1.15rem;
  color: #44403C;
  line-height: 1.2;
}
.mv-notepad li {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(146, 64, 14, 0.18);
}
.mv-notepad li:last-child { border-bottom: none; padding-bottom: 0; }
.mv-notepad li .check {
  width: 17px; height: 17px;
  border: 2px solid #92400E;
  border-radius: 3px;
  flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent;
  color: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  margin-top: -2px;
}
.mv-notepad li.done .check {
  background: #92400E;
  color: #FFF9E8;
}
.mv-notepad li.done .check::after { content: '✓'; }

/* Visual 02, Wireframe */
.mv-wireframe {
  width: 100%;
  max-width: 340px;
  background: rgba(15, 23, 42, 0.4);
  border: 1.5px dashed rgba(94, 234, 212, 0.5);
  border-radius: 6px;
  padding: 18px 16px;
  font-family: 'JetBrains Mono', monospace;
  color: rgba(255, 255, 255, 0.65);
  position: relative;
}
.mv-wireframe::before {
  content: 'BAUPLAN · v2';
  position: absolute;
  top: -10px; left: 14px;
  background: var(--dark);
  padding: 0 8px;
  font-size: 0.62rem;
  color: var(--mint);
  letter-spacing: 0.1em;
}
.mv-wf-row {
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 3px;
  padding: 8px 10px;
  margin-bottom: 8px;
  font-size: 0.7rem;
  display: flex; align-items: center; gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mv-wf-row.is-tall {
  min-height: 56px;
  align-items: flex-start;
}
.mv-wf-row .ph {
  background: rgba(255, 255, 255, 0.08);
  height: 7px;
  border-radius: 2px;
  flex: 1;
}
.mv-wf-row .dim {
  font-size: 0.6rem;
  color: var(--mint);
  margin-left: auto;
  text-transform: none;
  letter-spacing: 0;
}
.mv-wf-row .label {
  color: rgba(255,255,255,0.55);
  font-size: 0.62rem;
  font-weight: 700;
}

/* Visual 03, Browser im Aufbau */
.mv-browser {
  width: 100%;
  max-width: 360px;
  background: var(--dark-2);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.mv-browser-bar {
  background: rgba(255, 255, 255, 0.04);
  padding: 9px 12px;
  display: flex; align-items: center; gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mv-browser-bar .dot { width: 9px; height: 9px; border-radius: 50%; }
.mv-browser-bar .dot:nth-child(1) { background: #FF5F57; }
.mv-browser-bar .dot:nth-child(2) { background: #FEBC2E; }
.mv-browser-bar .dot:nth-child(3) { background: #28C840; }
.mv-browser-bar .url-mini {
  margin-left: 10px; padding: 3px 12px;
  background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.65);
  font-size: 0.68rem; border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
}
.mv-browser-body {
  aspect-ratio: 16 / 11;
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 60%, var(--brand-bright) 100%);
  padding: 18px 18px 14px;
  display: flex; flex-direction: column; gap: 8px;
  position: relative;
}
.mv-skeleton {
  height: 12px;
  background: rgba(255,255,255,0.18);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.mv-skeleton::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.35) 50%, transparent 100%);
  animation: mvShimmer 2.2s infinite;
}
@keyframes mvShimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.mv-skeleton.is-short { width: 50%; height: 18px; }
.mv-skeleton.is-mid { width: 80%; }
.mv-browser-stages {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: auto; padding-top: 12px;
  font-size: 0.68rem; font-family: 'JetBrains Mono', monospace;
  color: rgba(255, 255, 255, 0.55);
}
.mv-browser-stages .stage {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  flex: 1; position: relative;
}
.mv-browser-stages .stage + .stage::before {
  content: ''; position: absolute;
  left: -50%; top: 9px;
  width: 100%; height: 1px;
  background: rgba(255,255,255,0.2);
}
.mv-browser-stages .stage.is-active + .stage::before,
.mv-browser-stages .stage.is-active::before { background: var(--mint); }
.mv-browser-stages .num {
  width: 18px; height: 18px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  font-size: 0.6rem;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand-dark);
  position: relative; z-index: 1;
}
.mv-browser-stages .stage.is-active .num {
  background: var(--mint); border-color: var(--mint); color: var(--dark);
  font-weight: 700;
}
.mv-browser-stages .stage.is-active { color: var(--mint); }

/* Visual 04, Chat + Kalender */
.mv-care {
  width: 100%;
  max-width: 320px;
  display: flex; flex-direction: column; gap: 14px;
}
.mv-chat {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
  display: flex; flex-direction: column; gap: 8px;
}
.bubble-care {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  padding: 9px 12px;
  border-radius: 12px;
  border-bottom-left-radius: 3px;
  font-size: 0.82rem;
  line-height: 1.4;
  max-width: 88%;
}
.bubble-care.out {
  background: linear-gradient(135deg, var(--brand-bright), var(--brand));
  color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 3px;
  align-self: flex-end;
}
.mv-calendar {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
}
.mv-cal-head {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.66rem; color: var(--mint);
  text-transform: uppercase; letter-spacing: 0.12em;
  margin-bottom: 8px;
}
.mv-cal-slot {
  background: rgba(94, 234, 212, 0.08);
  border: 1px solid rgba(94, 234, 212, 0.28);
  border-radius: 6px;
  padding: 9px 12px;
  font-size: 0.8rem; color: var(--mint);
  display: flex; justify-content: space-between; align-items: center;
}
.mv-cal-slot .label { color: rgba(255,255,255,0.88); }
.mv-cal-slot .tick { color: var(--mint); font-weight: 700; }

/* Verbindungslinie zwischen Schritten */
.method-connector {
  width: 2px;
  height: 32px;
  background: repeating-linear-gradient(
    180deg,
    rgba(94, 234, 212, 0.32) 0,
    rgba(94, 234, 212, 0.32) 4px,
    transparent 4px,
    transparent 10px
  );
  margin: -8px auto;
}
@media (max-width: 800px) { .method-connector { display: none; } }

/* Closing-Axiom */
.method-axiom-quote {
  position: relative;
  margin: 72px auto 12px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.9rem, 3.4vw, 2.9rem);
  font-weight: 600;
  color: #fff;
  max-width: 880px;
  line-height: 1.25;
  padding: 36px 24px;
  letter-spacing: -0.015em;
}
.method-axiom-quote::before,
.method-axiom-quote::after {
  content: '';
  display: block;
  width: clamp(40px, 6vw, 80px);
  height: 1px;
  margin: 0 auto;
  background: var(--mint);
  opacity: 0.55;
}
.method-axiom-quote::before { margin-bottom: 28px; }
.method-axiom-quote::after  { margin-top: 28px; }
.method-axiom-quote .mint-accent {
  color: var(--mint);
  font-weight: 600;
}

/* ===== Methode (alt, Tafel + Schritte) ===== */
.methode-axiome {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-card);
  padding: clamp(28px, 4vw, 44px);
  margin-bottom: 56px;
  font-family: 'JetBrains Mono', 'Menlo', monospace;
}
.axiom-row {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  font-size: 0.95rem;
}
.axiom-row:last-child { border-bottom: none; }
.axiom-num { color: var(--mint); font-weight: 700; }
.axiom-text { color: var(--text-on-dark); }
.axiom-text strong { color: #fff; font-weight: 600; }

.methode-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media (max-width: 900px) { .methode-steps { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
@media (max-width: 540px) { .methode-steps { grid-template-columns: 1fr; } }
.methode-step {
  position: relative;
  padding: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-card);
  margin-right: 12px;
}
.methode-step:last-child { margin-right: 0; }
@media (max-width: 900px) { .methode-step { margin-right: 0; } }
.methode-step::after {
  content: '→';
  position: absolute;
  right: -22px; top: 50%; transform: translateY(-50%);
  color: var(--mint); font-size: 1.4rem; font-weight: 300;
  z-index: 2;
}
.methode-step:last-child::after { display: none; }
@media (max-width: 900px) { .methode-step::after { display: none; } }
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem; font-weight: 700;
  color: var(--mint); line-height: 1; margin-bottom: 8px;
}
.methode-step h4 { color: #fff; margin-bottom: 8px; font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; }
.methode-step p { color: var(--text-on-dark-dim); font-size: 0.92rem; line-height: 1.5; }
.methode-step .step-tag {
  font-family: 'Caveat', cursive;
  font-size: 1.05rem;
  color: var(--mint);
  display: block; margin-top: 10px;
}

/* ===== Module-Explorer (Tabs oben, Preview unten) ===== */
.modules-explorer {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 4vw, 48px);
}

/* Module-Tabs oben, 4 in einer Reihe */
.modules-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  position: relative;
}
@media (max-width: 900px) {
  .modules-list { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
@media (max-width: 540px) {
  .modules-list { grid-template-columns: 1fr; gap: 8px; }
}

.module-item {
  display: flex; flex-direction: column; gap: 14px;
  width: 100%;
  padding: 26px 24px 28px;
  background: var(--glass-bg);
  border: 1.5px solid var(--glass-border);
  border-radius: var(--radius-card);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: all 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: visible;
}
.module-item::before {
  content: '';
  position: absolute;
  left: 12px; right: 12px; bottom: 0;
  height: 4px;
  background: transparent;
  border-radius: 4px 4px 0 0;
  transition: background 240ms ease, opacity 240ms ease;
  opacity: 0;
}
.module-item:hover {
  background: var(--glass-bg-strong);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(30, 58, 138, 0.08);
}
.module-item.is-active {
  background: linear-gradient(180deg, #fff 0%, rgba(94, 234, 212, 0.04) 100%);
  border-color: rgba(30, 58, 138, 0.32);
  box-shadow:
    0 22px 50px rgba(30, 58, 138, 0.18),
    0 0 0 1px rgba(94, 234, 212, 0.18);
  transform: translateY(-5px);
}
.module-item.is-active::before {
  background: linear-gradient(90deg, var(--brand), var(--mint));
  opacity: 1;
  height: 4px;
  box-shadow: 0 0 16px rgba(94, 234, 212, 0.5);
}
/* Pfeil nach unten unter aktivem Tab */
.module-item.is-active::after {
  content: '';
  position: absolute;
  left: 50%; bottom: -11px;
  transform: translateX(-50%) rotate(45deg);
  width: 18px; height: 18px;
  background: linear-gradient(135deg, #fff 0%, rgba(94, 234, 212, 0.06) 100%);
  border-right: 1.5px solid rgba(30, 58, 138, 0.32);
  border-bottom: 1.5px solid rgba(30, 58, 138, 0.32);
  z-index: 1;
}
.module-item-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-soft), var(--mint-soft));
  display: flex; align-items: center; justify-content: center;
  color: var(--brand);
  flex-shrink: 0;
  transition: all 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
}
.module-item-icon svg { width: 28px; height: 28px; }
.module-item:hover .module-item-icon {
  transform: scale(1.04);
}
.module-item.is-active .module-item-icon {
  background: linear-gradient(135deg, var(--brand), var(--brand-bright));
  color: #fff;
  box-shadow:
    0 10px 24px rgba(30, 58, 138, 0.36),
    0 0 0 4px rgba(94, 234, 212, 0.12);
  transform: scale(1.06);
}
.module-item-body { flex: 1; min-width: 0; }
.module-item-body h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
  line-height: 1.15;
  transition: color 240ms ease;
}
.module-item.is-active .module-item-body h4 { color: var(--brand); }
.module-item-body .item-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-dim);
  display: block;
  line-height: 1.35;
  margin-top: 2px;
}
.module-item.is-active .module-item-body .item-sub { color: var(--brand); }
/* Pfeil rechts: nicht mehr nötig im Tab-Layout */
.module-item-arrow { display: none; }

/* Preview-Bereich unten */
.modules-preview {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  padding-top: 12px;
}
@media (max-width: 900px) {
  .modules-preview { grid-template-columns: 1fr; gap: 32px; }
}

/* Pair-Wrapper: ein Modul = Mockup + Features zusammen */
.module-pair {
  display: none;
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}
.module-pair.is-active {
  display: grid;
  animation: pairIn 0.55s cubic-bezier(0.2, 0.85, 0.2, 1);
}
@media (max-width: 900px) {
  .module-pair { grid-template-columns: 1fr; gap: 28px; }
}
@keyframes pairIn {
  from { opacity: 0; transform: translateY(16px) scale(0.985); filter: blur(4px); }
  to   { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

.module-mockup { display: block; }
.module-features { display: block; padding: 4px 0; }
.module-features h5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.55rem, 2vw, 1.85rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.18;
  letter-spacing: -0.015em;
  position: relative;
  padding-bottom: 14px;
}
.module-features h5::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 44px; height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--mint));
  border-radius: 2px;
}
.module-features .features-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--brand);
  margin-bottom: 22px;
  display: block;
  line-height: 1.4;
}
.module-features ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
  margin: 0 0 8px;
}
.module-features li {
  padding-left: 34px;
  position: relative;
  font-size: 0.98rem;
  color: var(--text);
  line-height: 1.5;
}
.module-features li::before {
  content: '';
  position: absolute;
  left: 0; top: 3px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mint-dark) 0%, var(--mint) 100%);
  box-shadow: 0 4px 10px rgba(13, 148, 136, 0.28);
}
.module-features li::after {
  content: '';
  position: absolute;
  left: 7px; top: 10px;
  width: 8px; height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transform-origin: center;
}
/* Letzter features-sub (z.B. „Klick rein…"), kleiner, gedämpfter */
.module-features .muster-link-lg + .features-sub {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 0.95rem;
  color: var(--text-dim);
}

/* ===== Mockup A, Browser mit Standort-Site (Sichtbarkeit) ===== */
.mp-browser {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 32px 80px rgba(15, 23, 42, 0.22),
    0 4px 12px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(15, 23, 42, 0.04);
  border: 1px solid var(--glass-border);
  transform: translateZ(0);
}
.mp-browser-bar {
  background: #F1F3F4;
  padding: 10px 14px;
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid rgba(15,23,42,0.06);
}
.mp-browser-bar .dot { width: 10px; height: 10px; border-radius: 50%; }
.mp-browser-bar .dot:nth-child(1) { background: #FF5F57; }
.mp-browser-bar .dot:nth-child(2) { background: #FEBC2E; }
.mp-browser-bar .dot:nth-child(3) { background: #28C840; }
.mp-browser-bar .url {
  margin-left: 12px; padding: 4px 14px;
  background: #fff; border: 1px solid rgba(15,23,42,0.06);
  font-size: 0.72rem; border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  color: var(--text-dim);
}
.mp-browser-body {
  aspect-ratio: 16 / 10;
  background: linear-gradient(180deg, #FAFAF8 0%, #fff 100%);
  padding: 16px;
  position: relative;
  display: flex; flex-direction: column; gap: 12px;
}
.mp-browser-body.is-photo {
  aspect-ratio: 16 / 11;
  padding: 0;
  background: #0F172A;
  display: block;
  overflow: hidden;
  position: relative;
}
.mp-browser-body.is-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Standort-Site Hero */
.mp-site-hero {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-bright) 100%);
  border-radius: 8px;
  padding: 18px;
  color: #fff;
  position: relative;
}
.mp-site-hero h6 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.mp-site-hero .sub {
  font-size: 0.74rem; opacity: 0.85;
  font-family: 'Caveat', cursive;
}
.mp-site-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mp-site-card {
  background: #fff;
  border: 1px solid var(--glass-border);
  border-radius: 6px;
  padding: 10px;
  display: flex; gap: 8px; align-items: center;
}
.mp-site-card .avt {
  width: 26px; height: 26px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--mint));
  flex-shrink: 0;
}
.mp-site-card .meta {
  font-size: 0.66rem; line-height: 1.25;
}
.mp-site-card .meta strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.84rem; font-weight: 700; color: var(--text);
  display: block;
}
.mp-site-card .meta span { color: var(--text-soft); }
.mp-site-rating {
  display: flex; gap: 6px; align-items: center;
  font-size: 0.66rem; color: var(--text-soft);
  padding: 6px 4px 0;
}
.mp-site-rating .stars { color: #F59E0B; }
.mp-site-rating strong { color: var(--text); }

/* ===== Mockup B, OS-Backend (Inbox) ===== */
.mp-dashboard {
  background: #0F172A;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.32);
  color: #fff;
}
.mp-dash-head {
  padding: 14px 18px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mp-dash-head h6 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 700;
  color: #fff;
}
.mp-dash-head .badge {
  background: var(--mint);
  color: var(--dark);
  font-size: 0.66rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
}
.mp-dash-body { padding: 12px 14px 16px; display: flex; flex-direction: column; gap: 6px; }
.mp-dash-row {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  border-left: 3px solid transparent;
  font-size: 0.78rem;
}
.mp-dash-row.is-new { border-left-color: var(--mint); }
.mp-dash-row.is-booked { border-left-color: var(--brand-bright); }
.mp-dash-row .name { font-weight: 500; color: rgba(255,255,255,0.92); }
.mp-dash-row .meta { font-size: 0.66rem; color: rgba(255,255,255,0.55); }
.mp-dash-row .tag {
  font-size: 0.6rem;
  padding: 2px 7px;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.mp-dash-row.is-new .tag { background: rgba(94,234,212,0.18); color: var(--mint); }
.mp-dash-row.is-booked .tag { background: rgba(59,130,246,0.18); color: var(--brand-bright); }
.mp-dash-row.is-wait .tag { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6); }
.mp-dash-row .time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.64rem;
  color: rgba(255,255,255,0.4);
}

/* ===== Mockup C, Karriereseite mit Bewerber-Quiz ===== */
.mp-career {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.16);
  border: 1px solid var(--glass-border);
}
.mp-career-hero {
  padding: 18px 22px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #fff;
}
.mp-career-hero h6 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 700;
}
.mp-career-hero .sub {
  font-family: 'Caveat', cursive;
  color: var(--mint);
  font-size: 0.92rem;
  margin-top: 4px;
}
.mp-career-body { padding: 18px 22px; }
.mp-career-step {
  font-size: 0.66rem; color: var(--text-soft);
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 6px;
}
.mp-career-body h6 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem; font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}
.mp-career-opts { display: flex; flex-direction: column; gap: 8px; }
.mp-career-opt {
  padding: 10px 12px;
  background: var(--bg);
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  font-size: 0.84rem;
  color: var(--text);
}
.mp-career-opt.is-chosen {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
}

/* ===== Mockup D, Phone mit Quiz-Funnel (Akquise) ===== */
.mp-phone {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 9 / 18;
  background: #0F172A;
  border-radius: 36px;
  padding: 10px;
  margin: 0 auto;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.32);
  position: relative;
}
.mp-phone::before {
  content: '';
  position: absolute;
  top: 18px; left: 50%;
  transform: translateX(-50%);
  width: 70px; height: 20px;
  background: #0F172A;
  border-radius: 12px;
  z-index: 2;
}
.mp-phone-screen {
  background: linear-gradient(180deg, #1E3A8A 0%, #0D9488 100%);
  border-radius: 26px;
  height: 100%;
  padding: 56px 18px 22px;
  display: flex; flex-direction: column; justify-content: center;
  color: #fff;
}
.mp-phone-screen .step-info {
  font-size: 0.7rem; opacity: 0.7;
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.mp-phone-screen h6 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
  line-height: 1.2;
}
.mp-phone-quiz-opts { display: flex; flex-direction: column; gap: 8px; }
.mp-phone-quiz-opt {
  padding: 10px 14px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  font-size: 0.8rem;
  text-align: center;
}
.mp-phone-quiz-opt.is-chosen {
  background: var(--mint);
  color: var(--dark);
  font-weight: 600;
  border-color: var(--mint);
}

/* ===== Modul-Cards (alt, 4er-Grid) ===== */
.modul-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 720px) { .modul-grid { grid-template-columns: 1fr; } }
.modul-card { padding: 32px; position: relative; }
.modul-card::before {
  content: '';
  position: absolute; top: 0; left: 28px; right: 28px;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--mint));
  border-radius: 0 0 3px 3px;
}
.modul-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-soft), var(--mint-soft));
  display: flex; align-items: center; justify-content: center;
  color: var(--brand); margin-bottom: 18px;
}
.modul-icon svg { width: 28px; height: 28px; }
.modul-card h3 { margin-bottom: 10px; }
.modul-card .modul-tag {
  font-family: 'Caveat', cursive;
  font-size: 1.1rem; color: var(--mint-dark);
  display: block; margin-bottom: 12px;
}
.modul-card .modul-list { margin-top: 14px; display: flex; flex-direction: column; gap: 6px; }
.modul-card .modul-list li {
  list-style: none; padding-left: 22px; position: relative;
  font-size: 0.92rem; color: var(--text-dim);
}
.modul-card .modul-list li::before {
  content: '✓'; position: absolute; left: 0; color: var(--mint-dark); font-weight: 700;
}

/* ===== Musterseite, Annotated Blueprint ===== */
.muster-blueprint {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 540px) minmax(0, 240px);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .muster-blueprint {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .muster-pins-left, .muster-pins-right {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .muster-pin .pin-line, .muster-pin .pin-dot { display: none !important; }
}
.muster-pins-left, .muster-pins-right {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 40px);
}
.muster-pin {
  position: relative;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition: transform var(--tick) var(--ease-pop);
}
.muster-pin:hover { transform: translateY(-2px); }
.muster-pin .pin-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.66rem;
  color: var(--mint-dark);
  letter-spacing: 0.14em;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.muster-pin h5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
  line-height: 1.2;
}
.muster-pin p {
  font-size: 0.86rem;
  color: var(--text-dim);
  line-height: 1.45;
  margin: 0;
}
/* Verbindungslinie (dashed) und Pulse-Dot */
.muster-pin .pin-line {
  position: absolute;
  top: 50%;
  width: clamp(28px, 4vw, 56px);
  height: 1px;
  border-top: 1.5px dashed rgba(13, 148, 136, 0.4);
}
.muster-pin .pin-dot {
  position: absolute;
  top: calc(50% - 5px);
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(94, 234, 212, 0.22);
  animation: pinPulse 2.4s infinite;
}
.muster-pins-left .pin-line { right: calc(clamp(28px, 4vw, 56px) * -1); }
.muster-pins-left .pin-dot  { right: calc(clamp(28px, 4vw, 56px) * -1 - 5px); }
.muster-pins-right .pin-line { left: calc(clamp(28px, 4vw, 56px) * -1); }
.muster-pins-right .pin-dot  { left: calc(clamp(28px, 4vw, 56px) * -1 - 5px); }
@keyframes pinPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(94, 234, 212, 0.22); }
  50%      { box-shadow: 0 0 0 9px rgba(94, 234, 212, 0.08); }
}

/* CTA-Block unter dem Blueprint */
.muster-cta-block {
  text-align: center;
  margin-top: clamp(40px, 6vw, 64px);
}
.muster-cta-block .caveat-pre {
  font-family: 'Caveat', cursive;
  font-size: 1.2rem;
  color: var(--text-soft);
  display: block;
  margin-bottom: 14px;
}
.muster-link-lg {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  background: linear-gradient(135deg, var(--brand), var(--brand-bright));
  color: #fff;
  border-radius: var(--radius-btn);
  font-size: 1.05rem;
  font-weight: 600;
  box-shadow: 0 16px 36px rgba(30, 58, 138, 0.30);
  transition: all var(--tick) var(--ease-pop);
}
.muster-link-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(30, 58, 138, 0.40);
}
.muster-link-lg svg { width: 20px; height: 20px; }

/* Browser-Frame Anpassung für Blueprint-Variante */
.muster-blueprint .muster-frame {
  width: 100%;
  max-width: 540px;
}

/* ===== Musterseite-Preview (alt, 2-Spalter) ===== */
.muster-block {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) { .muster-block { grid-template-columns: 1fr; gap: 32px; } }
.muster-text h2 { margin-bottom: 16px; }
.muster-text .muster-features {
  margin-top: 20px;
  display: flex; flex-direction: column; gap: 10px;
}
.muster-text .muster-features li {
  list-style: none; padding-left: 26px; position: relative;
  font-size: 0.97rem; color: var(--text);
}
.muster-text .muster-features li::before {
  content: ''; position: absolute; left: 0; top: 8px;
  width: 16px; height: 2px; background: var(--brand);
}
.muster-frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.18);
  background: var(--dark);
  border: 1px solid rgba(15, 23, 42, 0.1);
}
.muster-frame-bar {
  background: var(--dark);
  padding: 14px 18px;
  display: flex; align-items: center; gap: 8px;
}
.muster-frame-bar .dot { width: 12px; height: 12px; border-radius: 50%; }
.muster-frame-bar .dot:nth-child(1) { background: #FF5F57; }
.muster-frame-bar .dot:nth-child(2) { background: #FEBC2E; }
.muster-frame-bar .dot:nth-child(3) { background: #28C840; }
.muster-frame-bar .url {
  margin-left: 14px; padding: 4px 14px;
  background: rgba(255, 255, 255, 0.08); color: var(--text-on-dark-dim);
  font-size: 0.78rem; border-radius: var(--radius-pill);
  font-family: 'JetBrains Mono', monospace;
}
.muster-frame-body {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #1E3A8A 0%, #5EEAD4 100%);
  position: relative;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
}
.muster-frame-body::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 25% 35%, rgba(255,255,255,0.16) 0%, transparent 45%),
    radial-gradient(circle at 75% 65%, rgba(255,255,255,0.10) 0%, transparent 45%);
}
.muster-link {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 24px;
  color: var(--brand); font-weight: 600;
  border-bottom: 2px solid var(--brand);
  padding-bottom: 2px;
  transition: gap var(--tick) var(--ease-pop);
}
.muster-link:hover { gap: 14px; }

/* ===== Tools-Showcase ===== */
.tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 720px) { .tools-grid { grid-template-columns: 1fr; } }
.tool-card {
  padding: 28px;
  display: flex; flex-direction: column;
  gap: 18px;
}
.tool-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  margin-bottom: 4px;
}
.tool-card .tool-sub { font-size: 0.92rem; color: var(--text-dim); }
.tool-mock {
  margin-top: auto;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  padding: 18px;
  font-size: 0.84rem;
}

/* ===== Vergleich Heute/Morgen, Bühne mit Aurora-Tiefe ===== */
.vergleich-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(24px, 3vw, 48px);
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(40px, 5vw, 72px) clamp(28px, 4vw, 64px);
  background:
    radial-gradient(ellipse at 18% 28%, rgba(59, 130, 246, 0.20) 0%, transparent 50%),
    radial-gradient(ellipse at 82% 72%, rgba(94, 234, 212, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse at 60% 50%, rgba(30, 41, 59, 0.4) 0%, transparent 70%),
    linear-gradient(135deg, #0F172A 0%, #1E293B 70%, #0F172A 100%);
  border-radius: 28px;
  box-shadow:
    0 40px 100px rgba(15, 23, 42, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
  overflow: hidden;
}
.vergleich-stage::before {
  content: '';
  position: absolute;
  top: 8%; left: 50%;
  transform: translateX(-50%);
  width: 60%; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(94, 234, 212, 0.22) 50%, transparent 100%);
}
@media (max-width: 900px) {
  .vergleich-stage { grid-template-columns: 1fr; gap: 36px; padding: 32px 22px; }
  .vg-arrow { display: none; }
}
.vg-side {
  display: flex; flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.vg-label {
  display: flex; align-items: baseline; gap: 12px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}
.vg-label h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
}
.vg-label .vg-tag {
  font-family: 'Caveat', cursive;
  font-size: 1.1rem;
}
.vg-side.is-heute .vg-tag { color: #F59E0B; }
.vg-side.is-morgen .vg-tag { color: var(--mint); }

/* Heute-Mockup: vergilbtes Branchenbuch-Papier */
.vg-heute-card {
  background:
    radial-gradient(circle at 88% 12%, rgba(180, 83, 9, 0.06) 0%, transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(180, 83, 9, 0.05) 0%, transparent 28%),
    linear-gradient(180deg, #F5EFE0 0%, #E8DFC8 100%);
  border: 1px solid rgba(146, 64, 14, 0.18);
  border-radius: var(--radius-card);
  padding: 26px 24px;
  filter: saturate(0.7) contrast(0.95);
  transform: rotate(-2deg) translateY(4px);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.42),
    0 12px 24px rgba(0, 0, 0, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.5) inset;
  flex: 1;
  position: relative;
}
.vg-heute-card::after {
  content: '';
  position: absolute;
  top: 12px; right: 14px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 53, 15, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.vg-heute-card .branch-head {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.66rem;
  color: #92400E;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(146, 64, 14, 0.3);
}
.vg-heute-card h4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #44403C;
  margin-bottom: 4px;
}
.vg-heute-card .meta {
  font-size: 0.84rem;
  color: #78716C;
  line-height: 1.5;
  margin-bottom: 14px;
}
.vg-heute-card .branch-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(146, 64, 14, 0.15);
  font-size: 0.84rem;
  color: #57534E;
}
.vg-heute-card .branch-row:last-child { border-bottom: none; }
.vg-heute-card .branch-row .label {
  font-size: 0.7rem; color: #92400E;
  letter-spacing: 0.06em; text-transform: uppercase;
  font-weight: 600;
}
.vg-heute-card .branch-row .val { color: #78716C; }
.vg-heute-card .empty-state {
  margin-top: 10px;
  padding: 10px 12px;
  background: rgba(180, 83, 9, 0.08);
  border-left: 2px dashed #B45309;
  border-radius: 4px;
  font-size: 0.78rem;
  color: #78350F;
  font-style: italic;
}

/* Morgen-Mockup: Outcome-Dashboard mit Mint-Halo */
.vg-morgen-card {
  background: linear-gradient(180deg, #1E293B 0%, #0F172A 100%);
  border: 1px solid rgba(94, 234, 212, 0.32);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow:
    0 0 60px rgba(94, 234, 212, 0.22),
    0 30px 70px rgba(30, 58, 138, 0.42),
    0 0 0 1px rgba(94, 234, 212, 0.18);
  transform: rotate(2deg) translateY(-4px);
  flex: 1;
  position: relative;
  padding: 24px 22px;
  color: #fff;
}
.vg-morgen-card::before {
  content: '';
  position: absolute;
  inset: -30px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.18) 0%, transparent 60%);
  z-index: -1;
  pointer-events: none;
  border-radius: 32px;
}
.vg-outcome-head {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  color: var(--mint);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.vg-outcome-sub {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 14px;
}
.vg-outcome-block,
.vg-outcome-tile,
.vg-outcome-termine {
  /* Shared label sub-rule below works for all */
}
.vg-outcome-block {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(255,255,255,0.08);
}
.vg-outcome-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

/* 2-Spalten Stat-Grid */
.vg-outcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}
.vg-outcome-tile {
  background: rgba(94, 234, 212, 0.06);
  border: 1px solid rgba(94, 234, 212, 0.18);
  border-radius: 12px;
  padding: 14px 14px 14px;
  position: relative;
  overflow: hidden;
}
.vg-outcome-tile::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--mint), transparent);
  opacity: 0.5;
}

/* Nächste Termine, eigene Sektion mit Trenn-Linie */
.vg-outcome-termine {
  padding-top: 14px;
  border-top: 1px dashed rgba(255,255,255,0.10);
}
.vg-outcome-termine .label { margin-bottom: 10px; }

/* Gemeinsame Sub-Style für Label/Big/Small in Block + Tile + Termine */
.vg-outcome-block .label,
.vg-outcome-tile .label,
.vg-outcome-termine .label {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
  font-weight: 600;
}
.vg-outcome-block .big,
.vg-outcome-tile .big {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: flex; align-items: baseline; gap: 8px;
}
.vg-outcome-tile .big { font-size: 2.3rem; }
.vg-outcome-block .big .plus,
.vg-outcome-tile .big .plus { color: var(--mint); font-size: 1.4rem; }
.vg-outcome-block .big .star,
.vg-outcome-tile .big .star { color: #F9AB00; font-size: 1.3rem; line-height: 1; }
.vg-outcome-block .small,
.vg-outcome-tile .small {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.55);
  margin-top: 6px;
  line-height: 1.4;
}
.vg-outcome-list {
  display: flex; flex-direction: column; gap: 8px;
}
.vg-outcome-list .row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 12px;
  background: rgba(255,255,255,0.04);
  border-left: 2px solid var(--mint);
  border-radius: 6px;
  font-size: 0.8rem;
}
.vg-outcome-list .row .name { color: rgba(255,255,255,0.92); font-weight: 500; }
.vg-outcome-list .row .when {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  color: var(--mint);
}
.vg-morgen-bar {
  background: #F1F3F4;
  padding: 9px 12px;
  display: flex; align-items: center; gap: 6px;
  border-bottom: 1px solid rgba(15,23,42,0.06);
}
.vg-morgen-bar .dot { width: 9px; height: 9px; border-radius: 50%; }
.vg-morgen-bar .dot:nth-child(1) { background: #FF5F57; }
.vg-morgen-bar .dot:nth-child(2) { background: #FEBC2E; }
.vg-morgen-bar .dot:nth-child(3) { background: #28C840; }
.vg-morgen-bar .url {
  margin-left: 10px; padding: 3px 12px;
  background: #fff; font-size: 0.7rem;
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  color: var(--text-dim);
}
.vg-morgen-body {
  background: linear-gradient(135deg, var(--brand) 0%, var(--mint-dark) 100%);
  color: #fff;
  padding: 24px 22px;
  position: relative;
  text-align: center;
  min-height: 220px;
  display: flex; flex-direction: column; justify-content: center;
}
.vg-morgen-body::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 25% 30%, rgba(255,255,255,0.16) 0%, transparent 45%),
    radial-gradient(circle at 75% 70%, rgba(255,255,255,0.10) 0%, transparent 45%);
  pointer-events: none;
}
.vg-morgen-body .pre {
  font-family: 'Caveat', cursive;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 6px;
  position: relative; z-index: 1;
}
.vg-morgen-body .head {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
  position: relative; z-index: 1;
}
.vg-morgen-body .pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  font-size: 0.74rem;
  color: #fff;
  margin: 0 auto;
  position: relative; z-index: 1;
}
.vg-morgen-body .pill::before {
  content: ''; width: 6px; height: 6px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(94, 234, 212, 0.6);
}
.vg-morgen-body .rating {
  margin-top: 14px;
  font-size: 0.74rem;
  color: rgba(255,255,255,0.8);
  position: relative; z-index: 1;
}
.vg-morgen-body .rating strong { color: var(--mint); }

/* Bullet-Listen unter den Karten */
.vg-bullets {
  display: flex; flex-direction: column; gap: 10px;
  margin-top: 6px;
}
.vg-bullet {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.9rem;
  line-height: 1.45;
}
.vg-side.is-heute .vg-bullet { color: rgba(255, 255, 255, 0.55); }
.vg-side.is-morgen .vg-bullet { color: rgba(255, 255, 255, 0.92); }
.vg-bullet .ico {
  width: 18px; height: 18px;
  border-radius: 5px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.74rem; font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.vg-side.is-heute .vg-bullet .ico {
  background: rgba(245, 158, 11, 0.16);
  color: #F59E0B;
  border: 1px solid rgba(245, 158, 11, 0.24);
}
.vg-side.is-morgen .vg-bullet .ico {
  background: var(--mint);
  color: var(--dark);
  box-shadow: 0 0 12px rgba(94, 234, 212, 0.45);
}

/* Pfeil zwischen Heute/Morgen */
.vg-arrow {
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  gap: 10px;
  align-self: center;
  padding: 12px;
  position: relative;
  z-index: 1;
}
.vg-arrow svg {
  width: 44px; height: 44px;
  color: var(--mint);
  filter: drop-shadow(0 0 12px rgba(94, 234, 212, 0.5));
  animation: vgArrowPulse 2.4s ease-in-out infinite;
}
@keyframes vgArrowPulse {
  0%, 100% { transform: translateX(0); opacity: 1; }
  50%      { transform: translateX(4px); opacity: 0.85; }
}
.vg-arrow .vg-arrow-label {
  font-family: 'Caveat', cursive;
  font-size: 1.15rem;
  color: var(--mint);
  white-space: nowrap;
  transform: rotate(-2deg);
  text-shadow: 0 0 16px rgba(94, 234, 212, 0.3);
}

/* ===== Vergleich Heute/Morgen (alt, 2-Spalter Text) ===== */
.vergleich-grid {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 20px; align-items: stretch;
}
@media (max-width: 720px) {
  .vergleich-grid { grid-template-columns: 1fr; }
  .vergleich-arrow { display: none; }
}
.vergleich-col {
  padding: 32px;
  border-radius: var(--radius-card);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
}
.vergleich-vorher {
  background: linear-gradient(180deg, #FAFAF8 0%, #F4F1EB 100%);
  border-color: rgba(15, 23, 42, 0.08);
}
.vergleich-nachher {
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF6FF 100%);
  border-color: var(--brand);
  box-shadow: 0 16px 40px rgba(30, 58, 138, 0.12);
}
.vergleich-col h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.vergleich-col .v-tag {
  font-family: 'Caveat', cursive; font-size: 1.05rem;
  margin-bottom: 18px; display: block;
}
.vergleich-vorher .v-tag { color: #B45309; }
.vergleich-nachher .v-tag { color: var(--brand); }
.vergleich-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.vergleich-col li {
  padding-left: 28px; position: relative; font-size: 0.95rem;
}
.vergleich-vorher li::before {
  content: '!'; position: absolute; left: 0; top: 0;
  width: 20px; height: 20px; border-radius: 50%;
  background: #FEF3C7; color: #B45309;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.78rem;
}
.vergleich-nachher li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--brand); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.75rem;
}
.vergleich-arrow {
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: var(--brand); font-weight: 300;
}

/* ===== Pakete, Receipt mit Werkstatt-Atmosphäre ===== */
.receipt-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(20px, 3vw, 36px) clamp(20px, 4vw, 60px);
  position: relative;
}
/* Aurora-Glows */
.receipt-stage::before, .receipt-stage::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.receipt-stage::before {
  top: 10%; left: 8%;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(30, 58, 138, 0.16) 0%, transparent 65%);
}
.receipt-stage::after {
  bottom: 8%; right: 6%;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.18) 0%, transparent 65%);
}

/* Receipt-Karte */
.receipt {
  position: relative;
  width: 100%;
  max-width: 460px;
  background: #FEFCF6;
  padding: 28px 30px 26px;
  font-family: 'JetBrains Mono', monospace;
  color: var(--text);
  transform: rotate(-0.6deg);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 6px;
  box-shadow:
    0 40px 90px rgba(15, 23, 42, 0.22),
    0 16px 32px rgba(15, 23, 42, 0.14),
    0 0 0 1px rgba(146, 64, 14, 0.04) inset;
  z-index: 2;
}
/* Sichtbare Tear-Off-Linie oben + unten */
.receipt::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px; right: -1px;
  height: 12px;
  background-image:
    radial-gradient(circle at 8px 100%, #FEFCF6 6px, transparent 7px),
    radial-gradient(circle at 8px 100%, rgba(15, 23, 42, 0.16) 6.5px, transparent 7.5px);
  background-size: 16px 12px, 16px 12px;
  background-repeat: repeat-x;
}
.receipt::after {
  content: '';
  position: absolute;
  bottom: -1px; left: -1px; right: -1px;
  height: 12px;
  background-image:
    radial-gradient(circle at 8px 0%, #FEFCF6 6px, transparent 7px),
    radial-gradient(circle at 8px 0%, rgba(15, 23, 42, 0.16) 6.5px, transparent 7.5px);
  background-size: 16px 12px, 16px 12px;
  background-repeat: repeat-x;
}

/* Floating-Elemente links + rechts */
.receipt-deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.receipt-deco.stamp {
  top: 24px; left: calc(50% - 320px);
  width: 130px; height: 130px;
  border-radius: 50%;
  border: 3px solid #B45309;
  background: rgba(254, 252, 246, 0.94);
  backdrop-filter: blur(4px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #B45309;
  letter-spacing: 0.04em;
  line-height: 1.1;
  transform: rotate(-10deg);
  box-shadow: 0 18px 38px rgba(180, 83, 9, 0.24);
  opacity: 0.94;
  z-index: 3;
}
.receipt-deco.stamp::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1.5px dashed #B45309;
  border-radius: 50%;
  opacity: 0.5;
}
.receipt-deco.stamp .stamp-text {
  font-size: 0.78rem;
  display: block;
  margin-top: 4px;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
}
.receipt-deco.note {
  top: 80px; right: calc(50% - 360px);
  width: 200px;
  background: #FFF7C7;
  padding: 18px 18px 22px;
  transform: rotate(4deg);
  box-shadow:
    0 22px 40px rgba(15, 23, 42, 0.22),
    0 6px 12px rgba(15, 23, 42, 0.12);
  z-index: 3;
}
.receipt-deco.note::before {
  content: '';
  position: absolute;
  top: -8px; left: 50%;
  transform: translateX(-50%) rotate(2deg);
  width: 70px; height: 16px;
  background: rgba(220, 38, 38, 0.5);
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.receipt-deco.note .head {
  font-family: 'Caveat', cursive;
  font-size: 1.1rem;
  font-weight: 700;
  color: #92400E;
  margin-bottom: 4px;
}
.receipt-deco.note .body {
  font-family: 'Caveat', cursive;
  font-size: 1.05rem;
  color: #44403C;
  line-height: 1.3;
}
.receipt-deco.clip {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 28px;
  background: linear-gradient(180deg, #94A3B8 0%, #64748B 100%);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 8px rgba(15, 23, 42, 0.18);
  z-index: 3;
}
.receipt-deco.clip::before {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%;
  transform: translateX(-50%);
  width: 40px; height: 6px;
  background: rgba(15, 23, 42, 0.18);
  border-radius: 4px;
}

@media (max-width: 1100px) {
  .receipt-deco.stamp { top: -16px; left: 50%; transform: translateX(-50%) rotate(-8deg); width: 110px; height: 110px; font-size: 0.9rem; }
  .receipt-deco.note { display: none; }
}

.receipt-head {
  text-align: center;
  padding-bottom: 14px;
  margin-bottom: 12px;
  border-bottom: 2px dashed rgba(15, 23, 42, 0.18);
}
.receipt-brand {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--brand);
  margin-bottom: 6px;
}
.receipt-brand .brand-logo { width: auto; height: 32px; }
.receipt-meta {
  font-size: 0.7rem;
  color: var(--text-soft);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.receipt-section-label {
  font-size: 0.66rem;
  color: var(--text-soft);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 14px 0 8px;
  display: flex; align-items: center; gap: 10px;
}
.receipt-section-label::before,
.receipt-section-label::after {
  content: '';
  height: 1px; flex: 1;
  background: rgba(15, 23, 42, 0.12);
}
.receipt-row {
  display: grid;
  grid-template-columns: 26px 34px 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(15, 23, 42, 0.08);
  align-items: center;
}
.receipt-row:last-child { border-bottom: none; }
.receipt-row .num {
  font-size: 0.82rem;
  color: var(--brand);
  font-weight: 700;
}
.receipt-row .icon {
  width: 34px; height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.10), rgba(94, 234, 212, 0.14));
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.receipt-row .icon svg { width: 18px; height: 18px; }
.receipt-row .body { font-size: 0.86rem; align-self: center; }
.receipt-row .body .title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--text);
  display: block;
  line-height: 1.3;
}
.receipt-row .body .desc {
  font-size: 0.78rem;
  color: var(--text-dim);
  margin-top: 2px;
  display: block;
  line-height: 1.4;
}

.receipt-inkl {
  margin: 6px 0 12px;
  display: flex; flex-direction: column; gap: 8px;
  padding: 10px 12px;
  background: rgba(94, 234, 212, 0.05);
  border-radius: 6px;
  border-left: 2px solid var(--mint-dark);
}
.receipt-inkl .row {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.82rem;
  color: var(--text);
  font-family: 'Inter', sans-serif;
  line-height: 1.35;
}
.receipt-inkl .check {
  flex-shrink: 0;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mint-dark) 0%, var(--mint) 100%);
  color: transparent;
  display: inline-flex; align-items: center; justify-content: center;
  position: relative;
  box-shadow: 0 2px 6px rgba(13, 148, 136, 0.28);
}
.receipt-inkl .check::after {
  content: '';
  position: absolute;
  width: 8px; height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  top: 5px; left: 4px;
}

.receipt-total {
  margin: 14px 0 12px;
  padding: 12px 16px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  position: relative;
  transform: rotate(0.3deg);
}
.receipt-total::before {
  content: '★';
  position: absolute;
  top: -8px; left: -8px;
  width: 26px; height: 26px;
  background: var(--mint);
  color: var(--dark);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.84rem; font-weight: 700;
  box-shadow: 0 4px 10px rgba(94, 234, 212, 0.4);
}
.receipt-total .word {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.receipt-total .small {
  font-size: 0.74rem;
  font-family: 'Inter', sans-serif;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0;
}

.receipt-cta {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: var(--dark);
  color: #fff;
  border-radius: 8px;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all var(--tick) var(--ease-pop);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.32);
}
.receipt-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.42);
  background: var(--brand);
}
.receipt-footer {
  margin-top: 10px;
  text-align: center;
  color: var(--text-soft);
  font-family: 'Caveat', cursive;
  font-size: 1rem;
}

@media (max-width: 600px) {
  .receipt { max-width: 100%; padding: 28px 22px 24px; transform: rotate(0); }
  .receipt-stage::before, .receipt-stage::after { display: none; }
}

/* ===== Pakete (alt, Glas-Card) ===== */
.pakete-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  align-items: stretch;
}
.paket-card {
  padding: 36px 28px;
  display: flex; flex-direction: column;
}
.paket-card.featured {
  transform: scale(1.03);
  border-color: var(--brand);
  box-shadow: 0 24px 60px rgba(30, 58, 138, 0.18), 0 1px 0 rgba(255,255,255,0.95) inset;
}
.paket-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-bright) 100%);
  color: #fff;
  padding: 5px 14px; border-radius: var(--radius-pill);
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  white-space: nowrap;
}
.paket-card .paket-label {
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-soft); font-weight: 600; margin-bottom: 8px;
}
.paket-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem; margin-bottom: 4px;
}
.paket-card .paket-tag {
  font-family: 'Caveat', cursive; font-size: 1.1rem;
  color: var(--mint-dark); margin-bottom: 20px; display: block;
}
.paket-price {
  display: flex; align-items: baseline; gap: 6px;
  margin-bottom: 8px;
}
.paket-price .price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; font-weight: 700; color: var(--text);
}
.paket-price .unit { font-size: 0.92rem; color: var(--text-soft); }
.paket-price-sub { font-size: 0.88rem; color: var(--text-dim); margin-bottom: 24px; }
.paket-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; flex-grow: 1; }
.paket-features li {
  padding-left: 24px; position: relative; font-size: 0.94rem;
}
.paket-features li::before {
  content: '✓'; position: absolute; left: 0; color: var(--brand); font-weight: 700;
}
.paket-card .btn { width: 100%; }

/* ===== Über uns, Polaroid + Story ===== */
.about-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .about-stage { grid-template-columns: 1fr; gap: 40px; }
}

/* Trust-Logo (SynCrate img) */
.about-trust-item .trust-logo {
  width: 18px; height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Polaroid */
.about-polaroid {
  position: relative;
  background: #fff;
  padding: 16px 16px 56px;
  transform: rotate(-2deg);
  box-shadow:
    0 30px 70px rgba(15, 23, 42, 0.20),
    0 14px 28px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(15, 23, 42, 0.04) inset;
  max-width: 380px;
  margin: 0 auto;
  transition: transform 420ms cubic-bezier(0.2, 0.85, 0.2, 1), box-shadow 420ms ease;
}
.about-polaroid:hover {
  transform: rotate(0deg) translateY(-10px) scale(1.02);
  box-shadow:
    0 50px 100px rgba(15, 23, 42, 0.28),
    0 20px 36px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(15, 23, 42, 0.04) inset;
}
.about-polaroid::before {
  content: '';
  position: absolute;
  top: -10px; left: 50%;
  transform: translateX(-50%) rotate(-1deg);
  width: 110px; height: 22px;
  background: rgba(180, 83, 9, 0.55);
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}
.about-polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 2px;
  filter: saturate(0.95) contrast(1.02);
}
.about-polaroid figcaption {
  position: absolute;
  bottom: 12px; left: 0; right: 0;
  text-align: center;
  font-family: 'Caveat', cursive;
  font-size: 1.3rem;
  color: var(--text);
  line-height: 1.2;
}
.about-polaroid figcaption small {
  display: block;
  font-size: 0.86rem;
  color: var(--text-soft);
  margin-top: 0;
}

/* Zentrierter About-Head über Polaroid + Story */
.about-head {
  max-width: 880px;
  margin: 0 auto clamp(36px, 4.5vw, 56px);
  text-align: center;
}
.about-head h2 {
  margin-bottom: 0;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

/* ========== Ambient Section Backgrounds, Drift-Blobs für Tiefe + Mint-Rhythmus ==========
   Variation pro Sektion: andere Ecke, andere Farbe, andere Drift-Timing.
   Mint wiederholt sich abwechselnd, Brand-Bright kontrastiert, Pakete bleibt zurückhaltend. */

#probleme,
#methode,
#module,
#vergleich,
#pakete,
#ueber-uns,
#faq {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
#probleme > .container,
#methode > .container,
#module > .container,
#vergleich > .container,
#pakete > .container,
#ueber-uns > .container,
#faq > .container {
  position: relative;
  z-index: 1;
}

#probleme::before, #probleme::after,
#methode::before, #methode::after,
#module::before, #module::after,
#vergleich::before, #vergleich::after,
#pakete::before, #pakete::after,
#ueber-uns::before, #ueber-uns::after,
#faq::before, #faq::after {
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
  filter: blur(80px);
  border-radius: 50%;
  will-change: transform;
}

/* #probleme (light), Mint Bottom-Right, single */
#probleme::before {
  bottom: -14%; right: -10%;
  width: 50vw; height: 50vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.30) 0%, rgba(94, 234, 212, 0) 70%);
  animation: ambient-drift-b 30s ease-in-out infinite alternate;
}
#probleme::after { display: none; }

/* #methode (dark), Mint Top-Left + Brand Bottom-Right, intensiver auf dark */
#methode::before {
  top: -14%; left: -10%;
  width: 50vw; height: 50vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.20) 0%, rgba(94, 234, 212, 0) 70%);
  animation: ambient-drift-c 28s ease-in-out infinite alternate;
}
#methode::after {
  bottom: -18%; right: -12%;
  width: 56vw; height: 56vw; max-width: 800px; max-height: 800px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.32) 0%, rgba(59, 130, 246, 0) 70%);
  animation: ambient-drift-d 36s ease-in-out infinite alternate;
}

/* #module (light), Brand Top-Left + Mint Bottom-Right */
#module::before {
  top: -12%; left: -8%;
  width: 50vw; height: 50vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.24) 0%, rgba(59, 130, 246, 0) 70%);
  animation: ambient-drift-c 30s ease-in-out infinite alternate;
}
#module::after {
  bottom: -14%; right: -8%;
  width: 50vw; height: 50vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.28) 0%, rgba(94, 234, 212, 0) 70%);
  animation: ambient-drift-b 34s ease-in-out infinite alternate;
}

/* #vergleich (sand), Mint Top-Right, single */
#vergleich::before {
  top: -12%; right: -8%;
  width: 48vw; height: 48vw; max-width: 700px; max-height: 700px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.32) 0%, rgba(94, 234, 212, 0) 70%);
  animation: ambient-drift-a 28s ease-in-out infinite alternate;
}
#vergleich::after { display: none; }

/* #pakete (light), Brand Bottom-Right only, Mint-Pause für Business-Ruhe */
#pakete::before {
  bottom: -16%; right: -10%;
  width: 52vw; height: 52vw; max-width: 740px; max-height: 740px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.18) 0%, rgba(59, 130, 246, 0) 70%);
  animation: ambient-drift-d 34s ease-in-out infinite alternate;
}
#pakete::after { display: none; }

/* #ueber-uns (sand), Mint Top-Right + Brand Bottom-Left + Dot-Grid (Signature) */
#ueber-uns::before {
  top: -12%; right: -10%;
  width: 52vw; height: 52vw; max-width: 780px; max-height: 780px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.42) 0%, rgba(94, 234, 212, 0) 70%);
  animation: ambient-drift-a 26s ease-in-out infinite alternate;
}
#ueber-uns::after {
  bottom: -14%; left: -8%;
  width: 56vw; height: 56vw; max-width: 820px; max-height: 820px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.30) 0%, rgba(59, 130, 246, 0) 70%);
  animation: ambient-drift-b 32s ease-in-out infinite alternate;
}
#ueber-uns > .container::before {
  content: '';
  position: absolute;
  inset: -20px -40px;
  z-index: -1;
  background-image: radial-gradient(rgba(30, 58, 138, 0.07) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  pointer-events: none;
  border-radius: 0;
}

/* #faq (light), Mint Top-Left, single */
#faq::before {
  top: -14%; left: -8%;
  width: 50vw; height: 50vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.28) 0%, rgba(94, 234, 212, 0) 70%);
  animation: ambient-drift-c 30s ease-in-out infinite alternate;
}
#faq::after { display: none; }

@keyframes ambient-drift-a {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-6%, 4%) scale(1.08); }
}
@keyframes ambient-drift-b {
  0%   { transform: translate(0, 0) scale(1.04); }
  100% { transform: translate(5%, -5%) scale(1); }
}
@keyframes ambient-drift-c {
  0%   { transform: translate(0, 0) scale(0.97); }
  100% { transform: translate(4%, 5%) scale(1.05); }
}
@keyframes ambient-drift-d {
  0%   { transform: translate(0, 0) scale(1.02); }
  100% { transform: translate(-5%, -4%) scale(0.96); }
}
@media (prefers-reduced-motion: reduce) {
  #probleme::before, #probleme::after,
  #methode::before, #methode::after,
  #module::before, #module::after,
  #vergleich::before, #vergleich::after,
  #pakete::before, #pakete::after,
  #ueber-uns::before, #ueber-uns::after,
  #faq::before, #faq::after { animation: none; }
}

/* Story-Text rechts */
.about-story p {
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 14px;
}
.about-story .caveat-quote {
  font-family: 'Caveat', cursive;
  font-size: 1.4rem;
  color: var(--brand);
  display: inline-block;
  transform: rotate(-0.5deg);
  margin: 6px 0 24px;
}
/* Trust-Signal-Zeile zwischen Headline und Story */
.about-trust-row {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 0 22px;
  padding: 9px 16px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.about-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text);
}
.about-trust-item svg {
  width: 14px; height: 14px;
  color: var(--brand);
  flex-shrink: 0;
}
.about-trust-dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--text-soft);
  opacity: 0.5;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.about-stat-mini {
  position: relative;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
}
.about-stat-mini::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--brand), var(--mint));
  opacity: 0.7;
}
.about-stat-mini:hover {
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, 0.4);
  box-shadow: 0 10px 24px rgba(30, 58, 138, 0.10);
}
.about-stat-mini .stat-icon {
  grid-row: 1 / 3;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.10), rgba(94, 234, 212, 0.16));
  display: flex; align-items: center; justify-content: center;
  color: var(--brand);
  flex-shrink: 0;
}
.about-stat-mini .stat-icon svg { width: 18px; height: 18px; }
.about-stat-mini .num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--brand);
  line-height: 1;
  margin-bottom: 2px;
  grid-column: 2;
}
.about-stat-mini .label {
  font-size: 0.8rem;
  color: var(--text-soft);
  line-height: 1.35;
  grid-column: 2;
}

/* ===== Über uns / Vertrauen (alt, 2-Spalter mit Glas-Card) ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 32px; } }
.about-text h2 { margin-bottom: 18px; }
.about-text p { margin-bottom: 14px; }
.about-text .caveat { font-size: 1.3rem; margin-top: 12px; display: inline-block; }
.about-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 24px; }
.about-stat {
  padding: 18px;
  background: var(--glass-bg-strong);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-card);
}
.about-stat .as-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 700; color: var(--brand); line-height: 1;
}
.about-stat .as-label { font-size: 0.82rem; color: var(--text-soft); margin-top: 4px; }

/* ===== FAQ ===== */
/* FAQ als Chat-Bubble-Pattern (no HTML changes needed) */
.faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(24px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.faq-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item.open::after {
  content: '';
  position: absolute;
  right: 6px; bottom: 6px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background-color: #DBEAFE;
  background-image: url('img/syncrate-logo.png');
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 4px 10px rgba(30, 58, 138, 0.22);
  animation: avatarFadeIn 0.32s ease 0.1s both;
  z-index: 2;
}
@keyframes avatarFadeIn {
  from { opacity: 0; transform: scale(0.6); }
  to   { opacity: 1; transform: scale(1); }
}

/* Frage-Bubble (.faq-q ist selbst die Pille) + absoluter K-Avatar links */
.faq-q {
  position: relative;
  margin-left: 50px;
  padding: 14px 50px 14px 20px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
  font-weight: 500;
  font-size: 0.98rem;
  color: var(--text);
  line-height: 1.4;
  cursor: pointer;
  transition: box-shadow var(--tick) ease, transform var(--tick) ease, border-color var(--tick) ease;
}
.faq-q::before {
  content: 'K';
  position: absolute;
  left: -50px; top: 50%;
  transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.08);
  color: var(--text-dim);
  font-weight: 600;
  font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Inter', sans-serif;
}
.faq-q::after {
  content: '+';
  position: absolute;
  right: 18px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--brand);
  line-height: 1;
  transition: transform var(--tick) var(--ease-pop);
}
.faq-q:hover {
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}
.faq-item.open .faq-q {
  border-color: rgba(30, 58, 138, 0.22);
  box-shadow: 0 8px 18px rgba(30, 58, 138, 0.10);
}
.faq-item.open .faq-q::after {
  transform: translateY(-50%) rotate(45deg);
}

/* Antwort-Bubble (.faq-a ist selbst die Bubble, rechts ausgerichtet) + FC-Avatar via ::after */
.faq-a {
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.45s var(--ease-mech),
    opacity 0.35s ease 0.05s,
    padding 0.45s var(--ease-mech);
  padding: 0 20px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  border-radius: 18px 18px 4px 18px;
}
.faq-item.open .faq-a {
  max-height: 500px;
  opacity: 1;
  padding: 14px 20px;
  box-shadow: 0 6px 16px rgba(30, 58, 138, 0.22);
}
.faq-a p {
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}
.faq-a p + p { margin-top: 8px; }

@media (max-width: 640px) {
  .faq-q { margin-left: 38px; padding: 12px 42px 12px 16px; font-size: 0.92rem; }
  .faq-q::before { left: -38px; width: 28px; height: 28px; font-size: 0.78rem; }
  .faq-q::after { right: 14px; }
  .faq-a { margin-left: 38px; margin-right: 38px; }
  .faq-item.open::after { width: 28px; height: 28px; background-size: 22px 22px; right: 4px; }
}

/* ===== Final CTA ===== */
.final-cta {
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 60%, var(--brand-bright) 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before, .final-cta::after {
  content: ''; position: absolute; border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.16) 0%, transparent 70%);
  pointer-events: none;
}
.final-cta::before { top: -200px; left: -100px; width: 500px; height: 500px; }
.final-cta::after  { bottom: -200px; right: -100px; width: 600px; height: 600px; }
.final-cta .container { position: relative; z-index: 2; max-width: 760px; }
.final-cta h2 { color: #fff; margin-bottom: 18px; }
.final-cta .caveat { color: var(--mint); font-size: 1.4rem; display: inline-block; margin-bottom: 14px; transform: rotate(-1deg); }
.final-cta p { color: rgba(255, 255, 255, 0.78); font-size: 1.1rem; margin-bottom: 32px; }
.final-cta .btn { background: #fff; color: var(--brand); }
.final-cta .btn:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,0.2); }
.final-cta .highlight { color: var(--mint); font-style: italic; font-weight: 600; white-space: nowrap; }
.final-cta .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.final-cta .btn-ghost:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.7); color: #fff; }

/* ===== Footer ===== */
.site-footer {
  background: var(--dark);
  color: var(--text-on-dark-dim);
  padding: 72px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
.footer-brand { max-width: 320px; }
.footer-brand .brand-mark { color: #fff; margin-bottom: 14px; }
.footer-brand .brand-mark small { color: var(--text-on-dark-dim); }
.footer-brand p { color: var(--text-on-dark-dim); font-size: 0.9rem; }
.footer-col h5 {
  color: #fff; font-size: 0.84rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 0.92rem; color: var(--text-on-dark-dim); transition: color var(--tick) ease; }
.footer-col a:hover { color: var(--mint); }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
  font-size: 0.82rem; color: var(--text-on-dark-dim);
}
.footer-bottom a { color: var(--text-on-dark-dim); margin-left: 18px; }
.footer-bottom a:hover { color: #fff; }

/* ===== Booking-Modal ===== */
.booking-modal {
  position: fixed; inset: 0;
  z-index: 100;
  display: none;
  align-items: center; justify-content: center;
  padding: 20px;
}
.booking-modal.open { display: flex; }
.booking-backdrop {
  position: absolute; inset: 0;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(8px);
}
.booking-panel {
  position: relative;
  background: #fff;
  border-radius: 18px;
  max-width: 540px; width: 100%;
  padding: 36px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.32);
  animation: panelIn 0.4s var(--ease-pop);
}
@keyframes panelIn {
  from { opacity: 0; transform: scale(0.96) translateY(10px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.booking-close {
  position: absolute; top: 18px; right: 18px;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--bg2); border: none; cursor: pointer;
  font-size: 1.3rem; color: var(--text-dim);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--tick) var(--ease-pop);
}
.booking-close:hover { background: var(--bg3); color: var(--text); }
.booking-panel h3 { font-family: 'Cormorant Garamond', serif; margin-bottom: 6px; }
.booking-panel .booking-sub { color: var(--text-dim); margin-bottom: 24px; font-size: 0.95rem; }
.booking-form { display: flex; flex-direction: column; gap: 14px; }
.booking-form label { font-size: 0.84rem; font-weight: 600; color: var(--text); }
.booking-form input,
.booking-form textarea,
.booking-form select {
  padding: 12px 14px;
  border: 1.5px solid var(--glass-border);
  border-radius: var(--radius-btn);
  font-family: inherit; font-size: 0.95rem;
  background: var(--bg);
  transition: border-color var(--tick) ease;
}
.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus { outline: none; border-color: var(--brand); }
.booking-form textarea { resize: vertical; min-height: 90px; }
.booking-form .booking-consent { font-size: 0.78rem; color: var(--text-soft); display: flex; gap: 8px; align-items: flex-start; }
.booking-form .booking-consent input { width: auto; margin-top: 2px; }

/* ===== Reveal-Animation ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease-mech), transform 0.7s var(--ease-mech); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }

/* ===== Reduzierte Bewegung ===== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
  .reveal { opacity: 1; transform: none; }
}
