/* ===================================================
   Hill Holly × Happy Broccoli – Angebot
   Custom CSS | Bootstrap 5 Basis | Redesign
   =================================================== */

/* ===== VARIABLEN ===== */

:root {
  --accent: #2DD87A;
  --accent-dark: #1AAD5E;
  --accent-light: #E6FAF1;
  --accent-mid: #B7F0D4;
  --text: #111111;
  --text-muted: #6B7280;
  --bg-dark: #111111;
  --bg-off: #F5F5F3;
  --border: #E2E2E2;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 999px;
  --shadow: 0 4px 32px rgba(0,0,0,0.07);
  --shadow-hover: 0 10px 48px rgba(0,0,0,0.14);
}

/* ===== RESET / BASE ===== */

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: var(--text);
  background: #fff;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.15;
  color: var(--text);
}

p {
  color: var(--text-muted);
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--accent-dark);
  text-decoration: none;
}

a:hover {
  color: var(--accent);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== PASSWORT-OVERLAY ===== */

#pw-overlay {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

#pw-overlay .pw-logo {
  max-width: 120px;
  margin-bottom: 2.5rem;
}

#pw-overlay h2 {
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
}

#pw-overlay > p {
  font-size: 0.9rem;
  margin-bottom: 1.75rem;
  text-align: center;
  max-width: 340px;
}

#pw-overlay .pw-form {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 380px;
}

#pw-overlay input[type="password"] {
  flex: 1;
  min-width: 200px;
  border: 2px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 0.7rem 1.3rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
}

#pw-overlay input[type="password"]:focus {
  border-color: var(--accent);
}

#pw-error {
  color: #e53e3e;
  font-size: 0.85rem;
  margin-top: 0.75rem;
  display: none;
}

/* ===== BUTTONS ===== */

.btn-accent {
  background: var(--accent);
  color: #fff !important;
  border: none;
  border-radius: var(--radius-pill);
  padding: 0.8rem 2.2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.btn-accent:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(45,216,122,0.35);
}

.btn-phone {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
  flex-shrink: 0;
}

.btn-phone:hover {
  border-color: var(--accent);
  background: rgba(45,216,122,0.15);
  color: #fff;
  transform: translateY(-2px);
}

.btn-phone.dark {
  border-color: var(--border);
  color: var(--text);
}

.btn-phone.dark:hover {
  border-color: var(--accent);
  color: var(--accent-dark);
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 2px solid var(--text);
  border-radius: var(--radius-pill);
  padding: 0.7rem 1.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.btn-outline:hover {
  background: var(--text);
  color: #fff;
  transform: translateY(-2px);
}

.btn-subtle {
  background: transparent;
  color: var(--text-muted);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 0.65rem 1.6rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.btn-subtle:hover {
  border-color: var(--text-muted);
  color: var(--text);
}

.cta-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}

/* ===== ABSCHNITT-LABEL ===== */

.section-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-dark);
  display: block;
  margin-bottom: 0.75rem;
}

.section-label.light {
  color: rgba(255,255,255,0.6);
}

/* ===== LOGO BANNER ===== */

#logo-banner {
  background: var(--bg-dark);
  padding: 3rem 0 3rem;
  overflow: hidden;
}

/* ===== GAME BANNER ===== */

.game-banner {
  width: 100%;
  height: 300px;
  background: url('../../assets/img/Screenshots/dd-banner.jpg') center / cover no-repeat;
}

.logo-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.banner-logo {
  max-height: 88px;
  width: auto;
  object-fit: contain;
}

.banner-logo.light {
  filter: brightness(0) invert(1);
}

.banner-logo.happy-broccoli {
  max-height: 108px;
}

.banner-divider {
  width: 1px;
  height: 72px;
  background: rgba(255,255,255,0.18);
  margin: 0 3.5rem;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  #logo-banner {
    padding-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .banner-logo {
    max-height: 60px;
  }
}

@media (max-width: 576px) {
  .banner-logo.happy-broccoli {
    max-height: 74px;
  }
}

