@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/montserrat-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/montserrat-cyrillic.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/montserrat-latin-ext.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/montserrat-vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

:root {
  color-scheme: dark;
  --ink: #f7fbff;
  --muted: rgba(226, 235, 245, 0.72);
  --soft: rgba(226, 235, 245, 0.56);
  --mist: rgba(238, 247, 255, 0.16);
  --glass: rgba(12, 17, 25, 0.34);
  --glass-strong: rgba(17, 22, 32, 0.48);
  --line: rgba(236, 248, 255, 0.32);
  --line-soft: rgba(236, 248, 255, 0.14);
  --aqua: #9fe8ff;
  --violet: #b9b7ff;
  --rose: #f08aa4;
  --amber: #efc46b;
  --deep: #05070b;
  --site-font-family:
    "Montserrat", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  --hero-font-weight: 760;
  font-family: var(--site-font-family);
}

:root[data-font-variant="02"] {
  --site-font-family: "Montserrat", Arial, ui-sans-serif, system-ui, sans-serif;
  --hero-font-weight: 730;
}

:root[data-font-variant="03"] {
  --site-font-family: "Montserrat", Arial, ui-sans-serif, system-ui, sans-serif;
  --hero-font-weight: 760;
}

:root[data-font-variant="04"] {
  --site-font-family: "Montserrat", Arial, ui-sans-serif, system-ui, sans-serif;
  --hero-font-weight: 700;
}

:root[data-font-variant="05"] {
  --site-font-family: "Montserrat", Arial, ui-sans-serif, system-ui, sans-serif;
  --hero-font-weight: 720;
}

:root[data-font-variant="06"] {
  --site-font-family: "Montserrat", Arial, ui-sans-serif, system-ui, sans-serif;
  --hero-font-weight: 720;
}

:root[data-font-variant="07"] {
  --site-font-family: "Montserrat", Arial, ui-sans-serif, system-ui, sans-serif;
  --hero-font-weight: 720;
}

:root[data-font-variant="08"] {
  --site-font-family: "Montserrat", Arial, ui-sans-serif, system-ui, sans-serif;
  --hero-font-weight: 760;
}

@property --glass-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@property --analytics-card-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@property --analytics-float-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

* {
  box-sizing: border-box;
}

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

body {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #030509 0%, #04070c 17%, #050b13 31%, #06111b 43%, #050a11 58%, #06101a 74%, #04070b 100%);
  background-attachment: fixed;
  font-family: var(--site-font-family);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0.04), rgba(7, 18, 30, 0.08) 34%, rgba(5, 12, 20, 0.06) 62%, rgba(5, 7, 11, 0.12));
  content: "";
}

/* Subtle, barely-there falling rain behind the whole page. */
body::after {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cg stroke='rgba(178,214,255,0.5)' stroke-width='1.25' stroke-linecap='round'%3E%3Cline x1='28' y1='6' x2='22' y2='44'/%3E%3Cline x1='96' y1='28' x2='90' y2='66'/%3E%3Cline x1='150' y1='10' x2='144' y2='50'/%3E%3Cline x1='212' y1='34' x2='206' y2='74'/%3E%3Cline x1='60' y1='96' x2='54' y2='136'/%3E%3Cline x1='128' y1='120' x2='122' y2='158'/%3E%3Cline x1='190' y1='104' x2='184' y2='146'/%3E%3Cline x1='36' y1='170' x2='30' y2='208'/%3E%3Cline x1='100' y1='188' x2='94' y2='226'/%3E%3Cline x1='170' y1='176' x2='164' y2='216'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  opacity: 0.42;
  animation: siteRain 0.62s linear infinite;
}

@keyframes siteRain {
  to {
    background-position: -22px 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::after {
    animation: none;
  }
}

button {
  border: 0;
  font: inherit;
  letter-spacing: 0;
  color: inherit;
}

.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page-shell {
  position: relative;
  padding-top: clamp(5.6rem, 6.4vw, 6.8rem);
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
}

.page-shell::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -7.5rem;
  left: 0;
  height: clamp(29rem, 46vh, 42rem);
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 5, 9, 0) 0%, rgba(3, 6, 11, 0.16) 22%, rgba(4, 8, 14, 0.48) 45%, rgba(5, 10, 17, 0.86) 70%, #050a11 100%);
  box-shadow: none;
  content: "";
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 44%, rgba(159, 232, 255, 0.16), transparent 20rem),
    #05070b;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 480ms ease,
    visibility 480ms ease;
}

.site-loader img {
  width: clamp(5.25rem, 9vw, 8.5rem);
  height: clamp(5.25rem, 9vw, 8.5rem);
  object-fit: contain;
  filter: drop-shadow(0 0 1.6rem rgba(159, 232, 255, 0.48));
  animation: loaderPulse 1.55s ease-in-out infinite;
}

body.is-loaded .site-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-video,
.backdrop-grade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-video {
  z-index: -4;
  object-fit: cover;
  background: #05070b;
  filter: saturate(1.03) contrast(1.02) brightness(0.86);
}

.backdrop-grade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(2, 4, 7, 0.5), rgba(2, 4, 7, 0.05) 48%, rgba(2, 4, 7, 0.44)),
    linear-gradient(180deg, rgba(4, 6, 10, 0.08), rgba(4, 6, 10, 0.36) 62%, rgba(5, 10, 17, 0.92) 100%);
}

.hero-dust {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(245, 250, 255, 0.54) 0 0.055rem, transparent 0.065rem),
    radial-gradient(circle, rgba(159, 232, 255, 0.34) 0 0.045rem, transparent 0.06rem),
    radial-gradient(circle, rgba(245, 250, 255, 0.24) 0 0.04rem, transparent 0.055rem);
  background-position:
    8% 12%,
    41% 28%,
    78% 7%;
  background-size:
    19rem 16rem,
    27rem 21rem,
    14rem 18rem;
  opacity: 0.52;
  animation: dustDrift 18s linear infinite;
}

.glass-panel,
.glass-button {
  position: relative;
  border: 1px solid rgba(219, 244, 255, 0.2);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(124, 218, 255, 0.03) 45%, rgba(255, 255, 255, 0.02)),
    rgba(8, 13, 22, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(145, 232, 255, 0.09),
    0 1.1rem 2.5rem rgba(0, 0, 0, 0.32),
    0 0 1.8rem rgba(108, 220, 255, 0.05);
  backdrop-filter: blur(1.15rem) saturate(1.55) contrast(1.08);
  -webkit-backdrop-filter: blur(1.15rem) saturate(1.55) contrast(1.08);
}

.glass-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  overflow: hidden;
  padding: 0 1.45rem;
  border: 1px solid rgba(211, 239, 252, 0.34);
  border-radius: 1.55rem;
  background: rgba(206, 235, 248, 0.018);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -1px 0 rgba(113, 218, 247, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.035),
    0 0 1.2rem rgba(120, 220, 250, 0.065);
  backdrop-filter: blur(1.45rem) saturate(1.6) brightness(1.16);
  -webkit-backdrop-filter: blur(1.45rem) saturate(1.6) brightness(1.16);
  cursor: pointer;
  user-select: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.glass-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.115), transparent 23%);
  opacity: 0.45;
  pointer-events: none;
}

.glass-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    148deg,
    rgba(255, 255, 255, 0.66) 0%,
    rgba(194, 240, 255, 0.23) 30%,
    rgba(117, 210, 241, 0.16) 65%,
    rgba(240, 251, 255, 0.44) 100%
  );
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0.52;
  pointer-events: none;
}

.glass-button:hover {
  border-color: rgba(229, 250, 255, 0.5);
  background: rgba(206, 235, 248, 0.032);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -1px 0 rgba(114, 224, 255, 0.16),
    0 0 1.45rem rgba(135, 226, 255, 0.12);
  transform: translateY(-1px);
}

.glass-button:hover::before {
  opacity: 1;
}

.glass-button > * {
  position: relative;
  z-index: 1;
}

.site-header {
  position: fixed;
  top: clamp(0.8rem, 1.2vw, 1.15rem);
  left: 50%;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 2rem, 112rem);
  padding: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.site-header > * {
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  width: max-content;
  padding: 0.32rem 0.5rem 0.32rem 0.35rem;
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 0.5rem rgba(136, 223, 255, 0.45));
}

.brand-copy {
  display: grid;
  gap: 0;
}

.brand-name {
  font-size: 1rem;
  font-weight: 780;
  line-height: 1;
}

.brand-subtitle {
  display: none;
  font-size: 0.94rem;
  color: var(--soft);
}

.topbar-pill {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.85rem, 1.45vw, 1.3rem);
  min-width: 0;
  padding: 0.4rem 0.55rem 0.4rem 0.45rem;
  border-radius: 999px;
}

.topbar-divider {
  flex: 0 0 auto;
  width: 1px;
  height: 1.1rem;
  background: rgba(236, 248, 255, 0.1);
}

.main-nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.1rem;
  min-width: 0;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.main-nav button {
  flex: 0 0 auto;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: transparent;
  color: rgba(247, 251, 255, 0.58);
  font-size: 0.82rem;
  font-weight: 620;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.main-nav button:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.games-button {
  justify-self: end;
  gap: 0.7rem;
  min-width: 8.9rem;
  min-height: 2.95rem;
  padding: 0 1.1rem;
  border-radius: 999px;
  font-size: 0.82rem;
}

/* Top bar: borderless glass — keep the blur, tint and glow, drop the outlined edge. */
.topbar-pill,
.topbar-cta {
  border-color: transparent;
}

.topbar-cta::after {
  display: none;
}

.topbar-cta {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    inset 0 -1px 0 rgba(113, 218, 247, 0.1),
    0 0 1.2rem rgba(120, 220, 250, 0.07);
}

.topbar-cta:hover {
  border-color: transparent;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(114, 224, 255, 0.15),
    0 0 1.55rem rgba(135, 226, 255, 0.14);
}

.site-header .glass-button svg {
  width: 0.95rem;
  height: 0.95rem;
}

.games-button svg,
.primary-action svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(31rem, 0.84fr) minmax(34rem, 1.22fr);
  align-items: center;
  gap: 0.8rem;
  width: min(100% - 4rem, 112rem);
  min-height: calc(90svh - 7.5rem);
  margin: 0 auto;
  padding: 2.8rem 0 4.8rem;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 43rem;
  will-change: transform;
}

.eyebrow {
  margin: 0 0 1.35rem;
  color: rgba(226, 235, 245, 0.64);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

h1 {
  display: grid;
  grid-template-rows: repeat(3, 1.12em);
  row-gap: 0.03em;
  min-height: 16.9rem;
  margin: 0;
  padding: 0.06em 0 0.34em;
  font-size: 4.85rem;
  font-family: var(--site-font-family);
  font-weight: var(--hero-font-weight);
  line-height: 1.04;
  letter-spacing: 0;
  overflow: visible;
  text-shadow:
    0 0 0.35rem rgba(255, 255, 255, 0.3),
    0 0 1.5rem rgba(145, 159, 188, 0.2);
}

.title-line {
  display: block;
  min-height: 1.12em;
  height: 1.12em;
  overflow: visible;
  line-height: 1.04;
  white-space: nowrap;
}

.dynamic-line {
  color: #dcefff;
  min-height: 1.18em;
  height: 1.18em;
  padding: 0;
}

.glow-word {
  display: inline-block;
  overflow: visible;
  margin: 0 -0.04em;
  padding: 0.02em 0.04em 0.32em;
  line-height: 1.08;
  color: transparent;
  background:
    linear-gradient(100deg, #f8fdff 0%, #bcefff 30%, #aeb8ff 62%, #f1a9bd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 0.55rem rgba(181, 233, 255, 0.62));
  text-shadow: none;
  animation: glowPulse 2.2s ease-in-out infinite alternate;
}

.glow-word .type-char {
  color: transparent;
  background:
    linear-gradient(100deg, #f8fdff 0%, #bcefff 30%, #aeb8ff 62%, #f1a9bd 100%);
  background-position: var(--type-gradient-position, 0 0);
  background-size: var(--type-gradient-size, 100% 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.type-char {
  display: inline-block;
  padding: 0 0 0.08em;
  margin: 0;
  line-height: 1.08;
  vertical-align: baseline;
  transform-origin: 50% 70%;
  will-change: opacity, filter, transform;
  animation: charIn 260ms cubic-bezier(0.2, 0.84, 0.16, 1) both;
}

.type-char-out {
  animation: charOut 220ms ease both;
}

.caret {
  display: inline-block;
  width: 0.075em;
  height: 0.86em;
  margin-left: 0.09em;
  translate: 0 0.08em;
  background: rgba(245, 250, 255, 0.92);
  box-shadow: 0 0 0.75rem rgba(185, 183, 255, 0.54);
  animation: caretBlink 0.7s steps(1) infinite;
}

.glow-word.is-editing .caret {
  opacity: 1;
  animation: none;
}

.hero-text {
  max-width: 38rem;
  margin: 1.55rem 0 0;
  color: var(--muted);
  font-size: 1.35rem;
  line-height: 1.54;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.25rem;
}

.primary-action,
.secondary-action {
  min-width: 12.7rem;
  gap: 0.7rem;
  font-size: 1.04rem;
}

.hero-actions .glass-button {
  border-color: transparent;
  background: rgba(206, 235, 248, 0.018);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(113, 218, 247, 0.1),
    0 0 1.2rem rgba(120, 220, 250, 0.08);
  backdrop-filter: blur(1.55rem) saturate(1.7) brightness(1.18);
  -webkit-backdrop-filter: blur(1.55rem) saturate(1.7) brightness(1.18);
}

.hero-actions .glass-button::before {
  opacity: 0.42;
}

.hero-actions .glass-button::after {
  display: none;
}

.hero-actions .glass-button:hover {
  border-color: transparent;
  background: rgba(206, 235, 248, 0.032);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(114, 224, 255, 0.15),
    0 0 1.55rem rgba(135, 226, 255, 0.15);
}

.primary-action {
  background: rgba(206, 235, 248, 0.014);
}

.secondary-action {
  background: rgba(206, 235, 248, 0.012);
}

.hero-scene {
  position: relative;
  min-height: 47rem;
  margin: -1rem -2rem 0 0;
  will-change: transform;
}

#cloud-scene {
  position: absolute;
  inset: -6rem -5rem -4rem -5rem;
  display: block;
  width: calc(100% + 10rem);
  height: calc(100% + 10rem);
  z-index: 1;
  cursor: default;
}

#cloud-scene.is-card-interactive {
  cursor: pointer;
}

.analytics-section,
.best-results-section,
.contact-section {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: transparent;
  scroll-margin-top: 7rem;
}

.analytics-section::before,
.best-results-section::before,
.contact-section::before,
.site-footer::before {
  position: absolute;
  z-index: 0;
  top: -10rem;
  right: 0;
  left: 0;
  height: clamp(24rem, 34vw, 34rem);
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 10, 17, 0) 0%, rgba(5, 10, 17, 0.64) 26%, rgba(6, 16, 26, 0.2) 62%, rgba(5, 10, 17, 0) 100%);
  content: "";
}

.analytics-section::after,
.contact-section::after {
  display: none;
}

.best-results-section::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  height: clamp(18rem, 27vw, 30rem);
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 10, 17, 0) 0%, rgba(5, 10, 17, 0.28) 34%, rgba(4, 8, 14, 0.74) 76%, #04080e 100%);
  content: "";
}

