.hero {
  position: relative;
  overflow: hidden;
  padding-block: 56px 72px;
  background:
    radial-gradient(1100px 520px at 76% 12%, rgba(37, 99, 235, .22), transparent 62%),
    radial-gradient(900px 460px at 6% 90%, rgba(37, 99, 235, .14), transparent 64%),
    linear-gradient(180deg, #060d1b 0%, #04080f 72%);
}

.hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 260px;
  background-image: radial-gradient(circle, rgba(96, 165, 250, .38) 1px, transparent 1.4px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(130% 105% at 50% 128%, #000 6%, transparent 68%);
  mask-image: radial-gradient(130% 105% at 50% 128%, #000 6%, transparent 68%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.hero h1 {
  font-size: 44px;
}

.hero-sub {
  margin-top: 22px;
  max-width: 400px;
  font-size: 16px;
  color: var(--text-muted);
}

.hero-sub2 {
  margin-top: 14px;
  font-size: 14.5px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.hero-media {
  perspective: 1000px;
}

.hero-media > img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  box-shadow:
    0 0 0 1px rgba(37, 99, 235, .18),
    0 28px 70px rgba(2, 8, 23, .75),
    0 0 90px rgba(37, 99, 235, .22);
  transform: rotateY(-18deg) rotateX(3deg);
  transform-origin: left center;
}

.dt-visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  box-shadow:
    0 0 0 1px rgba(37, 99, 235, .18),
    0 28px 70px rgba(2, 8, 23, .75),
    0 0 90px rgba(37, 99, 235, .22);
  transform: rotateY(-14deg) rotateX(3deg);
  transform-origin: left center;
}

.dt-revenue {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 20px;
  padding: 24px 26px;
  background: linear-gradient(160deg, #0d1728, #05080f);
}

.dt-rev-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dt-rev-title {
  font-size: 15px;
  font-weight: 700;
}

.dt-rev-pill {
  padding: 4px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--text-muted);
  white-space: nowrap;
}

.dt-rev-body {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 22px;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border);
  border-radius: 10px;
}

.dt-rev-label {
  font-size: 11px;
  color: var(--text-muted);
}

.dt-rev-value {
  margin-top: 2px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
}

.dt-rev-delta {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #4ade80;
}

.dt-rev-delta span {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted);
}

.dt-rev-chart {
  display: flex;
  align-items: center;
  gap: 18px;
}

