/* Section styles — hero (premium) */

.hero--premium {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 100svh;
  background-color: #03172B;
  isolation: isolate;
}

.hero--premium:not(.hero--scroll-drive) {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hero--scroll-drive {
  min-height: 0;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible !important;
  isolation: auto;
  background-color: #03172B;
}

.hero--scroll-drive .hero__scroll-track {
  position: relative;
  /* ~69% main sequence, ~3% exit-lead overlap, ~28% exit cushion */
  height: 340vh;
}

.hero--scroll-drive .hero__scroll-sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  min-height: 100svh;
  max-height: 100svh;
  overflow: hidden;
  z-index: 2;
  background-color: #03172B;
}

.hero--scroll-drive .hero__stage {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.hero--scroll-drive .hero__media-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero--scroll-drive .hero__frame-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: filter 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero--scroll-drive .hero__frame-canvas--lq {
  filter: blur(0.35px) brightness(0.97);
}

.hero--scroll-drive .hero__frame-canvas--sharp {
  filter: none;
}

body.is-loading #hero.hero--scroll-drive .hero__frame-canvas--lq {
  filter: blur(0.35px) brightness(0.94);
}

.hero--scroll-drive .hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(3, 23, 43, 0.92) 0%,
    rgba(3, 23, 43, 0.72) 38%,
    rgba(3, 23, 43, 0.18) 72%,
    rgba(3, 23, 43, 0.08) 100%
  );
  pointer-events: none;
  transition: opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero--scroll-drive .hero__inner {
  position: relative;
  z-index: 3;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  height: auto;
  align-self: stretch;
  padding-bottom: clamp(3.25rem, 5.5vh, 4.25rem);
  box-sizing: border-box;
}

.hero--scroll-drive .hero__inner .site-container {
  padding-inline: max(1.25rem, env(safe-area-inset-left, 0px)) max(1.25rem, env(safe-area-inset-right, 0px));
  padding-block: clamp(2rem, 1.25rem + 2vh, 3.5rem);
}

@media (min-width: 768px) {
  .hero--scroll-drive .hero__inner .site-container {
    padding-inline: max(clamp(1.5rem, 1rem + 2vw, 3rem), env(safe-area-inset-left, 0px))
      max(clamp(1.5rem, 1rem + 2vw, 3rem), env(safe-area-inset-right, 0px));
  }
}

@media (min-width: 1024px) {
  .hero--scroll-drive .hero__inner .site-container {
    padding-block: clamp(2.5rem, 1.5rem + 2vh, 4rem);
  }
}

