    body {
      line-height: 1.6;
      font-family: 'Inter', sans-serif;
    }
    h1 {
      text-align: center;
      margin-bottom: 0.75rem;
      color: #3b82f6;
      font-size: 2.25rem;
    }
    .tagline {
      text-align: center;
      font-size: 1.1rem;
      color: #374151;
      margin-bottom: 2.5rem;
    }
    .unifier {
      text-align: center;
      max-width: 720px;
      margin: 0 auto 3rem;
      color: #4b5563;
    }
    h3 {
      color: #374151;
      font-size: 1.375rem;
      font-weight: 600;
      margin-bottom: 0.75rem;
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }
    a {
      color: #2563eb;
      text-decoration: none;
    }
    button {
      background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
      color: white;
      border: none;
      padding: 0.75rem 1.5rem;
      font-size: 1rem;
      font-weight: 600;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
      margin-top: 2rem;
      display: inline-block;
    }
    button:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
    }
    .section {
      max-width: 800px;
      margin: 0 auto 2.5rem;
      background: white;
      padding: 2rem;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    .product-logo {

 /* height: 64px; */
    }
