/* Jingge Network - consolidated website styles */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,600&display=swap');

:root {
  --nav-h: 72px;
  --max: 1180px;
  --page-bg: #f5f5f5;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --ink: #020617;
  --muted: #64748b;
  --line: rgba(15, 23, 42, 0.08);
  --accent-cyan: #00e5ff;
  --accent-green: #7cff6b;
  --accent-pink: #ff4fd8;
  --accent-gold: #ffd24a;
  --accent-blue: #2563eb;
  --radius: 18px;
  --bg-card: #ffffff;
  --shadow-glow: 0 20px 44px rgba(37, 99, 235, 0.12);
  --text-muted: #475569;
  --font-display: 'Nunito', 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  --font-body: 'Nunito', 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
}
body {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--page-bg);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  transition: box-shadow 0.3s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: var(--nav-h);
}
.brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.75rem;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 12px;
  background: linear-gradient(135deg, #f8fafc, #dbeafe 45%, #bfdbfe);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.12);
  color: #111827;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0;
}
.brand-name {
  color: #000;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
}
.nav-links a {
  display: block;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  color: #334155;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  transition: color 0.25s, background 0.25s;
}
.nav-links a:hover,
.nav-links a.active {
  background: #f1f5f9;
  color: #000;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.btn-signup,
.btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(90deg, #5b4dff, #00c2ff);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 6px 24px rgba(0, 194, 255, 0.28);
  transition: filter 0.25s, transform 0.25s, box-shadow 0.25s;
}
.btn-signup {
  min-width: 128px;
  height: 44px;
  padding: 0 1.25rem;
  font-size: 0.78rem;
}
.btn-play {
  min-width: 220px;
  height: 64px;
  padding: 0 2rem;
  font-size: 1.15rem;
  animation: fadeUp 0.8s ease 0.4s both, pulseGlow 2.4s ease-in-out 1s infinite;
}
.btn-signup:hover,
.btn-play:hover {
  filter: brightness(1.15);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(0, 194, 255, 0.4);
}
.lang-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 44px;
  padding: 0 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 900;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.lang-toggle:hover {
  border-color: rgba(37, 99, 235, 0.28);
  background: #f8fafc;
  transform: translateY(-1px);
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 10px;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #0f172a;
  transition: transform 0.3s, opacity 0.3s;
}
.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.section {
  position: relative;
  padding: 5.5rem 0;
}
.section-title {
  margin-bottom: 1.25rem;
  color: #000;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
  text-shadow: none;
}
.section-title--left {
  text-align: left;
}
.section-lead {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
}
.section-lead--left {
  margin-left: 0;
  text-align: left;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - var(--nav-h));
  min-height: calc(100dvh - var(--nav-h));
  overflow: hidden;
  padding: calc(var(--nav-h) + 1.5rem) 0 3rem;
  background:
    radial-gradient(ellipse 70% 60% at 75% 40%, rgba(37, 99, 235, 0.1), transparent 60%),
    radial-gradient(ellipse 50% 40% at 15% 70%, rgba(0, 180, 255, 0.14), transparent 55%),
    #fff;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(15, 23, 42, 0.05) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 60%, rgba(15, 23, 42, 0.04) 0 1px, transparent 1px);
  background-size: 48px 48px, 72px 72px;
  opacity: 0.7;
}
.hero-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0.2;
}
.hero-banner__slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 1.2s ease, transform 6s ease;
}
.hero-banner__slide.is-active {
  background-image: url('../assets/banner-tech-game-1.svg');
  opacity: 1;
  transform: scale(1);
}
.hero-deco {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  animation: float 6s ease-in-out infinite;
}
.hero-deco--1 {
  width: 90px;
  height: 90px;
  top: 22%;
  right: 38%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.18), transparent 70%);
}
.hero-deco--2 {
  width: 70px;
  height: 70px;
  top: 48%;
  right: 12%;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.18), transparent 70%);
  animation-delay: 1.2s;
}
.hero-deco--3 {
  width: 56px;
  height: 56px;
  right: 42%;
  bottom: 18%;
  background: radial-gradient(circle, rgba(255, 210, 74, 0.18), transparent 70%);
  animation-delay: 2s;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 2.5rem;
}
.hero-title {
  margin-bottom: 0.6rem;
  color: #000;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  animation: fadeUp 0.8s ease 0.1s both;
}
.hero-subtitle {
  margin-bottom: 0.85rem;
  color: #0f172a;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 900;
  animation: fadeUp 0.8s ease 0.2s both;
}
.hero-desc {
  max-width: 35rem;
  margin-bottom: 1.75rem;
  color: #475569;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  animation: fadeUp 0.8s ease 0.3s both;
}
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeUp 1s ease 0.25s both;
}
.game-studio-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 430px);
  aspect-ratio: 1 / 1.18;
  isolation: isolate;
}
.game-studio-visual::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(0, 229, 255, 0.2), transparent 58%),
    radial-gradient(circle at 65% 35%, rgba(255, 210, 74, 0.14), transparent 48%);
  filter: blur(2px);
  animation: studioGlow 4.8s ease-in-out infinite;
}
.game-studio-visual::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 96%;
  aspect-ratio: 1;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 32px rgba(37, 99, 235, 0.08);
  animation: studioOrbit 12s linear infinite;
}
.studio-phone {
  position: relative;
  width: 54%;
  min-width: 220px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  padding: 0.9rem;
  border: 2px solid rgba(15, 23, 42, 0.1);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12), 0 0 42px rgba(0, 194, 255, 0.16);
  animation: phoneFloat 5.6s ease-in-out infinite;
}
.studio-phone::before {
  content: '';
  position: absolute;
  top: 0.55rem;
  left: 50%;
  width: 62px;
  height: 7px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
  transform: translateX(-50%);
}
.studio-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 2.15rem 1rem 1rem;
  border-radius: 22px;
  background:
    radial-gradient(circle at 24% 18%, rgba(20, 184, 166, 0.18), transparent 18%),
    radial-gradient(circle at 82% 26%, rgba(37, 99, 235, 0.16), transparent 19%),
    linear-gradient(160deg, #f8fafc, #e0f2fe 48%, #eef2ff);
}
.studio-screen::after {
  content: '';
  position: absolute;
  inset: -45% -70%;
  background: linear-gradient(120deg, transparent 42%, rgba(255, 255, 255, 0.45), transparent 58%);
  animation: screenSweep 4.2s ease-in-out infinite;
}
.studio-card {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 0.7rem;
  height: 100%;
}
.studio-card__tile {
  min-height: 58px;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
  animation: tilePulse 3.6s ease-in-out infinite;
}
.studio-card__tile:nth-child(2) {
  animation-delay: 0.4s;
}
.studio-card__tile:nth-child(3) {
  animation-delay: 0.8s;
}
.studio-card__title {
  display: block;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 900;
}
.studio-card__bar {
  display: block;
  height: 7px;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-cyan), var(--accent-pink));
  transform-origin: left;
  animation: barGrow 3.2s ease-in-out infinite;
}
.studio-chip,
.studio-piece {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.16);
  color: #0f172a;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(8px);
}
.studio-chip {
  min-width: 92px;
  min-height: 44px;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  animation: chipFloat 5.4s ease-in-out infinite;
}
.studio-chip--top {
  top: 11%;
  left: 0;
}
.studio-chip--right {
  top: 30%;
  right: 0;
  animation-delay: 0.8s;
}
.studio-chip--bottom {
  right: 6%;
  bottom: 12%;
  animation-delay: 1.35s;
}
.studio-piece {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.9), rgba(59, 139, 255, 0.85));
  color: #fff;
  animation: pieceBounce 4.6s ease-in-out infinite;
}
.studio-piece--one {
  left: 8%;
  bottom: 29%;
}
.studio-piece--two {
  top: 9%;
  right: 19%;
  animation-delay: 0.9s;
}
.studio-dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent-cyan);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.55);
  animation: dotDrift 4.8s ease-in-out infinite;
}
.studio-dot--one {
  top: 20%;
  left: 28%;
}
.studio-dot--two {
  right: 18%;
  bottom: 33%;
  background: var(--accent-gold);
  animation-delay: 0.7s;
}
.studio-dot--three {
  bottom: 18%;
  left: 26%;
  background: var(--accent-green);
  animation-delay: 1.3s;
}
.social,
.games-showcase,
.partners {
  background: var(--page-bg);
}
.intro-copy {
  max-width: none;
  margin: 0 0 1rem;
  color: #475569;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-style: normal;
  line-height: 1.9;
  text-align: left;
}
.intro-copy--last {
  margin-bottom: 0;
}
.brand-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.8fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}
.brand-copy .section-title {
  text-align: left;
}
.brand-tech-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 50% 45%, rgba(0, 194, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #f8fafc, #eef2ff);
  background-size: 30px 30px, 30px 30px, auto, auto;
  isolation: isolate;
}
.brand-tech-visual::before,
.brand-tech-visual::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.brand-tech-visual::before {
  inset: 17%;
  border: 1px solid rgba(37, 99, 235, 0.18);
  animation: studioOrbit 14s linear infinite;
}
.brand-tech-visual::after {
  inset: 29%;
  border: 1px dashed rgba(0, 194, 255, 0.28);
  animation: studioOrbit 10s linear infinite reverse;
}
.tech-orbit,
.tech-core,
.tech-panel,
.tech-node {
  position: absolute;
}
.tech-orbit {
  inset: 21%;
  border: 2px solid rgba(37, 99, 235, 0.16);
  border-radius: 50%;
}
.tech-core {
  top: 50%;
  left: 50%;
  width: 118px;
  height: 118px;
  border-radius: 34px;
  background: linear-gradient(135deg, #fff, #dbeafe);
  border: 1px solid rgba(37, 99, 235, 0.18);
  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.16);
  transform: translate(-50%, -50%);
  animation: techCoreFloat 4.8s ease-in-out infinite;
}
.tech-core::before {
  content: '';
  position: absolute;
  inset: 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, #2563eb, #00c2ff);
  box-shadow: 0 0 26px rgba(0, 194, 255, 0.28);
}
.tech-panel {
  display: grid;
  gap: 0.45rem;
  width: 112px;
  padding: 0.75rem;
  border: 1px solid rgba(37, 99, 235, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
}
.tech-panel--top {
  top: 10%;
  left: 13%;
}
.tech-panel--right {
  top: 34%;
  right: 9%;
}
.tech-panel--bottom {
  right: 24%;
  bottom: 10%;
}
.tech-panel span {
  height: 7px;
  border-radius: 999px;
  background: #dbeafe;
}
.tech-panel span:nth-child(1) {
  width: 72%;
  background: #93c5fd;
}
.tech-panel span:nth-child(2) {
  width: 100%;
}
.tech-panel span:nth-child(3) {
  width: 54%;
  background: #bae6fd;
}
.tech-node {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 8px rgba(37, 99, 235, 0.12);
  animation: techNodePulse 3s ease-in-out infinite;
}
.tech-node--one {
  top: 20%;
  right: 27%;
}
.tech-node--two {
  top: 55%;
  left: 16%;
  background: #00c2ff;
  animation-delay: 0.6s;
}
.tech-node--three {
  right: 22%;
  bottom: 23%;
  background: #14b8a6;
  animation-delay: 1.1s;
}
.tech-node--four {
  bottom: 33%;
  left: 34%;
  background: #f59e0b;
  animation-delay: 1.6s;
}
.concept-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.concept-card {
  padding: 1.15rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.concept-card:hover {
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 20px 44px rgba(37, 99, 235, 0.12);
  transform: translateY(-4px);
}
.concept-visual {
  position: relative;
  display: grid;
  place-items: center;
  height: 140px;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.62), transparent 28%),
    linear-gradient(145deg, rgba(0, 194, 255, 0.12), rgba(37, 99, 235, 0.1));
  border: 1px solid rgba(37, 99, 235, 0.08);
}
.concept-visual::before,
.concept-visual::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
.concept-visual--heart::before {
  width: 44px;
  height: 44px;
  border-radius: 14px 14px 6px;
  background: linear-gradient(135deg, #ff7adf, #ffd24a);
  box-shadow: 0 0 26px rgba(255, 79, 216, 0.35);
  transform: rotate(45deg);
  animation: conceptBeat 2.4s ease-in-out infinite;
}
.concept-visual--heart::after,
.concept-visual--inclusive::before {
  width: 74px;
  height: 74px;
  border: 2px solid rgba(37, 99, 235, 0.28);
  border-radius: 50%;
  animation: conceptPulse 2.4s ease-in-out infinite;
}
.concept-visual--craft::before {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #7cff6b, #00e5ff 52%, #3b8bff);
  clip-path: polygon(50% 0, 100% 34%, 82% 100%, 18% 100%, 0 34%);
  filter: drop-shadow(0 0 18px rgba(0, 229, 255, 0.32));
  animation: conceptShine 3.2s ease-in-out infinite;
}
.concept-visual--craft::after {
  width: 76px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  animation: conceptSweep 2.8s ease-in-out infinite;
}
.concept-visual--innovate::before {
  width: 68px;
  height: 68px;
  border: 9px solid transparent;
  border-top-color: var(--accent-cyan);
  border-right-color: var(--accent-pink);
  border-bottom-color: var(--accent-gold);
  border-radius: 50%;
  filter: drop-shadow(0 0 18px rgba(0, 229, 255, 0.25));
  animation: studioOrbit 4.8s linear infinite;
}
.concept-visual--innovate::after {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  background: linear-gradient(135deg, #fff, #7cff6b);
  box-shadow: 0 0 22px rgba(124, 255, 107, 0.36);
  animation: conceptSpark 2.8s ease-in-out infinite;
}
.concept-visual--inclusive {
  background:
    linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, rgba(124, 255, 107, 0.12), rgba(0, 229, 255, 0.1));
  background-size: 24px 24px, 24px 24px, auto;
}
.concept-visual--inclusive::after {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent-gold);
  box-shadow:
    -28px -12px 0 rgba(0, 229, 255, 0.85),
    28px -12px 0 rgba(255, 79, 216, 0.82),
    0 28px 0 rgba(124, 255, 107, 0.86);
  animation: dotDrift 4.8s ease-in-out infinite;
}
.concept-card h3 {
  margin-bottom: 0.55rem;
  color: #000;
  font-size: 1.15rem;
  font-weight: 900;
}
.concept-card p {
  color: #475569;
  line-height: 1.75;
}
.games-shelf {
  margin-top: 1.5rem;
}
.games-shelf:first-of-type {
  margin-top: 2rem;
}
.games-shelf__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}
.games-shelf__title {
  color: #000;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 900;
}
.games-shelf__all {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #334155;
  font-weight: 800;
  white-space: nowrap;
}
.games-shelf__all::after {
  content: '›';
  font-size: 1.6rem;
  line-height: 1;
  transform: translateY(-1px);
}
.store-games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}
.store-game-card {
  position: relative;
  display: block;
  min-height: 264px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.store-game-card:hover {
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
  transform: translateY(-4px);
}
.store-game-card__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 0.65rem;
  background: linear-gradient(135deg, #e0f2fe, #f8fafc);
}
.store-game-card__media img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.14));
}
.store-game-card__tag {
  position: absolute;
  top: 8px;
  right: 8px;
  min-width: 44px;
  padding: 0.18rem 0.42rem;
  border-radius: 4px;
  background: #ff5a00;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.store-game-card__body {
  padding: 0.72rem 0.72rem 0.85rem;
}
.store-game-card__title {
  display: -webkit-box;
  min-height: 2.75rem;
  margin-bottom: 0.55rem;
  overflow: hidden;
  color: #020617;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.store-game-card__meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.2;
  white-space: nowrap;
}
.store-game-card__star {
  color: #f59e0b;
  font-size: 0.9rem;
  line-height: 1;
}
.store-game-card__rating {
  color: #f97316;
  font-weight: 800;
}
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}
.contact-card,
.contact-aside {
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 18px;
  background: #f8fafc;
}
.contact-card {
  padding: clamp(1.25rem, 3vw, 2rem);
}
.contact-card h3 {
  margin-bottom: 0.75rem;
  color: #000;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 900;
}
.contact-card__desc {
  margin-bottom: 1.4rem;
  color: #475569;
  line-height: 1.75;
}
.contact-info-list {
  display: grid;
  gap: 0.85rem;
}
.contact-info-row {
  display: grid;
  grid-template-columns: minmax(9.5rem, max-content) minmax(0, 1fr);
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 14px;
  background: #fff;
  color: #475569;
  line-height: 1.6;
}
.contact-info-row strong {
  color: #000;
  white-space: nowrap;
}
.contact-info-row a {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #2563eb;
  font-weight: 900;
}
.contact-info-row span {
  min-width: 0;
}
.contact-aside {
  position: relative;
  display: flex;
  min-height: 360px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  background:
    radial-gradient(circle at 22% 20%, rgba(37, 99, 235, 0.16), transparent 28%),
    radial-gradient(circle at 78% 78%, rgba(0, 194, 255, 0.16), transparent 32%),
    linear-gradient(145deg, #f8fafc, #eef2ff);
}
.contact-aside::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, #000 16%, transparent 78%);
}
.contact-rings {
  position: relative;
  min-height: 190px;
  isolation: isolate;
}
.contact-rings::before,
.contact-rings::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.contact-rings::before {
  width: 180px;
  height: 180px;
  border: 1px solid rgba(37, 99, 235, 0.22);
  animation: studioOrbit 10s linear infinite;
}
.contact-rings::after {
  width: 94px;
  height: 94px;
  background: linear-gradient(135deg, #fff, #dbeafe);
  border: 1px solid rgba(37, 99, 235, 0.18);
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.16);
}
.contact-chip {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: #475569;
  line-height: 1.6;
}
.contact-chip p {
  margin: 0;
}
.site-footer {
  padding: 3rem 0 2rem;
  border-top: 1px solid var(--line);
  background: #fff;
  color: #334155;
}
.footer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 1.5rem;
  align-items: start;
}
.footer-top {
  margin-bottom: 0;
  text-align: left;
}
.footer-top p,
.footer-company,
.footer-copy {
  color: #475569;
}
.footer-top p {
  margin-bottom: 0.85rem;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem 1.5rem;
}
.footer-links a,
.footer-info-row a {
  color: #2563eb;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-company {
  max-width: 720px;
  margin: 1rem 0 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.8;
  text-align: left;
}
.footer-info-card {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #f8fafc;
}
.footer-info-row {
  display: grid;
  grid-template-columns: minmax(9.5rem, max-content) minmax(0, 1fr);
  gap: 0.6rem;
  margin: 0;
  color: #475569;
  line-height: 1.55;
}
.footer-info-row strong {
  color: #000;
  white-space: nowrap;
}
.footer-info-row a {
  min-width: 0;
  overflow-wrap: anywhere;
  font-weight: 900;
}
.footer-info-row span {
  min-width: 0;
}
.footer-copy {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.85rem;
  text-align: center;
}
.about-page,
.games-page,
.copyright-page {
  padding-top: var(--nav-h);
}
.about-hero,
.games-hero,
.copyright-hero {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(37, 99, 235, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 80% 16%, rgba(0, 194, 255, 0.18), transparent 28%),
    #fff;
  background-size: 34px 34px, 34px 34px, auto, auto;
}
.about-hero {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2rem, 5vw, 3.5rem);
}
.games-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2.5rem, 6vw, 4rem);
}
.games-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}
.about-eyebrow,
.games-hero__eyebrow,
.copyright-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: #334155;
  font-size: 0.86rem;
  font-weight: 900;
}
.about-eyebrow::before,
.games-hero__eyebrow::before,
.copyright-eyebrow::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent-blue);
  box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.12);
}
.about-hero h1,
.games-hero h1,
.copyright-hero h1 {
  max-width: 720px;
  margin-bottom: 1rem;
  color: #000;
  font-size: clamp(2.2rem, 6vw, 5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}
.about-hero p {
  max-width: 720px;
  color: #475569;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.9;
}
.games-hero p {
  max-width: 680px;
  color: #475569;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.9;
}
.games-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}
.games-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  font-weight: 900;
}
.games-stat strong {
  color: #000;
  font-size: 1.1rem;
}
.games-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(248, 250, 252, 0.86);
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.1);
}
.games-mosaic::before {
  content: '';
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.18), transparent 66%);
  filter: blur(18px);
}
.games-mosaic__icon {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 0.55rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  animation: iconFloat 5.4s ease-in-out infinite;
}
.games-mosaic__icon:nth-child(2n) {
  animation-delay: 0.8s;
}
.games-mosaic__icon:nth-child(3n) {
  animation-delay: 1.4s;
}
.games-mosaic__icon img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: contain;
}
.about-section,
.games-section,
.copyright-section {
  padding: clamp(3rem, 7vw, 5rem) 0;
}
.games-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.games-section .section-title {
  text-align: left;
}
.games-list {
  display: grid;
  gap: 1rem;
}
.game-detail-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: start;
  gap: 1.25rem;
  padding: 1rem;
  scroll-margin-top: calc(var(--nav-h) + 24px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.game-detail-card:hover,
.game-detail-card.is-target {
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.12);
  transform: translateY(-2px);
}
.game-detail-card__media {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 0.65rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 16px;
  background: linear-gradient(135deg, #e0f2fe, #f8fafc);
}
.game-detail-card__media img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.14));
}
.game-detail-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.game-detail-card h2 {
  color: #000;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  font-weight: 900;
  line-height: 1.25;
}
.game-detail-card__sub {
  margin-top: 0.22rem;
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 800;
}
.game-detail-card__badge {
  flex: 0 0 auto;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}
