/* VTC — Premium Dark (Portfolio-Hintergrund, Monochrom) */

:root {
  --black: #0a0a0a;
  --black-soft: #111111;
  --dark: #161616;
  --grey: #2a2a2a;
  --grey-light: #404040;
  --grey-muted: #8a8a8a;
  --white: #fafafa;
  --white-dim: #e5e5e5;
  --glow: rgba(255, 255, 255, 0.08);
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-h: 0px;
  --slots-h: 30px;
  --hero-stack-gap: 1rem;
  --hero-stack-gap-lg: 1.35rem;
  --section-head-gap: 2rem;
  --cta-red: #e60000;
  --cta-red-hover: #cc0000;
}

/* ========== Markenname VTC (Text) ========== */
.brand-name {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
}

.brand-name--chip {
  font-size: 0.95em;
}

.hero-headline-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  text-align: center;
}

.hero-headline-line {
  display: block;
}

.hero-headline-line--tight {
  white-space: nowrap;
  font-weight: 700;
  color: var(--white);
}

.section-kicker--brand {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.section-title--brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-align: center;
}

.solution-card-title-brand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.vtc-assistant-title {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.vtc-chip--brand {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Abstand unten für Chat + fixierte Mobile-Leiste */
body:has(#vtc-assistant) {
  padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
}

body.sticky-apply-visible {
  padding-bottom: calc(4.85rem + env(safe-area-inset-bottom, 0px));
}

body.cookie-banner-visible.sticky-apply-visible {
  padding-bottom: calc(10rem + env(safe-area-inset-bottom, 0px));
}

body.sticky-apply-visible .vtc-assistant {
  bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
}

body.sticky-apply-visible .vtc-social-proof {
  bottom: calc(5.35rem + env(safe-area-inset-bottom, 0px));
}

body.cookie-banner-visible .vtc-social-proof {
  bottom: calc(5.85rem + env(safe-area-inset-bottom, 0px));
}

body.cookie-banner-visible.sticky-apply-visible .vtc-social-proof {
  bottom: calc(10.25rem + env(safe-area-inset-bottom, 0px));
}

body.cookie-banner-visible:not(.sticky-apply-visible) {
  padding-bottom: calc(5.75rem + env(safe-area-inset-bottom, 0px));
}

@keyframes softFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-soft-in {
  animation: softFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.animate-soft-in:nth-child(2) {
  animation-delay: 0.08s;
}

.animate-soft-in:nth-child(3) {
  animation-delay: 0.16s;
}

/* ========== Hintergrund wie Portfolio ========== */
.bg-gradient {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--black);
  overflow: hidden;
}

.bg-gradient::before {
  content: '';
  position: absolute;
  inset: -50%;
  background:
    radial-gradient(ellipse 70% 60% at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse 60% 50% at 70% 80%, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(255, 255, 255, 0.04) 0%, transparent 60%),
    linear-gradient(135deg, rgba(20, 20, 20, 0.9) 0%, rgba(10, 10, 10, 1) 50%, rgba(30, 30, 30, 0.95) 100%);
  animation: gradientMove 18s ease-in-out infinite;
}

.bg-gradient::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 35%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.04) 0%, transparent 35%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.02) 0%, transparent 50%);
  animation: gradientFloat 25s ease-in-out infinite reverse;
}

@keyframes gradientMove {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(3%, -2%) scale(1.03); }
  50% { transform: translate(-2%, 3%) scale(0.98); }
  75% { transform: translate(-3%, -1%) scale(1.02); }
}

@keyframes gradientFloat {
  0%, 100% { opacity: 1; transform: translate(0, 0); }
  50% { opacity: 0.8; transform: translate(-5%, 5%); }
}

@keyframes heroShellWobble {
  0%, 100% {
    transform: perspective(1000px) rotateY(-2.2deg) rotateX(1.4deg) translateZ(0);
  }
  25% {
    transform: perspective(1000px) rotateY(2.4deg) rotateX(-1.2deg) translateZ(4px);
  }
  50% {
    transform: perspective(1000px) rotateY(-1.6deg) rotateX(-1.8deg) translateZ(2px);
  }
  75% {
    transform: perspective(1000px) rotateY(1.8deg) rotateX(1.6deg) translateZ(5px);
  }
}

@media (hover: none), (pointer: coarse) {
  .hero-video-shell.hero-video-shell--wobble-active:not(.hero-video-shell--tilting) {
    animation: none;
    transform: perspective(1000px) rotateY(-2.2deg) rotateX(1.4deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-ph-badge {
    animation: none;
  }
  .hero-video-shell {
    transform: none !important;
    transition: none;
    animation: none !important;
  }
}

/* ========== Scroll progress ========== */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  z-index: 10001;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.95));
  transform-origin: left;
  transition: width 0.05s linear;
  opacity: 1;
  pointer-events: none;
}

/* ========== Navigation (Portfolio-Stil) ========== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem;
  min-height: var(--nav-h);
  background: rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: var(--transition);
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 2.5rem;
}

.nav-links a {
  color: var(--grey-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  transition: color var(--transition);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--white);
  transition: width var(--transition);
}

.nav-links a:hover {
  color: var(--white);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 1rem;
  background: var(--cta-red);
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  transition: var(--transition);
  box-shadow: 0 4px 18px rgba(230, 0, 0, 0.35);
}

.nav-cta:hover {
  transform: translateY(-2px);
  background: var(--cta-red-hover);
  box-shadow: 0 8px 28px rgba(230, 0, 0, 0.45);
}

.nav-cta svg {
  width: 18px;
  height: 18px;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  padding: 0.5rem;
}

.nav-toggle svg {
  width: 26px;
  height: 26px;
}

.nav-icon-close[hidden] {
  display: none !important;
}

/* ========== Begrenzte Plätze (unter der Nav) ========== */
.slots-sticky {
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.28rem 0.45rem;
  min-height: var(--slots-h);
  padding: 0.22rem 0.85rem;
  background: rgba(8, 8, 8, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.slots-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cta-red);
  box-shadow: 0 0 8px rgba(230, 0, 0, 0.5);
  animation: slotsDotPulse 2s ease-in-out infinite;
}

@keyframes slotsDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.75; transform: scale(0.92); }
}

.slots-sticky-text {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--grey-muted);
}

.slots-sticky-count {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--white-dim);
  letter-spacing: 0.01em;
}

@media (prefers-reduced-motion: reduce) {
  .slots-dot {
    animation: none;
  }
}

/* ========== Layout ========== */
.section,
.hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 5.5rem 2rem;
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: calc(var(--nav-h) + var(--slots-h) + 3rem);
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: var(--section-head-gap);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--grey-muted);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 0.55rem;
}

.section-lead {
  color: var(--grey-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

/* ========== Hero ========== */
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--grey-muted);
  margin-bottom: 1.5rem;
}

.hero-badge-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  opacity: 0.9;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  animation: badgeRing 2s ease-out infinite;
}

@keyframes badgeRing {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35); }
  70% { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.hero-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 1.25rem;
}

.gradient-text {
  background: linear-gradient(135deg, var(--white) 0%, var(--grey-muted) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 1.05rem;
  color: var(--grey-muted);
  max-width: 520px;
  margin-bottom: 2rem;
  line-height: 1.75;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.btn svg {
  width: 20px;
  height: 20px;
}

.btn--stacked-free {
  flex-direction: column;
  gap: 0.14rem;
  line-height: 1.1;
}

.btn--stacked-free .btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.btn--stacked-free small {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  opacity: 1;
  color: #fff;
}

.btn-primary {
  background: var(--cta-red);
  color: #fff;
  box-shadow: 0 6px 24px rgba(230, 0, 0, 0.35);
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.25s ease,
    box-shadow 0.35s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  background: var(--cta-red-hover);
  box-shadow: 0 10px 32px rgba(230, 0, 0, 0.45);
}

/* Checkout-CTAs: klassisches VTC-Rot (kein Glass-Look) */
.btn-primary[data-digistore-checkout] {
  background: linear-gradient(180deg, #ff1a1a 0%, var(--cta-red) 55%, #b30000 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow:
    0 6px 28px rgba(230, 0, 0, 0.5),
    0 0 0 1px rgba(255, 120, 120, 0.25) inset;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-primary[data-digistore-checkout]:hover {
  background: linear-gradient(180deg, #ff3333 0%, var(--cta-red-hover) 55%, #990000 100%);
  filter: brightness(1.06);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 10px 36px rgba(230, 0, 0, 0.58),
    0 0 28px rgba(255, 60, 60, 0.45);
  transform: translateY(-3px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.25s ease,
    border-color 0.25s ease;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  padding: 0;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
}

.stat-suffix {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--grey-muted);
}

.stat-label {
  font-size: 0.8rem;
  color: var(--grey-muted);
  max-width: 170px;
}

.stat-label-inline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--white);
}

.hero-visual {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-abstract {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1;
  margin: 0 auto;
}

.hero-abstract-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  animation: ringDrift 20s linear infinite;
}

.hero-abstract-ring-1 {
  inset: 8%;
  opacity: 0.9;
}

.hero-abstract-ring-2 {
  inset: 0;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.08);
  animation-duration: 28s;
  animation-direction: reverse;
}

@keyframes ringDrift {
  to { transform: rotate(360deg); }
}

.hero-abstract-core {
  position: absolute;
  inset: 22%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.18) 0%, transparent 45%),
    linear-gradient(145deg, rgba(40, 40, 40, 0.95) 0%, rgba(15, 15, 15, 1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 48px rgba(0, 0, 0, 0.45);
  animation: coreFloat 7s ease-in-out infinite;
}

@keyframes coreFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.95rem;
  background: rgba(17, 17, 17, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--white-dim);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  animation: cardFloat 5s ease-in-out infinite;
}

.floating-card svg {
  width: 15px;
  height: 15px;
  color: var(--white);
  opacity: 0.85;
}

.floating-card-1 { top: 6%; left: -4%; animation-delay: 0s; }
.floating-card-2 { bottom: 26%; right: -6%; animation-delay: 1s; }
.floating-card-3 { bottom: 4%; left: 2%; animation-delay: 2s; }

@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  color: var(--grey-muted);
  font-size: 0.75rem;
  text-decoration: none;
  animation: scrollBounce 2s ease-in-out infinite;
}

.hero-scroll svg {
  width: 22px;
  height: 22px;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ========== Programm ========== */
.programm-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  padding-top: 0.5rem;
}

.programm-card,
.benefit-card {
  position: relative;
  z-index: 0;
}

.programm-card {
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.programm-card:hover,
.benefit-card:hover {
  z-index: 1;
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

.programm-phase {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--grey-muted);
  margin-bottom: 0.75rem;
}

.programm-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: var(--white);
}

.programm-card p {
  font-size: 0.88rem;
  color: var(--grey-muted);
  line-height: 1.65;
}