.analytics-section {
  min-height: 100svh;
  margin-top: -1px;
  padding: clamp(4rem, 5.6vw, 6.5rem) 0 clamp(3.5rem, 5vw, 5.5rem);
  background:
    linear-gradient(180deg, #050a11 0%, rgba(5, 10, 17, 0.82) 8rem, rgba(5, 10, 17, 0) 24rem, rgba(5, 10, 17, 0) calc(100% - 20rem), rgba(4, 8, 14, 0.46) 100%);
  font-family: var(--site-font-family);
}

.best-results-section {
  margin-top: -1px;
  padding: clamp(3.8rem, 5vw, 5.8rem) 0 clamp(3.2rem, 4.6vw, 5.2rem);
  background:
    linear-gradient(180deg, rgba(4, 8, 14, 0.46) 0%, rgba(5, 10, 17, 0) 18rem, rgba(5, 10, 17, 0) calc(100% - 20rem), #04080e 100%);
  font-family: var(--site-font-family);
}

.contact-section {
  margin-top: -1px;
  padding: clamp(3.1rem, 4.5vw, 5.2rem) 0 clamp(5.2rem, 7vw, 7.4rem);
  background:
    linear-gradient(180deg, #04080e 0%, rgba(5, 10, 17, 0.84) 8rem, rgba(5, 10, 17, 0) 24rem);
  font-family: var(--site-font-family);
}

.section-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 4rem, 112rem);
  margin: 0 auto;
}

.reveal-on-scroll {
  position: relative;
}

/* Staged entrance animations. Scoped to html.anim-ready (set before render) so
   that with JS/motion disabled everything stays visible. */
@media (prefers-reduced-motion: no-preference) {
  html.anim-ready .hero .eyebrow,
  html.anim-ready .hero-text,
  html.anim-ready .hero-actions,
  html.anim-ready .analytics-hero .analytics-pill,
  html.anim-ready .analytics-hero h2,
  html.anim-ready .analytics-hero > p:not(.analytics-pill),
  html.anim-ready .best-results-section .section-heading .analytics-pill,
  html.anim-ready .best-results-section .section-heading h2,
  html.anim-ready .best-results-section .results-stage,
  html.anim-ready .contact-copy .analytics-pill,
  html.anim-ready .contact-copy h2,
  html.anim-ready .contact-copy > p:not(.analytics-pill),
  html.anim-ready .contact-form {
    opacity: 0;
    transform: translateY(1.6rem);
    transition:
      opacity 0.62s ease,
      transform 0.74s cubic-bezier(0.2, 0.7, 0.2, 1);
  }

  /* Fade-only: the cloud canvas (parallax) and the cards (own levitate transform). */
  html.anim-ready .hero-scene,
  html.anim-ready .analytics-card {
    opacity: 0;
    transition: opacity 0.66s ease;
  }

  html.anim-ready .is-revealed {
    opacity: 1 !important;
  }

  html.anim-ready .is-revealed:not(.analytics-card):not(.hero-scene) {
    transform: none !important;
  }
}

.section-kicker {
  margin: 0 0 0.9rem;
  color: var(--aqua);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

.section-heading {
  max-width: 50rem;
  margin-bottom: 2rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(22rem, 0.95fr) minmax(24rem, 0.78fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.contact-copy {
  display: grid;
  justify-items: start;
  max-width: 48rem;
}

.section-heading h2,
.contact-grid h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 4.2vw, 5rem);
  font-weight: var(--hero-font-weight);
  line-height: 1.03;
  letter-spacing: 0;
}

.contact-grid > div > p:not(.analytics-pill) {
  max-width: 46rem;
  margin: 1.3rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.7;
}

.contact-copy h2 {
  color: #f7fbff;
  text-shadow:
    0 0 0.5rem rgba(255, 255, 255, 0.28),
    0 0 1.4rem rgba(76, 146, 255, 0.28);
}

.contact-copy > p:not(.analytics-pill) {
  color: rgba(226, 235, 245, 0.7);
  text-shadow: 0 0 1rem rgba(6, 11, 20, 0.68);
}

.analytics-layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(1.55rem, 2.25vw, 2.4rem);
}

.analytics-hero {
  display: grid;
  justify-items: center;
  max-width: 58rem;
  margin: 0 auto;
  text-align: center;
}

.analytics-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 14.2rem;
  min-height: 2.35rem;
  margin: 0 0 1.05rem;
  padding: 0 1.15rem;
  border: 1px solid rgba(109, 171, 255, 0.58);
  border-radius: 999px;
  color: rgba(232, 242, 255, 0.9);
  background:
    radial-gradient(circle at 18% 50%, rgba(62, 142, 255, 0.22), transparent 3rem),
    rgba(8, 16, 30, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(93, 163, 255, 0.16),
    0 0 1.7rem rgba(45, 126, 255, 0.24);
  backdrop-filter: blur(1rem) saturate(1.4);
  -webkit-backdrop-filter: blur(1rem) saturate(1.4);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.2rem;
  white-space: nowrap;
  text-transform: uppercase;
}

.analytics-pill span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: #4d9bff;
  box-shadow:
    0 0 0.6rem rgba(77, 155, 255, 0.92),
    0 0 1.2rem rgba(77, 155, 255, 0.56);
}

.section-pill {
  align-self: start;
  flex: 0 0 auto;
  width: 14.2rem;
  height: 2.35rem;
  min-height: 2.35rem;
  margin: 0 0 1.05rem;
  padding: 0 1.15rem;
  border: 1px solid rgba(109, 171, 255, 0.58);
  border-radius: 999px;
  color: rgba(232, 242, 255, 0.9);
  background:
    radial-gradient(circle at 18% 50%, rgba(62, 142, 255, 0.22), transparent 3rem),
    rgba(8, 16, 30, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(93, 163, 255, 0.16),
    0 0 1.7rem rgba(45, 126, 255, 0.24);
  backdrop-filter: blur(1rem) saturate(1.4);
  -webkit-backdrop-filter: blur(1rem) saturate(1.4);
}

.analytics-hero h2 {
  margin: 0;
  color: #f7fbff;
  font-size: clamp(2.55rem, 4.45vw, 4.9rem);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow:
    0 0 0.5rem rgba(255, 255, 255, 0.28),
    0 0 1.4rem rgba(76, 146, 255, 0.28);
}

.passion-gradient {
  display: inline-block;
  color: transparent;
  background:
    linear-gradient(100deg, #dff6ff 0%, #7db7ff 26%, #8d74ff 58%, #42a7ff 100%);
  background-size: 180% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 0.65rem rgba(91, 135, 255, 0.68));
  animation: passionFlow 4.4s ease-in-out infinite alternate;
}

.analytics-hero > p:not(.analytics-pill) {
  max-width: 52rem;
  margin: 1.25rem 0 0;
  color: rgba(226, 235, 245, 0.7);
  font-size: clamp(0.92rem, 0.98vw, 1.05rem);
  font-weight: 500;
  line-height: 1.64;
  text-shadow: 0 0 1rem rgba(6, 11, 20, 0.68);
}

.analytics-card-grid {
  display: grid;
  grid-template-columns: minmax(25rem, 0.94fr) minmax(25rem, 1fr);
  grid-template-rows: minmax(8.7rem, 0.9fr) minmax(8.7rem, 0.9fr) minmax(9rem, 0.96fr);
  gap: clamp(0.9rem, 1vw, 1.15rem);
  align-items: stretch;
}

.analytics-card {
  --analytics-card-line: rgba(115, 185, 255, 0.26);
  --analytics-card-primary: #cce7ff;
  --analytics-card-accent: #cce7ff;
  --analytics-card-violet: #9ca1ff;
  --analytics-metric-color: #cce7ff;
  --analytics-tilt-x: 0deg;
  --analytics-tilt-y: 0deg;
  --analytics-lift: 0px;
  --analytics-float-y: 0px;
  --analytics-glow-size: 0.72rem;
  position: relative;
  display: grid;
  grid-template-columns: minmax(14rem, 0.62fr) minmax(16rem, 1fr);
  gap: clamp(1.2rem, 1.8vw, 2rem);
  align-items: center;
  min-height: clamp(12rem, 13vw, 15rem);
  overflow: hidden;
  border: 1px solid rgba(125, 184, 244, 0.24);
  border-radius: 1rem;
  padding: clamp(1.4rem, 1.8vw, 1.95rem);
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 112%, rgba(82, 157, 255, 0.13), transparent 18rem),
    linear-gradient(180deg, rgba(8, 14, 24, 0.9), rgba(3, 6, 11, 0.97)),
    rgba(3, 6, 11, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -3.8rem 4.8rem rgba(75, 145, 205, 0.055),
    0 1.25rem 2.35rem rgba(0, 0, 0, 0.34),
    0 0 calc(0.8rem + var(--analytics-glow-size)) rgba(77, 155, 255, 0.11);
  backdrop-filter: blur(1.05rem) saturate(1.45);
  -webkit-backdrop-filter: blur(1.05rem) saturate(1.45);
  translate: 0 calc(var(--analytics-lift) + var(--analytics-float-y));
  transform:
    perspective(68rem)
    rotateX(var(--analytics-tilt-x))
    rotateY(var(--analytics-tilt-y));
  transform-style: preserve-3d;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease;
  animation: analyticsCardLevitate 7.6s ease-in-out infinite;
}

.analytics-card:nth-child(2) {
  animation-delay: -1.1s;
}

.analytics-card:nth-child(3) {
  animation-delay: -2.4s;
}

.analytics-card:nth-child(4) {
  animation-delay: -3.6s;
}

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

.analytics-card::before {
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  padding: 1px;
  background:
    linear-gradient(rgba(3, 7, 13, 0.96), rgba(3, 7, 13, 0.96)) padding-box,
    conic-gradient(
      from var(--analytics-card-angle),
      rgba(143, 234, 255, 0.03),
      rgba(143, 234, 255, 0.32),
      rgba(77, 155, 255, 0.1),
      rgba(143, 234, 255, 0.04),
      rgba(143, 234, 255, 0.03)
    ) border-box;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0.66;
  filter: drop-shadow(0 0 0.55rem rgba(83, 160, 255, 0.12));
  animation: analyticsBorderSpin 10s linear infinite;
}

.analytics-card::after {
  inset: auto 1px 1px;
  z-index: 1;
  height: 46%;
  border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);
  background:
    radial-gradient(ellipse at 50% 100%, rgba(116, 189, 255, 0.18), transparent 64%),
    linear-gradient(0deg, rgba(84, 154, 218, 0.08), transparent 78%);
  opacity: 0.76;
}

.analytics-card-wide {
  grid-template-columns: minmax(17rem, 0.58fr) minmax(18rem, 1fr);
}

.analytics-card-visits {
  --analytics-card-line: rgba(204, 231, 255, 0.3);
  --analytics-card-primary: #cce7ff;
  --analytics-card-accent: #cce7ff;
  --analytics-card-violet: #9ca1ff;
  --analytics-metric-color: #cce7ff;
  grid-row: 1 / span 3;
  grid-template-columns: 1fr;
  align-content: stretch;
  min-height: clamp(25rem, 31.5vw, 30.5rem);
  padding: clamp(1.5rem, 2vw, 2.15rem);
  border-color: rgba(204, 231, 255, 0.24);
  background:
    radial-gradient(circle at 10% 9%, rgba(204, 231, 255, 0.1), transparent 13rem),
    radial-gradient(circle at 95% 54%, rgba(151, 191, 255, 0.13), transparent 18rem),
    linear-gradient(180deg, rgba(8, 14, 24, 0.92), rgba(3, 6, 11, 0.98)),
    rgba(3, 6, 11, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    inset 0 -4rem 5.2rem rgba(143, 196, 255, 0.055),
    0 1.35rem 2.55rem rgba(0, 0, 0, 0.36),
    0 0 1.75rem rgba(204, 231, 255, 0.1);
}

.analytics-card-visits::before {
  background:
    linear-gradient(rgba(3, 7, 13, 0.96), rgba(3, 7, 13, 0.96)) padding-box,
    conic-gradient(
      from var(--analytics-card-angle),
      rgba(204, 231, 255, 0.03),
      rgba(204, 231, 255, 0.3),
      rgba(151, 191, 255, 0.12),
      rgba(156, 161, 255, 0.05),
      rgba(204, 231, 255, 0.03)
    ) border-box;
  filter: drop-shadow(0 0 0.65rem rgba(204, 231, 255, 0.1));
}

.analytics-card-visits::after {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(204, 231, 255, 0.15), transparent 64%),
    linear-gradient(0deg, rgba(151, 191, 255, 0.065), transparent 78%);
}

