:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f7fa;
  color: #18212f;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background: #f5f7fa;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 1rem;
}

.card {
  width: min(100%, 42rem);
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px solid #dce2ea;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 0.75rem 2.5rem rgba(24, 33, 47, 0.07);
}

.label {
  margin: 0 0 0.75rem;
  color: #526173;
  font-size: 0.875rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 1.75rem;
  font-size: clamp(2rem, 7vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

p {
  margin: 0 0 1.25rem;
  color: #3e4a5a;
  font-size: 1rem;
  line-height: 1.7;
}

a {
  color: #174ea6;
  font-weight: 650;
  text-underline-offset: 0.2em;
}

a:focus-visible {
  outline: 0.2rem solid #174ea6;
  outline-offset: 0.25rem;
}

.policy .back {
  display: inline-block;
  margin-bottom: 2.5rem;
  font-size: 0.95rem;
}
