/* Moving hero wordmark and three-person visual */
.hero {
  isolation: isolate;
  background: #000;
}

.hero-wordstream {
  position: absolute;
  top: 220px;
  right: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0 31%, #000 44% 100%);
  mask-image: linear-gradient(90deg, transparent 0 31%, #000 44% 100%);
}

.hero-wordstream-track {
  display: flex;
  width: max-content;
  animation: hero-wordstream-left 17s linear infinite;
  will-change: transform;
}

.hero-wordstream span {
  flex: 0 0 auto;
  padding-right: 0.6em;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(112px, 12vw, 176px);
  font-weight: 1000;
  letter-spacing: -0.055em;
  line-height: 0.9;
  white-space: nowrap;
  -webkit-text-stroke: 3px #74a2ff;
  filter:
    drop-shadow(0 0 5px rgba(110, 160, 255, 0.9))
    drop-shadow(0 0 14px rgba(20, 85, 255, 0.7));
  text-shadow: none;
}

@keyframes hero-wordstream-left {
  to { transform: translateX(-33.3333%); }
}

.hero-person.hero-team {
  right: 0;
  bottom: 0;
  width: min(65vw, 860px);
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: right bottom;
}

/* Quest-style sections below the hero. */

.hero ~ section {
  --quest-blue: #0648ff;
  --quest-ink: #05060a;
  --quest-line: #d9dde7;
}

.hero ~ section .section-title > span,
.hero ~ section .badge {
  color: var(--quest-blue);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hero ~ section .section-title h2 {
  letter-spacing: -0.045em;
  text-wrap: pretty;
}

.hero ~ section .section-title h2,
.job-board strong,
.command-grid h3,
.map-route h3,
.special-panel h2,
.start-box .section-title h2 {
  line-break: strict;
  overflow-wrap: normal;
  word-break: keep-all;
}

.hero ~ section p,
.hero ~ section summary {
  line-break: strict;
  text-wrap: pretty;
}

/* VALUE / party introduction */
.about {
  position: relative;
  padding: 64px 4vw 54px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6, 72, 255, 0.035), transparent 42%),
    #fff;
  border-bottom: 1px solid #cfd5e2;
}

.about .section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  max-width: 1480px;
  margin: 0 auto 34px;
}

.about .section-title h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.08;
  text-align: right;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(620px, 2fr);
  gap: 28px;
  align-items: stretch;
  max-width: 1480px;
  margin: 0 auto;
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 6px;
}

.about-kicker {
  color: var(--quest-blue);
  font-weight: 900;
  letter-spacing: 0.12em;
}

.about-statement {
  margin: 12px 0 18px;
  color: var(--quest-ink);
  font-size: clamp(23px, 2vw, 34px);
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: keep-all;
}

.about-copy > p:last-child {
  color: #51596a;
  font-size: 14px;
  line-height: 1.9;
}

.job-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--quest-line);
  border-radius: 2px;
  box-shadow: 0 22px 70px rgba(8, 21, 56, 0.08);
}

.job-board > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  padding: 34px 28px;
  border-right: 1px solid var(--quest-line);
}

.job-board > div:last-child {
  border-right: 0;
}

.job-board > div::before {
  display: none;
  content: none;
}

.job-board span {
  color: var(--quest-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.job-board strong {
  display: block;
  margin-top: 16px;
  color: var(--quest-ink);
  font-size: clamp(22px, 1.75vw, 28px);
  line-height: 1.35;
}

.job-board strong::after {
  display: none;
  content: none;
}

/* SCREEN / dark HUD, preserving the existing interactive phone UI */
.screens {
  display: grid;
  grid-template-columns: minmax(230px, 0.32fr) minmax(720px, 1fr);
  gap: 48px;
  padding: 72px 4vw 66px;
  color: #fff;
  background:
    radial-gradient(circle at 62% 48%, rgba(6, 72, 255, 0.18), transparent 34%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    #050609;
  background-size: auto, 100% 42px, auto;
  border-bottom: 1px solid #252a36;
}

.screens > .section-title {
  align-self: center;
  max-width: 330px;
}

.screens > .section-title h2 {
  margin: 14px 0 24px;
  color: #fff;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.12;
}

.screens > .section-title p {
  color: #aeb6c8;
  font-size: 14px;
  line-height: 1.9;
}

.screen-switcher {
  display: grid;
  grid-template-columns: minmax(250px, 340px) minmax(420px, 1fr);
  grid-template-areas:
    "device tabs"
    "device description";
  gap: 16px 28px;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.screen-device {
  grid-area: device;
  align-self: end;
  justify-self: center;
}

.screen-device::after {
  display: none;
}

.screen-device .main-phone {
  width: min(272px, 72vw);
  aspect-ratio: 390 / 844;
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.5),
    0 0 26px rgba(6, 72, 255, 0.1);
}

.phone-frame {
  background: #0b0d12;
  border-width: 8px;
  border-color: #303641;
  border-radius: 34px;
  box-shadow: 0 0 0 1px #000, 0 28px 80px rgba(0, 0, 0, 0.6), 0 0 42px rgba(6, 72, 255, 0.1);
}

.phone-frame img {
  object-fit: cover;
  object-position: top center;
  filter: none;
}

.screen-tabs {
  display: grid;
  grid-area: tabs;
  grid-template-columns: repeat(7, minmax(58px, 1fr));
  gap: 8px;
}

.screen-tab {
  min-height: 72px;
  padding: 10px 6px;
  color: #d5d9e2;
  background: #101217;
  border: 1px solid #1d212b;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
}

.screen-tab[aria-pressed="true"] {
  color: #fff;
  background: var(--quest-blue);
  border-color: #4779ff;
  box-shadow: 0 10px 26px rgba(6, 72, 255, 0.35);
}

.screen-description {
  position: relative;
  grid-area: description;
  min-height: 250px;
  padding: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #11141b, #08090d);
  border: 1px solid #222733;
  border-radius: 6px;
}

.screen-description > span {
  color: var(--quest-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.screen-description h3 {
  margin: 12px 0 14px;
  color: #fff;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.2;
}

.screen-description p {
  color: #aeb6c8;
  font-size: 14px;
  line-height: 1.8;
}

/* SYSTEM / quest inventory cards */
.system {
  display: block;
  padding: 62px 4vw;
  background: #f7f8fb;
  border-bottom: 1px solid #ccd2de;
}

.system .section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  max-width: 1120px;
  margin: 0 auto 28px;
}

.system .section-title h2 {
  max-width: 720px;
  margin: 0;
  color: var(--quest-ink);
  font-size: clamp(31px, 3vw, 48px);
  line-height: 1.1;
}

.command-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto;
}

.command-grid article {
  position: relative;
  min-height: 210px;
  padding: 58px 26px 28px;
  background: #fff;
  border: 1px solid #dce0e8;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(10, 20, 46, 0.04);
}

.command-grid article::before {
  display: none;
  content: none;
}

.command-num {
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--quest-blue);
  font-size: 18px;
  font-weight: 900;
}

.command-grid h3 {
  color: var(--quest-ink);
  font-size: 21px;
  line-height: 1.4;
}

.command-grid p {
  margin-top: 14px;
  color: #626a7b;
  font-size: 13px;
  line-height: 1.8;
}

/* FIELD MAP / horizontal quest route */
.field-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 340px) minmax(0, 1fr);
  gap: 50px;
  align-items: center;
  padding: 52px 4vw;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 50%, rgba(6, 72, 255, 0.16), transparent 30%),
    #030407;
  border-bottom: 1px solid #222834;
}

.field-map .section-title h2 {
  margin: 12px 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
}

.field-map .section-title p {
  color: #aeb6c8;
}

.map-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.map-route::before {
  position: absolute;
  top: 50px;
  right: 8%;
  left: 8%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--quest-blue), #83a5ff, var(--quest-blue));
  box-shadow: 0 0 12px rgba(6, 72, 255, 0.6);
}

.map-route li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.map-route li::before {
  margin-bottom: 12px;
  content: attr(data-label);
  color: #6f94ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.map-route li > span {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
  color: #fff;
  background: #05070b;
  border: 2px solid #f2f5ff;
  border-radius: 50%;
  box-shadow: 0 0 0 7px #05070b, 0 0 24px rgba(6, 72, 255, 0.28);
  font-size: 14px;
  font-weight: 900;
}

.map-route h3 {
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}

.map-route p {
  margin-top: 8px;
  color: #8f98aa;
  font-size: 11px;
  line-height: 1.65;
}

/* SPECIAL / boss encounter */
.special {
  padding: 56px 4vw;
  background: #fff;
}

.special-panel {
  position: relative;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 46px;
  align-items: center;
  max-width: 1120px;
  min-height: 320px;
  margin: 0 auto;
  padding: 34px 58px 34px 24px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(6, 72, 255, 0.24), transparent 48%),
    #07080d;
  border: 1px solid #1f2430;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(9, 12, 24, 0.18);
}

.special-panel::after {
  position: absolute;
  inset: 12px;
  content: "ONE CONNECTED FLOW";
  color: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  font-size: clamp(42px, 7vw, 100px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.special-logo-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 170px;
  height: 170px;
  perspective: 700px;
  transform-style: preserve-3d;
  animation: gq-icon-float 4.8s ease-in-out infinite;
  isolation: auto;
}

.special-logo-stage::before {
  position: absolute;
  right: 18px;
  bottom: 5px;
  left: 18px;
  height: 22px;
  content: "";
  background: rgba(0, 46, 180, 0.58);
  border-radius: 50%;
  filter: blur(14px);
  transform: translateZ(-30px) scaleX(0.82);
}

.special-logo-stage::after {
  display: none;
}

.special-logo {
  width: 150px;
  height: 150px;
  border-radius: 28px;
  clip-path: inset(1.5% round 24%);
  object-fit: cover;
  transform: rotateX(7deg) rotateY(-9deg) scale(1.12) translateZ(14px);
  mix-blend-mode: screen;
  filter: drop-shadow(10px 16px 18px rgba(0,0,0,.35)) drop-shadow(0 0 28px rgba(21,91,255,.52));
}

@keyframes gq-icon-float {
  0%, 100% { transform: translateY(2px) rotateZ(-1deg); }
  50% { transform: translateY(-8px) rotateZ(1deg); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-wordstream-track { animation: none; }
  .special-logo-stage { animation: none; }
}

.special-panel > div {
  position: relative;
  z-index: 1;
}

.special-panel h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 50px);
  line-height: 1.1;
  text-wrap: pretty;
}

.special-panel p:last-child {
  max-width: 700px;
  color: #b8bfd0;
  line-height: 1.9;
}

/* START / reward chest */
.start {
  padding: 0 4vw 58px;
  background: #fff;
}

.start-box {
  position: relative;
  max-width: 1120px;
  min-height: 280px;
  margin: 0 auto;
  padding: 46px 54px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(110deg, #0036cb, #0754ff 62%, #0b2b8f);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(6, 72, 255, 0.24);
}

.start-box .section-title h2,
.start-box .section-title > span,
.start-box > p {
  color: #fff;
}

.start-box .section-title h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.start-box > p {
  max-width: 820px;
  margin: 16px auto 26px;
  line-height: 1.8;
  text-align: center;
  text-wrap: pretty;
}

.start-box .button.primary {
  color: #0736b3;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.faq {
  padding: 62px 4vw 80px;
  background: #f6f7fa;
}

.faq-list details {
  background: #fff;
  border-color: #d8dde7;
}

.site-footer {
  color: #fff;
  background: #020307;
  border-top: 3px solid var(--gq-blue);
}

@media (max-width: 1100px) {
  .about-layout {
    grid-template-columns: 0.75fr 2fr;
  }

  .screens {
    grid-template-columns: 1fr;
  }

  .screens > .section-title { max-width: 620px; }

  .system {
    grid-template-columns: 1fr;
  }

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

  .field-map {
    grid-template-columns: 1fr minmax(600px, 2fr);
  }

}

@media (max-width: 900px) {
  .hero {
    background: #000;
  }

  .hero-wordstream {
    top: 206px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-wordstream span {
    font-size: clamp(82px, 17vw, 124px);
    -webkit-text-stroke-width: 2px;
  }

  .hero-person.hero-team {
    top: 82px;
    right: -5vw;
    bottom: auto;
    width: min(96vw, 760px);
    height: auto;
    object-fit: contain;
    object-position: center top;
  }

  .about,
  .screens,
  .system,
  .field-map,
  .special,
  .faq {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about .section-title {
    display: block;
  }

  .about .section-title h2 {
    margin-top: 10px;
    text-align: left;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .system .section-title {
    display: block;
  }

  .system .section-title h2 {
    margin-top: 10px;
  }

  .system {
    padding-top: 46px;
  }

  .about-copy {
    padding: 0;
  }

  .job-board {
    grid-template-columns: 1fr;
  }

  .job-board > div {
    display: flex;
    min-height: 132px;
    padding: 26px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--quest-line);
  }

  .job-board > div:last-child { border-bottom: 0; }
  .job-board strong {
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.35;
  }

  .screens {
    gap: 30px;
    padding-top: 54px;
    padding-bottom: 32px;
  }

  .screen-switcher {
    grid-template-columns: 1fr;
    grid-template-areas:
      "device"
      "tabs"
      "description";
  }

  .screen-tabs {
    display: flex;
    padding-bottom: 6px;
    overflow-x: auto;
  }

  .screen-tab {
    flex: 0 0 74px;
    min-height: 64px;
  }

  .screen-description {
    align-self: start;
    min-height: 0;
    padding: 24px 24px 26px;
  }

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

  .command-grid article {
    min-height: 210px;
  }

  .field-map {
    grid-template-columns: 1fr;
  }

  .map-route {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .map-route::before {
    top: 40px;
    bottom: 40px;
    left: 37px;
    width: 2px;
    height: auto;
  }

  .map-route li {
    display: grid;
    grid-template-columns: 76px 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 20px;
    align-items: center;
    min-height: 150px;
    text-align: left;
  }

  .map-route li::before {
    grid-column: 2;
    margin: 0 0 6px;
  }

  .map-route li > span {
    position: relative;
    top: auto;
    left: auto;
    grid-row: 1 / 3;
    width: 74px;
    height: 74px;
    margin: 0;
    transform: none;
  }

  .map-route li > div { grid-column: 2; }

  .special-panel {
    grid-template-columns: 170px 1fr;
    gap: 20px;
    padding: 28px;
  }

  .special-logo-stage {
    width: 150px;
    height: 150px;
  }

  .special-logo-stage::after {
    width: 116px;
    height: 116px;
    border-radius: 27px;
  }

  .special-logo {
    width: 132px;
    height: 132px;
    border-radius: 24px;
  }

  .start {
    padding-right: 20px;
    padding-left: 20px;
  }

  .start-box { padding: 42px 34px; }
}

@media (max-width: 640px) {
  .hero-person.hero-team {
    top: 148px;
    right: -27vw;
    width: 155vw;
    max-width: none;
  }

  .about { padding-top: 46px; }
  .about .section-title h2 {
    font-size: 34px;
    line-height: 1.1;
  }
  .about-statement { font-size: 25px; }

  .screens > .section-title h2 { font-size: 38px; }

  .screen-device {
    width: 100%;
  }

  .main-phone {
    width: min(248px, 76vw);
    aspect-ratio: 390 / 844;
    margin: 0 auto;
  }

  .screen-description {
    min-height: 0;
    padding-right: 24px;
  }

  .screen-description h3 { font-size: 25px; }

  .command-grid {
    grid-template-columns: 1fr;
  }

  .command-grid article {
    display: block;
    min-height: 0;
    padding: 54px 26px 26px;
  }

  .command-grid h3 {
    padding-top: 0;
    font-size: 23px;
  }

  .command-grid p {
    margin-top: 12px;
    font-size: 14px;
  }

  .field-map { padding-top: 46px; }

  .special-panel {
    display: flex;
    flex-direction: column;
    padding: 26px 22px 32px;
    text-align: left;
  }

  .special-logo-stage {
    width: 132px;
    height: 132px;
  }

  .special-logo-stage::after {
    width: 102px;
    height: 102px;
    border-radius: 24px;
  }

  .special-logo {
    width: 116px;
    height: 116px;
    margin-bottom: 4px;
    border-radius: 22px;
  }

  .special-panel h2 {
    font-size: 33px;
    line-height: 1.12;
  }

  .start-box .section-title h2 {
    font-size: 38px;
    line-height: 1.12;
    text-wrap: pretty;
  }

  .start-box {
    min-height: 0;
    padding: 34px 26px;
  }

  .faq { padding-bottom: 60px; }
}

/* Global alignment polish
   Section headlines should feel intentional; body copy and cards should read naturally. */
.hero ~ section .section-title {
  text-align: center;
}

.hero ~ section .section-title h2 {
  margin-inline: auto;
  text-align: inherit;
  text-wrap: balance;
}

.hero ~ section .section-title p {
  margin-inline: auto;
  text-align: inherit;
}

.about .section-title,
.system .section-title,
.faq .section-title {
  display: block;
  max-width: 1120px;
  text-align: center;
}

.about .section-title h2,
.system .section-title h2,
.faq .section-title h2 {
  max-width: 900px;
  margin-top: 14px;
  text-align: center;
}

.about .section-title {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(5, 6, 10, 0.35);
}

.about-copy,
.job-board,
.job-board > div,
.command-grid article,
.screen-description,
.special-panel,
.faq-list details {
  text-align: left;
}

.about-copy > p,
.job-board strong,
.command-grid h3,
.command-grid p,
.screen-description h3,
.screen-description p,
.map-route h3,
.map-route p,
.special-panel h2,
.special-panel p,
.faq-list summary,
.faq-list p {
  text-wrap: pretty;
}

.job-board > div {
  align-items: flex-start;
}

.command-grid article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.screen-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
}

.screen-description h3,
.screen-description p {
  max-width: 620px;
  margin-inline: 0;
}

.field-map .section-title,
.screens > .section-title {
  text-align: left !important;
}

.field-map .section-title h2,
.field-map .section-title p,
.screens > .section-title h2,
.screens > .section-title p {
  margin-inline: 0 !important;
  text-align: left !important;
}

.special-panel p:last-child {
  margin-inline: 0;
}

.start-box .section-title,
.start-box > p,
.site-footer {
  text-align: center;
}

.faq-list {
  max-width: 980px;
  margin-inline: auto;
}

@media (max-width: 900px) {
  .hero ~ section .section-title,
  .about .section-title,
  .system .section-title,
  .faq .section-title,
  .field-map .section-title,
  .screens > .section-title {
    text-align: left;
  }

  .hero ~ section .section-title h2,
  .hero ~ section .section-title p,
  .about .section-title h2,
  .system .section-title h2,
  .faq .section-title h2,
  .field-map .section-title h2,
  .field-map .section-title p,
  .screens > .section-title h2,
  .screens > .section-title p {
    margin-inline: 0;
    text-align: left;
  }

  .about .section-title {
    padding-bottom: 24px;
  }

  .screen-description {
    justify-content: flex-start;
    min-height: 0;
  }

  .start-box .section-title,
  .start-box .section-title h2,
  .start-box > p {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .hero ~ section .section-title h2,
  .about-statement,
  .job-board strong,
  .command-grid h3,
  .field-map .section-title h2,
  .special-panel h2,
  .start-box .section-title h2 {
    letter-spacing: -0.04em;
  }

  .about-copy > p:last-child,
  .screens > .section-title p,
  .screen-description p,
  .command-grid p,
  .map-route p,
  .special-panel p:last-child,
  .start-box > p,
  .faq-list p {
    line-height: 1.75;
  }

  .job-board > div {
    justify-content: flex-start;
    min-height: 118px;
    padding: 24px 24px 26px;
  }
}

/* SCREEN motion polish: Veryfi-like floating UI, keeping GQ colors/text intact */
.screens {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 62% 36%, rgba(6, 72, 255, 0.28), transparent 28%),
    radial-gradient(circle at 78% 82%, rgba(0, 200, 255, 0.12), transparent 34%),
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    #050609;
  background-size: auto, auto, 100% 42px, auto;
}

.screens::before,
.screens::after {
  content: "";
  position: absolute;
  inset: auto;
  z-index: -1;
  pointer-events: none;
}

.screens::before {
  width: 54vw;
  height: 54vw;
  right: -18vw;
  top: -20vw;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(6, 72, 255, 0.2), transparent 62%);
  filter: blur(6px);
  animation: gqAuraDrift 10s ease-in-out infinite alternate;
}

.screens::after {
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.055) 45%, transparent 58%),
    linear-gradient(90deg, transparent, rgba(6, 72, 255, 0.08), transparent);
  transform: translateX(-72%);
  animation: gqSectionScan 7.5s ease-in-out infinite;
}