.game-detail-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.8rem 0 0.9rem;
}
.game-detail-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 0.7rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  font-size: 0.82rem;
  font-weight: 800;
}
.game-detail-card__desc {
  color: #475569;
  line-height: 1.82;
}
.copyright-hero {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2rem, 5vw, 3.5rem);
}
.notice-card {
  max-width: 960px;
  padding: clamp(1.25rem, 4vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}
.notice-card h2 {
  margin-bottom: 1rem;
  color: #000;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
}
.notice-card p {
  margin: 0 0 1rem;
  color: #475569;
  font-size: 1rem;
  line-height: 1.9;
}
.notice-card p:last-child {
  margin-bottom: 0;
}
.notice-card a {
  overflow-wrap: anywhere;
  color: #2563eb;
  font-weight: 900;
}
.notice-contact {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.3rem;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 14px;
  background: #f8fafc;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 10px 36px rgba(0, 180, 255, 0.25); }
  50% { box-shadow: 0 12px 48px rgba(0, 194, 255, 0.45); }
}

@keyframes studioGlow {
  0%, 100% { transform: scale(0.94); opacity: 0.72; }
  50% { transform: scale(1.06); opacity: 1; }
}

@keyframes studioOrbit {
  to { transform: rotate(360deg); }
}
.brand-tech-visual::before,
.brand-tech-visual::after {
  transform-origin: center;
}

@keyframes phoneFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

@keyframes screenSweep {
  0%, 35% { transform: translateX(-20%); }
  100% { transform: translateX(40%); }
}

@keyframes tilePulse {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(4px); }
}