.programm-card-c {
  border-color: rgba(34, 211, 238, 0.35);
  background: rgba(34, 211, 238, 0.06);
}
.programm-card-c .programm-icon {
  color: #22d3ee;
}
.programm-card-c:hover,
.benefit-card-cyan:hover {
  border-color: rgba(34, 211, 238, 0.55);
  box-shadow: 0 20px 48px rgba(34, 211, 238, 0.12);
}

.programm-card-m {
  border-color: rgba(167, 139, 250, 0.35);
  background: rgba(167, 139, 250, 0.07);
}
.programm-card-m .programm-icon {
  color: #a78bfa;
}
.programm-card-m:hover,
.benefit-card-violet:hover {
  border-color: rgba(167, 139, 250, 0.55);
  box-shadow: 0 20px 48px rgba(167, 139, 250, 0.12);
}

.programm-card-y {
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.07);
}
.programm-card-y .programm-icon {
  color: #fbbf24;
}
.programm-card-y:hover,
.benefit-card-amber:hover {
  border-color: rgba(251, 191, 36, 0.55);
  box-shadow: 0 20px 48px rgba(251, 191, 36, 0.1);
}

.programm-card-p {
  border-color: rgba(244, 114, 182, 0.35);
  background: rgba(244, 114, 182, 0.06);
}
.programm-card-p .programm-icon {
  color: #f472b6;
}
.programm-card-p:hover {
  border-color: rgba(244, 114, 182, 0.55);
  box-shadow: 0 20px 48px rgba(244, 114, 182, 0.1);
}

/* ========== Stories ========== */
.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.story-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  transition: var(--transition);
}

.story-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
}

.story-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-media-alt {
  background: linear-gradient(145deg, #141414 0%, #1c1c1c 100%);
}

.story-play {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: transform 0.25s ease, background 0.25s ease;
}

.story-card:hover .story-play {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.18);
}

.story-play svg {
  width: 22px;
  height: 22px;
  margin-left: 3px;
}

.story-placeholder {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--grey-muted);
}

.story-quote {
  padding: 1.25rem 1.35rem 0.4rem;
  font-size: 0.92rem;
  color: var(--white-dim);
  line-height: 1.65;
  font-style: italic;
}

.story-name {
  display: block;
  padding: 0 1.35rem 1.25rem;
  font-size: 0.78rem;
  color: var(--grey-muted);
  font-weight: 600;
}

