:root {
  --mist: #e8f3ff;
  --cool: #c7deff;
  --lavender: #e6d8ff;
  --ink: #081426;
  --muted: #66758b;
  --line: rgba(8, 20, 38, 0.12);
  --surface: rgba(255, 255, 255, 0.68);
  --ease: cubic-bezier(0.22, 0.72, 0.24, 1);
  color: var(--ink);
  background: #f8fbff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: #f8fbff; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }

.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; border-radius: 9px; background: var(--ink); color: white; transform: translateY(-150%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-nav { position: relative; z-index: 5; display: flex; align-items: center; gap: 30px; max-width: 1240px; margin: 0 auto; padding: 23px 32px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; font-size: 22px; font-weight: 650; letter-spacing: -0.04em; }
.wordmark img { width: 36px; height: 36px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; color: #536278; font-size: 18px; }
.nav-links a { transition: color 160ms ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--ink); }
.nav-download { display: inline-flex; align-items: center; gap: 9px; padding: 13px 18px; border: 1px solid rgba(8, 20, 38, .16); border-radius: 999px; background: rgba(255,255,255,.56); box-shadow: 0 4px 18px rgba(42, 76, 120, .06); font-size: 18px; font-weight: 600; white-space: nowrap; transition: background 160ms ease, transform 160ms ease; }
.nav-download:hover, .nav-download:focus-visible { background: #fff; transform: translateY(-1px); }

.lang-switch { position: relative; flex: 0 0 auto; }
.lang-switch summary { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid rgba(8,20,38,.12); border-radius: 999px; background: rgba(255,255,255,.58); color: #536278; cursor: pointer; font-size: 13px; font-weight: 720; list-style: none; user-select: none; }
.lang-switch summary::-webkit-details-marker { display: none; }
.lang-switch[open] summary { background: #fff; color: var(--ink); }
.lang-menu { position: absolute; z-index: 30; top: calc(100% + 9px); right: 0; display: grid; min-width: 138px; padding: 7px; border: 1px solid rgba(8,20,38,.10); border-radius: 14px; background: rgba(252,253,255,.96); box-shadow: 0 18px 42px rgba(42,76,120,.14); backdrop-filter: blur(18px); }
.lang-menu a { padding: 9px 10px; border-radius: 9px; color: #596b82; font-size: 13px; font-weight: 620; white-space: nowrap; }
.lang-menu a:hover, .lang-menu a:focus-visible, .lang-menu a[aria-current="page"] { background: rgba(232,243,255,.78); color: var(--ink); }

:focus-visible { outline: 3px solid rgba(76,125,192,.55); outline-offset: 3px; }

@media (max-width: 1099px) {
  .site-nav { padding-inline: 24px; }
  .nav-links { gap: 14px; }
}

@media (max-width: 699px) {
  .site-nav { gap: 8px; padding: 16px 12px; }
  .nav-links { display: none; }
  .nav-download { margin-left: auto; padding: 8px; font-size: 12px; }
  .nav-download > span { display: none; }
  .lang-switch summary { min-width: 34px; height: 34px; font-size: 11px; }
  .wordmark { font-size: 16px; }
  .wordmark img { width: 27px; height: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Homepage hero ---------------------------------------------------------- */
.home-hero {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 76px 0 64px;
}

.home-hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}

.home-hero-glow-blue {
  top: 2%;
  right: -18%;
  width: 70%;
  height: 48%;
  background: radial-gradient(circle, rgba(199,222,255,.46), transparent 69%);
}

.home-hero-glow-lavender {
  top: 32%;
  left: -24%;
  width: 58%;
  height: 45%;
  background: radial-gradient(circle, rgba(230,216,255,.34), transparent 70%);
}

.home-hero-copy {
  max-width: 880px;
  margin: 0 auto 54px;
  text-align: center;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #627791;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.home-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a7c8f3;
  box-shadow: 0 0 0 5px rgba(167,200,243,.18);
}

.home-title {
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-size: clamp(64px, 7.4vw, 104px);
  font-weight: 610;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}

.home-title span {
  color: #526b8e;
}

.home-lede {
  max-width: 720px;
  margin: 30px auto 0;
  color: #52657f;
  font-size: clamp(19px, 1.7vw, 23px);
  line-height: 1.55;
  text-wrap: balance;
}

.home-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 32px;
}

.home-button {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 16px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 680;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.home-button-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 12px 30px rgba(8,20,38,.16);
}

.home-button-primary:hover,
.home-button-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(8,20,38,.22);
}

.home-text-link {
  color: #445d7e;
  font-size: 16px;
  font-weight: 680;
}

.home-text-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 160ms ease;
}

.home-text-link:hover span,
.home-text-link:focus-visible span {
  transform: translateY(3px);
}

.home-meta {
  margin: 20px 0 0;
  color: #7a899e;
  font-size: 14px;
}

.home-video-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(42,67,104,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.76);
  box-shadow:
    0 34px 86px rgba(72,94,137,.20),
    0 6px 20px rgba(8,20,38,.07);
}

.home-video-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(8,20,38,.08);
  background: rgba(248,251,255,.88);
  backdrop-filter: blur(18px);
}

.home-video-chrome > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f08b95;
}

.home-video-chrome > span:nth-child(2) { background: #efc85f; }
.home-video-chrome > span:nth-child(3) { background: #74c587; }

.home-video-chrome p {
  margin: 0 0 0 8px;
  color: #73849b;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .02em;
}

.home-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #eef5ff;
  object-fit: cover;
}

.home-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.home-flow article {
  min-height: 188px;
  padding: 26px 26px 24px;
  border: 1px solid rgba(8,20,38,.09);
  border-radius: 20px;
  background: rgba(255,255,255,.55);
  box-shadow: 0 14px 38px rgba(75,97,138,.07);
  backdrop-filter: blur(16px);
}

.home-flow-index {
  display: block;
  margin-bottom: 28px;
  color: #8ba7cc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.home-flow h2 {
  margin: 0;
  color: var(--ink);
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -.035em;
}

.home-flow p {
  margin: 11px 0 0;
  color: #62748d;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 839px) {
  .home-hero {
    width: min(100% - 32px, 1240px);
    padding-top: 54px;
  }

  .home-hero-copy {
    margin-bottom: 40px;
  }

  .home-title {
    font-size: clamp(58px, 11vw, 86px);
  }

  .home-flow {
    grid-template-columns: 1fr;
  }

  .home-flow article {
    min-height: 0;
  }

  .home-flow-index {
    margin-bottom: 18px;
  }
}

@media (max-width: 699px) {
  .home-hero {
    width: min(100% - 24px, 1240px);
    padding: 40px 0 44px;
  }

  .home-eyebrow {
    font-size: 12px;
  }

  .home-title {
    font-size: clamp(50px, 14vw, 68px);
    line-height: 1;
    letter-spacing: -.045em;
  }

  .home-lede {
    margin-top: 24px;
    font-size: 17px;
  }

  .home-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
    max-width: 320px;
    margin: 28px auto 0;
  }

  .home-button {
    justify-content: center;
  }

  .home-text-link {
    text-align: center;
  }

  .home-video-shell {
    border-radius: 19px;
  }

  .home-video-chrome {
    height: 34px;
    padding-inline: 12px;
  }

  .home-video-chrome > span {
    width: 8px;
    height: 8px;
  }

  .home-video-chrome p {
    font-size: 10px;
  }

  .home-flow {
    margin-top: 18px;
  }
}


/* Homepage Round B ------------------------------------------------------- */
.product-story,
.desktop-story,
.cover-section,
.access-section,
.trust-section,
.final-cta {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.product-story {
  padding: 116px 0 90px;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.desktop-story-copy h2,
.access-copy h2,
.trust-section h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 5.1vw, 68px);
  font-weight: 610;
  letter-spacing: -.045em;
  line-height: 1.04;
  text-wrap: balance;
}

.section-heading > p:last-child,
.desktop-story-copy > p,
.access-copy > p {
  max-width: 690px;
  margin: 24px 0 0;
  color: #596d87;
  font-size: 19px;
  line-height: 1.6;
}

.section-eyebrow {
  margin: 0 0 18px;
  color: #70839d;
  font-size: 13px;
  font-weight: 780;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.builder-layout {
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  margin-top: 58px;
}

.builder-copy {
  display: grid;
  gap: 16px;
}

.builder-note {
  padding: 21px 22px;
  border: 1px solid rgba(8,20,38,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.56);
  box-shadow: 0 14px 38px rgba(68,90,132,.07);
}

.builder-note span {
  display: block;
  margin-bottom: 8px;
  color: #8ba5ca;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .15em;
}

.builder-note strong {
  color: #253a57;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.45;
}

.builder-footnote {
  margin: 4px 2px 0;
  color: #7b8ba0;
  font-size: 14px;
  line-height: 1.5;
}

.scene-editor-mock {
  overflow: hidden;
  border: 1px solid rgba(8,20,38,.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 2%, rgba(199,222,255,.35), transparent 34%),
    rgba(255,255,255,.82);
  box-shadow:
    0 28px 70px rgba(68,90,132,.16),
    0 4px 14px rgba(8,20,38,.05);
  backdrop-filter: blur(18px);
}

.mock-titlebar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(8,20,38,.08);
}

.mock-titlebar > strong {
  color: #20334d;
  font-size: 17px;
  font-weight: 700;
}

.mock-traffic {
  display: flex;
  gap: 6px;
}

.mock-traffic i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ef8d97;
}