.analytics-card-visits .analytics-card-copy {
  display: grid;
  grid-template-columns: minmax(13rem, 0.74fr) minmax(15rem, 0.48fr);
  grid-template-rows: auto auto;
  column-gap: clamp(1.4rem, 2.4vw, 2.8rem);
  row-gap: 0.62rem;
  align-content: start;
  align-items: start;
  padding-bottom: clamp(3.9rem, 5vw, 5.2rem);
}

.analytics-card-visits .analytics-metric-line {
  grid-column: 1;
  grid-row: 1;
}

.analytics-card-visits .analytics-card-copy strong {
  font-size: clamp(3.5rem, 5.2vw, 5.25rem);
}

.analytics-card-visits .analytics-metric-label {
  grid-column: 1;
  grid-row: 2;
}

.analytics-card-visits .analytics-trend-pill {
  position: absolute;
  top: clamp(9.65rem, 10.7vw, 11.9rem);
  left: clamp(2.1rem, 2.75vw, 3.1rem);
  z-index: 4;
}

.analytics-card-visits .analytics-card-copy p {
  grid-column: 2;
  grid-row: 1;
  max-width: 25rem;
  margin-top: 0.3rem;
  text-align: left;
}

.analytics-card-visits .analytics-learn-more {
  grid-column: 2;
  grid-row: 2;
  margin-top: 0.05rem;
}

.analytics-card-visits .analytics-chart-shell,
.analytics-card-visits .analytics-chart-shell canvas {
  min-height: clamp(16.2rem, 21vw, 20rem);
}

.analytics-card-compact {
  grid-template-columns: minmax(11.5rem, 0.55fr) minmax(16rem, 1fr);
  align-items: stretch;
  min-height: 0;
  gap: clamp(1.25rem, 1.7vw, 1.9rem);
  padding: clamp(1.3rem, 1.65vw, 1.78rem);
}

.analytics-card-compact .analytics-card-copy {
  align-content: start;
  padding-top: 0.1rem;
}

.analytics-card-compact .analytics-card-copy strong {
  font-size: clamp(2.35rem, 3.4vw, 3.2rem);
}

.analytics-card-compact .analytics-card-copy p {
  margin-top: 0.48rem;
  max-width: 18rem;
}

.analytics-card-compact .analytics-learn-more {
  margin-top: 0.68rem;
}

.analytics-card-compact .analytics-chart-shell,
.analytics-card-compact .analytics-chart-shell canvas {
  min-height: clamp(6.25rem, 7.2vw, 7.65rem);
}

.analytics-card-games {
  --analytics-card-primary: #97bfff;
  --analytics-card-accent: #97bfff;
  --analytics-metric-color: #97bfff;
  border-color: rgba(151, 191, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -3.8rem 4.8rem rgba(151, 191, 255, 0.06),
    0 1.25rem 2.35rem rgba(0, 0, 0, 0.34),
    0 0 calc(0.8rem + var(--analytics-glow-size)) rgba(151, 191, 255, 0.1);
}

.analytics-card-games::after {
  inset: -0.75rem;
  z-index: 1;
  height: auto;
  border-radius: 1.45rem;
  background:
    linear-gradient(90deg, rgba(3, 7, 13, 0.92), rgba(3, 7, 13, 0.64) 44%, rgba(3, 7, 13, 0.24)),
    linear-gradient(0deg, rgba(151, 191, 255, 0.09), transparent 58%),
    url("../games_acquired_background.png") center / cover no-repeat;
  opacity: 0.24;
  filter: blur(7px) saturate(0.58) hue-rotate(-54deg) brightness(0.82);
}

.analytics-card-ccu {
  --analytics-card-primary: #9ca1ff;
  --analytics-card-accent: #9ca1ff;
  --analytics-metric-color: #9ca1ff;
  border-color: rgba(156, 161, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -3.8rem 4.8rem rgba(156, 161, 255, 0.065),
    0 1.25rem 2.35rem rgba(0, 0, 0, 0.34),
    0 0 calc(0.8rem + var(--analytics-glow-size)) rgba(156, 161, 255, 0.1);
}

.analytics-card-ccu::after {
  inset: -0.75rem;
  z-index: 1;
  height: auto;
  border-radius: 1.45rem;
  background:
    linear-gradient(90deg, rgba(3, 7, 13, 0.92), rgba(3, 7, 13, 0.66) 44%, rgba(3, 7, 13, 0.26)),
    linear-gradient(0deg, rgba(156, 161, 255, 0.1), transparent 58%),
    url("../peak_ccu_background.png") center / cover no-repeat;
  opacity: 0.24;
  filter: blur(7px) saturate(0.55) brightness(0.78);
}

.analytics-metric-line {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(0.68rem, 0.9vw, 0.92rem);
  min-width: 0;
}

.analytics-metric-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: clamp(1.65rem, 2vw, 2rem);
  height: clamp(1.65rem, 2vw, 2rem);
  margin: 0;
  border: 0;
  border-radius: 0;
  color: var(--analytics-metric-color);
  background: transparent;
  box-shadow: none;
  line-height: 1;
  text-transform: none;
}

.analytics-card-visits .analytics-metric-icon {
  color: #cce7ff;
}

.analytics-card-ccu .analytics-metric-icon {
  color: #9ca1ff;
}

.analytics-metric-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.analytics-metric-label {
  display: block;
  width: max-content;
  margin: -0.16rem 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.8rem, 0.86vw, 0.92rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.2;
}

.analytics-trend-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  width: max-content;
  min-height: 3.15rem;
  margin: 0.18rem 0 0;
  padding: 0 1.38rem;
  border: 1px solid rgba(204, 231, 255, 0.2);
  border-radius: 999px;
  color: rgba(251, 248, 255, 0.94);
  background:
    radial-gradient(circle at 84% 50%, rgba(34, 197, 94, 0.18), transparent 2.4rem),
    linear-gradient(180deg, rgba(29, 39, 58, 0.92), rgba(13, 20, 33, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    inset 0 -0.9rem 1.4rem rgba(204, 231, 255, 0.04),
    0 0 1.2rem rgba(151, 191, 255, 0.14);
  font-size: 0.96rem;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
}

.analytics-trend-pill svg {
  width: 0.98rem;
  height: 0.98rem;
  fill: none;
  stroke: #43d17e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
  filter: drop-shadow(0 0 0.35rem rgba(67, 209, 126, 0.45));
}

.analytics-card-ccu .analytics-card-copy p {
  color: rgba(248, 251, 255, 0.84);
  font-weight: 650;
}

.analytics-learn-more {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: auto;
  margin-top: 0.68rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #d9f4ff;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  transition:
    color 180ms ease,
    text-shadow 180ms ease;
}

.analytics-learn-more::before {
  content: "";
}

.analytics-learn-more::after {
  content: ">";
  margin-left: 0.42rem;
  color: #8feaff;
  font-weight: 900;
  text-shadow: 0 0 0.55rem rgba(143, 234, 255, 0.4);
}

.analytics-learn-more:hover {
  color: #ffffff;
  text-shadow: 0 0 0.65rem rgba(143, 234, 255, 0.36);
}

.analytics-contact-card.analytics-card {
  min-height: clamp(8.45rem, 9vw, 10rem);
}

.analytics-card-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
}

.analytics-card-copy strong {
  color: #ffffff;
  font-size: clamp(2.35rem, 3.4vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    0 0 0.14rem rgba(255, 255, 255, 0.08),
    0 0 0.42rem rgba(156, 221, 255, 0.09);
}

.analytics-card-copy > .analytics-card-kicker {
  max-width: 24rem;
  margin-top: 0.75rem;
  color: #65b0ff;
  font-size: clamp(0.78rem, 0.9vw, 0.92rem);
  font-weight: 780;
  letter-spacing: 0.065rem;
  line-height: 1.38;
  text-shadow: 0 0 0.45rem rgba(68, 144, 255, 0.22);
  text-transform: uppercase;
}

.analytics-card-copy p {
  max-width: 25rem;
  margin: 0.62rem 0 0;
  color: rgba(226, 235, 245, 0.66);
  font-size: clamp(0.88rem, 0.92vw, 0.98rem);
  font-weight: 560;
  line-height: 1.5;
}

.analytics-chart-shell {
  position: relative;
  z-index: 2;
  min-height: 9.7rem;
  height: 100%;
}

.analytics-chart-shell canvas {
  width: 100%;
  height: 100%;
  min-height: 9.7rem;
}

.analytics-peak-badge {
  display: none;
  position: absolute;
  top: 1rem;
  right: 0.8rem;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(47, 129, 255, 0.72);
  border-radius: 0.7rem;
  color: #60a8ff;
  background: rgba(8, 17, 31, 0.75);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 1.2rem rgba(47, 129, 255, 0.2);
  font-size: 0.95rem;
  font-weight: 850;
  text-align: center;
}

.analytics-peak-badge small {
  display: block;
  margin-top: 0.2rem;
  color: rgba(226, 235, 245, 0.72);
  font-size: 0.62rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.analytics-contact-card {
  display: flex;
  align-items: center;
  min-height: clamp(8.45rem, 9vw, 10rem);
  isolation: isolate;
}

.analytics-contact-card video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  filter: saturate(1.2) contrast(1.08) brightness(0.9);
}

.analytics-contact-card > div {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  max-width: 34rem;
  min-height: 100%;
  transform: none;
}

.analytics-contact-card > div::before {
  position: absolute;
  inset: -5rem -35rem -5rem -3rem;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 45%, rgba(50, 148, 255, 0.08), transparent 13rem),
    linear-gradient(90deg, rgba(4, 8, 16, 0.94), rgba(4, 8, 16, 0.56) 45%, rgba(4, 8, 16, 0.08));
  content: "";
}

.analytics-contact-card h3 {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(1.45rem, 1.85vw, 2.15rem);
  font-weight: 780;
  line-height: 1.07;
  text-shadow:
    0 0 0.28rem rgba(255, 255, 255, 0.18),
    0 0 0.75rem rgba(79, 151, 255, 0.16);
}

.analytics-contact-card > div > span {
  display: block;
  margin-top: 0.62rem;
  color: #60a8ff;
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.11rem;
  text-transform: uppercase;
}

.analytics-contact-card p {
  max-width: 31rem;
  margin: 0.44rem 0 0.72rem;
  color: rgba(226, 235, 245, 0.78);
  font-size: 0.92rem;
  line-height: 1.48;
}

.analytics-contact-card .glass-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  gap: 0.8rem;
  width: max-content;
  min-width: 12rem;
  min-height: 2.72rem;
  margin-top: 0.22rem;
  padding: 0 1.2rem;
  line-height: 1;
  color: #f7fbff;
  border-color: rgba(143, 234, 255, 0.54);
  background:
    linear-gradient(0deg, rgba(25, 91, 209, 0.9) 0%, rgba(101, 176, 255, 0.94) 100%);
  box-shadow:
    inset 0 -2px 1.2rem -0.45rem rgba(255, 255, 255, 0.42),
    0 0 1.05rem rgba(77, 155, 255, 0.18);
}

.analytics-contact-card .glass-button > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  opacity: 1;
  text-shadow:
    0 0 0.25rem rgba(255, 255, 255, 0.28),
    0 0 0.55rem rgba(61, 143, 255, 0.24);
}

.analytics-contact-card .glass-button span {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.095rem;
  line-height: 1;
  text-transform: uppercase;
  transform: none;
}

.analytics-contact-card svg {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* "Contact us" buttons (hero + analytics card) reuse the solid "View experience" look. */
.hero-actions .secondary-action,
.analytics-contact-card .glass-button {
  border: 1px solid rgba(109, 185, 255, 0.6);
  border-radius: 0.72rem;
  color: #ffffff;
  background: linear-gradient(180deg, #258dff, #0f67df);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 1.45rem rgba(28, 124, 255, 0.34);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-weight: 820;
}

.hero-actions .secondary-action::before,
.hero-actions .secondary-action::after,
.analytics-contact-card .glass-button::before,
.analytics-contact-card .glass-button::after {
  display: none;
}

.hero-actions .secondary-action:hover,
.analytics-contact-card .glass-button:hover {
  border-color: rgba(177, 226, 255, 0.82);
  background: linear-gradient(180deg, #2f97ff, #1568e0);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 0 1.85rem rgba(42, 148, 255, 0.44);
  transform: translateY(-1px);
}

.results-stage {
  --stage-pad: clamp(0.65rem, 0.85vw, 0.9rem);
  --info-w: clamp(19rem, 27%, 25rem);
  position: relative;
  display: block;
  min-height: clamp(17rem, 21.8vw, 21.8rem);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 1.35rem;
  padding: var(--stage-pad);
  background:
    linear-gradient(180deg, rgba(8, 15, 27, 0.56), rgba(4, 9, 18, 0.68) 66%, rgba(4, 8, 14, 0.5)),
    linear-gradient(90deg, rgba(61, 165, 255, 0.08), rgba(61, 165, 255, 0.02) 40%, rgba(2, 7, 14, 0.28) 78%, rgba(2, 7, 14, 0.56)),
    rgba(8, 13, 22, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(120, 210, 255, 0.045),
    0 1.7rem 4.6rem rgba(0, 0, 0, 0.32);
  isolation: isolate;
  backdrop-filter: blur(0.4rem) saturate(1.08);
  -webkit-backdrop-filter: blur(0.4rem) saturate(1.08);
}

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

.results-stage::before {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 18%, transparent 76%, rgba(5, 10, 17, 0.16)),
    linear-gradient(90deg, transparent 0 62%, rgba(2, 7, 14, 0.44) 78%, rgba(2, 7, 14, 0.68));
}

.results-stage::after {
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(5, 10, 17, 0), rgba(5, 10, 17, 0.28) 64%, rgba(5, 10, 17, 0.5));
  opacity: 0.78;
}

/*
 * The canvas spans the full stage (equal padding on every edge) and sits behind
 * the glass info panel, so cards recede behind the panel instead of vanishing.
 * It's absolutely positioned so it never feeds its bitmap size back into layout.
 */
.results-showcase {
  position: absolute;
  inset: var(--stage-pad);
  z-index: 1;
}

.results-canvas-shell {
  position: absolute;
  inset: 0;
  z-index: 1;
}

#results-carousel {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  /* Let the page scroll vertically, but hand horizontal swipes to JS so you
     can flip through the cards like a book on touch devices. */
  touch-action: pan-y;
}

#results-carousel.is-hovering-card {
  cursor: pointer;
}

