.slv-section,
.slv-watch,
.slv-index {
  --slv-ink: #0b0f17;
  --slv-muted: #68717c;
  --slv-blue: #5b758e;
  --slv-soft: #f2f4f5;
  --slv-line: #dfe4e8;
  color: var(--slv-ink);
  font-family: Poppins, Arial, sans-serif;
}

.slv-section *,
.slv-watch *,
.slv-index * {
  box-sizing: border-box;
}

.slv-watch-page .hs-floating-contact-stack {
  display: none !important;
}

.slv-shell {
  width: min(1265px, calc(100% - 48px));
  margin-inline: auto;
}

.slv-section {
  position: relative;
  padding: 112px 0;
  background: #fff;
  overflow: clip;
}

.slv-section--arbeitsrecht {
  background: linear-gradient(135deg, #f7f8f8 0%, #eef2f4 100%);
}

.slv-section--kuendigung {
  background: linear-gradient(135deg, #f7f8f8 0%, #edf1f3 100%);
  scroll-margin-top: 96px;
}

.slv-section--status {
  background: #fff;
}

.slv-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: center;
}

.slv-media,
.slv-copy {
  min-width: 0;
}

.slv-player-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(91, 117, 142, .2);
  border-radius: 26px;
  background: var(--slv-ink);
  box-shadow: 0 24px 70px rgba(11, 15, 23, .16);
}

.slv-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: var(--slv-ink);
}

.slv-player-card figcaption {
  margin: 0;
  padding: 14px 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.5;
}

.slv-eyebrow {
  margin: 0 0 14px;
  color: var(--slv-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.slv-copy h2,
.slv-watch h2,
.slv-index h2 {
  margin: 0;
  color: var(--slv-ink);
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(34px, 3.55vw, 46px);
  font-weight: 735;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.slv-intro,
.slv-watch-lead,
.slv-watch-content p,
.slv-index-card p {
  color: var(--slv-muted);
  font-size: 17px;
  line-height: 1.75;
}

.slv-intro {
  margin: 22px 0 0;
}

.slv-list,
.slv-summary-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.slv-list li,
.slv-summary-list li {
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: var(--slv-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.slv-list li::before,
.slv-summary-list li::before {
  position: absolute;
  top: .46em;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e8eef2;
  color: var(--slv-blue);
  content: "✓";
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}

.slv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
  margin-top: 32px;
}

.slv-button {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 22px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 9px;
  background: var(--slv-blue);
  box-shadow: 0 12px 26px rgba(91, 117, 142, .2);
  color: #fff !important;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.slv-button:hover,
.slv-button:focus-visible {
  background: #435f79;
  box-shadow: 0 15px 30px rgba(67, 95, 121, .28);
  transform: translateY(-2px);
}

.slv-button:focus-visible,
.slv-text-link:focus-visible,
.slv-index-card a:focus-visible {
  outline: 3px solid #9db3c6;
  outline-offset: 4px;
}

.slv-text-link {
  color: var(--slv-ink) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #a8b8c6;
  text-underline-offset: 4px;
}

.slv-watch-hero {
  padding: 84px 0;
  background: linear-gradient(135deg, #f7f8f8 0%, #edf1f3 100%);
}

.slv-watch-hero__inner {
  max-width: 980px;
}

.slv-watch-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(44px, 6vw, 78px);
  align-items: center;
}

.slv-watch-hero__copy,
.slv-watch-hero__media {
  min-width: 0;
}

.slv-watch h1,
.slv-index h1 {
  max-width: 980px;
  margin: 0;
  color: var(--slv-ink);
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(44px, 6.4vw, 76px);
  font-weight: 735;
  letter-spacing: -.055em;
  line-height: .99;
}

.slv-watch .slv-watch-hero h1 {
	font-size: clamp(40px, 3.25vw, 50px);
	line-height: 1.02;
}

.slv-watch-lead {
  max-width: 820px;
  margin: 28px 0 0;
  font-size: 19px;
}

.slv-watch-content {
  padding: 96px 0;
  background: var(--slv-soft);
}

.slv-watch-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
}

.slv-watch-content p {
  margin: 22px 0 0;
}

.slv-summary-list {
  margin: 0;
  padding: 32px;
  border: 1px solid var(--slv-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(11, 15, 23, .07);
}

.slv-watch-cta {
  padding: 78px 0;
  background: var(--slv-ink);
}

.slv-watch-cta__inner {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
}

.slv-watch-cta h2 {
  max-width: 800px;
  color: #fff;
}

.slv-watch-cta .slv-eyebrow {
  color: #9db3c6;
}

.slv-index-list {
  padding: 88px 0 110px;
  background: #fff;
}

.slv-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.slv-index-card {
  overflow: hidden;
  border: 1px solid var(--slv-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(11, 15, 23, .08);
}

.slv-index-card a {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

.slv-index-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.slv-index-card__copy {
  padding: 30px;
}

.slv-index-card h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.slv-index-card p:last-child {
  margin: 18px 0 0;
}

@media (max-width: 1024px) {
  .slv-section {
    padding: 88px 0;
  }

  .slv-grid,
  .slv-watch-content__grid,
  .slv-watch-hero__grid {
    grid-template-columns: 1fr;
  }

  .slv-grid {
    gap: 46px;
  }

  .slv-media {
    max-width: 900px;
  }

  .slv-copy {
    max-width: 780px;
  }
}

@media (max-width: 767px) {
  .slv-shell {
    width: min(100% - 30px, 1265px);
  }

  .slv-section {
    padding: 68px 0;
  }

  .slv-grid {
    gap: 36px;
  }

  .slv-player-card {
    border-radius: 18px;
  }

  .slv-player-card figcaption {
    padding: 12px 14px;
    font-size: 12px;
  }

  .slv-copy h2,
  .slv-watch h2,
  .slv-index h2 {
    font-size: 34px;
  }

  .slv-intro,
  .slv-watch-lead,
  .slv-watch-content p,
  .slv-index-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  .slv-actions,
  .slv-watch-cta__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .slv-button {
    width: 100%;
  }

  .slv-watch-hero {
    padding: 76px 0 48px;
  }

  .slv-watch h1,
  .slv-index h1 {
    font-size: 45px;
  }

  .slv-watch-content {
    padding: 68px 0;
  }

  .slv-summary-list {
    padding: 24px 20px;
  }

  .slv-watch-cta {
    padding: 62px 0;
  }

  .slv-index-list {
    padding: 58px 0 76px;
  }

  .slv-index-grid {
    grid-template-columns: 1fr;
  }

  .slv-index-card__copy {
    padding: 24px 20px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .slv-button {
    transition: none;
  }
}
