* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

a:hover {
  opacity: 0.6;
}

.hero {
  min-height: 100vh;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-logo {
  width: 90%;
  max-width: 650px;
  margin-bottom: 40px;
}

.tagline {
  opacity: 0.8;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.cta a {
  margin: 0 10px;
  padding: 14px 24px;
  border: 1px solid #fff;
}

section {
  max-width: 900px;
  margin: auto;
  padding: 90px 20px;
  border-top: 1px solid #222;
}

h2 {
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.links a {
  margin-right: 18px;
}

ul {
  list-style: none;
  padding-left: 0;
}

ul li::before {
  content: "× ";
}

footer {
  text-align: center;
  padding: 80px 20px;
  border-top: 1px solid #222;
}

.footer-logo {
  width: 200px;
  opacity: 0.8;
  margin-bottom: 20px;
}
