body.legal-page {
  background: #f4f6f8;
}

body.legal-page #header {
  display: none !important;
}

body.legal-page #wrapper {
  overflow: visible;
}

body.legal-page #wrapper > .bg {
  display: none !important;
}

body.legal-page #wrapper.fade-in:before {
  background: #f4f6f8;
}

body.legal-page #nav,
body.legal-page #main,
body.legal-page #copyright {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.legal-page #nav {
  margin-top: 0 !important;
  padding: 0 clamp(1rem, 3.5vw, 3rem);
  background: rgba(30, 37, 45, 0.9);
  backdrop-filter: blur(10px);
}

body.legal-page #main {
  background:
    radial-gradient(circle at top left, rgba(175, 230, 126, 0.14), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f4f6f8 76%);
  padding: clamp(1rem, 2.25vw, 1.85rem) clamp(1rem, 3.5vw, 3rem) 0;
}

body.legal-page #main > * {
  border-top: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

body.legal-page article.post.featured {
  width: min(980px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(1.85rem, 4vw, 3.75rem) clamp(0.65rem, 1.2vw, 1.25rem) 4rem;
  text-align: left !important;
}

body.legal-page article.post.featured h1,
body.legal-page article.post.featured h2,
body.legal-page article.post.featured h3 {
  color: #18212b;
  text-transform: none;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

body.legal-page article.post.featured h1 {
  font-size: clamp(2.25rem, 4vw, 3.4rem);
  line-height: 1.04;
  margin: 0;
}

body.legal-page article.post.featured h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.4rem, 1.15rem + 0.9vw, 1.95rem);
  line-height: 1.2;
}

body.legal-page article.post.featured h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.04rem, 0.98rem + 0.35vw, 1.22rem);
  line-height: 1.34;
}

body.legal-page article.post.featured p,
body.legal-page article.post.featured li {
  color: rgba(33, 41, 49, 0.9);
  font-size: clamp(1rem, 0.98rem + 0.14vw, 1.08rem);
  line-height: 1.78;
  text-align: left;
}

body.legal-page article.post.featured ul {
  margin: 0;
  padding-left: 1.3rem;
}

body.legal-page article.post.featured li {
  margin: 0.42rem 0;
}

body.legal-page a {
  border-bottom: 0;
}

.lt-legalHero,
.lt-legalSection,
.lt-finalCta {
  margin: 0 auto;
}

.lt-legalHero {
  padding: clamp(1.95rem, 3.8vw, 3rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(175, 230, 126, 0.18), rgba(255, 255, 255, 0.98) 48%, rgba(228, 238, 248, 0.92));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.lt-legalHero .major {
  margin: 0 !important;
  text-align: left !important;
}

.lt-eyebrow {
  margin: 0 0 0.9rem;
  color: #355428;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lt-legalMeta {
  margin: 0.95rem 0 0;
  color: rgba(24, 33, 43, 0.72);
  font-size: 0.98rem;
}

.lt-legalHero .lt-heroBody {
  max-width: 66ch;
  margin: 1rem 0 0;
}

.lt-legalSection {
  margin-top: clamp(2.6rem, 4vw, 3.8rem);
}

.lt-legalSection > p + h3,
.lt-legalSection > ul + h3 {
  margin-top: 1.5rem;
}

.lt-legalPanel {
  padding: clamp(1.35rem, 2.4vw, 1.85rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.lt-legalList {
  padding-left: 1.25rem;
}

.lt-finalCta {
  margin-top: clamp(2.8rem, 4.5vw, 4.25rem);
  padding: clamp(1.7rem, 3vw, 2.4rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.lt-ctaRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.lt-textCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  color: #18212b;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

button.lt-textCta {
  cursor: pointer;
  appearance: none;
}

.lt-textCta:hover {
  transform: translateY(-1px);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}

.lt-privacyStatus {
  margin: 0;
  font-weight: 600;
  color: #18212b;
}

@media (max-width: 980px) {
  body.legal-page article.post.featured {
    width: calc(100% - 1rem);
    padding-bottom: 3rem;
  }
}