@media (max-width: 576px) {
  .banner-divider {
    margin: 0;
    height: 52px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* kein horizontaler Margin → kein Overflow */

@media (max-width: 576px) {
  .game-banner {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .video-hero-wrap {
    margin-top: -200px!important;
  }
}

/* ===== HERO ===== */

#hero {
  padding: 0 0 80px;
}

/* Video schwebt über Game-Banner */

.video-hero-wrap {
  display: flex;
  justify-content: center;
  margin-top: -270px;
  margin-bottom: 56px;
  position: relative;
  z-index: 10;
}

/* Video-Thumbnail */

.video-thumb {
  width: 420px;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--bg-dark);
  position: relative;
  cursor: pointer;
  box-shadow: 0 16px 56px rgba(0,0,0,0.35);
  transition: transform 0.25s, box-shadow 0.25s;
}

.video-thumb:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 24px 64px rgba(0,0,0,0.45);
}

.video-thumb-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
}

@keyframes pulse-play {
  0%, 100% {
    box-shadow: 0 6px 28px rgba(45,216,122,0.45), 0 0 0 0 rgba(45,216,122,0.35);
  }
  55% {
    box-shadow: 0 6px 28px rgba(45,216,122,0.45), 0 0 0 16px rgba(45,216,122,0);
  }
}

.play-icon-xl {
  width: 80px;
  height: 80px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
  animation: pulse-play 2.8s ease-in-out infinite;
}

.play-icon-xl svg {
  fill: #fff;
  width: 28px;
  height: 28px;
}

.video-thumb:hover .play-icon-xl {
  transform: scale(1.1);
  background: var(--accent-dark);
}

.video-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.65));
  padding: 2rem 1.25rem 1rem;
  color: rgba(255,255,255,0.9);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
}

/* Hero Headline */

.hero-headline {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-headline em {
  font-style: normal;
  color: var(--accent-dark);
}

.hero-lead {
  font-size: 1.05rem;
  max-width: 500px;
  margin-bottom: 0;
}

/* Preis */

.price-block {
  background: var(--accent);
  border-radius: var(--radius-xl);
  padding: 2rem 2.5rem;
  margin-top: 2.25rem;
  display: inline-block;
}

.price-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 0.3rem;
}

.price-amount {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  color: #fff;
  line-height: 1;
}

.price-amount span {
  font-size: 1.3rem;
  opacity: 0.85;
  margin-left: 0.2rem;
}

.price-note {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  margin-top: 0.5rem;
}

/* Speaker Photo */

.speaker-photo {
  border-radius: var(--radius-xl);
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

/* ===== CASTING ===== */

#casting {
  background: var(--bg-dark);
  padding: 80px 0;
}

#casting h2 {
  color: #fff;
}

#casting .section-label {
  color: var(--accent);
}

.casting-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.06em;
  margin-bottom: 2.5rem;
}

.character-card {
  background: #1d1d1d;
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 0.85rem;
  transition: background 0.2s, transform 0.2s;
}

.character-card:hover {
  background: #222;
  transform: translateX(4px);
}

.character-img {
  width: 96px;
  height: 96px;
  border-radius: var(--radius);
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #2a2a2a;
}

.character-info {
  flex: 1;
  min-width: 0;
}

.character-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.75rem;
}

/* Custom Audio Player */

.custom-audio {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-pill);
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}

.custom-audio.light {
  background: #F0FDF6;
}

.audio-play {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.18s, transform 0.15s;
  color: #fff;
  padding: 0;
}

.audio-play:hover {
  background: var(--accent-dark);
  transform: scale(1.08);
}

.audio-play svg {
  fill: #fff;
  width: 14px;
  height: 14px;
}

.audio-play .icon-pause {
  display: none;
}

.custom-audio.playing .audio-play .icon-play {
  display: none;
}

.custom-audio.playing .audio-play .icon-pause {
  display: block;
}

.audio-track {
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,0.12);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.custom-audio.light .audio-track {
  background: #D1FAE5;
}

.audio-progress-fill {
  height: 100%;
  background: var(--accent);
  border-radius: 2px;
  width: 0%;
  pointer-events: none;
  transition: none;
}

.audio-time {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  min-width: 56px;
  text-align: right;
}

.custom-audio.light .audio-time {
  color: var(--text-muted);
}

/* Casting Hinweis */

