/* Solutions page – custom only (header/hero/sections are in style.css) */

/* If you want slightly different spacing for solutions hero: */
.hero.solutions-hero .hero-content {
  max-width: 900px;
}

/* Optional highlight per block */
.solution-block:nth-of-type(1) {
  border-left: 4px solid var(--tfm-primary);
}

.solution-block:nth-of-type(2) {
  border-left: 4px solid var(--tfm-secondary);
}

.solution-block:nth-of-type(3) {
  border-left: 4px solid var(--tfm-accent);
}

.solution-block:nth-of-type(4),
.solution-block:nth-of-type(5) {
  border-left: 4px solid rgba(0, 0, 0, 0.08);
}
