:root {
  --ink: #34363a;
  --ink-strong: #17191d;
  --muted: #6c7280;
  --paper: #eff1f6;
  --paper-2: #f7f8fb;
  --white: #ffffff;
  --line: #d7dce6;
  --blue: #8398da;
  --blue-deep: #596dae;
  --green: #16957f;
  --gold: #d7a84a;
  --dark: #36383d;
  --radius: 10px;
  --soft-shadow: 22px 24px 46px rgba(165, 172, 186, 0.42), -18px -18px 34px rgba(255, 255, 255, 0.9);
  --small-shadow: 12px 14px 28px rgba(171, 178, 192, 0.34), -10px -10px 22px rgba(255, 255, 255, 0.86);
  --inset: inset 8px 8px 16px rgba(174, 181, 195, 0.35), inset -8px -8px 16px rgba(255, 255, 255, 0.88);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.72;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.82) 0 0.5px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(47, 51, 57, 0.32) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 74%, rgba(131, 152, 218, 0.26), transparent 26%),
    linear-gradient(180deg, #eceef3 0%, #f8f9fc 45%, #eef1f7 100%);
  background-size: 140px 140px, 180px 180px, auto, auto;
}

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

.site-header {
  position: fixed;
  inset: 18px clamp(18px, 4vw, 56px) auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding: 12px 16px;
  color: var(--ink);
  background: rgba(240, 242, 247, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  box-shadow: var(--small-shadow);
  backdrop-filter: blur(18px);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), background 320ms ease, box-shadow 320ms ease;
}

.site-header.is-scrolled {
  transform: translateY(-6px);
  background: rgba(248, 249, 252, 0.92);
  box-shadow: 16px 20px 40px rgba(105, 114, 132, 0.24), -12px -12px 24px rgba(255, 255, 255, 0.9);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-right: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(145deg, #35383e, #565b64);
  box-shadow: 8px 10px 18px rgba(158, 165, 178, 0.42), -6px -6px 12px rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 900;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: var(--inset);
  font-size: 14px;
}

.nav-links a {
  padding: 7px 11px;
  border-radius: 10px;
  color: var(--muted);
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink-strong);
  background: #f8f9fc;
  box-shadow: 6px 7px 14px rgba(171, 178, 192, 0.32), -5px -5px 12px rgba(255, 255, 255, 0.9);
}

.header-action,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
}

.header-action {
  color: #ffffff;
  background: linear-gradient(145deg, #35383e, #595d66);
  box-shadow: 9px 10px 20px rgba(154, 161, 174, 0.4), -7px -7px 16px rgba(255, 255, 255, 0.8);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease, filter 220ms ease;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 126px clamp(22px, 5vw, 86px) 52px;
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(248, 249, 252, 0.96) 0%, rgba(232, 237, 246, 0.94) 52%, rgba(214, 223, 237, 0.82) 100%),
    radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.88), transparent 28%),
    radial-gradient(circle at 78% 76%, rgba(51, 73, 74, 0.2), transparent 30%);
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(47, 51, 57, 0.28);
}

.hero::before {
  width: 460px;
  height: 460px;
  right: -130px;
  top: 72px;
  border-radius: 999px;
}

.hero::after {
  width: 260px;
  height: 260px;
  left: 8%;
  bottom: 10%;
  transform: rotate(45deg);
}

.recommendation-hero {
  display: flex;
  align-items: stretch;
}

.hero-carousel {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  min-height: calc(100vh - 156px);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(250, 251, 254, 0.86), rgba(225, 232, 242, 0.8)),
    radial-gradient(circle at 70% 40%, rgba(131, 152, 218, 0.24), transparent 38%);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.hero-carousel::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background:
    repeating-linear-gradient(168deg, rgba(51, 73, 74, 0.16) 0 1px, transparent 1px 9px),
    linear-gradient(0deg, rgba(51, 73, 74, 0.16), transparent);
  opacity: 0.7;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 610px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 22px;
  height: 22px;
  background:
    linear-gradient(var(--ink), var(--ink)) 50% 0 / 1px 100% no-repeat,
    linear-gradient(var(--ink), var(--ink)) 0 50% / 100% 1px no-repeat;
  opacity: 0.42;
}

.hero h1,
.hero h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(48px, 6vw, 94px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 590px;
  margin: 30px 0 0;
  color: #565d6a;
  font-size: clamp(17px, 1.6vw, 22px);
}

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

