:root {
  --bg: #05050a;
  --bg-soft: #10101a;
  --panel: rgba(18, 18, 30, 0.78);
  --panel-strong: rgba(25, 25, 42, 0.92);
  --text: #f8f5ff;
  --muted: #c7bed8;
  --pink: #ff4fd8;
  --purple: #8d5cff;
  --cyan: #39d9ff;
  --green: #6df28c;
  --border: rgba(255, 255, 255, 0.13);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --font-body: "Nunito", Arial, Helvetica, sans-serif;
  --font-display: "Fredoka", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 79, 216, 0.26), transparent 28rem),
    radial-gradient(circle at 82% 12%, rgba(57, 217, 255, 0.18), transparent 26rem),
    radial-gradient(circle at 76% 78%, rgba(109, 242, 140, 0.12), transparent 24rem),
    linear-gradient(135deg, #05050a 0%, #0d0b18 45%, #05050a 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 75%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 11% 38%, rgba(109, 242, 140, 0.22) 0 3px, transparent 4px),
    radial-gradient(circle at 15% 42%, rgba(57, 217, 255, 0.18) 0 2px, transparent 4px),
    radial-gradient(circle at 89% 58%, rgba(255, 79, 216, 0.2) 0 3px, transparent 4px),
    radial-gradient(circle at 84% 63%, rgba(141, 92, 255, 0.17) 0 2px, transparent 4px);
  opacity: 0.68;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--border);
  background: rgba(5, 5, 10, 0.82);
  backdrop-filter: blur(18px);
}

.nav {
  width: calc(100% - 32px);
  max-width: 1120px;
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-icon {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 0 18px rgba(255, 122, 182, 0.35);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links a[aria-current="page"] {
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

.nav-links a:hover,
.nav-links a:focus {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 82px 16px 72px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.46;
}

.hero::before {
  left: auto;
  right: max(10px, calc((100vw - 1120px) / 2 - 120px));
  top: 88px;
  width: min(410px, 40vw);
  height: 300px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 18% 50%, rgba(109, 242, 140, 0.82) 0 4px, transparent 5px),
    radial-gradient(circle at 34% 66%, rgba(57, 217, 255, 0.56) 0 3px, transparent 4px),
    radial-gradient(circle at 46% 22%, rgba(255, 79, 216, 0.56) 0 3px, transparent 4px),
    radial-gradient(circle at 72% 62%, rgba(57, 217, 255, 0.68) 0 3px, transparent 4px),
    radial-gradient(ellipse at 22% 58%, rgba(109, 242, 140, 0.1) 0 18%, transparent 19%),
    linear-gradient(32deg, transparent 0 35%, rgba(109, 242, 140, 0.28) 36% 37.5%, transparent 38.5%),
    linear-gradient(72deg, transparent 0 41%, rgba(109, 242, 140, 0.16) 42% 43.5%, transparent 44.5%),
    linear-gradient(112deg, transparent 0 43%, rgba(57, 217, 255, 0.22) 44% 45.5%, transparent 46.5%),
    linear-gradient(150deg, transparent 0 51%, rgba(255, 79, 216, 0.22) 52% 53.5%, transparent 54.5%);
  filter: blur(0.1px) drop-shadow(0 0 18px rgba(109, 242, 140, 0.18));
  transform: rotate(10deg);
}

.hero::after {
  right: max(16px, calc((100vw - 1120px) / 2 - 96px));
  bottom: 28px;
  width: min(430px, 46vw);
  height: 230px;
  background:
    radial-gradient(circle at 18% 72%, rgba(255, 79, 216, 0.64) 0 3px, transparent 4px),
    radial-gradient(circle at 38% 62%, rgba(141, 92, 255, 0.52) 0 2px, transparent 4px),
    radial-gradient(circle at 52% 42%, rgba(57, 217, 255, 0.56) 0 3px, transparent 4px),
    radial-gradient(circle at 78% 32%, rgba(109, 242, 140, 0.58) 0 3px, transparent 4px),
    radial-gradient(ellipse at 75% 34%, rgba(109, 242, 140, 0.08) 0 20%, transparent 21%),
    linear-gradient(0deg, transparent 0 58%, rgba(57, 217, 255, 0.2) 59% 60.5%, transparent 61.5%),
    linear-gradient(28deg, transparent 0 44%, rgba(109, 242, 140, 0.18) 45% 46.5%, transparent 47.5%),
    linear-gradient(146deg, transparent 0 49%, rgba(255, 79, 216, 0.18) 50% 51.5%, transparent 52.5%);
  mask-image: radial-gradient(ellipse at center, #000 0 55%, transparent 76%);
}

.hero-glow {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 46%;
  width: min(760px, 92vw);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(255, 79, 216, 0.24), transparent 48%),
    radial-gradient(circle at 72% 28%, rgba(57, 217, 255, 0.2), transparent 34%),
    radial-gradient(circle at 30% 72%, rgba(109, 242, 140, 0.13), transparent 30%);
  filter: blur(18px);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(36px, 5vw, 74px);
}

.hero-logo-shell {
  position: relative;
  width: min(100%, 520px);
  justify-self: center;
  padding: clamp(16px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 36px;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 79, 216, 0.2), transparent 34%),
    radial-gradient(circle at 76% 76%, rgba(57, 217, 255, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(18, 18, 30, 0.5));
  box-shadow:
    0 24px 86px rgba(0, 0, 0, 0.46),
    0 0 52px rgba(255, 79, 216, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  animation: floatLogo 7s ease-in-out infinite;
}

.hero-logo-shell::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: -1;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.32), rgba(57, 217, 255, 0.22), rgba(109, 242, 140, 0.18));
  filter: blur(24px);
  opacity: 0.85;
}

