:root {
  --ink: #17212b;
  --muted: #5e6c7b;
  --paper: #ffffff;
  --cloud: #f3fbff;
  --sky: #78c9ff;
  --blue: #1877c9;
  --green: #58bd48;
  --lime: #d5f35f;
  --yellow: #ffd262;
  --pink: #ef5f9a;
  --line: #d9e8f2;
  --shadow: 0 20px 60px rgba(24, 119, 201, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--cloud);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

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

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

.topbar {
  background: #12314a;
  color: #e9f8ff;
  font-size: 13px;
  font-weight: 750;
}

.topbar-inner,
.nav,
.hero,
.section,
.footer-inner,
.page {
  width: calc(100% - 32px);
  max-width: 1180px;
  margin: 0 auto;
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(217, 232, 242, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  color: #263545;
  font-size: 14px;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: #e8f6ff;
  outline: none;
}

.nav-links .cta {
  background: var(--green);
  color: #102018;
}

.hero {
  min-height: calc(100vh - 108px);
  padding: 62px 0 48px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 1.05fr);
  gap: 42px;
  align-items: center;
}

.hero > *,
.game-gallery > *,
.identity-grid > *,
.capability-grid > *,
.review-band > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
  margin-bottom: 26px;
  color: #405266;
  font-size: 18px;
  overflow-wrap: anywhere;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}

.button:hover,
.button:focus-visible {
  background: #1165ad;
  outline: 3px solid rgba(24, 119, 201, 0.22);
  outline-offset: 2px;
}

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

.button.secondary:hover,
.button.secondary:focus-visible {
  background: #eef8ff;
}

.proof-strip {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.proof-item {
  min-height: 88px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(24, 119, 201, 0.08);
}

.label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.value {
  display: block;
  color: var(--ink);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.visual-stack {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
}

.phone {
  width: min(330px, 78vw);
  aspect-ratio: 9 / 18.9;
  padding: 12px;
  border-radius: 30px;
  border: 1px solid rgba(23, 33, 43, 0.14);
  background: #162331;
  box-shadow: var(--shadow);
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #8ed2ff;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-shot {
  position: absolute;
  width: 188px;
  border: 8px solid #fff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(24, 119, 201, 0.18);
}

.mini-shot.one {
  left: 0;
  bottom: 78px;
  transform: rotate(-3deg);
}

.mini-shot.two {
  right: 0;
  top: 72px;
  transform: rotate(4deg);
}

.mini-shot img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 4px;
}

.section {
  padding: 74px 0;
}

.section-header {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-header h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.section-header p {
  color: var(--muted);
  font-size: 17px;
}

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

.shot-card,
.capability,
.identity-card,
.legal-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(24, 119, 201, 0.08);
}

.shot-card {
  overflow: hidden;
}

.shot-card img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
  background: #90cdf6;
}

.shot-card div {
  padding: 18px;
}

.shot-card h3,
.capability h3,
.identity-card h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.18;
}

.shot-card p,
.capability p,
.identity-card p,
.legal-box p,
.legal-box li {
  color: var(--muted);
}

.review-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 22px;
  align-items: center;
  padding: 28px;
  border: 1px solid #b9e0f8;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #e4f7ff 58%, #ecffd2 100%);
  box-shadow: var(--shadow);
}

.review-band h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 42px);
}

.review-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.review-list li {
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 800;
}

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

.capability {
  padding: 22px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f4ffd4;
  color: #365a12;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.identity-card {
  padding: 18px;
}

.identity-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.identity-card span {
  display: block;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #12314a;
  color: #e9f8ff;
}

.footer-inner {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner p {
  margin: 0;
  color: rgba(233, 248, 255, 0.78);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 850;
}

.page {
  max-width: 920px;
  min-height: calc(100vh - 108px);
  padding: 58px 0 76px;
}

.page h1 {
  font-size: clamp(40px, 6vw, 64px);
}

.legal-box {
  padding: 34px;
}

.legal-box h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
}

.legal-box h2:first-child {
  margin-top: 0;
}

.legal-box ul {
  padding-left: 20px;
}

@media (max-width: 940px) {
  .hero,
  .review-band {
    grid-template-columns: 1fr;
  }

  .visual-stack {
    min-height: 560px;
  }

  .game-gallery,
  .capability-grid,
  .identity-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
  }

  .topbar-inner,
  .nav,
  .hero,
  .section,
  .footer-inner,
  .page {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .topbar-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    max-width: 358px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav-links a {
    width: 100%;
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

  .hero > div:first-child,
  .actions,
  .proof-strip,
  .section-header,
  .review-band,
  .capability,
  .identity-card,
  .legal-box {
    width: 100%;
    max-width: 358px;
  }

  h1 {
    font-size: 40px;
    line-height: 1;
    overflow-wrap: anywhere;
  }

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

  .actions .button {
    width: 100%;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .visual-stack {
    min-height: 500px;
  }

  .phone {
    width: min(270px, 74vw);
  }

  .mini-shot {
    width: 145px;
  }

  .mini-shot.one {
    bottom: 44px;
  }

  .mini-shot.two {
    top: 42px;
  }

  .section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .legal-box {
    padding: 24px;
  }
}