/* ========== Mentor ========== */
.mentor-bento {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.mentor-main,
.mentor-side {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 2.5rem;
}

.mentor-title {
  text-align: left;
  margin-bottom: 1rem;
}

.mentor-text {
  color: var(--grey-muted);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.mentor-list {
  list-style: none;
}

.mentor-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: var(--white-dim);
  margin-bottom: 0.6rem;
}

.mentor-list svg {
  width: 20px;
  height: 20px;
  color: var(--white);
  opacity: 0.75;
  flex-shrink: 0;
}

.mentor-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mentor-stat-card {
  flex: 1;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mentor-stat-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: var(--white);
}

.mentor-stat-label {
  font-size: 0.88rem;
  color: var(--grey-muted);
}

.mentor-quote-card {
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.mentor-quote-card svg {
  width: 22px;
  height: 22px;
  color: var(--grey-muted);
  flex-shrink: 0;
}

.mentor-quote-card p {
  font-size: 0.9rem;
  color: var(--white-dim);
  line-height: 1.6;
  margin: 0;
}

/* ========== Audience ========== */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.audience-card {
  padding: 2rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  transition: var(--transition);
  transform-style: preserve-3d;
  will-change: transform;
}

.audience-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.audience-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.audience-icon svg {
  width: 26px;
  height: 26px;
  opacity: 0.9;
}

.audience-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.audience-card p {
  font-size: 0.88rem;
  color: var(--grey-muted);
  line-height: 1.6;
}

.audience-card-light {
  background: rgba(255, 255, 255, 0.04);
}

.audience-card-mid {
  background: rgba(255, 255, 255, 0.025);
}

.audience-card-dark {
  background: rgba(0, 0, 0, 0.25);
}

/* ========== FAQ ========== */
.faq-grid {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  transition:
    transform 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease,
    box-shadow 0.38s ease,
    background 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.faq-item.active {
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.35rem;
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: background var(--transition);
}

.faq-trigger:hover {
  background: rgba(255, 255, 255, 0.03);
}

.faq-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  flex-shrink: 0;
}

.faq-icon svg {
  width: 22px;
  height: 22px;
}

.faq-trigger span:nth-child(2) {
  flex: 1;
}

.faq-chevron {
  width: 22px;
  height: 22px;
  color: var(--grey-muted);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
  color: var(--white);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-content {
  max-height: 360px;
}

.faq-content p {
  padding: 0 1.35rem 1.15rem 4.6rem;
  font-size: 0.92rem;
  color: var(--grey-muted);
  line-height: 1.7;
}

/* ========== CTA ========== */
.cta-block {
  padding-bottom: 6rem;
}

.cta-inner {
  position: relative;
  text-align: center;
  padding: 3.5rem 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.cta-shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 0%, rgba(255, 255, 255, 0.06) 0%, transparent 55%);
  pointer-events: none;
}

.cta-title,
.cta-sub,
.btn-cta {
  position: relative;
  z-index: 1;
}

.cta-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.65rem, 3.8vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.cta-sub {
  color: var(--grey-muted);
  font-size: 1.05rem;
  max-width: 500px;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}

.btn-cta {
  background: var(--cta-red);
  color: #fff;
  box-shadow: 0 6px 24px rgba(230, 0, 0, 0.35);
}

.btn-cta:hover {
  transform: translateY(-3px);
  background: var(--cta-red-hover);
  box-shadow: 0 10px 32px rgba(230, 0, 0, 0.45);
}

/* ========== Footer (schlanke Leiste) ========== */
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.55rem clamp(1rem, 4vw, 2rem) 0.65rem;
  background: transparent;
}

.footer-content {
  max-width: min(1600px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.footer-logo-img {
  width: auto;
  object-fit: contain;
  display: block;
}

.footer .footer-logo .footer-logo-img {
  width: auto;
  height: auto;
  max-width: 320px;
  max-height: 70px;
  object-fit: contain;
  display: block;
}

.legal-top-logo .footer-logo-img {
  height: 34px;
  max-width: 150px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 1.1rem;
}

.footer-nav a {
  color: rgba(200, 200, 200, 0.92);
  text-decoration: none;
  font-size: clamp(0.95rem, 3.2vw, 1.08rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color var(--transition);
}

.footer-nav a:hover {
  color: var(--white);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  color: #fff;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition);
}

.footer-social-btn:hover {
  transform: translateY(-2px);
}

.footer-social-btn--youtube {
  background: #ff0000;
  box-shadow: 0 8px 26px rgba(255, 0, 0, 0.48);
}

.footer-social-btn--youtube:hover {
  box-shadow: 0 12px 32px rgba(255, 0, 0, 0.58);
}

.footer-social-btn--instagram {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 22%, #dc2743 45%, #cc2366 68%, #bc1888 100%);
  box-shadow: 0 8px 26px rgba(188, 24, 136, 0.42);
}

.footer-social-btn--instagram:hover {
  box-shadow: 0 12px 32px rgba(188, 24, 136, 0.52);
}

.footer-social-icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.footer-copy {
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0.55rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-copy-main {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(235, 235, 235, 0.96);
}

.footer-copy-tag {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(150, 150, 150, 0.95);
}

/* Eigene Seiten: Impressum / Datenschutz */
.page-legal {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-legal .legal-page-main {
  flex: 1;
}

.legal-top {
  position: sticky;
  top: 0;
  z-index: 900;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.legal-top-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.legal-top-back {
  color: var(--grey-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color var(--transition);
}

.legal-top-back:hover {
  color: var(--white);
}

.legal-top-logo {
  line-height: 0;
  display: flex;
}

.legal-page-main {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  padding: 2.75rem 2rem 3.5rem;
}

.legal-title--page {
  font-size: clamp(1.75rem, 4.2vw, 2.35rem);
  margin-bottom: 1.5rem;
}

.footer--legal-sub {
  margin-top: auto;
}

.footer-content--legal {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.65rem;
}

.footer-copy--legal {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
  flex-direction: row;
  gap: 0;
}

.cookie-banner-text-link {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner-text-link:hover {
  color: #fff;
}

.legal-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 1.25rem;
}

.legal-body {
  color: var(--grey-muted);
  font-size: 0.95rem;
  line-height: 1.8;
}

.legal-body p {
  margin-bottom: 1rem;
}

.legal-body strong {
  color: var(--white-dim);
  font-weight: 600;
}

.legal-body a {
  color: var(--white-dim);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-body a:hover {
  color: var(--white);
}

.legal-address {
  color: var(--white-dim);
  margin-bottom: 1.35rem;
  line-height: 1.65;
}

/* ========== Reveal (Scroll-in wie z. B. MasterCircle: weich, leichter Blur) ========== */
.reveal {
  --reveal-ease: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translate3d(0, 44px, 0) scale(0.97);
  filter: blur(10px);
  transition:
    opacity 1.05s var(--reveal-ease),
    transform 1.05s var(--reveal-ease),
    filter 1s var(--reveal-ease);
  will-change: opacity, transform, filter;
}

.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  will-change: auto;
}

/* Gestaffelte Kinder: Eltern bekommt .reveal + .reveal-stagger, Karten nacheinander */
.reveal.reveal-stagger {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
  will-change: auto;
}

.reveal.reveal-stagger > * {
  --reveal-ease: cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translate3d(0, 40px, 0) scale(0.98);
  filter: blur(8px);
  transition:
    opacity 0.95s var(--reveal-ease),
    transform 0.95s var(--reveal-ease),
    filter 0.82s var(--reveal-ease);
  will-change: opacity, transform, filter;
}

.reveal.reveal-stagger.visible > * {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
  will-change: auto;
}

.reveal.reveal-stagger.visible > *:nth-child(1) {
  transition-delay: 0.05s;
}
.reveal.reveal-stagger.visible > *:nth-child(2) {
  transition-delay: 0.12s;
}
.reveal.reveal-stagger.visible > *:nth-child(3) {
  transition-delay: 0.19s;
}
.reveal.reveal-stagger.visible > *:nth-child(4) {
  transition-delay: 0.26s;
}
.reveal.reveal-stagger.visible > *:nth-child(5) {
  transition-delay: 0.33s;
}
.reveal.reveal-stagger.visible > *:nth-child(6) {
  transition-delay: 0.4s;
}
.reveal.reveal-stagger.visible > *:nth-child(7) {
  transition-delay: 0.47s;
}
.reveal.reveal-stagger.visible > *:nth-child(8) {
  transition-delay: 0.54s;
}
.reveal.reveal-stagger.visible > *:nth-child(9) {
  transition-delay: 0.61s;
}
.reveal.reveal-stagger.visible > *:nth-child(10) {
  transition-delay: 0.68s;
}

/* Nur Bewegung — Opacity kommt vom Eltern-.reveal, sonst Doppel-Flash */
@keyframes headlineNudge {
  from {
    transform: translate3d(0, 18px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.section-header.reveal.visible .section-num {
  animation: headlineNudge 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.06s both;
}

.section-header.reveal.visible .section-kicker {
  animation: headlineNudge 0.78s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}

.section-header.reveal.visible .section-title {
  animation: headlineNudge 0.82s cubic-bezier(0.16, 1, 0.3, 1) 0.16s both;
}

.section-header.reveal.visible .section-lead {
  animation: headlineNudge 0.82s cubic-bezier(0.16, 1, 0.3, 1) 0.22s both;
}

.section-header.reveal.visible > h2.section-title:first-child {
  animation-delay: 0.08s;
}

@keyframes insightCardIn {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.insight-grid.reveal .problem-card,
.insight-grid.reveal .solution-card {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.insight-grid.reveal.visible .problem-card:nth-child(1) {
  animation: insightCardIn 0.72s cubic-bezier(0.16, 1, 0.3, 1) 0.08s forwards;
}

.insight-grid.reveal.visible .problem-card:nth-child(2) {
  animation: insightCardIn 0.72s cubic-bezier(0.16, 1, 0.3, 1) 0.16s forwards;
}

.insight-grid.reveal.visible .problem-card:nth-child(3) {
  animation: insightCardIn 0.72s cubic-bezier(0.16, 1, 0.3, 1) 0.24s forwards;
}

.insight-grid.reveal.visible .solution-card {
  animation: insightCardIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

.insight-grid.reveal .solution-list li {
  opacity: 0;
}

.insight-grid.reveal.visible .solution-list li {
  animation: insightCardIn 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.insight-grid.reveal.visible .solution-list li:nth-child(1) {
  animation-delay: 0.38s;
}
.insight-grid.reveal.visible .solution-list li:nth-child(2) {
  animation-delay: 0.46s;
}
.insight-grid.reveal.visible .solution-list li:nth-child(3) {
  animation-delay: 0.54s;
}
.insight-grid.reveal.visible .solution-list li:nth-child(4) {
  animation-delay: 0.62s;
}

@keyframes iconFloatSoft {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.benefits-cards.reveal.visible .benefit-card-icon {
  animation: iconFloatSoft 3.5s ease-in-out infinite;
}

.benefits-cards.reveal.visible .benefit-card:nth-child(1) .benefit-card-icon {
  animation-delay: 0s;
}
.benefits-cards.reveal.visible .benefit-card:nth-child(2) .benefit-card-icon {
  animation-delay: 0.25s;
}
.benefits-cards.reveal.visible .benefit-card:nth-child(3) .benefit-card-icon {
  animation-delay: 0.5s;
}
.benefits-cards.reveal.visible .benefit-card:nth-child(4) .benefit-card-icon {
  animation-delay: 0.15s;
}
.benefits-cards.reveal.visible .benefit-card:nth-child(5) .benefit-card-icon {
  animation-delay: 0.4s;
}

.programm-track.reveal.visible .programm-icon {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.programm-card:hover .programm-icon {
  transform: scale(1.12) rotate(-6deg);
}

.cta-final-inner.reveal.visible .cta-final-kicker {
  animation: headlineNudge 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.05s both;
}

.cta-final-inner.reveal.visible .cta-final-title {
  animation: headlineNudge 0.82s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}

.cta-final-inner.reveal.visible .cta-final-sub {
  animation: headlineNudge 0.82s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}

.cta-final-inner.reveal.visible .cta-final-btns {
  animation: headlineNudge 0.75s cubic-bezier(0.16, 1, 0.3, 1) 0.24s both;
}

.cta-final-inner.reveal.visible .cta-final-meta {
  animation: headlineNudge 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}

.footer-nav a {
  position: relative;
}

.footer-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  transition: width 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer-nav a:hover::after {
  width: 100%;
}

.btn:active {
  transform: scale(0.98);
}

/* ========== Hero Split + Video ========== */
.hero--split {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: calc(var(--nav-h) + var(--slots-h) + 2rem);
  padding-bottom: 3rem;
}

.hero-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 1.72fr);
  gap: 2.5rem 2rem;
  align-items: center;
  width: 100%;
}

.hero-split-grid--solo {
  grid-template-columns: 1fr;
  max-width: 44rem;
  margin-inline: auto;
}

/* Buttons oben, Video darunter (eine Spalte) */
.hero-split-grid--stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--hero-stack-gap-lg);
  width: 100%;
  max-width: min(1120px, 92%);
  margin-inline: auto;
}

.hero-split-grid--stacked .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--hero-stack-gap);
  width: 100%;
  text-align: center;
}

.hero-split-grid--stacked .hero-btns--split {
  justify-content: center;
  flex-wrap: wrap;
}

.hero-split-grid--stacked .hero-video-column {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  transform: none;
  max-width: min(1120px, 100%);
  width: 100%;
  justify-self: center;
  align-items: center;
}

.hero--solo {
  justify-content: center;
}

.hero-copy {
  text-align: left;
}

.hero-split-grid--stacked .hero-title--split.hero-title--calm {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
  font-size: clamp(2.2rem, 5vw, 4.15rem);
  font-weight: 700;
  line-height: 1.05;
  max-width: 920px;
  letter-spacing: -0.02em;
}

.hero-top-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(235, 235, 235, 0.92);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hero-top-pill svg {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.92;
}

.hero-title--split {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.75rem, 3.8vw, 3.05rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}

.hero-title--calm {
  font-size: clamp(2.2rem, 5vw, 4.15rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 920px;
}

.hero-title-em {
  font-weight: 700;
  background: linear-gradient(120deg, #fff 0%, rgba(255, 255, 255, 0.82) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.hero-desc--split {
  max-width: 520px;
  margin-bottom: 1.5rem;
  font-size: 1.02rem;
  color: var(--grey-muted);
  line-height: 1.75;
}

.hero-checks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.5rem;
  margin: 0 0 1.75rem;
  font-size: 0.9rem;
  color: var(--white-dim);
}

.hero-checks--split {
  justify-content: flex-start;
}

.hero-checks li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-checks svg {
  width: 18px;
  height: 18px;
  color: var(--white);
  opacity: 0.85;
}

.hero-btns--split {
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.75rem 1rem;
  margin-bottom: 0;
  margin-top: 0;
}

.hero-btns--split .btn {
  padding: 0.52rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 10px;
  line-height: 1.25;
}

.hero-btns--split .btn svg {
  width: 17px;
  height: 17px;
}

.hero-rating-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.7rem;
  margin-top: 1rem;
  color: var(--white-dim);
}

.section-header .hero-rating-strip {
  justify-content: center;
  margin-top: 0.35rem;
}

.hero-rating-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero-rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
}

.hero-rating-star-box {
  width: 1.45rem;
  height: 1.3rem;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00b67a;
  color: #fff;
  font-size: 0.82rem;
  line-height: 1;
}

.hero-rating-star-box--half {
  background: linear-gradient(90deg, #00b67a 62%, #7ddbbb 62%);
}

.hero-rating-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
}

.hero-rating-brand-star {
  color: #00b67a;
  font-size: 1rem;
  line-height: 1;
}

.hero-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stat-strip--split {
  justify-content: flex-start;
}

.hero-stat-pill {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  font-size: 0.8rem;
  color: var(--grey-muted);
}

.hero-stat-pill strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
}

.hero-video-column {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: 100%;
  max-width: min(1120px, 100%);
  margin-left: clamp(1.25rem, 4vw, 3.25rem);
  transform: translateX(calc(3cm + clamp(0.35rem, 1.5vw, 1.75rem)));
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
}

/* Kleine Trust-Zeilen unter dem Video-Frame, nebeneinander */
.hero-video-trust-mini {
  list-style: none;
  margin: 0;
  padding: 0.35rem 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.55rem;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(210, 214, 220, 0.82);
  line-height: 1.35;
  text-align: center;
  background: transparent;
}

.hero-video-trust-mini li {
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  background: transparent;
}

.hero-video-trust-mini li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(52, 211, 153, 0.85);
  box-shadow: 0 0 6px rgba(52, 211, 153, 0.35);
}

.hero-video-trust-mini li:not(:last-child)::after {
  content: "·";
  margin-left: 0.5rem;
  color: rgba(140, 145, 155, 0.62);
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .animate-soft-in {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

.hero-video-shell {
  --hero-vx: 50;
  --hero-vy: 50;
  width: 100%;
  max-width: min(1040px, 100%);
  margin-inline: auto;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  background: #0a0a0c;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.48);
  transform: none;
}

.hero-video-shell:hover {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.52);
}

.hero-video-bar--step {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.45rem 0.85rem;
  padding: 0.75rem 1rem;
}

.hero-video-step-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(180, 180, 180, 0.95);
  white-space: nowrap;
}

.hero-video-step-text {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.hero-video-shell .hero-video-bar--clean {
  background: rgba(8, 8, 10, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.75rem 1rem;
}

.hero-video-viewport--placeholder {
  position: relative;
  aspect-ratio: 16 / 8.2;
  background-color: #050810;
  overflow: hidden;
}

.hero-video-ph-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  z-index: 0;
  display: block;
}

.hero-video-ph-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-video-ph-shine {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at calc(var(--hero-vx) * 1%) calc(var(--hero-vy) * 1%),
      rgba(255, 255, 255, 0.05) 0%,
      transparent 48%
    );
  opacity: 0.75;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.hero-video-shell:hover .hero-video-ph-shine {
  opacity: 1;
}

.hero-video-ph-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 92% 88% at 50% 42%, transparent 58%, rgba(0, 0, 0, 0.22) 100%);
  z-index: 2;
}

.hero-video-placeholder-inner {
  position: relative;
  z-index: 3;
  height: 100%;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.25rem;
  text-align: center;
  background: linear-gradient(180deg, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.55) 100%);
}

.hero-video-ph-play {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(220, 80, 100, 0.15);
  transition: transform 0.25s ease, background 0.25s ease;
}

.hero-video-shell:hover .hero-video-ph-play {
  transform: scale(1.06);
  background: rgba(255, 255, 255, 0.22);
}

.hero-video-ph-play svg {
  width: 26px;
  height: 26px;
  margin-left: 4px;
}

.hero-video-ph-messages {
  position: absolute;
  bottom: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: calc(100% - 2rem);
  text-align: center;
}

.hero-video-ph-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(220, 80, 100, 0.12) inset,
    0 0 28px rgba(180, 50, 90, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
  animation: heroPhBadgeGlow 3.2s ease-in-out infinite;
}

@keyframes heroPhBadgeGlow {
  0%, 100% {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow:
      0 4px 24px rgba(0, 0, 0, 0.45),
      0 0 0 1px rgba(220, 80, 100, 0.1) inset,
      0 0 22px rgba(160, 50, 100, 0.06);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow:
      0 6px 28px rgba(0, 0, 0, 0.5),
      0 0 0 1px rgba(220, 90, 110, 0.18) inset,
      0 0 36px rgba(200, 60, 100, 0.12);
  }
}

.hero-video-ph-badge--soon {
  text-transform: none;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 0.78rem;
  animation: none;
}

.hero-video-frame {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  background: #080808;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
}

.hero-video-frame--clean {
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
}

.hero-video-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  padding: 0.85rem 1.15rem;
  background: linear-gradient(90deg, #222226 0%, #161618 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-video-bar--clean {
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-video-bar-line {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--grey-muted);
  line-height: 1.4;
}

.hero-video-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.hero-video-bar-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #94a3b8;
}

.hero-video-bar-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
}

.hero-video-viewport {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.hero-video-viewport--native {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  position: relative;
}

.hero-video-viewport--native .vtc-custom-player {
  position: absolute;
  inset: 0;
}

.custom-poster-layer--unmute {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom-unmute-hint {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: clamp(0.72rem, 2.8vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  max-width: 14rem;
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
  pointer-events: none;
}

.custom-player.is-playing .custom-unmute-hint {
  display: none;
}

.custom-controls--pro {
  opacity: 1;
  z-index: 6;
  padding: 11px 12px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 28%, rgba(0, 0, 0, 0.88) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: auto;
}

.custom-player--hero .custom-play-btn.custom-play-btn--glass {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  width: 76px;
  height: 76px;
  padding: 0;
  border-radius: 50%;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.05) 48%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: opacity 0.24s ease, visibility 0.24s ease, background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.custom-player--hero .custom-play-btn.custom-play-btn--glass::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.custom-player--hero .custom-play-btn.custom-play-btn--glass:hover {
  transform: translate(-50%, -50%);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 48%, rgba(255, 255, 255, 0.14) 100%);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.custom-play-mark {
  position: relative;
  z-index: 1;
  display: block;
  width: 26px;
  height: 30px;
  margin-left: 7px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  clip-path: polygon(0 7%, 100% 50%, 0 93%);
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.custom-player--hero.is-bg-loop .custom-poster-layer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.custom-player--hero.is-bg-loop video {
  opacity: 1;
  pointer-events: auto;
}

.custom-player--hero .custom-controls--pro,
.custom-player--hero:hover .custom-controls--pro,
.custom-player--hero.is-playing .custom-controls--pro {
  opacity: 1;
}

.custom-volume-wrap {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.custom-volume {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  flex-shrink: 0;
}

.custom-volume svg {
  width: 18px;
  height: 18px;
  display: block;
  color: #fff;
}

.custom-volume .icon-muted {
  display: none;
}

.custom-player.is-muted .custom-volume .icon-vol {
  display: none;
}

.custom-player.is-muted .custom-volume .icon-muted {
  display: block;
}

.custom-volume-range {
  width: min(72px, 16vw);
  height: 4px;
  margin: 0;
  accent-color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}

.hero-native-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #050505;
  vertical-align: top;
}

.hero-video-play-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 0;
  padding: 1rem;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.hero-video-unmute-hint {
  font-size: clamp(0.72rem, 2.8vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  max-width: 14rem;
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}

.hero-video-play-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-video-viewport:has(.hero-video-fallback:not(.is-hidden)) .hero-video-iframe {
  pointer-events: none;
}

.hero-video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

.hero-video-fallback {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, #151518 0%, #0a0a0a 100%);
}

.hero-video-fallback.is-hidden {
  display: none;
}

.hero-video-fallback p {
  font-size: 0.8rem;
  color: var(--grey-muted);
  line-height: 1.55;
  max-width: 300px;
  margin: 0;
}

.hero-video-fallback p code {
  font-size: 0.72em;
}

.hero-video-fallback-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.hero-video-fallback-icon svg {
  width: 26px;
  height: 26px;
  margin-left: 4px;
}

.hero-scroll--split {
  z-index: 3;
}

/* Section labels */
.section--tight {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--grey-muted);
  margin-bottom: 0.6rem;
}

.section-num {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--grey-light);
  margin-bottom: 0.5rem;
}

.section-header--left {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.section-title--sm {
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
}

.programm-icon {
  display: block;
  font-size: 1.1rem;
  color: var(--grey-muted);
  margin-bottom: 0.75rem;
  line-height: 1;
}

.programm-intro {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.98rem;
  color: var(--white-dim);
  line-height: 1.75;
}

.programm-mid-cta {
  text-align: center;
  margin-top: 2.5rem;
}

.btn--lg {
  padding: 1.05rem 2rem;
  font-size: 1rem;
}

.btn-primary.btn--jetzt-pulse:not([data-digistore-checkout]) {
  background: linear-gradient(180deg, #ff1a1a 0%, var(--cta-red) 55%, #b30000 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 8px 32px rgba(230, 0, 0, 0.48),
    0 0 0 1px rgba(255, 120, 120, 0.2) inset;
  animation: stickyCtaPulseGlow 1.85s ease-in-out infinite;
}

.btn-primary.btn--jetzt-pulse:not([data-digistore-checkout]):hover {
  animation-play-state: paused;
  transform: translateY(-3px);
  background: linear-gradient(180deg, #ff3333 0%, var(--cta-red-hover) 55%, #990000 100%);
}

.btn--wide {
  min-width: min(100%, 22rem);
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Press */
.press-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.press-card {
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

.press-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.press-source {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--grey-muted);
  margin-bottom: 1rem;
}

.press-quote {
  flex: 1;
  font-size: 0.95rem;
  color: var(--white-dim);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.press-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--white);
}

.press-link svg {
  width: 16px;
  height: 16px;
}

.press-more {
  text-align: center;
  margin-top: 2rem;
}

.press-more a {
  color: var(--grey-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color var(--transition);
}

.press-more a:hover {
  color: var(--white);
}

.press-more svg {
  width: 18px;
  height: 18px;
}

/* Case studies */
.cases-metric {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1.15rem;
  max-width: 640px;
  margin: 0 auto 2rem;
  padding: 1.15rem 1.5rem;
  text-align: center;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.025);
}

.cases-metric-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(2rem, 5.5vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: var(--white);
  font-variant-numeric: tabular-nums;
}

.cases-metric-label {
  flex: 1 1 200px;
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--grey-muted);
  line-height: 1.45;
  text-align: left;
}

@media (max-width: 520px) {
  .cases-metric-label {
    text-align: center;
  }
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.cases-carousel {
  position: relative;
  width: 100%;
}

.cases-carousel-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.cases-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.cases-dot.is-active {
  background: var(--cta-red);
  transform: scale(1.2);
  box-shadow: 0 0 12px rgba(230, 0, 0, 0.55);
}

.cases-dot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .cases-carousel {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .cases-carousel-dots {
    display: flex;
  }

  .cases-carousel .cases-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 6vw;
    gap: 0.85rem;
    padding: 0.2rem 6vw 0.75rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .cases-carousel .cases-grid::-webkit-scrollbar {
    display: none;
  }

  .cases-carousel .case-card {
    flex: 0 0 88vw;
    max-width: 420px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .cases-carousel .case-name {
    font-size: 1.22rem;
    padding: 1rem 1rem 0.45rem;
  }

  .cases-carousel .case-caption {
    font-size: 0.92rem;
    padding: 0 1rem 1.1rem;
    line-height: 1.58;
  }
}

.case-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease,
    box-shadow 0.45s ease;
}

.case-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
}

.case-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #1c1c1c 0%, #0a0a0a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-media--alt {
  background: linear-gradient(145deg, #121212 0%, #1a1a1a 100%);
}

.case-media--video {
  padding: 0;
  aspect-ratio: 16 / 9;
  background: #030303;
  align-items: stretch;
  justify-content: stretch;
}

.vtc-custom-player {
  position: absolute;
  inset: 0;
  background: #000;
  overflow: hidden;
}

/* Feste Fläche wie das 16:9-Fenster — Inhalt (auch Hochkant) bleibt mittig, kein Sprung beim Start */
.vtc-custom-player video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: contain;
  object-position: center center;
  background: #000;
  cursor: pointer;
}

body.vtc-video-theater-open {
  overflow: hidden;
}

.custom-mobile-close {
  display: none;
}

@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  .custom-player.is-mobile-theater {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    max-height: -webkit-fill-available;
    z-index: 10100;
    border-radius: 0;
  }

  .custom-player.is-mobile-theater .custom-mobile-close,
  .custom-player.has-started .custom-mobile-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: max(10px, env(safe-area-inset-top, 0px));
    right: max(10px, env(safe-area-inset-right, 0px));
    z-index: 12;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  }

  .custom-mobile-close svg {
    width: 22px;
    height: 22px;
  }

  .custom-player.is-mobile-theater .custom-controls,
  .custom-player.is-mobile-theater .custom-controls--pro,
  .custom-player.has-started .custom-controls,
  .custom-player.has-started .custom-controls--pro {
    opacity: 1;
    z-index: 6;
    padding-bottom: max(10px, env(safe-area-inset-bottom, 0px));
  }

}

.custom-poster-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 0;
  border: 0;
  margin: 0;
  background: #000;
  cursor: pointer;
  overflow: hidden;
}

.custom-poster-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  pointer-events: none;
}

.custom-player.has-started .custom-poster-layer,
.custom-player.is-playing .custom-poster-layer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.custom-player:not(.has-started) video {
  opacity: 0;
  pointer-events: none;
}

.custom-player.has-started video {
  opacity: 1;
  pointer-events: auto;
}

/* Custom player: Position kommt von .vtc-custom-player (absolute inset 0) */

.custom-play-btn.custom-play-btn--glass {
  width: 76px;
  height: 76px;
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.custom-play-btn.custom-play-btn--glass:hover {
  transform: translate(-50%, -50%);
}

.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  z-index: 4;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(220, 80, 100, 0.15);
}

.custom-player:not(.is-playing) .custom-play-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.custom-player:not(.is-playing) .custom-play-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(220, 90, 110, 0.22);
}

.custom-play-btn svg {
  width: 26px;
  height: 26px;
  color: #fff;
  fill: currentColor;
}

.custom-play-btn .icon-pause {
  display: none;
}

.custom-play-btn .icon-play {
  margin-left: 3px;
}

.custom-player.is-playing .custom-play-btn .icon-play {
  display: none;
}

.custom-player.is-playing .custom-play-btn .icon-pause {
  display: block;
}

.custom-player.controls-hidden .custom-play-btn,
.custom-player.controls-hidden .custom-controls {
  opacity: 0 !important;
  pointer-events: none;
}

.custom-player.controls-hidden {
  cursor: none;
}

.custom-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
}

.custom-player:hover .custom-controls,
.custom-player.is-playing .custom-controls {
  opacity: 1;
}

.custom-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.custom-btn:hover {
  color: #fff;
}

.custom-btn svg {
  width: 20px;
  height: 20px;
}

.custom-play-sm .icon-pause {
  display: none;
}

.custom-player.is-playing .custom-play-sm .icon-play {
  display: none;
}

.custom-player.is-playing .custom-play-sm .icon-pause {
  display: block;
}

.custom-time,
.custom-duration {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.82);
  min-width: 34px;
  font-variant-numeric: tabular-nums;
}

.custom-progress {
  flex: 1;
  position: relative;
  height: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: visible;
}

.custom-progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.custom-progress-bar {
  position: absolute;
  left: 0;
  top: 50%;
  height: 3px;
  width: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  transition: width 0.08s linear;
  pointer-events: none;
}

.custom-progress-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transform: translate(50%, -50%);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.custom-player.is-playing .custom-progress-bar::after,
.custom-player:hover .custom-progress-bar::after,
.custom-controls--pro .custom-progress-bar::after {
  opacity: 1;
}

.custom-progress-filled {
  display: none;
}

.custom-controls--pro .custom-volume-range {
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.custom-controls--pro .custom-volume-range::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.custom-controls--pro .custom-volume-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  margin-top: -3.5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  border: 0;
}

.custom-controls--pro .custom-volume-range::-moz-range-track {
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
}

.custom-controls--pro .custom-volume-range::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  border: 0;
}

