:root {
  --p0-deep: #061311;
  --p0-deep-2: #0b211b;
  --p0-deep-3: #102d25;
  --p0-mint: #79e0ad;
  --p0-green: #57bf8e;
  --p0-cyan: #22c7d8;
  --p0-blue: #2f6bff;
  --p0-ink: #112019;
  --p0-soft: #eff8f3;
  --p0-line: rgba(52, 116, 88, .18);
  --p0-shadow: 0 28px 80px rgba(8, 40, 29, .12);
}

[data-p0-page] {
  --brand: var(--p0-green);
  --line: var(--p0-line);
}

[data-p0-page] .section-head h2 {
  letter-spacing: -.035em;
}

[data-p0-page] .section-desc,
[data-p0-page] .copy p {
  text-wrap: pretty;
}

[data-p0-page] .brand-intro {
  display: none !important;
}

body.p0-entry-lock {
  overflow: hidden;
}

.p0-entry {
  position: fixed;
  z-index: 2147480000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: transparent;
  cursor: progress;
  isolation: isolate;
  animation: p0EntryFailsafe 0s 5s forwards;
}

.p0-entry::before {
  content: "";
  position: absolute;
  z-index: 7;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background:
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, .035) 3px 4px),
    linear-gradient(90deg, transparent 0 49.92%, rgba(121, 224, 173, .14) 50%, transparent 50.08%);
  mix-blend-mode: screen;
}

.p0-entry-panel {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 50.08%;
  background:
    radial-gradient(circle at 50% 44%, rgba(31, 117, 83, .22), transparent 34rem),
    linear-gradient(145deg, #061311 0%, #071b17 54%, #061126 100%);
  will-change: transform;
}

.p0-entry-panel-left {
  left: 0;
  border-right: 1px solid rgba(121, 224, 173, .11);
}

.p0-entry-panel-right {
  right: 0;
  border-left: 1px solid rgba(34, 199, 216, .09);
}

.p0-entry-glow {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: min(66vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(121, 224, 173, .16) 0 11%, transparent 42%),
    repeating-radial-gradient(circle, transparent 0 12%, rgba(121, 224, 173, .11) 12.2% 12.4%, transparent 12.6% 18%);
  filter: drop-shadow(0 0 72px rgba(34, 199, 216, .14));
}

.p0-entry-map {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: .78;
  pointer-events: none;
}

.p0-entry-map path {
  fill: none;
  stroke: url("#p0-entry-route-gradient");
  stroke-width: 1.5;
  stroke-linecap: round;
  opacity: .58;
  filter: drop-shadow(0 0 9px rgba(34, 199, 216, .32));
}

.p0-entry-map circle {
  fill: #79e0ad;
  stroke: rgba(255, 255, 255, .7);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 12px rgba(121, 224, 173, .9));
}

.p0-entry-stage {
  position: relative;
  z-index: 4;
  width: min(900px, calc(100vw - 64px));
  display: grid;
  gap: 28px;
}

.p0-entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(219, 247, 233, .58);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.p0-entry-meta i {
  color: #79e0ad;
  font-style: normal;
}

.p0-entry-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 52px);
}

.p0-entry-bird-wrap {
  position: relative;
  width: clamp(126px, 16vw, 190px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.p0-entry-bird-orbit {
  position: absolute;
  inset: 2%;
  border: 1px solid rgba(121, 224, 173, .25);
  border-radius: 50%;
  box-shadow:
    0 0 0 22px rgba(121, 224, 173, .035),
    0 0 0 46px rgba(34, 199, 216, .025);
}

.p0-entry-bird-orbit::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #79e0ad;
  box-shadow: 0 0 24px rgba(121, 224, 173, .95);
  transform: translateX(-50%);
}

.p0-entry-bird {
  position: relative;
  z-index: 2;
  width: 76%;
  height: 76%;
  object-fit: contain;
  filter: drop-shadow(0 24px 42px rgba(87, 191, 142, .28));
}

.p0-entry-word {
  display: grid;
  gap: 10px;
}

.p0-entry-word strong {
  font-size: clamp(44px, 7vw, 88px);
  line-height: .96;
  letter-spacing: -.065em;
}

.p0-entry-word small {
  color: rgba(219, 247, 233, .62);
  font-size: clamp(12px, 1.4vw, 16px);
  font-weight: 700;
  letter-spacing: .28em;
}

.p0-entry-progress {
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, .11);
}

.p0-entry-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #79e0ad, #22c7d8 58%, #2f6bff);
  box-shadow: 0 0 18px rgba(34, 199, 216, .56);
}

.p0-entry-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
}

.p0-entry-steps li {
  min-width: 0;
  display: grid;
  gap: 5px;
  color: rgba(219, 247, 233, .62);
  font-size: 12px;
  letter-spacing: .1em;
}

.p0-entry-steps li:not(:first-child) {
  text-align: center;
}

.p0-entry-steps li:last-child {
  text-align: right;
}

.p0-entry-steps b {
  color: #79e0ad;
  font-size: 10px;
  letter-spacing: .16em;
}

.p0-entry-skip {
  position: absolute;
  z-index: 6;
  right: 26px;
  bottom: 22px;
  color: rgba(219, 247, 233, .42);
  font-size: 10px;
  letter-spacing: .12em;
}

@keyframes p0EntryFailsafe {
  to {
    visibility: hidden;
    pointer-events: none;
  }
}

[data-p0-page] .btn,
[data-p0-page] .nav-cta,
[data-p0-page] .p0-acceptance-link {
  will-change: transform;
}

[data-p0-page="home"] .hero {
  min-height: 780px;
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 34%, rgba(34, 199, 216, .18), transparent 28rem),
    radial-gradient(circle at 14% 82%, rgba(87, 191, 142, .20), transparent 34rem),
    linear-gradient(125deg, #061311 0%, #091b18 42%, #08152a 100%);
}

[data-p0-page="home"] .hero::before {
  opacity: .22;
  background-size: 54px 54px;
}

[data-p0-page="home"] .hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(36px, 5vw, 80px);
  padding-top: 126px;
  padding-bottom: 86px;
}

[data-p0-page="home"] .hero-copy {
  position: relative;
  z-index: 3;
}

[data-p0-page="home"] .hero h1 {
  max-width: 780px;
  font-size: clamp(46px, 5.6vw, 80px);
  line-height: .99;
  letter-spacing: -.055em;
}

[data-p0-page="home"] .hero-title-line {
  display: inline;
}

[data-p0-page="home"] .hero-title-line + .hero-title-line {
  color: rgba(255, 255, 255, .72);
}

[data-p0-page="home"] .hero-title-emphasis {
  color: var(--p0-mint);
}

[data-p0-page="home"] .hero-lead {
  max-width: 680px;
  color: rgba(235, 250, 243, .72);
  font-size: 17px;
  line-height: 1.82;
}

[data-p0-page="home"] .hero-trust {
  border-top-color: rgba(121, 224, 173, .16);
}

[data-p0-page="home"] .hero-brand-scene {
  min-height: 590px;
  position: relative;
}

[data-p0-page="home"] .hero-brand-scene > :not(.p0-hero-topology) {
  display: none !important;
}

.p0-hero-topology {
  position: absolute;
  inset: 0;
  isolation: isolate;
}

.p0-hero-topology::before,
.p0-hero-topology::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(121, 224, 173, .12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.p0-hero-topology::after {
  width: 250px;
  height: 250px;
  border-color: rgba(34, 199, 216, .13);
}

.p0-hero-routes {
  position: absolute;
  inset: 5% 0 0;
  width: 100%;
  height: 90%;
  overflow: visible;
}

.p0-hero-routes path {
  fill: none;
  stroke: url("#p0-hero-route-gradient");
  stroke-width: 1.6;
  stroke-linecap: round;
  opacity: .62;
  filter: drop-shadow(0 0 8px rgba(34, 199, 216, .25));
}

.p0-hero-core,
.p0-hero-node {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .22);
}

.p0-hero-core {
  left: 50%;
  top: 50%;
  width: 228px;
  height: 228px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 7px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background:
    radial-gradient(circle at 34% 22%, rgba(121, 224, 173, .24), transparent 42%),
    #0a211a;
}

.p0-hero-core img {
  width: 70px;
  height: 72px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .9;
}

.p0-hero-core span,
.p0-hero-node span {
  color: var(--p0-mint);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.p0-hero-core strong {
  max-width: 164px;
  text-align: center;
  font-size: 17px;
  line-height: 1.45;
}

.p0-hero-node {
  min-width: 142px;
  padding: 13px 15px;
  display: grid;
  gap: 4px;
  border-radius: 12px;
  color: #fff;
  background: rgba(7, 26, 23, .92);
}

.p0-hero-node strong {
  font-size: 14px;
  white-space: nowrap;
}

.p0-node-app { left: 5%; top: 10%; }
.p0-node-command { right: 2%; top: 11%; }
.p0-node-admin { left: -2%; top: 48%; }
.p0-node-screen { right: -2%; top: 49%; }
.p0-node-notice { left: 10%; bottom: 5%; }
.p0-node-device { right: 7%; bottom: 4%; }

.p0-hero-status {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -12px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid rgba(121, 224, 173, .2);
  border-radius: 999px;
  color: rgba(255, 255, 255, .7);
  background: rgba(4, 18, 14, .84);
  transform: translateX(-50%);
  font-size: 12px;
  white-space: nowrap;
}

.p0-hero-status i,
.p0-platform-event i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--p0-mint);
  box-shadow: 0 0 14px var(--p0-mint);
}

