:root {
  color-scheme: dark;
  --ink: #ffffff;
  --muted: #c9d6ff;
  --soft: #8fa4d8;
  --line: rgba(97, 178, 255, 0.36);
  --blue: #1f8cff;
  --blue-hot: #58d9ff;
  --gold: #ffc44d;
  --gold-deep: #f28c18;
  --green: #35d78a;
  --panel: rgba(4, 13, 43, 0.78);
  --shadow: 0 28px 90px rgba(0, 12, 48, 0.62);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 12%, rgba(31, 140, 255, 0.28), transparent 34rem),
    radial-gradient(circle at 88% 24%, rgba(255, 196, 77, 0.12), transparent 26rem),
    linear-gradient(180deg, #040817 0%, #07122e 48%, #02040c 100%);
  color: var(--ink);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(88, 217, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 217, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 76%);
}

main {
  width: 100%;
}

.hero {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  min-height: min(760px, calc(100vh - 48px));
  margin: 24px auto;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #06122d;
  box-shadow: var(--shadow);
}

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

.hero::before {
  z-index: 2;
  background:
    radial-gradient(circle at 84% 20%, rgba(53, 215, 138, 0.2), transparent 14rem),
    radial-gradient(circle at 82% 82%, rgba(255, 196, 77, 0.16), transparent 16rem),
    linear-gradient(115deg, transparent 0 42%, rgba(88, 217, 255, 0.1) 44%, transparent 47% 100%);
  mix-blend-mode: screen;
  animation: ambientSweep 12s ease-in-out infinite;
}

.hero::after {
  z-index: 2;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(88, 217, 255, 0.07) 0 1px,
      transparent 1px 118px
    ),
    linear-gradient(180deg, transparent 70%, rgba(31, 140, 255, 0.12));
  opacity: 0.55;
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(640px, calc(100% - 36px));
  margin: 0 0 34px 34px;
  padding: 24px;
  border: 1px solid rgba(88, 217, 255, 0.32);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(4, 13, 43, 0.86), rgba(5, 9, 25, 0.76));
  box-shadow: 0 0 34px rgba(31, 140, 255, 0.22);
  backdrop-filter: blur(8px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-hot);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-shadow: 0 0 18px rgba(88, 217, 255, 0.7);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #eafff6;
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(53, 215, 138, 0.34);
}

.brand-mark {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(107, 255, 183, 0.58);
  border-radius: 8px;
  color: #06142f;
  background: linear-gradient(145deg, #79ffb2, #20c878);
  box-shadow:
    0 0 18px rgba(53, 215, 138, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
  font-size: 1.04rem;
  font-weight: 1000;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 0;
  font-size: clamp(2.1rem, 5vw, 4.65rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow:
    0 0 18px rgba(31, 140, 255, 0.8),
    0 4px 0 rgba(0, 28, 84, 0.84);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 4vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  letter-spacing: 0;
}

.tagline {
  display: inline-flex;
  margin: 16px 0 0;
  padding: 8px 14px;
  border: 1px solid rgba(255, 196, 77, 0.6);
  border-radius: 8px;
  color: var(--gold);
  background: rgba(255, 196, 77, 0.08);
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-shadow: 0 0 16px rgba(242, 140, 24, 0.8);
}

.lede {
  max-width: 56ch;
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.65;
}

.join-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 232px;
  min-height: 72px;
  padding: 0 42px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--gold), var(--gold-deep));
  color: #071027;
  font-size: 1.22rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow:
    0 0 24px rgba(255, 196, 77, 0.54),
    0 16px 34px rgba(242, 140, 24, 0.25);
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.join-button:hover {
  background: linear-gradient(180deg, #ffdc78, #ff9d25);
  transform: translateY(-1px);
  box-shadow:
    0 0 30px rgba(255, 196, 77, 0.68),
    0 20px 38px rgba(242, 140, 24, 0.32);
}

.join-button:focus-visible {
  outline: 3px solid rgba(88, 217, 255, 0.72);
  outline-offset: 4px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.trust-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(88, 217, 255, 0.34);
  border-radius: 8px;
  color: #eaf5ff;
  background: rgba(31, 140, 255, 0.14);
  font-size: 0.9rem;
  font-weight: 800;
}

.note {
  margin: 16px 0 0;
  color: rgba(231, 239, 255, 0.78);
  font-size: 0.95rem;
}

.visual {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(2, 4, 16, 0.86), rgba(2, 4, 16, 0.34) 48%, rgba(2, 4, 16, 0.12)),
    linear-gradient(180deg, rgba(2, 4, 16, 0.08), rgba(2, 4, 16, 0.58));
}

.ambient-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(88, 217, 255, 0.26);
  border-radius: 999px;
  box-shadow: 0 0 34px rgba(31, 140, 255, 0.18);
  transform: rotate(-14deg);
}

