﻿/* ─── Privacy Policy Page ─── */
.privacy-hero {
  background: #000;
  padding: 160px 2rem 80px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.privacy-hero__inner {
  max-width: 900px;
  margin: 0 auto;
}
.privacy-hero__eyebrow {
  font-family: "Sohne", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #0a5bff;
  margin-bottom: 1.25rem;
}
.privacy-hero__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.95;
  color: #fff;
  margin: 0 0 1.5rem;
  letter-spacing: -0.02em;
}
.privacy-hero__meta {
  font-family: "Sohne", sans-serif;
  font-size: 0.85rem;
  color: #555;
  text-transform: none;
}

/* ─── Content ─── */
.privacy-content {
  background: #000;
  padding: 6rem 2rem 10rem;
}
.privacy-content__inner {
  max-width: 820px;
  margin: 0 auto;
}
.privacy-section {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.privacy-section:last-child {
  border-bottom: none;
}
.privacy-section__num {
  font-family: "Sohne", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #0a5bff;
  margin-bottom: 0.75rem;
}
.privacy-section__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #fff;
  margin: 0 0 1.5rem;
  letter-spacing: -0.01em;
  line-height: 1.05;
}
.privacy-section p {
  font-family: "Sohne", sans-serif;
  font-size: 1rem;
  line-height: 1.88;
  color: #aaa;
  margin-bottom: 1.25rem;
  text-transform: none;
}
.privacy-section ul,
.privacy-section ol {
  font-family: "Sohne", sans-serif;
  font-size: 1rem;
  line-height: 1.88;
  color: #aaa;
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
  text-transform: none;
}
.privacy-section li {
  margin-bottom: 0.5rem;
}
.privacy-section a {
  color: #0a5bff;
  text-decoration: none;
}
.privacy-section a:hover {
  text-decoration: underline;
}
.privacy-section strong {
  color: #fff;
  font-weight: 600;
}

/* ─── Responsive ─── */
@media screen and (max-width: 640px) {
  .privacy-hero { padding: 140px 1.25rem 60px; }
  .privacy-content { padding: 4rem 1.25rem 7rem; }
}
