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

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  line-height: 1.6;
  background: #f6f8fb;
}

a {
  color: #1259a8;
}

.site-header {
  border-bottom: 1px solid #dce3ec;
  background: #ffffff;
}

.site-header-inner,
.site-main,
.site-footer-inner {
  width: min(100% - 2rem, 52rem);
  margin: 0 auto;
}

.site-header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  color: #172033;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

nav a {
  font-size: 0.95rem;
}

.site-main {
  padding: 4rem 0 5rem;
}

.hero {
  max-width: 38rem;
}

h1,
h2 {
  line-height: 1.2;
  color: #101827;
}

h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 8vw, 4.5rem);
  letter-spacing: 0;
}

h2 {
  margin-top: 2.5rem;
}

.lede {
  margin: 0;
  color: #45546b;
  font-size: 1.25rem;
}

.page-intro {
  max-width: 42rem;
  margin-bottom: 2.5rem;
}

.notice {
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  border-left: 4px solid #2b73c6;
  background: #eaf2fb;
}

.site-footer {
  border-top: 1px solid #dce3ec;
  background: #ffffff;
  color: #5b687a;
  font-size: 0.9rem;
}

.site-footer-inner {
  padding: 1.25rem 0;
}

/* Legal / support prose */
.legal-body {
  max-width: 44rem;
}

.legal-body h2 {
  font-size: 1.4rem;
  margin-top: 2.5rem;
}

.legal-body h3 {
  font-size: 1.1rem;
  margin: 1.75rem 0 0.5rem;
  color: #101827;
}

.legal-body p,
.legal-body li {
  color: #2b3547;
}

.legal-body ul {
  padding-left: 1.25rem;
}

.legal-body li {
  margin: 0.35rem 0;
}

.effective {
  margin: 0 0 1.5rem;
  color: #5b687a;
  font-size: 0.95rem;
}

.legalese {
  font-size: 0.95rem;
}

.table-wrap {
  overflow-x: auto;
  margin: 1rem 0;
}

.legal-table {
  width: 100%;
  min-width: 30rem;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.legal-table th,
.legal-table td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid #dce3ec;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  background: #eef3f9;
}

.contact-card {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  border: 1px solid #dce3ec;
  border-radius: 0.75rem;
  background: #ffffff;
}

.contact-card a {
  font-weight: 600;
}

.disclaimer {
  margin-top: 2.5rem;
  color: #5b687a;
  font-size: 0.85rem;
}

@media (max-width: 36rem) {
  .site-header-inner,
  .site-main,
  .site-footer-inner {
    width: min(100% - 1.5rem, 52rem);
  }

  .site-main {
    padding-top: 3rem;
  }
}