.dt-donut {
  flex: none;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: var(--dt-donut);
  -webkit-mask-image: radial-gradient(circle, transparent 55%, #000 56%);
  mask-image: radial-gradient(circle, transparent 55%, #000 56%);
}

.dt-rev-legend {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  flex: 1;
}

.dt-rev-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
}

.dt-rev-key {
  flex: none;
  width: 9px;
  height: 9px;
  border-radius: 2px;
}

.dt-rev-name {
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dt-rev-pct {
  margin-left: auto;
  font-weight: 700;
}

.dt-rev-trend {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 56px;
}

.dt-rev-trend span {
  flex: 1 1 0;
  min-width: 0;
  height: var(--h);
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, #60a5fa, rgba(37, 99, 235, .28));
}

.dt-orbit {
  display: grid;
  place-items: center;
  aspect-ratio: 3 / 2;
  --dt-orbit-r: 148px;
  background:
    radial-gradient(circle at 50% 50%, rgba(37, 99, 235, .22), transparent 62%),
    radial-gradient(circle, rgba(96, 165, 250, .2) 1px, transparent 1.4px) 0 0 / 22px 22px,
    linear-gradient(160deg, #0b1526, #04070f);
}

.dt-orbit-ring {
  position: absolute;
  height: 88%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed rgba(96, 165, 250, .34);
}

.dt-orbit-ring--mid {
  height: 52%;
  border-style: solid;
  border-color: rgba(96, 165, 250, .2);
  background: radial-gradient(circle, rgba(37, 99, 235, .2), transparent 70%);
}

.dt-orbit-core {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(96, 165, 250, .4);
  background: radial-gradient(circle at 50% 30%, #1b4bd0, #091428);
  box-shadow: 0 0 0 10px rgba(37, 99, 235, .1), 0 0 44px rgba(37, 99, 235, .5);
  color: #fff;
}

.dt-orbit-core img {
  width: 42px;
  height: auto;
}

.dt-orbit-core .icon {
  width: 40px;
  height: 40px;
  stroke-width: 1.5;
}

.dt-orbit-icons {
  position: absolute;
  inset: 0;
  display: grid;
  z-index: 1;
}

.dt-orbit-chip {
  grid-area: 1 / 1;
  place-self: center;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(96, 165, 250, .3);
  background: rgba(11, 21, 38, .94);
  color: #93c5fd;
  transform: rotate(calc(var(--i) * 1turn / var(--n))) translateY(calc(var(--dt-orbit-r) * -1));
}

.dt-orbit-chip::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: calc(var(--dt-orbit-r) - 70px);
  border-left: 1px dashed rgba(96, 165, 250, .34);
}

.dt-orbit-chip-in {
  display: grid;
  place-items: center;
  transform: rotate(calc(var(--i) * -1turn / var(--n)));
}

.dt-orbit-chip .icon {
  width: 21px;
  height: 21px;
  stroke-width: 1.6;
}

@media (prefers-reduced-motion: no-preference) {
  .dt-orbit-icons {
    animation: dt-orbit-spin 72s linear infinite;
  }

  .dt-orbit-chip-in {
    animation: dt-orbit-spin-back 72s linear infinite;
  }

  .dt-orbit-ring--outer {
    animation: dt-orbit-pulse 7s ease-in-out infinite;
  }
}

@keyframes dt-orbit-spin {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}

@keyframes dt-orbit-spin-back {
  from { rotate: 0deg; }
  to { rotate: -360deg; }
}

@keyframes dt-orbit-pulse {
  0%, 100% { opacity: .55; }
  50% { opacity: 1; }
}

.dt-chart,
.dt-tiles,
.dt-player,
.dt-epg {
  display: grid;
  gap: 18px;
  padding: 24px 26px;
  background: linear-gradient(160deg, #0d1728, #05080f);
}

.dt-chart-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dt-chart-kpi {
  padding: 12px 14px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border);
  border-radius: 10px;
}

.dt-chart-kpi-label {
  font-size: 10.5px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dt-chart-kpi-value {
  margin-top: 4px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.dt-chart-kpi-delta {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 700;
  color: #4ade80;
}

.dt-chart-kpi-delta--down {
  color: #f87171;
}

.dt-chart-plot {
  padding: 16px 16px 12px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border);
  border-radius: 10px;
}

.dt-chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 108px;
}

.dt-chart-bars span {
  flex: 1 1 0;
  min-width: 0;
  height: var(--h);
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #60a5fa, rgba(37, 99, 235, .24));
}

.dt-chart-bars span:last-child {
  background: linear-gradient(180deg, #93c5fd, #2563eb);
  box-shadow: 0 0 18px rgba(96, 165, 250, .5);
}

.dt-chart-axis {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 10px;
  color: var(--text-muted);
}

.dt-chart-foot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dt-chart-foot li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 10.5px;
  white-space: nowrap;
}

.dt-chart-foot span {
  color: var(--text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
}

.dt-chart-foot strong {
  font-weight: 700;
}

.dt-tile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.dt-tile-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  border: 1px solid hsla(var(--hue), 60%, 62%, .3);
  background:
    radial-gradient(120% 90% at 20% 10%, hsla(var(--hue), 75%, 62%, .5), transparent 60%),
    linear-gradient(150deg, hsla(var(--hue), 65%, 46%, .42), hsla(var(--hue), 70%, 24%, .55));
}

.dt-tile-tag {
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 2px 7px;
  border-radius: 5px;
  background: rgba(2, 8, 23, .72);
  font-size: 9px;
  font-weight: 600;
}

.dt-tile-name {
  display: block;
  margin-top: 7px;
  font-size: 10.5px;
  font-weight: 600;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dt-tile-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border);
  border-radius: 10px;
  font-size: 10.5px;
}

.dt-tile-progress-label {
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dt-tile-progress-bar {
  flex: 1;
  min-width: 60px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
}

.dt-tile-progress-bar span {
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
}

.dt-tile-progress-pct {
  font-weight: 700;
}

.dt-player-screen {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 16 / 8.4;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  overflow: hidden;
  background:
    radial-gradient(110% 130% at 82% 0%, hsla(var(--hue), 80%, 60%, .5), transparent 58%),
    radial-gradient(90% 90% at 12% 100%, hsla(var(--hue), 70%, 45%, .34), transparent 60%),
    linear-gradient(160deg, hsl(var(--hue), 45%, 16%), #04070f);
}

.dt-player-screen::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .14) 1px, transparent 1.3px);
  background-size: 20px 20px;
  opacity: .35;
  pointer-events: none;
}

.dt-player-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dt-player-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 6px;
  background: #dc2626;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
}

