:root {
  color-scheme: dark;
  --bg: #0B0E13;
  --bg-2: #11151D;
  --panel: #171C26;
  --panel-strong: #1C2230;
  --panel-hover: #222938;
  --line: #2A3245;
  --primary: #FF5A1F;
  --primary-hover: #FF7A2F;
  --primary-pressed: #D93A00;
  --cyan: #00D4FF;
  --cyan-soft: #6FE7FF;
  --cyan-deep: #0094B8;
  --text: #E6EAF2;
  --text-secondary: #B0B8C8;
  --muted: #6B7380;
  --button-text: #FFFFFF;
  --danger: #FF3B3B;
  --success: #3BFF7A;
  --warning: #FFB800;
  --acid: var(--primary);
  --ember: var(--danger);
  --gold: var(--warning);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
  --glass-surface: linear-gradient(180deg, rgba(28, 34, 48, 0.34), rgba(11, 14, 19, 0.18));
  --glass-surface-strong: linear-gradient(180deg, rgba(28, 34, 48, 0.42), rgba(11, 14, 19, 0.24));
  --glass-border: rgba(255, 255, 255, 0.12);
  --glass-highlight: rgba(255, 255, 255, 0.08);
  --shell: min(1120px, calc(100% - 40px));
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  --ease-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

@keyframes cta-pulse {
  0%, 100% {
    box-shadow:
      0 0 26px rgba(255, 90, 31, 0.34),
      0 16px 38px rgba(255, 90, 31, 0.16),
      inset 0 0 12px rgba(255, 255, 255, 0.15);
  }
  50% {
    box-shadow:
      0 0 34px rgba(255, 90, 31, 0.48),
      0 18px 42px rgba(255, 90, 31, 0.22),
      inset 0 0 14px rgba(255, 255, 255, 0.18);
  }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes grid-pulse {
  0%, 100% { opacity: 0.75; }
  50% { opacity: 0.85; }
}

.icon {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 1.1rem;
  --icon-scale: 1;
  background-color: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  transform: scale(var(--icon-scale));
  transform-origin: center;
}

.icon-windows {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M6 9.6 27 6.7v24.4H6V9.6Zm24 20.8h28V2L30 6.1v24.3ZM6 34.9h21v24.4L6 56.4V34.9Zm24 24 28 3.9V34.9H30v24Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M6 9.6 27 6.7v24.4H6V9.6Zm24 20.8h28V2L30 6.1v24.3ZM6 34.9h21v24.4L6 56.4V34.9Zm24 24 28 3.9V34.9H30v24Z'/%3E%3C/svg%3E");
}

.icon-mac {
  --icon-scale: 1.12;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M41.6 6c-2 2.4-3.4 5.9-3 9.2 3.1.2 6.7-1.8 8.6-4.3 2-2.3 3.5-5.7 3-8.9-3.4-.2-6.8 1.7-8.6 4Zm10.5 21.8c-.2-5.4 4.4-8 4.7-8.2-2.5-3.6-6.4-4.1-7.8-4.2-3.3-.4-6.5 2-8.2 2-1.7 0-4.3-1.9-7.1-1.8-3.6.1-7 2.1-8.9 5.4-3.8 6.6-1 16.3 2.7 21.7 1.8 2.6 4 5.6 6.9 5.5 2.8-.1 3.9-1.8 7.3-1.8s4.4 1.8 7.4 1.7c3-.1 5-2.8 6.8-5.5 2-3 2.9-5.9 2.9-6-.1 0-5.6-2.1-5.7-8.8Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M41.6 6c-2 2.4-3.4 5.9-3 9.2 3.1.2 6.7-1.8 8.6-4.3 2-2.3 3.5-5.7 3-8.9-3.4-.2-6.8 1.7-8.6 4Zm10.5 21.8c-.2-5.4 4.4-8 4.7-8.2-2.5-3.6-6.4-4.1-7.8-4.2-3.3-.4-6.5 2-8.2 2-1.7 0-4.3-1.9-7.1-1.8-3.6.1-7 2.1-8.9 5.4-3.8 6.6-1 16.3 2.7 21.7 1.8 2.6 4 5.6 6.9 5.5 2.8-.1 3.9-1.8 7.3-1.8s4.4 1.8 7.4 1.7c3-.1 5-2.8 6.8-5.5 2-3 2.9-5.9 2.9-6-.1 0-5.6-2.1-5.7-8.8Z'/%3E%3C/svg%3E");
}

.icon-target {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M28 4h8v8.5A19.7 19.7 0 0 1 51.5 28H60v8h-8.5A19.7 19.7 0 0 1 36 51.5V60h-8v-8.5A19.7 19.7 0 0 1 12.5 36H4v-8h8.5A19.7 19.7 0 0 1 28 12.5V4Zm4 16a12 12 0 1 0 0 24 12 12 0 0 0 0-24Zm0 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M28 4h8v8.5A19.7 19.7 0 0 1 51.5 28H60v8h-8.5A19.7 19.7 0 0 1 36 51.5V60h-8v-8.5A19.7 19.7 0 0 1 12.5 36H4v-8h8.5A19.7 19.7 0 0 1 28 12.5V4Zm4 16a12 12 0 1 0 0 24 12 12 0 0 0 0-24Zm0 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Z'/%3E%3C/svg%3E");
}

.icon-gamepad {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M22 17c-6.2 0-10.9 3.2-13 8.8C6.2 33.2 7 42.7 10.3 48c2.5 4 6.8 4.4 10.6 1.2l6.2-5.2h10l6.2 5.2c3.8 3.2 8.1 2.8 10.6-1.2 3.3-5.3 4.1-14.8 1.3-22.2C52.9 20.2 48.2 17 42 17H22Zm-4 8h4v4h4v4h-4v4h-4v-4h-4v-4h4v-4Zm26 1a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm-8 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='black' d='M22 17c-6.2 0-10.9 3.2-13 8.8C6.2 33.2 7 42.7 10.3 48c2.5 4 6.8 4.4 10.6 1.2l6.2-5.2h10l6.2 5.2c3.8 3.2 8.1 2.8 10.6-1.2 3.3-5.3 4.1-14.8 1.3-22.2C52.9 20.2 48.2 17 42 17H22Zm-4 8h4v4h4v4h-4v4h-4v-4h-4v-4h4v-4Zm26 1a4 4 0 1 1 0 8 4 4 0 0 1 0-8Zm-8 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z'/%3E%3C/svg%3E");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(17, 21, 29, 0.58), rgba(11, 14, 19, 1) 42%),
    var(--bg);
  color: var(--text);
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(0, 212, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 90, 31, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 80%);
  animation: grid-pulse 8s ease-in-out infinite;
}

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

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

a {
  color: var(--cyan-soft);
}

a:hover,
a:focus-visible {
  color: var(--cyan);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
a,
.hero-video,
.feature-card {
  transition:
    background-color 0.25s var(--ease-out),
    border-color 0.25s var(--ease-out),
    box-shadow 0.25s var(--ease-out),
    color 0.25s var(--ease-out),
    opacity 0.25s var(--ease-out),
    transform 0.25s var(--ease-out);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--primary);
  color: var(--button-text);
  font-weight: 800;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(110px, 1fr);
  align-items: center;
  gap: 18px;
  padding: 14px max(20px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(42, 50, 69, 0.86);
  background: rgba(11, 14, 19, 0.88);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links,
.footer-layout,
.cta-row,
.final-cta-layout {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: 0;
  color: var(--text);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
}

.brand:hover,
.brand:focus-visible {
  color: var(--text);
}

.brand span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  flex: 0 0 12px;
  width: 12px;
  height: 28px;
  border: 1px solid var(--primary);
  background: linear-gradient(180deg, var(--primary), var(--primary-pressed));
  box-shadow: 0 0 18px rgba(255, 90, 31, 0.2);
}

.nav-links {
  justify-content: center;
  gap: 8px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(23, 28, 38, 0.78);
}

.nav-links a,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.is-active {
  background: rgba(0, 212, 255, 0.08);
  color: var(--cyan-soft);
}

.nav-links a.is-active {
  border: 1px solid rgba(0, 212, 255, 0.36);
  box-shadow: inset 0 -2px 0 var(--cyan-deep);
}

.header-cta {
  justify-self: end;
  border: 1px solid rgba(255, 90, 31, 0.72);
  color: var(--primary);
  background: rgba(255, 90, 31, 0.06);
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: var(--primary-hover);
  color: var(--button-text);
  background: var(--primary);
}

.hero {
  position: relative;
  min-height: clamp(640px, 92vh, 860px);
  padding-top: 86px;
  overflow: hidden;
  isolation: isolate;
}

.hero-video,
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-video,
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video {
  z-index: -3;
  opacity: 0;
}

.hero-video.is-ready {
  opacity: 1;
}

.hero-image {
  z-index: -4;
  filter: saturate(1.2) contrast(1.08) brightness(1.05);
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11, 14, 19, 0.8) 0%, rgba(11, 14, 19, 0.5) 36%, rgba(0, 212, 255, 0.06) 100%),
    linear-gradient(90deg, rgba(11, 14, 19, 0.58), rgba(11, 14, 19, 0.18) 52%, rgba(11, 14, 19, 0.5)),
    linear-gradient(180deg, rgba(11, 14, 19, 0.14), rgba(11, 14, 19, 0.78) 92%);
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.6fr);
  gap: clamp(28px, 7vw, 86px);
  align-items: start;
  min-height: calc(clamp(640px, 92vh, 860px) - 86px);
  padding-block: clamp(70px, 11vh, 132px) 72px;
}

