:root {
  --page: #f5f8ff;
  --surface: #ffffff;
  --ink: #101828;
  --muted: #667085;
  --line: rgba(16, 24, 40, 0.1);
  --blue: #246bff;
  --blue-2: #2ea7ff;
  --deep: #07111f;
  --soft-blue: #eaf2ff;
  --green: #19c37d;
  --shadow: 0 28px 80px rgba(25, 47, 89, 0.14);
  --max: 1220px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "SF Pro Display", "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

::selection {
  background: var(--blue);
  color: #fff;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px) saturate(140%);
}

.header-inner {
  width: min(1320px, calc(100% - 48px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand,
.nav-links,
.header-download,
.button,
.service-label,
.hero-tags,
.panel-top,
.panel-top div,
.metric-band,
.check-list,
.download-card,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 170px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(36, 107, 255, 0.24);
}

.brand-text {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-text strong {
  font-size: 23px;
  font-weight: 900;
}

.brand-text small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.nav-links {
  gap: 26px;
  color: #445066;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--blue);
}

.header-download {
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.header-download svg,
.button svg,
.service-label svg,
.feature-card svg,
.check-list svg {
  width: 18px;
  height: 18px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 58px;
  background:
    radial-gradient(circle at 78% 16%, rgba(46, 167, 255, 0.25), transparent 36%),
    linear-gradient(180deg, #fafdff 0%, #f3f7ff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(36, 107, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 107, 255, 0.06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 78%);
}

.hero-shell {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  min-height: 610px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 54px;
  align-items: center;
}

.service-label {
  gap: 9px;
  width: fit-content;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(36, 107, 255, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(36, 107, 255, 0.08);
}

.hero h1 {
  margin: 22px 0 0;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero h1 span + span {
  color: var(--blue);
}

.brand-slogan {
  margin: 18px 0 0;
  color: #1f2937;
  font-size: 25px;
  font-weight: 900;
}

.hero-lead {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}

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

.button {
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: #fff;
  box-shadow: 0 18px 44px rgba(36, 107, 255, 0.28);
}

.button-secondary {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.hero-tags {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-tags span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #475467;
  font-size: 14px;
  font-weight: 800;
}

.hero-system-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.hero-system-tags span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(25, 195, 125, 0.32);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(230, 252, 242, 0.95));
  color: #065f46;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(16, 185, 129, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.hero-system-tags span::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(25, 195, 125, 0.14);
}

.hero-visual {
  min-width: 0;
}

.control-panel {
  overflow: hidden;
  border: 1px solid rgba(36, 107, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.panel-top {
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
}

.panel-top div {
  gap: 10px;
}

.panel-top img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.panel-top strong {
  font-size: 15px;
}

.panel-top span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(25, 195, 125, 0.12);
  color: #087443;
  font-size: 13px;
  font-weight: 900;
}

.device-stage {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  padding: 34px;
  background:
    radial-gradient(circle at 50% 46%, rgba(36, 107, 255, 0.18), transparent 38%),
    linear-gradient(130deg, rgba(36, 107, 255, 0.08), rgba(46, 167, 255, 0.1)),
    #f7fbff;
}

.device-stage::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(36, 107, 255, 0.08);
  border-radius: 8px;
  background-image:
    linear-gradient(rgba(36, 107, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 107, 255, 0.06) 1px, transparent 1px);
  background-size: 36px 36px;
}

.iphone-demo {
  position: relative;
  z-index: 2;
  width: 285px;
  aspect-ratio: 420 / 820;
  cursor: pointer;
  outline: none;
  animation: phoneFloat 5.5s ease-in-out infinite;
}

.iphone-demo:focus-visible {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

.iphone-demo:focus-visible::after {
  content: "";
  position: absolute;
  z-index: 5;
  inset: -6px;
  border: 3px solid rgba(36, 107, 255, 0.5);
  border-radius: 54px;
}

.official-iphone {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 32px 34px rgba(16, 24, 40, 0.24));
  pointer-events: none;
}

.iphone-live-screen {
  position: absolute;
  z-index: 2;
  inset: 3.65% 6.8% 3.75%;
  overflow: hidden;
  border-radius: 12% / 5.8%;
  background: #08111f;
  color: #fff;
  font-family: "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.demo-status-bar {
  position: absolute;
  z-index: 30;
  top: 11px;
  left: 14px;
  right: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  transition: color 260ms ease;
}

.demo-status-icons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.demo-status-icons i {
  position: relative;
  display: block;
  width: 14px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 2px;
}

.demo-status-icons i::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 1px;
  background: currentColor;
}

.demo-status-icons i::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -3px;
  width: 2px;
  height: 3px;
  border-radius: 0 1px 1px 0;
  background: currentColor;
}

.demo-dynamic-island {
  position: absolute;
  z-index: 32;
  top: 6px;
  left: 50%;
  width: 38%;
  height: 19px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #020306;
  box-shadow: inset -8px 0 12px rgba(19, 48, 86, 0.24);
}

.demo-screen {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(18px) scale(0.985);
  transition: opacity 360ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
}

.iphone-demo[data-demo-stage="home"] .demo-home,
.iphone-demo[data-demo-stage="store"] .demo-store,
.iphone-demo[data-demo-stage="download"] .demo-store,
.iphone-demo[data-demo-stage="ready"] .demo-store,
.iphone-demo[data-demo-stage="game"] .demo-game {
  z-index: 3;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.iphone-demo[data-demo-stage="store"] .demo-status-bar,
.iphone-demo[data-demo-stage="download"] .demo-status-bar,
.iphone-demo[data-demo-stage="ready"] .demo-status-bar {
  color: #111827;
}

.demo-home {
  padding: 49px 10px 82px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 196, 174, 0.95), transparent 40%),
    radial-gradient(circle at 92% 48%, rgba(41, 190, 213, 0.92), transparent 43%),
    linear-gradient(150deg, #6174b8 0%, #da7891 42%, #087d9c 100%);
}

.demo-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 14, 30, 0.04), rgba(5, 14, 30, 0.28));
  pointer-events: none;
}

.demo-home-widget {
  position: relative;
  z-index: 1;
  min-height: 67px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(15, 25, 44, 0.35);
  box-shadow: 0 10px 24px rgba(4, 12, 28, 0.16);
  backdrop-filter: blur(14px);
}

.demo-home-widget span,
.demo-home-widget strong,
.demo-home-widget small {
  display: block;
}

.demo-home-widget span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 800;
}

.demo-home-widget strong {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1;
}

.demo-home-widget small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 7px;
  font-weight: 700;
}

