/* Legal pages layout */
.legal-page {
  padding: 3rem 0 5rem;
  max-width: 720px;
}

.legal-page h1 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.5rem;
}

.legal-meta {
  color: var(--muted);
  font-size: 0.88rem;
  margin-bottom: 2rem;
}

.legal-section {
  margin-bottom: 1.75rem;
}

.legal-section h2 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.legal-section p {
  color: var(--muted);
  line-height: 1.75;
}

.legal-back {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: var(--ink);
  font-size: 0.92rem;
}

.legal-back:hover { color: var(--muted); }

.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 1.25rem 0;
}

.faq-item:last-child { border-bottom: 0; }

.faq-item h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.faq-item p {
  color: var(--muted);
  font-size: 0.95rem;
}

/* Pricing compliance */
.pricing-notice {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 225, 74, 0.2);
  border: 1px solid rgba(255, 225, 74, 0.5);
  border-radius: var(--radius);
  font-size: 0.92rem;
  color: var(--ink);
}

.pricing-notice strong {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 800;
}

.pricing-recurring {
  text-align: center;
  max-width: 560px;
  margin: 2rem auto 0;
  font-size: 0.85rem;
  color: var(--muted);
}

.pricing-recurring a {
  color: var(--ink);
  text-decoration: underline;
}

.trial-badge {
  display: inline-block;
  background: var(--mint);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.65rem;
}

/* Footer contact */
.footer-contact {
  margin-top: 1rem;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.7;
}

.footer-contact a {
  color: var(--ink);
}

.footer-contact a:hover { text-decoration: underline; }

.company-address {
  max-width: 220px;
  line-height: 1.5;
}

/* Terms checkbox */
.field-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.field-check input {
  margin-top: 0.25rem;
  width: auto;
  flex-shrink: 0;
}

.field-check label {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.field-check a {
  color: var(--ink);
  text-decoration: underline;
  font-weight: 600;
}