.hero-logo {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  filter: drop-shadow(0 0 28px rgba(255, 79, 216, 0.24)) drop-shadow(0 0 34px rgba(57, 217, 255, 0.16));
}

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

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.05;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7.2vw, 6.25rem);
  letter-spacing: 0.01em;
  text-shadow: 0 0 26px rgba(255, 79, 216, 0.18);
}

h2 {
  font-size: clamp(2.15rem, 4.2vw, 3.55rem);
}

h3 {
  font-size: 1.36rem;
}

p {
  color: var(--muted);
  font-weight: 400;
}

.subtitle {
  max-width: 650px;
  margin: 20px 0 0;
  color: #e7ddf4;
  font-size: clamp(1.12rem, 2.25vw, 1.5rem);
  font-weight: 500;
  line-height: 1.55;
}

.tagline {
  margin: 12px 0 0;
  color: #fff8ff;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--text);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button-primary::before {
  content: "";
  position: absolute;
  inset: 7px 13px auto auto;
  width: 58px;
  height: 20px;
  pointer-events: none;
  background:
    radial-gradient(circle at 100% 50%, rgba(255, 255, 255, 0.76) 0 3px, transparent 4px),
    radial-gradient(circle at 54% 50%, rgba(109, 242, 140, 0.56) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 0 20%, rgba(255, 255, 255, 0.34) 21% 24%, transparent 25%),
    linear-gradient(0deg, transparent 0 47%, rgba(255, 255, 255, 0.3) 48% 52%, transparent 53%);
  opacity: 0.42;
  transition: opacity 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus {
  transform: translateY(-2px);
}

.button-primary {
  border-color: rgba(255, 79, 216, 0.46);
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.95), rgba(141, 92, 255, 0.92) 56%, rgba(57, 217, 255, 0.82));
  box-shadow: 0 18px 42px rgba(255, 79, 216, 0.22);
}

.button-primary:hover,
.button-primary:focus {
  box-shadow: 0 22px 52px rgba(255, 79, 216, 0.3);
}