.demo-app-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px 7px;
  margin-top: 16px;
}

.ios-app {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 4px;
}

.ios-app small {
  display: block;
  max-width: 48px;
  overflow: hidden;
  color: #fff;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

.ios-app-icon {
  position: relative;
  overflow: hidden;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 12px rgba(7, 16, 35, 0.16);
}

.ios-app-icon b {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 1;
}

.app-message,
.app-phone {
  background: linear-gradient(150deg, #67e77c, #18b850);
}

.app-message b {
  width: 22px;
  height: 17px;
  border-radius: 999px;
  background: #fff;
}

.app-message b::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -3px;
  border-width: 4px 0 0 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.app-camera {
  background: linear-gradient(150deg, #dfe3e9, #8d97a6);
}

.app-camera b {
  width: 25px;
  height: 18px;
  border: 3px solid #192130;
  border-radius: 5px;
}

.app-camera b::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 7px;
  height: 7px;
  border: 2px solid #192130;
  border-radius: 999px;
}

.app-photos {
  background: #fff;
}

.app-photos b {
  color: #ff5078;
  font-size: 30px;
  text-shadow: 10px 0 #ffbd3c, 0 10px #40c871, -9px 0 #4f8cff, 0 -9px #a467ef;
}

.app-settings {
  background: linear-gradient(150deg, #9ca6b4, #515c6c);
  color: #fff;
}

.app-settings b {
  font-size: 26px;
}

.app-safari {
  border: 2px solid #fff;
  background: radial-gradient(circle, #f9fcff 0 28%, #46adf4 30% 72%, #1677d5 74%);
  color: #ef3f52;
}

.app-safari b {
  font-size: 23px;
  transform: rotate(12deg);
}

.app-store {
  background: linear-gradient(150deg, #40b4ff, #0875e8);
  color: #fff;
}

.app-store b {
  font-size: 24px;
  font-weight: 700;
}

.app-files {
  background: linear-gradient(180deg, #f9fcff, #d9e7fb);
}

.app-files::before {
  content: "";
  width: 26px;
  height: 18px;
  border-radius: 3px;
  background: #52a8ff;
  box-shadow: -5px -5px 0 -2px #52a8ff;
}

.app-et img {
  width: 100%;
  height: 100%;
}

.app-game {
  background: linear-gradient(150deg, #7259f7, #bd73ff);
  color: #fff;
}

.app-weather {
  background: linear-gradient(160deg, #28a9ed, #73d2f6);
  color: #ffe869;
}

.app-calendar {
  background: linear-gradient(180deg, #f15a5a 0 27%, #fff 28%);
  color: #1a2330;
}

.app-calendar b {
  margin-top: 7px;
  font-size: 17px;
}

.app-music {
  background: linear-gradient(150deg, #fa507b, #ec2162);
  color: #fff;
}

.app-phone {
  color: #fff;
}

.demo-dock {
  position: absolute;
  z-index: 2;
  left: 10px;
  right: 10px;
  bottom: 12px;
  height: 61px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(240, 246, 255, 0.36);
  backdrop-filter: blur(16px);
}

.demo-dock .ios-app-icon {
  width: 40px;
  height: 40px;
}

.demo-store {
  padding: 46px 12px 22px;
  background: #f5f6f8;
  color: #111827;
}

.demo-store-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-store-header strong {
  font-size: 20px;
}

.demo-store-header span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #246bff;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
}

.demo-search {
  margin-top: 10px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #e6e8ec;
  color: #8a909a;
  font-size: 8px;
  font-weight: 700;
}

.demo-featured-game {
  position: relative;
  overflow: hidden;
  min-height: 94px;
  margin-top: 12px;
  padding: 13px;
  border-radius: 12px;
  background: linear-gradient(135deg, #112d57, #246bff);
  color: #fff;
}

.demo-featured-game span,
.demo-featured-game strong,
.demo-featured-game small {
  position: relative;
  z-index: 1;
  display: block;
}

.demo-featured-game span {
  color: #8fc1ff;
  font-size: 7px;
  font-weight: 900;
}

.demo-featured-game strong {
  margin-top: 14px;
  font-size: 17px;
}

.demo-featured-game small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 7px;
}

.demo-game-row {
  min-height: 62px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #dedfe3;
}

.demo-game-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(145deg, #112d57, #246bff 56%, #58bbff);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 7px 15px rgba(36, 107, 255, 0.2);
}

.demo-game-info {
  min-width: 0;
}

.demo-game-info strong,
.demo-game-info small {
  display: block;
}

.demo-game-info strong {
  font-size: 11px;
}

.demo-game-info small {
  margin-top: 4px;
  overflow: hidden;
  color: #858b96;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-install-button {
  width: 42px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #e3edff;
  color: #1468e8;
  font-size: 8px;
  font-weight: 900;
  transition: width 180ms ease, background 180ms ease;
}

.install-progress,
.install-open {
  display: none;
}

.install-progress {
  width: 21px;
  height: 21px;
  transform: rotate(-90deg);
}

.install-progress circle {
  fill: none;
  stroke: #246bff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}

.iphone-demo[data-demo-stage="download"] .demo-install-button {
  width: 25px;
  background: transparent;
}

.iphone-demo[data-demo-stage="download"] .install-get,
.iphone-demo[data-demo-stage="ready"] .install-get {
  display: none;
}

.iphone-demo[data-demo-stage="download"] .install-progress,
.iphone-demo[data-demo-stage="ready"] .install-open {
  display: block;
}

.iphone-demo[data-demo-stage="download"] .install-progress circle {
  animation: downloadProgress 3s linear forwards;
}

.iphone-demo[data-demo-stage="ready"] .demo-install-button {
  background: #246bff;
  color: #fff;
}

.demo-rating-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 9px;
  padding: 8px 0;
  border-bottom: 1px solid #dedfe3;
}

.demo-rating-row span {
  display: grid;
  justify-items: center;
  gap: 3px;
  border-right: 1px solid #dedfe3;
}

.demo-rating-row span:last-child {
  border-right: 0;
}

.demo-rating-row strong {
  color: #5d6370;
  font-size: 10px;
}

.demo-rating-row small {
  color: #a1a5ad;
  font-size: 6px;
}

.demo-store-preview {
  position: relative;
  overflow: hidden;
  height: 92px;
  margin-top: 10px;
  border-radius: 10px;
}

.demo-store-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}

.demo-store-preview span {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 4px 6px;
  border-radius: 5px;
  background: rgba(5, 13, 28, 0.72);
  color: #fff;
  font-size: 7px;
  font-weight: 800;
}

.demo-game {
  background: #07111f;
}

.demo-game::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 12, 25, 0.12), transparent 42%, rgba(5, 12, 25, 0.58));
}

.demo-game-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.iphone-demo[data-demo-stage="game"] .demo-game-scene {
  animation: gameSceneMove 5.2s ease-out both;
}

.demo-game-splash {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  background: rgba(5, 13, 28, 0.72);
  text-align: center;
}

.demo-game-splash span,
.demo-game-splash strong,
.demo-game-splash small {
  display: block;
}

.demo-game-splash span {
  color: #7ec8ff;
  font-size: 8px;
  font-weight: 900;
}

.demo-game-splash strong {
  margin-top: 8px;
  font-size: 25px;
}

.demo-game-splash small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
}

.iphone-demo[data-demo-stage="game"] .demo-game-splash {
  animation: gameSplash 5.2s ease both;
}

.demo-game-hud {
  position: absolute;
  z-index: 4;
  inset: 43px 10px 24px;
  opacity: 0;
}

.iphone-demo[data-demo-stage="game"] .demo-game-hud {
  animation: hudEnter 5.2s ease both;
}

.hud-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 7px;
  font-weight: 800;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

.hud-top span:last-child {
  padding: 4px 6px;
  border-radius: 999px;
  background: rgba(25, 195, 125, 0.8);
}

.hud-task {
  width: fit-content;
  margin-top: 10px;
  padding: 7px 8px;
  border-radius: 7px;
  background: rgba(6, 16, 34, 0.56);
  backdrop-filter: blur(8px);
}

.hud-task small,
.hud-task strong {
  display: block;
}

.hud-task small {
  color: #8fc5ff;
  font-size: 6px;
}

.hud-task strong {
  margin-top: 3px;
  font-size: 8px;
}

.hud-joystick {
  position: absolute;
  left: 10px;
  bottom: 8px;
  width: 49px;
  height: 49px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(8, 18, 36, 0.25);
}

.hud-joystick::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  animation: joystickMove 1.8s ease-in-out infinite;
}

.hud-actions {
  position: absolute;
  right: 5px;
  bottom: 3px;
  width: 72px;
  height: 66px;
}

.hud-actions span {
  position: absolute;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(36, 107, 255, 0.7);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.08);
}

.hud-actions span:nth-child(1) {
  right: 0;
  top: 19px;
}

.hud-actions span:nth-child(2) {
  left: 18px;
  top: 0;
  background: rgba(25, 195, 125, 0.72);
}

.hud-actions span:nth-child(3) {
  left: 7px;
  bottom: 0;
  background: rgba(255, 183, 74, 0.76);
}

.demo-touch {
  position: absolute;
  z-index: 40;
  width: 23px;
  height: 23px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  background: rgba(36, 107, 255, 0.2);
  box-shadow: 0 0 0 6px rgba(36, 107, 255, 0.14);
  opacity: 0;
  pointer-events: none;
  transition: left 240ms ease, top 240ms ease;
}

.iphone-demo[data-demo-stage="home"] .demo-touch {
  left: 57%;
  top: 45%;
}

.iphone-demo[data-demo-stage="store"] .demo-touch,
.iphone-demo[data-demo-stage="download"] .demo-touch,
.iphone-demo[data-demo-stage="ready"] .demo-touch {
  left: 83%;
  top: 46%;
}

.iphone-demo[data-demo-stage="game"] .demo-touch {
  display: none;
}

.demo-touch.is-tapping {
  animation: demoTap 1.1s ease 0.7s both;
}

.demo-home-indicator {
  position: absolute;
  z-index: 50;
  left: 50%;
  bottom: 7px;
  width: 82px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

.iphone-demo[data-demo-stage="store"] .demo-home-indicator,
.iphone-demo[data-demo-stage="download"] .demo-home-indicator,
.iphone-demo[data-demo-stage="ready"] .demo-home-indicator {
  background: rgba(17, 24, 39, 0.8);
}

@keyframes downloadProgress {
  from {
    stroke-dashoffset: 57;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes demoTap {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.35);
  }

  35% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.72);
  }

  65% {
    opacity: 0.86;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.55);
  }
}

