.streaming-hero{
  position:relative;
  max-width:100%;
  overflow-x:clip;
  padding-top:72px;
  padding-bottom:82px;
  border-bottom:1px solid var(--color-border);
  background:linear-gradient(180deg,var(--color-hero-top),var(--color-hero-bottom));
}
.streaming-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(var(--color-grid) 1px,transparent 1px),
    linear-gradient(90deg,var(--color-grid) 1px,transparent 1px);
  background-size:32px 32px;
}
.streaming-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.88fr);
  gap:64px;
  align-items:center;
}
.streaming-hero-copy{
  max-width:680px;
}
.streaming-hero-copy .badge{
  margin-bottom:24px;
}
.streaming-hero-copy .eyebrow{
  margin-bottom:10px;
}
.streaming-hero-copy h1{
  max-width:650px;
  margin-bottom:22px;
}
.streaming-hero-copy .lead{
  margin-bottom:0;
}
.streaming-hero-copy .hero-actions{
  justify-content:flex-start;
}
.streaming-facts{
  display:flex;
  flex-wrap:wrap;
  gap:10px 24px;
  margin-top:24px;
  color:var(--color-muted);
  font-size:13px;
}
.streaming-facts li{
  position:relative;
  padding-left:14px;
}
.streaming-facts li::before{
  content:"";
  position:absolute;
  top:.72em;
  left:0;
  width:5px;
  height:5px;
  border-radius:50%;
  transform:translateY(-50%);
  background:var(--color-success);
}
.streaming-facts .mono{
  color:var(--color-text);
  font-weight:600;
}
.streaming-console{
  position:relative;
  overflow:hidden;
  border:1px solid var(--color-border);
  border-radius:var(--radius-lg);
  background:var(--color-panel);
  box-shadow:inset 0 1px 0 var(--color-highlight),var(--shadow-panel);
}
.streaming-console-bar{
  display:flex;
  min-height:48px;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:10px 16px;
  border-bottom:1px solid var(--color-border-soft);
  background:var(--color-panel-sunk);
  color:var(--color-muted);
  font-size:11px;
}
.streaming-console-title{
  color:var(--color-text);
  font-weight:600;
}
.streaming-console-body{
  padding:22px;
}
.streaming-route-figure{
  min-height:224px;
  padding:12px;
  border:1px solid var(--color-border-soft);
  border-radius:var(--radius-md);
  background:var(--color-panel-sunk);
  color:var(--color-accent);
}
.streaming-route-figure svg{
  display:block;
  width:100%;
  height:auto;
  fill:none;
  stroke:currentColor;
  stroke-width:1.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.streaming-route-figure circle:last-child{
  fill:var(--color-success);
  stroke:var(--color-success);
}
.streaming-checks{
  margin-top:20px;
}
.streaming-checks li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:12px 0;
  border-top:1px solid var(--color-border-soft);
}
.streaming-check-dot{
  width:10px;
  height:10px;
  flex:0 0 auto;
  margin-top:6px;
  border:1px solid var(--color-accent);
  border-radius:50%;
  background:var(--color-panel);
}
.streaming-check-dot.is-live{
  border-color:var(--color-success);
  background:var(--color-success);
  box-shadow:0 0 0 4px var(--color-success-soft);
}
.streaming-checks strong{
  display:block;
  color:var(--color-text);
}
.streaming-checks small{
  display:block;
  margin-top:2px;
  color:var(--color-muted);
  font-size:12px;
}
.streaming-reading{
  max-width:1040px;
}
.streaming-intro{
  max-width:900px;
  margin-bottom:48px;
}
.streaming-copy-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:48px;
  padding-top:32px;
  border-top:1px solid var(--color-border);
}
.streaming-copy-grid h3{
  font-size:23px;
}
.streaming-copy-grid p{
  color:var(--color-muted);
}
.stream-section{
  padding-top:88px;
  padding-bottom:88px;
  border-top:1px solid var(--color-border);
  border-bottom:1px solid var(--color-border);
  background:var(--color-panel-deep);
}
.streaming-heading{
  max-width:850px;
  margin-bottom:38px;
}
.streaming-heading .lead{
  margin-bottom:0;
}
.streaming-table th:first-child,
.streaming-table td:first-child{
  white-space:nowrap;
}
.streaming-table td{
  color:var(--color-muted);
}
.streaming-table .status-yes{
  white-space:nowrap;
}
.ip-compare{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-bottom:36px;
}
.ip-note{
  padding:30px;
  border-top:3px solid var(--color-accent);
  border-bottom:1px solid var(--color-border);
  background:var(--color-panel-glass);
}
.ip-note h3{
  margin-bottom:14px;
}
.ip-note p{
  color:var(--color-muted);
}
.quality-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--color-border);
  border-left:1px solid var(--color-border);
  background:var(--color-panel);
}
.quality-list article{
  min-width:0;
  padding:30px;
  border-right:1px solid var(--color-border);
  border-bottom:1px solid var(--color-border);
}
.quality-list h3{
  margin-bottom:12px;
  font-size:22px;
}
.quality-list p{
  margin-bottom:0;
  color:var(--color-muted);
}
.troubleshoot-flow{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-top:40px;
  border-top:1px solid var(--color-border);
  border-bottom:1px solid var(--color-border);
}
.troubleshoot-flow > div{
  min-width:0;
  padding:28px;
  border-right:1px solid var(--color-border);
}
.troubleshoot-flow > div:last-child{
  border-right:0;
}
.troubleshoot-flow .mono{
  display:block;
  margin-bottom:14px;
  color:var(--color-muted);
  font-size:11px;
  letter-spacing:.08em;
}
.troubleshoot-flow h3{
  margin-bottom:10px;
  font-size:20px;
}
.troubleshoot-flow p{
  margin-bottom:0;
  color:var(--color-muted);
}
.route-guidance{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 42px;
  margin-bottom:56px;
}
.route-guidance > div{
  padding-top:28px;
  padding-bottom:22px;
  border-top:1px solid var(--color-border);
}
.route-guidance h3{
  margin-bottom:10px;
  font-size:22px;
}
.route-guidance p{
  margin-bottom:0;
  color:var(--color-muted);
}
.streaming-summary{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px 36px;
  align-items:center;
  padding:34px;
  border-radius:var(--radius-md);
  background:linear-gradient(135deg,var(--color-accent-dark),var(--color-accent-companion));
  box-shadow:var(--shadow-panel);
}
.streaming-summary h2{
  margin-bottom:0;
  color:var(--color-panel);
  font-size:clamp(28px,3vw,38px);
}
.streaming-summary p{
  grid-column:1;
  margin-bottom:0;
  color:var(--color-border);
}
.streaming-summary-links{
  grid-column:2;
  grid-row:1 / span 2;
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:148px;
}
.streaming-summary .btn-secondary{
  border-color:var(--color-border);
  background:transparent;
  color:var(--color-panel);
  box-shadow:none;
}
.streaming-summary .btn-secondary:hover{
  background:var(--color-highlight-soft);
}
.streaming-summary .btn-primary{
  background:var(--color-panel);
  color:var(--color-accent);
}