.results-carousel-dots {
  position: absolute;
  z-index: 3;
  bottom: 0.35rem;
  left: 0;
  right: calc(var(--info-w) + 0.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 1.3rem;
}

.results-carousel-dot {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(90, 148, 255, 0.38);
  box-shadow: 0 0 0.48rem rgba(69, 144, 255, 0.35);
  cursor: pointer;
  opacity: 0.72;
  transition:
    width 240ms cubic-bezier(0.2, 0.86, 0.2, 1),
    background-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.results-carousel-dot:hover {
  background: rgba(116, 211, 255, 0.9);
  box-shadow:
    0 0 0.65rem rgba(86, 190, 255, 0.72),
    0 0 1.15rem rgba(38, 126, 255, 0.34);
  opacity: 1;
  transform: scale(1.22);
}

.results-carousel-dot.is-active {
  width: 1.22rem;
  background: linear-gradient(90deg, #7be5ff, #3c87ff);
  box-shadow:
    0 0 0.75rem rgba(108, 207, 255, 0.88),
    0 0 1.35rem rgba(39, 122, 255, 0.46);
  opacity: 1;
}

.results-carousel-dot:focus-visible {
  outline: 2px solid rgba(172, 235, 255, 0.95);
  outline-offset: 0.28rem;
}

.carousel-info {
  position: relative;
  z-index: 2;
  margin-left: auto;
  width: var(--info-w);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(216, 240, 255, 0.12);
  border-radius: 1rem;
  padding: clamp(1.05rem, 1.5vw, 1.45rem);
  overflow: hidden;
  /* Frosted glass: more see-through, stronger blur so the cards behind read as
     a soft frosted presence while the text stays legible. */
  background:
    radial-gradient(circle at 16% 0%, rgba(125, 222, 255, 0.12), transparent 12rem),
    linear-gradient(160deg, rgba(16, 26, 42, 0.18), rgba(7, 13, 25, 0.26));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(145, 232, 255, 0.1),
    0 1.3rem 3.2rem rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2.8rem) saturate(1.9) brightness(1.06);
  -webkit-backdrop-filter: blur(2.8rem) saturate(1.9) brightness(1.06);
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.carousel-info:hover {
  border-color: rgba(154, 226, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(145, 232, 255, 0.1),
    0 1.25rem 2.65rem rgba(0, 0, 0, 0.34),
    0 0 1.8rem rgba(83, 185, 255, 0.12);
  transform: translateY(-2px);
}

.carousel-info::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 28%),
    radial-gradient(circle at 98% 8%, rgba(255, 255, 255, 0.07), transparent 6rem);
  pointer-events: none;
  content: "";
}

.carousel-info > * {
  position: relative;
  z-index: 1;
  transition:
    opacity 280ms cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 280ms cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.carousel-info.is-changing > * {
  opacity: 0;
  filter: blur(0.4rem);
  transform: translateY(0.5rem);
}

.carousel-info-top,
.carousel-info-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.carousel-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 1.8rem;
  padding: 0 0.68rem;
  border: 1px solid rgba(75, 255, 116, 0.26);
  border-radius: 0.44rem;
  color: #7cff93;
  background: rgba(29, 189, 73, 0.13);
  font-size: 0.72rem;
  font-weight: 840;
  letter-spacing: 0.03rem;
}

.carousel-live-badge::before {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0.75rem rgba(93, 255, 132, 0.82);
  content: "";
}

.carousel-info-menu {
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  color: rgba(244, 250, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 820;
}

.carousel-info-menu {
  letter-spacing: 0.07rem;
}

.carousel-info-body {
  display: grid;
  gap: 0.62rem;
  margin: clamp(0.75rem, 1.45vw, 1.15rem) 0;
}

.carousel-info-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  justify-self: stretch;
  overflow: hidden;
  border: 1px solid rgba(135, 213, 255, 0.2);
  border-radius: 0.82rem;
  background:
    radial-gradient(circle at 28% 22%, rgba(84, 190, 255, 0.2), transparent 46%),
    linear-gradient(135deg, rgba(13, 31, 48, 0.94), rgba(4, 10, 19, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0.85rem 1.7rem rgba(0, 0, 0, 0.2),
    0 0 1.35rem rgba(65, 174, 255, 0.1);
  contain: layout paint;
}

.carousel-info-thumbnail::before {
  position: absolute;
  inset: -24%;
  background:
    radial-gradient(circle at 34% 42%, rgba(110, 218, 255, 0.2), transparent 28%),
    linear-gradient(110deg, transparent 28%, rgba(255, 255, 255, 0.1) 44%, transparent 61%);
  opacity: 0.52;
  transform: translateX(-16%);
  transition:
    opacity 240ms ease,
    transform 520ms ease;
  z-index: 0;
  content: "";
}

.carousel-info-thumbnail::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 38%),
    linear-gradient(0deg, rgba(3, 8, 15, 0.22), transparent 58%);
  pointer-events: none;
  z-index: 2;
  content: "";
}

.carousel-info-thumbnail img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  filter: blur(14px);
  transition:
    opacity 240ms ease,
    transform 460ms ease,
    filter 420ms ease;
  z-index: 1;
  will-change: opacity, transform, filter;
}

.carousel-info-thumbnail.is-loaded::before {
  opacity: 0;
  transform: translateX(12%);
}

.carousel-info-thumbnail.is-loaded img {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.carousel-info h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.08rem, 1.25vw, 1.42rem);
  font-weight: 820;
  line-height: 1.18;
  text-shadow: 0 0 0.8rem rgba(125, 202, 255, 0.24);
  /* Lock to one line so a long name can't change the card height. */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  min-height: 1.18em;
  overflow: hidden;
}

.carousel-info p {
  margin: 0;
  color: rgba(226, 235, 245, 0.72);
  line-height: 1.4;
  /* Fixed 3-line block with an ellipsis — keeps the card (and the page) from
     jumping when descriptions differ in length between games. */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 4.2em;
  overflow: hidden;
}

.carousel-info dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0.78rem 0;
  border-top: 1px solid rgba(226, 243, 255, 0.14);
  border-bottom: 1px solid rgba(226, 243, 255, 0.14);
}

.carousel-info dl div {
  padding: 0 0.75rem;
}

.carousel-info dl div:first-child {
  padding-left: 0;
}

.carousel-info dl div + div {
  border-left: 1px solid rgba(226, 243, 255, 0.1);
}

.carousel-info dt {
  color: rgba(226, 235, 245, 0.56);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}

.carousel-info dd {
  margin: 0.28rem 0 0;
  color: #f7fbff;
  font-size: clamp(1.08rem, 1.24vw, 1.35rem);
  font-weight: 820;
}

.carousel-info-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  border: 1px solid rgba(109, 185, 255, 0.6);
  border-radius: 0.72rem;
  color: #ffffff;
  background: linear-gradient(180deg, #258dff, #0f67df);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 1.45rem rgba(28, 124, 255, 0.34);
  font-weight: 820;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.carousel-info-action:hover {
  border-color: rgba(177, 226, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 0 1.85rem rgba(42, 148, 255, 0.44);
  transform: translateY(-1px);
}

.carousel-info-footer {
  padding-top: 1rem;
  border-top: 1px solid rgba(226, 243, 255, 0.12);
  color: rgba(226, 235, 245, 0.58);
  font-size: 0.82rem;
}

.best-results-section .section-heading {
  display: grid;
  justify-items: center;
  max-width: 58rem;
  margin: 0 auto clamp(1.8rem, 3vw, 2.6rem);
  text-align: center;
}

.best-results-section .section-heading h2 {
  text-shadow:
    0 0 0.5rem rgba(255, 255, 255, 0.28),
    0 0 1.4rem rgba(76, 146, 255, 0.28);
}

.best-results-highlight {
  display: inline-block;
  color: transparent;
  background:
    linear-gradient(100deg, #dff6ff 0%, #7db7ff 26%, #8d74ff 58%, #42a7ff 100%);
  background-size: 180% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 0.65rem rgba(91, 135, 255, 0.68));
  animation: passionFlow 4.4s ease-in-out infinite alternate;
}

/* One-shot gradient sweep + glow burst when the word first appears, then it
   settles back into the continuous passionFlow shimmer. */
.gradient-go {
  animation:
    gradientIntro 1.3s cubic-bezier(0.2, 0.7, 0.2, 1) both,
    passionFlow 4.4s ease-in-out 1.3s infinite alternate;
}

@keyframes gradientIntro {
  0% {
    background-position: 130% 50%;
    filter: drop-shadow(0 0 0 rgba(120, 165, 255, 0));
  }
  55% {
    filter: drop-shadow(0 0 1.7rem rgba(150, 195, 255, 0.92));
  }
  100% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 0.65rem rgba(91, 135, 255, 0.68));
  }
}

.contact-form {
  position: relative;
  display: grid;
  gap: 1rem;
  justify-self: stretch;
  width: 100%;
  overflow: hidden;
  border-color: rgba(125, 203, 255, 0.28);
  border-radius: 1.2rem;
  padding: clamp(1.2rem, 1.6vw, 1.65rem);
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 0%, rgba(107, 218, 255, 0.14), transparent 13rem),
    radial-gradient(circle at 100% 100%, rgba(47, 142, 255, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(11, 19, 32, 0.88), rgba(4, 9, 18, 0.94)),
    rgba(5, 11, 21, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -2.8rem 5.4rem rgba(63, 160, 255, 0.055),
    0 1.45rem 3.3rem rgba(0, 0, 0, 0.34),
    0 0 1.65rem rgba(47, 142, 255, 0.1);
  backdrop-filter: blur(1.05rem) saturate(1.45);
  -webkit-backdrop-filter: blur(1.05rem) saturate(1.45);
}

.site-footer {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-top: -1px;
  padding: clamp(4rem, 6.2vw, 5.6rem) 0 1.7rem;
  background: transparent;
}

.footer-glow {
  position: absolute;
  inset: auto 0 -2rem;
  height: 16rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(65, 174, 255, 0), rgba(65, 174, 255, 0.035), rgba(5, 7, 11, 0));
  filter: none;
  opacity: 1;
}

.footer-inner {
  position: relative;
}

.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.84fr));
  gap: clamp(1.5rem, 3vw, 2.8rem);
  padding-top: 2rem;
  border-top: 0;
}

.footer-grid::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(197, 229, 255, 0.11) 48%, transparent);
  opacity: 0.72;
  content: "";
}

.footer-brand {
  max-width: 22rem;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 780;
}

.footer-logo-mark {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
}

.footer-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 0.5rem rgba(136, 223, 255, 0.42));
}

.footer-brand p {
  max-width: 20rem;
  margin: 1rem 0 0;
  color: rgba(226, 235, 245, 0.56);
  line-height: 1.65;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.15rem;
}