.dt-player-live::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: dt-orbit-pulse 1.6s ease-in-out infinite;
}

.dt-player-viewers {
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(2, 8, 23, .6);
  border: 1px solid rgba(255, 255, 255, .14);
  font-size: 10px;
  font-weight: 600;
}

.dt-player-bottom {
  position: relative;
}

.dt-player-title {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.01em;
  text-shadow: 0 2px 12px rgba(2, 8, 23, .8);
}

.dt-player-sub {
  margin-top: 2px;
  font-size: 11px;
  color: rgba(255, 255, 255, .75);
}

.dt-player-bar {
  margin-top: 10px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  overflow: hidden;
}

.dt-player-bar span {
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef4444, #f87171);
}

.dt-player-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 9px;
  font-size: 10px;
  color: rgba(255, 255, 255, .8);
}

.dt-player-pause {
  display: inline-flex;
  gap: 3px;
}

.dt-player-pause::before,
.dt-player-pause::after {
  content: '';
  width: 3px;
  height: 10px;
  border-radius: 1px;
  background: #fff;
}

.dt-player-quality {
  margin-left: auto;
  padding: 2px 7px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 5px;
  font-size: 9px;
  font-weight: 700;
}

.dt-player-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dt-player-chips li {
  padding: 10px 12px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border);
  border-radius: 10px;
  text-align: center;
}

