:root {
  --bg: #05070b;
  --bg-2: #090d14;
  --surface: #101823;
  --surface-2: #162333;
  --ink: #f7fbff;
  --ink-dark: #071008;
  --muted: #9fb1c2;
  --line: #26384b;
  --line-bright: #3b536b;
  --green: #8cff70;
  --green-2: #28d66f;
  --cyan: #68d8ff;
  --blue: #5b7cff;
  --amber: #ffb84a;
  --red: #ff5e6b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(104, 216, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 84% 12%, rgba(140, 255, 112, 0.14), transparent 25rem),
    linear-gradient(90deg, rgba(104, 216, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(104, 216, 255, 0.03) 1px, transparent 1px),
    var(--bg);
  background-size: auto, auto, 82px 82px, 82px 82px, auto;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

@keyframes floatChip {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  50% {
    transform: translate3d(20px, -18px, 0) rotate(2deg);
  }
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scanSweep {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(130%);
  }
}

@keyframes beamMove {
  0%, 100% {
    opacity: 0.28;
    transform: translateX(-10%);
  }
  50% {
    opacity: 0.86;
    transform: translateX(18%);
  }
}

@keyframes zonePulse {
  0%, 100% {
    box-shadow: 0 0 0 rgba(140, 255, 112, 0);
    border-color: rgba(140, 255, 112, 0.32);
  }
  50% {
    box-shadow: 0 0 30px rgba(140, 255, 112, 0.26);
    border-color: rgba(140, 255, 112, 0.9);
  }
}

@keyframes targetBlink {
  0%, 100% {
    opacity: 0.28;
  }
  50% {
    opacity: 1;
  }
}

@keyframes buttonGlow {
  0%, 100% {
    box-shadow: 0 0 26px rgba(140, 255, 112, 0.2);
  }
  50% {
    box-shadow: 0 0 44px rgba(140, 255, 112, 0.42);
  }
}

a {
  color: var(--cyan);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(5, 7, 11, 0.88);
  border-bottom: 1px solid rgba(140, 255, 112, 0.2);
  backdrop-filter: blur(16px);
}

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

.brand-mark {
  display: inline-flex;
  align-items: center;
}

.brand-mark img {
  width: 162px;
  height: auto;
  display: block;
}

.brand {
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand::after {
  content: " BETA";
  margin-left: 10px;
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.nav-links a {
  color: #c8d5e1;
  font-size: 14px;
  font-weight: 800;
}

.nav-links .download-link {
  color: var(--ink-dark);
  background: var(--green);
  border: 1px solid var(--green);
  padding: 11px 15px;
  border-radius: 8px;
  animation: buttonGlow 4s ease-in-out infinite;
}

.section-inner,
.hero-grid,
.footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-reboot {
  position: relative;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5, 7, 11, 0.96), rgba(5, 7, 11, 0.76)),
    url("ggsight-dashboard.png") center / cover no-repeat;
}

.hero-reboot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(5, 7, 11, 0.82));
  pointer-events: none;
}

.motion-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.orbit-chip {
  position: absolute;
  min-width: 132px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
  animation: floatChip 7s ease-in-out infinite;
}

.chip-fortnite {
  top: 15%;
  right: 14%;
  background: linear-gradient(135deg, rgba(62, 103, 255, 0.9), rgba(77, 215, 255, 0.36));
}

.chip-cod {
  top: 40%;
  right: 6%;
  background: linear-gradient(135deg, rgba(24, 34, 27, 0.94), rgba(140, 255, 112, 0.26));
  animation-delay: -1.8s;
}

.chip-apex {
  bottom: 22%;
  right: 21%;
  background: linear-gradient(135deg, rgba(139, 23, 35, 0.92), rgba(255, 184, 74, 0.3));
  animation-delay: -3.4s;
}

.chip-rocket {
  bottom: 11%;
  right: 7%;
  background: linear-gradient(135deg, rgba(24, 78, 158, 0.94), rgba(104, 216, 255, 0.28));
  animation-delay: -5.1s;
}

