@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Unbounded:wght@600;700;800&display=swap');

:root {
  --ink: #050b16;
  --ink-elevated: #0a1424;
  --ink-panel: #101c31;
  --mist: #9db0c7;
  --text: #edf3fb;
  --text-soft: #93a6be;
  --brand: #14b8a6;
  --brand-deep: #0f766e;
  --brand-glow: #5eead4;
  --accent: #ff6b57;
  --accent-soft: #ff9a8b;
  --gold: #f0c27a;
  --line: rgba(237, 243, 251, 0.12);
  --line-strong: rgba(94, 234, 212, 0.35);
  --white: #ffffff;
  --glass: rgba(16, 28, 49, 0.72);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --font-display: 'Unbounded', sans-serif;
  --font-body: 'Outfit', sans-serif;
  --container: 1200px;
  --transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(ellipse 80% 55% at 85% 12%, rgba(255, 107, 87, 0.16), transparent 55%),
    radial-gradient(ellipse 70% 50% at 8% 18%, rgba(20, 184, 166, 0.22), transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(15, 118, 110, 0.18), transparent 60%),
    linear-gradient(165deg, #040912 0%, #07101d 42%, #0b1730 100%);
  line-height: 1.65;
  overflow-x: hidden;
  position: relative;
}

.page-fx {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.fx-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(237, 243, 251, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(237, 243, 251, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 55% at 50% 20%, black, transparent 75%);
  opacity: 0.55;
}

.fx-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  animation: drift 14s ease-in-out infinite;
}

.fx-orb-a {
  width: 28rem;
  height: 28rem;
  top: -8rem;
  left: -6rem;
  background: rgba(20, 184, 166, 0.45);
}

.fx-orb-b {
  width: 22rem;
  height: 22rem;
  top: 10rem;
  right: -5rem;
  background: rgba(255, 107, 87, 0.32);
  animation-delay: -4s;
}

.fx-orb-c {
  width: 18rem;
  height: 18rem;
  bottom: 4rem;
  left: 35%;
  background: rgba(240, 194, 122, 0.18);
  animation-delay: -7s;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition), opacity var(--transition), background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-wrap {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.topbar {
  position: relative;
  z-index: 30;
  background: linear-gradient(90deg, rgba(5, 11, 22, 0.95), rgba(16, 28, 49, 0.92), rgba(5, 11, 22, 0.95));
  border-bottom: 1px solid rgba(94, 234, 212, 0.18);
  font-size: 0.875rem;
  color: rgba(237, 243, 251, 0.88);
  overflow: hidden;
}

.topbar::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 -40%;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(94, 234, 212, 0.18), transparent);
  animation: shimmer 5.5s linear infinite;
}

.topbar-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  text-align: center;
}

.topbar-inner i {
  color: var(--brand-glow);
  filter: drop-shadow(0 0 8px rgba(94, 234, 212, 0.55));
}

.topbar-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 1.5rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.3), rgba(255, 107, 87, 0.2));
  border: 1px solid rgba(94, 234, 212, 0.45);
  color: var(--brand-glow);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  box-shadow: 0 0 18px rgba(20, 184, 166, 0.25);
}

.site-header {
  position: relative;
  z-index: 40;
  background: rgba(7, 16, 29, 0.55);
  backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid var(--line);
}

.navbar-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.75rem;
  padding: 0.85rem 0;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand-mark {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(20, 184, 166, 0.95), rgba(15, 118, 110, 0.85) 55%, rgba(255, 107, 87, 0.75));
  color: var(--white);
  flex-shrink: 0;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 12px 28px rgba(20, 184, 166, 0.35);
}

.brand-ring {
  position: absolute;
  inset: -5px;
  border-radius: 1.2rem;
  border: 1px solid rgba(94, 234, 212, 0.45);
  animation: ring-pulse 3.2s ease-in-out infinite;
}

