:root {
  --navy: #07111f;
  --navy-deep: #040a13;
  --panel: #0b1b2e;
  --text: #eff5fb;
  --muted: #a7b6c7;
  --line: rgba(210, 227, 243, 0.14);
  --lime: #c6f56d;
  --orange: #ff7a45;
  --blue: #6ca5ff;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--navy);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.skip-link {
  position: fixed; z-index: 20; left: 16px; top: -80px; padding: 10px 14px;
  border-radius: 8px; background: var(--lime); color: var(--navy); font-weight: 800;
}
.skip-link:focus { top: 16px; }

.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header { position: absolute; z-index: 5; inset: 0 0 auto; }
.navigation { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: -0.045em; font-size: 1.12rem; font-weight: 600; white-space: nowrap; }
.brand strong { color: var(--lime); font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(198, 245, 109, 0.7); color: var(--lime); font-size: 0.64rem; font-weight: 850; letter-spacing: -0.08em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); color: var(--muted); font-size: 0.92rem; }
.site-nav a, .site-footer a { transition: color 180ms ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-footer a:hover, .site-footer a:focus-visible { color: var(--lime); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 740px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(120deg, #081629 0%, #07111f 62%, #0b1b2e 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(370px, 0.95fr); align-items: center; gap: 48px; padding: 144px 0 82px; }
.hero-glow { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(10px); opacity: 0.38; }
.glow-one { width: 540px; height: 540px; right: -110px; top: 110px; background: radial-gradient(circle, rgba(108, 165, 255, 0.26), transparent 66%); }
.glow-two { width: 380px; height: 380px; left: -180px; bottom: -250px; background: radial-gradient(circle, rgba(198, 245, 109, 0.16), transparent 67%); }
.eyebrow, .section-label { margin: 0; color: var(--lime); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 20px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 690px; margin: 19px 0 25px; font-size: clamp(3.4rem, 7.3vw, 6.8rem); line-height: 0.96; letter-spacing: -0.076em; font-weight: 730; }
h1 em, h2 em { color: var(--lime); font-weight: inherit; }
.hero-copy { max-width: 545px; margin-bottom: 33px; color: var(--muted); font-size: clamp(1rem, 1.45vw, 1.13rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; font-size: 0.9rem; font-weight: 750; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: #132014; }
.button-primary:hover { background: #d5fa91; }
.button-primary span { font-size: 1.15rem; }
.button-secondary { border-color: rgba(238, 245, 251, 0.34); color: var(--text); }
.button-secondary:hover { border-color: var(--lime); color: var(--lime); }

.forge-visual { position: relative; width: min(100%, 460px); aspect-ratio: 1; justify-self: end; border-radius: 50%; display: grid; place-items: center; isolation: isolate; }
.forge-visual::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(198, 245, 109, 0.17); border-radius: 50%; background: radial-gradient(circle, rgba(22, 54, 82, 0.8) 0%, rgba(6, 17, 31, 0.1) 68%); box-shadow: inset 0 0 70px rgba(91, 145, 230, 0.16), 0 0 90px rgba(59, 112, 201, 0.1); }
.orbit { position: absolute; border: 1px solid rgba(160, 193, 231, 0.22); border-radius: 50%; }
.orbit-large { inset: 0; transform: rotate(-26deg) scaleY(0.44); }
.orbit-small { inset: 16%; transform: rotate(59deg) scaleY(0.42); border-color: rgba(198, 245, 109, 0.26); }
.core-symbol { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 146px; height: 146px; border: 1px solid rgba(198, 245, 109, 0.65); border-radius: 50%; background: linear-gradient(145deg, rgba(198, 245, 109, 0.16), rgba(108, 165, 255, 0.08)); box-shadow: 0 0 0 14px rgba(198, 245, 109, 0.035), 0 0 44px rgba(198, 245, 109, 0.12); color: var(--lime); font-size: 3.1rem; font-weight: 820; letter-spacing: -0.2em; padding-right: 0.14em; }
.signal { position: absolute; z-index: 2; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(198, 245, 109, 0.13), 0 0 18px rgba(198, 245, 109, 0.75); }
.signal-one { top: 15%; left: 17%; }.signal-two { top: 52%; right: 2%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255, 122, 69, 0.13), 0 0 18px rgba(255, 122, 69, 0.75); }.signal-three { bottom: 10%; left: 43%; background: var(--blue); box-shadow: 0 0 0 6px rgba(108, 165, 255, 0.13), 0 0 18px rgba(108, 165, 255, 0.75); }
.visual-label { position: absolute; z-index: 2; color: rgba(228, 238, 249, 0.55); font-size: 0.56rem; font-weight: 800; letter-spacing: 0.18em; }.label-top { top: 10%; right: 20%; }.label-right { right: -1%; bottom: 34%; }.label-bottom { bottom: 9%; left: 17%; }

.section { padding: 132px 0; }
.intro { background: #f2f4f0; color: #112132; }
.intro-grid { display: grid; grid-template-columns: minmax(140px, 0.48fr) minmax(0, 1.52fr); gap: 34px; }
.intro .section-label { color: #637286; }.intro h2, .section-heading h2, .coming-soon h2, .contact h2 { margin-bottom: 28px; font-size: clamp(2.2rem, 4.7vw, 4.2rem); line-height: 1.02; letter-spacing: -0.065em; }.intro h2 { max-width: 720px; }.intro div > p:not(.section-label) { max-width: 650px; color: #536274; font-size: 1.05rem; line-height: 1.76; }.intro div > p + p { margin-bottom: 0; }

.products { background: var(--navy-deep); }.section-heading { display: grid; grid-template-columns: 1.25fr 0.75fr; align-items: end; gap: 42px; margin-bottom: 48px; }.section-heading h2 { max-width: 660px; margin: 17px 0 0; }.section-note { max-width: 340px; margin: 0 0 7px auto; color: var(--muted); line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.product-card { position: relative; min-height: 370px; padding: 22px; overflow: hidden; border: 1px solid rgba(211, 230, 246, 0.16); background: #0b1c30; transition: transform 220ms ease, border-color 220ms ease; }.product-card:hover { transform: translateY(-6px); border-color: rgba(198, 245, 109, 0.55); }.games-card { background: #13253b; }.ai-card { background: #101f2e; }.card-topline { display: flex; justify-content: space-between; color: #9eb0c3; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }.card-icon { position: relative; width: 120px; height: 112px; margin: 34px 0 23px; }.card-icon i { position: absolute; display: block; }.card-icon-apps i { width: 48px; height: 66px; border: 2px solid var(--lime); border-radius: 8px; }.card-icon-apps i:first-child { left: 7px; top: 20px; }.card-icon-apps i:nth-child(2) { left: 34px; top: 2px; border-color: var(--blue); }.card-icon-apps i:last-child { left: 61px; top: 29px; border-color: var(--orange); }.card-icon-games { transform: rotate(-13deg); }.card-icon-games i { width: 30px; height: 30px; border-radius: 6px; background: var(--lime); }.card-icon-games i:nth-child(1) { left: 17px; top: 20px; }.card-icon-games i:nth-child(2) { left: 53px; top: 20px; background: var(--blue); }.card-icon-games i:nth-child(3) { left: 17px; top: 56px; background: var(--orange); }.card-icon-games i:nth-child(4) { left: 53px; top: 56px; background: #cbd7e4; }.card-icon-ai i { width: 12px; height: 12px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(198, 245, 109, 0.1); }.card-icon-ai i:nth-child(1) { left: 51px; top: 45px; width: 20px; height: 20px; }.card-icon-ai i:nth-child(2) { left: 8px; top: 10px; background: var(--blue); }.card-icon-ai i:nth-child(3) { right: 8px; top: 15px; background: var(--orange); }.card-icon-ai i:nth-child(4) { left: 11px; bottom: 8px; background: #cbd7e4; }.card-icon-ai i:nth-child(5) { right: 13px; bottom: 5px; }.card-icon-ai::before, .card-icon-ai::after { content: ""; position: absolute; left: 23px; top: 50px; width: 78px; height: 1px; background: rgba(198, 245, 109, 0.54); transform: rotate(29deg); transform-origin: left; }.card-icon-ai::after { transform: rotate(-26deg); }.product-card h3 { margin-bottom: 10px; color: var(--text); font-size: 1.7rem; letter-spacing: -0.055em; }.product-card p { max-width: 270px; margin: 0; color: #b2c0ce; font-size: 0.93rem; line-height: 1.65; }.card-arrow { position: absolute; right: 22px; bottom: 19px; color: var(--lime); font-size: 1.4rem; }

.coming-soon { background: #e4f8bd; color: #112132; }.coming-soon-panel { padding: 0 0 3px; }.coming-soon .section-label { color: #4e6b32; }.coming-content { display: grid; grid-template-columns: 1.3fr 0.7fr; align-items: end; gap: 45px; margin-top: 35px; }.coming-soon h2 { margin: 12px 0 0; }.status { display: inline-flex; align-items: center; gap: 8px; margin: 0; color: #3e5c24; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }.status span { width: 8px; height: 8px; border-radius: 50%; background: #4c8120; box-shadow: 0 0 0 5px rgba(76, 129, 32, 0.13); }.coming-content > p { max-width: 370px; margin: 0 0 4px auto; color: #425337; line-height: 1.76; }

.contact { background: var(--navy); }.contact-layout { display: flex; align-items: end; justify-content: space-between; gap: 40px; }.contact h2 { margin: 19px 0 0; }.contact-email { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 9px; border-bottom: 1px solid rgba(198, 245, 109, 0.6); color: var(--lime); font-size: clamp(1.04rem, 2vw, 1.44rem); font-weight: 650; letter-spacing: -0.04em; transition: color 180ms ease, border-color 180ms ease; }.contact-email:hover { color: #fff; border-color: #fff; }.contact-email span:last-child { font-size: 1.45em; }

.site-footer { padding: 26px 0; border-top: 1px solid var(--line); background: var(--navy-deep); }.footer-content { display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #91a2b5; font-size: 0.78rem; }.footer-brand { color: var(--text); font-size: 0.96rem; }.footer-brand .brand-mark { width: 25px; height: 25px; font-size: 0.55rem; }.footer-content p { margin: 0; }.footer-content > a { color: var(--muted); }

@media (max-width: 820px) {
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; gap: 44px; padding: 142px 0 74px; }.forge-visual { justify-self: center; width: min(82vw, 400px); order: -1; margin-top: -14px; }.hero-content { text-align: center; }.eyebrow { justify-content: center; }.hero-copy { margin-left: auto; margin-right: auto; }.hero-actions { justify-content: center; }.intro-grid, .section-heading, .coming-content { grid-template-columns: 1fr; }.intro-grid { gap: 20px; }.section-note, .coming-content > p { margin-left: 0; }.section-heading { gap: 20px; }.product-grid { grid-template-columns: 1fr; }.product-card { min-height: 310px; }.coming-content { gap: 25px; }.contact-layout { align-items: flex-start; flex-direction: column; gap: 28px; }.section { padding: 94px 0; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 32px, 1160px); }.navigation { min-height: 74px; }.menu-toggle { position: relative; z-index: 6; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(238, 245, 251, 0.3); background: transparent; color: var(--text); cursor: pointer; }.menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1px; background: currentColor; transition: transform 180ms ease; }.menu-toggle span:not(.sr-only) + span:not(.sr-only) { margin-top: 6px; }.menu-toggle[aria-expanded="true"] span:not(.sr-only):first-of-type { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:not(.sr-only):last-of-type { transform: translateY(-3.5px) rotate(-45deg); }.site-nav { position: absolute; z-index: 5; left: 16px; right: 16px; top: 69px; display: grid; gap: 0; visibility: hidden; overflow: hidden; max-height: 0; border: 1px solid transparent; background: #0b1b2e; opacity: 0; transition: max-height 200ms ease, opacity 160ms ease, visibility 160ms ease, border-color 160ms ease; }.site-nav a { padding: 15px 16px; border-bottom: 1px solid var(--line); }.site-nav a:last-child { border-bottom: 0; }.site-nav.is-open { max-height: 210px; visibility: visible; border-color: var(--line); opacity: 1; }.hero-grid { padding-top: 112px; }.forge-visual { width: min(86vw, 370px); }.core-symbol { width: 118px; height: 118px; font-size: 2.5rem; }.visual-label { font-size: 0.48rem; }.product-card { min-height: 290px; }.card-icon { margin: 24px 0 18px; transform: scale(0.86); transform-origin: left top; margin-bottom: 4px; }.card-icon-games { transform: rotate(-13deg) scale(0.86); }.footer-content { flex-direction: column; align-items: flex-start; gap: 14px; }.footer-content p { order: 3; }.contact-email { font-size: 1rem; }.button { width: 100%; }.hero-actions { width: 100%; }
}

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