:root {
  color: #1a232c;
  background: #f4f6f8;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: #1f4e8c; text-underline-offset: 3px; }
a:hover { color: #163a66; }
a:focus-visible { outline: 3px solid rgba(31, 78, 140, 0.3); outline-offset: 3px; }

.privacy-header {
  border-bottom: 1px solid #c8cfd6;
  background: #ffffff;
}

.privacy-header a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100% - 32px, 820px);
  min-height: 68px;
  margin: 0 auto;
  color: #1a232c;
  font-weight: 700;
  text-decoration: none;
}

.privacy-header img { width: auto; height: 31px; }

main {
  width: min(100% - 32px, 820px);
  margin: 0 auto;
  padding: 48px 0 64px;
}

.eyebrow {
  margin: 0 0 8px;
  color: #1f4e8c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1, h2 { color: #163a66; line-height: 1.2; }
h1 { margin: 0; font-size: clamp(2rem, 5vw, 3rem); }
h2 { margin: 0 0 12px; font-size: 1.2rem; }
.intro { max-width: 68ch; margin: 16px 0 32px; color: #5d6671; font-size: 1.08rem; }

section {
  margin-top: 16px;
  padding: 24px;
  border: 1px solid #c8cfd6;
  border-radius: 8px;
  background: #ffffff;
}

section p:last-child, section ul:last-child { margin-bottom: 0; }
ul { padding-left: 22px; }
li + li { margin-top: 7px; }

.summary { border-top: 4px solid #1f4e8c; }
.summary dl { margin: 0; }
.summary dl div { display: grid; grid-template-columns: 145px 1fr; gap: 18px; padding: 12px 0; border-top: 1px solid #e1e5e9; }
.summary dl div:first-child { border-top: 0; }
.summary dt { font-weight: 800; }
.summary dd { margin: 0; color: #404a54; }

.updated { margin-top: 28px; color: #5d6671; font-size: 0.9rem; }
.back-link { display: inline-flex; min-height: 44px; align-items: center; font-weight: 700; }

@media (max-width: 620px) {
  main { padding-top: 32px; }
  section { padding: 18px; }
  .summary dl div { grid-template-columns: 1fr; gap: 4px; }
}