.screen-switcher {
  position: relative;
  z-index: 1;
  align-items: start;
}

.screen-motion-layer {
  position: absolute;
  inset: -20px 0 0 0;
  z-index: 0;
  pointer-events: none;
}

.motion-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  height: 32px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(8, 13, 24, 0.72);
  border: 1px solid rgba(72, 124, 255, 0.44);
  border-radius: 999px;
  box-shadow:
    0 14px 38px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(6, 72, 255, 0.22);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  backdrop-filter: blur(12px);
  opacity: 0.88;
  animation: gqChipFloat 5.8s ease-in-out infinite;
}

.chip-estimate {
  top: 8%;
  left: 36%;
  animation-delay: -0.8s;
}

.chip-field {
  top: 31%;
  right: 5%;
  animation-delay: -2.2s;
}

.chip-docs {
  left: 38%;
  bottom: 20%;
  animation-delay: -3.4s;
}

.chip-money {
  right: 12%;
  bottom: 8%;
  animation-delay: -4.6s;
}

.screen-device,
.screen-tabs,
.screen-description {
  position: relative;
  z-index: 1;
}

.screen-tabs {
  align-self: start;
}

.screen-tab {
  height: 72px;
}

.screen-description {
  align-self: start;
}

.screen-device {
  perspective: 1100px;
}

.screen-device .main-phone {
  position: relative;
  transform-origin: 50% 55%;
  animation: gqPhoneFloat 6s ease-in-out infinite;
}

.screen-device .main-phone::before,
.screen-device .main-phone::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.screen-device .main-phone::before {
  inset: -18px;
  z-index: -1;
  background:
    radial-gradient(circle at 48% 18%, rgba(255, 255, 255, 0.16), transparent 24%),
    radial-gradient(circle at 54% 72%, rgba(6, 72, 255, 0.3), transparent 58%);
  filter: blur(10px);
  opacity: 0.84;
  animation: gqPhoneGlow 4.8s ease-in-out infinite alternate;
}

.screen-device .main-phone::after {
  inset: 8px;
  z-index: 2;
  background: linear-gradient(110deg, transparent 6%, rgba(255, 255, 255, 0.22) 44%, transparent 58%);
  mix-blend-mode: screen;
  transform: translateX(-120%);
  animation: gqPhoneScan 4.4s ease-in-out infinite;
}

.phone-frame img {
  transition:
    opacity 0.32s ease,
    transform 0.46s cubic-bezier(.2, .8, .2, 1),
    filter 0.32s ease;
}

.main-phone.is-switching img {
  animation: gqScreenSwap 0.52s cubic-bezier(.2, .8, .2, 1);
}

.screen-tab {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

.screen-tab::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: translateX(-130%);
  transition: transform 0.42s ease;
}

.screen-tab:hover,
.screen-tab:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(90, 137, 255, 0.7);
}

.screen-tab:hover::after,
.screen-tab:focus-visible::after,
.screen-tab[aria-pressed="true"]::after {
  transform: translateX(130%);
}

.screen-tab[aria-pressed="true"] {
  animation: gqActivePulse 2.8s ease-in-out infinite;
}

.screen-description {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 42px rgba(0, 0, 0, 0.22);
}

.screen-description::after {
  content: "";
  position: absolute;
  right: -20%;
  top: -40%;
  width: 48%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(6, 72, 255, 0.18), transparent);
  transform: rotate(16deg);
  animation: gqCardSweep 6s ease-in-out infinite;
}

.screen-description > * {
  position: relative;
  z-index: 1;
}

@keyframes gqAuraDrift {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: 0.72; }
  to { transform: translate3d(-4vw, 5vw, 0) scale(1.08); opacity: 1; }
}

@keyframes gqSectionScan {
  0%, 32% { transform: translateX(-72%); opacity: 0; }
  48% { opacity: 1; }
  72%, 100% { transform: translateX(72%); opacity: 0; }
}

@keyframes gqChipFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(10px, -12px, 0); }
}

@keyframes gqPhoneFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(-1deg); }
  50% { transform: translate3d(0, -12px, 0) rotateX(1.6deg) rotateY(1deg); }
}

@keyframes gqPhoneGlow {
  from { opacity: 0.56; transform: scale(0.98); }
  to { opacity: 0.95; transform: scale(1.02); }
}

@keyframes gqPhoneScan {
  0%, 42% { transform: translateX(-120%); opacity: 0; }
  52% { opacity: 0.8; }
  74%, 100% { transform: translateX(120%); opacity: 0; }
}