.scan-line {
  position: absolute;
  width: 34vw;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  filter: drop-shadow(0 0 14px rgba(140, 255, 112, 0.8));
  animation: beamMove 5.8s ease-in-out infinite;
}

.line-a {
  top: 31%;
  right: 6%;
}

.line-b {
  bottom: 33%;
  right: 14%;
  animation-delay: -2.8s;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 48px;
  align-items: center;
  padding: 86px 0;
}

.eyebrow {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

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

h1 {
  margin-top: 16px;
  max-width: 790px;
  font-size: clamp(50px, 7vw, 88px);
}

h2 {
  font-size: clamp(34px, 4vw, 58px);
}

h3 {
  font-size: 22px;
}

.hero-copy p {
  margin-top: 22px;
  max-width: 720px;
  color: #d7e4ee;
  font-size: clamp(18px, 2vw, 23px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid var(--line-bright);
  background: rgba(16, 24, 35, 0.9);
  color: var(--ink);
  font-weight: 900;
}

.button-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(140, 255, 112, 0.25);
}

.button.primary {
  background: var(--green);
  border-color: var(--green);
  color: var(--ink-dark);
  animation: buttonGlow 4s ease-in-out infinite;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}

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

.trust-row span,
.verification-bar span,
.verification-bar a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(104, 216, 255, 0.22);
  border-radius: 8px;
  background: rgba(10, 15, 22, 0.76);
  color: #cbd9e4;
  font-size: 13px;
  font-weight: 800;
}

.trust-row span::before,
.verification-bar span::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
}

.hero-console {
  border: 1px solid var(--line-bright);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(10, 15, 22, 0.86);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.console-top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(22, 35, 51, 0.92);
}

.console-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.console-top span:nth-child(2) {
  background: var(--cyan);
}

.console-top span:nth-child(3) {
  background: var(--amber);
}

.console-top strong {
  margin-left: auto;
  color: var(--green);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.console-screen {
  position: relative;
  min-height: 520px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(104, 216, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(104, 216, 255, 0.08) 1px, transparent 1px),
    #080d14;
  background-size: 42px 42px;
}

.scan-zone {
  position: absolute;
  min-width: 190px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(140, 255, 112, 0.32);
  border-radius: 8px;
  color: var(--green);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  background: rgba(140, 255, 112, 0.08);
  animation: zonePulse 3.4s ease-in-out infinite;
}

.zone-one {
  top: 70px;
  left: 28px;
}

.zone-two {
  top: 168px;
  right: 38px;
  animation-delay: -1.2s;
}

.zone-three {
  top: 274px;
  left: 72px;
  animation-delay: -2.1s;
}

.detected-card {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 126px;
  padding: 18px;
  border: 1px solid rgba(140, 255, 112, 0.46);
  border-radius: 10px;
  background: rgba(12, 18, 26, 0.94);
}

.detected-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.detected-card strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 30px;
}

.detected-card p {
  margin-top: 6px;
  color: var(--green);
}

.confidence-ring {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 3px solid var(--green);
  border-radius: 50%;
  background: rgba(140, 255, 112, 0.08);
  box-shadow: 0 0 34px rgba(140, 255, 112, 0.22);
}

.confidence-ring strong {
  font-size: 30px;
}

.confidence-ring span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(16, 24, 35, 0.92);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerMove 28s linear infinite;
}

.ticker-track span {
  min-width: 245px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-left: 1px solid var(--line);
  color: #cad7e2;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.section {
  padding: 86px 0;
}

.downloads-section,
.scanner-section,
.page-hero,
.section.alt {
  background: rgba(9, 13, 20, 0.86);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 34px;
}

.section-header.compact {
  display: block;
}

.section-header > div {
  max-width: 760px;
}

.section-header p,
.proof-grid p,
.page-hero p {
  color: var(--muted);
  max-width: 620px;
  font-size: 17px;
}

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

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

.download-card,
.process-grid article,
.card,
.price-card,
.list-item,
.step {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(16, 24, 35, 0.94);
  padding: 24px;
}

.download-card {
  min-height: 312px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.download-card::after {
  content: "";
  position: absolute;
  top: -42px;
  right: -42px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 216, 255, 0.15), transparent 66%);
  pointer-events: none;
}

