/* PANSTONE 2026 product-site refresh */
:root {
  --ps-ink: #0b1f39;
  --ps-ink-2: #173451;
  --ps-blue: #225ae4;
  --ps-blue-bright: #4b7cff;
  --ps-teal: #078779;
  --ps-mint: #21c7ae;
  --ps-ice: #f2f6fb;
  --ps-line: #d7e2ed;
  --ps-muted: #5d7187;
  --ps-night: #071528;
}

/* Industry detail heroes follow the same title scale as the NGCC hero. */
.page-hero[class*="page-hero--industry-"] h1 {
  max-width: none;
  font-size: 50px;
  line-height: 1.04;
  font-weight: 780;
  letter-spacing: -0.045em;
}

.page-hero[class*="page-hero--industry-"] h1 > br {
  display: none;
}

.page-hero[class*="page-hero--industry-"] h1 > .gradient-text {
  display: block;
  margin-top: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  letter-spacing: inherit;
}

@media (max-width: 760px) {
  .page-hero[class*="page-hero--industry-"] h1 {
    font-size: clamp(38px, 10vw, 50px);
  }
}

body {
  color: var(--ps-ink);
  background: #fff;
}

.site-header {
  border-bottom-color: rgba(159, 180, 205, 0.34);
  backdrop-filter: blur(18px) saturate(1.2);
}

.brand > span {
  letter-spacing: -0.025em;
}

.brand > span small {
  letter-spacing: 0.08em;
}

footer.site-footer .footer-brand > span {
  display: none;
}

header.site-header .brand > .brand-name {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: 96px;
  min-width: 96px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

header.site-header .brand-name-en {
  display: none;
}

header.site-header .brand-name-zh {
  display: inline;
}

html[lang="en"] header.site-header .brand-name-zh {
  display: none;
}

html[lang="en"] header.site-header .brand-name-en {
  display: inline;
}

body:not(.menu-open) header.site-header.is-scrolled.on-dark .brand-name {
  color: #fff;
}

header.site-header .brand-mark {
  width: 44px;
  height: 44px;
  object-fit: contain;
  transition: filter 0.2s ease;
}

/* Product-line-first navigation */
.ps-product-nav .nav-link {
  font-weight: 400;
  letter-spacing: 0;
}

@media (min-width: 1101px) {
  header.site-header .nav-inner {
    justify-content: flex-start;
  }

  header.site-header nav.main-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: clamp(36px, 4vw, 64px);
  }

  header.site-header nav.main-nav > .nav-item {
    width: auto;
    min-width: max-content;
  }

  header.site-header nav.main-nav > .nav-item > .nav-link {
    width: auto;
    justify-content: center;
    padding: 9px 12px;
    transition: none;
  }

  header.site-header nav.main-nav .ps-product-nav > .nav-link,
  header.site-header nav.main-nav .ps-product-nav.active > .nav-link {
    font-weight: 400;
  }
}

.ps-product-mega {
  width: min(600px, calc(100vw - 48px));
  min-width: 0;
  padding: 14px;
  overflow: hidden;
  border-color: rgba(84, 126, 180, 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0 0, rgba(47, 104, 255, 0.09), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 255, 0.98));
  box-shadow:
    0 26px 62px rgba(19, 48, 89, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.ps-product-mega::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #225ae4, #61a5ff 64%, #21c7ae);
}

.dropdown .ps-mega-overview {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 66px;
  padding: 14px 16px;
  border: 1px solid rgba(47, 104, 255, 0.14);
  border-radius: 14px;
  color: var(--ps-ink);
  background:
    linear-gradient(118deg, rgba(232, 241, 255, 0.9), rgba(247, 252, 255, 0.92) 62%, rgba(231, 249, 246, 0.78));
}

.dropdown .ps-mega-overview:hover {
  color: var(--ps-blue);
  background:
    linear-gradient(118deg, rgba(222, 235, 255, 0.98), rgba(244, 250, 255, 0.98) 62%, rgba(224, 248, 243, 0.9));
}

.dropdown .ps-mega-overview strong {
  font-size: 17px;
  letter-spacing: 0.015em;
}

.dropdown .ps-mega-overview span {
  margin: 0;
  color: var(--ps-muted);
  font-size: 14px;
  line-height: 1.45;
}

.dropdown .ps-mega-overview em {
  padding: 7px 10px;
  border-radius: 999px;
  color: #1e5be0;
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(42, 85, 150, 0.08);
}

.dropdown .ps-mega-overview[aria-current="page"] {
  border-color: rgba(47, 104, 255, 0.14);
  color: var(--ps-ink);
  background:
    linear-gradient(118deg, rgba(232, 241, 255, 0.9), rgba(247, 252, 255, 0.92) 62%, rgba(231, 249, 246, 0.78));
}

.dropdown .ps-mega-overview[aria-current="page"] strong {
  color: inherit;
}

.dropdown .ps-mega-overview[aria-current="page"] span {
  color: var(--ps-muted);
}

.dropdown .ps-mega-overview[aria-current="page"] em {
  color: #1e5be0;
}

.dropdown .ps-mega-overview[aria-current="page"]:hover {
  color: var(--ps-blue);
  background:
    linear-gradient(118deg, rgba(222, 235, 255, 0.98), rgba(244, 250, 255, 0.98) 62%, rgba(224, 248, 243, 0.9));
}

.dropdown .ps-mega-overview[aria-current="page"]:hover span {
  color: var(--ps-muted);
}

.dropdown .ps-mega-overview[aria-current="page"]:hover em {
  color: #1e5be0;
}

.ps-product-mega-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 0;
  margin-top: 14px;
}

.ps-mega-group {
  min-width: 0;
  padding: 2px 14px 4px 2px;
}

.ps-mega-group + .ps-mega-group {
  padding-right: 2px;
  padding-left: 18px;
  border-left: 1px solid rgba(91, 130, 179, 0.15);
}

.dropdown .ps-mega-heading {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  padding: 2px 0;
  color: #55708d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dropdown .ps-mega-heading::after {
  content: "→";
  font-size: 12px;
  letter-spacing: 0;
  transition: transform 0.2s ease;
}

.dropdown .ps-mega-heading:hover {
  color: var(--ps-blue);
  background: transparent;
}

.dropdown .ps-mega-heading:hover::after {
  transform: translateX(3px);
}

.ps-mega-links {
  display: grid;
  gap: 4px;
}

.ps-mega-links--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dropdown .ps-mega-links > a {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--ps-ink);
  background: transparent;
}

.dropdown .ps-mega-links > a:hover {
  border-color: rgba(47, 104, 255, 0.12);
  color: #1e5be0;
  background: rgba(233, 241, 255, 0.78);
}

.dropdown .ps-mega-links > a strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.dropdown .ps-mega-links > a span {
  margin-top: 3px;
  color: #718399;
  font-size: 12px;
  line-height: 1.45;
}

.dropdown .ps-mega-links > a[aria-current="page"] {
  border-color: transparent;
  color: var(--ps-ink);
  background: transparent;
}

.dropdown .ps-mega-links > a[aria-current="page"]:hover {
  border-color: rgba(47, 104, 255, 0.12);
  color: #1e5be0;
  background: rgba(233, 241, 255, 0.78);
}

.dropdown .ps-mega-links > a[aria-current="page"] strong {
  color: inherit;
}

.dropdown .ps-mega-links > a[aria-current="page"] span {
  color: #718399;
}

@media (max-width: 1100px) {
  .ps-product-mega {
    width: auto;
    padding: 10px;
    overflow: visible;
    border-radius: 12px;
    background: #f4f8fd;
    box-shadow: none;
  }

  .ps-product-mega::before {
    display: none;
  }

  .dropdown .ps-mega-overview {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 10px;
    min-height: 0;
    padding: 12px;
  }

  .dropdown .ps-mega-overview strong {
    grid-column: 1;
  }

  .dropdown .ps-mega-overview span {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .dropdown .ps-mega-overview em {
    grid-column: 2;
    grid-row: 1;
  }

  .ps-product-mega-grid {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .ps-mega-group,
  .ps-mega-group + .ps-mega-group {
    padding: 10px 2px 4px;
    border-left: 0;
  }

  .ps-mega-group + .ps-mega-group {
    margin-top: 6px;
    border-top: 1px solid rgba(91, 130, 179, 0.15);
  }

  .ps-mega-links--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ps-mega-links--compact {
    grid-template-columns: 1fr;
  }

  .dropdown .ps-mega-overview em {
    display: none;
  }
}

body:not(.menu-open) header.site-header.is-scrolled.on-dark .brand-mark {
  filter: grayscale(1) brightness(0) invert(1);
}

footer.site-footer .footer-brand .brand-mark {
  width: 132px;
  height: auto;
  filter: grayscale(1) brightness(0) invert(1);
}

/* Keep the bilingual footer stable when English labels become longer. */
footer.site-footer .footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 3.6fr);
  align-items: start;
  column-gap: clamp(36px, 4vw, 72px);
}

footer.site-footer .footer-brand-col {
  width: auto;
  max-width: none;
  min-width: 260px;
  flex: none;
}

footer.site-footer .footer-navs {
  display: grid;
  grid-template-columns: 1.05fr 1.15fr 1.35fr 1.25fr 1fr;
  align-items: start;
  gap: clamp(24px, 2.4vw, 44px);
  width: 100%;
  min-width: 0;
}

footer.site-footer .footer-navs > div {
  width: auto;
  min-width: 0;
  margin: 0;
}

html.lang-en footer.site-footer .footer-navs h5,
html.lang-en footer.site-footer .footer-navs a {
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 1100px) {
  footer.site-footer .footer-main {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  footer.site-footer .footer-brand-col {
    min-width: 0;
  }

  footer.site-footer .footer-navs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 42px;
  }
}

@media (max-width: 720px) {
  footer.site-footer .footer-navs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 28px;
  }
}

@media (max-width: 460px) {
  footer.site-footer .footer-navs {
    grid-template-columns: 1fr;
  }
}

.ps-main {
  overflow: clip;
  padding-top: 0;
}

.ps-wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.ps-section {
  padding: 104px 0;
  position: relative;
}

.ps-section--soft {
  background: var(--ps-ice);
}

.ps-section--night {
  color: var(--ps-ink);
  background:
    radial-gradient(circle at 12% 15%, rgba(75, 124, 255, 0.12), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(33, 199, 174, 0.1), transparent 30%),
    #eaf3ff;
}

.ps-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--ps-blue);
  font-size: 13px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ps-kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.ps-section--night .ps-kicker {
  color: var(--ps-blue);
}

.ps-title {
  max-width: none;
  margin: 0;
  color: var(--ps-ink);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.13;
  font-weight: 760;
  letter-spacing: -0.045em;
}

.ps-section--night .ps-title {
  color: var(--ps-ink);
}

.ps-lead {
  max-width: 800px;
  margin: 22px 0 0;
  color: var(--ps-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.8;
}

.ps-section--night .ps-lead {
  color: var(--ps-muted);
}

.ps-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ps-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ps-btn:hover {
  transform: translateY(-2px);
}

.ps-btn--primary {
  color: #fff;
  background: var(--ps-blue);
  box-shadow: 0 14px 28px rgba(34, 90, 228, 0.22);
}

.ps-btn--primary:hover {
  color: #fff;
  background: #164ed8;
}

.ps-btn--ghost {
  color: var(--ps-ink);
  border-color: #bfd0e1;
  background: rgba(255, 255, 255, 0.76);
}

.ps-section--night .ps-btn--ghost {
  color: var(--ps-ink);
  border-color: #bfd0e1;
  background: rgba(255, 255, 255, 0.76);
}

.ps-hero {
  --ps-hero-art: url("figma/hero-products.jpg");
  min-height: 480px;
  display: grid;
  align-items: center;
  padding: calc(var(--header-h) + 56px) 0 72px;
  color: var(--ps-ink);
  background-color: #e8f3ff;
  background-image:
    linear-gradient(
      90deg,
      rgba(232, 243, 255, 0.98) 0%,
      rgba(232, 243, 255, 0.9) 42%,
      rgba(232, 243, 255, 0.48) 70%,
      rgba(232, 243, 255, 0.18) 100%
    ),
    var(--ps-hero-art);
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat;
  position: relative;
  isolation: isolate;
}

.ps-hero--home {
  --ps-hero-art: url("figma/hero-banner/home-hero-background.png");
  background-position: center, center right;
}

.industries-hero {
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 56px) 0 72px;
}

.ps-hero--home > .ps-wrap {
  position: relative;
  z-index: 2;
}

.ps-home-floaters {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ps-home-floater {
  position: absolute;
  z-index: 3;
  isolation: isolate;
  display: block;
  opacity: 0.9;
  filter: drop-shadow(0 16px 22px rgba(72, 133, 194, 0.16));
  will-change: transform;
}

.ps-home-floater::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 202, 236, 0.3), rgba(79, 139, 255, 0.08) 46%, transparent 72%);
  opacity: 0;
  transform: scale(0.72);
  animation: ps-home-element-pulse 4.8s ease-in-out infinite;
}

.ps-home-floater img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.ps-home-orbit {
  position: absolute;
  top: 25%;
  right: clamp(32px, 5vw, 88px);
  width: clamp(300px, 23vw, 350px);
  height: clamp(300px, 44vh, 340px);
  border: 1px solid rgba(98, 161, 221, 0.28);
  border-left-color: rgba(98, 161, 221, 0.1);
  border-radius: 50%;
  box-shadow:
    inset -12px 0 26px rgba(91, 180, 221, 0.05),
    0 0 28px rgba(99, 153, 219, 0.04);
}

.ps-home-orbit::before {
  content: "";
  position: absolute;
  inset: 6%;
  border: 1px dashed rgba(76, 151, 216, 0.19);
  border-top-color: rgba(72, 189, 212, 0.34);
  border-radius: 50%;
  transform: rotate(8deg);
  animation: ps-home-orbit-breathe 4.8s ease-in-out infinite;
}

.ps-home-orbit::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-top: 1.5px solid rgba(94, 190, 225, 0.42);
  border-right: 1.5px solid rgba(75, 130, 239, 0.24);
  border-bottom: 1.5px solid transparent;
  border-left: 1.5px solid transparent;
  border-radius: 50%;
  opacity: 0.5;
  transform: rotate(8deg);
  animation: ps-home-orbit-breathe 4.8s ease-in-out infinite;
}

.ps-home-orbit > i {
  position: absolute;
  z-index: 2;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #70d3e5;
  box-shadow: 0 0 0 5px rgba(80, 178, 222, 0.1), 0 0 18px rgba(67, 142, 232, 0.38);
  opacity: 0.28;
  animation: ps-home-signal-pulse 4.8s ease-in-out infinite;
}

.ps-home-orbit > i:nth-child(1) {
  top: calc(50% - 4px);
  left: -4px;
}

.ps-home-orbit > i:nth-child(2) {
  top: calc(15% - 4px);
  right: calc(17% - 4px);
  animation-delay: 1.6s;
}

.ps-home-orbit > i:nth-child(3) {
  right: calc(17% - 4px);
  bottom: calc(15% - 4px);
  animation-delay: 3.2s;
}

.ps-home-floater--server {
  top: calc(50% - 40px);
  left: -40px;
  width: 80px;
  animation: ps-home-float-server 6.4s ease-in-out infinite;
}

.ps-home-floater--safe {
  top: calc(15% - 48px);
  right: calc(17% - 48px);
  width: 96px;
  animation: ps-home-float-safe 6.4s ease-in-out -2.13s infinite;
}

.ps-home-floater--safe::before { animation-delay: 1.6s; }

.ps-home-floater--computer {
  right: calc(17% - 53px);
  bottom: calc(15% - 39px);
  width: 105px;
  animation: ps-home-float-computer 6.4s ease-in-out -4.26s infinite;
}

.ps-home-floater--computer::before { animation-delay: 3.2s; }

@keyframes ps-home-float-server {
  0%, 100% { transform: translate3d(0, 2px, 0) rotate(-1.5deg); }
  50% { transform: translate3d(7px, -9px, 0) rotate(1deg); }
}

@keyframes ps-home-float-safe {
  0%, 100% { transform: translate3d(0, 3px, 0) rotate(-1deg); }
  50% { transform: translate3d(-6px, -10px, 0) rotate(1.5deg); }
}

@keyframes ps-home-float-computer {
  0%, 100% { transform: translate3d(0, 2px, 0) rotate(1deg); }
  50% { transform: translate3d(6px, -8px, 0) rotate(-1deg); }
}

@keyframes ps-home-orbit-breathe {
  0%, 100% { opacity: 0.48; filter: drop-shadow(0 0 0 rgba(75, 157, 220, 0)); }
  50% { opacity: 0.78; filter: drop-shadow(0 0 10px rgba(75, 157, 220, 0.12)); }
}

@keyframes ps-home-signal-pulse {
  0%, 18%, 100% { opacity: 0.24; transform: scale(0.78); }
  32%, 46% { opacity: 1; transform: scale(1.18); }
  62% { opacity: 0.38; transform: scale(0.9); }
}

