* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #07101c;
  color: #f5f8ff;
  font-family: Arial, Helvetica, sans-serif;
}

header {
  height: 76px;
  padding: 0 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1d3045;
  background: rgba(7, 16, 28, 0.96);
  position: sticky;
  top: 0;
}

.logo {
  font-weight: 800;
  letter-spacing: 3px;
}

nav {
  display: flex;
  gap: 24px;
}

nav a {
  color: #b9c7d8;
  text-decoration: none;
  font-size: 14px;
}

nav a:hover {
  color: white;
}

section {
  padding: 100px 8%;
}

.hero {
  min-height: 720px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background:
    radial-gradient(circle at 70% 20%, #123c64 0%, transparent 35%),
    #07101c;
}

.eyebrow {
  color: #61c7ff;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: bold;
}

h1 {
  font-size: clamp(50px, 7vw, 90px);
  max-width: 900px;
  line-height: 1;
  margin: 18px 0;
}

h2 {
  font-size: 42px;
  margin-bottom: 35px;
}

.subtitle {
  max-width: 760px;
  font-size: 20px;
  color: #aabbd0;
  line-height: 1.7;
}

.buttons {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.buttons a {
  padding: 14px 20px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: bold;
}

.primary {
  background: #189cff;
  color: white;
}

.secondary {
  border: 1px solid #31516e;
  color: white;
}

.values {
  margin-top: 45px;
  display: flex;
  gap: 12px;
}

.values span {
  border: 1px solid #24425e;
  padding: 8px 13px;
  border-radius: 30px;
  color: #b8c9dc;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card,
.feature-card {
  border: 1px solid #213b55;
  background: #0c1928;
  padding: 26px;
  border-radius: 18px;
}

.card {
  min-height: 210px;
}

.card h3,
.feature-card h3 {
  font-size: 22px;
}

.card p,
.feature-card p,
section > p {
  color: #9db0c6;
  line-height: 1.7;
}

.card span {
  display: inline-block;
  margin-top: 15px;
  color: #61c7ff;
  font-size: 13px;
}

#games,
#updates,
#support {
  background: #091421;
}

footer {
  padding: 50px 8%;
  border-top: 1px solid #1d3045;
  color: #8195ac;
}

footer strong {
  color: white;
}

@media (max-width: 900px) {
  nav {
    display: none;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 50px;
  }
  .section-header {
  max-width: 760px;
  margin-bottom: 45px;
}

.section-header > p:last-child {
  color: #9db0c6;
  font-size: 18px;
}

.product-card {
  overflow: hidden;
  padding: 0;
  min-height: 100%;
  background: #0a1624;
  border: 1px solid #203b56;
  border-radius: 18px;
  transition: 0.25s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: #159cff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
}

.product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #203b56;
}

.product-content {
  padding: 22px;
}

.product-content h3 {
  font-size: 22px;
  margin: 8px 0 10px;
}

.product-content p {
  color: #9db0c6;
  min-height: 70px;
}

.version {
  color: #55c7ff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.product-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.small-button {
  padding: 9px 12px;
  background: #159cff;
  border-radius: 7px;
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.small-button.secondary {
  background: transparent;
  border: 1px solid #31516e;
}

.small-button.disabled {
  background: #172535;
  color: #71859c;
  pointer-events: none;
}
.docs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.docs-grid a {
  display: block;
  padding: 18px;
  border: 1px solid #203b56;
  border-radius: 12px;
  background: #0a1624;
  color: #d7e6f6;
  text-decoration: none;
  transition: 0.2s;
}

.docs-grid a:hover {
  border-color: #159cff;
  background: #0d1c2e;
}

@media (max-width: 700px) {
  .docs-grid {
    grid-template-columns: 1fr;
  }
}
.company-stats {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 900px;
}

.company-stats div {
  padding: 18px;
  background: rgba(10, 25, 40, 0.8);
  border: 1px solid #203b56;
  border-radius: 12px;
}

.company-stats strong,
.company-stats span {
  display: block;
}

.company-stats strong {
  font-size: 22px;
  color: white;
}

.company-stats span {
  color: #8fa4bb;
  font-size: 12px;
  margin-top: 5px;
}

@media (max-width: 800px) {
  .company-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
}