:root {
  --void: #05060d;
  --ink: #0a0f1c;
  --panel: #11182c;
  --panel-2: #171f36;
  --moon: #f4f7fb;
  --mist: #c5d0e0;
  --silver: #8ea0b8;
  --gold: #d6b56a;
  --gold-2: #f1d89a;
  --glow: #7a93c9;
  --line: rgba(214, 181, 106, 0.26);
  --danger: #9a3a4a;
  --display: "Syne", "Segoe UI", sans-serif;
  --body: "Figtree", "Segoe UI", sans-serif;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(2, 4, 12, 0.55);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--void);
}

body {
  margin: 0;
  font-family: var(--body);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--mist);
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(122, 147, 201, 0.16), transparent 55%),
    radial-gradient(900px 420px at 0% 20%, rgba(214, 181, 106, 0.07), transparent 50%),
    var(--void);
  overflow-x: hidden;
}

body.is-locked,
body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--gold-2);
}

h1,
h2,
h3,
h4,
.brand-name {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--moon);
}

p {
  margin-bottom: 1rem;
}

.container-xl {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-2);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.eyebrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  box-shadow: inset 6px 0 0 rgba(214, 181, 106, 0.85);
}

.lead {
  font-size: 1.12rem;
  color: #d7e0ee;
}

.section {
  padding: 104px 0;
  position: relative;
}

.section-title {
  font-size: clamp(2.2rem, 4.4vw, 3.7rem);
  line-height: 1.08;
  margin-bottom: 18px;
}

.section-copy {
  max-width: 680px;
}

.gold-btn,
.ghost-btn,
.danger-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s ease;
}

.gold-btn {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #1a1408;
  box-shadow: 0 10px 30px rgba(214, 181, 106, 0.28);
}

.gold-btn:hover {
  color: #1a1408;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(214, 181, 106, 0.4);
}

.ghost-btn {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--line);
  color: var(--gold-2);
}

.ghost-btn:hover {
  background: rgba(214, 181, 106, 0.1);
  color: var(--gold-2);
}

.danger-btn {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #f0e6d4;
}

.danger-btn:hover {
  border-color: #f0e6d4;
  color: #fff;
}

.topbar {
  background: linear-gradient(90deg, #070b16, #12101a 50%, #070b16);
  color: var(--silver);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 11px 16px;
  border-bottom: 1px solid var(--line);
}

.topbar i {
  color: var(--gold);
  margin-right: 8px;
}

.site-header {
  background: rgba(8, 12, 22, 0.92);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 30;
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 24px;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--moon);
}

.brand:hover {
  color: var(--moon);
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  color: var(--gold-2);
  font-size: 1.2rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(241, 216, 154, 0.2), transparent 55%),
    #0d1324;
  box-shadow: 0 0 0 5px rgba(214, 181, 106, 0.08);
}

.brand-name {
  display: block;
  font-size: 1.22rem;
  line-height: 1;
  color: var(--moon);
}

.brand-tag {
  display: block;
  margin-top: 5px;
  font-family: var(--body);
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}

.desk-nav {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 18px;
  max-width: min(900px, 78%);
}

.desk-nav a {
  color: #c9d4e4;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 0;
  position: relative;
}

.desk-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.25s ease;
}

.desk-nav a:hover,
.desk-nav a.is-active {
  color: var(--gold-2);
}

.desk-nav a:hover::after,
.desk-nav a.is-active::after {
  width: 100%;
}