@keyframes ps-home-element-pulse {
  0%, 20%, 100% { opacity: 0; transform: scale(0.72); }
  34%, 48% { opacity: 0.72; transform: scale(1.28); }
  66% { opacity: 0.12; transform: scale(1.44); }
}

@media (max-width: 1180px) {
  .ps-home-orbit {
    right: clamp(20px, 3vw, 44px);
    width: clamp(280px, 28vw, 320px);
    height: clamp(280px, 30vw, 320px);
  }
}

@media (max-width: 900px) {
  .ps-home-floaters { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ps-home-orbit,
  .ps-home-orbit::before,
  .ps-home-orbit::after,
  .ps-home-orbit > i,
  .ps-home-floater::before,
  .ps-home-floater {
    animation: none;
    will-change: auto;
  }
}

/* Architecture trust model: three distinct capability zones with a controlled boundary gate. */
#trust-model {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 76%, rgba(47, 104, 255, 0.085), transparent 25%),
    radial-gradient(circle at 91% 20%, rgba(26, 183, 167, 0.075), transparent 27%),
    #fff;
}

#trust-model::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background:
    linear-gradient(rgba(75, 124, 184, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 124, 184, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 84%, transparent);
}

#trust-model .ps-wrap {
  position: relative;
  z-index: 1;
}

#trust-model .ps-architecture {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 30px;
  border-color: rgba(80, 132, 198, 0.26);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(249, 252, 255, 0.92), rgba(240, 249, 249, 0.86));
  box-shadow:
    0 28px 62px rgba(31, 69, 113, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

#trust-model .ps-architecture::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -30%;
  bottom: -30%;
  left: -24%;
  width: 20%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(64, 130, 250, 0.04), rgba(41, 199, 184, 0.17), transparent);
  filter: blur(2px);
  transform: skewX(-13deg);
  animation: ps-trust-scan 8.5s ease-in-out infinite;
}

#trust-model .ps-architecture::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -86px;
  bottom: -118px;
  width: 320px;
  height: 320px;
  pointer-events: none;
  border: 52px solid rgba(24, 182, 168, 0.035);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(47, 104, 255, 0.025);
}

#trust-model .ps-domain-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.04fr) 62px minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

#trust-model .ps-domain {
  --trust-hue: 219;
  position: relative;
  isolation: isolate;
  min-height: 210px;
  overflow: hidden;
  padding: 30px;
  border-color: hsl(var(--trust-hue) 70% 52% / 0.23);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 12%, hsl(var(--trust-hue) 80% 62% / 0.13), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), hsl(var(--trust-hue) 70% 95% / 0.72));
  box-shadow:
    0 14px 30px hsl(var(--trust-hue) 44% 34% / 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

#trust-model .ps-domain--controlled { --trust-hue: 177; }
#trust-model .ps-domain--open { --trust-hue: 194; }

#trust-model .ps-domain::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg,
    hsl(var(--trust-hue) 84% 54%),
    hsl(var(--trust-hue) 72% 70%),
    transparent 92%);
}

#trust-model .ps-domain::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -42px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 24px solid hsl(var(--trust-hue) 78% 56% / 0.055);
  border-radius: 50%;
  transition: transform 0.4s ease, border-color 0.3s ease;
}

#trust-model .ps-domain small {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid hsl(var(--trust-hue) 70% 50% / 0.17);
  border-radius: 999px;
  color: hsl(var(--trust-hue) 55% 36%);
  background: rgba(255, 255, 255, 0.58);
  font-weight: 780;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

#trust-model .ps-domain strong {
  margin-top: 20px;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

#trust-model .ps-domain p {
  max-width: 28em;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.75;
}

#trust-model .ps-gateway {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(76, 129, 224, 0.2);
  border-radius: 999px;
  color: #4d75bc;
  background:
    linear-gradient(180deg, rgba(235, 242, 255, 0.72), rgba(227, 250, 247, 0.72));
  box-shadow:
    0 12px 24px rgba(42, 89, 156, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 0 #fff;
}

#trust-model .ps-gateway::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, transparent, rgba(48, 111, 235, 0.42) 22%, rgba(24, 183, 168, 0.45) 78%, transparent);
  transform: translateX(-50%);
}

#trust-model .ps-gateway::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: #3275ef;
  box-shadow:
    0 0 0 5px rgba(50, 117, 239, 0.11),
    0 0 18px rgba(40, 157, 219, 0.5);
  transform: translateX(-50%);
  animation: ps-trust-gate 4.8s ease-in-out infinite;
}

@media (hover: hover) {
  #trust-model .ps-domain:hover {
    z-index: 2;
    transform: translateY(-7px);
    border-color: hsl(var(--trust-hue) 74% 48% / 0.54);
    box-shadow:
      0 24px 44px hsl(var(--trust-hue) 48% 32% / 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }

  #trust-model .ps-domain:hover::after {
    border-color: hsl(var(--trust-hue) 78% 56% / 0.11);
    transform: scale(1.14);
  }
}

@keyframes ps-trust-scan {
  0%, 15% { left: -24%; opacity: 0; }
  23% { opacity: 0.8; }
  74% { opacity: 0.8; }
  84%, 100% { left: 112%; opacity: 0; }
}

@keyframes ps-trust-gate {
  0%, 12% { top: 18px; opacity: 0; }
  20% { opacity: 1; }
  78% { opacity: 1; }
  90%, 100% { top: calc(100% - 27px); opacity: 0; }
}

@media (max-width: 760px) {
  #trust-model .ps-architecture {
    padding: 16px;
    border-radius: 22px;
  }

  #trust-model .ps-domain-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #trust-model .ps-domain {
    min-height: 0;
    padding: 25px;
  }

  #trust-model .ps-gateway {
    min-height: 48px;
  }

  #trust-model .ps-gateway::before {
    top: 50%;
    right: 18px;
    bottom: auto;
    left: 18px;
    width: auto;
    height: 2px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, transparent, rgba(48, 111, 235, 0.42) 22%, rgba(24, 183, 168, 0.45) 78%, transparent);
  }

  #trust-model .ps-gateway::after {
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    animation-name: ps-trust-gate-mobile;
  }
}

@keyframes ps-trust-gate-mobile {
  0%, 12% { left: 18px; opacity: 0; }
  20% { opacity: 1; }
  78% { opacity: 1; }
  90%, 100% { left: calc(100% - 27px); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  #trust-model .ps-architecture::before,
  #trust-model .ps-gateway::after {
    animation: none;
  }
}

/* Homepage product chooser: make the decision visible and actionable. */
.ps-choice-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 91% 18%, rgba(35, 199, 174, 0.11), transparent 24%),
    radial-gradient(circle at 7% 84%, rgba(47, 104, 255, 0.1), transparent 26%),
    linear-gradient(135deg, #eef5ff 0%, #f5f9ff 52%, #eef9f7 100%);
}

.ps-product-chooser .ps-choice {
  gap: 16px;
  overflow: visible;
  border: 0;
  background: transparent;
}

.ps-product-chooser .ps-choice-item {
  position: relative;
  min-height: 196px;
  display: flex;
  flex-direction: column;
  padding: 28px 28px 26px;
  overflow: hidden;
  appearance: none;
  border: 1px solid rgba(84, 132, 190, 0.24);
  border-radius: 20px;
  color: inherit;
  background:
    radial-gradient(circle at 100% 0%, rgba(47, 104, 255, 0.07), transparent 38%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(31, 67, 109, 0.07);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.ps-product-chooser .ps-choice-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: linear-gradient(90deg, var(--ps-blue), var(--ps-mint));
  opacity: 0.5;
  transition: opacity 0.25s ease, box-shadow 0.25s ease;
}

.ps-product-chooser .ps-choice-item::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -10px;
  width: 96px;
  height: 48px;
  border: 16px solid rgba(47, 104, 255, 0.045);
  border-bottom: 0;
  border-radius: 96px 96px 0 0;
  pointer-events: none;
}