.case-caption {
  padding: 0 1.35rem 1.35rem;
  font-size: 0.88rem;
  color: var(--grey-muted);
  line-height: 1.6;
  margin: 0;
}

.case-caption strong {
  color: rgba(245, 245, 245, 0.95);
  font-weight: 600;
}

.case-play {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: var(--transition);
}

.case-card:hover .case-play {
  transform: scale(1.06);
  background: rgba(255, 255, 255, 0.16);
}

.case-play svg {
  width: 22px;
  height: 22px;
  margin-left: 3px;
}

.case-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  padding: 1.25rem 1.35rem 0.5rem;
  font-weight: 600;
}

.case-quote {
  padding: 0 1.35rem 1.35rem;
  font-size: 0.92rem;
  color: var(--white-dim);
  line-height: 1.65;
  font-style: italic;
  border: none;
  margin: 0;
}

/* Problem / Lösung */
.insight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.insight-problems {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.problem-card {
  padding: 1.35rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left-width: 3px;
  background: rgba(0, 0, 0, 0.25);
  transition: var(--transition);
}

.problem-card:nth-child(1) {
  border-left-color: rgba(248, 113, 113, 0.65);
  background: linear-gradient(100deg, rgba(248, 113, 113, 0.06) 0%, rgba(0, 0, 0, 0.2) 40%);
}

.problem-card:nth-child(2) {
  border-left-color: rgba(251, 191, 36, 0.65);
  background: linear-gradient(100deg, rgba(251, 191, 36, 0.06) 0%, rgba(0, 0, 0, 0.2) 40%);
}

.problem-card:nth-child(3) {
  border-left-color: rgba(96, 165, 250, 0.65);
  background: linear-gradient(100deg, rgba(96, 165, 250, 0.06) 0%, rgba(0, 0, 0, 0.2) 40%);
}

.problem-card:hover {
  border-top-color: rgba(255, 255, 255, 0.16);
  border-right-color: rgba(255, 255, 255, 0.16);
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.problem-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey-muted);
  display: block;
  margin-bottom: 0.5rem;
}