.casting-note {
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius);
  padding: 1.5rem 1.75rem;
  border-left: 3px solid var(--accent);
  margin-top: 2.5rem;
}

.casting-note h5 {
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 0.6rem;
}

.casting-note p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
}

/* ===== KALKULATION ===== */

#kalkulation {
  padding: 80px 0;
}

.kalk-list {
  width: 100%;
}

.kalk-row {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}

.kalk-row:last-child {
  border-bottom: none;
}

.kalk-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--text-muted);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.kalk-num.discount {
  border-color: var(--accent);
  color: var(--accent-dark);
  font-size: 1rem;
}

.kalk-body {
  flex: 1;
  min-width: 0;
}

.kalk-body strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
}

.td-desc {
  color: var(--text-muted);
  font-size: 0.83rem;
  margin-top: 0.15rem;
}

.kalk-amount {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  white-space: nowrap;
  padding-top: 0.1rem;
  font-size: 0.95rem;
}

.kalk-amount.discount {
  color: var(--accent-dark);
}

.kalk-total-block {
  background: var(--accent);
  border-radius: var(--radius-xl);
  padding: 2rem 2.5rem;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.kalk-total-block .label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}

.kalk-total-block .amount {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
}

.kalk-total-block .amount small {
  font-size: 1.4rem;
  opacity: 0.75;
  margin-left: 0.15rem;
}

.kalk-reverse-charge {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: right;
  margin-top: 0.6rem;
}

/* ===== FAIRE GAGEN ===== */

#faire-gagen {
  background: var(--bg-off);
  padding: 72px 0;
}

.gagen-logos {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.gagen-logo {
  max-height: 52px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.7;
  transition: filter 0.2s, opacity 0.2s;
}

.gagen-logo:hover {
  filter: none;
  opacity: 1;
}

/* ===== CTA ===== */

#cta, #cta-2 {
  background: var(--accent);
  padding: 80px 0;
}

#cta h2, #cta-2 h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  color: #fff;
}

#cta p, #cta-2 p {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
}

#cta .btn-accent, #cta-2 .btn-accent {
  background: #fff;
  color: var(--text) !important;
}

#cta .btn-accent:hover, #cta-2 .btn-accent:hover {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* ===== PROJEKTE ===== */

#projekte {
  padding: 80px 0;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 767px) {
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .project-grid {
    grid-template-columns: 1fr;
  }
}

.project-thumb {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  background: var(--bg-dark);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.22s, box-shadow 0.22s;
}

.project-thumb:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.project-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1f1f1f 0%, #111 100%);
}

.project-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-play-icon {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.project-thumb:hover .project-play-icon {
  background: rgba(45,216,122,0.3);
  border-color: var(--accent);
  transform: scale(1.12);
}

.project-play-icon svg {
  fill: #fff;
  width: 18px;
  height: 18px;
  margin-left: 3px;
}

/* SuperCut – als Grid-Item in der Projekt-Reihe */

.supercut-card {
  background: var(--bg-off);
  border-radius: var(--radius);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  box-shadow: var(--shadow);
}

.supercut-card h4 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.supercut-card p {
  font-size: 0.85rem;
}

/* ===== FAQ ===== */

#faq {
  background: var(--bg-off);
  padding: 80px 0;
}

.accordion-item {
  border: none !important;
  border-radius: var(--radius) !important;
  margin-bottom: 0.6rem;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}

.accordion-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--text) !important;
  background: #fff !important;
  border-radius: var(--radius) !important;
  padding: 1.2rem 1.5rem;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: var(--accent-dark) !important;
  background: #fff !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%236B7280' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%231AAD5E' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

.accordion-body {
  background: #fff;
  padding: 0 1.5rem 1.3rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  border-top: 1px solid #f0f0f0;
  padding-top: 1rem;
}

/* ===== BIO ===== */

#bio {
  padding: 80px 0;
}

.bio-photo {
  border-radius: var(--radius-xl);
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
  max-height: 520px;
}

/* ===== STUDIO ===== */

#studio {
  background: var(--bg-off);
  padding: 80px 0;
}

.studio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

@media (max-width: 767px) {
  .studio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .studio-grid {
    grid-template-columns: 1fr;
  }
}

.studio-thumb {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  box-shadow: var(--shadow);
}

