/* Terms of Use / Privacy Policy */
.lg-hero-inner {
  max-width: 64rem;
  padding: 2rem 0;
}
.lg-title {
  font-size: clamp(3rem, 6vw, 4.4rem);
  line-height: 1.1;
  margin-top: 1.2rem;
}
.lg-updated {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
}
.lg-body {
  background: var(--bg, #fdfaf6);
}
.lg-wrap {
  max-width: 78rem;
}
.lg-intro {
  font-size: 1.7rem;
  line-height: 1.85;
  color: var(--text-2, #5b5048);
  margin-bottom: 3.2rem;
}
.lg-sec {
  margin-bottom: 2.8rem;
}
.lg-h2 {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--text, #2b2018);
  margin-bottom: 1rem;
}
.lg-p {
  font-size: 1.5rem;
  line-height: 1.85;
  color: var(--text-2, #5b5048);
  margin-bottom: 1rem;
}
.lg-p a {
  color: var(--primary, #c2622a);
  font-weight: 600;
}
.lg-p a:hover {
  text-decoration: underline;
}
