* { box-sizing: border-box; }
body {
  margin: 0;
  background: #050608;
  color: #f7f8fb;
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.7;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 22px;
}
a { color: inherit; }
.logo {
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
}
.logo span { color: #cc0000; }
.back {
  color: #a7adb8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
main {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 22px 110px;
}
.eyebrow {
  color: #cc0000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h1 {
  max-width: 820px;
  margin: 16px 0 24px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.03em;
}
.lead {
  max-width: 760px;
  color: #c5c9d2;
  font-size: 20px;
}
section {
  max-width: 780px;
  margin-top: 56px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 34px;
}
h2 {
  margin: 0 0 14px;
  font-size: 24px;
}
p, li { color: #a7adb8; }
ul {
  padding: 0;
  list-style: none;
}
li {
  margin: 14px 0;
  padding-left: 18px;
  border-left: 2px solid #cc0000;
}
