:root {
  color: #223a4f;
  background: #f4f7fa;
  font-family: "Aptos", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

body { margin: 0; }

.privacy-shell {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 64px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #234e70;
  font-weight: 800;
  text-decoration: none;
}

.brand span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: #2d658e;
}

article {
  margin-top: 22px;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid #dbe4ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(31, 47, 61, 0.08);
}

.eyebrow { margin: 0; color: #597087; font-size: 0.9rem; }
h1 { margin: 10px 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 6vw, 3rem); }
h2 { margin: 32px 0 10px; color: #234e70; font-size: 1.22rem; }
p, li { line-height: 1.65; }
.lead { font-size: 1.12rem; }
a { color: #1d628f; font-weight: 700; }
ul { padding-left: 22px; }
hr { margin-top: 36px; border: 0; border-top: 1px solid #dbe4ee; }

@media (max-width: 560px) {
  .privacy-shell { width: min(100% - 20px, 880px); padding-top: 14px; }
  article { border-radius: 18px; }
}
