/* =========================================================
   NEXAS Media — Projektseite Hydrotechnik
   Erweitert alt3.css + videoproduktion.css
   Hell/Dunkel-Wechsel · Grid-Transparenz · Slider
   ========================================================= */

/* ---------------------------------------------------------
   Section: HERO (DUNKEL) — Title + Vimeo-Frame
   --------------------------------------------------------- */
.ht-hero.block {
  padding: clamp(120px, 14vw, 180px) 0 0;
  /* Override .block { overflow: hidden } — Video soll überlappen */
  overflow: visible;
  /* Hero MUSS über der nachfolgenden Story-Section liegen, damit das überlappende
     Video nicht vom hellen Background der Story überdeckt wird. */
  z-index: 2;
  /* Videopaket-Verlauf statt Grid */
  background: linear-gradient(160deg, var(--light-ink) 0%, #1a2030 100%);
}
.ht-hero.block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(22,224,255,0.30), transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.ht-hero .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ht-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  background: linear-gradient(160deg, rgba(22,224,255,0.18), rgba(22,224,255,0.05));
  border: 1px solid rgba(22,224,255,0.30);
  border-radius: 999px;
  font-family: var(--font-m);
  font-size: 11px;
  font-weight: 500;
  color: var(--cyan);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.ht-eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--cyan);
  animation: pulse 1.6s ease-in-out infinite;
}

.ht-h1 {
  font-family: var(--font-d);
  font-weight: 600;
  font-size: clamp(44px, 7vw, 108px);
  letter-spacing: -0.045em;
  line-height: 0.96;
  margin: 22px auto 22px;
  font-variation-settings: 'opsz' 96;
  max-width: 16ch;
}
.ht-h1 em {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, var(--cyan), #ffffff 50%, var(--cyan));
  background-size: 200% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  animation: shine 8s ease-in-out infinite;
}
@keyframes shine {
  0%,100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.ht-lead {
  font-size: clamp(16px, 1.35vw, 20px);
  color: var(--ink-mute);
  max-width: 64ch;
  line-height: 1.6;
  margin: 0 auto 56px;
}

.ht-video-wrap { width: 100%; }
.ht-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: clamp(16px, 1.6vw, 24px);
  padding: 1.5px;
  background: conic-gradient(
    from var(--ht-beam-ang),
    transparent 0deg,
    rgba(22,224,255,0.0) 10deg,
    rgba(22,224,255,0.6) 60deg,
    rgba(255,255,255,0.95) 80deg,
    rgba(22,224,255,0.6) 100deg,
    rgba(22,224,255,0.0) 150deg,
    transparent 360deg
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 5;
  filter: drop-shadow(0 0 8px rgba(22,224,255,0.7))
          drop-shadow(0 0 14px rgba(22,224,255,0.35));
  animation: htBeamSpin 6s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .ht-video-wrap::after { animation: none; }
}

/* ---------------------------------------------------------
   VIDEO-FRAME — überlappt nächste Sektion
   --------------------------------------------------------- */
.ht-video-wrap {
  position: relative;
  margin-bottom: clamp(-220px, -16vw, -120px); /* Überlappt nach unten — größerer Wert für sichtbare Überlappung */
  z-index: 3;
}
.ht-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: clamp(16px, 1.6vw, 24px);
  overflow: hidden;
  background: #000;
  box-shadow:
    0 50px 100px -30px rgba(0,0,0,0.75),
    0 0 120px -20px rgba(22,224,255,0.18),
    inset 0 1px 0 rgba(255,255,255,0.10);
  isolation: isolate;
}
.ht-video iframe,
.ht-video video,
.ht-video img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
}

/* NEXAS-X-Badge oben rechts, ragt aus dem Video heraus */
.ht-video-logo {
  position: absolute;
  top: clamp(-22px, -1.6vw, -16px);
  right: clamp(-22px, -1.6vw, -16px);
  z-index: 7;
  width: clamp(56px, 5.4vw, 84px);
  height: clamp(56px, 5.4vw, 84px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,0.45);
  pointer-events: none;
}
.ht-video-logo img {
  width: 58%;
  height: 58%;
  object-fit: contain;
  display: block;
}