.ps-choice-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.ps-choice-item-top small {
  color: var(--ps-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.ps-choice-item-top i {
  position: relative;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border: 1px solid rgba(82, 126, 181, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 5px rgba(244, 248, 255, 0.95);
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.ps-choice-item-top i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -62%) rotate(-45deg) scale(0.35);
  opacity: 0;
  transition: opacity 0.22s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.ps-product-chooser .ps-choice-item strong {
  margin: 0;
  font-size: 21px;
  line-height: 1.3;
}

.ps-choice-copy {
  display: block;
  margin-top: 12px;
  color: var(--ps-muted);
  font-size: 14px;
  line-height: 1.68;
}

.ps-product-chooser .ps-choice-item.is-selected {
  z-index: 2;
  transform: translateY(-7px);
  border-color: rgba(47, 104, 255, 0.58);
  background:
    radial-gradient(circle at 100% 0%, rgba(45, 188, 185, 0.15), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(237, 245, 255, 0.98));
  box-shadow:
    0 24px 46px rgba(37, 83, 139, 0.16),
    0 0 0 3px rgba(47, 104, 255, 0.06),
    inset 0 1px 0 #fff;
}

.ps-product-chooser .ps-choice-item.is-selected::before {
  opacity: 1;
  box-shadow: 0 0 16px rgba(47, 104, 255, 0.28);
}

.ps-product-chooser .ps-choice-item.is-selected .ps-choice-item-top i {
  border-color: var(--ps-blue);
  background: linear-gradient(135deg, var(--ps-blue), #28bcae);
  box-shadow: 0 7px 16px rgba(47, 104, 255, 0.26);
}

.ps-product-chooser .ps-choice-item.is-selected .ps-choice-item-top i::after {
  opacity: 1;
  transform: translate(-50%, -62%) rotate(-45deg) scale(1);
}

.ps-product-chooser .ps-choice-item:focus-visible {
  outline: 3px solid rgba(47, 104, 255, 0.25);
  outline-offset: 3px;
}

@media (hover: hover) {
  .ps-product-chooser .ps-choice-item:not(.is-selected):hover {
    transform: translateY(-4px);
    border-color: rgba(47, 104, 255, 0.4);
    background: linear-gradient(145deg, #fff, #f0f7ff);
    box-shadow: 0 20px 40px rgba(31, 71, 121, 0.12);
  }
}

.ps-choice-results {
  min-height: 228px;
  margin-top: 20px;
}

.ps-choice-result[hidden] {
  display: none !important;
}

.ps-choice-result {
  position: relative;
  min-height: 228px;
  padding: 32px 45% 32px 34px;
  overflow: hidden;
  border: 1px solid rgba(79, 131, 196, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(rgba(80, 128, 187, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 128, 187, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(231, 241, 255, 0.94));
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: 0 22px 50px rgba(30, 69, 116, 0.11);
  animation: ps-choice-result-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ps-choice-result--dpc {
  border-color: rgba(37, 177, 158, 0.3);
  background:
    linear-gradient(rgba(65, 155, 149, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 155, 149, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(227, 249, 245, 0.94));
  background-size: 26px 26px, 26px 26px, auto;
}

.ps-choice-result--hybrid {
  background:
    linear-gradient(rgba(72, 137, 178, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 137, 178, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 247, 248, 0.95));
  background-size: 26px 26px, 26px 26px, auto;
}

.ps-choice-result-copy {
  position: relative;
  z-index: 3;
}

.ps-choice-result-copy small {
  display: block;
  margin-bottom: 9px;
  color: var(--ps-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.ps-choice-result--dpc .ps-choice-result-copy small {
  color: #078b79;
}

.ps-choice-result-copy strong {
  display: block;
  color: var(--ps-ink);
  font-size: clamp(28px, 3.2vw, 39px);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.ps-choice-result-copy p {
  margin: 12px 0 0;
  color: var(--ps-muted);
  font-size: 15px;
  line-height: 1.65;
}

.ps-choice-result-copy a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 19px;
  padding: 0 18px;
  border: 1px solid rgba(47, 104, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--ps-blue), #1e83de);
  box-shadow: 0 10px 22px rgba(47, 104, 255, 0.2);
  font-size: 14px;
  font-weight: 750;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ps-choice-result--dpc .ps-choice-result-copy a {
  border-color: rgba(14, 151, 131, 0.2);
  background: linear-gradient(135deg, #0c9b87, #26bca8);
  box-shadow: 0 10px 22px rgba(18, 158, 138, 0.2);
}

.ps-choice-result--hybrid .ps-choice-result-copy a {
  background: linear-gradient(135deg, #2f68ff, #16a997);
}

@media (hover: hover) {
  .ps-choice-result-copy a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(47, 104, 255, 0.28);
  }
}

.ps-choice-product-media {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 26px;
  bottom: 8px;
  width: 43%;
}

.ps-choice-product-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 5%;
  bottom: 8%;
  width: 78%;
  height: 58%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 104, 255, 0.18), transparent 70%);
  filter: blur(12px);
}

.ps-choice-result--dpc .ps-choice-product-media::before {
  background: radial-gradient(circle, rgba(26, 181, 159, 0.2), transparent 70%);
}

.ps-choice-product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 22px 24px rgba(30, 67, 108, 0.18));
  animation: ps-choice-product-float 5s ease-in-out infinite;
}

.ps-choice-result--dpc .ps-choice-product-media img {
  transform: translateY(-10px) scale(0.94);
}

.ps-choice-product-media--hybrid img {
  position: absolute;
  width: 69%;
  height: 82%;
}

.ps-choice-product-media--hybrid img:first-child {
  top: 2%;
  left: -2%;
}

.ps-choice-product-media--hybrid img:last-child {
  right: -2%;
  bottom: -3%;
  animation-delay: -2.2s;
}

@keyframes ps-choice-result-in {
  from { opacity: 0; transform: translateY(12px) scale(0.992); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes ps-choice-product-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}

html.lang-en .ps-product-chooser .ps-choice-item strong {
  font-size: 19px;
}

html.lang-en .ps-choice-copy {
  font-size: 13px;
  line-height: 1.58;
}

@media (max-width: 760px) {
  .ps-product-chooser .ps-choice {
    gap: 13px;
  }

  .ps-product-chooser .ps-choice-item {
    min-height: 0;
    padding: 23px;
  }

  .ps-choice-item-top {
    margin-bottom: 18px;
  }

  .ps-choice-results {
    min-height: 0;
    margin-top: 16px;
  }

  .ps-choice-result {
    min-height: 0;
    padding: 27px 24px 20px;
  }

  .ps-choice-result-copy {
    max-width: none;
  }

  .ps-choice-product-media {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 150px;
    margin-top: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-product-chooser .ps-choice-item,
  .ps-choice-result,
  .ps-choice-result-copy a,
  .ps-choice-product-media img {
    animation: none;
    transition: none;
  }
}

.ps-hero--products { --ps-hero-art: url("figma/hero-products.jpg"); }
.ps-hero--cpc { --ps-hero-art: url("figma/hero-products-server.jpg"); }
.ps-hero--dpc { --ps-hero-art: url("figma/hero-products-terminal.jpg"); }
.ps-hero--solutions { --ps-hero-art: url("figma/hero-solutions.jpg"); }
.ps-hero--why-ngcc { --ps-hero-art: url("figma/hero-why-ngcc.jpg"); }
.ps-hero--architecture { --ps-hero-art: url("figma/hero-why-ngcc.jpg"); }
.ps-hero--solution-ai { --ps-hero-art: url("figma/hero-solution-ai.jpg"); }

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

.ps-hero::before {
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(61, 111, 174, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 111, 174, 0.18) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
}

.ps-hero::after {
  background:
    radial-gradient(circle at 72% 42%, rgba(55, 110, 255, 0.13), transparent 24%),
    radial-gradient(circle at 91% 17%, rgba(31, 197, 173, 0.08), transparent 20%);
}

.ps-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 48px;
  align-items: center;
}

.ps-hero-grid:not(.ps-hero-grid--single) .ps-lead {
  max-width: 820px;
}

.ps-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ps-ink);
  font-size: 50px;
  line-height: 1.04;
  font-weight: 780;
  letter-spacing: -0.06em;
}

.ps-hero h1 em {
  display: block;
  color: var(--ps-blue);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
}

.ps-hero--home h1 em,
.ps-hero--why-ngcc h1 em,
.ps-hero--architecture h1 em,
.ps-hero--solutions h1 em,
.ps-hero--products h1 em {
  font-size: inherit;
}

.ps-hero h1 > span,
.page-hero h1 > span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  letter-spacing: inherit;
}

@media (min-width: 761px) {
  html[lang="zh-CN"] .ps-hero--home h1 {
    max-width: none;
    white-space: nowrap;
  }

  html[lang="zh-CN"] .ps-hero--home h1 em {
    display: inline;
    margin-left: 0.12em;
  }
}

.ps-hero .ps-lead {
  color: #49647e;
}

/* Keep legacy page heroes typographically aligned with the refreshed heroes. */
.page-hero-copy-text {
  gap: 0;
}

.page-hero-copy-text > p.lead {
  max-width: 800px;
  margin: 22px 0 0;
  color: #49647e;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.8;
  text-align: left;
}

.page-hero-copy-text > p.note {
  margin-top: 16px;
}

.ps-hero-brandline {
  margin: 0 0 22px;
  color: #456684;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.ps-system-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, 380px);
  max-width: 380px;
  justify-self: end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(231, 242, 255, 0.56));
  box-shadow:
    0 28px 66px rgba(30, 73, 124, 0.17),
    0 8px 22px rgba(36, 83, 139, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(26px) saturate(1.14);
  backdrop-filter: blur(26px) saturate(1.14);
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.ps-system-visual:hover {
  transform: translateY(-3px);
  box-shadow:
    0 34px 76px rgba(30, 73, 124, 0.2),
    0 10px 26px rgba(36, 83, 139, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.ps-system-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(71, 119, 178, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71, 119, 178, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 94% 4%, rgba(54, 111, 255, 0.14), transparent 34%),
    radial-gradient(circle at 4% 96%, rgba(27, 181, 154, 0.1), transparent 30%);
  background-size: 30px 30px, 30px 30px, auto, auto;
  mask-image: linear-gradient(145deg, rgba(0, 0, 0, 0.8), transparent 74%);
  pointer-events: none;
}

.ps-system-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 1px;
  border: 1px solid rgba(76, 126, 185, 0.13);
  border-radius: 26px;
  pointer-events: none;
}

.ps-system-visual > * {
  position: relative;
  z-index: 1;
}

.ps-visual-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 4px 6px 16px;
  color: #526f8b;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ps-visual-head span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.ps-visual-head span:first-child::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #2d68ef;
  box-shadow: 0 0 0 5px rgba(45, 104, 239, 0.09), 0 0 16px rgba(45, 104, 239, 0.36);
}

.ps-visual-head span:nth-child(2) {
  display: none;
}

.ps-visual-flow {
  display: grid;
  gap: 12px;
}

.ps-visual-node {
  padding: 20px;
  border: 1px solid rgba(93, 141, 194, 0.2);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(217, 233, 252, 0.58));
  box-shadow:
    0 13px 30px rgba(37, 80, 131, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  backdrop-filter: blur(16px) saturate(1.08);
}

.ps-visual-node--dpc {
  border-color: rgba(54, 153, 139, 0.2);
  background: linear-gradient(135deg, rgba(248, 255, 253, 0.74), rgba(206, 239, 235, 0.58));
}

.ps-visual-node small {
  display: block;
  margin-bottom: 8px;
  color: #55718c;
  font-size: 11px;
  letter-spacing: 0.09em;
}

.ps-visual-node strong {
  display: block;
  color: var(--ps-ink);
  font-size: 23px;
}

.ps-visual-node span {
  display: block;
  margin-top: 8px;
  color: var(--ps-muted);
  font-size: 14px;
}

.ps-visual-rail {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #58738f;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.ps-visual-rail::before,
.ps-visual-rail::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(120, 159, 207, 0.6));
}

.ps-visual-rail::after {
  transform: scaleX(-1);
}

/* Why NGCC hero: a responsibility-shift console, not a stack of plain cards. */
.ps-hero--why-ngcc .ps-ngcc-shift {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, 380px);
  max-width: 380px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(231, 242, 255, 0.58));
  box-shadow:
    0 32px 72px rgba(25, 68, 122, 0.2),
    0 8px 24px rgba(32, 82, 145, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(28px) saturate(1.16);
  backdrop-filter: blur(28px) saturate(1.16);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.ps-hero--why-ngcc .ps-ngcc-shift:hover {
  transform: translateY(-4px);
  box-shadow:
    0 38px 82px rgba(25, 68, 122, 0.24),
    0 10px 28px rgba(32, 82, 145, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.ps-hero--why-ngcc .ps-ngcc-shift::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(69, 119, 183, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 119, 183, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 94% 3%, rgba(49, 102, 255, 0.18), transparent 34%),
    radial-gradient(circle at 5% 96%, rgba(25, 181, 155, 0.12), transparent 30%);
  background-size: 28px 28px, 28px 28px, auto, auto;
  mask-image: linear-gradient(145deg, rgba(0, 0, 0, 0.82), transparent 72%);
  pointer-events: none;
}

.ps-hero--why-ngcc .ps-ngcc-shift::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 1px;
  border: 1px solid rgba(76, 126, 185, 0.14);
  border-radius: 28px;
  pointer-events: none;
}

.ps-hero--why-ngcc .ps-visual-head {
  position: relative;
  z-index: 2;
  justify-content: flex-start;
  min-height: 44px;
  padding: 4px 6px 14px;
  color: #456582;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.13em;
}

.ps-hero--why-ngcc .ps-visual-head span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.ps-hero--why-ngcc .ps-visual-head span:first-child::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #2864f0;
  box-shadow: 0 0 0 5px rgba(40, 100, 240, 0.1), 0 0 18px rgba(40, 100, 240, 0.45);
}

.ps-hero--why-ngcc .ps-visual-flow {
  position: relative;
  z-index: 1;
  gap: 0;
}

.ps-hero--why-ngcc .ps-visual-node {
  position: relative;
  overflow: hidden;
  padding: 20px 22px;
  border-radius: 20px;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.ps-hero--why-ngcc .ps-visual-node:hover {
  transform: translateX(3px);
}

.ps-hero--why-ngcc .ps-visual-node--legacy {
  border: 1px solid rgba(79, 123, 176, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(225, 236, 250, 0.86));
  box-shadow:
    0 12px 30px rgba(37, 80, 131, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.ps-hero--why-ngcc .ps-visual-node--legacy::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #7b9fc5, #c2d5e9);
}

.ps-hero--why-ngcc .ps-visual-node--legacy::after {
  content: "";
  position: absolute;
  top: -72px;
  right: -58px;
  width: 168px;
  height: 168px;
  border: 28px solid rgba(77, 121, 174, 0.055);
  border-radius: 50%;
  pointer-events: none;
}

.ps-hero--why-ngcc .ps-visual-node-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.ps-hero--why-ngcc .ps-visual-node-top small {
  margin: 0;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.ps-hero--why-ngcc .ps-visual-node-top b {
  color: rgba(33, 72, 111, 0.42);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ps-hero--why-ngcc .ps-visual-node strong,
.ps-hero--why-ngcc .ps-visual-node > span,
.ps-hero--why-ngcc .ps-visual-node-tags {
  position: relative;
  z-index: 1;
}

.ps-hero--why-ngcc .ps-visual-node strong {
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: -0.035em;
}

.ps-hero--why-ngcc .ps-visual-node > span {
  margin-top: 7px;
  line-height: 1.55;
}

.ps-hero--why-ngcc .ps-visual-node-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.ps-hero--why-ngcc .ps-visual-node-tags i {
  padding: 5px 8px;
  border: 1px solid rgba(74, 116, 165, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #59738d;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.ps-hero--why-ngcc .ps-visual-rail {
  position: relative;
  z-index: 2;
  justify-content: center;
  min-height: 66px;
  color: #446b92;
}

.ps-hero--why-ngcc .ps-visual-rail::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, rgba(94, 135, 184, 0.2), #3475eb 54%, rgba(20, 168, 143, 0.55));
  transform: translateX(-50%);
}

.ps-hero--why-ngcc .ps-visual-rail::after {
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 7px;
  height: 7px;
  border: 0;
  border-right: 2px solid #15947f;
  border-bottom: 2px solid #15947f;
  background: transparent;
  transform: translateX(-50%) rotate(45deg);
}

.ps-hero--why-ngcc .ps-visual-rail span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(74, 119, 174, 0.15);
  border-radius: 999px;
  background: rgba(246, 250, 255, 0.92);
  box-shadow: 0 7px 18px rgba(38, 78, 126, 0.1);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ps-hero--why-ngcc .ps-visual-node--responsibility {
  border: 1px solid rgba(102, 167, 194, 0.24);
  background:
    radial-gradient(circle at 92% 12%, rgba(68, 208, 184, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(250, 253, 255, 0.78), rgba(210, 239, 242, 0.62));
  box-shadow:
    0 18px 38px rgba(31, 77, 119, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
  backdrop-filter: blur(20px) saturate(1.12);
}

.ps-hero--why-ngcc .ps-visual-node--responsibility::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #5a8dff, #34d1b3);
  box-shadow: 0 0 22px rgba(52, 209, 179, 0.5);
}

.ps-hero--why-ngcc .ps-visual-node--responsibility::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -74px;
  width: 190px;
  height: 190px;
  border: 30px solid rgba(42, 137, 150, 0.045);
  border-radius: 50%;
  pointer-events: none;
}

.ps-hero--why-ngcc .ps-visual-node--responsibility .ps-visual-node-top small {
  color: #43718b;
}

.ps-hero--why-ngcc .ps-visual-node--responsibility .ps-visual-node-top b {
  color: rgba(48, 103, 132, 0.5);
}

.ps-hero--why-ngcc .ps-visual-node--responsibility strong {
  color: var(--ps-ink);
  text-shadow: none;
}

.ps-hero--why-ngcc .ps-visual-node--responsibility > span {
  color: #526f87;
}

.ps-hero--why-ngcc .ps-visual-node--responsibility .ps-visual-node-tags i {
  border-color: rgba(49, 132, 143, 0.14);
  background: rgba(255, 255, 255, 0.46);
  color: #367780;
}

@media (max-width: 760px) {
  .ps-hero--why-ngcc .ps-ngcc-shift {
    width: 100%;
    max-width: none;
    padding: 14px;
    border-radius: 24px;
  }

  .ps-hero--why-ngcc .ps-ngcc-shift::after {
    border-radius: 22px;
  }

  .ps-hero--why-ngcc .ps-visual-node {
    padding: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-system-visual,
  .ps-hero--why-ngcc .ps-ngcc-shift,
  .ps-hero--why-ngcc .ps-visual-node {
    transition: none;
  }
}

/* Homepage product architecture panel */
.ps-hero--home .ps-system-visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(241, 248, 255, 0.72)),
    rgba(255, 255, 255, 0.68);
  box-shadow:
    0 34px 80px rgba(38, 79, 125, 0.18),
    0 10px 28px rgba(38, 79, 125, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(24px) saturate(1.08);
}

.ps-hero--home .ps-system-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -145px;
  right: -105px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 104, 255, 0.2), rgba(47, 104, 255, 0) 68%);
  pointer-events: none;
}

.ps-hero--home .ps-system-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 1px;
  border: 1px solid rgba(104, 147, 198, 0.14);
  border-radius: 28px;
  pointer-events: none;
}

.ps-hero--home .ps-system-visual > * {
  position: relative;
  z-index: 1;
}

.ps-hero--home .ps-visual-head {
  flex-wrap: wrap;
  row-gap: 10px;
  padding: 5px 7px 17px;
  color: #526f8b;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.11em;
}

.ps-hero--home .ps-visual-head span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ps-hero--home .ps-visual-head span:first-child::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #2f68ff;
  box-shadow: 0 0 0 5px rgba(47, 104, 255, 0.1);
}

.ps-hero--home .ps-visual-head span:last-child {
  padding: 5px 9px;
  border: 1px solid rgba(79, 127, 184, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #3f6284;
  letter-spacing: 0.07em;
}

.ps-hero--home .ps-visual-flow {
  gap: 10px;
}

.ps-hero--home .ps-visual-node {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 22px 26px;
  border: 1px solid rgba(77, 128, 192, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.96), rgba(226, 238, 255, 0.86));
  box-shadow:
    0 12px 28px rgba(37, 83, 139, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ps-hero--home .ps-visual-node::before {
  content: "";
  position: absolute;
  inset: 16px auto 16px 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #2f68ff, #74a2ff);
}

.ps-hero--home .ps-visual-node::after {
  content: "";
  position: absolute;
  top: -55px;
  right: -38px;
  width: 150px;
  height: 150px;
  border: 24px solid rgba(65, 116, 255, 0.055);
  border-radius: 50%;
  pointer-events: none;
}

.ps-hero--home .ps-visual-node--dpc {
  border-color: rgba(42, 157, 135, 0.2);
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.96), rgba(221, 246, 240, 0.86));
}

.ps-hero--home .ps-visual-node--dpc::before {
  background: linear-gradient(180deg, #159b82, #65cbb8);
}

.ps-hero--home .ps-visual-node--dpc::after {
  border-color: rgba(21, 155, 130, 0.06);
}

.ps-hero--home .ps-visual-node small,
.ps-hero--home .ps-visual-node strong,
.ps-hero--home .ps-visual-node span {
  position: relative;
  z-index: 1;
}

.ps-hero--home .ps-visual-node small {
  margin-bottom: 7px;
  color: #54718f;
  font-size: 10px;
  font-weight: 760;
}

.ps-hero--home .ps-visual-node strong {
  font-size: 25px;
  letter-spacing: -0.035em;
}

.ps-hero--home .ps-visual-node span {
  margin-top: 9px;
  color: #526d88;
  line-height: 1.65;
}

.ps-hero--home .ps-visual-rail {
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 38px;
  margin: 0 auto;
  padding: 8px 14px;
  border: 1px solid rgba(47, 104, 255, 0.16);
  border-radius: 999px;
  background: rgba(238, 245, 255, 0.9);
  box-shadow: 0 7px 18px rgba(42, 86, 139, 0.07);
  color: #3f628c;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-align: center;
}

.ps-hero--home .ps-visual-rail::before,
.ps-hero--home .ps-visual-rail::after {
  display: none;
}

@media (max-width: 760px) {
  .ps-hero--home .ps-system-visual {
    padding: 14px;
    border-radius: 24px;
  }

  .ps-hero--home .ps-system-visual::after {
    border-radius: 22px;
  }

  .ps-hero--home .ps-visual-node {
    padding: 19px 18px 19px 22px;
  }
}

.ps-grid-2,
.ps-grid-3,
.ps-grid-4,
.ps-grid-5 {
  display: grid;
  gap: 22px;
  margin-top: 48px;
}

.ps-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ps-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ps-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ps-grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

@media (min-width: 1021px) {
  #business-domains .ps-grid-5 {
    grid-template-columns: 0.82fr 1fr 1.38fr 1fr 1fr;
    gap: 18px;
  }

  #business-domains .ps-card {
    padding-inline: 24px;
  }
}

.ps-card {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--ps-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(29, 58, 91, 0.06);
}

.ps-card--feature {
  padding: 38px;
  border-radius: 20px;
}

.ps-card--blue {
  background: linear-gradient(155deg, #f5f8ff, #fff 55%);
  border-color: #cbdaf6;
}

.ps-card--teal {
  background: linear-gradient(155deg, #f0faf7, #fff 55%);
  border-color: #c6e4dd;
}

.ps-home-product-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  isolation: isolate;
}

.ps-home-product-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(248, 250, 255, 0.98) 0%, rgba(248, 250, 255, 0.94) 56%, rgba(248, 250, 255, 0.6) 76%, rgba(248, 250, 255, 0) 100%);
}

.ps-home-product-card--dpc::after {
  background: linear-gradient(90deg, rgba(245, 252, 250, 0.98) 0%, rgba(245, 252, 250, 0.94) 56%, rgba(245, 252, 250, 0.58) 76%, rgba(245, 252, 250, 0) 100%);
}

.ps-home-product-card > :not(.ps-home-product-media) {
  position: relative;
  z-index: 2;
}

.ps-home-product-media {
  position: absolute;
  z-index: 0;
  right: -18px;
  bottom: 4px;
  width: 48%;
  height: 74%;
  pointer-events: none;
}

.ps-home-product-card--dpc .ps-home-product-media {
  right: -18px;
  bottom: 4px;
  width: 48%;
  height: 74%;
}

.ps-home-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 22px rgba(26, 55, 92, 0.16));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
}

.ps-home-product-card--dpc .ps-home-product-media img {
  transform: scale(0.82);
  transform-origin: right bottom;
}

@media (hover: hover) {
  .ps-home-product-card:hover .ps-home-product-media img {
    transform: translateY(-5px) scale(1.045);
    filter: drop-shadow(0 24px 28px rgba(26, 55, 92, 0.22)) saturate(1.04);
  }

  .ps-home-product-card--dpc:hover .ps-home-product-media img {
    transform: translateY(-5px) scale(0.86);
  }
}

.ps-card-index {
  color: var(--ps-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ps-card h2,
.ps-card h3 {
  margin: 16px 0 0;
  color: var(--ps-ink);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.ps-card h2 { font-size: clamp(28px, 3vw, 42px); }
.ps-card h3 { font-size: 23px; }

#business-domains .ps-card h3 {
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: break-word;
}

html.lang-en #business-domains .ps-card h3 {
  font-size: 20px;
  letter-spacing: -0.015em;
}

#five-solutions .ps-card h3 {
  margin-top: 0;
  max-width: 100%;
  white-space: normal;
  text-wrap: wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

#five-solutions .ps-card {
  display: flex;
  flex-direction: column;
}

#five-solutions .ps-card-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 24px;
}

.ps-card p {
  margin: 16px 0 0;
  color: var(--ps-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ps-card-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--ps-blue);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.ps-chiprow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.ps-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 11px;
  border-radius: 999px;
  color: #33516f;
  background: #eaf1f8;
  font-size: 12px;
  font-weight: 650;
}

