*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Arial,Helvetica,sans-serif;
  background:radial-gradient(circle at 50% 10%,#172a4a 0,#081226 42%,#050b17 100%);
  color:#f4f8ff;min-height:100vh
}
.header{
  height:78px;display:flex;align-items:center;justify-content:space-between;
  max-width:1180px;margin:auto;padding:0 24px
}
.logo{font-size:24px;font-weight:800;letter-spacing:1px;color:#fff}
.logo span{color:#25d9ff}
nav{display:flex;gap:34px}
nav a{color:#b9c8df;text-decoration:none;font-weight:600}
nav a:hover{color:#2ce0ff}
.hero{
  max-width:1180px;margin:55px auto 0;padding:55px 35px 70px;
  display:grid;grid-template-columns:340px 1fr;gap:58px;align-items:center
}
.game-image-wrap{display:flex;justify-content:center}
.game-image{
  width:300px;height:300px;object-fit:cover;border-radius:38px;
  box-shadow:0 24px 70px rgba(0,0,0,.45)
}
.content{max-width:760px}
.crumb{color:#28d9ff;font-size:14px;font-weight:800;letter-spacing:1.2px;margin-bottom:15px}
h1{font-size:43px;line-height:1.12;margin-bottom:15px}
.publisher{color:#9eabc0;font-size:18px;margin-bottom:20px}
.rating{display:flex;align-items:center;gap:9px;margin-bottom:24px;color:#b8c4d7}
.stars{color:#ffd75a;font-size:25px;letter-spacing:2px}
.stars i{color:#526079;font-style:normal}
.rating strong{color:#fff;font-size:18px}
.meta{display:flex;flex-wrap:wrap;gap:25px;color:#d5deed;font-weight:700;margin-bottom:25px}
.description{color:#b8c5d8;font-size:17px;line-height:1.75;max-width:750px}
.description b{color:#fff}
.download-btn{
  margin-top:30px;border:0;border-radius:30px;padding:16px 32px;
  background:linear-gradient(90deg,#35e35a,#17c9d9);
  color:#fff;font-size:16px;font-weight:900;letter-spacing:.4px;
  cursor:pointer;box-shadow:0 10px 30px rgba(28,221,213,.22)
}
.features{max-width:1180px;margin:20px auto 80px;padding:70px 35px}
.features h2{text-align:center;font-size:34px}
.section-subtitle{text-align:center;color:#8798b3;margin:12px 0 35px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{
  background:rgba(19,35,61,.72);border:1px solid rgba(111,153,205,.13);
  border-radius:18px;padding:30px;min-height:190px;
  box-shadow:0 15px 45px rgba(0,0,0,.18)
}
.icon{font-size:31px;margin-bottom:15px}
.card h3{font-size:20px;margin-bottom:10px}
.card p{color:#9eacc1;line-height:1.6}
footer{text-align:center;padding:25px;color:#60718b;font-size:13px}
@media(max-width:800px){
  .header{height:auto;padding-top:22px;flex-direction:column;gap:20px}
  nav{gap:18px}
  .hero{grid-template-columns:1fr;text-align:center;margin-top:25px;padding-top:30px}
  .meta,.rating{justify-content:center}
  h1{font-size:32px}
  .cards{grid-template-columns:1fr}
  .game-image{width:240px;height:240px}
}
