:root {
  color: #001233;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
}

.static-page {
  background: #fff;
  min-height: 100vh;
}

.static-header,
.static-hero,
.static-section,
.static-footer {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 92rem;
  padding-left: clamp(1.25rem, 5vw, 4rem);
  padding-right: clamp(1.25rem, 5vw, 4rem);
}

.static-header {
  align-items: center;
  background: #001233;
  color: #fff;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  max-width: none;
  min-height: 4.5rem;
}

.static-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.static-header a,
.static-hero a {
  color: inherit;
}

.static-brand {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.static-hero {
  background: #001233;
  color: #fff;
  max-width: none;
  padding-bottom: clamp(4rem, 9vw, 8rem);
  padding-top: clamp(4rem, 9vw, 8rem);
}

.static-hero > *,
.static-section > * {
  max-width: 58rem;
}

.static-eyebrow {
  color: #65b4ff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.static-hero h1 {
  font-size: clamp(2.7rem, 7vw, 5.5rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 1.25rem 0;
}

.static-hero p,
.static-section p,
.static-section li {
  font-size: 1.05rem;
  line-height: 1.75;
}

.static-section {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}

.static-section + .static-section {
  border-top: 1px solid rgb(0 18 51 / 0.12);
}

.static-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.025em;
}

.static-section h3 {
  color: #0074e5;
  font-size: 1.3rem;
  margin-top: 2rem;
}

.static-section a {
  color: #006ed8;
  font-weight: 600;
}

.static-footer {
  background: #001233;
  color: rgb(255 255 255 / 0.7);
  max-width: none;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

@media (max-width: 760px) {
  .static-header {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