.studio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s cubic-bezier(.25,.46,.45,.94);
}

.studio-thumb:hover img {
  transform: scale(1.06);
}

.studio-thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(45,216,122,0.0);
  transition: background 0.25s;
  pointer-events: none;
}

.studio-thumb:hover::after {
  background: rgba(45,216,122,0.12);
}

/* ===== TIMELINE (MITTELSTRICH) ===== */

#timeline {
  padding: 80px 0;
}

.timeline-zigzag {
  position: relative;
  padding: 0.5rem 0 1rem;
}

/* Vertikale Linie durch die Mitte */

.timeline-zigzag::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 30px;
  bottom: 30px;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--border) 8%, var(--border) 92%, transparent);
  transform: translateX(-50%);
  pointer-events: none;
}

/* 3-Spalten-Grid: content | dot | content */

.tz-step {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  column-gap: 2rem;
  align-items: start;
  margin-bottom: 3.5rem;
  position: relative;
}

.tz-step:last-child {
  margin-bottom: 0;
}

/* Dot immer in der Mitte (Spalte 2) */

.tz-dot {
  grid-column: 2;
  grid-row: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(45,216,122,0.35);
  position: relative;
  z-index: 1;
}

/* tz-left: HTML = dot, content → Dot col-2, Content col-1 */

.tz-step.tz-left .tz-dot {
  grid-column: 2;
}

.tz-step.tz-left .tz-content {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
  padding-top: 0.5rem;
}

/* tz-right: HTML = content, dot → Content col-3, Dot col-2 */

.tz-step.tz-right .tz-dot {
  grid-column: 2;
  grid-row: 1;
}

.tz-step.tz-right .tz-content {
  grid-column: 3;
  grid-row: 1;
  text-align: left;
  padding-top: 0.5rem;
}

.tz-content h4 {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.tz-content p {
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .timeline-zigzag::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .tz-step {
    grid-template-columns: 52px 1fr;
    column-gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 767px) {
  .tz-step.tz-left .tz-dot, .tz-step.tz-right .tz-dot {
    grid-column: 1;
    grid-row: 1;
    width: 52px;
    height: 52px;
    font-size: 1.15rem;
  }
}

@media (max-width: 767px) {
  .tz-step.tz-left .tz-content, .tz-step.tz-right .tz-content {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
  }
}

/* ===== PRIORITÄT ===== */

#prioritaet {
  background: var(--bg-off);
  padding: 72px 0;
  text-align: center;
}

#prioritaet h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
}

/* ===== PW-OVERLAY LOGOS ===== */

.pw-logos-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 2.5rem;
}

.pw-logo {
  max-height: 52px;
  width: auto;
  display: block;
}

.pw-logo.pw-logo-hb {
  max-height: 62px;
}

.pw-logo-divider {
  width: 1px;
  height: 44px;
  background: var(--border);
  margin: 0 2rem;
  flex-shrink: 0;
}

/* ===== FOOTER ===== */

footer {
  background: var(--bg-dark);
  color: rgba(255,255,255,0.5);
  padding: 2.5rem 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-logo {
  max-height: 64px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  flex-shrink: 0;
}

footer a {
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}

footer a:hover {
  color: var(--accent);
}

.footer-contact {
  line-height: 1.9;
  font-size: 0.88rem;
  text-align: right;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0.4rem;
  font-size: 0.8rem;
}

@media (max-width: 600px) {
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .footer-links {
    justify-content: flex-start;
  }
}

/* ===== BACK TO TOP ===== */

#back-to-top {
  position: fixed;
  bottom: 1.75rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  background: var(--bg-dark);
  color: rgba(255,255,255,0.7);
  border: none;
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  transition: opacity 0.25s, transform 0.25s, background 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: 8888;
}

#back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

#back-to-top:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-3px);
}

/* ===== LIGHTBOXEN ===== */

.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.94);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.lightbox-overlay.active {
  display: flex;
}

.lightbox-content img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: var(--radius);
  object-fit: contain;
}

.lightbox-close {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  background: rgba(255,255,255,0.1);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10001;
}

.lightbox-close:hover {
  background: rgba(255,255,255,0.25);
}

.lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10001;
}

.lightbox-nav:hover {
  background: rgba(255,255,255,0.25);
}

