/* ---- v104-search-pages.css ---- */
.seo-detail-section {
  padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.25rem, 5vw, 5rem);
  background: #f4f8ff;
}

.seo-detail-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.seo-detail-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.seo-detail-heading h2 {
  margin: 0.45rem 0 0.85rem;
}

.seo-detail-heading p {
  color: #41516f;
  line-height: 1.75;
}

.seo-family-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.seo-family-card {
  padding: 1.5rem;
  border: 1px solid #d9e4f5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(7, 26, 61, 0.07);
}

.seo-family-card .family-label {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: #e6f5ff;
  color: #005d9e;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-family-card h3 {
  margin: 0 0 0.65rem;
}

.seo-family-card p,
.seo-family-card li {
  color: #41516f;
  line-height: 1.65;
}

.seo-family-card ul {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
}

.legacy-recognition {
  padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.25rem, 5vw, 5rem);
  background: #071a3d;
  color: #fff;
}

.legacy-recognition-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.legacy-recognition .eyebrow,
.legacy-recognition h2 {
  color: #fff;
}

.legacy-recognition-copy {
  max-width: 850px;
  margin-bottom: 2rem;
}

.legacy-recognition-copy p:last-child {
  color: #c4d5ef;
  line-height: 1.75;
}

.legacy-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.legacy-photo-grid figure {
  display: flex;
  min-height: 100%;
  margin: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.legacy-photo-grid .legacy-wide {
  grid-column: span 3;
}

.legacy-photo-grid img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  background: #fff;
}

.legacy-photo-grid .legacy-wide img {
  height: auto;
  min-height: 150px;
}

.legacy-photo-grid figcaption {
  padding: 1rem 1.1rem 1.2rem;
  color: #c4d5ef;
  font-size: 0.9rem;
  line-height: 1.55;
}

.availability-note {
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid #14b8ff;
  border-radius: 0 12px 12px 0;
  background: #e8f6ff;
  color: #17345d;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .seo-family-grid,
  .legacy-photo-grid {
    grid-template-columns: 1fr;
  }

  .legacy-photo-grid .legacy-wide {
    grid-column: auto;
  }

  .legacy-photo-grid img,
  .legacy-photo-grid .legacy-wide img {
    height: auto;
    min-height: 0;
    max-height: 320px;
  }
}

/* ---- v9-product-categories.css ---- */
.model-stack article {
  align-items: flex-start;
}

.model-stack article > div {
  min-width: 0;
}

.model-stack article h3 {
  font-size: 1.04rem;
  line-height: 1.35;
}

.model-stack article p {
  color: #5f7087;
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 7px 0 0;
}

@media (max-width: 600px) {
  .model-stack article {
    grid-template-columns: 38px 1fr;
    padding: 18px;
  }
}

/* ---- v13-quality-audit.css ---- */
.capability-link {
  color: inherit;
  display: block;
  min-width: 0;
}

.capability-link .capability-card {
  height: 100%;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.capability-link:hover .capability-card,
.capability-link:focus-visible .capability-card {
  border-color: rgba(18, 103, 243, 0.45);
  box-shadow: 0 18px 40px rgba(7, 26, 61, 0.12);
  transform: translateY(-4px);
}

.capability-card-link {
  border-top: 1px solid rgba(7, 26, 61, 0.14);
  color: #1267f3;
  display: flex;
  font-size: 0.76rem;
  font-weight: 750;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 16px;
}

.solution-page-showcase {
  aspect-ratio: 16 / 7;
  border: 1px solid rgba(7, 26, 61, 0.14);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(7, 26, 61, 0.12);
  margin: -44px auto 72px;
  max-width: 1216px;
  overflow: hidden;
  position: relative;
}

.solution-page-showcase img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.solution-page-showcase figcaption {
  background: rgba(3, 19, 46, 0.9);
  bottom: 18px;
  color: white;
  font-size: 0.72rem;
  left: 18px;
  max-width: calc(100% - 36px);
  padding: 10px 14px;
  position: absolute;
}

.model-stack article .drill-link {
  color: #1267f3;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 750;
  gap: 8px;
  margin-top: 11px;
}

.return-value-section {
  background: #071a3d;
  color: white;
  padding: 84px 32px;
}

.return-value-inner {
  display: grid;
  gap: 54px;
  grid-template-columns: 0.8fr 1.2fr;
  margin: 0 auto;
  max-width: 1280px;
}

.return-value-inner h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 1.05;
  margin: 0;
}

.return-value-inner > div:first-child > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  max-width: 38rem;
}

.return-value-inner .button {
  margin-top: 20px;
}

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

.return-value-grid article {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 22px;
}

.return-value-grid span {
  color: #31d7ff;
  font-size: 0.68rem;
  font-weight: 800;
}

.return-value-grid h3 {
  font-size: 1rem;
  margin: 18px 0 8px;
}

.return-value-grid p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  line-height: 1.65;
  margin: 0;
}

.return-value-grid a {
  color: #75e6ff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 750;
  margin-top: 16px;
}

@media (max-width: 900px) {
  .solution-page-showcase {
    border-radius: 0;
    margin: 0 22px 56px;
  }

  .return-value-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .solution-page-showcase {
    aspect-ratio: 4 / 3;
    margin: 0 14px 44px;
  }

  .return-value-section {
    padding: 64px 22px;
  }

  .return-value-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- v14-drilldown.css ---- */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  src: url("/assets/_vinext_fonts/inter-9df0d028785c/inter-1ab1ad55.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Sora";
  font-style: normal;
  font-weight: 100 800;
  src: url("/assets/_vinext_fonts/sora-720974a1e66c/sora-0036cf31.woff2")
    format("woff2");
}

:root,
.__variable_inter_0380wzv {
  --font-inter: "Inter", Arial, sans-serif;
}

.__variable_sora_1bc0zic {
  --font-sora: "Sora", Arial, sans-serif;
}

:root {
  --v14-ink: #071a3d;
  --v14-blue: #1267f3;
  --v14-cyan: #31d7ff;
  --v14-paper: #f6f3eb;
  --v14-line: rgba(7, 26, 61, 0.14);
}

html {
  scroll-behavior: smooth;
}

.guide-hero {
  background: linear-gradient(135deg, #06183a 0%, #09275a 58%, #0b3978 100%);
  color: #fff;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  min-height: 610px;
  padding: 72px max(32px, calc((100vw - 1360px) / 2));
}

.guide-hero-copy {
  align-self: center;
  max-width: 650px;
}

.guide-hero .home-link,
.guide-hero .eyebrow {
  color: #73e7ff;
}

.guide-hero h1 {
  font-size: clamp(3rem, 5.8vw, 6.3rem);
  letter-spacing: -0.065em;
  line-height: 0.95;
  margin: 46px 0 24px;
}

.guide-hero .page-lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.28rem);
  line-height: 1.75;
  max-width: 39rem;
}

