.industry-flow { max-width: 1180px; margin: 3.5rem auto 0; padding: 2rem 2.25rem 1.4rem; border-radius: 8px; background: rgba(10, 14, 23, .7); box-shadow: 0 4px 18px rgba(0, 0, 0, .1); }
.industry-flow__intro { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; }
.industry-flow__title { margin: 0; color: #f1f5f9; font-size: clamp(1.45rem, 2.5vw, 1.85rem); font-weight: 600; line-height: 1.2; }
.industry-flow__intro p { max-width: 470px; margin: 0; color: #a9b7ca; font-size: .91rem; line-height: 1.65; }
.industry-flow__stage { position: relative; height: 250px; margin-top: 1.5rem; overflow: hidden; }
.industry-flow__particles, .industry-flow__fallback { position: absolute; inset: 0; width: 100%; height: 100%; }
.industry-flow__fallback--mobile { display: none; }
.industry-flow__particles { z-index: 1; }
.industry-flow__stage.is-animated .industry-flow__fallback { visibility: hidden; }
.industry-flow__feed { position: absolute; z-index: 3; top: 0; left: 52%; display: flex; align-items: center; flex-direction: column; transform: translateX(-50%); color: #cbd5e1; font-size: .78rem; font-weight: 600; white-space: nowrap; }
.industry-flow__feed img { display: block; width: 140px; height: 20px; object-fit: contain; }
.industry-flow__feed span { margin-top: 3px; }
.industry-flow__edge { position: absolute; z-index: 2; top: 98px; bottom: 43px; left: 52%; width: 2px; background: linear-gradient(to bottom, #cbd5e1, #cbd5e1 82%, rgba(203, 213, 225, .35)); }
.industry-flow__labels { position: absolute; z-index: 2; right: 0; bottom: 6px; left: 0; display: flex; justify-content: space-between; color: #94a3b8; font-size: .84rem; }
.industry-flow + .bl-ind-catalogue { margin-top: 2rem; }
@media (max-width: 880px) { .industry-flow__intro { display: block; } .industry-flow__intro p { max-width: 650px; margin-top: .8rem; } }
@media (max-width: 640px) {
  .industry-flow { margin-top: 2.75rem; padding: 1.5rem 1.25rem; }
  .industry-flow__stage { height: 230px; margin-top: 1.3rem; }
  .industry-flow__feed, .industry-flow__edge { left: 53%; }
  .industry-flow__feed img { width: 126px; height: 18px; }
  .industry-flow__feed span { font-size: .75rem; }
  .industry-flow__labels { font-size: .76rem; }
}
@media (max-width: 767px) {
  .industry-flow__stage { width: 100%; max-width: 420px; height: 460px; margin: 1.35rem auto 0; }
  .industry-flow__fallback--desktop { display: none; }
  .industry-flow__fallback--mobile { display: block; }
  .industry-flow__feed { top: 178px; left: 50%; padding: 6px 12px; border-radius: 4px; background: rgba(10, 14, 23, .94); }
  .industry-flow__feed img { width: 126px; height: 18px; }
  .industry-flow__feed span { font-size: .75rem; }
  .industry-flow__edge { top: 239px; right: 12px; bottom: auto; left: 12px; width: auto; height: 2px; background: linear-gradient(to right, rgba(203, 213, 225, .35), #cbd5e1 18%, #cbd5e1 82%, rgba(203, 213, 225, .35)); }
  .industry-flow__labels { inset: 0; display: block; font-size: .76rem; }
  .industry-flow__labels span { position: absolute; right: 0; left: 0; text-align: center; }
  .industry-flow__labels span:first-child { top: 4px; }
  .industry-flow__labels span:last-child { bottom: 4px; }
}