.brand-mark i {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  margin-left: 2px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  background: linear-gradient(100deg, #ffffff 10%, #b7fff4 55%, #ffc2b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-copy span {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--text-soft);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 0.28rem;
}

.nav-toggle {
  display: none;
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle:hover,
.nav-toggle[aria-expanded="true"] {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  border-color: transparent;
  color: var(--white);
  box-shadow: 0 10px 24px rgba(20, 184, 166, 0.3);
}

.nav-toggle i {
  font-size: 1.15rem;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.primary-nav a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-soft);
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  white-space: nowrap;
}

.primary-nav a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.primary-nav a.is-active {
  color: var(--ink);
  font-weight: 700;
  background: linear-gradient(135deg, var(--brand-glow), var(--brand));
  box-shadow: 0 8px 20px rgba(20, 184, 166, 0.35);
}

.hero {
  position: relative;
  z-index: 1;
  padding: 0 0 3rem;
}

.hero-stage {
  position: relative;
  padding: 3.75rem 0 4.5rem;
  isolation: isolate;
}

.hero-stage::before {
  content: '';
  position: absolute;
  inset: 1.25rem 0 auto;
  height: min(78vh, 42rem);
  margin-inline: max(0px, calc((100% - var(--container)) / 2 - 1rem));
  border-radius: 2rem;
  background:
    linear-gradient(145deg, rgba(16, 28, 49, 0.72), rgba(10, 20, 36, 0.55)),
    radial-gradient(circle at 80% 30%, rgba(255, 107, 87, 0.12), transparent 40%),
    radial-gradient(circle at 15% 70%, rgba(20, 184, 166, 0.16), transparent 45%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 40px 100px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.75rem;
  align-items: center;
}

.reveal {
  animation: rise-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.reveal-delay {
  animation-delay: 0.18s;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-glow);
  background: rgba(20, 184, 166, 0.1);
  border: 1px solid rgba(94, 234, 212, 0.28);
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  margin-bottom: 1.35rem;
  box-shadow: 0 0 24px rgba(20, 184, 166, 0.12);
}

.hero-eyebrow i {
  color: var(--accent-soft);
}

.hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4.2vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--white);
  margin: 0 0 1.2rem;
  max-width: 11.5ch;
}

.hero-content h1 .brand-line {
  display: block;
  font-size: 0.38em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.hero-content p {
  font-size: 1.08rem;
  color: var(--text-soft);
  max-width: 34rem;
  margin: 0 0 1.85rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.btn-main,
.btn-ghost {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.25rem;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.98rem;
  border: 1px solid transparent;
  overflow: hidden;
}

.btn-main {
  background: linear-gradient(120deg, var(--brand) 0%, #0d9488 45%, #1ea7b4 100%);
  color: var(--ink);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 16px 36px rgba(20, 184, 166, 0.35);
}

.btn-main:hover {
  transform: translateY(-3px) scale(1.01);
  color: var(--ink);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28) inset,
    0 22px 44px rgba(20, 184, 166, 0.45);
}

.btn-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.45) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: shine 4.5s ease-in-out infinite;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.btn-ghost:hover {
  border-color: rgba(94, 234, 212, 0.45);
  color: var(--brand-glow);
  transform: translateY(-3px);
  background: rgba(20, 184, 166, 0.08);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.4rem;
}

.hero-meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.92rem;
  color: rgba(237, 243, 251, 0.78);
  font-weight: 500;
}

.hero-meta i {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 0.55rem;
  display: grid;
  place-items: center;
  background: rgba(20, 184, 166, 0.12);
  border: 1px solid rgba(94, 234, 212, 0.22);
  color: var(--brand-glow);
  font-size: 0.78rem;
}

.hero-visual {
  position: relative;
  padding: 0.5rem;
}

.hero-glow {
  position: absolute;
  inset: 8% 4%;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.45), rgba(255, 107, 87, 0.2) 45%, transparent 70%);
  filter: blur(28px);
  animation: pulse-orb 5s ease-in-out infinite;
  z-index: 0;
}

.hero-frame {
  position: relative;
  z-index: 1;
  border-radius: 1.6rem;
  overflow: hidden;
  background: var(--ink-panel);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 0 1px rgba(20, 184, 166, 0.15),
    var(--shadow),
    0 0 60px rgba(20, 184, 166, 0.18);
  transform: perspective(1400px) rotateY(-6deg) rotateX(3deg);
  animation: float-soft 7.5s ease-in-out infinite;
}

.hero-frame img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 11, 22, 0.05) 0%, transparent 35%, rgba(5, 11, 22, 0.55) 100%),
    linear-gradient(115deg, rgba(20, 184, 166, 0.12), transparent 40%, rgba(255, 107, 87, 0.1));
  pointer-events: none;
}

.hero-scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(94, 234, 212, 0.12), transparent);
  height: 35%;
  animation: scan 5s linear infinite;
  pointer-events: none;
  mix-blend-mode: screen;
}

.corner {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  z-index: 3;
  border: 2px solid var(--brand-glow);
  opacity: 0.85;
  filter: drop-shadow(0 0 8px rgba(94, 234, 212, 0.55));
}