.hero-copy {
  max-width: 760px;
}

.hero-callouts {
  margin-bottom: 18px;
}

.hero-steam-callout {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 14px;
  max-width: 700px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(0, 212, 255, 0.06), rgba(11, 14, 19, 0.18));
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.2),
    inset 0 0 0 1px rgba(0, 212, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hero-steam-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(0, 212, 255, 0.42);
  border-radius: 999px;
  background: rgba(0, 212, 255, 0.14);
  color: var(--cyan-soft);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  animation: pulse 2s ease-in-out infinite;
}

.hero-steam-pill::before {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.7);
  content: "";
}

.hero-steam-copy-block {
  display: grid;
  gap: 2px;
  min-width: min(360px, 100%);
  flex: 1 1 360px;
}

.hero-steam-title {
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 900;
}

.hero-steam-detail {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.hero-steam-inline-link {
  color: var(--cyan-soft);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.hero-steam-inline-link:hover,
.hero-steam-inline-link:focus-visible {
  color: var(--cyan);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), 0 4px 20px rgba(0, 0, 0, 0.3);
}

h1 span {
  display: block;
}

.hero-logo {
  display: block;
  width: min(100%, 860px);
  height: auto;
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.38));
}

.hero-proof {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.hero-proof-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: rgba(230, 234, 242, 0.84);
  font-size: 0.98rem;
  font-weight: 700;
  text-shadow: 0 0 18px rgba(0, 212, 255, 0.08);
}