.hero--scroll-drive .hero-content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.hero--scroll-drive .hero-title {
  max-width: 100%;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.hero-annotation-card {
  position: absolute;
  bottom: 8vh;
  right: clamp(1rem, 4vw, 3rem);
  z-index: 2;
  max-width: 22.5rem;
  padding: 1.5rem 1.625rem;
  border-radius: 1.25rem;
  background: rgba(8, 18, 32, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  transform: translateY(1.25rem);
  transition:
    opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.hero-annotation-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hero-annotation-card__number {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #00b4d8;
  margin-bottom: 0.5rem;
}

.hero-annotation-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.hero-annotation-card__desc {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.hero-annotation-card__stat-value {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #00b4d8;
  text-shadow: 0 0 18px rgba(0, 180, 216, 0.35);
}

.hero-annotation-card__stat-label {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.hero-scroll-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 2.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.hero-scroll-hint__arrow {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  animation: hero-scroll-hint-bounce 1.8s ease-in-out infinite;
}

@keyframes hero-scroll-hint-bounce {
  0%,
  100% {
    transform: rotate(45deg) translateY(-2px);
    opacity: 0.45;
  }
  50% {
    transform: rotate(45deg) translateY(3px);
    opacity: 1;
  }
}

/* Hero Trust Bar — Referenz-Slider über Hero-Media */
.hero-trust {
  --hero-trust-cyan: #00b4d8;
  --hero-trust-duration: 42s;
  --hero-trust-edge: clamp(3.5rem, 11vw, 8rem);
  --hero-trust-feather: clamp(5rem, 11vw, 8.5rem);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  pointer-events: none;
}

.hero-trust__shell {
  position: relative;
  overflow: hidden;
  background: transparent;
  padding-bottom: max(0.5rem, env(safe-area-inset-bottom, 0px));
}

.hero-trust__marquee {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.hero-trust__viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    transparent var(--hero-trust-edge),
    rgba(0, 0, 0, 0.18) calc(var(--hero-trust-edge) + var(--hero-trust-feather) * 0.22),
    rgba(0, 0, 0, 0.52) calc(var(--hero-trust-edge) + var(--hero-trust-feather) * 0.58),
    #000 calc(var(--hero-trust-edge) + var(--hero-trust-feather)),
    #000 calc(100% - var(--hero-trust-edge) - var(--hero-trust-feather)),
    rgba(0, 0, 0, 0.52) calc(100% - var(--hero-trust-edge) - var(--hero-trust-feather) * 0.58),
    rgba(0, 0, 0, 0.18) calc(100% - var(--hero-trust-edge) - var(--hero-trust-feather) * 0.22),
    transparent calc(100% - var(--hero-trust-edge)),
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    transparent var(--hero-trust-edge),
    rgba(0, 0, 0, 0.18) calc(var(--hero-trust-edge) + var(--hero-trust-feather) * 0.22),
    rgba(0, 0, 0, 0.52) calc(var(--hero-trust-edge) + var(--hero-trust-feather) * 0.58),
    #000 calc(var(--hero-trust-edge) + var(--hero-trust-feather)),
    #000 calc(100% - var(--hero-trust-edge) - var(--hero-trust-feather)),
    rgba(0, 0, 0, 0.52) calc(100% - var(--hero-trust-edge) - var(--hero-trust-feather) * 0.58),
    rgba(0, 0, 0, 0.18) calc(100% - var(--hero-trust-edge) - var(--hero-trust-feather) * 0.22),
    transparent calc(100% - var(--hero-trust-edge)),
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.hero-trust__track {
  display: flex;
  width: max-content;
  transform: translate3d(0, 0, 0);
  animation: hero-trust-marquee var(--hero-trust-duration) linear infinite;
}

.hero-trust__marquee:hover .hero-trust__track,
.hero-trust__marquee:focus-within .hero-trust__track {
  animation-play-state: paused;
}

.hero-trust__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-trust__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-block: clamp(0.5rem, 0.4rem + 0.25vw, 0.75rem) clamp(0.625rem, 0.5rem + 0.3vw, 0.875rem);
  white-space: nowrap;
}

.hero-trust__rule {
  display: block;
  width: 1px;
  height: clamp(1rem, 0.85rem + 0.35vw, 1.25rem);
  margin-inline: clamp(2rem, 1.5rem + 1.75vw, 3.25rem);
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(0, 180, 216, 0.22) 18%,
    rgba(0, 180, 216, 0.62) 50%,
    rgba(0, 180, 216, 0.22) 82%,
    transparent 100%
  );
  box-shadow: 0 0 12px rgba(0, 180, 216, 0.18);
  opacity: 0.9;
}

.hero-trust__label {
  display: inline-block;
  font-family: var(--font-heading, "Plus Jakarta Sans", sans-serif);
  font-size: clamp(1.125rem, 0.98rem + 0.62vw, 1.5625rem);
  font-weight: 500;
  letter-spacing: 0.012em;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.94);
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.18),
    0 8px 28px rgba(0, 0, 0, 0.28);
  transition:
    color 360ms cubic-bezier(0.22, 1, 0.36, 1),
    text-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-trust__marquee:hover .hero-trust__label {
  color: rgba(255, 255, 255, 0.72);
}

.hero-trust__marquee:hover .hero-trust__item:hover .hero-trust__label {
  color: #fff;
  text-shadow:
    0 0 18px rgba(0, 180, 216, 0.28),
    0 8px 28px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}

.hero-trust__sr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@keyframes hero-trust-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.hero--premium .hero-trust {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-loading #hero.hero--premium .hero-trust,
body.is-loading #hero.hero--scroll-drive .hero-trust {
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
}

body.is-ready #hero.hero--premium .hero-trust,
body.is-ready #hero.hero--scroll-drive .hero-trust {
  transition-delay: 1.18s;
}

@media (max-width: 640px) {
  .hero-trust {
    --hero-trust-duration: 34s;
    --hero-trust-edge: clamp(2rem, 14vw, 3.5rem);
    --hero-trust-feather: clamp(3.75rem, 15vw, 6rem);
  }

  .hero-trust__rule {
    margin-inline: clamp(1.35rem, 1rem + 1.5vw, 2rem);
  }

  .hero-trust__label {
    font-size: clamp(1rem, 0.92rem + 0.35vw, 1.1875rem);
  }
}

@media (max-width: 1024px) {
  .hero--scroll-drive .hero__scroll-track {
    height: 303vh;
  }
}

@media (max-width: 768px) {
  .hero--scroll-drive .hero__scroll-track {
    height: 267vh;
  }

  .hero-annotation-card {
    bottom: 1.5vh;
    left: 2vw;
    right: 2vw;
    max-width: none;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .hero-annotation-card__number {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .hero-annotation-card__desc,
  .hero-annotation-card__stat {
    display: none;
  }

  .hero-annotation-card__title {
    margin: 0;
    font-size: 0.9375rem;
  }

  .hero-scroll-hint {
    display: none;
  }
}

.hero--premium .site-container {
  max-width: 100rem;
}

.site-header--premium .site-header__glass--constrained {
  max-width: 100rem;
  margin-inline: auto;
  width: 100%;
}

.hero--premium .hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.hero--premium .hero__background-image,
.hero--scroll-drive .hero__frame-canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  filter: brightness(1);
  will-change: transform, filter;
  transition:
    transform 1.45s cubic-bezier(0.22, 1, 0.36, 1),
    filter 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero--premium .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 23, 43, 0.95) 0%,
    rgba(3, 23, 43, 0.8) 40%,
    rgba(3, 23, 43, 0.2) 100%
  );
  pointer-events: none;
  opacity: 1;
  transition: opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-loading #hero.hero--premium .hero__background-image,
body.is-loading #hero.hero--scroll-drive .hero__frame-canvas {
  transform: scale(1.09);
  filter: brightness(0.76);
}

body.is-loading #hero.hero--premium .hero__overlay {
  opacity: 0.94;
}

