:root {
  --stormwind-bg-deep: #010518;
  --stormwind-bg-plum: #0e022f;
  --stormwind-navy-text: #020931;
  --stormwind-blue: #1632fa;
  --stormwind-blue-ict: #1532ee;
  --stormwind-blue-bright: #1779f9;
  --stormwind-gray-web: #1d1d1d;
  --stormwind-gray-ict: #181818;
  --chrome-bar: rgba(20, 24, 52, 0.9);
  --chrome-bar-scrolled: rgba(20, 24, 52, 0.96);
  --chrome-footer-top: #151934;
  --chrome-footer-mid: #101328;
  --chrome-footer-bottom: #0b0d1c;
  --chrome-footer-strip: #080a16;
  --color-bg: #010518;
  --color-bg-soft: #0e022f;
  --color-surface: #0c0a24;
  --color-surface-light: #151238;
  --color-primary: #1632fa;
  --color-primary-hover: #2a46fc;
  --color-primary-soft: #5e7cff;
  --color-accent: #1779f9;
  --color-text: #ffffff;
  --color-text-muted: rgba(231, 231, 231, 0.72);
  --color-border: rgba(255, 255, 255, 0.12);
  --color-glow: rgba(22, 50, 250, 0.45);
  --font-display: "Cabin", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-card: 0 18px 50px rgba(0, 0, 0, 0.45);
  --header-h: 72px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--color-text);
  background: var(--color-bg);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-primary-soft);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--color-text);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  position: relative;
  padding: 88px 0;
}

.section-header {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-eyebrow {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary-soft);
  margin: 0 0 12px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.section-lead {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 18px;
  max-width: 640px;
}

.bg-grid {
  pointer-events: none;
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, black 20%, transparent 75%);
  opacity: 0.5;
  z-index: 0;
}

.bg-glow {
  pointer-events: none;
  position: fixed;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.45;
  z-index: 0;
}

.bg-glow-1 {
  width: 520px;
  height: 520px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(22, 50, 250, 0.38), transparent 70%);
  animation: glow-drift 22s var(--ease-out) infinite alternate;
}

.bg-glow-2 {
  width: 420px;
  height: 420px;
  bottom: 10%;
  left: -100px;
  background: radial-gradient(circle, rgba(23, 121, 249, 0.22), transparent 70%);
  animation: glow-drift 18s var(--ease-out) infinite alternate-reverse;
}

@keyframes glow-drift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(30px, 20px) scale(1.05);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bg-glow-1,
  .bg-glow-2 {
    animation: none;
  }
}

#particles-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--chrome-bar);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.35s var(--ease-out);
}

.site-header.is-scrolled {
  background: var(--chrome-bar-scrolled);
  border-bottom-color: var(--color-border);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}

.scroll-top-btn {
  position: fixed;
  z-index: 90;
  right: max(20px, env(safe-area-inset-right, 0px));
  bottom: max(24px, env(safe-area-inset-bottom, 0px));
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary) 0%, #0f24c4 100%);
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 8px 28px var(--color-glow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  pointer-events: none;
  transition:
    opacity 0.28s var(--ease-out),
    visibility 0.28s,
    transform 0.28s var(--ease-out),
    box-shadow 0.2s var(--ease-out),
    border-color 0.2s;
}

.scroll-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.scroll-top-btn:hover {
  border-color: rgba(94, 124, 255, 0.55);
  box-shadow: 0 14px 36px rgba(22, 50, 250, 0.5);
}

.scroll-top-btn.is-visible:hover {
  transform: translateY(-2px);
}

.scroll-top-btn:focus-visible {
  outline: 2px solid var(--color-primary-soft);
  outline-offset: 3px;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  padding: 18px 0 max(18px, env(safe-area-inset-bottom, 0px));
  background: rgba(16, 19, 40, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--color-border);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
}