.button-primary:hover::before,
.button-primary:focus::before,
.button-primary:hover::after,
.button-primary:focus::after {
  opacity: 0.78;
  filter: drop-shadow(0 0 8px rgba(109, 242, 140, 0.42));
}

.button-primary::after {
  content: "";
  position: absolute;
  left: 17px;
  bottom: 9px;
  width: 46px;
  height: 14px;
  pointer-events: none;
  background:
    radial-gradient(circle at 0 50%, rgba(109, 242, 140, 0.9) 0 3px, transparent 4px),
    radial-gradient(circle at 76% 42%, rgba(57, 217, 255, 0.56) 0 2px, transparent 3px),
    linear-gradient(18deg, transparent 0 45%, rgba(109, 242, 140, 0.42) 46% 53%, transparent 54%);
  opacity: 0.48;
  transition: opacity 180ms ease, filter 180ms ease;
}

.button-secondary {
  color: #efe8ff;
  background: rgba(255, 255, 255, 0.075);
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: rgba(57, 217, 255, 0.38);
  background: rgba(255, 255, 255, 0.11);
}

.section,
.page-main {
  width: calc(100% - 32px);
  max-width: 1120px;
  margin: 0 auto;
}

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

.section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: min(230px, 42vw);
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(109, 242, 140, 0.56), rgba(57, 217, 255, 0.28), transparent);
  box-shadow: 42px 0 18px rgba(109, 242, 140, 0.14);
  opacity: 0.76;
}

.featured-section {
  scroll-margin-top: 104px;
  padding-top: 58px;
}

.section-header {
  position: relative;
  margin-bottom: 20px;
}

.section-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 128px;
  height: 14px;
  pointer-events: none;
  background:
    radial-gradient(circle at 0 50%, rgba(109, 242, 140, 0.86) 0 3px, transparent 4px),
    radial-gradient(circle at 58px 50%, rgba(57, 217, 255, 0.72) 0 3px, transparent 4px),
    radial-gradient(circle at 104px 50%, rgba(255, 79, 216, 0.58) 0 2px, transparent 4px),
    linear-gradient(0deg, transparent 0 42%, rgba(109, 242, 140, 0.34) 43% 57%, transparent 58%),
    linear-gradient(90deg, rgba(109, 242, 140, 0.34), rgba(57, 217, 255, 0.22) 72%, transparent);
  opacity: 0.78;
}

.feature-card,
.card,
.content-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: linear-gradient(145deg, var(--panel-strong), rgba(15, 16, 28, 0.74));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-card > *,
.card > *,
.content-card > * {
  position: relative;
  z-index: 1;
}

.feature-card::before,
.card::before,
.content-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18px 18px, rgba(109, 242, 140, 0.74) 0 3px, transparent 4px),
    radial-gradient(circle at calc(100% - 20px) 24px, rgba(57, 217, 255, 0.58) 0 3px, transparent 4px),
    radial-gradient(circle at 34px calc(100% - 22px), rgba(255, 79, 216, 0.48) 0 3px, transparent 4px),
    radial-gradient(circle at calc(100% - 46px) calc(100% - 28px), rgba(141, 92, 255, 0.36) 0 2px, transparent 4px),
    linear-gradient(90deg, rgba(109, 242, 140, 0.34), transparent 28%) top left / 100% 2px no-repeat,
    linear-gradient(180deg, rgba(57, 217, 255, 0.28), transparent 36%) top left / 2px 100% no-repeat,
    linear-gradient(270deg, rgba(255, 79, 216, 0.28), transparent 32%) bottom right / 100% 2px no-repeat,
    linear-gradient(0deg, rgba(141, 92, 255, 0.16), transparent 28%) bottom right / 2px 100% no-repeat;
  opacity: 0.78;
}

.feature-card:hover,
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(109, 242, 140, 0.26);
  box-shadow: 0 30px 88px rgba(0, 0, 0, 0.48), 0 0 34px rgba(57, 217, 255, 0.08);
}