@keyframes barGrow {
  0%, 100% { transform: scaleX(0.62); }
  50% { transform: scaleX(1); }
}

@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes pieceBounce {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(6deg); }
}

@keyframes dotDrift {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(8px, -8px); }
}

@keyframes techCoreFloat {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -54%) scale(1.03); }
}

@keyframes techNodePulse {
  0%, 100% { transform: scale(0.9); opacity: 0.75; }
  50% { transform: scale(1.12); opacity: 1; }
}

@keyframes conceptBeat {
  0%, 100% { transform: rotate(45deg) scale(0.92); }
  50% { transform: rotate(45deg) scale(1.08); }
}

@keyframes conceptPulse {
  0%, 100% { transform: scale(0.86); opacity: 0.55; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes conceptShine {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(4deg); }
}

@keyframes conceptSweep {
  0%, 35% { opacity: 0; transform: translate(-30px, 26px) rotate(-24deg); }
  55% { opacity: 1; }
  100% { opacity: 0; transform: translate(30px, -22px) rotate(-24deg); }
}

@keyframes conceptSpark {
  0%, 100% { transform: scale(0.86) rotate(0deg); }
  50% { transform: scale(1.1) rotate(45deg); }
}

@keyframes iconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@media (max-width: 1100px) {
.store-games-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {
.hero-grid,
.brand-layout,
.games-hero__grid,
.footer-layout {
    grid-template-columns: 1fr;
  }
.hero-grid {
    text-align: center;
  }
.hero-desc {
    margin-inline: auto;
  }
.hero-visual {
    order: -1;
  }
.brand-copy .section-title,
.section-title--left,
.section-lead--left {
    text-align: center;
  }
.games-mosaic {
    max-width: 440px;
  }
.concept-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
:root {
    --nav-h: 60px;
  }
.brand-name {
    font-size: 0.95rem;
  }
.nav-toggle {
    display: flex;
  }
.nav-links {
    position: fixed;
    top: var(--nav-h);
    right: 0;
    left: 0;
    flex-direction: column;
    gap: 0;
    padding: 0.75rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-120%);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
.nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
.nav-links.is-open li {
    width: 100%;
    padding: 8px;
  }
.nav-links a {
    width: 100%;
    padding: 0.9rem;
    text-align: center;
  }
.header-actions .btn-signup {
    min-width: 100px;
    height: 38px;
    font-size: 0.7rem;
  }
.page-about .header-actions .btn-signup,
.page-games .header-actions .btn-signup,
.page-copyright .header-actions .btn-signup {
    display: none;
  }
.hero {
    min-height: auto;
    padding-top: calc(var(--nav-h) + 1.5rem);
    padding-bottom: 3rem;
  }
.btn-play {
    min-width: 180px;
    height: 52px;
    font-size: 1rem;
  }
.section {
    padding: 3.5rem 0;
  }
.brand-tech-visual {
    min-height: 330px;
  }
.store-games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.store-game-card {
    min-height: 222px;
  }
.contact-panel {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
.contact-info-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    text-align: center;
  }
.contact-aside {
    min-height: 300px;
  }
.footer-top,
.footer-company {
    text-align: center;
  }
.footer-links {
    justify-content: center;
  }
.footer-info-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    text-align: center;
  }
.games-section__head {
    display: block;
  }
.game-detail-card {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 0.9rem;
    padding: 0.85rem;
  }
.game-detail-card__head {
    display: block;
  }
.game-detail-card__badge {
    display: inline-flex;
    margin-top: 0.6rem;
  }
}
@media (max-width: 520px) {
.container {
    width: min(100% - 1.5rem, var(--max));
  }
.concept-grid,
.games-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.store-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.store-game-card__title {
    min-height: 2.4rem;
    font-size: 0.86rem;
  }
.game-detail-card {
    grid-template-columns: 1fr;
  }
.game-detail-card__media {
    width: 104px;
  }
}
/* Home page styles migrated from index.html */
.page-home .hero-banner {
      position: absolute;
      inset: 0;
      width: 100%;
      opacity: 0.2;
    }
.page-home .hero-banner__slide {
      position: absolute;
      inset: 0;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0;
      transform: scale(1.03);
      transition: opacity 1.2s ease, transform 6s ease;
    }
.page-home .hero-banner__slide.is-active {
      opacity: 1;
      transform: scale(1);
    }
.page-home .brand-mark {
      font-size: 0.92rem;
      letter-spacing: 0;
    }
.page-home .brand-name,
.page-home .nav-links a,
.page-home .btn-signup,
.page-home .btn-play,
.page-home .section-title {
      letter-spacing: 0;
    }
.page-home .hero-desc {
      max-width: 35rem;
    }
.page-home .lang-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 58px;
      height: 44px;
      padding: 0 0.85rem;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.18);
      color: var(--accent-cyan);
      background: rgba(255, 255, 255, 0.08);
      font-family: var(--font-display);
      font-size: 0.82rem;
      font-weight: 900;
      transition: color 0.25s, background 0.25s, border-color 0.25s, transform 0.25s;
    }