.primary-btn {
  color: #ffffff;
  background: linear-gradient(145deg, #2f3339, #52575f);
  box-shadow: 13px 16px 28px rgba(156, 163, 176, 0.42), -10px -10px 22px rgba(255, 255, 255, 0.86);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease, filter 220ms ease;
}

.secondary-btn {
  color: var(--ink-strong);
  background: #f4f6fa;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--small-shadow);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease, background 220ms ease;
}

@media (hover: hover) {
  .header-action:hover,
  .primary-btn:hover,
  .secondary-btn:hover {
    transform: translateY(-2px);
  }

  .header-action:hover,
  .primary-btn:hover {
    filter: brightness(1.06);
    box-shadow: 16px 20px 34px rgba(124, 132, 148, 0.34), -10px -10px 22px rgba(255, 255, 255, 0.82);
  }

  .secondary-btn:hover {
    background: #ffffff;
    box-shadow: 14px 18px 30px rgba(159, 166, 180, 0.28), -10px -10px 22px rgba(255, 255, 255, 0.9);
  }
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: clamp(44px, 7vw, 94px) clamp(44px, 7vw, 94px) 150px;
  opacity: 0;
  transform: translateX(28px);
  pointer-events: none;
  transition: opacity 520ms ease, transform 520ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.hero-slide.is-active .hero-content {
  animation: slideCopyIn 620ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.hero-slide.is-active .hero-feature-board {
  animation: slideBoardIn 720ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

.hero-feature-board {
  position: relative;
  min-height: 500px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(145deg, #f9fbff, #e2e9f4);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.promo-image-board {
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: center;
  width: min(100%, clamp(420px, 41vw, 650px));
  min-height: 0;
  margin: 0;
  padding: clamp(10px, 1.2vw, 16px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(248, 251, 255, 0.88), rgba(224, 232, 244, 0.72));
  box-shadow: 18px 24px 56px rgba(39, 48, 68, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.promo-image-board img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(39, 48, 68, 0.18);
}

.board-window {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 26px;
  height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 18px;
  background: rgba(248, 249, 252, 0.82);
  box-shadow: var(--inset);
}

.board-window span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #e06454;
}

.board-window span:nth-child(2) {
  background: var(--gold);
}

.board-window span:nth-child(3) {
  background: var(--green);
}

.board-preview {
  position: absolute;
  left: 44px;
  top: 108px;
  width: 48%;
  height: 310px;
  border-radius: 24px;
  background: #dfe6f2;
  box-shadow: var(--small-shadow);
}

.board-preview-poster {
  background:
    linear-gradient(180deg, rgba(23, 25, 29, 0.06), rgba(23, 25, 29, 0.18)),
    url("links-ae-poster.png") center / cover;
}

.visual-game-board {
  color: #fff8e8;
  background:
    linear-gradient(145deg, rgba(24, 27, 38, 0.96), rgba(19, 26, 39, 0.96)),
    repeating-linear-gradient(170deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 28px);
}

.visual-game-board::before {
  content: "";
  position: absolute;
  inset: auto -16% -28% 20%;
  height: 44%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 199, 183, 0.24), transparent 66%);
}

.game-board-head {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 28px;
  min-height: 92px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  box-shadow: 16px 18px 32px rgba(0, 0, 0, 0.18);
}

.game-board-head span {
  display: block;
  color: #91e8ff;
  font-weight: 900;
  line-height: 1;
}

.game-board-head b {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  line-height: 1;
}

.game-board-head i {
  position: absolute;
  right: 22px;
  top: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #0b3a36;
  background: #75f2df;
  box-shadow: 0 0 28px rgba(117, 242, 223, 0.42);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.game-card {
  position: absolute;
  left: 30px;
  right: 30px;
  min-height: 150px;
  padding: 24px 24px 22px 116px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  box-shadow: 18px 20px 34px rgba(0, 0, 0, 0.18), inset -48px -40px 70px rgba(255, 255, 255, 0.12);
}

.game-card::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 54px;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 8px 8px 16px rgba(255, 255, 255, 0.16), inset -8px -8px 16px rgba(0, 0, 0, 0.12);
}

.game-card::after {
  content: "";
  position: absolute;
  left: 46px;
  top: 69px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 27px 18px 0 -3px #d77bf7, 38px 0 0 -3px #75f2df;
}

.game-card em {
  position: absolute;
  left: 22px;
  top: 18px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #263638;
  background: #f8f9fc;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

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

.game-card strong {
  margin-top: 38px;
  font-size: 30px;
  line-height: 1.1;
}

.game-card small {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 900;
}

.game-card span {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.88);
}

.color-link-card {
  top: 142px;
  background: linear-gradient(135deg, #3b78d9, #44c5b7);
}

.screw-card {
  top: 318px;
  background: linear-gradient(135deg, #a96c2e, #d4ad54);
}

.chase-card {
  top: 170px;
  background:
    radial-gradient(circle at 82% 18%, rgba(126, 238, 207, 0.36), transparent 32%),
    linear-gradient(135deg, #236f58, #48af96);
}

.single-game-board .game-board-head {
  min-height: 112px;
}

.featured-game-card {
  top: 170px;
  min-height: 230px;
  padding-top: 34px;
}

.featured-game-card strong {
  margin-top: 62px;
  font-size: 42px;
}

.featured-game-card span {
  max-width: 420px;
  font-size: 17px;
}

.single-game-board .board-chip {
  color: #17191d;
  background: #ffffff;
}

.game-preview-marks {
  position: absolute;
  right: 76px;
  bottom: 94px;
  width: 220px;
  height: 130px;
}

.game-preview-marks::before,
.game-preview-marks::after {
  content: "";
  position: absolute;
  left: 42px;
  right: 36px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  transform-origin: left center;
}

.game-preview-marks::before {
  top: 40px;
  transform: rotate(18deg);
}

.game-preview-marks::after {
  bottom: 36px;
  transform: rotate(-22deg);
}

.game-preview-marks span {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: #5bd2c6;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.12);
}

.game-preview-marks span:nth-child(1) {
  left: 20px;
  top: 24px;
}

.game-preview-marks span:nth-child(2) {
  right: 26px;
  top: 52px;
}

.game-preview-marks span:nth-child(3) {
  left: 38px;
  bottom: 18px;
  background: #d77bf7;
}

.game-preview-marks span:nth-child(4) {
  right: 56px;
  bottom: 50px;
  background: #d77bf7;
}

.screw-preview-stack {
  position: absolute;
  right: 86px;
  bottom: 86px;
  width: 210px;
  height: 170px;
}

.screw-preview-stack span {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(145deg, #f3f5f8, #bdc5cc);
  box-shadow: 8px 10px 18px rgba(0, 0, 0, 0.18), inset 0 0 0 4px rgba(255, 255, 255, 0.36);
}

.screw-preview-stack span::before,
.screw-preview-stack span::after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: #606970;
}

.screw-preview-stack span::after {
  transform: rotate(90deg);
}

.screw-preview-stack span:nth-child(1) {
  left: 22px;
  top: 0;
}

.screw-preview-stack span:nth-child(2) {
  right: 34px;
  top: 22px;
}

.screw-preview-stack span:nth-child(3) {
  left: 0;
  bottom: 38px;
}

.screw-preview-stack span:nth-child(4) {
  left: 76px;
  bottom: 18px;
}

.screw-preview-stack span:nth-child(5) {
  right: 0;
  bottom: 0;
}

.chase-preview-map {
  position: absolute;
  right: 76px;
  bottom: 88px;
  width: 230px;
  height: 168px;
}

.chase-preview-map::before,
.chase-preview-map::after,
.chase-preview-map i {
  content: "";
  position: absolute;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  transform-origin: left center;
}

.chase-preview-map::before {
  left: 38px;
  top: 54px;
  width: 124px;
  transform: rotate(22deg);
}

.chase-preview-map::after {
  left: 52px;
  top: 116px;
  width: 130px;
  transform: rotate(-18deg);
}

.chase-preview-map i {
  left: 112px;
  top: 72px;
  width: 90px;
  transform: rotate(54deg);
}

.chase-preview-map span {
  position: absolute;
  z-index: 1;
  width: 26px;
  height: 26px;
  border: 5px solid #ffffff;
  border-radius: 999px;
  background: #60d7c3;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.12);
}

.chase-preview-map span:nth-child(1) { left: 24px; top: 40px; }
.chase-preview-map span:nth-child(2) { right: 48px; top: 64px; background: #e95c70; }
.chase-preview-map span:nth-child(3) { left: 48px; bottom: 22px; background: #5f8df4; }
.chase-preview-map span:nth-child(4) { right: 18px; bottom: 18px; }

.chase-preview-map b {
  position: absolute;
  right: 18px;
  top: 4px;
  width: 58px;
  height: 58px;
  border-radius: 18px 18px 999px 999px;
  background:
    radial-gradient(circle at 50% 20%, #ffffff 0 9px, transparent 10px),
    linear-gradient(145deg, #f7f1dc, #b07736);
  box-shadow: 12px 14px 24px rgba(35, 45, 52, 0.22);
}

.board-panel {
  position: absolute;
  right: 42px;
  top: 126px;
  width: 38%;
  min-height: 230px;
  padding: 28px;
  border-radius: 24px;
  color: #fff8e8;
  background: linear-gradient(145deg, #35494a, #263638);
  box-shadow: 18px 20px 38px rgba(39, 54, 56, 0.28);
}

.board-panel b {
  display: block;
  margin-bottom: 26px;
}

.board-panel i,
.code-surface i {
  display: block;
  height: 10px;
  margin-top: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

.board-panel i:nth-child(2) {
  width: 92%;
}

.board-panel i:nth-child(3) {
  width: 66%;
}

.board-panel i:nth-child(4) {
  width: 78%;
}

.board-chip,
.run-pill,
.command-bar {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 15px;
  font-weight: 900;
  box-shadow: var(--small-shadow);
}

.board-chip {
  right: 42px;
  bottom: 42px;
  color: var(--ink-strong);
  background: #f8f9fc;
}

.code-surface {
  position: absolute;
  left: 58px;
  right: 110px;
  top: 72px;
  min-height: 300px;
  padding: 34px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(145deg, #343940, #555c66);
  box-shadow: 20px 24px 42px rgba(138, 145, 158, 0.38);
}

.code-surface strong {
  display: block;
  margin-bottom: 34px;
  font-size: 24px;
}

.code-surface i:nth-child(2) {
  width: 82%;
}

.code-surface i:nth-child(3) {
  width: 56%;
}

.code-surface i:nth-child(4) {
  width: 72%;
}

.code-surface i:nth-child(5) {
  width: 44%;
}

.run-pill {
  right: 52px;
  top: 132px;
  color: #ffffff;
  background: var(--green);
}

.mini-timeline {
  position: absolute;
  left: 74px;
  right: 74px;
  bottom: 74px;
  display: grid;
  grid-template-columns: 1fr 1.4fr 0.8fr;
  gap: 14px;
}

.mini-timeline span {
  height: 34px;
  border-radius: 12px;
  background: #f8f9fc;
  box-shadow: var(--inset);
}

.video-frame {
  position: absolute;
  top: 92px;
  width: 42%;
  height: 290px;
  border-radius: 26px;
  box-shadow: var(--small-shadow);
}

.first-frame {
  left: 52px;
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.82), transparent 18%),
    linear-gradient(145deg, #dfe7fb, #8497d1);
}

.end-frame {
  right: 52px;
  background:
    radial-gradient(circle at 40% 30%, rgba(215, 168, 74, 0.44), transparent 18%),
    linear-gradient(145deg, #33494a, #15191d);
}

.motion-path {
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 132px;
  height: 2px;
  background: #9aa8c2;
}

.motion-path span {
  position: absolute;
  right: -2px;
  top: -7px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 10px rgba(22, 149, 127, 0.16);
}

.memory-stack {
  position: absolute;
  left: 70px;
  right: 70px;
  top: 70px;
  height: 290px;
}

.memory-stack span {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #dfe6f2);
  box-shadow: var(--soft-shadow);
}

.memory-stack span:nth-child(2) {
  transform: translate(34px, 34px) scale(0.93);
  background: linear-gradient(145deg, #eaf0fb, #cfd9ec);
}

.memory-stack span:nth-child(3) {
  transform: translate(68px, 68px) scale(0.86);
  background: linear-gradient(145deg, #35494a, #263638);
}

.command-bar {
  left: 86px;
  right: 86px;
  bottom: 96px;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #555c66);
}

.visual-use-case-board {
  background:
    radial-gradient(circle at 78% 20%, rgba(131, 152, 218, 0.24), transparent 28%),
    linear-gradient(145deg, #f8f9fc, #e3e9f3);
}

.visual-use-case-board::before {
  content: "";
  position: absolute;
  inset: auto -14% -30% 22%;
  height: 44%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 199, 183, 0.18), transparent 66%);
}

.use-case-screen {
  position: absolute;
  left: 52px;
  right: 82px;
  top: 56px;
  min-height: 310px;
  padding: 34px;
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(53, 57, 64, 0.96), rgba(38, 54, 56, 0.96)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 38px);
  box-shadow: 22px 26px 46px rgba(116, 124, 140, 0.34);
}

.use-case-screen span,
.use-case-screen strong,
.use-case-screen i {
  display: block;
}

.use-case-screen span {
  color: #91e8ff;
  font-weight: 900;
}

.use-case-screen strong {
  margin-top: 20px;
  font-size: 34px;
  line-height: 1.1;
}

.use-case-screen i {
  height: 11px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
}

.use-case-screen i:nth-child(3) { width: 82%; }
.use-case-screen i:nth-child(4) { width: 58%; }
.use-case-screen i:nth-child(5) { width: 70%; }

.memory-command {
  position: absolute;
  left: 86px;
  right: 86px;
  bottom: 112px;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 58px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #59606b);
  box-shadow: 0 18px 38px rgba(52, 57, 64, 0.3), 0 0 34px rgba(131, 152, 218, 0.28);
  font-size: 20px;
  font-weight: 900;
}

.use-case-card {
  position: absolute;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  color: var(--ink-strong);
  background: rgba(248, 249, 252, 0.82);
  box-shadow: var(--small-shadow);
  font-weight: 900;
}

.use-case-card.one {
  right: 52px;
  top: 132px;
}

.use-case-card.two {
  left: 52px;
  bottom: 62px;
}

.hero-carousel-controls {
  position: absolute;
  right: 34px;
  top: 34px;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.carousel-arrow,
.carousel-toggle,
.hero-progress button {
  border: 0;
  color: var(--ink-strong);
  background: #f8f9fc;
  box-shadow: var(--small-shadow);
  cursor: pointer;
}

.carousel-arrow {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 28px;
  line-height: 1;
}

.carousel-toggle {
  min-width: 58px;
  height: 42px;
  border-radius: 14px;
  font-weight: 800;
}

.hero-progress {
  position: absolute;
  left: clamp(28px, 5vw, 72px);
  right: clamp(28px, 5vw, 72px);
  bottom: 24px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.hero-progress button {
  position: relative;
  overflow: hidden;
  min-height: 84px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  text-align: left;
  background: rgba(248, 249, 252, 0.62);
  box-shadow: 10px 12px 24px rgba(171, 178, 192, 0.24), -8px -8px 18px rgba(255, 255, 255, 0.76);
  transition: transform 240ms ease, background 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.hero-progress button::before,
.hero-progress button::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-progress button::before {
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(135deg, rgba(131, 152, 218, 0.18), rgba(37, 199, 183, 0.12));
  transition: opacity 240ms ease;
}

.hero-progress button::after {
  left: 14px;
  right: 14px;
  bottom: 10px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #596dae, #75f2df);
  transform: scaleX(0);
  transform-origin: left center;
}

.hero-progress button > * {
  position: relative;
  z-index: 1;
}

.hero-progress span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #555c66);
  font-size: 12px;
  font-weight: 900;
}

.hero-progress strong,
.hero-progress small {
  display: block;
}

.hero-progress strong {
  color: var(--ink-strong);
  font-size: 16px;
  line-height: 1.2;
}

.hero-progress small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.hero-progress button.is-active {
  transform: translateY(-14px) scale(1.035);
  border-color: rgba(131, 152, 218, 0.72);
  background: #f8f9fc;
  box-shadow:
    18px 22px 42px rgba(129, 143, 173, 0.42),
    -12px -12px 28px rgba(255, 255, 255, 0.9),
    0 0 0 5px rgba(131, 152, 218, 0.12);
}

.hero-progress button.is-active::before {
  opacity: 1;
}

.hero-progress button.is-active::after {
  animation: carouselProgress var(--carousel-duration, 6200ms) linear both;
}

.hero-progress button.is-active span {
  background: linear-gradient(145deg, #596dae, #8398da);
  box-shadow: 0 0 20px rgba(131, 152, 218, 0.42);
}

.hero-progress.is-paused button.is-active::after {
  animation-play-state: paused;
}

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

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

@keyframes carouselProgress {
  from { width: 0; }
  to { width: 100%; }
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease var(--reveal-delay, 0ms), transform 620ms cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section {
  position: relative;
  padding: clamp(80px, 10vw, 140px) 0;
}

.section-inner {
  width: min(1180px, calc(100% - 52px));
  margin: 0 auto;
}

.intro-band {
  padding: 54px 0;
  background: rgba(255, 255, 255, 0.52);
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(215, 220, 230, 0.8);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(28px, 6vw, 96px);
  align-items: start;
}

.game-feature-section {
  background: #f8f9fc;
}

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

.game-feature-card {
  position: relative;
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 24px;
  background: linear-gradient(145deg, #f8f9fc, #e8edf5);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.game-feature-card::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(131, 152, 218, 0.22);
}

.game-feature-card.color::before {
  background: rgba(68, 197, 183, 0.24);
}

.game-feature-card.screw::before {
  background: rgba(215, 168, 74, 0.24);
}

.game-feature-card.chase::before {
  background: rgba(72, 175, 150, 0.24);
}

.game-feature-card span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 54px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #555c66);
  font-weight: 900;
  box-shadow: var(--small-shadow);
}

.game-feature-card h3,
.game-feature-card p,
.game-feature-card a {
  position: relative;
  z-index: 1;
}

.game-feature-card p {
  margin-top: 14px;
  color: var(--muted);
}

.game-feature-card a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 28px;
  padding: 0 16px;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #555c66);
  box-shadow: var(--small-shadow);
  font-size: 14px;
  font-weight: 900;
}

h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--ink-strong);
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.section-heading p:not(.section-kicker) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
}

.feature-section {
  background: rgba(244, 246, 250, 0.72);
}

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

.feature-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  display: flex;
  flex-direction: column;
  min-height: 410px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background: linear-gradient(145deg, #f8f9fc, #e8ecf4);
  box-shadow: var(--soft-shadow);
}

.feature-card:nth-child(3n + 2) {
  background: linear-gradient(145deg, #ffffff, #e8edf8);
}

.feature-card:nth-child(3n) {
  background: linear-gradient(145deg, #f9fafc, #e7e9ee);
}

.feature-card-wide {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  grid-template-areas:
    "index title"
    "visual copy"
    "visual list";
  column-gap: 34px;
  row-gap: 14px;
  min-height: 0;
  padding: 30px;
  align-items: start;
}

.feature-card.feature-card-wide .feature-index {
  grid-area: index;
  margin-bottom: 0;
}

.feature-card.feature-card-wide .feature-visual {
  grid-area: visual;
  margin: 0;
}

.feature-card.feature-card-wide h3 {
  grid-area: title;
  align-self: end;
  padding-top: 18px;
}

.feature-card.feature-card-wide p {
  grid-area: copy;
  max-width: 860px;
  margin-top: 0;
}

.feature-card.feature-card-wide ul {
  grid-area: list;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.feature-card.feature-card-wide li {
  min-height: 86px;
  padding: 16px 16px 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  background: rgba(248, 249, 252, 0.76);
  box-shadow: 8px 10px 18px rgba(171, 178, 192, 0.22), -6px -6px 14px rgba(255, 255, 255, 0.78);
}

.feature-card.feature-card-wide li + li {
  margin-top: 0;
}

.feature-index {
  width: fit-content;
  margin-bottom: 18px;
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 900;
}

.feature-visual {
  position: relative;
  width: 138px;
  height: 104px;
  margin: 0 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #dfe6f2);
  box-shadow: var(--small-shadow);
  overflow: hidden;
}

.feature-visual::before,
.feature-visual::after,
.feature-visual i,
.feature-visual b {
  position: absolute;
  display: block;
  content: "";
}

.visual-script::before {
  left: 18px;
  top: 20px;
  width: 74px;
  height: 10px;
  border-radius: 999px;
  background: #31363d;
  box-shadow: 0 22px 0 #9aa8c2, 0 44px 0 #c9d1de;
}

.visual-script i:nth-child(1) {
  right: 20px;
  top: 18px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: var(--gold);
}

.visual-script i:nth-child(2) {
  right: 24px;
  bottom: 20px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #dfe7fb;
  box-shadow: var(--inset);
}

.visual-script b {
  right: 29px;
  bottom: 27px;
  color: var(--blue-deep);
  font-size: 10px;
  font-style: normal;
  line-height: 1;
}

.visual-context {
  border-radius: 999px;
}

.visual-context::before {
  inset: 18px;
  border: 1px solid rgba(47, 51, 57, 0.28);
  border-radius: 999px;
}

.visual-context::after {
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--blue);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 16px rgba(131, 152, 218, 0.18);
}

.visual-context i:nth-child(1) {
  left: 24px;
  top: 32px;
  width: 14px;
  height: 14px;
  border-radius: 5px;
  background: #31363d;
}

.visual-context i:nth-child(2) {
  right: 26px;
  top: 26px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--gold);
}

.visual-context i:nth-child(3) {
  right: 36px;
  bottom: 24px;
  width: 36px;
  height: 8px;
  border-radius: 999px;
  background: #9aa8c2;
}

.visual-execute::before {
  left: 20px;
  top: 22px;
  width: 78px;
  height: 10px;
  border-radius: 999px;
  background: #31363d;
  box-shadow: 0 22px 0 #9aa8c2, 0 44px 0 #c9d1de;
}

.visual-execute i:nth-child(1) {
  right: 18px;
  top: 22px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(145deg, #4f5660, #2f343b);
}

.visual-execute i:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 9px;
  border-left: 12px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.visual-execute i:nth-child(2) {
  right: 20px;
  bottom: 18px;
  width: 52px;
  height: 22px;
  border-radius: 999px;
  background: #dfe7fb;
  box-shadow: var(--inset);
}

.visual-execute b {
  left: 22px;
  bottom: 18px;
  width: 34px;
  height: 22px;
  border-radius: 999px;
  background: var(--green);
}

.visual-chat i:nth-child(1),
.visual-chat i:nth-child(2) {
  border-radius: 18px;
  box-shadow: var(--small-shadow);
}

.visual-chat i:nth-child(1) {
  left: 18px;
  top: 22px;
  width: 78px;
  height: 34px;
  background: #ffffff;
}

.visual-chat i:nth-child(2) {
  right: 16px;
  bottom: 18px;
  width: 82px;
  height: 38px;
  background: #dfe7fb;
}

.visual-chat::before {
  left: 34px;
  top: 35px;
  width: 36px;
  height: 7px;
  border-radius: 999px;
  background: #9aa8c2;
}

.visual-chat::after {
  right: 34px;
  bottom: 34px;
  width: 42px;
  height: 7px;
  border-radius: 999px;
  background: var(--blue);
}

.visual-chat b {
  left: 24px;
  bottom: 20px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--gold);
}

.visual-memory::before {
  left: 20px;
  top: 18px;
  width: 96px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(145deg, #363a41, #565c66);
  box-shadow: 10px 14px 22px rgba(155, 162, 176, 0.36);
}

.visual-memory i:nth-child(1),
.visual-memory i:nth-child(2),
.visual-memory i:nth-child(3) {
  left: 34px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.visual-memory i:nth-child(1) {
  top: 34px;
  width: 58px;
}

.visual-memory i:nth-child(2) {
  top: 51px;
  width: 36px;
}

.visual-memory i:nth-child(3) {
  top: 68px;
  width: 48px;
}

.visual-memory b {
  right: 20px;
  bottom: 16px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: var(--blue);
  box-shadow: var(--small-shadow);
  font-size: 22px;
  font-style: normal;
  line-height: 1;
}

.visual-scripts::before {
  left: 20px;
  top: 30px;
  width: 96px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff2c7, #d8a545);
  box-shadow: var(--small-shadow);
}

.visual-scripts::after {
  left: 28px;
  top: 20px;
  width: 42px;
  height: 22px;
  border-radius: 12px 12px 4px 4px;
  background: #efd180;
}

.visual-scripts i:nth-child(1) {
  right: 22px;
  top: 20px;
  width: 34px;
  height: 42px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: var(--small-shadow);
}

.visual-scripts i:nth-child(2) {
  right: 30px;
  top: 32px;
  width: 18px;
  height: 5px;
  border-radius: 999px;
  background: #9aa8c2;
  box-shadow: 0 11px 0 #c9d1de;
}

.visual-scripts b {
  left: 48px;
  bottom: 28px;
  width: 40px;
  height: 9px;
  border-radius: 999px;
  background: #ffffff;
  opacity: 0.76;
}

.visual-plugin::before {
  left: 16px;
  top: 16px;
  width: 74px;
  height: 72px;
  border-radius: 15px;
  background: linear-gradient(145deg, #343940, #555c66);
  box-shadow: 10px 12px 22px rgba(155, 162, 176, 0.34);
}

.visual-plugin i:nth-child(1),
.visual-plugin i:nth-child(2),
.visual-plugin i:nth-child(3) {
  left: 28px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.visual-plugin i:nth-child(1) {
  top: 32px;
  width: 44px;
}

.visual-plugin i:nth-child(2) {
  top: 48px;
  width: 34px;
}

.visual-plugin i:nth-child(3) {
  top: 64px;
  width: 50px;
}

.visual-plugin b {
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 36px;
  border-radius: 13px;
  color: #ffffff;
  background: var(--green);
  box-shadow: var(--small-shadow);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
}

.feature-card p {
  margin-top: 15px;
  color: #555c68;
  font-size: 15px;
}

.feature-card ul {
  margin: auto 0 0;
  padding: 24px 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}

.feature-card li + li {
  margin-top: 8px;
}

.workflow-section {
  color: var(--ink);
  background: #f8f9fc;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #eef1f7;
  box-shadow: var(--inset);
}

.timeline article {
  min-height: 260px;
  padding: 28px;
  border-radius: 14px;
  background: transparent;
}

.timeline article:nth-child(2) {
  color: #ffffff;
  background: linear-gradient(145deg, #2f3136, #45484f);
  box-shadow: 12px 14px 26px rgba(137, 144, 157, 0.35);
}

.timeline article:nth-child(2) h3,
.timeline article:nth-child(2) p {
  color: #ffffff;
}

.timeline span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 34px;
  border-radius: 13px;
  color: var(--ink-strong);
  background: #f8f9fc;
  box-shadow: var(--small-shadow);
  font-weight: 900;
}

.timeline p {
  margin-top: 14px;
  color: var(--muted);
}

.media-section {
  background: #eef1f7;
}

.media-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: 8%;
  top: 12%;
  border-radius: 999px;
  background: #dbe4fa;
  opacity: 0.7;
}

.media-layout {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(34px, 7vw, 98px);
  align-items: start;
}

.media-copy {
  position: sticky;
  top: 120px;
}

.media-copy p:not(.section-kicker) {
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
}

.media-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.media-list article {
  min-height: 186px;
  padding: 26px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(145deg, #f9fbff, #e4e9f3);
  box-shadow: var(--soft-shadow);
}

.media-list article:nth-child(2n) {
  transform: translateY(22px);
}

.media-list p {
  margin-top: 12px;
  color: var(--muted);
}

.model-section {
  background: #f8f9fc;
}

.model-catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.model-column {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background: linear-gradient(145deg, #f8f9fc, #e8edf5);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.catalog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 28px 24px;
  border-bottom: 1px solid rgba(215, 220, 230, 0.78);
}

.catalog-heading span {
  flex: 0 0 auto;
  padding: 7px 12px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(145deg, #7489cf, #9eb0e5);
  box-shadow: 7px 8px 16px rgba(150, 158, 174, 0.36), -5px -5px 12px rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.model-column:nth-child(2) .catalog-heading span {
  background: linear-gradient(145deg, #198f7b, #58b9a3);
}

.model-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.model-list article {
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 20px 18px 18px 58px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  background: linear-gradient(145deg, #f9fbff, #e6ebf5);
  box-shadow: 10px 12px 22px rgba(171, 178, 192, 0.28), -8px -8px 18px rgba(255, 255, 255, 0.82);
}

.model-list article::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: linear-gradient(145deg, #8398da, #b2c0ee);
  box-shadow: 6px 7px 14px rgba(160, 168, 182, 0.34), -5px -5px 12px rgba(255, 255, 255, 0.78);
}

.model-column:nth-child(2) .model-list article::before {
  border-radius: 999px;
  background: linear-gradient(145deg, #16957f, #67c8b3);
}

.model-list article::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 28px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #ffffff;
  opacity: 0.88;
}

.model-column:nth-child(2) .model-list article::after {
  left: 27px;
  top: 27px;
  width: 0;
  height: 0;
  border-left: 11px solid #ffffff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-radius: 0;
  background: transparent;
}

.model-list strong {
  color: var(--ink-strong);
  font-size: 15px;
  line-height: 1.35;
}

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

.security-section {
  color: #f8f5ec;
  background: #33494a;
}

.security-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 84% 70%, rgba(215, 168, 74, 0.14), transparent 28%);
}

.security-section h2,
.security-section h3 {
  color: #fff8e8;
}

.security-section .section-kicker {
  color: #d8c28d;
}

.security-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(34px, 8vw, 112px);
}

.security-grid > div > p:not(.section-kicker) {
  margin-top: 22px;
  color: rgba(255, 248, 232, 0.72);
  font-size: 17px;
}

.security-points {
  display: grid;
  gap: 18px;
}

.security-points article {
  padding: 26px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(69, 94, 95, 0.88), rgba(43, 63, 64, 0.92));
  box-shadow: 18px 20px 38px rgba(22, 35, 36, 0.36), -10px -10px 24px rgba(255, 255, 255, 0.05);
}

.security-points p {
  margin-top: 10px;
  color: rgba(255, 248, 232, 0.68);
}

.automation-section {
  background: #f8f9fc;
}

.automation-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.automation-layout p:not(.section-kicker) {
  margin-top: 20px;
  color: var(--muted);
  font-size: 17px;
}

.automation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.automation-grid article {
  min-height: 258px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 24px;
  background: linear-gradient(145deg, #f8f9fc, #e7ecf5);
  box-shadow: var(--soft-shadow);
}

.automation-grid .automation-highlight {
  grid-column: span 2;
  min-height: 246px;
  background: linear-gradient(145deg, #ffffff, #e5edf6);
}

.automation-grid article:nth-child(5) {
  color: #fff8e8;
  background: linear-gradient(145deg, #35494a, #273638);
  border-color: rgba(255, 255, 255, 0.12);
}

.automation-grid article:nth-child(5) h3,
.automation-grid article:nth-child(5) span {
  color: #fff8e8;
}

.automation-grid article:nth-child(5) p {
  color: rgba(255, 248, 232, 0.75);
}

.automation-grid span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 900;
}

.automation-visual {
  position: relative;
  width: 118px;
  height: 88px;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff, #dfe6f2);
  box-shadow: var(--small-shadow);
  overflow: hidden;
}

.automation-grid article:nth-child(5) .automation-visual {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, #435b5c, #263638);
  box-shadow: 12px 14px 24px rgba(20, 32, 33, 0.36), -7px -7px 18px rgba(255, 255, 255, 0.04);
}

.automation-visual::before,
.automation-visual::after,
.automation-visual i,
.automation-visual b {
  position: absolute;
  display: block;
  content: "";
}

.auto-layers i {
  left: 26px;
  width: 66px;
  height: 18px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--small-shadow);
}

.auto-layers i:nth-child(1) {
  top: 18px;
}

.auto-layers i:nth-child(2) {
  top: 36px;
  left: 34px;
  background: #dfe7fb;
}

.auto-layers i:nth-child(3) {
  top: 54px;
  left: 42px;
  background: #f4e4b8;
}

.auto-layers b {
  right: 20px;
  top: 26px;
  width: 10px;
  height: 38px;
  border-radius: 999px;
  background: var(--blue);
}

.auto-expression::before {
  left: 18px;
  top: 20px;
  width: 76px;
  height: 8px;
  border-radius: 999px;
  background: #31363d;
  box-shadow: 0 18px 0 #9aa8c2, 0 36px 0 #c9d1de;
}

.auto-expression i:nth-child(1) {
  right: 18px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: var(--blue);
  box-shadow: var(--small-shadow);
}

.auto-expression b {
  right: 27px;
  bottom: 28px;
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  line-height: 1;
}

.auto-project::before {
  left: 18px;
  top: 18px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: var(--gold);
  box-shadow: 48px 0 0 #dfe7fb, 24px 36px 0 #ffffff;
}

.auto-project i:nth-child(1) {
  left: 74px;
  top: 58px;
  width: 28px;
  height: 8px;
  border-radius: 999px;
  background: #9aa8c2;
}

.auto-project i:nth-child(2) {
  left: 20px;
  top: 58px;
  width: 28px;
  height: 8px;
  border-radius: 999px;
  background: #9aa8c2;
}

.auto-project b {
  left: 54px;
  top: 34px;
  width: 12px;
  height: 36px;
  border-radius: 999px;
  background: var(--green);
}

.auto-plugin::before {
  left: 18px;
  top: 14px;
  width: 58px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(145deg, #343940, #555c66);
  box-shadow: var(--small-shadow);
}

.auto-plugin i:nth-child(1),
.auto-plugin i:nth-child(2),
.auto-plugin i:nth-child(3) {
  left: 30px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.auto-plugin i:nth-child(1) {
  top: 28px;
  width: 32px;
}

.auto-plugin i:nth-child(2) {
  top: 43px;
  width: 24px;
}

.auto-plugin i:nth-child(3) {
  top: 58px;
  width: 36px;
}

.auto-plugin b {
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: var(--green);
  box-shadow: var(--small-shadow);
}

.auto-plugin b::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 11px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.auto-claw::before {
  left: 38px;
  top: 28px;
  width: 42px;
  height: 32px;
  border-radius: 20px 20px 16px 16px;
  background: #d8c28d;
}

.auto-claw::after {
  left: 31px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #fff8e8;
  box-shadow: 44px 0 0 #fff8e8;
}

.auto-claw i:nth-child(1) {
  left: 24px;
  top: 38px;
  width: 28px;
  height: 20px;
  border-radius: 18px 18px 0 18px;
  border: 3px solid #d8c28d;
  border-right: 0;
}

.auto-claw i:nth-child(2) {
  right: 24px;
  top: 38px;
  width: 28px;
  height: 20px;
  border-radius: 18px 18px 18px 0;
  border: 3px solid #d8c28d;
  border-left: 0;
}

.automation-grid p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

.cta-section {
  padding: 104px 0;
  color: #fff8e8;
  background: linear-gradient(135deg, #33494a 0%, #2e3f40 52%, #3a3428 100%);
}

.cta-content {
  max-width: 840px;
  text-align: center;
}

.cta-content h2 {
  color: #fff8e8;
}

.cta-content p:not(.section-kicker) {
  margin-top: 22px;
  color: rgba(255, 248, 232, 0.72);
  font-size: 18px;
}

.site-footer {
  padding: 28px 0;
  color: rgba(255, 248, 232, 0.68);
  background: #273638;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}

.tutorial-page {
  background: #eff1f6;
}

.use-case-hero {
  min-height: auto;
  padding: 132px 0 54px;
  background:
    radial-gradient(circle at 78% 28%, rgba(131, 152, 218, 0.24), transparent 30%),
    radial-gradient(circle at 20% 84%, rgba(37, 199, 183, 0.14), transparent 26%),
    linear-gradient(135deg, #f8f9fc 0%, #e8edf5 54%, #eef1f7 100%);
  overflow: hidden;
}

.use-case-hero-layout,
.memory-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 8vw, 108px);
  align-items: center;
}

.project-console-card {
  position: relative;
  min-height: 500px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(24, 27, 38, 0.97), rgba(32, 48, 50, 0.96)),
    repeating-linear-gradient(170deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 30px);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.project-console-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -28% 20%;
  height: 42%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 199, 183, 0.24), transparent 66%);
}

.console-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.console-top span {
  font-size: 22px;
  font-weight: 900;
}

.console-top b {
  padding: 7px 12px;
  border-radius: 999px;
  color: #0b3a36;
  background: #75f2df;
  box-shadow: 0 0 28px rgba(117, 242, 223, 0.42);
}

.chat-line {
  position: relative;
  z-index: 1;
  width: 84%;
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 18px;
  font-weight: 800;
  line-height: 1.6;
}

.chat-line.user {
  margin-left: auto;
  color: #ffffff;
  background: #5b8ef0;
}

.chat-line.ai {
  color: #b8ffb8;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.command-demo {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 70px;
  margin: 34px 52px 0;
  border-radius: 20px;
  background: linear-gradient(145deg, #343940, #59606b);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2), 0 0 38px rgba(131, 152, 218, 0.24);
  font-size: 24px;
  font-weight: 900;
}

.console-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.console-tags span {
  padding: 8px 14px;
  border-radius: 999px;
  color: #263638;
  background: #f8f9fc;
  font-weight: 900;
}

.console-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.console-flow span {
  display: grid;
  place-items: center;
  min-height: 64px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: #dfe7f4;
  background: rgba(255, 255, 255, 0.07);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.version-section,
.memory-workflow-section {
  background: #eef1f7;
}

.update-shot-section {
  background:
    linear-gradient(180deg, rgba(248, 249, 252, 0.84), rgba(238, 241, 247, 0.92));
}

.version-grid,
.memory-steps {
  display: grid;
  gap: 20px;
}

.version-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.version-grid article,
.memory-steps article,
.case-video-grid article {
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background: linear-gradient(145deg, #f8f9fc, #e8edf5);
  box-shadow: var(--soft-shadow);
}

.version-grid article {
  min-height: 260px;
  padding: 28px;
}

.version-grid span,
.memory-steps span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--blue-deep);
  font-weight: 900;
}

.version-grid p,
.memory-steps p {
  margin-top: 12px;
  color: var(--muted);
}

.version-video {
  margin-top: 34px;
}

.update-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}

.update-shot-card {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 24px;
  background: linear-gradient(145deg, #f8f9fc, #e8edf5);
  box-shadow: var(--soft-shadow);
}

.update-feature-stack {
  display: grid;
  gap: 18px;
}

.update-shot-card a {
  display: block;
}

.update-shot-card img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  border-radius: 16px;
  background: #17191d;
}

.update-hero-shot img {
  max-height: 680px;
}

.update-shot-card.compact {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.update-shot-card.compact img {
  max-height: 210px;
}

.update-wide-shot {
  grid-column: 1 / -1;
}

.update-wide-shot img {
  max-height: 500px;
}

.update-shot-card figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
}

.update-shot-card figcaption strong,
.update-shot-card figcaption span {
  display: block;
}

.update-shot-card figcaption strong {
  color: var(--ink-strong);
  font-size: 19px;
}

.update-shot-card.compact figcaption {
  margin-top: 0;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(18, 20, 24, 0.72);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.image-lightbox img {
  display: block;
  max-width: min(1180px, 94vw);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 18px;
  background: #17191d;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.image-lightbox-close {
  position: absolute;
  right: clamp(18px, 4vw, 42px);
  top: clamp(18px, 4vw, 42px);
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 15px;
  color: var(--ink-strong);
  background: #f8f9fc;
  box-shadow: var(--small-shadow);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-open {
  overflow: hidden;
}

.case-gallery-section {
  background: rgba(248, 249, 252, 0.78);
}

.case-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.case-video-grid article {
  padding: 14px;
}

.case-video-grid video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  border-radius: 16px;
  background: #17191d;
}

.case-video-grid h3 {
  margin: 14px 4px 4px;
}

.memory-layout {
  align-items: start;
}

.memory-layout > div:first-child p:not(.section-kicker) {
  margin-top: 22px;
  color: var(--muted);
  font-size: 18px;
}

.memory-steps article {
  min-height: 160px;
  padding: 24px;
}

.tutorial-hero {
  min-height: 100vh;
  padding: 154px 0 80px;
  background:
    radial-gradient(circle at 78% 26%, rgba(37, 199, 183, 0.18), transparent 28%),
    radial-gradient(circle at 12% 22%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(135deg, #f8f9fc 0%, #e8edf5 52%, #eef1f7 100%);
}

.tutorial-hero-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 7vw, 96px);
  align-items: center;
}

.tutorial-copy h1 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1;
  letter-spacing: 0;
}

.tutorial-copy p:not(.section-kicker) {
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
}

.tutorial-game-preview {
  position: relative;
  min-height: 620px;
  padding: 28px;
  border-radius: 28px;
  color: #fff8e8;
  background:
    linear-gradient(145deg, rgba(24, 27, 38, 0.97), rgba(19, 26, 39, 0.97)),
    repeating-linear-gradient(170deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 30px);
  box-shadow: 22px 24px 46px rgba(55, 65, 82, 0.32), -16px -16px 34px rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.tutorial-game-preview::after {
  content: "";
  position: absolute;
  inset: auto -20% -28% 18%;
  height: 42%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 199, 183, 0.24), transparent 66%);
}

.tutorial-window-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 26px;
}

.tutorial-window-top span {
  color: #91e8ff;
  font-weight: 900;
}

.tutorial-window-top span::after {
  content: "游戏大厅";
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}

.tutorial-window-top button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.tutorial-ready,
.tutorial-game-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow: 18px 20px 34px rgba(0, 0, 0, 0.18);
}

.tutorial-ready {
  min-height: 92px;
  padding: 22px 150px 22px 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
}

.tutorial-ready strong,
.tutorial-ready span {
  display: block;
}

.tutorial-ready strong {
  color: #ffffff;
  font-size: 20px;
}

.tutorial-ready span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
}

.tutorial-ready b {
  position: absolute;
  right: 22px;
  top: 26px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #0b3a36;
  background: #75f2df;
  box-shadow: 0 0 28px rgba(117, 242, 223, 0.42);
}

.tutorial-game-card {
  min-height: 176px;
  margin-top: 18px;
  padding: 28px;
}

.tutorial-game-card.blue {
  background: linear-gradient(135deg, #3b78d9, #44c5b7);
}

.tutorial-game-card.gold {
  background: linear-gradient(135deg, #a96c2e, #d4ad54);
}

.tutorial-game-card i {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  color: #263638;
  background: #f8f9fc;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.tutorial-game-card strong,
.tutorial-game-card span {
  display: block;
}

.tutorial-game-card strong {
  margin-top: 32px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
}

.tutorial-game-card span {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.86);
}

.tutorial-steps-section {
  background: rgba(248, 249, 252, 0.78);
}

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

.tutorial-step-grid article,
.tutorial-play-card {
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background: linear-gradient(145deg, #f8f9fc, #e8edf5);
  box-shadow: var(--soft-shadow);
}

.tutorial-step-grid article {
  min-height: 238px;
  padding: 28px;
}

.tutorial-step-grid span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--blue-deep);
  font-weight: 900;
}

.tutorial-step-grid p {
  margin-top: 14px;
  color: var(--muted);
}

.tutorial-games-section {
  background: #eef1f7;
}

.tutorial-games-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.tutorial-play-card {
  min-height: 420px;
  padding: 36px;
  overflow: hidden;
}

.tutorial-play-card.color {
  background:
    radial-gradient(circle at 78% 18%, rgba(117, 242, 223, 0.32), transparent 26%),
    linear-gradient(145deg, #f9fbff, #e1e9f8);
}

.tutorial-play-card.screw {
  background:
    radial-gradient(circle at 78% 18%, rgba(215, 168, 74, 0.28), transparent 26%),
    linear-gradient(145deg, #fbfaf6, #e9edf4);
}

.tutorial-play-card p:not(.section-kicker) {
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
}

.tutorial-play-card ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.tutorial-play-card li {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  background: rgba(248, 249, 252, 0.78);
  box-shadow: var(--small-shadow);
  color: #565d6a;
}

.game-detail-hero {
  min-height: auto;
  padding: 132px 0 64px;
  overflow: hidden;
}

.game-detail-hero.color-detail {
  background:
    radial-gradient(circle at 78% 32%, rgba(68, 197, 183, 0.25), transparent 30%),
    linear-gradient(135deg, #f8f9fc 0%, #e8edf5 54%, #eef1f7 100%);
}

.game-detail-hero.screw-detail {
  background:
    radial-gradient(circle at 78% 32%, rgba(215, 168, 74, 0.24), transparent 30%),
    linear-gradient(135deg, #f8f9fc 0%, #ebe7dc 54%, #eef1f7 100%);
}

.game-detail-hero.chase-detail {
  background:
    radial-gradient(circle at 78% 32%, rgba(72, 175, 150, 0.25), transparent 30%),
    radial-gradient(circle at 18% 76%, rgba(131, 152, 218, 0.16), transparent 28%),
    linear-gradient(135deg, #f8f9fc 0%, #e2f0ea 54%, #eef1f7 100%);
}

.game-detail-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(34px, 8vw, 110px);
  align-items: center;
}

.game-detail-card {
  position: relative;
  min-height: 410px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 28px;
  color: #ffffff;
  box-shadow: var(--soft-shadow), inset -80px -80px 120px rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.game-detail-card.color-detail-card {
  background: linear-gradient(135deg, #3b78d9, #44c5b7);
}

.game-detail-card.screw-detail-card {
  background: linear-gradient(135deg, #a96c2e, #d4ad54);
}

.game-detail-card.chase-detail-card {
  background:
    radial-gradient(circle at 84% 18%, rgba(126, 238, 207, 0.32), transparent 30%),
    linear-gradient(135deg, #236f58, #48af96);
}

.game-detail-card::before {
  content: "";
  position: absolute;
  inset: 24px 24px auto;
  height: 96px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 10px 10px 18px rgba(255, 255, 255, 0.08), inset -10px -10px 18px rgba(0, 0, 0, 0.08);
}

.detail-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-height: 96px;
}

.detail-card-top em {
  padding: 8px 13px;
  border-radius: 999px;
  color: #263638;
  background: #ffffff;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.detail-card-top b {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.detail-game-icon {
  position: relative;
  z-index: 1;
  width: 92px;
  height: 92px;
  margin-top: 42px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 12px 12px 24px rgba(255, 255, 255, 0.16), inset -12px -12px 24px rgba(0, 0, 0, 0.1);
}

.detail-game-icon i {
  position: absolute;
  display: block;
}

.color-icon i {
  width: 18px;
  height: 18px;
  border: 4px solid #ffffff;
  border-radius: 999px;
}

.color-icon i:nth-child(1) {
  left: 20px;
  top: 24px;
}

.color-icon i:nth-child(2) {
  right: 18px;
  top: 34px;
  background: #75f2df;
}

.color-icon i:nth-child(3) {
  left: 34px;
  bottom: 18px;
  background: #d77bf7;
}

.color-icon i:nth-child(4) {
  left: 30px;
  top: 42px;
  width: 42px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(22deg);
}

.screw-icon i {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(145deg, #f5f6f8, #c8cdd2);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.36);
}

.screw-icon i:nth-child(1) { left: 16px; top: 18px; }
.screw-icon i:nth-child(2) { right: 16px; top: 20px; }
.screw-icon i:nth-child(3) { left: 28px; bottom: 14px; }
.screw-icon i:nth-child(4) {
  right: 18px;
  bottom: 18px;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-28deg);
}

.chase-icon i {
  width: 18px;
  height: 18px;
  border: 4px solid #ffffff;
  border-radius: 999px;
}

.chase-icon i:nth-child(1) { left: 18px; top: 22px; background: #60d7c3; }
.chase-icon i:nth-child(2) { right: 20px; top: 18px; background: #e95c70; }
.chase-icon i:nth-child(3) { left: 20px; bottom: 18px; background: #5f8df4; }
.chase-icon i:nth-child(4) { right: 22px; bottom: 20px; background: #60d7c3; }
.chase-icon i:nth-child(5) {
  left: 28px;
  top: 43px;
  width: 44px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-24deg);
}

.game-detail-card strong,
.game-detail-card small {
  position: relative;
  z-index: 1;
  display: block;
}

.game-detail-card strong {
  margin-top: 24px;
  font-size: clamp(42px, 4.6vw, 64px);
  line-height: 1;
}

.game-detail-card small {
  max-width: 460px;
  margin-top: 14px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}

.detail-mini-path,
.detail-screw-row,
.detail-chase-map {
  position: absolute;
  right: 38px;
  bottom: 40px;
  width: 210px;
  height: 84px;
}

.detail-mini-path::before,
.detail-mini-path::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 22px;
  top: 38px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.detail-mini-path::after {
  transform: rotate(-24deg);
  transform-origin: right center;
}

.detail-mini-path span,
.detail-screw-row span {
  position: absolute;
  display: block;
}

.detail-mini-path span {
  width: 20px;
  height: 20px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: #75f2df;
}

.detail-mini-path span:nth-child(1) { left: 12px; top: 26px; }
.detail-mini-path span:nth-child(2) { right: 12px; top: 26px; background: #d77bf7; }
.detail-mini-path span:nth-child(3) { right: 54px; bottom: 8px; background: #75f2df; }

.detail-screw-row span {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(145deg, #f7f8fa, #bcc3ca);
  box-shadow: 8px 10px 18px rgba(0, 0, 0, 0.14);
}

.detail-screw-row span::before,
.detail-screw-row span::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: #606970;
}

.detail-screw-row span::after {
  transform: rotate(90deg);
}

.detail-screw-row span:nth-child(1) { left: 0; bottom: 0; }
.detail-screw-row span:nth-child(2) { left: 72px; top: 6px; }
.detail-screw-row span:nth-child(3) { right: 0; bottom: 16px; }

.detail-chase-map {
  position: absolute;
  right: 38px;
  bottom: 38px;
  width: 250px;
  height: 150px;
}

.detail-chase-map::before,
.detail-chase-map::after,
.detail-chase-map i {
  content: "";
  position: absolute;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  transform-origin: left center;
}

.detail-chase-map::before {
  left: 34px;
  top: 50px;
  width: 146px;
  transform: rotate(18deg);
}

.detail-chase-map::after {
  left: 48px;
  top: 108px;
  width: 134px;
  transform: rotate(-20deg);
}

.detail-chase-map i {
  left: 128px;
  top: 66px;
  width: 82px;
  transform: rotate(56deg);
}

.detail-chase-map span {
  position: absolute;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  border: 5px solid #ffffff;
  border-radius: 999px;
  background: #60d7c3;
}

.detail-chase-map span:nth-child(1) { left: 18px; top: 38px; }
.detail-chase-map span:nth-child(2) { right: 54px; top: 58px; background: #e95c70; }
.detail-chase-map span:nth-child(3) { left: 42px; bottom: 18px; background: #5f8df4; }
.detail-chase-map span:nth-child(4) { right: 16px; bottom: 16px; }

.detail-chase-map b {
  position: absolute;
  right: 12px;
  top: 0;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 18px 18px 999px 999px;
  background:
    radial-gradient(circle at 50% 20%, #ffffff 0 8px, transparent 9px),
    linear-gradient(145deg, #f7f1dc, #b07736);
  box-shadow: 10px 12px 20px rgba(35, 45, 52, 0.2);
}

.tutorial-media-section {
  background: rgba(248, 249, 252, 0.78);
}

.tutorial-media-layout,
.naming-layout,
.interface-layout {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: clamp(34px, 6vw, 74px);
  align-items: start;
}

.tutorial-video-copy {
  position: sticky;
  top: 126px;
}

.tutorial-video-copy p:not(.section-kicker),
.naming-layout > div > p,
.interface-layout > div > p {
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
}

.interface-copy {
  position: sticky;
  top: 126px;
}

.interface-copy h2 {
  max-width: 430px;
  font-size: clamp(40px, 4.8vw, 68px);
}

.split-title span {
  display: block;
}

.title-accent {
  color: #15b99f;
  white-space: nowrap;
}

.chase-tutorial-page .interface-copy h2 {
  max-width: 680px;
  font-size: clamp(40px, 3.6vw, 52px);
  line-height: 1.08;
}

.chase-tutorial-page .interface-layout {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4.5vw, 50px);
}

.chase-tutorial-page .interface-shot-list {
  gap: 14px;
}

.chase-tutorial-page .interface-shot-card {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
  gap: 18px;
  padding: 16px;
}

.chase-tutorial-page .interface-shot-card img {
  max-height: 330px;
}

.chase-tutorial-page .interface-shot-card.featured img {
  max-height: 430px;
}

.chase-tutorial-page .interface-shot-card figcaption strong {
  font-size: 27px;
}

.chase-tutorial-page #finish .interface-layout {
  grid-template-columns: minmax(390px, 0.8fr) minmax(0, 1.2fr);
}

.chase-tutorial-page #finish .interface-shot-card {
  grid-template-columns: minmax(0, 1.12fr) minmax(230px, 0.88fr);
}

.interface-lead {
  max-width: 470px;
  font-size: 19px !important;
  line-height: 1.8;
}

.video-frame-shell {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 26px;
  background: linear-gradient(145deg, #f8f9fc, #e5ebf4);
  box-shadow: var(--soft-shadow);
}

.video-frame-shell video {
  display: block;
  width: 100%;
  max-height: 680px;
  border-radius: 18px;
  background: #17191d;
}

.tutorial-video-stack {
  display: grid;
  gap: 22px;
}

.tutorial-video-card {
  display: grid;
  gap: 14px;
}

.tutorial-video-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: var(--ink);
}

.tutorial-video-card p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.use-case-page .video-frame-shell video {
  min-height: 420px;
  object-fit: contain;
}

.naming-section,
.interface-section {
  background: #eef1f7;
}

.naming-card {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 24px;
  background: linear-gradient(145deg, #f8f9fc, #e8edf5);
  box-shadow: var(--soft-shadow);
}

.naming-card img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.naming-card figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

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

.image-gallery.stacked {
  grid-template-columns: 1fr;
}

.tutorial-note-list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.tutorial-note-list article {
  position: relative;
  padding: 22px 22px 22px 72px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  background: linear-gradient(145deg, #f8f9fc, #e8edf5);
  box-shadow: var(--small-shadow);
}

.tutorial-note-list article span {
  position: absolute;
  left: 20px;
  top: 22px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #555c66);
  font-size: 12px;
  font-weight: 900;
}

.tutorial-note-list p {
  margin-top: 8px;
  color: var(--muted);
}

.interface-shot-list {
  display: grid;
  gap: 18px;
}

.interface-shot-card {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(240px, 0.62fr);
  gap: 24px;
  align-items: center;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 24px;
  background: linear-gradient(145deg, #f8f9fc, #e8edf5);
  box-shadow: var(--soft-shadow);
}

.interface-shot-card > a {
  display: block;
}

.interface-shot-card img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  border-radius: 16px;
  background: #17191d;
}

.interface-shot-card.featured img {
  max-height: 560px;
}

.interface-shot-card figcaption {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.interface-shot-card figcaption strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ink-strong);
  font-size: 30px;
  line-height: 1.2;
}

.interface-shot-card figcaption span {
  display: block;
}

.interface-shot-card figcaption a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 22px;
  padding: 0 16px;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #555c66);
  box-shadow: var(--small-shadow);
  font-size: 14px;
  font-weight: 900;
}

.module-section {
  position: relative;
  overflow: hidden;
}

.module-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.78;
}

.module-ae::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(91, 128, 236, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(248, 249, 252, 0.78), rgba(232, 237, 245, 0.84));
}

.module-media::before {
  background:
    radial-gradient(circle at 82% 18%, rgba(38, 204, 171, 0.2), transparent 30%),
    radial-gradient(circle at 18% 80%, rgba(255, 194, 82, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(247, 249, 252, 0.86), rgba(236, 241, 247, 0.88));
}

.module-games::before {
  background:
    radial-gradient(circle at 18% 24%, rgba(226, 92, 112, 0.12), transparent 26%),
    radial-gradient(circle at 82% 72%, rgba(68, 197, 183, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(244, 247, 251, 0.9), rgba(230, 236, 244, 0.86));
}

.module-memory::before {
  background:
    radial-gradient(circle at 74% 20%, rgba(131, 152, 218, 0.22), transparent 30%),
    radial-gradient(circle at 20% 80%, rgba(215, 168, 74, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(248, 249, 252, 0.9), rgba(235, 239, 246, 0.86));
}

.module-heading {
  display: block;
  margin-bottom: 34px;
}

.module-heading h2 {
  margin: 0;
  color: var(--ink-strong);
  font-size: clamp(44px, 5vw, 78px);
  line-height: 1.02;
}

.module-heading > p {
  display: none;
}

.module-tabs {
  padding: clamp(18px, 2.6vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(249, 251, 254, 0.9), rgba(225, 232, 242, 0.78));
  box-shadow: var(--soft-shadow);
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: var(--inset);
}

.tab-list button {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 13px;
  color: #626a78;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tab-list button:hover,
.tab-list button.is-active {
  color: #17191d;
  background: #f8f9fc;
  box-shadow: var(--small-shadow);
}

.tab-list button.is-active {
  transform: translateY(-1px);
}

.tab-panel {
  display: none;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4.5vw, 58px);
  align-items: stretch;
  min-height: 520px;
}

.tab-panel.is-active {
  display: grid;
  animation: tabPanelIn 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.tab-panel.is-active .tab-copy {
  animation: tabCopyIn 480ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.tab-panel.is-active .module-visual,
.tab-panel.is-active .media-shot-card,
.tab-panel.is-active .feature-promo-card,
.tab-panel.is-active .game-module-card {
  animation: tabVisualIn 560ms 70ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

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

@keyframes tabCopyIn {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes tabVisualIn {
  from {
    opacity: 0;
    transform: translateX(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.tab-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 36px);
  border-radius: 22px;
  background: rgba(248, 249, 252, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.68);
}

.tab-copy > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #59606b);
  box-shadow: var(--small-shadow);
  font-size: 13px;
  font-weight: 900;
}

.tab-copy h3 {
  margin: 0;
  color: var(--ink-strong);
  max-width: 9em;
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1.12;
  text-wrap: balance;
}

.tab-copy p {
  margin: 22px 0 0;
  color: #596170;
  font-size: 17px;
}

.tab-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.tab-copy li {
  position: relative;
  padding-left: 20px;
  color: #687080;
}

.tab-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #18b99f;
}

.module-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  margin-top: 30px;
  padding: 0 18px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #59606b);
  box-shadow: var(--small-shadow);
  font-weight: 900;
}

.module-link::after {
  content: "↗";
  font-size: 13px;
  line-height: 1;
}

.module-visual,
.media-shot-card,
.media-gallery,
.video-case-grid,
.game-module-card,
.feature-promo-card {
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: linear-gradient(145deg, #f8f9fc, #e5ebf4);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.feature-promo-card {
  display: grid;
  margin: 0;
  padding: 16px;
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 280ms ease;
}

.feature-promo-card > a,
.feature-promo-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #eef2f8;
}

.feature-promo-card > a {
  position: relative;
}

.feature-promo-card > a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 32%, rgba(255, 255, 255, 0.38) 50%, transparent 68%);
  transform: translateX(-135%);
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.feature-promo-card > a:focus-visible {
  outline: 3px solid #5f8df4;
  outline-offset: 3px;
}

.feature-promo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #eef2f8;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .feature-promo-card:has(> a):hover {
    transform: translateY(-5px);
    box-shadow: 22px 28px 52px rgba(126, 137, 158, 0.28), -14px -14px 26px rgba(255, 255, 255, 0.88);
  }

  .feature-promo-card > a:hover img {
    transform: scale(1.025);
  }

  .feature-promo-card > a:hover::after {
    transform: translateX(135%);
  }
}

.module-visual {
  position: relative;
  padding: 30px;
}

.command-visual {
  display: grid;
  align-content: center;
  gap: 26px;
}

.command-card {
  min-height: 82px;
  padding: 22px 24px;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #59606b);
  box-shadow: 16px 18px 34px rgba(52, 57, 64, 0.22);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.command-card.ghost {
  max-width: 68%;
  opacity: 0.74;
}

.ae-layer-stack {
  display: grid;
  gap: 12px;
}

.ae-layer-stack span,
.timeline-visual span {
  display: block;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(90deg, #5f8df4, #44c5b7);
  box-shadow: 10px 12px 22px rgba(96, 120, 170, 0.22);
}

.ae-layer-stack span:nth-child(2),
.timeline-visual span:nth-child(2) {
  width: 86%;
  background: linear-gradient(90deg, #e95c70, #d7a84a);
}

.ae-layer-stack span:nth-child(3),
.timeline-visual span:nth-child(3) {
  width: 72%;
  background: linear-gradient(90deg, #343940, #8398da);
}

.ae-layer-stack span:nth-child(4),
.timeline-visual span:nth-child(4) {
  width: 58%;
  background: linear-gradient(90deg, #18b99f, #8fd7c7);
}

.command-visual b,
.code-visual b,
.game-ae-visual b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 15px;
  color: #ffffff;
  background: #18b99f;
  box-shadow: 0 14px 28px rgba(24, 185, 159, 0.24);
}

.context-visual,
.code-visual,
.game-ae-visual,
.memory-book-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 34px),
    linear-gradient(145deg, #343940, #253638);
}

.context-visual strong,
.code-visual strong,
.game-ae-visual strong,
.memory-book-visual strong {
  font-size: 34px;
  line-height: 1;
}

.context-visual p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.context-visual i,
.code-visual i,
.game-ae-visual i,
.memory-book-visual i {
  display: block;
  height: 12px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
}

.context-visual i:nth-of-type(1),
.code-visual i:nth-of-type(1),
.game-ae-visual i:nth-of-type(1),
.memory-book-visual i:nth-of-type(1) { width: 88%; }
.context-visual i:nth-of-type(2),
.code-visual i:nth-of-type(2),
.game-ae-visual i:nth-of-type(2),
.memory-book-visual i:nth-of-type(2) { width: 64%; }
.context-visual i:nth-of-type(3),
.code-visual i:nth-of-type(3),
.game-ae-visual i:nth-of-type(3),
.memory-book-visual i:nth-of-type(3) { width: 74%; }
.context-visual i:nth-of-type(4),
.code-visual i:nth-of-type(4) { width: 48%; }

.code-visual b,
.game-ae-visual b {
  margin-top: 30px;
}

.timeline-visual {
  display: grid;
  align-content: center;
  gap: 16px;
}

.timeline-visual span:nth-child(5) {
  width: 46%;
  background: linear-gradient(90deg, #d7a84a, #f1d884);
}

.motion-visual {
  background:
    radial-gradient(circle at 24% 34%, rgba(24, 185, 159, 0.32), transparent 20%),
    radial-gradient(circle at 74% 62%, rgba(233, 92, 112, 0.24), transparent 22%),
    linear-gradient(145deg, #f8f9fc, #e5ebf4);
}

.motion-visual i {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 6px solid #ffffff;
  border-radius: 999px;
  background: #5f8df4;
  box-shadow: 0 0 0 12px rgba(95, 141, 244, 0.12);
}

.motion-visual i:nth-child(1) { left: 18%; top: 26%; }
.motion-visual i:nth-child(2) { right: 24%; top: 42%; background: #e95c70; }
.motion-visual i:nth-child(3) { left: 42%; bottom: 22%; background: #18b99f; }

.motion-visual::before,
.motion-visual::after {
  content: "";
  position: absolute;
  left: 24%;
  right: 22%;
  height: 4px;
  border-radius: 999px;
  background: #343940;
  opacity: 0.72;
  transform-origin: left center;
}

.motion-visual::before {
  top: 38%;
  transform: rotate(18deg);
}

.motion-visual::after {
  bottom: 34%;
  transform: rotate(-20deg);
}

.motion-visual b {
  position: absolute;
  right: 34px;
  bottom: 34px;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #59606b);
  font-size: 28px;
}

.project-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-content: center;
}

.project-visual div {
  min-height: 250px;
  border-radius: 20px;
  background:
    linear-gradient(#f8f9fc 0 0) 18px 24px / 68% 12px no-repeat,
    linear-gradient(#8398da 0 0) 18px 58px / 52% 12px no-repeat,
    linear-gradient(#18b99f 0 0) 18px 92px / 78% 12px no-repeat,
    linear-gradient(145deg, #ffffff, #dfe6f2);
  box-shadow: var(--small-shadow);
}

.media-tabs .tab-panel {
  grid-template-columns: minmax(300px, 0.58fr) minmax(0, 1.42fr);
}

.media-shot-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  padding: 16px;
}

.media-shot-card a {
  display: block;
  min-height: 0;
}

.media-shot-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 16px;
  background: #17191d;
}

.media-shot-card figcaption {
  padding: 14px 4px 0;
  color: var(--muted);
  font-weight: 900;
}

.media-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 14px;
}

.media-gallery a {
  display: block;
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #17191d;
}

.media-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  max-height: 250px;
  object-fit: cover;
}

.video-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 14px;
}

.video-case-grid.single {
  grid-template-columns: 1fr;
}

.video-case-grid video {
  display: block;
  width: 100%;
  min-height: 210px;
  max-height: 310px;
  border-radius: 18px;
  background: #17191d;
  object-fit: contain;
}

.game-module-card {
  position: relative;
  min-height: 520px;
  padding: 36px;
  color: #ffffff;
}

.game-module-card.color {
  background: linear-gradient(135deg, #3b78d9, #44c5b7);
}

.game-module-card.screw {
  background: linear-gradient(135deg, #a96c2e, #d4ad54);
}

.game-module-card.chase {
  background:
    radial-gradient(circle at 82% 18%, rgba(126, 238, 207, 0.36), transparent 32%),
    linear-gradient(135deg, #236f58, #48af96);
}

.game-module-card em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #263638;
  background: #ffffff;
  font-style: normal;
  font-weight: 900;
}

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

.game-module-card strong {
  margin-top: 86px;
  font-size: clamp(48px, 5vw, 78px);
  line-height: 1;
}

.game-module-card small {
  margin-top: 18px;
  font-size: 19px;
  font-weight: 900;
}

.game-module-card .game-preview-marks,
.game-module-card .screw-preview-stack,
.game-module-card .chase-preview-map {
  right: 58px;
  bottom: 58px;
}

.memory-visual {
  display: grid;
  gap: 16px;
  align-content: center;
}

.memory-visual div {
  min-height: 86px;
  padding: 24px;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #59606b);
  box-shadow: 14px 16px 28px rgba(52, 57, 64, 0.18);
  font-size: 22px;
  font-weight: 900;
}

.memory-visual div:nth-child(2) {
  background: linear-gradient(145deg, #5f8df4, #44c5b7);
}

.memory-visual div:nth-child(3) {
  background: linear-gradient(145deg, #e95c70, #d7a84a);
}

.tool-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: center;
}

.tool-visual span {
  display: grid;
  place-items: center;
  min-height: 130px;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #59606b);
  box-shadow: var(--small-shadow);
  font-size: 24px;
  font-weight: 900;
}

.tool-visual span:nth-child(2) {
  background: linear-gradient(145deg, #5f8df4, #44c5b7);
}

.tool-visual span:nth-child(3) {
  background: linear-gradient(145deg, #e95c70, #d7a84a);
}

.tool-visual span:nth-child(4) {
  background: linear-gradient(145deg, #236f58, #48af96);
}

.ai-media-detail {
  background:
    radial-gradient(circle at 82% 26%, rgba(38, 204, 171, 0.22), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(131, 152, 218, 0.16), transparent 26%),
    linear-gradient(135deg, #f8f9fc 0%, #e4f2ef 54%, #eef1f7 100%);
}

.ai-media-hero-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(249, 251, 254, 0.9), rgba(225, 232, 242, 0.82));
  box-shadow: var(--soft-shadow);
}

.ai-media-hero-board figure {
  min-height: 420px;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #17191d;
  box-shadow: var(--small-shadow);
}

.ai-media-hero-board a,
.ai-media-hero-board img {
  display: block;
  width: 100%;
  height: 100%;
}

.ai-media-hero-board img {
  object-fit: cover;
  object-position: top center;
}

.ai-media-showcase-section {
  background: rgba(248, 249, 252, 0.72);
}

.ai-media-showcase-section.video-showcase {
  background:
    radial-gradient(circle at 80% 22%, rgba(131, 152, 218, 0.18), transparent 28%),
    rgba(238, 241, 247, 0.82);
}

.ai-workbench-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(280px, 0.76fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 28px;
}

.ai-showcase-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.ai-showcase-shell.video {
  grid-template-columns: minmax(300px, 0.4fr) minmax(0, 1fr);
}

.ai-showcase-sidebar {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 118px;
}

.ai-showcase-content {
  display: grid;
  gap: 18px;
}

.ai-showcase-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 0 4px;
}

.ai-showcase-heading strong {
  color: var(--ink-strong);
  font-size: 26px;
  line-height: 1.2;
}

.ai-showcase-heading span {
  color: var(--muted);
  font-size: 15px;
  text-align: right;
}

.ai-workbench-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 24px;
  background: linear-gradient(145deg, #f8f9fc, #e5ebf4);
  box-shadow: var(--soft-shadow);
}

.ai-workbench-card a {
  display: block;
  min-height: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #17191d;
}

.ai-workbench-card img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 16px;
}

.ai-workbench-card figcaption {
  padding: 16px 4px 2px;
  color: var(--muted);
}

.ai-workbench-card figcaption strong,
.ai-workbench-card figcaption span {
  display: block;
}

.ai-workbench-card figcaption strong {
  color: var(--ink-strong);
  font-size: 22px;
  line-height: 1.25;
}

.ai-workbench-card figcaption span {
  margin-top: 6px;
}

.ai-workbench-card.compact img {
  max-height: 320px;
}

.ai-workbench-card.compact figcaption {
  padding-top: 14px;
}

.ai-workbench-card.compact figcaption strong {
  font-size: 20px;
}

.ai-feature-note {
  display: grid;
  gap: 16px;
}

.ai-feature-note article {
  position: relative;
  min-height: 134px;
  padding: 24px 24px 22px 82px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 20px;
  background: rgba(248, 249, 252, 0.78);
  box-shadow: var(--small-shadow);
}

.ai-feature-note span {
  position: absolute;
  left: 24px;
  top: 24px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(145deg, #343940, #59606b);
  font-size: 13px;
  font-weight: 900;
}

.ai-feature-note strong {
  display: block;
  color: var(--ink-strong);
  font-size: 22px;
  line-height: 1.25;
}

.ai-feature-note p {
  margin: 9px 0 0;
  color: var(--muted);
}

.ai-feature-note.compact article {
  min-height: 0;
  padding: 20px 20px 18px 72px;
}

.ai-feature-note.compact span {
  left: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.ai-feature-note.compact strong {
  font-size: 19px;
}

.ai-feature-note.compact p {
  font-size: 15px;
  line-height: 1.7;
}

.ai-image-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ai-image-gallery a {
  display: block;
  min-height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 20px;
  background: #17191d;
  box-shadow: var(--small-shadow);
  overflow: hidden;
}

.ai-image-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.ai-image-gallery a:hover img {
  transform: scale(1.04);
}

.ai-video-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ai-video-gallery article {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background: linear-gradient(145deg, #f8f9fc, #e5ebf4);
  box-shadow: var(--small-shadow);
}

.ai-video-gallery video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  background: #17191d;
  object-fit: contain;
}

.ai-video-gallery h3 {
  margin: 12px 4px 0;
  color: var(--ink-strong);
  font-size: 18px;
  line-height: 1.3;
}

.model-support-showcase {
  background:
    radial-gradient(circle at 18% 20%, rgba(215, 168, 74, 0.15), transparent 26%),
    rgba(248, 249, 252, 0.86);
}

.model-support-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
}

.model-support-layout.compact {
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 1fr);
}

.model-support-intro {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 24px;
  background: linear-gradient(145deg, #f8f9fc, #e5ebf4);
  box-shadow: var(--soft-shadow);
}

.model-support-intro span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(145deg, #5f8df4, #8398da);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.model-support-intro strong {
  color: var(--ink-strong);
  font-size: 30px;
  line-height: 1.15;
}

.model-support-intro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.compact-model-catalog {
  grid-template-columns: 1fr;
  gap: 18px;
}

.compact-model-catalog .model-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.module-heading-link {
  margin-top: 20px;
}

@media (max-width: 1080px) {
  .hero-slide {
    grid-template-columns: 1fr;
    gap: 34px;
    align-content: center;
  }

  .hero-feature-board {
    min-height: 360px;
  }

  .promo-image-board {
    width: min(100%, 520px);
  }

  .feature-grid,
  .game-feature-grid,
  .feature-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card-wide {
    grid-column: span 2;
    grid-template-columns: 148px minmax(0, 1fr);
  }

  .feature-card.feature-card-wide ul {
    grid-template-columns: 1fr;
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tutorial-hero-layout,
  .tutorial-games-layout,
  .game-detail-layout,
  .use-case-hero-layout,
  .memory-layout,
  .tutorial-media-layout,
  .naming-layout,
  .interface-layout,
  .module-heading,
  .tab-panel,
  .media-tabs .tab-panel {
    grid-template-columns: 1fr;
  }

  .tab-panel {
    min-height: auto;
  }

  .tutorial-video-copy,
  .interface-copy {
    position: static;
  }

  .interface-shot-card {
    grid-template-columns: 1fr;
  }

  .tutorial-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .version-grid,
  .case-video-grid,
  .update-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (min-width: 821px) {
  .tutorial-video-copy h2 {
    font-size: clamp(34px, 3.5vw, 56px);
    white-space: nowrap;
  }
}

@media (max-width: 820px) {
  .site-header {
    inset: 10px 12px auto;
    min-height: 66px;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .header-action {
    display: none;
  }

  .hero {
    min-height: 92vh;
    padding-top: 142px;
  }

  .hero-carousel {
    min-height: 920px;
  }

  .hero-slide {
    padding: 42px 28px 156px;
  }

  .hero-carousel-controls {
    right: 22px;
    top: 22px;
  }

  .hero-progress {
    left: 28px;
    right: 28px;
    grid-template-columns: repeat(5, 152px);
    overflow-x: auto;
    padding: 12px 2px 18px;
  }

  .intro-grid,
  .media-layout,
  .model-catalog,
  .security-grid,
  .automation-layout,
  .module-heading {
    grid-template-columns: 1fr;
  }

  .module-tabs {
    padding: 18px;
  }

  .tab-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 12px;
  }

  .tab-list button {
    flex: 0 0 auto;
  }

  .media-gallery,
  .video-case-grid,
  .tool-visual,
  .project-visual,
  .ai-workbench-grid,
  .model-support-layout,
  .ai-showcase-shell,
  .ai-showcase-shell.video,
  .model-support-layout.compact {
    grid-template-columns: 1fr;
  }

  .ai-media-hero-board,
  .ai-image-gallery,
  .ai-video-gallery,
  .compact-model-catalog .model-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-showcase-sidebar {
    position: static;
  }

  .ai-showcase-heading {
    display: grid;
    justify-content: start;
  }

  .ai-showcase-heading span {
    text-align: left;
  }

  .media-gallery img {
    max-height: 320px;
  }

  .game-module-card {
    min-height: 430px;
  }

  .media-copy {
    position: static;
  }

  .media-list {
    grid-template-columns: 1fr;
  }

  .media-list article:nth-child(2n) {
    transform: none;
  }

  .tutorial-hero {
    padding-top: 190px;
  }

  .tutorial-game-preview {
    min-height: 580px;
  }
}

@media (max-width: 620px) {
  .section-inner {
    width: min(100% - 32px, 1180px);
  }

  .hero {
    padding-inline: 20px;
  }

  .hero-carousel {
    min-height: 820px;
    border-radius: 22px;
  }

  .hero h1,
  .hero h2 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero-feature-board {
    min-height: 300px;
  }

  .promo-image-board {
    width: min(100%, 440px);
    padding: 10px;
    border-radius: 22px;
  }

  .promo-image-board img {
    border-radius: 16px;
  }

  .visual-game-board {
    min-height: 390px;
  }

  .game-board-head {
    left: 18px;
    right: 18px;
    top: 18px;
  }

  .game-card {
    left: 18px;
    right: 18px;
    min-height: 128px;
    padding: 18px 18px 18px 86px;
  }

  .game-card::before {
    left: 18px;
    top: 48px;
    width: 48px;
    height: 48px;
  }

  .game-card::after {
    left: 32px;
    top: 61px;
  }

  .game-card strong {
    margin-top: 28px;
    font-size: 24px;
  }

  .game-card span {
    margin-top: 10px;
    font-size: 13px;
  }

  .featured-game-card {
    min-height: 176px;
  }

  .featured-game-card strong {
    margin-top: 40px;
    font-size: 30px;
  }

  .game-preview-marks,
  .screw-preview-stack,
  .chase-preview-map {
    display: none;
  }

  .color-link-card {
    top: 126px;
  }

  .screw-card {
    top: 266px;
  }

  .board-window {
    left: 18px;
    right: 18px;
    top: 18px;
  }

  .board-preview,
  .video-frame {
    height: 170px;
  }

  .board-preview {
    left: 22px;
    top: 92px;
    width: 50%;
  }

  .board-panel {
    right: 20px;
    top: 104px;
    width: 38%;
    min-height: 150px;
    padding: 18px;
  }

  .code-surface {
    left: 24px;
    right: 46px;
    top: 52px;
    min-height: 190px;
    padding: 24px;
  }

  .run-pill {
    right: 22px;
    top: 96px;
  }

  .mini-timeline {
    left: 30px;
    right: 30px;
    bottom: 36px;
  }

  .first-frame {
    left: 24px;
  }

  .end-frame {
    right: 24px;
  }

  .motion-path {
    bottom: 70px;
  }

  .memory-stack {
    left: 34px;
    right: 72px;
    top: 42px;
    height: 190px;
  }

  .command-bar {
    left: 32px;
    right: 32px;
    bottom: 42px;
  }

  .board-chip {
    right: 20px;
    bottom: 20px;
  }

  .feature-grid,
  .feature-grid.compact,
  .game-feature-grid,
  .timeline,
  .model-list,
  .automation-grid,
  .version-grid,
  .case-video-grid,
  .update-layout,
  .media-gallery,
  .video-case-grid,
  .ai-media-hero-board,
  .ai-image-gallery,
  .ai-video-gallery,
  .compact-model-catalog .model-list {
    grid-template-columns: 1fr;
  }

  .ai-media-hero-board figure {
    min-height: 260px;
  }

  .ai-image-gallery a {
    min-height: 220px;
  }

  .ai-workbench-card img {
    max-height: 360px;
  }

  .model-support-intro {
    padding: 22px;
  }

  .model-support-intro strong {
    font-size: 25px;
  }

  .module-heading h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .tab-copy {
    padding: 22px;
  }

  .tab-copy h3 {
    font-size: clamp(27px, 8vw, 38px);
  }

  .module-visual,
  .media-shot-card,
  .media-gallery,
  .video-case-grid,
  .game-module-card,
  .feature-promo-card {
    min-height: 320px;
  }

  .media-shot-card img {
    max-height: 360px;
  }

  .video-case-grid video {
    min-height: 180px;
  }

  .game-module-card strong {
    margin-top: 56px;
    font-size: clamp(38px, 11vw, 54px);
  }

  .game-module-card .game-preview-marks,
  .game-module-card .screw-preview-stack,
  .game-module-card .chase-preview-map {
    display: none;
  }

  .update-wide-shot {
    grid-column: auto;
  }

  .update-shot-card.compact {
    grid-template-columns: 1fr;
  }

  .update-shot-card.compact figcaption {
    margin-top: 14px;
  }

  .use-case-page .video-frame-shell video {
    min-height: 260px;
  }

  .tutorial-step-grid,
  .tutorial-games-layout {
    grid-template-columns: 1fr;
  }

  .tutorial-copy h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .tutorial-ready {
    padding-right: 24px;
  }

  .tutorial-ready b {
    position: static;
    display: inline-block;
    margin-top: 14px;
  }

  .game-detail-hero {
    padding-top: 138px;
    padding-bottom: 48px;
  }

  .use-case-hero {
    padding-top: 138px;
    padding-bottom: 42px;
  }

  .game-detail-card {
    min-height: 390px;
    padding: 32px;
  }

  .project-console-card {
    min-height: 440px;
    padding: 22px;
  }

  .chat-line {
    width: 100%;
  }

  .command-demo {
    margin-inline: 0;
  }

  .console-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-case-screen {
    left: 24px;
    right: 42px;
    top: 52px;
    min-height: 230px;
    padding: 24px;
  }

  .use-case-screen strong {
    font-size: 28px;
  }

  .memory-command {
    left: 32px;
    right: 32px;
    bottom: 72px;
  }

  .use-case-card {
    display: none;
  }

  .game-detail-card::before {
    inset: 20px 20px auto;
    display: block;
    height: 86px;
  }

  .game-detail-card strong {
    margin-top: 24px;
  }

  .detail-mini-path,
  .detail-screw-row,
  .detail-chase-map {
    display: none;
  }

  .interface-shot-card {
    grid-template-columns: 1fr;
  }

  .chase-tutorial-page .interface-layout,
  .chase-tutorial-page .interface-shot-card {
    grid-template-columns: 1fr;
  }

  .chase-tutorial-page #finish .interface-layout,
  .chase-tutorial-page #finish .interface-shot-card {
    grid-template-columns: 1fr;
  }

  .chase-tutorial-page .interface-copy h2 {
    font-size: clamp(32px, 8.6vw, 42px);
    max-width: 100%;
  }

  .interface-shot-card img {
    max-height: 420px;
  }

  .image-gallery {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .automation-grid article {
    min-height: auto;
  }

  .feature-card-wide,
  .automation-grid .automation-highlight {
    grid-column: span 1;
  }

  .feature-card-wide {
    grid-template-columns: 1fr;
    grid-template-areas:
      "index"
      "visual"
      "title"
      "copy"
      "list";
  }

  .feature-card.feature-card-wide h3 {
    padding-top: 0;
  }

  .catalog-heading {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}
