/* ======================================================================
   startseite.css — LUKON Startseite (überarbeitet)
   Nur body[data-page="home"] — kein Einfluss auf andere Seiten
   ====================================================================== */

/* ================================
   VOLLFLÄCHIGER SEITEN-HINTERGRUND
   Canvas + Orbs auf der gesamten Startseite
   ================================ */
body[data-page="home"] .main--home {
  position: relative;
  z-index: 0;
}

body[data-page="home"] .page-bg--home {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

body[data-page="home"] .page-bg--home .page-bg__canvas,
body[data-page="home"] .page-bg--home .s-hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}
@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .page-bg--home .page-bg__canvas,
  body[data-page="home"] .page-bg--home .s-hero__canvas { display: none; }
}

body[data-page="home"] .page-bg--home .page-bg__orb,
body[data-page="home"] .page-bg--home .s-hero__orb {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  will-change: transform;
  z-index: 0;
}

body[data-page="home"] .s-hero__headline-gradient {
  display: inline-block;
  background: linear-gradient(
    110deg,
    rgba(124,92,255,.98) 0%,
    rgba(52,211,255,.98) 35%,
    rgba(124,92,255,.98) 68%,
    rgba(52,211,255,.98) 100%
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: gradShimmer 4s ease-in-out infinite;
}
@keyframes gradShimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
body[data-page="home"] .s-lead {
  color: rgba(255,255,255,.58);
  font-size: clamp(15px,1.6vw,18px);
  line-height: 1.7;
  margin: 0;
}
body[data-page="home"] .s-muted {
  color: rgba(255,255,255,.52);
  line-height: 1.65;
}


/* SECTION BASE */
body[data-page="home"] .s-section {
  padding: var(--s-9) 0;
}
body[data-page="home"] .s-section--alt {
  background: rgba(255,255,255,.03);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
body[data-page="home"] .s-section__head {
  text-align: center;
  margin-bottom: var(--s-8);
}
body[data-page="home"] .s-section__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(124,92,255,.9);
  margin: 0 0 10px;
}
body[data-page="home"] [data-section="process"] .s-section__eyebrow {
  color: rgba(52,211,255,.92);
}
body[data-page="home"] .s-section__head h2 {
  position: relative;
  font-size: clamp(28px,3.8vw,48px);
  font-weight: 950;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,.97);
  margin: 0 0 14px;
  display: inline-block;
}
body[data-page="home"] .s-section__head h2::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(124,92,255,.9), rgba(52,211,255,.8));
  transition: width 0.7s cubic-bezier(.16,1,.3,1);
}
body[data-page="home"] .s-section__head.is-visible h2::after {
  width: 72px;
}
@media (max-width: 1024px) {
  /* Mobile: Unterstrich sauber mittig unter dem gesamten Titel */
  body[data-page="home"] .s-section__head h2::after {
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
  }
  body[data-page="home"] .s-section__head.is-visible h2::after {
    width: 58px;
  }
}
body[data-page="home"] .s-section__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: var(--s-6);
}

/* Hero items — Stagger einblenden (Top-Agentur) */
body[data-page="home"] [data-hero-item] {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 700ms cubic-bezier(.16,1,.3,1),
    transform 700ms cubic-bezier(.16,1,.3,1);
}
body[data-page="home"] [data-hero-item].is-visible {
  opacity: 1;
  transform: translateY(0);
}
body[data-page="home"] .s-hero__headline-line {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 600ms cubic-bezier(.16,1,.3,1),
    transform 600ms cubic-bezier(.16,1,.3,1);
  transition-delay: calc(var(--line-index, 0) * 80ms);
}
body[data-page="home"] .s-hero__headline-line.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] [data-hero-item],
  body[data-page="home"] .s-hero__headline-line {
    opacity: 1;
    transform: none;
    transition: none;
  }
  body[data-page="home"] .s-hero__cta-magnetic.btn--primary,
  body[data-page="home"] .s-hero__cta-magnetic.btn--primary::before { animation: none; }
  body[data-page="home"] .s-hero.is-scrolled .s-hero__copy,
  body[data-page="home"] .s-hero.is-scrolled .s-hero__visual { opacity: 1; transform: none; }
  body[data-page="home"] .s-process__num,
  body[data-page="home"] .s-process__body { opacity: 1; transform: none; transition: none; }
}

/* Generic reveal — Premium mit Blur */
body[data-page="home"] [data-animate-section] {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(8px);
  transition:
    opacity 900ms cubic-bezier(.16,1,.3,1),
    transform 900ms cubic-bezier(.16,1,.3,1),
    filter 900ms cubic-bezier(.16,1,.3,1);
}
body[data-page="home"] [data-animate-section].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
body[data-page="home"] [data-animate] {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition:
    opacity 750ms cubic-bezier(.16,1,.3,1),
    transform 750ms cubic-bezier(.16,1,.3,1);
  transition-delay: var(--anim-delay, 0ms);
}
body[data-page="home"] [data-animate].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}


/* HERO — Pakete-Style: Canvas-Partikel, 3 Orbs, Premium-Boxen */
body[data-page="home"] .s-hero.s-hero--cinematic {
  min-height: 100svh;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--hero-pad-top) 0 var(--hero-pad-bottom);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  body[data-page="home"] .s-hero.s-hero--cinematic {
    min-height: 100svh;
    overflow: visible;
  }
}
/* Hero Scroll-Fade (JS setzt --hero-scroll 0…1) */
body[data-page="home"] .s-hero__copy {
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(.16,1,.3,1);
}
body[data-page="home"] .s-hero.is-scrolled .s-hero__copy {
  opacity: calc(1 - var(--hero-scroll, 0) * 0.35);
  transform: translateY(calc(var(--hero-scroll, 0) * -12px)) scale(calc(1 - var(--hero-scroll, 0) * 0.03));
}
body[data-page="home"] .s-hero.is-scrolled .s-hero__visual {
  opacity: calc(1 - var(--hero-scroll, 0) * 0.2);
  transform: translateY(calc(var(--hero-scroll, 0) * -20px));
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(.16,1,.3,1);
}






body[data-page="home"] .s-site-demo {
  position: relative;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(178deg, #fcfbf9 0%, #f6f5f2 50%, #f2f0ec 100%);
  border: none;
  border-top: 1px solid rgba(0,0,0,.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
}
@media (min-width: 768px) {
  body[data-page="home"] .s-site-demo {
    min-height: 420px;
  }
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-site-demo {
    min-height: 460px;
  }
}

body[data-page="home"] .s-site-demo__page {
  position: absolute;
  inset: 0;
  animation: sSitePageScroll 12s cubic-bezier(.65,0,.35,1) infinite;
  will-change: transform;
}

body[data-page="home"] .s-site-demo__topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 18px;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

body[data-page="home"] .s-site-demo__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

body[data-page="home"] .s-site-demo__brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  position: relative;
  background: linear-gradient(145deg, #0d9488 0%, #0f766e 100%);
  box-shadow: 0 2px 8px rgba(13,148,136,.25), inset 0 1px 0 rgba(255,255,255,.2);
  flex-shrink: 0;
}

body[data-page="home"] .s-site-demo__brand-mark-stone {
  position: absolute;
  inset: 6px;
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(255,255,255,.4), rgba(255,255,255,.15));
}

body[data-page="home"] .s-site-demo__brand-mark-line {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,.5);
}

body[data-page="home"] .s-site-demo__brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

body[data-page="home"] .s-site-demo__brand-copy strong {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
  color: #0f172a;
  white-space: nowrap;
}

body[data-page="home"] .s-site-demo__brand-copy span {
  font-size: 8.5px;
  color: #64748b;
  white-space: nowrap;
}

body[data-page="home"] .s-site-demo__nav {
  display: none; /* In der schmalen Demo-Box nur Menü-Button, keine Reiter — sonst wirkt es doppelt */
}

body[data-page="home"] .s-site-demo__nav a {
  color: #475569;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease;
}
body[data-page="home"] .s-site-demo__nav a:hover {
  color: #0d9488;
}

body[data-page="home"] .s-site-demo__burger {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(31,41,55,.08);
  border-radius: 10px;
  background: rgba(255,255,255,.86);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(15,23,42,.08);
  animation: sSiteBurgerPulse 12s ease-in-out infinite;
}

body[data-page="home"] .s-site-demo__burger i,
body[data-page="home"] .s-site-demo__burger i::before,
body[data-page="home"] .s-site-demo__burger i::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #111827;
  position: relative;
}

body[data-page="home"] .s-site-demo__burger i::before {
  position: absolute;
  top: -5px;
  left: 0;
}

body[data-page="home"] .s-site-demo__burger i::after {
  position: absolute;
  top: 5px;
  left: 0;
}