.download-card.featured {
  border-color: rgba(140, 255, 112, 0.58);
  box-shadow: 0 0 48px rgba(140, 255, 112, 0.12);
}

.download-card p,
.process-grid p,
.card p,
.price-card p,
.list-item p,
.step p {
  margin-top: 10px;
  color: var(--muted);
}

.download-card .button {
  margin-top: auto;
}

.download-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 14px;
  margin-bottom: 22px;
}

.download-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: #070a0f;
  box-shadow: 0 0 28px rgba(140, 255, 112, 0.18);
}

.platform-pill,
.platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 42px;
  border-radius: 9px;
  color: var(--green);
  background: rgba(140, 255, 112, 0.12);
  font-weight: 950;
  letter-spacing: 0.08em;
}

.verification-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

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

.process-grid article span,
.step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--green);
  background: rgba(140, 255, 112, 0.12);
  font-weight: 950;
}

.scanner-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-bright);
  border-radius: 14px;
  background: #05070a;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}

.scanner-frame.xl {
  margin-top: 10px;
}

.scanner-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.scan-beam {
  position: absolute;
  inset: 0 auto 0 0;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(140, 255, 112, 0.16), transparent);
  mix-blend-mode: screen;
  animation: scanSweep 4.8s linear infinite;
}

.target-box {
  position: absolute;
  border: 2px solid rgba(140, 255, 112, 0.86);
  border-radius: 6px;
  box-shadow: 0 0 26px rgba(140, 255, 112, 0.32);
  animation: targetBlink 2.1s ease-in-out infinite;
}

.target-one {
  left: 30.5%;
  top: 35.5%;
  width: 22%;
  height: 8%;
}

.target-two {
  left: 30.5%;
  top: 52%;
  width: 22%;
  height: 8%;
  animation-delay: -0.7s;
}

.target-three {
  left: 74%;
  top: 28%;
  width: 18%;
  height: 28%;
  animation-delay: -1.3s;
}

.proof-section {
  background:
    linear-gradient(135deg, rgba(255, 94, 107, 0.09), transparent 38%),
    rgba(5, 7, 11, 0.94);
}

.proof-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.proof-grid p {
  margin-top: 18px;
}

.proof-cards,
.rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.proof-cards span,
.rules span {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 94, 107, 0.32);
  border-radius: 12px;
  background: rgba(255, 94, 107, 0.08);
  color: #ffd9dd;
  font-weight: 900;
}

.page-hero {
  padding: 84px 0 58px;
}

.page-hero p {
  margin-top: 16px;
}

.price {
  margin: 20px 0 16px;
  font-size: 42px;
  font-weight: 950;
  color: var(--green);
}

.price span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
}

ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

li {
  margin: 8px 0;
  color: #cedbe5;
}

.table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(16, 24, 35, 0.94);
}

.table th,
.table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  color: #dbe7ef;
}

.table th {
  color: var(--green);
  background: rgba(140, 255, 112, 0.1);
}

.site-footer {
  padding: 40px 0;
  border-top: 1px solid var(--line);
  background: #05070b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 28px;
}

.footer-logo {
  width: 150px;
  height: auto;
}

.footer-grid p,
.footer-grid a {
  color: #9badbb;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

@media (max-width: 1040px) {
  .hero-grid,
  .section-header,
  .proof-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .section-header {
    align-items: start;
  }

  .hero-console {
    max-width: 560px;
  }

  .motion-stage {
    opacity: 0.36;
  }
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .brand-mark img {
    width: 148px;
  }

  .download-grid,
  .process-grid,
  .grid,
  .grid.two,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .orbit-chip,
  .scan-line {
    display: none;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 44px;
  }

  .hero-grid {
    padding: 58px 0;
  }

  .section,
  .page-hero {
    padding: 58px 0;
  }

  .hero-console {
    display: none;
  }

  .proof-cards,
  .rules {
    grid-template-columns: 1fr;
  }
}

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

  .ticker-track {
    animation: none;
    width: auto;
    flex-wrap: wrap;
  }
}
