/* Figma-accurate About → Statistics → Services transition */
@media (min-width: 1001px) {
  .about-section {
    z-index: 3;
  }

  .stats-wrap {
    height: 50px;
    background: #fff;
    z-index: 5;
    overflow: visible;
  }

  .stats-card {
    top: 50px;
    bottom: auto;
    z-index: 7;
  }

  .services-section {
    z-index: 1;
    background: linear-gradient(to bottom, #fff 0, #fff 174px, #000 174px, #000 100%);
  }

  .services-section .section-heading,
  .services-section .service-grid {
    color: #fff;
  }

  .service-road {
    z-index: 0;
  }
}