@media (max-width:1000px){
  .streaming-hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);
    gap:36px;
  }
  .troubleshoot-flow{
    grid-template-columns:1fr;
  }
  .troubleshoot-flow > div{
    border-right:0;
    border-bottom:1px solid var(--color-border);
  }
  .troubleshoot-flow > div:last-child{
    border-bottom:0;
  }
}

@media (max-width:768px){
  .streaming-hero{
    padding-top:52px;
    padding-bottom:64px;
  }
  .streaming-hero-grid{
    grid-template-columns:1fr;
  }
  .streaming-hero-copy{
    max-width:none;
  }
  .streaming-hero-copy .hero-actions{
    justify-content:stretch;
  }
  .streaming-console-body{
    padding:16px;
  }
  .streaming-route-figure{
    min-height:0;
  }
  .streaming-copy-grid,
  .ip-compare,
  .quality-list,
  .route-guidance{
    grid-template-columns:1fr;
  }
  .quality-list{
    border-left:0;
  }
  .quality-list article{
    border-left:1px solid var(--color-border);
  }
  .streaming-summary{
    grid-template-columns:1fr;
    padding:28px;
  }
  .streaming-summary p,
  .streaming-summary-links{
    grid-column:1;
    grid-row:auto;
  }
  .streaming-summary-links{
    margin-top:10px;
  }
}

@media (max-width:640px){
  .streaming-hero{
    padding-top:40px;
    padding-bottom:52px;
  }
  .streaming-facts{
    gap:8px 16px;
  }
  .streaming-console{
    border-radius:var(--radius-md);
  }
  .stream-section{
    padding-top:68px;
    padding-bottom:68px;
  }
  .streaming-copy-grid{
    gap:28px;
  }
  .ip-note,
  .quality-list article,
  .troubleshoot-flow > div{
    padding:22px;
  }
  .streaming-summary{
    padding:24px;
  }
  .streaming-summary-links .btn{
    width:100%;
  }
}