body[data-page="home"] .s-site-demo__menu {
  position: absolute;
  top: 58px;
  right: 12px;
  z-index: 8;
  width: 166px;
  padding: 12px;
  display: grid;
  gap: 6px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.06);
  background: rgba(252,251,249,.98);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.9);
  opacity: 0;
  transform: translateY(-8px) scale(.96);
  transform-origin: top right;
  animation: sSiteMenuOpen 12s ease-in-out infinite;
}

body[data-page="home"] .s-site-demo__menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(0,0,0,.04);
  color: #44403c;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
}

body[data-page="home"] .s-site-demo__hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  align-items: center;
  padding: 18px 18px 18px;
  border-bottom: 1px solid rgba(0,0,0,.05);
}

body[data-page="home"] .s-site-demo__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(13,148,136,.12) 0%, rgba(15,118,110,.08) 100%);
  border: 1px solid rgba(13,148,136,.2);
  color: #0f766e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

body[data-page="home"] .s-site-demo__headline {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: -0.025em;
  color: #0f172a;
  max-width: 18ch;
}

body[data-page="home"] .s-site-demo__text {
  margin: 0;
  font-size: 10.5px;
  line-height: 1.55;
  color: #475569;
  max-width: 36ch;
}

body[data-page="home"] .s-site-demo__actions {
  display: flex;
  gap: 8px;
  margin: 10px 0 10px;
}

body[data-page="home"] .s-site-demo__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

body[data-page="home"] .s-site-demo__btn--primary {
  background: linear-gradient(180deg, #0d9488 0%, #0f766e 100%);
  color: #fff;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 2px 8px rgba(13,148,136,.3), inset 0 1px 0 rgba(255,255,255,.2);
}
body[data-page="home"] .s-site-demo__btn--primary:hover {
  box-shadow: 0 4px 12px rgba(13,148,136,.35);
}

body[data-page="home"] .s-site-demo__btn--ghost {
  background: rgba(255,255,255,.9);
  color: #334155;
  border: 1px solid rgba(0,0,0,.08);
}

body[data-page="home"] .s-site-demo__trust {
  display: flex;
  align-items: center;
  gap: 8px;
}

body[data-page="home"] .s-site-demo__trust-stars {
  font-size: 12px;
  color: #d97706;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

body[data-page="home"] .s-site-demo__trust-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

body[data-page="home"] .s-site-demo__trust-copy strong {
  font-size: 10px;
  color: #0f172a;
  font-weight: 800;
}

body[data-page="home"] .s-site-demo__trust-copy span {
  font-size: 9px;
  color: #64748b;
}

body[data-page="home"] .s-site-demo__visual {
  position: relative;
  min-height: 180px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 4px 16px rgba(0,0,0,.06), inset 0 1px 0 rgba(255,255,255,.6);
}

body[data-page="home"] .s-site-demo__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.98) contrast(1.02);
}

body[data-page="home"] .s-site-demo__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(15,23,42,.28) 100%);
}

body[data-page="home"] .s-site-demo__visual-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(13,148,136,.15);
  color: #0f766e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .04em;
}

body[data-page="home"] .s-site-demo__visual-panel {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 4px 16px rgba(0,0,0,.06), inset 0 1px 0 rgba(255,255,255,.9);
}

body[data-page="home"] .s-site-demo__visual-panel strong {
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 2px;
}

body[data-page="home"] .s-site-demo__visual-panel span {
  display: block;
  font-size: 8px;
  color: #64748b;
}

body[data-page="home"] .s-site-demo__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 14px 18px 14px;
  border-top: 1px solid rgba(0,0,0,.05);
}

body[data-page="home"] .s-site-demo__stat {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(0,0,0,.04);
  box-shadow: 0 1px 4px rgba(0,0,0,.03), inset 0 1px 0 rgba(255,255,255,.9);
}

body[data-page="home"] .s-site-demo__stat strong {
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: #0d9488;
  margin-bottom: 2px;
}

body[data-page="home"] .s-site-demo__stat span {
  display: block;
  font-size: 8.5px;
  color: #64748b;
}

body[data-page="home"] .s-site-demo__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 14px 18px 14px;
  border-top: 1px solid rgba(0,0,0,.05);
}

body[data-page="home"] .s-site-demo__card {
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(0,0,0,.04);
  box-shadow: 0 2px 10px rgba(0,0,0,.04), inset 0 1px 0 rgba(255,255,255,.95);
}

body[data-page="home"] .s-site-demo__card:nth-child(2) {
  animation: sSiteCardPop 12s ease-in-out infinite;
}

body[data-page="home"] .s-site-demo__card-image {
  width: 100%;
  height: 86px;
  object-fit: cover;
  display: block;
}

body[data-page="home"] .s-site-demo__card-body {
  padding: 12px 12px 12px;
}

body[data-page="home"] .s-site-demo__card h4 {
  margin: 0 0 2px;
  font-size: 10px;
  font-weight: 800;
  color: #0f172a;
}

body[data-page="home"] .s-site-demo__card p {
  margin: 0;
  font-size: 8.5px;
  line-height: 1.45;
  color: #64748b;
}

body[data-page="home"] .s-site-demo__beforeafter {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  gap: 14px;
  align-items: center;
  padding: 14px 18px 14px;
  border-top: 1px solid rgba(0,0,0,.05);
}

body[data-page="home"] .s-site-demo__beforeafter-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  min-height: 110px;
}
body[data-page="home"] .s-site-demo__beforeafter-media:has(.s-site-demo__beforeafter-item--single) {
  grid-template-columns: 1fr;
  min-height: 100px;
}

body[data-page="home"] .s-site-demo__beforeafter-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  min-height: 110px;
}
body[data-page="home"] .s-site-demo__beforeafter-item--single {
  min-height: 100px;
}
body[data-page="home"] .s-site-demo__beforeafter-item--single img {
  min-height: 100px;
}

body[data-page="home"] .s-site-demo__beforeafter-item img {
  width: 100%;
  height: 100%;
  min-height: 110px;
  object-fit: cover;
  display: block;
  filter: saturate(.96) contrast(1.02);
}

body[data-page="home"] .s-site-demo__beforeafter-item .s-site-demo__beforeafter-label {
  position: absolute;
  top: 6px;
  left: 6px;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: .04em;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(0,0,0,.05);
  color: #475569;
}

body[data-page="home"] .s-site-demo__project-label {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 7.5px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #0d9488;
  text-transform: uppercase;
}

body[data-page="home"] .s-site-demo__beforeafter-copy h4 {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  color: #0f172a;
}

body[data-page="home"] .s-site-demo__beforeafter-copy p {
  margin: 0;
  font-size: 9px;
  line-height: 1.5;
  color: #64748b;
}

body[data-page="home"] .s-site-demo__process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 14px 18px 14px;
  border-top: 1px solid rgba(0,0,0,.05);
}

body[data-page="home"] .s-site-demo__process-item {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(13,148,136,.1);
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,.03), inset 0 1px 0 rgba(255,255,255,.9);
}

body[data-page="home"] .s-site-demo__process-item strong {
  display: block;
  font-size: 11px;
  font-weight: 900;
  color: #0d9488;
  margin-bottom: 4px;
}

body[data-page="home"] .s-site-demo__process-item span {
  display: block;
  font-size: 8.5px;
  color: #64748b;
}

body[data-page="home"] .s-site-demo__cta {
  margin: 0 18px 18px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 10px;
  background: linear-gradient(165deg, #0d9488 0%, #0f766e 100%);
  color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 4px 16px rgba(13,148,136,.25), inset 0 1px 0 rgba(255,255,255,.2);
  animation: sSiteCtaLift 12s ease-in-out infinite;
}

body[data-page="home"] .s-site-demo__cta-copy h4 {
  margin: 0 0 2px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
}

body[data-page="home"] .s-site-demo__cta-copy p {
  margin: 0;
  font-size: 8.5px;
  color: rgba(255,255,255,.85);
}

body[data-page="home"] .s-site-demo__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.2);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  text-decoration: none;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

body[data-page="home"] .s-site-demo__cursor {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 9;
  clip-path: polygon(0 0, 100% 50%, 58% 58%, 73% 100%, 52% 100%, 39% 64%, 0 86%);
  background: rgba(17,24,39,.98);
  box-shadow: 0 8px 20px rgba(15,23,42,.22);
  animation: sSiteCursorMove 12s cubic-bezier(.65,0,.35,1) infinite;
  pointer-events: none;
}

body[data-page="home"] .s-site-demo__tap {
  position: absolute;
  top: 76px;
  right: 22px;
  width: 26px;
  height: 26px;
  z-index: 8;
  border-radius: 50%;
  border: 2px solid rgba(122,82,48,.34);
  transform: scale(0);
  opacity: 0;
  animation: sSiteTapPulse 12s cubic-bezier(.65,0,.35,1) infinite;
  pointer-events: none;
}