.ps-chip--blue { color: #184fc5; background: #e8efff; }
.ps-chip--teal { color: #057467; background: #e5f5f1; }

.ps-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 54px;
  align-items: center;
  margin-top: 54px;
}

.ps-product-layout--reverse > :first-child { order: 2; }

.ps-figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--ps-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(29, 58, 91, 0.1);
}

.ps-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.ps-figure figcaption {
  padding: 14px 18px;
  border-top: 1px solid var(--ps-line);
  color: var(--ps-muted);
  font-size: 12px;
  line-height: 1.5;
}

.ps-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.ps-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ps-ink-2);
  line-height: 1.65;
}

.ps-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--ps-teal);
  border-bottom: 2px solid var(--ps-teal);
  transform: rotate(-45deg);
}

.ps-choice {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid var(--ps-line);
  border-radius: 18px;
  background: var(--ps-line);
}

.ps-choice-item {
  padding: 32px;
  background: #fff;
}

.ps-choice-item strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ps-ink);
  font-size: 20px;
}

.ps-choice-item p {
  margin: 0;
  color: var(--ps-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ps-flow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-top: 42px;
}

.ps-flow-step {
  min-height: 116px;
  padding: 18px 14px;
  border: 1px solid var(--ps-line);
  border-radius: 12px;
  background: #fff;
}

.ps-flow-step b {
  display: block;
  margin-bottom: 8px;
  color: var(--ps-blue);
  font-size: 11px;
}

.ps-flow-step span {
  color: var(--ps-ink);
  font-size: 15px;
  font-weight: 700;
}

#solution-inputs .ps-input-panel {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  margin-top: 44px;
  padding: 18px;
  border: 1px solid rgba(93, 137, 191, 0.2);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    0 24px 58px rgba(44, 82, 126, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

#solution-inputs .ps-input-count {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 224px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background:
    radial-gradient(circle at 75% 20%, rgba(104, 154, 255, 0.7), transparent 32%),
    linear-gradient(145deg, #153f9d, #2f68ff 58%, #3278ed);
  box-shadow: 0 18px 38px rgba(34, 83, 180, 0.25);
  color: #fff;
}

#solution-inputs .ps-input-count::before,
#solution-inputs .ps-input-count::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

#solution-inputs .ps-input-count::before {
  width: 170px;
  height: 170px;
  top: -72px;
  right: -72px;
}

#solution-inputs .ps-input-count::after {
  width: 120px;
  height: 120px;
  bottom: -66px;
  left: -50px;
}

#solution-inputs .ps-input-count strong {
  font-size: clamp(88px, 9vw, 116px);
  font-weight: 820;
  line-height: 0.82;
  letter-spacing: -0.08em;
  text-shadow: 0 10px 30px rgba(8, 34, 102, 0.25);
}

#solution-inputs .ps-input-count span {
  margin-top: 22px;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.16em;
  opacity: 0.86;
}

#solution-inputs .ps-flow {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

#solution-inputs .ps-flow-step {
  position: relative;
  grid-column: span 2;
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 17px 18px 16px;
  border-color: rgba(91, 137, 192, 0.2);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f7faff);
  box-shadow: 0 9px 22px rgba(44, 82, 126, 0.055);
}

#solution-inputs .ps-flow-step::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #2f68ff, #6a9aff);
  opacity: 0.82;
}

#solution-inputs .ps-flow-step:nth-child(5) {
  grid-column: 2 / span 2;
}

#solution-inputs .ps-flow-step b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 9px;
  background: #eaf1ff;
  color: #1858eb;
  font-size: 10px;
  letter-spacing: 0.04em;
}

#solution-inputs .ps-flow-step span {
  font-size: 17px;
  letter-spacing: -0.015em;
}

@media (max-width: 900px) {
  #solution-inputs .ps-input-panel {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  #solution-inputs .ps-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #solution-inputs .ps-flow-step,
  #solution-inputs .ps-flow-step:nth-child(5) {
    grid-column: auto;
  }

  #solution-inputs .ps-flow-step:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  #solution-inputs .ps-input-panel {
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 22px;
  }

  #solution-inputs .ps-input-count {
    min-height: 150px;
  }

  #solution-inputs .ps-input-count strong {
    font-size: 82px;
  }
}

.ps-architecture {
  margin-top: 46px;
  padding: 34px;
  border: 1px solid rgba(111, 151, 198, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(38, 79, 125, 0.08);
}

.ps-domain-grid {
  display: grid;
  grid-template-columns: 1fr 56px 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}

.ps-domain {
  padding: 24px;
  border: 1px solid rgba(111, 151, 198, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.ps-domain--core { background: rgba(48, 92, 179, 0.1); }
.ps-domain--controlled { background: rgba(18, 136, 121, 0.1); }
.ps-domain--open { background: rgba(190, 122, 47, 0.09); }

.ps-domain small {
  color: #55718c;
  font-size: 11px;
  letter-spacing: 0.09em;
}

.ps-domain strong {
  display: block;
  margin-top: 10px;
  color: var(--ps-ink);
  font-size: 20px;
}

.ps-domain p {
  margin: 10px 0 0;
  color: var(--ps-muted);
  font-size: 13px;
  line-height: 1.65;
}

.ps-gateway {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #86a6ff;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

.ps-table-wrap {
  margin-top: 46px;
  overflow-x: auto;
  border: 1px solid var(--ps-line);
  border-radius: 16px;
  background: #fff;
}

.ps-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.ps-table th,
.ps-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--ps-line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.6;
}

.ps-table th {
  color: #fff;
  background: var(--ps-ink-2);
  font-weight: 700;
}

.ps-table tr:last-child td { border-bottom: 0; }
.ps-table td:first-child { color: var(--ps-ink); font-weight: 700; }

.ps-product-compare {
  overflow-x: auto;
  overflow-y: hidden;
  border-color: rgba(82, 130, 186, 0.18);
  border-radius: 24px;
  background: #fff;
  box-shadow:
    0 24px 60px rgba(35, 72, 116, 0.11),
    0 6px 18px rgba(35, 72, 116, 0.05);
}

.ps-product-compare .ps-table {
  border-collapse: separate;
  border-spacing: 0;
}

.ps-product-compare .ps-table th,
.ps-product-compare .ps-table td {
  padding: 21px 24px;
  border-bottom-color: rgba(92, 137, 190, 0.16);
}

.ps-product-compare .ps-table th {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 16px;
  letter-spacing: -0.01em;
}

.ps-product-compare .ps-table th:first-child {
  width: 15%;
  min-width: 150px;
  background: linear-gradient(145deg, #17334f, #214767);
  font-size: 13px;
  letter-spacing: 0.05em;
}

.ps-product-compare .ps-table th:nth-child(2),
.ps-product-compare .ps-table th:nth-child(3) {
  width: 42.5%;
  padding-left: 52px;
}

.ps-product-compare .ps-table th:nth-child(2) {
  background: linear-gradient(135deg, #1749ad, #2f68ff);
}

.ps-product-compare .ps-table th:nth-child(3) {
  border-right: 0;
  background: linear-gradient(135deg, #087866, #12a48b);
}

.ps-product-compare .ps-table th:nth-child(2)::before,
.ps-product-compare .ps-table th:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.12);
}

.ps-product-compare .ps-table td {
  color: #354f69;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ps-product-compare .ps-table td:first-child {
  border-right: 1px solid rgba(92, 137, 190, 0.14);
  background: #f3f7fc;
  color: #17334f;
}

.ps-product-compare .ps-table td:nth-child(2):not([colspan]) {
  border-right: 1px solid rgba(72, 121, 188, 0.11);
  background: rgba(238, 244, 255, 0.46);
}

.ps-product-compare .ps-table td:nth-child(3) {
  background: rgba(235, 249, 246, 0.5);
}

.ps-product-compare .ps-table tbody tr:first-child td:not(:first-child) {
  color: var(--ps-ink);
  font-size: 15px;
  font-weight: 650;
}

.ps-product-compare .ps-table td[colspan] {
  background:
    linear-gradient(90deg, rgba(235, 242, 255, 0.72), rgba(232, 249, 245, 0.72));
  color: #294e70;
  font-weight: 650;
}

.ps-product-compare .ps-table tbody tr:hover td:first-child {
  background: #e4edfa;
  color: #164aab;
}

.ps-product-compare .ps-table tbody tr:hover td:nth-child(2):not([colspan]) {
  background: rgba(222, 233, 255, 0.78);
}

.ps-product-compare .ps-table tbody tr:hover td:nth-child(3) {
  background: rgba(216, 244, 237, 0.82);
}

.ps-product-compare .ps-table tbody tr:hover td[colspan] {
  background:
    linear-gradient(90deg, rgba(221, 232, 255, 0.92), rgba(216, 244, 237, 0.92));
}

.ps-note {
  margin-top: 26px;
  color: var(--ps-muted);
  font-size: 13px;
  line-height: 1.7;
}

.ps-cta {
  padding: 84px 0;
  color: #fff;
  background: linear-gradient(115deg, #164ccb, #225ae4 45%, #0c8377 118%);
}

.ps-cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.ps-cta h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.ps-cta p {
  margin: 14px 0 0;
  color: #dbe6ff;
}

.ps-cta .ps-btn--ghost {
  flex: 0 0 auto;
  color: #fff;
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.1);
}

@media (min-width: 1101px) {
  html[lang="en"] .ps-hero .ps-hero-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.55fr);
    gap: 40px;
  }

  html[lang="en"] .ps-hero h1 {
    max-width: none;
    font-size: 50px;
    line-height: 1.04;
    letter-spacing: -0.04em;
  }

  html[lang="en"] .page-hero h1,
  html[lang="en"] .industries-hero h1 {
    font-size: 50px;
    line-height: 1.04;
    letter-spacing: -0.04em;
  }

  html[lang="zh-CN"] .ps-hero--why-ngcc .ps-hero-grid {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
  }

  html[lang="zh-CN"] .ps-hero--why-ngcc h1 {
    max-width: none;
    font-size: 50px;
    letter-spacing: -0.035em;
    white-space: nowrap;
  }

  html[lang="zh-CN"] .ps-hero--why-ngcc h1 em {
    display: block;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  html[lang="en"] .ps-hero h1 {
    max-width: none;
    font-size: 50px;
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  html[lang="en"] .page-hero h1,
  html[lang="en"] .industries-hero h1 {
    font-size: 50px;
    line-height: 1.08;
    letter-spacing: -0.04em;
  }
}

@media (min-width: 900px) {
  .section-head:has(h2.h-title) {
    max-width: 100%;
  }

  .section-head:has(h2.h-title) h2.h-title {
    font-size: clamp(32px, 3vw, 42px);
  }

  .section-head:has(h2.h-title) > .lead {
    max-width: 720px;
  }

  .section-head.center:has(h2.h-title) > .lead {
    margin-left: auto;
    margin-right: auto;
  }

  html[lang="en"] .ps-title {
    font-size: clamp(30px, 2.55vw, 36px);
    letter-spacing: -0.025em;
  }

  html[lang="en"] .section-head:has(h2.h-title) h2.h-title {
    font-size: clamp(30px, 2.55vw, 36px);
    letter-spacing: -0.025em;
  }
}

@media (max-width: 1100px) {
  .ps-hero-grid,
  .ps-product-layout {
    grid-template-columns: 1fr;
  }

  .ps-hero {
    min-height: 0;
  }

  .ps-system-visual {
    max-width: 380px;
    justify-self: start;
  }

  .ps-product-layout--reverse > :first-child { order: initial; }
  .ps-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ps-grid-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ps-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); }

}

@media (max-width: 760px) {
  .ps-wrap { width: min(100% - 32px, 1180px); }
  .ps-section { padding: 72px 0; }
  .ps-hero { padding: 112px 0 64px; }
  .ps-hero--home {
    background-position: center, 68% center;
  }
  .ps-hero-grid { gap: 42px; }
  .ps-system-visual {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    padding: 16px;
  }
  .ps-hero h1,
  .page-hero h1,
  .industries-hero .h-title {
    font-size: clamp(38px, 10vw, 50px);
  }
  .ps-title { font-size: clamp(31px, 9vw, 44px); }
  .ps-grid-2,
  .ps-grid-3,
  .ps-grid-4,
  .ps-grid-5,
  .ps-choice,
  .ps-domain-grid {
    grid-template-columns: 1fr;
  }

  .ps-card,
  .ps-card--feature,
  .ps-choice-item {
    padding: 24px;
  }

  .ps-home-product-card {
    min-height: 360px;
  }

  .ps-home-product-card::after,
  .ps-home-product-card--dpc::after {
    background: linear-gradient(180deg, rgba(249, 251, 255, 0.99) 0%, rgba(249, 251, 255, 0.94) 62%, rgba(249, 251, 255, 0.36) 100%);
  }

  .ps-home-product-media,
  .ps-home-product-card--dpc .ps-home-product-media {
    right: 12px;
    bottom: -10px;
    width: 48%;
    height: 52%;
    opacity: 0.82;
  }

  .ps-home-product-card--dpc .ps-home-product-media {
    bottom: 28px;
  }

  html.lang-en .ps-home-product-card--dpc .ps-home-product-media {
    right: 16px;
    bottom: 46px;
    width: 46%;
    height: 48%;
  }

  .ps-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ps-gateway { min-height: 46px; writing-mode: horizontal-tb; }
  .ps-architecture { padding: 20px; }
  .ps-cta-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .ps-actions { flex-direction: column; }
  .ps-btn { width: 100%; }
  .ps-flow { grid-template-columns: 1fr; }
}

/* Free-trial success confirmation */
body.ps-modal-open {
  overflow: hidden;
}

.ps-success-modal {
  position: fixed;
  z-index: 2600;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 35, 64, 0.34);
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
  backdrop-filter: blur(12px) saturate(1.08);
  transition: opacity 180ms ease, visibility 180ms ease;
}

.ps-success-modal[hidden] {
  display: none;
}

.ps-success-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.ps-success-dialog {
  position: relative;
  width: min(100%, 440px);
  overflow: hidden;
  padding: 42px 38px 34px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 4%, rgba(45, 104, 239, 0.14), transparent 34%),
    radial-gradient(circle at 4% 96%, rgba(28, 181, 153, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 245, 255, 0.92));
  box-shadow:
    0 36px 90px rgba(13, 43, 80, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  text-align: center;
  transform: translateY(12px) scale(0.97);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ps-success-dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(72, 119, 178, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 119, 178, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(145deg, rgba(0, 0, 0, 0.75), transparent 72%);
  pointer-events: none;
}

.ps-success-modal.is-open .ps-success-dialog {
  transform: translateY(0) scale(1);
}

.ps-success-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(65, 108, 159, 0.13);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.66);
  color: #47637f;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.ps-success-close::before,
.ps-success-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}

.ps-success-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.ps-success-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.ps-success-close:hover { background: #ffffff; transform: rotate(4deg); }

.ps-success-icon {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  margin: 0 auto 22px;
  border: 1px solid rgba(31, 177, 148, 0.24);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(227, 250, 245, 0.96), rgba(194, 239, 230, 0.82));
  box-shadow: 0 14px 30px rgba(29, 139, 120, 0.15), inset 0 1px 0 #ffffff;
}

.ps-success-icon::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #138a76;
  border-bottom: 3px solid #138a76;
  transform: rotate(-45deg);
}

.ps-success-eyebrow,
.ps-success-dialog h2,
.ps-success-copy,
.ps-success-receipt,
.ps-success-action {
  position: relative;
  z-index: 1;
}

