:root {
  color-scheme: light;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #f5f8fc;
  color: #102033;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(42, 150, 255, 0.1), transparent 30rem),
    #f5f8fc;
}

a {
  color: #0b6bff;
}

.privacy-header {
  border-bottom: 1px solid #d8e1ee;
  background: #04162b;
  padding: 1rem clamp(1rem, 5vw, 4rem);
}

.privacy-header img {
  width: 10rem;
  height: auto;
}

.privacy-main {
  width: min(52rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.privacy-kicker {
  margin: 0 0 0.75rem;
  color: #0b6bff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2 {
  color: #061524;
}

h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.25rem, 7vw, 4.5rem);
  line-height: 1;
}

.privacy-lead {
  max-width: 42rem;
  margin: 1.5rem 0 3rem;
  color: #587089;
  font-size: 1.125rem;
  line-height: 1.7;
}

section {
  margin-top: 1rem;
  border: 1px solid #d8e1ee;
  border-radius: 1rem;
  background: #fff;
  padding: clamp(1.25rem, 4vw, 2rem);
}

section h2 {
  margin-top: 0;
}

section p,
section li {
  line-height: 1.7;
}

button,
.privacy-back {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.75rem;
  background: #123f67;
  padding: 0.7rem 1rem;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
}

.privacy-notice {
  margin-top: 1rem;
  border-left: 0.25rem solid #d97706;
  background: #fff7ed;
  padding: 1rem;
  line-height: 1.6;
}

.privacy-date {
  margin: 2rem 0 1rem;
  color: #587089;
}
