:root {
  --bg: #050b12;
  --bg-soft: #09131d;
  --panel: rgba(11, 24, 34, 0.78);
  --panel-strong: rgba(13, 31, 43, 0.94);
  --line: rgba(128, 225, 255, 0.18);
  --line-strong: rgba(44, 215, 255, 0.42);
  --text: #f5fbff;
  --muted: #a8b8c4;
  --subtle: #738693;
  --cyan: #27d9ff;
  --cyan-strong: #12bff4;
  --lime: #b6ff21;
  --violet: #8b65ff;
  --gold: #ffd66b;
  --danger: #ff6f8f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 75% 8%, rgba(39, 217, 255, 0.18), transparent 34rem),
    radial-gradient(circle at 12% 42%, rgba(139, 101, 255, 0.12), transparent 30rem),
    linear-gradient(180deg, #050b12 0%, #07111a 50%, #050b12 100%);
  color: var(--text);
  min-width: 320px;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  height: 84px;
  padding: 0 clamp(20px, 5vw, 58px);
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, height 180ms ease;
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(5, 11, 18, 0.88);
  border-color: rgba(121, 220, 255, 0.14);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(39, 217, 255, 0.68);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(39, 217, 255, 0.08);
  box-shadow: 0 0 28px rgba(39, 217, 255, 0.18);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  letter-spacing: 0.13em;
  font-size: 18px;
}

.brand-copy small {
  color: var(--muted);
  font-size: 11px;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  font-size: 14px;
  color: rgba(245, 251, 255, 0.86);
}

.site-nav a {
  position: relative;
  padding: 31px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--cyan);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.header-cta,
.btn,
.play-btn,
.player-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

.header-cta {
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  color: #031019;
  font-weight: 800;
  font-size: 13px;
  background: linear-gradient(135deg, #21d9ff, #45caff);
  box-shadow: 0 12px 36px rgba(33, 217, 255, 0.28);
}

.nav-toggle {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  border-bottom: 1px solid rgba(121, 220, 255, 0.16);
}

.hero-bg,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("assets/hero-privacy-shield.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(5, 11, 18, 0.94) 0%, rgba(5, 11, 18, 0.78) 33%, rgba(5, 11, 18, 0.23) 64%, rgba(5, 11, 18, 0.54) 100%),
    linear-gradient(180deg, rgba(5, 11, 18, 0.2) 0%, rgba(5, 11, 18, 0.1) 70%, rgba(5, 11, 18, 0.94) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 620px) 1fr;
  align-items: center;
  min-height: 850px;
  padding: 120px clamp(22px, 5vw, 58px) 74px;
}

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

.eyebrow {
  margin: 0 0 22px;
  color: var(--lime);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow i {
  margin-right: 7px;
}

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

h1 {
  margin-bottom: 28px;
  max-width: 650px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 span {
  color: var(--lime);
}

.hero-lede {
  max-width: 540px;
  margin-bottom: 38px;
  color: #d5e4ec;
  font-size: 18px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.btn {
  min-height: 54px;
  padding: 0 27px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
}

.btn-primary {
  color: #021018;
  background: linear-gradient(135deg, #23dcff, #35c5ff);
  box-shadow: 0 16px 50px rgba(31, 211, 255, 0.24);
}

.btn-secondary {
  border: 1px solid rgba(39, 217, 255, 0.58);
  color: var(--text);
  background: rgba(6, 18, 28, 0.62);
}

.hero-badges {
  position: relative;
  align-self: stretch;
}

.orbit-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 190px;
  padding: 12px 14px;
  border: 1px solid rgba(128, 225, 255, 0.16);
  border-radius: 8px;
  color: #d9eff7;
  background: rgba(5, 15, 24, 0.38);
  backdrop-filter: blur(10px);
  font-size: 13px;
  line-height: 1.35;
}

.orbit-badge i {
  color: var(--cyan);
}

.badge-one {
  left: 22%;
  top: 31%;
}

.badge-two {
  right: 5%;
  top: 37%;
}

.badge-three {
  right: 16%;
  top: 18%;
}

.badge-four {
  right: 2%;
  top: 58%;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 34px clamp(22px, 5vw, 58px);
  border-bottom: 1px solid rgba(121, 220, 255, 0.16);
  background: rgba(8, 18, 27, 0.74);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  padding: 0 28px;
  border-right: 1px solid var(--line);
}

.trust-item:first-child {
  padding-left: 0;
}

.trust-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.trust-item i {
  color: var(--cyan);
  font-size: 30px;
}

.trust-item:nth-child(2) i,
.trust-item:nth-child(3) i {
  color: var(--lime);
}

.trust-item strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.trust-item span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.section {
  padding: 100px clamp(22px, 5vw, 58px);
  border-bottom: 1px solid rgba(121, 220, 255, 0.14);
}

.privacy-command {
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  gap: clamp(36px, 7vw, 92px);
  background:
    linear-gradient(180deg, rgba(6, 16, 24, 0.88), rgba(5, 11, 18, 0.94)),
    radial-gradient(circle at 68% 36%, rgba(39, 217, 255, 0.12), transparent 35rem);
}

.section-lead h2,
.split-section h2,
.section-heading h2,
.contact-section h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.16;
  letter-spacing: 0;
}

.section-lead p,
.about-copy p,
.section-heading p,
.contact-section p {
  color: var(--muted);
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 14px;
  color: var(--cyan);
  font-weight: 800;
}

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

.privacy-card,
.game-card,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(15, 33, 46, 0.84), rgba(8, 18, 27, 0.74));
  box-shadow: var(--shadow);
}

.privacy-card {
  min-height: 260px;
  padding: 34px 28px;
}

.privacy-card.is-featured {
  border-color: rgba(182, 255, 33, 0.82);
  box-shadow: 0 0 0 1px rgba(182, 255, 33, 0.08), 0 24px 80px rgba(182, 255, 33, 0.06);
}

.privacy-card i {
  margin-bottom: 42px;
  color: var(--cyan);
  font-size: 34px;
}

.privacy-card.is-featured i {
  color: var(--text);
}

.privacy-card h3,
.service-row h3,
.game-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.privacy-card p,
.service-row p,
.game-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.status-pill {
  grid-column: 2;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 13px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(5, 12, 19, 0.62);
  font-size: 13px;
}

.status-pill i {
  color: var(--lime);
  font-size: 8px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) 1.08fr;
  gap: clamp(40px, 8vw, 110px);
  background: rgba(5, 11, 18, 0.72);
}

.company-facts {
  display: grid;
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
}

.company-facts div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.company-facts dt {
  color: var(--subtle);
  font-size: 13px;
  text-transform: uppercase;
}

.company-facts dd {
  margin: 0;
  color: var(--text);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(300px, 560px) minmax(260px, 520px);
  justify-content: space-between;
  align-items: end;
  gap: 36px;
  margin-bottom: 66px;
}

.service-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.service-row article {
  min-height: 210px;
  padding: 4px 28px 0;
  border-right: 1px solid var(--line);
  text-align: center;
}

.service-row article:first-child {
  padding-left: 0;
}

.service-row article:last-child {
  padding-right: 0;
  border-right: 0;
}

.service-row i {
  margin-bottom: 24px;
  color: var(--cyan);
  font-size: 44px;
}

.games-section {
  background:
    radial-gradient(circle at 18% 10%, rgba(139, 101, 255, 0.15), transparent 28rem),
    radial-gradient(circle at 84% 18%, rgba(39, 217, 255, 0.14), transparent 30rem),
    rgba(5, 11, 18, 0.88);
}

.games-heading {
  margin-bottom: 34px;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 28px;
}

.game-card {
  overflow: hidden;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.game-card:hover,
.game-card.is-active {
  border-color: var(--line-strong);
  transform: translateY(-3px);
}

.game-art {
  position: relative;
  min-height: 210px;
  background-position: center;
  background-size: cover;
}

.game-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(4, 10, 16, 0.58));
}