@keyframes sSiteBurgerPulse {
  0%, 8%, 100% {
    transform: scale(1);
    box-shadow: 0 8px 18px rgba(15,23,42,.08);
  }
  10%, 14% {
    transform: scale(1.08);
    box-shadow: 0 0 0 8px rgba(122,82,48,.12), 0 8px 18px rgba(15,23,42,.10);
  }
  16%, 100% {
    transform: scale(1);
  }
}

@keyframes sSiteMenuOpen {
  0%, 10%, 100% {
    opacity: 0;
    transform: translateY(-8px) scale(.96);
  }
  12%, 28% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  31%, 100% {
    opacity: 0;
    transform: translateY(-8px) scale(.96);
  }
}

@keyframes sSitePageScroll {
  0%, 24%, 100% {
    transform: translateY(0);
  }
  42% {
    transform: translateY(-160px);
  }
  60% {
    transform: translateY(-340px);
  }
  76% {
    transform: translateY(-480px);
  }
  88% {
    transform: translateY(-130px);
  }
}

@keyframes sSiteCursorMove {
  0%, 6%, 100% {
    transform: translate(0, 0) scale(1);
  }
  9% {
    transform: translate(-3px, 2px) scale(1);
  }
  11% {
    transform: translate(-3px, 2px) scale(.92);
  }
  15% {
    transform: translate(-3px, 2px) scale(1);
  }
  42% {
    transform: translate(-130px, 130px) scale(1);
  }
  60% {
    transform: translate(-154px, 302px) scale(1);
  }
  76% {
    transform: translate(-94px, 436px) scale(1);
  }
  88% {
    transform: translate(-140px, 158px) scale(1);
  }
}

@keyframes sSiteTapPulse {
  0%, 8%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  10% {
    transform: scale(.35);
    opacity: .7;
  }
  14% {
    transform: scale(1.8);
    opacity: 0;
  }
  15%, 100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes sSiteCardPop {
  0%, 46%, 100% {
    transform: none;
    box-shadow: 0 10px 20px rgba(15,23,42,.05);
  }
  52%, 60% {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px rgba(15,23,42,.10);
  }
}

@keyframes sSiteCtaLift {
  0%, 62%, 100% {
    transform: none;
    box-shadow: 0 4px 16px rgba(13,148,136,.25), inset 0 1px 0 rgba(255,255,255,.2);
  }
  70%, 78% {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(13,148,136,.35), inset 0 1px 0 rgba(255,255,255,.2);
  }
}

@media (max-width: 768px) {
  body[data-page="home"] .s-site-demo__hero,
  body[data-page="home"] .s-site-demo__beforeafter {
    grid-template-columns: 1fr;
  }
  body[data-page="home"] .s-site-demo__beforeafter-media {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .s-site-demo__stats,
  body[data-page="home"] .s-site-demo__cards,
  body[data-page="home"] .s-site-demo__process {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .s-site-demo__card:nth-child(3) {
    display: none;
  }
}












/* Canvas (floating nodes + Verbindungslinien) */
body[data-page="home"] .s-hero__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}
@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .s-hero__canvas { display: none; }
}

/* Orbs (wie Pakete-Seite) */
body[data-page="home"] .s-hero__orb {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  will-change: transform;
}
body[data-page="home"] .s-hero__orb--violet {
  width: 900px;
  height: 900px;
  top: -300px;
  left: -200px;
  background: radial-gradient(circle, rgba(124,92,255,.22), transparent 60%);
  animation: sHeroOrb1 16s ease-in-out infinite alternate;
}
body[data-page="home"] .s-hero__orb--cyan {
  width: 700px;
  height: 700px;
  bottom: -200px;
  right: -150px;
  background: radial-gradient(circle, rgba(52,211,255,.18), transparent 60%);
  animation: sHeroOrb2 14s ease-in-out infinite alternate;
}
body[data-page="home"] .s-hero__orb--gold {
  width: 500px;
  height: 500px;
  top: 40%;
  right: 20%;
  background: radial-gradient(circle, rgba(255,203,110,.12), transparent 60%);
  animation: sHeroOrb3 18s ease-in-out infinite alternate;
}
@keyframes sHeroOrb1 {
  0% { transform: translate(0,0) scale(1); }
  100% { transform: translate(40px,30px) scale(1.08); }
}
@keyframes sHeroOrb2 {
  0% { transform: translate(0,0) scale(1); }
  100% { transform: translate(-30px,-20px) scale(1.06); }
}
@keyframes sHeroOrb3 {
  0% { transform: translate(0,0) scale(1); }
  100% { transform: translate(20px,-40px) scale(1.04); }
}





/* Scroll-Hinweis: Startseite fast am unteren Rand; auf iOS + Safe-Area, sonst 2px Luft */
body[data-page="home"] .s-hero .srvPageHero__scroll {
  bottom: calc(env(safe-area-inset-bottom, 0px) + 2px);
}

body[data-page="home"] .s-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 60px;
  align-items: center;
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-hero__grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 48px;
    align-items: center;
  }
}
body[data-page="home"] .s-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

body[data-page="home"] .s-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(52,211,255,.88);
  background: linear-gradient(135deg, rgba(124,92,255,.14), rgba(52,211,255,.10));
  border: 1px solid rgba(52,211,255,.24);
  border-radius: 999px;
  padding: .48rem 1.1rem;
  width: fit-content;
}
body[data-page="home"] .s-hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(52,211,255,.9);
  box-shadow: 0 0 12px rgba(52,211,255,.8), 0 0 24px rgba(52,211,255,.3);
  animation: heroDotPulse 2.2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes heroDotPulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 12px rgba(52,211,255,.8); }
  50% { opacity: .5; transform: scale(.75); box-shadow: 0 0 20px rgba(52,211,255,.6); }
}

body[data-page="home"] .s-hero__headline {
  font-size: clamp(36px, 5.5vw, 70px);
  font-weight: 950;
  letter-spacing: -0.042em;
  line-height: 1.12;
  color: rgba(255,255,255,.97);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.02em;
}
body[data-page="home"] .s-hero__headline{
  font-size: clamp(38px, 5.6vw, 74px);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.1;
  margin:0;
  color:white;

  text-shadow:
  0 4px 40px rgba(124,92,255,.25),
  0 0 60px rgba(52,211,255,.12);
}
body[data-page="home"] .s-hero__sub {
  font-size: clamp(16px, 1.7vw, 19px);
  color: rgba(255,255,255,.58);
  line-height: 1.72;
  margin: 0;
  max-width: 58ch;
}
body[data-page="home"] .s-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
/* CTA Glow — Top-Agentur-Style */
body[data-page="home"] .s-hero__cta-magnetic.btn--primary {
  position: relative;
  overflow: hidden;
  animation: heroCtaGlow 3s ease-in-out infinite;
}
body[data-page="home"] .s-hero__cta-magnetic.btn--primary::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, rgba(124,92,255,.6), rgba(52,211,255,.5), rgba(124,92,255,.6));
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.7;
  animation: heroCtaBorderShift 4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes heroCtaGlow {
  0%, 100% { box-shadow: 0 4px 24px rgba(124,92,255,.25), 0 0 0 1px rgba(255,255,255,.08) inset; }
  50% { box-shadow: 0 6px 32px rgba(124,92,255,.4), 0 0 40px rgba(52,211,255,.12), 0 0 0 1px rgba(255,255,255,.12) inset; }
}
@keyframes heroCtaBorderShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
body[data-page="home"] .s-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(10,12,22,.88);
  backdrop-filter: blur(28px) saturate(140%);
  box-shadow:
    0 2px 0 rgba(255,255,255,.08) inset,
    0 -1px 0 rgba(0,0,0,.4) inset,
    0 28px 80px rgba(0,0,0,.55);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.3s ease;
}
body[data-page="home"] .s-hero__proof:hover {
  transform: translateY(-4px);
  border-color: rgba(124,92,255,.2);
  box-shadow:
    0 2px 0 rgba(255,255,255,.1) inset,
    0 36px 100px rgba(0,0,0,.6),
    0 0 60px rgba(124,92,255,.08);
}
@media (max-width: 768px) {
  body[data-page="home"] .s-hero__proof {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
body[data-page="home"] .s-hero__proof-item dt {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,.96);
}
body[data-page="home"] .s-hero__proof-item dd {
  margin: 4px 0 0;
  color: rgba(255,255,255,.46);
  font-size: 12px;
  line-height: 1.45;
}

body[data-page="home"] .s-hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  gap: 0;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(.16,1,.3,1);
}
@media (min-width: 768px) {
  body[data-page="home"] .s-hero__visual {
    max-width: 660px;
  }
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-hero__visual {
    max-width: min(620px, 44vw);
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  body[data-page="home"] .s-hero__visual {
    max-width: min(700px, 48vw);
  }
}

body[data-page="home"] .s-hero__device-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Überschrift „Beispielwebsite“ — außerhalb der Box, schwebend */
body[data-page="home"] .s-demo-title {
  margin: 0 0 14px;
  padding: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  text-shadow: 0 2px 24px rgba(0,0,0,.35);
  animation: demoTitleFloat 4s ease-in-out infinite;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  body[data-page="home"] .s-demo-title {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: 0.3em;
    color: rgba(255,255,255,.8);
  }
}
@keyframes demoTitleFloat {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(-4px); opacity: 0.92; }
}
@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .s-demo-title { animation: none; }
}
body[data-page="home"] .s-hero__device-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
body[data-page="home"] .s-hero__device-glow--1 {
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(124,92,255,.22), rgba(124,92,255,.05) 50%, transparent 70%);
  animation: deviceGlow1 6s ease-in-out infinite;
}
body[data-page="home"] .s-hero__device-glow--2 {
  bottom: -60px;
  right: 20%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(52,211,255,.15), transparent 60%);
  animation: deviceGlow2 8s ease-in-out infinite 1s;
}