body.is-loading #hero.hero--premium .hero__background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(95% 70% at 18% 42%, rgba(0, 132, 180, 0.08) 0%, transparent 58%),
    radial-gradient(120% 85% at 50% 30%, rgba(3, 23, 43, 0.12) 0%, rgba(3, 23, 43, 0.62) 100%);
  opacity: 1;
  transition: opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-ready #hero.hero--premium .hero__background::after {
  opacity: 0;
}

.hero--premium .hero-eyebrow,
.hero--premium .hero-title,
.hero--premium .hero-description {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition:
    opacity 0.92s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.98s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.82s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-loading #hero.hero--premium .hero-eyebrow,
body.is-loading #hero.hero--premium .hero-title,
body.is-loading #hero.hero--premium .hero-description {
  opacity: 0;
  transform: translateY(1.75rem);
  filter: blur(5px);
}

body.is-loading #hero.hero--premium .hero-card__inner {
  opacity: 0;
}

body.is-ready #hero.hero--premium .hero-eyebrow { transition-delay: 0.34s; }
body.is-ready #hero.hero--premium .hero-title { transition-delay: 0.46s; }
body.is-ready #hero.hero--premium .hero-description { transition-delay: 0.58s; }
body.is-loading #hero.hero--premium .hero-btn--primary,
body.is-loading #hero.hero--premium .hero-btn--ghost {
  opacity: 0;
  transform: translateY(1.75rem);
  filter: blur(5px);
}

body.is-ready #hero.hero--premium .hero-btn--primary {
  transition-delay: 0.7s;
}

body.is-ready #hero.hero--premium .hero-btn--ghost {
  transition-delay: 0.78s;
}
body.is-ready #hero.hero--premium .hero-card__inner {
  transition-delay: 0.84s;
}

/* Hero-Card: Premium-Eingang (gestaffelt nach Shell) */
.hero--premium .hero-card__glow,
.hero--premium .hero-card__eyebrow,
.hero--premium .hero-chart__plot,
.hero--premium .hero-chart__caption,
.hero--premium .hero-card__divider,
.hero--premium .hero-card__feature {
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-loading #hero.hero--premium .hero-card__glow {
  opacity: 0;
  transform: scale(0.55);
}

body.is-loading #hero.hero--premium .hero-card__eyebrow {
  opacity: 0;
  transform: translateY(0.625rem);
  filter: blur(4px);
}