@keyframes gqScreenSwap {
  0% { opacity: 0.72; transform: translateY(10px) scale(0.985); filter: blur(2px); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes gqActivePulse {
  0%, 100% { box-shadow: 0 10px 26px rgba(6, 72, 255, 0.32); }
  50% { box-shadow: 0 14px 34px rgba(6, 72, 255, 0.52); }
}

@keyframes gqCardSweep {
  0%, 45% { transform: translateX(-20%) rotate(16deg); opacity: 0; }
  62% { opacity: 1; }
  100% { transform: translateX(160%) rotate(16deg); opacity: 0; }
}

@media (max-width: 900px) {
  .screen-motion-layer {
    inset: 0;
  }

  .motion-chip {
    min-width: 58px;
    height: 28px;
    padding: 0 11px;
    font-size: 10px;
    opacity: 0.78;
  }

  .screen-tab {
    height: 64px;
  }

  .chip-estimate {
    top: 10%;
    left: 8%;
  }

  .chip-field {
    top: 22%;
    right: 4%;
  }

  .chip-docs {
    left: 6%;
    bottom: 44%;
  }

  .chip-money {
    right: 9%;
    bottom: 35%;
  }
}

@media (max-width: 640px) {
  .screens::after {
    animation-duration: 9s;
  }

  .screen-device .main-phone {
    animation-duration: 7s;
  }

  .screen-description {
    padding: 26px 24px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .screens::before,
  .screens::after,
  .motion-chip,
  .screen-device .main-phone,
  .screen-device .main-phone::before,
  .screen-device .main-phone::after,
  .main-phone.is-switching img,
  .screen-tab[aria-pressed="true"],
  .screen-description::after {
    animation: none !important;
  }

  .phone-frame img,
  .screen-tab {
    transition: none !important;
  }
}

/* Creative redesign after hero: app-product story, keeping current GQ palette */
.motion-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(.2, .8, .2, 1);
}

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

.section-tag {
  display: inline-flex;
  width: max-content;
  color: var(--quest-blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
}

.creative-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  padding: clamp(74px, 9vw, 124px) 5vw;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 24%, rgba(6, 72, 255, 0.28), transparent 29%),
    radial-gradient(circle at 26% 96%, rgba(43, 185, 255, 0.12), transparent 34%),
    linear-gradient(135deg, #050609 0%, #080d18 46%, #050609 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  isolation: isolate;
}

.creative-flow::before {
  content: "ESTIMATE  FIELD  DOCUMENT  INVOICE  PAYMENT";
  position: absolute;
  left: -4vw;
  right: -4vw;
  bottom: 10%;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
  font-size: clamp(44px, 8vw, 116px);
  font-weight: 950;
  letter-spacing: 0.08em;
  white-space: nowrap;
  animation: gqHugeTextDrift 18s linear infinite;
}

.flow-copy {
  max-width: 560px;
}

.flow-copy h2 {
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.flow-lead {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.flow-copy > p:not(.flow-lead) {
  max-width: 520px;
  margin: 0;
  color: #c5cede;
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
}

.flow-canvas {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(95, 132, 255, 0.32);
  border-radius: 30px;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.1), transparent 26%),
    rgba(6, 9, 16, 0.76);
  background-size: 100% 44px, 44px 100%, auto, auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 90px rgba(0, 0, 0, 0.4),
    0 0 70px rgba(6, 72, 255, 0.16);
  overflow: hidden;
}

.flow-document {
  position: absolute;
  top: 42px;
  left: 50%;
  width: 156px;
  height: 210px;
  display: grid;
  place-items: end center;
  padding-bottom: 24px;
  color: #0a1224;
  background:
    repeating-linear-gradient(#fff 0 12px, #eaf1ff 12px 15px),
    #fff;
  border-radius: 14px;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.36),
    0 0 44px rgba(6, 72, 255, 0.22);
  font-size: 16px;
  font-weight: 950;
  transform: translateX(-50%) rotate(-3deg);
  animation: gqDocumentFloat 5.5s ease-in-out infinite;
}

.flow-document::before,
.flow-document::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  height: 8px;
  border-radius: 999px;
  background: rgba(6, 72, 255, 0.22);
}

.flow-document::before { top: 36px; }
.flow-document::after { top: 58px; right: 54px; }

.flow-path {
  position: absolute;
  top: 260px;
  left: 50%;
  width: 2px;
  height: 88px;
  background: linear-gradient(transparent, rgba(255,255,255,0.7), rgba(6,72,255,0.92), transparent);
  box-shadow: 0 0 24px rgba(6, 72, 255, 0.84);
  transform: translateX(-50%);
  animation: gqPathPulse 1.8s ease-in-out infinite;
}

.flow-dataset {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 118px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.flow-dataset span {
  min-height: 58px;
  display: grid;
  place-items: center;
  color: #eaf0ff;
  background: rgba(255, 255, 255, 0.062);
  border: 1px solid rgba(128, 158, 255, 0.26);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 950;
  animation: gqDatasetLift 4.8s ease-in-out infinite;
}

.flow-dataset span:nth-child(2) { animation-delay: -0.5s; }
.flow-dataset span:nth-child(3) { animation-delay: -1s; }
.flow-dataset span:nth-child(4) { animation-delay: -1.5s; }
.flow-dataset span:nth-child(5) { animation-delay: -2s; }
.flow-dataset span:nth-child(6) { animation-delay: -2.5s; }

.flow-result {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  color: #fff;
  background: linear-gradient(135deg, rgba(6, 72, 255, 0.94), rgba(34, 126, 255, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(6, 72, 255, 0.28);
}

.flow-result strong {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.flow-result span {
  font-size: 14px;
  font-weight: 900;
}

.app-theater {
  grid-template-columns: minmax(280px, 0.34fr) minmax(680px, 1fr);
}

.screen-switcher {
  grid-template-areas:
    "device tabs"
    "device description"
    "device rail";
}

.screen-rail {
  grid-area: rail;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.screen-rail span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.decision-stack {
  position: relative;
  padding-top: clamp(78px, 9vw, 120px);
  padding-bottom: clamp(78px, 9vw, 120px);
  background:
    radial-gradient(circle at 8% 8%, rgba(6, 72, 255, 0.1), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f4f7fc 100%);
}

.decision-heading {
  align-items: start;
}

.decision-heading p {
  max-width: 460px;
  margin: 6px 0 0;
  color: #657184;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

.decision-stack .command-grid {
  grid-template-columns: repeat(6, minmax(156px, 1fr));
  gap: 0;
  border: 1px solid #dce3ef;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 80px rgba(13, 22, 46, 0.08);
}

.decision-stack .command-grid article {
  min-height: 320px;
  padding: 34px 20px 28px;
  border: 0;
  border-right: 1px solid #e0e6f0;
  border-radius: 0;
  box-shadow: none;
  transition:
    background 0.28s ease,
    transform 0.28s ease,
    color 0.28s ease;
}

.decision-stack .command-grid article:last-child {
  border-right: 0;
}

.decision-stack .command-grid article:hover {
  z-index: 1;
  color: #fff;
  background: linear-gradient(180deg, #0648ff, #062d9f);
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(6, 72, 255, 0.24);
}

.decision-stack .command-grid article:hover .command-num,
.decision-stack .command-grid article:hover h3,
.decision-stack .command-grid article:hover p {
  color: #fff;
}

.decision-stack .command-num {
  color: var(--quest-blue);
  font-size: 18px;
}

.decision-stack .command-grid h3 {
  margin-top: 58px;
  font-size: clamp(20px, 1.6vw, 27px);
  line-height: 1.28;
}

.decision-stack .command-grid p {
  margin-top: 18px;
  color: #6a7485;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.75;
}

.flow-lane {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(560px, 1fr);
  gap: clamp(38px, 6vw, 78px);
  align-items: center;
  padding: clamp(82px, 10vw, 132px) 5vw;
  background:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    #050609;
  background-size: 100% 48px;
  overflow: hidden;
}

.flow-lane::before {
  content: "";
  position: absolute;
  inset: 12% -20% auto 42%;
  height: 440px;
  background: radial-gradient(circle, rgba(6, 72, 255, 0.26), transparent 62%);
  filter: blur(12px);
}

.flow-lane .section-title {
  position: relative;
  z-index: 1;
  align-self: center;
}

.flow-lane .map-route {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
}

.flow-lane .map-route::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 64px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0648ff, #fff, #0648ff, transparent);
  box-shadow: 0 0 24px rgba(6, 72, 255, 0.76);
}

.flow-lane .map-route li {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  padding: 28px 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
}

.flow-lane .map-route li > span {
  position: relative;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #050609;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  box-shadow: 0 0 34px rgba(6, 72, 255, 0.28);
}

.flow-lane .map-route li::after {
  content: attr(data-label);
  order: -1;
  color: #77a0ff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.flow-lane .map-route h3 {
  color: #fff;
  font-size: clamp(20px, 1.9vw, 30px);
  line-height: 1.25;
}

.flow-lane .map-route p {
  color: #aeb8cb;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}

.os-message {
  padding: clamp(72px, 8vw, 112px) 5vw;
  background:
    radial-gradient(circle at 50% 0%, rgba(6, 72, 255, 0.1), transparent 34%),
    #f8faff;
}

.os-message .special-panel {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: 1080px;
  min-height: 420px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 62px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7, 10, 18, 0.96), rgba(4, 8, 18, 0.98)),
    #050609;
  border: 1px solid rgba(6, 72, 255, 0.22);
  border-radius: 34px;
  box-shadow:
    0 30px 90px rgba(9, 19, 54, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.os-message .special-logo-stage {
  position: relative;
  min-height: 250px;
  display: grid;
  place-items: center;
}

.os-message .special-logo-stage::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(6, 72, 255, 0.42), transparent 62%);
  filter: blur(10px);
  animation: gqPhoneGlow 4.8s ease-in-out infinite alternate;
}

.os-message .special-logo {
  position: relative;
  width: 168px;
  border-radius: 36px;
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.46),
    0 0 36px rgba(6, 72, 255, 0.28);
}

.os-message .special-panel h2 {
  max-width: 700px;
  margin: 22px 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.os-message .special-panel p:last-child {
  max-width: 760px;
  color: #c9d2e4;
  font-size: 16px;
  font-weight: 800;
  line-height: 2;
}

.launch-panel {
  position: relative;
  padding: clamp(72px, 8vw, 116px) 5vw;
  color: #fff;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,0.16), transparent 20%),
    linear-gradient(135deg, #0648ff 0%, #0833b8 54%, #050609 100%);
  overflow: hidden;
}

.launch-panel::before {
  content: "2026.8.1";
  position: absolute;
  right: -0.05em;
  bottom: -0.22em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
  font-size: clamp(74px, 18vw, 240px);
  font-weight: 950;
  letter-spacing: -0.08em;
}

.launch-panel .start-box {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 70px);
  color: #fff;
  background: rgba(5, 6, 9, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 80px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.launch-panel .start-box p {
  max-width: 740px;
  margin: 20px auto 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.95;
}

.faq {
  background:
    linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
}

.faq details {
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.faq details:hover {
  transform: translateY(-3px);
  border-color: rgba(6, 72, 255, 0.25);
  box-shadow: 0 18px 48px rgba(9, 18, 43, 0.08);
}

@keyframes gqHugeTextDrift {
  from { transform: translateX(0); }
  to { transform: translateX(-18%); }
}

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

@keyframes gqPathPulse {
  0%, 100% { opacity: 0.45; transform: translateX(-50%) scaleY(0.72); }
  50% { opacity: 1; transform: translateX(-50%) scaleY(1); }
}

@keyframes gqDatasetLift {
  0%, 100% { transform: translateY(0); border-color: rgba(128, 158, 255, 0.26); }
  50% { transform: translateY(-6px); border-color: rgba(128, 158, 255, 0.56); }
}

@media (max-width: 1100px) {
  .creative-flow,
  .flow-lane {
    grid-template-columns: 1fr;
  }

  .decision-stack .command-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .decision-stack .command-grid article:nth-child(3) {
    border-right: 0;
  }

  .decision-stack .command-grid article:nth-child(-n + 3) {
    border-bottom: 1px solid #e0e6f0;
  }

  .flow-lane .map-route {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-lane .map-route::before {
    display: none;
  }
}

@media (max-width: 900px) {
  .app-theater {
    grid-template-columns: 1fr;
  }

  .app-theater > .section-title {
    align-self: start;
  }

  .screen-switcher {
    grid-template-areas:
      "device"
      "tabs"
      "description"
      "rail";
  }

  .screen-rail {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .screen-rail span {
    flex: 0 0 auto;
  }

  .os-message .special-panel {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 700px) {
  .creative-flow {
    padding-inline: 28px;
  }

  .flow-canvas {
    min-height: 560px;
    border-radius: 24px;
  }

  .flow-dataset {
    left: 20px;
    right: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-result {
    left: 20px;
    right: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .decision-stack .section-title {
    display: block;
  }

  .decision-stack .command-grid {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .decision-stack .command-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e0e6f0;
  }

  .decision-stack .command-grid article:last-child {
    border-bottom: 0;
  }

  .decision-stack .command-grid h3 {
    margin-top: 30px;
  }

  .flow-lane .map-route {
    grid-template-columns: 1fr;
  }

  .flow-lane .map-route li {
    min-height: 240px;
  }

  .os-message,
  .launch-panel {
    padding-inline: 28px;
  }
}

/* Mobile SCREEN refinement: アプリ操作の変化が見える密度と導線 */
.live-app-panel.is-switching {
  animation: gqAppSwitch 0.46s cubic-bezier(.2, .8, .2, 1);
}

.app-flow-console.is-switching {
  animation: gqConsoleSwitch 0.48s cubic-bezier(.2, .8, .2, 1);
}

@keyframes gqAppSwitch {
  0% {
    opacity: 0.72;
    transform: translateY(10px) scale(0.985);
    filter: blur(3px) brightness(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0) brightness(1);
  }
}

@keyframes gqConsoleSwitch {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  section#screens.gq-live-experience.app-theater,
  .gq-live-experience.app-theater {
    display: block !important;
    min-height: auto !important;
    padding: 30px 18px 36px !important;
    overflow: hidden !important;
  }

  .gq-live-experience.app-theater > .section-title {
    max-width: 100% !important;
    margin: 0 0 16px !important;
    text-align: left !important;
  }

  .gq-live-experience.app-theater > .section-title span {
    margin-bottom: 12px !important;
    font-size: 13px !important;
    letter-spacing: 0.26em !important;
  }

  .gq-live-experience.app-theater > .section-title h2 {
    max-width: 10.8em !important;
    margin: 0 !important;
    font-size: clamp(34px, 10.1vw, 43px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.07em !important;
  }

  .gq-live-experience.app-theater > .section-title p {
    display: none !important;
  }

  .gq-live-experience.app-theater > .section-title::after {
    display: none !important;
  }

  .gq-live-experience.app-theater .live-app-shell,
  .gq-live-experience.app-theater .screen-switcher {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .gq-live-experience.app-theater .live-app-shell::before,
  .gq-live-experience.app-theater .live-app-shell::after,
  .gq-live-experience.app-theater .screen-switcher::before,
  .gq-live-experience.app-theater .screen-switcher::after {
    display: none !important;
  }

  .gq-live-experience .live-app-visual {
    order: 1 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 4px 0 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .gq-live-experience .live-app-visual::before,
  .gq-live-experience .live-app-visual::after,
  .gq-live-experience .live-data-flow,
  .gq-live-experience .screen-rail,
  .gq-live-experience .live-app-narrative .screen-feature-stage {
    display: none !important;
  }

  .gq-live-experience .live-app-panel {
    width: min(87vw, 304px) !important;
    min-height: 420px !important;
    margin: 0 auto !important;
    padding: 44px 17px 17px !important;
    border-radius: 34px !important;
    transform: none !important;
    transition:
      box-shadow 0.28s ease,
      border-color 0.28s ease,
      filter 0.28s ease !important;
  }

  .gq-live-experience .live-app-panel::before {
    width: 84px !important;
    height: 22px !important;
    top: 14px !important;
    border-radius: 999px !important;
  }

  .gq-live-experience .live-app-panel::after {
    inset: 9px !important;
    border-radius: 28px !important;
  }

  .gq-live-experience .live-app-topbar,
  .gq-live-experience .live-app-body {
    position: relative !important;
    z-index: 2 !important;
  }

  .gq-live-experience .live-app-topbar {
    min-height: 42px !important;
    padding: 9px 12px !important;
    gap: 8px !important;
    border-radius: 18px !important;
  }

  .gq-live-experience .live-app-topbar strong {
    font-size: 18px !important;
  }

  .gq-live-experience .live-app-topbar span:last-child {
    padding: 7px 10px !important;
    font-size: 10px !important;
    letter-spacing: 0.16em !important;
  }

  .gq-live-experience .live-app-body {
    display: block !important;
    min-height: 0 !important;
    padding-top: 11px !important;
  }

  .gq-live-experience .live-app-main {
    min-height: auto !important;
    gap: 10px !important;
  }

  .gq-live-experience #app-meta {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    color: rgba(8, 18, 42, 0.66) !important;
  }

  .gq-live-experience #app-headline {
    margin: 4px 0 2px !important;
    font-size: 23px !important;
    line-height: 1.04 !important;
    letter-spacing: -0.05em !important;
  }

  .gq-live-experience .app-task-card {
    padding: 12px !important;
    border-radius: 18px !important;
  }

  .gq-live-experience .app-task-card span {
    font-size: 9px !important;
    letter-spacing: 0.16em !important;
  }

  .gq-live-experience .app-task-card strong {
    margin-top: 5px !important;
    font-size: 17px !important;
    line-height: 1.16 !important;
  }

  .gq-live-experience .app-task-card small {
    margin-top: 4px !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .gq-live-experience .app-progress-line {
    height: 8px !important;
    margin: 2px 0 !important;
  }

  .gq-live-experience .live-app-side {
    display: block !important;
    margin-top: 9px !important;
  }

  .gq-live-experience .app-score-card {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    min-height: auto !important;
    padding: 12px 13px !important;
    border-radius: 18px !important;
  }

  .gq-live-experience .app-score-card span {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
  }

  .gq-live-experience .app-score-card strong {
    font-size: 20px !important;
  }

  .gq-live-experience .app-mini-feed {
    display: none !important;
  }

  .gq-live-experience .live-app-narrative {
    order: 2 !important;
    display: block !important;
    width: 100% !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .gq-live-experience .app-flow-console {
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 15px !important;
    border-radius: 18px !important;
    background:
      linear-gradient(135deg, rgba(6, 72, 255, 0.24), rgba(4, 10, 24, 0.86)),
      rgba(6, 12, 28, 0.82) !important;
    border: 1px solid rgba(110, 164, 255, 0.32) !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24) !important;
  }

  .gq-live-experience .app-flow-console span {
    display: block !important;
    margin-bottom: 6px !important;
    color: #73a7ff !important;
    font-size: 11px !important;
    letter-spacing: 0.16em !important;
  }

  .gq-live-experience .app-flow-console strong {
    display: block !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .gq-live-experience .screen-tabs {
    order: 3 !important;
    display: flex !important;
    gap: 8px !important;
    width: calc(100% + 36px) !important;
    margin: 0 -18px !important;
    padding: 0 18px 4px !important;
    overflow-x: auto !important;
    scroll-snap-type: x proximity !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .gq-live-experience .screen-tabs::-webkit-scrollbar {
    display: none !important;
  }

  .gq-live-experience .screen-tab {
    flex: 0 0 auto !important;
    min-width: 74px !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 13px !important;
    border-radius: 999px !important;
    scroll-snap-align: start !important;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 13px !important;
    letter-spacing: 0.02em !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
  }

  .gq-live-experience .screen-tab[aria-pressed="true"] {
    color: #fff !important;
    background: linear-gradient(135deg, #0757ff, #2d7bff) !important;
    border-color: rgba(255, 255, 255, 0.34) !important;
    box-shadow: 0 14px 32px rgba(6, 72, 255, 0.38) !important;
  }
}

/* Final mobile pass: SCREENはアプリ画面を主役にして、1ビュー内で読み切れる密度へ */
@media (max-width: 700px) {
  .gq-live-experience.app-theater,
  section#screens.gq-live-experience.app-theater {
    display: block !important;
    min-height: auto !important;
    padding: 28px 18px 34px !important;
    gap: 0 !important;
  }

  .gq-live-experience.app-theater > .section-title {
    max-width: 100% !important;
    margin: 0 0 14px !important;
    text-align: left !important;
  }

  .gq-live-experience.app-theater > .section-title span {
    margin-bottom: 12px !important;
    font-size: 13px !important;
    letter-spacing: 0.26em !important;
  }

  .gq-live-experience.app-theater > .section-title h2 {
    max-width: 10.5em !important;
    margin: 0 !important;
    font-size: clamp(34px, 10.3vw, 43px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.07em !important;
  }

  .gq-live-experience.app-theater > .section-title p {
    display: none !important;
  }

  .gq-live-experience.app-theater > .section-title::after {
    display: none !important;
  }

  .gq-live-experience.app-theater .live-app-shell,
  .gq-live-experience.app-theater .screen-switcher {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .gq-live-experience.app-theater .live-app-shell::before,
  .gq-live-experience.app-theater .live-app-shell::after,
  .gq-live-experience.app-theater .screen-switcher::before,
  .gq-live-experience.app-theater .screen-switcher::after {
    display: none !important;
  }

  .gq-live-experience .live-app-visual {
    order: 1 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 10px 0 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .gq-live-experience .live-app-visual::before,
  .gq-live-experience .live-app-visual::after,
  .gq-live-experience .live-data-flow,
  .gq-live-experience .screen-rail,
  .gq-live-experience .live-app-narrative {
    display: none !important;
  }

  .gq-live-experience .live-app-panel {
    width: min(88vw, 306px) !important;
    min-height: 430px !important;
    margin: 0 auto !important;
    padding: 46px 18px 18px !important;
    border-radius: 34px !important;
    transform: none !important;
  }

  .gq-live-experience .live-app-panel::before {
    width: 84px !important;
    height: 22px !important;
    top: 15px !important;
    border-radius: 999px !important;
  }

  .gq-live-experience .live-app-panel::after {
    inset: 9px !important;
    border-radius: 28px !important;
  }

  .gq-live-experience .live-app-topbar,
  .gq-live-experience .live-app-body {
    position: relative !important;
    z-index: 2 !important;
  }

  .gq-live-experience .live-app-topbar {
    min-height: 44px !important;
    padding: 10px 12px !important;
    gap: 8px !important;
    border-radius: 18px !important;
  }

  .gq-live-experience .live-app-topbar strong {
    font-size: 18px !important;
  }

  .gq-live-experience .live-app-topbar span:last-child {
    padding: 7px 10px !important;
    font-size: 10px !important;
    letter-spacing: 0.16em !important;
  }

  .gq-live-experience .live-app-body {
    display: block !important;
    min-height: 0 !important;
    padding-top: 12px !important;
  }

  .gq-live-experience .live-app-main {
    min-height: auto !important;
    gap: 10px !important;
  }

  .gq-live-experience #app-meta {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    color: rgba(8, 18, 42, 0.66) !important;
  }

  .gq-live-experience #app-headline {
    margin: 4px 0 2px !important;
    font-size: 24px !important;
    line-height: 1.02 !important;
    letter-spacing: -0.05em !important;
  }

  .gq-live-experience .app-task-card {
    padding: 13px !important;
    border-radius: 18px !important;
  }

  .gq-live-experience .app-task-card span {
    font-size: 9px !important;
    letter-spacing: 0.16em !important;
  }

  .gq-live-experience .app-task-card strong {
    margin-top: 5px !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
  }

  .gq-live-experience .app-task-card small {
    margin-top: 4px !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .gq-live-experience .app-progress-line {
    height: 8px !important;
    margin: 2px 0 !important;
  }

  .gq-live-experience .live-app-side {
    display: block !important;
    margin-top: 10px !important;
  }

  .gq-live-experience .app-score-card {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    min-height: auto !important;
    padding: 12px 13px !important;
    border-radius: 18px !important;
  }

  .gq-live-experience .app-score-card span {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
  }

  .gq-live-experience .app-score-card strong {
    font-size: 20px !important;
  }

  .gq-live-experience .app-mini-feed {
    display: none !important;
  }

  .gq-live-experience .screen-tabs {
    order: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 7px !important;
    width: 100% !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .gq-live-experience .screen-tab {
    min-width: 0 !important;
    min-height: 38px !important;
    height: 38px !important;
    flex: initial !important;
    padding: 0 8px !important;
    border-radius: 13px !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
  }
}

/* Design principles pass: proximity, alignment, repetition, contrast. */
.flow-copy {
  display: grid;
  gap: 22px;
}

.flow-copy > p:not(.flow-lead) {
  max-width: 680px;
  padding-left: 20px;
  border-left: 3px solid rgba(6, 72, 255, 0.72);
  color: rgba(222, 233, 255, 0.72);
  line-height: 2.05;
}

.os-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
  max-width: 760px;
}

.os-proof-grid > div {
  min-height: 154px;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.035)),
    rgba(3, 7, 18, .62);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 20px 54px rgba(0,0,0,.22);
}

.os-proof-grid span {
  color: #7ea4ff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
}

.os-proof-grid strong {
  color: #fff;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.os-proof-grid p {
  margin: 0;
  color: rgba(225, 235, 255, .68) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.gq-continuum .command-grid {
  counter-reset: gqFeature;
}

.gq-continuum .command-grid article,
.gq-continuum .command-grid article:nth-child(n) {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 20px;
  row-gap: 12px;
  align-content: start;
  min-height: 246px !important;
  padding: clamp(24px, 3vw, 34px) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,1), rgba(246,249,255,.96)) !important;
}

.gq-continuum .command-grid article::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #0648ff, rgba(6,72,255,0));
  opacity: .22;
}

.gq-continuum .command-grid article:hover::after {
  opacity: .78;
}

.gq-continuum .command-num {
  grid-row: 1 / span 3;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 !important;
  border-radius: 20px;
  color: #0648ff;
  background: rgba(6,72,255,.08);
  border: 1px solid rgba(6,72,255,.18);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.05em;
}

.gq-continuum .command-grid article small {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0648ff;
  background: rgba(6,72,255,.08);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
}

.gq-continuum .command-grid h3 {
  margin: 0;
  color: #05070c;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.14;
  letter-spacing: -0.07em;
}

.gq-continuum .command-grid p {
  margin: 0;
  max-width: 26em;
  color: #667387 !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
}

.gq-money-river .map-route li,
.gq-money-river .map-route li:nth-child(n) {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 210px !important;
  padding: 24px !important;
}

.gq-money-river .map-route li::before {
  content: attr(data-label);
  position: absolute;
  left: 116px;
  top: 25px;
  color: #7ea4ff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
}

.gq-money-river .map-route li > span {
  width: 64px !important;
  height: 64px !important;
  margin: 0 !important;
  color: #fff;
  background: rgba(255,255,255,.075);
  border-color: rgba(255,255,255,.32);
}

.gq-money-river .map-route li > div {
  padding-top: 34px;
}

.gq-money-river .map-route h3 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.16;
}

.gq-money-river .map-route p {
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.special-panel {
  align-items: center;
}

.special-panel h2,
.start-box h2,
.faq h2 {
  text-wrap: balance;
}

.special-panel > div:last-child > p:last-child,
.start-box > p {
  max-width: 760px;
  line-height: 2;
}

.faq-list details {
  border-radius: 22px !important;
}

.faq-list summary {
  font-size: clamp(17px, 1.5vw, 22px);
  letter-spacing: -0.035em;
}

@media (max-width: 900px) {
  .os-proof-grid {
    grid-template-columns: 1fr;
  }

  .gq-continuum .command-grid article,
  .gq-continuum .command-grid article:nth-child(n),
  .gq-money-river .map-route li,
  .gq-money-river .map-route li:nth-child(n) {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }

  .gq-continuum .command-num,
  .gq-money-river .map-route li > span {
    width: 52px !important;
    height: 52px !important;
    border-radius: 17px;
    font-size: 19px;
  }

  .gq-money-river .map-route li::before {
    left: 94px;
  }
}

@media (max-width: 700px) {
  .flow-copy > p:not(.flow-lead) {
    padding-left: 14px;
    line-height: 1.9;
  }

  .os-proof-grid > div {
    min-height: auto;
  }

  .gq-continuum .command-grid article,
  .gq-continuum .command-grid article:nth-child(n),
  .gq-money-river .map-route li,
  .gq-money-river .map-route li:nth-child(n) {
    min-height: auto !important;
    padding: 20px !important;
  }

  .gq-continuum .command-grid h3,
  .gq-money-river .map-route h3 {
    font-size: 24px;
  }
}

/* 2026-07-10: mobile SCREEN should fit as an app-first hero, not a long explanation. */
@media (max-width: 700px) {
  .gq-live-experience.app-theater {
    min-height: auto !important;
    padding-top: 28px !important;
    padding-bottom: 56px !important;
    gap: 12px !important;
  }

  .gq-live-experience.app-theater > .section-title {
    display: grid;
    gap: 8px;
    max-width: 100% !important;
  }

  .gq-live-experience.app-theater > .section-title span {
    margin-bottom: 0;
  }

  .gq-live-experience.app-theater > .section-title h2 {
    font-size: clamp(27px, 8.8vw, 34px) !important;
    line-height: 1.03 !important;
    letter-spacing: -0.08em !important;
    max-width: 9.2em;
  }

  .gq-live-experience.app-theater > .section-title p {
    max-width: 25em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px !important;
    line-height: 1.72 !important;
  }

  .gq-live-experience.app-theater > .section-title::after {
    display: none !important;
  }

  .gq-live-experience.app-theater .live-app-shell {
    padding: 10px !important;
    gap: 10px !important;
    background:
      radial-gradient(circle at 52% 20%, rgba(6,72,255,.22), transparent 34%),
      rgba(1, 5, 15, 0.72) !important;
  }

  .gq-live-experience .live-app-visual {
    min-height: min(63vh, 490px) !important;
    display: grid;
    place-items: center;
  }

  .gq-live-experience .live-app-panel {
    width: min(90%, 300px) !important;
    padding: 9px !important;
  }

  .gq-live-experience .live-app-topbar {
    padding: 20px 13px 10px !important;
  }

  .gq-live-experience .live-app-topbar strong {
    font-size: 13px;
  }

  .gq-live-experience .live-app-topbar span:last-child {
    padding: 6px 9px;
    font-size: 10px;
  }

  .gq-live-experience .live-app-body {
    padding: 12px !important;
  }

  .gq-live-experience #app-meta {
    font-size: 11px;
  }

  .gq-live-experience #app-headline {
    font-size: clamp(22px, 7.3vw, 27px) !important;
    line-height: 1.02;
  }

  .gq-live-experience .app-task-card {
    padding: 11px !important;
  }

  .gq-live-experience .app-task-card span {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .gq-live-experience .app-task-card strong {
    font-size: 14px !important;
    line-height: 1.25;
  }

  .gq-live-experience .app-task-card small {
    margin-top: 5px;
    font-size: 10px;
  }

  .gq-live-experience .app-progress-line {
    gap: 5px;
  }

  .gq-live-experience .app-progress-line i {
    height: 5px;
  }

  .gq-live-experience .live-app-side {
    grid-template-columns: 1fr !important;
    gap: 8px;
  }

  .gq-live-experience .app-score-card {
    min-height: auto !important;
    padding: 12px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .gq-live-experience .app-score-card strong {
    margin-top: 0 !important;
    font-size: 20px !important;
  }

  .gq-live-experience .app-mini-feed {
    display: none !important;
  }

  .gq-live-experience .live-data-flow {
    display: none !important;
  }

  .gq-live-experience .live-app-narrative {
    display: none !important;
  }

  .gq-live-experience .screen-tabs {
    margin-top: 0;
    padding: 6px !important;
  }

  .gq-live-experience .screen-tab {
    flex: 0 0 72px !important;
    min-height: 48px !important;
    border-radius: 13px !important;
    font-size: 12px !important;
  }

  .gq-live-experience .screen-rail {
    display: none !important;
  }
}

/* Final precedence: interactive OS demo must override older SCREEN repair rules. */
.gq-live-experience.app-theater {
  grid-template-columns: minmax(280px, 0.82fr) minmax(560px, 1.4fr) !important;
}

.gq-live-experience.app-theater .live-app-shell {
  grid-template-columns: minmax(380px, 1.08fr) minmax(260px, 0.72fr) !important;
  grid-template-areas:
    "visual narrative"
    "tabs tabs"
    "rail rail" !important;
  max-width: 1060px !important;
}

.gq-live-experience .live-app-visual {
  grid-area: visual !important;
}

.gq-live-experience .live-app-narrative {
  grid-area: narrative !important;
}

.gq-live-experience .screen-tabs {
  grid-area: tabs !important;
  width: auto !important;
}

.gq-live-experience .screen-rail {
  grid-area: rail !important;
  width: auto !important;
}

.gq-live-experience .screen-feature-stage {
  grid-area: auto !important;
}

@media (max-width: 1180px) {
  .gq-live-experience.app-theater {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .gq-live-experience.app-theater .live-app-shell {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "visual"
      "narrative"
      "tabs"
      "rail" !important;
  }
}

@media (max-width: 700px) {
  .gq-live-experience.app-theater {
    gap: 26px !important;
    padding-inline: 18px !important;
  }

  .gq-live-experience.app-theater > .section-title {
    width: 100%;
    max-width: 100%;
  }

  .gq-live-experience.app-theater > .section-title h2 {
    max-width: 100%;
    font-size: clamp(34px, 10.4vw, 43px) !important;
    line-height: 1.05;
    letter-spacing: -0.075em;
    overflow-wrap: anywhere;
  }

  .gq-live-experience.app-theater > .section-title p {
    font-size: 14px;
    line-height: 1.9;
  }

  .gq-live-experience.app-theater > .section-title::after {
    margin-top: 20px;
    font-size: clamp(22px, 8.2vw, 31px);
    line-height: 0.94;
  }

  .gq-live-experience.app-theater .live-app-shell {
    width: 100% !important;
    padding: 12px !important;
    gap: 14px !important;
    border-radius: 28px !important;
  }

  .gq-live-experience .live-app-visual {
    min-height: 520px !important;
    align-content: center;
  }

  .gq-live-experience .live-app-panel {
    width: 92% !important;
    transform: none !important;
    animation: gqLivePanelFloatMobile 5.8s ease-in-out infinite !important;
  }

  .gq-live-experience .live-app-topbar {
    padding: 13px 14px;
  }

  .gq-live-experience .live-app-body {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 14px !important;
  }

  .gq-live-experience #app-headline {
    font-size: clamp(24px, 8.8vw, 32px);
  }

  .gq-live-experience .app-task-card {
    padding: 13px;
    border-radius: 17px;
  }

  .gq-live-experience .app-task-card strong {
    font-size: 16px;
  }

  .gq-live-experience .live-app-side {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px;
  }

  .gq-live-experience .app-score-card {
    min-height: 104px !important;
    padding: 13px;
  }

  .gq-live-experience .app-score-card strong {
    margin-top: 14px;
    font-size: 22px;
  }

  .gq-live-experience .app-mini-feed {
    padding: 10px;
    gap: 7px;
  }

  .gq-live-experience .app-mini-feed span {
    height: 28px;
  }

  .gq-live-experience .live-data-flow {
    padding: 8px !important;
    gap: 6px;
  }

  .gq-live-experience .live-data-flow span {
    padding: 7px 8px;
    font-size: 9px;
  }

  .gq-live-experience .live-app-narrative .screen-feature-stage {
    min-height: 285px !important;
  }

  .gq-live-experience .screen-tabs {
    display: flex !important;
    overflow-x: auto;
    min-width: 0;
  }

  .gq-live-experience .screen-tab {
    flex: 0 0 82px !important;
    min-height: 56px !important;
  }

  .gq-live-experience .screen-rail {
    min-width: 0;
  }
}

/* 2026-07-07: Veryfi-like connected app experience */
.gq-live-experience {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-template-columns: minmax(280px, 0.82fr) minmax(560px, 1.4fr) !important;
  align-items: center;
  background:
    radial-gradient(circle at 76% 18%, rgba(48, 102, 255, 0.32), transparent 34%),
    radial-gradient(circle at 16% 78%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(145deg, #02040a 0%, #06101d 48%, #000 100%) !important;
}

.gq-live-experience::before {
  content: "GENBA QUEST";
  position: absolute;
  right: -7vw;
  top: 9%;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.095);
  font-size: clamp(82px, 14vw, 210px);
  font-weight: 950;
  letter-spacing: -0.09em;
  white-space: nowrap;
  opacity: 0.8;
}

.gq-live-experience::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at 62% 44%, #000 0 42%, transparent 74%);
}

.gq-live-experience > .section-title {
  max-width: 560px;
}

.gq-live-experience > .section-title h2 {
  color: #f7fbff;
  text-shadow: 0 0 34px rgba(6, 72, 255, 0.22);
}

.gq-live-experience > .section-title p {
  color: rgba(226, 236, 255, 0.75);
}

.live-app-shell,
.app-theater .live-app-shell {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(380px, 1.08fr) minmax(260px, 0.72fr);
  grid-template-areas:
    "visual narrative"
    "tabs tabs"
    "rail rail";
  gap: 18px;
  width: min(100%, 1060px);
  max-width: 1060px !important;
  padding: clamp(18px, 2.7vw, 30px) !important;
  border-radius: 38px !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.03)),
    rgba(1, 5, 15, 0.76) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(6, 72, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(22px);
  overflow: hidden;
}

.live-app-shell::before {
  content: "";
  position: absolute;
  inset: 16px;
  pointer-events: none;
  border-radius: 30px;
  background:
    radial-gradient(circle at var(--x, 30%) var(--y, 24%), rgba(6,72,255,.28), transparent 26%),
    linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
  opacity: 0.78;
  transition: opacity .35s ease;
}

.live-app-visual {
  grid-area: visual;
  position: relative;
  min-height: 520px;
  border-radius: 30px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(6, 72, 255, 0.26), transparent 34%),
    linear-gradient(160deg, rgba(9, 18, 38, 0.88), rgba(0, 0, 0, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.live-app-visual::before,
.live-app-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 50px rgba(6, 72, 255, 0.18);
}

.live-app-visual::before {
  width: 540px;
  height: 540px;
  animation: gqOrbitSpin 34s linear infinite;
}

.live-app-visual::after {
  width: 340px;
  height: 340px;
  animation: gqOrbitSpin 22s linear infinite reverse;
}

.live-app-panel {
  position: relative;
  z-index: 2;
  width: min(92%, 560px);
  transform: perspective(1100px) rotateX(8deg) rotateY(-9deg);
  transform-origin: center;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(225, 237, 255, 0.92));
  color: #07101d;
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.52),
    0 0 72px rgba(6, 72, 255, 0.42);
  overflow: hidden;
  animation: gqLivePanelFloat 5.8s ease-in-out infinite;
}

.live-app-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.62);
  border-bottom: 1px solid rgba(8, 26, 52, 0.08);
}

.app-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0648ff;
  box-shadow: 0 0 20px rgba(6, 72, 255, 0.85);
}

.live-app-topbar strong {
  font-size: 14px;
  letter-spacing: .12em;
}

.live-app-topbar span:last-child {
  margin-left: auto;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0648ff;
  background: rgba(6, 72, 255, 0.095);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.live-app-body {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 16px;
  padding: 22px;
}

.live-app-main {
  display: grid;
  gap: 14px;
}

#app-meta {
  color: #5f6e82;
  font-size: 13px;
  font-weight: 800;
}

#app-headline {
  margin: 0;
  color: #07101d;
  font-size: clamp(30px, 3vw, 48px);
  line-height: .98;
  letter-spacing: -0.07em;
}

.app-task-card {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(8, 22, 42, 0.09);
  box-shadow: 0 12px 32px rgba(11, 28, 56, 0.1);
}

.app-task-card.is-primary {
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(255,255,255,.23), transparent 32%),
    linear-gradient(135deg, #0648ff, #432fff);
  box-shadow:
    0 18px 42px rgba(6, 72, 255, 0.32),
    inset 0 1px 0 rgba(255,255,255,.22);
}

.app-task-card span {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  opacity: .74;
}

.app-task-card strong {
  display: block;
  font-size: clamp(17px, 1.55vw, 23px);
  line-height: 1.25;
}

.app-task-card small {
  display: block;
  margin-top: 8px;
  font-weight: 800;
  opacity: .7;
}

.app-progress-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.app-progress-line i {
  height: 7px;
  border-radius: 999px;
  background: rgba(6, 72, 255, 0.16);
  overflow: hidden;
}

.app-progress-line i::before {
  content: "";
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: #0648ff;
  animation: gqProgressPulse 2.2s ease-in-out infinite;
}

.app-progress-line i:nth-child(2)::before { animation-delay: .18s; }
.app-progress-line i:nth-child(3)::before { animation-delay: .36s; }
.app-progress-line i:nth-child(4)::before { animation-delay: .54s; }

.live-app-side {
  display: grid;
  gap: 14px;
  align-content: stretch;
}

.app-score-card {
  min-height: 152px;
  padding: 16px;
  border-radius: 22px;
  color: #fff;
  background:
    linear-gradient(145deg, #09111f, #03060c);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.app-score-card span {
  display: block;
  color: rgba(255,255,255,.64);
  font-size: 12px;
  font-weight: 900;
}

.app-score-card strong {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: clamp(23px, 2vw, 34px);
  letter-spacing: -0.05em;
}

.app-mini-feed {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(8, 22, 42, 0.06);
}

.app-mini-feed span {
  height: 42px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(6,72,255,.18), rgba(6,72,255,.04)),
    rgba(255,255,255,.5);
}

.live-data-flow {
  position: absolute;
  inset: auto 18px 18px;
  z-index: 3;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.live-data-flow span {
  padding: 9px 11px;
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  box-shadow: 0 0 28px rgba(6, 72, 255, .16);
}

.live-app-narrative {
  grid-area: narrative;
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  align-content: stretch;
}

.live-app-narrative .screen-feature-stage {
  min-height: 366px;
  background:
    radial-gradient(circle at 55% 35%, rgba(6, 72, 255, 0.3), transparent 38%),
    rgba(0, 0, 0, 0.28);
}

.live-app-narrative .screen-description {
  width: calc(100% - 28px);
  padding: clamp(22px, 2.5vw, 34px);
}

.live-app-narrative .screen-description h3 {
  font-size: clamp(28px, 3.2vw, 44px);
}

.app-flow-console {
  min-height: 138px;
  padding: 22px;
  border-radius: 26px;
  color: #dce8ff;
  background:
    linear-gradient(135deg, rgba(6,72,255,.24), rgba(255,255,255,.045)),
    rgba(0,0,0,.4);
  border: 1px solid rgba(255,255,255,.13);
}

.app-flow-console span {
  display: block;
  margin-bottom: 12px;
  color: #7ea4ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.app-flow-console strong {
  display: block;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.55;
}

.gq-live-experience .screen-tabs {
  position: relative;
  z-index: 2;
  grid-area: tabs;
  padding: 8px;
  border-radius: 24px;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.08);
}

.gq-live-experience .screen-tab {
  min-height: 58px;
  font-size: 13px;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.gq-live-experience .screen-tab:hover {
  transform: translateY(-3px);
}

.gq-live-experience .screen-tab[aria-pressed="true"] {
  box-shadow:
    0 18px 40px rgba(6, 72, 255, .33),
    inset 0 1px 0 rgba(255,255,255,.24);
}

.gq-live-experience .screen-rail {
  grid-area: rail;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.78;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.gq-live-experience .screen-rail span {
  animation: gqRailDrift 14s linear infinite;
}

.gq-continuum {
  background:
    linear-gradient(180deg, #f6f8fc 0%, #fff 100%) !important;
}

.gq-continuum .command-grid {
  position: relative;
  gap: 0 !important;
  border: 1px solid rgba(7, 18, 34, 0.11);
  border-radius: 34px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(5, 18, 38, 0.09);
}

.gq-continuum .command-grid::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(6,72,255,.42), transparent);
}

.gq-continuum .command-grid article,
.gq-continuum .command-grid article:nth-child(n) {
  border-radius: 0 !important;
  border: 0;
  border-right: 1px solid rgba(7,18,34,.08);
  border-bottom: 1px solid rgba(7,18,34,.08);
  box-shadow: none;
}

.gq-continuum .command-grid article:nth-child(3n) {
  border-right: 0;
}

.gq-money-river {
  background:
    radial-gradient(circle at 80% 22%, rgba(6,72,255,.22), transparent 34%),
    linear-gradient(180deg, #01040a 0%, #07111f 100%) !important;
}

.gq-money-river .map-route {
  align-items: stretch;
}

.gq-money-river .map-route li {
  position: relative;
  background:
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025)),
    rgba(0,0,0,.36) !important;
}

.gq-money-river .map-route li::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, #0648ff, transparent);
}

.gq-money-river .map-route li:last-child::after {
  display: none;
}

@keyframes gqLivePanelFloat {
  0%, 100% { transform: perspective(1100px) rotateX(8deg) rotateY(-9deg) translateY(0); }
  50% { transform: perspective(1100px) rotateX(6deg) rotateY(-6deg) translateY(-12px); }
}

@keyframes gqProgressPulse {
  0%, 100% { transform: translateX(-20%); opacity: .55; }
  50% { transform: translateX(142%); opacity: 1; }
}

@keyframes gqRailDrift {
  from { transform: translateX(0); }
  to { transform: translateX(-18px); }
}

@media (max-width: 1180px) {
  .gq-live-experience {
    grid-template-columns: 1fr !important;
  }

  .live-app-shell,
  .app-theater .live-app-shell {
    width: min(100%, 940px);
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  .live-app-shell,
  .app-theater .live-app-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "visual"
      "narrative"
      "tabs"
      "rail";
  }

  .live-app-visual {
    min-height: 480px;
  }

  .gq-continuum .command-grid::before {
    left: 50%;
    right: auto;
    top: 6%;
    bottom: 6%;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(6,72,255,.38), transparent);
  }

  .gq-continuum .command-grid article:nth-child(n) {
    border-right: 0;
  }

  .gq-money-river .map-route li::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -18px;
    width: 2px;
    height: 36px;
    background: linear-gradient(180deg, #0648ff, transparent);
  }
}

@media (max-width: 700px) {
  .gq-live-experience {
    padding-inline: 18px !important;
  }

  .live-app-shell,
  .app-theater .live-app-shell {
    padding: 12px !important;
    border-radius: 28px !important;
  }

  .live-app-visual {
    min-height: 420px;
    border-radius: 24px;
  }

  .live-app-panel {
    width: 94%;
    border-radius: 24px;
    transform: none;
    animation: gqLivePanelFloatMobile 5.8s ease-in-out infinite;
  }

  .live-app-body {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .live-app-side {
    grid-template-columns: 1fr 1fr;
  }

  .app-score-card {
    min-height: 118px;
  }

  .app-mini-feed {
    padding: 12px;
  }

  .live-data-flow {
    position: static;
    padding: 12px;
    justify-content: center;
  }

  .live-app-narrative .screen-feature-stage {
    min-height: 300px;
  }

  .live-app-narrative .screen-description {
    width: calc(100% - 20px);
  }

  .gq-live-experience .screen-tabs {
    display: flex;
  }
}

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

/* 2026-07-07: replace generated PNG scenes with composited motion pieces. */
.flow-visual,
.money-flow-visual img {
  display: none !important;
}

.gq-os-orbit .creative-dataset,
.gq-os-orbit .flow-result {
  display: none !important;
}

.gq-os-orbit {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(6, 72, 255, 0.34), transparent 28%),
    radial-gradient(circle at 20% 18%, rgba(76, 136, 255, 0.18), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(255, 255, 255, 0.07), transparent 26%),
    linear-gradient(145deg, #02040a, #071327 58%, #000) !important;
}

.gq-os-orbit::before {
  background:
    conic-gradient(from 180deg, transparent 0 17%, rgba(6,72,255,.58) 18% 20%, transparent 21% 42%, rgba(255,255,255,.28) 43% 44%, transparent 45% 100%),
    radial-gradient(circle, rgba(6,72,255,.24), transparent 60%) !important;
  animation: gqOrbitSpin 24s linear infinite;
}

.gq-os-orbit::after {
  background:
    linear-gradient(90deg, transparent, rgba(6,72,255,.22), transparent),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.12), transparent 45%) !important;
  opacity: .8;
}

.os-core {
  position: absolute;
  left: 50%;
  top: 44%;
  z-index: 2;
  width: clamp(150px, 18vw, 250px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 40% 28%, rgba(255,255,255,.34), transparent 22%),
    linear-gradient(145deg, rgba(6,72,255,.96), rgba(2,6,18,.92));
  border: 1px solid rgba(255,255,255,.25);
  box-shadow:
    0 0 70px rgba(6,72,255,.58),
    0 32px 90px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.3);
}

.os-core span {
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 950;
  letter-spacing: -0.12em;
  text-shadow: 0 0 26px rgba(255,255,255,.44);
}

.os-node {
  position: absolute;
  z-index: 3;
  width: clamp(132px, 15vw, 190px);
  padding: 16px;
  border-radius: 22px;
  color: #eff6ff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.035)),
    rgba(3, 7, 18, 0.78);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:
    0 22px 60px rgba(0,0,0,.38),
    0 0 36px rgba(6,72,255,.24);
  backdrop-filter: blur(16px);
  animation: gqNodeFloat 6s ease-in-out infinite;
}

.os-node::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(6,72,255,.7), transparent 40%, rgba(255,255,255,.18));
  opacity: .38;
}

.os-node span {
  display: block;
  margin-bottom: 8px;
  color: #7ea4ff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
}

.os-node strong {
  display: block;
  font-size: clamp(15px, 1.4vw, 20px);
  line-height: 1.35;
}

.node-estimate { left: 8%; top: 20%; }
.node-site { right: 8%; top: 18%; animation-delay: .4s; }
.node-ocr { left: 10%; bottom: 24%; animation-delay: .8s; }
.node-invoice { right: 9%; bottom: 25%; animation-delay: 1.2s; }
.node-payment { left: 50%; bottom: 12%; transform: translateX(-50%); animation-delay: 1.6s; }

.money-pipeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  min-height: 270px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 40%, rgba(6,72,255,.25), transparent 28%),
    radial-gradient(circle at 80% 50%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
    rgba(0,0,0,.52) !important;
  border: 1px solid rgba(255,255,255,.12);
  overflow: hidden;
}

.money-pipeline::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(6,72,255,.08), #0648ff, rgba(255,255,255,.92), #0648ff, rgba(6,72,255,.08));
  box-shadow: 0 0 34px rgba(6,72,255,.52);
  animation: gqPipelineGlow 3.4s ease-in-out infinite;
}

.pipeline-card {
  position: relative;
  z-index: 2;
  align-self: center;
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 18px;
  border-radius: 24px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035)),
    rgba(3, 7, 18, .82);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 60px rgba(0,0,0,.34);
  animation: gqCardRise 5.2s ease-in-out infinite;
}

