/* =====================================================
   Mega Huat Fishing — Marketing Site
   Theme: Deep ocean navy + gold (prosperity)
   ===================================================== */

/* -------- Reset & Base -------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #fff;
  background: #050d1a;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; }
img { max-width: 100%; display: block; }
:root {
  --navy-deep: #050d1a;
  --navy: #0d2137;
  --navy-2: #143659;
  --blue: #1e5cad;
  --gold: #ffd24c;
  --gold-bright: #ffec8b;
  --gold-dark: #c8951a;
  --red: #e74c3c;
  --teal: #1abc9c;
  --purple: #2a1a4f;
  --shadow-soft: 0 6px 20px rgba(0,0,0,.35);
  --shadow-strong: 0 10px 40px rgba(0,0,0,.6);
}

/* -------- TOP NAV -------- */
.top-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 32px;
  background: linear-gradient(135deg, #0a1d3a 0%, #102a52 100%);
  box-shadow: 0 2px 12px rgba(0,0,0,.4);
  border-bottom: 2px solid rgba(255, 210, 76, .25);
}
.brand-link { display: flex; align-items: center; gap: 10px; }
.brand-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(255, 210, 76, .4);
}
.brand-text {
  font-family: 'Bungee', 'Inter', sans-serif;
  font-size: 1.25rem;
  letter-spacing: .04em;
  color: #fff;
  text-shadow: 0 0 12px rgba(255, 210, 76, .35);
}
.brand-accent { color: var(--gold); }

.nav-links { display: flex; gap: 4px; }
.nav-link {
  padding: 8px 18px;
  border-radius: 8px;
  color: #cfd8e3;
  font-weight: 500;
  font-size: .95rem;
  transition: all .2s ease;
  position: relative;
}
.nav-link:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav-link.active {
  color: var(--gold);
  background: rgba(255, 210, 76, .12);
}
.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-play-btn {
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .9rem;
  color: #1a1a1a;
  background: linear-gradient(135deg, #ffd24c 0%, #ffae00 100%);
  box-shadow: 0 3px 12px rgba(255,174,0,.45);
  transition: transform .15s ease, box-shadow .15s ease;
}
.nav-play-btn:hover { transform: translateY(-1px); box-shadow: 0 5px 16px rgba(255,174,0,.6); }
.lang-toggle {
  padding: 7px 14px;
  border-radius: 6px;
  font-weight: 700;
  font-size: .85rem;
  color: #fff;
  background: linear-gradient(135deg, #1e5cad 0%, #2c87e0 100%);
  box-shadow: 0 2px 8px rgba(0,0,0,.3);
}

/* -------- HERO -------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 60px 20px;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at top, #1e3c6e 0%, #0a1d3a 40%, #050d1a 100%),
    url('../assets/hero-bg.png') center/cover no-repeat;
  background-blend-mode: overlay;
  opacity: .85;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(26, 188, 156, .15), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 210, 76, .12), transparent 50%),
    linear-gradient(180deg, rgba(5,13,26,.4) 0%, rgba(5,13,26,.85) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 720px;
}
.hero-logo {
  width: min(420px, 80%);
  height: auto;
  margin: 0 auto 16px;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,.6))
          drop-shadow(0 0 40px rgba(255, 210, 76, .25));
}
.hero-tagline {
  font-size: 1.05rem;
  color: #cfd8e3;
  max-width: 580px;
  margin: 0 auto 28px;
}

/* Download buttons */
.download-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
.dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  min-width: 175px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,.1);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.dl-btn:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  box-shadow: 0 8px 20px rgba(0,0,0,.5), 0 0 0 1px rgba(255,210,76,.4);
}
.dl-btn .dl-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  color: #fff;
}
.dl-btn .dl-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.1;
}
.dl-btn .dl-text small { font-size: .65rem; color: #b0b8c1; letter-spacing: .04em; text-transform: uppercase; }
.dl-btn .dl-text strong { font-size: .95rem; font-weight: 700; }
.dl-btn[data-link="ios"] {
  opacity: .65;
  cursor: not-allowed;
  position: relative;
}
.dl-btn[data-link="ios"]::after {
  content: "Soon";
  position: absolute;
  top: -6px; right: -6px;
  background: var(--red);
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  letter-spacing: .05em;
}

.btn-play-now {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 56px;
  border-radius: 999px;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: .03em;
  color: #1a1a1a;
  background: linear-gradient(135deg, #ffd24c 0%, #ffae00 50%, #ff8c00 100%);
  box-shadow:
    0 0 0 4px rgba(255, 210, 76, .15),
    0 8px 24px rgba(255, 174, 0, .55),
    inset 0 -3px 8px rgba(0,0,0,.15),
    inset 0 2px 4px rgba(255,255,255,.4);
  transition: transform .15s ease, box-shadow .15s ease;
  animation: pulse-glow 2.4s ease-in-out infinite;
}
.btn-play-now:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 0 0 5px rgba(255, 210, 76, .25),
    0 12px 32px rgba(255, 174, 0, .7),
    inset 0 -3px 8px rgba(0,0,0,.15),
    inset 0 2px 4px rgba(255,255,255,.5);
}
.btn-play-now .play-icon {
  font-size: 1rem;
  background: rgba(0,0,0,.18);
  color: #fff;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255,210,76,.15), 0 8px 24px rgba(255,174,0,.55), inset 0 -3px 8px rgba(0,0,0,.15), inset 0 2px 4px rgba(255,255,255,.4); }
  50%      { box-shadow: 0 0 0 8px rgba(255,210,76,.05), 0 8px 28px rgba(255,174,0,.7),  inset 0 -3px 8px rgba(0,0,0,.15), inset 0 2px 4px rgba(255,255,255,.4); }
}

/* -------- SECTION FRAME -------- */
.section {
  padding: 70px 24px;
  position: relative;
}
.section-title {
  text-align: center;
  font-family: 'Bungee', 'Inter', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--gold);
  margin: 0 0 40px;
  letter-spacing: .03em;
  text-shadow:
    0 2px 0 rgba(0,0,0,.4),
    0 0 24px rgba(255,210,76,.3);
}

/* -------- PROMOTION SECTION -------- */
.promotion-section {
  background:
    radial-gradient(ellipse at center, #1a3a6e 0%, #0a1d3a 70%);
  position: relative;
}
.promotion-section::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.3) 0%, transparent 30%);
  pointer-events: none;
}
.promo-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}
.carousel-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  transition: all .15s ease;
}
.carousel-arrow:hover {
  background: var(--gold);
  color: #0a1d3a;
  border-color: var(--gold);
  transform: scale(1.05);
}
.promo-viewport { overflow: hidden; flex: 1; }
.promo-track {
  display: flex;
  gap: 18px;
  transition: transform .35s ease;
}
.promo-card {
  flex: 0 0 calc((100% - 36px) / 3);
  aspect-ratio: 16 / 11;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 18px;
  cursor: pointer;
  transition: transform .15s ease;
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
}
.promo-card:hover { transform: translateY(-4px); }
.promo-daily      { background: linear-gradient(135deg, #ff8a3d 0%, #ff5c3d 50%, #c9301a 100%); }
.promo-welcome    { background: linear-gradient(135deg, #ffb84a 0%, #ff7a1a 50%, #c44400 100%); }
.promo-boss       { background: linear-gradient(135deg, #6a3ba0 0%, #3d1f6e 50%, #1a0a3d 100%); }
.promo-friends    { background: linear-gradient(135deg, #1abc9c 0%, #0a8068 50%, #014638 100%); }
.promo-leaderboard{ background: linear-gradient(135deg, #ffd24c 0%, #ff8c00 50%, #c44400 100%); }
.promo-tag {
  position: absolute;
  top: 10px; left: 12px;
  font-family: 'Bungee', sans-serif;
  font-size: .7rem;
  letter-spacing: .04em;
  color: #fff;
  background: rgba(0,0,0,.35);
  padding: 4px 8px;
  border-radius: 6px;
}
.promo-tag span { color: var(--gold); }
.promo-art {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -55%);
  font-size: 5rem;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.5));
}
.promo-title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: 'Bungee', sans-serif;
  font-size: 1.05rem;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0,0,0,.5);
  letter-spacing: .02em;
}
.more-btn {
  display: block;
  margin: 36px auto 0;
  padding: 12px 36px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  color: #fff;
  background: linear-gradient(135deg, #1e5cad 0%, #2c87e0 100%);
  box-shadow: 0 4px 14px rgba(28, 92, 173, .5);
  transition: transform .15s ease;
}
.more-btn:hover { transform: translateY(-1px); }

/* -------- JACKPOT SECTION -------- */
.jackpot-section {
  background:
    radial-gradient(ellipse at center top, #2a1a4f 0%, #14082a 60%, #050d1a 100%);
  padding: 60px 24px 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.jackpot-section::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 15% 25%, rgba(255,210,76,.15) 0, transparent 12%),
    radial-gradient(circle at 85% 35%, rgba(255,210,76,.12) 0, transparent 12%),
    radial-gradient(circle at 30% 75%, rgba(255,210,76,.1) 0, transparent 12%);
  pointer-events: none;
}
.jackpot-banner {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}
.jackpot-spark {
  font-size: 1.8rem;
  color: var(--gold);
  filter: drop-shadow(0 0 10px rgba(255,210,76,.7));
  animation: sparkle 2s ease-in-out infinite alternate;
}
.jackpot-spark.right { animation-delay: 1s; }
@keyframes sparkle { from { transform: scale(.85); opacity: .6; } to { transform: scale(1.1); opacity: 1; } }

.jackpot-title {
  font-family: 'Bungee', sans-serif;
  font-size: clamp(2.6rem, 6vw, 4rem);
  margin: 0;
  background: linear-gradient(180deg, #fff5b1 0%, #ffd24c 50%, #c8951a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 4px 12px rgba(255,174,0,.4);
  letter-spacing: .04em;
}
.jackpot-counters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto 22px;
  padding: 14px;
  background: linear-gradient(135deg, rgba(34,16,67,.85) 0%, rgba(20,8,42,.85) 100%);
  border: 2px solid rgba(255,210,76,.4);
  border-radius: 14px;
  box-shadow:
    0 0 30px rgba(255,210,76,.18),
    inset 0 0 20px rgba(0,0,0,.3);
}
.counter-tile {
  flex: 1 1 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 14px;
}
.tier-label {
  font-family: 'Bungee', sans-serif;
  font-size: .8rem;
  letter-spacing: .05em;
  padding: 4px 10px;
  border-radius: 6px;
  color: #1a0a3d;
  background: linear-gradient(135deg, #ffd24c, #ff8c00);
}
.tier-grand { background: linear-gradient(135deg, #ff5d3d, #c01410); color: #fff; }
.tier-major { background: linear-gradient(135deg, #ffd24c, #ff8c00); }
.tier-minor { background: linear-gradient(135deg, #6a3ba0, #3d1f6e); color: #fff; }
.tier-mini  { background: linear-gradient(135deg, #1abc9c, #0a8068); color: #fff; }
.counter {
  font-family: 'Bungee', sans-serif;
  font-size: 1.15rem;
  color: var(--gold);
  text-shadow: 0 0 8px rgba(255,210,76,.4);
  letter-spacing: .02em;
}

.notifications-bar {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 10px 18px;
  background: linear-gradient(90deg, rgba(34,16,67,.9) 0%, rgba(20,8,42,.9) 100%);
  border: 1px solid rgba(255,210,76,.3);
  border-radius: 999px;
}
.notif-label {
  font-family: 'Bungee', sans-serif;
  font-size: .8rem;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.notif-text {
  flex: 1;
  min-width: 200px;
  font-size: .9rem;
  color: #cfd8e3;
}
.more-rankings-btn {
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .8rem;
  background: linear-gradient(135deg, #5a2d8d 0%, #2a1a4f 100%);
  color: #fff;
  border: 1px solid rgba(255,210,76,.4);
  transition: all .15s ease;
}
.more-rankings-btn:hover { background: linear-gradient(135deg, #7a4dad, #4a2a6f); }

/* -------- RANKINGS -------- */
.rankings-section {
  background:
    radial-gradient(ellipse at center top, #1a0e3d 0%, #0a061f 70%);
  padding-top: 60px;
}
.podium {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 18px;
  margin-bottom: 30px;
}
.podium-place {
  text-align: center;
  position: relative;
}
.crown { font-size: 1.6rem; margin-bottom: -4px; }
.crown.gold   { color: var(--gold); filter: drop-shadow(0 0 8px rgba(255,210,76,.6)); }
.crown.silver { color: #c0c8d0; filter: drop-shadow(0 0 6px rgba(192,200,208,.5)); }
.crown.bronze { color: #cd7f32; filter: drop-shadow(0 0 6px rgba(205,127,50,.5)); }

.avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2c87e0, #1e5cad);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  margin: 0 auto 10px;
  border: 3px solid;
  box-shadow: 0 6px 16px rgba(0,0,0,.4);
}
.place-1 .avatar { width: 96px; height: 96px; font-size: 3.2rem; border-color: var(--gold); box-shadow: 0 0 20px rgba(255,210,76,.5); }
.place-2 .avatar { border-color: #c0c8d0; }
.place-3 .avatar { border-color: #cd7f32; }
.place-1 { transform: translateY(-12px); }
.player-name { font-weight: 700; font-size: .9rem; margin-bottom: 4px; }
.player-score {
  font-family: 'Bungee', sans-serif;
  font-size: 1.05rem;
  color: var(--gold);
  text-shadow: 0 0 8px rgba(255,210,76,.4);
}

.ranking-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 720px;
  margin: 0 auto 0;
}
.rank-tab {
  flex: 1;
  padding: 12px 18px;
  background: rgba(70,40,120,.4);
  color: #c0c8d0;
  font-weight: 600;
  font-size: .9rem;
  border-radius: 10px 10px 0 0;
  transition: all .15s ease;
  margin: 0 2px;
}
.rank-tab:hover { background: rgba(90,60,150,.5); color: #fff; }
.rank-tab.active {
  background: linear-gradient(135deg, #5a2d8d 0%, #3a1a6f 100%);
  color: var(--gold);
  border: 1px solid rgba(255,210,76,.4);
  border-bottom: 0;
}

.ranking-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 18px;
  background: linear-gradient(135deg, rgba(50,28,100,.8) 0%, rgba(20,8,42,.85) 100%);
  border: 1px solid rgba(255,210,76,.25);
  border-radius: 0 14px 14px 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
}
.ranking-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.ranking-filters select {
  flex: 1;
  min-width: 200px;
  padding: 10px 14px;
  background: rgba(20,8,42,.9);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-size: .9rem;
  cursor: pointer;
}
.ranking-filters select:focus { outline: 2px solid var(--gold); }

.ranking-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}
.ranking-table thead th {
  text-align: left;
  padding: 10px 14px;
  color: #c0c8d0;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.ranking-table thead th:last-child { text-align: right; }
.ranking-table tbody tr {
  background: linear-gradient(90deg, rgba(70,40,120,.25), rgba(70,40,120,.08));
  transition: background .15s ease;
}
.ranking-table tbody tr:nth-child(even) {
  background: linear-gradient(90deg, rgba(90,45,141,.4), rgba(70,40,120,.15));
}
.ranking-table tbody tr:hover { background: linear-gradient(90deg, rgba(255,210,76,.15), rgba(70,40,120,.2)); }
.ranking-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.ranking-table td:last-child { text-align: right; font-weight: 700; color: var(--gold); }
.ranking-table .nick {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ranking-table .nick::before {
  content: "🐟";
  font-size: 1rem;
}

/* -------- GAME CENTER -------- */
.game-center {
  background:
    radial-gradient(ellipse at top, #0a1f3d 0%, #050d1a 70%),
    url('../assets/feature-graphic.png') center/cover no-repeat;
  background-blend-mode: multiply;
  padding-bottom: 80px;
}
.game-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 28px;
  flex-wrap: wrap;
}
.game-tab {
  padding: 10px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: .95rem;
  color: #cfd8e3;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  transition: all .15s ease;
}
.game-tab:hover { background: rgba(255,255,255,.1); color: #fff; }
.game-tab.active {
  background: linear-gradient(135deg, #5a2d8d, #3a1a6f);
  color: var(--gold);
  border-color: rgba(255,210,76,.5);
  box-shadow: 0 4px 14px rgba(90,45,141,.5);
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}
.game-card {
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(30,60,110,.5), rgba(10,20,40,.9));
  border: 1px solid rgba(255,255,255,.08);
  transition: all .2s ease;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
}
.game-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 10px 30px rgba(0,0,0,.5), 0 0 0 1px rgba(255,210,76,.4);
}
.game-img {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  position: relative;
}
.game-img.game-mhf {
  background-image: url('../assets/icon.png');
  background-color: #0d2137;
}
.game-card.coming-soon .game-img {
  background:
    linear-gradient(135deg, rgba(40,60,90,.6), rgba(20,30,50,.9));
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-card.coming-soon .game-img::before {
  content: "?";
  font-family: 'Bungee', sans-serif;
  font-size: 3rem;
  color: rgba(255,255,255,.15);
}
.game-card.coming-soon { opacity: .7; }
.featured-badge {
  position: absolute;
  top: 8px; left: 8px;
  padding: 4px 8px;
  border-radius: 6px;
  font-family: 'Bungee', sans-serif;
  font-size: .65rem;
  letter-spacing: .05em;
  color: #1a1a1a;
  background: linear-gradient(135deg, #ffd24c, #ff8c00);
  box-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.game-name {
  padding: 10px 12px;
  text-align: center;
  font-weight: 600;
  font-size: .85rem;
  color: #fff;
  line-height: 1.3;
}

/* -------- FOOTER -------- */
.site-footer {
  background: #050d1a;
  padding: 32px 24px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.08);
}
.responsible-play {
  max-width: 760px;
  margin: 0 auto 16px;
  font-size: .8rem;
  color: #8a96a8;
  line-height: 1.6;
}
.footer-links { margin-bottom: 12px; }
.footer-links a {
  color: var(--gold);
  font-weight: 600;
  font-size: .9rem;
  text-decoration: underline;
}
.footer-links a:hover { color: var(--gold-bright); }
.copyright {
  font-size: .8rem;
  color: #6a7589;
  margin: 0;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 900px) {
  .top-nav { padding: 10px 16px; flex-wrap: wrap; gap: 10px; }
  .nav-links { order: 3; width: 100%; justify-content: center; }
  .promo-card { flex: 0 0 calc((100% - 18px) / 2); }
  .game-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .hero { min-height: auto; padding: 40px 16px; }
  .hero-tagline { font-size: .95rem; }
  .download-row { gap: 8px; }
  .dl-btn { min-width: 0; flex: 1 1 calc(50% - 8px); padding: 8px 12px; }
  .dl-btn .dl-text small { font-size: .55rem; }
  .dl-btn .dl-text strong { font-size: .8rem; }
  .btn-play-now { padding: 14px 36px; font-size: 1.1rem; }
  .section { padding: 50px 14px; }

  .promo-card { flex: 0 0 calc((100% - 0px) / 1); }
  .promo-track { gap: 0; }

  .jackpot-counters { padding: 10px; gap: 8px; }
  .counter-tile { flex: 1 1 100%; padding: 6px; }
  .counter { font-size: 1rem; }

  .podium { gap: 8px; }
  .avatar { width: 60px; height: 60px; font-size: 2rem; }
  .place-1 .avatar { width: 76px; height: 76px; font-size: 2.6rem; }
  .player-name { font-size: .8rem; }
  .player-score { font-size: .9rem; }
  .rank-tab { font-size: .75rem; padding: 10px 8px; }

  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-play-btn { padding: 6px 14px; font-size: .8rem; }
}
