.policy-header {
      background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
      color: #fff;
      padding: 80px 20px;
      text-align: center;
    }
    .policy-header h1 { margin: 0; font-size: 2.5rem; color: #fff; }
    .policy-header p { color: #94a3b8; margin-top: 10px; font-size: 1.1rem; }
    
    .policy-content {
      max-width: 800px;
      margin: 60px auto;
      background: #fff;
      padding: 40px;
      border-radius: 16px;
      box-shadow: 0 10px 40px rgba(0,0,0,0.04);
      line-height: 1.8;
      color: #4b5563;
    }
    .policy-content h3 { color: #1f2937; margin-top: 30px; margin-bottom: 15px; font-size: 1.4rem; }
    .policy-content ul { padding-left: 20px; margin-bottom: 20px; }
    .policy-content li { margin-bottom: 8px; }
    .policy-content a { color: var(--primary-color, #ff5e14); text-decoration: none; font-weight: 600; }