/* ============================================================
   legal.css — companion stylesheet for the legal / contact pages.
   Loaded together with offer.css so these pages share the
   Klippstudion header, nav, footer and form component language,
   with simpler single-column content typography.
   ============================================================ */

.legal-hero {
  background: var(--dark-bg);
  color: var(--dark-ink);
  padding: 36px 0;
}

.legal-hero h1 {
  font-family: "Poppins", "Inter", system-ui, sans-serif;
  font-size: clamp(1.6rem, 1.3rem + 1.4vw, 2.3rem);
  font-weight: 800;
  margin-bottom: 10px;
}

.legal-hero p {
  font-size: 1rem;
  color: var(--dark-muted);
  max-width: 620px;
  line-height: 1.55;
}

.legal-content {
  padding: 40px 0 56px;
  max-width: 760px;
  margin: 0 auto;
}

.legal-content h2 {
  font-family: "Poppins", "Inter", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 32px 0 12px;
  color: var(--ink);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #2c2f36;
}

.legal-content ul {
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-content li {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #2c2f36;
}

.legal-content strong {
  color: var(--ink);
}

.legal-content a {
  color: var(--accent-hover);
  font-weight: 700;
}

.legal-updated {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 24px;
  display: block;
}

.legal-note-box {
  background: var(--alt-bg);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  padding: 16px 18px;
  margin: 20px 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Contact page: form sits inside a light card, not the dark panel,
   since the surrounding page is a plain light legal page. */
.legal-content .offer-form {
  background: var(--panel-bg);
  margin: 24px 0 8px;
}
