@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Sora:wght@300;400;500;600;700&display=swap');

:root {
  --hl-navy: #07131f;
  --hl-deep: #0a1c2e;
  --hl-teal: #0e6b6e;
  --hl-aqua: #1aa6a8;
  --hl-mint: #7fd4c7;
  --hl-gold: #c9a227;
  --hl-sand: #e8d5a3;
  --hl-cream: #f2f6f8;
  --hl-muted: #8aa0b2;
  --hl-line: rgba(255, 255, 255, 0.12);
  --hl-glass: rgba(10, 28, 46, 0.72);
  --hl-radius: 14px;
  --hl-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  --font-display: 'Outfit', sans-serif;
  --font-body: 'Sora', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--hl-cream);
  background: var(--hl-navy);
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.topbar {
  background: linear-gradient(90deg, #052028 0%, #0a3040 50%, #052028 100%);
  border-bottom: 1px solid var(--hl-line);
  padding: 0.55rem 0;
  font-size: 0.82rem;
  color: var(--hl-sand);
  text-align: center;
  letter-spacing: 0.02em;
}

.topbar i {
  color: var(--hl-gold);
  margin-right: 0.45rem;
}

.site-header {
  background: rgba(7, 19, 31, 0.94);
  border-bottom: 1px solid var(--hl-line);
  position: relative;
  z-index: 100;
}

.navbar-hl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--hl-teal), #083e48);
  border: 1px solid rgba(201, 162, 39, 0.45);
  color: var(--hl-sand);
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.brand-tag {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--hl-mint);
  font-weight: 500;
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-desktop a {
  display: inline-block;
  padding: 0.55rem 0.85rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--hl-muted);
  border-radius: 8px;
}

.nav-desktop a:hover,
.nav-desktop a.active {
  color: #fff;
  background: rgba(26, 166, 168, 0.12);
}

.nav-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid var(--hl-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--hl-cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.15rem;
}

.nav-toggle:hover {
  border-color: var(--hl-aqua);
  color: var(--hl-mint);
}

.nav-mobile {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--hl-deep);
  border-bottom: 1px solid var(--hl-line);
  box-shadow: var(--hl-shadow);
  padding: 0.75rem 0 1rem;
}

.nav-mobile.open {
  display: block;
}

.nav-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-mobile a {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--hl-line);
  color: var(--hl-cream);
  font-weight: 500;
}

.nav-mobile a:last-child {
  border-bottom: none;
}

.nav-mobile a:hover,
.nav-mobile a.active {
  color: var(--hl-mint);
}

.hero {
  position: relative;
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hl-navy) center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, rgba(7, 19, 31, 0.92) 0%, rgba(7, 19, 31, 0.72) 42%, rgba(10, 48, 64, 0.45) 100%),
    linear-gradient(0deg, rgba(7, 19, 31, 0.85) 0%, transparent 40%);
}

.hero-content {
  padding: 4.5rem 0 5rem;
  max-width: 720px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hl-mint);
  font-weight: 600;
  margin-bottom: 1.1rem;
}

.hero-kicker i {
  color: var(--hl-gold);
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 4.1rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 1.15rem;
  color: #fff;
}

.hero-title span {
  background: linear-gradient(90deg, var(--hl-mint), var(--hl-sand));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: var(--hl-muted);
  max-width: 34rem;
  margin: 0 0 2rem;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn-hl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.45rem;
  border-radius: 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.btn-hl:hover {
  transform: translateY(-2px);
}

.btn-primary-hl {
  background: linear-gradient(135deg, var(--hl-aqua), var(--hl-teal));
  color: #fff;
  box-shadow: 0 10px 28px rgba(26, 166, 168, 0.28);
}

.btn-primary-hl:hover {
  box-shadow: 0 14px 34px rgba(26, 166, 168, 0.4);
  color: #fff;
}

.btn-ghost-hl {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--hl-line);
  color: var(--hl-cream);
}

.btn-ghost-hl:hover {
  border-color: var(--hl-mint);
  color: #fff;
}