body.is-loading #hero.hero--premium .hero-chart__plot {
  opacity: 0;
  transform: translateY(0.75rem);
}

body.is-loading #hero.hero--premium .hero-chart__bar {
  transform: scaleY(0);
}

body.is-loading #hero.hero--premium .hero-chart__trend {
  opacity: 0;
}

body.is-loading #hero.hero--premium .hero-chart__caption {
  opacity: 0;
  transform: translateY(0.5rem);
}

body.is-loading #hero.hero--premium .hero-card__divider {
  opacity: 0;
  transform: scaleY(0.15);
  transform-origin: center top;
}

body.is-loading #hero.hero--premium .hero-card__feature {
  opacity: 0;
  transform: translateX(0.875rem);
  filter: blur(4px);
}

body.is-ready #hero.hero--premium .hero-card__glow { transition-delay: 0.96s; }
body.is-ready #hero.hero--premium .hero-card__eyebrow { transition-delay: 1.04s; }
body.is-ready #hero.hero--premium .hero-chart__plot { transition-delay: 1.1s; }
body.is-ready #hero.hero--premium .hero-chart__bar:nth-child(1) { transition-delay: 1.14s; }
body.is-ready #hero.hero--premium .hero-chart__bar:nth-child(2) { transition-delay: 1.2s; }
body.is-ready #hero.hero--premium .hero-chart__bar:nth-child(3) { transition-delay: 1.26s; }
body.is-ready #hero.hero--premium .hero-chart__bar:nth-child(4) { transition-delay: 1.32s; }
body.is-ready #hero.hero--premium .hero-chart__bar:nth-child(5) { transition-delay: 1.38s; }
body.is-ready #hero.hero--premium .hero-chart__trend {
  transition-delay: 1.1s;
  animation: hero-chart-trend-draw 1.1s cubic-bezier(0.22, 1, 0.36, 1) 1.1s both;
}
body.is-ready #hero.hero--premium .hero-chart__caption { transition-delay: 1.44s; }
body.is-ready #hero.hero--premium .hero-card__divider { transition-delay: 1.28s; }
body.is-ready #hero.hero--premium .hero-card__feature:nth-child(1) { transition-delay: 1.34s; }
body.is-ready #hero.hero--premium .hero-card__feature:nth-child(2) { transition-delay: 1.42s; }
body.is-ready #hero.hero--premium .hero-card__feature:nth-child(3) { transition-delay: 1.5s; }

body.is-ready #hero.hero--premium .hero-card__eyebrow-dot {
  animation: hero-card-dot-flash 0.85s cubic-bezier(0.22, 1, 0.36, 1) 1.08s both;
}

@keyframes hero-chart-trend-draw {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes hero-chart-dot-pulse {
  0%,
  100% {
    opacity: 0.7;
    filter: drop-shadow(0 0 4px rgba(0, 180, 216, 0.4));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(0, 180, 216, 0.9));
  }
}

@keyframes hero-card-dot-flash {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 4px rgba(0, 180, 216, 0.25);
  }
  55% {
    transform: scale(1.2);
    box-shadow: 0 0 20px rgba(0, 180, 216, 0.95);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(0, 180, 216, 0.65);
  }
}

.hero--premium .hero__inner {
  width: 100%;
  padding-top: calc(var(--header-height, 5.75rem) + 0.5rem);
  box-sizing: border-box;
}

body[data-site-header="disabled"] .hero--premium .hero__inner {
  padding-top: 0;
}

.hero--premium .hero-card-wrap {
  align-self: end;
}

.hero--premium .hero-card {
  position: relative;
  border-radius: 1.75rem;
}

.hero--premium .hero-card__glow {
  position: absolute;
  inset: -14% -6% auto 32%;
  height: 68%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 38%, transparent 72%);
  filter: blur(22px);
  pointer-events: none;
  z-index: 0;
}

.hero--premium .hero-card__inner {
  --hero-card-glass-bg: rgba(8, 18, 32, 0.52);
  --hero-card-glass-border: rgba(255, 255, 255, 0.12);
  --hero-card-glass-highlight: rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 1.375rem 1.5rem 1.5rem;
  border-radius: inherit;
  background: var(--hero-card-glass-bg);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid var(--hero-card-glass-border);
  box-shadow:
    0 0.5px 0 0 var(--hero-card-glass-highlight) inset,
    0 12px 40px rgba(2, 8, 23, 0.28),
    0 2px 8px rgba(2, 8, 23, 0.12);
  opacity: 1;
  transition:
    opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1),
    background 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero--premium .hero-card__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 38%);
  opacity: 0.45;
}

