.platform .feature-card {
  border: 1px solid rgba(11, 13, 18, 0.08);
}

.solutions {
  background: linear-gradient(135deg, rgba(13, 178, 166, 0.08), transparent 60%);
}

.services {
  background: var(--mist);
}

.pricing {
  background: linear-gradient(180deg, rgba(11, 13, 18, 0.04), transparent 70%);
}

.company {
  background: var(--sand);
}

.resources {
  background: linear-gradient(135deg, rgba(255, 179, 71, 0.14), transparent 70%);
}

.newsroom {
  background: var(--mist);
}

.contact {
  position: relative;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(244, 241, 234, 0.1);
  pointer-events: none;
}