[data-p0-page="home"] #flow {
  background:
    radial-gradient(circle at 18% 16%, rgba(87, 191, 142, .12), transparent 30rem),
    #061311;
  color: #fff;
}

[data-p0-page="home"] #flow .section-kicker {
  color: var(--p0-mint);
}

[data-p0-page="home"] #flow .section-desc {
  color: rgba(255, 255, 255, .62);
}

[data-p0-page="home"] #flow .process-map {
  display: none;
}

.p0-flow-story {
  width: min(1120px, 100%);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 8vw, 100px);
  align-items: start;
}

.p0-flow-visual {
  position: sticky;
  top: 108px;
  height: calc(100vh - 150px);
  min-height: 630px;
  max-height: 760px;
  border: 1px solid rgba(121, 224, 173, .16);
  border-radius: 28px;
  background:
    linear-gradient(rgba(121, 224, 173, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 224, 173, .045) 1px, transparent 1px),
    linear-gradient(160deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .015));
  background-size: 38px 38px, 38px 38px, auto;
  overflow: hidden;
}

.p0-flow-console-head {
  position: absolute;
  z-index: 3;
  inset: 22px 24px auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  letter-spacing: .1em;
}

.p0-flow-console-head strong {
  color: var(--p0-mint);
  letter-spacing: 0;
}

.p0-flow-track {
  position: absolute;
  inset: 70px 0 34px;
  width: 100%;
  height: calc(100% - 104px);
}

.p0-flow-path-base,
.p0-flow-path-live {
  fill: none;
  stroke-linecap: round;
  stroke-width: 2;
}

.p0-flow-path-base { stroke: rgba(255, 255, 255, .11); }
.p0-flow-path-live {
  stroke: var(--p0-mint);
  filter: drop-shadow(0 0 8px rgba(121, 224, 173, .7));
}

.p0-flow-nodes {
  position: absolute;
  inset: 82px 22px 42px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  align-content: space-between;
}

.p0-flow-nodes li {
  min-height: 66px;
  padding: 11px 14px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px;
  color: rgba(255, 255, 255, .48);
  background: rgba(6, 19, 17, .9);
  transition: border-color .3s ease, color .3s ease, transform .3s ease, background .3s ease;
}

.p0-flow-nodes li span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  font-size: 11px;
  font-weight: 900;
}

.p0-flow-nodes li.is-active {
  color: #fff;
  border-color: rgba(121, 224, 173, .46);
  background: linear-gradient(135deg, rgba(87, 191, 142, .18), rgba(34, 199, 216, .08));
  transform: translateX(8px);
}

.p0-flow-copy {
  display: grid;
}

.p0-flow-step {
  min-height: 72vh;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 70px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.p0-flow-step > span {
  color: var(--p0-mint);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.p0-flow-step h3 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.p0-flow-step p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 17px;
  line-height: 1.85;
}

[data-p0-page="home"] #capability {
  background: #f2f7f4;
}

[data-p0-page="home"] #capability .cap-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

[data-p0-page="home"] #capability .cap-row {
  display: contents;
}

[data-p0-page="home"] #capability .cap-card {
  grid-column: span 6;
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--p0-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

[data-p0-page="home"] #capability .cap-card:nth-child(1),
[data-p0-page="home"] #capability .cap-row:last-child .cap-card:last-child {
  grid-column: span 7;
}

[data-p0-page="home"] #capability .cap-card:nth-child(2),
[data-p0-page="home"] #capability .cap-row:last-child .cap-card:first-child {
  grid-column: span 5;
}

[data-p0-page="home"] #capability .cap-card::before {
  opacity: .9;
}

[data-p0-page="home"] #capability .cap-card.is-active,
[data-p0-page="home"] #capability .cap-card.is-hovered {
  color: var(--p0-ink);
  background: linear-gradient(145deg, var(--tint), #fff 72%);
  transform: translateY(-5px);
  box-shadow: var(--p0-shadow);
}

[data-p0-page="home"] #versions {
  background: #fff;
}

[data-p0-page="home"] #versions .version-grid {
  display: none;
}

.p0-solution-composer {
  margin-top: 44px;
}

.p0-composer-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.p0-composer-controls button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--p0-line);
  border-radius: 999px;
  color: #3e584c;
  background: #f5faf7;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.p0-composer-controls button span {
  margin-right: 7px;
  color: #769083;
  font-size: 11px;
}

.p0-composer-controls button[aria-pressed="true"] {
  color: #fff;
  border-color: var(--p0-deep);
  background: var(--p0-deep);
}

.p0-composer-stage {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.p0-composer-core,
.p0-solution-card {
  min-height: 220px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--p0-line);
  border-radius: 22px;
  background: #f7faf8;
}

.p0-composer-core {
  grid-column: span 5;
  grid-row: span 2;
  min-height: 456px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 22%, rgba(34, 199, 216, .22), transparent 18rem),
    linear-gradient(145deg, var(--p0-deep), #0c2a21);
}

.p0-composer-core span,
.p0-solution-card > span {
  color: var(--p0-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
}

.p0-composer-core h3,
.p0-solution-card h3 {
  margin: 18px 0 12px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.1;
  letter-spacing: -.04em;
}

.p0-composer-core p,
.p0-solution-card p {
  margin: 0;
  line-height: 1.75;
  color: inherit;
  opacity: .7;
}

.p0-composer-core a,
.p0-solution-card a {
  margin-top: auto;
  padding-top: 24px;
  font-weight: 900;
}

.p0-solution-card {
  grid-column: span 3;
  min-height: 220px;
  transition: border-color .25s ease, background .25s ease;
}

.p0-solution-card.is-active {
  grid-column: span 7;
  color: #0f2b21;
  border-color: rgba(87, 191, 142, .42);
  background: linear-gradient(135deg, #def7e9, #eefaff);
}

.p0-acceptance {
  background:
    linear-gradient(rgba(14, 66, 46, .055) 1px, transparent 1px),
    #eef7f2;
  background-size: 100% 66px;
}

.p0-acceptance-grid {
  margin: 42px 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: acceptance;
}

.p0-acceptance-grid li {
  position: relative;
  min-height: 250px;
  padding: 24px;
  border-top: 2px solid var(--p0-deep);
  border-bottom: 1px solid var(--p0-line);
}

.p0-acceptance-grid li + li {
  border-left: 1px solid var(--p0-line);
}

.p0-acceptance-grid span {
  color: var(--p0-green);
  font-size: 12px;
  font-weight: 900;
}

.p0-acceptance-grid h3 {
  margin: 52px 0 12px;
  font-size: 24px;
}

.p0-acceptance-grid p {
  margin: 0;
  color: #5e7569;
  line-height: 1.75;
}

.p0-acceptance-link {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  border-radius: 999px;
  color: #fff;
  background: var(--p0-deep);
  font-weight: 900;
}

[data-p0-page="platform"],
[data-p0-page="case"] {
  background: #f4f8f6;
}

[data-p0-page="platform"] .page-preview,
[data-p0-page="case"] .page-preview {
  display: none;
}

[data-p0-page="platform"] .hero,
[data-p0-page="case"] .hero {
  min-height: 720px;
  background:
    radial-gradient(circle at 76% 22%, rgba(34, 199, 216, .16), transparent 28rem),
    radial-gradient(circle at 18% 76%, rgba(87, 191, 142, .18), transparent 30rem),
    linear-gradient(128deg, #061311, #0c231d 54%, #0a1a2e);
}

[data-p0-page="platform"] .hero-panel,
[data-p0-page="case"] .hero-panel {
  border-radius: 24px;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(18px);
}

[data-p0-page="platform"] .main,
[data-p0-page="case"] .main {
  padding-top: 64px;
}

[data-p0-page="platform"] .main > .section,
[data-p0-page="case"] .p0-case-story > .section {
  border: 1px solid var(--p0-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
}

[data-p0-page="platform"] .main > .section:nth-of-type(even) {
  background: #edf6f1;
}

.p0-platform-map {
  position: relative;
  min-height: 620px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(87, 191, 142, .24);
  border-radius: 24px;
  background:
    linear-gradient(rgba(121, 224, 173, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 224, 173, .05) 1px, transparent 1px),
    linear-gradient(145deg, #061311, #0d2a22);
  background-size: 42px 42px, 42px 42px, auto;
}

.p0-platform-core,
.p0-platform-terminal {
  position: absolute;
  z-index: 2;
}

.p0-platform-core {
  left: 50%;
  top: 50%;
  width: 250px;
  height: 190px;
  padding: 28px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(121, 224, 173, .35);
  border-radius: 50%;
  color: #fff;
  background: #0b241d;
  text-align: center;
  transform: translate(-50%, -50%);
}

.p0-platform-core span,
.p0-platform-terminal span {
  color: var(--p0-mint);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.p0-platform-core h3 {
  margin: 12px 0 7px;
  font-size: 26px;
}

.p0-platform-core p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
}

.p0-platform-terminal {
  width: 210px;
  min-height: 112px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  color: #fff;
  background: rgba(7, 28, 23, .94);
}

.p0-platform-terminal strong { font-size: 16px; }
.p0-platform-terminal small { color: rgba(255, 255, 255, .48); line-height: 1.4; }
.p0-terminal-mobile { left: 5%; top: 7%; }
.p0-terminal-command { right: 5%; top: 7%; }
.p0-terminal-admin { left: 2%; top: 41%; }
.p0-terminal-display { right: 2%; top: 41%; }
.p0-terminal-notice { left: 8%; bottom: 6%; }
.p0-terminal-device { right: 8%; bottom: 6%; }

.p0-platform-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p0-platform-links path {
  fill: none;
  stroke: var(--p0-mint);
  stroke-width: 1.4;
  stroke-linecap: round;
  opacity: .55;
}

.p0-platform-event {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 22px;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .62);
  background: rgba(3, 15, 12, .82);
  transform: translateX(-50%);
  font-size: 11px;
}

[data-p0-page="platform"] .flow-orbit {
  display: none;
}

[data-p0-page="case"] .hero {
  background:
    linear-gradient(90deg, rgba(6, 19, 17, .98), rgba(6, 19, 17, .74)),
    radial-gradient(circle at 78% 28%, rgba(47, 107, 255, .28), transparent 30rem),
    #061311;
}

.p0-case-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.p0-case-index {
  position: sticky;
  top: 100px;
  padding: 24px;
  border: 1px solid var(--p0-line);
  border-radius: 20px;
  background: var(--p0-deep);
  color: #fff;
}

.p0-case-index > span {
  color: var(--p0-mint);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.p0-case-index h2 {
  margin: 13px 0 22px;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: -.03em;
}

.p0-case-index nav {
  display: grid;
  gap: 2px;
}

.p0-case-index a {
  padding: 8px 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, .48);
  font-size: 13px;
  transition: color .25s ease, transform .25s ease;
}

.p0-case-index a i {
  font-style: normal;
  font-size: 10px;
}

.p0-case-index a.is-active {
  color: var(--p0-mint);
  transform: translateX(4px);
}

.p0-case-progress {
  height: 2px;
  margin: 20px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .1);
}

.p0-case-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--p0-green), var(--p0-cyan));
  transform: scaleX(0);
  transform-origin: left;
}