.cookie-banner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.cookie-banner-text {
  margin: 0;
  flex: 1 1 260px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-text-muted);
  max-width: 760px;
}

.cookie-banner-text a {
  color: var(--color-primary-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner-text a:hover {
  color: var(--color-text);
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-banner .btn-accept {
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: var(--font-display);
  background: linear-gradient(135deg, var(--color-primary) 0%, #0f24c4 100%);
  color: #ffffff;
  box-shadow: 0 6px 22px var(--color-glow);
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s;
}

.cookie-banner .btn-accept:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(22, 50, 250, 0.45);
}

.cookie-banner .btn-accept:focus-visible {
  outline: 2px solid var(--color-primary-soft);
  outline-offset: 2px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: var(--header-h);
}

.logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--color-text);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.logo:hover {
  color: var(--color-text);
}

.logo-accent {
  color: var(--color-primary-soft);
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  flex: 0 1 auto;
  min-width: 0;
}

.logo-mark:focus-visible {
  outline: 2px solid var(--color-primary-soft);
  outline-offset: 3px;
  border-radius: 4px;
}

.header-logo-img {
  display: block;
  height: clamp(34px, 2.35vw + 21px, 42px);
  width: auto;
  max-width: min(240px, calc(100vw - 100px));
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
  transition: filter 0.25s var(--ease-out);
}

.logo-mark:hover .header-logo-img,
.logo-mark:focus-visible .header-logo-img {
  filter: none;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-desktop a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  transition: color 0.2s var(--ease-out);
}

.nav-desktop a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-primary-soft);
  border-radius: 999px;
  transition: width 0.22s var(--ease-out);
}

.nav-desktop a:hover {
  color: var(--color-primary-soft);
}

.nav-desktop a:hover::after {
  width: 100%;
}

.btn-header {
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
}

.site-header .btn-primary.btn-header {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  box-shadow: none;
}

.site-header .btn-primary.btn-header:hover {
  transform: none;
  background: rgba(94, 124, 255, 0.2);
  border-color: rgba(94, 124, 255, 0.45);
  color: #ffffff;
  box-shadow: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: var(--radius-sm);
  color: var(--color-text);
}

.nav-toggle:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s var(--ease-out), opacity 0.2s;
}

.site-header.is-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.site-header.is-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(16, 19, 40, 0.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.mobile-nav[hidden] {
  display: none;
}

.mobile-nav-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 24px 24px;
}

.mobile-nav-inner a {
  padding: 12px 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-nav-inner > a:not(.btn) {
  margin-inline: -12px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: var(--radius-sm);
  transition: color 0.2s var(--ease-out), background 0.2s var(--ease-out);
}

.mobile-nav-inner > a:not(.btn):hover {
  color: var(--color-primary-soft);
  background: rgba(94, 124, 255, 0.14);
}

.btn-block {
  text-align: center;
  margin-top: 12px;
}

@media (max-width: 1023px) {
  .nav-desktop {
    display: none;
  }

  .site-header .btn-header {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out), background 0.2s, border-color 0.2s, color 0.2s;
}

.btn:focus-visible {
  outline: 2px solid var(--color-primary-soft);
  outline-offset: 3px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--color-primary) 0%, #0f24c4 100%);
  color: #fff;
  box-shadow: 0 8px 28px var(--color-glow);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(22, 50, 250, 0.5);
  color: #fff;
}

.btn-secondary {
  background: transparent;
  border-color: var(--color-border);
  color: var(--color-text);
}

.btn-secondary:hover {
  border-color: rgba(94, 124, 255, 0.5);
  background: rgba(22, 50, 250, 0.12);
  color: var(--color-text);
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  max-height: 920px;
  display: flex;
  align-items: center;
  padding: 48px 0 80px;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.2vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
  text-wrap: balance;
}

