@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #070a13;
  --surface: #0d1222;
  --surface-2: #121a2f;
  --text: #f6f7fb;
  --muted: #9ea8be;
  --line: rgba(255,255,255,.1);
  --accent: #78f5a7;
  --accent-2: #7bb7ff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Manrope, system-ui, sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; min-height: 88px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.site-header.compact { min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.15rem; font-weight: 800; letter-spacing: -.03em; }
.brand img { filter: drop-shadow(0 8px 20px rgba(120,245,167,.22)); }
.site-nav { display: flex; align-items: center; gap: 30px; color: #c5ccda; font-size: .92rem; font-weight: 600; }
.site-nav a:hover { color: #fff; }
.nav-cta { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04); }
.menu-button { display: none; color: #fff; background: transparent; border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; }

.hero { width: min(calc(100% - 40px), var(--max)); min-height: 690px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding: 60px 0 100px; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .18em; }
h1,h2,h3,p { margin-top: 0; }
.hero h1 { margin-bottom: 26px; max-width: 740px; font-size: clamp(3.8rem, 8vw, 7rem); line-height: .92; letter-spacing: -.075em; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.72); }
.hero-text { max-width: 610px; color: var(--muted); font-size: 1.1rem; }
.hero-actions { display: flex; gap: 13px; margin: 34px 0 50px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--accent); color: #07100b; box-shadow: 0 14px 45px rgba(120,245,167,.16); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mini-stats div { padding-left: 15px; border-left: 1px solid var(--line); }
.mini-stats strong, .mini-stats span { display: block; }
.mini-stats strong { font-size: .82rem; }
.mini-stats span { color: var(--muted); font-size: .72rem; }

.hero-art { min-height: 560px; position: relative; display: grid; place-items: center; isolation: isolate; }
.glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(75,156,255,.24), transparent 68%); filter: blur(18px); z-index: -2; }
.planet { width: min(330px, 72vw); aspect-ratio: 1; border-radius: 50%; position: relative; background: radial-gradient(circle at 32% 25%, #a2ffca 0 4%, #3ad27d 5% 12%, transparent 13%), radial-gradient(circle at 65% 36%, #7ff7ad 0 6%, #29be72 7% 14%, transparent 15%), radial-gradient(circle at 44% 73%, #73ef9e 0 6%, #22a964 7% 15%, transparent 16%), radial-gradient(circle at 35% 30%, #3fbcff, #1359a9 48%, #071a43 75%); box-shadow: inset -45px -45px 75px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.12), 0 50px 120px rgba(20,102,214,.28); }
.planet::after { content: ""; position: absolute; inset: -18px; border: 1px solid rgba(123,183,255,.28); border-radius: 50%; }
.orbit { position: absolute; width: 460px; height: 240px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; transform: rotate(-17deg); }
.orbit-two { width: 400px; height: 500px; transform: rotate(32deg); }
.satellite { position: absolute; top: 15px; left: 90px; width: 16px; height: 16px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 22px var(--accent); }
.satellite.small { top: auto; bottom: 55px; left: auto; right: 17px; width: 10px; height: 10px; background: var(--accent-2); box-shadow: 0 0 18px var(--accent-2); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(13,18,34,.78); backdrop-filter: blur(14px); box-shadow: 0 20px 60px rgba(0,0,0,.25); font-size: .8rem; }
.floating-card span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: rgba(120,245,167,.12); color: var(--accent); }
.card-one { left: 0; top: 24%; }
.card-two { right: 0; bottom: 20%; }

.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 115px 0; }
.games-section { border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 56px; }
.section-heading h2, .about-card h2, .contact-section h2 { max-width: 760px; margin: 0; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.06em; }
.game-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 520px; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: var(--surface); }
.game-visual { position: relative; min-height: 480px; display: grid; place-items: center; overflow: hidden; }
.earth-guard { background: radial-gradient(circle at 50% 50%, rgba(64,148,255,.2), transparent 38%), linear-gradient(135deg, #0b1632, #080b15); }
.game-badge { position: absolute; top: 24px; left: 24px; padding: 8px 12px; border: 1px solid rgba(120,245,167,.34); border-radius: 999px; background: rgba(120,245,167,.09); color: var(--accent); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.mini-earth { width: 230px; height: 230px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #6ee7a3 0 8%, transparent 9%), radial-gradient(circle at 65% 60%, #35c779 0 12%, transparent 13%), radial-gradient(circle at 35% 30%, #4bbfff, #1262bd 52%, #081939 80%); box-shadow: inset -25px -30px 60px rgba(0,0,0,.4), 0 30px 80px rgba(31,117,223,.3); }
.shield-ring { position: absolute; width: 310px; height: 310px; border-radius: 50%; border: 3px solid rgba(120,245,167,.65); box-shadow: 0 0 25px rgba(120,245,167,.25), inset 0 0 28px rgba(120,245,167,.16); }
.meteor { position: absolute; width: 24px; height: 24px; border-radius: 50%; background: #ff9d62; box-shadow: -32px -22px 30px rgba(255,111,75,.45); }
.meteor::before { content: ""; position: absolute; width: 80px; height: 7px; right: 15px; top: 8px; border-radius: 999px; background: linear-gradient(90deg, transparent, #ff6f4b); transform: rotate(28deg); transform-origin: right; }
.meteor-one { top: 18%; right: 18%; }
.meteor-two { bottom: 16%; left: 15%; transform: scale(.72) rotate(170deg); }
.game-info { padding: 60px; display: flex; flex-direction: column; justify-content: center; }
.game-kicker { color: var(--accent-2); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.game-info h3 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -.055em; }
.game-info > p { color: var(--muted); }
.game-tags { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 25px 0; list-style: none; }
.game-tags li { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #cfd5e2; font-size: .75rem; }
.store-note { color: var(--accent); font-weight: 800; font-size: .82rem; }
.more-games { margin-top: 18px; padding: 27px; display: flex; align-items: center; gap: 20px; border: 1px dashed rgba(255,255,255,.16); border-radius: 20px; color: var(--muted); }
.more-games h3 { margin-bottom: 4px; color: #fff; }
.more-games p { margin: 0; }
.placeholder-icon { flex: 0 0 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--surface-2); color: var(--accent); font-size: 1.5rem; }

.about-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; border-top: 1px solid var(--line); }
.about-card > p:last-child { max-width: 720px; margin: 30px 0 0; color: var(--muted); font-size: 1.05rem; }
.values-grid { display: grid; gap: 12px; }
.value-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.025); }
.value-card span { color: var(--accent); font-size: .72rem; font-weight: 800; }
.value-card h3 { margin: 12px 0 7px; }
.value-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.contact-section { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 80px; padding: 70px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg, rgba(120,245,167,.08), rgba(123,183,255,.07)); }
.contact-section h2 { max-width: 800px; font-size: clamp(2rem, 4vw, 3.8rem); }

.site-footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.site-footer > div { display: flex; gap: 22px; }
.site-footer a:hover { color: #fff; }

.policy-wrap { width: min(calc(100% - 40px), 900px); margin: 0 auto; padding: 85px 0 120px; }
.policy-heading { margin-bottom: 42px; }
.policy-heading h1 { margin-bottom: 12px; font-size: clamp(2.8rem, 7vw, 5.8rem); line-height: .98; letter-spacing: -.065em; }
.policy-heading > p:last-child { color: var(--muted); }
.policy-card { padding: clamp(25px, 5vw, 60px); border: 1px solid var(--line); border-radius: 26px; background: var(--surface); }
.policy-card section + section { margin-top: 35px; padding-top: 35px; border-top: 1px solid var(--line); }
.policy-card h2 { font-size: 1.22rem; }
.policy-card p { margin-bottom: 0; color: var(--muted); }
.policy-card a { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.policy-note { margin-top: 40px; padding: 18px; border-left: 3px solid var(--accent); border-radius: 8px; background: rgba(120,245,167,.06); color: #cbd4c8; font-size: .86rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .hero, .game-card, .about-section { grid-template-columns: 1fr; }
  .hero { padding-top: 35px; }
  .hero-art { min-height: 480px; order: -1; }
  .section { padding: 85px 0; }
  .game-info { padding: 40px; }
  .contact-section { padding: 45px; }
}

@media (max-width: 680px) {
  .site-header { width: min(calc(100% - 28px), var(--max)); min-height: 72px; }
  .menu-button { display: block; }
  .site-nav:not(.always-visible) { display: none; position: absolute; top: 66px; left: 0; right: 0; padding: 18px; flex-direction: column; align-items: stretch; gap: 5px; border: 1px solid var(--line); border-radius: 16px; background: #0d1222; box-shadow: 0 30px 70px rgba(0,0,0,.35); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px; }
  .site-nav.always-visible a:first-child { display: none; }
  .hero, .section, .site-footer { width: min(calc(100% - 28px), var(--max)); }
  .hero { min-height: auto; padding-bottom: 75px; }
  .hero-art { min-height: 380px; }
  .planet { width: 210px; }
  .orbit { width: 310px; height: 160px; }
  .orbit-two { width: 280px; height: 350px; }
  .card-one { left: -4px; top: 12%; }
  .card-two { right: -4px; bottom: 13%; }
  .floating-card { padding: 9px 11px; font-size: .68rem; }
  .mini-stats { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .game-visual { min-height: 360px; }
  .mini-earth { width: 170px; height: 170px; }
  .shield-ring { width: 225px; height: 225px; }
  .game-info { padding: 30px 24px; }
  .contact-section { display: block; padding: 34px 24px; }
  .contact-section .button { margin-top: 25px; width: 100%; }
  .site-footer { padding: 30px 0; flex-direction: column; text-align: center; }
  .policy-wrap { width: min(calc(100% - 28px), 900px); padding-top: 55px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