.dt-player-chips strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.dt-player-chips span {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dt-devices {
  position: relative;
  padding: 26px 30px 30px;
  background:
    radial-gradient(900px 420px at 80% 0%, rgba(37, 99, 235, .2), transparent 60%),
    linear-gradient(160deg, #0d1728, #05080f);
}

.dt-device-tv {
  width: 82%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: linear-gradient(170deg, #0a1322, #050a14);
  box-shadow: 0 18px 46px rgba(2, 8, 23, .6);
}

.dt-device-tv-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dt-device-brand {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #93c5fd;
}

.dt-device-menu {
  font-size: 9.5px;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dt-device-hero {
  position: relative;
  margin-top: 12px;
  padding: 16px;
  border-radius: 9px;
  border: 1px solid hsla(var(--hue), 60%, 60%, .28);
  background:
    radial-gradient(120% 130% at 85% 0%, hsla(var(--hue), 80%, 58%, .45), transparent 58%),
    linear-gradient(150deg, hsla(var(--hue), 55%, 30%, .6), rgba(4, 7, 15, .9));
}

.dt-device-tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(2, 8, 23, .6);
  border: 1px solid rgba(255, 255, 255, .16);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #dbe7ff;
}

.dt-device-title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.dt-device-play {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 12px;
  border-radius: 6px;
  background: var(--accent);
  font-size: 9.5px;
  font-weight: 700;
}

.dt-device-rail {
  margin-top: 12px;
}

.dt-device-rail-name {
  font-size: 9.5px;
  font-weight: 700;
  color: var(--text-muted);
}

.dt-device-rail-tiles {
  display: flex;
  gap: 7px;
  margin-top: 6px;
}

.dt-device-rail-tiles span {
  flex: 1 1 0;
  aspect-ratio: 16 / 9;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, .09);
  background: linear-gradient(150deg, hsla(var(--hue), 60%, 52%, .38), hsla(var(--hue), 65%, 22%, .5));
}

.dt-device-rail-tiles span:nth-child(2n) {
  background: linear-gradient(150deg, hsla(calc(var(--hue) + 120), 55%, 48%, .34), hsla(calc(var(--hue) + 120), 60%, 20%, .48));
}

.dt-device-rail-tiles span:nth-child(3n) {
  background: linear-gradient(150deg, hsla(calc(var(--hue) + 210), 55%, 50%, .34), hsla(calc(var(--hue) + 210), 60%, 22%, .48));
}

.dt-device-phone {
  position: absolute;
  right: 26px;
  bottom: 24px;
  width: 108px;
  padding: 16px 10px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: linear-gradient(170deg, #0b1424, #04070f);
  box-shadow: 0 18px 44px rgba(2, 8, 23, .75);
}

.dt-device-notch {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .2);
  transform: translateX(-50%);
}

.dt-device-phone-hero {
  aspect-ratio: 16 / 10;
  border-radius: 7px;
  border: 1px solid hsla(var(--hue), 60%, 60%, .3);
  background:
    radial-gradient(120% 130% at 80% 0%, hsla(var(--hue), 80%, 58%, .5), transparent 60%),
    linear-gradient(150deg, hsla(var(--hue), 55%, 32%, .65), rgba(4, 7, 15, .9));
}

.dt-device-phone-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 7px;
}

.dt-device-phone-tiles span {
  aspect-ratio: 16 / 10;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, .09);
  background: linear-gradient(150deg, hsla(var(--hue), 60%, 50%, .35), hsla(var(--hue), 65%, 22%, .5));
}

.dt-device-phone-tiles span:nth-child(2n) {
  background: linear-gradient(150deg, hsla(calc(var(--hue) + 160), 55%, 48%, .32), hsla(calc(var(--hue) + 160), 60%, 20%, .46));
}

.dt-epg-grid {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
}