.problem-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.02rem;
  margin-bottom: 0.35rem;
}

.problem-card p {
  font-size: 0.88rem;
  color: var(--grey-muted);
  line-height: 1.6;
}

.solution-card {
  padding: 2rem 1.75rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(52, 211, 153, 0.28);
  background: linear-gradient(160deg, rgba(52, 211, 153, 0.1) 0%, rgba(255, 255, 255, 0.04) 45%, rgba(0, 0, 0, 0.2) 100%);
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.08) inset;
}

.solution-tag {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0.7;
  margin-bottom: 0.75rem;
}

.solution-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
}

.solution-list {
  list-style: none;
  margin-top: auto;
}

.solution-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: var(--white-dim);
  margin-bottom: 0.75rem;
}

.solution-list svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 0.15rem;
  opacity: 0.9;
}

/* Für wen VTC — gleiche Kartenform wie Programm-Module (.programm-card) */
.benefits-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  align-items: stretch;
  padding-top: 0.5rem;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.benefit-card-icon {
  display: block;
  margin-bottom: 0.75rem;
  line-height: 1;
  color: var(--grey-muted);
}

.benefit-card-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.benefit-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: var(--white);
}

.benefit-card p {
  font-size: 0.88rem;
  color: var(--grey-muted);
  line-height: 1.65;
  margin: 0;
  flex-grow: 1;
}

.benefit-card-blue {
  border-color: rgba(59, 130, 246, 0.35);
  background: rgba(59, 130, 246, 0.06);
}
.benefit-card-blue .benefit-card-icon {
  color: #60a5fa;
}
.benefit-card-blue:hover {
  border-color: rgba(59, 130, 246, 0.55);
  box-shadow: 0 20px 48px rgba(59, 130, 246, 0.12);
}

.benefit-card-violet {
  border-color: rgba(167, 139, 250, 0.35);
  background: rgba(167, 139, 250, 0.07);
}
.benefit-card-violet .benefit-card-icon {
  color: #a78bfa;
}

.benefit-card-cyan {
  border-color: rgba(34, 211, 238, 0.35);
  background: rgba(34, 211, 238, 0.06);
}
.benefit-card-cyan .benefit-card-icon {
  color: #22d3ee;
}

.benefit-card-amber {
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.07);
}
.benefit-card-amber .benefit-card-icon {
  color: #fbbf24;
}

.benefit-card-teal {
  border-color: rgba(45, 212, 191, 0.35);
  background: rgba(45, 212, 191, 0.06);
}
.benefit-card-teal .benefit-card-icon {
  color: #2dd4bf;
}

.benefit-card-teal:hover {
  border-color: rgba(45, 212, 191, 0.55);
  box-shadow: 0 20px 48px rgba(45, 212, 191, 0.1);
}

@media (min-width: 1100px) {
  .benefits-cards {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.benefits-cta {
  text-align: center;
}

/* Steps — klassisches 3-Spalten-Layout; Eintritt per JS (.step-card--active), starke Motion */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: min(960px, 100%);
  margin: 0 auto;
}

.section.steps .step-card {
  padding: 2rem 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  opacity: 0;
  transform: translate3d(0, 64px, 0) scale(0.86) perspective(900px) rotateX(11deg);
  filter: blur(14px);
  transition: none;
  will-change: transform, opacity, filter;
}

.section.steps .step-card.step-card--active {
  animation: stepCardSnapIn 1.12s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes stepCardSnapIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 64px, 0) scale(0.86) perspective(900px) rotateX(11deg);
    filter: blur(14px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.06);
  }
  58% {
    opacity: 1;
    transform: translate3d(0, -18px, 0) scale(1.05) perspective(900px) rotateX(0deg);
    filter: blur(0);
    box-shadow:
      0 28px 64px rgba(0, 0, 0, 0.45),
      0 0 48px rgba(52, 211, 153, 0.14);
    border-color: rgba(52, 211, 153, 0.35);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) perspective(900px) rotateX(0deg);
    filter: blur(0);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
    border-color: rgba(255, 255, 255, 0.1);
  }
}

.section.steps .step-card.step-card--active .step-num {
  animation: stepNumSnap 1s cubic-bezier(0.34, 1.2, 0.64, 1) 0.12s both;
}

@keyframes stepNumSnap {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.35) rotate(-8deg);
    color: var(--grey-muted);
    text-shadow: none;
  }
  55% {
    opacity: 1;
    transform: translate3d(0, -6px, 0) scale(1.12) rotate(2deg);
    color: #6ee7b7;
    text-shadow: 0 0 28px rgba(52, 211, 153, 0.55);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    color: var(--white);
    text-shadow: 0 0 20px rgba(52, 211, 153, 0.22);
  }
}

.step-card {
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease,
    box-shadow 0.45s ease;
}

.section.steps .step-card.step-card--active:hover {
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-6px);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.35);
}

.step-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--grey-muted);
  display: block;
  margin-bottom: 1rem;
  line-height: 1;
}

.step-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.step-card p {
  font-size: 0.9rem;
  color: var(--grey-muted);
  line-height: 1.65;
}

.step-card p a {
  color: #93c5fd;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.step-card p a:hover {
  color: #bfdbfe;
}

@keyframes stepCardSnapInMobile {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0) scale(0.82) perspective(900px) rotateX(14deg);
    filter: blur(16px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.05);
  }
  52% {
    opacity: 1;
    transform: translate3d(0, -22px, 0) scale(1.06) perspective(900px) rotateX(0deg);
    filter: blur(0);
    box-shadow:
      0 32px 72px rgba(0, 0, 0, 0.5),
      0 0 56px rgba(52, 211, 153, 0.2);
    border-color: rgba(52, 211, 153, 0.42);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) perspective(900px) rotateX(0deg);
    filter: blur(0);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.32);
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 768px) {
  .section.steps .step-card.step-card--active {
    animation: stepCardSnapInMobile 1.05s cubic-bezier(0.2, 1, 0.4, 1) forwards;
  }

  .section.steps .step-card.step-card--active:hover {
    transform: none;
  }
}

/* Testimonial-Texte */
.proof-quotes {
  padding-top: 0.5rem;
}

.proof-quotes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  max-width: 1080px;
  margin: 0 auto;
}

.proof-quote-card {
  margin: 0;
  padding: 1.5rem 1.35rem 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  transition: transform var(--transition), border-color var(--transition);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.proof-quote-card::before {
  content: "";
  position: absolute;
  inset: -10% -30%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.05) 44%,
    rgba(255, 255, 255, 0.26) 50%,
    rgba(255, 255, 255, 0.05) 56%,
    transparent 62%
  );
  transform: translateX(-120%) skewX(-16deg);
  opacity: 0;
}

.proof-quote-card > * {
  position: relative;
  z-index: 1;
}

.proof-quote-card.proof-quote-card--shine::before,
.proof-quotes--shine-active .proof-quote-card::before {
  animation: proofQuoteGloss 4.2s ease-in-out infinite;
}

.proof-quotes--shine-active .proof-quote-card:nth-child(1)::before {
  animation-delay: 0s;
}

.proof-quotes--shine-active .proof-quote-card:nth-child(2)::before {
  animation-delay: 0.85s;
}

.proof-quotes--shine-active .proof-quote-card:nth-child(3)::before {
  animation-delay: 1.7s;
}

.proof-quotes--shine-active .proof-quote-card:nth-child(4)::before {
  animation-delay: 2.55s;
}

.proof-quotes--shine-active .proof-quote-card:nth-child(5)::before {
  animation-delay: 3.4s;
}