/* Schatten unter der Device-Box */
body[data-page="home"] .s-device::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 85%;
  height: 20px;
  margin-top: 2px;
  background: radial-gradient(ellipse 70% 100% at 50% 0%, rgba(0,0,0,.2), transparent 70%);
  pointer-events: none;
  z-index: -1;
}
@keyframes deviceGlow1 {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.15); opacity: 1; }
}
@keyframes deviceGlow2 {
  0%, 100% { transform: scale(1) translate(0, 0); opacity: 0.7; }
  50% { transform: scale(1.2) translate(-5%, -5%); opacity: 1; }
}
body[data-page="home"] .s-device {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(165deg, rgba(18,18,26,.98) 0%, rgba(12,12,20,.99) 100%);
  backdrop-filter: blur(24px) saturate(140%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.06),
    0 1px 0 rgba(255,255,255,.08) inset,
    0 24px 56px rgba(0,0,0,.45),
    0 12px 28px rgba(0,0,0,.28);
  transition: box-shadow 0.4s ease, border-color 0.35s ease;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body[data-page="home"] .s-device {
    border-radius: 16px;
  }
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-device {
    border-radius: 18px;
  }
}
body[data-page="home"] .s-device:hover {
  border-color: rgba(255,255,255,.18);
  box-shadow:
    0 0 0 1px rgba(124,92,255,.12),
    0 1px 0 rgba(255,255,255,.1) inset,
    0 28px 64px rgba(0,0,0,.5),
    0 0 48px rgba(124,92,255,.06);
}
body[data-page="home"] .s-device--float {
  animation: deviceFloat 8s ease-in-out infinite;
  transform-style: preserve-3d;
  transition: transform 0.4s cubic-bezier(.16,1,.3,1);
}
@keyframes deviceFloat {
  0%, 100% { transform: translateY(0) rotateX(0deg) rotateY(0deg); }
  25% { transform: translateY(-8px) rotateX(1deg) rotateY(-1deg); }
  50% { transform: translateY(0) rotateX(-0.5deg) rotateY(1deg); }
  75% { transform: translateY(-5px) rotateX(1deg) rotateY(0deg); }
}
body[data-page="home"] .s-device__bar {
  display: flex;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  background: rgba(255,255,255,.02);
  align-items: center;
}
body[data-page="home"] .s-device__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
body[data-page="home"] .s-device__dot--red   { background: rgba(255,95,86,.9); }
body[data-page="home"] .s-device__dot--yellow { background: rgba(255,189,46,.9); }
body[data-page="home"] .s-device__dot--green  { background: rgba(39,201,63,.9); }
body[data-page="home"] .s-device__url {
  margin-left: 12px;
  font-size: 10px;
  color: rgba(255,255,255,.4);
  font-family: ui-monospace, "SF Mono", monospace;
  background: rgba(255,255,255,.04);
  border-radius: 5px;
  padding: 4px 8px;
  letter-spacing: 0.02em;
}
body[data-page="home"] .s-device__screen {
  padding: 0;
  min-height: 0;
  aspect-ratio: 17 / 10;
  display: block;
  overflow: hidden;
  background: transparent;
}
body[data-page="home"] .s-project-video {
  height: 100%;
  min-height: inherit;
  background: #06070c;
}
body[data-page="home"] .s-project-video__media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
@media (min-width: 768px) {
  body[data-page="home"] .s-device__screen {
    aspect-ratio: 17 / 10;
  }
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-device__screen {
    aspect-ratio: 17 / 10;
  }
}
@media (min-width: 1200px) {
  body[data-page="home"] .s-device__screen {
    aspect-ratio: 17 / 10;
    padding: 0;
  }
}
body[data-page="home"] .s-bar {
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  overflow: hidden;
}
body[data-page="home"] .s-bar__fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(124,92,255,.75),
    rgba(52,211,255,.85) 35%,
    rgba(124,92,255,.9) 70%,
    rgba(52,211,255,.65)
  );
  background-size: 200% 100%;
  animation: barShimmer 2.8s ease-in-out infinite, barGradientMove 3.5s ease-in-out infinite;
}
@keyframes barShimmer {
  0%, 100% { opacity: .75; }
  50% { opacity: 1; }
}
@keyframes barGradientMove {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
body[data-page="home"] .s-mockup__hero-row {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body[data-page="home"] .s-mockup__btn-row {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
body[data-page="home"] .s-mockup__btn {
  height: 28px;
  border-radius: 8px;
  flex: 0 0 auto;
  width: 90px;
  background: linear-gradient(90deg, rgba(124,92,255,.50), rgba(52,211,255,.35));
}
body[data-page="home"] .s-mockup__btn--ghost {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  width: 80px;
}
body[data-page="home"] .s-mockup__cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
}
body[data-page="home"] .s-mockup__card {
  height: 52px;
  border-radius: 10px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
}
body[data-page="home"] .s-mockup__cta-bar {
  height: 32px;
  border-radius: 10px;
  margin-top: 4px;
  background: linear-gradient(90deg, rgba(124,92,255,.28), rgba(52,211,255,.18));
  border: 1px solid rgba(124,92,255,.20);
}
/* Badges außerhalb der Box/Rahmen, unter der Beispielwebsite */
body[data-page="home"] .s-hero__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 14px;
  margin-top: 20px;
  padding: 0 10px;
  pointer-events: none;
  width: 100%;
  max-width: 640px;
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  body[data-page="home"] .s-hero__badges {
    margin-top: 24px;
    gap: 12px 18px;
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-hero__badges {
    justify-content: center;
    max-width: 800px;
  }
}

body[data-page="home"] .s-hero__badges .s-badge--float {
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 11px;
}
@media (min-width: 768px) {
  body[data-page="home"] .s-hero__badges .s-badge--float {
    padding: 0.55rem 1.2rem;
    font-size: 12px;
  }
}






body[data-page="home"] .s-badge {
  padding: .42rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(10,12,22,.85);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.72);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 24px rgba(0,0,0,.35), 0 1px 0 rgba(255,255,255,.06) inset;
  transition: transform 0.35s cubic-bezier(.16,1,.3,1), box-shadow 0.3s ease, border-color 0.3s ease;
}
body[data-page="home"] .s-badge:hover {
  border-color: rgba(124,92,255,.25);
  box-shadow: 0 12px 32px rgba(0,0,0,.45), 0 0 30px rgba(124,92,255,.06);
}
body[data-page="home"] .s-badge--float {
  animation: badgeFloat 4s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 0.4s);
}
@keyframes badgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
body[data-page="home"] .s-hero__cta-magnetic {
  transition: transform 0.35s cubic-bezier(.16,1,.3,1);
}


