/* Hero: 3-Schritte rechts — groß, Text links kompakter, GIF füllt Kachel */

.tf-hero--cinema .tf-hero__metaLinks {
  color: var(--tf-muted) !important;
  opacity: 1 !important;
}

.tf-hero--cinema .tf-hero__metaLinks a {
  color: var(--tf-accent) !important;
  font-weight: 600;
}

.tf-hero--cinema .tf-hero__platforms {
  color: var(--tf-muted) !important;
  opacity: 1 !important;
}

.tf-hero--cinema .tf-hero__platforms span {
  color: #475569 !important;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(15, 23, 42, 0.1);
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
}

@media (min-width: 960px) {
  .tf-hero--cinema .tf-hero__grid {
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
    gap: clamp(1rem, 2vw, 1.75rem);
    align-items: center;
  }

  .tf-hero--cinema .tf-hero__copy {
    max-width: 24rem;
  }

  .tf-hero--cinema .tf-hero__title {
    font-size: clamp(1.65rem, 2.8vw, 2.2rem) !important;
    margin-bottom: 0.75rem !important;
  }

  .tf-hero--cinema .tf-hero__lead {
    font-size: clamp(0.88rem, 1.45vw, 1rem) !important;
    margin-bottom: 1rem !important;
    max-width: 22rem;
    line-height: 1.55 !important;
  }

  .tf-hero--cinema .tf-checklist li {
    font-size: 0.84rem !important;
    padding-left: 1.35rem !important;
  }

  .tf-hero--cinema .tf-checklist {
    gap: 0.4rem !important;
    margin-bottom: 1.1rem !important;
  }

  .tf-hero--cinema .tf-hero__cta .tf-btn--lg {
    padding: 0.68rem 1.15rem !important;
    font-size: 0.9rem !important;
  }

  .tf-hero--cinema .tf-hero__metaLinks {
    font-size: 0.84rem !important;
    color: var(--tf-muted) !important;
    opacity: 1 !important;
  }

  .tf-hero--cinema .tf-hero__metaLinks a {
    color: var(--tf-accent) !important;
    font-weight: 600;
  }

  .tf-hero--cinema .tf-hero__platforms {
    font-size: 0.8rem !important;
    color: var(--tf-muted) !important;
    opacity: 1 !important;
  }

  .tf-hero--cinema .tf-hero__platforms span {
    color: #475569 !important;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(15, 23, 42, 0.1);
    padding: 0.15rem 0.45rem;
    border-radius: 6px;
  }
}

.tf-hero__visual {
  width: 100%;
  justify-content: stretch;
}

.tf-hero__visual .tf-hero-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.55rem, 1.1vw, 0.9rem);
  margin: 0;
  width: 100%;
  max-width: none;
}

.tf-hero-process__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(0.95rem, 1.6vw, 1.2rem) clamp(0.35rem, 0.7vw, 0.55rem) clamp(0.65rem, 1.2vw, 0.85rem);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.tf-hero-process__num {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.4);
  z-index: 2;
}

.tf-hero-process__visual {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.55rem;
  background: #12141a;
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 0;
  line-height: 0;
}

/* Alle drei Schritte: gleiches Querformat (640×360) */
.tf-hero-process__step .tf-hero-process__visual {
  aspect-ratio: 16 / 11;
  min-height: clamp(130px, 19vw, 185px);
}

.tf-hero-process__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tf-hero-process__label {
  font-size: clamp(0.76rem, 1.25vw, 0.88rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--tf-text);
  line-height: 1.2;
}

@media (min-width: 640px) {
  .tf-hero-process__step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 46%;
    right: -0.5rem;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid rgba(37, 99, 235, 0.45);
    z-index: 2;
  }
}

@media (max-width: 959px) {
  .tf-hero__visual .tf-hero-process {
    max-width: min(100%, 560px);
    margin-inline: auto;
  }
}

@media (max-width: 639px) {
  .tf-hero__visual .tf-hero-process {
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .tf-hero-process__step:not(:last-child)::after {
    display: none;
  }
}

.tf-gif-smooth {
  transform: translateZ(0);
  backface-visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .tf-gif-smooth {
    transform: none;
  }
}

.tf-hero--cinema .tf-container::before,
.tf-hero--cinema .tf-container::after {
  display: none;
}