.feature-card {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  align-items: center;
  gap: clamp(28px, 5vw, 52px);
  padding: clamp(24px, 5vw, 44px);
}

.feature-card p,
.card p,
.content-card p {
  margin: 12px 0 0;
}

.petal-card {
  position: relative;
  overflow: hidden;
}

.petal-card > * {
  position: relative;
  z-index: 1;
}

.petal-card::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  z-index: 0;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 79, 216, 0.22), transparent 68%);
}

.game-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 6px 12px;
  border: 1px solid rgba(109, 242, 140, 0.34);
  border-radius: 999px;
  color: #dbffe5;
  background: rgba(109, 242, 140, 0.1);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.game-logo-frame {
  position: relative;
  width: min(100%, 320px);
  justify-self: center;
  padding: clamp(12px, 2vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 79, 216, 0.2), transparent 38%),
    radial-gradient(circle at 76% 78%, rgba(57, 217, 255, 0.17), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
  box-shadow:
    0 20px 58px rgba(0, 0, 0, 0.35),
    0 0 42px rgba(255, 79, 216, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.game-logo-frame::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: -1;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.34), rgba(57, 217, 255, 0.24));
  filter: blur(24px);
  opacity: 0.72;
}

.game-logo {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.26));
}

@keyframes floatLogo {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

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

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

.card {
  min-height: 205px;
  padding: 24px;
}

.card h3,
.content-card h2 {
  color: var(--text);
  letter-spacing: 0.01em;
}

.page-main {
  position: relative;
  padding: 54px 0 64px;
}

.page-main::before {
  content: "";
  position: absolute;
  right: min(4vw, 34px);
  top: 24px;
  z-index: -1;
  width: min(390px, 64vw);
  height: 290px;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 28%, rgba(109, 242, 140, 0.42) 0 3px, transparent 4px),
    radial-gradient(circle at 47% 42%, rgba(141, 92, 255, 0.25) 0 2px, transparent 4px),
    radial-gradient(circle at 64% 48%, rgba(57, 217, 255, 0.34) 0 3px, transparent 4px),
    radial-gradient(circle at 78% 68%, rgba(255, 79, 216, 0.3) 0 3px, transparent 4px),
    linear-gradient(34deg, transparent 0 44%, rgba(109, 242, 140, 0.17) 45% 46.5%, transparent 47.5%),
    linear-gradient(88deg, transparent 0 46%, rgba(255, 79, 216, 0.1) 47% 48.5%, transparent 49.5%),
    linear-gradient(124deg, transparent 0 54%, rgba(57, 217, 255, 0.14) 55% 56.5%, transparent 57.5%);
  opacity: 0.72;
  mask-image: radial-gradient(ellipse at center, #000 0 54%, transparent 78%);
}

.page-hero {
  margin-bottom: 24px;
}

.page-hero h1 {
  font-size: clamp(2.8rem, 8vw, 5.4rem);
}

.content-card {
  padding: clamp(24px, 5vw, 48px);
}

.content-card h2 {
  margin-top: 34px;
  font-size: 1.58rem;
}

.content-card h2:first-child {
  margin-top: 0;
}

.content-card a {
  color: var(--cyan);
  font-weight: 700;
}

.site-footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 28px 0 0;
  padding: 34px 0 44px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 42px;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 50%, rgba(109, 242, 140, 0.74) 0 3px, transparent 4px),
    radial-gradient(circle at 24% 50%, rgba(57, 217, 255, 0.52) 0 2px, transparent 4px),
    radial-gradient(circle at 47% 50%, rgba(141, 92, 255, 0.48) 0 2px, transparent 4px),
    radial-gradient(circle at 70% 50%, rgba(255, 79, 216, 0.58) 0 3px, transparent 4px),
    radial-gradient(circle at 92% 50%, rgba(109, 242, 140, 0.58) 0 2px, transparent 4px),
    linear-gradient(90deg, rgba(109, 242, 140, 0.4), rgba(57, 217, 255, 0.26), rgba(255, 79, 216, 0.24), rgba(109, 242, 140, 0.22)),
    linear-gradient(20deg, transparent 0 48%, rgba(109, 242, 140, 0.2) 49% 52%, transparent 53%),
    linear-gradient(160deg, transparent 0 48%, rgba(57, 217, 255, 0.14) 49% 52%, transparent 53%);
  background-size: 100% 2px, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 2px, 44% 100%, 42% 100%;
  background-position: center 0, 0 0, 0 0, 0 0, 0 0, center 0, left top, right top;
  background-repeat: no-repeat;
  opacity: 0.76;
}