.dt-epg-row {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.dt-epg-times {
  display: flex;
  justify-content: space-between;
  font-size: 9.5px;
  color: var(--text-muted);
}

.dt-epg-ch {
  font-size: 10.5px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dt-epg-blocks {
  display: flex;
  gap: 5px;
  min-width: 0;
}

.dt-epg-block {
  flex: var(--w) 1 0;
  min-width: 0;
  padding: 8px 9px;
  border-radius: 6px;
  border: 1px solid hsla(var(--hue), 55%, 60%, .26);
  background: linear-gradient(160deg, hsla(var(--hue), 55%, 44%, .3), hsla(var(--hue), 60%, 22%, .38));
  font-size: 9.5px;
  font-weight: 600;
  color: #dbe7ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dt-epg-block.is-live {
  border-color: hsla(var(--hue), 75%, 62%, .55);
  background: linear-gradient(160deg, hsla(var(--hue), 70%, 52%, .5), hsla(var(--hue), 65%, 30%, .55));
  box-shadow: 0 0 16px hsla(var(--hue), 75%, 55%, .3);
}

.dt-epg-now {
  position: absolute;
  top: 38px;
  bottom: 12px;
  left: calc(112px + (100% - 128px) * var(--now) / 100);
  width: 2px;
  border-radius: 999px;
  background: #ef4444;
  box-shadow: 0 0 10px rgba(239, 68, 68, .7);
}

.dt-epg-now::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  transform: translateX(-50%);
}

.dt-crumb a {
  color: var(--accent);
}

.dt-crumb a:hover {
  text-decoration: underline;
}

.dt-crumb-sep {
  margin-inline: 6px;
  color: var(--text-muted);
}

.dt-chips,
.dt-cards,
.dt-workflow,
.dt-stats,
.dt-badges,
.dt-brands,
.dt-split,
.dt-eco,
.dt-code {
  padding-block: 56px;
}

.dt-chip-row,
.dt-card-grid,
.dt-stat-row,
.dt-badge-grid,
.dt-brand-grid,
.dt-split-grid,
.dt-eco-grid,
.dt-code-block,
.dt-workflow .workflow {
  margin-top: 36px;
}

.dt-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.dt-chip,
.dt-eco-tile {
  
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 20px 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color .2s ease;
}

.dt-chip:hover,
.dt-eco-tile:hover {
  border-color: var(--accent);
}

.dt-chip {
  flex: 1 1 calc((100% - 50px) / 6);
  min-width: 170px;
}

.dt-chip-icon {
  color: var(--accent);
  flex: none;
}

.dt-chip-icon .icon {
  width: 24px;
  height: 24px;
  stroke-width: 1.6;
}

.dt-chip-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.dt-chip-text strong {
  
  min-height: 33px;
  font-size: 12.5px;
  font-weight: 700;
}

.dt-chip-text small {
  font-size: 10.5px;
  line-height: 1.45;
  color: var(--text-muted);
}

.dt-card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.dt-card {
  flex: 0 0 calc((100% - (var(--dt-card-cols, 6) - 1) * 12px) / var(--dt-card-cols, 6));
  min-width: 150px;
  padding: 20px 14px;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color .2s ease;
}

.dt-card:hover {
  border-color: var(--accent);
}

.dt-card-icon {
  display: flex;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 12px;
}

.dt-card-icon .icon {
  width: 28px;
  height: 28px;
  stroke-width: 1.6;
}

.dt-card h3 {
  min-height: 34px;
  font-size: 13px;
  margin-bottom: 6px;
}

.dt-card p {
  font-size: 11px;
  line-height: 1.5;
  color: var(--text-muted);
}

.dt-workflow .workflow {
  grid-template-columns: repeat(var(--dt-wf-cols, 5), minmax(0, 1fr));
}

.dt-stat-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.dt-stat {
  flex: 1 1 200px;
  padding: 22px 16px;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color .2s ease;
}

.dt-stat:hover {
  border-color: var(--accent);
}

.dt-stat-value {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--accent);
}

.dt-stat-label {
  margin-top: 4px;
  font-size: 12px;
  color: var(--text-muted);
}

.dt-stat-delta {
  margin-top: 6px;
  font-size: 11.5px;
  font-weight: 700;
}

.dt-stat-delta--up {
  color: #4ade80;
}

.dt-stat-delta--down {
  color: #f87171;
}

.dt-badges.section--light:has(+ .dt-badges.section--light),
.dt-badges:not(.section--light):has(+ .dt-badges:not(.section--light)) {
  padding-bottom: 10px;
}

.dt-badges.section--light + .dt-badges.section--light,
.dt-badges:not(.section--light) + .dt-badges:not(.section--light) {
  padding-top: 0;
}

.dt-badge-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.dt-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 0 0 calc((100% - 90px) / 10);
  min-width: 96px;
  padding: 20px 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color .2s ease;
}

.dt-badge:hover {
  border-color: var(--accent);
}

.dt-badge img {
  height: 26px;
  width: auto;
  max-width: 82%;
  object-fit: contain;
  opacity: .92;
}

.dt-badge-mark {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #fff;
}

.dt-badge-name {
  font-size: 10.5px;
  font-weight: 500;
  color: var(--text-muted);
}

