/* Privacy / Terms overlay panel — matches site design (docs-style) */

#oculus-page-panel {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  overflow-y: auto;
  background: #f5f8ff;
  padding: 24px 0 96px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: #10203b;
  line-height: 1.65;
}

#oculus-page-panel main {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 32px;
  display: block;
}

/* Hero — eyebrow + title + lede */
#oculus-page-panel .hero {
  background: transparent;
  border: none;
  padding: 28px 0 8px;
  margin-bottom: 32px;
}

#oculus-page-panel .eyebrow {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 82, 255, 0.10);
  color: #0052ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

#oculus-page-panel .hero h1 {
  font-family: "Outfit", "Inter", sans-serif;
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 500;
  color: #0a1d3f;
  margin: 0 0 22px;
  max-width: 760px;
}

#oculus-page-panel .hero p {
  font-size: 15.5px;
  color: rgba(16, 32, 59, 0.72);
  margin: 0 0 10px;
  max-width: 720px;
  line-height: 1.65;
}

#oculus-page-panel .hero p:first-of-type {
  font-size: 13px;
  color: rgba(16, 32, 59, 0.46);
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

/* Sections — clean cards */
#oculus-page-panel .section {
  background: #ffffff;
  border: 1px solid #e0eaff;
  border-radius: 18px;
  padding: 28px 32px;
  margin-bottom: 18px;
  box-shadow: 0 1px 0 rgba(0, 82, 255, 0.03), 0 8px 24px rgba(15, 32, 58, 0.04);
}

#oculus-page-panel .section h2 {
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: #0a1d3f;
  margin: 0 0 14px;
}

#oculus-page-panel .section h3 {
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0a1d3f;
  margin: 16px 0 8px;
}

#oculus-page-panel .section p {
  font-size: 14.5px;
  color: rgba(16, 32, 59, 0.78);
  margin: 0 0 10px;
  line-height: 1.7;
}

#oculus-page-panel .section p:last-child { margin-bottom: 0; }

#oculus-page-panel .section ul,
#oculus-page-panel .section ol {
  margin: 8px 0 0;
  padding-left: 22px;
  color: rgba(16, 32, 59, 0.78);
}

#oculus-page-panel .section li {
  margin: 8px 0;
  font-size: 14.5px;
  line-height: 1.65;
}

#oculus-page-panel .section li::marker {
  color: #0052ff;
}

#oculus-page-panel .section a {
  color: #0052ff;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 82, 255, 0.25);
  transition: border-color 120ms ease;
}

#oculus-page-panel .section a:hover {
  border-bottom-color: #0052ff;
}

#oculus-page-panel .muted {
  color: rgba(16, 32, 59, 0.46);
  font-size: 13px;
  font-style: italic;
}

/* Hide footer that comes with privacy/terms HTML (we extract only <main>) */
#oculus-page-panel footer.site { display: none !important; }

@media (max-width: 720px) {
  #oculus-page-panel main { padding: 0 18px; }
  #oculus-page-panel .section { padding: 22px 22px; }
  #oculus-page-panel .hero h1 { font-size: 30px; }
}
