:root {
  --cream: #f8f2e7;
  --white: #fff;
  --purple: #3a2e52;
  --ink-soft: #625872;
  --orange: #ee6c1f;
  --orange-soft: #fff0e5;
  --green: #4b922d;
  --green-soft: #e8f3df;
  --line: #e4dac8;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--cream); color: var(--purple); font-family: 'Quicksand', system-ui, sans-serif; line-height: 1.68; }
a { color: var(--orange); }
a:focus-visible { outline: 3px solid #1d766f; outline-offset: 4px; }
.legal-header { border-bottom: 1px solid var(--line); background: rgba(255,255,255,.78); }
.legal-header-inner { width: min(calc(100% - 36px), 820px); min-height: 70px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--purple); font-family: 'Fredoka', sans-serif; font-weight: 700; text-decoration: none; }
.brand img { width: 40px; height: 40px; }
.brand b { color: var(--orange); }
.back { font-weight: 800; text-decoration: none; }
main { width: min(calc(100% - 36px), 820px); margin: 42px auto 80px; }
h1, h2, h3 { font-family: 'Fredoka', 'Quicksand', sans-serif; line-height: 1.16; }
h1 { margin: 0 0 8px; font-size: clamp(2.15rem, 8vw, 3.45rem); letter-spacing: -.03em; }
h2 { margin: 38px 0 10px; font-size: clamp(1.4rem, 5vw, 1.9rem); }
h3 { margin: 0 0 7px; font-size: 1.12rem; }
p, li { color: var(--ink-soft); }
li { margin-bottom: 7px; }
.updated { margin: 0 0 30px; color: #857a93; font-size: .9rem; }
.summary { border: 1px solid var(--line); border-radius: 22px; background: var(--white); padding: 22px; box-shadow: 0 12px 34px rgba(58,46,82,.08); }
.summary strong { color: var(--purple); }
.notice { margin: 26px 0; border-left: 5px solid var(--green); border-radius: 16px; background: var(--green-soft); padding: 18px 20px; }
.notice.orange { border-color: var(--orange); background: var(--orange-soft); }
.notice p:last-child { margin-bottom: 0; }
.data-table { width: 100%; margin: 18px 0; border-collapse: collapse; border: 1px solid var(--line); background: var(--white); font-size: .93rem; }
.data-table th, .data-table td { border-bottom: 1px solid var(--line); padding: 12px; text-align: left; vertical-align: top; }
.data-table th { background: var(--purple); color: white; font-family: 'Fredoka', sans-serif; }
.data-table td { color: var(--ink-soft); }
.contact { margin-top: 42px; border-radius: 18px; background: var(--purple); padding: 22px; color: white; }
.contact h2, .contact p { margin-top: 0; color: white; }
.contact a { color: #ffb17e; font-weight: 800; }
footer { border-top: 1px solid var(--line); padding: 24px 18px 38px; text-align: center; color: #857a93; font-size: .82rem; }

@media (min-width: 700px) {
  .legal-header-inner, main { width: min(calc(100% - 64px), 820px); }
  main { margin-top: 64px; }
  .summary { padding: 30px; }
}