.ps-success-eyebrow {
  margin: 0 0 10px;
  color: #2f679f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.ps-success-dialog h2 {
  margin: 0;
  color: var(--ps-ink);
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.ps-success-copy {
  margin: 14px auto 0;
  color: #526d87;
  font-size: 16px;
  line-height: 1.7;
}

.ps-success-receipt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 20px 0 0;
  padding: 8px 13px;
  border: 1px solid rgba(66, 112, 163, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #5a7189;
  font-size: 12px;
}

.ps-success-receipt strong {
  color: #173f68;
  font-weight: 800;
}

.ps-success-action {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 24px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #245fe8, #2978ee);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(36, 95, 232, 0.23);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.ps-success-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 17px 34px rgba(36, 95, 232, 0.28);
}

.ps-success-close:focus-visible,
.ps-success-action:focus-visible {
  outline: 3px solid rgba(45, 104, 239, 0.25);
  outline-offset: 3px;
}

@media (max-width: 520px) {
  .ps-success-modal { padding: 16px; }
  .ps-success-dialog { padding: 38px 24px 28px; border-radius: 24px; }
  .ps-success-dialog h2 { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .ps-success-modal,
  .ps-success-dialog,
  .ps-success-close,
  .ps-success-action {
    transition: none;
  }
}

/* Home POC: seven evidence inputs as a progressive blue-to-teal system. */
.ps-proof-flow {
  position: relative;
  isolation: isolate;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(79, 127, 184, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 2% 12%, rgba(47, 104, 255, 0.12), transparent 24%),
    radial-gradient(circle at 98% 88%, rgba(14, 151, 139, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(247, 250, 255, 0.96), rgba(242, 249, 250, 0.94));
  box-shadow:
    0 22px 50px rgba(37, 74, 117, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.ps-proof-flow .ps-flow-step {
  --step-hue: 220;
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 132px;
  padding: 17px 15px 16px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  border-color: hsl(var(--step-hue) 68% 66% / 0.38);
  border-radius: 17px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), hsl(var(--step-hue) 86% 96% / 0.96));
  box-shadow:
    0 9px 22px hsl(var(--step-hue) 48% 40% / 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

.ps-proof-flow .ps-flow-step:nth-child(2) { --step-hue: 216; }
.ps-proof-flow .ps-flow-step:nth-child(3) { --step-hue: 211; }
.ps-proof-flow .ps-flow-step:nth-child(4) { --step-hue: 205; }
.ps-proof-flow .ps-flow-step:nth-child(5) { --step-hue: 198; }
.ps-proof-flow .ps-flow-step:nth-child(6) { --step-hue: 188; }
.ps-proof-flow .ps-flow-step:nth-child(7) { --step-hue: 174; }

.ps-proof-flow .ps-flow-step::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 17px 17px 0 0;
  background: linear-gradient(90deg,
    hsl(var(--step-hue) 84% 54%),
    hsl(var(--step-hue) 74% 68%));
}

.ps-proof-flow .ps-flow-step::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -34px;
  bottom: -42px;
  width: 96px;
  height: 96px;
  border: 18px solid hsl(var(--step-hue) 78% 62% / 0.07);
  border-radius: 50%;
  transition: transform 0.3s ease, border-color 0.24s ease;
}

.ps-proof-flow .ps-flow-step b {
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(var(--step-hue) 74% 58% / 0.26);
  border-radius: 10px;
  background: hsl(var(--step-hue) 90% 93% / 0.9);
  color: hsl(var(--step-hue) 76% 43%);
  font-size: 10px;
  letter-spacing: 0.04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: color 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.ps-proof-flow .ps-flow-step span {
  position: relative;
  z-index: 1;
  color: var(--ps-ink);
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.015em;
  transition: color 0.24s ease;
}

@media (hover: hover) {
  .ps-proof-flow .ps-flow-step:hover {
    transform: translateY(-6px);
    border-color: hsl(var(--step-hue) 74% 48% / 0.72);
    background: linear-gradient(145deg,
      hsl(var(--step-hue) 79% 53%),
      hsl(var(--step-hue) 72% 39%));
    box-shadow: 0 17px 30px hsl(var(--step-hue) 50% 32% / 0.22);
  }

  .ps-proof-flow .ps-flow-step:hover::before {
    background: rgba(255, 255, 255, 0.72);
  }

  .ps-proof-flow .ps-flow-step:hover::after {
    border-color: rgba(255, 255, 255, 0.1);
    transform: scale(1.14);
  }

  .ps-proof-flow .ps-flow-step:hover b {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.14);
  }

  .ps-proof-flow .ps-flow-step:hover span {
    color: #fff;
  }
}

@media (max-width: 1100px) {
  .ps-proof-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .ps-proof-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
    border-radius: 20px;
  }
}

@media (max-width: 430px) {
  .ps-proof-flow { grid-template-columns: 1fr; }
  .ps-proof-flow .ps-flow-step { min-height: 112px; }
}

/* Architecture page: use real product imagery to break up diagram-heavy sections. */
.ps-architecture-stack-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: 24px;
  margin-top: 42px;
  align-items: stretch;
}

#architecture-overview {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 18%, rgba(47, 104, 255, 0.08), transparent 27%),
    radial-gradient(circle at 8% 82%, rgba(20, 169, 150, 0.07), transparent 24%),
    #fff;
}

.ps-architecture-map {
  position: relative;
  isolation: isolate;
  gap: 30px 38px;
  padding: 30px;
  border: 1px solid rgba(91, 137, 192, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(rgba(81, 128, 187, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(81, 128, 187, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(248, 251, 255, 0.96), rgba(240, 248, 250, 0.92));
  background-size: 30px 30px, 30px 30px, auto;
  box-shadow:
    0 24px 58px rgba(35, 70, 110, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.ps-architecture-map::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 14%;
  right: -8%;
  width: 260px;
  height: 260px;
  border: 46px solid rgba(47, 104, 255, 0.045);
  border-radius: 50%;
}

.ps-architecture-map .ps-card {
  --view-hue: 220;
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  border-color: hsl(var(--view-hue) 64% 54% / 0.24);
  background:
    radial-gradient(circle at 94% 12%, hsl(var(--view-hue) 88% 60% / 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), hsl(var(--view-hue) 70% 97% / 0.96));
  box-shadow:
    0 14px 30px rgba(30, 66, 110, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.ps-architecture-map .ps-card:nth-child(2) { --view-hue: 215; }
.ps-architecture-map .ps-card:nth-child(3) { --view-hue: 207; }
.ps-architecture-map .ps-card:nth-child(4) { --view-hue: 195; grid-column: 3; }
.ps-architecture-map .ps-card:nth-child(5) { --view-hue: 185; grid-column: 2; grid-row: 2; }
.ps-architecture-map .ps-card:nth-child(6) { --view-hue: 174; grid-column: 1; grid-row: 2; }

.ps-architecture-map .ps-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: linear-gradient(90deg,
    hsl(var(--view-hue) 82% 54%),
    hsl(var(--view-hue) 72% 68%));
  opacity: 0.82;
}

.ps-architecture-map .ps-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -39px;
  width: 39px;
  height: 2px;
  background: linear-gradient(90deg,
    hsl(var(--view-hue) 72% 58% / 0.28),
    hsl(var(--view-hue) 72% 58% / 0.92));
  box-shadow: 0 0 12px hsl(var(--view-hue) 72% 58% / 0.22);
}

.ps-architecture-map .ps-card:nth-child(3)::after {
  top: auto;
  right: 50%;
  bottom: -31px;
  width: 2px;
  height: 31px;
  background: linear-gradient(180deg,
    hsl(var(--view-hue) 72% 58% / 0.3),
    hsl(var(--view-hue) 72% 58% / 0.9));
}

.ps-architecture-map .ps-card:nth-child(4)::after,
.ps-architecture-map .ps-card:nth-child(5)::after {
  right: auto;
  left: -39px;
  background: linear-gradient(270deg,
    hsl(var(--view-hue) 72% 58% / 0.28),
    hsl(var(--view-hue) 72% 58% / 0.92));
}

.ps-architecture-map .ps-card:nth-child(6)::after {
  display: none;
}

.ps-architecture-map .ps-card-index {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid hsl(var(--view-hue) 72% 56% / 0.22);
  border-radius: 999px;
  color: hsl(var(--view-hue) 72% 42%);
  background: hsl(var(--view-hue) 90% 95% / 0.88);
  letter-spacing: 0.09em;
}

.ps-architecture-map .ps-card h3 {
  margin-top: 22px;
  font-size: 24px;
}

.ps-architecture-map .ps-card p {
  margin-top: auto;
  padding-top: 16px;
}

@media (hover: hover) {
  .ps-architecture-map .ps-card:hover {
    z-index: 2;
    transform: translateY(-7px);
    border-color: hsl(var(--view-hue) 72% 50% / 0.62);
    box-shadow:
      0 24px 42px hsl(var(--view-hue) 38% 32% / 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.96);
  }
}

@media (max-width: 1020px) {
  .ps-architecture-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ps-architecture-map .ps-card:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .ps-architecture-map .ps-card::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .ps-architecture-map {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
    border-radius: 20px;
  }

  .ps-architecture-map .ps-card {
    min-height: 170px;
  }
}

/* Digital control rights: one coordinated control plane, not four isolated cards. */
#digital-control {
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 92% 12%, rgba(46, 109, 255, 0.13), transparent 25%),
    radial-gradient(circle at 12% 90%, rgba(32, 198, 178, 0.1), transparent 27%),
    linear-gradient(135deg, #eef5ff 0%, #f6faff 48%, #edf9f8 100%);
}

#digital-control::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(72, 118, 178, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(72, 118, 178, 0.075) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.ps-control-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.ps-control-head .ps-title {
  max-width: 760px;
  margin-bottom: 0;
}

.ps-control-visual {
  position: relative;
  height: 184px;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(76, 128, 202, 0.24);
  border-radius: 26px;
  background: rgba(238, 246, 255, 0.86);
  box-shadow:
    0 22px 48px rgba(30, 71, 122, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.ps-control-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(239, 247, 255, 0.99) 0%, rgba(239, 247, 255, 0.9) 43%, rgba(239, 247, 255, 0.08) 78%),
    linear-gradient(180deg, transparent 55%, rgba(47, 104, 255, 0.08));
  pointer-events: none;
}

.ps-control-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 72% center;
  transform: scale(1.04);
  animation: ps-control-art-drift 8s ease-in-out infinite alternate;
}

.ps-control-visual figcaption {
  position: absolute;
  z-index: 2;
  top: 27px;
  bottom: 25px;
  left: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ps-control-visual figcaption small {
  color: #35619b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.ps-control-visual figcaption div {
  width: min(232px, 70%);
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ps-control-visual figcaption span {
  padding: 6px 9px;
  border: 1px solid rgba(47, 104, 255, 0.17);
  border-radius: 999px;
  color: #174476;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 7px 18px rgba(45, 82, 132, 0.08);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}

.ps-control-scan {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: -28%;
  width: 24%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
  filter: blur(5px);
  animation: ps-control-scan 6.4s ease-in-out infinite;
  pointer-events: none;
}

.ps-control-grid {
  position: relative;
  isolation: isolate;
  gap: 22px;
  margin-top: 36px;
}

.ps-control-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 58px;
  right: 6%;
  left: 6%;
  height: 2px;
  background: linear-gradient(90deg,
    rgba(47, 104, 255, 0.05),
    rgba(47, 104, 255, 0.42) 24%,
    rgba(42, 155, 222, 0.46) 52%,
    rgba(37, 194, 173, 0.42) 78%,
    rgba(37, 194, 173, 0.05));
  box-shadow: 0 0 18px rgba(47, 104, 255, 0.16);
}

.ps-control-card {
  --control-hue: 220;
  position: relative;
  min-height: 272px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-color: hsl(var(--control-hue) 72% 58% / 0.25);
  background:
    radial-gradient(circle at 102% -4%, hsl(var(--control-hue) 94% 62% / 0.18), transparent 38%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), hsl(var(--control-hue) 68% 98% / 0.94));
  box-shadow:
    0 18px 42px rgba(29, 67, 112, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.ps-control-card--data { --control-hue: 211; }
.ps-control-card--ai { --control-hue: 196; }
.ps-control-card--organization { --control-hue: 174; }

.ps-control-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 3px;
  border-radius: 0 0 99px 99px;
  background: linear-gradient(90deg,
    hsl(var(--control-hue) 85% 56%),
    hsl(var(--control-hue) 72% 67%));
  box-shadow: 0 0 16px hsl(var(--control-hue) 78% 56% / 0.3);
}

.ps-control-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -58px;
  width: 148px;
  height: 148px;
  border: 24px solid hsl(var(--control-hue) 78% 58% / 0.055);
  border-radius: 50%;
  pointer-events: none;
}

.ps-control-card-top {
  min-height: 76px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.ps-control-card .ps-card-index {
  margin-top: 7px;
  padding: 6px 9px;
  border: 1px solid hsl(var(--control-hue) 74% 54% / 0.2);
  border-radius: 9px;
  color: hsl(var(--control-hue) 72% 43%);
  background: hsl(var(--control-hue) 88% 96% / 0.9);
}

.ps-control-card-top img {
  width: 88px;
  height: 66px;
  object-fit: contain;
  transform-origin: 50% 68%;
  filter: drop-shadow(0 12px 12px hsl(var(--control-hue) 55% 42% / 0.16));
  animation: ps-control-icon-float 4.8s ease-in-out infinite;
}

.ps-control-card:nth-child(2) .ps-control-card-top img { animation-delay: -1.2s; }
.ps-control-card:nth-child(3) .ps-control-card-top img { animation-delay: -2.4s; }
.ps-control-card:nth-child(4) .ps-control-card-top img { animation-delay: -3.6s; }

.ps-control-card h3 {
  margin-top: 14px;
}

.ps-control-card p {
  margin-top: 14px;
}

@media (hover: hover) {
  .ps-control-card:hover {
    transform: translateY(-8px);
    border-color: hsl(var(--control-hue) 78% 49% / 0.58);
    box-shadow:
      0 26px 48px hsl(var(--control-hue) 35% 36% / 0.17),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }

  .ps-control-card:hover .ps-control-card-top img {
    transform: translateY(-4px) scale(1.08);
    filter: drop-shadow(0 16px 15px hsl(var(--control-hue) 58% 42% / 0.24));
  }
}

@keyframes ps-control-art-drift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.085) translate3d(-8px, -2px, 0); }
}

@keyframes ps-control-scan {
  0%, 22% { left: -28%; opacity: 0; }
  32% { opacity: 0.78; }
  58% { left: 112%; opacity: 0; }
  100% { left: 112%; opacity: 0; }
}

@keyframes ps-control-icon-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

html.lang-en .ps-control-card h3 {
  font-size: 21px;
}

@media (max-width: 1020px) {
  .ps-control-head {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ps-control-visual {
    height: 190px;
  }

  .ps-control-grid::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .ps-control-visual {
    height: 172px;
    border-radius: 20px;
  }

  .ps-control-visual figcaption {
    top: 22px;
    bottom: 20px;
    left: 21px;
  }

  .ps-control-card {
    min-height: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-control-visual img,
  .ps-control-scan,
  .ps-control-card-top img {
    animation: none;
  }
}

/* Five business domains: a connected boundary map instead of five cards. */
#business-domains {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 63%, rgba(46, 112, 255, 0.07), transparent 31%),
    radial-gradient(circle at 83% 50%, rgba(30, 194, 174, 0.06), transparent 25%),
    #fff;
}

.ps-business-domain-map {
  position: relative;
  min-height: 540px;
  margin-top: 34px;
  isolation: isolate;
}

.ps-business-domain-map::before,
.ps-business-domain-map::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.ps-business-domain-map::before {
  width: 88%;
  height: 382px;
  border: 1px solid rgba(48, 109, 196, 0.2);
  box-shadow:
    0 0 0 24px rgba(47, 104, 255, 0.018),
    0 0 80px rgba(47, 104, 255, 0.08);
}

.ps-business-domain-map::after {
  width: 59%;
  height: 258px;
  border: 1px dashed rgba(32, 176, 166, 0.25);
}

.ps-domain-orbit {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 330px;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-6deg);
  background:
    radial-gradient(circle at 50% 50%, rgba(47, 104, 255, 0.08), transparent 47%),
    conic-gradient(from 210deg,
      transparent 0 14%,
      rgba(47, 104, 255, 0.16) 18%,
      transparent 24% 48%,
      rgba(30, 194, 174, 0.14) 52%,
      transparent 59% 100%);
  filter: blur(0.2px);
}

.ps-domain-orbit::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dotted rgba(47, 104, 255, 0.22);
  border-radius: inherit;
  animation: ps-domain-orbit-breathe 5.2s ease-in-out infinite;
}

.ps-domain-link {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  height: 2px;
  transform-origin: 0 50%;
  background: linear-gradient(90deg,
    rgba(47, 104, 255, 0.72),
    rgba(49, 145, 219, 0.28) 68%,
    transparent);
  box-shadow: 0 0 14px rgba(47, 104, 255, 0.18);
}

.ps-domain-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(52, 137, 219, 0.5);
  border-radius: 50%;
  transform: translateY(-50%);
  background: #f5fbff;
  box-shadow: 0 0 0 5px rgba(47, 104, 255, 0.07), 0 0 16px rgba(47, 104, 255, 0.24);
}

.ps-domain-link--s5 { width: 44%; transform: rotate(195deg); }
.ps-domain-link--s4 { width: 27%; transform: rotate(156deg); }
.ps-domain-link--s2 { width: 27%; transform: rotate(24deg); }
.ps-domain-link--s1 {
  width: 44%;
  transform: rotate(-15deg);
  background: linear-gradient(90deg,
    rgba(37, 179, 173, 0.72),
    rgba(37, 179, 173, 0.26) 68%,
    transparent);
}

.ps-business-domain-node {
  --domain-hue: 220;
  position: absolute;
  z-index: 1;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 26px;
  overflow: hidden;
  border: 1px solid hsl(var(--domain-hue) 70% 54% / 0.3);
  border-radius: 50%;
  text-align: center;
  background:
    radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.99), transparent 30%),
    radial-gradient(circle at 72% 78%, hsl(var(--domain-hue) 80% 61% / 0.16), transparent 44%),
    hsl(var(--domain-hue) 72% 98% / 0.96);
  box-shadow:
    0 24px 52px hsl(var(--domain-hue) 40% 33% / 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 0 0 8px rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(14px);
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.34s ease,
    border-color 0.34s ease;
}

.ps-business-domain-node::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px dashed hsl(var(--domain-hue) 68% 53% / 0.2);
  border-radius: inherit;
  pointer-events: none;
}