.footer-socials a {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border: 1px solid rgba(236, 248, 255, 0.08);
  border-radius: 999px;
  color: rgba(226, 235, 245, 0.52);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.footer-socials a:hover {
  border-color: rgba(109, 171, 255, 0.3);
  color: #ffffff;
  background: rgba(0, 98, 255, 0.12);
  transform: translateY(-1px);
}

.footer-social-roblox {
  position: relative;
  display: block;
  width: 0.88rem;
  height: 0.88rem;
  border: 2px solid currentColor;
  box-sizing: border-box;
  transform: rotate(14deg);
}

.footer-social-roblox::before {
  position: absolute;
  inset: 26%;
  background: currentColor;
  content: "";
}

.footer-column {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.footer-column h3 {
  margin: 0 0 0.35rem;
  color: rgba(226, 235, 245, 0.4);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-column button,
.footer-column a {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(226, 235, 245, 0.66);
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: color 180ms ease;
}

.footer-column button:hover,
.footer-column a:hover {
  color: #ffffff;
}

.footer-contact p {
  max-width: 18rem;
  margin: 0;
  color: rgba(226, 235, 245, 0.58);
  line-height: 1.62;
}

.footer-contact-cta {
  margin: 0.7rem 0 0;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: transparent;
  background: linear-gradient(100deg, #dff6ff 0%, #8fd0ff 45%, #6aa6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 1.2rem rgba(108, 180, 255, 0.22);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.8rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(236, 248, 255, 0.08);
  color: rgba(226, 235, 245, 0.46);
  font-size: 0.84rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ffffff;
}

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

.contact-form::before {
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  background:
    linear-gradient(rgba(3, 7, 13, 0.84), rgba(3, 7, 13, 0.84)) padding-box,
    conic-gradient(
      from var(--analytics-card-angle),
      rgba(143, 234, 255, 0.04),
      rgba(143, 234, 255, 0.35),
      rgba(77, 155, 255, 0.1),
      rgba(143, 234, 255, 0.05)
    ) border-box;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0.68;
  animation: analyticsBorderSpin 10s linear infinite;
}

.contact-form::after {
  inset: auto 1px 1px;
  z-index: 0;
  height: 45%;
  border-radius: 0 0 calc(1.2rem - 1px) calc(1.2rem - 1px);
  background:
    radial-gradient(ellipse at 50% 100%, rgba(116, 189, 255, 0.18), transparent 64%),
    linear-gradient(0deg, rgba(84, 154, 218, 0.08), transparent 78%);
  opacity: 0.78;
}

.contact-form .field {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
}

.contact-form .field-control {
  margin-top: 0.5rem;
}

.contact-form .field-label {
  color: rgba(233, 242, 251, 0.92);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.contact-form .field-control {
  position: relative;
  z-index: 1;
}

.contact-form .field-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1.08rem;
  height: 1.08rem;
  transform: translateY(-50%);
  color: rgba(150, 205, 255, 0.72);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
  z-index: 4;
  transition: color 180ms ease;
}

.contact-form .field-control-textarea .field-icon {
  top: 1.05rem;
  transform: none;
}

.contact-method-row {
  display: grid;
  grid-template-columns: minmax(10rem, 0.45fr) minmax(12rem, 0.55fr);
  align-items: start;
  gap: 1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid rgba(125, 203, 255, 0.2);
  border-radius: 0.8rem;
  padding: 0.92rem 1rem 0.92rem 2.95rem;
  color: var(--ink);
  font-family: inherit;
  font-size: 0.95rem;
  background:
    linear-gradient(180deg, rgba(8, 16, 30, 0.76), rgba(4, 9, 18, 0.86)),
    rgba(5, 9, 16, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0.55rem 1.2rem rgba(0, 0, 0, 0.12);
  outline: none;
  resize: vertical;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.contact-form textarea {
  min-height: 8.5rem;
  line-height: 1.5;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(206, 222, 240, 0.4);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(159, 232, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 4px rgba(159, 232, 255, 0.1),
    0 0 1.25rem rgba(47, 142, 255, 0.18);
}

.contact-form .field-control:focus-within .field-icon {
  color: rgba(180, 224, 255, 0.95);
}

/* Inline validation */
.contact-form .field-error {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  transform: translateY(-0.25rem);
  overflow: hidden;
  color: #ff9bb0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition:
    max-height 240ms ease,
    opacity 200ms ease,
    transform 240ms ease,
    margin-top 240ms ease;
}

.contact-form .field.has-error .field-error {
  max-height: 2.6rem;
  margin-top: 0.45rem;
  opacity: 1;
  transform: translateY(0);
}

.contact-form .field.has-error input,
.contact-form .field.has-error textarea,
.contact-form .field.has-error .choices__inner {
  border-color: rgba(255, 122, 150, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 3px rgba(255, 96, 124, 0.14);
}

.contact-form .field.has-error .field-icon {
  color: rgba(255, 150, 170, 0.85);
}

/* ---- Choices.js theming: match the dark glass inputs ---- */
.contact-form .choices {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.contact-form .choices:focus {
  outline: none;
}

/* While a dropdown is open, lift its field above the later fields so the
   panel is never covered (all fields otherwise share z-index: 1). */
.contact-form .field.is-dropdown-open {
  z-index: 30;
}

.contact-form .choices__inner {
  display: flex;
  align-items: center;
  min-height: 3.15rem;
  padding: 0.4rem 2.6rem 0.4rem 2.95rem;
  border: 1px solid rgba(125, 203, 255, 0.2);
  border-radius: 0.8rem;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(8, 16, 30, 0.76), rgba(4, 9, 18, 0.86)),
    rgba(5, 9, 16, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0.55rem 1.2rem rgba(0, 0, 0, 0.12);
  font-size: 0.95rem;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-form .choices.is-focused .choices__inner,
.contact-form .choices.is-open .choices__inner {
  border-color: rgba(159, 232, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 4px rgba(159, 232, 255, 0.1),
    0 0 1.25rem rgba(47, 142, 255, 0.18);
}

.contact-form .choices__list--single {
  padding: 0;
}

.contact-form .choices__list--single .choices__item {
  color: var(--ink);
}

.contact-form .choices[data-type*="select-one"]::after {
  right: 1.05rem;
  border-color: rgba(160, 210, 255, 0.78) transparent transparent;
  border-width: 5px 5px 0;
  margin-top: -2px;
}

.contact-form .choices[data-type*="select-one"].is-open::after {
  border-color: transparent transparent rgba(180, 224, 255, 0.95);
  margin-top: -6px;
}

.contact-form .choices__list--dropdown,
.contact-form .choices__list[aria-expanded] {
  margin-top: 0.4rem;
  border: 1px solid rgba(140, 210, 255, 0.24);
  border-radius: 0.8rem;
  background: linear-gradient(180deg, #0c1422, #060c16);
  box-shadow:
    0 1.4rem 3.2rem rgba(0, 0, 0, 0.5),
    0 0 1.4rem rgba(47, 142, 255, 0.12);
  overflow: hidden;
  /* Drive show/hide via opacity instead of Choices' visibility toggle, so BOTH
     the entrance and the exit animate (a visibility flip would cancel the
     fade-out). Override Choices' visibility:hidden and gate clicks with
     pointer-events instead. */
  visibility: visible;
  opacity: 0;
  transform: translateY(-0.55rem) scale(0.97);
  transform-origin: top center;
  pointer-events: none;
  will-change: opacity, transform;
  transition:
    opacity 190ms ease,
    transform 260ms cubic-bezier(0.2, 0.7, 0.3, 1);
}

.contact-form .choices__list--dropdown.is-active,
.contact-form .choices__list[aria-expanded].is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* Flipped dropdown (opens upward near the viewport bottom): mirror the motion. */
.contact-form .choices.is-flipped .choices__list--dropdown {
  margin-top: 0;
  margin-bottom: 0.4rem;
  transform-origin: bottom center;
  transform: translateY(0.55rem) scale(0.97);
}

.contact-form .choices.is-flipped .choices__list--dropdown.is-active {
  transform: translateY(0) scale(1);
}

.contact-form .choices__list--dropdown .choices__item,
.contact-form .choices__list[aria-expanded] .choices__item {
  padding: 0.65rem 1rem;
  color: rgba(226, 235, 245, 0.78);
  font-size: 0.92rem;
}

.contact-form .choices__list--dropdown .choices__item--selectable.is-highlighted,
.contact-form .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: linear-gradient(90deg, rgba(80, 165, 255, 0.22), rgba(80, 165, 255, 0.08));
  color: #ffffff;
}

.contact-form .choices__list--dropdown .choices__item--selectable.is-selected {
  color: var(--aqua);
}

.contact-form .choices__list--dropdown .choices__item--selectable::after {
  display: none;
}

/* Submit button + send animation */
.contact-form .primary-action {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 3.2rem;
  border-radius: 0.82rem;
}

.contact-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  overflow: hidden;
  border: 1px solid rgba(109, 185, 255, 0.6);
  color: #ffffff;
  background: linear-gradient(180deg, #258dff, #0f67df);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 1.45rem rgba(28, 124, 255, 0.34);
  font-weight: 820;
  cursor: pointer;
  transition:
    border-color 200ms ease,
    box-shadow 240ms ease,
    transform 180ms ease;
}

.contact-submit > * {
  position: relative;
  z-index: 1;
}

/* Green success layer fades in over the blue gradient (smooth Sent state). */
.contact-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 0%, rgba(180, 255, 210, 0.4), transparent 44%),
    linear-gradient(180deg, #24c46c, #0fa455);
  opacity: 0;
  pointer-events: none;
  transition: opacity 480ms ease;
}

.contact-submit:hover {
  border-color: rgba(177, 226, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 0 1.85rem rgba(42, 148, 255, 0.44);
  transform: translateY(-1px);
}

.contact-submit-spinner {
  display: none;
  width: 1.1rem;
  height: 1.1rem;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: contactSpin 0.7s linear infinite;
}

.contact-submit.is-sending {
  cursor: progress;
}

.contact-submit.is-sending .contact-submit-spinner {
  display: inline-block;
}

.contact-submit.is-sending .contact-submit-label {
  opacity: 0.78;
}

.contact-submit.is-success {
  border-color: rgba(123, 255, 170, 0.65);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 0 1.7rem rgba(36, 196, 108, 0.42);
}

.contact-submit.is-success::after {
  opacity: 1;
}

@keyframes contactSpin {
  to {
    transform: rotate(360deg);
  }
}

.contact-reassure {
  position: relative;
  z-index: 1;
  margin: -0.15rem 0 0;
  color: rgba(206, 222, 240, 0.56);
  font-size: 0.82rem;
  text-align: center;
}

.contact-message {
  position: relative;
  z-index: 1;
  min-height: 1.3rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  opacity: 0;
  transform: translateY(0.25rem);
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.contact-message.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.contact-message.is-error {
  color: #ff9bb0;
}

.contact-message.is-ok {
  color: #7cffa6;
}

/* ---- Cloudflare Turnstile verification modal ---- */
.captcha-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.captcha-modal[hidden] {
  display: none;
}

.captcha-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 14, 0.62);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  opacity: 0;
  transition: opacity 240ms ease;
}

.captcha-modal.is-open .captcha-backdrop {
  opacity: 1;
}

.captcha-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 25rem);
  border-radius: 1.1rem;
  padding: 1.7rem 1.6rem 1.5rem;
  text-align: center;
  border-color: rgba(125, 203, 255, 0.3);
  background:
    radial-gradient(circle at 20% 0%, rgba(107, 218, 255, 0.16), transparent 13rem),
    linear-gradient(180deg, rgba(11, 19, 32, 0.97), rgba(4, 9, 18, 0.99));
  opacity: 0;
  transform: translateY(0.85rem) scale(0.96);
  transition:
    opacity 240ms ease,
    transform 300ms cubic-bezier(0.2, 0.8, 0.3, 1);
}

.captcha-modal.is-open .captcha-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.captcha-dialog h3 {
  margin: 0.2rem 0 0.45rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 820;
}

.captcha-dialog p {
  margin: 0 0 1.15rem;
  color: rgba(226, 235, 245, 0.72);
  font-size: 0.9rem;
}

.captcha-widget {
  display: flex;
  justify-content: center;
  min-height: 65px;
}

.captcha-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid rgba(226, 243, 255, 0.16);
  border-radius: 999px;
  color: rgba(226, 235, 245, 0.8);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 200ms ease;
}

.captcha-close:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(226, 243, 255, 0.32);
  transform: rotate(90deg);
}

.captcha-close svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

@keyframes glowPulse {
  from {
    filter: drop-shadow(0 0 0.42rem rgba(188, 239, 255, 0.42));
  }

  to {
    filter:
      drop-shadow(0 0 0.55rem rgba(188, 239, 255, 0.68))
      drop-shadow(0 0 1.15rem rgba(185, 183, 255, 0.32));
  }
}

@keyframes dustDrift {
  from {
    background-position:
      8% 12%,
      41% 28%,
      78% 7%;
  }

  to {
    background-position:
      14% 32%,
      35% 6%,
      84% 29%;
  }
}

@keyframes glassSheen {
  0%,
  100% {
    transform: translateX(-22%) rotate(8deg);
  }

  50% {
    transform: translateX(18%) rotate(8deg);
  }
}

@keyframes glassBorderFlow {
  to {
    --glass-angle: 360deg;
  }
}

@keyframes charIn {
  0% {
    opacity: 0.16;
    filter: blur(0.54rem);
    transform: scale(1.16) translateY(-0.01em);
  }

  70% {
    opacity: 0.9;
    filter: blur(0.08rem);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes charOut {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }

  100% {
    opacity: 0.18;
    filter: blur(0.28rem);
    transform: scale(0.88) translateY(0.025em);
  }
}

@keyframes caretBlink {
  50% {
    opacity: 0.34;
  }
}

@keyframes loaderPulse {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.78;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes passionFlow {
  0% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 0.45rem rgba(91, 135, 255, 0.52));
  }

  100% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 0.95rem rgba(78, 161, 255, 0.78));
  }
}

@keyframes analyticsBorderSpin {
  to {
    --analytics-card-angle: 360deg;
  }
}

@keyframes analyticsCardLevitate {
  0%,
  100% {
    --analytics-float-y: 0px;
  }

  50% {
    --analytics-float-y: -6px;
  }
}

@media (max-width: 1180px) {
  .site-header {
    width: min(100% - 1.4rem, 112rem);
  }

  .topbar-pill {
    gap: 0.65rem;
    padding: 0.34rem 0.42rem 0.34rem 0.38rem;
  }

  .main-nav button {
    padding: 0.38rem 0.56rem;
    font-size: 0.8rem;
  }

  .games-button {
    min-width: 8rem;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 1.7rem;
  }

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

  .analytics-card-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .analytics-card,
  .analytics-card-wide,
  .analytics-card-visits,
  .analytics-card-compact {
    grid-template-columns: minmax(13rem, 0.55fr) minmax(18rem, 1fr);
  }

  .analytics-card-visits {
    grid-row: auto;
    min-height: clamp(18rem, 38vw, 25rem);
  }

  .analytics-card-visits .analytics-card-copy {
    grid-template-columns: minmax(13rem, 0.55fr) minmax(18rem, 1fr);
  }

  .analytics-card-visits .analytics-card-copy p {
    grid-column: 2;
    grid-row: 1;
    max-width: 24rem;
  }

  .analytics-card-visits .analytics-learn-more {
    grid-column: 2;
    grid-row: 2;
  }

  .analytics-card-visits .analytics-card-copy strong {
    font-size: clamp(3.2rem, 5vw, 4.5rem);
  }

  .analytics-card-visits .analytics-chart-shell,
  .analytics-card-visits .analytics-chart-shell canvas {
    min-height: 12rem;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 0.9fr));
  }

  .footer-column:last-child {
    grid-column: 1 / -1;
    max-width: 28rem;
  }

  h1 {
    min-height: 14.6rem;
    font-size: 4.1rem;
  }

  .hero-scene {
    min-height: 34rem;
    margin: -2rem 0 0;
  }

  #cloud-scene {
    inset: -4rem -2rem -2rem;
    width: calc(100% + 4rem);
    height: calc(100% + 6rem);
  }

}

@media (min-width: 900px) and (max-height: 920px) {
  .analytics-section {
    padding: 2rem 0;
  }

  .analytics-layout {
    gap: 1.35rem;
  }

  .analytics-pill {
    min-height: 2.15rem;
    margin-bottom: 0.85rem;
    font-size: 0.74rem;
  }

  .analytics-hero h2 {
    font-size: clamp(3.3rem, 4.25vw, 4.45rem);
    line-height: 1.1;
  }

  .analytics-hero > p:not(.analytics-pill) {
    max-width: 44rem;
    margin-top: 1.05rem;
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .analytics-card {
    min-height: 10rem;
    padding: 1.2rem 1.35rem;
  }

  .analytics-card-visits {
    min-height: 26.8rem;
  }

  .analytics-card-visits .analytics-chart-shell,
  .analytics-card-visits .analytics-chart-shell canvas {
    min-height: 15rem;
  }

  .analytics-card-compact {
    min-height: 8.25rem;
    padding: 1.15rem 1.3rem;
  }

  .analytics-card-compact .analytics-chart-shell,
  .analytics-card-compact .analytics-chart-shell canvas {
    min-height: 6.35rem;
  }

  .analytics-contact-card.analytics-card {
    min-height: 8.25rem;
    padding: 1.15rem 1.3rem;
  }

  .analytics-card-copy strong {
    font-size: clamp(2.25rem, 3.2vw, 3.15rem);
  }

  .analytics-card-copy > .analytics-card-kicker {
    margin-top: 0.55rem;
    font-size: 0.82rem;
    line-height: 1.32;
  }

  .analytics-card-copy p {
    max-width: 22rem;
    margin-top: 0.44rem;
    font-size: 0.94rem;
    line-height: 1.4;
  }

  .analytics-card-visits .analytics-card-copy strong {
    font-size: clamp(3.35rem, 4.8vw, 4.75rem);
  }

  .analytics-chart-shell,
  .analytics-chart-shell canvas {
    min-height: 8.4rem;
  }

  .analytics-contact-card h3 {
    font-size: 1.78rem;
  }

  .analytics-contact-card > div > span {
    margin-top: 0.52rem;
    font-size: 0.74rem;
  }

  .analytics-contact-card p {
    margin: 0.36rem 0 0.56rem;
    font-size: 0.86rem;
    line-height: 1.36;
  }

  .analytics-contact-card .glass-button {
    min-height: 2.62rem;
    padding: 0 1.15rem;
  }

  .analytics-contact-card .glass-button span {
    margin: 0;
    font-size: 0.74rem;
    line-height: 1;
  }
}

@media (max-width: 980px) {
  .results-stage {
    min-height: 0;
  }

  .results-showcase {
    position: relative;
    inset: auto;
  }

  .results-canvas-shell {
    position: relative;
    min-height: 23rem;
  }

  .results-carousel-dots {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 0.45rem;
  }

  .carousel-info {
    width: 100%;
    margin-left: 0;
    margin-top: clamp(0.65rem, 0.85vw, 0.9rem);
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding-top: 6.2rem;
  }

  .site-header,
  .hero,
  .section-inner {
    width: min(100% - 1.5rem, 112rem);
  }

  .site-header {
    top: 0.7rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    width: min(100% - 1rem, 112rem);
  }

  .brand-name {
    font-size: 0.94rem;
  }

  .brand-subtitle {
    display: none;
  }

  .topbar-pill {
    width: 100%;
    padding: 0.35rem 0.4rem 0.35rem 0.36rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .topbar-pill::-webkit-scrollbar,
  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav {
    flex: 1 0 auto;
    width: max-content;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .main-nav button {
    padding: 0.32rem 0.5rem;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .glass-button {
    min-height: 3.25rem;
    border-radius: 0.8rem;
  }

  .games-button {
    display: none;
  }

  .hero {
    padding: 1.7rem 0 4rem;
  }

  .eyebrow {
    font-size: 0.74rem;
    line-height: 1.48;
  }

  h1 {
    min-height: 11.2rem;
    font-size: 3.08rem;
  }

  .hero-text {
    font-size: 1.05rem;
  }

  .hero-actions {
    gap: 0.75rem;
  }

  .primary-action,
  .secondary-action {
    min-width: 100%;
  }

  .hero-scene {
    min-height: 27rem;
    margin-top: -2.4rem;
  }

  #cloud-scene {
    inset: -5.2rem -4rem -2rem;
    width: calc(100% + 8rem);
    height: calc(100% + 7.2rem);
  }

  .contact-method-row,
  .carousel-info dl {
    grid-template-columns: 1fr;
  }

  .results-stage {
    min-height: 0;
    padding: 0.7rem;
  }

  .results-canvas-shell {
    min-height: 19rem;
  }

  .carousel-info dl {
    gap: 0;
  }

  .carousel-info dl div {
    padding: 0;
  }

  .carousel-info dl div + div {
    border-top: 1px solid rgba(226, 243, 255, 0.1);
    border-left: 0;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
  }

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

  .footer-column:last-child {
    grid-column: auto;
    max-width: none;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .analytics-section {
    min-height: auto;
    padding: 4.5rem 0 4rem;
  }

  .analytics-hero {
    justify-items: start;
    text-align: left;
  }

  .analytics-pill {
    min-height: 2.45rem;
    padding: 0 0.9rem;
    font-size: 0.72rem;
    letter-spacing: 0.16rem;
  }

  .analytics-card,
  .analytics-card-wide,
  .analytics-card-visits,
  .analytics-card-compact {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 1.15rem;
  }

  .analytics-card-visits {
    grid-row: auto;
  }

  .analytics-card-visits .analytics-card-copy {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .analytics-card-visits .analytics-card-copy strong,
  .analytics-card-visits .analytics-card-copy > .analytics-card-kicker,
  .analytics-card-visits .analytics-card-copy p,
  .analytics-card-visits .analytics-learn-more {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    max-width: 100%;
  }

  .analytics-card-visits .analytics-trend-pill {
    position: static;
    justify-self: start;
    margin: 0.9rem 0 0.7rem;
  }

  .analytics-card-copy strong {
    font-size: 3.2rem;
  }

  .analytics-card-copy > .analytics-card-kicker {
    margin-top: 0.8rem;
    font-size: 0.78rem;
  }

  .analytics-card-copy p {
    margin-top: 0.65rem;
  }

  .analytics-chart-shell,
  .analytics-chart-shell canvas {
    min-height: 12rem;
  }

  .analytics-card-visits .analytics-chart-shell,
  .analytics-card-visits .analytics-chart-shell canvas {
    min-height: 15rem;
  }

  .analytics-contact-card > div::before {
    inset: -3rem -10rem -4rem -1.5rem;
  }

}

@media (max-width: 440px) {
  h1 {
    min-height: 9.4rem;
    font-size: 2.52rem;
  }

  .hero-scene {
    min-height: 23rem;
  }

  .analytics-hero h2 {
    font-size: 2.35rem;
  }

  .analytics-chart-shell,
  .analytics-chart-shell canvas {
    min-height: 10.5rem;
  }
}

/* Reference-style analytics redesign */
.analytics-section {
  min-height: auto;
  padding: clamp(3.6rem, 4.8vw, 5.4rem) 0;
  background:
    linear-gradient(180deg, #050a11 0%, rgba(5, 10, 17, 0.82) 8rem, rgba(5, 10, 17, 0) 24rem, rgba(5, 10, 17, 0) calc(100% - 20rem), rgba(4, 8, 14, 0.46) 100%);
  font-family: var(--site-font-family);
}

.analytics-layout {
  display: grid;
  gap: clamp(1.35rem, 1.85vw, 2.1rem);
}

.analytics-stats-rail {
  display: grid;
  grid-template-columns: repeat(9, auto);
  justify-content: center;
  align-items: center;
  gap: clamp(1.9rem, 3.2vw, 4rem);
  min-height: 2rem;
  color: rgba(247, 251, 255, 0.76);
  font-size: clamp(0.84rem, 1vw, 1.02rem);
  font-weight: 860;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  text-shadow: 0 0 1rem rgba(77, 155, 255, 0.18);
  white-space: nowrap;
}

.analytics-stats-rail i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 0.08rem;
  background: #2f8eff;
  box-shadow: 0 0 0.9rem rgba(47, 142, 255, 0.7);
  transform: rotate(45deg);
}

.analytics-card-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(11.9rem, 0.78fr) minmax(11.9rem, 0.78fr) minmax(13.8rem, 0.86fr);
  grid-template-areas:
    "peak peak peak peak peak peak total total total total total total"
    "peak peak peak peak peak peak games games games games games games"
    "rating rating rating rating rating contact contact contact contact contact contact contact";
  gap: clamp(0.9rem, 1.25vw, 1.25rem);
  align-items: stretch;
}

.analytics-card {
  --analytics-card-primary: #2f8eff;
  --analytics-card-accent: #62bdff;
  --analytics-metric-color: #62bdff;
  --analytics-glow-size: 0.7rem;
  position: relative;
  display: grid;
  grid-template-columns: minmax(14rem, 0.44fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.25rem, 2vw, 2.2rem);
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(1.55rem, 1.95vw, 2.45rem);
  border: 1px solid rgba(47, 142, 255, 0.36);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 82% 42%, rgba(47, 142, 255, 0.11), transparent 21rem),
    linear-gradient(180deg, rgba(4, 8, 15, 0.94), rgba(2, 5, 10, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 1.4rem 3.2rem rgba(0, 0, 0, 0.34),
    0 0 calc(1rem + var(--analytics-glow-size)) rgba(47, 142, 255, 0.12);
  animation: none;
  translate: 0;
  transform: none;
  backdrop-filter: blur(1.05rem) saturate(1.35);
  -webkit-backdrop-filter: blur(1.05rem) saturate(1.35);
}

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

.analytics-card::before {
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  padding: 1px;
  background:
    linear-gradient(rgba(2, 5, 10, 0.98), rgba(2, 5, 10, 0.98)) padding-box,
    linear-gradient(135deg, rgba(98, 189, 255, 0.34), rgba(47, 142, 255, 0.2), rgba(98, 189, 255, 0.05)) border-box;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0.86;
  filter: none;
  animation: none;
}

.analytics-card::after {
  inset: 0;
  z-index: 1;
  height: auto;
  border-radius: inherit;
  background:
    radial-gradient(circle at 86% 44%, rgba(47, 142, 255, 0.16), transparent 17rem),
    linear-gradient(0deg, rgba(47, 142, 255, 0.035), transparent 45%);
  opacity: 0.9;
  filter: none;
}

.analytics-card-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: start;
  max-width: 26rem;
}

.analytics-card-copy strong {
  color: #ffffff;
  font-size: clamp(2.7rem, 4vw, 4.25rem);
  font-weight: 820;
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow:
    0 0 0.25rem rgba(255, 255, 255, 0.18),
    0 0 1.1rem rgba(47, 142, 255, 0.18);
}

.analytics-card-copy > span {
  margin-top: 1.05rem;
  color: var(--analytics-metric-color);
  font-size: clamp(0.82rem, 0.95vw, 0.98rem);
  font-weight: 860;
  letter-spacing: 0.18rem;
  line-height: 1.25;
  text-transform: uppercase;
  text-shadow: 0 0 0.9rem rgba(47, 142, 255, 0.42);
}

.analytics-card-copy p {
  max-width: 22rem;
  margin: 1.05rem 0 0;
  color: rgba(232, 238, 248, 0.74);
  font-size: clamp(1rem, 1.12vw, 1.16rem);
  font-weight: 460;
  line-height: 1.58;
}

.analytics-chart-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 11rem;
  height: 100%;
}

.analytics-chart-shell canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 11rem;
}

.analytics-card-peak {
  grid-area: peak;
  grid-template-columns: minmax(15rem, 0.42fr) minmax(22rem, 1fr);
  min-height: clamp(24.2rem, 27vw, 28rem);
  padding: clamp(1.85rem, 2.35vw, 2.9rem);
}

.analytics-card-peak .analytics-card-copy {
  align-self: start;
  padding-top: clamp(0.8rem, 1.4vw, 1.6rem);
}

.analytics-card-peak .analytics-chart-shell,
.analytics-card-peak .analytics-chart-shell canvas {
  min-height: clamp(18.8rem, 23vw, 24rem);
}

.analytics-card-total {
  --analytics-card-primary: #cce7ff;
  --analytics-card-accent: #62bdff;
  --analytics-metric-color: #5ecbff;
  grid-area: total;
  grid-template-columns: minmax(14rem, 0.46fr) minmax(16rem, 0.54fr);
  min-height: clamp(13.8rem, 15vw, 16.4rem);
  padding: clamp(1.7rem, 2.35vw, 2.8rem);
  border-color: rgba(88, 181, 255, 0.48);
  background:
    radial-gradient(circle at 79% 52%, rgba(36, 150, 255, 0.3), transparent 18rem),
    radial-gradient(circle at 46% 20%, rgba(76, 185, 255, 0.12), transparent 17rem),
    linear-gradient(100deg, rgba(4, 9, 18, 0.98), rgba(2, 7, 16, 0.96) 44%, rgba(2, 17, 35, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 0 0 1px rgba(84, 181, 255, 0.08),
    0 1.5rem 4rem rgba(0, 0, 0, 0.36),
    0 0 2.2rem rgba(34, 135, 255, 0.16);
}

.analytics-card-total .analytics-card-copy strong,
.analytics-card-games .analytics-card-copy strong,
.analytics-card-rating .analytics-card-copy strong {
  font-size: clamp(2.55rem, 3.4vw, 3.7rem);
}

.analytics-card-total::after {
  background:
    radial-gradient(circle at 83% 35%, rgba(94, 199, 255, 0.3), transparent 8.5rem),
    radial-gradient(circle at 69% 78%, rgba(16, 115, 255, 0.22), transparent 13rem),
    radial-gradient(circle at 41% 42%, rgba(68, 189, 255, 0.12), transparent 15rem),
    radial-gradient(circle at 52% 26%, rgba(255, 255, 255, 0.2) 0 0.045rem, transparent 0.075rem),
    radial-gradient(circle at 58% 70%, rgba(98, 189, 255, 0.22) 0 0.04rem, transparent 0.075rem),
    radial-gradient(circle at 76% 18%, rgba(98, 189, 255, 0.28) 0 0.035rem, transparent 0.07rem),
    linear-gradient(90deg, rgba(2, 5, 10, 0.88) 0%, rgba(2, 5, 10, 0.5) 45%, rgba(1, 13, 31, 0.12) 100%);
  opacity: 1;
  filter: saturate(1.2);
}

.analytics-card-total .analytics-card-copy {
  z-index: 8;
  max-width: 20rem;
  align-content: start;
  padding: 0.2rem 2.4rem 0.35rem 0;
  background: linear-gradient(90deg, rgba(2, 6, 13, 0.98), rgba(2, 7, 16, 0.86) 74%, transparent);
  box-shadow: 3.2rem 0 3.8rem rgba(2, 6, 13, 0.78);
  transform: translateY(-0.18rem);
}

.analytics-card-total .analytics-card-copy strong {
  font-size: clamp(3.2rem, 5vw, 5.9rem);
  letter-spacing: -0.02em;
  text-shadow:
    0 0 0.35rem rgba(255, 255, 255, 0.3),
    0 0 1.45rem rgba(91, 197, 255, 0.28);
}

.analytics-card-total .analytics-card-copy p {
  max-width: 18.8rem;
  margin-top: 0.95rem;
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.5;
}

.analytics-globe-stage {
  position: absolute;
  z-index: 2;
  inset: -3.9rem -4.4rem -4.4rem 38%;
  overflow: hidden;
  pointer-events: none;
  filter:
    drop-shadow(0 0 1.8rem rgba(71, 181, 255, 0.36))
    drop-shadow(0 0 3.4rem rgba(34, 128, 255, 0.22));
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 4%, #000 14%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 4%, #000 14%, #000 100%);
}

.analytics-globe-stage::before,
.analytics-globe-stage::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.analytics-globe-stage::before {
  z-index: 2;
  top: -3%;
  right: -8%;
  width: 94%;
  height: 108%;
  border-radius: 999px;
  background-image:
    radial-gradient(circle at 35% 42%, rgba(124, 218, 255, 0.3), transparent 18%),
    linear-gradient(90deg, rgba(4, 27, 62, 0.1), rgba(24, 174, 255, 0.34), rgba(1, 13, 33, 0.08)),
    url("../assets/textures/earth_lights_2048.png"),
    url("../assets/textures/earth_atmos_2048.jpg");
  background-size:
    100% 100%,
    100% 100%,
    180% 100%,
    180% 100%;
  background-position:
    center,
    center,
    34% center,
    34% center;
  background-repeat: no-repeat;
  box-shadow:
    inset 0.95rem 0 2.4rem rgba(94, 201, 255, 0.2),
    inset -1rem 0 2.8rem rgba(56, 163, 255, 0.3),
    0 0 2.6rem rgba(65, 181, 255, 0.36);
  filter: saturate(1.45) contrast(1.12) brightness(1.18);
  opacity: 0.9;
  mix-blend-mode: screen;
  transform: rotate(-10deg);
  animation: analyticsEarthTexturePan 22s linear infinite;
  mask-image:
    radial-gradient(circle at 50% 50%, #000 0 58%, rgba(0, 0, 0, 0.92) 62%, rgba(0, 0, 0, 0.16) 70%, transparent 73%),
    linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
  -webkit-mask-image:
    radial-gradient(circle at 50% 50%, #000 0 58%, rgba(0, 0, 0, 0.92) 62%, rgba(0, 0, 0, 0.16) 70%, transparent 73%),
    linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.analytics-globe-stage::after {
  z-index: 4;
  top: -4%;
  right: -10%;
  width: 98%;
  height: 111%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 22% 48%, transparent 0 55%, rgba(94, 201, 255, 0.5) 59%, transparent 63%),
    radial-gradient(circle at 53% 50%, transparent 0 60%, rgba(171, 232, 255, 0.22) 62%, transparent 70%);
  opacity: 0.92;
  filter: blur(0.05rem);
  mix-blend-mode: screen;
}

.analytics-globe-stage canvas {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.28;
  mix-blend-mode: screen;
  transform-origin: 72% 54%;
  animation: analyticsGlobeZoom 8.5s ease-in-out infinite alternate;
}

.analytics-globe-haze {
  position: absolute;
  inset: 0;
  z-index: 6;
  background:
    radial-gradient(circle at 73% 48%, transparent 0 18rem, rgba(80, 181, 255, 0.18) 28rem),
    linear-gradient(90deg, rgba(2, 5, 10, 0.12), rgba(98, 189, 255, 0.05) 30%, transparent 58%);
  mix-blend-mode: screen;
  opacity: 0.42;
}

@keyframes analyticsEarthTexturePan {
  from {
    background-position:
      center,
      center,
      35% center,
      35% center;
  }

  to {
    background-position:
      center,
      center,
      89% center,
      89% center;
  }
}

@keyframes analyticsGlobeZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.035);
  }
}

.analytics-card-total {
  grid-template-columns: minmax(14rem, 0.42fr) minmax(0, 0.58fr);
  min-height: clamp(14.8rem, 16vw, 17.4rem);
  background:
    radial-gradient(circle at 78% 50%, rgba(52, 155, 255, 0.2), transparent 18rem),
    linear-gradient(100deg, rgba(2, 6, 13, 0.99), rgba(3, 9, 19, 0.98) 34%, rgba(3, 17, 38, 0.9));
}

.analytics-card-total::after {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(2, 6, 13, 0.98) 0%, rgba(2, 6, 13, 0.92) 31%, rgba(2, 6, 13, 0.48) 48%, transparent 72%),
    radial-gradient(circle at 87% 25%, rgba(119, 214, 255, 0.28), transparent 15rem),
    radial-gradient(circle at 74% 82%, rgba(24, 121, 255, 0.2), transparent 17rem);
}

.analytics-card-total .analytics-card-copy {
  z-index: 7;
  max-width: 21rem;
  padding: 0;
  background: none;
  box-shadow: none;
  transform: none;
}

.analytics-globe-stage {
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  filter: none;
  mask-image: none;
  -webkit-mask-image: none;
}

.analytics-globe-stage video {
  position: absolute;
  inset: -7% -2% -7% 27%;
  z-index: 1;
  width: 78%;
  height: 114%;
  object-fit: cover;
  object-position: 58% 50%;
  opacity: 0.9;
  filter: saturate(1.28) contrast(1.08) brightness(0.86);
}

.analytics-globe-stage::before {
  z-index: 2;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(2, 6, 13, 0.98) 0%, rgba(2, 6, 13, 0.95) 31%, rgba(2, 6, 13, 0.35) 50%, rgba(2, 6, 13, 0.02) 75%),
    linear-gradient(180deg, rgba(2, 6, 13, 0.16), transparent 33%, rgba(2, 6, 13, 0.2));
  box-shadow: none;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  transform: none;
  animation: none;
  mask-image: none;
  -webkit-mask-image: none;
}

.analytics-globe-stage::after {
  z-index: 3;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  background:
    radial-gradient(circle at 79% 45%, rgba(98, 189, 255, 0.28), transparent 16rem),
    radial-gradient(circle at 57% 60%, rgba(20, 117, 255, 0.14), transparent 15rem);
  opacity: 0.86;
  filter: none;
  mix-blend-mode: screen;
}

.analytics-network-scan {
  position: absolute;
  z-index: 4;
  inset: 0;
  background:
    linear-gradient(100deg, transparent 0 54%, rgba(123, 217, 255, 0.18) 57%, transparent 60%),
    radial-gradient(circle at 70% 42%, rgba(188, 238, 255, 0.7) 0 0.08rem, transparent 0.14rem),
    radial-gradient(circle at 83% 63%, rgba(98, 189, 255, 0.58) 0 0.07rem, transparent 0.13rem);
  opacity: 0.48;
  mix-blend-mode: screen;
  animation: analyticsNetworkScan 5.8s ease-in-out infinite alternate;
}

.analytics-globe-stage canvas {
  display: none;
}

.analytics-globe-haze {
  z-index: 5;
  background:
    linear-gradient(90deg, rgba(2, 6, 13, 0.5), transparent 52%),
    radial-gradient(circle at 76% 50%, transparent 0 11rem, rgba(2, 6, 13, 0.34) 20rem);
  mix-blend-mode: normal;
  opacity: 1;
}

@keyframes analyticsNetworkScan {
  from {
    transform: translateX(-4%);
    opacity: 0.35;
  }

  to {
    transform: translateX(5%);
    opacity: 0.58;
  }
}

/* Final visits-card rebuild: uses background_vists.png plus a real dot globe canvas. */
.analytics-card-grid {
  column-gap: clamp(0.95rem, 1.3vw, 1.35rem);
  row-gap: clamp(1.45rem, 1.9vw, 2.15rem);
}

.analytics-card-total {
  --analytics-card-primary: #39a7ff;
  --analytics-card-accent: #58d8ff;
  --analytics-metric-color: #5ed7ff;
  --earth-glow-a: rgba(32, 103, 255, 0.24);
  --earth-glow-b: rgba(17, 67, 190, 0.18);
  --earth-aura: rgba(34, 120, 255, 0.14);
  --earth-rim: rgba(112, 174, 255, 0.16);
  --earth-shine: rgba(198, 225, 255, 0.18);
  --earth-haze: rgba(42, 119, 255, 0.09);
  grid-template-columns: minmax(13rem, 0.38fr) minmax(0, 0.62fr);
  min-height: clamp(15.2rem, 17vw, 18.4rem);
  padding: clamp(1.65rem, 2.2vw, 2.6rem);
  overflow: hidden;
  border-color: rgba(47, 142, 255, 0.42);
  background:
    radial-gradient(circle at 75% 42%, rgba(23, 126, 255, 0.15), transparent 17rem),
    linear-gradient(90deg, rgba(1, 7, 18, 0.58) 0%, rgba(1, 13, 31, 0.34) 34%, rgba(2, 19, 46, 0.24) 100%),
    url("../background_vists.png") center / cover no-repeat,
    #01050d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -3.8rem 5.6rem rgba(63, 160, 255, 0.055),
    0 1.45rem 3.4rem rgba(0, 0, 0, 0.36),
    0 0 1.35rem rgba(47, 142, 255, 0.12);
}

.analytics-card-total::after {
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(1, 5, 13, 0.08) 0%, rgba(1, 5, 13, 0.2) 48%, rgba(1, 5, 13, 0.42) 100%),
    radial-gradient(circle at 76% 45%, rgba(97, 210, 255, 0.1), transparent 14rem),
    radial-gradient(circle at 94% 12%, rgba(112, 200, 255, 0.08), transparent 13rem);
  opacity: 1;
  filter: saturate(0.92);
}

.analytics-card-total .analytics-card-copy {
  z-index: 8;
  max-width: 21rem;
  padding: 0;
  background: none;
  box-shadow: none;
  transform: none;
}

.analytics-card-total .analytics-card-copy strong {
  color: #ffffff;
  text-shadow:
    0 0 0.3rem rgba(255, 255, 255, 0.34),
    0 0 1.35rem rgba(126, 219, 255, 0.26);
}

.analytics-card-total .analytics-card-copy > span {
  color: #58d8ff;
  text-shadow:
    0 0 0.8rem rgba(57, 167, 255, 0.52),
    0 0 1.4rem rgba(57, 167, 255, 0.28);
}

.analytics-card-total .analytics-card-copy > span::after {
  display: none;
  width: 3.8rem;
  height: 0.12rem;
  margin-top: 1.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #5ed7ff, rgba(94, 215, 255, 0));
  box-shadow: 0 0 0.85rem rgba(94, 215, 255, 0.74);
  content: "";
}

.analytics-card-total .analytics-card-copy p {
  color: rgba(229, 235, 246, 0.78);
  font-size: clamp(1rem, 1.08vw, 1.18rem);
}

.analytics-globe-stage {
  position: absolute;
  z-index: 4;
  inset: -1.2rem -1.65rem -1.2rem 36%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  filter:
    drop-shadow(0 0 1rem var(--earth-glow-a))
    drop-shadow(0 0 2.35rem var(--earth-glow-b));
  clip-path: none;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 10%, #000 24%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 10%, #000 24%, #000 100%);
}

.analytics-globe-stage::before,
.analytics-globe-stage::after {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  animation: none;
  transform: none;
  mask-image: none;
  -webkit-mask-image: none;
}

.analytics-globe-stage::before {
  z-index: 1;
  inset: 5% 3% 4% 34%;
  width: auto;
  height: auto;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 23%, rgba(80, 128, 235, 0.08), transparent 20%),
    radial-gradient(circle at 66% 46%, rgba(32, 78, 190, 0.1), transparent 44%),
    rgba(8, 26, 64, 0.08);
  opacity: 0.74;
  filter: blur(0.02rem);
  mix-blend-mode: screen;
  box-shadow: none;
  backdrop-filter: blur(0.55rem) saturate(1.32) contrast(1.08);
  -webkit-backdrop-filter: blur(0.55rem) saturate(1.32) contrast(1.08);
}

