body {
  margin: 0;
  min-height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #071108;
  color: #eef2ee;
}

a {
  color: inherit;
}

.context-shell {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.context-topbar,
.context-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
}

.context-brand {
  font-weight: 800;
  text-decoration: none;
}

.context-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.context-nav a {
  color: rgba(238, 242, 238, 0.72);
  font-size: 0.94rem;
  text-decoration: none;
}

.context-crumbs {
  margin: 26px 0 18px;
  color: rgba(238, 242, 238, 0.58);
  font-size: 0.9rem;
}

.context-hero {
  padding: 48px 0 28px;
}

.context-kicker {
  margin: 0 0 12px;
  color: #f4c430;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.context-title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.3rem, 7vw, 4.8rem);
  line-height: 0.96;
}

.context-lede {
  max-width: 700px;
  margin: 20px 0 0;
  color: rgba(238, 242, 238, 0.76);
  font-size: 1.1rem;
  line-height: 1.65;
}

.context-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.context-card,
.context-section {
  border: 1px solid rgba(238, 242, 238, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  padding: 18px;
}

.context-card h2,
.context-card h3,
.context-section h2,
.context-section h3 {
  margin: 0 0 10px;
}

.context-card p,
.context-section p,
.context-section li {
  color: rgba(238, 242, 238, 0.74);
  line-height: 1.65;
}

.context-section {
  margin-top: 16px;
}

.context-cta {
  display: inline-flex;
  margin-top: 16px;
  border-radius: 999px;
  background: #f4c430;
  color: #071108;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 720px) {
  .context-topbar,
  .context-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