.hero-float {
  position: absolute;
  right: 6%;
  bottom: 12%;
  width: min(280px, 32vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(127, 212, 199, 0.25), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(201, 162, 39, 0.18), transparent 50%);
  border: 1px solid rgba(127, 212, 199, 0.2);
  filter: blur(0.2px);
  animation: drift 9s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

.hero-orbit {
  position: absolute;
  right: 12%;
  top: 18%;
  width: 120px;
  height: 120px;
  border: 1px dashed rgba(201, 162, 39, 0.35);
  border-radius: 50%;
  animation: spin 22s linear infinite;
  pointer-events: none;
  z-index: -1;
}

.hero-orbit::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 50%;
  background: var(--hl-gold);
  box-shadow: 0 0 16px rgba(201, 162, 39, 0.55);
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-18px) scale(1.04);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content > * {
  animation: riseIn 0.85s ease both;
}

.hero-content > *:nth-child(1) {
  animation-delay: 0.05s;
}

.hero-content > *:nth-child(2) {
  animation-delay: 0.18s;
}

.hero-content > *:nth-child(3) {
  animation-delay: 0.3s;
}

.hero-content > *:nth-child(4) {
  animation-delay: 0.42s;
}

.games-section {
  position: relative;
  padding: 5rem 0 5.5rem;
  background:
    radial-gradient(ellipse at 10% 0%, rgba(26, 166, 168, 0.12), transparent 45%),
    radial-gradient(ellipse at 90% 100%, rgba(201, 162, 39, 0.08), transparent 40%),
    linear-gradient(180deg, var(--hl-navy) 0%, var(--hl-deep) 100%);
  border-top: 1px solid var(--hl-line);
}

.section-head {
  max-width: 640px;
  margin-bottom: 2.75rem;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hl-mint);
  font-weight: 600;
  margin-bottom: 0.85rem;
}

.section-kicker i {
  color: var(--hl-gold);
}

.section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 0.85rem;
  color: #fff;
}

.section-lead {
  margin: 0;
  color: var(--hl-muted);
  font-weight: 300;
  font-size: 1.02rem;
}

.game-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(7, 19, 31, 0.65);
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(26, 166, 168, 0.45);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.game-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--hl-deep);
}

.game-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.game-card:hover .game-media img {
  transform: scale(1.05);
}

.game-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 19, 31, 0.55) 100%);
  pointer-events: none;
}

.game-body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.25rem 1.3rem 1.4rem;
  flex: 1;
}

.game-type {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hl-sand);
  font-weight: 500;
}

.game-type i {
  color: var(--hl-aqua);
}

.game-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.2;
}

.game-name a {
  color: #fff;
}

.game-name a:hover {
  color: var(--hl-mint);
}

.game-desc {
  margin: 0;
  color: var(--hl-muted);
  font-size: 0.92rem;
  font-weight: 300;
  flex: 1;
}

.game-play {
  align-self: flex-start;
  margin-top: 0.25rem;
}

.content-section {
  padding: 5rem 0 5.5rem;
  border-top: 1px solid var(--hl-line);
}

.about-section {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(26, 166, 168, 0.1), transparent 42%),
    linear-gradient(180deg, var(--hl-deep) 0%, var(--hl-navy) 100%);
}

.experience-section {
  background:
    radial-gradient(ellipse at 20% 80%, rgba(201, 162, 39, 0.08), transparent 45%),
    var(--hl-navy);
}

.disclaimer-section {
  background: linear-gradient(180deg, var(--hl-navy) 0%, #061018 100%);
}

.section-head-tight {
  margin-bottom: 0;
}

.prose-block p {
  color: var(--hl-muted);
  font-weight: 300;
  font-size: 1.02rem;
  margin: 0 0 1.15rem;
}

.prose-block .btn-hl {
  margin-top: 0.5rem;
}

.feature-tile {
  height: 100%;
  padding: 1.5rem 1.4rem;
  border: 1px solid var(--hl-line);
  border-radius: var(--hl-radius);
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.feature-tile:hover {
  border-color: rgba(26, 166, 168, 0.4);
  transform: translateY(-4px);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  background: linear-gradient(145deg, rgba(26, 166, 168, 0.2), rgba(14, 107, 110, 0.12));
  color: var(--hl-mint);
  font-size: 1.15rem;
}

.feature-tile h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: #fff;
}

.feature-tile p {
  margin: 0;
  color: var(--hl-muted);
  font-size: 0.95rem;
  font-weight: 300;
}

.step-panel {
  height: 100%;
  padding: 1.75rem 1.5rem;
  border-radius: var(--hl-radius);
  border: 1px solid var(--hl-line);
  background: linear-gradient(160deg, rgba(10, 28, 46, 0.9), rgba(7, 19, 31, 0.75));
}

.step-num {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  color: var(--hl-gold);
  margin-bottom: 1rem;
}

.step-panel h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 0.85rem;
  color: #fff;
}