@keyframes gameSplash {
  0%,
  24% {
    opacity: 1;
  }

  38%,
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hudEnter {
  0%,
  28% {
    opacity: 0;
    transform: translateY(8px);
  }

  42%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gameSceneMove {
  from {
    transform: scale(1.08) translateY(5px);
  }

  to {
    transform: scale(1.16) translateY(-7px);
  }
}

@keyframes joystickMove {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, -5px);
  }
}

.ios-device {
  position: relative;
  z-index: 2;
  width: 255px;
  height: 528px;
  padding: 12px;
  border-radius: 58px;
  background: linear-gradient(145deg, #f8fbff, #c7d4e7 42%, #ffffff 58%, #91a6c4);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.92),
    inset 0 0 0 3px rgba(16, 24, 40, 0.08),
    0 34px 70px rgba(16, 24, 40, 0.28);
  animation: phoneFloat 5.5s ease-in-out infinite;
}

.ios-device::after {
  content: "";
  position: absolute;
  inset: 17px;
  pointer-events: none;
  border-radius: 46px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.phone-button {
  position: absolute;
  width: 4px;
  border-radius: 999px;
  background: #aab8cb;
}

.phone-button-left {
  left: -3px;
  top: 144px;
  height: 74px;
}

.phone-button-right {
  right: -3px;
  top: 178px;
  height: 98px;
}

.ios-screen {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 46px;
  background: #101724;
}

.ios-screen::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.15), transparent 25%, transparent 76%, rgba(255, 255, 255, 0.05));
  pointer-events: none;
}

