:root {
  color: #2d2340;
  background: #fffaf5;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

body {
  margin: 0;
}

a {
  color: #d85d4b;
  font-weight: 700;
}

.seo-shell {
  box-sizing: border-box;
  width: min(100% - 40px, 960px);
  margin: 0 auto;
}

header.seo-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}

header.seo-shell > a:last-child {
  font-size: 0.9rem;
}

.seo-brand {
  color: #2d2340;
  font-size: 1.45rem;
  text-decoration: none;
}

.seo-legal {
  padding: 48px 0 80px;
}

.seo-legal h1 {
  margin: 0 0 16px;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.seo-legal h2 {
  margin: 40px 0 8px;
  font-size: 1.5rem;
  line-height: 1.15;
}

.seo-legal p {
  max-width: 720px;
  color: #746a81;
}

.seo-eyebrow {
  color: #d85d4b;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

footer.seo-shell {
  padding: 24px 0 40px;
  color: #746a81;
  font-size: 0.85rem;
}