.step-panel p {
  color: var(--hl-muted);
  font-weight: 300;
  font-size: 0.98rem;
  margin: 0 0 0.9rem;
}

.step-panel p:last-child {
  margin-bottom: 0;
}

.disclaimer-panel {
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: calc(var(--hl-radius) + 4px);
  border: 1px solid rgba(201, 162, 39, 0.28);
  background:
    radial-gradient(ellipse at 0% 0%, rgba(26, 166, 168, 0.12), transparent 50%),
    rgba(10, 28, 46, 0.85);
  box-shadow: var(--hl-shadow);
}

.disclaimer-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 1rem 1.15rem;
  border-radius: 10px;
  border: 1px solid var(--hl-line);
  background: rgba(0, 0, 0, 0.25);
}

.disclaimer-note i {
  color: var(--hl-gold);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.disclaimer-note p {
  margin: 0;
  color: var(--hl-sand);
  font-size: 0.95rem;
  font-weight: 500;
}

.site-footer {
  border-top: 1px solid var(--hl-line);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(14, 107, 110, 0.14), transparent 50%),
    #050d16;
  padding: 4.5rem 0 2rem;
}

.footer-brand {
  margin-bottom: 1.25rem;
}

.footer-about {
  color: var(--hl-muted);
  font-size: 0.92rem;
  font-weight: 300;
  margin: 0 0 1rem;
}

.footer-heading {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 1rem;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.55rem;
}

.footer-links a {
  color: var(--hl-muted);
  font-size: 0.92rem;
}

.footer-links a:hover {
  color: var(--hl-mint);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  border: 1px solid var(--hl-line);
  background: rgba(255, 255, 255, 0.04);
  min-height: 52px;
  min-width: 96px;
}

.footer-badge img {
  max-height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.footer-disclaimer {
  margin-top: 3rem;
  padding: 1.5rem 1.4rem;
  border-radius: var(--hl-radius);
  border: 1px solid var(--hl-line);
  background: rgba(255, 255, 255, 0.02);
}

.footer-disclaimer p {
  color: var(--hl-muted);
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0 0 0.85rem;
}

.footer-disclaimer p:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.35rem;
  border-top: 1px solid var(--hl-line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  justify-content: space-between;
}

.footer-bottom p {
  margin: 0;
  color: var(--hl-muted);
  font-size: 0.85rem;
}

.hl-no-scroll {
  overflow: hidden !important;
  height: 100%;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(3, 10, 18, 0.86);
  backdrop-filter: blur(10px);
}

.age-gate.is-hiding {
  opacity: 0;
  transition: opacity 0.22s ease;
}

.age-gate-card {
  width: min(560px, 100%);
  padding: 2rem 1.6rem 1.6rem;
  border-radius: 18px;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background:
    radial-gradient(ellipse at 20% 0%, rgba(26, 166, 168, 0.18), transparent 50%),
    linear-gradient(160deg, #0c2236, #07131f 70%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  text-align: left;
}

.age-gate-badge {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  background: linear-gradient(145deg, var(--hl-teal), #083e48);
  color: var(--hl-sand);
  font-size: 1.3rem;
  border: 1px solid rgba(201, 162, 39, 0.4);
}

.age-gate-kicker {
  margin: 0 0 0.4rem;
  color: var(--hl-mint);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.age-gate-card h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  margin: 0 0 0.9rem;
  color: #fff;
}

.age-gate-card > p {
  margin: 0 0 0.85rem;
  color: var(--hl-muted);
  font-size: 0.95rem;
  font-weight: 300;
}

.age-gate-check {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 1.2rem 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--hl-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--hl-cream);
  font-size: 0.92rem;
  cursor: pointer;
}

.age-gate-check input {
  margin-top: 0.2rem;
  accent-color: var(--hl-aqua);
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
}

.age-gate-btn {
  width: 100%;
}

.age-gate-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.age-gate-note {
  margin: 0.9rem 0 0 !important;
  font-size: 0.82rem !important;
  color: var(--hl-sand) !important;
}

.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3500;
  max-width: 920px;
  margin: 0 auto;
}

.cookie-consent.is-hiding {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.cookie-consent-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  border: 1px solid var(--hl-line);
  background: rgba(7, 19, 31, 0.96);
  box-shadow: var(--hl-shadow);
}

.cookie-consent-copy {
  flex: 1 1 280px;
}

.cookie-consent-copy strong {
  display: block;
  font-family: var(--font-display);
  margin-bottom: 0.35rem;
  color: #fff;
}

.cookie-consent-copy p {
  margin: 0;
  color: var(--hl-muted);
  font-size: 0.88rem;
  font-weight: 300;
}

.cookie-consent-copy a {
  color: var(--hl-mint);
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.page-hero {
  padding: 3.5rem 0 2.5rem;
  border-bottom: 1px solid var(--hl-line);
  background:
    radial-gradient(ellipse at 15% 0%, rgba(26, 166, 168, 0.16), transparent 45%),
    linear-gradient(180deg, #0a1c2e, var(--hl-navy));
}

.page-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 5vw, 3.1rem);
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
  color: #fff;
}

.page-hero .lead {
  max-width: 720px;
  margin: 0;
  color: var(--hl-muted);
  font-weight: 300;
  font-size: 1.05rem;
}

.page-section {
  padding: 3.5rem 0;
  border-bottom: 1px solid var(--hl-line);
}

.page-section:last-child {
  border-bottom: none;
}

.policy-content h2,
.article-block h2 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  margin: 2rem 0 0.85rem;
  color: #fff;
}