.hero-title span {
  background: linear-gradient(120deg, #ffffff 0%, #a8b8ff 40%, var(--color-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-desc {
  margin: 0 0 32px;
  font-size: 19px;
  color: var(--color-text-muted);
  max-width: 520px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-visual {
  position: relative;
  min-height: 440px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-orbit {
  position: relative;
  width: 100%;
  max-width: 720px;
  height: clamp(340px, 42vw, 440px);
  margin: 0 auto;
}

.hero-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(230px, 26vw);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: none;
  box-shadow: none;
  background: transparent;
  transition: transform 0.5s var(--ease-out);
}

.hero-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 19;
  object-fit: cover;
  display: block;
}

.hero-card-1 {
  z-index: 3;
  width: min(248px, 28vw);
  transform: translate(-50%, -50%) rotate(0deg);
}

.hero-card-2 {
  z-index: 1;
  transform: translate(calc(-50% - clamp(72px, 19vw, 132px)), -50%) rotate(-8deg);
}

.hero-card-3 {
  z-index: 2;
  width: min(230px, 26vw);
  transform: translate(calc(-50% + clamp(72px, 19vw, 132px)), -50%) rotate(8deg);
}

.hero-visual:hover .hero-card-1 {
  transform: translate(-50%, -50%) rotate(0deg) scale(1.02);
}

.hero-visual:hover .hero-card-2 {
  transform: translate(calc(-50% - clamp(72px, 19vw, 132px)), -50%) rotate(-6deg) scale(1.02);
}

.hero-visual:hover .hero-card-3 {
  transform: translate(calc(-50% + clamp(72px, 19vw, 132px)), -50%) rotate(6deg) scale(1.02);
}

@media (max-width: 1023px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 400px;
    order: -1;
  }

  .hero-orbit {
    height: clamp(300px, 52vw, 400px);
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .hero-visual {
    min-height: 300px;
  }

  .hero-orbit {
    height: clamp(260px, 72vw, 320px);
    max-width: 100%;
  }

  .hero-card {
    width: min(100px, 28vw);
  }

  .hero-card-1 {
    width: min(108px, 30vw);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .hero-card-2 {
    transform: translate(calc(-50% - clamp(40px, 24vw, 58px)), -50%) rotate(-7deg);
  }

  .hero-card-3 {
    transform: translate(calc(-50% + clamp(40px, 24vw, 58px)), -50%) rotate(7deg);
  }

  .hero-visual:hover .hero-card-1 {
    transform: translate(-50%, -50%) rotate(0deg) scale(1.02);
  }

  .hero-visual:hover .hero-card-2 {
    transform: translate(calc(-50% - clamp(40px, 24vw, 58px)), -50%) rotate(-5deg) scale(1.02);
  }

  .hero-visual:hover .hero-card-3 {
    transform: translate(calc(-50% + clamp(40px, 24vw, 58px)), -50%) rotate(5deg) scale(1.02);
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 26px;
  transition: transform 0.25s var(--ease-out), border-color 0.25s, box-shadow 0.25s;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(94, 124, 255, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(22, 50, 250, 0.22), rgba(23, 121, 249, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary-soft);
}

.service-icon svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 10px;
}

.service-card p {
  margin: 0;
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.55;
}

@media (max-width: 1023px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.game-showcase {
  z-index: 1;
}

.game-card-featured {
  background: linear-gradient(165deg, var(--color-surface) 0%, rgba(1, 5, 24, 0.92) 100%);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-card);
}

.game-card-header {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.game-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--color-border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.game-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 32px);
  margin: 4px 0 10px;
}

.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary-soft);
  margin: 0;
}

.platform-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-text);
  background: rgba(22, 50, 250, 0.14);
  border: 1px solid rgba(94, 124, 255, 0.28);
  border-radius: 999px;
}

.game-card-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.game-description {
  color: var(--color-text-muted);
  margin: 0 0 20px;
}

.game-features {
  margin: 0 0 24px;
  padding-left: 1.1rem;
  color: var(--color-text-muted);
}