.hero-proof-star {
  color: var(--warning);
  text-shadow: 0 0 14px rgba(255, 184, 0, 0.4);
}

h2 {
  font-size: clamp(2.15rem, 5vw, 4.6rem);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 2px 16px rgba(0, 0, 0, 0.2);
}

h3 {
  font-size: 1.16rem;
}

.hero-lede {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--text-secondary);
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
}

.cta-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 18px;
  position: relative;
  border-radius: var(--radius);
  font-weight: 900;
  text-decoration: none;
  will-change: transform;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid transparent;
  background: var(--glass-surface);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.button::before,
.button::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.button::before {
  inset: 1px;
  border: 1px solid var(--glass-border);
  border-radius: inherit;
  opacity: 1;
}

.button::after {
  background:
    radial-gradient(circle at 14px 14px, rgba(255, 255, 255, 0.8) 0 1.5px, transparent 3px),
    linear-gradient(90deg, currentColor 0 22px, transparent 22px calc(100% - 22px), currentColor calc(100% - 22px) 100%),
    linear-gradient(180deg, var(--glass-highlight), transparent 32%);
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 1px,
    100% 100%;
  background-position:
    0 0,
    0 calc(100% - 1px),
    0 0;
  opacity: 0.22;
}

.button-icon {
  width: 1.18rem;
  height: 1.18rem;
}