.pipeline-card:nth-child(2) { animation-delay: .25s; }
.pipeline-card:nth-child(3) { animation-delay: .5s; }
.pipeline-card:nth-child(4) { animation-delay: .75s; }
.pipeline-card:nth-child(5) { animation-delay: 1s; }

.pipeline-card span {
  color: #7ea4ff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .16em;
}

.pipeline-card strong {
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1.15;
}

/* Remove mysterious white dots; keep the premium blue atmosphere. */
.screen-feature-orbit span {
  display: none !important;
}

.live-app-narrative .screen-feature-stage::before {
  opacity: .55;
  box-shadow:
    0 0 0 34px rgba(6,72,255,.035),
    0 0 95px rgba(6,72,255,.28) !important;
}

/* Turn the demo surface into a more realistic 3D smartphone. */
.live-app-panel {
  width: min(86%, 440px);
  padding: 14px;
  border-radius: 46px;
  background:
    linear-gradient(145deg, #2a3340, #080b10 44%, #000) !important;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow:
    42px 48px 90px rgba(0,0,0,.56),
    0 0 80px rgba(6,72,255,.34),
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -16px 30px rgba(0,0,0,.55) !important;
}

.live-app-panel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  z-index: 5;
  width: 88px;
  height: 19px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #070a10;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.11),
    0 6px 18px rgba(0,0,0,.3);
}

