/* ===========================================
   PRIVACY POLICY PAGE STYLES
   Data Protection & Privacy Notice Layout
   =========================================== */

.privacy-section {
  position: relative;
  padding: 5rem 1.5rem 6rem;
  min-height: calc(100vh - 120px);
  background: #F8FAFC;
}

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

.privacy-header {
  text-align: center;
  margin-bottom: 3rem;
}

.privacy-header__title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #0F172A;
  margin: 0 0 0.5rem;
  letter-spacing: -0.8px;
}

.privacy-header__date {
  font-size: 0.9rem;
  color: #64748B;
  font-weight: 500;
}

.privacy-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  box-shadow: 0 15px 35px -10px rgba(15, 23, 42, 0.05);
}

.privacy-badge-box {
  background: rgba(0, 82, 255, 0.06);
  border: 1px solid rgba(0, 82, 255, 0.2);
  border-radius: 14px;
  padding: 1.25rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.privacy-badge-box__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #0052FF;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.privacy-badge-box__text {
  font-size: 0.9rem;
  color: #0F172A;
  font-weight: 600;
  margin: 0;
}

.privacy-content h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0F172A;
  margin: 2rem 0 0.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #E2E8F0;
}

.privacy-content h2:first-child {
  margin-top: 0;
}

.privacy-content p {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-family: 'Inter', sans-serif;
}

.privacy-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.privacy-content li {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 0.4rem;
  font-family: 'Inter', sans-serif;
}