.cube-art {
  background-image: url("assets/game-cube-merge.png");
}

.cube-alt-art {
  background-image: url("assets/game-cube-arcade.png");
}

.defenders-art {
  background-image:
    linear-gradient(180deg, rgba(5, 11, 18, 0.08), rgba(5, 11, 18, 0.28)),
    url("assets/game-merge-defenders.png");
  background-position: center;
}

.game-body {
  padding: 22px;
}

.game-body span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.play-btn {
  width: 100%;
  min-height: 44px;
  margin-top: 20px;
  border-radius: 8px;
  color: #031019;
  font-weight: 900;
  background: linear-gradient(135deg, var(--cyan), #7de7ff);
}

.game-player {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #050a10;
  box-shadow: 0 24px 100px rgba(39, 217, 255, 0.12);
}

.player-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 60px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 18, 27, 0.9);
}

.player-topbar > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.live-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 16px rgba(182, 255, 33, 0.7);
}

.player-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.player-actions a,
.player-actions button {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
}

.game-player iframe {
  display: block;
  width: 100%;
  height: min(72vh, 760px);
  min-height: 560px;
  border: 0;
  background: #03070b;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 450px);
  gap: clamp(34px, 8vw, 120px);
  align-items: center;
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.contact-panel a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #dff7ff;
  background: rgba(255, 255, 255, 0.03);
}

