body {
      background: #f8fafc;
      font-family: 'Segoe UI', Arial, sans-serif;
    }
    .pm-hero {
      background: #fff;
      border-radius: 1rem;
      box-shadow: 0 2px 12px rgba(0,0,0,0.05);
      padding: 3rem 2rem;
      margin-bottom: 2rem;
    }
    .pm-section-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
    }
    .pm-benefit-list li {
      margin-bottom: 0.5rem;
    }
    .pm-service-card {
      background: #fff;
      border-radius: 0.75rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      height: 100%;
    }
    .pm-why-card {
      background: #e9ecef;
      border-radius: 0.75rem;
      padding: 1.25rem;
      margin-bottom: 1rem;
      text-align: center;
    }
    .pm-industry-badge {
      margin: 0.25rem;
      font-size: 1rem;
      padding: 0.5rem 1rem;
      border-radius: 1rem;
    }
    .pm-cta {
      background: #fff;
      border-radius: 1rem;
      box-shadow: 0 2px 12px rgba(0,0,0,0.05);
      padding: 2.5rem 1rem;
      margin-top: 2rem;
      text-align: center;
    }