:root {
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f8fafc;
  color: #0f172a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

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

header {
  padding: 20px 0 36px;
  border-bottom: 1px solid #dbe4ee;
}

.eyebrow {
  margin: 0 0 14px;
  color: #155e75;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 8vw, 82px);
  line-height: 0.98;
}

h2 {
  margin: 34px 0 8px;
  font-size: 24px;
  line-height: 1.2;
}

p,
li {
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
}

p {
  max-width: 760px;
}

a {
  color: #155e75;
  font-weight: 700;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 6px;
  background: #155e75;
  color: #ffffff;
  text-decoration: none;
}

section {
  padding: 28px 0;
}

ul {
  margin: 0;
  padding-left: 20px;
}

.meta {
  margin-top: 12px;
}