.ps-business-domain-node::after {
  content: "";
  position: absolute;
  top: 8%;
  left: 15%;
  width: 32%;
  height: 15%;
  border-radius: 50%;
  transform: rotate(-18deg);
  background: rgba(255, 255, 255, 0.66);
  filter: blur(5px);
  pointer-events: none;
}

.ps-business-domain-node > * {
  position: relative;
  z-index: 1;
}

.ps-business-domain-node h3 {
  margin: 0;
  color: var(--ps-ink);
  font-size: 21px;
  line-height: 1.24;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.ps-business-domain-node p {
  max-width: 176px;
  margin: 13px 0 0;
  color: var(--ps-muted);
  font-size: 13px;
  line-height: 1.65;
}

.ps-business-domain-node--s5 {
  --domain-hue: 226;
  top: 44px;
  left: 0;
  width: 194px;
}

.ps-business-domain-node--s4 {
  --domain-hue: 216;
  bottom: 12px;
  left: 18%;
  width: 218px;
}

.ps-business-domain-node--s3 {
  --domain-hue: 203;
  top: 50%;
  left: 50%;
  width: 264px;
  transform: translate(-50%, -50%);
  border-width: 2px;
  box-shadow:
    0 30px 68px rgba(29, 102, 163, 0.19),
    0 0 0 14px rgba(47, 104, 255, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 0 0 9px rgba(255, 255, 255, 0.44);
}

.ps-business-domain-node--s3::before {
  inset: 14px;
  animation: ps-domain-core-ring 12s linear infinite;
}

.ps-business-domain-node--s3 h3 {
  max-width: 210px;
  font-size: 23px;
}

.ps-business-domain-node--s3 p {
  max-width: 202px;
}

.ps-business-domain-node--s2 {
  --domain-hue: 187;
  right: 18%;
  bottom: 12px;
  width: 218px;
}

.ps-business-domain-node--s1 {
  --domain-hue: 171;
  top: 44px;
  right: 0;
  width: 194px;
}

@media (hover: hover) {
  .ps-business-domain-node:hover {
    z-index: 3;
    transform: translateY(-9px) scale(1.035);
    border-color: hsl(var(--domain-hue) 76% 46% / 0.64);
    box-shadow:
      0 34px 64px hsl(var(--domain-hue) 38% 33% / 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.98),
      inset 0 0 0 8px rgba(255, 255, 255, 0.42);
  }

  .ps-business-domain-node--s3:hover {
    transform: translate(-50%, -50%) translateY(-9px) scale(1.035);
  }
}

@keyframes ps-domain-orbit-breathe {
  0%, 100% { opacity: 0.55; transform: scale(0.985); }
  50% { opacity: 1; transform: scale(1.025); }
}

@keyframes ps-domain-core-ring {
  to { transform: rotate(360deg); }
}

html.lang-en .ps-business-domain-node h3 {
  max-width: 190px;
  font-size: 19px;
}

html.lang-en .ps-business-domain-node--s3 h3 {
  max-width: 216px;
  font-size: 20px;
}

html.lang-en .ps-business-domain-node p {
  font-size: 12px;
  line-height: 1.52;
}

@media (max-width: 1020px) {
  .ps-business-domain-map {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding: 34px 0 0;
  }

  .ps-business-domain-map::before,
  .ps-business-domain-map::after,
  .ps-domain-orbit,
  .ps-domain-link {
    display: none;
  }

  .ps-business-domain-node,
  .ps-business-domain-node--s3 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 290px);
    transform: none;
    justify-self: center;
  }

  .ps-business-domain-node--s3 {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .ps-business-domain-node--s5 { grid-column: 1; grid-row: 2; }
  .ps-business-domain-node--s1 { grid-column: 2; grid-row: 2; }
  .ps-business-domain-node--s4 { grid-column: 1; grid-row: 3; }
  .ps-business-domain-node--s2 { grid-column: 2; grid-row: 3; }

}

@media (max-width: 1020px) and (hover: hover) {
  .ps-business-domain-node--s3:hover {
    transform: translateY(-9px) scale(1.035);
  }
}

@media (max-width: 650px) {
  .ps-business-domain-map {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ps-business-domain-node,
  .ps-business-domain-node--s3,
  .ps-business-domain-node--s5,
  .ps-business-domain-node--s4,
  .ps-business-domain-node--s2,
  .ps-business-domain-node--s1 {
    grid-column: 1;
    grid-row: auto;
    width: min(100%, 306px);
  }

  .ps-business-domain-node--s5 { order: 1; }
  .ps-business-domain-node--s4 { order: 2; }
  .ps-business-domain-node--s3 { order: 3; }
  .ps-business-domain-node--s2 { order: 4; }
  .ps-business-domain-node--s1 { order: 5; }
}

@media (prefers-reduced-motion: reduce) {
  .ps-domain-orbit::before,
  .ps-business-domain-node--s3::before {
    animation: none;
  }
}

/* Five peer domains: equal weight, no hub, orbit, or connecting lines. */
.ps-business-domain-map {
  min-height: 360px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
  margin-top: 38px;
  padding: 18px 0 30px;
}

.ps-business-domain-map::before,
.ps-business-domain-map::after,
.ps-domain-orbit,
.ps-domain-link {
  display: none;
}

.ps-business-domain-node,
.ps-business-domain-node--s3 {
  --domain-offset: 0px;
  position: relative;
  inset: auto;
  width: min(100%, 218px);
  transform: translateY(var(--domain-offset));
  justify-self: center;
  border-width: 1px;
  box-shadow:
    0 24px 52px hsl(var(--domain-hue) 40% 33% / 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 0 0 8px rgba(255, 255, 255, 0.42);
}

.ps-business-domain-node--s5,
.ps-business-domain-node--s3,
.ps-business-domain-node--s1 {
  --domain-offset: 18px;
}

.ps-business-domain-node--s4,
.ps-business-domain-node--s2 {
  --domain-offset: -18px;
}

.ps-business-domain-node--s3::before {
  inset: 11px;
  animation: none;
}

.ps-business-domain-node--s3 h3 {
  max-width: 190px;
  font-size: 21px;
}

html.lang-en .ps-business-domain-node--s3 h3 {
  max-width: 190px;
  font-size: 19px;
}

.ps-business-domain-node--s3 p {
  max-width: 176px;
}

@media (hover: hover) {
  .ps-business-domain-node:hover,
  .ps-business-domain-node--s3:hover {
    transform: translateY(calc(var(--domain-offset) - 9px)) scale(1.035);
  }
}

@media (max-width: 1020px) {
  .ps-business-domain-map {
    min-height: 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px 18px;
    padding-top: 28px;
  }

  .ps-business-domain-node,
  .ps-business-domain-node--s3 {
    --domain-offset: 0px;
    width: min(100%, 230px);
  }

  .ps-business-domain-node--s5 { grid-column: 1 / 3; grid-row: 1; }
  .ps-business-domain-node--s4 { grid-column: 3 / 5; grid-row: 1; }
  .ps-business-domain-node--s3 { grid-column: 5 / 7; grid-row: 1; }
  .ps-business-domain-node--s2 { grid-column: 2 / 4; grid-row: 2; }
  .ps-business-domain-node--s1 { grid-column: 4 / 6; grid-row: 2; }
}

@media (max-width: 650px) {
  .ps-business-domain-map {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ps-business-domain-node,
  .ps-business-domain-node--s3,
  .ps-business-domain-node--s5,
  .ps-business-domain-node--s4,
  .ps-business-domain-node--s2,
  .ps-business-domain-node--s1 {
    grid-column: 1;
    grid-row: auto;
    width: min(100%, 306px);
  }
}

.ps-architecture-stack-layout .ps-proof-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  height: 100%;
  margin-top: 0;
  padding: 14px;
}

.ps-architecture-stack-layout .ps-proof-flow .ps-flow-step {
  min-height: 104px;
}

.ps-architecture-stack-layout .ps-proof-flow .ps-flow-step:last-child {
  grid-column: 1 / -1;
}

.ps-architecture-stack-layout .ps-note {
  margin: 18px 6px 0;
}

.ps-architecture-scene {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(106, 151, 210, 0.32);
  border-radius: 24px;
  background: #071224;
  box-shadow: 0 24px 54px rgba(29, 58, 91, 0.18);
}

.ps-architecture-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 13, 29, 0.04) 32%, rgba(4, 13, 29, 0.9) 100%),
    linear-gradient(135deg, rgba(28, 107, 255, 0.08), transparent 54%);
  pointer-events: none;
}

.ps-architecture-scene img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% center;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.ps-architecture-scene figcaption {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 25px;
  left: 26px;
  display: grid;
  gap: 8px;
  color: #fff;
}

.ps-architecture-scene figcaption small {
  color: #8db9ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ps-architecture-scene figcaption strong {
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.ps-architecture-scene figcaption span {
  max-width: 26em;
  color: rgba(223, 236, 255, 0.78);
  font-size: 14px;
  line-height: 1.7;
}

@media (hover: hover) {
  .ps-architecture-scene:hover img {
    transform: scale(1.035);
    filter: saturate(1.08) brightness(1.04);
  }
}

@media (max-width: 1020px) {
  .ps-architecture-stack-layout {
    grid-template-columns: 1fr;
  }

  .ps-architecture-scene {
    min-height: 480px;
  }
}

@media (max-width: 760px) {
  .ps-architecture-stack-layout .ps-proof-flow {
    grid-template-columns: 1fr;
  }

  .ps-architecture-stack-layout .ps-proof-flow .ps-flow-step:last-child {
    grid-column: auto;
  }

  .ps-architecture-scene {
    min-height: 390px;
  }
}

/* Industries overview: reserve a clear lower zone for the illustration. */
.section-industries .industry-card,
.section-industries .industry-card-body {
  min-height: 292px;
}

.section-industries .industry-card {
  border-color: rgba(76, 126, 185, 0.16);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 14px 34px rgba(42, 76, 116, 0.055);
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.section-industries .industry-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 88% 88%, rgba(103, 173, 255, 0.42), transparent 34%),
    linear-gradient(145deg, #133c92, #225dd8 58%, #2f75ed);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.section-industries .industry-card-body {
  padding: 26px 24px 112px;
}

.section-industries .industry-card-copy {
  gap: 10px;
}

.section-industries .industry-card h3,
.section-industries .industry-card-tagline,
.section-industries .industry-card-meta {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.section-industries .industry-card-tagline,
.section-industries .industry-card-meta {
  line-height: 1.65;
}

.section-industries .industry-card-media {
  top: auto;
  right: 8px;
  bottom: 6px;
  width: 44%;
  height: 112px;
  min-height: 0;
}

.section-industries .industry-card-media img {
  width: 116%;
  max-height: 112px;
}

.section-industries .industry-card:hover .industry-card-copy,
.section-industries .industry-card:focus-visible .industry-card-copy {
  transform: none;
}

.section-industries .industry-card:hover,
.section-industries .industry-card:focus-visible {
  border-color: rgba(47, 104, 255, 0.72);
  box-shadow: 0 24px 50px rgba(27, 72, 167, 0.24);
  transform: translateY(-5px);
}

.section-industries .industry-card:focus-visible {
  outline: 3px solid rgba(47, 104, 255, 0.28);
  outline-offset: 3px;
}

.section-industries .industry-card:hover::before,
.section-industries .industry-card:focus-visible::before {
  opacity: 1;
}

.section-industries .industry-card:hover h3,
.section-industries .industry-card:focus-visible h3 {
  color: #fff;
}

.section-industries .industry-card:hover .industry-card-tagline,
.section-industries .industry-card:hover .industry-card-meta,
.section-industries .industry-card:focus-visible .industry-card-tagline,
.section-industries .industry-card:focus-visible .industry-card-meta {
  color: rgba(255, 255, 255, 0.88);
}

.section-industries .industry-card:hover .industry-card-media,
.section-industries .industry-card:focus-visible .industry-card-media {
  opacity: 0.68;
}

.section-industries .industry-card-media img {
  transition: filter 0.28s ease, transform 0.28s ease;
}

.section-industries .industry-card:hover .industry-card-media img,
.section-industries .industry-card:focus-visible .industry-card-media img {
  filter: brightness(1.18) saturate(1.08);
  transform: scale(0.84);
}

@media (max-width: 1100px) {
  .section-industries .industry-card,
  .section-industries .industry-card-body {
    min-height: 258px;
  }

  .section-industries .industry-card-body {
    padding: 24px 24px 102px;
  }

  .section-industries .industry-card-media {
    height: 102px;
  }
}

@media (max-width: 720px) {
  .section-industries .industry-card,
  .section-industries .industry-card-body {
    min-height: 238px;
  }

  .section-industries .industry-card-body {
    padding: 22px 20px 96px;
  }

  .section-industries .industry-card-media {
    right: 6px;
    bottom: 4px;
    width: 46%;
    height: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-btn { transition: none; }
  .section-industries .industry-card,
  .section-industries .industry-card::before,
  .section-industries .industry-card-media img {
    transition: none;
  }

  .section-industries .industry-card:hover,
  .section-industries .industry-card:focus-visible {
    transform: none;
  }
}

/* Industry pages: translate market material into task, architecture, and proof. */
.ps-industry-blueprint {
  position: relative;
  overflow: hidden;
  padding: 58px 0 62px;
  border-top: 1px solid rgba(74, 123, 184, 0.12);
  border-bottom: 1px solid rgba(74, 123, 184, 0.12);
  background:
    radial-gradient(circle at 8% 12%, rgba(47, 104, 255, 0.12), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(47, 191, 165, 0.11), transparent 30%),
    linear-gradient(135deg, #f5f9ff, #f8fcfb 54%, #eef6ff);
}

.ps-industry-blueprint::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(66, 111, 169, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 111, 169, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.ps-industry-blueprint .wrap {
  position: relative;
  z-index: 1;
}

.ps-industry-blueprint-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.ps-industry-blueprint-head .ps-kicker {
  flex: 0 0 auto;
  margin: 0;
}

.ps-industry-blueprint-head h2 {
  margin: 0;
  color: var(--ps-ink);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

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

.ps-industry-blueprint-grid article {
  position: relative;
  min-width: 0;
  min-height: 214px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(90, 133, 189, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 38px rgba(38, 74, 119, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ps-industry-blueprint-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--ps-blue), var(--ps-mint));
}

.ps-industry-blueprint-grid article::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 132px;
  height: 132px;
  border: 24px solid rgba(47, 104, 255, 0.055);
  border-radius: 50%;
  pointer-events: none;
}

.ps-industry-blueprint-grid article > span {
  color: var(--ps-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ps-industry-blueprint-grid h3 {
  margin: 20px 0 0;
  color: var(--ps-ink);
  font-size: 21px;
  line-height: 1.25;
}

.ps-industry-blueprint-grid p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: var(--ps-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ps-industry-blueprint-note {
  margin: 20px 0 0;
  color: #55708f;
  font-size: 13px;
  line-height: 1.7;
}

@media (hover: hover) {
  .ps-industry-blueprint-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 104, 255, 0.4);
    box-shadow: 0 22px 44px rgba(38, 74, 119, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }
}

@media (max-width: 900px) {
  .ps-industry-blueprint-grid {
    grid-template-columns: 1fr;
  }

  .ps-industry-blueprint-grid article {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .ps-industry-blueprint {
    padding: 44px 0 48px;
  }

  .ps-industry-blueprint-head {
    display: block;
  }

  .ps-industry-blueprint-head h2 {
    margin-top: 12px;
    font-size: 30px;
  }

  .ps-industry-blueprint-grid article {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-industry-blueprint-grid article {
    transition: none;
  }

  .ps-industry-blueprint-grid article:hover {
    transform: none;
  }
}

/* ================================================================
   Site-wide visual coherence layer
   One restrained language: cool light, fine borders and purposeful lift.
   ================================================================ */

:root {
  --site-fx-border: rgba(73, 122, 181, 0.18);
  --site-fx-border-strong: rgba(47, 104, 255, 0.38);
  --site-fx-shadow: 0 14px 34px rgba(31, 68, 111, 0.075);
  --site-fx-shadow-hover: 0 22px 46px rgba(31, 72, 132, 0.16);
  --site-fx-surface: linear-gradient(148deg, #fff 12%, #f7faff 100%);
}

/* Legacy inner-page heroes receive the same quiet technical texture as ps heroes. */
.page-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(61, 112, 174, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 112, 174, 0.16) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.45) 58%, transparent 92%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.45) 58%, transparent 92%);
}

/* Section labels now share the PANSTONE line-and-label signature. */
.section-head > .eyebrow,
.section-head-row .section-head > .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ps-blue);
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-head > .eyebrow::before,
.section-head-row .section-head > .eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ps-blue), var(--ps-mint));
}

/* Standard content cards: dimensional at rest, stronger only when actionable. */
.card:not(.card-plain):not(.product-shot):not(form),
.card-soft:not(form) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: var(--site-fx-border);
  background: var(--site-fx-surface);
  box-shadow: var(--site-fx-shadow);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease;
}

.card:not(.card-plain):not(.product-shot):not(form)::before,
.card-soft:not(form)::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 3px;
  opacity: 0.72;
  background: linear-gradient(90deg, var(--ps-blue), #5b8dff 58%, var(--ps-mint));
}

.card:not(.card-plain):not(.product-shot):not(form)::after,
.card-soft:not(form)::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -58px;
  bottom: -68px;
  width: 150px;
  height: 150px;
  border: 24px solid rgba(47, 104, 255, 0.035);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.32s ease, border-color 0.24s ease;
}