.page-home .lang-toggle:hover {
      color: #fff;
      background: rgba(0, 229, 255, 0.14);
      border-color: rgba(0, 229, 255, 0.42);
      transform: translateY(-1px);
    }
.page-home .game-studio-visual {
      position: relative;
      width: min(100%, 430px);
      aspect-ratio: 1 / 1.18;
      display: grid;
      place-items: center;
      isolation: isolate;
    }
.page-home .game-studio-visual::before {
      content: '';
      position: absolute;
      width: 78%;
      aspect-ratio: 1;
      border-radius: 50%;
      background:
        radial-gradient(circle, rgba(0, 229, 255, 0.28), transparent 58%),
        radial-gradient(circle at 65% 35%, rgba(255, 210, 74, 0.2), transparent 48%);
      filter: blur(2px);
      animation: studioGlow 4.8s ease-in-out infinite;
      z-index: -2;
    }
.page-home .game-studio-visual::after {
      content: '';
      position: absolute;
      width: 96%;
      aspect-ratio: 1;
      border-radius: 50%;
      border: 1px solid rgba(0, 229, 255, 0.24);
      box-shadow: inset 0 0 32px rgba(0, 229, 255, 0.12);
      animation: studioOrbit 12s linear infinite;
      z-index: -1;
    }
.page-home .studio-phone {
      position: relative;
      width: 54%;
      min-width: 220px;
      aspect-ratio: 9 / 16;
      padding: 0.9rem;
      border-radius: 30px;
      background: linear-gradient(145deg, rgba(16, 8, 52, 0.94), rgba(44, 16, 98, 0.88));
      border: 2px solid rgba(255, 255, 255, 0.18);
      box-shadow:
        0 26px 60px rgba(0, 0, 0, 0.34),
        0 0 42px rgba(0, 229, 255, 0.24);
      overflow: hidden;
      animation: phoneFloat 5.6s ease-in-out infinite;
    }
