@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Mulish:wght@300;400;600;700;800&display=swap');

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

:root {
  --royal: #1a3ca5;
  --royal-light: #2a5cc0;
  --royal-dark: #0e2470;
  --white: #ffffff;
  --off-white: #f4f6fc;
  --blue-gray: #e0e5f0;
  --text-dark: #1a1e2e;
  --text-mid: #4a5070;
  --text-light: #7a82a0;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'DM Sans', sans-serif; color: var(--text-dark); background: var(--off-white); line-height: 1.8; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Mulish', sans-serif; font-weight: 800; }

/* HEADER - CLEAN WHITE */
.site-top { background: var(--white); box-shadow: 0 1px 10px rgba(26,60,165,0.08); position: sticky; top: 0; z-index: 1000; }
.top-wrap { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 66px; padding: 0 2rem; }
.a-logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.a-star { width: 36px; height: 36px; background: var(--royal); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.1rem; }
.a-name { font-family: 'Mulish', sans-serif; font-weight: 800; font-size: 1.35rem; color: var(--royal); }
.top-nav { display: flex; gap: 1.5rem; list-style: none; }
.top-nav a { color: var(--text-mid); text-decoration: none; font-weight: 700; font-size: 0.88rem; transition: color 0.3s; }
.top-nav a:hover, .top-nav a.at { color: var(--royal); }
.ham-btn { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.ham-btn span { width: 26px; height: 3px; background: var(--royal); border-radius: 3px; }

/* HERO - FULL WIDTH GRADIENT */
.hero-wide { background: linear-gradient(135deg, var(--royal-dark) 0%, var(--royal) 50%, var(--royal-light) 100%); padding: 5rem 2rem; text-align: center; color: white; clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }
.hero-wide h1 { font-size: 3rem; margin-bottom: 1rem; }
.hero-wide p { font-size: 1.1rem; max-width: 660px; margin: 0 auto 2rem; opacity: 0.9; }
.hero-pills { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
.hp { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: white; padding: 0.45rem 1.1rem; border-radius: 50px; font-weight: 700; font-size: 0.82rem; font-family: 'Mulish', sans-serif; }

/* SECTIONS */
.zone { padding: 4.5rem 2rem; }
.zone-wrap { max-width: 1400px; margin: 0 auto; }
.zone h2 { font-size: 2rem; color: var(--royal); margin-bottom: 0.5rem; }
.zone .lead-text { color: var(--text-light); margin-bottom: 2.5rem; }
.zone-blue { background: var(--royal); color: white; }
.zone-blue h2 { color: white; }

/* CARD GRID - ALTERNATING */
.alt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.ag-card { background: var(--white); border-radius: 12px; padding: 1.8rem; box-shadow: 0 4px 20px rgba(26,60,165,0.06); border-bottom: 3px solid var(--royal); transition: transform 0.3s; }
.ag-card:hover { transform: translateY(-4px); }
.ag-card .ag-ic { font-size: 2rem; margin-bottom: 0.8rem; }
.ag-card h3 { font-size: 1rem; color: var(--royal); margin-bottom: 0.4rem; }
.ag-card p { color: var(--text-mid); font-size: 0.88rem; }

/* GAME */
.game-panel { padding: 4rem 2rem; background: var(--royal-dark); text-align: center; }
.game-panel h2 { color: white; font-size: 2rem; margin-bottom: 0.5rem; }
.game-panel .gp-sub { color: rgba(255,255,255,0.6); margin-bottom: 2rem; }
.game-container { max-width: 920px; margin: 0 auto; border-radius: 12px; overflow: hidden; border: 3px solid var(--royal-light); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.game-container iframe { width: 100%; height: 600px; border: none; display: block; }

/* STATS ROW */
.stats-row { display: flex; justify-content: center; gap: 4rem; padding: 2.5rem 2rem; background: var(--royal); flex-wrap: wrap; }
.st { text-align: center; color: white; }
.st strong { font-family: 'Mulish', sans-serif; font-size: 2.2rem; display: block; }
.st span { font-size: 0.8rem; opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; }

/* ABOUT TEXT */
.about-wide { max-width: 850px; margin: 0 auto; text-align: center; color: var(--text-mid); font-size: 1.02rem; }

/* CONTENT */
.cont { padding: 3rem 2rem; min-height: 60vh; }
.cont-inner { max-width: 860px; margin: 0 auto; }
.cont h1 { font-size: 2.5rem; color: var(--royal); margin-bottom: 1.5rem; padding-top: 1rem; }
.cont h2 { font-size: 1.3rem; color: var(--royal-light); margin: 2rem 0 0.8rem; }
.cont p, .cont li { color: var(--text-mid); margin-bottom: 1rem; }
.cont ul { padding-left: 1.5rem; }

/* PLAY */
.play-hd { text-align: center; padding: 3rem 2rem 1rem; }
.play-hd h1 { font-size: 2.5rem; color: var(--royal); }
.play-hd p { color: var(--text-light); max-width: 620px; margin: 1rem auto 0; }

/* FOOTER */
.bfooter { background: var(--royal-dark); padding: 2rem; }
.bf-inner { max-width: 1400px; margin: 0 auto; text-align: center; }
.bf-links { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.bf-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.85rem; transition: color 0.3s; }
.bf-links a:hover { color: white; }
.bf-copy { color: rgba(255,255,255,0.4); font-size: 0.8rem; }

/* AGE */
.age-shield { position: fixed; inset: 0; background: rgba(14,36,112,0.97); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.age-shield.hidden { display: none; }
.age-inner { background: var(--white); border-radius: 16px; padding: 2.5rem; text-align: center; max-width: 420px; width: 90%; }
.age-inner h2 { color: var(--royal); margin-bottom: 0.8rem; font-size: 1.6rem; }
.age-inner p { color: var(--text-mid); margin-bottom: 1.8rem; }
.age-duo { display: flex; gap: 0.8rem; justify-content: center; }
.age-btn { padding: 0.7rem 2rem; border-radius: 8px; font-family: 'Mulish', sans-serif; font-weight: 700; font-size: 0.95rem; cursor: pointer; border: none; transition: 0.3s; }
.age-btn.in { background: var(--royal); color: white; }
.age-btn.in:hover { background: var(--royal-light); }
.age-btn.out { background: var(--off-white); color: var(--royal); border: 2px solid var(--royal); }
.age-btn.out:hover { background: var(--blue-gray); }

@media (max-width: 768px) {
  .ham-btn { display: flex; }
  .top-nav { display: none; position: absolute; top: 66px; left: 0; right: 0; background: var(--white); flex-direction: column; padding: 1.5rem 2rem; gap: 0.8rem; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
  .top-nav.open { display: flex; }
  .hero-wide h1 { font-size: 2.2rem; }
  .hero-wide { clip-path: none; padding-bottom: 3rem; }
  .alt-grid { grid-template-columns: 1fr 1fr; }
  .game-container iframe { height: 400px; }
  .stats-row { gap: 2rem; }
}

@media (max-width: 480px) {
  .alt-grid { grid-template-columns: 1fr; }
}