.mock-traffic i:nth-child(2) { background: #efc95f; }
.mock-traffic i:nth-child(3) { background: #75c68a; }

.mock-ready {
  justify-self: end;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(234,240,247,.9);
  color: #687a92;
  font-size: 12px;
  font-weight: 720;
}

.mock-app-header,
.mock-app-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px 92px;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
}

.mock-app-header {
  min-height: 52px;
  color: #8896a9;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .06em;
}

.mock-app-header span:not(:first-child),
.mock-app-row > span:not(:first-child) {
  justify-self: center;
}

.mock-app-row {
  min-height: 70px;
  border-top: 1px solid rgba(8,20,38,.07);
}

.mock-app-name {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #273c58;
  font-size: 16px;
  font-weight: 630;
}

.mock-app-dot {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(8,20,38,.07);
}

.dot-blue { background: linear-gradient(145deg, #d9edff, #bcdcff); }
.dot-lavender { background: linear-gradient(145deg, #eee4ff, #d9c8ff); }
.dot-cool { background: linear-gradient(145deg, #e2f4ff, #c7e5f4); }
.dot-gray { background: linear-gradient(145deg, #eff2f5, #d9dee5); }

.mock-toggle {
  position: relative;
  width: 37px;
  height: 22px;
  border-radius: 999px;
  background: #e7ebf0;
  box-shadow: inset 0 0 0 1px rgba(8,20,38,.08);
}

.mock-toggle::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(8,20,38,.18);
  content: "";
}

.mock-toggle.is-on {
  background: linear-gradient(135deg, #9dbcf0, #aa99db);
}

.mock-toggle.is-on::after {
  left: 18px;
}

.mock-app-row-launch {
  background: rgba(242,246,251,.56);
}

.mock-launch-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 24px 20px;
  padding: 11px 13px;
  border-radius: 12px;
  background: rgba(232,243,255,.68);
  color: #61738c;
  font-size: 13px;
  font-weight: 650;
}

.status-dot-mini {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #77b59b;
  box-shadow: 0 0 0 4px rgba(119,181,155,.14);
}

.desktop-story {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(40px, 6vw, 86px);
  align-items: center;
  padding: 100px 0 120px;
  border-top: 1px solid rgba(8,20,38,.08);
}

.desktop-story-copy {
  max-width: 500px;
}

.appearance-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.appearance-chips span {
  padding: 10px 14px;
  border: 1px solid rgba(8,20,38,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  color: #657891;
  font-size: 14px;
  font-weight: 670;
}

.appearance-chips .is-selected {
  border-color: rgba(101,98,174,.18);
  background: linear-gradient(135deg, #eaf3ff, #eee6ff);
  color: #445d7e;
}

.desktop-compare {
  position: relative;
  min-height: 470px;
}

.desktop-example {
  position: absolute;
  overflow: hidden;
  width: 72%;
  height: 340px;
  border: 1px solid rgba(8,20,38,.12);
  border-radius: 24px;
  box-shadow: 0 26px 60px rgba(67,88,130,.17);
}

.desktop-before {
  top: 0;
  left: 0;
  background:
    linear-gradient(135deg, rgba(30,31,35,.66), rgba(73,73,77,.72)),
    repeating-linear-gradient(45deg, transparent 0 28px, rgba(255,255,255,.05) 28px 36px);
}

.desktop-active {
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 80% 16%, rgba(255,255,255,.54), transparent 30%),
    linear-gradient(135deg, #dcecff 0%, #cadff8 52%, #e4d9f9 100%);
}

.desktop-example-label {
  position: absolute;
  z-index: 4;
  top: 15px;
  left: 15px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  color: #52667f;
  font-size: 12px;
  font-weight: 760;
  backdrop-filter: blur(12px);
}

.desktop-file {
  position: absolute;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: rgba(255,255,255,.82);
  font-size: 10px;
}

.desktop-file i {
  position: relative;
  width: 36px;
  height: 28px;
  border-radius: 7px;
  background: linear-gradient(180deg, #70b8ed, #4e9bd6);
  box-shadow: 0 5px 12px rgba(0,0,0,.18);
}

.desktop-file i::before {
  position: absolute;
  top: -5px;
  left: 3px;
  width: 16px;
  height: 7px;
  border-radius: 5px 5px 0 0;
  background: #77bdec;
  content: "";
}

.file-one { top: 72px; right: 30px; }
.file-two { top: 142px; right: 31px; }
.file-three { top: 212px; right: 29px; }

.desktop-window-card {
  position: absolute;
  left: 15%;
  bottom: 36px;
  width: 62%;
  height: 170px;
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 16px;
  background: rgba(247,250,255,.80);
  box-shadow: 0 16px 35px rgba(22,35,53,.17);
}

.desktop-active .desktop-window-card {
  left: 19%;
  bottom: 52px;
  width: 65%;
  height: 182px;
}

.desktop-active-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: #2f4867;
  box-shadow: 0 9px 22px rgba(68,90,132,.12);
  font-size: 12px;
  font-weight: 720;
}

.desktop-active-badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #75b59a;
}

.real-product-shot {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(8,20,38,.11);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow:
    0 30px 72px rgba(68,90,132,.17),
    0 5px 16px rgba(8,20,38,.05);
}

.real-product-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.real-product-shot figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px 16px;
  border-top: 1px solid rgba(8,20,38,.07);
  background: rgba(250,252,255,.86);
  color: #687a92;
  font-size: 13px;
  line-height: 1.45;
}

.real-shot-badge {
  padding: 5px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e9f3ff, #eee7ff);
  color: #5b7393;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .12em;
}

.real-desktop-compare {
  position: relative;
  min-height: 490px;
}

.real-desktop-shot {
  position: absolute;
  overflow: hidden;
  margin: 0;
  width: 75%;
  border: 1px solid rgba(8,20,38,.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 68px rgba(67,88,130,.18);
}

.real-desktop-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.real-desktop-shot-before {
  top: 0;
  left: 0;
}

.real-desktop-shot-active {
  right: 0;
  bottom: 0;
}

.real-desktop-shot .desktop-example-label,
.real-desktop-shot .desktop-active-badge {
  z-index: 3;
}

@media (max-width: 899px) {
  .real-desktop-compare {
    min-height: 530px;
  }

  .real-desktop-shot {
    width: 82%;
  }
}

@media (max-width: 699px) {
  .real-product-shot {
    border-radius: 18px;
  }

  .real-product-shot figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .real-desktop-compare {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .real-desktop-shot {
    position: relative;
    inset: auto;
    width: 100%;
    border-radius: 18px;
  }
}

.cover-section {
  padding: 120px 0 118px;
}

.section-heading-cover {
  margin-bottom: 48px;
}

.cover-demo {
  overflow: hidden;
  border: 1px solid rgba(8,20,38,.11);
  border-radius: 26px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 28px 76px rgba(67,88,130,.14);
}

.cover-demo-screen {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: #dde4ee;
}

.cover-underlay,
.cover-surface {
  position: absolute;
  inset: 0;
}

.cover-underlay {
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.15), transparent 36%),
    linear-gradient(135deg, #35383e, #66686e);
  transition: filter 300ms var(--ease), transform 300ms var(--ease);
}

.underlay-window {
  position: absolute;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 16px;
  background: rgba(25,28,33,.78);
  box-shadow: 0 18px 35px rgba(0,0,0,.24);
}

.underlay-a {
  top: 70px;
  left: 8%;
  width: 54%;
  height: 310px;
  transform: rotate(-2deg);
}

.underlay-b {
  right: 8%;
  bottom: 58px;
  width: 36%;
  height: 220px;
  transform: rotate(3deg);
}

.underlay-message {
  position: absolute;
  left: 26px;
  bottom: 24px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 650;
  backdrop-filter: blur(12px);
}

.cover-surface {
  display: grid;
  place-items: center;
  padding: 44px;
  background:
    radial-gradient(circle at 80% 15%, rgba(255,255,255,.56), transparent 32%),
    linear-gradient(135deg, #eef5ff, #e7edfb 54%, #ece7fb);
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 300ms var(--ease), transform 340ms var(--ease);
}

.cover-demo[data-phase="visible"] .cover-surface,
.cover-demo[data-phase="transitionLocked"] .cover-surface,
.cover-demo[data-phase="sceneReady"] .cover-surface {
  opacity: 1;
  transform: scale(1);
}

.cover-demo[data-phase="transitionLocked"] .cover-underlay,
.cover-demo[data-phase="sceneReady"] .cover-underlay {
  filter: saturate(.72) blur(2px);
  transform: scale(.985);
}

.cover-demo[data-underlay="work"] .cover-underlay {
  background:
    radial-gradient(circle at 78% 16%, rgba(255,255,255,.52), transparent 32%),
    linear-gradient(135deg, #dcecff 0%, #cadff8 52%, #e4d9f9 100%);
}

.cover-demo[data-underlay="work"] .underlay-window {
  border-color: rgba(255,255,255,.70);
  background: rgba(249,251,255,.80);
  box-shadow: 0 18px 35px rgba(67,88,130,.15);
}

.cover-demo[data-underlay="work"] .underlay-message {
  background: rgba(255,255,255,.68);
  color: #425a78;
}

.cover-sheet {
  width: min(780px, 92%);
  padding: 24px;
  border: 1px solid rgba(8,20,38,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 26px 64px rgba(67,88,130,.15);
}

.cover-sheet-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #52657f;
  font-size: 13px;
  font-weight: 720;
}

.cover-sheet-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  margin-top: 24px;
}

.cover-sheet-grid span {
  height: 31px;
  border-radius: 6px;
  background: rgba(199,222,255,.46);
}

.cover-sheet-grid span:nth-child(3n) { background: rgba(230,216,255,.54); }
.cover-sheet-grid span:nth-child(5n) { background: rgba(215,226,241,.65); }

.cover-sheet-chart {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 105px;
  margin-top: 24px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(239,244,250,.8);
}

.cover-sheet-chart i {
  flex: 1;
  border-radius: 7px 7px 3px 3px;
  background: linear-gradient(180deg, #9ebee7, #c8d9ef);
}

.cover-sheet-chart i:nth-child(1) { height: 28%; }
.cover-sheet-chart i:nth-child(2) { height: 46%; }
.cover-sheet-chart i:nth-child(3) { height: 38%; }
.cover-sheet-chart i:nth-child(4) { height: 72%; }
.cover-sheet-chart i:nth-child(5) { height: 88%; }

.cover-status {
  position: absolute;
  z-index: 8;
  right: 24px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.46);
  border-radius: 999px;
  background: rgba(14,22,34,.58);
  color: #fff;
  font-size: 13px;
  font-weight: 690;
  backdrop-filter: blur(15px);
}

.cover-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9bc9ad;
}

.cover-demo[data-phase="transitionLocked"] .cover-status-dot {
  background: #efc86d;
}

.cover-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 22px 10px;
}

.cover-controls button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(8,20,38,.11);
  border-radius: 999px;
  background: rgba(255,255,255,.70);
  color: #445973;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 680;
  transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
}

.cover-controls button:hover:not(:disabled),
.cover-controls button:focus-visible:not(:disabled) {
  background: #fff;
  transform: translateY(-1px);
}

.cover-controls button:disabled {
  cursor: default;
  opacity: .42;
}

.cover-controls .cover-primary {
  border-color: transparent;
  background: var(--ink);
  color: #fff;
}

.cover-controls .cover-reset {
  margin-left: auto;
  color: #6f8096;
}

.cover-hint {
  margin: 0;
  padding: 8px 24px 22px;
  color: #74859b;
  font-size: 13px;
}


/* Instant Cover story: pixel RPG -> operations cover -> Work Scene */
.cover-underlay {
  background: #111722;
}

.pixel-rpg-game,
.work-scene-underlay {
  position: absolute;
  inset: 0;
  transition: opacity 280ms var(--ease), transform 320ms var(--ease);
}

.pixel-rpg-game {
  overflow: hidden;
  background: #151b27;
  opacity: 1;
  transform: scale(1);
}

.pixel-rpg-game img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  image-rendering: auto;
}

.work-scene-underlay {
  display: grid;
  place-items: center;
  padding: 44px;
  background:
    radial-gradient(circle at 79% 17%, rgba(255,255,255,.56), transparent 31%),
    linear-gradient(135deg, #dcecff 0%, #cadff8 52%, #e4d9f9 100%);
  opacity: 0;
  transform: scale(1.02);
}

.work-scene-window {
  width: min(760px, 82%);
  overflow: hidden;
  border: 1px solid rgba(53,78,118,.14);
  border-radius: 20px;
  background: rgba(250,252,255,.88);
  box-shadow: 0 28px 68px rgba(64,85,126,.18);
}

.work-scene-window-top {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(8,20,38,.08);
}

.work-scene-window-top > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ef8d97;
}

.work-scene-window-top > span:nth-child(2) { background: #efc95f; }
.work-scene-window-top > span:nth-child(3) { background: #75c68a; }

.work-scene-window-top strong {
  margin-left: auto;
  margin-right: auto;
  color: #455b78;
  font-size: 13px;
  transform: translateX(-22px);
}

.work-scene-window-body {
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 260px;
}

.work-scene-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px 16px;
  border-right: 1px solid rgba(8,20,38,.06);
  background: rgba(239,245,252,.68);
}

.work-scene-sidebar i {
  height: 30px;
  border-radius: 8px;
  background: rgba(140,167,205,.20);
}

.work-scene-sidebar i:first-child {
  background: rgba(159,141,210,.27);
}

.work-scene-content {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 34px;
}

.work-line {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(97,124,161,.15);
}

.work-line-long { width: 68%; }
.work-line-mid { width: 44%; }

.work-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.work-cards i {
  height: 105px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(218,235,255,.78), rgba(235,226,255,.72));
  box-shadow: inset 0 0 0 1px rgba(80,105,144,.06);
}

.work-scene-badge {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.80);
  color: #314a68;
  box-shadow: 0 12px 28px rgba(65,86,126,.13);
  font-size: 12px;
  font-weight: 720;
}

.work-scene-badge span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #73b49a;
}

.cover-demo[data-underlay="work"] .pixel-rpg-game {
  opacity: 0;
  transform: scale(.985);
}

.cover-demo[data-underlay="work"] .work-scene-underlay {
  opacity: 1;
  transform: scale(1);
}

.cover-surface {
  display: block;
  padding: 0;
  background: #f5f5f3;
}

.operations-cover {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  width: 100%;
  height: 100%;
  color: #262626;
  background: #f5f5f3;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.operations-sidebar {
  display: flex;
  flex-direction: column;
  padding: 18px 13px;
  border-right: 1px solid #dededb;
  background: #eeeeec;
}

.operations-sidebar > p {
  margin: 0 0 14px 2px;
  color: #777;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .07em;
}

.operations-sidebar nav {
  display: grid;
  gap: 5px;
}

.operations-sidebar nav span {
  padding: 9px 10px;
  border-radius: 7px;
  color: #666;
  font-size: 10px;
}

.operations-sidebar nav .is-active {
  background: #e4e1ea;
  color: #7567b3;
  font-weight: 700;
}

.operations-sidebar > small {
  margin-top: auto;
  color: #aaa;
  font-size: 8px;
  line-height: 1.5;
}

.operations-main {
  min-width: 0;
  padding: 18px 18px 14px;
}

.operations-main header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.operations-main header h3 {
  margin: 0;
  color: #242424;
  font-size: 22px;
  font-weight: 660;
  letter-spacing: -.035em;
}

.operations-main header p {
  margin: 3px 0 0;
  color: #777;
  font-size: 9px;
}

.operations-main header > span {
  color: #888;
  font-size: 8px;
}

.operations-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto auto auto;
  gap: 6px;
  align-items: center;
  margin-top: 12px;
}

.operations-toolbar > span,
.operations-toolbar > strong,
.operations-search {
  min-height: 28px;
  display: flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  color: #777;
  font-size: 8px;
  white-space: nowrap;
}

.operations-search {
  color: #999;
}

.operations-toolbar > strong {
  border: 0;
  background: transparent;
  color: #7769b5;
  font-weight: 700;
}

.operations-summary {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 12px 0 9px;
  color: #777;
  font-size: 8px;
}

.operations-summary strong {
  color: #333;
  font-size: 9px;
}

.operations-summary span:nth-child(2) {
  color: #ee7826;
}

.operations-table {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 7px;
  background: #fff;
}

.operations-row {
  display: grid;
  grid-template-columns: 72px minmax(120px, 1.2fr) minmax(86px, .7fr) minmax(92px, .8fr) minmax(78px, .6fr);
  min-height: 34px;
  align-items: center;
  border-top: 1px solid #e6e6e3;
  color: #3f3f3f;
  font-size: 8px;
}

.operations-row:first-child {
  border-top: 0;
}

.operations-row > * {
  padding: 0 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.operations-row-head {
  min-height: 31px;
  background: #efefed;
  color: #777;
  font-size: 7px;
  font-weight: 700;
}

.operations-row > span:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.operations-row i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: middle;
}

.operations-row .paid { background: #37bd70; }
.operations-row .review { background: #ffbd00; }
.operations-row .pending { background: #ff8128; }
.operations-row .refund { background: #c73dd9; }

@media (max-width: 899px) {


  .operations-cover {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .operations-toolbar {
    grid-template-columns: minmax(160px, 1fr) auto auto;
  }

  .operations-toolbar > span:nth-of-type(3),
  .operations-toolbar > strong {
    display: none;
  }
}

@media (max-width: 699px) {
  .cover-demo-screen {
    height: 480px;
  }










  .operations-cover {
    grid-template-columns: 1fr;
  }

  .operations-sidebar {
    display: none;
  }

  .operations-main {
    padding: 15px 12px;
  }

  .operations-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .operations-toolbar > span:nth-of-type(n+2),
  .operations-toolbar > strong {
    display: none;
  }

  .operations-summary {
    gap: 9px;
    overflow: hidden;
  }

  .operations-summary span:last-child {
    display: none;
  }

  .operations-row {
    grid-template-columns: 63px minmax(90px, 1fr) minmax(72px, .7fr) minmax(74px, .7fr);
  }

  .operations-row > *:last-child {
    display: none;
  }

  .work-scene-underlay {
    padding: 24px;
  }

  .work-scene-window {
    width: 94%;
  }

  .work-scene-window-body {
    grid-template-columns: 84px 1fr;
    min-height: 245px;
  }

  .work-scene-content {
    padding: 25px 20px;
  }
}
.access-section {
  display: grid;
  grid-template-columns: 1fr minmax(330px, .7fr);
  gap: clamp(50px, 9vw, 120px);
  align-items: center;
  padding: 115px 0;
  border-top: 1px solid rgba(8,20,38,.08);
}

.access-copy {
  max-width: 650px;
}

.hotkey-list {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin-top: 30px;
}

.hotkey-list > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(8,20,38,.08);
  color: #5f728b;
  font-size: 14px;
}

.hotkey-list strong {
  color: #314762;
}

kbd {
  padding: 5px 8px;
  border: 1px solid rgba(8,20,38,.11);
  border-bottom-width: 2px;
  border-radius: 7px;
  background: rgba(255,255,255,.72);
  color: #677991;
  font-family: inherit;
  font-size: 11px;
  font-weight: 650;
}

.menubar-mock {
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(8,20,38,.12);
  border-radius: 22px;
  background: rgba(249,251,255,.88);
  box-shadow: 0 26px 68px rgba(68,90,132,.17);
  backdrop-filter: blur(20px);
}

.menubar-head,
.menubar-row,
.boss-scene-card {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 13px;
  border-radius: 11px;
  color: #263b57;
  font-size: 14px;
}

.menubar-head {
  gap: 10px;
  background: linear-gradient(135deg, rgba(232,243,255,.9), rgba(236,229,255,.82));
}

.menubar-head strong {
  flex: 1;
}

.menubar-glyph {
  font-size: 18px;
}

.menubar-check {
  color: #6eb294;
  font-size: 12px;
}

.menubar-row {
  justify-content: space-between;
}

.menubar-row-active {
  background: rgba(230,216,255,.45);
}

.menubar-divider {
  height: 1px;
  margin: 6px 7px;
  background: rgba(8,20,38,.08);
}

.menubar-mock > small {
  display: block;
  padding: 7px 13px 4px;
  color: #8b98aa;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .08em;
}

.boss-scene-card {
  width: 100%;
  justify-content: space-between;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.boss-scene-card strong {
  color: #6a7c92;
  font-size: 12px;
  font-weight: 650;
}

.boss-hover {
  display: none;
}

.boss-scene-card:hover,
.boss-scene-card:focus-visible {
  background: rgba(232,243,255,.72);
}

.boss-scene-card:hover .boss-default,
.boss-scene-card:focus-visible .boss-default {
  display: none;
}

.boss-scene-card:hover .boss-hover,
.boss-scene-card:focus-visible .boss-hover {
  display: inline;
}

.trust-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(50px, 8vw, 110px);
  padding: 104px 0;
  border-top: 1px solid rgba(8,20,38,.08);
}

.trust-points {
  display: grid;
  align-self: end;
}

.trust-points p {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(8,20,38,.08);
  color: #5c7089;
  font-size: 16px;
  line-height: 1.5;
}

.trust-points span {
  color: #9ab1cf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}

.final-cta {
  display: grid;
  justify-items: center;
  padding: 104px 30px 112px;
  border: 1px solid rgba(8,20,38,.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 18%, rgba(199,222,255,.52), transparent 31%),
    radial-gradient(circle at 18% 82%, rgba(230,216,255,.40), transparent 36%),
    rgba(250,252,255,.78);
  box-shadow: 0 28px 76px rgba(68,90,132,.10);
  text-align: center;
}

.final-cta img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  margin-bottom: 20px;
}

.final-cta h2 {
  max-width: 900px;
}

.final-cta h2 span {
  color: #536b8b;
}

.final-cta .home-button {
  margin-top: 30px;
}

.final-cta > p:last-child {
  margin: 16px 0 0;
  color: #78899f;
  font-size: 13px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1180px, calc(100% - 48px));
  margin: 28px auto 0;
  padding: 30px 0 42px;
  color: #708198;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.footer-brand span {
  display: grid;
  gap: 1px;
}

.footer-brand strong {
  color: #263b56;
  font-size: 14px;
}

.footer-brand small {
  font-size: 11px;
}

.site-footer nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
}

.footer-emergency {
  padding: 0;
  border: 0;
  background: transparent;
  color: #8b98a9;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(139,152,169,.45);
  text-underline-offset: 3px;
}

.boss-cover {
  position: fixed;
  z-index: 1000;
  inset: 0;
  overflow: auto;
  padding: clamp(22px, 4vw, 52px);
  background: #edf0f3;
  color: #1e2936;
}

.boss-cover[hidden] {
  display: none;
}

.boss-cover-toast {
  position: fixed;
  z-index: 1002;
  top: 22px;
  left: 50%;
  padding: 11px 15px;
  border-radius: 999px;
  background: #202934;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
  font-size: 13px;
  font-weight: 680;
  transform: translateX(-50%);
}

.boss-dashboard {
  width: min(1180px, 100%);
  min-height: calc(100vh - clamp(44px, 8vw, 104px));
  margin: 0 auto;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid #d2d7dd;
  border-radius: 18px;
  background: #f7f8fa;
  box-shadow: 0 20px 60px rgba(41,51,64,.14);
}

.boss-dashboard-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d9dde2;
}

.boss-dashboard-head p {
  margin: 0 0 8px;
  color: #77828e;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.boss-dashboard-head h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 620;
  letter-spacing: -.04em;
}

.boss-dashboard-head button {
  padding: 11px 15px;
  border: 1px solid #cbd1d8;
  border-radius: 9px;
  background: #fff;
  color: #3e4b59;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.boss-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.boss-kpis article {
  display: grid;
  min-height: 168px;
  align-content: space-between;
  padding: 20px;
  border: 1px solid #d8dde3;
  border-radius: 12px;
  background: #fff;
}

.boss-kpis span,
.boss-kpis small {
  color: #7a8591;
  font-size: 12px;
}

.boss-kpis strong {
  color: #26313d;
  font-size: 30px;
  font-weight: 620;
  letter-spacing: -.035em;
}

.boss-table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid #d9dde2;
  border-radius: 12px;
  background: #d9dde2;
}

.boss-table div {
  height: 86px;
  background:
    linear-gradient(#fff, #fff),
    repeating-linear-gradient(90deg, transparent 0 24px, #eef0f2 24px 25px);
}

.boss-footnote {
  margin: 20px 0 0;
  color: #87919c;
  font-size: 12px;
}

body.is-boss-covered {
  overflow: hidden;
}

@media (max-width: 899px) {
  .builder-layout,
  .desktop-story,
  .access-section,
  .trust-section {
    grid-template-columns: 1fr;
  }

  .desktop-story-copy,
  .access-copy {
    max-width: 760px;
  }

  .desktop-compare {
    min-height: 500px;
  }

  .boss-kpis {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 699px) {
  .product-story,
  .desktop-story,
  .cover-section,
  .access-section,
  .trust-section,
  .final-cta,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .product-story,
  .cover-section {
    padding: 80px 0;
  }

  .desktop-story,
  .access-section,
  .trust-section {
    padding: 80px 0;
  }

  .section-heading h2,
  .desktop-story-copy h2,
  .access-copy h2,
  .trust-section h2,
  .final-cta h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .section-heading > p:last-child,
  .desktop-story-copy > p,
  .access-copy > p {
    font-size: 17px;
  }

  .builder-layout {
    margin-top: 38px;
  }

  .mock-app-header,
  .mock-app-row {
    grid-template-columns: minmax(0, 1fr) 58px 58px;
    padding-inline: 16px;
  }

  .mock-app-header {
    font-size: 10px;
  }

  .mock-app-name {
    font-size: 14px;
  }

  .mock-app-dot {
    width: 24px;
    height: 24px;
  }

  .desktop-compare {
    min-height: 430px;
  }

  .desktop-example {
    width: 82%;
    height: 285px;
  }

  .desktop-window-card {
    height: 140px;
  }

  .cover-demo-screen {
    height: 430px;
  }

  .cover-surface {
    padding: 22px;
  }

  .cover-sheet {
    width: 96%;
    padding: 18px;
  }

  .cover-sheet-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cover-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .cover-controls .cover-reset {
    margin-left: 0;
  }

  .menubar-mock {
    max-width: 480px;
  }

  .final-cta {
    padding: 72px 20px 78px;
    border-radius: 24px;
  }

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

  .site-footer nav {
    flex-wrap: wrap;
  }

  .boss-cover {
    padding: 14px;
  }

  .boss-dashboard {
    min-height: calc(100vh - 28px);
    padding: 20px;
    border-radius: 13px;
  }

  .boss-dashboard-head {
    align-items: stretch;
    flex-direction: column;
  }

  .boss-kpis {
    grid-template-columns: 1fr;
  }

  .boss-table {
    grid-template-columns: 1fr 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cover-underlay,
  .cover-surface,
  .pixel-rpg-game,
  .work-scene-underlay,
  .cover-controls button,
  .home-button,
  .home-text-link span {
    transition: none !important;
  }

}

/* Information pages ------------------------------------------------------- */
.info-shell { min-height: 100vh; background: radial-gradient(circle at 82% 6%, rgba(199,222,255,.34), transparent 27rem), radial-gradient(circle at 15% 46%, rgba(230,216,255,.22), transparent 32rem), #f8fbff; color: var(--ink); }
.info-main { width: min(880px, calc(100% - 40px)); margin: 0 auto; padding: 112px 0 80px; }
.info-hero { padding: 68px 0 48px; border-bottom: 1px solid rgba(8,20,38,.10); }
.info-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #647894; font-size: 13px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.info-eyebrow::before { width: 7px; height: 7px; border-radius: 50%; background: var(--cool); box-shadow: 0 0 0 4px rgba(199,222,255,.35); content: ""; }
.info-title { max-width: 820px; margin: 0; font-size: clamp(42px, 5vw, 64px); font-weight: 620; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
.info-lede { max-width: 680px; margin: 28px 0 0; color: #536783; font-size: 20px; line-height: 1.55; }
.info-meta { margin: 18px 0 0; color: #73839a; font-size: 14px; }
.info-content { display: grid; gap: 0; }
.info-section { padding: 42px 0; border-bottom: 1px solid rgba(8,20,38,.09); }
.info-section:last-child { border-bottom: 0; }
.info-section h2 { margin: 0 0 16px; font-size: 26px; font-weight: 650; letter-spacing: -.035em; }
.info-section h3 { margin: 28px 0 10px; font-size: 17px; }
.info-section p, .info-section li { color: #52657e; font-size: 16px; line-height: 1.72; }
.info-section p { margin: 0 0 14px; }
.info-section ul, .info-section ol { margin: 13px 0 0; padding-left: 21px; }
.info-section li + li { margin-top: 8px; }
.info-section a:not(.info-back) { color: #405d82; text-decoration: underline; text-decoration-color: rgba(64,93,130,.28); text-underline-offset: 3px; }
.info-section a:not(.info-back):hover { color: var(--ink); }
.info-callout { margin-top: 24px; padding: 18px 20px; border: 1px solid rgba(8,20,38,.10); border-radius: 16px; background: rgba(255,255,255,.56); box-shadow: 0 12px 36px rgba(74,100,145,.07); }
.info-callout strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 15px; }
.info-back { display: inline-flex; align-items: center; gap: 7px; margin-top: 34px; color: #455c7c; font-size: 15px; font-weight: 700; text-decoration: none; }
.info-back:hover { color: var(--ink); }
.info-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: min(880px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 38px; border-top: 1px solid rgba(8,20,38,.09); color: #73839a; font-size: 13px; }
.info-footer-links { display: flex; gap: 18px; }
.info-footer a { color: inherit; text-decoration: none; }
.info-footer a:hover { color: var(--ink); }

@media (max-width: 699px) {
  .info-main { width: min(100% - 32px, 880px); padding-top: 78px; }
  .info-hero { padding: 46px 0 36px; }
  .info-title { font-size: clamp(40px, 10.5vw, 56px); line-height: 1.08; letter-spacing: -.03em; }
  .info-lede { font-size: 17px; }
  .info-section { padding: 34px 0; }
  .info-section h2 { font-size: 23px; }
  .info-footer { align-items: flex-start; flex-direction: column; width: min(100% - 32px, 880px); }
}