.ios-screen-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dynamic-island {
  position: absolute;
  z-index: 5;
  top: 16px;
  left: 50%;
  width: 92px;
  height: 27px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #020814;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.screen-status {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.game-window {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 70px;
  bottom: 36px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
}

.game-title {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.game-title strong,
.game-title small {
  display: block;
}

.game-title strong {
  color: #fff;
  font-size: 17px;
}

.game-title small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 900;
}

.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(25, 195, 125, 0.14);
}

.game-scene {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(36, 107, 255, 0.22), rgba(25, 195, 125, 0.12)),
    #0b1c31;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.game-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  animation: mapMove 9s linear infinite;
}

.avatar,
.game-marker {
  position: absolute;
  display: block;
  border-radius: 12px;
}

.avatar {
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #fff, #b8d7ff);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.game-marker {
  width: 22px;
  height: 22px;
  background: #ffb74a;
  animation: markerPulse 2.6s ease-in-out infinite;
}

.marker-a {
  left: 32px;
  top: 36px;
}

.marker-b {
  right: 28px;
  top: 66px;
  background: #19c37d;
  animation-delay: 0.7s;
}

.marker-c {
  left: 54px;
  bottom: 42px;
  background: #2ea7ff;
  animation-delay: 1.2s;
}

.scan-line {
  position: absolute;
  left: 0;
  right: 0;
  top: -35%;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(46, 167, 255, 0.18), transparent);
  animation: scanLine 3.8s ease-in-out infinite;
}

