body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #071521;
  color: #f7fbff;
  line-height: 1.65;
}

main {
  width: min(880px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 56px;
}

a {
  color: #82dcff;
}

h1 {
  max-width: 800px;
  margin: 8px 0 12px;
  font-size: clamp(32px, 6vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-top: 30px;
  color: #bfeeff;
  font-size: 22px;
}

p,
li {
  color: #c8d8e4;
}

.eyebrow {
  margin: 22px 0 8px;
  color: #88d8ff;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(130, 220, 255, 0.24);
  border-radius: 8px;
  color: #dceaf5;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.button.primary {
  border: 0;
  background: #e7f9ff;
  color: #06131c;
}

figure {
  margin: 24px 0;
}

img,
video {
  width: 100%;
  border: 1px solid rgba(130, 220, 255, 0.22);
  border-radius: 8px;
}

figcaption {
  margin-top: 8px;
  color: #a8bac8;
  font-size: 13px;
}

.note,
.link-list {
  padding: 14px;
  border: 1px solid rgba(130, 220, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.link-list {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.link-list a {
  font-weight: 800;
}