.corner.tl {
  top: 0.85rem;
  left: 0.85rem;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0.25rem 0 0 0;
}

.corner.tr {
  top: 0.85rem;
  right: 0.85rem;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 0.25rem 0 0;
}

.corner.bl {
  bottom: 0.85rem;
  left: 0.85rem;
  border-right: 0;
  border-top: 0;
  border-radius: 0 0 0 0.25rem;
}

.corner.br {
  bottom: 0.85rem;
  right: 0.85rem;
  border-left: 0;
  border-top: 0;
  border-radius: 0 0 0.25rem 0;
}

.hero-status {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.15rem;
  margin-left: 0.35rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(10, 20, 36, 0.75);
  border: 1px solid rgba(94, 234, 212, 0.28);
  color: rgba(237, 243, 251, 0.88);
  font-size: 0.86rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.status-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--brand-glow);
  box-shadow: 0 0 0 0 rgba(94, 234, 212, 0.6);
  animation: live-dot 1.8s ease-out infinite;
}

.games-section {
  position: relative;
  z-index: 1;
  padding: 1rem 0 4.5rem;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2.35rem;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-glow);
  margin-bottom: 0.9rem;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--white);
  margin: 0 0 0.85rem;
}

.section-head p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1.02rem;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.game-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1.35rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(16, 28, 49, 0.92), rgba(8, 15, 28, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.game-card:hover {
  transform: translateY(-8px);
  border-color: rgba(94, 234, 212, 0.35);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.38),
    0 0 40px rgba(20, 184, 166, 0.16);
}

.game-media {
  position: relative;
  overflow: hidden;
}

.game-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.game-card:hover .game-media img {
  transform: scale(1.06);
}

.game-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 35%, rgba(5, 11, 22, 0.72) 100%),
    linear-gradient(115deg, rgba(20, 184, 166, 0.12), transparent 55%);
  pointer-events: none;
}

.game-body {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.2rem 1.2rem 1.35rem;
  flex: 1;
}

.game-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
}

.game-tag i {
  color: var(--accent-soft);
}

.game-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.game-body h3 a {
  color: var(--white);
}

.game-body h3 a:hover {
  color: var(--brand-glow);
}

.game-body p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.94rem;
  flex: 1;
}

.btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 2.85rem;
  margin-top: 0.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--ink);
  background: linear-gradient(120deg, var(--brand-glow), var(--brand) 55%, #1ea7b4);
  box-shadow: 0 12px 28px rgba(20, 184, 166, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn-play:hover {
  transform: translateY(-2px);
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(20, 184, 166, 0.4);
}

.btn-play i {
  font-size: 0.8rem;
}

.content-section {
  position: relative;
  z-index: 1;
  padding: 2.75rem 0 3.25rem;
}

.content-section.alt {
  background: linear-gradient(180deg, rgba(20, 184, 166, 0.04), transparent 70%);
}

.disclaimer-section {
  padding-bottom: 4.25rem;
}

.split-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
  padding: 2rem;
  border-radius: 1.75rem;
  background:
    linear-gradient(155deg, rgba(16, 28, 49, 0.78), rgba(8, 15, 28, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.split-panel.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.split-panel.reverse .split-copy {
  order: 2;
}

.split-panel.reverse .split-media {
  order: 1;
}

.split-copy .section-eyebrow {
  margin-bottom: 0.95rem;
}

.split-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--white);
  margin: 0 0 1rem;
  max-width: 16ch;
}

.split-copy p {
  margin: 0 0 1rem;
  color: var(--text-soft);
  font-size: 1.02rem;
  max-width: 38rem;
}

.split-copy .btn-ghost {
  margin-top: 0.75rem;
}

.split-media {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(20, 184, 166, 0.12),
    0 20px 50px rgba(0, 0, 0, 0.35);
}

.split-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(20, 184, 166, 0.12), transparent 45%, rgba(255, 107, 87, 0.1));
  pointer-events: none;
}

.split-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.disclaimer-points {
  display: grid;
  gap: 0.85rem;
  margin: 1.25rem 0 0.5rem;
}

.disclaimer-point {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.85rem 0.95rem;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(94, 234, 212, 0.16);
}

.disclaimer-point i {
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  display: grid;
  place-items: center;
  background: rgba(20, 184, 166, 0.14);
  color: var(--brand-glow);
  flex-shrink: 0;
}

.disclaimer-point strong {
  display: block;
  color: var(--white);
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}