/* WHY WEBSITE */
body[data-page="home"] .s-two-col {
  display: grid;
  gap: var(--s-8);
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-two-col {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }
}
body[data-page="home"] .s-two-col__left h3 {
  font-size: clamp(20px,2.2vw,28px);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  color: rgba(255,255,255,.96);
}
body[data-page="home"] .s-two-col__left > p {
  color: rgba(255,255,255,.58);
  line-height: 1.68;
  margin: 0 0 var(--s-6);
}
body[data-page="home"] .s-benefit-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--s-6);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 768px) {
  body[data-page="home"] .s-benefit-grid {
    grid-template-columns: 1fr;
  }
}
body[data-page="home"] .s-benefit-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(12px);
  transition: transform 0.3s cubic-bezier(.16,1,.3,1), border-color 0.3s ease, box-shadow 0.3s ease;
}
body[data-page="home"] .s-benefit-item:hover {
  transform: translateX(6px) scale(1.01);
  border-color: rgba(124,92,255,.2);
  box-shadow: 0 8px 32px rgba(124,92,255,.08);
}
body[data-page="home"] .s-benefit-icon {
  font-size: 18px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(124,92,255,.22), rgba(52,211,255,.14));
  border: 1px solid rgba(255,255,255,.10);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: rgba(52,211,255,.90);
}
body[data-page="home"] .s-benefit-item > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
body[data-page="home"] .s-benefit-item strong {
  font-weight: 800;
  font-size: 14px;
  color: rgba(255,255,255,.92);
}
body[data-page="home"] .s-benefit-item span {
  font-size: 12px;
  color: rgba(255,255,255,.50);
  line-height: 1.55;
}
body[data-page="home"] .s-feature-card {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(16px);
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
}
body[data-page="home"] .s-feature-card::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(124,92,255,.70), rgba(52,211,255,.50));
}
body[data-page="home"] .s-feature-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,203,110,.20), rgba(251,113,60,.14));
  border: 1px solid rgba(255,203,110,.22);
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
  color: rgba(255,203,110,.90);
  margin-bottom: 16px;
}
body[data-page="home"] .s-feature-card h3 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: rgba(255,255,255,.96);
}
body[data-page="home"] .s-feature-card > p {
  margin: 0 0 16px;
}


/* CHECKLIST */
body[data-page="home"] .s-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
body[data-page="home"] .s-checklist li {
  padding-left: 22px;
  position: relative;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.58;
}
body[data-page="home"] .s-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(52,211,255,.90), rgba(124,92,255,.70));
  box-shadow: 0 0 10px rgba(52,211,255,.20);
}


/* COMPARE */
body[data-page="home"] .s-compare-grid {
  display: grid;
  gap: 22px;
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-compare-grid {
    grid-template-columns: 1fr 1fr;
  }
}
body[data-page="home"] .s-compare-card {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(16px);
  padding: 28px 26px;
  transition: transform 0.35s cubic-bezier(.16,1,.3,1), box-shadow 0.35s ease;
}
body[data-page="home"] .s-compare-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,.3);
}
body[data-page="home"] .s-compare-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.96);
}
body[data-page="home"] .s-compare-card--featured {
  border-color: rgba(124,92,255,.28);
  box-shadow: 0 0 70px rgba(124,92,255,.10), 0 24px 70px rgba(0,0,0,.38);
}


/* TARGET GRID */
body[data-page="home"] .s-target-grid {
  display: grid;
  gap: 18px;
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-target-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body[data-page="home"] .s-target-card {
  position: relative;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(.16,1,.3,1), border-color .35s ease, background .35s ease, box-shadow .4s ease;
}
body[data-page="home"] .s-target-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(124,92,255,.4), rgba(52,211,255,.25), rgba(124,92,255,.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}
body[data-page="home"] .s-target-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: rgba(124,92,255,.25);
  background: rgba(255,255,255,.06);
  box-shadow: 0 24px 56px rgba(124,92,255,.14), 0 0 0 1px rgba(255,255,255,.06) inset;
}
body[data-page="home"] .s-target-card:hover::before {
  opacity: 1;
}
body[data-page="home"] .s-target-card .btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(.16,1,.3,1), box-shadow .3s ease;
}
body[data-page="home"] .s-target-card .btn::after {
  content: "→";
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.35s cubic-bezier(.16,1,.3,1);
}
body[data-page="home"] .s-target-card:hover .btn::after {
  transform: translateX(4px);
}
body[data-page="home"] .s-target-card:hover .btn {
  transform: translateX(2px);
}
body[data-page="home"] .s-target-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 850;
  color: rgba(255,255,255,.95);
}
body[data-page="home"] .s-target-card p {
  margin: 0;
  color: rgba(255,255,255,.58);
  line-height: 1.68;
}


/* SLIDER */
body[data-page="home"] .s-slider__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
body[data-page="home"] .s-slider__hint {
  font-size: 12px;
  color: rgba(255,255,255,.32);
  letter-spacing: .05em;
}
body[data-page="home"] .s-slider__controls {
  display: flex;
  gap: 8px;
}
body[data-page="home"] .s-slider__btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.85);
  font-size: 22px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
body[data-page="home"] .s-slider__btn:hover {
  background: rgba(255,255,255,.11);
  border-color: rgba(124,92,255,.36);
  transform: translateY(-1px);
}
body[data-page="home"] .s-slider__viewport {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
body[data-page="home"] .s-slider__viewport::before,
body[data-page="home"] .s-slider__viewport::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 2;
}
body[data-page="home"] .s-slider__viewport::before {
  left: 0;
  background: linear-gradient(90deg, rgba(10,10,20,.96), transparent);
}
body[data-page="home"] .s-slider__viewport::after {
  right: 0;
  background: linear-gradient(270deg, rgba(10,10,20,.96), transparent);
}
body[data-page="home"] .s-slider__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 12px 8px 16px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
body[data-page="home"] .s-slider__track::-webkit-scrollbar {
  display: none;
}
body[data-page="home"] .s-proj-card {
  position: relative;
  flex: 0 0 auto;
  width: clamp(260px, 30vw, 360px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(18,20,30,.55);
  box-shadow: 0 20px 65px rgba(0,0,0,.44), 0 0 0 1px rgba(255,255,255,.05) inset;
  scroll-snap-align: start;
  transition: transform .26s cubic-bezier(.16,1,.3,1), box-shadow .26s ease;
}
body[data-page="home"] .s-proj-card:hover {
  transform: translateY(-6px) scale(1.018);
  box-shadow: 0 30px 100px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.08) inset;
}
body[data-page="home"] .s-proj-card__media {
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
  margin: 0;
}
body[data-page="home"] .s-proj-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform .4s ease;
}
body[data-page="home"] .s-proj-card:hover .s-proj-card__media img {
  transform: scale(1.08);
}
body[data-page="home"] .s-proj-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.74) 100%);
}
body[data-page="home"] .s-proj-card__meta {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 16px 18px;
  z-index: 1;
}
body[data-page="home"] .s-proj-card__meta h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.96);
}
body[data-page="home"] .s-proj-card__meta p {
  margin: 3px 0 0;
  font-size: 12px;
  color: rgba(255,255,255,.58);
}
body[data-page="home"] .s-proj-card__dot {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 2;
  animation: dotPulse 2.5s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { opacity: .7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.4); }
}


/* STORY SECTION */
body[data-page="home"] .s-story {
  position: relative;
  overflow: hidden;
}
body[data-page="home"] .s-story__shell {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(20px);
  overflow: hidden;
  padding: 32px;
}
body[data-page="home"] .s-story__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(650px 260px at 12% 10%, rgba(124,92,255,.14), transparent 60%),
    radial-gradient(650px 260px at 88% 90%, rgba(52,211,255,.12), transparent 60%);
  opacity: .95;
}
body[data-page="home"] .s-story__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-story__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body[data-page="home"] .s-story__card {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(12,14,22,.58);
  backdrop-filter: blur(12px);
  min-height: 220px;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(.16,1,.3,1), border-color 0.35s ease, box-shadow 0.45s ease;
}
body[data-page="home"] .s-story__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.06), transparent);
  transition: left 0.6s cubic-bezier(.16,1,.3,1);
}
body[data-page="home"] .s-story__card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(124,92,255,.22);
  box-shadow: 0 24px 56px rgba(124,92,255,.12), 0 0 0 1px rgba(255,255,255,.04) inset;
}
body[data-page="home"] .s-story__card:hover::after {
  left: 100%;
}
body[data-page="home"] .s-story__num {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  color: rgba(255,255,255,.28);
  transition: transform 0.4s cubic-bezier(.16,1,.3,1), color 0.3s ease;
}
body[data-page="home"] .s-story__card:hover .s-story__num {
  transform: scale(1.08);
  color: rgba(124,92,255,.5);
}
body[data-page="home"] .s-story__card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.96);
}
body[data-page="home"] .s-story__card p {
  margin: 0;
  color: rgba(255,255,255,.58);
  line-height: 1.7;
}
body[data-page="home"] .s-story__highlight {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
  align-items: center;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(700px 320px at 20% 0%, rgba(124,92,255,.10), transparent 65%),
    rgba(255,255,255,.04);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 90px rgba(0,0,0,.25);
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-story__highlight {
    grid-template-columns: 1.2fr .8fr;
  }
}
body[data-page="home"] .s-story__highlight-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 950;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,.97);
}
body[data-page="home"] .s-story__highlight-copy p {
  margin: 0;
  color: rgba(255,255,255,.58);
  line-height: 1.72;
}
body[data-page="home"] .s-story__stats {
  display: grid;
  gap: 12px;
}
body[data-page="home"] .s-story__stat {
  border-radius: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
body[data-page="home"] .s-story__stat strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 850;
  color: rgba(255,255,255,.95);
}
body[data-page="home"] .s-story__stat span {
  display: block;
  color: rgba(255,255,255,.52);
  font-size: 13px;
  line-height: 1.5;
}