.p0-case-index p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
  line-height: 1.65;
}

.p0-case-story {
  position: relative;
  display: grid;
  gap: 22px;
}

.p0-case-story::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 34px;
  bottom: 34px;
  width: 1px;
  background: linear-gradient(var(--p0-green), rgba(87, 191, 142, .08));
}

[data-p0-page="case"] .p0-case-story > .section {
  position: relative;
  margin: 0;
  padding: 42px 46px 42px 78px;
  overflow: visible;
}

[data-p0-page="case"] .p0-case-story > .section::before {
  content: attr(data-p0-phase);
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 42px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 6px solid #f4f8f6;
  border-radius: 50%;
  color: #fff;
  background: var(--p0-deep);
  font-size: 10px;
  font-weight: 900;
}

[data-p0-page="case"] .p0-case-story .section-watermark {
  display: none;
}

[data-p0-page="case"] .p0-case-story .section-head {
  grid-template-columns: 1fr;
}

[data-p0-page="case"] .p0-case-story .section-head > span {
  color: var(--p0-green);
}

[data-p0-page="case"] .p0-case-story .cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

[data-p0-page="case"] .p0-case-story .info-card {
  border-radius: 16px;
  background: #f3f8f5;
  backdrop-filter: none;
}

@media (max-width: 1100px) {
  [data-p0-page="home"] .hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  }
  .p0-hero-node {
    min-width: 126px;
    padding: 11px;
  }
  .p0-solution-card { grid-column: span 7; }
  .p0-solution-card.is-active { grid-column: span 7; }
}

@media (max-width: 899px) {
  [data-p0-page="home"] .hero {
    min-height: 0;
  }

  [data-p0-page="home"] .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 112px;
    padding-bottom: 50px;
  }

  [data-p0-page="home"] .hero h1 {
    font-size: clamp(42px, 11vw, 62px);
  }

  [data-p0-page="home"] .hero-brand-scene {
    min-height: 500px;
  }

  .p0-hero-core {
    width: 188px;
    height: 188px;
  }

  .p0-hero-core img {
    width: 56px;
    height: 58px;
  }

  .p0-hero-node {
    min-width: 116px;
    font-size: 11px;
  }

  .p0-node-admin { left: 1%; }
  .p0-node-screen { right: 1%; }

  .p0-flow-story {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .p0-flow-visual {
    display: none;
  }

  .p0-flow-step {
    position: relative;
    min-height: 0;
    padding: 32px 0 32px 54px;
  }

  .p0-flow-step::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(121, 224, 173, .28);
  }

  .p0-flow-step::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 40px;
    width: 13px;
    height: 13px;
    border: 3px solid #061311;
    border-radius: 50%;
    background: var(--p0-mint);
  }

  .p0-flow-step h3 {
    font-size: 30px;
  }

  [data-p0-page="home"] #capability .cap-card,
  [data-p0-page="home"] #capability .cap-card:nth-child(1),
  [data-p0-page="home"] #capability .cap-card:nth-child(2),
  [data-p0-page="home"] #capability .cap-row:last-child .cap-card:first-child,
  [data-p0-page="home"] #capability .cap-row:last-child .cap-card:last-child {
    grid-column: span 12;
    min-height: 220px;
  }

  .p0-composer-stage {
    grid-template-columns: 1fr;
  }

  .p0-composer-core,
  .p0-solution-card,
  .p0-solution-card.is-active {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
  }

  .p0-composer-core {
    min-height: 300px;
  }

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

  .p0-acceptance-grid li:nth-child(3) {
    border-left: 0;
  }

  .p0-platform-map {
    min-height: 0;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .p0-platform-core,
  .p0-platform-terminal {
    position: static;
    width: auto;
    min-height: 120px;
    transform: none;
  }

  .p0-platform-core {
    grid-column: 1 / -1;
    height: auto;
    border-radius: 20px;
  }

  .p0-platform-links,
  .p0-platform-event {
    display: none;
  }

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

  .p0-case-index {
    position: static;
  }

  .p0-case-index nav {
    grid-template-columns: repeat(4, 1fr);
  }

  .p0-case-index a {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

@media (max-width: 620px) {
  [data-p0-page="home"] .hero-grid {
    gap: 20px;
  }

  [data-p0-page="home"] .hero h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  [data-p0-page="home"] .hero-lead {
    font-size: 16px;
  }

  [data-p0-page="home"] .hero-brand-scene {
    min-height: 430px;
    margin-inline: -10px;
  }

  .p0-hero-topology::before {
    width: 280px;
    height: 280px;
  }

  .p0-hero-topology::after {
    width: 190px;
    height: 190px;
  }

  .p0-hero-core {
    width: 152px;
    height: 152px;
  }

  .p0-hero-core img {
    width: 44px;
    height: 46px;
  }

  .p0-hero-core strong {
    max-width: 120px;
    font-size: 13px;
  }

  .p0-hero-node {
    min-width: 96px;
    padding: 9px;
    border-radius: 10px;
  }

  .p0-hero-node span {
    font-size: 8px;
  }

  .p0-hero-node strong {
    font-size: 11px;
  }

  .p0-node-app { left: 0; top: 8%; }
  .p0-node-command { right: 0; top: 8%; }
  .p0-node-admin { left: -2%; top: 49%; }
  .p0-node-screen { right: -2%; top: 49%; }
  .p0-node-notice { left: 3%; bottom: 2%; }
  .p0-node-device { right: 1%; bottom: 2%; }

  .p0-hero-status {
    bottom: -20px;
    font-size: 10px;
  }

  .p0-composer-controls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .p0-composer-controls button {
    padding: 0 10px;
  }

  .p0-acceptance-grid {
    grid-template-columns: 1fr;
  }

  .p0-acceptance-grid li,
  .p0-acceptance-grid li + li {
    min-height: 0;
    border-left: 0;
  }

  .p0-acceptance-grid h3 {
    margin-top: 28px;
  }

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

  [data-p0-page="platform"] .hero,
  [data-p0-page="case"] .hero {
    min-height: 660px;
  }

  .p0-case-index nav {
    grid-template-columns: repeat(2, 1fr);
  }

  [data-p0-page="case"] .p0-case-story > .section {
    padding: 34px 22px 34px 58px;
  }

  .p0-case-story::before {
    left: 23px;
  }

  [data-p0-page="case"] .p0-case-story > .section::before {
    left: 5px;
    top: 34px;
  }

  [data-p0-page="case"] .p0-case-story .cards {
    grid-template-columns: 1fr;
  }
}

/* P0 v2.1 review corrections */
[data-p0-page="home"] .page { overflow: clip; }

[data-p0-page="home"] .hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  gap: clamp(42px, 5vw, 76px);
}

[data-p0-page="home"] .hero-copy { min-width: 0; }

[data-p0-page="home"] .hero h1 {
  width: 100%;
  max-width: 100%;
  font-size: clamp(46px, 4.25vw, 62px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

[data-p0-page="home"] .hero-title-line { max-width: 100%; }

.p0-flow-visual {
  align-self: start;
  height: min(68vh, 680px);
  min-height: 560px;
  max-height: 680px;
}

.p0-flow-step {
  min-height: clamp(430px, 52vh, 540px);
  padding: 46px 0;
}

[data-p0-page="home"] #capability {
  color: #f4fff9;
  background:
    radial-gradient(circle at 12% 12%, rgba(87, 191, 142, .18), transparent 30rem),
    radial-gradient(circle at 88% 82%, rgba(34, 199, 216, .1), transparent 28rem),
    #071713;
}

[data-p0-page="home"] #capability .section-kicker { color: var(--p0-mint); }
[data-p0-page="home"] #capability .section-desc { color: rgba(238, 255, 246, .66); }

[data-p0-page="home"] #capability .cap-card {
  color: #f4fff9;
  border-color: rgba(121, 224, 173, .18);
  background: linear-gradient(145deg, rgba(20, 51, 41, .96), rgba(9, 30, 24, .98));
  box-shadow: 0 22px 48px rgba(0, 0, 0, .16);
}

[data-p0-page="home"] #capability .cap-card:nth-child(even) {
  background: linear-gradient(145deg, rgba(13, 48, 45, .96), rgba(7, 27, 26, .98));
}

