body { background: #fff; }

.lp-richtext p,
.lp-richtext li {
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.85;
  font-weight: 500;
}

.lp-richtext p {
  margin-bottom: 0.9rem;
}

.lp-richtext p:last-child {
  margin-bottom: 0;
}

.lp-richtext h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 1.5rem 0 0.65rem;
  letter-spacing: -0.01em;
}

.lp-richtext ul,
.lp-richtext ol {
  margin: 0.75rem 0 1rem 1.25rem;
  padding: 0;
}

.lp-richtext li + li {
  margin-top: 0.45rem;
}

.lp-richtext a {
  color: #1a1a1a;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(0,0,0,0.15);
  text-underline-offset: 2px;
}

.lp-richtext a:hover {
  text-decoration-color: #000;
}

.lp-note,
.lp-warning,
.lp-contact-card {
  border-radius: 16px;
  padding: 1rem 1.1rem;
  margin: 1rem 0 1.25rem;
  border: 1px solid #ececec;
  background: #fafafa;
}

.lp-warning {
  background: #f6f6f6;
}

.lp-note strong,
.lp-warning strong,
.lp-contact-card strong {
  color: #1a1a1a;
}

.lp-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.lp-meta-card {
  border: 1px solid #efefef;
  border-radius: 14px;
  padding: 1rem;
  background: #fff;
}

.lp-meta-label {
  font-size: 0.6875rem;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.lp-meta-value {
  font-size: 0.9375rem;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.6;
}

.lp-list-tight {
  margin-top: 0.5rem;
}

.lp-list-tight li {
  margin-top: 0.35rem;
}

.cl-footer {
  text-align: left;
}

.legal-footer-quick {
  max-width: 1200px;
  margin: 0 auto 1.75rem;
}

.legal-footer-kicker {
  font-size: 0.6875rem;
  color: #b1b1b1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.9rem;
}

.legal-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.legal-footer-group {
  border: 1px solid #efefef;
  border-radius: 18px;
  background: #fafafa;
  padding: 1rem 1.05rem;
}

.legal-footer-group h4 {
  margin: 0 0 0.8rem;
  font-size: 0.875rem;
  color: #1a1a1a;
  font-weight: 800;
}

.legal-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.legal-footer-links a {
  color: #777;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
}

.legal-footer-links a:hover,
.legal-footer-links a.active,
.legal-footer-links a.is-current {
  color: #1a1a1a;
}

.legal-footer-links a.is-current {
  text-decoration: underline;
  text-decoration-color: rgba(0,0,0,0.18);
  text-underline-offset: 2px;
}

.legal-footer-meta {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .lp-meta-grid {
    grid-template-columns: 1fr;
  }

  .legal-footer-grid {
    grid-template-columns: 1fr;
  }

  .lp-richtext p,
  .lp-richtext li {
    font-size: 0.875rem;
  }
}