.site-footer::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 16px;
  width: min(520px, 86vw);
  height: 36px;
  pointer-events: none;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 18% 50%, rgba(109, 242, 140, 0.42) 0 2px, transparent 4px),
    radial-gradient(circle at 50% 50%, rgba(57, 217, 255, 0.32) 0 2px, transparent 4px),
    radial-gradient(circle at 82% 50%, rgba(255, 79, 216, 0.34) 0 2px, transparent 4px),
    linear-gradient(90deg, transparent, rgba(109, 242, 140, 0.14), rgba(57, 217, 255, 0.12), rgba(255, 79, 216, 0.1), transparent);
  opacity: 0.44;
}

.site-footer p {
  position: relative;
  z-index: 1;
  width: calc(100% - 32px);
  max-width: 1120px;
  margin: 0 auto;
  color: #a99fba;
  font-size: 0.95rem;
}

@media (max-width: 860px) {
  .hero {
    padding-top: 54px;
  }

  .hero::before,
  .hero::after {
    opacity: 0.36;
  }

  .hero::before {
    left: auto;
    right: -42px;
    top: 410px;
    width: 330px;
    height: 230px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy,
  .subtitle,
  .tagline {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-logo-shell {
    width: min(76vw, 390px);
  }

  .hero-actions {
    justify-content: center;
  }

  .focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .nav {
    min-height: 0;
    padding: 16px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-links a {
    padding: 7px 10px;
    font-size: 0.88rem;
  }

  .hero {
    padding: 38px 16px 46px;
  }

  .hero::before {
    left: auto;
    right: -98px;
    top: 458px;
    width: 290px;
    height: 210px;
    opacity: 0.34;
  }

  .hero::after {
    right: -82px;
    bottom: 74px;
    width: 310px;
    height: 190px;
    opacity: 0.28;
  }

  .hero-copy {
    max-width: 100%;
  }

  h1 {
    font-size: clamp(2.65rem, 11vw, 3.15rem);
  }

  .subtitle {
    width: min(100%, 340px);
    font-size: 1.04rem;
  }

  .tagline {
    width: min(100%, 340px);
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .button {
    width: min(100%, 320px);
  }

  .button-primary::before,
  .button-primary::after {
    opacity: 0.36;
  }

  .hero-logo-shell {
    width: min(80vw, 300px);
    padding: 14px;
    border-radius: 28px;
  }

  .hero-logo {
    border-radius: 20px;
  }

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

  .game-logo-frame {
    width: min(100%, 260px);
    padding: 12px;
    border-radius: 24px;
  }

  .game-logo {
    border-radius: 18px;
  }

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

  .card {
    min-height: 0;
  }

  .section::before {
    width: min(190px, 54vw);
    opacity: 0.64;
  }

  .section-header::after {
    width: 112px;
  }

  .page-main::before {
    opacity: 0.5;
  }

  .site-footer {
    padding-top: 32px;
  }

  .site-footer::before {
    height: 36px;
  }

  .site-footer::after {
    bottom: 14px;
    width: min(360px, 88vw);
  }
}