[data-p0-page="home"] #capability .cap-card h3,
[data-p0-page="home"] #capability .cap-card strong { color: #fff; }

[data-p0-page="home"] #capability .cap-card p { color: rgba(238, 255, 246, .68); }

[data-p0-page="home"] #capability .cap-card::before {
  color: rgba(121, 224, 173, .11);
  opacity: 1;
}

[data-p0-page="home"] #capability .cap-card.is-active,
[data-p0-page="home"] #capability .cap-card.is-hovered {
  color: #fff;
  border-color: rgba(121, 224, 173, .46);
  background: linear-gradient(145deg, rgba(32, 81, 62, .98), rgba(10, 42, 34, .98));
  box-shadow: 0 24px 54px rgba(0, 0, 0, .22);
}

.p0-solution-composer {
  margin-top: 44px;
  display: grid;
  gap: 18px;
}

.p0-composer-core {
  grid-column: auto;
  grid-row: auto;
  min-height: 0;
  padding: clamp(28px, 4vw, 46px);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr);
  grid-template-rows: auto auto;
  gap: 28px 48px;
  border-radius: 28px;
}

.p0-composer-core h3 {
  max-width: 720px;
  margin-top: 14px;
  font-size: clamp(30px, 3.4vw, 48px);
}

.p0-composer-core > a {
  align-self: end;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.p0-composer-core > a i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--p0-deep);
  background: var(--p0-mint);
  font-style: normal;
}

.p0-composer-capabilities {
  grid-row: span 2;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.p0-composer-capabilities li {
  padding: 18px 20px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
}

.p0-composer-capabilities strong { color: #fff; }
.p0-composer-capabilities small { color: rgba(255, 255, 255, .55); }

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

.p0-solution-card,
.p0-solution-card.is-active {
  grid-column: auto;
  min-height: 270px;
  padding: 28px;
  color: var(--p0-ink);
  border-color: var(--p0-line);
  background: #f7faf8;
  transform: none;
}

.p0-solution-card:nth-child(2),
.p0-solution-card:nth-child(3) { background: #eef7f2; }

.p0-solution-card > span { color: var(--p0-green); }

.p0-solution-card--combo,
.p0-solution-card--combo.is-active {
  grid-column: 1 / -1;
  min-height: 220px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 20px 42px;
  color: #fff;
  border-color: rgba(34, 199, 216, .24);
  background:
    radial-gradient(circle at 86% 18%, rgba(34, 199, 216, .2), transparent 22rem),
    linear-gradient(145deg, #0b2c25, #0a1f2d);
}

.p0-solution-card--combo > div p {
  max-width: 700px;
  color: rgba(255, 255, 255, .65);
}

.p0-solution-card--combo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  align-content: center;
  gap: 8px;
}

.p0-solution-card--combo li {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: rgba(255, 255, 255, .76);
  text-align: center;
}

.p0-solution-card--combo > a {
  grid-column: 1 / -1;
  color: var(--p0-mint);
}

.p0-acceptance {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(87, 191, 142, .16), transparent 26rem),
    radial-gradient(circle at 92% 76%, rgba(34, 199, 216, .1), transparent 28rem),
    #eef7f2;
  background-size: auto;
}

.p0-acceptance-head {
  position: relative;
  z-index: 2;
}

.p0-acceptance-rail {
  position: relative;
  z-index: 0;
  height: 2px;
  margin: 52px 11% -1px;
  background: rgba(14, 66, 46, .12);
}

.p0-acceptance-rail i {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--p0-green), var(--p0-cyan));
  transform-origin: left center;
}

.p0-acceptance-grid {
  position: relative;
  z-index: 1;
  margin: -18px 0 30px;
  gap: 16px;
}

.p0-acceptance-grid li,
.p0-acceptance-grid li + li {
  min-height: 270px;
  padding: 28px;
  border: 1px solid rgba(14, 66, 46, .13);
  border-radius: 22px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 40px rgba(18, 73, 52, .08);
}

.p0-acceptance-grid li::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  margin-bottom: 26px;
  border: 4px solid #eef7f2;
  border-radius: 50%;
  background: var(--p0-green);
  box-shadow: 0 0 0 1px rgba(14, 66, 46, .2);
}

.p0-acceptance-grid h3 { margin: 18px 0 12px; }

.p0-acceptance-link {
  min-height: 62px;
  padding: 7px 8px 7px 24px;
  gap: 24px;
  color: var(--p0-deep);
  border: 1px solid rgba(14, 66, 46, .18);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 34px rgba(18, 73, 52, .08);
}

.p0-acceptance-link i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--p0-green);
  font-style: normal;
}

@media (max-width: 1100px) {
  [data-p0-page="home"] .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, .95fr);
    gap: 34px;
  }

  [data-p0-page="home"] .hero h1 { font-size: clamp(42px, 5vw, 54px); }
}

@media (max-width: 899px) {
  [data-p0-page="home"] .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  [data-p0-page="home"] .hero h1 { font-size: clamp(42px, 11vw, 62px); }

  .p0-flow-step {
    min-height: 0;
    padding: 32px 0 32px 54px;
  }

  .p0-composer-core {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .p0-composer-capabilities {
    grid-row: auto;
    grid-template-columns: repeat(3, 1fr);
  }

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

  .p0-solution-card { min-height: 230px; }

  .p0-solution-card--combo,
  .p0-solution-card--combo.is-active {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .p0-solution-card--combo > a { grid-column: auto; }

  .p0-acceptance-rail { display: none; }

  .p0-acceptance-grid {
    margin-top: 34px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  [data-p0-page="home"] .hero h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  .p0-composer-capabilities,
  .p0-solution-grid { grid-template-columns: 1fr; }

  .p0-solution-card--combo,
  .p0-solution-card--combo.is-active { grid-column: auto; }

  .p0-acceptance-grid { grid-template-columns: 1fr; }

  .p0-acceptance-link {
    width: 100%;
    justify-content: space-between;
  }
}

/* P0 v2.2 layout balance corrections */
.p0-flow-nodes li {
  grid-template-columns: 34px 58px minmax(0, 1fr);
  gap: 12px;
}

.p0-flow-nodes li strong {
  font-size: 17px;
  letter-spacing: -.02em;
}

.p0-flow-nodes li small {
  min-width: 0;
  padding-left: 14px;
  overflow: hidden;
  color: rgba(238, 255, 246, .46);
  border-left: 1px solid rgba(121, 224, 173, .16);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .04em;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p0-flow-nodes li.is-active small {
  color: rgba(238, 255, 246, .82);
  border-left-color: rgba(121, 224, 173, .44);
}

[data-p0-page="home"] #capability {
  overflow: visible;
}

[data-p0-page="home"] #capability .cap-grid {
  height: auto;
  min-height: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-rows: auto;
  align-items: start;
  gap: 16px;
}

[data-p0-page="home"] #capability .cap-card,
[data-p0-page="home"] #capability .cap-card:nth-child(1),
[data-p0-page="home"] #capability .cap-card:nth-child(2),
[data-p0-page="home"] #capability .cap-row:last-child .cap-card:first-child,
[data-p0-page="home"] #capability .cap-row:last-child .cap-card:last-child {
  grid-column: span 1;
  height: auto;
  min-height: 0;
  padding: 68px 26px 26px;
  overflow: visible;
}

[data-p0-page="home"] #capability .cap-card h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 1.7vw, 24px);
}