.live-app-panel::after {
  content: "";
  position: absolute;
  inset: 17px;
  z-index: 4;
  pointer-events: none;
  border-radius: 34px;
  background: linear-gradient(115deg, rgba(255,255,255,.24), transparent 18%, transparent 72%, rgba(255,255,255,.08));
  mix-blend-mode: screen;
  opacity: .22;
}

.live-app-topbar,
.live-app-body {
  position: relative;
  z-index: 2;
  background: #f7fbff;
}

.live-app-topbar {
  margin-top: 10px;
  border-radius: 30px 30px 0 0;
  padding-top: 28px !important;
}

.live-app-body {
  border-radius: 0 0 30px 30px;
}

.live-app-visual {
  background:
    radial-gradient(circle at 56% 44%, rgba(6,72,255,.42), transparent 28%),
    radial-gradient(circle at 30% 74%, rgba(255,255,255,.08), transparent 24%),
    linear-gradient(145deg, #02040a, #071a36 56%, #000) !important;
}

.live-app-visual::before {
  border-color: rgba(6,72,255,.26) !important;
  box-shadow: 0 0 72px rgba(6,72,255,.25) !important;
}

.live-app-visual::after {
  border-color: rgba(255,255,255,.08) !important;
  box-shadow: none !important;
}

@keyframes gqNodeFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@keyframes gqPipelineGlow {
  0%, 100% { opacity: .56; filter: blur(0); }
  50% { opacity: 1; filter: blur(.4px); }
}

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

@media (max-width: 900px) {
  .money-pipeline {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .money-pipeline::before {
    left: 50%;
    right: auto;
    top: 8%;
    bottom: 8%;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, rgba(6,72,255,.08), #0648ff, rgba(255,255,255,.92), #0648ff, rgba(6,72,255,.08));
  }

  .pipeline-card {
    min-height: 104px;
  }
}

@media (max-width: 700px) {
  .os-core {
    top: 34%;
    width: 142px;
  }

  .os-node {
    width: min(150px, 43vw);
    padding: 12px;
    border-radius: 18px;
  }

  .node-estimate { left: 5%; top: 12%; }
  .node-site { right: 5%; top: 13%; }
  .node-ocr { left: 5%; bottom: 27%; }
  .node-invoice { right: 5%; bottom: 28%; }
  .node-payment { bottom: 13%; }

  .live-app-panel {
    width: 92% !important;
    padding: 10px;
    border-radius: 36px;
  }

  .live-app-panel::before {
    top: 18px;
    width: 70px;
    height: 16px;
  }

  .live-app-panel::after {
    inset: 12px;
    border-radius: 28px;
  }

  .live-app-topbar {
    margin-top: 8px;
    padding-top: 22px !important;
    border-radius: 25px 25px 0 0;
  }

  .live-app-body {
    border-radius: 0 0 25px 25px;
  }
}

/* 2026-07-10: frameless interactive GQ core. */
.creative-flow .gq-os-orbit,
.flow-canvas.gq-os-orbit {
  min-height: clamp(520px, 58vw, 720px) !important;
  transform: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(6, 72, 255, 0.22), transparent 30%),
    radial-gradient(circle at 22% 78%, rgba(6, 72, 255, 0.18), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.07), transparent 26%) !important;
  overflow: visible !important;
}

.flow-canvas.gq-os-orbit::before {
  inset: 5% 7% !important;
  border-radius: 50% !important;
  background:
    conic-gradient(from 90deg, transparent 0 18%, rgba(6,72,255,.42) 19% 20%, transparent 21% 58%, rgba(255,255,255,.18) 59% 60%, transparent 61% 100%) !important;
  opacity: .68;
  filter: blur(.2px);
  animation: gqOrbitSpin 26s linear infinite !important;
}

.flow-canvas.gq-os-orbit::after {
  width: min(520px, 84vw) !important;
  height: min(520px, 84vw) !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 50% !important;
  box-shadow:
    0 0 80px rgba(6,72,255,.16),
    inset 0 0 80px rgba(6,72,255,.08) !important;
}

.flow-canvas.gq-os-orbit .os-core {
  appearance: none;
  border: 0;
  cursor: pointer;
  top: 50% !important;
  width: clamp(170px, 22vw, 290px) !important;
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,.95) 0 9%, rgba(255,255,255,.42) 10%, transparent 24%),
    radial-gradient(circle at 34% 30%, rgba(255,255,255,.28), transparent 28%),
    radial-gradient(circle at 68% 76%, rgba(0,0,0,.42), transparent 36%),
    linear-gradient(145deg, #1e74ff 0%, #0648ff 34%, #061a55 73%, #02040a 100%) !important;
  border-radius: 999px !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.22),
    0 0 58px rgba(6,72,255,.8),
    0 34px 90px rgba(0,0,0,.56),
    inset -22px -28px 46px rgba(0,0,0,.46),
    inset 18px 16px 38px rgba(255,255,255,.22) !important;
  transition: transform .45s cubic-bezier(.2,.9,.2,1), filter .35s ease, box-shadow .35s ease;
}

.flow-canvas.gq-os-orbit .os-core::before {
  content: "";
  position: absolute;
  inset: 16%;
  border-radius: inherit;
  background: radial-gradient(circle at 38% 22%, rgba(255,255,255,.36), transparent 26%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.flow-canvas.gq-os-orbit .os-core::after {
  content: "TAP";
  position: absolute;
  left: 50%;
  bottom: -38px;
  transform: translateX(-50%);
  padding: 7px 12px;
  border-radius: 999px;
  color: rgba(230, 240, 255, .8);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
}

.flow-canvas.gq-os-orbit .os-core:hover,
.flow-canvas.gq-os-orbit .os-core:focus-visible,
.flow-canvas.gq-os-orbit.is-open .os-core {
  transform: translate(-50%, -50%) scale(1.06) !important;
  filter: saturate(1.15) brightness(1.08);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.32),
    0 0 86px rgba(6,72,255,.96),
    0 40px 110px rgba(0,0,0,.58),
    inset -22px -28px 46px rgba(0,0,0,.46),
    inset 18px 16px 38px rgba(255,255,255,.28) !important;
}

.flow-canvas.gq-os-orbit .os-core span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(50px, 7vw, 94px) !important;
  text-shadow:
    0 0 18px rgba(255,255,255,.72),
    0 0 48px rgba(6,72,255,.8);
}

.flow-canvas.gq-os-orbit .os-node {
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(.94);
  width: clamp(158px, 18vw, 230px) !important;
  z-index: 4;
  pointer-events: none;
  transition:
    opacity .42s ease,
    visibility .42s ease,
    transform .48s cubic-bezier(.2,.9,.2,1);
}

.flow-canvas.gq-os-orbit.is-open .os-node {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.flow-canvas.gq-os-orbit.is-open .node-payment {
  transform: translateX(-50%) translateY(0) scale(1);
}

.flow-canvas.gq-os-orbit .node-estimate { left: 2%; top: 16%; transition-delay: .02s; }
.flow-canvas.gq-os-orbit .node-site { right: 2%; top: 16%; transition-delay: .08s; }
.flow-canvas.gq-os-orbit .node-ocr { left: 5%; bottom: 18%; transition-delay: .14s; }
.flow-canvas.gq-os-orbit .node-invoice { right: 5%; bottom: 18%; transition-delay: .2s; }
.flow-canvas.gq-os-orbit .node-payment { left: 50%; bottom: 4%; transition-delay: .26s; }

.flow-canvas.gq-os-orbit .os-node span {
  color: #a9c4ff;
}

.flow-canvas.gq-os-orbit .os-node strong {
  font-size: clamp(16px, 1.5vw, 22px);
}

@media (max-width: 700px) {
  .creative-flow .gq-os-orbit,
  .flow-canvas.gq-os-orbit {
    min-height: 600px !important;
  }

  .flow-canvas.gq-os-orbit .os-core {
    width: 172px !important;
  }

  .flow-canvas.gq-os-orbit .os-node {
    width: min(188px, 48vw) !important;
    padding: 13px;
  }

  .flow-canvas.gq-os-orbit .node-estimate { left: 0; top: 8%; }
  .flow-canvas.gq-os-orbit .node-site { right: 0; top: 19%; }
  .flow-canvas.gq-os-orbit .node-ocr { left: 0; bottom: 22%; }
  .flow-canvas.gq-os-orbit .node-invoice { right: 0; bottom: 16%; }
  .flow-canvas.gq-os-orbit .node-payment { bottom: 1%; }
}

/* Veryfi-inspired final layer: premium conversion flow, matched to GQ hero */
.gq-bridge {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.44fr) minmax(420px, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: 30px clamp(24px, 5vw, 72px) 36px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 72, 255, 0.18), transparent 45%, rgba(6, 72, 255, 0.1)),
    #050609;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.gq-bridge::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0648ff, #fff, #0648ff, transparent);
  box-shadow: 0 0 24px rgba(6, 72, 255, 0.8);
}

.bridge-copy span {
  display: block;
  color: #78a0ff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.22em;
}

.bridge-copy p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 900;
  line-height: 1.7;
}

.bridge-track {
  display: flex;
  gap: 10px;
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.bridge-track span {
  flex: 0 0 auto;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.14em;
  animation: gqBridgeFlow 16s linear infinite;
}

.creative-flow,
.app-theater,
.flow-lane {
  background:
    radial-gradient(circle at 76% 22%, rgba(6, 72, 255, 0.28), transparent 31%),
    radial-gradient(circle at 18% 86%, rgba(255, 255, 255, 0.06), transparent 28%),
    linear-gradient(180deg, #050609 0%, #081020 56%, #050609 100%) !important;
}

.creative-flow,
.app-theater,
.decision-stack,
.flow-lane {
  padding-block: clamp(88px, 10vw, 148px) !important;
}

.flow-canvas,
.app-theater .screen-switcher,
.money-flow-visual {
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.48),
    0 0 110px rgba(6, 72, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.flow-canvas,
.money-flow-visual,
.screen-feature-stage {
  border-radius: clamp(26px, 3vw, 44px) !important;
}

.screen-description {
  border-radius: 28px !important;
}

.decision-stack {
  background:
    radial-gradient(circle at 80% 0%, rgba(6, 72, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f4f7fc 100%) !important;
}

.decision-stack .command-grid article,
.flow-lane .map-route li,
.faq details {
  box-shadow:
    0 18px 54px rgba(8, 18, 45, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

@keyframes gqBridgeFlow {
  from { transform: translateX(0); }
  to { transform: translateX(-220px); }
}

@media (max-width: 700px) {
  .gq-bridge {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }

  .bridge-track {
    margin-inline: -24px;
    padding-inline: 24px;
  }
}

/* Creative push v3: generated cinematic assets become the main interface language */
.flow-canvas {
  min-height: clamp(520px, 48vw, 760px);
  padding: 0;
  background: #02040a;
  border-color: rgba(80, 134, 255, 0.38);
  transform: rotate(-1.5deg) translateY(10px);
}

.flow-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.96;
  transform: scale(1.04);
  animation: gqVisualBreath 9s ease-in-out infinite alternate;
}

.flow-canvas::before {
  z-index: 1;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 30%, rgba(0,0,0,.18) 62%, rgba(0,0,0,.7) 100%),
    linear-gradient(90deg, rgba(0,0,0,.72), transparent 24%, transparent 76%, rgba(0,0,0,.62));
  animation: none;
}

.flow-canvas::after {
  z-index: 2;
}

.creative-dataset {
  z-index: 3;
  left: 28px;
  right: auto;
  bottom: auto;
  top: 28px;
  width: min(420px, 48%);
  grid-template-columns: repeat(3, 1fr);
  transform: none;
}

.creative-dataset span {
  min-height: 44px;
  color: #fff;
  background: rgba(4, 8, 18, 0.54);
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.creative-dataset span:nth-child(odd) {
  transform: none;
}

.flow-result {
  z-index: 3;
  left: 28px;
  right: 28px;
  bottom: 28px;
  transform: none;
  background: rgba(6, 72, 255, 0.78);
  backdrop-filter: blur(18px);
}

.flow-copy h2,
.app-theater > .section-title h2,
.flow-lane .section-title h2,
.os-message .special-panel h2 {
  text-wrap: balance;
}

.flow-copy h2 {
  font-size: clamp(48px, 6.4vw, 104px);
}

.app-theater {
  background:
    radial-gradient(circle at 22% 42%, rgba(6, 72, 255, 0.22), transparent 24%),
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.07), transparent 20%),
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    #02040a;
  background-size: auto, auto, 100% 42px, auto;
}

.app-theater .screen-switcher::before {
  content: "GENBA QUEST / REALTIME OPERATIONS";
  position: absolute;
  left: -5vw;
  right: -5vw;
  top: 44%;
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.07);
  font-size: clamp(44px, 8vw, 128px);
  font-weight: 950;
  letter-spacing: -0.06em;
  white-space: nowrap;
  transform: rotate(-4deg);
}

.app-theater .main-phone {
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.68),
    0 0 88px rgba(6, 72, 255, 0.2);
}

.decision-stack {
  background:
    radial-gradient(circle at 60% 10%, rgba(6, 72, 255, 0.11), transparent 30%),
    linear-gradient(180deg, #f9fbff 0%, #eef3fb 100%);
}

.decision-stack .command-grid article {
  isolation: isolate;
}

.decision-stack .command-grid article::before {
  content: "";
  display: block;
  position: absolute;
  inset: auto -20% -35% auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6, 72, 255, 0.18), transparent 64%);
  z-index: -1;
}

