/* Section: tickers (Figma 1:1159) — 1728 x 240, three 80px rows */
#sec-tickers {
  position: relative;
  width: 1728px;
  height: 240px;
  overflow: hidden;
  background: #01353e;
}
#sec-tickers .tickers-row {
  position: absolute;
  left: 0;
  width: 1728px;
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#sec-tickers .tickers-black { top: 0; background: #000; }
#sec-tickers .tickers-green { top: 80px; background: #56f77e; }
#sec-tickers .tickers-teal  { top: 160px; background: #01353e; }

/* Black row: repeating sysdig/TrueFullstaq logo strip (2092.11 x 31.27) */
#sec-tickers .tickers-strip {
  flex: none;
  display: block;
  width: 2092.11px;
  height: 31.27px;
}

/* Green row: OCR-A text ticker */
#sec-tickers .tickers-text {
  flex: none;
  white-space: nowrap;
  font-family: "OCR A Std", "Share Tech Mono", monospace;
  font-size: 18px;
  line-height: 1;
  color: #000;
  padding-left: 0;
}

/* Marquee speeds (per row) + spacing between green text repeats */
#sec-tickers .tickers-black .tk-track { --tk-dur: 26s; }
#sec-tickers .tickers-green .tk-track { --tk-dur: 42s; }
#sec-tickers .tickers-green .tickers-text { padding-right: 40px; }
