:root {
  --ink: #172033;
  --muted: #667085;
  --line: #dde3ef;
  --soft: #f6f8fc;
  --primary: #3157d5;
  --primary-dark: #2447bd;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: white;
}

* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; }
a { color: var(--primary-dark); }
.privacy-header { min-height: 68px; padding: 10px clamp(20px, 6vw, 90px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: white; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.18rem; font-weight: 750; text-decoration: none; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.privacy-header nav { display: flex; align-items: center; gap: 22px; }
.privacy-header nav a { font-size: 0.9rem; font-weight: 700; }
.privacy-intro { padding: 58px max(20px, calc((100vw - 860px) / 2)) 46px; background: var(--ink); color: white; }
.eyebrow { margin: 0 0 12px; color: #aebfff; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.privacy-intro h1 { max-width: 760px; margin: 0 0 15px; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.08; letter-spacing: 0; }
.effective-date { margin: 0; color: #c5d0d7; font-size: 0.94rem; }
.privacy-content { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0 70px; }
.privacy-content > p:first-child { margin-top: 0; color: #344054; font-size: 1.08rem; line-height: 1.75; }
.privacy-content section { padding: 27px 0 22px; border-top: 1px solid var(--line); }
.privacy-content h2 { margin: 0 0 13px; font-size: clamp(1.25rem, 3vw, 1.55rem); line-height: 1.25; letter-spacing: 0; }
.privacy-content p { margin: 0 0 13px; color: #475467; font-size: 0.98rem; line-height: 1.72; }
.privacy-content p:last-child { margin-bottom: 0; }
.privacy-content a:focus-visible, .privacy-header a:focus-visible, footer a:focus-visible { outline: 3px solid rgba(49, 87, 213, 0.25); outline-offset: 3px; }
footer { min-height: 82px; padding: 24px clamp(20px, 6vw, 90px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #0a1118; color: #c6d0d7; font-size: 0.9rem; }
footer a { color: white; }

@media (max-width: 560px) {
  .privacy-header nav { gap: 12px; }
  .privacy-header nav a:first-child { display: none; }
  .privacy-intro { padding-top: 46px; }
  footer { align-items: flex-start; flex-direction: column; }
}