.guide-hero-visual {
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.guide-hero-visual::after {
  background: linear-gradient(180deg, transparent 55%, rgba(3, 18, 44, 0.92));
  content: "";
  inset: 0;
  position: absolute;
}

.guide-hero-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.guide-hero-visual figcaption {
  bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  left: 24px;
  max-width: calc(100% - 48px);
  position: absolute;
  z-index: 1;
}

.jump-nav {
  background: #fff;
  border-bottom: 1px solid var(--v14-line);
  box-shadow: 0 8px 28px rgba(7, 26, 61, 0.06);
  position: sticky;
  top: 82px;
  z-index: 20;
}

.jump-nav-inner {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  max-width: 1360px;
  overflow-x: auto;
  padding: 15px 32px;
  scrollbar-width: thin;
}

.jump-nav a {
  background: #f2f6fc;
  border: 1px solid rgba(18, 103, 243, 0.12);
  border-radius: 999px;
  color: var(--v14-ink);
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 750;
  padding: 10px 15px;
}

.jump-nav a:hover,
.jump-nav a:focus-visible {
  background: var(--v14-blue);
  color: #fff;
}

.guide-intro,
.detail-section,
.guide-decision,
.workflow-section {
  margin: 0 auto;
  max-width: 1360px;
  padding: 92px 32px;
}

.guide-intro {
  display: grid;
  gap: 64px;
  grid-template-columns: 0.75fr 1.25fr;
}

.guide-intro h2,
.detail-copy h2,
.workflow-heading h2,
.guide-decision h2 {
  color: var(--v14-ink);
  font-size: clamp(2.2rem, 4.5vw, 4.8rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 12px 0 20px;
}

.guide-intro > p,
.detail-copy > p,
.workflow-heading p,
.guide-decision > p {
  color: #52637b;
  font-size: 1rem;
  line-height: 1.78;
}

.detail-section {
  border-top: 1px solid var(--v14-line);
  scroll-margin-top: 150px;
}

.detail-layout {
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.detail-index {
  color: var(--v14-blue);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.range-panel {
  background: var(--v14-ink);
  border-radius: 22px;
  color: #fff;
  margin-top: 30px;
  overflow: hidden;
  padding: 25px;
}

.range-panel > span {
  color: var(--v14-cyan);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.range-panel h3 {
  font-size: 1.12rem;
  margin: 16px 0 10px;
}

.range-panel p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  line-height: 1.65;
  margin: 0;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.product-tags span {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  font-size: 0.7rem;
  padding: 8px 11px;
}

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

.fivew-card {
  background: #fff;
  border: 1px solid var(--v14-line);
  border-radius: 17px;
  padding: 21px;
}

.fivew-card span {
  color: var(--v14-blue);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fivew-card h3 {
  color: var(--v14-ink);
  font-size: 0.98rem;
  margin: 10px 0 7px;
}

.fivew-card p {
  color: #5a6b81;
  font-size: 0.79rem;
  line-height: 1.63;
  margin: 0;
}

.detail-action {
  align-items: center;
  border-top: 1px solid var(--v14-line);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 22px;
}

.detail-action p {
  color: #65758a;
  font-size: 0.73rem;
  line-height: 1.5;
  margin: 0;
  max-width: 34rem;
}

.guide-decision {
  background: #eaf3ff;
  border-radius: 28px;
  margin-bottom: 96px;
}

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

.decision-grid article {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 103, 243, 0.14);
  border-radius: 17px;
  padding: 23px;
}

.decision-grid h3 {
  color: var(--v14-ink);
  font-size: 0.96rem;
  margin: 0 0 9px;
}

.decision-grid p {
  color: #586a82;
  font-size: 0.78rem;
  line-height: 1.65;
  margin: 0;
}

.workflow-section {
  background: #06183a;
  color: #fff;
  max-width: none;
}

.workflow-inner {
  margin: 0 auto;
  max-width: 1360px;
}

.workflow-heading {
  display: grid;
  gap: 36px;
  grid-template-columns: 0.95fr 1.05fr;
}

.workflow-heading h2 {
  color: #fff;
}

.workflow-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.school-flow {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 56px;
  position: relative;
}

.school-flow::before {
  background: linear-gradient(90deg, var(--v14-cyan), #5b75ff);
  content: "";
  height: 2px;
  left: 7%;
  position: absolute;
  right: 7%;
  top: 37px;
}

.flow-node {
  color: inherit;
  min-width: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.flow-node-icon {
  align-items: center;
  background: #0d2b61;
  border: 1px solid rgba(49, 215, 255, 0.62);
  border-radius: 50%;
  box-shadow: 0 0 0 8px #06183a;
  display: inline-flex;
  height: 74px;
  justify-content: center;
  position: relative;
  width: 74px;
}

.flow-node-icon::after {
  animation: flowPulse 2.8s infinite;
  border: 1px solid rgba(49, 215, 255, 0.65);
  border-radius: inherit;
  content: "";
  inset: -1px;
  position: absolute;
}

.flow-node:nth-child(2) .flow-node-icon::after {
  animation-delay: 0.42s;
}
.flow-node:nth-child(3) .flow-node-icon::after {
  animation-delay: 0.84s;
}
.flow-node:nth-child(4) .flow-node-icon::after {
  animation-delay: 1.26s;
}
.flow-node:nth-child(5) .flow-node-icon::after {
  animation-delay: 1.68s;
}
.flow-node:nth-child(6) .flow-node-icon::after {
  animation-delay: 2.1s;
}

.flow-node-icon span {
  color: var(--v14-cyan);
  font-size: 0.69rem;
  font-weight: 850;
}

.flow-node h3 {
  font-size: 0.82rem;
  margin: 22px 0 8px;
}

.flow-node p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 11rem;
}

@keyframes flowPulse {
  0%,
  68%,
  100% {
    opacity: 0;
    transform: scale(1);
  }
  24% {
    opacity: 0.7;
  }
  55% {
    opacity: 0;
    transform: scale(1.48);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .flow-node-icon::after {
    animation: none;
  }
}

@media (max-width: 980px) {
  .guide-hero,
  .guide-intro,
  .detail-layout,
  .workflow-heading {
    grid-template-columns: 1fr;
  }

  .guide-hero {
    padding-top: 56px;
  }

  .guide-hero-visual {
    min-height: 380px;
  }

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

  .school-flow {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 42px;
  }

  .school-flow::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .guide-hero {
    gap: 32px;
    min-height: 0;
    padding: 44px 20px;
  }

  .guide-hero h1 {
    margin-top: 34px;
  }

  .guide-hero-visual {
    min-height: 280px;
  }

  .jump-nav {
    top: 70px;
  }

  .jump-nav-inner,
  .guide-intro,
  .detail-section,
  .guide-decision,
  .workflow-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .guide-intro,
  .detail-section,
  .workflow-section {
    padding-bottom: 68px;
    padding-top: 68px;
  }

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

  .guide-decision {
    border-radius: 0;
    margin-bottom: 68px;
  }

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

  .flow-node {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 74px 1fr;
    text-align: left;
  }

  .flow-node h3 {
    margin: 0 0 6px;
  }

  .flow-node p {
    margin: 0;
  }
}

/* ---- v27-category-layout.css ---- */
/* V21 supporting-product pages: screens and engineered mounting structures. */

.support-intro,
.support-fivew,
.support-guide {
  margin: 0 auto;
  max-width: 1280px;
  padding: 96px 30px;
}

.support-heading {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  margin-bottom: 42px;
}

.support-heading h2,
.support-guide h2 {
  color: #071a3d;
  font-family: var(--font-sora), Arial, sans-serif;
  font-size: clamp(2.15rem, 4vw, 4.4rem);
  letter-spacing: -0.055em;
  line-height: 1.04;
  margin: 0;
}

.support-heading > p {
  color: #52637b;
  line-height: 1.85;
  margin: 0;
}

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

.support-family-grid article,
.support-fivew-grid article,
.selection-section {
  background: #fff;
  border: 1px solid #d8dee8;
  border-radius: 22px;
}

/* Product-led deep-guide treatment: imagery carries the category, while the
   supporting copy keeps the decision logic easy to scan. */
.guide-product-led .selection-section {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
}
.guide-product-led .selection-section > div:first-child {
  min-height: 280px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-size: cover;
  position: relative;
  isolation: isolate;
}
.guide-product-led .selection-section > div:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,26,61,.04), rgba(7,26,61,.88));
  z-index: -1;
}
.guide-product-led .selection-section > div:first-child > * { color: #fff; }
.guide-product-led .selection-section > div:first-child h2 { margin: 14px 0 10px; }
.guide-product-led .selection-section > div:first-child p { color: #e7efff; margin: 0; }
.guide-product-led .selection-checks {
  padding: 28px;
  align-content: start;
}
.guide-product-led .selection-checks article { background: #f7faff; border: 1px solid #e1e9f5; border-radius: 14px; padding: 15px 17px; }
.guide-product-led .selection-checks strong { display: none; }
.guide-product-led .selection-checks article::before { content: ""; display: block; width: 7px; height: 7px; border-radius: 50%; background: #1267f3; margin-bottom: 8px; }
.guide-product-led .guide-intro p:last-child { max-width: 760px; }
.guide-product-led .detail-section { overflow: hidden; }
.guide-product-led .detail-copy { min-height: 330px; padding: 34px; border-radius: 20px; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; background-position: center; background-size: cover; position: relative; isolation: isolate; }
.guide-product-led .detail-copy::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,26,61,.05), rgba(7,26,61,.9)); z-index: -1; }
.guide-product-led .detail-copy > * { color: #fff; }
.guide-product-led .detail-copy p { color: #e7efff; }
.guide-product-led .detail-copy .range-panel { background: rgba(7,26,61,.72); border-color: rgba(255,255,255,.25); }
.guide-product-led .detail-copy .range-panel span { color: #63ddff; }
.guide-product-led .fivew-grid { padding: 24px 0 0 24px; }
.guide-product-led .fivew-card { background: #f7faff; border: 1px solid #e1e9f5; border-radius: 14px; padding: 18px; }
.guide-product-led .fivew-card > span { display: none; }
.guide-product-led .fivew-card::before { content: ""; display: block; width: 7px; height: 7px; border-radius: 50%; background: #1267f3; margin-bottom: 8px; }
.guide-product-led.guide-samsung .detail-copy { background-image: url('/images/samsung-wafx-display-v8.webp'); }
.guide-product-led.guide-logitech .detail-copy { background-image: url('/images/logitech-rallybar-room-v9.webp'); }
.guide-product-led.guide-epson .detail-copy { background-image: url('/images/epson-projector-hero-v9.webp'); }
.guide-product-led.guide-ai .detail-copy { background-image: url('/images/ai-business-photo.webp'); }
.guide-product-led.guide-cayin .detail-copy { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led.guide-library .detail-copy { background-image: url('/images/library-photo.webp'); }
.guide-product-led.guide-school .detail-copy { background-image: url('/images/smart-school-ecosystem-v13.webp'); }
.guide-product-led.guide-samsung .selection-section:nth-child(1) > div:first-child { background-image: url('/images/samsung-wafx-display-v8.webp'); }
.guide-product-led.guide-samsung .selection-section:nth-child(2) > div:first-child { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led.guide-samsung .selection-section:nth-child(3) > div:first-child { background-image: url('/images/video-wall-photo.webp'); }
.guide-product-led.guide-samsung .selection-section:nth-child(4) > div:first-child { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led.guide-samsung .selection-section:nth-child(5) > div:first-child { background-image: url('/images/access-photo.webp'); }
.guide-product-led.guide-logitech .selection-section:nth-child(1) > div:first-child { background-image: url('/images/logitech-rallybar-room-v9.webp'); }
.guide-product-led.guide-logitech .selection-section:nth-child(2) > div:first-child { background-image: url('/images/integrated-av-collaboration-v12.webp'); }
.guide-product-led.guide-logitech .selection-section:nth-child(3) > div:first-child { background-image: url('/images/classroom-anonymous.webp'); }
.guide-product-led.guide-logitech .selection-section:nth-child(4) > div:first-child { background-image: url('/images/smart-school-ecosystem-v13.webp'); }
.guide-product-led.guide-logitech .selection-section:nth-child(5) > div:first-child { background-image: url('/images/command-centre-anonymous-v6.webp'); }
.guide-product-led.guide-epson .selection-section:nth-child(1) > div:first-child { background-image: url('/images/classroom-anonymous.webp'); }
.guide-product-led.guide-epson .selection-section:nth-child(2) > div:first-child { background-image: url('/images/integrated-av-collaboration-v12.webp'); }
.guide-product-led.guide-epson .selection-section:nth-child(3) > div:first-child { background-image: url('/images/epson-projector-hero-v9.webp'); }
.guide-product-led.guide-epson .selection-section:nth-child(4) > div:first-child { background-image: url('/images/projection-anonymous.webp'); }
.guide-product-led.guide-epson .selection-section:nth-child(5) > div:first-child { background-image: url('/images/video-wall-photo.webp'); }
.guide-product-led.guide-ai .selection-section:nth-child(1) > div:first-child { background-image: url('/images/ai-business-photo.webp'); }
.guide-product-led.guide-ai .selection-section:nth-child(2) > div:first-child { background-image: url('/images/ai-automation.webp'); }
.guide-product-led.guide-ai .selection-section:nth-child(3) > div:first-child { background-image: url('/images/ai-business-photo.webp'); }
.guide-product-led.guide-ai .selection-section:nth-child(4) > div:first-child { background-image: url('/images/ai-automation.webp'); }
.guide-product-led.guide-ai .selection-section:nth-child(5) > div:first-child { background-image: url('/images/ai-business-photo.webp'); }
.guide-product-led.guide-cayin .selection-section > div:first-child { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led.guide-library .selection-section > div:first-child { background-image: url('/images/library-photo.webp'); }
.guide-product-led.guide-school .selection-section > div:first-child { background-image: url('/images/smart-school-ecosystem-v13.webp'); }
.guide-product-led.guide-screens .selection-section > div:first-child { background-image: url('/images/projection-anonymous.webp'); }
.guide-product-led.guide-structures .selection-section > div:first-child { background-image: url('/images/onsite-service-support-v13.webp'); }
@media (max-width: 850px) {
  .guide-product-led .selection-section { grid-template-columns: 1fr; }
  .guide-product-led .selection-section > div:first-child { min-height: 220px; }
}

.support-family-grid article {
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 28px;
}

.support-family-grid span,
.support-fivew-grid span,
.selection-index {
  color: #1267f3;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.support-family-grid h3,
.support-fivew-grid h3,
.selection-section h2 {
  color: #071a3d;
  font-family: var(--font-sora), Arial, sans-serif;
}

.support-family-grid h3 {
  font-size: 1.32rem;
  line-height: 1.25;
  margin: 20px 0 10px;
}

.support-family-grid p,
.support-fivew-grid p,
.selection-section p,
.selection-section li {
  color: #52637b;
  line-height: 1.7;
}

.support-family-grid .drill-link {
  margin-top: auto;
  padding-top: 18px;
}

.support-fivew {
  background: #eaf2ff;
  border-radius: 30px;
  margin-bottom: 96px;
}

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

.support-fivew-grid article {
  padding: 26px;
}

.support-fivew-grid h3 {
  font-size: 1.12rem;
  margin: 14px 0 8px;
}

.support-guide {
  padding-top: 70px;
}

.selection-section {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1.4fr);
  margin: 24px 0;
  padding: clamp(28px, 4vw, 52px);
  scroll-margin-top: 150px;
}

.selection-section h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin: 12px 0;
}

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

.selection-checks article {
  background: #f5f7fb;
  border-radius: 16px;
  padding: 20px;
}

.selection-checks strong {
  color: #071a3d;
  display: block;
  margin-bottom: 7px;
}

/* Product-led deep guide cards */
.guide-product-led .selection-section { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); overflow: hidden; }
.guide-product-led .selection-section > div:first-child { min-height: 280px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; background-position: center; background-size: cover; position: relative; isolation: isolate; }
.guide-product-led .selection-section > div:first-child::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,26,61,.04), rgba(7,26,61,.88)); z-index: -1; }
.guide-product-led .selection-section > div:first-child > * { color: #fff; }
.guide-product-led .selection-section > div:first-child h2 { margin: 14px 0 10px; }
.guide-product-led .selection-section > div:first-child p { color: #e7efff; margin: 0; }
.guide-product-led .selection-checks { padding: 28px; align-content: start; }
.guide-product-led .selection-checks article { background: #f7faff; border: 1px solid #e1e9f5; border-radius: 14px; padding: 15px 17px; }
.guide-product-led .selection-checks strong { display: none; }
.guide-product-led .selection-checks article::before { content: ""; display: block; width: 7px; height: 7px; border-radius: 50%; background: #1267f3; margin-bottom: 8px; }
.guide-product-led.guide-samsung .selection-section:nth-child(1) > div:first-child { background-image: url('/images/samsung-wafx-display-v8.webp'); }
.guide-product-led.guide-samsung .selection-section:nth-child(2) > div:first-child { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led.guide-samsung .selection-section:nth-child(3) > div:first-child { background-image: url('/images/video-wall-photo.webp'); }
.guide-product-led.guide-samsung .selection-section:nth-child(4) > div:first-child { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led.guide-samsung .selection-section:nth-child(5) > div:first-child { background-image: url('/images/access-photo.webp'); }
.guide-product-led.guide-logitech .selection-section:nth-child(1) > div:first-child { background-image: url('/images/logitech-rallybar-room-v9.webp'); }
.guide-product-led.guide-logitech .selection-section:nth-child(2) > div:first-child { background-image: url('/images/integrated-av-collaboration-v12.webp'); }
.guide-product-led.guide-logitech .selection-section:nth-child(3) > div:first-child { background-image: url('/images/classroom-anonymous.webp'); }
.guide-product-led.guide-logitech .selection-section:nth-child(4) > div:first-child { background-image: url('/images/smart-school-ecosystem-v13.webp'); }
.guide-product-led.guide-logitech .selection-section:nth-child(5) > div:first-child { background-image: url('/images/command-centre-anonymous-v6.webp'); }
.guide-product-led.guide-epson .selection-section:nth-child(1) > div:first-child { background-image: url('/images/classroom-anonymous.webp'); }
.guide-product-led.guide-epson .selection-section:nth-child(2) > div:first-child { background-image: url('/images/integrated-av-collaboration-v12.webp'); }
.guide-product-led.guide-epson .selection-section:nth-child(3) > div:first-child { background-image: url('/images/epson-projector-hero-v9.webp'); }
.guide-product-led.guide-epson .selection-section:nth-child(4) > div:first-child { background-image: url('/images/projection-anonymous.webp'); }
.guide-product-led.guide-epson .selection-section:nth-child(5) > div:first-child { background-image: url('/images/video-wall-photo.webp'); }
.guide-product-led.guide-ai .selection-section:nth-child(1) > div:first-child { background-image: url('/images/ai-business-photo.webp'); }
.guide-product-led.guide-ai .selection-section:nth-child(2) > div:first-child { background-image: url('/images/ai-automation.webp'); }
.guide-product-led.guide-ai .selection-section:nth-child(3) > div:first-child { background-image: url('/images/ai-business-photo.webp'); }
.guide-product-led.guide-ai .selection-section:nth-child(4) > div:first-child { background-image: url('/images/ai-automation.webp'); }
.guide-product-led.guide-ai .selection-section:nth-child(5) > div:first-child { background-image: url('/images/ai-business-photo.webp'); }
.guide-product-led.guide-cayin .selection-section > div:first-child { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led.guide-library .selection-section > div:first-child { background-image: url('/images/library-photo.webp'); }
.guide-product-led.guide-school .selection-section > div:first-child { background-image: url('/images/smart-school-ecosystem-v13.webp'); }
.guide-product-led.guide-screens .selection-section > div:first-child { background-image: url('/images/projection-anonymous.webp'); }
.guide-product-led.guide-structures .selection-section > div:first-child { background-image: url('/images/onsite-service-support-v13.webp'); }
@media (max-width: 850px) { .guide-product-led .selection-section { grid-template-columns: 1fr; } .guide-product-led .selection-section > div:first-child { min-height: 220px; } }
@media (max-width: 850px) { .guide-product-led .fivew-grid { padding-left: 0; } }

/* V26: the supplied sample is the contract — real category image on the
   left, visible six-point decision cards on the right. */
.guide-product-led .detail-layout {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: 0;
  align-items: stretch;
}
.guide-product-led .detail-copy {
  background: #f7f3ea !important;
  background-image: none !important;
  border-radius: 0;
  min-height: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.guide-product-led .detail-copy > .detail-index { order: 1; }
.guide-product-led .detail-copy > .category-product-photo {
  order: 2;
  display: block;
  width: 100%;
  height: 250px;
  object-fit: contain;
  background: #fff;
  border-radius: 14px;
  margin: 16px 0 22px;
  padding: 12px;
  box-sizing: border-box;
}
.guide-product-led .detail-copy > h2 { order: 3; color: #071a3d; margin: 0 0 12px; }
.guide-product-led .detail-copy > p { order: 4; color: #52637b; }
.guide-product-led .detail-copy > .range-panel { order: 5; }
.guide-product-led .detail-layout > div:last-child { padding: 28px; }
.guide-product-led .fivew-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 !important;
}
.guide-product-led .fivew-card {
  display: block !important;
  background: #f7faff;
  border: 1px solid #dbe6f4;
  border-radius: 14px;
  padding: 16px 17px;
}
.guide-product-led .fivew-card > span {
  display: inline-block !important;
  color: #1267f3;
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.guide-product-led .fivew-card::before { display: none; }
.guide-product-led .fivew-card h3 { font-size: 1rem; margin: 0 0 7px; }
.guide-product-led .fivew-card p { font-size: .9rem; line-height: 1.5; margin: 0; }
.guide-product-led .detail-action { padding: 20px 0 0; }
@media (max-width: 850px) {
  .guide-product-led .detail-layout { grid-template-columns: 1fr; }
  .guide-product-led .detail-layout > div:last-child { padding: 24px 0 0; }
}
@media (max-width: 560px) {
  .guide-product-led .fivew-grid { grid-template-columns: 1fr; }
  .guide-product-led .detail-copy { padding: 22px; }
}

/* V26 selection-guide cards use the same sample contract. */
.selection-section {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  align-items: stretch;
}
.selection-section > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.selection-section > div:first-child .category-product-photo {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: #fff;
  border-radius: 14px;
  margin: 16px 0 18px;
  padding: 10px;
  order: 2;
}
.selection-section > div:first-child .selection-index { order: 1; }
.selection-section > div:first-child h2 { order: 3; }
.selection-section > div:first-child p { order: 4; }
.selection-section .selection-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 850px) {
  .selection-section { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .selection-section .selection-checks { grid-template-columns: 1fr; }
}

/* Final V27 common-sense overrides: one visible category image only, with
   titles on a solid light panel so text remains readable. */
.guide-product-led .detail-copy,
.selection-section > div:first-child {
  background: #f7f3ea !important;
  background-image: none !important;
  color: #071a3d !important;
}
.guide-product-led .detail-copy::before,
.guide-product-led .detail-copy::after,
.selection-section > div:first-child::before,
.selection-section > div:first-child::after {
  content: none !important;
  display: none !important;
}
.selection-section > div:first-child h2,
.selection-section > div:first-child p,
.selection-section > div:first-child .selection-index {
  color: #071a3d !important;
  text-shadow: none !important;
}

/* V24: each category is led by its own image and a natural buyer-facing
   summary. The detailed decision cards remain available to assistive reading
   and search, but are no longer the visual centre of the page. */
.guide-product-led .detail-copy { min-height: 360px; }
.guide-product-led .detail-copy::after { content: "Application visual · final selection depends on the room, users, infrastructure and approved requirement."; display: block; color: #e7efff; font-size: .9rem; line-height: 1.6; margin-top: 16px; max-width: 40ch; }
.guide-product-led .fivew-grid { display: none; }
.guide-product-led .detail-action { padding: 22px 24px 0; }
.guide-product-led .detail-action p { border-left: 3px solid #1267f3; padding-left: 16px; }
.guide-product-led .detail-section#classroom .detail-copy { background-image: url('/images/classroom-anonymous.webp'); }
.guide-product-led .detail-section#business .detail-copy { background-image: url('/images/integrated-av-collaboration-v12.webp'); }
.guide-product-led .detail-section#high-brightness .detail-copy { background-image: url('/images/epson-projector-hero-v9.webp'); }
.guide-product-led .detail-section#immersive-golf .detail-copy { background-image: url('/images/projection-anonymous.webp'); }
.guide-product-led .detail-section#management-accessories .detail-copy { background-image: url('/images/onsite-service-support-v13.webp'); }
.guide-product-led .detail-section#interactive-display .detail-copy { background-image: url('/images/samsung-wafx-display-v8.webp'); }
.guide-product-led .detail-section#smart-signage .detail-copy { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led .detail-section#led-signage .detail-copy { background-image: url('/images/video-wall-photo.webp'); }
.guide-product-led .detail-section#commercial-tv .detail-copy { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led .detail-section#business-monitor .detail-copy { background-image: url('/images/ai-business-photo.webp'); }
.guide-product-led .detail-section#huddle-room .detail-copy { background-image: url('/images/logitech-rallybar-room-v9.webp'); }
.guide-product-led .detail-section#boardroom .detail-copy { background-image: url('/images/integrated-av-collaboration-v12.webp'); }
.guide-product-led .detail-section#training-room .detail-copy { background-image: url('/images/classroom-anonymous.webp'); }
.guide-product-led .detail-section#hybrid-classroom .detail-copy { background-image: url('/images/smart-school-ecosystem-v13.webp'); }
.guide-product-led .detail-section#immersive-room .detail-copy { background-image: url('/images/command-centre-anonymous-v6.webp'); }
.guide-product-led .detail-section#customer-enquiry .detail-copy,.guide-product-led .detail-section#lead-qualification .detail-copy,.guide-product-led .detail-section#appointment-quotation .detail-copy,.guide-product-led .detail-section#knowledge-assistant .detail-copy,.guide-product-led .detail-section#reporting-human-review .detail-copy { background-image: url('/images/ai-business-photo.webp'); }
.guide-product-led .detail-section#architecture-title .detail-copy,.guide-product-led .detail-section#smp-players .detail-copy,.guide-product-led .detail-section#flexible-player .detail-copy,.guide-product-led .detail-section#cms-se .detail-copy,.guide-product-led .detail-section#cms-ws .detail-copy,.guide-product-led .detail-section#workflow-software .detail-copy { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led .detail-section#rfid .detail-copy,.guide-product-led .detail-section#self-service .detail-copy,.guide-product-led .detail-section#extended-access .detail-copy,.guide-product-led .detail-section#return-sorting .detail-copy,.guide-product-led .detail-section#security .detail-copy,.guide-product-led .detail-section#engagement .detail-copy,.guide-product-led .detail-section#supplies .detail-copy,.guide-product-led .detail-section#management .detail-copy,.guide-product-led .detail-section#consulting .detail-copy { background-image: url('/images/library-photo.webp'); }
.guide-product-led .detail-section#bodet-school-bell .detail-copy,.guide-product-led .detail-section#bodet-time .detail-copy,.guide-product-led .detail-section#amperes-pa .detail-copy,.guide-product-led .detail-section#emergency .detail-copy,.guide-product-led .detail-section#induction-loop .detail-copy { background-image: url('/images/professional-audio-v13.webp'); }
.guide-product-led .selection-section > div:first-child::after { content: "Review the application, operating pattern, room conditions and installation constraints before confirming the final product family."; display: block; color: #e7efff; font-size: .9rem; line-height: 1.6; margin-top: 14px; }
.guide-product-led .selection-section#portable > div:first-child::after { content: "A tripod or pull-up screen suits temporary training, events and rooms where permanent wall or ceiling work is not practical. Check setup time, storage, viewing size and floor stability."; }
.guide-product-led .selection-section#manual > div:first-child::after { content: "Manual pull-down screens are a straightforward choice for classrooms and smaller meeting rooms with moderate usage and accessible mounting points."; }
.guide-product-led .selection-section#motorised > div:first-child::after { content: "Motorised or recessed screens support frequent operation and clean room integration, with power, control, casing and ceiling access coordinated during installation."; }
.guide-product-led .selection-section#tensioned > div:first-child::after { content: "Tab-tensioned surfaces keep the image flatter for detailed widescreen content, especially in boardrooms and presentation suites."; }
.guide-product-led .selection-section#large-format > div:first-child::after { content: "Fast-fold and large mobile screens provide a demountable large image for halls, staging and temporary events, with handling and storage planned in advance."; }
.guide-product-led .selection-section#special > div:first-child::after { content: "Large motorised and rear-projection systems serve auditoriums, stages and specialist layouts where audience sightlines or equipment position require an engineered solution."; }
.guide-product-led .selection-section#display-mounts > div:first-child::after { content: "Wall and ceiling display mounts are selected around display size, weight, VESA pattern, viewing height, service access and the wall or ceiling structure."; }
.guide-product-led .selection-section#video-wall > div:first-child::after { content: "Video-wall brackets provide alignment, pop-out service access and a repeatable panel layout for monitoring rooms, lobbies and command environments."; }
.guide-product-led .selection-section#projection > div:first-child::after { content: "Projector brackets and lifts are coordinated with projector weight, lens position, throw distance, ceiling structure, maintenance access and safety clearances."; }
.guide-product-led .selection-section#led-frame > div:first-child::after { content: "LED wall metal frames create a level, serviceable support structure for indoor or outdoor-rated displays, with load and access reviewed by qualified installers."; }
.guide-product-led .selection-section#mobile > div:first-child::after { content: "Mobile display and video-conference stands give rooms flexibility while keeping cable management, stability, screen height and equipment load under control."; }
.guide-product-led .selection-section#custom > div:first-child::after { content: "Special structures are designed when standard mounts cannot satisfy the architecture, sightlines, equipment load, movement or service requirement."; }
.guide-product-led .selection-checks { display: none; }
.guide-product-led .selection-section { grid-template-columns: 1fr; }

/* V25 sample layout: photo-led left column, 5W1H cards retained on right. */
.guide-product-led .detail-section .detail-layout { align-items: start; }
.guide-product-led .detail-copy { background: #f7f3ea !important; background-image: none !important; border-radius: 0; color: #071a3d; min-height: 0; padding: 28px; display: flex; flex-direction: column; justify-content: flex-start; position: relative; isolation: auto; }
.guide-product-led .detail-copy::before { content: ""; order: 2; position: static; inset: auto; display: block; height: 270px; width: 100%; margin: 18px 0 20px; background-position: center; background-size: contain; background-repeat: no-repeat; z-index: auto; }
.guide-product-led .detail-copy::after { content: none; }
.guide-product-led .detail-copy > * { color: #071a3d; }
.guide-product-led .detail-copy .detail-index { order: 1; }
.guide-product-led .detail-copy h2 { order: 3; color: #071a3d; font-size: clamp(2rem, 4vw, 4.4rem); line-height: 1.04; margin: 0 0 16px; }
.guide-product-led .detail-copy > p { order: 4; color: #52637b; font-size: 1.08rem; line-height: 1.65; margin: 0 0 20px; }
.guide-product-led .detail-copy .range-panel { order: 5; background: #071a3d; border-color: #071a3d; border-radius: 22px; margin-top: 4px; }
.guide-product-led .detail-copy .range-panel h3,.guide-product-led .detail-copy .range-panel p { color: #fff; }
.guide-product-led .detail-copy .range-panel span { color: #63ddff; }
.guide-product-led .detail-section#classroom .detail-copy::before { background-image: url('/images/classroom-anonymous.webp'); }
.guide-product-led .detail-section#business .detail-copy::before { background-image: url('/images/integrated-av-collaboration-v12.webp'); }
.guide-product-led .detail-section#high-brightness .detail-copy::before { background-image: url('/images/epson-projector-hero-v9.webp'); }
.guide-product-led .detail-section#immersive-golf .detail-copy::before { background-image: url('/images/projection-anonymous.webp'); }
.guide-product-led .detail-section#management-accessories .detail-copy::before { background-image: url('/images/onsite-service-support-v13.webp'); }
.guide-product-led .detail-section#interactive-display .detail-copy::before { background-image: url('/images/samsung-wafx-display-v8.webp'); }
.guide-product-led .detail-section#smart-signage .detail-copy::before { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led .detail-section#led-signage .detail-copy::before { background-image: url('/images/video-wall-photo.webp'); }
.guide-product-led .detail-section#commercial-tv .detail-copy::before { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led .detail-section#business-monitor .detail-copy::before { background-image: url('/images/ai-business-photo.webp'); }
.guide-product-led .detail-section#huddle-room .detail-copy::before { background-image: url('/images/logitech-rallybar-room-v9.webp'); }
.guide-product-led .detail-section#boardroom .detail-copy::before { background-image: url('/images/integrated-av-collaboration-v12.webp'); }
.guide-product-led .detail-section#training-room .detail-copy::before { background-image: url('/images/classroom-anonymous.webp'); }
.guide-product-led .detail-section#hybrid-classroom .detail-copy::before { background-image: url('/images/smart-school-ecosystem-v13.webp'); }
.guide-product-led .detail-section#immersive-room .detail-copy::before { background-image: url('/images/command-centre-anonymous-v6.webp'); }
.guide-product-led .detail-section#customer-enquiry .detail-copy::before,.guide-product-led .detail-section#lead-qualification .detail-copy::before,.guide-product-led .detail-section#appointment-quotation .detail-copy::before,.guide-product-led .detail-section#knowledge-assistant .detail-copy::before,.guide-product-led .detail-section#reporting-human-review .detail-copy::before { background-image: url('/images/ai-business-photo.webp'); }
.guide-product-led .detail-section#architecture-title .detail-copy::before,.guide-product-led .detail-section#smp-players .detail-copy::before,.guide-product-led .detail-section#flexible-player .detail-copy::before,.guide-product-led .detail-section#cms-se .detail-copy::before,.guide-product-led .detail-section#cms-ws .detail-copy::before,.guide-product-led .detail-section#workflow-software .detail-copy::before { background-image: url('/images/digital-signage-v13.webp'); }
.guide-product-led .detail-section#rfid .detail-copy::before,.guide-product-led .detail-section#self-service .detail-copy::before,.guide-product-led .detail-section#extended-access .detail-copy::before,.guide-product-led .detail-section#return-sorting .detail-copy::before,.guide-product-led .detail-section#security .detail-copy::before,.guide-product-led .detail-section#engagement .detail-copy::before,.guide-product-led .detail-section#supplies .detail-copy::before,.guide-product-led .detail-section#management .detail-copy::before,.guide-product-led .detail-section#consulting .detail-copy::before { background-image: url('/images/library-photo.webp'); }
.guide-product-led .detail-section#bodet-school-bell .detail-copy::before,.guide-product-led .detail-section#bodet-time .detail-copy::before,.guide-product-led .detail-section#amperes-pa .detail-copy::before,.guide-product-led .detail-section#emergency .detail-copy::before,.guide-product-led .detail-section#induction-loop .detail-copy::before { background-image: url('/images/professional-audio-v13.webp'); }
.guide-product-led .fivew-grid { display: grid; padding: 12px 0 0 24px; }
.guide-product-led .fivew-card > span { display: block; color: #1267f3; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-product-led .fivew-card::before { display: none; }
.guide-product-led .selection-section { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); }
.guide-product-led .selection-section > div:first-child { min-height: 0; background-color: #f7f3ea; color: #071a3d; padding: 28px; justify-content: flex-start; }
.guide-product-led .selection-section > div:first-child::before { display: none; }
.guide-product-led .selection-section > div:first-child > * { color: #071a3d; }
.guide-product-led .selection-section > div:first-child::after { order: 4; color: #52637b; }
.guide-product-led .selection-section > div:first-child .selection-index { order: 1; }
.guide-product-led .selection-section > div:first-child h2 { order: 3; }
.guide-product-led .selection-section > div:first-child p { order: 5; }
.guide-product-led .selection-section > div:first-child { display: flex; }
.guide-product-led .selection-checks { display: grid; padding: 28px; }
.guide-product-led .selection-checks strong { display: block; color: #1267f3; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.guide-product-led .selection-checks article::before { display: none; }
.guide-product-led .selection-section#portable > div:first-child::before,.guide-product-led .selection-section#manual > div:first-child::before,.guide-product-led .selection-section#motorised > div:first-child::before,.guide-product-led .selection-section#tensioned > div:first-child::before,.guide-product-led .selection-section#large-format > div:first-child::before,.guide-product-led .selection-section#special > div:first-child::before { display: block; content: ""; order: 2; position: static; height: 220px; width: 100%; margin: 18px 0; background: url('/images/projection-anonymous.webp') center/contain no-repeat; }
@media (max-width: 850px) { .guide-product-led .fivew-grid { padding-left: 0; } .guide-product-led .selection-section { grid-template-columns: 1fr; } }

.reference-note {
  background: #071a3d;
  border-radius: 24px;
  color: #fff;
  margin: 42px 0 0;
  padding: 32px;
}

.reference-note p {
  color: #b7c4d7;
  margin: 10px 0 0;
}

.reference-note a {
  color: #63ddff;
}

@media (max-width: 900px) {
  .support-heading,
  .selection-section {
    grid-template-columns: 1fr;
  }

  .support-family-grid,
  .support-fivew-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .support-intro,
  .support-guide {
    padding: 68px 22px;
  }

  .support-fivew {
    border-radius: 0;
    padding: 68px 22px;
  }

  .support-family-grid,
  .support-fivew-grid,
  .selection-checks {
    grid-template-columns: 1fr;
  }
}

/* ---- v35-ai-robot.css ---- */
/* V33 PNSS AI launcher: one self-contained transparent robot treatment. */
.ai-launcher {
  position: fixed !important;
  z-index: 90 !important;
  right: 8px !important;
  bottom: 0 !important;
  display: block !important;
  width: 178px !important;
  height: 210px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.ai-launcher:hover { transform: translateY(-4px); }
.ai-robot-stage {
  position: relative !important;
  display: block !important;
  width: 178px !important;
  height: 210px !important;
  overflow: visible !important;
  animation: pnssRobotBreathing 3.6s ease-in-out infinite;
  transform-origin: 50% 90%;
}
.ai-launcher-robot {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: pnssRobotHeadShake 4.8s ease-in-out infinite;
  transform-origin: 50% 54%;
}
.ai-robot-body-label {
  position: absolute !important;
  left: 50% !important;
  top: 58% !important;
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  width: max-content !important;
  transform: translate(-50%, -50%) perspective(140px) rotateX(-18deg) scaleY(.9) !important;
  color: #1267f3 !important;
  font-family: var(--font-sora), Arial, sans-serif !important;
  font-size: .88rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .015em !important;
  white-space: nowrap !important;
  pointer-events: none !important;
  filter: none !important;
}
.ai-robot-body-label > span {
  display: inline-block !important;
  background: linear-gradient(180deg, #5eb1ff 0%, #1267f3 52%, #073eaa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  text-shadow: 0 1px 0 rgba(7,62,170,.75), 0 2px 2px rgba(4,35,100,.42) !important;
}
.ai-robot-body-label > span:nth-child(1) { transform: translateY(2px) rotate(-9deg); }
.ai-robot-body-label > span:nth-child(2) { transform: translateY(0) rotate(-4deg); }
.ai-robot-body-label > span:nth-child(3) { transform: translateY(-1px); }
.ai-robot-body-label > span:nth-child(4) { transform: translateY(-1px) rotate(4deg); }
.ai-robot-body-label > span:nth-child(6) { transform: translateY(0) rotate(5deg); }
.ai-robot-body-label > span:nth-child(7) { transform: translateY(2px) rotate(9deg); }
.ai-robot-eye-glint {
  position: absolute !important;
  left: 35% !important;
  top: 29% !important;
  width: 30% !important;
  height: 9% !important;
  border-radius: 999px !important;
  background: #8deaff !important;
  opacity: .08;
  filter: blur(2px);
  animation: pnssRobotBlink 4.8s ease-in-out infinite;
  pointer-events: none;
}
.ai-launcher-label, .ai-launcher-pulse, .ai-launcher-mark,
.ai-launcher small, .ai-robot-head { display: none !important; }
@keyframes pnssRobotBreathing {
  0%, 100% { transform: translateY(0); }
  42% { transform: translateY(-2px); }
  58% { transform: translateY(0); }
}
@keyframes pnssRobotHeadShake {
  0%, 35%, 100% { transform: translateX(0); }
  40% { transform: translateX(-2px); }
  45% { transform: translateX(2px); }
  50% { transform: translateX(-1px); }
  55% { transform: translateX(0); }
}
@keyframes pnssRobotBlink {
  0%, 44%, 48%, 100% { opacity: .08; transform: scaleY(1); }
  46% { opacity: .8; transform: scaleY(.15); }
}
@media (prefers-reduced-motion: reduce) {
  .ai-robot-stage, .ai-launcher-robot, .ai-robot-eye-glint { animation: none; }
}
@media (max-width: 620px) {
  .ai-launcher { width: 142px !important; height: 168px !important; right: 0 !important; bottom: -2px !important; }
  .ai-robot-stage { width: 142px !important; height: 168px !important; }
  .ai-robot-body-label { font-size: .7rem !important; }
}

/* ---- v70-refinements.css ---- */
/* V70 refinement pass: tighter hero flow, safer AI launcher, clickable Smart School map labels. */

.page-hero-inner {
  padding-bottom: 64px;
  padding-top: 44px;
}

.page-hero h1 {
  max-width: 900px;
}

.home-link {
  margin-bottom: 42px;
}

.guide-hero {
  min-height: auto;
}

.guide-hero-copy {
  padding-bottom: 64px;
  padding-top: 64px;
}

.guide-hero-visual {
  align-self: center;
}

.ai-launcher {
  bottom: 10px !important;
  height: 166px !important;
  right: 10px !important;
  width: 140px !important;
}

.ai-robot-stage {
  height: 166px !important;
  width: 140px !important;
}

.smart-campus-showcase {
  margin-top: -38px;
}

.smart-campus-frame {
  position: relative;
}

.smart-campus-overlays {
  pointer-events: none;
}

.campus-badge {
  align-items: center;
  background: rgba(7, 26, 61, 0.84);
  border: 1px solid rgba(49, 215, 255, 0.8);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(7, 26, 61, 0.22);
  color: #fff;
  display: inline-flex;
  font-size: clamp(0.62rem, 0.86vw, 0.82rem);
  font-weight: 800;
  gap: 6px;
  letter-spacing: 0.01em;
  line-height: 1;
  min-height: 30px;
  padding: 7px 11px;
  pointer-events: auto;
  position: absolute;
  text-decoration: none;
  white-space: nowrap;
}

.campus-badge:hover,
.campus-badge:focus-visible {
  background: #1267f3;
  border-color: #31d7ff;
  transform: translateY(-1px);
}

.campus-badge::before {
  background: #31d7ff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
}

.campus-badge-anpr {
  left: 10%;
  top: 40%;
}

.campus-badge-attendance-gate {
  left: 25%;
  top: 73%;
}

.campus-badge-digital-library {
  left: 65%;
  top: 50%;
}

.campus-badge-classroom {
  left: 48%;
  top: 27%;
}

.campus-badge-key {
  left: 78%;
  top: 67%;
}

.smart-campus-module-strip span {
  scroll-margin-top: 110px;
}

.guide-structures .guide-hero-visual img,
.guide-structures .category-product-photo {
  object-fit: cover;
  object-position: center;
}

.guide-structures #display-mounts .category-product-photo,
.guide-structures #led-frame .category-product-photo,
.guide-structures #custom .category-product-photo {
  background: #f7f3ea;
}

.guide-structures #video-wall .category-product-photo {
  object-position: center;
}

.product-finder {
  background: #fffefa;
  border: 1px solid rgba(7, 26, 61, 0.14);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(7, 26, 61, 0.08);
  display: grid;
  gap: 10px;
  margin: -22px auto 34px;
  max-width: 760px;
  padding: 20px;
}

.product-finder label {
  color: #1267f3;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-finder input {
  background: #f8fafc;
  border: 1px solid rgba(7, 26, 61, 0.18);
  border-radius: 12px;
  color: #071a3d;
  min-height: 50px;
  padding: 12px 15px;
  width: 100%;
}

.product-finder input:focus {
  border-color: #1267f3;
  outline: 3px solid rgba(18, 103, 243, 0.15);
}

.product-finder-status {
  color: #708097;
  font-size: 0.8rem;
  margin: 0;
}

.balanced-product-grid .product-card[hidden] {
  display: none !important;
}

.guide-structures .selection-section > div:first-child::before {
  display: none !important;
}

@media (max-width: 900px) {
  .page-hero-inner {
    padding-bottom: 54px;
    padding-top: 38px;
  }

  .page-hero h1 {
    font-size: clamp(2.55rem, 10vw, 4.25rem);
  }

  .smart-campus-showcase {
    margin-top: -16px;
  }

  .ai-launcher {
    height: 132px !important;
    width: 112px !important;
  }

  .ai-robot-stage {
    height: 132px !important;
    width: 112px !important;
  }
}

@media (max-width: 640px) {
  .page-hero-inner {
    padding-bottom: 44px;
    padding-top: 34px;
  }

  .home-link {
    margin-bottom: 30px;
  }

  .smart-campus-frame {
    overflow: visible;
  }

  .smart-campus-overlays {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
    position: static;
  }

  .campus-badge {
    border-radius: 12px;
    box-shadow: none;
    font-size: 0.68rem;
    justify-content: center;
    min-height: 34px;
    padding: 8px 9px;
    position: static;
    white-space: normal;
  }

  .campus-badge-key {
    grid-column: 1 / -1;
  }

  .ai-launcher {
    bottom: 4px !important;
    height: 102px !important;
    right: 2px !important;
    width: 86px !important;
  }

  .ai-robot-stage {
    height: 102px !important;
    width: 86px !important;
  }

  .guide-hero-copy {
    padding-bottom: 46px;
    padding-top: 46px;
  }
}

/* ---- v75-caption-and-school-systems.css ---- */
/* V75: keep descriptive captions below images, never blocking the photo. */

.solution-page-showcase,
.guide-hero-visual,
.product-hero-visual {
  overflow: visible !important;
}

.solution-page-showcase,
.smart-campus-showcase {
  aspect-ratio: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.solution-page-showcase img {
  aspect-ratio: 16 / 7;
  border: 1px solid rgba(7, 26, 61, 0.14);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(7, 26, 61, 0.12);
  display: block;
  height: auto !important;
  object-fit: cover;
  width: 100%;
}

.guide-hero-visual {
  align-self: center;
  border: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0 !important;
}

.guide-hero-visual::after {
  display: none !important;
}

.guide-hero-visual img {
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  display: block;
  height: auto !important;
  object-fit: cover;
  width: 100%;
}

.solution-page-showcase figcaption,
.smart-campus-showcase figcaption,
.guide-hero-visual figcaption,
.product-hero-visual figcaption {
  background: transparent !important;
  bottom: auto !important;
  color: #52637b !important;
  font-size: 0.78rem;
  left: auto !important;
  line-height: 1.6;
  margin: 12px 4px 0;
  max-width: none !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-shadow: none !important;
  z-index: auto !important;
}

.guide-hero .guide-hero-visual figcaption {
  color: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 760px) {
  .solution-page-showcase img,
  .guide-hero-visual img {
    border-radius: 18px;
  }
}

/* ---- v82-mobile-ux.css ---- */
@media (width <= 760px) {
  :root {
    --mobile-pad: 18px;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    position: sticky;
  }

  .nav-shell {
    min-height: 64px;
    padding-inline: var(--mobile-pad);
  }

  .brand-link {
    width: 150px;
  }

  .mobile-menu nav {
    top: 62px;
    right: 10px;
    max-height: calc(100vh - 82px);
    overflow-y: auto;
  }

  .home-hero,
  .page-hero,
  .guide-hero {
    min-height: auto;
  }

  .hero-copy,
  .page-hero-inner,
  .article-header,
  .guide-hero-copy {
    padding: 36px var(--mobile-pad) 34px;
  }

  .hero-copy h1,
  .page-hero h1,
  .article-header h1,
  .guide-hero h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 12vw, 3.65rem);
    letter-spacing: -0.055em;
    line-height: 1.02;
  }

  .hero-lead,
  .page-lead,
  .article-deck,
  .guide-hero .page-lead {
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .home-link {
    margin-bottom: 22px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 0.68rem;
  }

  .section,
  .content-section,
  .archive-shell,
  .contact-layout,
  .article-layout,
  .process-section,
  .guide-intro,
  .guide-decision {
    padding: 46px var(--mobile-pad);
  }

  .content-section.alt {
    padding-left: var(--mobile-pad);
    padding-right: var(--mobile-pad);
  }

  .section-heading,
  .content-heading {
    gap: 18px;
    margin-bottom: 24px;
  }

  .intro-heading h2,
  .section-heading h2,
  .feature-copy h2,
  .consultation-cta h2,
  .content-heading h2,
  .process-section h2,
  .article-body h2,
  .guide-intro h2,
  .guide-decision h2,
  .detail-copy h2,
  .selection-section h2 {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
    letter-spacing: -0.04em;
  }

  .solution-grid,
  .product-card-grid,
  .balanced-product-grid,
  .capability-grid,
  .use-case-grid,
  .faq-grid,
  .project-grid,
  .insight-grid,
  .value-grid,
  .process-grid,
  .project-page-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .solution-card,
  .product-card,
  .capability-card,
  .use-case,
  .project-card,
  .value-card,
  .faq-item {
    border-radius: 14px;
  }

  .solution-card {
    min-height: auto;
    padding: 20px;
  }

  .solution-card h3,
  .product-card h2,
  .capability-card h3,
  .project-content h3 {
    font-size: 1.08rem;
    line-height: 1.28;
  }

  .solution-card-image,
  .product-card-image,
  .capability-card-image,
  .project-photo {
    border-radius: 12px;
  }

  .feature-split {
    display: block;
  }

  .guide-hero {
    display: block;
  }

  .guide-hero-visual {
    margin: 0 var(--mobile-pad) 26px;
  }

  .guide-hero-visual img,
  .product-hero-visual img {
    max-height: 260px;
    object-fit: cover;
  }

  .guide-hero-visual figcaption,
  .product-hero-visual figcaption,
  .article-visual figcaption {
    position: static !important;
    margin-top: 10px;
    padding: 0;
    background: transparent;
    color: rgba(7, 26, 61, 0.72);
    font-size: 0.76rem;
    line-height: 1.55;
  }

  .jump-nav {
    display: none !important;
  }

  .product-finder {
    display: none !important;
  }

  .detail-section,
  .selection-section {
    padding: 28px var(--mobile-pad) !important;
  }

  .detail-layout,
  .selection-section {
    display: block !important;
  }

  .detail-copy,
  .selection-section > div:first-child {
    padding: 0 !important;
  }

  .category-product-photo {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
    max-height: 230px;
    object-fit: cover;
    width: 100%;
  }

  .selection-checks,
  .detail-checks,
  .decision-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
    margin-top: 18px;
  }

  .selection-checks article,
  .detail-checks article,
  .decision-grid article {
    padding: 15px !important;
  }

  .feature-copy,
  .feature-visual,
  .campus-map {
    min-height: auto;
    padding: 46px var(--mobile-pad);
  }

  .school-feature .feature-copy {
    order: initial;
  }

  .campus-map {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .consultation-cta {
    padding: 42px var(--mobile-pad) 88px;
    gap: 24px;
  }

  .button {
    min-height: 48px;
    border-radius: 10px;
  }

  .article-body > p,
  .content-heading > p,
  .section-heading > p,
  .feature-copy > p:not(.eyebrow) {
    line-height: 1.72;
  }

  .article-body h2 {
    margin-top: 38px;
    scroll-margin-top: 96px;
  }

  .article-visual {
    min-height: auto;
    padding: 34px var(--mobile-pad);
  }

  .visual-topic-grid div {
    min-height: 96px;
  }

  .site-footer {
    padding: 46px var(--mobile-pad) 92px;
  }

  .footer-base {
    margin-top: 34px;
  }

  .ai-launcher {
    right: 14px;
    bottom: 70px;
    padding: 0;
    border-radius: 16px;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .ai-launcher-robot {
    width: 58px;
    height: auto;
  }

  .mobile-page-helper {
    display: block;
    margin: 0 var(--mobile-pad) 22px;
    border: 1px solid rgba(7, 26, 61, 0.14);
    border-radius: 14px;
    background: #fffefa;
    box-shadow: 0 12px 28px rgba(7, 26, 61, 0.08);
    overflow: hidden;
  }

  .mobile-page-helper summary {
    cursor: pointer;
    list-style: none;
    padding: 14px 16px;
    color: var(--ink);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-page-helper summary::-webkit-details-marker {
    display: none;
  }

  .mobile-page-helper summary::after {
    content: "+";
    color: var(--blue);
    font-size: 1.1rem;
  }

  .mobile-page-helper[open] summary::after {
    content: "-";
  }

  .mobile-page-helper nav {
    display: grid;
    gap: 8px;
    padding: 0 12px 14px;
  }

  .mobile-page-helper a {
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 9px 12px;
    border-radius: 10px;
    background: rgba(18, 103, 243, 0.08);
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 700;
  }

  .mobile-grid-toggle {
    display: inline-flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    border: 1px solid rgba(18, 103, 243, 0.35);
    border-radius: 10px;
    color: var(--blue);
    background: #fff;
    font-weight: 800;
  }

  .mobile-collapsible-grid.is-collapsed > :nth-child(n + 7) {
    display: none !important;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 110;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 0.72fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 16px;
    background: rgba(3, 19, 46, 0.9);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 48px rgba(7, 26, 61, 0.35);
  }

  .mobile-action-bar a,
  .mobile-action-bar button {
    min-height: 42px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-action-bar a:first-child {
    background: var(--blue);
  }
}

@media (width > 760px) {
  .mobile-page-helper,
  .mobile-grid-toggle,
  .mobile-action-bar,
  .product-finder {
    display: none !important;
  }
}

/* ---- v83-premium-experience.css ---- */
/* V83 premium experience layer: cleaner navigation, richer product browsing, no bottom overlay bar. */
:root {
  --lux-ink: #061735;
  --lux-muted: #56657b;
  --lux-line: rgba(6, 23, 53, 0.12);
  --lux-panel: rgba(255, 255, 255, 0.82);
  --lux-paper: #f6f3ec;
  --lux-blue: #1267f3;
  --lux-cyan: #31d7ff;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(180deg, #f9f7f1 0%, #f3f0e8 42%, #fbfaf6 100%);
  color: var(--lux-ink);
  letter-spacing: 0;
}

.site-header {
  border-bottom: 1px solid rgba(6, 23, 53, 0.08);
  background: rgba(248, 246, 240, 0.86);
  backdrop-filter: blur(18px);
}

.nav-shell {
  max-width: 1380px;
}

.nav-links a,
.mobile-menu a {
  position: relative;
}

.nav-links a::after,
.mobile-menu a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: var(--lux-blue);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 220ms ease, transform 220ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.mobile-menu a:hover::after,
.mobile-menu a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.premium-progress {
  position: fixed;
  z-index: 140;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--lux-blue), var(--lux-cyan));
  pointer-events: none;
}

.page-hero,
.home-hero,
.guide-hero,
.article-header {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 243, 236, 0.78));
}

.hero-copy h1,
.page-hero h1,
.guide-hero h1,
.article-header h1 {
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-lead,
.page-lead,
.article-deck,
.guide-hero .page-lead,
.section-heading p,
.content-heading p {
  color: var(--lux-muted);
}

.button,
.product-card,
.solution-card,
.capability-card,
.project-card,
.insight-card,
.value-card,
.use-case,
.faq-item,
.selection-section,
.detail-section {
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.product-card,
.solution-card,
.capability-card,
.project-card,
.insight-card,
.value-card,
.use-case,
.faq-item {
  border: 1px solid rgba(6, 23, 53, 0.10);
  box-shadow: 0 18px 44px rgba(6, 23, 53, 0.06);
  background: rgba(255, 255, 255, 0.88);
}

.product-card:hover,
.solution-card:hover,
.capability-card:hover,
.project-card:hover,
.insight-card:hover {
  border-color: rgba(18, 103, 243, 0.25);
  box-shadow: 0 28px 72px rgba(6, 23, 53, 0.13);
  transform: translateY(-5px);
}

.product-card-image,
.solution-card-image,
.capability-card-image,
.project-photo,
.guide-hero-visual,
.product-hero-visual,
.article-visual {
  overflow: hidden;
}

.product-card-image img,
.solution-card-image img,
.capability-card-image img,
.project-photo img,
.guide-hero-visual img,
.product-hero-visual img,
.article-visual img {
  transform: scale(1.001);
  transition: transform 650ms ease, filter 650ms ease;
}

.product-card:hover img,
.solution-card:hover img,
.capability-card:hover img,
.project-card:hover img,
.guide-hero-visual:hover img,
.product-hero-visual:hover img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.035);
}

.jump-nav {
  position: sticky;
  z-index: 80;
  top: 78px;
  border-block: 1px solid rgba(6, 23, 53, 0.08);
  background: rgba(248, 246, 240, 0.9);
  backdrop-filter: blur(16px);
}

.jump-nav-inner {
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.jump-nav a,
.mobile-page-helper a {
  border: 1px solid rgba(18, 103, 243, 0.18);
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.jump-nav a:hover,
.jump-nav a:focus-visible,
.mobile-page-helper a:hover,
.mobile-page-helper a:focus-visible {
  border-color: rgba(18, 103, 243, 0.42);
  background: rgba(18, 103, 243, 0.1);
  transform: translateY(-1px);
}

.detail-section,
.selection-section {
  border-color: rgba(6, 23, 53, 0.10);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(250, 248, 242, 0.84));
}

.detail-index,
.selection-index,
.eyebrow {
  letter-spacing: 0.12em;
}

.category-product-photo {
  background: #f8f6ef;
  box-shadow: 0 16px 44px rgba(6, 23, 53, 0.08);
}

.guide-hero-visual figcaption,
.product-hero-visual figcaption,
.article-visual figcaption,
.project-photo span {
  backdrop-filter: blur(10px);
}

.ai-launcher {
  z-index: 120;
}

.mobile-action-bar {
  display: none !important;
}

.premium-reveal {
  opacity: 0;
  transform: translateY(24px);
}

.premium-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

.premium-reveal:nth-child(2n) {
  transition-delay: 60ms;
}

.premium-reveal:nth-child(3n) {
  transition-delay: 120ms;
}

@media (width >= 980px) {
  .product-card-grid,
  .solution-grid,
  .project-grid,
  .insight-grid,
  .capability-grid {
    gap: clamp(22px, 2.2vw, 34px);
  }

  .page-hero-inner,
  .hero-copy,
  .article-header,
  .guide-hero-copy {
    padding-top: clamp(72px, 7vw, 124px);
    padding-bottom: clamp(72px, 7vw, 124px);
  }

  .product-card-image,
  .solution-card-image,
  .capability-card-image,
  .project-photo {
    min-height: 220px;
  }
}

@media (width <= 760px) {
  body {
    background: linear-gradient(180deg, #fbfaf6 0%, #f4f1ea 100%);
  }

  .premium-progress {
    height: 2px;
  }

  .site-header {
    background: rgba(250, 248, 242, 0.94);
  }

  .mobile-menu nav {
    border: 1px solid rgba(6, 23, 53, 0.10);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(6, 23, 53, 0.18);
  }

  .hero-copy h1,
  .page-hero h1,
  .guide-hero h1,
  .article-header h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.25rem);
    line-height: 1.04;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .button {
    width: 100%;
    justify-content: center;
  }

  .mobile-page-helper {
    margin-top: 14px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.92);
  }

  .mobile-page-helper summary {
    min-height: 48px;
  }

  .mobile-page-helper nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
  }

  .mobile-page-helper a {
    flex: 0 0 min(78vw, 310px);
    scroll-snap-align: start;
  }

  .product-card,
  .solution-card,
  .capability-card,
  .project-card,
  .insight-card {
    box-shadow: 0 14px 36px rgba(6, 23, 53, 0.08);
  }

  .product-card:hover,
  .solution-card:hover,
  .capability-card:hover,
  .project-card:hover,
  .insight-card:hover {
    transform: none;
  }

  .product-card-image,
  .solution-card-image,
  .capability-card-image,
  .project-photo {
    min-height: 185px;
  }

  .category-product-photo {
    max-height: 250px;
  }

  .selection-checks article strong,
  .detail-checks article strong {
    display: block;
    margin-bottom: 6px;
  }

  .ai-launcher {
    bottom: 8px !important;
    right: 8px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .premium-reveal {
    opacity: 1;
    transform: none;
  }
}

/* ---- v84-premium-hero-system.css ---- */
/* V84: high-contrast premium hero and controlled graphical motion system. */
:root {
  --v84-ink: #061735;
  --v84-navy: #061a3a;
  --v84-midnight: #020b1c;
  --v84-blue: #1267f3;
  --v84-cyan: #31d7ff;
  --v84-paper: #f7f4ed;
  --v84-soft: rgba(255, 255, 255, 0.74);
}

.page-hero,
.guide-hero,
.home-hero {
  position: relative;
  isolation: isolate;
}

.page-hero,
.guide-hero {
  color: #fff !important;
  background:
    linear-gradient(110deg, rgba(2, 11, 28, 0.98) 0%, rgba(6, 26, 58, 0.98) 48%, rgba(7, 31, 73, 0.92) 100%) !important;
  overflow: hidden;
}

.page-hero::before,
.guide-hero::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(rgba(49, 215, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 215, 255, 0.12) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  opacity: 0.42;
  transform: translate3d(0, 0, 0);
  animation: v84GridDrift 14s linear infinite;
}

.page-hero::after,
.guide-hero::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 11, 28, 0.98) 0%, rgba(2, 11, 28, 0.82) 46%, rgba(2, 11, 28, 0.24) 78%, transparent 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 34%);
  content: "";
}

.page-hero-inner,
.guide-hero-copy,
.article-header {
  position: relative;
  z-index: 2;
}

.page-hero .home-link,
.guide-hero .home-link {
  color: rgba(255, 255, 255, 0.68) !important;
}

.page-hero .eyebrow,
.guide-hero .eyebrow {
  color: var(--v84-cyan) !important;
}

.page-hero h1,
.guide-hero h1 {
  color: #fff !important;
  max-width: 880px;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.page-hero .page-lead,
.guide-hero .page-lead {
  color: rgba(235, 243, 255, 0.82) !important;
}

.page-hero .button-outline,
.guide-hero .button-outline {
  border-color: rgba(255, 255, 255, 0.42) !important;
  color: #fff !important;
}

.page-hero .button-outline:hover,
.guide-hero .button-outline:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.premium-hero-graphic {
  position: absolute;
  z-index: 1;
  right: clamp(28px, 7vw, 118px);
  top: 50%;
  width: min(36vw, 520px);
  min-width: 360px;
  aspect-ratio: 1.2;
  transform: translateY(-50%);
  pointer-events: none;
}

.premium-hero-graphic::before,
.premium-hero-graphic::after {
  position: absolute;
  content: "";
}

.premium-hero-graphic::before {
  inset: 7% 3% 16% 20%;
  border: 1px solid rgba(49, 215, 255, 0.38);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    linear-gradient(90deg, transparent 0 32%, rgba(49, 215, 255, 0.16) 32% 33%, transparent 33% 66%, rgba(49, 215, 255, 0.12) 66% 67%, transparent 67%);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.24),
    inset 0 0 42px rgba(49, 215, 255, 0.08);
  animation: v84PanelFloat 7s ease-in-out infinite;
}

.premium-hero-graphic::after {
  right: 0;
  bottom: 3%;
  width: 46%;
  height: 30%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(49, 215, 255, 0.42), rgba(18, 103, 243, 0.10) 55%, transparent 55%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 13px);
  animation: v84PanelFloat 7s ease-in-out -2.4s infinite;
}

.premium-hero-line {
  position: absolute;
  left: 5%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(49, 215, 255, 0.92), rgba(255, 255, 255, 0.28), transparent);
  transform-origin: left;
  animation: v84SignalSweep 4.8s ease-in-out infinite;
}

.premium-hero-line:nth-child(1) { top: 26%; }
.premium-hero-line:nth-child(2) { top: 48%; animation-delay: -1.4s; }
.premium-hero-line:nth-child(3) { top: 70%; animation-delay: -2.8s; }

.premium-hero-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(49, 215, 255, 0.9);
  border-radius: 50%;
  background: var(--v84-midnight);
  box-shadow: 0 0 24px rgba(49, 215, 255, 0.45);
  animation: v84NodePulse 3.6s ease-in-out infinite;
}

.premium-hero-node:nth-child(4) { left: 18%; top: 24%; }
.premium-hero-node:nth-child(5) { left: 58%; top: 47%; animation-delay: -1.2s; }
.premium-hero-node:nth-child(6) { left: 76%; top: 68%; animation-delay: -2.4s; }

.article-header {
  background: linear-gradient(180deg, #fbfaf6, #f1ede4) !important;
}

.article-header h1 {
  color: var(--v84-ink) !important;
}

.article-header .article-deck,
.article-header .article-meta time,
.article-header .article-meta span {
  color: #4f6078 !important;
}

.home-hero .hero-copy h1 {
  color: var(--v84-ink) !important;
}

.home-hero .hero-lead {
  color: #4d5d73 !important;
}

.section,
.content-section,
.archive-shell,
.contact-layout,
.article-layout,
.process-section {
  scroll-margin-top: 104px;
}

.product-card,
.solution-card,
.capability-card,
.project-card,
.insight-card {
  border-radius: 18px !important;
}

@keyframes v84GridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 58px 58px, 58px 58px; }
}

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

@keyframes v84SignalSweep {
  0%, 100% { opacity: 0.28; transform: scaleX(0.72); }
  50% { opacity: 1; transform: scaleX(1); }
}

@keyframes v84NodePulse {
  0%, 100% { opacity: 0.62; transform: scale(0.92); }
  50% { opacity: 1; transform: scale(1.18); }
}

@media (width >= 980px) {
  .page-hero-inner,
  .guide-hero-copy {
    padding-top: clamp(86px, 8vw, 138px) !important;
    padding-bottom: clamp(86px, 8vw, 138px) !important;
  }

  .page-hero-inner {
    padding-right: min(48vw, 660px) !important;
  }

  .guide-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr) !important;
    gap: clamp(34px, 5vw, 78px);
    align-items: center;
  }
}

@media (width <= 979px) {
  .premium-hero-graphic {
    opacity: 0.28;
    right: -120px;
    width: 520px;
    min-width: 0;
  }

  .page-hero-inner {
    padding-right: 32px !important;
  }
}

@media (width <= 760px) {
  .page-hero,
  .guide-hero {
    min-height: auto !important;
  }

  .page-hero::after,
  .guide-hero::after {
    background:
      linear-gradient(180deg, rgba(2, 11, 28, 0.94) 0%, rgba(6, 26, 58, 0.88) 100%) !important;
  }

  .premium-hero-graphic {
    display: none;
  }

  .page-hero-inner,
  .guide-hero-copy {
    padding-top: 48px !important;
    padding-bottom: 58px !important;
  }

  .page-hero h1,
  .guide-hero h1 {
    font-size: clamp(2.6rem, 12vw, 3.7rem) !important;
    line-height: 1.03 !important;
  }

  .page-hero .page-lead,
  .guide-hero .page-lead {
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero::before,
  .guide-hero::before,
  .premium-hero-graphic::before,
  .premium-hero-graphic::after,
  .premium-hero-line,
  .premium-hero-node {
    animation: none !important;
  }
}

/* ---- v85-showroom-home.css ---- */
/* V85: showroom-style homepage and PNSS three-pillar solar-system hero. */
.premium-hero-graphic {
  width: min(40vw, 560px) !important;
  aspect-ratio: 1 !important;
}

.premium-hero-graphic::before {
  inset: 50% auto auto 50% !important;
  width: 122px !important;
  height: 122px !important;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 36% 30%, rgba(255, 255, 255, 0.98), rgba(18, 103, 243, 0.92) 42%, rgba(2, 11, 28, 0.98) 78%) !important;
  box-shadow:
    0 0 0 16px rgba(18, 103, 243, 0.12),
    0 0 0 34px rgba(49, 215, 255, 0.06),
    0 30px 90px rgba(49, 215, 255, 0.24) !important;
  color: #fff;
  content: "PNSS" !important;
  font-family: var(--font-sora), Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transform: translate(-50%, -50%) !important;
  animation: v85CorePulse 6s ease-in-out infinite !important;
}

.premium-hero-graphic::after {
  inset: 8% !important;
  width: auto !important;
  height: auto !important;
  border: 1px solid rgba(49, 215, 255, 0.22) !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle, transparent 48%, rgba(49, 215, 255, 0.16) 49%, transparent 51%),
    radial-gradient(circle, transparent 66%, rgba(255, 255, 255, 0.12) 67%, transparent 68%) !important;
  box-shadow: inset 0 0 80px rgba(49, 215, 255, 0.06) !important;
  animation: v85OrbitRotate 18s linear infinite !important;
}

.premium-hero-line {
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  width: 41% !important;
  height: 1px !important;
  opacity: 0.55;
  background: linear-gradient(90deg, rgba(49, 215, 255, 0.78), transparent) !important;
  transform-origin: left center !important;
  animation: v85SignalBreathe 5s ease-in-out infinite !important;
}

.premium-hero-line:nth-child(1) { transform: rotate(-90deg) !important; }
.premium-hero-line:nth-child(2) { transform: rotate(30deg) !important; animation-delay: -1.6s !important; }
.premium-hero-line:nth-child(3) { transform: rotate(150deg) !important; animation-delay: -3.2s !important; }

.premium-hero-node {
  width: 118px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(49, 215, 255, 0.48) !important;
  border-radius: 999px !important;
  background: rgba(3, 19, 46, 0.72) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24), inset 0 0 28px rgba(49, 215, 255, 0.08) !important;
  color: #fff;
  font-size: 0;
  transform: translate(-50%, -50%) !important;
  backdrop-filter: blur(12px);
  animation: v85NodeFloat 6s ease-in-out infinite !important;
}

.premium-hero-node::before {
  color: var(--v84-cyan);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-hero-node:nth-child(4) { left: 50% !important; top: 8% !important; }
.premium-hero-node:nth-child(4)::before { content: "AI Automation"; }
.premium-hero-node:nth-child(5) { left: 88% !important; top: 66% !important; animation-delay: -1.8s !important; }
.premium-hero-node:nth-child(5)::before { content: "Smart School"; }
.premium-hero-node:nth-child(6) { left: 12% !important; top: 66% !important; animation-delay: -3.6s !important; }
.premium-hero-node:nth-child(6)::before { content: "Integrated AV"; }

.home-hero {
  min-height: calc(100vh - 84px);
  background:
    linear-gradient(100deg, #f7f4ed 0%, #f7f4ed 45%, rgba(2, 11, 28, 0.98) 45.1%, #020b1c 100%) !important;
}

.home-hero .ecosystem-visual {
  background:
    radial-gradient(circle at 50% 50%, rgba(49, 215, 255, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(2, 11, 28, 0.98), rgba(6, 26, 58, 0.96));
}

.home-hero .visual-grid {
  opacity: 0.35 !important;
  transform: none !important;
  mask-image: none !important;
}

.home-hero .ecosystem-core {
  border-radius: 50% !important;
  transform: translate(-50%, -50%) !important;
  animation: v85CorePulse 6s ease-in-out infinite;
}

.home-hero .ecosystem-core > * {
  transform: none !important;
}

.home-hero .system-node {
  min-width: 236px;
  border-radius: 999px !important;
  background: rgba(3, 19, 46, 0.74) !important;
}

.home-hero .node-ai { top: 12% !important; left: 50% !important; transform: translateX(-50%); }
.home-hero .node-school { top: 58% !important; right: 6% !important; }
.home-hero .node-av { bottom: 18% !important; left: 6% !important; right: auto !important; }

.home-hero .line-one,
.home-hero .line-two,
.home-hero .line-three {
  opacity: 0.72 !important;
  animation: v85SignalBreathe 5s ease-in-out infinite;
}

.home-landing-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 32px 70px;
  border-top: 1px solid rgba(6, 23, 53, 0.10);
}

.home-landing-cta h2 {
  margin: 0;
  color: #061735;
  font-family: var(--font-sora), Arial, sans-serif;
  font-size: clamp(2rem, 3.4vw, 4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.home-landing-cta p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #56657b;
  font-size: 1.02rem;
  line-height: 1.75;
}

.home-landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.button-whatsapp {
  background: #14a865;
  color: #fff;
}

body.home-showroom main > section:not(.home-hero):not(.home-landing-cta) {
  display: none !important;
}

body.home-showroom .site-footer {
  display: none !important;
}

@keyframes v85CorePulse {
  0%, 100% { filter: saturate(1); box-shadow: 0 0 0 16px rgba(18, 103, 243, 0.12), 0 0 0 34px rgba(49, 215, 255, 0.06), 0 30px 90px rgba(49, 215, 255, 0.22); }
  50% { filter: saturate(1.15); box-shadow: 0 0 0 22px rgba(18, 103, 243, 0.15), 0 0 0 46px rgba(49, 215, 255, 0.08), 0 36px 110px rgba(49, 215, 255, 0.34); }
}

@keyframes v85OrbitRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes v85SignalBreathe {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.92; }
}

@keyframes v85NodeFloat {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -10px; }
}

@media (width <= 900px) {
  .home-hero {
    min-height: auto !important;
    background: #f7f4ed !important;
    display: block !important;
  }

  .home-hero .hero-copy {
    padding-bottom: 38px !important;
  }

  .home-hero .ecosystem-visual {
    min-height: 520px !important;
  }

  .home-landing-cta {
    grid-template-columns: 1fr;
    padding: 38px 22px 54px;
  }

  .home-landing-actions {
    justify-content: stretch;
  }

  .home-landing-actions .button {
    width: 100%;
  }
}

@media (width <= 620px) {
  .home-hero .ecosystem-visual {
    min-height: 430px !important;
  }

  .home-hero .system-node {
    min-width: 172px !important;
    padding: 10px 12px !important;
  }

  .home-hero .node-code {
    width: 36px !important;
    height: 36px !important;
  }

  .home-hero .node-ai {
    top: 8% !important;
  }

  .home-hero .node-school {
    top: 62% !important;
    right: 2% !important;
  }

  .home-hero .node-av {
    bottom: 10% !important;
    left: 2% !important;
  }

  .home-landing-cta h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-hero-graphic::before,
  .premium-hero-graphic::after,
  .premium-hero-line,
  .premium-hero-node,
  .home-hero .ecosystem-core,
  .home-hero .line-one,
  .home-hero .line-two,
  .home-hero .line-three {
    animation: none !important;
  }
}

/* ---- v87-orbit-motion.css ---- */
/* V87: explicit, shared PNSS orbit motion for every hero family. */
:root {
  --v87-orbit-speed: 36s;
  --v87-navy: #020b1c;
  --v87-blue: #1267f3;
  --v87-cyan: #31d7ff;
}

.v86-orbit-stage,
.premium-hero-graphic.v86-page-orbit {
  display: none !important;
}

.home-hero {
  grid-template-columns: minmax(0, 52%) minmax(0, 48%) !important;
  background: linear-gradient(90deg, #f7f4ed 0 52%, var(--v87-navy) 52% 100%) !important;
}

.home-hero .hero-copy {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  padding-right: clamp(42px, 5vw, 92px) !important;
  overflow: visible !important;
}

.home-hero .hero-copy h1 {
  width: 100% !important;
  max-width: none !important;
  color: #061735 !important;
  font-size: clamp(4rem, 5vw, 5.6rem) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.home-hero .ecosystem-visual {
  min-width: 0 !important;
  overflow: hidden !important;
}

.v87-orbit-stage {
  position: relative;
  isolation: isolate;
  color: #fff;
}

.v87-home-orbit {
  position: absolute;
  inset: 5% 4%;
  z-index: 3;
}

.v87-page-orbit {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: clamp(30px, 6vw, 116px);
  width: min(40vw, 600px);
  height: min(40vw, 600px);
  transform: translateY(-50%);
}

.v87-compact-orbit {
  width: min(100%, 360px);
  height: 220px;
  margin-top: 30px;
  border: 1px solid rgba(49, 215, 255, 0.25);
  border-radius: 18px;
  background:
    linear-gradient(rgba(49, 215, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 215, 255, 0.07) 1px, transparent 1px),
    #03132e;
  background-size: 32px 32px;
  box-shadow: inset 0 0 52px rgba(49, 215, 255, 0.08);
  overflow: hidden;
}

.v87-orbit-ring,
.v87-orbit-ring::after {
  position: absolute;
  inset: 12%;
  z-index: -1;
  border: 1px solid rgba(49, 215, 255, 0.28);
  border-radius: 50%;
  content: "";
  box-shadow: inset 0 0 70px rgba(49, 215, 255, 0.04);
}

.v87-orbit-ring::after {
  inset: 21%;
  border-color: rgba(255, 255, 255, 0.12);
}

.v87-orbit-line {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  transform-origin: 0 50%;
  background: linear-gradient(90deg, rgba(49, 215, 255, 0.62), rgba(49, 215, 255, 0.06));
  pointer-events: none;
}

.v87-orbit-pillar {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 190px;
  min-height: 78px;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(49, 215, 255, 0.44);
  border-radius: 16px;
  background: rgba(3, 19, 46, 0.9);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28), inset 0 0 28px rgba(49, 215, 255, 0.08);
  backdrop-filter: blur(14px);
  will-change: transform;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.v87-orbit-pillar:hover,
.v87-orbit-pillar:focus-visible {
  border-color: rgba(49, 215, 255, 0.96);
  background: rgba(5, 31, 72, 0.96);
  box-shadow: 0 26px 76px rgba(49, 215, 255, 0.25), inset 0 0 34px rgba(49, 215, 255, 0.12);
}

.v87-orbit-code {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(49, 215, 255, 0.55);
  border-radius: 12px;
  background: rgba(18, 103, 243, 0.22);
  color: var(--v87-cyan);
  font-size: 0.7rem;
  font-weight: 850;
}

.v87-orbit-copy {
  min-width: 0;
}

.v87-orbit-copy small {
  display: block;
  color: rgba(224, 236, 255, 0.62);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v87-orbit-copy strong {
  display: block;
  margin-top: 2px;
  font-size: 0.88rem;
  line-height: 1.22;
}

.v87-orbit-arrow {
  color: var(--v87-cyan);
  font-size: 0.8rem;
}

.v87-orbit-center {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(18, 103, 243, 0.98), rgba(3, 33, 83, 0.98));
  color: #fff;
  text-decoration: none;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow:
    0 0 0 16px rgba(18, 103, 243, 0.13),
    0 0 0 36px rgba(49, 215, 255, 0.06),
    0 28px 90px rgba(49, 215, 255, 0.28);
}

.v87-orbit-center > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotate(-45deg);
  text-align: center;
}

.v87-orbit-center strong {
  font-family: var(--font-sora), Arial, sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0;
}

.v87-orbit-center small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.54rem;
  font-weight: 800;
}

.v87-compact-orbit .v87-orbit-pillar {
  width: 128px;
  min-height: 50px;
  grid-template-columns: 30px 1fr;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 12px;
}

.v87-compact-orbit .v87-orbit-code {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  font-size: 0.55rem;
}

.v87-compact-orbit .v87-orbit-copy small,
.v87-compact-orbit .v87-orbit-arrow {
  display: none;
}

.v87-compact-orbit .v87-orbit-copy strong {
  margin: 0;
  font-size: 0.66rem;
}

.v87-compact-orbit .v87-orbit-center {
  width: 76px;
  height: 76px;
  border-radius: 19px;
  box-shadow:
    0 0 0 10px rgba(18, 103, 243, 0.13),
    0 0 0 22px rgba(49, 215, 255, 0.06),
    0 20px 58px rgba(49, 215, 255, 0.22);
}

.v87-compact-orbit .v87-orbit-center strong {
  font-size: 0.9rem;
}

.v87-compact-orbit .v87-orbit-center small {
  font-size: 0.4rem;
}

.v87-orbit-stage[data-paused="true"] .v87-orbit-pillar {
  border-color: rgba(49, 215, 255, 0.72);
}

@media (width <= 1180px) {
  .home-hero .hero-copy h1 {
    font-size: clamp(3.55rem, 4.6vw, 4.8rem) !important;
  }

  .v87-page-orbit {
    right: 18px;
    width: min(43vw, 500px);
    height: min(43vw, 500px);
  }

  .v87-page-orbit .v87-orbit-pillar {
    width: 166px;
    min-height: 68px;
    grid-template-columns: 38px 1fr;
  }

  .v87-page-orbit .v87-orbit-code {
    width: 38px;
    height: 38px;
  }

  .v87-page-orbit .v87-orbit-arrow {
    display: none;
  }
}

@media (width <= 900px) {
  .home-hero {
    display: block !important;
    background: #f7f4ed !important;
  }

  .home-hero .hero-copy h1 {
    font-size: clamp(3.45rem, 12vw, 5rem) !important;
  }

  .v87-home-orbit {
    inset: 4%;
  }

  .v87-page-orbit {
    position: relative;
    top: auto;
    right: auto;
    width: min(92vw, 500px);
    height: min(92vw, 500px);
    margin: 18px auto 44px;
    transform: none;
  }

  .page-hero-inner {
    padding-right: 32px !important;
  }
}

@media (width <= 620px) {
  .home-hero .hero-copy {
    padding-right: 22px !important;
  }

  .home-hero .hero-copy h1 {
    font-size: clamp(3.05rem, 15vw, 4rem) !important;
  }

  .home-hero .ecosystem-visual {
    min-height: 500px !important;
  }

  .v87-home-orbit {
    inset: 4% 2%;
  }

  .v87-home-orbit .v87-orbit-pillar,
  .v87-page-orbit .v87-orbit-pillar {
    width: 132px;
    min-height: 52px;
    grid-template-columns: 30px 1fr;
    gap: 7px;
    padding: 7px 9px;
    border-radius: 12px;
  }

  .v87-home-orbit .v87-orbit-code,
  .v87-page-orbit .v87-orbit-code {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 0.55rem;
  }

  .v87-home-orbit .v87-orbit-copy small,
  .v87-page-orbit .v87-orbit-copy small,
  .v87-home-orbit .v87-orbit-arrow,
  .v87-page-orbit .v87-orbit-arrow {
    display: none;
  }

  .v87-home-orbit .v87-orbit-copy strong,
  .v87-page-orbit .v87-orbit-copy strong {
    margin: 0;
    font-size: 0.68rem;
  }

  .v87-home-orbit .v87-orbit-center,
  .v87-page-orbit .v87-orbit-center {
    width: 88px;
    height: 88px;
    border-radius: 21px;
  }

  .v87-home-orbit .v87-orbit-center strong,
  .v87-page-orbit .v87-orbit-center strong {
    font-size: 1rem;
  }

  .v87-page-orbit {
    width: min(94vw, 390px);
    height: min(94vw, 390px);
  }

  .v87-compact-orbit {
    width: 100%;
    height: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v87-orbit-pillar {
    will-change: auto;
  }
}

/* ---- v91-cta-hierarchy.css ---- */
/* V91: quieter navigation and learn-first hero hierarchy. */
@media (min-width: 901px) {
  .nav-shell {
    grid-template-columns: minmax(180px, 260px) 1fr;
  }

  .desktop-nav {
    justify-content: flex-end;
  }
}

.guide-hero-copy .page-lead:last-child {
  margin-bottom: 0;
}

.hero-actions:has(> :only-child) {
  gap: 0;
}

@media (max-width: 620px) {
  .hero-actions:has(> :only-child) {
    align-items: flex-start;
  }

  .hero-actions:has(> :only-child) .button {
    width: auto;
    min-width: min(100%, 220px);
  }
}

/* ---- v97-mobile-visibility.css ---- */
/* V97: mobile rendering safety for Android Chrome and iOS Safari.
   Content must never depend on an IntersectionObserver callback to be readable. */
@media (max-width: 979px) {
  .premium-reveal,
  .premium-reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .guide-hero-visual,
  .guide-hero-visual img,
  .page-hero-inner,
  .hero-copy,
  .article-header,
  .detail-section,
  .selection-section,
  .product-card,
  .solution-card,
  .capability-card,
  .project-card,
  .insight-card {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .guide-hero-visual,
  .guide-hero-visual img {
    filter: none !important;
  }
}

/* WebKit can restore a page before observer state is recalculated. */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 979px) {
    .premium-reveal {
      opacity: 1 !important;
      transform: none !important;
    }
  }
}

/* ---- v98-mobile-hero-layering.css ---- */
/* V98: keep animated hero backgrounds behind all real hero content.
   The former mobile gradient covered guide media because the figure had no
   stacking level while the hero pseudo-elements used z-index: 0. */
.guide-hero > .guide-hero-copy,
.guide-hero > .guide-hero-visual {
  position: relative;
  z-index: 2;
}

.guide-hero > .v87-compact-orbit {
  position: relative;
  z-index: 2;
}

@media (max-width: 979px) {
  .guide-hero > .guide-hero-visual,
  .guide-hero > .guide-hero-visual img,
  .guide-hero > .guide-hero-visual figcaption {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .guide-hero > .guide-hero-visual {
    isolation: isolate;
  }

  .guide-hero > .guide-hero-visual img,
  .guide-hero > .guide-hero-visual figcaption {
    position: relative;
    z-index: 1;
  }
}

/* ---- v101-pnss-ai-mascot.css ---- */
/* V101: distinctive PNSS AI diamond mascot and restrained waiting motion. */
.ai-launcher {
  filter: drop-shadow(0 12px 18px rgba(1, 19, 46, 0.22));
  isolation: isolate;
}

.ai-robot-stage {
  animation: pnssAiWait 4.8s ease-in-out infinite !important;
  transform-origin: 50% 92% !important;
}

.ai-launcher-robot {
  animation: pnssAiLook 7.2s ease-in-out infinite !important;
  object-position: center bottom !important;
  transform-origin: 50% 61% !important;
}

.ai-robot-stage::after {
  animation: pnssAiPulse 3.6s ease-in-out infinite;
  background: radial-gradient(circle, rgba(50, 215, 255, 0.34), transparent 68%);
  border-radius: 50%;
  content: "";
  height: 40%;
  left: 23%;
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 39%;
  width: 56%;
  z-index: 1;
}

@keyframes pnssAiWait {
  0%, 20%, 100% { transform: translateY(0); }
  45% { transform: translateY(-2px); }
  60% { transform: translateY(0); }
}

@keyframes pnssAiLook {
  0%, 28%, 68%, 100% { transform: translateX(0); }
  38% { transform: translateX(-1.4px); }
  48% { transform: translateX(1.4px); }
  56% { transform: translateX(0); }
}

@keyframes pnssAiPulse {
  0%, 35%, 100% { opacity: 0; transform: scale(0.92); }
  50% { opacity: 0.38; transform: scale(1); }
  65% { opacity: 0; transform: scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
  .ai-robot-stage,
  .ai-launcher-robot,
  .ai-robot-stage::after {
    animation: none !important;
  }
}

/* ---- v105-product-library.css ---- */

/* PNSS Product Library v105 */
:root{--pl-navy:#071a3d;--pl-blue:#0a4cab;--pl-ink:#172033;--pl-muted:#667085;--pl-line:#dce3ec;--pl-soft:#f4f7fb;--pl-card:#fff;--pl-accent:#0e66d4}
.product-library-main{background:#fff;color:var(--pl-ink)}
.pl-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.pl-breadcrumb{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;padding:28px 0 10px;color:#667085;font-size:.9rem}
.pl-breadcrumb a{color:#315a92;text-decoration:none}.pl-breadcrumb a:hover{text-decoration:underline}
.pl-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:44px;align-items:center;padding:26px 0 54px}
.pl-eyebrow{margin:0 0 10px;color:#0a58bc;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.pl-hero h1,.pl-section h2,.pl-series-hero h1{font-family:Sora,Inter,sans-serif;color:var(--pl-navy);letter-spacing:-.035em}
.pl-hero h1,.pl-series-hero h1{font-size:clamp(2.25rem,5vw,4.25rem);line-height:1.02;margin:0 0 18px}
.pl-lead{font-size:1.14rem;line-height:1.72;color:#4d596b;max-width:750px;margin:0 0 22px}
.pl-model-code{display:inline-flex;gap:.4rem;align-items:center;border:1px solid #d8e2ef;background:#f8fbff;border-radius:999px;padding:.45rem .8rem;margin-bottom:18px;font-size:.88rem;color:#3c4a5f}
.pl-model-code strong{color:#0b3e82}
.pl-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.pl-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;text-decoration:none;font-weight:750;border:1px solid #0a4cab}.pl-button.primary{background:#0a4cab;color:#fff}.pl-button.secondary{background:#fff;color:#0a4cab}.pl-button:hover{transform:translateY(-1px)}
.pl-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:25px 0 0}.pl-metric{border:1px solid var(--pl-line);border-radius:12px;padding:13px;background:#fff}.pl-metric strong{display:block;color:var(--pl-navy);font-size:1.06rem}.pl-metric span{display:block;color:#6b7280;font-size:.78rem;margin-top:3px}
.pl-gallery{background:#f8fafc;border:1px solid var(--pl-line);border-radius:18px;padding:14px;box-shadow:0 14px 40px rgba(8,35,76,.08)}
.pl-gallery-stage{height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;border-radius:12px;position:relative}.pl-gallery-stage img{width:100%;height:100%;object-fit:contain;display:block}.pl-gallery-note{font-size:.75rem;color:#697386;margin:8px 2px 0;line-height:1.45}
.pl-gallery-thumbs{display:flex;gap:9px;overflow-x:auto;padding:10px 1px 2px;scrollbar-width:thin}.pl-thumb{flex:0 0 92px;height:68px;padding:4px;border:1px solid #cfd8e5;border-radius:9px;background:#fff;cursor:pointer}.pl-thumb[aria-current=true]{border:2px solid #0a58bc}.pl-thumb img{width:100%;height:100%;object-fit:cover;border-radius:5px}
.pl-section{padding:62px 0;border-top:1px solid #edf1f6}.pl-section.soft{background:var(--pl-soft)}.pl-section h2{font-size:clamp(1.8rem,3.3vw,2.8rem);margin:0 0 14px}.pl-section-intro{max-width:780px;color:#586579;line-height:1.7;margin-bottom:28px}
.pl-feature-grid,.pl-series-grid,.pl-model-grid,.pl-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pl-feature-card,.pl-series-card,.pl-model-card,.pl-category-card{border:1px solid var(--pl-line);border-radius:15px;background:#fff;padding:22px;box-shadow:0 8px 25px rgba(17,42,78,.045)}.pl-feature-card h3,.pl-series-card h3,.pl-model-card h3,.pl-category-card h3{color:var(--pl-navy);margin:0 0 8px;font-size:1.1rem}.pl-feature-card p,.pl-series-card p,.pl-model-card p,.pl-category-card p{color:#647084;line-height:1.6;margin:0}.pl-series-card .pl-series-stat{font-size:1.6rem;color:#0a4cab;font-weight:850;margin:5px 0 8px}.pl-card-link{display:inline-block;margin-top:14px;color:#0a58bc;font-weight:800;text-decoration:none}.pl-card-link:hover{text-decoration:underline}
.pl-compare{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--pl-line);border-radius:14px;overflow:hidden;background:#fff}.pl-compare th,.pl-compare td{padding:13px 15px;text-align:left;border-bottom:1px solid #e7ebf1;vertical-align:top}.pl-compare th{background:#eef4fb;color:#0b2f61;font-size:.83rem;text-transform:uppercase;letter-spacing:.04em}.pl-compare tr:last-child td{border-bottom:0}.pl-compare td:first-child{font-weight:750;color:#2c3b52;width:28%}.pl-table-wrap{overflow-x:auto;border-radius:14px}
.pl-size-nav{display:flex;gap:8px;flex-wrap:wrap;margin:17px 0 0}.pl-size-nav a{min-width:56px;text-align:center;padding:9px 11px;border-radius:9px;border:1px solid #cfd9e7;text-decoration:none;color:#315274;background:#fff;font-weight:750}.pl-size-nav a.active{background:#0a4cab;color:#fff;border-color:#0a4cab}.pl-size-nav a:hover{border-color:#0a58bc}
.pl-callout{border-left:4px solid #0e66d4;background:#f2f7fd;padding:18px 20px;border-radius:0 12px 12px 0;color:#445269;line-height:1.65}.pl-callout strong{color:#0b2f61}
.pl-application-chips{display:flex;flex-wrap:wrap;gap:9px}.pl-application-chips span{border:1px solid #d8e1ec;background:#fff;border-radius:999px;padding:.55rem .85rem;color:#41536a;font-size:.87rem}
.pl-cta{background:linear-gradient(135deg,#071a3d,#0b3976);color:#fff;padding:54px 0}.pl-cta .pl-shell{display:flex;align-items:center;justify-content:space-between;gap:28px}.pl-cta h2{color:#fff;margin:0 0 8px;font-size:clamp(1.7rem,3vw,2.5rem)}.pl-cta p{margin:0;color:#d5e2f2;max-width:760px;line-height:1.65}.pl-cta .pl-button.secondary{color:#fff;border-color:#9fc2f0;background:transparent}
.pl-source-note{font-size:.78rem;color:#6d7786;line-height:1.6;margin-top:24px}.pl-source-note a{color:#315a92}
.pl-series-hero{padding:40px 0 55px}.pl-series-hero .pl-lead{max-width:900px}.pl-series-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.pl-series-badges span{border:1px solid #d5e0ee;border-radius:999px;padding:.5rem .8rem;background:#fff;color:#3e536d;font-size:.84rem;font-weight:700}
.pl-model-card .pl-card-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.pl-model-card .pl-card-size{font-size:1.8rem;color:#0a4cab;font-weight:850}.pl-model-card dl{display:grid;grid-template-columns:1fr auto;gap:7px 14px;margin:15px 0 0;font-size:.85rem}.pl-model-card dt{color:#68768a}.pl-model-card dd{margin:0;color:#263a55;font-weight:700;text-align:right}
.pl-note{font-size:.8rem;color:#6b7584;margin-top:12px;line-height:1.55}
@media(max-width:900px){.pl-hero{grid-template-columns:1fr;gap:26px}.pl-gallery{order:-1}.pl-gallery-stage{height:min(58vw,390px)}.pl-feature-grid,.pl-series-grid,.pl-model-grid,.pl-category-grid{grid-template-columns:1fr 1fr}.pl-metrics{grid-template-columns:1fr 1fr}.pl-cta .pl-shell{display:block}.pl-cta .pl-actions{margin-top:22px}}
@media(max-width:600px){.pl-shell{width:min(100% - 26px,1180px)}.pl-breadcrumb{padding-top:18px}.pl-hero{padding-top:16px}.pl-gallery-stage{height:270px}.pl-feature-grid,.pl-series-grid,.pl-model-grid,.pl-category-grid{grid-template-columns:1fr}.pl-metrics{grid-template-columns:1fr 1fr}.pl-compare th,.pl-compare td{padding:11px 12px;font-size:.84rem}.pl-thumb{flex-basis:82px;height:60px}}

.pl-model-card-media{height:180px;margin:-6px -6px 18px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f7f9fc}.pl-model-card-media img{max-width:100%;max-height:100%;object-fit:contain;display:block}

/* ---- v110-product-library.css ---- */
/* PNSS Product Library v110 — calm, friendly navigation */
.pl-v110-hero{padding:34px 0 44px;max-width:900px}
.pl-v110-hero h1{font-family:Sora,Inter,sans-serif;color:var(--pl-navy);font-size:clamp(2.35rem,5vw,4.2rem);line-height:1.03;letter-spacing:-.045em;margin:0 0 16px}
.pl-v110-search{margin-top:28px;max-width:760px}
.pl-v110-searchbox{position:relative}
.pl-v110-searchbox svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;stroke:#607089;pointer-events:none}
.pl-v110-search input{width:100%;height:54px;border:1px solid #cfd9e6;border-radius:12px;background:#fff;padding:0 46px 0 48px;color:#172033;font:inherit;font-size:1rem;box-shadow:0 8px 24px rgba(17,42,78,.055);outline:none}
.pl-v110-search input:focus{border-color:#6da1df;box-shadow:0 0 0 4px rgba(14,102,212,.09)}
.pl-v110-search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#748198;font-size:1.25rem;width:34px;height:34px;border-radius:8px;cursor:pointer;display:none}
.pl-v110-search-clear:hover{background:#f2f5f9;color:#33445d}
.pl-v110-search-hint{margin:9px 3px 0;color:#778397;font-size:.82rem;line-height:1.5}
.pl-v110-results{display:none;margin-top:12px;border:1px solid #d9e2ed;border-radius:14px;background:#fff;box-shadow:0 16px 40px rgba(17,42,78,.09);overflow:hidden}
.pl-v110-results.open{display:block}
.pl-v110-result{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:15px 17px;border-bottom:1px solid #edf1f5;text-decoration:none;color:inherit}
.pl-v110-result:last-child{border-bottom:0}
.pl-v110-result:hover,.pl-v110-result:focus{background:#f7faff;outline:none}
.pl-v110-result strong{display:block;color:#092653;font-size:.98rem;margin-bottom:3px}
.pl-v110-result small{display:block;color:#738096;font-size:.75rem;margin-bottom:4px}
.pl-v110-result p{margin:0;color:#667286;font-size:.84rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pl-v110-result span{align-self:center;color:#0a58bc;font-weight:800;font-size:.85rem;white-space:nowrap}
.pl-v110-empty{padding:17px;color:#667286;font-size:.9rem}
.pl-v110-brand-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}
.pl-v110-brand{display:block;border:1px solid var(--pl-line);border-radius:16px;background:#fff;padding:26px;text-decoration:none;color:inherit;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.pl-v110-brand:hover{transform:translateY(-2px);border-color:#b9cce5;box-shadow:0 12px 28px rgba(17,42,78,.065)}
.pl-v110-brand-mark{display:inline-flex;align-items:center;min-height:30px;margin-bottom:14px;color:#0b3976;font-weight:850;letter-spacing:.01em}
.pl-v110-brand h3{margin:0 0 8px;color:var(--pl-navy);font-size:1.28rem}
.pl-v110-brand p{margin:0;color:#647084;line-height:1.6}
.pl-v110-brand span{display:inline-block;margin-top:15px;color:#0a58bc;font-weight:800;font-size:.9rem}
.pl-v110-type-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px}
.pl-v110-type{min-height:78px;border:1px solid #dce3ec;border-radius:12px;background:#fff;padding:15px 16px;text-decoration:none;display:flex;flex-direction:column;justify-content:center;color:#24364f}
.pl-v110-type:hover{border-color:#a9c2df;background:#fafdff}
.pl-v110-type strong{color:#0b2f61;font-size:.94rem;margin-bottom:3px}
.pl-v110-type span{color:#778397;font-size:.76rem;line-height:1.35}
.pl-v110-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}
.pl-v110-guide{border-top:3px solid #0a58bc;border-radius:12px;background:#fff;border-right:1px solid var(--pl-line);border-bottom:1px solid var(--pl-line);border-left:1px solid var(--pl-line);padding:22px}
.pl-v110-guide h3{margin:0 0 7px;color:var(--pl-navy);font-size:1.06rem}.pl-v110-guide p{margin:0;color:#667286;line-height:1.58}.pl-v110-guide a{display:inline-block;margin-top:13px;text-decoration:none;color:#0a58bc;font-weight:800;font-size:.88rem}
.pl-v110-section-kicker{max-width:720px;color:#667286;line-height:1.65;margin:0}
.pl-v110-count{font-size:.78rem;color:#8490a2;margin-top:16px}
@media(max-width:820px){.pl-v110-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.pl-v110-hero{padding-top:22px}.pl-v110-brand-grid,.pl-v110-guide-grid{grid-template-columns:1fr}.pl-v110-type-grid{grid-template-columns:1fr 1fr}.pl-v110-brand{padding:21px}.pl-v110-result{grid-template-columns:1fr}.pl-v110-result span{display:none}}
@media(max-width:390px){.pl-v110-type-grid{grid-template-columns:1fr}}