.disclaimer-point span {
  display: block;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.4;
}

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  background:
    radial-gradient(ellipse 60% 80% at 20% 0%, rgba(20, 184, 166, 0.12), transparent 55%),
    linear-gradient(180deg, transparent 0%, rgba(5, 11, 22, 0.35) 12%, #040912 12%);
  color: rgba(237, 243, 251, 0.82);
  padding: 5rem 0 1.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.85fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand .brand-lockup {
  margin-bottom: 1.1rem;
}

.footer-brand p {
  margin: 0 0 0.9rem;
  max-width: 30rem;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.footer-note {
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  background: rgba(20, 184, 166, 0.08);
  border: 1px solid rgba(94, 234, 212, 0.18);
  color: rgba(237, 243, 251, 0.82) !important;
  font-size: 0.88rem !important;
  line-height: 1.5;
}

.footer-col h3 {
  font-family: var(--font-display);
  font-size: 0.92rem;
  margin: 0 0 1.05rem;
  color: var(--white);
  letter-spacing: -0.02em;
}

.footer-col a {
  display: block;
  color: var(--text-soft);
  margin-bottom: 0.7rem;
  font-size: 0.92rem;
}

.footer-col a:hover {
  color: var(--brand-glow);
  transform: translateX(3px);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem 0 0.35rem;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.85rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.footer-badge:hover {
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, 0.35);
  background: rgba(20, 184, 166, 0.08);
}

.footer-badge img {
  width: auto;
  height: 42px;
  object-fit: contain;
}

.footer-disclaimer {
  margin-top: 1.15rem;
  padding: 1.15rem 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-disclaimer p {
  margin: 0;
  color: rgba(147, 166, 190, 0.92);
  font-size: 0.88rem;
  line-height: 1.65;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 1.4rem;
  font-size: 0.85rem;
  color: rgba(147, 166, 190, 0.8);
}

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(2rem, 1.5rem, 0) scale(1.08); }
}

@keyframes shimmer {
  0% { transform: translateX(0); }
  100% { transform: translateX(350%); }
}

@keyframes ring-pulse {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

@keyframes float-soft {
  0%, 100% { transform: perspective(1400px) rotateY(-6deg) rotateX(3deg) translateY(0); }
  50% { transform: perspective(1400px) rotateY(-3deg) rotateX(1.5deg) translateY(-12px); }
}

@keyframes pulse-orb {
  0%, 100% { transform: scale(1); opacity: 0.65; }
  50% { transform: scale(1.12); opacity: 1; }
}

@keyframes shine {
  0%, 55% { transform: translateX(-120%); }
  75%, 100% { transform: translateX(120%); }
}

@keyframes scan {
  0% { top: -35%; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

@keyframes live-dot {
  0% { box-shadow: 0 0 0 0 rgba(94, 234, 212, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(94, 234, 212, 0); }
  100% { box-shadow: 0 0 0 0 rgba(94, 234, 212, 0); }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199.98px) {
  .primary-nav {
    gap: 0;
  }

  .primary-nav a {
    font-size: 0.82rem;
    padding: 0.5rem 0.62rem;
  }
}

@media (max-width: 991.98px) {
  .nav-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    padding: 0.85rem;
    border-radius: 1.15rem;
    background: rgba(10, 20, 36, 0.96);
    border: 1px solid rgba(94, 234, 212, 0.18);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    border-radius: 0.8rem;
    padding: 0.9rem 1rem;
    white-space: normal;
  }

  .navbar-shell {
    position: relative;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .hero-content h1 {
    max-width: none;
  }

  .hero-stage::before {
    inset: 0.75rem 0.75rem auto;
    height: auto;
    bottom: 0.75rem;
    margin-inline: 0;
  }

  .hero-frame {
    transform: none;
    animation: none;
  }

  .games-grid {
    grid-template-columns: 1fr 1fr;
  }

  .split-panel,
  .split-panel.reverse {
    grid-template-columns: 1fr;
  }

  .split-panel.reverse .split-copy,
  .split-panel.reverse .split-media {
    order: initial;
  }

  .split-copy h2 {
    max-width: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .topbar-inner {
    flex-wrap: wrap;
    padding: 0.85rem 0;
    font-size: 0.8rem;
  }

  .hero-stage {
    padding: 2.4rem 0 3rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn-main,
  .btn-ghost {
    width: 100%;
  }

  .hero-meta {
    flex-direction: column;
    gap: 0.75rem;
  }

  .games-grid {
    grid-template-columns: 1fr;
  }

  .split-panel {
    padding: 1.25rem;
    gap: 1.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-badges {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .corner {
    width: 1rem;
    height: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