/* Vimeo-Branding unten rechts (Vimeo-Logo bei Pause) abdecken */
.ht-video::after {
  content: "";
  position: absolute;
  right: 0; bottom: 0;
  width: clamp(72px, 8vw, 120px);
  height: clamp(40px, 4.4vw, 60px);
  /* unsichtbarer Klick-Blocker — nur damit der "auf Vimeo öffnen"-Link nicht klickbar ist */
  z-index: 3;
  pointer-events: auto;
  background: transparent;
}

/* ---------------------------------------------------------
   STORY (HELL) — Stats-Strip oben + 2-Spalten darunter
   --------------------------------------------------------- */
.ht-story.block {
  padding: clamp(200px, 22vw, 300px) 0 clamp(80px, 10vw, 140px);
  /* extra Top-Padding wegen überlappendem Video */
  z-index: 1; /* unter Hero, damit Video überlappen kann */
}
.ht-story .container {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 88px);
}

/* Stats-Strip — Icon + Zahl nebeneinander, Label darunter */
.ht-stats {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.ht-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 4px;
  align-items: center;
  padding: 22px 26px;
  background: rgba(255,255,255,0.55);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(0,65,107,0.14);
  border-radius: var(--r-md);
  box-shadow: 0 10px 30px -18px rgba(0,65,107,0.25);
  transition: border-color .3s, transform .4s var(--ease), background .3s;
}
.ht-stat:hover {
  border-color: rgba(0,153,204,0.45);
  transform: translateY(-3px);
  background: rgba(255,255,255,0.72);
}
.ht-stat-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0,153,204,0.14), rgba(0,65,107,0.04));
  border: 1px solid rgba(0,153,204,0.30);
  color: var(--nexas);
  transition: transform .35s var(--ease), background .3s;
}
.ht-stat-icon svg { width: 20px; height: 20px; }
.ht-stat:hover .ht-stat-icon {
  transform: scale(1.08) rotate(-3deg);
  background: linear-gradient(135deg, rgba(0,153,204,0.26), rgba(0,65,107,0.08));
}
.ht-stat-num {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--font-d);
  font-weight: 600;
  font-size: clamp(24px, 2.6vw, 32px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--light-ink);
  font-variation-settings: 'opsz' 96;
}
.ht-stat-num em {
  font-style: normal;
  font-family: var(--font-m);
  font-size: 0.55em;
  font-weight: 500;
  color: rgba(10,13,20,0.55);
  margin-left: 3px;
  letter-spacing: 0.04em;
}
.ht-stat-lbl {
  grid-column: 2;
  grid-row: 2;
  font-family: var(--font-m);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(10,13,20,0.55);
  text-transform: uppercase;
}

/* 2-Spalten Block: Headline+Text links, Logo+Aufzählung rechts */
.ht-story-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.ht-story-text { display: flex; flex-direction: column; gap: 24px; }

.ht-story-h2 {
  font-family: var(--font-d);
  font-weight: 600;
  font-size: clamp(32px, 4vw, 56px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--light-ink);
  margin: 0;
}
.ht-story-h2 em {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, var(--cyan-2), var(--nexas));
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.ht-story-body { display: flex; flex-direction: column; gap: 16px; }
.ht-story-body p {
  margin: 0;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.7;
  color: rgba(10,13,20,0.78);
}
.ht-story-body p strong { color: var(--light-ink); font-weight: 600; }

/* Rechte Spalte: Aufzählungs-Box + Fineprint darunter */
.ht-story-aside-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ht-story-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  background: rgba(255,255,255,0.55);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(0,65,107,0.12);
  box-shadow: 0 10px 30px -18px rgba(0,65,107,0.25);
  border-radius: var(--r-md);
}
.ht-mark {
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
}
.ht-points {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  border-top: 1px solid rgba(10,13,20,0.10);
}
.ht-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(10,13,20,0.82);
  line-height: 1.4;
}
.ht-points svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--cyan-2); }