.flow-lane {
  grid-template-columns: 1fr;
  padding-top: clamp(54px, 7vw, 96px);
}

.money-flow-visual {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: clamp(26px, 4vw, 44px) auto 36px;
  border: 1px solid rgba(90, 139, 255, 0.28);
  border-radius: 36px;
  overflow: hidden;
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(6, 72, 255, 0.14);
}

.money-flow-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.4)),
    radial-gradient(circle at 50% 50%, transparent 36%, rgba(0,0,0,.22));
  pointer-events: none;
}

.money-flow-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7.6;
  object-fit: cover;
  transform: scale(1.025);
  animation: gqVisualBreath 10s ease-in-out infinite alternate;
}

.flow-lane .section-title {
  max-width: 960px;
  margin: 0 auto;
  text-align: center !important;
}

.flow-lane .section-title h2,
.flow-lane .section-title p {
  margin-inline: auto !important;
  text-align: center !important;
}

.flow-lane .map-route {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.os-message {
  background:
    radial-gradient(circle at 80% 0%, rgba(6, 72, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #f9fbff, #fff);
}

.launch-panel {
  min-height: 78svh;
  display: grid;
  place-items: center;
}

.launch-panel::after {
  content: "RELEASE / 2026.8.1 / CLOSED BETA";
  position: absolute;
  left: -4vw;
  right: -4vw;
  top: 18%;
  color: rgba(255,255,255,.1);
  font-size: clamp(18px, 3vw, 48px);
  font-weight: 950;
  letter-spacing: .18em;
  white-space: nowrap;
  animation: gqHugeTextDrift 18s linear infinite;
}

@keyframes gqVisualBreath {
  from { transform: scale(1.02); filter: saturate(1) brightness(0.98); }
  to { transform: scale(1.075); filter: saturate(1.12) brightness(1.08); }
}

@media (max-width: 900px) {
  .creative-flow {
    grid-template-columns: 1fr;
  }

  .flow-copy,
  .flow-lead,
  .flow-copy > p:not(.flow-lead) {
    max-width: 100%;
  }

  .flow-copy {
    width: 100%;
  }

  .flow-canvas {
    width: 100%;
  }

  .creative-dataset {
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .money-flow-visual {
    margin: 28px -12px 28px;
    border-radius: 26px;
  }

  .money-flow-visual img {
    aspect-ratio: 4 / 3.2;
    object-position: center;
  }
}

@media (max-width: 700px) {
  .flow-canvas {
    min-height: 620px;
    transform: none;
    margin-inline: 0;
  }

  .flow-visual {
    object-position: 52% center;
  }

  .creative-dataset {
    top: 18px;
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-result {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .app-theater .screen-switcher::before {
    top: 18%;
    font-size: 54px;
    white-space: normal;
  }

  .flow-lane .section-title {
    text-align: left !important;
  }

  .flow-lane .section-title h2,
  .flow-lane .section-title p {
    margin-inline: 0 !important;
    text-align: left !important;
  }
}

/* Creative push v2: break the brochure grid into an expressive product OS poster */
.creative-flow {
  min-height: 100svh;
  grid-template-columns: minmax(320px, 0.74fr) minmax(560px, 1.26fr);
  clip-path: polygon(0 0, 100% 4vw, 100% 100%, 0 calc(100% - 3vw));
}

.creative-flow .flow-copy {
  position: relative;
  z-index: 2;
  padding: clamp(18px, 3vw, 42px) 0;
}

.creative-flow .flow-copy::before {
  content: "";
  position: absolute;
  width: clamp(120px, 18vw, 240px);
  height: clamp(120px, 18vw, 240px);
  left: -6vw;
  top: -2vw;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 1px rgba(6, 72, 255, 0.24),
    0 0 70px rgba(6, 72, 255, 0.18);
  animation: gqOrbitSpin 18s linear infinite;
}

.flow-canvas {
  transform: rotate(-2deg);
  min-height: 620px;
  border-radius: 42px;
}

.flow-canvas::before,
.flow-canvas::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.flow-canvas::before {
  inset: 0;
  background:
    linear-gradient(118deg, transparent 0 38%, rgba(255,255,255,.08) 46%, transparent 58%),
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.12), transparent 22%);
  animation: gqGlassSweep 7s ease-in-out infinite;
}

.flow-canvas::after {
  width: 260px;
  height: 260px;
  right: -64px;
  top: -64px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:
    0 0 0 26px rgba(6,72,255,.045),
    0 0 0 62px rgba(255,255,255,.025);
}

.flow-document {
  top: 58px;
  width: 172px;
  height: 232px;
  transform: translateX(-50%) rotate(7deg);
}

.flow-path {
  top: 318px;
  height: 110px;
}

.flow-dataset {
  bottom: 130px;
  grid-template-columns: 1fr 1fr 1fr;
  transform: rotate(2deg);
}

.flow-dataset span:nth-child(odd) {
  transform: translateY(-12px);
}

.flow-result {
  transform: rotate(2deg);
}

.app-theater {
  min-height: 100svh;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
}

.app-theater > .section-title {
  position: relative;
  z-index: 2;
}

.app-theater > .section-title::after {
  content: "TOUCH FLOW";
  display: block;
  margin-top: 24px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.18);
  font-size: clamp(42px, 5.7vw, 96px);
  font-weight: 950;
  line-height: .9;
  letter-spacing: -0.06em;
}

.app-theater .screen-switcher {
  transform: rotate(1.2deg);
}

.app-theater .screen-device {
  transform: translateY(-10px);
}

.app-theater .screen-description {
  border-radius: 30px 8px 30px 8px;
}

.screen-rail {
  transform: translateX(-18px);
}

.decision-stack {
  clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0 100%);
}

.decision-stack .command-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  border: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.decision-stack .command-grid article {
  min-height: 260px;
  border: 1px solid #dce3ef;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(9, 18, 43, 0.06);
}

.decision-stack .command-grid article:nth-child(1) {
  grid-column: span 5;
  min-height: 330px;
  background:
    radial-gradient(circle at 80% 18%, rgba(6,72,255,.16), transparent 30%),
    #fff;
}

.decision-stack .command-grid article:nth-child(2) {
  grid-column: span 4;
  margin-top: 46px;
}

.decision-stack .command-grid article:nth-child(3) {
  grid-column: span 3;
  min-height: 380px;
  background: #071020;
}

.decision-stack .command-grid article:nth-child(3) .command-num,
.decision-stack .command-grid article:nth-child(3) h3,
.decision-stack .command-grid article:nth-child(3) p {
  color: #fff;
}

.decision-stack .command-grid article:nth-child(4) {
  grid-column: span 4;
  margin-top: -30px;
}

.decision-stack .command-grid article:nth-child(5) {
  grid-column: span 3;
  min-height: 310px;
  background:
    linear-gradient(135deg, #0648ff, #0732b6);
}

.decision-stack .command-grid article:nth-child(5) .command-num,
.decision-stack .command-grid article:nth-child(5) h3,
.decision-stack .command-grid article:nth-child(5) p {
  color: #fff;
}

.decision-stack .command-grid article:nth-child(6) {
  grid-column: span 5;
  margin-top: -12px;
}

.decision-stack .command-grid article::after {
  content: attr(data-index);
}

.decision-stack .command-grid article .command-num {
  position: absolute;
  right: 22px;
  top: 14px;
  font-size: clamp(48px, 5vw, 88px);
  line-height: 1;
  opacity: .11;
}

.flow-lane {
  min-height: 100svh;
  grid-template-columns: minmax(320px, 0.34fr) minmax(640px, 1fr);
}

.flow-lane .map-route {
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
}

.flow-lane .map-route li {
  grid-column: span 2;
  min-height: 410px;
  justify-content: space-between;
  transform: translateY(var(--route-y, 0));
}

.flow-lane .map-route li:nth-child(1) { --route-y: -28px; }
.flow-lane .map-route li:nth-child(2) { --route-y: 42px; }
.flow-lane .map-route li:nth-child(3) { --route-y: -10px; }
.flow-lane .map-route li:nth-child(4) { --route-y: 58px; }

.flow-lane .map-route li:nth-child(4) {
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.14), transparent 28%),
    linear-gradient(135deg, rgba(6,72,255,.42), rgba(255,255,255,.055));
}

.flow-lane .map-route li > span {
  width: 96px;
  height: 96px;
}

.flow-lane .map-route::before {
  top: 50%;
  left: 5%;
  right: 5%;
  transform: rotate(-4deg);
}

.os-message {
  clip-path: polygon(0 0, 100% 4vw, 100% calc(100% - 3vw), 0 100%);
}

.os-message .special-panel {
  position: relative;
  overflow: hidden;
  transform: rotate(-1deg);
}

.os-message .special-panel::after {
  content: "GENBA ACCOUNTING OS";
  position: absolute;
  right: -0.1em;
  bottom: -0.15em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.08);
  font-size: clamp(54px, 9vw, 140px);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: .8;
}

.launch-panel .start-box {
  transform: rotate(1deg);
}

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

@keyframes gqGlassSweep {
  0%, 36% { transform: translateX(-42%); opacity: 0; }
  52% { opacity: 1; }
  84%, 100% { transform: translateX(42%); opacity: 0; }
}

@media (max-width: 1100px) {
  .creative-flow,
  .app-theater,
  .decision-stack,
  .flow-lane,
  .os-message {
    clip-path: none;
  }

  .flow-canvas,
  .app-theater .screen-switcher,
  .os-message .special-panel,
  .launch-panel .start-box {
    transform: none;
  }

  .decision-stack .command-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .decision-stack .command-grid article,
  .decision-stack .command-grid article:nth-child(n) {
    grid-column: span 1;
    min-height: 280px;
    margin-top: 0;
  }

  .flow-lane .map-route {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-lane .map-route li,
  .flow-lane .map-route li:nth-child(n) {
    grid-column: span 1;
    min-height: 320px;
    transform: none;
  }
}

@media (max-width: 700px) {
  .creative-flow {
    min-height: auto;
  }

  .creative-flow .flow-copy::before {
    left: auto;
    right: -68px;
    top: -28px;
  }

  .flow-canvas {
    min-height: 620px;
    margin-inline: -6px;
  }

  .flow-document {
    top: 44px;
  }

  .flow-path {
    top: 290px;
  }

  .app-theater > .section-title::after {
    font-size: clamp(42px, 17vw, 72px);
  }

  .app-theater .screen-device {
    transform: none;
  }

  .decision-stack .command-grid {
    display: block;
  }

  .decision-stack .command-grid article,
  .decision-stack .command-grid article:nth-child(n) {
    min-height: 235px;
    margin: 0 0 14px;
  }

  .decision-stack .command-grid article:nth-child(even) {
    transform: translateX(12px);
    border-radius: 28px 8px 28px 8px;
  }

  .decision-stack .command-grid article:nth-child(odd) {
    transform: translateX(-4px);
    border-radius: 8px 28px 8px 28px;
  }

  .flow-lane .map-route {
    display: block;
  }

  .flow-lane .map-route li,
  .flow-lane .map-route li:nth-child(n) {
    min-height: 260px;
    margin-bottom: 16px;
  }

  .flow-lane .map-route li:nth-child(even) {
    transform: translateX(12px);
  }

  .os-message .special-panel::after {
    right: -0.35em;
    bottom: -0.08em;
  }
}

/* Final mobile safety after creative overrides */
@media (max-width: 900px) {
  .creative-flow {
    grid-template-columns: 1fr !important;
  }

  .creative-flow .flow-copy,
  .creative-flow .flow-canvas {
    grid-column: 1 / -1;
    width: 100%;
  }

  .creative-flow .flow-canvas {
    left: auto;
    right: auto;
    transform: none;
  }
}

/* Stabilized creative system: hero stays, everything below becomes a polished GQ OS exhibit */
main > section:not(.hero) {
  scroll-margin-top: 76px;
}

.creative-flow,
.app-theater,
.decision-stack,
.flow-lane,
.os-message,
.launch-panel,
.faq {
  clip-path: none !important;
  overflow: hidden;
}

.creative-flow,
.app-theater,
.flow-lane {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.creative-flow {
  min-height: auto;
  grid-template-columns: minmax(300px, 0.58fr) minmax(520px, 1fr);
  gap: clamp(36px, 5vw, 72px);
  padding: clamp(76px, 9vw, 132px) clamp(24px, 5vw, 72px);
}

.creative-flow::before {
  opacity: 0.8;
}

.flow-copy {
  align-self: center;
}

.flow-copy h2 {
  max-width: 720px;
  font-size: clamp(42px, 5.7vw, 88px);
  line-height: 0.98;
}

.flow-copy > p:not(.flow-lead) {
  max-width: 620px;
}

.flow-canvas {
  position: relative;
  width: 100%;
  min-height: clamp(440px, 44vw, 650px);
  margin: 0;
  border-radius: clamp(24px, 3vw, 42px);
  transform: none !important;
}

.flow-visual {
  opacity: 0.92;
}

.creative-dataset {
  top: 24px;
  left: 24px;
  width: min(430px, calc(100% - 48px));
}

.app-theater {
  display: grid;
  grid-template-columns: minmax(290px, 0.44fr) minmax(520px, 0.9fr);
  gap: clamp(36px, 5vw, 72px);
  min-height: auto;
  padding: clamp(76px, 9vw, 124px) clamp(24px, 5vw, 72px);
  align-items: center;
}

.app-theater > .section-title {
  align-self: center;
  max-width: 560px;
}

.app-theater > .section-title::after {
  content: "SELECT / FLOAT / UNDERSTAND";
  margin-top: 28px;
  font-size: clamp(30px, 4.8vw, 78px);
  line-height: 0.9;
}

.app-theater .screen-switcher {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "description"
    "tabs"
    "rail";
  gap: 22px;
  width: 100%;
  max-width: 760px;
  min-height: 0;
  padding: clamp(18px, 3vw, 28px);
  background:
    radial-gradient(circle at 68% 24%, rgba(6, 72, 255, 0.32), transparent 32%),
    rgba(4, 7, 14, 0.74);
  border: 1px solid rgba(94, 135, 255, 0.28);
  border-radius: clamp(24px, 3vw, 38px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 90px rgba(0, 0, 0, 0.35),
    0 0 70px rgba(6, 72, 255, 0.14);
  transform: none !important;
}

.screen-device,
.phone-frame,
.main-phone,
#screen-phone-image {
  display: none !important;
}

.screen-feature-stage {
  grid-area: description;
  position: relative;
  min-height: clamp(300px, 34vw, 470px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: clamp(20px, 2.6vw, 32px);
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(6, 72, 255, 0.2), transparent 42%),
    #05070d;
  background-size: 100% 46px, 46px 100%, auto, auto;
}

.screen-feature-stage::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(6, 72, 255, 0.045),
    0 0 0 86px rgba(255, 255, 255, 0.025),
    0 0 80px rgba(6, 72, 255, 0.24);
  animation: gqOrbitSpin 28s linear infinite;
}

.screen-feature-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.screen-feature-orbit span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 24px rgba(6, 72, 255, 1);
}

.screen-feature-orbit span:nth-child(1) {
  left: 18%;
  top: 30%;
}

.screen-feature-orbit span:nth-child(2) {
  right: 22%;
  top: 24%;
}

.screen-feature-orbit span:nth-child(3) {
  left: 56%;
  bottom: 18%;
}

.screen-description {
  grid-area: auto;
  width: min(560px, calc(100% - 36px));
  min-height: 0;
  padding: clamp(28px, 4vw, 46px);
  text-align: left;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.04)),
    rgba(5, 8, 16, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
  transform: translateY(0);
}

.screen-description.is-switching {
  animation: gqFloatTextIn 0.52s cubic-bezier(.2, .8, .2, 1);
}

.screen-description h3 {
  font-size: clamp(30px, 4.2vw, 58px);
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.screen-description p {
  max-width: 100%;
  font-size: clamp(14px, 1.35vw, 17px);
}

.screen-tabs {
  grid-area: tabs;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.screen-tab {
  min-height: 68px;
  height: auto;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.12);
}

.screen-tab[aria-pressed="true"] {
  background: #0648ff;
  border-color: rgba(255, 255, 255, 0.26);
}

.screen-rail {
  grid-area: rail;
  transform: none !important;
}

.decision-stack {
  padding: clamp(76px, 9vw, 120px) clamp(24px, 5vw, 72px);
}

.decision-stack .section-title {
  max-width: 1120px;
}

.decision-stack .command-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
}

.decision-stack .command-grid article,
.decision-stack .command-grid article:nth-child(n) {
  grid-column: auto;
  min-height: 280px;
  margin: 0;
  transform: none !important;
  border-radius: 26px;
}

.decision-stack .command-grid article:hover {
  transform: translateY(-8px) !important;
}

.flow-lane {
  display: block;
  min-height: auto;
  padding: clamp(76px, 9vw, 120px) clamp(24px, 5vw, 72px);
}

.money-flow-visual {
  width: min(1120px, 100%);
}

.flow-lane .map-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1120px, 100%);
}

.flow-lane .map-route::before {
  display: none;
}

.flow-lane .map-route li,
.flow-lane .map-route li:nth-child(n) {
  grid-column: auto;
  min-height: 260px;
  margin: 0;
  transform: none !important;
  border-radius: 24px;
}

.flow-lane .map-route li > span {
  width: 76px;
  height: 76px;
}

.os-message .special-panel,
.launch-panel .start-box {
  transform: none !important;
}