.orbit-one {
  right: 8%;
  bottom: 8%;
  width: 520px;
  height: 160px;
  animation: orbitGlow 7s ease-in-out infinite;
}

.orbit-two {
  right: 0;
  top: 16%;
  width: 330px;
  height: 96px;
  border-color: rgba(255, 196, 77, 0.22);
  animation: orbitGlow 7s ease-in-out 1.6s infinite;
}

.light-chip,
.metric-card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(88, 217, 255, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(8, 29, 75, 0.78), rgba(2, 8, 26, 0.72)),
    rgba(3, 12, 38, 0.78);
  box-shadow:
    inset 0 0 20px rgba(255, 255, 255, 0.05),
    0 0 26px rgba(31, 140, 255, 0.2);
  backdrop-filter: blur(6px);
}

.light-chip {
  min-width: 86px;
  min-height: 42px;
  color: #eaf6ff;
  font-size: 0.78rem;
  font-weight: 900;
  animation: chipFloat 6s ease-in-out infinite;
}

.light-chip::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--blue-hot);
  box-shadow: 0 0 14px var(--blue-hot);
}

.chip-play {
  right: 38%;
  top: 12%;
}

.chip-live {
  right: 7%;
  top: 38%;
  animation-delay: 0.8s;
}

.chip-music {
  right: 30%;
  bottom: 13%;
  animation-delay: 1.4s;
}

.chip-events {
  right: 9%;
  bottom: 27%;
  animation-delay: 2s;
}

.metric-card {
  flex-direction: column;
  align-items: flex-start;
  min-width: 138px;
  min-height: 76px;
  padding: 12px 14px;
  animation: metricPulse 5.5s ease-in-out infinite;
}

.metric-card strong {
  color: var(--gold);
  font-size: 1.32rem;
  line-height: 1;
  text-shadow: 0 0 14px rgba(255, 196, 77, 0.44);
}

.metric-card small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.metric-one {
  right: 2.5%;
  top: 8%;
}

.metric-two {
  right: 42%;
  bottom: 25%;
  border-color: rgba(53, 215, 138, 0.34);
  animation-delay: 1.2s;
}

.mascot-card {
  position: absolute;
  right: 34px;
  bottom: 30px;
  z-index: 5;
  display: grid;
  justify-items: center;
  width: 178px;
  pointer-events: none;
  animation: mascotHop 4.2s ease-in-out infinite;
}

.mascot-card img {
  display: block;
  width: 100%;
  height: auto;
  filter:
    drop-shadow(0 0 20px rgba(53, 215, 138, 0.36))
    drop-shadow(0 16px 26px rgba(0, 0, 0, 0.5));
  transform-origin: 50% 85%;
  animation: mascotGlowBreath 3.2s ease-in-out infinite;
}

.mascot-card span {
  position: relative;
  margin-bottom: -8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 196, 77, 0.48);
  border-radius: 8px;
  color: #fff4ce;
  background: rgba(4, 13, 43, 0.78);
  box-shadow: 0 0 24px rgba(255, 196, 77, 0.16);
  font-size: 0.82rem;
  font-weight: 900;
}

.mascot-card span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: rgba(4, 13, 43, 0.78);
  border-right: 1px solid rgba(255, 196, 77, 0.48);
  border-bottom: 1px solid rgba(255, 196, 77, 0.48);
  transform: translateX(-50%) rotate(45deg);
}

.device-stage {
  position: absolute;
  z-index: 2;
  right: min(6vw, 72px);
  top: 50%;
  width: min(52vw, 590px);
  height: min(43vw, 470px);
  transform: translateY(-46%);
  pointer-events: none;
}

.device {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(145, 213, 255, 0.42);
  background:
    linear-gradient(145deg, rgba(9, 20, 54, 0.96), rgba(1, 6, 20, 0.98)),
    #06142f;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 36px rgba(31, 140, 255, 0.32),
    0 28px 70px rgba(0, 0, 0, 0.5);
}

.tablet {
  right: 72px;
  top: 20px;
  width: min(440px, 76%);
  aspect-ratio: 1.48;
  border-radius: 18px;
  padding: 18px;
  animation: floatDevice 7s ease-in-out infinite;
}

.phone {
  right: 0;
  bottom: 26px;
  width: min(178px, 32%);
  aspect-ratio: 0.54;
  border-radius: 28px;
  padding: 24px 12px 14px;
  animation: floatDevice 7s ease-in-out 1.1s infinite;
}

.device-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #eaf6ff;
  font-size: 0.82rem;
  font-weight: 900;
}