/* Story: Mehr-lesen Buttons */
body[data-page="home"] .s-story__actions {
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(255,255,255,.1);
  text-align: center;
}
body[data-page="home"] .s-story__actions::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: min(460px, 86%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(124,92,255,.7), rgba(52,211,255,.7), transparent);
  opacity: .7;
}
body[data-page="home"] .s-story__actions-lead {
  margin: 0 auto 1.35rem;
  max-width: 26rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  text-align: center;
  text-wrap: balance;
}
body[data-page="home"] .s-story__actions-lead-line {
  display: block;
  line-height: 1.35;
}
body[data-page="home"] .s-story__actions-lead-line--strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.92);
}
body[data-page="home"] .s-story__actions-lead-line--soft {
  font-size: 13px;
  font-weight: 550;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,.58);
}
body[data-page="home"] .s-story__actions-btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-story__actions-btns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
body[data-page="home"] .s-story__read-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  min-height: 112px;
  font-size: 14px;
  font-weight: 600;
  padding: 16px 46px 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.22);
  background:
    radial-gradient(130% 140% at 0% 0%, rgba(124,92,255,.2), transparent 62%),
    linear-gradient(160deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
  color: rgba(255,255,255,.95);
  box-shadow: 0 16px 44px rgba(0,0,0,.26), inset 0 0 0 1px rgba(124,92,255,.12);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  overflow: hidden;
}
body[data-page="home"] .s-story__read-btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  opacity: .9;
}
body[data-page="home"] .s-story__read-btn::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 26px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124,92,255,.28), rgba(52,211,255,.2));
  opacity: .55;
}
body[data-page="home"] .s-story__read-main {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-right: 0.25rem;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.22;
  color: rgba(255,255,255,.96);
  text-wrap: balance;
  hyphens: none;
}
body[data-page="home"] .s-story__read-line {
  display: block;
}
body[data-page="home"] .s-story__read-sub {
  display: block;
  margin-top: 10px;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(52,211,255,.9);
  line-height: 1.35;
}
body[data-page="home"] .s-story__read-arrow {
  position: absolute;
  right: 14px;
  top: 13px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(52,211,255,.48);
  background: rgba(52,211,255,.18);
  color: rgba(255,255,255,.95);
  font-size: 12px;
  box-shadow: 0 0 0 1px rgba(124,92,255,.1) inset, 0 8px 16px rgba(0,0,0,.2);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
body[data-page="home"] .s-story__read-btn:hover {
  background:
    radial-gradient(130% 140% at 0% 0%, rgba(124,92,255,.3), transparent 62%),
    linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
  border-color: rgba(124,92,255,.52);
  box-shadow: 0 20px 46px rgba(0,0,0,.32), 0 0 26px rgba(124,92,255,.24);
  transform: translateY(-3px);
}
body[data-page="home"] .s-story__read-btn:hover .s-story__read-arrow {
  transform: translateY(-1px) translateX(1px);
  border-color: rgba(52,211,255,.62);
  background: rgba(52,211,255,.24);
}
body[data-page="home"] .s-story__read-btn:focus-visible {
  outline: 2px solid rgba(124,92,255,.6);
  outline-offset: 2px;
}
body[data-page="home"] .s-story__read-btn:nth-child(2) {
  background:
    radial-gradient(130% 140% at 0% 0%, rgba(52,211,255,.2), transparent 62%),
    linear-gradient(160deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
}
body[data-page="home"] .s-story__read-btn:nth-child(2):hover {
  background:
    radial-gradient(130% 140% at 0% 0%, rgba(52,211,255,.3), transparent 62%),
    linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
  border-color: rgba(52,211,255,.5);
}


/* PRICING TEASER */
body[data-page="home"] .s-pricing-teaser {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-pricing-teaser {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
  }
}
body[data-page="home"] .s-price-card {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(16px);
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.4s cubic-bezier(.16,1,.3,1), box-shadow 0.4s ease;
}
body[data-page="home"] .s-price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 80px rgba(0,0,0,.35);
}
body[data-page="home"] .s-price-card::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(52,211,255,.70), rgba(124,92,255,.50));
}
body[data-page="home"] .s-price-card--featured {
  border-color: rgba(124,92,255,.28);
  box-shadow: 0 0 80px rgba(124,92,255,.12), 0 28px 80px rgba(0,0,0,.45);
}
body[data-page="home"] .s-price-card--featured::before {
  background: linear-gradient(90deg, rgba(124,92,255,.90), rgba(52,211,255,.65));
}
body[data-page="home"] .s-price-card__badge {
  display: inline-flex;
  align-items: center;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124,92,255,.24), rgba(52,211,255,.14));
  border: 1px solid rgba(124,92,255,.28);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.90);
  width: fit-content;
}
body[data-page="home"] .s-price-card__head h3 {
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.03em;
  margin: 0 0 6px;
  color: rgba(255,255,255,.97);
}
body[data-page="home"] .s-price-card__head p {
  color: rgba(255,255,255,.54);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
body[data-page="home"] .s-price-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
body[data-page="home"] .s-chip {
  padding: .30rem .72rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.72);
}
body[data-page="home"] .s-price-card__actions {
  margin-top: auto;
}
body[data-page="home"] .s-price-card__actions .btn {
  width: 100%;
  justify-content: center;
}