.nav-hamburger {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.nav-hamburger span {
  display: block;
  width: 20px;
  height: 1.6px;
  background: var(--gold);
  transition: 0.25s ease;
}

.nav-hamburger.is-open span:nth-child(1) {
  transform: translateY(7.6px) rotate(45deg);
}

.nav-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-hamburger.is-open span:nth-child(3) {
  transform: translateY(-7.6px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(420px, 100%);
  background:
    linear-gradient(180deg, #10182d, #080c18);
  z-index: 80;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  padding: 28px 28px 48px;
  display: flex;
  flex-direction: column;
  box-shadow: -24px 0 60px rgba(0, 0, 0, 0.45);
}

.mobile-nav.is-open {
  transform: translateX(0);
}

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}

.nav-close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
}

.mobile-nav a {
  color: var(--moon);
  font-family: var(--display);
  font-size: 1.55rem;
  padding: 12px 0;
  border-bottom: 1px solid rgba(214, 181, 106, 0.12);
}

.mobile-nav a:hover {
  color: var(--gold-2);
}

.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 6, 13, 0.72);
  z-index: 70;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.mobile-nav-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.hero {
  position: relative;
  min-height: calc(100vh - 136px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(100deg, rgba(5, 6, 13, 0.88) 0%, rgba(5, 6, 13, 0.42) 48%, rgba(5, 6, 13, 0.2) 100%),
    radial-gradient(circle at 78% 22%, rgba(241, 216, 154, 0.18), transparent 28%),
    url("../images/hero-banner.png") center/cover no-repeat;
  color: var(--moon);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 14%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(241, 216, 154, 0.28);
  box-shadow: inset -48px 0 0 rgba(241, 216, 154, 0.12);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
  padding: 96px 0;
  position: relative;
  z-index: 1;
}

.hero h1 {
  color: var(--moon);
  font-size: clamp(3rem, 6.6vw, 6rem);
  line-height: 0.94;
  margin: 0 0 22px;
}

.hero p {
  max-width: 560px;
  color: #dce5f2;
  font-size: 1.14rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-panel {
  justify-self: end;
  width: min(380px, 100%);
  background: rgba(10, 15, 28, 0.7);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
  padding: 28px;
}

.hero-stat {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(214, 181, 106, 0.14);
  color: var(--mist);
  font-size: 0.94rem;
}

.hero-stat:last-child {
  border-bottom: 0;
}

.hero-stat b {
  color: var(--gold-2);
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 700;
}

.strip {
  background: #0b1222;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 30px 0;
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.strip-item {
  color: var(--mist);
  display: flex;
  align-items: center;
  gap: 14px;
}

.strip-item i {
  color: var(--gold);
  font-size: 1.2rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.split-media {
  position: relative;
}

.split-media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 28px;
}

.split-frame {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(241, 216, 154, 0.45);
  border-radius: 22px;
  pointer-events: none;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.feature-list li {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  color: var(--mist);
}

.feature-list i {
  color: var(--gold);
  margin-top: 5px;
}

.hotels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}

.hotel-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
  border-radius: 24px;
  border: 1px solid var(--line);
}

.hotel-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.7s ease;
}

.hotel-card:hover img {
  transform: scale(1.12);
}

.hotel-card-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 26px;
  background: linear-gradient(180deg, transparent, rgba(5, 6, 13, 0.94) 42%);
  color: var(--moon);
}

.hotel-card h3 {
  color: var(--moon);
  font-size: 1.7rem;
  margin-bottom: 6px;
}