@keyframes proofQuoteGloss {
  0% {
    transform: translateX(-120%) skewX(-16deg);
    opacity: 0;
  }
  12% {
    opacity: 0.85;
  }
  28% {
    transform: translateX(120%) skewX(-16deg);
    opacity: 0;
  }
  100% {
    transform: translateX(120%) skewX(-16deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proof-quote-card::before {
    display: none;
  }
}

.proof-quote-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.16);
}

.proof-quote-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--white-dim);
  font-style: italic;
}

.proof-quote-card footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-style: normal;
}

.proof-quote-card footer strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9rem;
  color: var(--white);
}

.proof-quote-card footer span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--grey-muted);
}

/* Micro quotes */
.mq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.mq-card {
  margin: 0;
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  transition: var(--transition);
}

.mq-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.mq-card blockquote {
  font-size: 0.9rem;
  color: var(--white-dim);
  line-height: 1.65;
  margin: 0 0 1rem;
  font-style: italic;
}

.mq-card figcaption {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--grey-muted);
}

.mq-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9rem;
  color: var(--white);
}

/* Team / Coaches */
.team-coaches .section-lead {
  max-width: 40rem;
}

.coaches-stack {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
}

.coach-card {
  display: grid;
  grid-template-columns: minmax(200px, 340px) 1fr;
  gap: 2rem 2.5rem;
  align-items: center;
  padding: 2rem 2rem 2rem 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  transition: var(--transition);
}

.coach-card--solo-em {
  max-width: 920px;
}

.coach-card--with-showcase {
  grid-template-columns: minmax(200px, 340px) 1fr;
  align-items: start;
}

.coach-main-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}

/* CTA-Block unter dem Fließtext „Über mich“, gleiche Spalte wie Bio */
.coach-showcase--unter-mich {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.coach-showcase--unter-mich .coach-showcase-trust {
  justify-content: flex-start;
}

.coach-showcase--unter-mich .showcase-cta-btn {
  align-self: stretch;
  max-width: 18rem;
}

.coach-visual--solo {
  width: 100%;
}

.coach-content--solo .coach-name {
  margin-bottom: 0.65rem;
}

.coach-card--duo {
  grid-template-columns: 1fr;
  padding: 0;
  overflow: hidden;
  max-width: 100%;
}

.coach-duo-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.35);
}

.coach-duo-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.75rem 1.25rem 1.25rem;
  text-align: center;
}

.coach-duo-photo:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.coach-visual--duo {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  aspect-ratio: 4 / 5;
  max-height: 280px;
}

.coach-visual--cem-duo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #1a1a1a 0%, #252525 50%, #141414 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.coach-visual--cem-duo .coach-initial {
  text-shadow: 0 0 32px rgba(255, 255, 255, 0.12);
}

.coach-duo-name {
  display: block;
  margin-top: 0.85rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--grey-muted);
}

.coach-duo-body {
  padding: 2rem 2rem 2.25rem;
}

.coach-name--duo {
  margin-bottom: 1.5rem;
}

.coach-duo-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
  align-items: start;
}

.coach-duo-col .coach-p:last-child {
  margin-bottom: 0;
}

.coach-card:hover,
.coach-card--duo:hover {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.coach-visual {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: 420px;
  background: #111;
}

.coach-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.coach-visual--cem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: linear-gradient(145deg, #1e1b2e 0%, #0f172a 50%, #1a1030 100%);
  border: 1px solid rgba(139, 92, 246, 0.25);
}

.coach-initial {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(3.5rem, 10vw, 5rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1;
  text-shadow: 0 0 40px rgba(167, 139, 250, 0.35);
}

.coach-visual-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(196, 181, 253, 0.9);
}

.coach-kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--grey-muted);
  margin-bottom: 0.5rem;
}

.coach-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.coach-sub {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white-dim);
  margin-bottom: 1rem;
  line-height: 1.35;
}

.coach-p {
  font-size: 0.95rem;
  color: var(--grey-muted);
  line-height: 1.75;
  margin: 0 0 1rem;
}

.coach-p:last-child {
  margin-bottom: 0;
}

/* Final CTA */
.cta-final {
  padding-top: 7.5rem;
  padding-bottom: 6rem;
}

.cta-final-inner {
  text-align: center;
  max-width: min(1040px, 100%);
  margin: 0 auto;
  padding: 5.25rem clamp(1.5rem, 4vw, 3.25rem) 3.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  overflow: hidden;
}

.cta-final-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 80% at 50% 0%, rgba(255, 255, 255, 0.06) 0%, transparent 55%);
  pointer-events: none;
}

.cta-final-kicker {
  position: relative;
  z-index: 1;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--grey-muted);
  margin-bottom: 2rem;
}

.cta-final-title {
  position: relative;
  z-index: 1;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.cta-final-sub {
  position: relative;
  z-index: 1;
  color: var(--grey-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.cta-final-btns {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.cta-final-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--grey-muted);
}

.cta-final-meta--minimal {
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.88);
  text-transform: none;
}

.coach-showcase--embedded {
  margin-top: 0;
  padding: 1.65rem 0 0;
  border: none;
  border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  text-align: center;
  max-width: none;
}

.coach-showcase--embedded.coach-showcase--unter-mich {
  text-align: left;
}

.coach-showcase-kicker {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--grey-muted);
  margin-bottom: 1.25rem;
}

.showcase-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.35rem;
}

.showcase-stat-card {
  padding: 1.1rem 0.75rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.showcase-stat-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.showcase-stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 1.95rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
  min-height: 1.2em;
}

.showcase-stat-num--static {
  letter-spacing: 0.02em;
}

.showcase-stat-lbl {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(200, 200, 200, 0.75);
  text-align: center;
  line-height: 1.35;
  max-width: 11rem;
}

.showcase-cta-btn {
  border-radius: 999px;
  min-width: min(100%, 18rem);
  justify-content: center;
}

.coach-showcase-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  margin: 1.15rem 0 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
}

/* Separates Fenster: Nächste Schritte fürs Business */
.business-stats-section {
  padding-top: 0.35rem;
  padding-bottom: 2.25rem;
}

.business-stats-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: 1.85rem 1.35rem 1.55rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 0%, rgba(230, 0, 0, 0.1), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.business-stats-kicker {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--grey-muted);
  margin: 0 0 1.25rem;
}

.business-stats-panel .showcase-stat-grid {
  margin-bottom: 1.45rem;
}

.business-stats-panel .showcase-cta-btn {
  margin-inline: auto;
}

/* Fixierte untere CTA-Leiste (MasterCircle-Stil, erscheint nach Scroll) */
.sticky-cta-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1150;
  padding: 0.65rem 1rem;
  padding-bottom: max(0.65rem, env(safe-area-inset-bottom, 0px));
  background: linear-gradient(to top, rgba(6, 6, 8, 0.98) 0%, rgba(10, 10, 12, 0.88) 65%, transparent 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: none;
  pointer-events: none;
  box-shadow: none;
  opacity: 0;
  transform: translateY(110%);
  visibility: hidden;
  transition:
    opacity 0.38s ease,
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.38s ease;
}

