* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #111;
  background: #fff;
}

.banner {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 18px 16px 14px;
}

.logo {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: block;
  margin: 0 auto;
  filter: invert(1);
}

h1 {
  margin: 14px 0 2px;
  font-size: 36px;
  line-height: 1.1;
}

.version {
  font-size: 14px;
  margin-top: 8px;
}

.container {
  max-width: 760px;
  margin: 0 auto;
  padding: 26px 20px 36px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.actions a {
  border: 1px solid #222;
  border-radius: 999px;
  padding: 9px 14px;
  text-decoration: none;
  color: #111;
  font-weight: 600;
  background: #fff;
  transition: transform 0.16s ease;
}

.actions a:hover {
  transform: translateY(-1px);
}

section {
  margin-top: 24px;
}

.copy {
  text-align: center;
}

.copy p {
  line-height: 1.65;
  color: #333;
}

.shots {
  display: flex;
  justify-content: center;
}

.shots img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.copy h2 {
  margin: 28px 0 10px;
  font-size: 18px;
}

footer {
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 13px;
  padding: 25px 0;
}