/* PROCESS — Marketing-Optimierung: Hierarchie, Abstände, Premium-Look */
body[data-page="home"] [data-section="process"] .container {
  position: relative;
}
body[data-page="home"] [data-section="process"] .container::before {
  content: "";
  position: absolute;
  inset: -24px -20px -32px;
  border-radius: 32px;
  background:
    radial-gradient(ellipse 85% 50% at 50% -10%, rgba(124,92,255,.1), transparent 50%),
    radial-gradient(ellipse 60% 40% at 90% 60%, rgba(52,211,255,.06), transparent 45%);
  pointer-events: none;
  z-index: 0;
}
body[data-page="home"] .s-section__head--process {
  margin-bottom: var(--s-9);
  text-align: center;
}
body[data-page="home"] .s-section__title--process {
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 950;
  letter-spacing: -0.045em;
  color: rgba(255,255,255,.98);
  margin: 0 0 8px;
  display: block;
  line-height: 1.1;
}
body[data-page="home"] .s-section__head--process .s-section__title--process::after {
  display: none;
}
body[data-page="home"] .s-section__meta--process {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  color: rgba(255,255,255,.5);
  margin: 0 0 14px;
}
body[data-page="home"] .s-section__lead--process {
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255,255,255,.6);
  line-height: 1.55;
  max-width: 36ch;
  margin: 0 auto;
}
body[data-page="home"] .s-process {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-process {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 8px;
    align-items: start;
    padding: 40px 32px 48px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.1);
    background: linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.02) 100%);
    backdrop-filter: blur(24px);
    box-shadow:
      0 0 0 1px rgba(255,255,255,.06) inset,
      0 32px 80px rgba(0,0,0,.3),
      0 12px 32px rgba(0,0,0,.15);
  }
}
body[data-page="home"] .s-process__item {
  display: flex;
  flex-direction: column;
  gap: 0;
}
body[data-page="home"] .s-process__num-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  /* Linksbündig: Zahl links, Strahl nach rechts — klare Leseordnung, wirkt bewusster */
  body[data-page="home"] .s-process__num-wrap {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 26px;
    min-height: 52px;
  }
}
body[data-page="home"] .s-process__num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(155deg, rgba(124,92,255,.32), rgba(52,211,255,.2));
  border: 1px solid rgba(124,92,255,.4);
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.99);
  position: relative;
  z-index: 2;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.12) inset,
    0 0 0 8px rgba(124,92,255,.06),
    0 6px 24px rgba(0,0,0,.3),
    0 2px 8px rgba(0,0,0,.2);
  transform: scale(0.9);
  opacity: 0.8;
  transition: transform 0.5s cubic-bezier(.16,1,.3,1), background .4s ease, box-shadow .45s ease, opacity .4s ease, border-color .35s ease;
}
body[data-page="home"] .s-process__num::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(145deg, rgba(124,92,255,.6), rgba(52,211,255,.4), rgba(124,92,255,.5));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
body[data-page="home"] .s-process__item.is-revealed .s-process__num::before {
  opacity: 1;
}
body[data-page="home"] .s-process__item.is-revealed .s-process__num {
  transform: scale(1);
  opacity: 1;
  background: linear-gradient(155deg, rgba(124,92,255,.65), rgba(52,211,255,.45));
  border-color: rgba(124,92,255,.55);
  box-shadow:
    0 0 0 8px rgba(124,92,255,.1),
    0 0 32px rgba(124,92,255,.28),
    0 6px 24px rgba(0,0,0,.28);
  animation: processNumGlow 2.8s ease-in-out infinite;
}
body[data-page="home"] .s-process__item.is-revealed .s-process__num::before {
  opacity: 1;
}
@keyframes processNumGlow {
  0%, 100% { box-shadow: 0 0 0 8px rgba(124,92,255,.1), 0 0 32px rgba(124,92,255,.28), 0 6px 24px rgba(0,0,0,.28); }
  50% { box-shadow: 0 0 0 10px rgba(124,92,255,.06), 0 0 40px rgba(124,92,255,.35), 0 6px 24px rgba(0,0,0,.28); }
}
body[data-page="home"] .s-process__body {
  opacity: 0.88;
  transform: translateY(10px);
  transition: opacity 0.55s cubic-bezier(.16,1,.3,1) 120ms, transform 0.55s cubic-bezier(.16,1,.3,1) 120ms, border-color .3s ease, box-shadow .35s ease;
}
body[data-page="home"] .s-process__item.is-revealed .s-process__body {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-process__body {
    border-radius: 16px;
    padding: 28px 28px 32px 0;
    margin: 0 -4px;
    text-align: left;
    transition: opacity 0.5s cubic-bezier(.16,1,.3,1) 100ms, transform 0.5s cubic-bezier(.16,1,.3,1) 100ms, box-shadow .35s ease, background .3s ease;
  }
  body[data-page="home"] .s-process__body:hover {
    background: rgba(255,255,255,.04);
    box-shadow: 0 8px 28px rgba(0,0,0,.18);
  }
}
/* Strahl: links an der Zahl beginnend, Glow, läuft hinter der Zahl (z-index) */
body[data-page="home"] .s-process__line {
  flex: 1;
  min-width: 12px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-process__line {
    height: 5px;
    min-width: 16px;
    background: rgba(255,255,255,.05);
    z-index: 0;
  }
}
body[data-page="home"] .s-process__line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 100%;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(124,92,255,.9) 0%,
    rgba(52,211,255,.75) 35%,
    rgba(124,92,255,.85) 70%,
    rgba(52,211,255,.7) 100%
  );
  background-size: 200% 100%;
  box-shadow: 0 0 24px rgba(124,92,255,.25), 0 0 12px rgba(52,211,255,.15);
  transition: right 900ms cubic-bezier(.16,1,.3,1) 250ms;
}
body[data-page="home"] .s-process__item.is-revealed .s-process__line::after {
  right: 0;
  animation: processLineShimmer 3s ease-in-out infinite;
}
@keyframes processLineShimmer {
  0%, 100% { background-position: 0% 50%; opacity: 1; }
  50% { background-position: 100% 50%; opacity: 0.95; }
}
@media (max-width: 1024px) {
  body[data-page="home"] [data-section="process"] .container::before {
    inset: -16px -12px -20px;
    border-radius: 22px;
  }
  body[data-page="home"] .s-section__head--process {
    margin-bottom: clamp(1.75rem, 6vw, 2.5rem);
  }
  body[data-page="home"] .s-section__title--process {
    font-size: clamp(26px, 8vw, 36px);
  }
  body[data-page="home"] .s-section__lead--process {
    max-width: 34ch;
    font-size: clamp(14px, 3.8vw, 16px);
  }
  /* Mobile: klare Karten pro Schritt — kein „Strich unter der Zahl“ */
  body[data-page="home"] .s-process {
    display: flex;
    flex-direction: column;
    gap: 0.72rem;
    padding: 0 2px;
  }
  body[data-page="home"] .s-process__item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 0.95rem;
    align-items: start;
    padding: 0.95rem 0.95rem 1rem 0.85rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
      linear-gradient(155deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.07) inset,
      0 14px 44px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
  }
  body[data-page="home"] .s-process__num-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1;
    padding-top: 2px;
  }
  body[data-page="home"] .s-process__line {
    display: none;
  }
  body[data-page="home"] .s-process__num {
    width: 48px;
    height: 48px;
    font-size: 16px;
    transform: scale(1);
    opacity: 1;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.1) inset,
      0 4px 18px rgba(0, 0, 0, 0.35);
  }
  body[data-page="home"] .s-process__item.is-revealed .s-process__num {
    animation: none;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.12) inset,
      0 0 0 6px rgba(124, 92, 255, 0.08),
      0 6px 22px rgba(0, 0, 0, 0.3);
  }
  body[data-page="home"] .s-process__body {
    grid-column: 2;
    grid-row: 1;
    padding: 0;
    opacity: 1;
    transform: none;
    text-align: left;
  }
  body[data-page="home"] .s-process__body h3 {
    font-size: clamp(16px, 4.2vw, 17px);
    margin: 0 0 0.4rem;
    letter-spacing: -0.02em;
  }
  body[data-page="home"] .s-process__body p {
    font-size: 14px;
    line-height: 1.55;
    max-width: none;
    color: rgba(255, 255, 255, 0.62);
  }
}
body[data-page="home"] .s-process__body {
  padding: 0 24px 28px 0;
}
body[data-page="home"] .s-process__body h3 {
  font-size: clamp(17px, 1.5vw, 19px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0 0 10px;
  color: rgba(255,255,255,.98);
}
body[data-page="home"] .s-process__body p {
  font-size: clamp(14px, 1.15vw, 15px);
  color: rgba(255,255,255,.58);
  line-height: 1.65;
  margin: 0;
  text-wrap: balance;
  max-width: 28em;
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-process__body h3 {
    margin-bottom: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .s-process__item.is-revealed .s-process__num,
  body[data-page="home"] .s-process__item.is-revealed .s-process__num::before { animation: none; }
  body[data-page="home"] .s-process__item.is-revealed .s-process__line::after { animation: none; }
}


/* FAQ */
body[data-page="home"] .s-faq {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin: 0 auto;
}
body[data-page="home"] .s-faq__item {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transition: border-color 0.35s ease, transform 0.35s cubic-bezier(.16,1,.3,1), box-shadow 0.35s ease;
}
body[data-page="home"] .s-faq__item:hover {
  transform: translateX(6px);
  box-shadow: 0 6px 28px rgba(0,0,0,.22);
}
body[data-page="home"] .s-faq__item[open] {
  border-color: rgba(124,92,255,.28);
  box-shadow: 0 8px 32px rgba(124,92,255,.08);
}
body[data-page="home"] .s-faq__item summary {
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  color: rgba(255,255,255,.92);
  transition: color .2s ease;
}
body[data-page="home"] .s-faq__item summary::-webkit-details-marker {
  display: none;
}
body[data-page="home"] .s-faq__item[open] summary {
  color: rgba(255,255,255,1);
}
body[data-page="home"] .s-faq__content {
  padding: 0 22px 20px;
  color: rgba(255,255,255,.60);
  line-height: 1.68;
}
body[data-page="home"] .s-faq__content p {
  margin: 0;
}


/* CTA */
body[data-page="home"] .s-cta {
  padding: var(--s-9) 0;
}
body[data-page="home"] .s-cta__inner {
  padding: var(--s-8) var(--s-9);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(700px 320px at 20% 0%, rgba(124,92,255,.10), transparent 65%),
    rgba(255,255,255,.04);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 90px rgba(0,0,0,.45);
  display: flex;
  flex-direction: column;
  gap: var(--s-6);
  align-items: flex-start;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  animation: ctaGlow 6s ease-in-out infinite;
}
@keyframes ctaGlow {
  0%, 100% { box-shadow: 0 28px 90px rgba(0,0,0,.45); }
  50% { box-shadow: 0 28px 90px rgba(0,0,0,.45), 0 0 80px rgba(124,92,255,.08); }
}
body[data-page="home"] .s-cta__inner:hover {
  transform: scale(1.01);
  box-shadow: 0 32px 100px rgba(0,0,0,.5), 0 0 100px rgba(124,92,255,.12);
}
@media (min-width: 1024px) {
  body[data-page="home"] .s-cta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
body[data-page="home"] .s-cta__copy h2 {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 950;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,.97);
  margin: 0 0 10px;
}
body[data-page="home"] .s-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  body[data-page="home"] .s-cta__inner {
    padding: var(--s-6);
  }
  body[data-page="home"] .s-proj-card {
    width: min(84vw, 340px);
  }
  body[data-page="home"] .s-slider__viewport::before,
  body[data-page="home"] .s-slider__viewport::after {
    width: 32px;
  }
}

/* Pakete-Section Header (pkgStage__eyebrow auf Startseite) */
body[data-page="home"] .s-section--packages .pkgStage__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: rgba(124,92,255,.88);
  margin-bottom: var(--s-3);
}

