body {
    font-family: Arial, sans-serif;
    background: #f9fafb;
    color: #1f2937;
    line-height: 1.6;
    padding: 2rem;
  }
  
  .policy {
    max-width: 860px;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  
  .policy__title {
    font-size: 1.9rem;
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
    color: #111827;
  }
  
  .policy__section {
    margin-bottom: 1.5rem;
  }
  
  .policy__section h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #111827;
    border-left: 4px solid #2563eb;
    padding-left: 0.5rem;
  }
  
  .policy__section p {
    text-align: justify;
    margin-bottom: 0.6rem;
  }
  
  .policy__company {
    text-transform: uppercase;
    font-weight: bold;
  }
  