[data-p0-page="home"] #capability .cap-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.p0-solution-composer {
  gap: 16px;
}

.p0-composer-controls {
  margin-bottom: 0;
}

.p0-composer-stage {
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 18px;
}

.p0-composer-core {
  min-height: 530px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.p0-composer-core h3 {
  margin: 14px 0;
  font-size: clamp(30px, 3vw, 44px);
}

.p0-composer-core > a {
  margin-top: auto;
}

.p0-composer-capabilities {
  grid-row: auto;
  grid-template-columns: 1fr;
}

.p0-composer-capabilities li {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.p0-solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  align-content: start;
  gap: 14px;
}

.p0-solution-card,
.p0-solution-card.is-active {
  grid-column: span 1;
  order: 0;
  min-height: 216px;
  padding: 24px;
}

.p0-solution-grid .p0-solution-card h3 {
  margin: 14px 0 10px;
  font-size: clamp(24px, 2.4vw, 34px);
}

.p0-solution-grid .p0-solution-card p {
  font-size: 14px;
  line-height: 1.65;
}

.p0-solution-grid .p0-solution-card.is-active {
  grid-column: 1 / -1;
  order: -1;
  min-height: 300px;
  padding: 30px;
  background:
    radial-gradient(circle at 88% 18%, rgba(34, 199, 216, .17), transparent 17rem),
    linear-gradient(135deg, #def7e9, #eefaff);
}

.p0-solution-grid .p0-solution-card.is-active h3 {
  font-size: clamp(32px, 3.2vw, 46px);
}

.p0-solution-card--combo,
.p0-solution-card--combo.is-active {
  width: 100%;
  order: 0;
}

@media (max-width: 899px) {
  [data-p0-page="home"] #capability .cap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-p0-page="home"] #capability .cap-card,
  [data-p0-page="home"] #capability .cap-card:nth-child(1),
  [data-p0-page="home"] #capability .cap-card:nth-child(2),
  [data-p0-page="home"] #capability .cap-row:last-child .cap-card:first-child,
  [data-p0-page="home"] #capability .cap-row:last-child .cap-card:last-child {
    grid-column: span 1;
  }

  .p0-composer-stage {
    grid-template-columns: 1fr;
  }

  .p0-composer-core {
    min-height: 0;
  }

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

  .p0-solution-card,
  .p0-solution-card.is-active {
    min-height: 210px;
  }

  .p0-solution-grid .p0-solution-card.is-active {
    min-height: 260px;
  }
}

@media (max-width: 620px) {
  [data-p0-page="home"] #capability .cap-grid {
    grid-template-columns: 1fr;
  }

  .p0-composer-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p0-composer-controls button {
    width: 100%;
  }

  .p0-solution-grid {
    grid-template-columns: 1fr;
  }

  .p0-solution-card,
  .p0-solution-card.is-active,
  .p0-solution-grid .p0-solution-card.is-active {
    grid-column: auto;
    min-height: 0;
  }
}

/* P0 v2.3 solution hierarchy corrections */
.p0-composer-switcher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.p0-composer-switcher-label {
  color: #6d8177;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  white-space: nowrap;
}

.p0-composer-switcher .p0-composer-controls {
  margin: 0;
}

.p0-composer-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.p0-composer-controls button span {
  margin-right: 0;
}

.p0-composer-controls button em {
  padding: 3px 7px;
  border-radius: 999px;
  color: #176a49;
  background: rgba(87, 191, 142, .15);
  font-size: 10px;
  font-style: normal;
  line-height: 1;
}

.p0-composer-controls button[aria-pressed="true"] em {
  color: var(--p0-deep);
  background: var(--p0-mint);
}

.p0-composer-stage {
  grid-template-columns: minmax(340px, .68fr) minmax(0, 1.32fr);
}

.p0-solution-grid .p0-solution-card.is-active {
  position: relative;
  min-height: 282px;
  overflow: hidden;
}

