body {
      font-family: 'Segoe UI', sans-serif;
    }

    .hero {
      text-align: center;
      padding: 80px 20px;
      background: #fff;
    }

    .services {
      padding: 60px 20px;
      background: #f9f9f9;
    }

    .service-icon {
      font-size: 3rem;
      color: #00cfff;
    }

    .cta {
      background: #e5d4ff;
      padding: 60px 20px;
      text-align: center;
    }

    footer {
      background: #f1f1f1;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }