@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700&display=swap");

:root {
  --bg: #06101f;
  --bg-2: #08162c;
  --panel: #0c1e3a;
  --panel-2: #10264a;
  --line: rgba(120, 170, 255, 0.16);
  --text: #f4f7ff;
  --muted: #9bb3d3;
  --blue: #2f7bff;
  --blue-2: #4d93ff;
  --gold: #f5c518;
  --gold-2: #ffd84a;
  --red: #ff5a5a;
  --ok: #3ee08f;
  --shadow: 0 18px 50px rgba(0, 8, 24, 0.45);
  --radius: 18px;
  --max: 1120px;
  --play: https://one-vv6078.com/casino/play/v_bgmng:luckybirds?p=hr3o&sub1=2c5o5o3.1.2b468&sub2=7204;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans Devanagari", Manrope, "Segoe UI", sans-serif;
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(47, 123, 255, 0.22), transparent 55%),
    radial-gradient(900px 420px at 0% 10%, rgba(245, 197, 24, 0.08), transparent 50%),
    var(--bg);
  color: var(--text);
  line-height: 1.8;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--blue-2); text-decoration: none; }
a:hover { color: var(--gold); }
.wrap { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }

.age {
  background: #040b16;
  color: #d7e4f8;
  font-size: 13px;
  text-align: center;
  padding: 8px 16px;
  border-bottom: 1px solid var(--line);
}
.age strong { color: var(--gold); }

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(6, 16, 31, 0.88);
  border-bottom: 1px solid var(--line);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 18px;
}
.brand img { width: 32px; height: 32px; }
.brand img.brand-art {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: contain;
  background: #5cc6ec;
  image-rendering: pixelated;
}
.brand span { color: var(--gold); }
.nav-left { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.langs {
  display: flex;
  gap: 2px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 3px;
}
.langs a {
  color: var(--muted);
  font-weight: 800;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 8px;
  letter-spacing: 0.04em;
}
.langs a.is-active { background: var(--blue); color: #fff; }
.langs a:hover { color: var(--text); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav-links a { color: var(--muted); font-weight: 600; font-size: 14px; white-space: nowrap; }
.nav-links a:hover, .nav-links a.is-active { color: var(--text); }
.nav-toggle {
  display: none;
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--text);
  border-radius: 10px;
  padding: 8px 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
}
.btn-gold {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #1a1400 !important;
  box-shadow: 0 8px 24px rgba(245, 197, 24, 0.25);
}
.btn-gold:hover { filter: brightness(1.05); color: #1a1400 !important; }
.btn-ghost {
  background: transparent;
  color: var(--text) !important;
  border: 1px solid var(--line);
}
.btn-ghost:hover { border-color: var(--blue); }

.hero {
  padding: 56px 0 28px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
}
.kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--gold);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
h1, h2, h3 {
  font-family: "Noto Sans Devanagari", Manrope, Sora, sans-serif;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0 14px;
}
h1 { font-size: clamp(32px, 5vw, 56px); }
h2 { font-size: clamp(24px, 3vw, 34px); margin-top: 42px; }
h3 { font-size: 20px; margin-top: 28px; }
.lead { font-size: 18px; color: var(--muted); max-width: 62ch; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0; }
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.stat {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
}
.stat b { display: block; font-size: 18px; }
.stat span { color: var(--muted); font-size: 12px; }

.hero-card {
  background: #071428;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 10px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-shot {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  display: block;
  background: #0b1d38;
}
.risks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}
.risk {
  background: rgba(4, 12, 28, 0.55);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  font-size: 13px;
}
.risk b { display: block; color: var(--gold); }

.notice, .disclosure {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  color: var(--muted);
  font-size: 14px;
  margin: 18px 0 28px;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  padding-bottom: 64px;
}
.prose p { color: #d5e2f5; margin: 0 0 16px; }
.prose ul, .prose ol { color: #d5e2f5; padding-left: 20px; }
.prose li { margin: 0 0 8px; }
.table-wrap { overflow-x: auto; margin: 18px 0 28px; }
table {
  width: 100%;
  border-collapse: collapse;
  background: var(--panel);
  border-radius: 14px;
  overflow: hidden;
}
th, td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
th { color: var(--muted); font-weight: 600; }
.compare td:nth-child(2) { color: var(--ok); font-weight: 700; }

.side {
  position: sticky;
  top: 92px;
  align-self: start;
  display: grid;
  gap: 14px;
}
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}
.card h2, .card h3 { margin-top: 0; font-size: 18px; }
.toc a { display: block; color: var(--muted); padding: 6px 0; font-size: 14px; }
.toc a:hover { color: var(--text); }

.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%;
  background: none;
  border: 0;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  text-align: left;
  padding: 14px 0;
  cursor: pointer;
}
.faq-a { display: none; color: var(--muted); padding: 0 0 14px; }
.faq-item.is-open .faq-a { display: block; }

.cta-band {
  background: linear-gradient(90deg, #10244a, #16356a);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: 36px 0;
}
footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 48px;
  color: var(--muted);
  font-size: 13px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.foot-grid a { display: block; color: var(--muted); margin: 6px 0; }

@media (max-width: 900px) {
  .hero, .layout, .foot-grid, .stats { grid-template-columns: 1fr; }
  .side { position: static; }
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 72px;
    background: #071428;
    border-bottom: 1px solid var(--line);
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-links.is-open { display: flex; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .brand img.brand-art { width: 40px; height: 40px; }
}