/* Fineprint — Auftraggeber */
.ht-fineprint {
  margin: 0;
  font-family: var(--font-m);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(10,13,20,0.45);
}
.ht-fineprint a {
  color: rgba(10,13,20,0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(10,13,20,0.18);
  transition: color .2s, border-color .2s;
}
.ht-fineprint a:hover { color: var(--cyan-2); border-color: var(--cyan-2); }

@media (max-width: 900px) {
  .ht-story-grid { grid-template-columns: 1fr; }
}
/* Mobile: Stats kompakt nebeneinander, Layout vertikal pro Card */
@media (max-width: 760px) {
  .ht-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .ht-stat {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 0;
    row-gap: 6px;
    padding: 14px 10px;
    text-align: center;
    justify-items: center;
  }
  .ht-stat-icon {
    grid-column: 1;
    grid-row: 1;
    width: 32px;
    height: 32px;
  }
  .ht-stat-icon svg { width: 16px; height: 16px; }
  .ht-stat-num {
    grid-column: 1;
    grid-row: 2;
    font-size: 20px;
  }
  .ht-stat-num em { font-size: 0.6em; }
  .ht-stat-lbl {
    grid-column: 1;
    grid-row: 3;
    font-size: 9.5px;
    letter-spacing: 0.08em;
  }
}

/* ---------------------------------------------------------
   GALLERY-SLIDER (DUNKEL)
   --------------------------------------------------------- */
.ht-gallery {
  padding: clamp(80px, 10vw, 140px) 0 clamp(24px, 3vw, 48px);
}
.ht-gallery .sec-head {
  margin-bottom: clamp(40px, 5vw, 64px);
}

.ht-slider {
  position: relative;
}
/* Full-bleed Ausbruch aus dem Container.
   Padding = Container-Außenrand, damit der erste Slide bündig zum Container startet */
.ht-slider-track {
  --gutter: max(var(--pad-x), calc((100vw - var(--container)) / 2 + var(--pad-x)));

  display: flex;
  gap: clamp(14px, 1.6vw, 26px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 4px var(--gutter) 14px;
  scroll-padding-left: var(--gutter);
  scroll-padding-right: var(--gutter);
}
.ht-slider-track::-webkit-scrollbar { display: none; }

.ht-slide {
  flex: 0 0 78%;
  scroll-snap-align: start;
  border-radius: clamp(14px, 1.4vw, 20px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: var(--bg-2);
  aspect-ratio: 16 / 9;
  position: relative;
  isolation: isolate;
}
.ht-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.ht-slide iframe {
  width: 100%; height: 100%;
  display: block;
  border: 0;
}
/* Extra-Video-Sektion: Desktop = Text links, Video rechts. Mobile = Text oben, Video unten. */
.ht-extra-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 1.4fr;
  grid-template-areas: "text video";
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.ht-extra-text       { grid-area: text; }
.ht-extra-video-frame { grid-area: video; }

@media (max-width: 920px) {
  .ht-extra-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "text"
      "video";
    gap: clamp(20px, 3vw, 32px);
  }
}
.ht-extra-text h2 {
  font-family: var(--font-d);
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 clamp(14px, 1.4vw, 20px);
}
.ht-extra-text h2 em {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, var(--cyan), #ffffff 50%, var(--cyan));
  background-size: 200% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  animation: shineDarkBT 8s ease-in-out infinite;
}
.ht-extra-text p {
  font-family: var(--font-b);
  font-size: clamp(15px, 1.15vw, 17px);
  color: rgba(245,246,248,0.75);
  line-height: 1.6;
  margin: 0;
}
.ht-extra-video-frame {
  position: relative;
  border-radius: clamp(14px, 1.4vw, 20px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: var(--bg-2);
  aspect-ratio: 16 / 9;
  box-shadow: 0 24px 60px -24px rgba(0,0,0,0.55);
}
.ht-extra-video-frame iframe {
  width: 100%; height: 100%;
  display: block;
  border: 0;
}

/* Video-Slide bekommt eigenen Container mit Caption darunter */
.ht-slide.ht-slide-video {
  display: flex;
  flex-direction: column;
  aspect-ratio: auto;
  background: transparent;
  border: 0;
  overflow: visible;
  border-radius: 0;
}
.ht-slide-video-frame {
  position: relative;
  border-radius: clamp(14px, 1.4vw, 20px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: var(--bg-2);
  aspect-ratio: 16 / 9;
}
.ht-slide-video-frame iframe {
  width: 100%; height: 100%;
  display: block;
  border: 0;
}
.ht-slide-caption {
  margin-top: clamp(14px, 1.4vw, 18px);
  padding: clamp(16px, 1.4vw, 22px) clamp(18px, 1.6vw, 26px);
  border-radius: clamp(12px, 1.2vw, 16px);
  background: linear-gradient(160deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(245,246,248,0.92);
}
.ht-slide-caption strong {
  font-family: var(--font-d);
  font-weight: 600;
  font-size: clamp(16px, 1.3vw, 20px);
  letter-spacing: -0.01em;
  display: block;
  margin-bottom: 6px;
  color: #fff;
}
.ht-slide-caption span {
  font-family: var(--font-b);
  font-size: clamp(13px, 1vw, 15px);
  color: rgba(245,246,248,0.72);
  line-height: 1.5;
}
@media (min-width: 900px) {
  .ht-slide { flex-basis: 62%; }
}
@media (min-width: 1200px) {
  .ht-slide { flex-basis: 56%; }
}
@media (max-width: 600px) {
  .ht-slide { flex-basis: 92%; }
}

/* Pfeile */
.ht-slider-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  gap: 16px;
}
.ht-slider-arrows {
  display: inline-flex;
  gap: 10px;
}
.ht-slider-btn {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: linear-gradient(160deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--ink);
  cursor: pointer;
  transition: background .25s, border-color .25s, transform .25s var(--ease);
  backdrop-filter: blur(12px);
}
.ht-slider-btn:hover {
  background: rgba(22,224,255,0.16);
  border-color: rgba(22,224,255,0.45);
  transform: translateY(-2px);
}
.ht-slider-btn svg { width: 18px; height: 18px; }
.ht-slider-btn[disabled] { opacity: 0.35; cursor: default; transform: none; }

/* Dots */
.ht-slider-dots {
  display: inline-flex;
  gap: 8px;
}
.ht-slider-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  cursor: pointer;
  transition: background .2s, width .25s var(--ease);
  border: none;
  padding: 0;
}
.ht-slider-dot.is-active {
  background: var(--cyan);
  width: 24px;
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(22,224,255,0.55);
}

/* ---------------------------------------------------------
   LIGHTBOX (für Slider-Bilder)
   --------------------------------------------------------- */
.ht-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 4vw, 60px);
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: zoom-out;
}
.ht-lightbox.is-open { display: flex; animation: htLbIn .35s var(--ease); }
@keyframes htLbIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.ht-lb-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.85);
  cursor: default;
}
.ht-lb-close,
.ht-lb-prev,
.ht-lb-next {
  position: absolute;
  width: 48px; height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: background .25s, transform .25s var(--ease), border-color .25s;
}
.ht-lb-close:hover,
.ht-lb-prev:hover,
.ht-lb-next:hover {
  background: rgba(22,224,255,0.25);
  border-color: rgba(22,224,255,0.55);
}
.ht-lb-close { top: clamp(16px, 2vw, 28px); right: clamp(16px, 2vw, 28px); }
.ht-lb-prev  { left:  clamp(16px, 2vw, 28px); top: 50%; transform: translateY(-50%); }
.ht-lb-next  { right: clamp(16px, 2vw, 28px); top: 50%; transform: translateY(-50%); }
.ht-lb-prev:hover { transform: translateY(-50%) scale(1.06); }
.ht-lb-next:hover { transform: translateY(-50%) scale(1.06); }
.ht-lb-close svg, .ht-lb-prev svg, .ht-lb-next svg { width: 22px; height: 22px; }
.ht-lb-counter {
  position: absolute;
  bottom: clamp(20px, 3vw, 32px);
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-m);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 7px 14px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