@keyframes gqFloatTextIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@media (max-width: 1100px) {
  .creative-flow,
  .app-theater {
    grid-template-columns: 1fr;
  }

  .app-theater .screen-switcher {
    max-width: none;
  }

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

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

@media (max-width: 700px) {
  .creative-flow,
  .app-theater,
  .decision-stack,
  .flow-lane,
  .os-message,
  .launch-panel {
    padding-inline: 24px;
  }

  .flow-copy h2,
  .app-theater > .section-title h2,
  .decision-stack .section-title h2,
  .flow-lane .section-title h2,
  .os-message .special-panel h2,
  .launch-panel .section-title h2 {
    font-size: clamp(38px, 12vw, 56px);
    letter-spacing: -0.06em;
  }

  .flow-canvas {
    min-height: 520px;
  }

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

  .app-theater .screen-switcher {
    padding: 16px;
    border-radius: 28px;
  }

  .screen-feature-stage {
    min-height: 380px;
  }

  .screen-description {
    width: calc(100% - 24px);
    padding: 26px 22px;
  }

  .screen-tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .screen-tab {
    flex: 0 0 88px;
    min-height: 62px;
  }

  .decision-stack .command-grid,
  .flow-lane .map-route {
    grid-template-columns: 1fr;
  }

  .decision-stack .command-grid article,
  .decision-stack .command-grid article:nth-child(n),
  .flow-lane .map-route li,
  .flow-lane .map-route li:nth-child(n) {
    min-height: 220px;
    transform: none !important;
  }
}

/* SCREEN screenshot mode 2026-07-12: 実アプリ画面をスマホ内で操作する見せ方 */
.gq-live-experience .live-app-panel {
  position: relative;
  display: block;
  width: min(430px, 92vw);
  aspect-ratio: 9 / 19.5;
  min-height: 0;
  padding: 12px;
  overflow: hidden;
  background:
    linear-gradient(145deg, #1b2433, #05070c 58%, #263142),
    #05070c;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 44px;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.07),
    inset 0 0 0 8px rgba(7, 12, 22, 0.85),
    0 34px 90px rgba(0, 0, 0, 0.48),
    0 0 58px rgba(6, 72, 255, 0.24);
}

.gq-live-experience .live-app-panel::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 22px;
  left: 50%;
  width: 92px;
  height: 26px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #050509;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.gq-live-experience .live-app-panel::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 3;
  border-radius: 34px;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.08),
    inset 0 -22px 38px rgba(0, 0, 0, 0.06);
  pointer-events: none;
}

.gq-live-experience #app-screen-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  object-fit: cover;
  object-position: center top;
  background: #f7f7f8;
}

.gq-live-experience .app-screen-hitnav {
  position: absolute;
  z-index: 5;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: clamp(58px, 10%, 84px);
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  border-radius: 0 0 34px 34px;
}

.gq-live-experience .app-screen-hitnav .app-nav-item {
  min-width: 0;
  min-height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}

.gq-live-experience .app-screen-hitnav .app-nav-item:focus-visible {
  outline: 2px solid rgba(6, 72, 255, 0.85);
  outline-offset: -6px;
  border-radius: 16px;
}

.gq-live-experience .app-screen-hitnav .app-nav-item.is-active,
.gq-live-experience .app-screen-hitnav .app-nav-item[aria-pressed="true"] {
  background: transparent;
  box-shadow: none;
}

.gq-live-experience .live-app-panel.is-switching #app-screen-image {
  animation: gqScreenShotSwitch 0.34s cubic-bezier(.2, .8, .2, 1);
}

@keyframes gqScreenShotSwitch {
  from {
    opacity: 0.62;
    transform: translateY(10px) scale(0.992);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.gq-live-experience .screen-tabs {
  display: none !important;
}

@media (max-width: 700px) {
  .gq-live-experience.app-theater,
  section#screens.gq-live-experience.app-theater {
    overflow: visible !important;
  }

  .gq-live-experience .live-app-panel {
    width: min(88vw, 316px) !important;
    min-height: 0 !important;
    aspect-ratio: 9 / 19.5 !important;
    margin: 0 auto !important;
    padding: 10px !important;
    border-radius: 38px !important;
  }

  .gq-live-experience .live-app-panel::before {
    top: 18px !important;
    width: 76px !important;
    height: 22px !important;
  }

  .gq-live-experience .live-app-panel::after {
    inset: 10px !important;
    border-radius: 30px !important;
  }

  .gq-live-experience #app-screen-image {
    border-radius: 30px !important;
  }

  .gq-live-experience .app-screen-hitnav {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    height: 58px !important;
    border-radius: 0 0 30px 30px !important;
  }

  .gq-live-experience .screen-tabs {
    display: none !important;
  }
}

/* SCREEN final override 2026-07-12: app-like miniature UI + usable mobile controls */
.gq-live-experience .live-app-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.gq-live-experience .app-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 12px;
}

.gq-live-experience .app-filter-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(86, 98, 255, 0.12);
  color: #403d91;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.gq-live-experience .app-filter-row span:first-child {
  background: #e7e9ff;
  color: #352bd6;
}

.gq-live-experience .app-real-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.gq-live-experience .app-real-list div {
  min-height: 74px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 26, 44, 0.08);
  box-shadow: 0 12px 28px rgba(13, 30, 70, 0.08);
}

.gq-live-experience .app-real-list span {
  display: block;
  color: #667083;
  font-size: 11px;
  font-weight: 800;
}

.gq-live-experience .app-real-list strong {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: clamp(15px, 1.5vw, 22px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.gq-live-experience .app-bottom-nav {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px;
  margin: auto -8px -6px;
  padding: 8px 5px 5px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 26, 44, 0.08);
  box-shadow: 0 -10px 24px rgba(20, 26, 44, 0.08);
}

.gq-live-experience .app-nav-item {
  appearance: none;
  border: 0;
  min-width: 0;
  min-height: 42px;
  border-radius: 14px;
  background: transparent;
  color: #5d6472;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

.gq-live-experience .app-nav-item.is-active,
.gq-live-experience .app-nav-item[aria-pressed="true"] {
  background: #f0edff;
  color: #3f37d8;
  box-shadow: inset 0 0 0 1px rgba(86, 98, 255, 0.2);
}

.gq-live-experience .live-app-panel.is-switching .app-task-card,
.gq-live-experience .live-app-panel.is-switching .app-real-list,
.gq-live-experience .live-app-panel.is-switching .app-filter-row {
  animation: gqAppContentLift 0.38s cubic-bezier(.2, .8, .2, 1);
}

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

@media (max-width: 700px) {
  section#screens.gq-live-experience.app-theater,
  .gq-live-experience.app-theater {
    display: block !important;
    min-height: auto !important;
    padding: 30px 18px 36px !important;
    overflow: visible !important;
  }

  .gq-live-experience.app-theater > .section-title {
    max-width: 100% !important;
    margin: 0 0 16px !important;
    text-align: left !important;
  }

  .gq-live-experience.app-theater > .section-title h2 {
    max-width: 11em !important;
    font-size: clamp(34px, 10.1vw, 43px) !important;
    line-height: 0.98 !important;
  }

  .gq-live-experience.app-theater > .section-title p,
  .gq-live-experience.app-theater > .section-title::after,
  .gq-live-experience .live-data-flow,
  .gq-live-experience .screen-rail,
  .gq-live-experience .live-app-narrative .screen-feature-stage {
    display: none !important;
  }

  .gq-live-experience.app-theater .live-app-shell,
  .gq-live-experience.app-theater .screen-switcher {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .gq-live-experience.app-theater .live-app-shell::before,
  .gq-live-experience.app-theater .live-app-shell::after,
  .gq-live-experience.app-theater .screen-switcher::before,
  .gq-live-experience.app-theater .screen-switcher::after,
  .gq-live-experience .live-app-visual::before,
  .gq-live-experience .live-app-visual::after {
    display: none !important;
  }

  .gq-live-experience .live-app-visual {
    order: 1 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .gq-live-experience .live-app-panel {
    width: min(88vw, 312px) !important;
    min-height: 520px !important;
    margin: 0 auto !important;
    padding: 44px 15px 14px !important;
    border-radius: 34px !important;
    transform: none !important;
  }

  .gq-live-experience .live-app-panel::before {
    width: 84px !important;
    height: 22px !important;
    top: 14px !important;
    border-radius: 999px !important;
  }

  .gq-live-experience .live-app-panel::after {
    inset: 9px !important;
    border-radius: 28px !important;
  }

  .gq-live-experience .live-app-topbar,
  .gq-live-experience .live-app-body,
  .gq-live-experience .app-bottom-nav {
    position: relative !important;
    z-index: 2 !important;
  }

  .gq-live-experience .live-app-topbar {
    min-height: 42px !important;
    padding: 9px 12px !important;
    border-radius: 18px !important;
  }

  .gq-live-experience .live-app-body {
    display: block !important;
    min-height: 0 !important;
    padding-top: 10px !important;
  }

  .gq-live-experience .live-app-main {
    min-height: auto !important;
    gap: 8px !important;
  }

  .gq-live-experience #app-headline {
    font-size: 21px !important;
    line-height: 1.05 !important;
  }

  .gq-live-experience .app-filter-row {
    gap: 6px !important;
    margin: 8px 0 10px !important;
  }

  .gq-live-experience .app-filter-row span {
    min-height: 28px !important;
    padding: 0 10px !important;
    font-size: 10px !important;
  }

  .gq-live-experience .app-task-card {
    padding: 11px !important;
    border-radius: 17px !important;
  }

  .gq-live-experience .app-task-card strong {
    font-size: 16px !important;
    line-height: 1.14 !important;
  }

  .gq-live-experience .app-task-card small {
    font-size: 10px !important;
  }

  .gq-live-experience .app-progress-line {
    height: 7px !important;
    margin: 1px 0 !important;
  }

  .gq-live-experience .app-real-list {
    gap: 8px !important;
    margin-top: 9px !important;
  }

  .gq-live-experience .app-real-list div {
    min-height: 64px !important;
    padding: 10px !important;
    border-radius: 16px !important;
  }

  .gq-live-experience .app-real-list strong {
    font-size: 15px !important;
  }

  .gq-live-experience .live-app-side {
    display: block !important;
    margin-top: 8px !important;
  }

  .gq-live-experience .app-score-card {
    min-height: auto !important;
    padding: 11px 12px !important;
    border-radius: 17px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .gq-live-experience .app-score-card strong {
    font-size: 19px !important;
  }

  .gq-live-experience .app-mini-feed {
    display: none !important;
  }

  .gq-live-experience .live-app-narrative {
    order: 2 !important;
    display: block !important;
    padding: 0 !important;
    min-height: auto !important;
  }

  .gq-live-experience .app-flow-console {
    width: 100% !important;
    margin: 0 !important;
    padding: 13px 14px !important;
    border-radius: 18px !important;
  }

  .gq-live-experience .app-flow-console strong {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .gq-live-experience .screen-tabs {
    order: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .gq-live-experience .screen-tab {
    min-width: 0 !important;
    min-height: 40px !important;
    height: 40px !important;
    flex: initial !important;
    padding: 0 8px !important;
    border-radius: 999px !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 12px !important;
    background: rgba(255, 255, 255, 0.075) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  .gq-live-experience .screen-tab[aria-pressed="true"] {
    color: #fff !important;
    background: linear-gradient(135deg, #0757ff, #2d7bff) !important;
    border-color: rgba(255, 255, 255, 0.34) !important;
    box-shadow: 0 14px 30px rgba(6, 72, 255, 0.34) !important;
  }

  .gq-live-experience .app-bottom-nav {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 2px !important;
    margin: auto -7px -5px !important;
    padding: 7px 4px 4px !important;
  }

  .gq-live-experience .app-nav-item {
    min-height: 36px !important;
    border-radius: 12px !important;
    font-size: 9px !important;
  }
}

/* FINAL SCREEN MODE: real app screenshots inside the phone. Keep this at EOF. */
section#screens.gq-live-experience .live-app-panel {
  position: relative !important;
  display: block !important;
  width: min(430px, 92vw) !important;
  aspect-ratio: 9 / 19.5 !important;
  min-height: 0 !important;
  padding: 12px !important;
  overflow: hidden !important;
  background:
    linear-gradient(145deg, #1b2433, #05070c 58%, #263142),
    #05070c !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 44px !important;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.07),
    inset 0 0 0 8px rgba(7, 12, 22, 0.85),
    0 34px 90px rgba(0, 0, 0, 0.48),
    0 0 58px rgba(6, 72, 255, 0.24) !important;
  transform: none !important;
}

section#screens.gq-live-experience .live-app-panel::before {
  content: none !important;
  position: absolute !important;
  z-index: 4 !important;
  top: 22px !important;
  left: 50% !important;
  width: 92px !important;
  height: 26px !important;
  transform: translateX(-50%) !important;
  border-radius: 999px !important;
  background: #050509 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.2) !important;
  pointer-events: none !important;
}

section#screens.gq-live-experience .live-app-panel::after {
  content: none !important;
  position: absolute !important;
  inset: 12px !important;
  z-index: 3 !important;
  border-radius: 34px !important;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.08),
    inset 0 -22px 38px rgba(0, 0, 0, 0.06) !important;
  pointer-events: none !important;
}

section#screens.gq-live-experience #app-screen-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 34px !important;
  object-fit: cover !important;
  object-position: center top !important;
  background: #f7f7f8 !important;
}

section#screens.gq-live-experience .app-screen-hitnav {
  position: absolute !important;
  z-index: 5 !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 12px !important;
  height: clamp(58px, 10%, 84px) !important;
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border-radius: 0 0 34px 34px !important;
}

section#screens.gq-live-experience .app-screen-hitnav .app-nav-item {
  min-width: 0 !important;
  min-height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

section#screens.gq-live-experience .app-screen-hitnav .app-nav-item:focus-visible {
  outline: 2px solid rgba(6, 72, 255, 0.85) !important;
  outline-offset: -6px !important;
  border-radius: 16px !important;
}

section#screens.gq-live-experience .live-app-panel.is-switching #app-screen-image {
  animation: gqScreenShotSwitch 0.34s cubic-bezier(.2, .8, .2, 1) !important;
}

section#screens.gq-live-experience .screen-tabs {
  display: none !important;
}

@media (max-width: 700px) {
  section#screens.gq-live-experience .live-app-panel {
    width: min(88vw, 316px) !important;
    aspect-ratio: 9 / 19.5 !important;
    min-height: 0 !important;
    padding: 10px !important;
    border-radius: 38px !important;
  }

  section#screens.gq-live-experience .live-app-panel::before {
    top: 18px !important;
    width: 76px !important;
    height: 22px !important;
  }

  section#screens.gq-live-experience .live-app-panel::after {
    inset: 10px !important;
    border-radius: 30px !important;
  }

  section#screens.gq-live-experience #app-screen-image {
    border-radius: 30px !important;
  }

  section#screens.gq-live-experience .app-screen-hitnav {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    height: 58px !important;
    border-radius: 0 0 30px 30px !important;
  }
}

/* Absolute final mobile alignment: applied after all legacy phone overrides. */
@media (max-width: 700px) {
  section#screens.gq-live-experience .live-app-panel {
    width: min(76vw, 276px) !important;
    border-radius: 36px !important;
  }

  section#screens.gq-live-experience #app-screen-image {
    border-radius: 27px !important;
  }

  section#screens.gq-live-experience .app-screen-hitnav {
    border-radius: 0 0 27px 27px !important;
  }

  .decision-stack .section-title,
  .flow-lane .section-title {
    width: 100% !important;
    max-width: 560px !important;
    margin-inline: auto !important;
    text-align: center !important;
    align-items: center !important;
  }

  .decision-stack .section-title h2,
  .decision-stack .section-title p,
  .flow-lane .section-title h2,
  .flow-lane .section-title p {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .decision-stack .command-grid,
  .flow-lane .map-route {
    padding-left: 0 !important;
    padding-right: var(--mobile-gutter) !important;
  }

  .decision-stack .command-grid article,
  .flow-lane .map-route li {
    text-align: left !important;
  }
}

