/* Fonts */
@font-face { font-family: 'Open Sans'; src: url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Open Sans'; src: url('../fonts/open-sans-v43-latin-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Open Sans'; src: url('../fonts/open-sans-v43-latin-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

/* Reset & base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, Verdana, sans-serif;
  font-size: 16px; line-height: 1.65;
  color: #e6cdf6;
  background: #23013a;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #9ee933; text-decoration: none; }
a:hover { color: #b6ee67; text-decoration: underline; }

h1, h2, h3, h4 { font-family: 'Open Sans', sans-serif; font-weight: 700; line-height: 1.25; color: #fff; margin: 0 0 0.6em; }
h1 { font-size: 2.1rem; }
h2 { font-size: 1.55rem; margin-top: 1.5em; }
h3 { font-size: 1.2rem; margin-top: 1.2em; color: #d7faa6; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em 1.5em; }
li { margin-bottom: 0.4em; color: #e6cdf6; }
strong { color: #fff; }

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

/* Header */
.header {
  background: #000;
  border-bottom: 2px solid #3c0f5b;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; max-width: 1200px; margin: 0 auto; gap: 20px; }
.header-logo img { height: 38px; width: auto; }
.header-nav { display: flex; gap: 24px; }
.header-nav a { color: #e6cdf6; font-weight: 500; font-size: 0.95rem; }
.header-nav a:hover { color: #9ee933; text-decoration: none; }
.header-cta {
  background: linear-gradient(135deg, #9ee933 0%, #85c42b 100%);
  color: #000 !important; padding: 10px 22px; border-radius: 1000px;
  font-weight: 700; font-size: 0.9rem; text-transform: uppercase;
  letter-spacing: 0.3px; transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 3px 12px rgba(158,233,51,0.35);
}
.header-cta:hover { transform: translateY(-1px); text-decoration: none; box-shadow: 0 5px 18px rgba(158,233,51,0.55); color: #000 !important; }
.hamburger { display: none; background: none; border: none; color: #e6cdf6; font-size: 1.5rem; cursor: pointer; }

/* Hero */
.hero {
  background: linear-gradient(135deg, #2f054b 0%, #000 60%, #4d1472 100%);
  color: #fff;
  padding: 70px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: url('../images/hero-banner.webp');
  background-size: cover; background-position: center;
  opacity: 0.22; z-index: 0;
}
.hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }
.hero-eyebrow { text-transform: uppercase; letter-spacing: 3px; font-size: 0.85rem; color: #9ee933; font-weight: 700; margin-bottom: 14px; }
.hero-title { font-size: 2.5rem; color: #fff; margin-bottom: 14px; text-shadow: 0 2px 12px rgba(0,0,0,0.6); }
.hero-sub { font-size: 1.3rem; color: #d7faa6; margin-bottom: 30px; font-weight: 500; }
.hero-cta {
  display: inline-block;
  background: linear-gradient(135deg, #9ee933 0%, #85c42b 100%);
  color: #000 !important;
  padding: 16px 42px; border-radius: 1000px;
  font-weight: 700; font-size: 1.05rem; text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 24px rgba(158,233,51,0.5);
  transition: transform 0.15s, box-shadow 0.15s;
}
.hero-cta:hover { transform: translateY(-2px); text-decoration: none; box-shadow: 0 8px 30px rgba(158,233,51,0.65); color: #000 !important; }
.hero-note { margin-top: 20px; font-size: 0.85rem; color: #aa7bc9; }

/* Main content */
.main { padding: 40px 0 60px; }
.article { background: #2f054b; border-radius: 12px; padding: 40px; box-shadow: 0 4px 24px rgba(0,0,0,0.35); border: 1px solid #3c0f5b; }
.article img { border-radius: 8px; margin: 16px 0; }
.article h2 { border-left: 4px solid #9ee933; padding-left: 14px; }

/* Passport table */
.passport { width: 100%; border-collapse: collapse; margin: 20px 0 30px; background: #23013a; border-radius: 8px; overflow: hidden; }
.passport th, .passport td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #3c0f5b; font-size: 0.95rem; color: #e6cdf6; }
.passport th { background: #3c0f5b; color: #d7faa6; font-weight: 600; width: 35%; }
.passport tr:last-child th, .passport tr:last-child td { border-bottom: none; }
.passport tr:nth-child(even) td { background: #2f054b; }

/* Games grid */
.games-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0; }
.game-card {
  background: #23013a; border-radius: 10px; overflow: hidden;
  box-shadow: 0 3px 12px rgba(0,0,0,0.35);
  transition: transform 0.18s, box-shadow 0.18s;
  border: 1px solid #3c0f5b;
}
.game-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(158,233,51,0.25); border-color: #9ee933; }
.game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; margin: 0; border-radius: 0; }
.game-card .game-caption { padding: 8px 12px; text-align: center; font-size: 0.85rem; font-weight: 600; color: #d7faa6; }

/* Reviews */
.reviews-section {
  background: linear-gradient(135deg, #3c0f5b 0%, #23013a 100%);
  padding: 40px 30px; border-radius: 12px; margin: 40px 0;
  border: 1px solid #4d1472;
}
.reviews-section h2 { border: none; padding-left: 0; text-align: center; margin-top: 0; color: #d7faa6; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 24px; }
.review-card {
  background: #2f054b; border-radius: 10px; padding: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid #4d1472;
}
.review-card:hover { transform: translateY(-4px); box-shadow: 0 8px 22px rgba(158,233,51,0.2); border-color: #9ee933; }
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: linear-gradient(135deg, #9ee933, #85c42b);
  color: #000; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.1rem;
}
.review-meta { flex: 1; }
.review-name { font-weight: 700; font-size: 0.95rem; color: #fff; margin: 0; }
.review-loc { font-size: 0.8rem; color: #aa7bc9; margin: 0; }
.review-stars { color: #f6da24; font-size: 0.95rem; letter-spacing: 2px; margin-bottom: 8px; }
.review-text { font-size: 0.9rem; color: #e6cdf6; line-height: 1.55; margin: 0; font-style: italic; }

/* FAQ */
.faq { margin: 30px 0; }
.faq-item {
  background: #23013a; border: 1px solid #3c0f5b; border-radius: 8px;
  margin-bottom: 12px; overflow: hidden;
}
.faq-question {
  padding: 16px 20px; font-weight: 600; color: #fff;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  background: #3c0f5b;
}
.faq-question:hover { background: #4d1472; }
.faq-question::after { content: '+'; font-size: 1.5rem; color: #9ee933; font-weight: 400; transition: transform 0.2s; }
.faq-item.open .faq-question::after { transform: rotate(45deg); }
.faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height 0.25s, padding 0.25s; font-size: 0.95rem; color: #e6cdf6; }
.faq-item.open .faq-answer { padding: 12px 20px 18px; max-height: 500px; }

/* Inline CTA */
.cta-inline {
  background: linear-gradient(135deg, #000 0%, #23013a 100%);
  color: #fff; padding: 26px 30px; border-radius: 10px; margin: 30px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  flex-wrap: wrap; border: 1px solid #4d1472;
}
.cta-inline p { margin: 0; font-size: 1.05rem; color: #e6cdf6; }
.cta-inline .hero-cta { font-size: 0.95rem; padding: 12px 28px; }

/* Footer */
.footer { background: #000; color: #aa7bc9; padding: 40px 20px 20px; margin-top: 60px; border-top: 2px solid #3c0f5b; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #3c0f5b; }
.footer-legal a { color: #aa7bc9; font-size: 0.9rem; }
.footer-legal a:hover { color: #9ee933; }
.footer-text { text-align: center; font-size: 0.85rem; line-height: 1.6; max-width: 900px; margin: 0 auto; color: #aa7bc9; }
.footer-text p { margin-bottom: 10px; }
.footer-text a { color: #9ee933; }
.footer-badge { display: inline-block; background: #9ee933; color: #000; padding: 4px 10px; border-radius: 4px; font-weight: 700; font-size: 0.85rem; margin: 0 4px; }
.footer-copy { margin-top: 20px; font-size: 0.8rem; color: #7b44a0; text-align: center; }

/* Static pages */
.page-hero { background: linear-gradient(135deg, #2f054b, #000); color: #fff; padding: 50px 20px; text-align: center; border-bottom: 2px solid #3c0f5b; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #d7faa6; }
.page-content { max-width: 900px; margin: 40px auto; background: #2f054b; padding: 40px; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.35); border: 1px solid #3c0f5b; }
.page-content h2 { border-left: 4px solid #9ee933; padding-left: 14px; }
.page-content strong { color: #fff; }
.page-content ul li::marker { color: #9ee933; }

/* Responsive */
@media (max-width: 800px) {
  .games-grid, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-title { font-size: 1.85rem; }
  .hero-sub { font-size: 1.05rem; }
  .article { padding: 24px 20px; }
  .header-nav { display: none; }
  .header-nav.open { display: flex; position: absolute; top: 100%; right: 0; background: #000; flex-direction: column; padding: 20px; gap: 12px; width: 220px; border-left: 3px solid #9ee933; border-bottom: 2px solid #3c0f5b; }
  .hamburger { display: block; }
  h1 { font-size: 1.7rem; }
  h2 { font-size: 1.3rem; }
  .cta-inline { flex-direction: column; text-align: center; }
}
@media (max-width: 500px) {
  .games-grid, .reviews-grid { grid-template-columns: 1fr; }
  .passport th { width: 45%; font-size: 0.85rem; padding: 10px; }
  .passport td { font-size: 0.85rem; padding: 10px; }
  .header-cta { padding: 8px 14px; font-size: 0.8rem; }
  .header-logo img { height: 32px; }
}