.card:not(.card-plain):not(.product-shot):not(form) .icon,
.card-soft:not(form) .icon {
  border: 1px solid rgba(47, 104, 255, 0.16);
  border-radius: 12px;
  background: linear-gradient(145deg, #edf3ff, #f5fbff);
  box-shadow:
    0 8px 18px rgba(42, 91, 169, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

@media (hover: hover) {
  a.card:not(.card-plain):not(.product-shot):hover,
  a.card-soft:hover,
  .card:has(> .card-action):hover,
  .card:has(.btn):not(form):hover {
    transform: translateY(-5px);
    border-color: var(--site-fx-border-strong);
    background: linear-gradient(148deg, #fff 0%, #eef5ff 100%);
    box-shadow: var(--site-fx-shadow-hover);
  }

  a.card:not(.card-plain):not(.product-shot):hover::after,
  a.card-soft:hover::after,
  .card:has(> .card-action):hover::after,
  .card:has(.btn):not(form):hover::after {
    border-color: rgba(47, 104, 255, 0.07);
    transform: scale(1.12);
  }

  a.card:not(.card-plain):not(.product-shot):hover h3,
  a.card-soft:hover h3,
  .card:has(> .card-action):hover h3 {
    color: #1753c8;
  }
}

/* Explicitly static groups keep their calm behavior while sharing the surface. */
.card-grid--no-hover > .card,
.card-grid--no-hover > .card:hover,
.card-grid--no-hover > .card-soft,
.card-grid--no-hover > .card-soft:hover {
  transform: none;
  box-shadow: 0 10px 24px rgba(31, 68, 111, 0.055);
}

.card-plain,
.card.card-plain,
section.alt .card.card-plain,
.wrap--left .card.card-plain {
  position: relative;
  border-color: rgba(73, 122, 181, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(246, 250, 255, 0.66));
  box-shadow: 0 9px 24px rgba(31, 68, 111, 0.045);
}

.card-plain .num,
.card.card-plain .num {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  padding: 3px 9px;
  border: 1px solid rgba(47, 104, 255, 0.14);
  border-radius: 999px;
  color: #1e5bd7;
  background: rgba(234, 241, 255, 0.82);
}

/* Refreshed ps pages use the same lift, with less decoration. */
.ps-card,
.ps-figure {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.ps-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  opacity: 0.56;
  background: linear-gradient(90deg, var(--ps-blue), var(--ps-mint));
}

@media (hover: hover) {
  .ps-card:hover,
  .ps-figure:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 104, 255, 0.34);
    box-shadow: 0 22px 46px rgba(29, 67, 118, 0.14);
  }

  .ps-choice-item:hover {
    background: linear-gradient(145deg, #f8fbff, #eef8f6);
  }
}

.ps-figure img {
  transition: transform 0.45s ease, filter 0.3s ease;
}

@media (hover: hover) {
  .ps-figure:hover img {
    transform: scale(1.018);
    filter: saturate(1.04);
  }
}

/* Home AI control rights: a connected control plane with restrained motion. */
#home-ai-control {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 18%, rgba(35, 199, 174, 0.16), transparent 26%),
    radial-gradient(circle at 8% 78%, rgba(47, 104, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #edf4ff 0%, #e9f4ff 56%, #e7f7f5 100%);
}

#home-ai-control::before,
#home-ai-control::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

#home-ai-control::before {
  top: -210px;
  right: -110px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(71, 126, 193, 0.12);
  box-shadow:
    0 0 0 56px rgba(47, 104, 255, 0.025),
    0 0 0 112px rgba(23, 173, 155, 0.02);
}

#home-ai-control::after {
  bottom: -240px;
  left: -150px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(36, 173, 157, 0.1);
}

#home-ai-control .ps-wrap {
  position: relative;
  z-index: 1;
}

.ps-ai-control-grid {
  position: relative;
  isolation: isolate;
  gap: 22px;
  margin-top: 52px;
}

.ps-ai-control-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 51px;
  right: 4%;
  left: 4%;
  height: 2px;
  background: linear-gradient(90deg,
    rgba(47, 104, 255, 0.18),
    rgba(47, 104, 255, 0.9),
    rgba(25, 176, 159, 0.9),
    rgba(25, 176, 159, 0.18));
  background-size: 200% 100%;
  box-shadow: 0 0 16px rgba(47, 104, 255, 0.16);
  animation: ps-control-track 7s linear infinite;
}

.ps-ai-control-card {
  --control-hue: 220;
  min-height: 250px;
  padding: 30px;
  isolation: isolate;
  border-color: hsl(var(--control-hue) 62% 55% / 0.25);
  background:
    radial-gradient(circle at 92% 10%, hsl(var(--control-hue) 82% 58% / 0.12), transparent 28%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), hsl(var(--control-hue) 72% 97% / 0.96));
  box-shadow:
    0 16px 34px rgba(38, 73, 115, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.ps-ai-control-card:nth-child(2) { --control-hue: 211; }
.ps-ai-control-card:nth-child(3) { --control-hue: 194; }
.ps-ai-control-card:nth-child(4) { --control-hue: 174; }

.ps-ai-control-card::before {
  right: 22px;
  left: 22px;
  height: 3px;
  opacity: 0.9;
  background: linear-gradient(90deg,
    hsl(var(--control-hue) 82% 54%),
    hsl(var(--control-hue) 72% 67%));
  transition: background 0.28s ease, opacity 0.28s ease;
}

.ps-ai-control-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -52px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 28px solid hsl(var(--control-hue) 78% 60% / 0.065);
  border-radius: 50%;
  transition: transform 0.38s ease, border-color 0.28s ease;
}

.ps-ai-control-card .ps-card-index {
  position: relative;
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(var(--control-hue) 72% 54% / 0.28);
  border-radius: 50%;
  color: hsl(var(--control-hue) 74% 43%);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 0 0 8px hsl(var(--control-hue) 82% 58% / 0.08),
    0 8px 18px hsl(var(--control-hue) 48% 38% / 0.12);
  letter-spacing: 0.04em;
  transition: color 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.ps-ai-control-card h3 {
  margin-top: 26px;
  font-size: 24px;
  transition: color 0.28s ease;
}

.ps-ai-control-card p {
  margin-top: 16px;
  transition: color 0.28s ease;
}

@media (hover: hover) {
  .ps-ai-control-card:hover {
    transform: translateY(-9px);
    border-color: hsl(var(--control-hue) 72% 52% / 0.78);
    background:
      radial-gradient(circle at 90% 8%, rgba(255, 255, 255, 0.17), transparent 31%),
      linear-gradient(145deg,
        hsl(var(--control-hue) 80% 55%),
        hsl(var(--control-hue) 68% 38%));
    box-shadow: 0 28px 48px hsl(var(--control-hue) 42% 30% / 0.25);
  }

  .ps-ai-control-card:hover::before {
    opacity: 0.78;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.92));
  }

  .ps-ai-control-card:hover::after {
    transform: scale(1.16) rotate(12deg);
    border-color: rgba(255, 255, 255, 0.09);
  }

  .ps-ai-control-card:hover .ps-card-index {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.08);
  }

  .ps-ai-control-card:hover h3,
  .ps-ai-control-card:hover p {
    color: #fff;
  }
}

#home-ai-control .ps-btn--primary {
  box-shadow:
    0 12px 26px rgba(36, 94, 224, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

@keyframes ps-control-track {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}

@media (max-width: 1020px) {
  .ps-ai-control-grid::before {
    display: none;
  }

  .ps-ai-control-card {
    min-height: 225px;
  }
}

@media (max-width: 760px) {
  .ps-ai-control-grid {
    gap: 14px;
    margin-top: 38px;
  }

  .ps-ai-control-card {
    min-height: 0;
    padding: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-ai-control-grid::before {
    animation: none;
  }
}

/* Home POC inputs: a validation runway with a sequential signal. */
#home-proof {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 22%, rgba(36, 191, 176, 0.08), transparent 25%),
    radial-gradient(circle at 12% 88%, rgba(47, 104, 255, 0.07), transparent 27%),
    #fff;
}

#home-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(78, 125, 181, 0.055) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(78, 125, 181, 0.045) 50%, transparent 50.2%);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent 2%, #000 38%, #000 82%, transparent 100%);
}

#home-proof .ps-wrap {
  position: relative;
  z-index: 1;
}

.ps-home-proof-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
}

.ps-home-proof-copy {
  min-width: 0;
}

.ps-home-proof-copy .ps-title {
  max-width: none;
}

.ps-home-proof-copy .ps-lead {
  max-width: 860px;
}

.ps-home-proof-visual {
  position: relative;
  isolation: isolate;
  min-height: 210px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(79, 133, 208, 0.22);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(238, 246, 255, 0.96), rgba(235, 250, 249, 0.9));
  box-shadow:
    0 26px 54px rgba(36, 76, 130, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: perspective(900px) rotateY(-3deg) rotateX(1deg);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ps-home-proof-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.86) 0%, rgba(247, 251, 255, 0.18) 44%, transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 58%, rgba(22, 93, 181, 0.08));
}

.ps-home-proof-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -25%;
  bottom: -25%;
  left: -36%;
  width: 34%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), rgba(82, 187, 255, 0.14), transparent);
  filter: blur(2px);
  transform: skewX(-13deg);
  animation: ps-proof-visual-sweep 7.2s ease-in-out infinite;
}

.ps-home-proof-visual img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  filter: saturate(1.12) contrast(1.02);
  transform: scale(1.08);
}

.ps-home-proof-target {
  position: absolute;
  z-index: 4;
  top: 34px;
  right: 40px;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 1px solid rgba(48, 120, 240, 0.24);
  border-radius: 50%;
  background: rgba(242, 249, 255, 0.38);
  box-shadow:
    0 0 0 12px rgba(56, 132, 245, 0.055),
    0 0 0 28px rgba(28, 188, 178, 0.035),
    inset 0 0 24px rgba(57, 133, 241, 0.1);
  backdrop-filter: blur(4px);
  animation: ps-proof-target-pulse 4.8s ease-in-out infinite;
}

.ps-home-proof-target::before,
.ps-home-proof-target::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(46, 119, 236, 0.36), transparent);
}

.ps-home-proof-target::before {
  width: 146px;
  height: 1px;
}

.ps-home-proof-target::after {
  width: 1px;
  height: 146px;
  background: linear-gradient(180deg, transparent, rgba(28, 180, 172, 0.3), transparent);
}

.ps-home-proof-target span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #2e6ff4, #17b7ad);
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(38, 105, 210, 0.24);
}

.ps-home-proof-status {
  position: absolute;
  z-index: 5;
  left: 22px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(80, 132, 199, 0.2);
  border-radius: 14px;
  color: #365a82;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 24px rgba(35, 76, 128, 0.09);
  backdrop-filter: blur(10px);
}