.button-icon-image,
.icon-image {
  object-fit: contain;
  flex: 0 0 auto;
}

.button-icon-image {
  width: 1.06rem;
  height: 1.06rem;
}

.button-primary {
  border-color: rgba(255, 122, 47, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 122, 47, 0.84), rgba(217, 58, 0, 0.74));
  color: var(--button-text);
  box-shadow:
    0 0 22px rgba(255, 90, 31, 0.34),
    0 12px 34px rgba(255, 90, 31, 0.18),
    inset 0 0 12px rgba(255, 255, 255, 0.15);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(180deg, var(--primary-hover), rgba(255, 122, 47, 0.9));
  color: var(--button-text);
  transform: scale(1.04);
  box-shadow:
    0 0 34px rgba(255, 90, 31, 0.54),
    0 16px 42px rgba(255, 90, 31, 0.26);
}

.button-primary:active {
  background: var(--primary-pressed);
  transform: scale(0.99);
}

.button-secondary {
  border-color: rgba(111, 231, 255, 0.18);
  background: var(--glass-surface);
  color: var(--text);
  box-shadow:
    0 0 0 1px rgba(0, 212, 255, 0.05) inset,
    0 0 12px rgba(0, 212, 255, 0.05),
    inset 0 0 8px rgba(0, 212, 255, 0.08);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(0, 212, 255, 0.7);
  background: var(--glass-surface-strong);
  color: var(--cyan-soft);
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(0, 212, 255, 0.15) inset,
    0 0 24px rgba(0, 212, 255, 0.15),
    0 8px 24px rgba(0, 212, 255, 0.1);
}

.button-secondary:active {
  transform: translateY(0) scale(0.98);
  box-shadow:
    0 0 0 1px rgba(0, 212, 255, 0.1) inset,
    0 0 12px rgba(0, 212, 255, 0.1);
}

.button-playtest {
  min-height: 54px;
  padding-inline: 24px;
  animation: cta-pulse 2.8s ease-in-out infinite;
}

.button-playtest:hover,
.button-playtest:focus-visible {
  animation-play-state: paused;
}

.button-tertiary {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(11, 14, 19, 0.3);
  color: rgba(230, 234, 242, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.button-tertiary:hover,
.button-tertiary:focus-visible {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(23, 28, 38, 0.54);
  color: var(--text);
  transform: translateY(-2px);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(42, 50, 69, 0.92);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 20%),
    linear-gradient(180deg, rgba(23, 28, 38, 0.34), rgba(15, 19, 27, 0.22));
  box-shadow:
    var(--shadow),
    0 0 34px rgba(255, 90, 31, 0.08),
    0 0 28px rgba(0, 212, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-panel::before,
.hero-panel::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-panel::before {
  inset: 16px 14px 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(0, 212, 255, 0.22) 22%,
      rgba(255, 255, 255, 0.06) 48%,
      rgba(255, 90, 31, 0.22) 76%,
      rgba(255, 255, 255, 0.08) 100%
    )
    1;
  opacity: 0.68;
}

.hero-panel::after {
  inset: 0;
  background:
    radial-gradient(circle at 18px calc(100% - 18px), rgba(255, 90, 31, 0.82) 0 2px, transparent 4px),
    radial-gradient(circle at calc(100% - 18px) 18px, rgba(0, 212, 255, 0.82) 0 2px, transparent 4px),
    linear-gradient(90deg, transparent 0 12%, rgba(0, 212, 255, 0.36) 12% 22%, transparent 22% 100%),
    linear-gradient(90deg, transparent 0 76%, rgba(255, 90, 31, 0.3) 76% 90%, transparent 90% 100%);
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    100% 100%,
    100% 1px,
    100% 1px;
  background-position:
    0 0,
    0 0,
    0 14px,
    0 calc(100% - 14px);
  opacity: 0.48;
}

.hero-module {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 24px;
}

.hero-module-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-module-eyebrow::before {
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), transparent);
  content: "";
}