.page-home .studio-phone::before {
      content: '';
      position: absolute;
      top: 0.55rem;
      left: 50%;
      width: 62px;
      height: 7px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.28);
      transform: translateX(-50%);
    }
.page-home .studio-screen {
      position: relative;
      height: 100%;
      padding: 2.15rem 1rem 1rem;
      border-radius: 22px;
      overflow: hidden;
      background:
        radial-gradient(circle at 24% 18%, rgba(124, 255, 107, 0.34), transparent 18%),
        radial-gradient(circle at 82% 26%, rgba(255, 79, 216, 0.26), transparent 19%),
        linear-gradient(160deg, #122861, #162050 45%, #32145d);
    }
.page-home .studio-screen::after {
      content: '';
      position: absolute;
      inset: -45% -70%;
      background: linear-gradient(120deg, transparent 42%, rgba(255, 255, 255, 0.22), transparent 58%);
      animation: screenSweep 4.2s ease-in-out infinite;
    }
.page-home .studio-card {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 0.7rem;
      height: 100%;
      align-content: center;
    }
.page-home .studio-card__tile {
      min-height: 58px;
      padding: 0.65rem 0.75rem;
      border-radius: 14px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(8px);
      animation: tilePulse 3.6s ease-in-out infinite;
    }
.page-home .studio-card__tile:nth-child(2) {
      animation-delay: 0.4s;
    }
.page-home .studio-card__tile:nth-child(3) {
      animation-delay: 0.8s;
    }
.page-home .studio-card__title {
      display: block;
      color: #fff;
      font-weight: 900;
      font-size: 0.95rem;
    }
.page-home .studio-card__bar {
      display: block;
      height: 7px;
      margin-top: 0.45rem;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--accent-green), var(--accent-cyan), var(--accent-pink));
      transform-origin: left;
      animation: barGrow 3.2s ease-in-out infinite;
    }
.page-home .studio-chip,
.page-home .studio-piece {
      position: absolute;
      display: grid;
      place-items: center;
      color: #fff;
      font-weight: 900;
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
      backdrop-filter: blur(8px);
    }
.page-home .studio-chip {
      min-width: 92px;
      min-height: 44px;
      padding: 0.45rem 0.75rem;
      border-radius: 999px;
      background: rgba(18, 5, 58, 0.72);
      animation: chipFloat 5.4s ease-in-out infinite;
    }
.page-home .studio-chip--top {
      top: 11%;
      left: 0;
      color: var(--accent-green);
    }
.page-home .studio-chip--right {
      top: 30%;
      right: 0;
      color: var(--accent-cyan);
      animation-delay: 0.8s;
    }
.page-home .studio-chip--bottom {
      right: 6%;
      bottom: 12%;
      color: var(--accent-gold);
      animation-delay: 1.35s;
    }
.page-home .studio-piece {
      width: 54px;
      height: 54px;
      border-radius: 16px;
      background: linear-gradient(135deg, rgba(255, 79, 216, 0.9), rgba(59, 139, 255, 0.85));
      animation: pieceBounce 4.6s ease-in-out infinite;
    }
.page-home .studio-piece--one {
      left: 7%;
      bottom: 21%;
    }
.page-home .studio-piece--two {
      top: 4%;
      right: 22%;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(124, 255, 107, 0.92), rgba(0, 229, 255, 0.86));
      color: #0a0228;
      animation-delay: 0.7s;
    }
.page-home .studio-dot {
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: var(--accent-gold);
      box-shadow: 0 0 16px rgba(255, 210, 74, 0.75);
      animation: dotDrift 6s ease-in-out infinite;
    }
.page-home .studio-dot--one {
      top: 48%;
      left: 4%;
    }
.page-home .studio-dot--two {
      top: 64%;
      right: 4%;
      background: var(--accent-cyan);
      box-shadow: 0 0 16px rgba(0, 229, 255, 0.75);
      animation-delay: 1s;
    }
.page-home .studio-dot--three {
      bottom: 4%;
      left: 36%;
      background: var(--accent-pink);
      box-shadow: 0 0 16px rgba(255, 79, 216, 0.7);
      animation-delay: 1.8s;
    }

@keyframes studioGlow {
      0%, 100% { transform: scale(0.96); opacity: 0.75; }
      50% { transform: scale(1.05); opacity: 1; }
    }

@keyframes studioOrbit {
      to { transform: rotate(360deg); }
    }

@keyframes phoneFloat {
      0%, 100% { transform: translateY(0) rotate(-2deg); }
      50% { transform: translateY(-14px) rotate(2deg); }
    }

@keyframes screenSweep {
      0%, 42% { transform: translateX(-35%); }
      72%, 100% { transform: translateX(35%); }
    }

@keyframes tilePulse {
      0%, 100% { transform: translateX(0); background-color: rgba(255, 255, 255, 0.1); }
      50% { transform: translateX(7px); background-color: rgba(255, 255, 255, 0.16); }
    }

@keyframes barGrow {
      0%, 100% { transform: scaleX(0.56); }
      50% { transform: scaleX(1); }
    }

@keyframes chipFloat {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-12px); }
    }

@keyframes pieceBounce {
      0%, 100% { transform: translateY(0) rotate(0deg); }
      50% { transform: translateY(-16px) rotate(8deg); }
    }

@keyframes dotDrift {
      0%, 100% { transform: translate(0, 0); opacity: 0.65; }
      50% { transform: translate(12px, -16px); opacity: 1; }
    }
.page-home .intro-copy {
      font-style: normal;
      text-align: left;
      max-width: 58rem;
    }
.page-home .brand-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      align-items: center;
      gap: clamp(2rem, 5vw, 4rem);
    }
.page-home .brand-copy .section-title {
      text-align: left;
    }
.page-home .brand-copy .intro-copy {
      max-width: none;
      margin-inline: 0;
    }
.page-home .brand-tech-visual {
      position: relative;
      min-height: 420px;
      border-radius: 24px;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.86)),
        radial-gradient(circle at 22% 22%, rgba(59, 130, 246, 0.22), transparent 28%),
        radial-gradient(circle at 78% 68%, rgba(124, 58, 237, 0.14), transparent 34%);
      border: 1px solid rgba(15, 23, 42, 0.08);
      box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
      isolation: isolate;
    }
.page-home .brand-tech-visual::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px);
      background-size: 34px 34px;
      mask-image: radial-gradient(circle at center, #000 20%, transparent 78%);
      opacity: 0.8;
      z-index: -2;
    }
.page-home .brand-tech-visual::after {
      content: '';
      position: absolute;
      inset: 11%;
      border-radius: 50%;
      border: 1px solid rgba(37, 99, 235, 0.18);
      box-shadow:
        inset 0 0 40px rgba(37, 99, 235, 0.08),
        0 0 42px rgba(37, 99, 235, 0.08);
      animation: studioOrbit 18s linear infinite;
      z-index: -1;
    }
.page-home .tech-orbit {
      position: absolute;
      inset: 16%;
      border-radius: 50%;
      border: 2px dashed rgba(37, 99, 235, 0.24);
      animation: studioOrbit 16s linear infinite reverse;
    }