.analytics-globe-stage::after {
  z-index: 4;
  background:
    linear-gradient(112deg, transparent 12%, rgba(61, 107, 218, 0.05) 34%, var(--earth-shine) 47%, transparent 66%),
    linear-gradient(90deg, rgba(2, 12, 30, 0.1), transparent 36%, rgba(2, 12, 30, 0.04));
  opacity: 0.18;
  filter: blur(0.08rem);
  mix-blend-mode: screen;
}

.analytics-globe-stage canvas {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: normal;
  transform: none;
  animation: none;
  filter:
    drop-shadow(0 0 0.65rem var(--earth-glow-a))
    drop-shadow(0 0 1.5rem var(--earth-glow-b));
}

.analytics-globe-stage video,
.analytics-network-scan {
  display: none;
}

.analytics-globe-haze {
  z-index: 5;
  overflow: hidden;
  clip-path: ellipse(37% 46% at 70% 49%);
  background:
    radial-gradient(circle at 37% 28%, rgba(65, 180, 255, 0.1), transparent 18%),
    radial-gradient(circle at 76% 58%, rgba(8, 82, 176, 0.16), transparent 42%),
    linear-gradient(108deg, rgba(5, 39, 104, 0.2), rgba(22, 114, 220, 0.08) 43%, rgba(3, 31, 92, 0.16));
  mix-blend-mode: screen;
  opacity: 0.52;
  filter: url("#earth-glass-distortion");
  backdrop-filter: blur(0.32rem) saturate(1.55) contrast(1.12);
  -webkit-backdrop-filter: blur(0.32rem) saturate(1.55) contrast(1.12);
}

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