.task-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.task-list div {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.task-list span,
.task-list strong {
  display: block;
}

.task-list span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 800;
}

.task-list strong {
  margin-top: 7px;
  color: #fff;
  font-size: 16px;
}

.home-indicator {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 14px;
  width: 92px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.device-stat {
  position: absolute;
  z-index: 3;
  min-width: 138px;
  padding: 18px;
  border: 1px solid rgba(36, 107, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.1);
}

.device-stat strong,
.device-stat span {
  display: block;
}

.device-stat strong {
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
}

.device-stat span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.stat-a {
  left: 34px;
  top: 74px;
}

.stat-b {
  right: 38px;
  bottom: 62px;
}

@keyframes phoneFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1.5deg);
  }

  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

@keyframes mapMove {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 34px 34px, 34px 34px;
  }
}

@keyframes markerPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.86;
  }

  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes scanLine {
  0% {
    top: -35%;
  }

  55% {
    top: 100%;
  }

  100% {
    top: 100%;
  }
}

.metric-band {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 48px));
  margin: -28px auto 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.metric-band div {
  padding: 24px 26px;
  border-right: 1px solid var(--line);
}

.metric-band div:last-child {
  border-right: 0;
}

.metric-band strong,
.metric-band span {
  display: block;
}

.metric-band strong {
  font-size: 20px;
}