/* ---------------------------------------------------------
   CTA-Strip (DUNKEL)
   --------------------------------------------------------- */
.ht-cta {
  padding: clamp(24px, 3vw, 48px) 0 clamp(80px, 10vw, 140px);
}
@property --ht-beam-ang {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.ht-cta-card {
  position: relative;
  padding: clamp(40px, 5vw, 72px);
  border-radius: clamp(18px, 1.8vw, 28px);
  background: linear-gradient(160deg, var(--light-ink) 0%, #1a2030 100%);
  border: 1px solid rgba(22,224,255,0.22);
  isolation: isolate;
  overflow: clip;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
.ht-cta-card::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(22,224,255,0.30), transparent 65%);
  pointer-events: none;
  z-index: -1;
}
/* Permanent rotierender Cyan-Beam außenrum */
.ht-cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(
    from var(--ht-beam-ang),
    transparent 0deg,
    rgba(22,224,255,0.0) 10deg,
    rgba(22,224,255,0.6) 60deg,
    rgba(255,255,255,0.95) 80deg,
    rgba(22,224,255,0.6) 100deg,
    rgba(22,224,255,0.0) 150deg,
    transparent 360deg
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 5;
  filter: drop-shadow(0 0 8px rgba(22,224,255,0.7))
          drop-shadow(0 0 14px rgba(22,224,255,0.35));
  animation: htBeamSpin 6s linear infinite;
}
@keyframes htBeamSpin { to { --ht-beam-ang: 360deg; } }
@media (prefers-reduced-motion: reduce) {
  .ht-cta-card::after { animation: none; }
}
.ht-cta-card h3 {
  font-family: var(--font-d);
  font-weight: 600;
  font-size: clamp(26px, 3vw, 42px);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 10px;
  color: var(--ink);
}
.ht-cta-card p {
  margin: 0;
  color: var(--ink-mute);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.6;
  max-width: 56ch;
}
@media (max-width: 760px) {
  .ht-cta-card { grid-template-columns: 1fr; text-align: left; }
}

/* Logo-Marquee unter der CTA-Card, dezent */
.ht-cta-known { margin-top: clamp(28px, 3.5vw, 56px); }

/* ---------------------------------------------------------
   RELATED PROJECTS (HELL) — Cards-Grid + CTA + Trust-Pille
   --------------------------------------------------------- */
.ht-related.block {
  padding: clamp(60px, 8vw, 100px) 0 clamp(80px, 10vw, 140px);
}
.ht-related .sec-head { margin-bottom: clamp(36px, 4vw, 56px); }
.ht-related .sec-head h2 { color: var(--light-ink); }

.ht-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 28px);
}
@media (max-width: 920px) { .ht-related-grid { grid-template-columns: 1fr; } }