.game-features li {
  margin-bottom: 8px;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.store-buttons a img {
  height: 48px;
  width: auto;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.store-links-section {
  z-index: 1;
}

.store-links-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 32px 36px;
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, var(--color-surface) 0%, rgba(14, 2, 47, 0.45) 100%);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
}

.store-links-card .section-lead {
  margin-top: 8px;
  max-width: 420px;
}

.store-links-heading {
  margin-bottom: 8px;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.store-badges a img {
  height: 48px;
  width: auto;
  display: block;
}

@media (max-width: 767px) {
  .store-links-card {
    padding: 24px 22px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.game-screenshots {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.game-screenshots img {
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  object-fit: cover;
  aspect-ratio: 500 / 945;
}

@media (max-width: 1023px) {
  .game-card-body {
    grid-template-columns: 1fr;
  }

  .game-screenshots {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .game-screenshots {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 16px 8px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
  }

  .game-screenshots:active {
    cursor: grabbing;
  }

  .game-screenshots::-webkit-scrollbar {
    display: none;
  }

  .game-screenshots img {
    flex: 0 0 auto;
    width: min(280px, 72vw);
    max-width: min(280px, 72vw);
    height: auto;
    display: block;
    object-fit: contain;
    object-position: top center;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    background: var(--color-surface);
    -webkit-user-drag: none;
    user-select: none;
  }
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.why-quote {
  margin: 0;
  padding: 28px;
  border-left: 3px solid var(--color-primary);
  background: rgba(22, 50, 250, 0.08);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 18px;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.why-list li {
  padding: 14px 18px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-text-muted);
  font-size: 15px;
  transition: border-color 0.2s;
}

.why-list li:hover {
  border-color: rgba(94, 124, 255, 0.24);
}

@media (max-width: 767px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.process-card {
  position: relative;
  padding: 22px 18px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  transition: transform 0.25s var(--ease-out);
}

.process-card::before {
  content: attr(data-step);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--color-primary-soft);
  display: block;
  margin-bottom: 10px;
}

.process-card h3 {
  font-family: var(--font-display);
  font-size: 15px;
  margin: 0 0 8px;
}

.process-card p {
  margin: 0;
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.process-card:hover {
  transform: translateY(-4px);
}

@media (max-width: 1023px) {
  .process-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}

.contact-panel {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 40px 44px;
  background: linear-gradient(135deg, rgba(22, 50, 250, 0.14), rgba(23, 121, 249, 0.08));
  border: 1px solid rgba(94, 124, 255, 0.28);
  overflow: hidden;
}

.contact-panel::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(circle, rgba(22, 50, 250, 0.18), transparent 65%);
  pointer-events: none;
}

.contact-layout {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px 40px;
  align-items: start;
}

.contact-symbol {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(22, 50, 250, 0.2);
  border: 1px solid rgba(94, 124, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary-soft);
}

.contact-symbol svg {
  width: 28px;
  height: 28px;
}

.contact-body h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 34px);
  margin: 0 0 12px;
}

.contact-body > p {
  margin: 0 0 24px;
  color: var(--color-text-muted);
  max-width: 520px;
}

.contact-emails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.contact-email-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
  max-width: 100%;
  transition: border-color 0.2s, background 0.2s;
}

.contact-email-row:hover {
  border-color: rgba(94, 124, 255, 0.4);
  background: rgba(22, 50, 250, 0.1);
  color: var(--color-text);
}

.contact-email-row svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--color-primary-soft);
}

.contact-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.social-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  color: var(--color-primary-soft);
  transition: transform 0.2s var(--ease-out), border-color 0.2s, background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  transform: translateY(-2px);
  border-color: rgba(94, 124, 255, 0.45);
  background: rgba(22, 50, 250, 0.15);
  color: var(--color-text);
}

.social-icon-link svg {
  width: 22px;
  height: 22px;
}

.social-icon-link svg.icon-youtube {
  width: 24px;
  height: 17px;
}

