    .privacy-section {
      padding: 60px 0;
    }

    .privacy-header {
      margin-bottom: 40px;
    }

    .privacy-header h1 {
      font-weight: 500;
      color: #1565c0;
      margin-bottom: 20px;
    }

    .privacy-content {
      margin-bottom: 30px;
    }

    .privacy-content h3 {
      font-size: 1.8rem;
      font-weight: 500;
      color: #1565c0;
      margin-bottom: 20px;
      margin-top: 30px;
    }

    .privacy-content h4 {
      font-size: 1.4rem;
      font-weight: 500;
      color: #1565c0;
      margin-bottom: 15px;
      margin-top: 25px;
    }

    .privacy-content p {
      font-size: 1.1rem;
      color: #333;
      margin-bottom: 15px;
    }

    .privacy-content ul {
      padding-left: 20px;
      margin-bottom: 20px;
    }

    .privacy-content ul li {
      font-size: 1.1rem;
      color: #333;
      margin-bottom: 10px;
    }

    .back-to-home {
      margin: 30px 0;
    }

    .last-updated {
      font-style: italic;
      margin-bottom: 30px;
      color: #666;
    }