.dt-brand-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.dt-brand-card {
  flex: 0 0 calc((100% - 72px) / 5);
  min-width: 170px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dt-brand-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(150deg, #121b2e, #060a13);
  text-align: center;
  transition: border-color .2s ease;
}

.dt-brand-card:hover .dt-brand-tile {
  border-color: var(--accent);
}

.dt-brand-tile img {
  height: 30px;
  width: auto;
  max-width: 72%;
  object-fit: contain;
}

.dt-brand-mark {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: #fff;
}

.dt-brand-url {
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
}

.dt-brand-tile--reelz { background: linear-gradient(150deg, #3b0f14, #150507); }
.dt-brand-tile--reelz .dt-brand-mark { color: #f04452; }
.dt-brand-tile--documentary { background: linear-gradient(150deg, #2a2114, #100c07); }
.dt-brand-tile--dieu { background: linear-gradient(150deg, #10192e, #050810); }
.dt-brand-tile--knekt { background: linear-gradient(150deg, #2a1810, #0f0805); }
.dt-brand-tile--court { background: linear-gradient(150deg, #1c1c1f, #08080a); }

.dt-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 20px;
}

.dt-panel {
  padding: 28px 30px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.dt-panel-title {
  font-size: 17px;
  margin-bottom: 20px;
}

.dt-benefits {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.dt-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--text-muted);
}

.dt-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 50%;
  background: rgba(74, 222, 128, .16);
  color: #4ade80;
}

.dt-stories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 22px 30px;
  min-height: 96px;
}

.dt-story-logo {
  height: 26px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .85;
}

.dt-story-logo--tall {
  height: 44px;
  max-width: 170px;
}

.dt-story-mark {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .01em;
  color: #fff;
  white-space: nowrap;
}

.dt-story-mark--serif {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
}

.dt-story-mark--light {
  font-weight: 500;
  letter-spacing: .06em;
}

.dt-more {
  margin-top: 22px;
  text-align: center;
}

.dt-more a {
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
}

.dt-panel {
  display: flex;
  flex-direction: column;
}

.dt-compliance {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 22px 34px;
}

.dt-seal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.dt-seal-ring {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border: 2px solid rgba(96, 165, 250, .5);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 28%, rgba(37, 99, 235, .38), rgba(9, 20, 40, .95));
  box-shadow:
    0 0 0 5px rgba(37, 99, 235, .12),
    inset 0 0 18px rgba(37, 99, 235, .3);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  line-height: 1.15;
}

.dt-seal-ring::after {
  content: '';
  position: absolute;
  inset: -9px;
  border: 1px dashed rgba(96, 165, 250, .4);
  border-radius: 50%;
}

.dt-seal-label {
  font-size: 11px;
  color: var(--text-muted);
}

.dt-eco-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.dt-eco-tile {
  flex: 0 0 calc((100% - 36px) / 4);
  min-width: 200px;
}

.dt-eco-tile .dt-chip-text strong {
  font-size: 13px;
}

.dt-eco-tile .dt-chip-text small {
  font-size: 11px;
}

.dt-code-block {
  max-width: 900px;
  margin-inline: auto;
  padding: 22px 24px;
  overflow-x: auto;
  background: #04070d;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: Consolas, 'SF Mono', Menlo, monospace;
  font-size: 12px;
  line-height: 1.7;
  color: #7dd3fc;
}

.dt-chip-row:first-child,
.dt-card-grid:first-child,
.dt-stat-row:first-child,
.dt-badge-grid:first-child,
.dt-brand-grid:first-child,
.dt-split-grid:first-child,
.dt-eco-grid:first-child,
.dt-code-block:first-child,
.dt-workflow .container > :first-child .workflow {
  margin-top: 0;
}

.section--light .dt-chip,
.section--light .dt-eco-tile,
.section--light .dt-card {
  background: var(--light-bg-alt);
  border-color: var(--light-border);
}

.section--light .dt-stat,
.section--light .dt-panel {
  background: var(--light-bg);
  border-color: var(--light-border);
}

.section--light .dt-chip-text small,
.section--light .dt-card p,
.section--light .dt-stat-label,
.section--light .dt-benefits li,
.section--light .dt-brand-url,
.section--light .dt-seal-label {
  color: var(--light-muted);
}

.section--light .dt-stat-delta--up {
  color: #16a34a;
}

.section--light .dt-stat-delta--down {
  color: #dc2626;
}

.section--light .dt-check {
  background: rgba(22, 163, 74, .12);
  color: #16a34a;
}

.section--light .dt-story-mark {
  color: var(--light-text);
}

.section--light .dt-story-logo {
  filter: brightness(0);
  opacity: .7;
}

.section--light .dt-seal-ring {
  border-color: rgba(37, 99, 235, .45);
  background: radial-gradient(circle at 50% 28%, rgba(37, 99, 235, .16), rgba(255, 255, 255, .9));
  box-shadow: 0 0 0 5px rgba(37, 99, 235, .08);
  color: var(--light-text);
}

.section--light .dt-seal-ring::after {
  border-color: rgba(37, 99, 235, .3);
}

@media (max-width: 1100px) {
  .hero h1 {
    font-size: 36px;
  }

  .dt-card {
    flex-basis: calc((100% - 24px) / 3);
  }

  .dt-badge {
    flex-basis: calc((100% - 40px) / 5);
  }

  .dt-brand-card {
    flex-basis: calc((100% - 36px) / 3);
  }

  .dt-eco-tile {
    flex-basis: calc((100% - 12px) / 2);
  }

  .dt-workflow .workflow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 36px;
  }

  .dt-orbit {
    --dt-orbit-r: 126px;
  }

  .dt-rev-value {
    font-size: 28px;
  }
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .hero-media > img,
  .hero-media .dt-visual {
    transform: none;
  }

  .dt-orbit {
    --dt-orbit-r: 168px;
  }

  .dt-split-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 768px) {
  .hero {
    padding-block: 40px 56px;
  }

  
  .dt-chip {
    flex-basis: calc((100% - 10px) / 2);
    min-width: 150px;
  }

  .dt-chip-text strong,
  .dt-card h3 {
    min-height: 0;
  }

  .dt-panel {
    text-align: center;
  }

  .dt-benefits {
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .dt-benefits li {
    text-align: left;
  }

  .dt-card {
    flex-basis: calc((100% - 12px) / 2);
  }

  .dt-brand-card {
    flex-basis: calc((100% - 18px) / 2);
    min-width: 140px;
  }

  .dt-workflow .workflow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dt-eco-tile {
    min-width: 150px;
  }

  .dt-card,
  .dt-eco-tile,
  .dt-brand-card {
    flex-grow: 1;
  }

  .dt-stat {
    flex-basis: calc((100% - 16px) / 2);
  }

  .dt-orbit {
    --dt-orbit-r: 118px;
  }

  .dt-rev-body {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 480px) {
  .hero-actions .btn {
    width: 100%;
  }

  .dt-orbit {
    --dt-orbit-r: 88px;
    aspect-ratio: 1 / 1;
  }

  .dt-orbit-core {
    width: 66px;
    height: 66px;
  }

  .dt-orbit-core img,
  .dt-orbit-core .icon {
    width: 30px;
    height: 30px;
  }

  .dt-orbit-chip {
    width: 38px;
    height: 38px;
  }

  .dt-revenue,
  .dt-chart,
  .dt-tiles,
  .dt-player,
  .dt-epg {
    padding: 20px;
  }

  .dt-chart-kpi-value {
    font-size: 17px;
  }

  .dt-chart-foot {
    grid-template-columns: minmax(0, 1fr);
  }

  .dt-tile-grid {
    gap: 8px;
  }

  .dt-devices {
    padding: 20px;
  }

  .dt-device-tv {
    width: 100%;
  }

  .dt-device-phone {
    width: 82px;
    right: 14px;
    bottom: 14px;
  }

  .dt-epg-row {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .dt-epg-now {
    display: none;
  }
}