body.is-ready #hero.hero--premium .hero-card:hover .hero-card__inner {
  transform: translateY(-3px);
  --hero-card-glass-bg: rgba(6, 14, 28, 0.56);
  --hero-card-glass-border: rgba(255, 255, 255, 0.15);
  box-shadow:
    0 0.5px 0 0 rgba(255, 255, 255, 0.12) inset,
    0 16px 48px rgba(2, 8, 23, 0.34),
    0 4px 12px rgba(2, 8, 23, 0.18);
}

.hero--premium .hero-card__eyebrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 1.125rem;
  max-width: 100%;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-wrap: balance;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.hero--premium .hero-card__eyebrow-dot {
  width: 0.375rem;
  height: 0.375rem;
  margin-top: 0.2em;
  flex-shrink: 0;
  border-radius: 9999px;
  background: #00b4d8;
  box-shadow: 0 0 10px rgba(0, 180, 216, 0.65);
}

.hero--premium .hero-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1.375rem;
}

.hero--premium .hero-card__divider {
  align-self: stretch;
  width: 1px;
  flex-shrink: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 255, 255, 0.14) 16%,
    rgba(255, 255, 255, 0.14) 84%,
    transparent 100%
  );
}

.hero--premium .hero-chart {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
  width: 7.5rem;
}

.hero--premium .hero-chart__plot {
  position: relative;
  width: 100%;
  height: 5.5rem;
  border-radius: 0.75rem;
  background: rgba(4, 12, 24, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.hero--premium .hero-chart__grid {
  position: absolute;
  inset: 0.625rem 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
  z-index: 0;
}

.hero--premium .hero-chart__grid span {
  display: block;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.07) 12%,
    rgba(255, 255, 255, 0.07) 88%,
    transparent 100%
  );
}

.hero--premium .hero-chart__bars {
  position: absolute;
  inset: 0.625rem 0.5rem 0.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.3125rem;
  z-index: 1;
}