.page-home .tech-core {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 132px;
      height: 132px;
      border-radius: 36px;
      transform: translate(-50%, -50%) rotate(45deg);
      background: linear-gradient(135deg, #111827, #2563eb);
      box-shadow:
        0 22px 46px rgba(37, 99, 235, 0.24),
        inset 0 0 28px rgba(255, 255, 255, 0.16);
      animation: techCoreFloat 5s ease-in-out infinite;
    }
.page-home .tech-core::before {
      content: '';
      position: absolute;
      inset: 26px;
      border-radius: 22px;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(219, 234, 254, 0.86));
      box-shadow: inset 0 0 20px rgba(37, 99, 235, 0.12);
    }
.page-home .tech-panel {
      position: absolute;
      width: 166px;
      padding: 0.85rem;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.82);
      border: 1px solid rgba(37, 99, 235, 0.14);
      box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
      backdrop-filter: blur(10px);
    }
.page-home .tech-panel--top {
      top: 12%;
      left: 10%;
    }
.page-home .tech-panel--right {
      right: 8%;
      top: 33%;
      animation-delay: 0.7s;
    }
.page-home .tech-panel--bottom {
      left: 16%;
      bottom: 12%;
      animation-delay: 1.1s;
    }
.page-home .tech-panel span {
      display: block;
      height: 8px;
      margin-bottom: 0.55rem;
      border-radius: 999px;
      background: rgba(100, 116, 139, 0.18);
    }
.page-home .tech-panel span:nth-child(1) {
      width: 72%;
      background: linear-gradient(90deg, #2563eb, #38bdf8);
    }
.page-home .tech-panel span:nth-child(2) {
      width: 100%;
    }
.page-home .tech-panel span:nth-child(3) {
      width: 54%;
      margin-bottom: 0;
    }
.page-home .tech-node {
      position: absolute;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #2563eb;
      box-shadow: 0 0 20px rgba(37, 99, 235, 0.55);
      animation: techNodePulse 2.6s ease-in-out infinite;
    }
.page-home .tech-node--one {
      left: 22%;
      top: 32%;
    }
.page-home .tech-node--two {
      right: 22%;
      top: 18%;
      animation-delay: 0.5s;
    }
.page-home .tech-node--three {
      right: 18%;
      bottom: 22%;
      animation-delay: 1s;
    }
.page-home .tech-node--four {
      left: 34%;
      bottom: 20%;
      animation-delay: 1.5s;
    }

@keyframes techCoreFloat {
      0%, 100% { transform: translate(-50%, -50%) rotate(45deg) translateY(0); }
      50% { transform: translate(-50%, -50%) rotate(45deg) translateY(-12px); }
    }

@keyframes techNodePulse {
      0%, 100% { transform: scale(0.8); opacity: 0.62; }
      50% { transform: scale(1.24); opacity: 1; }
    }
.page-home .concept-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.25rem;
    }
.page-home .concept-card {
      position: relative;
      overflow: hidden;
      min-height: 210px;
      padding: 1.35rem;
      border-radius: var(--radius);
      border: 1px solid rgba(255, 255, 255, 0.08);
      background: var(--bg-card);
      transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    }
.page-home .concept-card:hover {
      transform: translateY(-6px);
      border-color: rgba(0, 229, 255, 0.32);
      box-shadow: var(--shadow-glow);
    }
.page-home .concept-visual {
      position: relative;
      display: grid;
      place-items: center;
      width: 108px;
      height: 108px;
      margin-bottom: 1rem;
      border-radius: 28px;
      background:
        radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.22), transparent 28%),
        linear-gradient(145deg, rgba(0, 229, 255, 0.16), rgba(255, 79, 216, 0.12));
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: inset 0 0 24px rgba(0, 229, 255, 0.08), 0 12px 30px rgba(0, 0, 0, 0.18);
    }
.page-home .concept-visual::before,
.page-home .concept-visual::after {
      content: '';
      position: absolute;
      pointer-events: none;
    }
.page-home .concept-visual--heart::before {
      width: 44px;
      height: 44px;
      border-radius: 14px 14px 6px 14px;
      background: linear-gradient(135deg, #ff7adf, #ffd24a);
      transform: rotate(45deg);
      box-shadow: 0 0 26px rgba(255, 79, 216, 0.45);
      animation: conceptBeat 2.4s ease-in-out infinite;
    }
.page-home .concept-visual--heart::after {
      width: 74px;
      height: 74px;
      border-radius: 50%;
      border: 2px solid rgba(255, 210, 74, 0.38);
      animation: conceptPulse 2.4s ease-in-out infinite;
    }
.page-home .concept-visual--craft::before {
      width: 58px;
      height: 58px;
      background: linear-gradient(135deg, #7cff6b, #00e5ff 52%, #3b8bff);
      clip-path: polygon(50% 0, 100% 34%, 82% 100%, 18% 100%, 0 34%);
      box-shadow: 0 0 28px rgba(0, 229, 255, 0.42);
      animation: conceptShine 3.2s ease-in-out infinite;
    }
.page-home .concept-visual--craft::after {
      width: 76px;
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85), transparent);
      transform: rotate(-24deg);
      animation: conceptSweep 2.8s ease-in-out infinite;
    }
.page-home .concept-visual--innovate::before {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      border: 9px solid transparent;
      border-top-color: var(--accent-cyan);
      border-right-color: var(--accent-pink);
      border-bottom-color: var(--accent-gold);
      filter: drop-shadow(0 0 18px rgba(0, 229, 255, 0.35));
      animation: studioOrbit 4.8s linear infinite;
    }
.page-home .concept-visual--innovate::after {
      width: 26px;
      height: 26px;
      border-radius: 9px;
      background: linear-gradient(135deg, #fff, #7cff6b);
      box-shadow: 0 0 22px rgba(124, 255, 107, 0.5);
      animation: conceptSpark 2.8s ease-in-out infinite;
    }
.page-home .concept-visual--inclusive {
      background:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(145deg, rgba(124, 255, 107, 0.16), rgba(0, 229, 255, 0.12));
      background-size: 24px 24px, 24px 24px, auto;
    }
.page-home .concept-visual--inclusive::before {
      width: 62px;
      height: 62px;
      border-radius: 50%;
      border: 2px solid rgba(124, 255, 107, 0.74);
      box-shadow: 0 0 28px rgba(124, 255, 107, 0.32);
      animation: conceptPulse 3s ease-in-out infinite;
    }
.page-home .concept-visual--inclusive::after {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: var(--accent-gold);
      box-shadow:
        -28px -12px 0 rgba(0, 229, 255, 0.85),
        28px -12px 0 rgba(255, 79, 216, 0.82),
        0 28px 0 rgba(124, 255, 107, 0.86);
      animation: dotDrift 4.8s ease-in-out infinite;
    }

@keyframes conceptBeat {
      0%, 100% { transform: rotate(45deg) scale(0.92); }
      50% { transform: rotate(45deg) scale(1.08); }
    }

@keyframes conceptPulse {
      0%, 100% { transform: scale(0.86); opacity: 0.55; }
      50% { transform: scale(1.08); opacity: 1; }
    }

@keyframes conceptShine {
      0%, 100% { transform: translateY(0) rotate(0deg); }
      50% { transform: translateY(-6px) rotate(4deg); }
    }

@keyframes conceptSweep {
      0%, 35% { opacity: 0; transform: translate(-30px, 26px) rotate(-24deg); }
      55% { opacity: 1; }
      100% { opacity: 0; transform: translate(30px, -22px) rotate(-24deg); }
    }

@keyframes conceptSpark {
      0%, 100% { transform: scale(0.86) rotate(0deg); }
      50% { transform: scale(1.1) rotate(45deg); }
    }
.page-home .concept-card h3 {
      margin-bottom: 0.55rem;
      color: var(--accent-gold);
      font-size: 1.15rem;
    }
.page-home .concept-card p {
      color: var(--text-muted);
    }
.page-home .games-shelf {
      margin-top: 2.2rem;
    }
.page-home .games-shelf:first-of-type {
      margin-top: 0;
    }
.page-home .games-shelf__head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1rem;
    }