.sticky-cta-bar.is-scrolled-in {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.sticky-cta-bar-inner {
  max-width: min(22rem, calc(100% - 1.5rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

@media (min-width: 769px) {
  .sticky-cta-bar {
    padding: 0.75rem 1.5rem;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
  }

  .sticky-cta-bar-inner {
    max-width: min(24rem, 100%);
  }
}

.sticky-cta-primary {
  width: 100%;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.82rem 1.45rem;
  border-radius: 999px;
  font-family: inherit;
  font-size: clamp(0.9rem, 2.6vw, 0.96rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #ff2222 0%, var(--cta-red) 52%, #c40000 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 8px 28px rgba(230, 0, 0, 0.42),
    0 0 0 1px rgba(255, 100, 100, 0.2) inset;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.sticky-cta-label {
  line-height: 1.1;
  white-space: nowrap;
}

.sticky-cta-arrow {
  font-size: 1.12em;
  line-height: 1;
  font-weight: 400;
  opacity: 0.95;
  margin-top: -0.05em;
}

.sticky-cta-primary:hover {
  background: linear-gradient(180deg, #ff3838 0%, var(--cta-red-hover) 52%, #a80000 100%);
  filter: brightness(1.04);
  box-shadow:
    0 10px 34px rgba(230, 0, 0, 0.5),
    0 0 0 1px rgba(255, 120, 120, 0.28) inset;
  transform: translateY(-1px);
}

.sticky-cta-ai {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  padding: 0.62rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.94);
  font-family: inherit;
  font-size: clamp(0.82rem, 2.9vw, 0.92rem);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.sticky-cta-ai-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.92;
}

.sticky-cta-ai:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.24);
}

.sticky-cta-primary--pulse {
  animation: stickyCtaPulseGlow 1.85s ease-in-out infinite;
}

.sticky-cta-primary--pulse:hover {
  animation-play-state: paused;
}

@keyframes stickyCtaPulseGlow {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 6px 26px rgba(230, 0, 0, 0.48),
      0 0 0 0 rgba(255, 60, 60, 0.35),
      0 0 20px rgba(255, 40, 40, 0.25);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.045);
    box-shadow:
      0 14px 44px rgba(255, 30, 30, 0.62),
      0 0 0 6px rgba(255, 80, 80, 0.22),
      0 0 36px rgba(255, 80, 80, 0.5);
    filter: brightness(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-cta-primary--pulse {
    animation: none;
  }
  .btn--jetzt-pulse,
  .btn-primary[data-digistore-checkout] {
    animation: none;
  }
}

.sticky-cta-primary svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.sticky-cta-primary--stacked {
  flex-direction: column;
  gap: 0.08rem;
  line-height: 1.08;
  padding-top: 0.46rem;
  padding-bottom: 0.44rem;
}

.sticky-cta-primary--stacked .btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.sticky-cta-primary--stacked small {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  opacity: 0.92;
  color: rgba(255, 255, 255, 0.95);
}

body.cookie-banner-visible .sticky-cta-bar {
  bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 640px) {
  body.cookie-banner-visible .sticky-cta-bar {
    bottom: calc(6.75rem + env(safe-area-inset-bottom, 0px));
  }
}

/* VTC Assistent (klassisches Erscheinungsbild) */
.vtc-assistant {
  position: fixed;
  right: 20px;
  bottom: calc(1.15rem + env(safe-area-inset-bottom, 0px));
  z-index: 1100;
}

/* Social Proof Toast (unten links, über der Bewerben-Leiste) */
.vtc-social-proof {
  position: fixed;
  left: max(12px, env(safe-area-inset-left, 0px));
  bottom: calc(1.2rem + env(safe-area-inset-bottom, 0px));
  z-index: 1140;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  max-width: min(430px, calc(100vw - 24px));
  padding: 0.8rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 3px solid var(--cta-red);
  background: rgba(8, 8, 10, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(230, 0, 0, 0.12);
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    bottom 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.vtc-social-proof-avatar {
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-top: 0.1rem;
  object-fit: cover;
  object-position: center center;
  background: #1a2338;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.vtc-social-proof-copy {
  min-width: 0;
}

.vtc-social-proof-line-main {
  margin: 0;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  font-weight: 700;
  line-height: 1.2;
  color: #f6f7fb;
}

.vtc-social-proof-line-sub {
  margin: 0.2rem 0 0;
  font-size: clamp(0.92rem, 1.45vw, 1.04rem);
  font-weight: 500;
  line-height: 1.3;
  color: rgba(232, 234, 241, 0.95);
}

.vtc-social-proof-meta {
  margin: 0.38rem 0 0;
  font-size: 0.84rem;
  font-weight: 500;
  color: rgba(180, 182, 190, 0.9);
}

.vtc-social-proof.is-in {
  opacity: 1;
  transform: translateY(0);
}

.vtc-social-proof.is-out {
  opacity: 0;
  transform: translateY(8px);
}

@media (max-width: 768px) {
  .vtc-social-proof {
    left: max(10px, env(safe-area-inset-left, 0px));
    right: max(10px, env(safe-area-inset-right, 0px));
    max-width: none;
    padding: 0.72rem 0.85rem;
    gap: 0.55rem;
    border-radius: 16px;
  }

  .vtc-social-proof-avatar {
    width: 52px;
    height: 52px;
  }

  .vtc-social-proof-line-main {
    font-size: 0.95rem;
  }

  .vtc-social-proof-line-sub {
    font-size: 0.84rem;
  }

  .vtc-social-proof-meta {
    font-size: 0.78rem;
  }

  body.sticky-apply-visible .vtc-social-proof {
    bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
  }

  body.cookie-banner-visible .vtc-social-proof {
    bottom: calc(6rem + env(safe-area-inset-bottom, 0px));
  }

  body.cookie-banner-visible.sticky-apply-visible .vtc-social-proof {
    bottom: calc(10.5rem + env(safe-area-inset-bottom, 0px));
  }
}

.vtc-assistant-toggle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  transition: transform var(--transition), box-shadow var(--transition);
}

.vtc-assistant-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.45);
}

.vtc-assistant-toggle svg {
  width: 26px;
  height: 26px;
}

.vtc-assistant-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(360px, calc(100vw - 40px));
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #111;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transform-origin: bottom right;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.vtc-assistant-panel.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.vtc-assistant-panel[hidden] {
  display: none !important;
}

.vtc-assistant-head {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.vtc-assistant-head strong {
  display: block;
  font-size: 0.95rem;
}

.vtc-assistant-head small {
  font-size: 0.78rem;
  color: var(--grey-muted);
}

.vtc-assistant-chips {
  padding: 0.65rem 0.65rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.vtc-chip {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: var(--white-dim);
  font-size: 0.72rem;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  transition: var(--transition);
}

.vtc-chip:hover {
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--white);
}

.vtc-assistant-msgs {
  min-height: 140px;
  max-height: 220px;
  overflow-y: auto;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.vtc-msg {
  font-size: 0.85rem;
  line-height: 1.55;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  max-width: 92%;
}

.vtc-msg-user {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.vtc-msg-bot {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white-dim);
}

.vtc-msg-typing {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0.65rem 0.75rem;
  min-height: 40px;
}

.vtc-msg-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  animation: vtcTypingDot 0.9s ease-in-out infinite;
}

.vtc-msg-typing span:nth-child(2) {
  animation-delay: 0.15s;
}

.vtc-msg-typing span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes vtcTypingDot {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

.vtc-assistant-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  padding: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vtc-input {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.4);
  color: var(--white);
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
  font-family: inherit;
  font-size: 0.85rem;
}

.vtc-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.28);
}

.vtc-send {
  border: none;
  background: var(--white);
  color: var(--black);
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0 1rem;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
}

.vtc-assistant-cta {
  display: block;
  margin: 0 0.65rem 0.65rem;
  padding: 0.6rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background: var(--cta-red);
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(230, 0, 0, 0.3);
}

.vtc-assistant-cta:hover {
  background: var(--cta-red-hover);
}

.vtc-assistant-cta--stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  line-height: 1.08;
}

.vtc-assistant-cta--stacked .btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vtc-assistant-cta--stacked small {
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 1;
  color: #fff;
}

/* ========== Cookie-Banner ========== */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  padding: 1rem 1.25rem calc(1rem + env(safe-area-inset-bottom, 0px));
  background: rgba(10, 10, 12, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -12px 48px rgba(0, 0, 0, 0.45);
}

.cookie-banner.cookie-banner--dismissed {
  display: none;
}

.cookie-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.cookie-banner-text {
  flex: 1 1 280px;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(230, 230, 230, 0.92);
}

.cookie-banner-text a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner-text a:hover {
  color: #fff;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
}

.cookie-banner-btn {
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.55rem 1.1rem;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cookie-banner-btn--primary {
  background: #f5f5f5;
  color: #111;
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.cookie-banner-btn--primary:hover {
  background: #fff;
  color: #000;
  transform: translateY(-1px);
}

.cookie-banner-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--white-dim);
  border-color: rgba(255, 255, 255, 0.14);
}

.cookie-banner-btn--ghost:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
}