.metric-band span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

#advantages .section-head {
  max-width: 1120px;
}

#advantages .section-head h2 {
  white-space: nowrap;
}

.section-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-head h2,
.section-copy h2,
.download-panel h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.14;
  letter-spacing: 0;
}

.section-head p,
.section-copy p,
.download-panel p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

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

.feature-card,
.process-step,
.scene-panel,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.feature-card {
  min-height: 228px;
  padding: 28px;
  box-shadow: 0 16px 44px rgba(16, 24, 40, 0.06);
}

.feature-card svg {
  width: 34px;
  height: 34px;
  color: var(--blue);
}

.feature-card h3,
.process-step h3 {
  margin: 20px 0 0;
  font-size: 22px;
}

.feature-card p,
.process-step p,
.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  gap: 40px;
  align-items: center;
  padding-top: 26px;
}

.check-list {
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.check-list span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 900;
}

.check-list svg {
  color: var(--green);
}

.scene-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  box-shadow: var(--shadow);
}

.scene-row {
  min-height: 150px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #f8fbff);
}

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

.scene-row:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.scene-row span,
.scene-row strong {
  display: block;
}

.scene-row span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.scene-row strong {
  margin-top: 42px;
  font-size: 24px;
}

.process-section {
  padding-top: 44px;
}

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

.process-step {
  min-height: 214px;
  padding: 28px;
}

.process-step span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--soft-blue);
  color: var(--blue);
  font-weight: 900;
}

.download-panel {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 34px;
  align-items: center;
  padding: 46px;
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(36, 107, 255, 0.95), rgba(46, 167, 255, 0.86)),
    var(--blue);
  color: #fff;
  box-shadow: var(--shadow);
}

.download-panel .section-kicker,
.download-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.download-card {
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.download-card img {
  width: 54px;
  height: 54px;
  border-radius: 14px;
}

.download-card strong {
  font-size: 22px;
}

.download-card span {
  color: rgba(255, 255, 255, 0.76);
}

.download-card .button {
  width: 100%;
  margin-top: 8px;
  background: #fff;
  color: var(--blue);
  box-shadow: none;
}

.faq-section {
  padding-top: 88px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: var(--blue);
}

details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding: 0 24px 22px;
}