.page-home .games-shelf__title {
      color: #0f172a;
      font-size: clamp(1.25rem, 2.3vw, 1.7rem);
      font-weight: 900;
      line-height: 1.2;
    }
.page-home .games-shelf__all {
      display: inline-flex;
      align-items: center;
      gap: 0.25rem;
      color: #334155;
      font-weight: 800;
      white-space: nowrap;
    }
.page-home .games-shelf__all::after {
      content: '›';
      font-size: 1.6rem;
      line-height: 1;
      transform: translateY(-1px);
    }
.page-home .store-games-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 1rem;
    }
.page-home .store-game-card {
      position: relative;
      display: block;
      overflow: hidden;
      min-height: 264px;
      border-radius: 8px;
      background: #fff;
      border: 1px solid rgba(15, 23, 42, 0.06);
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
      color: inherit;
      text-decoration: none;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
.page-home .store-game-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
    }
.page-home .store-game-card__media {
      position: relative;
      display: grid;
      place-items: center;
      aspect-ratio: 1 / 1;
      padding: 0.65rem;
      overflow: hidden;
      background: linear-gradient(135deg, #e0f2fe, #f8fafc);
    }
.page-home .store-game-card__media img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 10px;
      filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.14));
    }
.page-home .store-game-card__tag {
      position: absolute;
      top: 8px;
      right: 8px;
      min-width: 44px;
      padding: 0.18rem 0.42rem;
      border-radius: 4px;
      color: #fff;
      background: #ff5a00;
      font-size: 0.95rem;
      font-weight: 900;
      line-height: 1.2;
      text-align: center;
    }
.page-home .store-game-card__body {
      padding: 0.72rem 0.72rem 0.85rem;
    }
.page-home .store-game-card__title {
      display: -webkit-box;
      min-height: 2.75rem;
      margin-bottom: 0.55rem;
      overflow: hidden;
      color: #020617;
      font-size: 0.95rem;
      font-weight: 900;
      line-height: 1.25;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
.page-home .store-game-card__meta {
      display: flex;
      align-items: center;
      gap: 0.35rem;
      color: #64748b;
      font-size: 0.78rem;
      line-height: 1.2;
      white-space: nowrap;
    }
.page-home .store-game-card__star {
      color: #f59e0b;
      font-size: 0.9rem;
      line-height: 1;
    }
.page-home .store-game-card__rating {
      color: #f97316;
      font-weight: 800;
    }
.page-home .contact-panel {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
      gap: 1.5rem;
      align-items: stretch;
      padding: 1.5rem;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(15, 23, 42, 0.08);
      box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
    }
.page-home .contact-card,
.page-home .contact-aside {
      border-radius: 18px;
      background: #f8fafc;
      border: 1px solid rgba(15, 23, 42, 0.07);
    }
.page-home .contact-card {
      padding: clamp(1.25rem, 3vw, 2rem);
    }
.page-home .contact-card h3 {
      margin-bottom: 0.75rem;
      color: #000;
      font-size: clamp(1.4rem, 2.6vw, 2rem);
      font-weight: 900;
    }
.page-home .contact-card__desc {
      margin-bottom: 1.4rem;
      color: #475569;
      line-height: 1.75;
    }
.page-home .contact-info-list {
      display: grid;
      gap: 0.85rem;
    }
.page-home .contact-info-row {
      display: grid;
      grid-template-columns: minmax(9.5rem, max-content) minmax(0, 1fr);
      gap: 0.85rem;
      padding: 0.95rem 1rem;
      border-radius: 14px;
      background: #fff;
      border: 1px solid rgba(15, 23, 42, 0.06);
      color: #475569;
      line-height: 1.6;
    }
.page-home .contact-info-row strong {
      color: #000;
      white-space: nowrap;
    }
.page-home .contact-info-row a {
      color: #2563eb;
      font-weight: 900;
      min-width: 0;
      overflow-wrap: anywhere;
    }
.page-home .contact-info-row span {
      min-width: 0;
    }
.page-home .contact-aside {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 360px;
      padding: 1.5rem;
      background:
        radial-gradient(circle at 22% 20%, rgba(37, 99, 235, 0.16), transparent 28%),
        radial-gradient(circle at 78% 78%, rgba(0, 194, 255, 0.16), transparent 32%),
        linear-gradient(145deg, #f8fafc, #eef2ff);
    }
.page-home .contact-aside::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px);
      background-size: 28px 28px;
      mask-image: radial-gradient(circle at center, #000 16%, transparent 78%);
    }
.page-home .contact-rings {
      position: relative;
      min-height: 190px;
      isolation: isolate;
    }
.page-home .contact-rings::before,
.page-home .contact-rings::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }
.page-home .contact-rings::before {
      width: 148px;
      height: 148px;
      border: 2px solid rgba(37, 99, 235, 0.18);
      box-shadow: inset 0 0 30px rgba(37, 99, 235, 0.08);
      animation: conceptPulse 3.4s ease-in-out infinite;
    }
.page-home .contact-rings::after {
      width: 84px;
      height: 84px;
      background: linear-gradient(135deg, #000, #2563eb);
      box-shadow: 0 18px 40px rgba(37, 99, 235, 0.24);
      animation: phoneFloat 5s ease-in-out infinite;
    }
.page-home .contact-chip {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 0.8rem;
    }
.page-home .contact-chip p {
      margin: 0;
      padding: 0.85rem 1rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.78);
      border: 1px solid rgba(37, 99, 235, 0.12);
      color: #334155;
      font-weight: 800;
    }
.page-home .footer-company {
      text-align: center;
    }
.page-home .footer-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
      gap: 2rem;
      align-items: start;
    }
.page-home .footer-brand-block {
      display: grid;
      gap: 1.25rem;
    }
.page-home .footer-info-card {
      display: grid;
      gap: 0.9rem;
      padding: 1.35rem;
      border-radius: 16px;
      background: #f8fafc;
      border: 1px solid rgba(15, 23, 42, 0.08);
    }
.page-home .footer-info-row {
      display: grid;
      grid-template-columns: minmax(9.5rem, max-content) minmax(0, 1fr);
      gap: 0.75rem;
      align-items: start;
      color: #475569;
      line-height: 1.65;
    }
.page-home .footer-info-row strong {
      color: #000;
      white-space: nowrap;
    }
.page-home .footer-info-row a {
      color: #2563eb;
      font-weight: 800;
      min-width: 0;
      overflow-wrap: anywhere;
    }
.page-home .footer-info-row span {
      min-width: 0;
    }
@media (max-width: 1100px) {
.page-home .concept-grid {
        grid-template-columns: repeat(2, 1fr);
      }
.page-home .store-games-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
}
@media (max-width: 768px) {
.page-home .concept-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-inline: auto;
      }
.page-home .intro-copy {
        text-align: center;
      }
.page-home .brand-layout {
        grid-template-columns: 1fr;
      }
.page-home .brand-copy .section-title,
.page-home .brand-copy .intro-copy {
        text-align: center;
      }
.page-home .brand-tech-visual {
        min-height: 340px;
        order: -1;
      }
.page-home .game-studio-visual {
        width: min(100%, 340px);
        margin-inline: auto;
      }
.page-home .studio-chip {
        min-width: 78px;
        min-height: 38px;
        font-size: 0.82rem;
      }