.ps-home-proof-status strong {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, #2d68ec, #20afa7);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.ps-home-proof-status span {
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.ps-home-proof-meter {
  position: absolute;
  z-index: 5;
  left: 24px;
  top: 27px;
  display: flex;
  gap: 5px;
}

.ps-home-proof-meter i {
  width: 18px;
  height: 4px;
  border-radius: 999px;
  background: rgba(68, 119, 184, 0.18);
  animation: ps-proof-meter 4.8s ease-in-out infinite;
}

.ps-home-proof-meter i:nth-child(2) { animation-delay: 0.18s; }
.ps-home-proof-meter i:nth-child(3) { animation-delay: 0.36s; }
.ps-home-proof-meter i:nth-child(4) { animation-delay: 0.54s; }
.ps-home-proof-meter i:nth-child(5) { animation-delay: 0.72s; }

.ps-home-proof-flow {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.ps-home-proof-flow::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -180px;
  width: 180px;
  pointer-events: none;
  background: linear-gradient(90deg,
    transparent,
    rgba(69, 126, 255, 0.05) 32%,
    rgba(66, 211, 190, 0.2) 56%,
    transparent);
  filter: blur(1px);
  transform: skewX(-10deg);
  animation: ps-proof-scan 8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.ps-home-proof-flow .ps-flow-step {
  z-index: 1;
}

.ps-home-proof-flow .ps-flow-step::before {
  animation: ps-proof-bar 5.6s ease-in-out infinite;
}

.ps-home-proof-flow .ps-flow-step:nth-child(2)::before { animation-delay: 0.35s; }
.ps-home-proof-flow .ps-flow-step:nth-child(3)::before { animation-delay: 0.7s; }
.ps-home-proof-flow .ps-flow-step:nth-child(4)::before { animation-delay: 1.05s; }
.ps-home-proof-flow .ps-flow-step:nth-child(5)::before { animation-delay: 1.4s; }
.ps-home-proof-flow .ps-flow-step:nth-child(6)::before { animation-delay: 1.75s; }
.ps-home-proof-flow .ps-flow-step:nth-child(7)::before { animation-delay: 2.1s; }

.ps-home-proof-flow .ps-flow-step b {
  position: relative;
  animation: ps-proof-node 5.6s ease-in-out infinite;
}

.ps-home-proof-flow .ps-flow-step:nth-child(2) b { animation-delay: 0.35s; }
.ps-home-proof-flow .ps-flow-step:nth-child(3) b { animation-delay: 0.7s; }
.ps-home-proof-flow .ps-flow-step:nth-child(4) b { animation-delay: 1.05s; }
.ps-home-proof-flow .ps-flow-step:nth-child(5) b { animation-delay: 1.4s; }
.ps-home-proof-flow .ps-flow-step:nth-child(6) b { animation-delay: 1.75s; }
.ps-home-proof-flow .ps-flow-step:nth-child(7) b { animation-delay: 2.1s; }

.ps-home-proof-flow .ps-flow-step b::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: hsl(var(--step-hue) 76% 50%);
  box-shadow: 0 0 0 3px hsl(var(--step-hue) 76% 54% / 0.13);
}

@media (hover: hover) {
  .ps-home-proof-flow .ps-flow-step:hover {
    transform: translateY(-9px) scale(1.025);
    box-shadow: 0 24px 40px hsl(var(--step-hue) 48% 30% / 0.25);
  }
}

@keyframes ps-proof-scan {
  0%, 14% { left: -180px; opacity: 0; }
  20% { opacity: 1; }
  72% { opacity: 1; }
  82%, 100% { left: calc(100% + 30px); opacity: 0; }
}

@keyframes ps-proof-bar {
  0%, 58%, 100% { opacity: 0.72; filter: saturate(1); }
  10%, 18% { opacity: 1; filter: saturate(1.35) brightness(1.12); }
}

@keyframes ps-proof-node {
  0%, 58%, 100% {
    transform: translateY(0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }
  10%, 18% {
    transform: translateY(-2px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      0 0 0 7px hsl(var(--step-hue) 80% 58% / 0.1),
      0 8px 18px hsl(var(--step-hue) 50% 38% / 0.16);
  }
}

@keyframes ps-proof-visual-sweep {
  0%, 16% { left: -36%; opacity: 0; }
  24% { opacity: 0.78; }
  72% { opacity: 0.78; }
  84%, 100% { left: 116%; opacity: 0; }
}

@keyframes ps-proof-target-pulse {
  0%, 100% { transform: scale(0.97); opacity: 0.86; }
  50% { transform: scale(1.03); opacity: 1; }
}

@keyframes ps-proof-meter {
  0%, 54%, 100% { background: rgba(68, 119, 184, 0.18); box-shadow: none; }
  10%, 22% { background: #2f75ef; box-shadow: 0 0 12px rgba(47, 117, 239, 0.38); }
}

@media (max-width: 1100px) {
  .ps-home-proof-head {
    grid-template-columns: 1fr;
  }

  .ps-home-proof-visual {
    min-height: 190px;
    transform: none;
  }

  .ps-home-proof-flow::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .ps-home-proof-head {
    gap: 26px;
  }

  .ps-home-proof-visual {
    min-height: 168px;
    border-radius: 22px;
  }

  .ps-home-proof-target {
    top: 30px;
    right: 28px;
    width: 82px;
    height: 82px;
  }

  .ps-home-proof-target::before { width: 118px; }
  .ps-home-proof-target::after { height: 118px; }
  .ps-home-proof-status { left: 16px; bottom: 16px; }
}

@media (hover: hover) {
  .ps-home-proof-visual:hover {
    transform: perspective(900px) rotateY(0) translateY(-5px);
    box-shadow:
      0 32px 64px rgba(36, 76, 130, 0.17),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-home-proof-flow::after,
  .ps-home-proof-flow .ps-flow-step::before,
  .ps-home-proof-flow .ps-flow-step b,
  .ps-home-proof-visual::after,
  .ps-home-proof-target,
  .ps-home-proof-meter i {
    animation: none;
  }
}

/* Process lists become compact evidence rails instead of plain dividers. */
.steps > .step {
  position: relative;
  margin-bottom: 10px;
  padding: 18px 20px;
  border: 1px solid rgba(73, 122, 181, 0.15);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(245, 249, 255, 0.78));
  box-shadow: 0 8px 22px rgba(31, 68, 111, 0.045);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.steps > .step:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(73, 122, 181, 0.15);
}

.steps > .step .n {
  border-color: rgba(47, 104, 255, 0.22);
  background: linear-gradient(145deg, #edf3ff, #e5f7f4);
  box-shadow: 0 7px 16px rgba(43, 91, 164, 0.1);
}

@media (hover: hover) {
  .steps > .step:hover {
    transform: translateX(4px);
    border-color: rgba(47, 104, 255, 0.3);
    box-shadow: 0 13px 28px rgba(31, 72, 132, 0.1);
  }
}

/* Quotes are visual anchors, not another card style. */
.quote-block {
  overflow: hidden;
  border-color: rgba(47, 104, 255, 0.18);
  background:
    radial-gradient(circle at 92% 12%, rgba(33, 199, 174, 0.1), transparent 28%),
    linear-gradient(145deg, rgba(239, 245, 255, 0.9), rgba(250, 253, 255, 0.96));
  box-shadow:
    0 18px 40px rgba(31, 68, 111, 0.08),
    inset 4px 0 0 rgba(47, 104, 255, 0.72);
}

.quote-block::after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 30px solid rgba(47, 104, 255, 0.035);
  border-radius: 50%;
  pointer-events: none;
}

/* Legacy data tables receive one strong header treatment and quiet row feedback. */
.table-wrap,
.compare-table-wrap {
  border: 1px solid rgba(73, 122, 181, 0.18);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(31, 68, 111, 0.08);
}

.table-wrap table thead th,
.compare-table-wrap table thead th {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(112deg, #173956, #1c4d82 58%, #176879);
}

.table-wrap table tbody tr,
.compare-table-wrap table tbody tr {
  transition: background-color 0.2s ease;
}

.table-wrap table tbody tr:nth-child(even),
.compare-table-wrap table tbody tr:nth-child(even) {
  background: rgba(239, 245, 252, 0.48);
}

@media (hover: hover) {
  .table-wrap table tbody tr:hover,
  .compare-table-wrap table tbody tr:hover {
    background: rgba(224, 236, 252, 0.72);
  }
}

/* Forms use a focused glass panel; interactive emphasis stays on fields and choices. */
html body main form.card.lead-form,
html body main section.alt form.card.lead-form {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(73, 122, 181, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(47, 104, 255, 0.1), transparent 30%),
    linear-gradient(145deg, #fff, #f7faff 72%);
  box-shadow: 0 20px 46px rgba(31, 68, 111, 0.1);
}

html body main form.card.lead-form::before,
html body main section.alt form.card.lead-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--ps-blue), #5e8cff 56%, var(--ps-mint));
}

.form-field {
  border-color: rgba(73, 122, 181, 0.25);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-field:focus {
  border-color: rgba(47, 104, 255, 0.72);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(47, 104, 255, 0.1);
}

.checkbox-group .chip-option {
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

@media (hover: hover) {
  .checkbox-group .chip-option:hover {
    transform: translateY(-2px);
    border-color: rgba(47, 104, 255, 0.42);
    color: #174fbf;
    background: #edf3ff;
  }
}

.checkbox-group .chip-option[aria-pressed="true"],
.checkbox-group .chip-option.selected,
.checkbox-group .chip-option.is-selected {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(115deg, var(--ps-blue), #2374e6);
  box-shadow: 0 8px 18px rgba(34, 90, 228, 0.2);
}

/* FAQ keeps its accordion behavior but gains a clear active state. */
.faq-item {
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid rgba(73, 122, 181, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 7px 20px rgba(31, 68, 111, 0.04);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.faq-item h4 {
  padding: 19px 50px 19px 20px;
}

.faq-item h4::after {
  right: 20px;
  top: 21px;
}

.faq-item > p {
  padding-left: 20px;
}

.faq-item.is-open {
  border-color: rgba(47, 104, 255, 0.3);
  background: linear-gradient(145deg, #fff, #f2f7ff);
  box-shadow: 0 14px 30px rgba(31, 72, 132, 0.09);
}

.faq-item.is-open > p {
  padding: 0 40px 20px 20px;
}

/* Image-led industry and solution pages get depth around the imagery, not extra ornament. */
.industry-scene-copy .num {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid rgba(47, 104, 255, 0.16);
  border-radius: 999px;
  color: #1d59d2;
  background: linear-gradient(145deg, #edf3ff, #eaf8f5);
}

.industry-scene-list {
  position: relative;
  padding: 18px 18px 14px;
  border: 1px solid rgba(73, 122, 181, 0.13);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(247, 250, 255, 0.64));
}

.industry-scene-media,
.solution-scene-media {
  border-color: rgba(73, 122, 181, 0.18);
  box-shadow: 0 20px 46px rgba(31, 68, 111, 0.12);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.industry-scene-media::after,
.solution-scene-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.solution-scene-media img {
  transition: transform 0.5s ease, filter 0.3s ease;
}

@media (hover: hover) {
  .industry-scene:hover .industry-scene-media,
  .solution-scene:hover .solution-scene-media {
    transform: translateY(-5px);
    border-color: rgba(47, 104, 255, 0.3);
    box-shadow: 0 28px 56px rgba(31, 72, 132, 0.17);
  }

  .industry-scene:hover .industry-scene-media img,
  .solution-scene:hover .solution-scene-media img {
    transform: scale(1.045);
    filter: saturate(1.05) contrast(1.015);
  }
}

.solution-scene-contrast {
  overflow: hidden;
  border: 1px solid rgba(73, 122, 181, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 9px 24px rgba(31, 68, 111, 0.045);
}

.solution-scene-col {
  padding: 18px 20px;
}

.solution-scene-col + .solution-scene-col {
  padding: 18px 20px;
}

/* Architecture diagrams: restrained depth makes hierarchy easier to scan. */
.layer-row {
  border: 1px solid rgba(73, 122, 181, 0.14);
  box-shadow: 0 8px 22px rgba(31, 68, 111, 0.055);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.domain-node {
  border-color: rgba(47, 104, 255, 0.46);
  background: linear-gradient(145deg, #fff, #f0f6ff);
  box-shadow: 0 12px 26px rgba(31, 72, 132, 0.1);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

@media (hover: hover) {
  .layer-row:hover,
  .domain-node:hover {
    transform: translateY(-3px);
    border-color: rgba(47, 104, 255, 0.38);
    box-shadow: 0 16px 34px rgba(31, 72, 132, 0.12);
  }
}

.section-dms .dms-card {
  border-color: rgba(147, 197, 253, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(35, 116, 230, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

@media (hover: hover) {
  .section-dms .dms-card:hover {
    transform: translateY(-4px);
    border-color: rgba(147, 197, 253, 0.3);
    background:
      radial-gradient(circle at 100% 0%, rgba(35, 116, 230, 0.24), transparent 46%),
      rgba(255, 255, 255, 0.045);
  }
}

/* Partner and service-location cards reuse the same elevation scale. */
.partner-role-card,
.presence-card {
  border: 1px solid rgba(73, 122, 181, 0.16);
  box-shadow: 0 14px 34px rgba(31, 68, 111, 0.075);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.presence-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(245, 249, 255, 0.76));
}

.presence-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--ps-blue), var(--ps-mint));
  opacity: 0.66;
}

@media (hover: hover) {
  .partner-role-card:hover,
  .partner-role-card:focus-within,
  .presence-card:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 104, 255, 0.3);
    box-shadow: 0 22px 44px rgba(31, 72, 132, 0.14);
  }
}

/* Legal pages stay calm and readable, with a single document surface. */
.legal-body {
  position: relative;
  padding: 42px 46px;
  border: 1px solid rgba(73, 122, 181, 0.15);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(47, 104, 255, 0.07), transparent 25%),
    #fff;
  box-shadow: 0 18px 42px rgba(31, 68, 111, 0.08);
}

.legal-body h2 {
  padding-left: 14px;
  border-left: 3px solid var(--ps-blue);
}

.legal-body a {
  text-decoration-color: rgba(47, 104, 255, 0.34);
  text-underline-offset: 3px;
}

/* Bottom conversions keep one premium glow without adding more moving parts. */
.cta-band {
  position: relative;
}

.cta-band .btn-primary,
.ps-cta .ps-btn--ghost {
  box-shadow: 0 14px 30px rgba(25, 65, 133, 0.2);
}

/* Single-column heroes must override the former desktop two-column layout. */
.ps-hero .ps-hero-grid.ps-hero-grid--single,
html[lang="zh-CN"] .ps-hero .ps-hero-grid.ps-hero-grid--single,
html[lang="en"] .ps-hero .ps-hero-grid.ps-hero-grid--single {
  grid-template-columns: minmax(0, 1020px);
  gap: 0;
}

.ps-hero .ps-hero-grid.ps-hero-grid--single > div {
  width: 100%;
  max-width: 1020px;
}

.ps-hero .ps-hero-grid.ps-hero-grid--single .ps-lead {
  width: 100%;
  max-width: 1020px;
}

/* English hero copy needs a longer measure for naturally longer sentences. */
html[lang="en"] .ps-hero .ps-lead {
  max-width: 1020px;
}

html[lang="en"] .page-hero-copy-text > p.lead {
  max-width: 1020px;
}

@media (max-width: 1100px) {
  html[lang] .ps-hero .ps-hero-grid.ps-hero-grid--single {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Product photography: one cinematic gallery per core product, kept light and technical. */
.ps-product-showcase-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 18%, rgba(47, 104, 255, 0.09), transparent 26%),
    radial-gradient(circle at 92% 82%, rgba(20, 184, 166, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f1f6fc 100%);
}

.ps-product-showcase-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(50, 101, 170, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(50, 101, 170, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 22%, #000 78%, transparent);
}

.ps-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 48px;
  align-items: end;
}

.ps-showcase-head .ps-title,
.ps-showcase-head .ps-lead {
  margin-top: 16px;
}

.ps-showcase-head .ps-lead {
  max-width: 620px;
  justify-self: end;
  font-size: 16px;
}

.ps-product-gallery {
  display: grid;
  gap: 18px;
  margin-top: 46px;
}

.ps-product-gallery--cpc {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  grid-auto-rows: minmax(255px, 1fr);
}

.ps-product-gallery--duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ps-product-gallery-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(81, 127, 184, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 24px 56px rgba(28, 66, 115, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.ps-product-gallery-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
  background: linear-gradient(90deg, #2f68ff, #64a4ff 55%, #14b8a6);
}

.ps-product-gallery-card--featured {
  grid-row: span 2;
}

.ps-product-gallery--duo .ps-product-gallery-card {
  min-height: 430px;
}

.ps-product-gallery-button {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
  font: inherit;
}

.ps-product-gallery-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 18%, rgba(255, 255, 255, 0.48) 45%, transparent 70%);
  transform: translateX(-48%);
  transition: opacity 0.3s ease, transform 0.55s ease;
}

.ps-product-gallery-button:focus-visible {
  outline: 3px solid #2f68ff;
  outline-offset: -5px;
}

.ps-product-gallery-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 45%, rgba(219, 232, 250, 0.34), transparent 44%),
    rgba(255, 255, 255, 0.94);
}

.ps-product-gallery-card--featured .ps-product-gallery-media {
  padding: 28px;
}

.ps-product-gallery-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.98) contrast(1.015);
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
}

.ps-product-gallery-card figcaption {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  left: 18px;
  max-width: 520px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  color: #fff;
  background: rgba(11, 35, 67, 0.89);
  box-shadow: 0 15px 32px rgba(8, 28, 53, 0.2);
  backdrop-filter: blur(12px);
  pointer-events: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.ps-product-gallery-card figcaption strong,
.ps-product-gallery-card figcaption span {
  display: block;
}

.ps-product-gallery-card figcaption strong {
  font-size: 17px;
  letter-spacing: -0.015em;
}

.ps-product-gallery-card figcaption span {
  margin-top: 4px;
  color: rgba(228, 238, 250, 0.82);
  font-size: 12px;
  line-height: 1.5;
}

.ps-gallery-zoom {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(47, 104, 255, 0.18);
  border-radius: 50%;
  color: #1e5be0;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(29, 68, 122, 0.12);
  backdrop-filter: blur(8px);
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

@media (hover: hover) {
  .ps-product-gallery-card:hover {
    transform: translateY(-6px);
    border-color: rgba(47, 104, 255, 0.4);
    box-shadow: 0 30px 64px rgba(28, 70, 126, 0.17);
  }

  .ps-product-gallery-card:hover .ps-product-gallery-button::after {
    opacity: 0.55;
    transform: translateX(48%);
  }

  .ps-product-gallery-card:hover img {
    transform: scale(1.035);
    filter: saturate(1.04) contrast(1.025);
  }

  .ps-product-gallery-card:hover figcaption {
    background: rgba(18, 66, 142, 0.92);
    transform: translateY(-2px);
  }

  .ps-product-gallery-card:hover .ps-gallery-zoom {
    color: #fff;
    background: #2f68ff;
    transform: rotate(8deg) scale(1.05);
  }
}

.ps-product-feature-media {
  height: clamp(190px, 20vw, 255px);
  margin: 20px 0 6px;
  overflow: hidden;
  border: 1px solid rgba(74, 123, 184, 0.14);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 45%, rgba(215, 229, 248, 0.32), transparent 46%),
    rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.ps-product-feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), filter 0.3s ease;
}

@media (hover: hover) {
  .ps-card--feature:hover .ps-product-feature-media img {
    transform: scale(1.035);
    filter: saturate(1.04);
  }
}

@media (max-width: 920px) {
  .ps-showcase-head {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ps-showcase-head .ps-lead {
    justify-self: start;
  }

  .ps-product-gallery--cpc,
  .ps-product-gallery--duo {
    grid-template-columns: 1fr;
  }

  .ps-product-gallery-card--featured {
    grid-row: auto;
  }

  .ps-product-gallery--cpc .ps-product-gallery-card,
  .ps-product-gallery--duo .ps-product-gallery-card {
    min-height: 330px;
  }
}

@media (max-width: 760px) {
  html body main form.card.lead-form,
  .legal-body {
    padding: 26px 22px;
    border-radius: 16px;
  }

  .industry-scene-list {
    padding: 16px 16px 12px;
  }

  .solution-scene-col,
  .solution-scene-col + .solution-scene-col {
    padding: 16px;
  }

  .ps-product-gallery {
    margin-top: 34px;
  }

  .ps-product-gallery--cpc .ps-product-gallery-card,
  .ps-product-gallery--duo .ps-product-gallery-card {
    min-height: 280px;
    border-radius: 18px;
  }

  .ps-product-gallery-media,
  .ps-product-gallery-card--featured .ps-product-gallery-media {
    padding: 12px;
  }

  .ps-product-gallery-card figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 11px 13px;
    border-radius: 12px;
  }

  .ps-product-gallery-card figcaption span {
    display: none;
  }

  .ps-gallery-zoom {
    top: 12px;
    right: 12px;
  }

  .ps-product-feature-media {
    height: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .card,
  .card-soft,
  .ps-card,
  .ps-figure,
  .steps > .step,
  .industry-scene-media,
  .solution-scene-media,
  .layer-row,
  .domain-node,
  .section-dms .dms-card,
  .partner-role-card,
  .presence-card,
  .ps-product-gallery-card,
  .ps-product-gallery-button::after,
  .ps-product-gallery-media img,
  .ps-product-gallery-card figcaption,
  .ps-gallery-zoom,
  .ps-product-feature-media img,
  .ps-home-product-media img,
  .form-field,
  .chip-option,
  .faq-item {
    transition: none;
  }

  a.card:hover,
  .card:hover,
  .card-soft:hover,
  .ps-card:hover,
  .ps-figure:hover,
  .steps > .step:hover,
  .industry-scene:hover .industry-scene-media,
  .solution-scene:hover .solution-scene-media,
  .layer-row:hover,
  .domain-node:hover,
  .section-dms .dms-card:hover,
  .partner-role-card:hover,
  .presence-card:hover,
  .ps-product-gallery-card:hover,
  .ps-product-gallery-card:hover figcaption,
  .ps-product-gallery-card:hover .ps-gallery-zoom,
  .ps-product-gallery-card:hover img,
  .ps-card--feature:hover .ps-product-feature-media img,
  .ps-home-product-card:hover .ps-home-product-media img,
  .chip-option:hover {
    transform: none;
  }
}

/* Keep every top-level hero on the same height rhythm as Selection & Trial. */
@media (max-width: 1100px) {
  .ps-hero,
  .industries-hero {
    min-height: 420px;
    padding: calc(var(--header-h) + 40px) 0 56px;
  }
}

@media (max-width: 720px) {
  .ps-hero,
  .industries-hero {
    min-height: 0;
    padding: calc(var(--header-h) + 28px) 0 48px;
  }
}