/* Cards übernehmen .vp-case Look — auf hellem BG bleiben Headlines weiß */
.ht-related .vp-case h3 { color: #fff; }
.ht-related .vp-case p { color: var(--ink-mute); }

/* CTA-Button-Reihe + Trust-Pille */
.ht-related-foot {
  margin-top: clamp(40px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 3vw, 40px);
}
.ht-related .sec-head .ht-related-cta {
  display: inline-flex;
  margin-top: clamp(20px, 2.4vw, 32px);
}
.ht-related .sec-head .ht-related-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, 1.2vw, 16px);
  margin-top: clamp(20px, 2.4vw, 32px);
}
.ht-related .sec-head .ht-related-actions .ht-related-cta {
  margin-top: 0;
}

/* Ghost-Button auf hellem BG — Kontrast sicherstellen */
.block-light .btn-ghost {
  color: var(--light-ink);
  background: linear-gradient(160deg, rgba(10,13,20,0.05), rgba(10,13,20,0.02));
  border-color: rgba(10,13,20,0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    inset 0 -1px 0 rgba(10,13,20,0.04);
}
.block-light .btn-ghost:hover {
  color: var(--cyan-2);
  border-color: var(--cyan-2);
  background: linear-gradient(160deg, rgba(0,153,204,0.10), rgba(0,153,204,0.04));
}

/* Trust-Pille auf hellem BG — Standard-Videopaket-Verlauf */
.ht-related .bt-trust-row {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(22,224,255,0.30), transparent 65%),
    linear-gradient(160deg, var(--light-ink) 0%, #1a2030 100%);
  border: 1px solid rgba(22,224,255,0.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 18px 40px -22px rgba(10,13,20,0.40);
}
.ht-related .bt-google-meta { color: rgba(245,246,248,0.75); }
.ht-related .bt-google-meta .dim { color: rgba(245,246,248,0.55); }
.ht-related .bt-google-rating strong { color: #fff; }