.analytics-globe-haze::before {
  background:
    url("../background_vists.png") center / cover no-repeat,
    linear-gradient(115deg, rgba(24, 124, 220, 0.14), rgba(3, 28, 74, 0.1));
  opacity: 0.18;
  filter: blur(0.24rem) saturate(1.35);
  mix-blend-mode: screen;
  transform: scale(1.055) translateX(0.45rem) skewX(-3deg);
}

.analytics-globe-haze::after {
  background:
    linear-gradient(118deg, transparent 10%, rgba(95, 190, 255, 0.07) 38%, transparent 61%),
    radial-gradient(circle at 70% 48%, transparent 0 35%, rgba(38, 148, 255, 0.075) 46%, transparent 63%);
  opacity: 0.58;
  mix-blend-mode: screen;
}

.analytics-orbit {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: clamp(10rem, 13vw, 13rem);
  aspect-ratio: 1;
  filter: drop-shadow(0 0 1.1rem rgba(47, 142, 255, 0.32));
}

.analytics-orbit-ring,
.analytics-orbit::before,
.analytics-orbit::after {
  position: absolute;
  inset: 50%;
  border: 1px solid rgba(47, 142, 255, 0.18);
  border-radius: 999px;
  content: "";
  transform: translate(-50%, -50%);
}