.site-footer {
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer div {
  display: grid;
  gap: 6px;
}

.site-footer strong {
  color: var(--ink);
  font-size: 18px;
}

.site-footer p {
  max-width: 660px;
  margin: 0;
  line-height: 1.7;
}

.footer-legal {
  justify-items: end;
  text-align: right;
}

.icp-link {
  width: fit-content;
  justify-self: end;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  transition: color 180ms ease;
}

.icp-link:hover {
  color: var(--blue);
}

/* Real iOS 18 and App Store game footage demo. */
.iphone-demo {
  animation: none;
  transform: rotate(0) scale(1);
  transform-origin: center;
  transition: transform 780ms cubic-bezier(0.22, 0.8, 0.2, 1);
}

.iphone-demo[data-demo-stage="game"] {
  z-index: 4;
  transform: rotate(90deg) scale(0.92);
}

.real-game-dock-icon {
  position: absolute;
  z-index: 3;
  left: 73.4%;
  top: 86.2%;
  overflow: hidden;
  width: 11.9%;
  aspect-ratio: 1;
  border-radius: 24%;
  background: #182c52;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
  opacity: 1;
  transform: scale(1);
  transition: opacity 220ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.real-game-dock-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iphone-demo[data-demo-stage="launch"] .real-game-dock-icon {
  opacity: 0;
  transform: scale(2.8);
}

.iphone-demo[data-demo-stage="game"] .real-game-dock-icon {
  opacity: 0;
}

.real-phone-overlay {
  position: absolute;
  z-index: 4;
  inset: 3.65% 6.8% 3.75%;
  overflow: hidden;
  border-radius: 12% / 5.8%;
  background: #02050a;
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.iphone-demo[data-demo-stage="launch"] .real-phone-overlay,
.iphone-demo[data-demo-stage="game"] .real-phone-overlay {
  opacity: 1;
}

.real-overlay-island {
  position: absolute;
  z-index: 12;
  top: 7px;
  left: 50%;
  width: 38%;
  height: 19px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #010205;
}

.real-launch-screen {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  background:
    radial-gradient(circle at 50% 38%, rgba(78, 129, 211, 0.28), transparent 34%),
    #050912;
  color: #fff;
  text-align: center;
  opacity: 0;
}

.iphone-demo[data-demo-stage="launch"] .real-launch-screen {
  opacity: 1;
  animation: realLaunchIn 2.2s ease both;
}

.real-launch-screen img {
  width: 76px;
  height: 76px;
  border-radius: 17px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42);
}

.real-launch-screen strong,
.real-launch-screen span,
.real-launch-screen small {
  display: block;
}

.real-launch-screen strong {
  margin-top: 16px;
  font-size: 20px;
}

.real-launch-screen span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 800;
}

.real-launch-screen small {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
}

.real-game-screen {
  position: absolute;
  z-index: 5;
  inset: 0;
  overflow: hidden;
  background: #06101c;
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 360ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.iphone-demo[data-demo-stage="game"] .real-game-screen {
  opacity: 1;
  transform: scale(1);
}

.real-game-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.real-game-frame-mobile {
  display: none;
}

.iphone-demo[data-demo-stage="game"] .real-game-frame-a {
  animation: realGameFrameA 6.4s ease-in-out infinite;
}

.iphone-demo[data-demo-stage="game"] .real-game-frame-b {
  animation: realGameFrameB 6.4s ease-in-out infinite;
}

.iphone-demo[data-demo-stage="home"] .demo-touch {
  display: block;
  left: 79.4%;
  top: 89%;
}

.iphone-demo[data-demo-stage="launch"] .demo-touch,
.iphone-demo[data-demo-stage="game"] .demo-touch {
  display: none;
}

.device-stat {
  transition: opacity 260ms ease, transform 360ms ease;
}

.device-stage:has(.iphone-demo[data-demo-stage="game"]) .device-stat {
  opacity: 0;
  transform: translateY(8px);
}

@keyframes realLaunchIn {
  0% {
    opacity: 0;
    transform: scale(1.08);
  }

  28%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes realGameFrameA {
  0%,
  42% {
    opacity: 1;
    transform: scale(1.03);
  }

  52%,
  92% {
    opacity: 0;
    transform: scale(1.08);
  }

  100% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes realGameFrameB {
  0%,
  42% {
    opacity: 0;
    transform: scale(1.08);
  }

  52%,
  92% {
    opacity: 1;
    transform: scale(1.03);
  }

  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }

  .hero-shell,
  .split-section,
  .download-panel {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    min-height: auto;
  }

  .hero-visual {
    max-width: 760px;
  }

  .feature-grid,
  .process-line,
  .metric-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .header-inner,
  .hero-shell,
  .section,
  .download-panel,
  .site-footer,
  .metric-band {
    width: min(calc(100% - 28px), var(--max));
  }

  .header-inner {
    min-height: 66px;
    position: relative;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-text small {
    display: none;
  }

  .header-download {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    flex: 0 0 42px;
    width: 42px;
    margin-left: auto;
    min-height: 38px;
    padding: 0;
    font-size: 13px;
    z-index: 2;
  }

  .header-download span {
    display: none;
  }

  .hero {
    padding: 48px 0 38px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .hero h1 span {
    white-space: normal;
  }

  .brand-slogan {
    font-size: 20px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions,
  .metric-band,
  .feature-grid,
  .process-line,
  .scene-panel {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .device-stage {
    min-height: 460px;
    padding: 24px 14px;
  }

  .iphone-demo {
    width: 255px;
  }

  .iphone-demo[data-demo-stage="game"] {
    transform: rotate(0) scale(1);
  }

  .real-game-screen,
  .iphone-demo[data-demo-stage="game"] .real-game-screen {
    width: 100%;
    height: 100%;
    background: #02050a;
    transform: scale(1);
  }

  .real-game-frame-desktop {
    display: none;
  }

  .real-game-frame-mobile {
    display: block;
    object-fit: contain;
  }

  .official-iphone {
    width: 100%;
  }

  .ios-device {
    width: 204px;
    height: 422px;
    padding: 9px;
    border-radius: 48px;
  }

  .ios-screen {
    border-radius: 38px;
  }

  .dynamic-island {
    top: 13px;
    width: 74px;
    height: 22px;
  }

  .screen-status {
    top: 16px;
    left: 20px;
    right: 20px;
    font-size: 11px;
  }

  .game-window {
    left: 14px;
    right: 14px;
    top: 58px;
    bottom: 28px;
    gap: 10px;
  }

  .game-title {
    padding: 10px;
    border-radius: 16px;
  }

  .game-title strong {
    font-size: 14px;
  }

  .game-title small {
    font-size: 11px;
  }

  .task-list {
    gap: 8px;
  }

  .task-list div {
    padding: 10px;
  }

  .task-list strong {
    font-size: 13px;
  }

  .device-stat {
    display: none;
  }

  .metric-band {
    margin-top: 0;
  }

  .metric-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric-band div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 62px 0;
  }

  #advantages .section-head h2 {
    white-space: normal;
  }

  .scene-row {
    border-right: 0;
  }

  .scene-row:nth-last-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .download-panel {
    padding: 28px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal {
    justify-items: start;
    text-align: left;
  }

  .icp-link {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iphone-demo,
  .demo-screen,
  .demo-touch,
  .install-progress circle,
  .demo-game-scene,
  .demo-game-splash,
  .demo-game-hud,
  .hud-joystick::before {
    animation: none !important;
    transition: none !important;
  }

  .iphone-demo,
  .real-phone-overlay,
  .real-launch-screen,
  .real-game-screen,
  .real-game-frame {
    animation: none !important;
    transition: none !important;
  }

  .iphone-demo[data-demo-stage="game"] .demo-game-splash {
    display: none;
  }

  .iphone-demo[data-demo-stage="game"] .demo-game-hud {
    opacity: 1;
  }
}