.hero-module-title {
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.hero-module-copy {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.hero-status-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(42, 50, 69, 0.7);
  border-bottom: 1px solid rgba(42, 50, 69, 0.7);
}

.hero-status-row {
  min-height: 76px;
  padding: 12px 0;
  background: none;
}

.hero-status-row + .hero-status-row {
  border-top: 1px solid rgba(42, 50, 69, 0.7);
}

.hero-status-value {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.hero-status-value .icon {
  color: var(--cyan-soft);
}

.hero-status-value strong {
  display: block;
  min-width: 0;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.2;
}

.hero-store-block {
  display: grid;
  gap: 12px;
}

.hero-store-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(42, 50, 69, 0.84);
}

.hero-store-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 28px;
  min-width: 0;
  padding: 0;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-store-item > :first-child {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.hero-store-item .icon,
.hero-store-item .icon-image {
  color: var(--cyan-soft);
  width: 16px;
  height: 16px;
  animation: float 3s ease-in-out infinite;
}

.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(42, 50, 69, 0.92);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(28, 34, 48, 0.9), rgba(23, 28, 38, 0.92));
  color: var(--text-secondary);
  font-size: 0.79rem;
  font-weight: 700;
}

.stat-item {
  min-height: 112px;
  padding: 18px;
  background: rgba(23, 28, 38, 0.88);
}

.stat-label {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stat-item strong {
  color: var(--text);
  font-size: 1.16rem;
  line-height: 1.16;
}

.section-band,
.final-cta {
  padding-block: clamp(72px, 10vw, 130px);
}

.section-band {
  background:
    linear-gradient(180deg, rgba(17, 21, 29, 0.78), rgba(11, 14, 19, 0.86)),
    var(--bg-2);
}

.split-layout,
.final-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 6vw, 72px);
}

.intro-visual {
  position: relative;
  margin: 0;
}

