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

body {
  background: linear-gradient(170deg, #bfdbfe, #eff6ff);
  background-attachment: fixed;
  font-family: 'Poppins', sans-serif;
  color: #444;
  line-height: 1.65;
  min-height: 100vh;
  font-size: 15px;
}

h1, h2, h3, .site-logo {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}

h1 { font-size: 2rem; line-height: 1.3; margin-bottom: 16px; }
h2 { font-size: 1.35rem; margin-bottom: 16px; }
h3 { font-size: 1.1rem; margin-bottom: 10px; }

p { margin-bottom: 12px; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Cookie banner */
.cookie-banner {
  padding: 14px 20px;
  text-align: center;
  font-size: 14px;
  color: #444;
}
.cookie-banner button {
  margin-left: 12px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 18px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  transition: opacity 0.2s;
}
.cookie-banner button:hover { opacity: 0.85; }
.cookie-banner.hidden { display: none; }

/* Navbar */
.navbar {
  background: transparent;
  padding: 16px 0;
}
.navbar .site-logo {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #1a1a1a;
}
.navbar .site-logo:hover { text-decoration: none; }
.nav-links {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.nav-links a {
  color: #444;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.nav-links a:hover { color: #2563eb; text-decoration: none; }

/* Sections */
section { padding: 64px 0; }

.hero {
  text-align: center;
  padding: 80px 0;
}
.hero-inner { max-width: 700px; margin: 0 auto; }

.about-inner { max-width: 800px; margin: 0 auto; }
.about-inner h2 { text-align: center; }

/* Catalog */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.section-title { text-align: center; margin-bottom: 8px; }
.section-sub { text-align: center; color: #777; max-width: 640px; margin: 0 auto; }

/* Card */
.card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 24px;
  transition: box-shadow 0.2s;
}
.card:hover { box-shadow: 0 6px 20px rgba(37,99,235,0.08); }

.game-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}
.game-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}
.game-meta h3 { margin-bottom: 4px; font-size: 1.05rem; }
.game-dev { color: #777; font-size: 13px; }
.badge {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.game-desc { font-size: 14px; margin-bottom: 14px; }
.screens {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}
.screens img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

/* Buttons */
.btn {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 24px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  transition: opacity 0.2s;
  text-align: center;
}
.btn:hover { opacity: 0.85; text-decoration: none; color: #fff; }
.btn-block { display: block; width: 100%; }

/* Subscribe */
.subscribe-card { max-width: 560px; margin: 0 auto; padding: 32px; }
.subscribe-card h2 { text-align: center; }
.subscribe-card .sub { text-align: center; color: #777; margin-bottom: 24px; }
.form-group { margin-bottom: 14px; }
.form-group label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #444;
  font-weight: 500;
}
input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
  font-family: 'Poppins', sans-serif;
}
input:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px #2563eb20;
}
.form-consent {
  display: flex; align-items: flex-start; gap: 10px;
  margin: 4px 0 18px; font-size: 13px; line-height: 1.5;
}
.form-consent input[type="checkbox"] {
  margin-top: 3px; flex-shrink: 0; width: 16px; height: 16px;
  accent-color: #2563eb; cursor: pointer;
}
.form-consent label { margin-bottom: 0; font-weight: 400; color: #555; cursor: pointer; font-size: 13px; }
.form-consent a { color: #2563eb; }
.success-msg {
  margin-top: 16px;
  padding: 12px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 6px;
  color: #047857;
  font-size: 14px;
  text-align: center;
}
.success-msg.hidden { display: none; }

/* Footer */
footer {
  text-align: center;
  color: #777;
  padding: 32px 0;
  font-size: 14px;
}
.footer-links {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 12px;
}
.footer-links a { color: #444; }

/* Legal pages */
.page-content { max-width: 800px; margin: 0 auto; }
.page-content h1 { margin-bottom: 24px; }
.page-content h2 { margin-top: 28px; }
.page-content p, .page-content li { margin-bottom: 12px; }
.page-content ul { padding-left: 22px; margin-bottom: 12px; }

/* Responsive */
@media (max-width: 768px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.2rem; }
  section { padding: 48px 0; }
  .hero { padding: 60px 0; }
  .subscribe-card { padding: 24px; }
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 13px; }
  .screens img { height: 130px; }
  .catalog-grid { grid-template-columns: 1fr; }
}
