/* Privacy Content */
.privacy-content {
  padding-top: 70px;
  padding-bottom: 80px;
}

.privacy-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.privacy-header {
  margin-bottom: 50px;
  text-align: center;
}

.privacy-header h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: var(--font-bold);
  color: var(--white);
  margin-bottom: 15px;
}

.privacy-date {
  font-size: 16px;
  line-height: 22px;
  color: var(--light);
  font-weight: var(--font-medium);
}

.privacy-intro {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
}

.privacy-intro p {
  font-size: 16px;
  line-height: 24px;
  color: var(--light);
  margin-bottom: 15px;
}

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

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

.privacy-section h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: var(--font-bold);
  color: var(--white);
  margin-bottom: 20px;
}

.privacy-section h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: var(--font-semibold);
  color: var(--white);
  margin-top: 25px;
  margin-bottom: 15px;
}

.privacy-section p {
  font-size: 16px;
  line-height: 26px;
  color: var(--light);
  margin-bottom: 15px;
}

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

.privacy-section a {
  color: var(--orange);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.privacy-section a:hover {
  opacity: 0.8;
}

.privacy-section strong {
  color: var(--white);
  font-weight: var(--font-semibold);
}


/* Responsive */
@media (max-width: 768px) {
  .privacy-content {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .privacy-header h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .privacy-section h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .privacy-section h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .privacy-intro {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .privacy-header h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .privacy-section h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
