/* =========================================================
   AKN PROJECTS — LEGAL PAGES (privacy, terms)
   ========================================================= */
.lg-hero {
  margin-top: var(--header-h);
  padding: 62px 0 54px;
  background:
    linear-gradient(180deg, rgba(8,24,29,0.94), rgba(8,24,29,0.97)),
    url('../images/services/about-marble.jpg') center / cover no-repeat;
  border-bottom: 1px solid rgba(217,180,138,0.25);
}
.lg-hero-inner { max-width: 760px; }
.lg-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 600;
  color: var(--white);
  margin: 0 0 12px;
}
.lg-hero p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.68);
  margin: 0;
  max-width: 560px;
}
.lg-updated {
  display: inline-block;
  margin-top: 18px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  padding: 7px 14px;
  border: 1px solid rgba(217,180,138,0.35);
  border-radius: 999px;
}

.lg-body { background: var(--cream); padding: 68px 0 80px; }
.lg-doc {
  max-width: 860px;
  background: var(--white);
  border: 1px solid rgba(178,134,87,0.16);
  border-radius: 3px;
  padding: 52px 54px 46px;
  box-shadow: 0 40px 80px -48px rgba(12,31,37,0.5);
}
.lg-doc h2 {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 500;
  color: var(--dark);
  margin: 36px 0 12px;
}
.lg-doc h2:first-of-type { margin-top: 0; }
.lg-doc h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--gold), rgba(178,134,87,0.08));
}
.lg-doc p, .lg-doc li {
  font-size: 14px;
  line-height: 1.86;
  color: rgba(12,31,37,0.7);
}
.lg-doc p { margin: 0 0 14px; }
.lg-doc ul { margin: 0 0 16px; display: flex; flex-direction: column; gap: 9px; }
.lg-doc ul li { position: relative; padding-left: 20px; }
.lg-doc ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 11px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.lg-doc a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

.lg-foot {
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid rgba(12,31,37,0.1);
  font-size: 13.4px;
  color: rgba(12,31,37,0.62);
}

@media (max-width: 720px) {
  .lg-hero { padding: 44px 0 40px; }
  .lg-body { padding: 44px 0 54px; }
  .lg-doc { padding: 30px 24px 28px; }
  .lg-doc h2 { font-size: 19px; margin-top: 28px; }
}