.hero--premium .hero-chart__bar {
  flex: 1;
  height: var(--bar-h, 50%);
  min-width: 0;
  border-radius: 0.25rem 0.25rem 0.125rem 0.125rem;
  background: linear-gradient(
    180deg,
    rgba(0, 180, 216, 0.55) 0%,
    rgba(0, 132, 180, 0.28) 100%
  );
  border: 1px solid rgba(0, 180, 216, 0.22);
  box-shadow: 0 0 12px rgba(0, 132, 180, 0.12);
  transform-origin: center bottom;
  transform: scaleY(1);
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero--premium .hero-chart__bar--peak {
  background: linear-gradient(
    180deg,
    #00b4d8 0%,
    #0084b4 58%,
    rgba(0, 132, 180, 0.45) 100%
  );
  border-color: rgba(0, 180, 216, 0.55);
  box-shadow:
    0 0 18px rgba(0, 180, 216, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero--premium .hero-chart__trend {
  position: absolute;
  inset: 0.625rem 0.5rem 0.5rem;
  width: calc(100% - 1rem);
  height: calc(100% - 1.125rem);
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}

.hero--premium .hero-chart__area {
  fill: url(#hero-chart-fill);
  opacity: 0.85;
}

.hero--premium .hero-chart__line {
  fill: none;
  stroke: url(#hero-chart-trend);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.hero--premium .hero-chart__dot {
  fill: #00b4d8;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 1.5;
}

body.is-ready #hero.hero--premium .hero-chart__dot {
  animation: hero-chart-dot-pulse 2.4s ease-in-out 1.6s infinite;
}

.hero--premium .hero-chart__caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
  margin: 0;
  text-align: center;
}

.hero--premium .hero-chart__value {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

.hero--premium .hero-chart__unit {
  font-size: 1rem;
  font-weight: 600;
  color: #00b4d8;
}

.hero--premium .hero-chart__label {
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.hero--premium .hero-chart__plot,
.hero--premium .hero-chart__bar,
.hero--premium .hero-chart__trend,
.hero--premium .hero-chart__caption {
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero--premium .hero-chart__bar {
  transition:
    opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero--premium .hero-card__features {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
}

.hero--premium .hero-card__feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero--premium .hero-card__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  box-shadow:
    0 0.5px 0 0 rgba(255, 255, 255, 0.16) inset,
    0 2px 8px rgba(0, 0, 0, 0.12);
}

.hero--premium .hero-card__feature-icon .material-symbols-outlined {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.94);
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.hero--premium .hero-card__feature-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
}

@media (min-width: 1280px) {
  .hero--premium .hero-card__inner {
    padding: 1.5rem 1.625rem 1.625rem;
  }

  .hero--premium .hero-card__body {
    gap: 1.625rem;
  }

  .hero--premium .hero-chart {
    width: 8rem;
  }

  .hero--premium .hero-chart__plot {
    height: 6rem;
  }

  .hero--premium .hero-chart__value {
    font-size: 2rem;
  }
}

.hero--premium .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 42rem;
}

.hero--premium .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  box-sizing: border-box;
  min-height: 2.875rem;
  height: 2.875rem;
  padding: 0 1.625rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  transition:
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.hero--premium .hero-btn--primary {
  opacity: 1;
  transform: translateY(0);
  filter: none;
  transition:
    opacity 0.92s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.98s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.hero--premium .hero-btn__label {
  display: inline-flex;
  align-items: center;
  line-height: 1.25;
  text-wrap: balance;
}

.hero--premium .hero-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 1.125rem;
  line-height: 1;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), color 220ms ease;
}

.hero--premium .hero-btn__icon--placeholder {
  display: none;
}

.hero--premium .hero-btn--ghost {
  --hero-btn-glass-bg: rgba(8, 18, 32, 0.52);
  --hero-btn-glass-border: rgba(255, 255, 255, 0.12);
  --hero-btn-glass-highlight: rgba(255, 255, 255, 0.06);
  display: inline-grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 0;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  color: rgba(255, 255, 255, 0.92);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 0.5px 0 0 rgba(255, 255, 255, 0.08) inset,
    0 4px 14px rgba(2, 8, 23, 0.26);
  transition:
    opacity 0.92s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.98s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero--premium .hero-btn--ghost .hero-btn__label {
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.hero--premium .hero-btn--primary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, #0a9fd4 0%, #0084b4 52%, #00739c 100%);
  box-shadow:
    0 0.5px 0 0 rgba(255, 255, 255, 0.26) inset,
    0 14px 34px rgba(0, 132, 180, 0.4),
    0 4px 14px rgba(2, 8, 23, 0.26);
}

.hero--premium .hero-btn--primary:hover,
.hero--premium .hero-btn--primary:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #12b0e8 0%, #0096cc 52%, #0084b4 100%);
  box-shadow:
    0 0.5px 0 0 rgba(255, 255, 255, 0.32) inset,
    0 18px 42px rgba(0, 132, 180, 0.5),
    0 6px 18px rgba(2, 8, 23, 0.3);
}

.hero--premium .hero-btn--primary:hover .hero-btn__icon,
.hero--premium .hero-btn--primary:focus-visible .hero-btn__icon {
  transform: translateX(3px);
}

.hero--premium .hero-btn--ghost .hero-btn__glass {
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background: var(--hero-btn-glass-bg);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 0;
  box-shadow:
    0 0.5px 0 0 var(--hero-btn-glass-highlight) inset;
  transition:
    background 220ms ease,
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero--premium .hero-btn--ghost::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, transparent 38%);
  opacity: 0.45;
}

.hero--premium .hero-btn--ghost:hover .hero-btn__glass,
.hero--premium .hero-btn--ghost:focus-visible .hero-btn__glass {
  box-shadow:
    0 0.5px 0 0 rgba(255, 255, 255, 0.1) inset;
}

.hero--premium .hero-btn--ghost:hover,
.hero--premium .hero-btn--ghost:focus-visible {
  color: #fff;
  --hero-btn-glass-bg: rgba(6, 14, 28, 0.56);
  box-shadow:
    0 0.5px 0 0 rgba(255, 255, 255, 0.1) inset,
    0 6px 18px rgba(2, 8, 23, 0.3);
}

.hero--premium .hero-btn--ghost .hero-btn__icon {
  color: rgba(255, 255, 255, 0.88);
}

.hero--premium .hero-btn--ghost:hover .hero-btn__icon,
.hero--premium .hero-btn--ghost:focus-visible .hero-btn__icon {
  color: #fff;
}

@media (max-width: 639px) {
  .hero--premium .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero--premium .hero-btn {
    width: 100%;
    height: 2.875rem;
    min-height: 2.875rem;
    padding: 0 1.625rem;
    white-space: normal;
  }

  .hero--premium .hero-btn--ghost .hero-btn__glass {
    inset: -1px;
  }

  .hero--scroll-drive.hero--premium .hero-eyebrow {
    margin-bottom: 0.75rem;
  }

  .hero--scroll-drive.hero--premium .hero-title {
    margin-bottom: 0.75rem;
    line-height: 1.12;
  }

  .hero--scroll-drive.hero--premium .hero-description {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.55;
  }
}

@media (max-width: 1023px) {
  .hero--scroll-drive .hero__scroll-sticky {
    height: auto;
    min-height: 100svh;
    max-height: none;
    overflow: visible;
  }

  .hero--scroll-drive .hero__stage {
    min-height: 100svh;
    height: auto;
  }

  .hero--premium .hero__inner {
    padding-top: calc(var(--header-height, 5.75rem) + 0.25rem);
  }

  .hero--scroll-drive .hero__inner {
    flex: 1 1 auto;
    align-items: flex-start;
    align-self: stretch;
    min-height: auto;
    height: auto;
  }

  .hero--scroll-drive.hero--premium .hero__inner {
    padding-bottom: clamp(1rem, 2vh, 1.5rem);
  }

  .hero--scroll-drive .hero__inner .site-container {
    padding-block: clamp(1rem, 0.75rem + 1vh, 1.75rem);
  }

  .hero--scroll-drive .hero-content {
    justify-content: flex-start;
  }

  .hero--scroll-drive .hero-trust {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    flex-shrink: 0;
    width: 100%;
    margin-top: auto;
  }

  .hero--scroll-drive.hero--premium .hero-eyebrow {
    margin-bottom: 1rem;
  }

  .hero--scroll-drive.hero--premium .hero-title {
    font-size: clamp(2rem, 1.5rem + 3vw, 3rem);
    margin-bottom: 1rem;
  }

  .hero--scroll-drive.hero--premium .hero-description {
    margin-bottom: 1.5rem;
  }

  .hero--premium .hero-title {
    font-size: clamp(2rem, 1.5rem + 3vw, 3rem);
  }
}

.hero--premium .hero-actions {
  margin-bottom: 0;
}

/* Kleiner Desktop (1024–1279px): zweispaltiges Layout verkleinern,
   damit Hero-Inhalt, Leistungs-Karte und Trust-Bar nicht überlappen. */
@media (min-width: 1024px) and (max-width: 1279px) {
  .hero--scroll-drive .hero__grid {
    gap: 2rem;
    align-items: center !important;
  }

  .hero--premium .hero-title {
    font-size: clamp(2.5rem, 1.4rem + 3.4vw, 3.5rem);
  }

  .hero--premium .hero-description {
    margin-bottom: 1.75rem;
  }

  .hero--scroll-drive .hero-content {
    justify-content: center;
  }

  .hero--premium .hero-card-wrap {
    align-self: center;
  }

  .hero--premium .hero-card {
    max-width: 24rem;
  }

  .hero--premium .hero-card__body {
    gap: 1.125rem;
  }

  .hero--premium .hero-chart {
    width: 6.5rem;
  }

  .hero--premium .hero-chart__plot {
    height: 4.75rem;
  }

  .hero--premium .hero-chart__value {
    font-size: 1.5rem;
  }

  .hero--premium .hero-card__feature-title {
    font-size: 0.8125rem;
  }

  .hero--scroll-drive.hero--premium .hero__inner {
    padding-bottom: clamp(5rem, 9vh, 7rem);
  }
}

/* Niedrige Desktop-Viewports (kurze Laptop-Bildschirme): Das gepinnte
   Scroll-Hero (100svh, overflow:hidden) kann nicht wachsen — deshalb wird
   der Inhalt vertikal komprimiert, damit nichts abgeschnitten wird und die
   Trust-Bar nicht über Buttons/Karte rutscht. */
@media (min-width: 1024px) and (max-height: 880px) {
  .hero--scroll-drive .hero__grid {
    gap: 2.5rem;
    align-items: center !important;
  }

  .hero--scroll-drive .hero-content {
    justify-content: center;
  }

  .hero--premium .hero-card-wrap {
    align-self: center;
  }

  .hero--premium .hero-title {
    font-size: clamp(2.25rem, 1.2rem + 2.6vw, 3.25rem);
    margin-bottom: 1rem;
  }

  .hero--premium .hero-description {
    margin-bottom: 1.5rem;
  }

  .hero--scroll-drive.hero--premium .hero__inner {
    padding-bottom: clamp(4.5rem, 8vh, 6rem);
  }

  .hero--scroll-drive .hero__inner .site-container {
    padding-block: 1rem;
  }

  .hero--premium .hero-chart {
    width: 6.75rem;
  }

  .hero--premium .hero-chart__plot {
    height: 5rem;
  }

  .hero--premium .hero-chart__value {
    font-size: 1.625rem;
  }
}

@media (min-width: 1024px) and (max-height: 720px) {
  .hero--premium .hero-eyebrow {
    margin-bottom: 1rem;
  }

  .hero--premium .hero-title {
    font-size: clamp(1.875rem, 1rem + 2.2vw, 2.625rem);
    margin-bottom: 0.75rem;
  }

  .hero--premium .hero-description {
    margin-bottom: 1.25rem;
  }

  .hero--premium .hero-card__body {
    gap: 1rem;
  }

  .hero--premium .hero-chart {
    width: 6rem;
  }

  .hero--premium .hero-chart__plot {
    height: 4.25rem;
  }

  .hero--premium .hero-chart__value {
    font-size: 1.375rem;
  }

  .hero--premium .hero-card__feature {
    gap: 0.625rem;
  }

  .hero--premium .hero-card__features {
    gap: 0.625rem;
  }

  .hero--scroll-drive.hero--premium .hero__inner {
    padding-bottom: clamp(4rem, 7vh, 5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero--premium .hero-btn,
  .hero--premium .hero-btn__icon {
    transition: none;
  }

  .hero--premium .hero-btn--primary:hover,
  .hero--premium .hero-btn--primary:focus-visible,
  body.is-ready #hero.hero--premium .hero-card:hover .hero-card__inner {
    transform: none;
  }

  body.is-loading #hero.hero--premium .hero__background-image,
  body.is-ready #hero.hero--premium .hero__background-image,
  body.is-loading #hero.hero--scroll-drive .hero__frame-canvas,
  body.is-ready #hero.hero--scroll-drive .hero__frame-canvas {
    transform: none;
    filter: none;
    transition: none;
  }

  body.is-loading #hero.hero--premium .hero__background::after,
  body.is-loading #hero.hero--premium .hero-eyebrow,
  body.is-loading #hero.hero--premium .hero-title,
  body.is-loading #hero.hero--premium .hero-description,
  body.is-loading #hero.hero--premium .hero-btn--primary,
  body.is-loading #hero.hero--premium .hero-btn--ghost,
  body.is-loading #hero.hero--premium .hero-card__inner,
  body.is-loading #hero.hero--premium .hero-card__glow,
  body.is-loading #hero.hero--premium .hero-card__eyebrow,
  body.is-loading #hero.hero--premium .hero-chart__plot,
  body.is-loading #hero.hero--premium .hero-chart__bar,
  body.is-loading #hero.hero--premium .hero-chart__trend,
  body.is-loading #hero.hero--premium .hero-chart__caption,
  body.is-loading #hero.hero--premium .hero-card__divider,
  body.is-loading #hero.hero--premium .hero-card__feature {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }

  body.is-ready #hero.hero--premium .hero-chart__trend {
    animation: none;
    opacity: 1;
    clip-path: none;
  }

  body.is-ready #hero.hero--premium .hero-chart__dot {
    animation: none;
  }

  body.is-loading .site-header--premium {
    opacity: 1;
    transform: none;
  }

  .hero-trust__track {
    animation: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    transform: none;
  }

  .hero-trust__group + .hero-trust__group {
    display: none;
  }

  .hero-trust__viewport {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-trust__item {
    padding-inline: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  }

  .hero-trust__rule {
    display: none;
  }

  .hero-trust__marquee:hover .hero-trust__label,
  .hero-trust__marquee:hover .hero-trust__item:hover .hero-trust__label {
    color: rgba(255, 255, 255, 0.94);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
    transform: none;
  }
}
