/** Shopify CDN: Minification failed

Line 47:0 Unexpected "{"

**/
.root-cause-villain {
  background: #111; /* dark background */
  color: #f5f5f5;
  padding: 80px 0;
}

.root-cause-villain .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-block {
  flex: 1 1 480px;
}

.root-cause-villain h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.root-cause-villain h2 span {
  color: #ef4444; /* red accent */
}

.root-cause-villain .intro {
  font-size: 1.5rem;
  color: #ffb347; /* orange accent */
  margin-bottom: 1rem;
}

.root-cause-villain .text-block p.combine,
.root-cause-villain .text-block p.metaphor,
.root-cause-villain .text-block p.solution,
{
    font-size: 11.7rem;
}

.root-cause-villain .metaphor {
  font-style: italic;
  color: #ccc;
}

.root-cause-villain .solution {
  margin-top: 1.5rem;
  font-weight: 600;
  color: #ffb347;
}

.infographic {
  flex: 1 1 400px;
  text-align: center;
}

.infographic h3 {
  font-size: 1.5rem;
  color: #ffb347;
  margin-bottom: 2rem;
}

.icon {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.chart {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 160px;
  margin-bottom: 20px;
}

.chart .bar {
  width: 20%;
  background: linear-gradient(180deg, #ef4444, #7f1d1d);
  height: var(--value);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 4px;
  transition: height 0.6s ease;
}

.chart .bar span {
  display: block;
  font-size: 0.8rem;
  color: #fff;
  margin-bottom: 6px;
}

.icons {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.icons .icon {
  text-align: center;
}

.icons img {
  width: 40px;
  height: 40px;
  filter: grayscale(100%) brightness(0.8) sepia(1) hue-rotate(-10deg) saturate(3);
}

.icons p {
  font-size: 0.9rem;
  color: #ddd;
  margin-top: 4px;
}

/* Mobile */
@media (max-width: 768px) {
  .root-cause-villain .container {
    flex-direction: column;
    text-align: center;
  }

  .chart {
    height: 120px;
  }
}