.policy-content h3,
.article-block h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1.5rem 0 0.65rem;
  color: var(--hl-sand);
}

.policy-content p,
.article-block p,
.policy-content li,
.article-block li {
  color: var(--hl-muted);
  font-weight: 300;
  font-size: 1.02rem;
}

.policy-content ul,
.article-block ul {
  padding-left: 1.2rem;
  margin: 0 0 1rem;
}

.policy-content li,
.article-block li {
  margin-bottom: 0.45rem;
}

.blog-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: var(--hl-radius);
  border: 1px solid var(--hl-line);
  background: rgba(255, 255, 255, 0.02);
}

.blog-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 0.7rem;
  color: #fff;
}

.blog-card p {
  margin: 0;
  color: var(--hl-muted);
  font-weight: 300;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 0.95rem 1.2rem;
  border-radius: 10px;
  border: 1px solid rgba(26, 166, 168, 0.35);
  background: rgba(26, 166, 168, 0.1);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
}

.contact-email:hover {
  color: var(--hl-mint);
}

.values-section {
  background:
    radial-gradient(ellipse at 90% 30%, rgba(26, 166, 168, 0.1), transparent 40%),
    var(--hl-deep);
}

.compliance-section {
  background: linear-gradient(180deg, var(--hl-navy), #061018);
}

.game-stage-wrap {
  padding: 2.5rem 0 3.5rem;
}

.game-stage {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(127, 212, 199, 0.25);
  overflow: hidden;
  background: radial-gradient(circle at 50% 0%, rgba(26, 166, 168, 0.2), transparent 55%), #061525;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  padding: 1.5rem;
}

.game-disclaimer {
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--hl-radius);
  border: 1px solid rgba(201, 162, 39, 0.3);
  background: rgba(10, 28, 46, 0.75);
}

.game-disclaimer h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 0.65rem;
  color: var(--hl-sand);
}

.game-disclaimer p {
  margin: 0 0 0.7rem;
  color: var(--hl-muted);
  font-size: 0.92rem;
  font-weight: 300;
}

.game-disclaimer p:last-child {
  margin-bottom: 0;
}

.slot-machine {
  max-width: 720px;
  margin: 0 auto;
}

.slot-frame {
  position: relative;
  padding: 1.25rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #123748, #0a1f2c);
  border: 2px solid rgba(201, 162, 39, 0.45);
  box-shadow: inset 0 0 40px rgba(26, 166, 168, 0.15), 0 0 40px rgba(26, 166, 168, 0.12);
}

.slot-reels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  background: #040b14;
  border-radius: 12px;
  padding: 0.85rem;
  overflow: hidden;
}

.slot-reel {
  height: 150px;
  border-radius: 10px;
  background: linear-gradient(180deg, #0d2433, #07131f);
  border: 1px solid rgba(127, 212, 199, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--hl-mint);
  text-shadow: 0 0 18px rgba(127, 212, 199, 0.65);
  transition: transform 0.15s ease, color 0.2s ease;
}

.slot-reel.is-spinning {
  animation: reelPulse 0.12s linear infinite;
}

.slot-hud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.15rem;
}