.intro-visual-images {
  position: relative;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: calc(var(--radius) - 4px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.intro-visual-images img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}

.intro-visual figcaption {
  margin-top: 14px;
  max-width: 32ch;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.5;
}

.intro-header {
  text-align: center;
  margin-bottom: clamp(36px, 6vw, 72px);
}

.intro-header .eyebrow {
  margin-bottom: 12px;
}

.split-media {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.intro-content {
  display: grid;
  gap: 24px;
  color: var(--text-secondary);
  font-size: 1.08rem;
  line-height: 1.7;
}

.intro-content p {
  margin: 0;
}

.intro-features {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.intro-feature-item {
  position: relative;
  padding: 14px 14px 14px 48px;
}

.intro-feature-item::before {
  position: absolute;
  left: 14px;
  top: 14px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 90, 31, 0.12);
  color: var(--primary);
  content: "+";
  font-size: 0.85rem;
  font-weight: 900;
}

.intro-feature-label {
  display: block;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.4;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(28px, 5vw, 48px);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  opacity: 0;
  transform: translateY(20px);
}

.feature-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered delays for feature cards */
.feature-card.is-visible:nth-child(1) { transition-delay: 0ms; }
.feature-card.is-visible:nth-child(2) { transition-delay: 50ms; }
.feature-card.is-visible:nth-child(3) { transition-delay: 100ms; }
.feature-card.is-visible:nth-child(4) { transition-delay: 150ms; }
.feature-card.is-visible:nth-child(5) { transition-delay: 200ms; }
.feature-card.is-visible:nth-child(6) { transition-delay: 250ms; }
.feature-card.is-visible:nth-child(7) { transition-delay: 300ms; }
.feature-card.is-visible:nth-child(8) { transition-delay: 350ms; }
.feature-card.is-visible:nth-child(9) { transition-delay: 400ms; }
.feature-card.is-visible:nth-child(10) { transition-delay: 450ms; }

.feature-card {
  min-height: 250px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, #171C26 0%, #1C2230 100%),
    var(--panel);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.feature-card:hover {
  border-color: rgba(0, 212, 255, 0.5);
  background:
    linear-gradient(180deg, rgba(42, 50, 69, 0.98), rgba(34, 41, 56, 0.98)),
    var(--panel-hover);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.32),
    0 0 32px rgba(0, 212, 255, 0.12),
    inset 0 0 16px rgba(0, 212, 255, 0.05);
  transform: translateY(-6px) scale(1.01);
}

.feature-index {
  display: inline-flex;
  margin-bottom: 36px;
  color: var(--primary);
  font-weight: 900;
}

.feature-card p {
  margin: 14px 0 0;
  color: var(--text-secondary);
}

.final-cta {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 90, 31, 0.15) 0%, #0B0E13 48%, rgba(0, 212, 255, 0.1) 100%),
    var(--bg-2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 70px rgba(255, 90, 31, 0.04);
}

.final-cta-layout {
  align-items: center;
}

.press-quotes {
  grid-column: 1 / -1;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  margin-top: 12px;
}

.press-quote {
  flex: 1 1 220px;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.press-quote p {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.5;
}

.press-quote cite {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
}

.final-cta-copy {
  margin: 12px 0 0;
  color: var(--text-secondary);
  font-size: 1.08rem;
  font-weight: 700;
}

.final-cta-actions {
  justify-self: end;
  justify-content: flex-end;
  margin-top: 0;
}

.final-cta-layout .button {
  min-height: 58px;
  padding-inline: 28px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 14;
  min-height: 52px;
  padding-inline: 20px;
  box-shadow:
    0 0 32px rgba(255, 90, 31, 0.4),
    0 16px 38px rgba(255, 90, 31, 0.22),
    inset 0 0 12px rgba(255, 255, 255, 0.15);
}

.sticky-cta:hover,
.sticky-cta:focus-visible {
  transform: translateY(-3px) scale(1.03);
}

.site-footer {
  padding-block: 28px;
  color: var(--muted);
  background: var(--bg);
}

.footer-layout {
  justify-content: space-between;
  gap: 18px;
}

.footer-layout p {
  margin: 0;
}

.footer-layout a {
  color: var(--cyan-soft);
  font-weight: 900;
  text-decoration: none;
}

.intro-lede {
  max-width: 680px;
  margin: 20px auto 0;
  color: var(--text-secondary);
  font-size: 1.08rem;
  line-height: 1.7;
}

.section-playtest {
  background:
    linear-gradient(180deg, rgba(0, 212, 255, 0.03), rgba(11, 14, 19, 0.12)),
    var(--bg-2);
  border-block: 1px solid rgba(0, 212, 255, 0.06);
}

.playtest-lede {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--text-secondary);
  font-size: 1.08rem;
  line-height: 1.7;
}

.playtest-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.playtest-bullet {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(0, 212, 255, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(0, 212, 255, 0.03), rgba(11, 14, 19, 0.08));
  transition:
    border-color 0.25s var(--ease-out),
    box-shadow 0.25s var(--ease-out),
    transform 0.25s var(--ease-out);
}

.playtest-bullet:hover {
  border-color: rgba(0, 212, 255, 0.35);
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.08);
  transform: translateY(-2px);
}

.playtest-bullet-marker {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 212, 255, 0.12);
  color: var(--cyan-soft);
  font-size: 0.8rem;
  font-weight: 900;
}

.playtest-bullet-text {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.5;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.media-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 240px;
  padding: 28px 22px;
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(0, 212, 255, 0.04), rgba(11, 14, 19, 0.1));
  box-shadow:
    0 0 0 1px rgba(0, 212, 255, 0.04) inset,
    0 0 30px rgba(0, 212, 255, 0.04);
  text-align: center;
  overflow: hidden;
  animation: placeholder-glow 3s ease-in-out infinite;
}

@keyframes placeholder-glow {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(0, 212, 255, 0.04) inset,
      0 0 20px rgba(0, 212, 255, 0.02);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(0, 212, 255, 0.12) inset,
      0 0 40px rgba(0, 212, 255, 0.08);
  }
}