.hotel-meta {
  color: var(--gold-2);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hotel-card p {
  color: #d4deec;
  margin: 0;
  font-size: 0.95rem;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.game-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 22px;
  min-height: 230px;
}

.game-card i {
  color: var(--gold);
  font-size: 1.45rem;
  margin-bottom: 18px;
}

.game-card h3 {
  font-size: 1.45rem;
  margin-bottom: 10px;
}

.game-card p {
  color: var(--silver);
  margin: 0;
  font-size: 0.95rem;
}

.vip-wrap {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 42px;
  align-items: center;
}

.vip-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 28px;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.pillar {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 24px;
}

.pillar i {
  color: var(--gold);
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.pillar h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.notice {
  background: linear-gradient(180deg, #12182c, #0c1222);
  color: var(--mist);
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 28px;
}

.notice h2 {
  color: var(--moon);
  margin-bottom: 12px;
}

.notice p,
.notice li {
  color: var(--mist);
}

.notice a {
  color: var(--gold-2);
  text-decoration: underline;
}

.contact-band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 42px;
}

.email-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(214, 181, 106, 0.08);
  color: var(--moon);
  font-weight: 700;
}

.email-chip i {
  color: var(--gold);
}

.site-footer {
  background: #05070f;
  color: var(--silver);
  padding: 68px 0 24px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 42px;
}

.site-footer h3 {
  color: var(--moon);
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.site-footer a {
  display: block;
  padding: 5px 0;
  color: var(--silver);
}

.site-footer a:hover {
  color: var(--gold-2);
}

.footer-bottom {
  border-top: 1px solid rgba(214, 181, 106, 0.14);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.86rem;
}

.back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background:
    radial-gradient(circle at 30% 30%, rgba(241, 216, 154, 0.22), transparent 55%),
    #0d1324;
  color: var(--gold-2);
  font-size: 1.05rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.28s ease;
  box-shadow: 0 12px 30px rgba(2, 4, 12, 0.4);
}

.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-top:hover {
  color: #1a1408;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  transform: translateY(-3px);
}

.age-gate,
.age-restrict {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(5, 6, 13, 0.88), rgba(5, 6, 13, 0.94)),
    url("../images/hero-banner.png") center/cover no-repeat;
}

.age-gate.is-open,
.age-restrict.is-open {
  display: flex;
}

html.age-ok .age-gate,
html.age-ok .age-restrict {
  display: none !important;
}

.age-card,
.restrict-card {
  width: min(520px, 100%);
  background: rgba(12, 16, 30, 0.92);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 42px 36px;
  text-align: center;
  color: var(--mist);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.age-card h2,
.restrict-card h2 {
  color: var(--moon);
  font-size: 2.3rem;
  margin: 12px 0 14px;
}

.age-card p,
.restrict-card p {
  color: var(--mist);
}

.age-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.age-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 1.4rem;
}

.page-hero {
  background:
    linear-gradient(180deg, rgba(5, 6, 13, 0.72), rgba(5, 6, 13, 0.82)),
    url("../images/about-lobby.png") center/cover no-repeat;
  color: var(--moon);
  padding: 96px 0 82px;
}

.page-hero h1 {
  color: var(--moon);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  margin: 0;
}

.policy-wrap {
  width: min(860px, calc(100% - 2rem));
  margin: -44px auto 80px;
  background: #10182c;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 48px 42px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}

.policy-wrap h2 {
  font-size: 1.7rem;
  margin: 28px 0 10px;
}

.policy-wrap h3 {
  font-size: 1.2rem;
  margin: 22px 0 8px;
}

.policy-wrap ul {
  padding-left: 18px;
}

.policy-wrap a {
  color: var(--gold-2);
  text-decoration: underline;
}

.policy-meta {
  color: var(--silver);
  font-size: 0.9rem;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .desk-nav {
    display: flex;
  }

  .nav-hamburger {
    display: none;
  }
}

@media (max-width: 1199px) {
  .games-grid,
  .strip-grid,
  .hotels-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .hero-grid,
  .split,
  .vip-wrap,
  .contact-band,
  .footer-grid,
  .hotels-grid,
  .pillars {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 760px;
  }

  .hero-panel {
    justify-self: stretch;
  }

  .split-media img,
  .vip-wrap img {
    height: 360px;
  }

  .section {
    padding: 76px 0;
  }

  .notice,
  .policy-wrap,
  .contact-band {
    padding: 28px 22px;
  }

  .hero::after {
    width: 110px;
    height: 110px;
    right: 6%;
    top: 10%;
  }
}

@media (max-width: 640px) {
  .games-grid,
  .strip-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 2.8rem;
  }

  .hotel-card,
  .hotel-card img {
    min-height: 380px;
    height: 380px;
  }

  .topbar {
    font-size: 0.7rem;
    letter-spacing: 0.03em;
  }
}