.contact-panel i {
  color: var(--cyan);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 0.8fr) minmax(220px, 0.55fr);
  gap: 44px;
  padding: 64px clamp(22px, 5vw, 58px) 28px;
  background: #050a10;
}

.footer-brand p {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 34px;
}

.footer-links div {
  display: grid;
  gap: 12px;
}

.footer-links strong {
  margin-bottom: 6px;
}

.footer-links a {
  color: var(--muted);
  font-size: 14px;
}

.footer-map {
  position: relative;
  min-height: 120px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(39, 217, 255, 0.08), transparent),
    repeating-linear-gradient(0deg, transparent 0 18px, rgba(39, 217, 255, 0.04) 18px 19px),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(39, 217, 255, 0.04) 18px 19px);
  overflow: hidden;
}

.footer-map i {
  position: absolute;
  right: 30px;
  top: 30px;
  color: rgba(39, 217, 255, 0.52);
  font-size: 54px;
}

.footer-map span {
  position: absolute;
  left: 22px;
  bottom: 24px;
  width: 64%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--subtle);
  font-size: 13px;
}

.legal-page {
  padding-top: 120px;
}

.legal-shell {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 58px) 90px;
}

.legal-shell h1 {
  font-size: clamp(38px, 5vw, 60px);
}

.legal-shell article {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.legal-shell h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.legal-shell p,
.legal-shell li {
  color: var(--muted);
  line-height: 1.8;
}

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

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav.is-open {
    position: absolute;
    top: 72px;
    left: 18px;
    right: 18px;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(5, 11, 18, 0.96);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open a {
    padding: 14px 12px;
  }

  .site-nav.is-open a::after {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-badges {
    display: none;
  }

  .trust-strip,
  .privacy-grid,
  .game-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .privacy-command,
  .split-section,
  .section-heading,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .status-pill {
    grid-column: auto;
    justify-self: start;
  }

  .service-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0;
  }

  .service-row article:nth-child(2n) {
    border-right: 0;
  }

  .footer-map {
    display: none;
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 72px;
    padding-inline: 16px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy small {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: 760px;
  }

  .hero-inner {
    padding: 104px 18px 54px;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .hero-bg {
    background-position: 62% center;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(5, 11, 18, 0.95), rgba(5, 11, 18, 0.68)),
      linear-gradient(180deg, rgba(5, 11, 18, 0.12), rgba(5, 11, 18, 0.94));
  }

  .hero-copy {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  h1 {
    max-width: 100%;
    font-size: clamp(32px, 8.8vw, 36px);
    line-height: 1.12;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .hero-lede {
    max-width: 100%;
    font-size: 16px;
  }

  .btn {
    width: 100%;
  }

  .trust-strip,
  .privacy-grid,
  .game-grid,
  .service-row {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .section {
    padding: 60px 18px;
  }

  .trust-item,
  .service-row article {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    text-align: left;
  }

  .trust-item:last-child,
  .service-row article:last-child {
    border-bottom: 0;
  }

  .privacy-card {
    min-height: auto;
  }

  .privacy-card i {
    margin-bottom: 22px;
  }

  .company-facts div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .player-topbar,
  .player-actions,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .player-topbar {
    padding: 14px;
  }

  .game-player iframe {
    height: 68vh;
    min-height: 460px;
  }
}