.analytics-orbit-ring-one {
  width: 48%;
  height: 48%;
}

.analytics-orbit-ring-two {
  width: 72%;
  height: 72%;
}

.analytics-orbit-ring-three {
  width: 96%;
  height: 96%;
}

.analytics-orbit img {
  position: absolute;
  inset: 50%;
  z-index: 2;
  width: 31%;
  height: 31%;
  object-fit: contain;
  transform: translate(-50%, -50%) rotate(9deg);
  filter:
    drop-shadow(0 0 0.7rem rgba(98, 189, 255, 0.8))
    drop-shadow(0 0 1.6rem rgba(47, 142, 255, 0.46));
}

.analytics-orbit-dot {
  position: absolute;
  z-index: 3;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: #2f8eff;
  box-shadow: 0 0 1.15rem rgba(47, 142, 255, 0.85);
}

.analytics-orbit-dot-one {
  top: 24%;
  left: 8%;
}

.analytics-orbit-dot-two {
  right: 8%;
  bottom: 22%;
}

.analytics-orbit-dot-three {
  top: 25%;
  right: 28%;
  width: 0.36rem;
  height: 0.36rem;
}

.analytics-card-games {
  grid-area: games;
  --analytics-card-primary: #97bfff;
  --analytics-card-accent: #6fcfff;
  --analytics-metric-color: #6fcfff;
  grid-template-columns: minmax(14rem, 0.48fr) minmax(16rem, 0.52fr);
  min-height: clamp(14rem, 15.4vw, 16.25rem);
  border-color: rgba(47, 142, 255, 0.38);
  background:
    linear-gradient(90deg, rgba(1, 5, 13, 0.98) 0%, rgba(2, 8, 20, 0.92) 42%, rgba(2, 10, 24, 0.72) 72%, rgba(1, 6, 15, 0.66) 100%),
    radial-gradient(circle at 70% 46%, rgba(74, 196, 255, 0.11), transparent 15rem),
    radial-gradient(circle at 92% 28%, rgba(47, 142, 255, 0.09), transparent 13rem),
    url("../67328bcb-3e1c-4555-a144-8879702080cd.png") center / cover no-repeat,
    #01050d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -3.8rem 5.6rem rgba(63, 160, 255, 0.055),
    0 1.45rem 3.4rem rgba(0, 0, 0, 0.36),
    0 0 1.35rem rgba(47, 142, 255, 0.12);
}

.analytics-card-games::after {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(1, 5, 13, 0.08) 0%, rgba(1, 5, 13, 0.22) 48%, rgba(1, 5, 13, 0.48) 100%),
    radial-gradient(circle at 74% 48%, rgba(97, 210, 255, 0.08), transparent 10rem),
    radial-gradient(circle at 98% 12%, rgba(112, 200, 255, 0.06), transparent 12rem);
  opacity: 1;
  filter: saturate(0.9);
}

.analytics-card-games .analytics-card-copy {
  z-index: 5;
  max-width: 19.5rem;
}

.analytics-card-games .analytics-card-copy strong {
  font-size: clamp(3.15rem, 4.8vw, 5rem);
  text-shadow:
    0 0 0.34rem rgba(255, 255, 255, 0.3),
    0 0 1.3rem rgba(97, 207, 255, 0.24);
}

.analytics-card-games .analytics-card-copy p {
  max-width: 18.5rem;
  color: rgba(231, 238, 249, 0.78);
}

.analytics-game-stack {
  position: relative;
  z-index: 5;
  justify-self: center;
  align-self: center;
  width: min(100%, 19.5rem);
  min-height: clamp(10.5rem, 12vw, 12.25rem);
  filter: drop-shadow(0 1.35rem 1.85rem rgba(0, 0, 0, 0.34));
}

.analytics-game-stack img {
  --game-tile-rotate: 0deg;
  --game-tile-sway: 2.5deg;
  position: absolute;
  width: clamp(5rem, 6.8vw, 7.2rem);
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(123, 213, 255, 0.3);
  border-radius: 1.15rem;
  filter: saturate(0.9) brightness(0.88) contrast(0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 0.85rem rgba(97, 207, 255, 0.22),
    0 1.1rem 2rem rgba(0, 0, 0, 0.34);
  transform: translate3d(0, 0, 0) rotate(var(--game-tile-rotate));
  transform-origin: center;
  animation: analyticsGameTileFloat 6.4s ease-in-out infinite;
  will-change: transform;
}

.analytics-game-stack img:nth-child(1) {
  --game-tile-rotate: -10deg;
  --game-tile-sway: 2.8deg;
  top: 0.2rem;
  left: 5%;
  animation-delay: -1.2s;
}

.analytics-game-stack img:nth-child(2) {
  --game-tile-rotate: 12deg;
  --game-tile-sway: -3deg;
  top: 0.55rem;
  right: 2%;
  animation-delay: -3.1s;
}

.analytics-game-stack img:nth-child(3) {
  --game-tile-rotate: 4deg;
  --game-tile-sway: 2.2deg;
  right: 29%;
  bottom: 0.1rem;
  animation-delay: -4.6s;
}

@keyframes analyticsGameTileFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--game-tile-rotate));
  }

  50% {
    transform: translate3d(0, -0.72rem, 0) rotate(calc(var(--game-tile-rotate) + var(--game-tile-sway)));
  }
}

.analytics-card-rating {
  grid-area: rating;
  grid-template-columns: minmax(13rem, 0.58fr) minmax(9rem, 0.42fr);
  min-height: 13.8rem;
  padding-right: clamp(1.2rem, 1.65vw, 2rem);
}

.analytics-card-peak,
.analytics-card-rating {
  border-color: rgba(47, 142, 255, 0.42);
  background:
    radial-gradient(circle at 76% 44%, rgba(23, 126, 255, 0.15), transparent 17rem),
    linear-gradient(90deg, rgba(1, 7, 18, 0.58) 0%, rgba(1, 13, 31, 0.34) 34%, rgba(2, 19, 46, 0.24) 100%),
    url("../background_vists.png") center / cover no-repeat,
    #01050d;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -3.8rem 5.6rem rgba(63, 160, 255, 0.055),
    0 1.45rem 3.4rem rgba(0, 0, 0, 0.36),
    0 0 1.35rem rgba(47, 142, 255, 0.12);
}

.analytics-card-peak::after,
.analytics-card-rating::after {
  background:
    linear-gradient(90deg, rgba(1, 5, 13, 0.08) 0%, rgba(1, 5, 13, 0.2) 48%, rgba(1, 5, 13, 0.42) 100%),
    radial-gradient(circle at 76% 45%, rgba(97, 210, 255, 0.1), transparent 14rem),
    radial-gradient(circle at 94% 12%, rgba(112, 200, 255, 0.08), transparent 13rem);
  opacity: 1;
  filter: saturate(0.92);
}

.analytics-card-peak {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.analytics-card-peak .analytics-card-copy,
.analytics-card-rating .analytics-card-copy {
  z-index: 8;
}

.analytics-card-peak .analytics-card-copy {
  max-width: clamp(14.5rem, 18vw, 18rem);
  align-content: start;
  align-self: start;
  padding-top: clamp(0.6rem, 1vw, 1rem);
  pointer-events: none;
}

.analytics-card-peak .analytics-card-copy::after {
  position: absolute;
  inset: -1.3rem -4rem -2.6rem -1.4rem;
  z-index: -1;
  background:
    radial-gradient(circle at 0% 20%, rgba(2, 5, 10, 0.88), transparent 14rem),
    linear-gradient(90deg, rgba(2, 5, 10, 0.88), rgba(2, 5, 10, 0.44) 58%, transparent);
  content: "";
}

.analytics-card-peak .analytics-card-copy p,
.analytics-card-rating .analytics-card-copy p {
  color: rgba(229, 235, 246, 0.78);
}

.analytics-card-peak .analytics-chart-shell {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  min-height: 100%;
  pointer-events: none;
}

.analytics-card-peak .analytics-chart-shell::before {
  display: none;
  content: "";
}

.analytics-card-peak .analytics-chart-shell canvas {
  position: relative;
  z-index: 1;
  min-height: 100%;
}

.analytics-card-rating .analytics-chart-shell {
  align-self: end;
  min-height: 7rem;
  height: 8rem;
  max-width: 14.5rem;
  justify-self: end;
}

.analytics-card-rating .analytics-chart-shell canvas {
  min-height: 7rem;
}

.analytics-member-cloud {
  position: relative;
  z-index: 8;
  justify-self: end;
  align-self: center;
  width: clamp(15rem, 20vw, 21rem);
  height: clamp(9.4rem, 12.8vw, 13.7rem);
  filter:
    drop-shadow(0 0 1.55rem rgba(95, 205, 255, 0.48))
    drop-shadow(0 0 3.2rem rgba(47, 142, 255, 0.22))
    drop-shadow(0 1.2rem 2.1rem rgba(0, 0, 0, 0.3));
  pointer-events: none;
}

.analytics-member-cloud canvas {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.analytics-contact-card.analytics-card {
  grid-area: contact;
  display: flex;
  align-items: center;
  min-height: 13.8rem;
  padding: clamp(1.75rem, 2.3vw, 2.9rem) clamp(2rem, 3vw, 3.7rem);
  border-color: rgba(47, 142, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -3.8rem 5.6rem rgba(63, 160, 255, 0.055),
    0 1.45rem 3.4rem rgba(0, 0, 0, 0.36),
    0 0 1.35rem rgba(47, 142, 255, 0.12);
}

.analytics-contact-card::after {
  background:
    linear-gradient(90deg, rgba(2, 5, 10, 0.94), rgba(2, 5, 10, 0.62) 48%, rgba(1, 5, 13, 0.42)),
    radial-gradient(circle at 79% 44%, rgba(97, 210, 255, 0.1), transparent 16rem),
    radial-gradient(circle at 96% 12%, rgba(112, 200, 255, 0.08), transparent 13rem);
  opacity: 1;
  filter: saturate(0.92);
}

.analytics-contact-card video {
  opacity: 0.9;
  filter: saturate(1.02) contrast(1.04) brightness(0.86);
}

.analytics-contact-card > div {
  display: grid;
  align-content: center;
  max-width: 31rem;
}

.analytics-contact-card > div::before {
  display: none;
}

.analytics-contact-card h3 {
  max-width: 30rem;
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1.08;
}

.analytics-contact-card > div > span {
  display: none;
}

.analytics-contact-card p {
  max-width: 28rem;
  margin: 1.25rem 0 1.4rem;
  color: rgba(232, 238, 248, 0.78);
  font-size: clamp(1rem, 1.1vw, 1.16rem);
  line-height: 1.55;
}

.analytics-contact-card .glass-button {
  min-width: 12.8rem;
  min-height: 3.25rem;
  border-radius: 999px;
  font-size: 1rem;
  box-shadow:
    inset 0 -2px 1.35rem -0.45rem rgba(255, 255, 255, 0.5),
    0 0 1.2rem rgba(47, 142, 255, 0.32);
}

@media (max-width: 1180px) {
  .analytics-card-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-template-areas:
      "peak"
      "total"
      "games"
      "rating"
      "contact";
  }

  .analytics-card,
  .analytics-card-peak,
  .analytics-card-total,
  .analytics-card-games,
  .analytics-card-rating {
    grid-template-columns: minmax(14rem, 0.48fr) minmax(0, 1fr);
  }

  .analytics-card-rating {
    padding-right: clamp(1.55rem, 1.95vw, 2.45rem);
  }

  .analytics-card-rating .analytics-chart-shell {
    max-width: none;
  }

  .analytics-card-peak {
    min-height: 25rem;
  }

  .analytics-card-total {
    min-height: 16.5rem;
  }

  .analytics-globe-stage {
    inset: -2.2rem -1.7rem -2.2rem 36%;
  }
}

@media (max-width: 760px) {
  .analytics-section {
    padding: 4rem 0;
  }

  .analytics-card,
  .analytics-card-peak,
  .analytics-card-total,
  .analytics-card-games,
  .analytics-card-rating {
    grid-template-columns: 1fr;
    gap: 1.3rem;
    padding: 1.45rem;
  }

  .analytics-card-peak {
    min-height: 31rem;
  }

  .analytics-card-peak .analytics-card-copy {
    padding-top: 0;
  }

  .analytics-card-peak .analytics-chart-shell,
  .analytics-card-peak .analytics-chart-shell canvas {
    min-height: 15rem;
  }

  .analytics-card-copy strong {
    font-size: 3.2rem;
  }

  .analytics-card-total {
    min-height: 23.5rem;
  }

  .analytics-card-total .analytics-card-copy {
    max-width: 17.5rem;
  }

  .analytics-globe-stage {
    inset: 7.1rem -2.2rem -1.9rem 8%;
    opacity: 0.92;
  }

  .analytics-game-stack {
    min-height: 10rem;
  }

  .analytics-card-rating .analytics-chart-shell {
    min-height: 8rem;
  }

  .analytics-contact-card.analytics-card {
    min-height: 18rem;
  }
}

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

  .caret {
    opacity: 0;
  }
}