.device-bar i {
  width: 44px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6be3ff, #ffc44d);
  box-shadow: 0 0 18px rgba(88, 217, 255, 0.6);
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 16px;
  animation: appDrift 11s linear infinite;
}

.tile {
  display: grid;
  min-height: 74px;
  place-items: end start;
  padding: 10px;
  border: 1px solid rgba(122, 194, 255, 0.32);
  border-radius: 8px;
  color: #ffffff;
  background:
    radial-gradient(circle at 74% 22%, rgba(255, 255, 255, 0.44), transparent 18px),
    linear-gradient(145deg, rgba(31, 140, 255, 0.78), rgba(11, 27, 78, 0.92));
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.07);
  font-size: 0.82rem;
  font-weight: 900;
  animation: tilePulse 3.8s ease-in-out infinite;
}

.tile:nth-child(2n) {
  animation-delay: 0.45s;
}

.tile:nth-child(3n) {
  animation-delay: 0.9s;
}

.tile-live,
.tile-music {
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.4), transparent 18px),
    linear-gradient(145deg, rgba(88, 217, 255, 0.68), rgba(16, 66, 128, 0.92));
}

.tile-sport,
.tile-arcade {
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.4), transparent 18px),
    linear-gradient(145deg, rgba(255, 196, 77, 0.84), rgba(80, 44, 4, 0.92));
}

.tile-chat,
.tile-social {
  background:
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.42), transparent 18px),
    linear-gradient(145deg, rgba(45, 210, 156, 0.72), rgba(7, 53, 63, 0.92));
}

.ticker {
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.9fr;
  gap: 10px;
  margin-top: 14px;
}

.ticker span {
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(88, 217, 255, 0.18), rgba(88, 217, 255, 0.9));
  animation: scanLine 2.6s ease-in-out infinite;
}

.ticker span:nth-child(2) {
  animation-delay: 0.4s;
}

.ticker span:nth-child(3) {
  animation-delay: 0.8s;
}

.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 54px;
  height: 10px;
  border-radius: 999px;
  background: #010615;
  transform: translateX(-50%);
}

.phone-feed {
  display: grid;
  gap: 10px;
  animation: feedScroll 8s linear infinite;
}

.phone-feed span {
  display: flex;
  min-height: 50px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(88, 217, 255, 0.32);
  border-radius: 8px;
  color: #eaf6ff;
  background:
    linear-gradient(90deg, rgba(31, 140, 255, 0.34), rgba(5, 12, 36, 0.86)),
    #071635;
  font-size: 0.72rem;
  font-weight: 900;
}

.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 24px;
  padding: 56px 0 36px;
}

.section::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 52px;
  background: linear-gradient(90deg, transparent, rgba(88, 217, 255, 0.42), transparent);
}

.section-heading {
  max-width: 780px;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

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

.benefit-grid article {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(97, 178, 255, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(6, 24, 62, 0.86), rgba(3, 10, 29, 0.86)),
    rgba(3, 12, 38, 0.72);
  box-shadow: 0 18px 48px rgba(0, 10, 35, 0.26);
}

.benefit-grid article::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% 35%;
  height: 110px;
  border-radius: 999px;
  background: rgba(88, 217, 255, 0.12);
  filter: blur(22px);
}

.benefit-grid p {
  margin-bottom: 0;
  color: var(--soft);
  line-height: 1.7;
}

.icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(88, 217, 255, 0.42);
  border-radius: 8px;
  color: var(--blue-hot);
  background: rgba(31, 140, 255, 0.12);
  font-weight: 900;
}

.cta-band {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 24px;
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(255, 196, 77, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 50%, rgba(255, 196, 77, 0.18), transparent 18rem),
    radial-gradient(circle at 18% 0%, rgba(88, 217, 255, 0.18), transparent 16rem),
    linear-gradient(90deg, rgba(6, 24, 62, 0.92), rgba(12, 18, 42, 0.9)),
    #06122d;
}

.cta-band::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(88, 217, 255, 0.12);
  border-radius: 8px;
  pointer-events: none;
}