.media-placeholder::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 30%, rgba(0, 212, 255, 0.06), transparent 60%);
}

.media-placeholder-badge {
  display: inline-flex;
  padding: 4px 12px;
  border: 1px solid rgba(0, 212, 255, 0.25);
  border-radius: 999px;
  background: rgba(0, 212, 255, 0.08);
  color: var(--cyan-soft);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.media-placeholder-label {
  color: var(--text);
  font-size: 1rem;
  font-weight: 900;
}

.media-placeholder-hint {
  color: var(--muted);
  font-size: 0.8rem;
  font-family: monospace;
}

.section-community {
  background:
    linear-gradient(180deg, rgba(0, 212, 255, 0.02), rgba(11, 14, 19, 0.08)),
    var(--bg-2);
  border-block: 1px solid rgba(0, 212, 255, 0.05);
}

.community-text {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--text-secondary);
  font-size: 1.08rem;
  line-height: 1.7;
}

.steam-widget-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 32px;
  border: 1px dashed rgba(0, 212, 255, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(0, 212, 255, 0.03), rgba(11, 14, 19, 0.06));
  color: var(--muted);
  font-size: 0.95rem;
  text-align: center;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-layout,
  .split-layout,
  .split-media,
  .final-cta-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    align-items: start;
    min-height: calc(clamp(680px, 92vh, 820px) - 86px);
  }

  .hero-panel {
    max-width: 520px;
  }

  .intro-visual {
    max-width: 560px;
  }

  .intro-header {
    margin-bottom: clamp(28px, 5vw, 48px);
  }

  .media-grid {
    grid-template-columns: 1fr 1fr;
  }

  .playtest-bullets {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .final-cta-layout .button {
    justify-self: start;
  }

  .final-cta-actions {
    justify-self: start;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: min(100% - 28px, 1120px);
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand span:last-child {
    max-width: 42vw;
  }

  .header-cta {
    min-width: 40px;
    min-height: 40px;
    padding: 0;
  }

  .header-cta span:last-child {
    display: none;
  }

  h1 {
    font-size: clamp(2.5rem, 12vw, 3.65rem);
  }

  .hero-logo {
    width: min(100%, 640px);
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 84svh;
    padding-top: 70px;
  }

  .hero-layout {
    gap: 18px;
    min-height: calc(84svh - 70px);
    padding-block: 52px 22px;
  }

  .hero-lede {
    margin-top: 14px;
    font-size: 1rem;
  }

  .hero-proof-line {
    font-size: 0.9rem;
  }

  .hero-steam-callout {
    width: 100%;
    padding: 12px;
  }

  .intro-visual figcaption {
    max-width: none;
    font-size: 0.88rem;
  }

  .intro-header {
    margin-bottom: 24px;
  }

  .intro-content {
    gap: 18px;
  }

  .intro-feature-item {
    padding: 12px 12px 12px 42px;
  }

  .intro-feature-item::before {
    left: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
  }

  .intro-feature-label {
    font-size: 0.93rem;
  }

  .cta-row {
    margin-top: 20px;
  }

  .section-band,
  .final-cta {
    padding-block: 44px;
  }

  .hero-panel {
    width: 100%;
  }

  .hero-module {
    padding: 18px;
    gap: 12px;
  }

  .media-grid {
    grid-template-columns: 1fr;
  }

  .media-placeholder {
    min-height: 180px;
  }

  .playtest-bullets {
    grid-template-columns: 1fr;
  }

  .hero-store-icons {
    flex-direction: column;
    gap: 12px;
  }

  .stat-item {
    min-height: 58px;
    padding: 13px;
  }

  .stat-label {
    margin-bottom: 5px;
    font-size: 0.7rem;
  }

  .stat-item strong {
    font-size: 0.98rem;
  }

  .button {
    width: 100%;
    min-height: 44px;
  }

  .button-playtest {
    min-height: 48px;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
    width: auto;
    max-width: calc(100vw - 28px);
  }

  .feature-card {
    min-height: 210px;
  }

  .press-quotes {
    flex-direction: column;
  }

  .press-quote {
    flex: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
