:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, Segoe UI, sans-serif;
  background: #f4f7fb;
  color: #182b42;
  line-height: 1.55;
}

body {
  margin: 0;
}

a {
  color: #144b75;
}

a:hover {
  text-decoration: underline;
}

.site-header,
.site-main,
.site-footer {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  border-bottom: 1px solid #dce4ee;
  background: #fff;
}

.site-brand a {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  color: #172b43;
}

.site-tagline {
  margin: 0.25rem 0 0;
  color: #53667c;
  font-size: 0.95rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.site-nav a {
  text-decoration: none;
  padding: 0.45rem 0.7rem;
  border-radius: 0.5rem;
}

.site-nav a:hover {
  background: #edf2f8;
}

.nav-cta {
  background: #144b75;
  color: #fff !important;
}

.nav-cta:hover {
  background: #0f3a5a;
}

.nav-app {
  border: 1px solid #144b75;
}

.site-main {
  min-height: 50vh;
}

.site-main > h1 {
  margin-top: 0;
}

.marketing-content h2 {
  margin-top: 2rem;
}

.marketing-content ul {
  padding-left: 1.25rem;
}

.marketing-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.marketing-content th,
.marketing-content td {
  border: 1px solid #dce4ee;
  padding: 0.6rem 0.75rem;
  text-align: left;
}

.marketing-content th {
  background: #edf2f8;
}

.cta-row {
  margin: 2rem 0;
}

.button,
.button-secondary {
  display: inline-block;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
}

.button {
  background: #144b75;
  color: #fff !important;
}

.button-secondary {
  background: #fff;
  border: 1px solid #144b75;
  color: #144b75 !important;
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid #dce4ee;
  color: #53667c;
  font-size: 0.95rem;
}

.footer-links,
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 0.75rem 0;
}

.footer-meta {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .site-header {
    flex-direction: column;
  }
}
