 body {
      font-family: 'Inter', sans-serif;
      background-color: #f9fafb;
    }
    .hero::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('https://www.transparenttextures.com/patterns/cubes.png');
      opacity: 0.05;
      z-index: 0;
    }
    .hero h2, .hero p {
      position: relative;
      z-index: 1;
    }