.ott-scope {
  --bg: #0b3f44;
  --card: #ffffff;
  --muted: #f5f6f7;
  --ink: #000;
  --shadow: 0 8px 28px rgba(0, 0, 0, .18);
  --radius: 20px;
  background-color: #1f2223;
}

.ott-scope * {
  box-sizing: border-box
}

.ott-scope .ott-container {
  width: 100%;
  margin-inline: auto;
}

.ott-scope .ott-banner {
  background: url('/wp-content/uploads/2025/10/streammingOTT-Banner.jpg') center bottom / cover no-repeat;
  min-height: 335px;
  display: flex;
  align-items: center;
  position: relative;
}

.ott-scope .ott-banner-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: -4rem;
}

.ott-scope .ott-badge {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow)
}

.ott-scope .ott-title {
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(28px, 4vw, 48px);
  margin: 0;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}

.ott-scope .ott-card {
  background: var(--card);
  border-radius: 20px 20px 26px 26px;
  box-shadow: var(--shadow);
  margin-top: -64px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.ott-scope .ott-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "text"
    "media";
  gap: 24px;
  align-items: center;
  justify-items: center;
  min-height: auto;
}

.ott-scope .ott-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.ott-scope .ott-col--text {
  grid-area: text;
  align-items: flex-start
}

.ott-scope .ott-col--media {
  grid-area: media;
  align-items: center
}

@media (min-width:992px) {
  .ott-scope .ott-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "text media";
  }
}

.ott-scope .ott-logos {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 4rem
}

.ott-scope .ott-logos img {
  height: 4rem;
  width: auto;
  display: block
}

.ott-scope .ott-subtitle {
  font-weight: 800;
  margin: 18px 0 8px;
  color: #111
}

.ott-scope .ott-text {
  margin: 0;
  color: #333
}

.ott-scope .ott-devices-wrap {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.ott-scope .ott-devices {
  width: 100%;
  max-width: 780px;
  border-radius: 12px;
  display: block
}

.ott-scope .ott-stack {
  max-width: 960px;
  margin: 0 auto
}

.ott-scope .ott-links-outer {
  margin: 0 auto;
}

.ott-scope .ott-links-bar {
  background: #CECECE;
  border-radius: 0 0 20px 20px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
}

.ott-scope .ott-links-bar img {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0;
  flex: 0 0 auto
}

.ott-scope .ott-links-wrap {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 0;
}

.ott-scope .ott-link {
  display: inline-block;
  color: var(--ink);
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.ott-scope .ott-link:hover,
.ott-scope .ott-link:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.ott-scope .ott-sep {
  display: inline-block;
  margin: 0 18px;
  opacity: .6;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  align-self: center;
  font-weight: 400;
}

.ott-col--text .ott-text:last-child {
  margin-bottom: 0;
  font-weight: 300;
}

@media (max-width:991.98px) {

  .ott-scope .ott-card {
    max-width: 100%;
    /* padding: 24px 24px 16px */
  }

  .ott-scope .ott-stack {
    max-width: 100%
  }

  .ott-scope .ott-logos img {
    height: 5rem;
  }

  .ott-scope .ott-subtitle {
    margin: 30px 0 8px;
  }

  .ott-scope .ott-links-outer {
    max-width: 100%
  }

  .ott-scope .ott-links-bar {
    max-width: 100%;
    background-color: initial;
  }

  .ott-scope .ott-links-wrap,
  .ott-scope .ott-link {
    display: block;
  }

  .ott-scope .ott-card {
    border-radius: 0;
    margin: 0;
    padding-bottom: 3rem;
  }

  .ott-scope .ott-sep {
    display: none
  }
}

@media (max-width:768px) {
  .ott-scope .ott-logos img {
    height: 4rem;
  }

  .ott-scope .ott-links-wrap {
    flex-wrap: wrap;
    white-space: normal;
    gap: 8px
  }
}

@media (max-width:576px) {
  .ott-scope .ott-logos img {
    height: 2.6rem;
  }

  .ott-scope .ott-links-wrap {
    flex-wrap: wrap;
    white-space: normal;
    gap: 8px
  }
}

@media (min-width:1200px) {
  .ott-scope .ott-logos img {
    height: 5rem;
  }
}

@media (min-width:992px) {
  .ott-scope .ott-text>b {
    white-space: nowrap;
    position: absolute;
  }

  .ott-scope .ott-text+p {
    margin-top: 2.3rem;
  }
}

body {
  background-color: #1f2223;
}