body {
  margin: 0;
  font-family: 'Segoe UI', 'Arial', sans-serif;
  background: #18183b;
  color: #fff;
}

.header {
  background: #18183b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 2rem;
  font-size: 1rem;
}

.logo {
  display: flex; 
  align-items: center;
  font-size: 2rem; 
  font-weight: 700;
  color: #FFC300;
}
.logo img {
  height: 40px; 
  margin-right: 8px;
}

.nav { display: flex; align-items: center; gap: 18px; }
.btn, .btn-outline, .btn-small {
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.6em 1.6em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  margin: 0 0.5em;
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.09);
}
.btn { background: #FFC300; color: #18183b; }
.btn-outline { background: none; border: 2px solid #FFC300; color: #FFC300; }
.btn:hover, .btn-small:hover { background: #18183b; color: #FFC300; border: 2px solid #FFC300; }
.btn-outline:hover { background:#FFC300; color:#18183b; }

.hero {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
}
.hero-content {
  background: rgba(21,21,43,0.79);
  padding: 48px 60px;
  border-radius: 18px;
  max-width: 100%;
  box-shadow: 0 6px 38px rgba(0,0,0,0.19);
}
.hero h1 {
  margin: 0 0 22px 0;
  color: #FFC300;
  font-weight: 700;
  font-size: 2.7rem;
  letter-spacing: 0.04em;
}
.hero p {
  font-size: 1.19rem;
  color: #fff;
  margin-bottom: 38px;
}
.hero-btn{
  display: inline-block;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.6em 1.6em;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  margin: 0 0.5em;
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.09);
width: 100%;
  max-width: 300px;
  padding: 20px;
  display: flex;
  justify-content: center;
  background: #FFC300;
  color: #18183b;
  border: 2px solid #FFC300;
  }
.section { 
  margin: 64px auto 0 auto;
  padding: 0 1rem; 
  max-width: 1100px; 
}
.section .info a{
  color: #fec301;
  text-decoration: none;
}
h2 { 
  font-weight: 700; 
  font-size: 2rem; 
  color: #FFC300; 
  margin-bottom: 22px;
  letter-spacing: 0.01em;
}
h3 { 
  font-weight: 700; 
  font-size: 1.8rem; 
  color: #FFC300; 
  margin-bottom: 22px;
  letter-spacing: 0.01em;
}
p { 
  margin-bottom: 18px; 
  line-height: 1.6;
}

.games .game-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 32px;
}
.game-card {
  background: #232366;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(21,21,43,0.13);
  width: 210px;
  padding: 22px 16px 18px 16px;
  text-align: center;
  margin-bottom: 24px;
  transition: transform 0.11s;
}
.game-card:hover { transform: translateY(-6px) scale(1.04); }
.game-card img {
  width: 100%;
  height: 164px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 14px;
  background: #232366;
}
.game-title {
  color: #fff;
  font-size: 1.17rem;
  font-weight: 600;
  margin-bottom: 13px;
}
.btn-small {
  background: #FFC300;
  color: #18183b;
  border-radius: 8px;
  padding: 0.6em 1.4em;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
}
.btn-small:hover {
  background: #18183b;
  color: #FFC300;
  border: 2px solid #FFC300;
}

.faq { margin-top: 48px; padding: 36px 0;}
.faq-list { max-width: 800px; margin: 0 auto; padding: 0 1rem;}
.faq-item { margin-bottom: 23px;}
.question { font-weight: 700; font-size: 1.18rem; color: #FFC300;}
.answer { font-size: 1rem; color: #fff; margin-top: 8px;}

.features table { 
  width: 85%; 
  margin: 30px auto; 
  background: #232366; 
  border-radius: 14px; 
  color: #fff; 
  border-collapse: collapse;
}
.features th, .features td { 
  padding: 16px; 
  border-bottom: 1px solid #31316a; 
  font-size: 1.07rem;
  text-align: left;
}
.features th { 
  color: #FFC300; 
  font-weight: 600; 
  font-size: 1.13rem; 
  background: transparent;
}
.features tr:last-child td { border-bottom: none; }

.author-block {
  background: #232366; 
  padding: 1rem 0; 
  text-align: center; 
  font-size: 1.05rem; 
  color: #FFC300; 
  margin-top: 34px;
  border-radius: 10px;
}

.footer {
  background: #18183b;
  color: #fff;
  padding: 2rem 1rem 1.3rem 1rem;
  text-align: center;
  font-size: 1rem;
  margin-top: 52px;
}
.footer-links a, .footer-social a {
  color: #FFC300;
  margin: 0 0.8em;
  text-decoration: none;
  font-size: 1.05rem;
  transition: color 0.19s;
}
.footer-links a:hover, .footer-social a:hover {
  color: #e5b100;
  text-decoration: underline;
}
.footer-brand { display: inline-block; margin: 1.2rem 0; }
.footer-copyright { margin-top: 0.7em; font-size: 0.97em; }

@media (max-width: 980px) {
  .hero-content { max-width: 96vw; padding: 28px 16px; }
  .games .game-list { gap: 1rem; }
  .footer { padding: 1.2rem 0.6rem; font-size:0.97rem;}
}
@media (max-width: 700px) {
  .header, .footer, .section { padding: 1rem;padding: 1rem; flex-wrap: wrap;}
  .games .game-list { flex-direction: column; align-items: center; }
  .game-card { max-width:320px;}
  .hero { min-height: 240px; padding: 22px 0;}
  h2 { font-size: 1.4rem; margin-bottom: 14px;}
  .footer { font-size: 0.89rem;}
  .hero-btn {max-width: 220px;}
}
table {
  margin: 34px auto 0 auto;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 4px 20px rgba(21,21,43,0.13);
  border-collapse: collapse;
  font-size: 1.07rem;
  overflow: hidden;
  display: flex;
}
th {
  color: #FFC300;
  font-weight: 700;
  font-size: 1.13rem;
  border-bottom: 2px solid #FFC300;
  padding: 18px 10px;
  text-align: left;
  letter-spacing: 0.04em;
  background: none;
}
td {
  padding: 14px 10px;
  border-bottom: 1px solid #31316a;
  background: none;
  vertical-align: middle;
}
tr:last-child td { border-bottom: none; }


@media (max-width: 700px) {
  table { font-size: 0.92rem; width: 100%; font-size: 0.8rem;
}
  th { padding: 14px 6px;}
  td { padding: 10px 6px;}
  
}