.social-icon-link:focus-visible {
  outline: 2px solid var(--color-primary-soft);
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    padding: 28px 22px;
  }
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 56px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    180deg,
    var(--chrome-footer-top) 0%,
    var(--chrome-footer-mid) 45%,
    var(--chrome-footer-bottom) 100%
  );
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.footer-tagline-mark {
  margin: 0;
  max-width: 360px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 36px;
}

.footer-heading {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
  margin: 0 0 14px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--color-text);
  text-decoration: none;
  font-size: 15px;
}

.footer-links a:hover {
  color: var(--color-primary-soft);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom-strip {
  margin-top: 36px;
  background: var(--chrome-footer-strip);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 28px 24px 32px;
}

.footer-bottom-logo-row {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.footer-bottom-copy-row {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  flex-wrap: nowrap;
}

.footer-bottom-email {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
  flex-shrink: 0;
}

.footer-bottom-email a {
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom-email a:hover {
  color: var(--color-primary-soft);
  text-decoration: none;
}

.footer-parent {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.footer-parent:focus-visible {
  outline: 2px solid var(--color-primary-soft);
  outline-offset: 4px;
  border-radius: 4px;
}

.footer-parent-mark {
  display: block;
  height: 76px;
  width: auto;
  max-width: min(88px, 22vw);
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1);
  transition: filter 0.25s var(--ease-out);
}

.footer-parent:hover .footer-parent-mark,
.footer-parent:focus-visible .footer-parent-mark {
  filter: none;
}

.footer-bottom-strip .copyright {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #ffffff;
  min-width: 0;
}

.footer-bottom-strip .copyright a {
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom-strip .copyright a:hover {
  color: var(--color-primary-soft);
  text-decoration: none;
}

@media (max-width: 767px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-bottom-copy-row {
    flex-wrap: nowrap;
    gap: 8px 12px;
  }

  .footer-bottom-strip .copyright {
    font-size: 13px;
  }

  .footer-bottom-email {
    font-size: 13px;
  }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.legal-page {
  position: relative;
  z-index: 1;
  padding-top: 32px;
  padding-bottom: 72px;
}

.legal-container {
  max-width: 44rem;
}

.legal-back {
  margin: 0 0 20px;
}

.link-back {
  color: rgba(231, 231, 231, 0.62);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.link-back:hover {
  color: var(--color-primary-soft);
}

.legal-meta {
  font-size: 13px;
  color: rgba(231, 231, 231, 0.5);
  margin: 0 0 2rem;
}

.legal-prose {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.legal-doc-title {
  font-family: var(--font-display);
  font-size: clamp(1.625rem, 3.8vw, 2.125rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.18;
  color: var(--color-text);
  margin: 0 0 0.35rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-doc-subtitle {
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(231, 231, 231, 0.58);
  margin: 0 0 1.5rem;
}

.legal-section-title {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.35;
  color: var(--color-text);
  margin: 2.5rem 0 0.75rem;
}

.legal-section-title:first-of-type {
  margin-top: 1.25rem;
}

.legal-subsection-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  text-transform: none;
  color: var(--color-text);
  margin: 2rem 0 0.65rem;
}

.legal-prose p,
.legal-prose li {
  color: rgba(231, 231, 231, 0.78);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.legal-prose p {
  margin: 0 0 0.9rem;
}

.legal-prose ul {
  margin: 0 0 0.9rem 1.15rem;
  padding: 0;
}

.legal-prose li {
  margin-bottom: 0.35rem;
}

.legal-prose strong {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.legal-prose strong:empty {
  display: none;
}

.legal-prose p:has(> strong:empty:only-child) {
  display: none;
}

.legal-prose p[align="center"] {
  text-align: start;
}

.legal-prose a {
  word-break: break-word;
  color: var(--color-primary-soft);
}

.legal-prose a:hover {
  color: var(--color-text);
}
