/**
 * Module CSS: 35-scroll-progress.css
 * Trích nguyên văn dòng 1690-1701 của pctech-homepage.css gốc.
 * Không đổi nội dung — chỉ tách file theo đúng marker sẵn có trong code gốc.
 */
    /* ── Scroll progress ── */
    .scroll-progress {
      position: fixed;
      top: var(--header-h);
      left: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--blue), var(--orange));
      z-index: 1001;
      width: 0%;
      transition: width 0.1s;
    }

