.privacy-hero {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--primary-hover) 100%
  );
  padding: 30px 0;
  text-align: center;
  color: white;
}

.privacy-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.privacy-hero p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.privacy-content {
  padding: 60px 0;
  background: #f8f9fa;
}

.privacy-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.privacy-card {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.privacy-section {
  margin-bottom: 35px;
}

.privacy-section:last-child {
  margin-bottom: 0;
}

.privacy-section h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary-color, #8b5cf6);
  display: inline-block;
}

.privacy-section h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin: 20px 0 10px;
}

.privacy-section p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: justify;
}

.privacy-section ul {
  margin: 15px 0;
  padding-left: 25px;
}

.privacy-section ul li {
  color: #555;
  line-height: 1.8;
  margin-bottom: 8px;
  position: relative;
}

.privacy-section ul li::marker {
  color: var(--primary-color, #8b5cf6);
}

.privacy-date {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  color: #777;
  font-size: 0.9rem;
}

.contact-box {
  background: linear-gradient(
    135deg,
    rgba(139, 92, 246, 0.1) 0%,
    rgba(99, 102, 241, 0.1) 100%
  );
  border-radius: 12px;
  padding: 25px;
  margin-top: 20px;
}

.contact-box h3 {
  margin-top: 0 !important;
  color: var(--primary-color, #8b5cf6) !important;
}

.contact-box a {
  color: var(--primary-color, #8b5cf6);
  text-decoration: none;
  font-weight: 600;
}

.contact-box a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .privacy-hero {
    padding: 30px 0;
  }

  .privacy-hero h1 {
    font-size: 1.8rem;
  }

  .privacy-content {
    padding: 40px 0;
  }

  .privacy-card {
    padding: 25px;
    border-radius: 12px;
  }

  .privacy-section h2 {
    font-size: 1.2rem;
  }
}
