/* ZuneTrades — legal pages
   Matches the main site: Faustina display, Karla body, petrol teal accent, oat ground. */

:root {
  --oat: #f5f6f5;
  --paper: #ffffff;
  --ink: #1c1f1e;
  --ink-soft: #4a504e;
  --rule: #dfe2e0;
  --petrol: #1f5f5b;
  --measure: 34rem;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--oat);
  color: var(--ink);
  font-family: "Karla", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

.wrap {
  max-width: var(--measure);
  margin: 0 auto;
  padding: 3.5rem 1.5rem 5rem;
}

.back {
  display: inline-block;
  margin-bottom: 3rem;
  color: var(--petrol);
  text-decoration: none;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.back:hover { text-decoration: underline; }

h1 {
  font-family: "Faustina", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

.updated {
  color: var(--ink-soft);
  font-size: 0.875rem;
  margin: 0 0 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--rule);
}

h2 {
  font-family: "Faustina", Georgia, serif;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.3;
  margin: 2.75rem 0 0.75rem;
}

p, li { color: var(--ink-soft); }
p { margin: 0 0 1rem; }

ul { padding-left: 1.125rem; margin: 0 0 1rem; }
li { margin-bottom: 0.5rem; }

strong { color: var(--ink); font-weight: 600; }

a { color: var(--petrol); }

.callout {
  background: var(--paper);
  border-left: 3px solid var(--petrol);
  padding: 1.25rem 1.375rem;
  margin: 2rem 0;
}
.callout p:last-child { margin-bottom: 0; }

footer {
  margin-top: 4rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--rule);
  font-size: 0.8125rem;
  color: var(--ink-soft);
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
