/* ===========================
   POLARHOLE LAB — LEGAL PAGES
   =========================== */

.phl-legal-main {
  padding: 80px 20px;
  max-width: 820px;
  margin-inline: auto;
  color: var(--phl-text);
}

.phl-legal-title {
  font-family: "PHL-Display", system-ui, sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.phl-legal-intro {
  font-size: 15px;
  color: var(--phl-text-muted);
  margin-bottom: 24px;
}

.phl-legal-heading {
  font-family: "PHL-Display", system-ui, sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-top: 28px;
  margin-bottom: 8px;
  color: var(--phl-accent);
}

.phl-legal-section p {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 12px;
}

.phl-legal-section a {
  color: var(--phl-accent);
  text-decoration: underline;
}

.phl-legal-section a:hover {
  opacity: 0.8;
}

/* Footer style adaptation */
.phl-footer-inner {
  border-top: 1px solid rgba(138, 192, 221, 0.3);
  padding-top: 16px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .phl-legal-main {
    padding: 60px 16px;
  }
  .phl-legal-title {
    font-size: 22px;
  }
}
