/* ======================================================
   Privacy Page Styling
===================================================== */

html,
body {
  height: auto !important;
  overflow: auto !important;
}

body {
  background: #0a0a0a !important;
}

.bg,
.logo-center,
.top-nav,
.menu-toggle,
.footer {
  display: none !important;
}
.logo-corner {
  position: fixed;
  top: 20px;
  left: 28px;
  z-index: 9999; /* ensures it stays above everything */
}

.privacy-page {
  min-height: 100vh;
  background: #0a0a0a;
  color: #e6e6e6;
}

.privacy-hero {
  padding: 80px 60px 40px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.privacy-hero h1 {
  font-size: 52px;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}

.hero-sub {
  font-size: 14px;
  opacity: 0.7;
}

.hero-desc {
  max-width: 720px;
  margin: 20px 0 30px;
  font-size: 18px;
  line-height: 1.6;
}

.btn {
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.privacy-body {
  display: flex;
  gap: 40px;
  padding: 40px 60px 80px;
}

.privacy-toc {
  width: 280px;
  position: sticky;
  top: 100px;
}

.privacy-toc h2 {
  font-size: 16px;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}

.privacy-toc nav a {
  display: block;
  margin: 10px 0;
  color: #cfcfcf;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.9;
}

.privacy-toc nav a:hover {
  color: #fff;
}

.privacy-content {
  max-width: 900px;
  line-height: 1.7;
}

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

.privacy-content h2 {
  font-size: 24px;
  margin-bottom: 14px;
  letter-spacing: 0.03em;
}

.site-header,
.site-footer {
  background: #060606;
  color: #e6e6e6;
}

.site-header .header-inner,
.site-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav a {
  margin-left: 24px;
  color: #e6e6e6;
  text-decoration: none;
  font-size: 14px;
}

.header-nav .active {
  text-decoration: underline;
}