/* Chip-Hover (entfernt — nutzen jetzt cPlan) */
body[data-page="home"] .s-chip {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
body[data-page="home"] .s-price-card:hover .s-chip {
  transform: translateY(-1px);
}

/* FAQ — smooth expand mit Icon-Rotation */
body[data-page="home"] .s-faq__item summary {
  position: relative;
  padding: 18px 40px 18px 22px;
}
body[data-page="home"] .s-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 300;
  color: rgba(124,92,255,.9);
  transition: transform 0.4s cubic-bezier(.16,1,.3,1);
}
body[data-page="home"] .s-faq__item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
body[data-page="home"] .s-faq__content {
  animation: faqExpand 0.4s cubic-bezier(.16,1,.3,1);
}
@keyframes faqExpand {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Proof-Items — klickbarer Fokus */
body[data-page="home"] .s-hero__proof-item {
  cursor: default;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body[data-page="home"] .s-hero__proof-item:active {
  transform: scale(0.98);
}

/* REDUCE MOTION */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}




/* Cookie Banner */ 

/* =========================================================
   COOKIE BANNER + COOKIE SETTINGS
   ========================================================= */

body[data-page="home"] .cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1200;
  display: block;
}

body[data-page="home"] .cookie-banner[hidden] {
  display: none !important;
}

body[data-page="home"] .cookie-banner__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: end;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(700px 320px at 12% 0%, rgba(124,92,255,.14), transparent 60%),
    radial-gradient(500px 240px at 100% 100%, rgba(52,211,255,.10), transparent 60%),
    rgba(10,12,22,.92);
  backdrop-filter: blur(20px) saturate(140%);
  box-shadow:
    0 20px 60px rgba(0,0,0,.40),
    0 1px 0 rgba(255,255,255,.06) inset;
}

body[data-page="home"] .cookie-banner__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(52,211,255,.84);
}

body[data-page="home"] .cookie-banner__copy h3 {
  margin: 0 0 8px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.97);
}

body[data-page="home"] .cookie-banner__copy p {
  margin: 0;
  max-width: 62ch;
  color: rgba(255,255,255,.62);
  line-height: 1.65;
  font-size: 14px;
}

body[data-page="home"] .cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

/* ---------- Read-More Overlays (Was unsere Websites besonders macht) ---------- */
body[data-page="home"] .modal--read .modal__backdrop {
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(8px);
}
body[data-page="home"] .modal--read .modal__panel {
  width: min(680px, calc(100vw - 32px));
  max-height: 88vh;
  overflow-y: auto;
  padding: 0;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(18,18,24,.98) 0%, rgba(12,12,18,.98) 100%);
  box-shadow: 0 32px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(124,92,255,.08);
  animation: readMorePanelIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes readMorePanelIn {
  from {
    opacity: 0;
    transform: scale(0.97) translateY(12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .modal--read .modal__panel {
    animation: none;
  }
}
body[data-page="home"] .modal--read .modal__close {
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.9);
  font-size: 18px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
body[data-page="home"] .modal--read .modal__close:hover {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.25);
}
.read-more__inner {
  padding: 40px 36px 44px;
}
.read-more__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(124,92,255,.9);
}
.read-more__title {
  margin: 0 0 1.5rem;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: rgba(255,255,255,.97);
}
.read-more__body.prose {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.78);
}
.read-more__body.prose p {
  margin: 0 0 1rem;
}
.read-more__body.prose p:last-child {
  margin-bottom: 0;
}
.read-more__body.prose h3 {
  margin: 1.75rem 0 0.6rem;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,.95);
}
.read-more__body.prose h3:first-child {
  margin-top: 0;
}
.read-more__body.prose ul {
  margin: 0 0 1rem;
  padding-left: 1.35em;
  list-style: disc;
}
.read-more__body.prose li {
  margin-bottom: 0.4em;
}
.read-more__body.prose li strong {
  color: rgba(255,255,255,.9);
}
@media (max-width: 768px) {
  body[data-page="home"] .modal--read .modal__panel {
    max-height: 92vh;
  }
  .read-more__inner {
    padding: 32px 24px 36px;
  }
}

body[data-page="home"] .modal__panel--cookies {
  max-width: 760px;
  width: min(760px, calc(100vw - 32px));
}

body[data-page="home"] .cookie-settings {
  display: grid;
  gap: 20px;
}

body[data-page="home"] .cookie-settings__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(52,211,255,.88);
}

body[data-page="home"] .cookie-settings__top h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 950;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,.97);
}

body[data-page="home"] .cookie-settings__list {
  display: grid;
  gap: 12px;
}

body[data-page="home"] .cookie-toggle {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}

body[data-page="home"] .cookie-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body[data-page="home"] .cookie-toggle__copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body[data-page="home"] .cookie-toggle__copy strong {
  font-size: 15px;
  font-weight: 850;
  color: rgba(255,255,255,.95);
}

body[data-page="home"] .cookie-toggle__copy span {
  color: rgba(255,255,255,.56);
  font-size: 13px;
  line-height: 1.55;
}

body[data-page="home"] .cookie-toggle__switch {
  width: 52px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.10);
  position: relative;
  transition: background .25s ease, border-color .25s ease;
}

body[data-page="home"] .cookie-toggle__switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,.24);
  transition: transform .25s ease;
}

body[data-page="home"] .cookie-toggle input:checked + .cookie-toggle__switch,
body[data-page="home"] .cookie-toggle__switch.is-active {
  background: linear-gradient(135deg, rgba(124,92,255,.85), rgba(52,211,255,.85));
  border-color: rgba(124,92,255,.24);
}

body[data-page="home"] .cookie-toggle input:checked + .cookie-toggle__switch::after,
body[data-page="home"] .cookie-toggle__switch.is-active::after {
  transform: translateX(22px);
}

body[data-page="home"] .cookie-toggle--locked {
  opacity: 1;
}

body[data-page="home"] .cookie-toggle__switch.is-locked {
  box-shadow: 0 0 0 6px rgba(124,92,255,.08);
}

body[data-page="home"] .cookie-settings__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

/* Demo-Label */
body[data-page="home"] .s-site-demo__demo-label {
  padding: 8px 16px 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(122,82,48,.72);
}

/* =========================================================
   CURSOR / TAP präziser über gemeinsame Zielkoordinaten
   ========================================================= */

body[data-page="home"] .s-site-demo {
  --cursor-click-x: -3px;
  --cursor-click-y: -22px;
}

body[data-page="home"] .s-site-demo__burger {
  position: relative;
  z-index: 9;
}

body[data-page="home"] .s-site-demo__cursor {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 9;
  clip-path: polygon(0 0, 100% 50%, 58% 58%, 73% 100%, 52% 100%, 39% 64%, 0 86%);
  background: rgba(17,24,39,.98);
  box-shadow: 0 8px 20px rgba(15,23,42,.22);
  animation: sSiteCursorMove 12s cubic-bezier(.65,0,.35,1) infinite;
  pointer-events: none;
}

body[data-page="home"] .s-site-demo__tap {
  position: absolute;
  top: 76px;
  right: 22px;
  width: 26px;
  height: 26px;
  z-index: 8;
  border-radius: 50%;
  border: 2px solid rgba(122,82,48,.34);
  transform: scale(0);
  opacity: 0;
  animation: sSiteTapPulse 12s cubic-bezier(.65,0,.35,1) infinite;
  pointer-events: none;
}

@keyframes sSiteCursorMove {
  0%, 6%, 100% {
    transform: translate(0, 0) scale(1);
  }
  9.4% {
    transform: translate(var(--cursor-click-x), var(--cursor-click-y)) scale(1);
  }
  10.9% {
    transform: translate(var(--cursor-click-x), var(--cursor-click-y)) scale(.88);
  }
  12.8% {
    transform: translate(var(--cursor-click-x), var(--cursor-click-y)) scale(1);
  }
  42% {
    transform: translate(-130px, 130px) scale(1);
  }
  60% {
    transform: translate(-154px, 302px) scale(1);
  }
  76% {
    transform: translate(-94px, 436px) scale(1);
  }
  88% {
    transform: translate(-140px, 158px) scale(1);
  }
}

@keyframes sSiteTapPulse {
  0%, 9%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  10.9% {
    transform: translate(var(--cursor-click-x), var(--cursor-click-y)) scale(.40);
    opacity: .72;
  }
  12.9% {
    transform: translate(var(--cursor-click-x), var(--cursor-click-y)) scale(1.9);
    opacity: 0;
  }
  13.3%, 100% {
    transform: scale(0);
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  body[data-page="home"] .cookie-banner__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body[data-page="home"] .cookie-banner__actions,
  body[data-page="home"] .cookie-settings__actions {
    justify-content: flex-start;
  }
}
