
 body {
      background: linear-gradient(135deg, #1a0d3a 0%, #2d1b69 50%, #4a2c7a 100%);
      color: #fff;
      font-family: 'Inter', sans-serif;
    }
    
    .privacy-hero {
      background: #18014F;
      padding: 25px 0;
      text-align: center;
      position: relative;
    }
    
    .privacy-hero h1 {
      font-size: 3.5rem;
      font-weight: 800;
      margin-bottom: 20px;
      color: #fff;
    }
    
    .privacy-hero p {
      font-size: 1.2rem;
      color: rgba(255, 255, 255, 0.9);
      max-width: 700px;
      margin: 0 auto;
    }
    
    .privacy-content {
      max-width: 900px;
      margin: 0 auto;
      padding: 80px 20px;
    }
    
    .privacy-section {
      margin-bottom: 50px;
    }
    
    .privacy-section h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #fff;
      border-bottom: 2px solid #7c3aed;
      padding-bottom: 10px;
    }
    
    .privacy-section h3 {
      font-size: 1.4rem;
      font-weight: 600;
      margin-bottom: 15px;
      margin-top: 30px;
      color: #a78bfa;
    }
    
    .privacy-section p {
      font-size: 1rem;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 15px;
    }
    
    .privacy-section ul {
      margin-left: 20px;
      margin-bottom: 20px;
    }
    
    .privacy-section li {
      font-size: 1rem;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 8px;
    }
    
    .highlight-box {
      background: rgba(124, 58, 237, 0.1);
      border: 1px solid rgba(124, 58, 237, 0.3);
      border-radius: 12px;
      padding: 20px;
      margin: 20px 0;
    }
    
    .highlight-box p {
      margin: 0;
      font-weight: 600;
      color: #a78bfa;
    }
    
    .last-updated {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 40px;
      text-align: left;
    }
    
    .last-updated p {
      margin: 0;
      font-size: 0.95rem;
      color: rgba(255, 255, 255, 0.8);
    }
    
    .data-table {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 12px;
      padding: 20px;
      margin: 20px 0;
      overflow-x: auto;
    }
    
    .data-table table {
      width: 100%;
      border-collapse: collapse;
    }
    
    .data-table th,
    .data-table td {
      padding: 12px;
      text-align: left;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .data-table th {
      background: rgba(124, 58, 237, 0.2);
      font-weight: 600;
      color: #a78bfa;
    }
    
    .data-table td {
      color: rgba(255, 255, 255, 0.9);
    }