/* ATF Parallel / Trail / Brake chips. Static; keep fail-open H1+CTAs intact. */
.hero-control-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}
.hero-control-pillars .hero-kicker {
  margin: 0;
}
.hero-control-pillars .hero-kicker strong {
  font-weight: 760;
  color: var(--tinta-900, #0d0e10);
}
.hero-control-pillars .hero-kicker em {
  font-style: normal;
  color: var(--tinta-500, #6b6e73);
  font-weight: 560;
}
.hero-control-pillars li:nth-child(1) span { background: var(--brand-blue, #4a8bbd); }
.hero-control-pillars li:nth-child(2) span { background: var(--brand-yellow, #c9b23c); }
.hero-control-pillars li:nth-child(3) span { background: var(--brand-green, #599d66); }