.p0-solution-grid .p0-solution-card.is-active::after {
  content: "当前查看";
  position: absolute;
  top: 20px;
  right: 22px;
  padding: 6px 10px;
  border: 1px solid rgba(23, 106, 73, .15);
  border-radius: 999px;
  color: #176a49;
  background: rgba(255, 255, 255, .58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.p0-solution-grid [data-p0-solution-card="command"] > span::after {
  content: "无需设备触发";
  margin-left: 8px;
  color: #6d8177;
  font-weight: 750;
  letter-spacing: 0;
}

.p0-solution-composer > .p0-solution-card--combo,
.p0-solution-composer > .p0-solution-card--combo.is-active {
  min-height: 230px;
  padding: 30px;
  color: #fff;
  border-color: rgba(34, 199, 216, .28);
  background:
    radial-gradient(circle at 84% 18%, rgba(34, 199, 216, .22), transparent 24rem),
    radial-gradient(circle at 12% 86%, rgba(87, 191, 142, .16), transparent 20rem),
    linear-gradient(145deg, #09271f, #091d2b);
  box-shadow: 0 24px 54px rgba(8, 39, 31, .16);
}

.p0-solution-composer > .p0-solution-card--combo .p0-combo-copy > span {
  color: var(--p0-mint);
}

.p0-solution-composer > .p0-solution-card--combo h3 {
  color: #fff;
}

.p0-solution-composer > .p0-solution-card--combo .p0-combo-copy p {
  color: rgba(255, 255, 255, .68);
  opacity: 1;
}

.p0-solution-composer > .p0-solution-card--combo li {
  color: rgba(255, 255, 255, .8);
  border-color: rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .055);
}

.p0-solution-composer > .p0-solution-card--combo > a {
  color: var(--p0-mint);
}

@media (max-width: 899px) {
  .p0-composer-stage {
    grid-template-columns: 1fr;
  }

  .p0-composer-switcher {
    align-items: flex-start;
    flex-direction: column;
  }

  .p0-solution-grid .p0-solution-card.is-active {
    min-height: 250px;
  }
}

@media (max-width: 620px) {
  .p0-composer-switcher .p0-composer-controls {
    width: 100%;
  }

  .p0-solution-grid .p0-solution-card.is-active {
    min-height: 0;
  }
}

/* P0 v2.4 GSAP Flip version deck */
.p0-solution-composer .p0-solution-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  align-content: start;
  gap: 10px;
}

.p0-solution-composer .p0-solution-grid .p0-solution-card,
.p0-solution-composer .p0-solution-grid .p0-solution-card.is-active {
  position: relative;
  grid-column: 1;
  order: 0;
  min-height: 0;
  padding: 0;
  display: grid;
  grid-template-rows: auto 0fr;
  overflow: hidden;
  color: var(--p0-ink);
  border-color: rgba(52, 116, 88, .15);
  border-radius: 20px;
  background: #f6faf7;
  transform: none;
  transition: grid-template-rows .48s cubic-bezier(.22, 1, .36, 1), border-color .25s ease, box-shadow .25s ease, background .25s ease, transform .42s cubic-bezier(.22, 1, .36, 1);
}

.p0-solution-composer .p0-solution-grid .p0-solution-card:nth-child(even) { background: #edf7f2; }
.p0-solution-composer .p0-solution-grid .p0-solution-card:hover { border-color: rgba(87, 191, 142, .42); }

.p0-solution-composer .p0-solution-grid .p0-solution-card.is-active {
  grid-template-rows: auto 1fr;
  order: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(34, 199, 216, .17), transparent 17rem),
    linear-gradient(135deg, #def7e9, #eefaff);
  box-shadow: 0 20px 44px rgba(26, 92, 65, .1);
}

@media (hover: hover) and (pointer: fine) {
  .p0-solution-composer .p0-solution-grid .p0-solution-card.is-active {
    z-index: 2;
    transform: scale(1.012);
  }
}

.p0-solution-composer .p0-solution-grid .p0-solution-card.is-active::after,
.p0-solution-composer .p0-solution-grid [data-p0-solution-card="command"] > span::after { content: none; }

.p0-solution-card-trigger {
  width: 100%;
  min-height: 84px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto 34px;
  align-items: center;
  gap: 14px;
  color: inherit;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.p0-solution-card-trigger:focus-visible {
  outline: 3px solid rgba(87, 191, 142, .45);
  outline-offset: -4px;
}

.p0-solution-index {
  color: var(--p0-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.p0-solution-trigger-copy {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 14px;
}

.p0-solution-trigger-copy strong {
  color: var(--p0-ink);
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.p0-solution-trigger-copy small {
  overflow: hidden;
  color: #6d8177;
  font-size: 12px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p0-solution-card-trigger > em {
  grid-column: 3;
  padding: 5px 9px;
  border-radius: 999px;
  color: #176a49;
  background: rgba(87, 191, 142, .14);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.p0-solution-card-trigger > i {
  grid-column: 4;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(52, 116, 88, .15);
  border-radius: 50%;
  color: #4f685c;
  background: rgba(255, 255, 255, .65);
  font-style: normal;
  transition: color .28s ease, background .28s ease, transform .48s cubic-bezier(.22, 1, .36, 1);
}

.p0-solution-card.is-active .p0-solution-card-trigger { min-height: 96px; }
.p0-solution-card.is-active .p0-solution-trigger-copy strong { font-size: clamp(30px, 2.8vw, 40px); }

.p0-solution-card.is-active .p0-solution-card-trigger > i {
  color: #fff;
  background: var(--p0-green);
  transform: rotate(90deg);
}

.p0-solution-card-body {
  min-height: 0;
  overflow: hidden;
}

.p0-solution-card-detail {
  padding: 0 22px 24px 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
}

.p0-solution-card-detail p {
  margin: 0;
  max-width: 620px;
  color: #496057;
  font-size: 14px;
  line-height: 1.75;
}

.p0-solution-card-detail a {
  margin: 0;
  padding: 0;
  color: var(--p0-deep);
  font-weight: 900;
  white-space: nowrap;
}

.p0-solution-composer .p0-solution-grid .p0-solution-card--combo-deck,
.p0-solution-composer .p0-solution-grid .p0-solution-card--combo-deck.is-active {
  color: #fff;
  border-color: rgba(34, 199, 216, .28);
  background:
    radial-gradient(circle at 86% 18%, rgba(34, 199, 216, .2), transparent 22rem),
    radial-gradient(circle at 12% 86%, rgba(87, 191, 142, .16), transparent 20rem),
    linear-gradient(145deg, #09271f, #091d2b);
}

.p0-solution-card--combo-deck .p0-solution-index,
.p0-solution-card--combo-deck .p0-solution-trigger-copy strong { color: #fff; }
.p0-solution-card--combo-deck .p0-solution-trigger-copy small { color: rgba(255, 255, 255, .62); }

.p0-solution-card--combo-deck .p0-solution-card-trigger > em {
  color: var(--p0-mint);
  background: rgba(87, 191, 142, .12);
}

.p0-solution-card--combo-deck .p0-solution-card-trigger > i {
  color: rgba(255, 255, 255, .78);
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .07);
}

.p0-solution-card--combo-deck.is-active .p0-solution-card-trigger > i {
  color: #09271f;
  background: var(--p0-mint);
}

.p0-solution-card--combo-deck .p0-solution-card-detail p { color: rgba(255, 255, 255, .7); }
.p0-solution-card--combo-deck .p0-solution-card-detail a { color: var(--p0-mint); }

.p0-combo-deck-copy { min-width: 0; }

.p0-combo-signals {
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.p0-combo-signals li {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .055);
  font-size: 11px;
  font-weight: 800;
  will-change: transform, opacity;
}

@media (max-width: 899px) {
  .p0-solution-composer .p0-solution-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .p0-solution-card-trigger {
    grid-template-columns: 30px minmax(0, 1fr) auto 30px;
    gap: 9px;
    padding: 15px 16px;
  }

  .p0-solution-trigger-copy {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .p0-solution-trigger-copy strong { font-size: 22px; }
  .p0-solution-card.is-active .p0-solution-trigger-copy strong { font-size: 28px; }

  .p0-solution-card-trigger > i {
    width: 30px;
    height: 30px;
  }

  .p0-solution-card-detail {
    padding: 0 16px 22px 55px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }
}

/* P0 v2.7 hero, workflow and acceptance refinements */
[data-p0-page="home"] .hero::after {
  display: block;
  z-index: 0;
  inset: 50% clamp(-220px, -8vw, -80px) auto auto;
  width: min(54vw, 760px);
  height: auto;
  aspect-ratio: 1;
  border: 1px solid rgba(121, 224, 173, .12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 199, 216, .11), rgba(87, 191, 142, .055) 36%, transparent 68%);
  box-shadow:
    0 0 0 42px rgba(34, 199, 216, .035),
    0 0 0 112px rgba(87, 191, 142, .022);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(.72);
  animation: p0HeroRipple 12s ease-out infinite;
}

[data-p0-page="home"] .hero-grid {
  position: relative;
  z-index: 1;
}

.p0-hero-topology::before { animation: p0TopologyRing 9s ease-in-out infinite; }
.p0-hero-topology::after { animation: p0TopologyRing 7.5s -3s ease-in-out infinite reverse; }

@keyframes p0HeroRipple {
  0% { opacity: 0; transform: translateY(-50%) scale(.72); }
  28% { opacity: .54; }
  72% { opacity: .18; }
  100% { opacity: 0; transform: translateY(-50%) scale(1.26); }
}

@keyframes p0TopologyRing {
  0%, 100% { opacity: .42; transform: translate(-50%, -50%) scale(.94); }
  50% { opacity: .9; transform: translate(-50%, -50%) scale(1.08); }
}

@media (min-width: 1101px) {
  [data-p0-page="home"] .hero {
    min-height: 100svh;
    padding: 0;
  }

  [data-p0-page="home"] .hero-grid {
    min-height: 100svh;
    padding-top: 106px;
    padding-bottom: 48px;
    align-content: center;
  }

  [data-p0-page="home"] .hero-brand-scene {
    min-height: 0;
    height: clamp(460px, 58vh, 540px);
    transform: translateX(60px);
  }
}

.p0-flow-track {
  inset: 70px auto 34px 19px;
  width: 72px;
}

.p0-acceptance-steps {
  position: relative;
  margin: 48px 0 30px;
}

.p0-acceptance-steps .p0-acceptance-rail {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 4%;
  right: 4%;
  height: 2px;
  margin: 0;
  transform: translateY(-50%);
}

.p0-acceptance-steps .p0-acceptance-grid {
  z-index: 1;
  margin: 0;
  gap: 20px;
}

.p0-acceptance-steps .p0-acceptance-grid li::before {
  content: none;
  display: none;
}

@media (max-width: 899px) {
  .p0-acceptance-steps { margin-top: 34px; }
  .p0-acceptance-steps .p0-acceptance-grid { margin: 0; }
}

/* P0 v2.8 acceptance motion bridge */
.p0-acceptance::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -11rem;
  bottom: -15rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 199, 216, .13), rgba(87, 191, 142, .055) 42%, transparent 70%);
  pointer-events: none;
  animation: p0AcceptanceAura 11s ease-in-out infinite;
}

.p0-acceptance > .container {
  position: relative;
  z-index: 1;
}

.p0-acceptance-grid li {
  overflow: hidden;
  transform-origin: center bottom;
  transition: transform .38s cubic-bezier(.22, 1, .36, 1), border-color .3s ease, box-shadow .3s ease;
}

.p0-acceptance-grid li::after {
  content: "";
  position: absolute;
  top: -28%;
  bottom: -28%;
  left: -46%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
  opacity: 0;
  transform: skewX(-14deg) translateX(-160%);
  transition: opacity .25s ease, transform .72s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.p0-acceptance-grid li:hover {
  z-index: 2;
  transform: translateY(-8px);
  border-color: rgba(87, 191, 142, .34);
  box-shadow: 0 24px 50px rgba(18, 73, 52, .13);
}

.p0-acceptance-grid li:hover::after {
  opacity: .72;
  transform: skewX(-14deg) translateX(520%);
}

.p0-acceptance-link {
  position: relative;
  overflow: hidden;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1), border-color .28s ease, box-shadow .28s ease;
}

.p0-acceptance-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 24%, rgba(121, 224, 173, .18) 48%, transparent 72%);
  transform: translateX(-120%);
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.p0-acceptance-link:hover {
  transform: translateY(-4px);
  border-color: rgba(87, 191, 142, .36);
  box-shadow: 0 20px 42px rgba(18, 73, 52, .14);
}

.p0-acceptance-link:hover::before { transform: translateX(120%); }
.p0-acceptance-link i { transition: transform .32s cubic-bezier(.22, 1, .36, 1), background .28s ease; }
.p0-acceptance-link:hover i { transform: translateX(4px); }

@keyframes p0AcceptanceAura {
  0%, 100% { opacity: .42; transform: scale(.9) translate3d(0, 0, 0); }
  50% { opacity: .86; transform: scale(1.08) translate3d(-20px, -12px, 0); }
}

/* P0 v2.9 compact viewport alignment */
@media (max-width: 1100px) {
  [data-p0-page="home"] .hero-brand-scene {
    width: min(100%, 620px);
    min-height: 0;
    height: auto;
    aspect-ratio: 620 / 520;
    margin-inline: auto;
  }

  .p0-hero-topology,
  .p0-hero-routes {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .p0-hero-core {
    width: clamp(160px, 32%, 200px);
    height: auto;
    aspect-ratio: 1;
  }

  .p0-hero-node {
    min-width: clamp(112px, 23%, 136px);
    transform: translate(-50%, -50%);
  }

  .p0-node-app {
    left: 20%;
    top: 20.77%;
    right: auto;
    bottom: auto;
  }

  .p0-node-command {
    left: 80.65%;
    top: 21.54%;
    right: auto;
    bottom: auto;
  }

  .p0-node-admin {
    left: 13.23%;
    top: 58.85%;
    right: auto;
    bottom: auto;
  }

  .p0-node-screen {
    left: 87.1%;
    top: 59.23%;
    right: auto;
    bottom: auto;
  }

  .p0-node-notice {
    left: 25.81%;
    top: 81.92%;
    right: auto;
    bottom: auto;
  }

  .p0-node-device {
    left: 75.81%;
    top: 82.69%;
    right: auto;
    bottom: auto;
  }

  [data-p0-page="home"] .proof .source {
    grid-template-columns: clamp(88px, 16vw, 120px) minmax(0, 1fr);
    align-items: stretch;
    gap: clamp(12px, 2vw, 18px);
  }

  [data-p0-page="home"] .proof .source > b {
    min-height: 100%;
    padding-right: 14px;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(48, 108, 82, .14);
  }

  [data-p0-page="home"] .proof .source > div {
    min-width: 0;
    align-self: center;
  }
}

@media (max-width: 620px) {
  [data-p0-page="home"] .hero-brand-scene {
    width: min(calc(100% + 8px), 380px);
  }

  .p0-hero-core {
    width: 132px;
  }

  .p0-hero-node {
    min-width: 88px;
    padding: 8px 7px;
  }

  [data-p0-page="home"] .proof .source {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  [data-p0-page="home"] .proof .source > b {
    padding-right: 12px;
  }
}

/* P0 v2.10 compact card overflow fixes */
@media (max-width: 1100px) {
  [data-p0-page="home"] .hero-trust .trust-item {
    min-width: 0;
  }

  [data-p0-page="home"] .hero-trust .trust-item span {
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 620px) {
  .p0-solution-composer,
  .p0-composer-stage,
  .p0-solution-grid {
    min-width: 0;
    max-width: 100%;
  }

  .p0-solution-composer .p0-solution-grid .p0-solution-card,
  .p0-solution-composer .p0-solution-grid .p0-solution-card.is-active {
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .p0-solution-card-trigger,
  .p0-solution-card-detail {
    min-width: 0;
    max-width: 100%;
  }

  .p0-solution-card-trigger > em {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* P0 v2.11 unified compact hero spacing */
@media (max-width: 1100px) {
  [data-p0-page="home"] .hero {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 900px) and (max-width: 1100px) {
  [data-p0-page="home"] .hero {
    min-height: 100svh;
  }

  [data-p0-page="home"] .hero-grid {
    padding-top: clamp(104px, 14vh, 118px);
    padding-bottom: clamp(32px, 5vh, 44px);
  }
}

@media (max-width: 899px) {
  [data-p0-page="home"] .hero-grid {
    padding-top: clamp(96px, 12vh, 108px);
    padding-bottom: clamp(36px, 6vh, 50px);
  }

  .p0-entry-stage {
    width: min(640px, calc(100vw - 36px));
    gap: 20px;
  }

  .p0-entry-brand {
    gap: 16px;
  }

  .p0-entry-bird-wrap {
    width: clamp(92px, 25vw, 132px);
  }

  .p0-entry-word strong {
    font-size: clamp(36px, 11vw, 64px);
  }

  .p0-entry-word small {
    font-size: 10px;
    letter-spacing: .16em;
  }

  .p0-entry-meta {
    font-size: 8px;
    letter-spacing: .14em;
  }

  .p0-entry-steps li {
    font-size: 10px;
  }

  .p0-entry-skip {
    right: 16px;
    bottom: 14px;
  }
}

@media (max-width: 520px) {
  .p0-entry-brand {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .p0-entry-word {
    gap: 8px;
  }

  .p0-entry-word small {
    letter-spacing: .12em;
  }

  .p0-entry-steps li span {
    writing-mode: vertical-rl;
    justify-self: center;
  }
}

@media (max-height: 560px) and (orientation: landscape) {
  .p0-entry-stage {
    width: min(760px, calc(100vw - 48px));
    gap: 12px;
  }

  .p0-entry-bird-wrap {
    width: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-p0-page] *,
  [data-p0-page] *::before,
  [data-p0-page] *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }

  [data-p0-page] .reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .p0-entry {
    display: none !important;
  }

  .p0-flow-nodes li.is-active,
  .p0-case-index a.is-active {
    transform: none;
  }
}

/* P0 v2.12 immersive pigeon zoom entry */
.p0-entry {
  background: #061311;
  cursor: pointer;
  animation: p0EntryFailsafe 0s 4s forwards;
  will-change: opacity, background-color;
}

.p0-entry::before {
  z-index: 5;
  opacity: .22;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 24%, rgba(1, 8, 8, .18) 72%, rgba(1, 8, 8, .78) 100%),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, .025) 3px 4px);
  mix-blend-mode: normal;
}

.p0-entry::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: -20%;
  pointer-events: none;
  background: conic-gradient(from 210deg at 50% 50%, transparent, rgba(121, 224, 173, .05), transparent 24%, rgba(34, 199, 216, .045), transparent 56%);
  filter: none;
  animation: none;
}

.p0-entry-atmosphere {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: clamp(720px, 94vmax, 1120px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(121, 224, 173, .18) 0 2%, rgba(21, 84, 65, .13) 7%, transparent 19%),
    repeating-radial-gradient(circle, transparent 0 5.8%, rgba(121, 224, 173, .07) 5.9% 6%, transparent 6.1% 9.6%),
    radial-gradient(circle, #0b251e 0%, #071a17 38%, #061311 69%);
  filter: none;
  will-change: transform, opacity;
}

.p0-entry-camera {
  position: relative;
  z-index: 2;
  width: clamp(170px, 24vmin, 240px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform-origin: 50% 50%;
  will-change: transform, opacity;
}

.p0-entry-halo {
  position: absolute;
  inset: -34%;
  border-radius: 50%;
  border: 1px solid rgba(121, 224, 173, .28);
  background:
    radial-gradient(circle, rgba(121, 224, 173, .08) 0 34%, transparent 34.5%),
    conic-gradient(from 0deg, transparent 0 12%, rgba(121, 224, 173, .26) 17%, transparent 23% 62%, rgba(34, 199, 216, .18) 69%, transparent 76%);
  box-shadow: 0 0 42px rgba(34, 199, 216, .12);
  will-change: transform, opacity;
}

.p0-entry-halo::before,
.p0-entry-halo::after {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  border: 1px solid rgba(121, 224, 173, .12);
}

.p0-entry-halo::after {
  inset: -17%;
  border-color: rgba(34, 199, 216, .08);
}

.p0-entry-bird-wrap {
  position: relative;
  z-index: 2;
  width: 62%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.p0-entry-bird {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(87, 191, 142, .26));
  will-change: transform, opacity;
}

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

@media (max-width: 899px) {
  .p0-entry-camera {
    width: clamp(148px, 42vw, 190px);
  }
}

@media (max-width: 520px) {
  .p0-entry-camera {
    width: clamp(136px, 43vw, 168px);
  }
}

@media (max-height: 560px) and (orientation: landscape) {
  .p0-entry-camera {
    width: clamp(124px, 32vh, 164px);
  }
}

/* P0 v2.13 scroll-driven opening chapter */
.p0-entry {
  position: fixed;
  z-index: 140;
  inset: 0;
  display: block;
  height: 100svh;
  overflow: hidden;
  background: #061311;
  cursor: pointer;
  animation: none;
}

.p0-entry::before,
.p0-entry::after {
  content: none;
}

.p0-entry-viewport {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #061311;
  will-change: background-color;
}

.p0-entry-viewport::before {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 24%, rgba(1, 8, 8, .18) 72%, rgba(1, 8, 8, .78) 100%),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, .025) 3px 4px);
}

.p0-entry-viewport::after {
  content: none;
}

.p0-entry-scroll-cue {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: clamp(24px, 4vh, 44px);
  display: none;
  width: 1px;
  height: 46px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(121, 224, 173, .08), rgba(121, 224, 173, .62), transparent);
  will-change: opacity, transform;
}

.p0-entry-scroll-cue i {
  position: absolute;
  left: 50%;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #79e0ad;
  box-shadow: 0 0 18px rgba(121, 224, 173, .85);
  transform: translateX(-50%);
  animation: p0EntryScrollCue 1.8s ease-in-out infinite;
}

.site-nav,
[data-floating-contact] {
  transition: opacity .36s ease, transform .56s cubic-bezier(.22, 1, .36, 1);
}

body.p0-entry-active .site-nav {
  opacity: 0;
  transform: translateY(-110%);
  pointer-events: none;
}

body.p0-entry-active [data-floating-contact] {
  opacity: 0;
  transform: translateY(24px);
  pointer-events: none;
}

@keyframes p0EntryScrollCue {
  0%, 18% { opacity: 0; transform: translate(-50%, 0); }
  38% { opacity: 1; }
  82%, 100% { opacity: 0; transform: translate(-50%, 36px); }
}

@media (max-width: 899px) {
  .p0-entry { height: 100svh; }
  .p0-entry-viewport { min-height: 0; }
}

@media (max-width: 520px) {
  .p0-entry { height: 100svh; }
}

@media (max-height: 560px) and (orientation: landscape) {
  .p0-entry { height: 100svh; }
  .p0-entry-viewport { min-height: 0; }
}

/* GLOBAL_CHINESE_TYPOGRAPHY_2026_07_27 */
[data-p0-page] {
  line-height: 1.72;
  letter-spacing: .012em;
}

[data-p0-page] :where(h1, h2, h3, summary, .panel-caption strong, .case-card strong, .p0-solution-card strong) {
  line-break: strict;
  word-break: normal;
  overflow-wrap: normal;
  text-wrap: balance;
}

[data-p0-page] :where(p, li, td, dd, .section-desc, .copy, .p0-solution-card-body) {
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

[data-p0-page] [data-cb] {
  text-wrap: balance;
}

[data-p0-page="home"] :where(
  article p,
  [data-p0-acceptance-step] p,
  .footer-brand p,
  .trust-item span
) {
  text-wrap: balance;
}

[data-p0-page] .desktop-line-unit {
  display: inline;
  white-space: normal;
}

@media (min-width: 981px) {
  [data-p0-page] .desktop-line-unit {
    white-space: nowrap;
  }
  [data-s] { word-break: keep-all; }
}

[data-p0-page] .section-head h2 {
  line-height: 1.28;
  letter-spacing: .006em;
}

[data-p0-page] :where(.section-desc, .copy p, .case-card p, .p0-solution-card-body) {
  line-height: 1.86;
  letter-spacing: .012em;
}

[data-p0-page="home"] .hero h1 {
  line-height: 1.18;
  letter-spacing: -.012em;
  overflow-wrap: normal;
}

[data-p0-page="home"] .hero-title-line {
  white-space: normal;
}

[data-p0-page="home"] .p0-flow-step h3,
[data-p0-page="home"] .p0-composer-core h3 {
  line-height: 1.22;
  letter-spacing: -.01em;
}

[data-p0-page] .whitepaper-feature-copy h3 {
  line-height: 1.26;
  letter-spacing: 0;
}

[data-p0-page="home"] .final-cta h2 {
  line-height: 1.28;
}

[data-p0-page="home"] .hero-lead {
  line-height: 1.9;
  letter-spacing: .014em;
  text-wrap: pretty;
}

@media (max-width: 620px) {
  [data-p0-page] .section-head h2 {
    line-height: 1.34;
  }

  [data-p0-page="home"] .hero h1 {
    line-height: 1.22;
    letter-spacing: -.006em;
  }
}

/* P0_SCROLL_PERFORMANCE_CONTRACT_2026_08_04 */
[data-p0-page] :where(.section,.info-card,.case-card,.p0-flow-visual,.p0-acceptance-grid li,.trust-item,.process-map,.process-node,.version,.scene-card) {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

[data-p0-page] :where(.section,.info-card,.case-card,.p0-acceptance-grid li,.trust-item,.process-map,.process-node,.version,.scene-card) {
  box-shadow: 0 12px 30px rgba(18, 73, 52, .065);
}

[data-p0-page] :where(.hero-panel,.page-preview,.page-preview article,.flow-orbit,.next-links a,details,.table-wrap,.chips span,.assessment-options label,.assessment-result,.lead-form-shell,.certificate-card,.panel-dot,.hero-panel::after) {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

[data-p0-page] :where(.panel-dot,.hero-panel::after,.case-card::after) { filter: none; }

[data-p0-page] .site-nav.is-solid {
  background: rgba(7, 17, 31, .97);
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

@media (max-width: 820px) {
  html { scroll-behavior: auto; }

  [data-p0-page] .site-nav {
    background: rgba(7, 17, 31, .97);
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
  }

  [data-p0-page] :where(.section,.info-card,.case-card,.hero-panel,.page-preview,.process-map,.process-node,.version,.scene-card) {
    box-shadow: 0 8px 20px rgba(18, 73, 52, .05);
  }
}

[data-p0-page] .floating-contact :where(.float-toggle,.float-main,.float-phone,.float-wechat,.float-quick a,.float-menu a,.float-menu button,.float-top,.float-toggle-icon) {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

/* P0_FLOATING_CONTACT_CONTRAST_CONTRACT_2026_08_11 */
[data-p0-page] .floating-contact {
  color: #f7fff9;
  background: linear-gradient(155deg, rgba(7, 35, 27, .98), rgba(11, 57, 42, .97));
  border-color: rgba(143, 238, 188, .58);
  box-shadow: 0 22px 58px rgba(0, 20, 14, .38), 0 0 0 3px rgba(113, 225, 168, .14), inset 0 1px 0 rgba(255, 255, 255, .13);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  backdrop-filter: blur(12px) saturate(120%);
}

[data-p0-page] .floating-contact .float-main {
  background: linear-gradient(145deg, rgba(30, 160, 108, .98), rgba(24, 129, 96, .98));
  border-color: rgba(211, 255, 232, .46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 12px 28px rgba(0, 24, 16, .24);
}

[data-p0-page] .floating-contact :where(.float-phone, .float-wechat) {
  color: #12382a;
  background: rgba(250, 255, 252, .97);
  border-color: rgba(188, 236, 210, .76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

[data-p0-page] .floating-contact .float-quick a {
  color: #173527;
  background: rgba(244, 253, 248, .96);
  border-color: rgba(151, 218, 183, .45);
}

[data-p0-page] .floating-contact .float-quick a:nth-child(3) {
  color: #fff;
  background: linear-gradient(135deg, #188f62, #24ad7a);
  box-shadow: 0 10px 24px rgba(0, 35, 24, .2);
}

[data-p0-page] .floating-contact .float-top {
  color: rgba(238, 255, 246, .82);
  background: rgba(255, 255, 255, .07);
}

[data-p0-page] .floating-contact.is-collapsed {
  border-color: rgba(226, 255, 240, .9);
  background: linear-gradient(145deg, #0d704e, #1bb07c);
  box-shadow: 0 16px 42px rgba(0, 35, 24, .34), 0 0 0 4px rgba(91, 220, 155, .18), inset 0 1px 0 rgba(255, 255, 255, .3);
}

[data-p0-page] [data-performance-motion][data-motion-state="paused"],
[data-p0-page] [data-performance-motion][data-motion-state="paused"] *,
[data-p0-page] [data-performance-motion][data-motion-state="paused"]::before,
[data-p0-page] [data-performance-motion][data-motion-state="paused"]::after,
[data-p0-page] [data-performance-motion][data-motion-state="paused"] *::before,
[data-p0-page] [data-performance-motion][data-motion-state="paused"] *::after {
  animation-play-state: paused !important;
}

[data-p0-page] :where(.p0-entry-atmosphere,.p0-entry-camera,.p0-entry-halo,.p0-entry-bird,.p0-entry-scroll-cue) {
  will-change: auto;
}

body.p0-entry-active :where(.p0-entry-atmosphere,.p0-entry-camera,.p0-entry-halo,.p0-entry-bird,.p0-entry-scroll-cue) {
  will-change: transform, opacity;
}

[data-p0-page] :where(.nav-cta,.btn,.process-node,.cap-card,.p0-acceptance-grid li,.p0-acceptance-link) {
  will-change: auto !important;
}
[data-p0-page] .p0-combo-signals li { will-change: auto !important; }

[data-p0-page] :where(.nav-cta,.btn,.cap-card,.p0-acceptance-link):is(:hover,:focus-visible),
[data-p0-page] [data-performance-motion][data-motion-state="running"] :where(.process-node) {
  will-change: transform !important;
}

[data-p0-page] [data-performance-motion][data-motion-state="paused"] :where(.process-node) {
  will-change: auto !important;
}

@supports (content-visibility: auto) {
  [data-p0-page] main > section:not(.hero):not(.p0-entry):not(.p0-flow-story),
  [data-p0-page] .p0-acceptance,
  [data-p0-page="case"] .p0-case-story > .section {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-p0-page] { scroll-behavior: auto; }
}