.lightbox-prev {
  left: 1rem;
}

.lightbox-next {
  right: 1rem;
}

.video-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.96);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.video-lightbox.active {
  display: flex;
}

.video-lightbox-inner {
  position: relative;
  width: 100%;
  max-width: 640px;
}

.video-lightbox-inner video, .video-lightbox-inner iframe {
  width: 100%;
  border-radius: var(--radius-lg);
  background: #000;
  border: none;
}

.video-lightbox-inner video {
  aspect-ratio: 1 / 1;
}

.video-lightbox-inner.wide video {
  aspect-ratio: 16 / 9;
}

/* ===== HERO OVERHEAD + PREIS-VARIANTEN ===== */

.span_overhead {
  font-size: 1.65rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  color: var(--text);
}

/* Wrapper für beide Preisblöcke (flex + wrap auf Mobile) */

.price-blocks-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.25rem;
}

.price-block-first {
  background: var(--accent-mid);
  border-radius: var(--radius-xl);
  padding: 2rem 2.5rem;
  display: inline-block;
  flex: 0 0 auto;
}

.price-block-second {
  background: var(--accent);
}

.price-block-second .price-label {
  color: rgba(255,255,255,0.75);
}

.price-block-second .price-amount {
  color: #fff;
}

.price-block-second .price-note {
  color: rgba(255,255,255,0.75);
}

/* ===== CASTING EXTRAS ===== */

.player-bg {
  background: #fff;
  padding: 20px 20px 20px 18px;
  border-radius: var(--radius-lg);
}

/* Auf weißem Hintergrund: Cards hell, Text dunkel */

.player-bg .character-card {
  background: var(--bg-off);
  border: 1px solid var(--border);
}

.player-bg .character-card:hover {
  background: #ebebea;
}

.player-bg .character-img {
  border-color: var(--border);
}

.player-bg .custom-audio {
  background: rgba(0,0,0,0.05);
}

.player-bg .audio-track {
  background: rgba(0,0,0,0.1);
}

.player-bg .audio-time {
  color: var(--text-muted);
}

.character-name .span_stimme {
  font-family: 'Roboto', sans-serif;
  font-size: 0.78rem;
  font-weight: 300;
  display: block;
  color: rgba(255,255,255,0.55);
  margin-top: 0.1rem;
}

.player-bg .character-name {
  color: var(--text);
}

.player-bg .character-name .span_stimme {
  color: var(--text-muted);
}

.span_subposten {
  display: block;
}

/* ===== SPEAKER CAROUSEL ===== */

.speaker-carousel {
  position: relative;
  width: 100%;
  height: 460px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--bg-dark);
}

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}

.carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.72));
  padding: 2.5rem 1.25rem 1rem;
}

.carousel-caption .cap-role {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #fff;
  display: block;
  line-height: 1.2;
}

.carousel-caption .cap-speaker {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  display: block;
  margin-top: 0.15rem;
}

/* Dots jetzt außerhalb der Slides → immer sichtbar */

.carousel-dots {
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  display: flex;
  gap: 0.45rem;
  z-index: 10;
  pointer-events: auto;
}

.carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
  border: none;
  padding: 0;
  flex-shrink: 0;
}

.carousel-dot.active {
  background: var(--accent);
  transform: scale(1.4);
}

@media (max-width: 992px) {
  .speaker-carousel {
    height: 340px;
  }
}

@media (max-width: 576px) {
  .speaker-carousel {
    height: 280px;
  }
}

/* ===== VIDEO THUMB MIT POSTER ===== */

.video-thumb-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-thumb-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.28);
}

/* ===== PROJEKT THUMBNAILS ===== */

.project-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.6));
  padding: 1.5rem 0.75rem 0.5rem;
  color: rgba(255,255,255,0.9);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

/* ===== MOBILE HELPERS ===== */

@media (max-width: 768px) {
  #cta, #cta-2 {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .price-amount {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .kalk-total-block .amount {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .kalk-total-block {
    padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .supercut-block {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  footer .d-flex {
    flex-direction: column;
    gap: 1.75rem;
  }
}

@media (max-width: 768px) {
  .video-thumb {
    width: 260px;
  }
}