body.cookie-banner-visible .vtc-assistant {
  bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 640px) {
  body.cookie-banner-visible .vtc-assistant {
    bottom: calc(6.65rem + env(safe-area-inset-bottom, 0px));
  }
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .hero-split-grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .hero-split-grid--stacked .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--hero-stack-gap);
  }
  .hero-split-grid--solo {
    max-width: none;
  }
  .hero-copy {
    display: contents;
    text-align: center;
  }
  .hero-top-pill {
    order: 0;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-title.hero-title--split.hero-title--calm {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-btns--split {
    order: 2;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 0;
  }
  .hero-rating-strip {
    order: 2;
    justify-content: center;
    margin-top: 0.35rem;
  }
  .hero-video-column {
    order: 3;
    justify-self: center;
    max-width: min(1040px, 100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
    transform: none;
  }
  .hero-split-grid--stacked .hero-video-column {
    max-width: min(1120px, 100%);
  }
  .hero-desc--split {
    order: 4;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.1rem;
    max-width: 34rem;
  }
  .hero-title--calm {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-title.hero-title--split.hero-title--calm {
    font-size: clamp(1.55rem, 5.8vw, 2.65rem);
    font-weight: 700;
    line-height: 1.12;
    max-width: 920px;
  }

  .hero-headline-line--tight {
    font-size: clamp(1.45rem, 5.2vw, 2.45rem);
  }
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-btns {
    justify-content: center;
  }
  .hero-stats {
    justify-content: center;
  }
  .hero-stat {
    align-items: center;
    text-align: center;
  }
  .stat-label {
    max-width: none;
  }
  .hero-visual {
    order: -1;
    min-height: 340px;
  }
  .programm-track {
    grid-template-columns: repeat(2, 1fr);
  }
  .stories-grid {
    grid-template-columns: 1fr;
  }
  .mentor-bento {
    grid-template-columns: 1fr;
  }
  .audience-grid {
    grid-template-columns: 1fr;
  }
  .press-grid,
  .insight-grid,
  .steps-grid,
  .mq-grid,
  .proof-quotes-grid {
    grid-template-columns: 1fr;
    max-width: none;
    width: 100%;
    margin-inline: auto;
  }

  .cases-carousel .cases-grid {
    grid-template-columns: none;
  }
  .coach-card {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  .coach-showcase--unter-mich {
    align-items: center;
    text-align: center;
  }
  .coach-showcase--unter-mich .coach-showcase-trust {
    justify-content: center;
  }
  .coach-showcase--unter-mich .showcase-cta-btn {
    align-self: center;
    max-width: min(100%, 18rem);
  }
  .coach-card--duo {
    padding: 0;
  }
  .coach-duo-head {
    grid-template-columns: 1fr;
  }
  .coach-duo-photo:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .coach-duo-columns {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .coach-duo-body {
    padding: 1.5rem 1.25rem 1.75rem;
  }
  .coach-visual {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    max-height: 420px;
  }

  .coach-visual img {
    object-fit: cover;
    object-position: center center;
  }
}

@media (max-width: 768px) {
  :root {
    --slots-h: 58px;
  }

  .slots-sticky {
    top: 0;
    padding-top: calc(0.55rem + env(safe-area-inset-top, 0px));
    padding-bottom: 0.52rem;
    min-height: calc(var(--slots-h) + env(safe-area-inset-top, 0px));
    gap: 0.38rem 0.45rem;
  }

  .hero--split {
    justify-content: flex-start;
    padding-top: calc(var(--slots-h) + env(safe-area-inset-top, 0px) + 2.15rem);
  }

  .hero-split-grid--stacked {
    gap: 1.35rem;
  }

  .hero-split-grid--stacked .hero-copy {
    gap: 1.25rem;
    padding-top: 0.35rem;
  }

  .hero-headline-wrap {
    gap: 0.38rem;
  }

  .hero-title.hero-title--split.hero-title--calm {
    margin-top: 0.15rem;
    line-height: 1.16;
  }

  .hero-video-viewport--native {
    aspect-ratio: 16 / 9;
    max-height: none;
    width: 100%;
  }

  .hero-video-column {
    align-items: center;
  }

  .hero-video-shell {
    width: calc(100% - 2.75rem);
    max-width: 24rem;
    margin-inline: auto;
  }

  .hero-video-trust-mini {
    width: calc(100% - 2.75rem);
    max-width: 24rem;
    margin-inline: auto;
  }

  .hero-video-shell .hero-video-bar--clean,
  .hero-video-bar--step {
    padding: 0.34rem 0.55rem;
    gap: 0.22rem 0.45rem;
  }

  .hero-video-step-label {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .hero-video-step-text {
    font-size: 0.66rem;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .vtc-assistant-toggle {
    display: flex;
  }

  /* Kein Vollbild-Zwang: weniger Leerraum bis zur nächsten Sektion */
  .hero.hero--split {
    min-height: auto;
    padding-bottom: 1rem;
  }

  /* Weniger Abstand Hero → Case Studies (Überschrift früher sichtbar) */
  #erfolge.section.cases {
    padding-top: 1.5rem;
  }

  /* Überschrift nicht durch Scroll-Reveal unsichtbar lassen (Handy) */
  #erfolge .section-header.reveal {
    opacity: 1;
    transform: none;
    filter: none;
    will-change: auto;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: fixed;
    top: calc(var(--nav-h) + var(--slots-h));
    left: 0;
    right: 0;
    z-index: 1001;
    flex-direction: column;
    padding: 2rem;
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    gap: 1.25rem;
  }
  .nav-links.mobile-open {
    display: flex;
  }
  .nav-cta {
    display: none;
  }
  .nav-cta.mobile-open {
    display: inline-flex;
    position: fixed;
    top: calc(var(--nav-h) + var(--slots-h) + 280px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav {
    padding: 1rem 1.5rem;
  }
  .programm-track {
    grid-template-columns: 1fr;
  }
  .faq-content p {
    padding: 0 1.25rem 1rem 1.25rem;
  }
  .floating-card {
    display: none;
  }
  body.vtc-chat-open {
    overflow: hidden;
  }
  .vtc-assistant-panel.is-open {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-height: min(70vh, 480px);
  }
  .showcase-stat-grid {
    grid-template-columns: 1fr;
  }

  .business-stats-panel .showcase-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .business-stats-panel .showcase-stat-card {
    padding: 0.85rem 0.35rem;
  }

  .business-stats-panel .showcase-stat-num {
    font-size: clamp(1.15rem, 4.5vw, 1.55rem);
  }

  .business-stats-panel .showcase-stat-lbl {
    font-size: clamp(0.48rem, 2.1vw, 0.58rem);
    max-width: none;
  }

  .business-stats-panel {
    padding: 1.35rem 0.85rem 1.25rem;
  }

  .business-stats-panel .showcase-cta-btn {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-btns:not(.hero-btns--split) .btn {
    width: 100%;
  }
  .hero-btns--split {
    flex-wrap: nowrap;
    gap: 0.5rem 0.65rem;
  }
  .hero-btns--split .btn {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    padding: 0.48rem 0.55rem;
    font-size: clamp(0.65rem, 2.8vw, 0.78rem);
    gap: 0.3rem;
    border-radius: 9px;
  }
  .hero-btns--split .btn svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
  }
}

@media (max-width: 768px) {
  .hero-top-pill {
    font-size: 0.76rem;
    padding: 0.36rem 0.78rem;
    gap: 0.36rem;
    margin-bottom: 0.78rem;
  }
  .hero-top-pill svg {
    width: 14px;
    height: 14px;
  }
  .hero-rating-strip {
    gap: 0.32rem 0.52rem;
  }
  .hero-rating-title {
    font-size: 0.84rem;
  }
  .hero-rating-star-box {
    width: 1.2rem;
    height: 1.05rem;
    font-size: 0.72rem;
  }
  .hero-rating-brand {
    font-size: 0.82rem;
  }
  .hero-rating-brand-star {
    font-size: 0.88rem;
  }
  .hero-video-bar--step {
    gap: 0.25rem 0.45rem;
  }
  .hero-video-step-label {
    font-size: 0.64rem;
    letter-spacing: 0.1em;
  }
  .hero-video-step-text {
    font-size: 0.78rem;
  }
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .footer-nav {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-social {
    justify-content: center;
  }
}

/* ========== Mobile polish (Handy, ohne Bugs) ========== */
@media (max-width: 768px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  /* Scroll-Reveal: Inhalt sofort sichtbar (iOS IntersectionObserver) */
  .reveal,
  .reveal.visible {
    opacity: 1;
    transform: none;
    filter: none;
    will-change: auto;
  }

  .reveal.reveal-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .insight-grid.reveal .problem-card,
  .insight-grid.reveal .solution-card,
  .insight-grid.reveal .solution-list li {
    opacity: 1 !important;
    transform: none !important;
  }

  .section {
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }

  .hero-video-column {
    margin-left: 0;
    transform: none;
    max-width: min(1120px, 100%);
    width: 100%;
    overflow: hidden;
  }

  .hero-video-shell {
    width: calc(100% - 2.75rem);
    max-width: 24rem;
    margin-inline: auto;
  }

  .hero-video-trust-mini {
    width: calc(100% - 2.75rem);
    max-width: 24rem;
    margin-inline: auto;
  }

  .hero--split .hero-title--calm,
  .hero--split .hero-title.hero-title--split.hero-title--calm {
    font-size: clamp(1.42rem, 5.6vw, 2.35rem);
    max-width: 100%;
  }

  .hero-headline-line--tight {
    font-size: clamp(1.35rem, 5vw, 2.2rem);
  }

  .hero--split .hero-video-column {
    margin-top: 0;
  }

  .hero-video-shell {
    border-radius: 18px;
  }

  .hero--split .hero-video-column .hero-video-shell {
    width: calc(100% - 2.75rem);
    max-width: 24rem;
  }

  .hero-video-viewport--placeholder {
    aspect-ratio: 16 / 8.1;
    min-height: 0;
  }

  .hero-video-ph-img {
    object-fit: cover;
    object-position: center 22%;
  }

  .hero-video-bar--step {
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0.34rem 0.55rem;
    text-align: center;
    gap: 0.22rem 0.45rem;
  }

  .hero-video-step-label,
  .hero-video-step-text {
    white-space: nowrap;
    line-height: 1.25;
  }

  .hero-video-step-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .proof-quotes-grid {
    max-width: none;
    width: 100%;
    margin: 0;
    gap: 1rem;
  }

  .proof-quote-card {
    padding: 1.25rem 1.1rem 1rem;
  }

  .vtc-assistant-chips {
    flex-wrap: wrap;
  }

  .vtc-chip {
    max-width: 100%;
    white-space: normal;
    text-align: left;
    line-height: 1.35;
  }

  .vtc-assistant-msgs {
    -webkit-overflow-scrolling: touch;
  }

  .slots-sticky-text {
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .slots-sticky-count {
    font-size: 0.72rem;
  }

  .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner-actions {
    width: 100%;
  }

  .cookie-banner-actions .cookie-banner-btn {
    flex: 1 1 auto;
    min-height: 44px;
  }

  .cases-metric {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 0.85rem 1rem;
  }

  .cases-metric-label {
    max-width: 18rem;
    line-height: 1.4;
  }

  body:has(#vtc-assistant) {
    padding-bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  }

  body.sticky-apply-visible {
    padding-bottom: calc(4.85rem + env(safe-area-inset-bottom, 0px));
  }

  .hero-top-pill {
    display: none;
  }

  .slots-sticky {
    display: flex;
  }

  .hero--split .hero-title--calm,
  .hero--split .hero-title.hero-title--split.hero-title--calm {
    margin-top: 0;
  }

  .hero-split-grid--stacked {
    gap: var(--hero-stack-gap-lg);
    max-width: 100%;
    width: 100%;
    padding-inline: 0;
  }

  .hero-split-grid--stacked .hero-btns--split,
  .hero--split .hero-btns--split {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    gap: 0.5rem 0.65rem;
  }

  .hero--split .hero-btns--split .btn,
  .hero-btns--split .btn {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
    min-height: 40px;
    padding: 0.48rem 0.55rem;
    font-size: clamp(0.65rem, 2.8vw, 0.82rem);
    gap: 0.3rem;
    border-radius: 9px;
  }

  .hero--split .hero-btns--split .btn svg,
  .hero-btns--split .btn svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
  }

  .hero--split .hero-btns--split .btn--stacked-free small,
  .hero-btns--split .btn--stacked-free small {
    font-size: clamp(0.52rem, 2.2vw, 0.58rem);
  }

  .hero--split .hero-video-column {
    margin-top: 0;
    gap: 0.85rem;
    max-width: min(1120px, 100%);
  }

  .hero-video-trust-mini {
    padding: 0.1rem 0 0;
    background: none;
  }

  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .section-header {
    margin-bottom: var(--section-head-gap);
  }

  .section-title {
    font-size: clamp(1.45rem, 5.4vw, 2rem);
  }

  .section-lead {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .cases-grid,
  .insight-grid,
  .benefits-cards,
  .steps-grid,
  .press-grid,
  .stories-grid,
  .mq-grid {
    width: 100%;
    max-width: none;
    margin-inline: auto;
  }

  .case-card,
  .vtc-custom-player,
  .coach-card {
    max-width: 100%;
  }

  .vtc-assistant {
    right: max(12px, env(safe-area-inset-right, 0px));
    bottom: calc(1.15rem + env(safe-area-inset-bottom, 0px));
  }

  .vtc-assistant-panel.is-open {
    left: max(10px, env(safe-area-inset-left, 0px));
    right: max(10px, env(safe-area-inset-right, 0px));
  }

  .slots-sticky {
    padding-inline: max(0.85rem, env(safe-area-inset-left, 0px)) max(0.85rem, env(safe-area-inset-right, 0px));
    gap: 0.38rem 0.45rem;
    text-align: center;
  }

  .slots-sticky-text {
    line-height: 1.35;
  }

  .slots-sticky-count {
    flex: 0 1 100%;
    text-align: center;
    font-size: 0.68rem;
    line-height: 1.4;
    margin-top: 0.05rem;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    padding: 0.85rem 0.9rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
  }

  .cookie-banner-actions {
    flex-direction: column;
  }

  .cookie-banner-btn {
    width: 100%;
  }

  .vtc-assistant-toggle {
    width: 52px;
    height: 52px;
  }

  .vtc-assistant-toggle svg {
    width: 22px;
    height: 22px;
  }

  .hero--split .hero-title--calm,
  .hero--split .hero-title.hero-title--split.hero-title--calm {
    font-size: clamp(1.28rem, 6.2vw, 1.75rem);
  }

  .hero-headline-line--tight {
    font-size: clamp(1.22rem, 5.8vw, 1.65rem);
  }

  .hero-video-trust-mini {
    justify-content: center;
    gap: 0.35rem 0.55rem;
    font-size: 0.6rem;
    padding: 0.35rem 0 0;
    background: none;
  }

  .section,
  .hero {
    padding-left: max(0.85rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.85rem, env(safe-area-inset-right, 0px));
  }
}

@media (hover: none), (pointer: coarse) {
  .custom-player.is-playing .custom-controls,
  .custom-player:hover .custom-controls {
    opacity: 1;
  }

  .custom-btn,
  .custom-play-btn {
    min-width: 44px;
    min-height: 44px;
  }

  .custom-progress-wrap {
    min-height: 28px;
    padding: 8px 0;
  }

  .hero-video-ph-img {
    object-fit: cover;
    object-position: center 22%;
  }

  .coach-visual img,
  .case-card img,
  .press-card img {
    object-fit: inherit;
    transform: none !important;
    filter: none !important;
  }

  .case-card:hover img,
  .press-card:hover img {
    transform: none !important;
    filter: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
    will-change: auto;
  }

  .reveal.reveal-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .insight-grid.reveal .problem-card,
  .insight-grid.reveal .solution-card,
  .insight-grid.reveal .solution-list li {
    opacity: 1 !important;
    transform: none !important;
  }

  .benefits-cards.reveal.visible .benefit-card-icon {
    animation: none !important;
    transform: none !important;
  }

  .section.steps .step-card,
  .section.steps .step-card.step-card--active {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22) !important;
  }

  .section.steps .step-card .step-num {
    animation: none !important;
    text-shadow: none !important;
    color: var(--grey-muted) !important;
  }
}
