/* ============================================
   Uain - Privacy Policy Stylesheet
   ============================================ */

/* --- Privacy Page --- */
.privacy-section {
  padding-bottom: 120px;
}

.privacy-content {
  max-width: 720px;
  margin: 0 auto;
}

.privacy-content .intro {
  font-size: 18px;
  color: #a1a1aa;
  line-height: 1.7;
  margin-bottom: 48px;
}

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

.privacy-block h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #f5f5f4;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.privacy-block p {
  font-size: 16px;
  color: #a1a1aa;
  line-height: 1.7;
  margin-bottom: 8px;
}

.privacy-block ul {
  padding: 0;
  margin: 12px 0;
}

.privacy-block ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #a1a1aa;
  line-height: 1.7;
  margin-bottom: 6px;
}

.privacy-block ul li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f59e0b;
}

.privacy-footer-note {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #27272a;
}

.privacy-footer-note p {
  font-size: 14px;
  color: #71717a;
  line-height: 1.7;
}

.privacy-footer-note a {
  color: #f59e0b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.privacy-footer-note a:hover {
  color: #d97706;
}

/* --- Effective Date --- */
.effective-date {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #71717a;
  background-color: #141416;
  border: 1px solid #27272a;
  border-radius: 8px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .privacy-section {
    padding-bottom: 80px;
  }

  .privacy-content .intro {
    font-size: 16px;
    margin-bottom: 36px;
  }

  .privacy-block h2 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .privacy-section {
    padding-bottom: 60px;
  }

  .privacy-block {
    margin-bottom: 32px;
  }
}