/* Mobile layout consolidation 2026-07-15
   Compress long sections, keep copy stable, and turn feature groups into
   intentional horizontal rails instead of clipped vertical stacks. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

.screen-description,
.screen-description.is-switching,
.app-flow-console,
.app-flow-console.is-switching {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  filter: none !important;
  transform: none !important;
}

@media (max-width: 700px) {
  :root {
    --mobile-gutter: 18px;
  }

  main,
  section,
  footer {
    max-width: 100%;
  }

  .creative-flow,
  .app-theater,
  .decision-stack,
  .flow-lane,
  .os-message,
  .launch-panel,
  .faq {
    padding-inline: var(--mobile-gutter) !important;
  }

  /* SCREEN: app first, short persistent explanation second. */
  section#screens.gq-live-experience.app-theater {
    padding-block: 44px 48px !important;
    overflow: hidden !important;
  }

  section#screens.gq-live-experience > .section-title {
    margin-bottom: 22px !important;
  }

  section#screens.gq-live-experience > .section-title h2 {
    max-width: 100% !important;
    font-size: clamp(34px, 10vw, 42px) !important;
    line-height: 1.02 !important;
  }

  section#screens.gq-live-experience > .section-title p {
    display: block !important;
    margin-top: 16px !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
  }

  section#screens.gq-live-experience .screen-switcher,
  section#screens.gq-live-experience .live-app-shell {
    gap: 16px !important;
  }

  section#screens.gq-live-experience .live-app-visual {
    order: 1 !important;
  }

  section#screens.gq-live-experience .live-app-panel {
    width: min(76vw, 276px) !important;
    margin-inline: auto !important;
    border-radius: 36px !important;
  }

  section#screens.gq-live-experience #app-screen-image {
    border-radius: 27px !important;
  }

  section#screens.gq-live-experience .app-screen-hitnav {
    border-radius: 0 0 27px 27px !important;
  }

  section#screens.gq-live-experience .live-app-narrative {
    order: 2 !important;
    display: block !important;
    width: 100% !important;
  }

  section#screens.gq-live-experience .screen-feature-stage {
    display: block !important;
    min-height: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }

  section#screens.gq-live-experience .screen-feature-stage::before,
  section#screens.gq-live-experience .screen-feature-orbit {
    display: none !important;
  }

  section#screens.gq-live-experience .screen-description {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 20px !important;
    border-radius: 20px !important;
    background: rgba(11, 20, 38, 0.92) !important;
  }

  section#screens.gq-live-experience .screen-description > span {
    font-size: 12px !important;
  }

  section#screens.gq-live-experience .screen-description h3 {
    margin-top: 8px !important;
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  section#screens.gq-live-experience .screen-description p {
    margin-top: 10px !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
  }

  section#screens.gq-live-experience .app-flow-console {
    margin-top: 10px !important;
    padding: 14px 16px !important;
    border-radius: 18px !important;
  }

  section#screens.gq-live-experience .app-flow-console strong {
    display: block !important;
    margin-top: 5px !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  /* SYSTEM: one-card-at-a-time horizontal story rail. */
  .decision-stack {
    padding-block: 54px !important;
  }

  .decision-stack .section-title {
    margin-bottom: 24px !important;
  }

  .decision-stack .section-title::after,
  .flow-lane .section-title::after {
    content: "横にスワイプして続きを見る  →";
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 16px auto 0;
    color: #4f86ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
  }

  .decision-stack .command-grid {
    display: flex !important;
    width: calc(100% + var(--mobile-gutter)) !important;
    max-width: none !important;
    margin-right: calc(var(--mobile-gutter) * -1) !important;
    padding: 2px var(--mobile-gutter) 20px 0 !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .decision-stack .command-grid::-webkit-scrollbar,
  .flow-lane .map-route::-webkit-scrollbar {
    display: none;
  }

  .decision-stack .command-grid article,
  .decision-stack .command-grid article:nth-child(n) {
    flex: 0 0 min(82vw, 292px) !important;
    min-width: min(82vw, 292px) !important;
    min-height: 250px !important;
    padding: 28px 24px !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .decision-stack .command-grid article h3 {
    font-size: 25px !important;
    line-height: 1.16 !important;
  }

  .decision-stack .command-grid article p {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  .decision-stack .command-grid::after,
  .flow-lane .map-route::after {
    content: "";
    flex: 0 0 1px;
  }

  /* MONEY FLOW: retain sequence while avoiding four tall stacked cards. */
  .flow-lane {
    padding-block: 54px !important;
  }

  .money-flow-visual {
    margin-bottom: 24px !important;
  }

  .flow-lane .map-route {
    display: flex !important;
    width: calc(100% + var(--mobile-gutter)) !important;
    max-width: none !important;
    margin-right: calc(var(--mobile-gutter) * -1) !important;
    padding: 2px var(--mobile-gutter) 18px 0 !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .flow-lane .map-route li,
  .flow-lane .map-route li:nth-child(n) {
    flex: 0 0 min(82vw, 292px) !important;
    min-width: min(82vw, 292px) !important;
    min-height: 230px !important;
    padding: 26px 22px !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .flow-lane .map-route li > span {
    width: 58px !important;
    height: 58px !important;
  }

  /* Lower page: remove overflow and excessive vertical gaps. */
  .os-message,
  .launch-panel,
  .faq {
    padding-block: 48px !important;
  }

  .os-message .special-panel,
  .launch-panel .start-box {
    width: 100% !important;
    min-width: 0 !important;
    padding: 28px 22px !important;
    border-radius: 24px !important;
  }

  .os-message .special-logo-stage {
    width: min(52vw, 176px) !important;
    min-width: 0 !important;
    margin: 0 auto 22px !important;
  }

  .launch-panel .button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .faq-list,
  .faq-list details {
    width: 100% !important;
    min-width: 0 !important;
  }

  .faq-list summary,
  .faq-list p {
    overflow-wrap: anywhere;
  }

  .site-footer {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 26px var(--mobile-gutter) !important;
    text-align: left !important;
  }

  .site-footer p,
  .site-footer span {
    max-width: 100% !important;
    overflow-wrap: anywhere;
  }
}

/* FINAL PHONE SCREEN FIX: match the real screenshot ratio and add iPhone chrome. */
section#screens.gq-live-experience .live-app-panel {
  width: min(450px, 92vw) !important;
  aspect-ratio: 2196 / 3840 !important;
  padding: 12px !important;
  border-radius: 44px !important;
}

section#screens.gq-live-experience #app-screen-image {
  object-fit: contain !important;
  object-position: center center !important;
}

section#screens.gq-live-experience .phone-statusbar {
  position: absolute !important;
  z-index: 7 !important;
  top: 18px !important;
  left: 32px !important;
  right: 32px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: #10131a !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.55) !important;
  pointer-events: none !important;
}

section#screens.gq-live-experience .phone-statusbar::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  inset: -8px -18px -4px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.22)) !important;
  filter: blur(0.2px) !important;
}

section#screens.gq-live-experience .phone-status-icons {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

section#screens.gq-live-experience .phone-signal {
  width: 16px !important;
  height: 12px !important;
  display: inline-block !important;
  background:
    linear-gradient(to top, currentColor 0 4px, transparent 4px) 0 100% / 3px 12px no-repeat,
    linear-gradient(to top, currentColor 0 7px, transparent 7px) 5px 100% / 3px 12px no-repeat,
    linear-gradient(to top, currentColor 0 10px, transparent 10px) 10px 100% / 3px 12px no-repeat,
    linear-gradient(to top, currentColor 0 12px, transparent 12px) 15px 100% / 3px 12px no-repeat !important;
  border-radius: 2px !important;
}

section#screens.gq-live-experience .phone-wifi {
  width: 16px !important;
  height: 12px !important;
  display: inline-block !important;
  position: relative !important;
}

section#screens.gq-live-experience .phone-wifi::before {
  content: "" !important;
  position: absolute !important;
  left: 1px !important;
  top: 0 !important;
  width: 14px !important;
  height: 14px !important;
  border: 2px solid currentColor !important;
  border-color: currentColor transparent transparent transparent !important;
  border-radius: 50% !important;
}

section#screens.gq-live-experience .phone-wifi::after {
  content: "" !important;
  position: absolute !important;
  left: 6px !important;
  bottom: 0 !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: currentColor !important;
}

section#screens.gq-live-experience .phone-battery {
  width: 22px !important;
  height: 11px !important;
  display: inline-block !important;
  position: relative !important;
  border: 1.8px solid currentColor !important;
  border-radius: 4px !important;
}

section#screens.gq-live-experience .phone-battery::before {
  content: "" !important;
  position: absolute !important;
  inset: 2px 5px 2px 2px !important;
  border-radius: 2px !important;
  background: currentColor !important;
}

section#screens.gq-live-experience .phone-battery::after {
  content: "" !important;
  position: absolute !important;
  top: 3px !important;
  right: -4px !important;
  width: 2px !important;
  height: 5px !important;
  border-radius: 0 2px 2px 0 !important;
  background: currentColor !important;
}

section#screens.gq-live-experience .phone-home-indicator {
  position: absolute !important;
  z-index: 7 !important;
  left: 50% !important;
  bottom: 22px !important;
  width: 118px !important;
  height: 5px !important;
  transform: translateX(-50%) !important;
  border-radius: 999px !important;
  background: rgba(12, 14, 18, 0.72) !important;
  box-shadow: 0 1px 10px rgba(255, 255, 255, 0.3) !important;
  pointer-events: none !important;
}

@media (max-width: 700px) {
  section#screens.gq-live-experience .live-app-panel {
    width: min(88vw, 324px) !important;
    aspect-ratio: 2196 / 3840 !important;
    padding: 10px !important;
    border-radius: 38px !important;
  }

  section#screens.gq-live-experience .phone-statusbar {
    top: 15px !important;
    left: 27px !important;
    right: 27px !important;
    height: 21px !important;
    font-size: 11px !important;
  }

  section#screens.gq-live-experience .phone-statusbar::before {
    inset: -6px -13px -3px !important;
  }

  section#screens.gq-live-experience .phone-signal {
    width: 14px !important;
    height: 10px !important;
    background:
      linear-gradient(to top, currentColor 0 3px, transparent 3px) 0 100% / 3px 10px no-repeat,
      linear-gradient(to top, currentColor 0 6px, transparent 6px) 4px 100% / 3px 10px no-repeat,
      linear-gradient(to top, currentColor 0 8px, transparent 8px) 8px 100% / 3px 10px no-repeat,
      linear-gradient(to top, currentColor 0 10px, transparent 10px) 12px 100% / 3px 10px no-repeat !important;
  }

  section#screens.gq-live-experience .phone-wifi {
    width: 14px !important;
    height: 10px !important;
  }

  section#screens.gq-live-experience .phone-wifi::before {
    width: 12px !important;
    height: 12px !important;
  }

  section#screens.gq-live-experience .phone-battery {
    width: 19px !important;
    height: 10px !important;
  }

  section#screens.gq-live-experience .phone-home-indicator {
    bottom: 19px !important;
    width: 96px !important;
    height: 4px !important;
  }

  section#screens.gq-live-experience .app-screen-hitnav {
    height: 52px !important;
  }
}

/* FINAL NATURAL PHONE COMPOSITION: keep the app screenshot intact, add native chrome outside it. */
section#screens.gq-live-experience .live-app-visual {
  position: relative !important;
  isolation: isolate !important;
}

section#screens.gq-live-experience .live-app-visual::before {
  content: "" !important;
  position: absolute !important;
  z-index: -1 !important;
  inset: 7% -18% 4% -18% !important;
  display: block !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 50% 28%, rgba(34, 112, 255, 0.32), transparent 34%),
    radial-gradient(circle at 48% 66%, rgba(4, 58, 196, 0.28), transparent 44%) !important;
  filter: blur(18px) !important;
  opacity: 0.92 !important;
}

section#screens.gq-live-experience .live-app-panel {
  width: min(454px, 92vw) !important;
  aspect-ratio: 9 / 18.9 !important;
  padding: 12px !important;
  border-radius: 48px !important;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.04) 18%, transparent 34%),
    linear-gradient(145deg, #222b38, #05070c 56%, #182233) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.07),
    inset 0 0 0 8px rgba(4, 7, 14, 0.92),
    0 36px 90px rgba(0, 0, 0, 0.52),
    0 0 70px rgba(6, 72, 255, 0.3) !important;
}

section#screens.gq-live-experience .live-app-panel::before {
  top: 21px !important;
  width: 88px !important;
  height: 24px !important;
  z-index: 8 !important;
  background: #07070a !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.18) !important;
}

section#screens.gq-live-experience .live-app-panel::after {
  inset: 12px !important;
  border-radius: 34px !important;
  background:
    linear-gradient(180deg, #f8fafc 0 58px, transparent 58px calc(100% - 26px), rgba(248, 250, 252, 0.98) calc(100% - 26px)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(10, 14, 25, 0.08),
    inset 0 16px 28px rgba(255, 255, 255, 0.5),
    inset 0 -18px 26px rgba(255, 255, 255, 0.55) !important;
  pointer-events: none !important;
}

section#screens.gq-live-experience #app-screen-image {
  position: absolute !important;
  z-index: 2 !important;
  top: 58px !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 30px !important;
  width: calc(100% - 24px) !important;
  height: calc(100% - 88px) !important;
  border-radius: 0 0 31px 31px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #f8fafc !important;
  box-shadow: none !important;
}

section#screens.gq-live-experience .phone-statusbar {
  top: 24px !important;
  left: 34px !important;
  right: 34px !important;
  z-index: 9 !important;
  color: #0b0d13 !important;
  font-size: 13px !important;
  text-shadow: none !important;
}

section#screens.gq-live-experience .phone-statusbar::before {
  display: none !important;
}

section#screens.gq-live-experience .phone-home-indicator {
  z-index: 9 !important;
  bottom: 21px !important;
  width: 124px !important;
  height: 5px !important;
  background: rgba(8, 10, 16, 0.72) !important;
  box-shadow: none !important;
}

section#screens.gq-live-experience .app-screen-hitnav {
  z-index: 10 !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 30px !important;
  height: clamp(54px, 9%, 74px) !important;
  border-radius: 0 0 31px 31px !important;
}

section#screens.gq-live-experience .live-data-flow {
  position: absolute !important;
  z-index: -1 !important;
  inset: 8% -16% auto -16% !important;
  min-height: 74% !important;
  display: block !important;
  pointer-events: none !important;
}

section#screens.gq-live-experience .live-data-flow span {
  position: absolute !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: rgba(6, 72, 255, 0.12) !important;
  border: 1px solid rgba(98, 151, 255, 0.28) !important;
  color: rgba(214, 229, 255, 0.84) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18), 0 0 34px rgba(6, 72, 255, 0.12) !important;
  backdrop-filter: blur(12px) !important;
}

section#screens.gq-live-experience .live-data-flow span:nth-child(1) { top: 4%; left: 2%; }
section#screens.gq-live-experience .live-data-flow span:nth-child(2) { top: 24%; right: 0; }
section#screens.gq-live-experience .live-data-flow span:nth-child(3) { top: 45%; left: -2%; }
section#screens.gq-live-experience .live-data-flow span:nth-child(4) { top: 64%; right: -5%; }
section#screens.gq-live-experience .live-data-flow span:nth-child(5) { bottom: 10%; left: 4%; }
section#screens.gq-live-experience .live-data-flow span:nth-child(6) { bottom: 0; right: 8%; }

@media (max-width: 700px) {
  section#screens.gq-live-experience.app-theater,
  .gq-live-experience.app-theater {
    padding: 28px 18px 34px !important;
  }

  section#screens.gq-live-experience .live-app-panel {
    width: min(76vw, 276px) !important;
    aspect-ratio: 9 / 18.9 !important;
    padding: 10px !important;
    border-radius: 36px !important;
  }

  section#screens.gq-live-experience .live-app-panel::before {
    top: 18px !important;
    width: 76px !important;
    height: 21px !important;
  }

  section#screens.gq-live-experience .live-app-panel::after {
    inset: 10px !important;
    border-radius: 32px !important;
    background:
      linear-gradient(180deg, #f8fafc 0 50px, transparent 50px calc(100% - 24px), rgba(248, 250, 252, 0.98) calc(100% - 24px)) !important;
  }

  section#screens.gq-live-experience #app-screen-image {
    top: 50px !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 27px !important;
    width: calc(100% - 20px) !important;
    height: calc(100% - 77px) !important;
    border-radius: 0 0 28px 28px !important;
  }

  section#screens.gq-live-experience .phone-statusbar {
    top: 20px !important;
    left: 28px !important;
    right: 28px !important;
    font-size: 11px !important;
  }

  section#screens.gq-live-experience .phone-home-indicator {
    bottom: 18px !important;
    width: 94px !important;
    height: 4px !important;
  }

  section#screens.gq-live-experience .app-screen-hitnav {
    left: 10px !important;
    right: 10px !important;
    bottom: 27px !important;
    height: 49px !important;
    border-radius: 0 0 28px 28px !important;
  }

  section#screens.gq-live-experience .live-data-flow {
    display: none !important;
  }
}

/* FINAL GENERATED APP SCREENS: use freshly generated phone UI assets, no fake status overlays. */
section#screens.gq-live-experience .phone-statusbar,
section#screens.gq-live-experience .phone-home-indicator {
  display: none !important;
}

section#screens.gq-live-experience .live-app-panel {
  width: min(430px, 90vw) !important;
  aspect-ratio: 390 / 844 !important;
  padding: 12px !important;
  border-radius: 48px !important;
  background:
    linear-gradient(145deg, #202937, #05070c 56%, #151e2e) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.07),
    inset 0 0 0 8px rgba(4, 7, 14, 0.88),
    0 36px 90px rgba(0, 0, 0, 0.52),
    0 0 70px rgba(6, 72, 255, 0.28) !important;
}

section#screens.gq-live-experience .live-app-panel::before {
  content: "" !important;
  position: absolute !important;
  z-index: 7 !important;
  top: 22px !important;
  left: 50% !important;
  width: 86px !important;
  height: 24px !important;
  transform: translateX(-50%) !important;
  border-radius: 999px !important;
  background: #06070a !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  pointer-events: none !important;
}

section#screens.gq-live-experience .live-app-panel::after {
  content: "" !important;
  position: absolute !important;
  inset: 12px !important;
  z-index: 3 !important;
  border-radius: 38px !important;
  background: transparent !important;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.12),
    inset 0 18px 32px rgba(255, 255, 255, 0.08),
    inset 0 -22px 30px rgba(0, 0, 0, 0.04) !important;
  pointer-events: none !important;
}

section#screens.gq-live-experience #app-screen-image {
  position: relative !important;
  z-index: 2 !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 38px !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #fbfbfc !important;
}

section#screens.gq-live-experience .app-screen-hitnav {
  position: absolute !important;
  z-index: 10 !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 12px !important;
  height: calc((100% - 24px) * 70 / 844) !important;
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  border-radius: 0 0 34px 34px !important;
}

section#screens.gq-live-experience .app-screen-hitnav .app-nav-item {
  min-width: 0 !important;
  min-height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.001) !important;
  color: transparent !important;
  font-size: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

section#screens.gq-live-experience .app-screen-hitnav .app-nav-item:focus-visible {
  outline: 2px solid rgba(6, 72, 255, 0.9) !important;
  outline-offset: -8px !important;
  border-radius: 16px !important;
}

section#screens.gq-live-experience .live-data-flow {
  display: none !important;
}

@media (max-width: 700px) {
  section#screens.gq-live-experience .live-app-panel {
    width: min(76vw, 276px) !important;
    aspect-ratio: 390 / 844 !important;
    padding: 10px !important;
    border-radius: 36px !important;
  }

  section#screens.gq-live-experience .live-app-panel::before {
    top: 19px !important;
    width: 74px !important;
    height: 21px !important;
  }

  section#screens.gq-live-experience .live-app-panel::after {
    inset: 10px !important;
    border-radius: 32px !important;
  }

  section#screens.gq-live-experience #app-screen-image {
    border-radius: 30px !important;
  }

  section#screens.gq-live-experience .app-screen-hitnav {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    height: calc((100% - 20px) * 70 / 844) !important;
    border-radius: 0 0 30px 30px !important;
  }
}