.cta-band div {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.cta-band h2 {
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.cta-band p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cta-points span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(88, 217, 255, 0.3);
  border-radius: 8px;
  color: #eaf5ff;
  background: rgba(31, 140, 255, 0.12);
  font-size: 0.88rem;
  font-weight: 800;
}

.secondary-cta {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  min-width: 210px;
  min-height: 66px;
  font-size: 1.14rem;
}

footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 28px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 18px 0 0;
  border-top: 1px solid rgba(97, 178, 255, 0.22);
  color: rgba(231, 239, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.6;
}

footer strong {
  color: #ffffff;
}

footer span {
  max-width: 760px;
}

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

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

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

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

@keyframes tilePulse {
  0%,
  100% {
    filter: brightness(1);
    transform: translateY(0);
  }

  50% {
    filter: brightness(1.24);
    transform: translateY(-3px);
  }
}

@keyframes scanLine {
  0%,
  100% {
    opacity: 0.36;
    transform: scaleX(0.68);
    transform-origin: left;
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes feedScroll {
  0%,
  15% {
    transform: translateY(0);
  }

  35%,
  50% {
    transform: translateY(-60px);
  }

  70%,
  85% {
    transform: translateY(-120px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes orbitGlow {
  0%,
  100% {
    opacity: 0.34;
    transform: rotate(-14deg) scale(1);
  }

  50% {
    opacity: 0.72;
    transform: rotate(-12deg) scale(1.03);
  }
}

@keyframes chipFloat {
  0%,
  100% {
    opacity: 0.72;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
}

@keyframes metricPulse {
  0%,
  100% {
    opacity: 0.68;
    transform: translateY(0);
  }

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

@keyframes ambientSweep {
  0%,
  100% {
    opacity: 0.55;
    transform: translateX(-2%);
  }

  50% {
    opacity: 0.9;
    transform: translateX(2%);
  }
}

@keyframes mascotHop {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  14% {
    transform: translateY(-16px) scale(1.025);
  }

  26% {
    transform: translateY(0) scale(0.99);
  }

  38% {
    transform: translateY(-7px) scale(1.012);
  }

  52% {
    transform: translateY(0) scale(1);
  }
}

@keyframes mascotGlowBreath {
  0%,
  100% {
    filter:
      drop-shadow(0 0 16px rgba(53, 215, 138, 0.28))
      drop-shadow(0 14px 24px rgba(0, 0, 0, 0.48));
    transform: rotate(-1deg) scale(1);
  }

  50% {
    filter:
      drop-shadow(0 0 30px rgba(53, 215, 138, 0.58))
      drop-shadow(0 0 18px rgba(255, 196, 77, 0.32))
      drop-shadow(0 20px 30px rgba(0, 0, 0, 0.52));
    transform: rotate(2deg) scale(1.035);
  }
}

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

@media (max-width: 920px) {
  .hero {
    min-height: 920px;
    width: calc(100% - 28px);
    margin: 14px auto;
    align-items: end;
  }

  .hero-copy {
    width: calc(100% - 24px);
    margin: 0 12px 14px;
    padding: 18px;
  }

  .join-button {
    width: 100%;
    min-height: 64px;
    font-size: 1.1rem;
  }

  .trust-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .visual img {
    object-position: 55% center;
  }

  .visual::after {
    background:
      linear-gradient(180deg, rgba(2, 4, 16, 0.08), rgba(2, 4, 16, 0.24) 30%, rgba(2, 4, 16, 0.9)),
      linear-gradient(90deg, rgba(2, 4, 16, 0.3), rgba(2, 4, 16, 0.2));
  }

  .device-stage {
    right: 1%;
    top: 5%;
    width: 98%;
    height: 45%;
    opacity: 0.88;
    transform: none;
  }

  .orbit-one {
    right: -38%;
    bottom: 48%;
    width: 420px;
    height: 132px;
    opacity: 0.5;
  }

  .orbit-two,
  .chip-live,
  .chip-events,
  .metric-one,
  .metric-two {
    display: none;
  }

  .chip-play {
    left: 20px;
    right: auto;
    top: 30px;
    min-width: 74px;
    min-height: 36px;
  }

  .chip-music {
    right: 20px;
    bottom: auto;
    top: 76px;
    min-width: 80px;
    min-height: 36px;
  }

  .tablet {
    right: 58px;
    top: 0;
    width: 72%;
    padding: 12px;
  }

  .phone {
    right: 0;
    bottom: 22px;
    width: 30%;
    padding: 20px 9px 12px;
  }

  .app-grid {
    gap: 7px;
    margin-top: 10px;
  }

  .tile {
    min-height: 46px;
    padding: 7px;
    font-size: 0.62rem;
  }

  .phone-feed span {
    min-height: 38px;
    font-size: 0.58rem;
  }

  .mascot-card {
    right: 16px;
    top: 122px;
    bottom: auto;
    width: 110px;
    opacity: 0.96;
  }

  .mascot-card span {
    display: none;
  }

  .section,
  .cta-band,
  footer {
    width: calc(100% - 28px);
  }

  .section {
    padding: 42px 0 24px;
  }

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

  .benefit-grid article {
    min-height: auto;
  }

  .cta-band,
  footer {
    display: grid;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 900px;
  }

  .hero-copy {
    margin-bottom: 12px;
  }

  .mascot-card {
    top: 132px;
    width: 96px;
  }
}