.page-home .studio-piece {
        width: 46px;
        height: 46px;
      }
.page-home .store-games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
      }
.page-home .store-game-card {
        min-height: 230px;
      }
.page-home .lang-toggle {
        min-width: 52px;
        height: 38px;
        padding: 0 0.65rem;
        font-size: 0.72rem;
      }
}
@media (max-width: 480px) {
.page-home .brand-name {
        display: none;
      }
.page-home .store-games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
.page-home .store-game-card__title {
        font-size: 0.86rem;
      }
}
body.page-home {
      background: #f5f5f5;
      color: #172033;
    }
.page-home .site-header {
      background: rgba(255, 255, 255, 0.92);
      border-bottom: 1px solid rgba(15, 23, 42, 0.08);
      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    }
.page-home .site-header.is-scrolled {
      box-shadow: 0 12px 34px rgba(15, 23, 42, 0.12);
    }
.page-home .brand-name {
      background: linear-gradient(90deg, #000, #2563eb, #7c3aed);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

.page-home .nav-links a {
      color: #475569;
    }
.page-home .nav-links a:hover,
.page-home .nav-links a.active {
      color: #0f172a;
      background: rgba(37, 99, 235, 0.1);
      text-shadow: none;
    }
.page-home .btn-signup,
.page-home .btn-play {
      background: linear-gradient(90deg, #5b4dff, #00c2ff);
      color: #fff;
      box-shadow: 0 6px 24px rgba(0, 194, 255, 0.35);
    }
.page-home .btn-play {
      background: linear-gradient(90deg, #3d7bff, #00d4ff);
      box-shadow: 0 10px 36px rgba(0, 180, 255, 0.45);
    }
.page-home .btn-signup:hover {
      filter: brightness(1.18);
      transform: translateY(-1px);
      box-shadow: 0 8px 28px rgba(0, 194, 255, 0.5);
    }
.page-home .btn-play:hover {
      filter: brightness(1.15);
      transform: scale(1.04);
    }
.page-home .lang-toggle {
      color: #2563eb;
      background: #ffffff;
      border-color: rgba(37, 99, 235, 0.22);
      box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    }
.page-home .lang-toggle:hover {
      color: #0f172a;
      background: #eff6ff;
      border-color: rgba(37, 99, 235, 0.42);
    }
.page-home .hero {
      background:
        linear-gradient(180deg, rgba(245, 245, 245, 0.72), rgba(245, 245, 245, 0.96)),
        radial-gradient(ellipse 70% 60% at 80% 30%, rgba(37, 99, 235, 0.12), transparent 62%),
        radial-gradient(ellipse 48% 38% at 18% 74%, rgba(20, 184, 166, 0.16), transparent 58%),
        #f5f5f5;
    }
.page-home .hero::before {
      opacity: 0.5;
      background-image:
        radial-gradient(circle at 20% 30%, rgba(15, 23, 42, 0.08) 0 1px, transparent 1px),
        radial-gradient(circle at 80% 60%, rgba(15, 23, 42, 0.06) 0 1px, transparent 1px);
    }
.page-home .hero-banner {
      opacity: 0.28;
    }
.page-home .hero-title {
      color: #0f172a;
      text-shadow: none;
    }
.page-home .hero-subtitle {
      color: #1e293b;
    }
.page-home .hero-desc,
.page-home .section-lead,
.page-home .intro-copy,
.page-home .concept-card p {
      color: #475569;
    }
.page-home .section-title {
      background: linear-gradient(90deg, #000, #2563eb);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
.page-home .section-title {
      background: none;
      -webkit-background-clip: initial;
      background-clip: initial;
      color: #000;
    }
.page-home .social,
.page-home .games-showcase,
.page-home .partners {
      background:
        radial-gradient(ellipse at 8% 8%, rgb(20 184 166 / 0%), transparent 34%), 
        radial-gradient(ellipse at 90% 30%, rgba(37, 99, 235, 0.08), transparent 36%),
         #f5f5f5;
    }
.page-home .concept-card {
      background: rgba(255, 255, 255, 0.88);
      border-color: rgba(15, 23, 42, 0.08);
      box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    }
.page-home .concept-card:hover {
      border-color: rgba(37, 99, 235, 0.24);
      box-shadow: 0 18px 44px rgba(37, 99, 235, 0.14);
    }
.page-home .concept-visual {
      background:
        radial-gradient(circle at 30% 20%, rgba(37, 99, 235, 0.12), transparent 38%),
        radial-gradient(circle at 78% 72%, rgba(20, 184, 166, 0.12), transparent 42%),
        #f8fafc;
      border-color: rgba(15, 23, 42, 0.08);
    }
.page-home .studio-phone {
      background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.92));
      border-color: rgba(37, 99, 235, 0.18);
      box-shadow:
        0 26px 60px rgba(15, 23, 42, 0.12),
        0 0 42px rgba(37, 99, 235, 0.12);
    }
.page-home .studio-phone::before {
      background: rgba(15, 23, 42, 0.18);
    }
.page-home .studio-screen {
      background:
        radial-gradient(circle at 24% 18%, rgba(20, 184, 166, 0.18), transparent 18%),
        radial-gradient(circle at 82% 26%, rgba(37, 99, 235, 0.16), transparent 19%),
        linear-gradient(160deg, #f8fafc, #e0f2fe 48%, #eef2ff);
    }
.page-home .studio-card__tile {
      background: rgba(255, 255, 255, 0.72);
      border-color: rgba(37, 99, 235, 0.14);
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }
.page-home .studio-card__title {
      color: #0f172a;
    }
.page-home .studio-chip {
      color: #0f172a;
      background: rgba(255, 255, 255, 0.86);
      border-color: rgba(37, 99, 235, 0.16);
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
    }
.page-home .footer-links a,
.page-home .footer-company a {
      color: #2563eb;
    }
.page-home .concept-card h3 {
      color: #000;
    }
.page-home .site-footer {
      background: #ffffff;
      color: #334155;
      border-top: 1px solid rgba(15, 23, 42, 0.08);
    }
.page-home .footer-top p,
.page-home .footer-company,
.page-home .footer-copy {
      color: #475569;
    }
.page-home .footer-top {
      text-align: left;
      margin-bottom: 0;
    }
.page-home .footer-links {
      justify-content: flex-start;
    }
.page-home .footer-company {
      max-width: 720px;
      margin: 0;
      text-align: left;
    }
.page-home .footer-copy {
      margin-top: 1.5rem;
      padding-top: 1.25rem;
      border-top: 1px solid rgba(15, 23, 42, 0.08);
    }
.page-home .nav-toggle {
      border-color: rgba(15, 23, 42, 0.14);
    }
.page-home .nav-toggle span {
      background: #0f172a;
    }
@media (max-width: 768px) {
.page-home .nav-links {
        background: rgba(255, 255, 255, 0.98);
        border-bottom-color: rgba(15, 23, 42, 0.08);
      }
.page-home .footer-layout {
        grid-template-columns: 1fr;
      }
.page-home .contact-panel {
        grid-template-columns: 1fr;
        padding: 1rem;
      }
.page-home .contact-info-row {
        grid-template-columns: 1fr;
        gap: 0.2rem;
        text-align: center;
      }
.page-home .contact-aside {
        min-height: 300px;
      }
.page-home .footer-top,
.page-home .footer-company {
        text-align: center;
      }
.page-home .footer-links {
        justify-content: center;
      }
.page-home .footer-info-row {
        grid-template-columns: 1fr;
        gap: 0.2rem;
        text-align: center;
      }
}