.slot-status {
  color: var(--hl-sand);
  font-family: var(--font-display);
  font-weight: 600;
  min-height: 1.5rem;
}

.bj-table {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.bj-felt {
  padding: 1.75rem 1.25rem;
  border-radius: 50% 50% 18px 18px / 28% 28% 18px 18px;
  background: radial-gradient(circle at 50% 30%, #1a6b5a, #0b3d36 60%, #062820);
  border: 3px solid rgba(201, 162, 39, 0.4);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.35), 0 0 30px rgba(26, 166, 168, 0.15);
  min-height: 340px;
}

.bj-label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 213, 163, 0.75);
  margin-bottom: 0.55rem;
}

.bj-hand {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  min-height: 110px;
  margin-bottom: 1.25rem;
}

.bj-card {
  width: 70px;
  height: 100px;
  border-radius: 10px;
  background: linear-gradient(160deg, #f7f4ea, #e7e0cf);
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  animation: cardIn 0.35s ease both;
}

.bj-card.red {
  color: #a12626;
}

.bj-card.back {
  background: linear-gradient(145deg, #0e6b6e, #083e48);
  color: var(--hl-sand);
  border: 1px solid rgba(201, 162, 39, 0.35);
}

.bj-score {
  color: #fff;
  font-family: var(--font-display);
  margin-bottom: 0.35rem;
}

.bj-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.15rem;
}

.bj-message {
  margin-top: 1rem;
  min-height: 1.5rem;
  color: var(--hl-sand);
  font-family: var(--font-display);
  font-weight: 600;
}

.roulette-wrap {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.roulette-stage {
  position: relative;
  width: min(340px, 80vw);
  height: min(340px, 80vw);
  margin: 0 auto 1.25rem;
}

.roulette-wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid rgba(201, 162, 39, 0.55);
  background: conic-gradient(
    #0e6b6e 0deg 30deg,
    #1a1a1a 30deg 60deg,
    #c9a227 60deg 90deg,
    #0e6b6e 90deg 120deg,
    #1a1a1a 120deg 150deg,
    #c9a227 150deg 180deg,
    #0e6b6e 180deg 210deg,
    #1a1a1a 210deg 240deg,
    #c9a227 240deg 270deg,
    #0e6b6e 270deg 300deg,
    #1a1a1a 300deg 330deg,
    #c9a227 330deg 360deg
  );
  box-shadow: 0 0 40px rgba(26, 166, 168, 0.35), inset 0 0 30px rgba(0, 0, 0, 0.45);
  transition: transform 4s cubic-bezier(0.12, 0.75, 0.08, 1);
  position: relative;
}

.roulette-hub {
  position: absolute;
  inset: 38%;
  border-radius: 50%;
  background: radial-gradient(circle, #e8d5a3, #c9a227 55%, #8a6b12);
  border: 2px solid #fff3;
  box-shadow: 0 0 16px rgba(201, 162, 39, 0.55);
  z-index: 2;
}

.roulette-pointer {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 22px solid var(--hl-gold);
  filter: drop-shadow(0 0 8px rgba(201, 162, 39, 0.7));
  z-index: 3;
}

.roulette-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.roulette-pick {
  min-width: 96px;
  padding: 0.65rem 0.9rem;
  border-radius: 10px;
  border: 1px solid var(--hl-line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--hl-cream);
  font-family: var(--font-display);
  font-weight: 600;
  cursor: pointer;
}

.roulette-pick.is-active {
  border-color: var(--hl-mint);
  box-shadow: 0 0 16px rgba(127, 212, 199, 0.25);
  color: #fff;
}

.roulette-result {
  min-height: 1.5rem;
  margin-top: 0.85rem;
  color: var(--hl-sand);
  font-family: var(--font-display);
  font-weight: 600;
}

@keyframes reelPulse {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.35);
  }
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(-16px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 992px) {
  .nav-desktop {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .nav-mobile {
    display: none !important;
  }

  .hero {
    min-height: calc(100vh - 78px);
  }
}

@media (max-width: 991.98px) {
  .hero-float,
  .hero-orbit {
    opacity: 0.45;
  }

  .hero-content {
    padding: 3.25rem 0 4rem;
  }

  .slot-reel {
    height: 120px;
    font-size: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
