* {
  box-sizing: border-box;
}

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

.banner {
  background: #c80000;
  color: #fff;
  text-align: center;
  padding: 18px 16px 14px;
  font-size: 14px;
  font-weight: 600;
}

.banner p {
  margin: 8px 0 0;
}

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

.logo {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: block;
  margin: 0 auto;
}

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

.version {
  margin: 0;

  font-size: 14px;
}

.lead {
  margin: 12px 0 0;
  color: #333;
  max-width: 560px;
}

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

.actions a {
  border: 1px solid #cbcbcb;
  border-radius: 999px;
  padding: 9px 14px;
  text-decoration: none;
  color: #111;
  font-weight: 600;
  background: #fff;
  transition: border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.actions a:hover {
  border-color: #c80000;
  color: #c80000;
  transform: translateY(-1px);
}

.browser-icon-img {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

section {
  margin-top: 24px;
}

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

ul {
  margin: 0;
  padding-left: 18px;
  color: #333;
  line-height: 1.65;
}

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

.shots img {
  max-width: 100%;
  border: 1px solid #c80000;
  border-radius: 10px;
 
}

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