/**
 * Evolabs Products Page Polish
 * Enterprise portfolio hierarchy ??? products page only.
 */

/* ?????? Section rhythm ?????? */
.products-page {
  --space-section: clamp(72px, 7.5vw, 112px);
  --space-block: 40px;
  --products-content-max: var(--max);
  --container: var(--max);
  --container-wide: var(--max-hero);
  --type-eyebrow: 13px;
  --color-section-eyebrow: #000000;
}

.products-page .eyebrow,
.products-page .section-heading .eyebrow,
.products-page .page-hero .eyebrow {
  font-size: var(--type-eyebrow);
  color: var(--color-section-eyebrow, #000000);
}

/* Unified content width ? fluid enterprise shell */
.products-page .section-inner,
.products-page .footer-shell {
  width: min(var(--products-content-max), calc(100% - 2 * var(--page-gutter, 24px)));
  max-width: none;
  margin-inline: auto;
  padding-inline: var(--page-gutter, clamp(20px, 3vw, 40px));
}

.products-page .products-hero-layout {
  padding-bottom: clamp(40px, 5vh, 72px);
}

.products-page main > .section .section-inner,
.products-page .suite-section .section-inner,
.products-page .platform-section .section-inner,
.products-page .integrations-section .section-inner,
.products-page .demo-section .section-inner {
  padding-bottom: var(--space-section);
}

/* Breathing room ??? sections stacked without top padding feel pinched */
.products-page main > .section + .section .section-inner {
  padding-top: var(--space-section);
}

.products-page .section-heading {
  margin-bottom: 28px;
}

.solution-builder-page {
  --sb-accent-soft: #f3e8ff;
  --sb-accent-soft-2: #ede9fe;
  --sb-accent-border: rgba(196, 181, 253, 0.55);
  --sb-accent-text: #6b21a8;
}

.solution-builder-page .solution-builder-hero {
  --sb-hero-purple: #6f3bff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(72vh, 720px);
  padding: clamp(36px, 6.4vw, 70px) 0 clamp(40px, 5vw, 72px);
  color: #fff;
  background: #4c1d95;
}

.solution-builder-page .solution-builder-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    url("../images/hero/solution-builder-hero-purple.webp?v=20260805-perf1") center / cover no-repeat;
  background-position: 70% center;
}

.solution-builder-page .solution-builder-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(49, 16, 100, 0.78) 0%,
      rgba(76, 29, 149, 0.55) 38%,
      rgba(76, 29, 149, 0.18) 58%,
      transparent 72%
    ),
    linear-gradient(180deg, rgba(30, 10, 70, 0.25) 0%, transparent 35%, transparent 75%, rgba(30, 10, 70, 0.3) 100%);
}

.solution-builder-page .solution-builder-hero .section-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max-hero), calc(100% - 2 * var(--page-gutter, 24px)));
  max-width: none;
  padding-top: clamp(100px, 12vh, 148px);
  padding-bottom: clamp(40px, 6vh, 72px);
}

.solution-builder-page .solution-builder-hero .eyebrow {
  color: #e9d5ff;
  letter-spacing: 0.16em;
}

.solution-builder-page .solution-builder-hero h1 {
  max-width: 16ch;
  margin: 14px 0 20px;
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1.05;
  color: #fff;
  text-shadow: 0 10px 28px rgba(30, 10, 70, 0.28);
}

.solution-builder-page .builder-hero-lead {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.55;
}

.solution-builder-page .solution-builder-section {
  padding-top: 0;
}

.products-page .solution-builder-teaser {
  text-align: center;
}

.products-page main > .section.solution-builder-teaser .section-inner {
  padding-top: clamp(72px, 10vw, 112px);
  padding-bottom: clamp(72px, 10vw, 112px);
}

.products-page .solution-builder-teaser .section-heading {
  margin-inline: auto;
  max-width: 62ch;
}

.products-page .solution-builder-teaser .section-heading h2 {
  font-size: clamp(26.25px, 2.8125vw, 36px);
  line-height: 1.15;
  max-width: 20ch;
  margin-inline: auto;
}

.products-page .solution-builder-teaser .section-heading .eyebrow {
  display: inline-block;
  color: #6b21a8;
  font-size: calc(var(--type-eyebrow, 11px) * 1.35);
}

.products-page .solution-builder-teaser .suite-demo.btn-liquid--purple {
  margin-top: 12px;
}

.solution-builder-page .builder-intake {
  display: grid;
  gap: 24px;
}

.solution-builder-page .builder-fields {
  display: grid;
  gap: 14px;
}

.solution-builder-page .builder-field {
  display: grid;
  gap: 8px;
}

.solution-builder-page .builder-field > span {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}

.solution-builder-page .builder-input,
.solution-builder-page .builder-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  line-height: 1.5;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.solution-builder-page .builder-textarea {
  min-height: 96px;
  resize: vertical;
}

.solution-builder-page .builder-input:focus,
.solution-builder-page .builder-textarea:focus {
  outline: none;
  border-color: rgba(168, 85, 247, 0.45);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.12);
}

.solution-builder-page .builder-prompt-label {
  margin: 12px 0 8px;
  color: var(--muted);
  font-size: 12px;
}

.solution-builder-page .builder-prompt-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.solution-builder-page .builder-prompt-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  transition: color 0.28s ease, border-color 0.28s ease;
}

.solution-builder-page .builder-prompt-chip > span {
  position: relative;
  z-index: 1;
}

.solution-builder-page .builder-prompt-chip::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #a855f7, #9333ea);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s ease;
  z-index: 0;
}

.solution-builder-page .builder-prompt-chip:hover::before,
.solution-builder-page .builder-prompt-chip:focus-visible::before,
.solution-builder-page .builder-prompt-chip.is-selected::before {
  transform: scaleX(1);
}

.solution-builder-page .builder-prompt-chip.is-selected:hover::before,
.solution-builder-page .builder-prompt-chip.is-selected:focus-visible::before {
  background: linear-gradient(135deg, #9333ea, #7e22ce);
}

.solution-builder-page .builder-prompt-chip:hover,
.solution-builder-page .builder-prompt-chip:focus-visible,
.solution-builder-page .builder-prompt-chip.is-selected {
  border-color: #a855f7;
  color: #fff;
}

.solution-builder-page .builder-prompt-chip.is-selected {
  border-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .solution-builder-page .builder-prompt-chip,
  .solution-builder-page .builder-prompt-chip::before {
    transition: none;
  }
}

.solution-builder-page .builder-step-submit {
  padding-top: 4px;
}

/* Find My Solution ??? bright purple liquid fill (scoped) */
.solution-builder-page .suite-demo.builder-submit.btn-liquid {
  --liquid: #a855f7;
}

.solution-builder-page .suite-demo.builder-submit.btn-liquid:hover,
.solution-builder-page .suite-demo.builder-submit.btn-liquid:focus-visible {
  box-shadow: 0 14px 36px rgba(168, 85, 247, 0.32);
}

.solution-builder-page .builder-submit[disabled] {
  opacity: 0.75;
  cursor: wait;
}

.solution-builder-page .builder-results.is-hidden {
  display: none;
}

.solution-builder-page .builder-results:not(.is-hidden) {
  display: grid;
  gap: 24px;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(16, 24, 32, 0.08);
}

.solution-builder-page .builder-match-summary {
  margin: 0;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(196, 181, 253, 0.45);
  background: linear-gradient(135deg, rgba(243, 232, 255, 0.75), rgba(255, 255, 255, 0.95));
  color: var(--ink);
  font-size: 14px;
  line-height: 1.6;
}

.solution-builder-page .builder-matched-cases {
  margin-top: 14px;
}

.solution-builder-page .builder-matched-cases.is-hidden {
  display: none;
}

.solution-builder-page .builder-matched-cases-label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.solution-builder-page .builder-matched-cases-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.solution-builder-page .builder-matched-case {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.solution-builder-page .builder-matched-case strong {
  font-size: 14px;
  color: var(--ink);
}

.solution-builder-page .builder-matched-case span {
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}

.solution-builder-page .builder-step-num {
  background: var(--sb-accent-soft);
  color: var(--sb-accent-text);
  box-shadow:
    0 0 0 4px rgba(168, 85, 247, 0.12),
    0 4px 14px rgba(168, 85, 247, 0.18);
}

.solution-builder-page .builder-ecosystem {
  border-color: var(--sb-accent-border);
  background:
    radial-gradient(circle at 88% 8%, rgba(168, 85, 247, 0.18), transparent 42%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(243, 232, 255, 0.65));
  box-shadow:
    0 20px 50px rgba(16, 24, 32, 0.08),
    0 0 48px rgba(168, 85, 247, 0.12);
}

.solution-builder-page .builder-eco-title {
  color: var(--sb-accent-text);
}

.solution-builder-page .builder-eco-stat strong {
  color: var(--sb-accent-text);
}

.solution-builder-page .builder-eco-connector {
  background: linear-gradient(90deg, #a855f7, #c084fc);
}

.products-page .builder-intro,
.solution-builder-page .builder-hero-lead,
.solution-builder-page .builder-intro,
.products-page .demo-intro {
  max-width: 60ch;
  margin-top: 12px;
  line-height: 1.62;
}

/* ?????? 1. Hero (bright blue) ?????? */
.products-page .products-hero-copy {
  display: grid;
  gap: 0;
}

.products-page .products-hero-copy .eyebrow {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 0 rgba(8, 70, 130, 0.2);
}

.products-page .products-hero-copy h1 {
  max-width: none;
  margin-bottom: 24px;
  letter-spacing: -0.028em;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 8px 28px rgba(8, 60, 120, 0.25);
}

.products-page .products-hero-copy p:not(.eyebrow) {
  max-width: 38ch;
  margin: 0 0 32px;
  line-height: 1.68;
  color: #ffffff;
}

.products-page .products-hero-copy .hero-actions {
  margin: 0 0 28px;
  gap: 14px;
}

.products-page .products-hero-copy .hero-trust-list {
  margin-top: 0;
}

.products-page .products-hero-copy .hero-trust-list li {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.products-page .products-hero .secondary-action {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.products-page .products-hero .secondary-action:hover,
.products-page .products-hero .secondary-action:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}

.products-page .products-hero .product-hero-panel {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 28px 70px rgba(8, 70, 130, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* Get Started preview card ??? solid panel (not hero glass) */
.products-page .demo-section .demo-visual.product-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.28);
}

.products-page .demo-section .product-hero-label {
  color: rgba(255, 255, 255, 0.92);
  background: var(--blue-dark);
}

.products-page .demo-section .hero-dash-widget {
  border-color: rgba(16, 24, 32, 0.08);
  background: #fff;
}

.products-page .demo-section .section-heading h2,
.products-page .demo-section .demo-intro {
  color: #fff;
}

.products-page .demo-section .demo-intro {
  color: #ffffff;
}

.products-page .section-heading .suite-intro,
.products-page .section-heading .platform-intro,
.products-page .section-heading .integ-intro,
.products-page .section-heading .workflow-intro,
.products-page .section-heading .faq-intro,
.products-page .section-heading .demo-intro {
  padding: 0;
  margin-top: 12px;
  max-width: 58ch;
  font-size: 16px;
  line-height: 1.6;
}

.products-page .section-heading .prod-hw-intro {
  padding: 0;
  margin-top: 12px;
  max-width: min(78ch, 100%);
  font-size: 16px;
  line-height: 1.6;
}

/* ?????? 2. Flagship platform cards ?????? */
.products-page .suite-section .section-heading h2 {
  max-width: 22ch;
}

.products-page .suite-section .suite-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
  align-items: stretch;
}

.products-page .suite-section .suite-card {
  height: 100%;
  min-height: 0;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(16, 24, 32, 0.09);
}

.products-page .suite-section .suite-card::after {
  opacity: 0.88;
}

.products-page .suite-section .suite-card-featured {
  grid-column: auto;
  grid-row: auto;
  box-shadow: 0 32px 80px color-mix(in srgb, var(--card-accent) 14%, rgba(16, 24, 32, 0.12));
}

.products-page .suite-section .suite-card-featured .suite-card-head h3 {
  font-size: 22px;
}

.products-page .suite-section .suite-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0;
  height: 100%;
  min-height: 0;
  padding: 24px 24px 20px;
}

.products-page .suite-section .suite-card-head h3 {
  font-size: 22px;
}

.products-page .suite-desc {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.62;
  max-width: 52ch;
}

.products-page .suite-meta-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 24, 32, 0.06);
}

.products-page .suite-section .suite-desc {
  margin-top: 12px;
  line-height: 1.52;
}

.products-page .suite-section .suite-primary-details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin-top: 14px;
  padding-top: 14px;
}

.products-page .suite-section .suite-meta-block--capabilities {
  grid-column: 1 / -1;
}

.products-page .suite-meta-block {
  display: grid;
  gap: 8px;
}

.products-page .suite-section .suite-meta-block {
  gap: 6px;
}

.products-page .suite-meta-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue-dark);
}

.products-page .suite-meta-block > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.products-page .suite-capabilities {
  margin: 0;
  gap: 6px;
}

.products-page .suite-capabilities li {
  font-size: 13px;
  line-height: 1.45;
}

.products-page .suite-section .suite-capabilities {
  gap: 5px;
}

.products-page .suite-section .suite-capabilities li {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.4;
}

.products-page .suite-integrations {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-page .suite-integrations li {
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(16, 24, 32, 0.05);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}

.products-page .suite-section .suite-integrations {
  gap: 5px;
}

.products-page .suite-section .suite-integrations li {
  padding: 3px 8px;
}

.products-page .suite-industries {
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

/* Ideal for & business outcomes */
.products-page .suite-ideal-for,
.products-page .suite-outcome-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-page .suite-ideal-for li,
.products-page .suite-outcome-list li {
  position: relative;
  padding-left: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.products-page .suite-section .suite-ideal-for,
.products-page .suite-section .suite-outcome-list {
  gap: 4px;
}

.products-page .suite-section .suite-ideal-for li,
.products-page .suite-section .suite-outcome-list li {
  line-height: 1.4;
}

.products-page .suite-ideal-for li::before,
.products-page .suite-outcome-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.products-page .suite-card[data-suite="flow"] .suite-ideal-for li::before,
.products-page .suite-card[data-suite="flow"] .suite-outcome-list li::before,
.products-page .platform-panel[data-platform="flow"] .suite-ideal-for li::before,
.products-page .platform-panel[data-platform="flow"] .suite-outcome-list li::before {
  background: #d62828;
}

.products-page .suite-card[data-suite="mara"] .suite-ideal-for li::before,
.products-page .suite-card[data-suite="mara"] .suite-outcome-list li::before,
.products-page .platform-panel[data-platform="mara"] .suite-ideal-for li::before,
.products-page .platform-panel[data-platform="mara"] .suite-outcome-list li::before {
  background: #3c9f73;
}

.products-page .suite-card[data-suite="frontline"] .suite-ideal-for li::before,
.products-page .suite-card[data-suite="frontline"] .suite-outcome-list li::before,
.products-page .platform-panel[data-platform="frontline"] .suite-ideal-for li::before,
.products-page .platform-panel[data-platform="frontline"] .suite-outcome-list li::before {
  background: #ff5a24;
}

.products-page .suite-meta-block--ideal {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(16, 24, 32, 0.06);
}

.products-page .suite-section .suite-meta-block--ideal {
  padding-bottom: 0;
  border-bottom: 0;
}

.products-page .suite-outcomes-block {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--blue) 4%, rgba(16, 24, 32, 0.03));
  border: 1px solid rgba(16, 24, 32, 0.06);
}

.products-page .suite-card[data-suite="flow"] .suite-outcomes-block {
  background: color-mix(in srgb, #d62828 6%, rgba(16, 24, 32, 0.02));
  border-color: color-mix(in srgb, #d62828 14%, rgba(16, 24, 32, 0.06));
}

.products-page .suite-card[data-suite="mara"] .suite-outcomes-block {
  background: color-mix(in srgb, #3c9f73 6%, rgba(16, 24, 32, 0.02));
  border-color: color-mix(in srgb, #3c9f73 14%, rgba(16, 24, 32, 0.06));
}

.products-page .suite-card[data-suite="frontline"] .suite-outcomes-block {
  background: color-mix(in srgb, #ff5a24 6%, rgba(16, 24, 32, 0.02));
  border-color: color-mix(in srgb, #ff5a24 14%, rgba(16, 24, 32, 0.06));
}

.products-page .suite-section .suite-more {
  margin-top: auto;
  padding-top: 14px;
}

.products-page .suite-section .suite-more summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 16px;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid color-mix(in srgb, var(--card-accent) 18%, rgba(16, 24, 32, 0.08));
  border-radius: 12px;
  background: color-mix(in srgb, var(--card-accent) 5%, #fff);
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.products-page .suite-section .suite-more summary::-webkit-details-marker {
  display: none;
}

.products-page .suite-section .suite-more summary > span {
  font-size: 12px;
  font-weight: 800;
}

.products-page .suite-section .suite-more summary > small {
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.3;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products-page .suite-section .suite-more summary::after {
  content: "";
  width: 7px;
  height: 7px;
  justify-self: center;
  border-right: 2px solid var(--card-accent);
  border-bottom: 2px solid var(--card-accent);
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.products-page .suite-section .suite-more summary:hover {
  border-color: color-mix(in srgb, var(--card-accent) 36%, rgba(16, 24, 32, 0.08));
}

.products-page .suite-section .suite-more summary:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--card-accent) 28%, transparent);
  outline-offset: 3px;
}

.products-page .suite-section .suite-more[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}

.products-page .suite-section .suite-more-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 12px;
}

.products-page .suite-section .suite-more .suite-outcomes-block {
  gap: 7px;
  margin-top: 0;
  padding: 12px;
}

.products-page .suite-outcome {
  margin-top: 14px;
}

.products-page .suite-section .suite-actions {
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 24, 32, 0.06);
}

.products-page .suite-card[data-suite="flow"] .suite-actions .suite-demo:not(.btn-liquid),
.products-page .suite-card[data-suite="mara"] .suite-actions .suite-demo:not(.btn-liquid),
.products-page .suite-card[data-suite="frontline"] .suite-actions .suite-demo:not(.btn-liquid) {
  background: linear-gradient(135deg, var(--orange-hot, #ff8a3d), var(--demo-cta, #ff5a24));
}

.products-page .suite-card[data-suite="flow"] .suite-actions .suite-demo:not(.btn-liquid):hover,
.products-page .suite-card[data-suite="mara"] .suite-actions .suite-demo:not(.btn-liquid):hover,
.products-page .suite-card[data-suite="frontline"] .suite-actions .suite-demo:not(.btn-liquid):hover,
.products-page .suite-card[data-suite="flow"] .suite-actions .suite-demo:not(.btn-liquid):focus-visible,
.products-page .suite-card[data-suite="mara"] .suite-actions .suite-demo:not(.btn-liquid):focus-visible,
.products-page .suite-card[data-suite="frontline"] .suite-actions .suite-demo:not(.btn-liquid):focus-visible {
  background: linear-gradient(135deg, var(--demo-cta, #ff5a24), var(--demo-cta-hover, #e84b18));
}

/* ?????? 3. Platform capability panels ?????? */
.products-page .platform-section .section-heading h2 {
  max-width: 26ch;
}

.products-page .platform-copy {
  display: grid;
  gap: 16px;
}

.products-page .platform-copy > p:not(.evo-platform-category) {
  max-width: 52ch;
  line-height: 1.66;
}

.products-page .prod-value-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 4px 0 0;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

.products-page .prod-ideal-for,
.products-page .prod-business-outcomes {
  display: grid;
  gap: 10px;
}

.products-page .prod-cap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 4px 0 0;
}

.products-page .prod-cap-block {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(16, 24, 32, 0.07);
  background: rgba(255, 255, 255, 0.72);
}

.products-page .prod-cap-block strong {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue-dark);
}

.products-page .prod-cap-block ul {
  margin: 0;
  padding-left: 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.products-page .prod-cap-block ul li + li {
  margin-top: 4px;
}

.products-page .prod-hw-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.products-page .prod-hw-catalog-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.products-page .prod-hw-catalog-links a {
  font-size: 13px;
  font-weight: 800;
  color: var(--blue-dark);
  text-decoration: none;
}

.products-page .prod-hw-catalog-links a:hover {
  text-decoration: underline;
}

.products-page .prod-hw-catalog-links li + li {
  position: relative;
  padding-left: 14px;
}

.products-page .prod-hw-catalog-links li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(16, 24, 32, 0.2);
  transform: translateY(-50%);
}

/* ?????? 4. Supporting technologies (explorer) ?????? */
.products-page .explorer-section .section-heading h2 {
  max-width: 28ch;
}

.products-page .explorer-card:not([data-category="software"]) {
  opacity: 0.94;
  box-shadow: 0 10px 28px rgba(16, 24, 32, 0.05);
}

.products-page .explorer-card:not([data-category="software"]) .explorer-visual {
  transform: scale(0.96);
}

.products-page .explorer-card[data-category="software"] {
  border-width: 1.5px;
  box-shadow: 0 22px 56px rgba(16, 24, 32, 0.1);
}

.products-page .explorer-card:not([data-category="software"]) .suite-kicker::after {
  content: " ? Extends flagship platforms";
  font-size: 10px;
  font-weight: 700;
  color: var(--muted);
}

/* ?????? 5. Certified hardware ecosystem ?????? */
.products-page .eco-section .section-heading h2 {
  max-width: 24ch;
}

.products-page .eco-software-summary {
  margin-bottom: 28px;
}

.products-page .eco-card {
  border-radius: 16px;
}

.products-page .eco-card h3 {
  font-size: 17px;
}

.products-page .eco-card p {
  font-size: 14px;
  line-height: 1.58;
}

/* ?????? 6. Integrations & ecosystem value ?????? */
.products-page .integ-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 36px;
}

.products-page .integ-value-card {
  padding: 20px 18px;
  border-radius: 16px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  background: #fff;
  box-shadow: 0 12px 32px rgba(16, 24, 32, 0.05);
}

.products-page .integ-value-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--blue-dark);
}

.products-page .integ-value-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.products-page .integ-card .integ-summary {
  line-height: 1.62;
}

.products-page .partner-badges {
  margin-bottom: 28px;
}

.products-page .partner-badge-icon.partner-brand--honeywell,
.products-page .partner-badge-icon.partner-brand--zebra,
.products-page .partner-badge-icon.partner-brand--sap {
  background: #fff;
  padding: 4px;
}

.products-page .partner-badge-icon.partner-brand--honeywell img,
.products-page .partner-badge-icon.partner-brand--zebra img,
.products-page .partner-badge-icon.partner-brand--sap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products-page .integ-ico.integ-brand--honeywell,
.products-page .integ-ico.integ-brand--zebra {
  background: #fff;
  padding: 2px;
}

.products-page .integ-ico.integ-brand--honeywell img,
.products-page .integ-ico.integ-brand--zebra img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ?????? 7. Final CTA ?????? */
.products-page .demo-section .section-heading h2 {
  max-width: 20ch;
}

.products-page .demo-section .section-heading {
  text-align: left;
}

.products-page .demo-actions {
  margin-top: 28px;
  gap: 14px;
}

.products-page .demo-actions .primary-action {
  min-height: 52px;
  padding-inline: 28px;
  font-size: 16px;
  box-shadow: 0 18px 48px rgba(255, 90, 36, 0.28);
}

.products-page .prod-platform-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.products-page .prod-platform-picker a {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background 200ms ease, border-color 200ms ease;
}

.products-page .prod-platform-picker a:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(33, 169, 211, 0.45);
}

/* ?????? Enterprise ecosystem (minimal) ?????? */
.products-page .prod-ecosystem-section--minimal .section-inner {
  padding-bottom: clamp(72px, 10vw, 112px);
}

.products-page .prod-ecosystem-section--minimal .section-heading {
  text-align: center;
  margin-inline: auto;
}

.products-page .prod-ecosystem-section--minimal .section-heading h2 {
  max-width: 28ch;
  margin-inline: auto;
}

.products-page .prod-ecosystem-section--minimal .workflow-intro {
  max-width: 52ch;
  margin-inline: auto;
}

.products-page .prod-eco-minimal {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  width: fit-content;
  max-width: 100%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.products-page .prod-eco-minimal-node {
  flex: 0 0 auto;
  display: grid;
  gap: 6px;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  background: #fff;
  text-decoration: none;
  text-align: center;
  justify-items: center;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.products-page .prod-eco-minimal-node:hover {
  border-color: rgba(15, 110, 169, 0.35);
  background: rgba(33, 169, 211, 0.04);
}

.products-page .prod-eco-minimal-role {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.products-page .prod-eco-minimal-node strong {
  display: inline-block;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.products-page .prod-eco-minimal-node[data-platform="flow"] {
  border-left: 3px solid #d62828;
}

.products-page .prod-eco-minimal-node[data-platform="flow"] strong {
  background-image: linear-gradient(135deg, #ffb3ab 0%, #d62828 42%, #9a1717 100%);
  filter: drop-shadow(0 1px 1px rgba(214, 40, 40, 0.22));
}

.products-page .prod-eco-minimal-node[data-platform="mara"] {
  border-left: 3px solid #3c9f73;
}

.products-page .prod-eco-minimal-node[data-platform="mara"] strong {
  background-image: linear-gradient(135deg, #87d8aa 0%, #3c9f73 42%, #1f6b47 100%);
  filter: drop-shadow(0 1px 1px rgba(60, 159, 115, 0.22));
}

.products-page .prod-eco-minimal-node[data-platform="frontline"] {
  border-left: 3px solid #ff5a24;
}

.products-page .prod-eco-minimal-node[data-platform="frontline"] strong {
  background-image: linear-gradient(135deg, #ffb089 0%, #ff5a24 42%, #c94412 100%);
  filter: drop-shadow(0 1px 1px rgba(255, 90, 36, 0.22));
}

.products-page .prod-eco-minimal-connector {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  align-self: center;
  width: auto;
  padding-inline: 4px;
}

.products-page .prod-eco-minimal-connector-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.15;
  text-align: center;
  color: rgba(16, 24, 32, 0.58);
  white-space: nowrap;
}

.products-page .prod-eco-minimal-connector-track {
  display: block;
  width: clamp(36px, 5vw, 48px);
  height: 2px;
  background: rgba(16, 24, 32, 0.42);
  position: relative;
}

.products-page .prod-eco-minimal-connector-track::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(16, 24, 32, 0.52);
  border-right: 2px solid rgba(16, 24, 32, 0.52);
  transform: translateY(-50%) rotate(45deg);
}

.products-page .prod-eco-minimal-foot {
  margin: 24px auto 0;
  max-width: 52ch;
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}

.products-page .prod-eco-erp {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 28px auto 0;
  max-width: 720px;
}

.products-page .prod-eco-erp-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.products-page .prod-eco-erp-rail {
  width: min(100%, 420px);
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(15, 110, 169, 0.35) 18%,
    rgba(15, 110, 169, 0.55) 50%,
    rgba(15, 110, 169, 0.35) 82%,
    transparent 100%
  );
  position: relative;
}

.products-page .prod-eco-erp-rail::before,
.products-page .prod-eco-erp-rail::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue, #0f6ea9);
  transform: translateY(-50%);
}

.products-page .prod-eco-erp-rail::before {
  left: 18%;
}

.products-page .prod-eco-erp-rail::after {
  right: 18%;
}

.products-page .prod-eco-erp-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-page .prod-eco-erp-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 12px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: var(--blue-dark, #0a3d5c);
}

.products-page .prod-eco-erp-list img {
  display: block;
  width: auto;
  height: 18px;
  object-fit: contain;
}

.products-page .workflow-section.is-revealed .prod-eco-minimal {
  animation: suiteCardIn 0.45s ease both;
}

.products-page .workflow-section.is-revealed .prod-eco-erp {
  animation: suiteCardIn 0.45s ease 0.08s both;
}

.products-page .builder-layout,
.solution-builder-page .builder-layout {
  gap: 24px;
  margin-top: 28px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.products-page .builder-panel,
.solution-builder-page .builder-panel {
  gap: 18px;
  padding: 22px;
}

.products-page .builder-ecosystem,
.solution-builder-page .builder-ecosystem {
  position: sticky;
  top: 96px;
}

.products-page .explorer-section .explorer-grid {
  margin-top: 24px;
  gap: 18px;
}

.products-page .platform-tabs {
  margin-bottom: 20px;
}

.products-page .capability-preview {
  margin-top: 20px;
}

/* ?????? FAQ: black band, 2-column, minimal ?????? */
.products-page .products-faq.faq-section {
  background: #070707;
  color: #fff;
}

.products-page .products-faq .section-inner {
  padding-bottom: 48px;
}

.products-page .products-faq .section-heading {
  margin-bottom: 20px;
  max-width: 36ch;
}

.products-page .products-faq .eyebrow {
  color: #ff8a3d;
}

.products-page .products-faq .section-heading h2 {
  color: #fff;
  letter-spacing: -0.02em;
}

.products-page .products-faq .faq-intro {
  margin-top: 10px;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.55;
}

.products-page .products-faq .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  max-width: none;
  margin-top: 8px;
  align-items: start;
}

.products-page .products-faq .faq-item {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  opacity: 1;
}

.products-page .products-faq .faq-item.is-revealed {
  animation: none;
}

.products-page .products-faq .faq-item:hover,
.products-page .products-faq .faq-item:focus-within {
  border-color: rgba(255, 138, 61, 0.55);
  box-shadow: none;
}

.products-page .products-faq .faq-item h3 {
  margin: 0;
}

.products-page .products-faq .faq-question {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.products-page .products-faq .faq-chev {
  flex: 0 0 auto;
  margin-top: 4px;
  border-right-color: rgba(255, 255, 255, 0.45);
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.products-page .products-faq .faq-item.is-open .faq-chev,
.products-page .products-faq .faq-question:hover .faq-chev {
  border-right-color: #ff8a3d;
  border-bottom-color: #ff8a3d;
}

.products-page .products-faq .faq-question:focus-visible {
  outline-color: #ff8a3d;
  border-radius: 4px;
}

.products-page .products-faq .faq-answer-inner p {
  margin: 0;
  padding: 0 0 16px;
  max-width: none;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .products-page .products-faq .faq-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ?????? Solution Builder demo request card ?????? */
body.builder-demo-open {
  overflow: hidden;
}

.builder-demo-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px 16px;
  background: rgba(7, 30, 51, 0.52);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.builder-demo-overlay.is-open {
  opacity: 1;
}

.builder-demo-overlay[hidden] {
  display: none !important;
}

.builder-demo-card {
  position: relative;
  width: min(680px, 100%);
  max-height: min(88vh, 820px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(255, 255, 255, 0.28), transparent 55%),
    linear-gradient(160deg, #ff8a3d 0%, #ff5a24 48%, #f04812 100%);
  box-shadow: 0 32px 80px rgba(180, 70, 20, 0.35);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  color: #fff;
}

.builder-demo-overlay.is-open .builder-demo-card {
  transform: translateY(0) scale(1);
}

.builder-demo-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.builder-demo-close:hover,
.builder-demo-close:focus-visible {
  background: rgba(255, 255, 255, 0.34);
  outline: none;
}

.builder-demo-header {
  padding-right: 36px;
  margin-bottom: 14px;
  flex: 0 0 auto;
}

.builder-demo-header .eyebrow {
  color: rgba(255, 255, 255, 0.92);
}

.builder-demo-header h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.2;
  color: #fff;
}

.builder-demo-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.builder-demo-summary {
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  flex: 0 1 auto;
  max-height: 180px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) transparent;
}

.builder-demo-summary-label {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}

.builder-demo-summary-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.builder-demo-summary-row {
  display: grid;
  grid-template-columns: minmax(110px, 0.36fr) minmax(0, 1fr);
  gap: 8px 14px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.builder-demo-summary-row:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.builder-demo-summary-row dt {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}

.builder-demo-summary-row dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #ffffff;
}

.builder-demo-form {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.builder-demo-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
  flex: 0 0 auto;
}

.builder-demo-field {
  display: grid;
  gap: 6px;
}

.builder-demo-field--full {
  margin-bottom: 12px;
  flex: 0 0 auto;
}

.builder-demo-field span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.builder-demo-field span small {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.builder-demo-field input,
.builder-demo-field textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  font: inherit;
  resize: vertical;
}

.builder-demo-field input:focus,
.builder-demo-field textarea:focus {
  outline: none;
  border-color: #ffe566;
  box-shadow: 0 0 0 3px rgba(255, 229, 102, 0.35);
}

.builder-demo-field textarea {
  min-height: 88px;
  max-height: 120px;
  line-height: 1.5;
}

.builder-demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
  flex: 0 0 auto;
}

.builder-demo-actions .suite-demo {
  background: #ffe566;
  color: #7a3d00;
  border: 0;
  box-shadow: 0 10px 24px rgba(255, 200, 40, 0.35);
}

.builder-demo-actions .suite-demo:hover,
.builder-demo-actions .suite-demo:focus-visible {
  background: #ffef8a;
  color: #6a3400;
}

.builder-demo-actions .suite-learn {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.builder-demo-actions .suite-learn:hover,
.builder-demo-actions .suite-learn:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  border-color: #fff;
}

.builder-actions .suite-demo,
.builder-actions .suite-learn,
.builder-demo-actions .suite-demo,
.builder-demo-actions .suite-learn {
  appearance: none;
  border-style: solid;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}

.builder-demo-note {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  flex: 0 0 auto;
}

.builder-demo-form-error {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #fecaca;
}

.builder-demo-note a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Catalogue hardware model lanes + consumables */
.products-page .hw-model-lanes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 24px;
}

.products-page .hw-model-lane {
  padding: 20px 22px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 18px;
  background: #fff;
}

.products-page .hw-model-lane h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.products-page .hw-model-lane p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.products-page .hw-model-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-page .hw-model-chips li {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.products-page .hw-model-chips a,
.products-page .eco-model-links a {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: #9333ea;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.products-page .hw-model-chips a:hover,
.products-page .eco-model-links a:hover {
  background: #7c3aed;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(147, 51, 234, 0.35);
}

.products-page .eco-model-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.products-page .eco-models {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.device-preview-popover {
  position: fixed;
  z-index: 1200;
  width: min(260px, calc(100vw - 24px));
  pointer-events: none;
  opacity: 0;
  transform: translateY(6px) scale(0.98);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.device-preview-popover.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.device-preview-popover-inner {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  background: #fff;
  box-shadow: 0 16px 40px rgba(16, 24, 32, 0.16);
}

.device-preview-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 2;
  background: linear-gradient(180deg, rgba(33, 169, 211, 0.06), rgba(244, 247, 250, 0.95));
}

.device-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.device-preview-copy {
  padding: 12px 14px 14px;
}

.device-preview-name {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.3;
}

.device-preview-summary {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.device-preview-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.device-preview-more:hover {
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .device-preview-popover {
    transition: none;
  }
}

.products-page .consumables-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: start;
  margin-top: 36px;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  background: linear-gradient(160deg, rgba(33, 169, 211, 0.08), rgba(255, 255, 255, 0.96));
}

.products-page .consumables-copy h3 {
  margin: 8px 0 10px;
  font-size: clamp(22px, 2.2vw, 28px);
}

.products-page .consumables-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  max-width: 42ch;
}

.products-page .consumables-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.products-page .consumables-grid article {
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(16, 24, 32, 0.06);
}

.products-page .consumables-grid strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.products-page .consumables-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

/* Hardware — elevated visual weight */
.products-page .prod-hw-section--minimal .section-heading h2 {
  max-width: 24ch;
}

.products-page .prod-hw-section--elevated .section-heading h2 {
  max-width: none;
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.products-page .prod-hw-intro {
  margin: 0;
  max-width: min(78ch, 100%);
  color: var(--muted);
  line-height: 1.65;
  font-size: 16px;
}

@media (max-width: 720px) {
  .products-page .prod-hw-section--elevated .section-heading h2 {
    white-space: normal;
    font-size: clamp(1.4rem, 6.2vw, 1.85rem);
  }
}

.products-page .prod-hw-partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: 22px;
  padding: 14px 18px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.products-page .prod-hw-partners img {
  display: block;
  height: 28px;
  width: auto;
  object-fit: contain;
}

.products-page .prod-hw-partners picture.prod-hw-partners-peoplelink,
.products-page .prod-hw-partners .prod-hw-partners-peoplelink {
  display: flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
  align-self: center;
}

.products-page .prod-hw-partners picture.prod-hw-partners-peoplelink img,
.products-page .prod-hw-partners img.prod-hw-partners-peoplelink,
.products-page .prod-hw-partners img[alt="PeopleLink"] {
  height: 28px;
  max-width: 158px;
  opacity: 1;
  filter: none;
  object-position: center;
}

.products-page .prod-hw-partners-note {
  margin-left: auto;
  font-size: 13px;
  font-weight: 650;
  color: var(--muted);
}

.products-page .prod-hw-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.products-page .prod-hw-category-card {
  --hw-accent: var(--orange, #ff5a24);
  --hw-accent-2: var(--orange, #ff5a24);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.09);
  border-top: 3px solid var(--hw-accent);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 32, 0.05);
  text-decoration: none;
  color: inherit;
  transition:
    transform var(--motion-normal, 0.28s) cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow var(--motion-normal, 0.28s) ease,
    border-color var(--motion-normal, 0.28s) ease;
}

.products-page a.prod-hw-category-card {
  width: 100%;
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.products-page .prod-hw-category-card:hover,
.products-page .prod-hw-category-card:focus-visible {
  border-color: color-mix(in srgb, var(--hw-accent) 28%, rgba(16, 24, 32, 0.1));
  box-shadow: 0 18px 40px rgba(16, 24, 32, 0.1);
  transform: translateY(-4px);
}

.products-page .prod-hw-category-media {
  position: relative;
  height: clamp(230px, 23vw, 300px);
  overflow: hidden;
  isolation: isolate;
  background: #fff;
}

.products-page .prod-hw-section--elevated .prod-hw-category-media {
  height: clamp(250px, 24vw, 320px);
}

/* Soft fade of studio photo edges into the white card body */
.products-page .prod-hw-category-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      transparent 48%,
      rgba(255, 255, 255, 0.35) 72%,
      rgba(255, 255, 255, 0.85) 88%,
      #fff 100%
    ),
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.55) 0%,
      transparent 12%,
      transparent 88%,
      rgba(255, 255, 255, 0.55) 100%
    );
}

.products-page .prod-hw-category-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 22px 26px 34px;
  transition: transform 0.35s ease;
}

.products-page .prod-hw-category-card:hover .prod-hw-category-media img,
.products-page .prod-hw-category-card:focus-visible .prod-hw-category-media img {
  transform: scale(1.03);
}

.products-page .prod-hw-category-media--icon {
  display: grid;
  place-items: center;
}

.products-page .prod-hw-category-media--icon svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: var(--hw-accent);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.products-page .prod-hw-category-body {
  /* Fill the stretched card so meta + CTA can pin to the bottom edge */
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 22px 24px;
}

/* Push "Works with" + CTA to the bottom so they align across the row */
.products-page .prod-hw-category-body .eco-works-with {
  margin-top: auto;
}

.products-page .prod-hw-category-body strong {
  font-size: 17px;
  line-height: 1.3;
  color: var(--blue-dark);
}

.products-page .prod-hw-category-body p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.products-page .prod-hw-category-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin-top: auto; /* pin CTA to card bottom now that "Works with" is gone */
  padding: 6px 12px;
  border: 1px solid color-mix(in srgb, var(--orange, #ff5a24) 34%, rgba(16, 24, 32, 0.1));
  border-radius: 999px;
  background: transparent;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  color: var(--orange, #ff5a24);
  box-shadow: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.products-page .prod-hw-category-card:hover .prod-hw-category-cta,
.products-page .prod-hw-category-card:focus-visible .prod-hw-category-cta {
  border-color: color-mix(in srgb, var(--orange, #ff5a24) 52%, rgba(16, 24, 32, 0.1));
  background: color-mix(in srgb, var(--orange, #ff5a24) 8%, #fff);
  color: var(--orange, #ff5a24);
}

.products-page .prod-hw-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.products-page .prod-hw-trust li {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  background: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 700;
  color: var(--blue-dark);
}

.products-page .prod-hw-catalog-wrap {
  margin-top: 28px;
  display: grid;
  gap: 8px;
}

.products-page .prod-hw-catalog-cta {
  align-self: start;
  width: fit-content;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
}

.products-page .prod-hw-catalog-sub {
  margin: 0;
  max-width: 48ch;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}


@media (max-width: 900px) {
  .products-page .prod-hw-categories,
  .products-page .consumables-band,
  .products-page .consumables-grid {
    grid-template-columns: 1fr;
  }

  .products-page .prod-hw-partners-note {
    margin-left: 0;
    width: 100%;
  }

  .products-page .prod-hw-section--elevated .prod-hw-category-media {
    height: 200px;
  }
}

@media (max-width: 720px) {
  .builder-demo-fields,
  .builder-demo-summary-row {
    grid-template-columns: 1fr;
  }

  .builder-demo-card {
    padding: 22px 18px 18px;
  }
}

/* ?????? Responsive ?????? */
@media (prefers-reduced-motion: reduce) {
  .products-page .workflow-section.is-revealed .prod-eco-minimal,
  .products-page .workflow-section.is-revealed .prod-eco-erp {
    animation: none;
  }

  .products-page .suite-section .suite-more summary::after,
  .builder-demo-overlay,
  .builder-demo-card,
}

@media (max-width: 1100px) {
  .products-page .suite-section .suite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-page .integ-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-page .prod-hw-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-page .prod-cap-grid,
  .products-page .prod-hw-grid,
  .products-page .prod-value-panel {
    grid-template-columns: 1fr;
  }

  .products-page .builder-ecosystem,
.solution-builder-page .builder-ecosystem {
    position: static;
  }
}

@media (max-width: 760px) {
  .products-page .suite-section .suite-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 520px) {
  .products-page .suite-section .suite-card-body {
    padding: 22px 20px 18px;
  }

  .products-page .suite-section .suite-primary-details,
  .products-page .suite-section .suite-more-grid {
    grid-template-columns: 1fr;
  }

  .products-page .suite-section .suite-meta-block--capabilities {
    grid-column: auto;
  }

  .products-page .suite-section .suite-more summary {
    grid-template-columns: 1fr 16px;
  }

  .products-page .suite-section .suite-more summary > small {
    display: none;
  }
}

@media (max-width: 720px) {
  .products-page .products-hero-copy h1 {
    max-width: none;
  }

  .products-page .products-hero,
  .solution-builder-page .solution-builder-hero {
    min-height: min(78vh, 640px);
  }

  .solution-builder-page .solution-builder-hero::before {
    background-position: 82% center;
  }

  .solution-builder-page .solution-builder-hero::after {
    background:
      linear-gradient(
        180deg,
        rgba(49, 16, 100, 0.82) 0%,
        rgba(76, 29, 149, 0.68) 55%,
        rgba(76, 29, 149, 0.45) 100%
      );
  }

  .solution-builder-page .solution-builder-hero .section-inner {
    padding-top: 108px;
    padding-bottom: 48px;
  }

  .solution-builder-page .solution-builder-hero h1 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .products-page .integ-value-grid {
    grid-template-columns: 1fr;
  }

  .products-page .prod-eco-minimal {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    max-width: 100%;
  }

  .products-page .prod-eco-minimal-node {
    width: fit-content;
    min-width: 148px;
  }

  .products-page .prod-eco-minimal-connector {
    width: auto;
    min-width: 0;
    gap: 4px;
    margin: 0 auto;
  }

  .products-page .prod-eco-minimal-connector-track {
    width: 2px;
    height: 20px;
    margin: 0 auto;
  }

  .products-page .prod-eco-minimal-connector-track::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -1px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-color: rgba(16, 24, 32, 0.52);
    border-right-color: rgba(16, 24, 32, 0.52);
    transform: translateX(-50%) rotate(135deg);
  }
}

/* ============================================================
   Option A ? Enterprise Product Ecosystem restructure
   ============================================================ */

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.products-page--ecosystem {
  --eco-surface: #f4f8fc;
  --eco-line: rgba(15, 110, 169, 0.14);
  --eco-ink: #0c2d44;
}

.products-page--ecosystem .eco-section-lead {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.65;
}

/* ?? Hero ?? */
.products-page--ecosystem .eco-hero {
  background:
    radial-gradient(ellipse 80% 60% at 85% 20%, rgba(15, 110, 169, 0.1), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(14, 165, 233, 0.06), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, var(--eco-surface) 100%);
}

.products-page--ecosystem .eco-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  padding-top: clamp(120px, 14vh, 168px);
  padding-bottom: clamp(56px, 7vh, 96px);
}

.products-page--ecosystem .eco-hero-copy h1 {
  max-width: none;
  margin: 12px 0 18px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--eco-ink);
}

.products-page--ecosystem .eco-hero-lead {
  max-width: 38rem;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: clamp(17px, 1.15vw, 19px);
  line-height: 1.65;
}

.products-page--ecosystem .eco-diagram {
  position: relative;
}

.products-page--ecosystem .eco-diagram-svg {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(15, 110, 169, 0.1));
}

.products-page--ecosystem .eco-label-sm {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  fill: var(--eco-ink);
}

.products-page--ecosystem .eco-label {
  font-size: 11px;
  fill: #64748b;
}

.products-page--ecosystem .eco-label-sm--light { fill: #fff; }
.products-page--ecosystem .eco-label--light { fill: #dbeafe; }

.products-page--ecosystem .eco-node {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-reduced-motion: no-preference) {
  .products-page--ecosystem .eco-diagram:hover .eco-node--hub {
    filter: brightness(1.05);
  }
}

/* Category overview ? minimal enterprise navigation */
.products-page--ecosystem #categories {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.products-page--ecosystem #categories::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image:
    linear-gradient(rgba(15, 110, 169, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 110, 169, 0.55) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 68%, #000 100%);
}

.products-page--ecosystem #categories > .section-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 2 * var(--page-gutter, 24px)));
  max-width: none;
  padding-top: clamp(58px, 5vw, 78px);
  padding-bottom: clamp(58px, 5vw, 78px);
}

.products-page--ecosystem #categories .section-heading {
  max-width: var(--max-heading, min(40ch, 100%));
  margin-bottom: clamp(32px, 3.5vw, 46px);
}

.products-page--ecosystem .eco-cat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.products-page--ecosystem .eco-cat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  height: 100%;
  min-width: 0;
  min-height: 224px;
  padding: 2px clamp(18px, 1.8vw, 28px);
  text-decoration: none;
  color: inherit;
  border-left: 1px solid rgba(16, 24, 32, 0.1);
  background: transparent;
  transition:
    border-color 220ms ease-out,
    color 220ms ease-out;
}

.products-page--ecosystem .eco-cat-card:first-child {
  border-left: 0;
}

.products-page--ecosystem .eco-cat-card:hover,
.products-page--ecosystem .eco-cat-card:focus-visible {
  border-color: rgba(15, 110, 169, 0.34);
  outline: none;
}

.products-page--ecosystem .eco-cat-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  margin-bottom: 5px;
  border-radius: 50%;
  background: #f3f8fc;
  color: var(--blue, #0f6ea9);
  transition:
    transform 220ms ease-out,
    background-color 220ms ease-out;
}

.products-page--ecosystem .eco-cat-icon svg {
  width: 26px;
  height: 26px;
}

.products-page--ecosystem .eco-cat-card strong {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.35;
  color: var(--eco-ink);
  transition: color 220ms ease-out;
}

.products-page--ecosystem .eco-cat-card > p {
  margin: 0;
  flex: 1 1 auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.products-page--ecosystem .eco-cat-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
  color: #0077c8;
  font-size: 13px;
  font-weight: 700;
}

.products-page--ecosystem .eco-cat-link > span {
  transition: transform 220ms ease-out;
}

.products-page--ecosystem .eco-cat-card:hover .eco-cat-icon,
.products-page--ecosystem .eco-cat-card:focus-visible .eco-cat-icon {
  transform: translateY(-3px);
  background: #e8f4fb;
}

.products-page--ecosystem .eco-cat-card:hover strong,
.products-page--ecosystem .eco-cat-card:focus-visible strong {
  color: #0077c8;
}

.products-page--ecosystem .eco-cat-card:hover .eco-cat-link > span,
.products-page--ecosystem .eco-cat-card:focus-visible .eco-cat-link > span {
  transform: translateX(4px);
}

/* ?? Software platforms (simplified) ?? */
.products-page--ecosystem .eco-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: clamp(48px, 6vw, 72px);
}

.products-page--ecosystem .eco-platform-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 26px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--eco-line);
  position: relative;
}

.products-page--ecosystem .eco-platform-head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.products-page--ecosystem .eco-platform-head h3 {
  margin: 0 0 4px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 22px;
  color: var(--eco-ink);
}

.products-page--ecosystem .eco-platform-outcomes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.products-page--ecosystem .eco-platform-outcomes li {
  position: relative;
  padding-left: 18px;
  font-size: 14.5px;
  line-height: 1.45;
  color: #334155;
}

.products-page--ecosystem .eco-platform-outcomes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.products-page--ecosystem .eco-platform-meta {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(15, 110, 169, 0.08);
}

.products-page--ecosystem .eco-meta-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.products-page--ecosystem .eco-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.products-page--ecosystem .eco-meta-chips span {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 600;
}

.products-page--ecosystem .eco-meta-chips--hw {
  align-items: center;
  gap: 8px;
}

.products-page--ecosystem .eco-meta-chips--hw img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.products-page--ecosystem .eco-platform-card .suite-learn {
  align-self: flex-start;
  font-weight: 650;
}

/* ?? Comparison table ?? */
.products-page--ecosystem .eco-compare-wrap {
  padding: clamp(28px, 4vw, 40px);
  border-radius: 22px;
  background: var(--eco-surface);
  border: 1px solid var(--eco-line);
  scroll-margin-top: 72px;
}

.products-page--ecosystem .eco-compare-heading {
  margin-bottom: 20px;
}

.products-page--ecosystem .eco-compare-heading h3 {
  margin: 8px 0 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--eco-ink);
}

.products-page--ecosystem .eco-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--eco-line);
}

.products-page--ecosystem .eco-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}

.products-page--ecosystem .eco-compare-table th,
.products-page--ecosystem .eco-compare-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(15, 110, 169, 0.08);
}

.products-page--ecosystem .eco-compare-table thead th {
  background: color-mix(in srgb, var(--blue) 8%, #fff);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue-dark);
  font-weight: 700;
}

.products-page--ecosystem .eco-compare-table tbody th {
  font-weight: 700;
  color: var(--eco-ink);
}

.products-page--ecosystem .eco-compare-table a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 700;
}

.products-page--ecosystem .eco-compare-table a:hover,
.products-page--ecosystem .eco-compare-table a:focus-visible {
  text-decoration: underline;
}

.products-page--ecosystem .eco-compare-foot {
  margin: 16px 0 0;
}

.products-page--ecosystem .eco-compare-foot a {
  color: var(--blue);
  font-weight: 650;
  text-decoration: none;
}

/* ?? Hardware elevation ?? */
.products-page--ecosystem .eco-hw-hero {
  position: relative;
  margin-bottom: 36px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a4f78, #0f6ea9 55%, #38bdf8);
  min-height: clamp(220px, 32vw, 340px);
}

.products-page--ecosystem .eco-hw-hero > img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: luminosity;
  opacity: 0.92;
}

.products-page--ecosystem .eco-hw-hero-brands {
  position: absolute;
  left: 24px;
  bottom: 20px;
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 10px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

.products-page--ecosystem .eco-hw-hero-brands img {
  height: 22px;
  width: auto;
}

.products-page--ecosystem .eco-hw-cat-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 40px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.products-page--ecosystem .eco-hw-cat {
  flex: 0 0 168px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 0 14px;
  border: 1px solid var(--eco-line);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
  font: inherit;
}

.products-page--ecosystem .eco-hw-cat:hover,
.products-page--ecosystem .eco-hw-cat:focus-visible {
  border-color: var(--blue);
  transform: translateY(-2px);
  outline: none;
}

.products-page--ecosystem .eco-hw-cat img,
.products-page--ecosystem .eco-hw-placeholder {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: contain;
  background: var(--eco-surface);
  padding: 12px;
}

.products-page--ecosystem .eco-hw-placeholder {
  display: grid;
  place-items: center;
  color: var(--blue);
}

.products-page--ecosystem .eco-hw-placeholder svg {
  width: 40px;
  height: 40px;
}

.products-page--ecosystem .eco-hw-cat strong {
  padding: 0 12px;
  font-size: 13px;
  line-height: 1.35;
  color: var(--eco-ink);
}

.products-page--ecosystem .eco-hw-block {
  margin-bottom: 40px;
}

.products-page--ecosystem .eco-hw-block h3 {
  margin: 0 0 18px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 22px;
  color: var(--eco-ink);
}

.products-page--ecosystem .eco-hw-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.products-page--ecosystem .eco-hw-product {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 16px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--eco-line);
}

.products-page--ecosystem .eco-hw-product img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  background: var(--eco-surface);
  border-radius: 12px;
  padding: 10px;
}

.products-page--ecosystem .eco-hw-product strong {
  font-size: 15px;
  color: var(--eco-ink);
}

.products-page--ecosystem .eco-hw-product p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--muted);
}

.products-page--ecosystem .eco-works-with {
  margin-top: auto;
  font-size: 12px;
  color: #64748b;
}

.products-page--ecosystem .eco-works-with em {
  font-style: normal;
  font-weight: 650;
  color: var(--blue-dark);
}

.products-page--ecosystem .eco-hw-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

/* RFID ? compact enterprise showcase */
.products-page--ecosystem .prod-rfid-section {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  overflow-y: visible;
  padding-block: clamp(28px, 3.5vw, 44px);
  background-color: #f7fafc;
  background-image: url("../images/products/prod-rfid-tracking.png?v=20260805-rfidbg1");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
}

/* Light white scrim keeps existing dark-blue copy readable over the warehouse photo */
.products-page--ecosystem .prod-rfid-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(247, 250, 252, 0.82) 32%,
      rgba(255, 255, 255, 0.78) 58%,
      rgba(255, 255, 255, 0.88) 100%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.55) 0%,
      transparent 18%,
      transparent 82%,
      rgba(255, 255, 255, 0.5) 100%
    );
  background-size: auto;
  mask-image: none;
}

.products-page--ecosystem .prod-rfid-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(10px, 1.2vw, 16px);
  min-width: 0;
  max-width: 100%;
  padding-top: clamp(8px, 1vw, 14px) !important;
  padding-bottom: clamp(8px, 1vw, 14px) !important;
}

.products-page--ecosystem .prod-rfid-header.section-heading {
  max-width: min(72rem, 100%);
  min-width: 0;
  margin-bottom: 0;
}

.products-page--ecosystem .prod-rfid-header .eyebrow {
  color: #000000;
  margin-bottom: 8px;
}

.products-page--ecosystem .prod-rfid-header h2 {
  max-width: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  /* Wrap on zoom / narrow viewports so the line is never clipped */
  white-space: normal;
  overflow-wrap: anywhere;
  text-wrap: balance;
  font-size: clamp(26px, 2.65vw, 42px);
  line-height: 1.15;
}

.products-page--ecosystem .prod-rfid-lead {
  max-width: min(62ch, 100%);
  margin-top: 8px;
  margin-bottom: 0;
  color: #4a6070;
  font-size: clamp(15px, 1.1vw, 16px);
  line-height: 1.5;
}

.products-page--ecosystem .prod-rfid-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  /* Reflows 4 → 2 → 1 as zoom / width shrinks, instead of overflowing */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 14px 18px;
  min-width: 0;
  width: 100%;
}

.products-page--ecosystem .prod-rfid-feature {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-width: 0;
}

.products-page--ecosystem .prod-rfid-feature > div {
  min-width: 0;
}

.products-page--ecosystem .prod-rfid-feature-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #001feb;
  background: color-mix(in srgb, #001feb 8%, #fff);
  border: 1px solid color-mix(in srgb, #001feb 14%, transparent);
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
}

.products-page--ecosystem .prod-rfid-feature:hover .prod-rfid-feature-icon {
  color: var(--orange, #ff5a24);
  background: color-mix(in srgb, var(--orange, #ff5a24) 10%, #fff);
  border-color: color-mix(in srgb, var(--orange, #ff5a24) 22%, transparent);
}

.products-page--ecosystem .prod-rfid-feature-icon svg {
  width: 18px;
  height: 18px;
}

.products-page--ecosystem .prod-rfid-feature strong {
  display: block;
  margin: 0 0 4px;
  color: #0c2d44;
  font-size: 13.5px;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.products-page--ecosystem .prod-rfid-feature p {
  margin: 0;
  color: #546876;
  font-size: 12.5px;
  line-height: 1.45;
}

.products-page--ecosystem .prod-rfid-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
}

.products-page--ecosystem .prod-rfid-actions .suite-demo {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 12.5px;
}

.products-page--ecosystem .prod-rfid-actions .suite-learn,
.products-page--ecosystem .prod-rfid-actions .prod-rfid-hw-cta {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(8, 47, 73, 0.14);
  background: #fff;
  color: #123e57;
  font: inherit;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(8, 40, 60, 0.04);
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.2s ease-out, color 0.2s ease-out;
}

.products-page--ecosystem .prod-rfid-actions .suite-learn:hover,
.products-page--ecosystem .prod-rfid-actions .suite-learn:focus-visible,
.products-page--ecosystem .prod-rfid-actions .prod-rfid-hw-cta:hover,
.products-page--ecosystem .prod-rfid-actions .prod-rfid-hw-cta:focus-visible {
  border-color: color-mix(in srgb, #001feb 35%, rgba(8, 47, 73, 0.14));
  color: #001feb;
  box-shadow: 0 8px 22px rgba(8, 40, 60, 0.08);
  transform: translateY(-1px);
}

.products-page--ecosystem .prod-rfid-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a6f7e;
}

.products-page--ecosystem .prod-rfid-flow > span:nth-child(odd) {
  color: #0c2d44;
}

.products-page--ecosystem .prod-rfid-flow > span:nth-child(even) {
  width: 16px;
  height: 1px;
  background: linear-gradient(90deg, #001feb, var(--orange, #ff5a24));
  opacity: 0.55;
}

/* Hardware cards removed — keep rules inert if markup reappears */
.products-page--ecosystem .prod-rfid-hardware {
  display: none;
}

@media (max-width: 1100px) {
  .products-page--ecosystem .prod-rfid-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .products-page--ecosystem .prod-rfid-header h2 {
    font-size: clamp(26px, 6.5vw, 36px);
  }
}

@media (max-width: 720px) {
  .products-page--ecosystem .prod-rfid-section::before {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.94) 0%,
        rgba(247, 250, 252, 0.9) 40%,
        rgba(255, 255, 255, 0.92) 100%
      );
  }

  .products-page--ecosystem .prod-rfid-features {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-page--ecosystem .prod-rfid-actions .suite-learn,
  .products-page--ecosystem .prod-rfid-actions .prod-rfid-hw-cta {
    transition: none !important;
  }
}

/* Legacy eco-rfid helpers retained for any residual markup */
.products-page--ecosystem .eco-rfid-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

/* ?? Collaboration ?? */
.products-page--ecosystem .eco-collab-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.products-page--ecosystem .eco-collab-img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

/* ?? Integrations ? Premium ERP accordion ?? */
.products-page--ecosystem .prod-erp-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fafc 0%, #ffffff 42%, #f8fafb 100%);
}

.products-page--ecosystem .prod-erp-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(12, 45, 68, 0.95) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 45, 68, 0.95) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 20%, #000 15%, transparent 72%);
}

.products-page--ecosystem .prod-erp-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(24px, 3.5vw, 40px);
}

.products-page--ecosystem .prod-erp-header {
  max-width: 44rem;
}

.products-page--ecosystem .prod-erp-header .eyebrow {
  color: #000000;
}

.products-page--ecosystem .prod-erp-header h2 {
  letter-spacing: -0.03em;
  color: #0a2a40;
}

.products-page--ecosystem .prod-erp-lead {
  max-width: 62ch;
  margin-top: 12px;
  color: #4a6070;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.55;
}

.products-page--ecosystem .prod-erp-accordion {
  display: grid;
  gap: 0;
  border: 1px solid rgba(8, 47, 73, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(8, 40, 60, 0.05);
  overflow: hidden;
}

.products-page--ecosystem .prod-erp-item {
  border-bottom: 1px solid rgba(8, 47, 73, 0.08);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.products-page--ecosystem .prod-erp-item:last-child {
  border-bottom: 0;
}

.products-page--ecosystem .prod-erp-item h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.products-page--ecosystem .prod-erp-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 36px;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border: 0;
  border-left: 3px solid transparent;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.products-page--ecosystem .prod-erp-trigger:hover,
.products-page--ecosystem .prod-erp-trigger:focus-visible {
  background: color-mix(in srgb, var(--erp-accent, #001feb) 5%, #fff);
  outline: none;
}

.products-page--ecosystem .prod-erp-item.is-open {
  background: color-mix(in srgb, var(--erp-accent, #001feb) 4%, #fff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.products-page--ecosystem .prod-erp-item.is-open .prod-erp-trigger {
  border-left-color: var(--erp-accent, #001feb);
}

.products-page--ecosystem .prod-erp-logo {
  display: grid;
  place-items: center;
  width: 132px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
  transition: none;
}

.products-page--ecosystem .prod-erp-trigger:hover .prod-erp-logo,
.products-page--ecosystem .prod-erp-item.is-open .prod-erp-logo {
  filter: none;
  border-color: transparent;
  background: transparent;
}

.products-page--ecosystem .prod-erp-logo img {
  display: block;
  width: 112px;
  height: 40px;
  max-width: 112px;
  max-height: 40px;
  object-fit: contain;
  object-position: center;
  filter: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.products-page--ecosystem .prod-erp-logo--wide img {
  width: 112px;
  height: 40px;
  max-width: 112px;
  max-height: 40px;
}

.products-page--ecosystem .prod-erp-logo--pair {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.products-page--ecosystem .prod-erp-logo--pair img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
}

.products-page--ecosystem .prod-erp-trigger-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.products-page--ecosystem .prod-erp-name {
  color: #0c2d44;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -0.015em;
}

.products-page--ecosystem .prod-erp-item.is-open .prod-erp-name {
  font-weight: 800;
}

.products-page--ecosystem .prod-erp-blurb {
  color: #607484;
  font-size: 13px;
  line-height: 1.4;
}

.products-page--ecosystem .prod-erp-chevron {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #5a7080;
  background: rgba(8, 47, 73, 0.04);
  transition: transform 0.35s ease, background 0.25s ease, color 0.25s ease;
}

.products-page--ecosystem .prod-erp-chevron svg {
  width: 18px;
  height: 18px;
}

.products-page--ecosystem .prod-erp-item.is-open .prod-erp-chevron {
  transform: rotate(180deg);
  color: var(--erp-accent, #001feb);
  background: color-mix(in srgb, var(--erp-accent, #001feb) 12%, #fff);
}

.products-page--ecosystem .prod-erp-panel {
  overflow: hidden;
  height: 0;
  transition: height 0.36s ease-in-out;
}

.products-page--ecosystem .prod-erp-panel[hidden] {
  display: none;
}

.products-page--ecosystem .prod-erp-item.is-open .prod-erp-panel {
  display: block;
}

.products-page--ecosystem .prod-erp-item.is-open .prod-erp-panel:not(.is-animating) {
  height: auto;
}

.products-page--ecosystem .prod-erp-panel-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 22px 28px;
  padding: 4px 22px 24px 25px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
}

.products-page--ecosystem .prod-erp-item.is-open .prod-erp-panel-inner {
  opacity: 1;
  transform: translateY(0);
}

.products-page--ecosystem .prod-erp-kicker {
  margin: 0 0 8px;
  color: #6a7f8d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.products-page--ecosystem .prod-erp-overview p:not(.prod-erp-kicker) {
  margin: 0;
  color: #3f5564;
  font-size: 14px;
  line-height: 1.6;
}

.products-page--ecosystem .prod-erp-overview strong {
  color: #0c2d44;
  font-weight: 700;
}

.products-page--ecosystem .prod-erp-caps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.products-page--ecosystem .prod-erp-caps li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #2f4654;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(6px);
}

.products-page--ecosystem .prod-erp-item.is-open .prod-erp-caps li {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.products-page--ecosystem .prod-erp-item.is-open .prod-erp-caps li:nth-child(1) { transition-delay: 0.06s; }
.products-page--ecosystem .prod-erp-item.is-open .prod-erp-caps li:nth-child(2) { transition-delay: 0.1s; }
.products-page--ecosystem .prod-erp-item.is-open .prod-erp-caps li:nth-child(3) { transition-delay: 0.14s; }
.products-page--ecosystem .prod-erp-item.is-open .prod-erp-caps li:nth-child(4) { transition-delay: 0.18s; }
.products-page--ecosystem .prod-erp-item.is-open .prod-erp-caps li:nth-child(5) { transition-delay: 0.22s; }

.products-page--ecosystem .prod-erp-caps li svg {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: var(--erp-accent, #001feb);
}

.products-page--ecosystem .prod-erp-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  padding-top: 6px;
  border-top: 1px solid rgba(8, 47, 73, 0.08);
}

.products-page--ecosystem .prod-erp-trust p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #0a1620;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.products-page--ecosystem .prod-erp-trust svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: #001feb;
}

.products-page--ecosystem .prod-erp-trust-sep {
  width: 1px;
  height: 16px;
  background: rgba(8, 47, 73, 0.16);
}

@media (max-width: 900px) {
  .products-page--ecosystem .prod-erp-panel-inner {
    grid-template-columns: 1fr;
  }

  .products-page--ecosystem .prod-erp-trigger {
    grid-template-columns: 112px minmax(0, 1fr) 32px;
    gap: 14px;
    padding: 16px 16px;
  }

  .products-page--ecosystem .prod-erp-logo {
    width: 112px;
    height: 48px;
  }

  .products-page--ecosystem .prod-erp-logo img,
  .products-page--ecosystem .prod-erp-logo--wide img {
    width: 96px;
    max-width: 96px;
    height: 36px;
    max-height: 36px;
  }
}

@media (max-width: 640px) {
  .products-page--ecosystem .prod-erp-trigger {
    grid-template-columns: 96px minmax(0, 1fr) 28px;
    padding: 14px 14px;
  }

  .products-page--ecosystem .prod-erp-logo {
    width: 96px;
    height: 44px;
  }

  .products-page--ecosystem .prod-erp-logo img,
  .products-page--ecosystem .prod-erp-logo--wide img {
    width: 84px;
    max-width: 84px;
    height: 32px;
    max-height: 32px;
  }

  .products-page--ecosystem .prod-erp-logo--pair img {
    width: 32px;
    height: 32px;
    max-width: 32px;
    max-height: 32px;
  }

  .products-page--ecosystem .prod-erp-blurb {
    font-size: 12px;
  }

  .products-page--ecosystem .prod-erp-panel-inner {
    padding: 2px 14px 18px 17px;
  }

  .products-page--ecosystem .prod-erp-trust-sep {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-page--ecosystem .prod-erp-panel,
  .products-page--ecosystem .prod-erp-panel-inner,
  .products-page--ecosystem .prod-erp-chevron,
  .products-page--ecosystem .prod-erp-caps li {
    transition: none !important;
  }
}

/* Legacy integ card styles kept for other pages */
.products-page--ecosystem .eco-integ-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.products-page--ecosystem .eco-integ-card {
  padding: 24px 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--eco-line);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.products-page--ecosystem .eco-integ-logo {
  height: 36px;
  display: flex;
  align-items: center;
}

.products-page--ecosystem .eco-integ-logo img {
  height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.products-page--ecosystem .eco-integ-logo--wordmark span {
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--eco-ink);
}

.products-page--ecosystem .eco-integ-card strong {
  font-size: 16px;
  color: var(--eco-ink);
}

.products-page--ecosystem .eco-integ-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}

/* ?? Industries ? Premium horizontal directory ?? */
.products-page--ecosystem .prod-ind-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 50%, #ffffff 100%);
}

.products-page--ecosystem .prod-ind-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(12, 45, 68, 0.95) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 45, 68, 0.95) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 18%, transparent 74%);
}

.products-page--ecosystem .prod-ind-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(28px, 4vw, 44px);
}

.products-page--ecosystem .prod-ind-header {
  max-width: 46rem;
}

.products-page--ecosystem .prod-ind-header .eyebrow {
  color: #000000;
}

.products-page--ecosystem .prod-ind-header h2 {
  letter-spacing: -0.03em;
  color: #0a2a40;
}

.products-page--ecosystem .prod-ind-lead {
  max-width: 64ch;
  margin-top: 12px;
  color: #4a6070;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.55;
}

.products-page--ecosystem .prod-ind-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.products-page--ecosystem .prod-ind-col {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto auto auto;
  align-content: start;
  gap: 14px;
  padding: 8px clamp(18px, 2vw, 28px);
  min-width: 0;
  border-right: 1px solid rgba(8, 47, 73, 0.1);
  background: transparent;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.products-page--ecosystem .prod-ind-col:first-child {
  padding-left: 0;
}

.products-page--ecosystem .prod-ind-col:last-child {
  border-right: 0;
  padding-right: 0;
}

.products-page--ecosystem .prod-ind-col:hover {
  background: color-mix(in srgb, var(--ind-accent, #001feb) 4%, transparent);
  transform: translateY(-2px);
}

.products-page--ecosystem .prod-ind-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  color: var(--ind-accent, #001feb);
  background: color-mix(in srgb, var(--ind-accent, #001feb) 9%, #fff);
  border: 1px solid color-mix(in srgb, var(--ind-accent, #001feb) 16%, transparent);
  transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.products-page--ecosystem .prod-ind-col:hover .prod-ind-icon {
  transform: scale(1.05);
  color: var(--ind-accent, #001feb);
  background: color-mix(in srgb, var(--ind-accent, #001feb) 14%, #fff);
}

.products-page--ecosystem .prod-ind-icon svg {
  width: 24px;
  height: 24px;
}

.products-page--ecosystem .prod-ind-col h3 {
  margin: 0;
  color: #0a2a40;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.products-page--ecosystem .prod-ind-block {
  display: grid;
  gap: 6px;
}

.products-page--ecosystem .prod-ind-label {
  margin: 0;
  color: #001feb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.products-page--ecosystem .prod-ind-challenge {
  margin: 0;
  color: #2c4250;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.5;
}

.products-page--ecosystem .prod-ind-solution {
  margin: 0;
  color: #546876;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.products-page--ecosystem .prod-ind-platforms {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.products-page--ecosystem .prod-ind-platforms a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0c2d44;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  border-bottom: 2px solid color-mix(in srgb, var(--ind-accent, #001feb) 45%, transparent);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.products-page--ecosystem .prod-ind-platforms a:hover,
.products-page--ecosystem .prod-ind-platforms a:focus-visible {
  color: var(--ind-accent, #001feb);
  border-bottom-color: var(--ind-accent, #001feb);
  transform: translateY(-1px);
  outline: none;
}

.products-page--ecosystem .prod-ind-plat-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ind-accent, #001feb);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--ind-accent, #001feb) 16%, transparent);
}

.products-page--ecosystem .prod-ind-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 6px;
  margin-top: 2px;
  color: #7a8d99;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.products-page--ecosystem .prod-ind-flow i {
  display: block;
  width: 12px;
  height: 1px;
  background: linear-gradient(90deg, var(--ind-accent, #001feb), transparent);
  opacity: 0.55;
  font-style: normal;
}

.products-page--ecosystem .prod-ind-outcome {
  margin: 4px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(8, 47, 73, 0.08);
  color: #3f5564;
  font-size: 12.5px;
  line-height: 1.45;
}

.products-page--ecosystem .prod-ind-outcome strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ind-accent, #001feb);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .products-page--ecosystem .prod-ind-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }

  .products-page--ecosystem .prod-ind-col {
    padding: 8px 20px;
  }

  .products-page--ecosystem .prod-ind-col:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
  }

  .products-page--ecosystem .prod-ind-col:nth-child(2n + 1) {
    padding-left: 0;
  }

  .products-page--ecosystem .prod-ind-col:nth-child(-n + 2) {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(8, 47, 73, 0.08);
  }
}

@media (max-width: 720px) {
  .products-page--ecosystem .prod-ind-directory {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .products-page--ecosystem .prod-ind-col,
  .products-page--ecosystem .prod-ind-col:first-child,
  .products-page--ecosystem .prod-ind-col:last-child,
  .products-page--ecosystem .prod-ind-col:nth-child(2n),
  .products-page--ecosystem .prod-ind-col:nth-child(2n + 1),
  .products-page--ecosystem .prod-ind-col:nth-child(-n + 2) {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(8, 47, 73, 0.1);
  }

  .products-page--ecosystem .prod-ind-col:last-child {
    border-bottom: 0;
  }

  .products-page--ecosystem .prod-ind-col:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-page--ecosystem .prod-ind-col,
  .products-page--ecosystem .prod-ind-icon,
  .products-page--ecosystem .prod-ind-platforms a {
    transition: none !important;
  }
}

/* Legacy industry card styles retained for other pages */
.products-page--ecosystem .eco-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.products-page--ecosystem .eco-industry-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--eco-line);
}

.products-page--ecosystem .eco-industry-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.products-page--ecosystem .eco-industry-card strong,
.products-page--ecosystem .eco-industry-card p {
  display: block;
  padding: 0 16px;
}

.products-page--ecosystem .eco-industry-card strong {
  margin-top: 14px;
  margin-bottom: 6px;
  font-size: 15px;
  color: var(--eco-ink);
}

.products-page--ecosystem .eco-industry-card p {
  margin: 0 0 16px;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--muted);
}

/* ?? Solution builder teaser ?? */
.products-page--ecosystem .eco-builder-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 20px;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--eco-line);
  box-shadow: 0 20px 50px rgba(15, 110, 169, 0.06);
}

.products-page--ecosystem .eco-builder-step h3,
.products-page--ecosystem .eco-builder-result h3 {
  margin: 0 0 14px;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.products-page--ecosystem .eco-builder-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.products-page--ecosystem .eco-builder-opt {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--eco-line);
  background: var(--eco-surface);
  text-align: left;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--eco-ink);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.products-page--ecosystem .eco-builder-opt:hover,
.products-page--ecosystem .eco-builder-opt:focus-visible {
  border-color: var(--blue);
  outline: none;
}

.products-page--ecosystem .eco-builder-opt.is-active {
  background: color-mix(in srgb, var(--blue) 12%, #fff);
  border-color: var(--blue);
  color: var(--blue-dark);
}

.products-page--ecosystem .eco-builder-stack {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.products-page--ecosystem .eco-builder-stack > div {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--eco-surface);
}

.products-page--ecosystem .eco-builder-stack span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
}

.products-page--ecosystem .eco-builder-stack strong {
  font-size: 15px;
  color: var(--eco-ink);
}

/* ?? Trust / next steps ?? */
.products-page--ecosystem .eco-partner-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: center;
  margin: 8px 0 36px;
}

.products-page--ecosystem .eco-partner-row img {
  height: 36px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.products-page--ecosystem .eco-partner-row img[src*="awards"] {
  height: 52px;
  filter: none;
  opacity: 1;
  background: #fff;
  border-radius: 8px;
  padding: 4px 8px;
}

.products-page--ecosystem .eco-trust-actions {
  justify-content: center;
  flex-wrap: wrap;
}

.products-page--ecosystem .eco-trust-section .secondary-action {
  color: #e2e8f0;
  border-color: rgba(255, 255, 255, 0.28);
}

.products-page--ecosystem .eco-trust-section .secondary-action:hover,
.products-page--ecosystem .eco-trust-section .secondary-action:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.products-page--ecosystem #categories,
.products-page--ecosystem #software,
.products-page--ecosystem #hardware,
.products-page--ecosystem #rfid,
.products-page--ecosystem #integrations,
.products-page--ecosystem #industries,
.products-page--ecosystem #cta {
  scroll-margin-top: 72px;
}

@media (max-width: 1100px) {
  .products-page--ecosystem .eco-hero-layout,
  .products-page--ecosystem .eco-rfid-layout,
  .products-page--ecosystem .eco-collab-layout,
  .products-page--ecosystem .eco-builder-panel {
    grid-template-columns: 1fr;
  }

  .products-page--ecosystem .eco-cat-grid,
  .products-page--ecosystem .eco-platform-grid,
  .products-page--ecosystem .eco-integ-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-page--ecosystem .eco-cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .products-page--ecosystem .eco-cat-card:nth-child(3n + 1) {
    border-left: 0;
  }

  .products-page--ecosystem .eco-cat-card:nth-child(n + 4) {
    border-top: 1px solid rgba(16, 24, 32, 0.1);
    padding-top: 26px;
    margin-top: 26px;
  }

  .products-page--ecosystem .eco-hw-products,
  .products-page--ecosystem .eco-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .products-page--ecosystem .eco-hero-copy h1 {
    max-width: none;
  }

  .products-page--ecosystem .eco-cat-grid,
  .products-page--ecosystem .eco-platform-grid,
  .products-page--ecosystem .eco-integ-grid,
  .products-page--ecosystem .eco-hw-products,
  .products-page--ecosystem .eco-industry-grid {
    grid-template-columns: 1fr;
  }

  .products-page--ecosystem .eco-hw-cat {
    flex-basis: 148px;
  }

  .products-page--ecosystem .eco-cat-card {
    min-height: 0;
    padding: 24px 4px;
    border-left: 0;
    border-top: 1px solid rgba(16, 24, 32, 0.1);
  }

  .products-page--ecosystem .eco-cat-card:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .products-page--ecosystem .eco-cat-card:nth-child(n + 4) {
    margin-top: 0;
  }

}

/* ?? 2026 products finalize ?? */
.products-page .suite-section .suite-card {
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease;
}

.products-page .suite-section .suite-card:hover {
  transform: translateY(-3px);
}

.products-page .suite-section .suite-icon img {
  transition: transform 0.28s ease;
}

.products-page .suite-section .suite-card:hover .suite-icon img {
  transform: scale(1.06);
}

.products-page #categories,
.products-page #software,
.products-page #hardware,
.products-page #rfid,
.products-page #integrations,
.products-page #industries,
.products-page #cta,
.products-page #flow,
.products-page #mara,
.products-page #frontline {
  scroll-margin-top: 72px;
}

.products-page .prod-hw-category-body strong {
  font-size: 18px;
}

.products-page .prod-hw-category-body p {
  font-size: 15px;
  line-height: 1.6;
}

.products-page--ecosystem .prod-hw-category-body .eco-works-with {
  display: block;
  margin: auto 0 8px; /* top auto keeps the meta row pinned to the card bottom */
  padding: 0;
}

.products-page--ecosystem .eco-integ-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.products-page--ecosystem .prod-hw-categories {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.products-page--ecosystem .eco-cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.products-page--ecosystem #cta .prod-platform-picker {
  margin-top: 28px;
}

.products-page--ecosystem .suite-card .suite-capabilities {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.products-page--ecosystem .suite-card .suite-capabilities li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #334155;
}

.products-page--ecosystem .suite-card .suite-capabilities li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.55;
}

@media (max-width: 1100px) {
  .products-page--ecosystem .eco-integ-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .products-page--ecosystem .eco-integ-grid {
    grid-template-columns: 1fr;
  }
}

@media (hover: hover) and (pointer: fine) {
  .products-page .prod-hw-category-card,
  .products-page .eco-cat-card,
  .products-page .eco-integ-card,
  .products-page .eco-industry-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-page .suite-section .suite-card,
  .products-page .suite-section .suite-icon img,
  .products-page .prod-hw-category-card,
  .products-page .prod-hw-category-media img,
  .products-page--ecosystem .eco-cat-card {
    transition: none;
  }

  .products-page .suite-section .suite-card:hover,
  .products-page .prod-hw-category-card:hover,
  .products-page--ecosystem .eco-cat-card:hover {
    transform: none;
  }

  .products-page .suite-section .suite-card:hover .suite-icon img,
  .products-page .prod-hw-category-card:hover .prod-hw-category-media img {
    transform: none;
  }
}

/* Ecosystem architecture polish: timeline + industry challenge/solution */
.products-page--ecosystem .eco-industry-challenge,
.products-page--ecosystem .eco-industry-solution {
  margin: 0 0 10px;
  padding: 0 16px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--muted);
}

.products-page--ecosystem .eco-industry-solution {
  margin-bottom: 16px;
}

.products-page--ecosystem .eco-industry-challenge span,
.products-page--ecosystem .eco-industry-solution span {
  display: inline-block;
  margin-right: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--blue-dark);
}

.products-page--ecosystem .eco-industry-solution span {
  color: #0f766e;
}

/* Hardware category card accents unified to Evolabs orange (elevated section overrides) */
.products-page--ecosystem .prod-hw-category-card[data-accent="scanners"],
.products-page--ecosystem .prod-hw-category-card[data-accent="accessories"],
.products-page--ecosystem .prod-hw-category-card[data-accent="mobile"],
.products-page--ecosystem .prod-hw-category-card[data-accent="rfid"],
.products-page--ecosystem .prod-hw-category-card[data-accent="printing"],
.products-page--ecosystem .prod-hw-category-card[data-accent="collaboration"] {
  --hw-accent: var(--orange, #ff5a24);
  --hw-accent-2: var(--orange, #ff5a24);
}


/* ============================================================
   Software Platforms ? full-width branded bands (mockup match)
   ============================================================ */
.products-page .platform-bands-section {
  padding-bottom: 0;
  overflow: clip;
}

.products-page .platform-bands-section > .platform-bands-intro.section-inner {
  padding-bottom: clamp(26px, 3.2vw, 40px);
}

/* Platforms intro copy: H2 one line, lead ~two lines on desktop (~1200–1440) */
.products-page .platform-bands-section .platform-bands-intro .section-heading {
  max-width: min(72rem, 100%);
}

.products-page .platform-bands-section .platform-bands-intro .section-heading h2 {
  max-width: none;
  /* Single line on desktop: fluid size sized so the sentence never overflows */
  white-space: nowrap;
  font-size: clamp(28px, 3.4vw, 46px);
  letter-spacing: -0.02em;
}

.products-page .platform-bands-section .platform-bands-intro .section-heading .suite-intro,
.products-page .platform-bands-section .platform-bands-intro .section-heading .eco-section-lead {
  max-width: min(78ch, 100%);
}

@media (max-width: 900px) {
  .products-page .platform-bands-section .platform-bands-intro .section-heading {
    max-width: 100%;
  }

  .products-page .platform-bands-section .platform-bands-intro .section-heading h2 {
    max-width: 100%;
    white-space: normal;
    font-size: clamp(26px, 5.6vw, 34px);
  }

  .products-page .platform-bands-section .platform-bands-intro .section-heading .suite-intro,
  .products-page .platform-bands-section .platform-bands-intro .section-heading .eco-section-lead {
    max-width: 100%;
  }
}

.products-page .platform-bands {
  display: block;
  width: 100%;
}

.products-page .platform-band {
  --band-ink: #fff;
  --band-muted: #ffffff;
  --band-demo-ink: #1a1a1a;
  position: relative;
  color: var(--band-ink);
  scroll-margin-top: 72px;
  overflow: hidden;
  border: 0;
  outline: none;
  box-shadow: none;
}

/* Overlap stacked bands so no hairline gap shows between colors */
.products-page .platform-band + .platform-band {
  margin-top: -3px;
}

/* Old seam strip caused a visible line after hero-blend — disable it */
.products-page .platform-band:not(:last-child)::after {
  content: none;
}

/* Soft texture overlay retired — photo + brand shade handle the look */
.products-page .platform-band::before {
  content: none;
}

.products-page .platform-band--flow {
  --band-demo-ink: #8b2e2e;
  --band-shade: 196, 26, 26;
  --band-shade-mid: 225, 46, 46;
  --band-shade-lite: 242, 85, 74;
  /* Underpaint matches shade→photo direction so first paint never flashes white */
  background:
    linear-gradient(
      90deg,
      rgb(var(--band-shade)) 0%,
      rgb(var(--band-shade)) 38%,
      rgb(var(--band-shade-mid)) 62%,
      rgb(var(--band-shade)) 100%
    );
}

.products-page .platform-band--mara {
  --band-demo-ink: #2a5a38;
  --band-shade: 31, 138, 82;
  --band-shade-mid: 52, 176, 120;
  --band-shade-lite: 78, 201, 138;
  background:
    linear-gradient(
      90deg,
      rgb(var(--band-shade)) 0%,
      rgb(var(--band-shade)) 42%,
      rgb(var(--band-shade-mid)) 68%,
      rgb(var(--band-shade)) 100%
    );
}

.products-page .platform-band--frontline {
  --band-demo-ink: #b85a20;
  --band-shade: 224, 74, 20;
  --band-shade-mid: 255, 90, 36;
  --band-shade-lite: 255, 138, 61;
  background:
    linear-gradient(
      90deg,
      rgb(var(--band-shade)) 0%,
      rgb(var(--band-shade)) 38%,
      rgb(var(--band-shade-mid)) 62%,
      rgb(var(--band-shade)) 100%
    );
}

.products-page .platform-band-grid {
  --band-pad-y: clamp(44px, 4.8vw, 68px);
  --band-pad-x: var(--page-gutter, clamp(20px, 3vw, 40px));
  --band-bleed: calc(var(--band-pad-x) + max(0px, (100vw - var(--max)) / 2));
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  /* No column gap — gap was a common white hairline source at the color/photo join */
  gap: 0;
  column-gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: var(--band-pad-y) max(var(--band-pad-x), calc((100% - min(100vw, 92rem)) / 2));
  box-sizing: border-box;
}

.products-page .platform-band-grid--reverse .platform-band-media {
  order: 2;
}

.products-page .platform-band-grid--reverse .platform-band-content {
  order: 1;
}

.products-page .platform-band-media {
  min-width: 0;
  display: block;
  position: static;
  align-self: stretch;
  min-height: clamp(200px, 25vw, 360px);
  /* Spacer only — photo is a sibling of the grid, not inside this column */
  pointer-events: none;
}

/* Full-bleed art: direct child of .platform-band (not media) so transforms never re-contain it */
.products-page .platform-band-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  width: 100%;
  max-width: none;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.products-page .platform-band-art > picture {
  position: absolute;
  inset: -1px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin: 0;
}

.products-page .platform-band-art picture img,
.products-page .platform-band-art > img:not(.platform-band-logo) {
  position: absolute;
  inset: -1px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  max-height: none;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: saturate(1.05) contrast(1.02) brightness(1.03);
  /* Soft dissolve into brand underpaint on the copy side — kills hard vertical seam */
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 32%,
    rgba(0, 0, 0, 0.55) 52%,
    rgba(0, 0, 0, 0.12) 72%,
    transparent 88%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 32%,
    rgba(0, 0, 0, 0.55) 52%,
    rgba(0, 0, 0, 0.12) 72%,
    transparent 88%
  );
}

/* Reverse layout: photo opens on the right — mask fades toward the left (copy) */
.products-page .platform-band:has(> .platform-band-grid--reverse) .platform-band-art picture img,
.products-page .platform-band:has(> .platform-band-grid--reverse) .platform-band-art > img:not(.platform-band-logo) {
  object-position: center right;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 18%,
    rgba(0, 0, 0, 0.45) 38%,
    rgba(0, 0, 0, 0.85) 58%,
    #000 78%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 18%,
    rgba(0, 0, 0, 0.45) 38%,
    rgba(0, 0, 0, 0.85) 58%,
    #000 78%,
    #000 100%
  );
}

.products-page .platform-band--flow .platform-band-art picture img,
.products-page .platform-band--flow .platform-band-art > img:not(.platform-band-logo),
.products-page .platform-band--frontline .platform-band-art picture img,
.products-page .platform-band--frontline .platform-band-art > img:not(.platform-band-logo) {
  object-position: center left;
}

/* Brand wash on top of photo for copy contrast (soft, wide feather — no hard 50% cliff) */
.products-page .platform-band-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  background:
    linear-gradient(
      90deg,
      rgba(var(--band-shade), 0) 0%,
      rgba(var(--band-shade), 0.18) 28%,
      rgba(var(--band-shade-mid), 0.55) 48%,
      rgba(var(--band-shade), 0.88) 68%,
      rgba(var(--band-shade), 0.96) 84%,
      rgba(var(--band-shade), 0.98) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.14) 0%,
      transparent 42%,
      rgba(0, 0, 0, 0.2) 100%
    );
}

/* Reverse: strong shade on left (copy), photo opens right */
.products-page .platform-band:has(> .platform-band-grid--reverse) .platform-band-art::after {
  background:
    linear-gradient(
      90deg,
      rgba(var(--band-shade), 0.98) 0%,
      rgba(var(--band-shade), 0.96) 16%,
      rgba(var(--band-shade), 0.88) 32%,
      rgba(var(--band-shade-mid), 0.55) 52%,
      rgba(var(--band-shade), 0.18) 72%,
      rgba(var(--band-shade), 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.14) 0%,
      transparent 42%,
      rgba(0, 0, 0, 0.2) 100%
    );
}

/* Official product logos — single white tile on brand band */
.products-page .platform-band-logo-wrap {
  position: absolute;
  top: clamp(16px, 2.5vw, 26px);
  right: clamp(16px, 2.8vw, 30px);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: clamp(96px, 11.5vw, 128px);
  height: clamp(96px, 11.5vw, 128px);
  padding: clamp(8px, 1.1vw, 12px);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.products-page .platform-band:has(> .platform-band-grid--reverse) .platform-band-logo-wrap {
  left: auto;
  right: clamp(16px, 2.8vw, 30px);
}

.products-page .platform-band-logo {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  object-position: center 54%;
  filter: none;
  transform: scale(1.22);
  transform-origin: center center;
}

.products-page .platform-band-figure {
  display: none !important;
}

.products-page .platform-band-content {
  min-width: 0;
  display: grid;
  gap: 12px;
  align-content: center;
  color: #fff;
  position: relative;
  z-index: 2;
  /* Replaces former grid column-gap so copy stays clear of the blend zone */
  padding-inline: clamp(8px, 1.8vw, 28px);
}

.products-page .platform-band-content :is(h3, p, li) {
  color: #fff !important;
}

.products-page .platform-band-content h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: clamp(38px, 4.6vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #fff;
}

.products-page .platform-band-tagline {
  margin: 0;
  font-size: clamp(18px, 1.9vw, 22px);
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.products-page .platform-band-desc {
  margin: 6px 0 2px;
  max-width: 44ch;
  font-size: 16.5px;
  line-height: 1.65;
  color: #fff;
}

.products-page .platform-band-features {
  display: grid;
  gap: 12px;
  margin: 10px 0 6px;
  padding: 0;
  list-style: none;
}

.products-page .platform-band-features li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
}

.products-page .platform-band-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: #fff;
}

.products-page .platform-band-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  color: #fff;
}

.products-page .platform-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.products-page .platform-band-demo,
.products-page .platform-band-learn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 30px;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

/* Filled solid pill — Book a Demo */
.products-page .platform-band-demo {
  background: #fff;
  color: var(--band-demo-ink);
  border: 1.5px solid #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.products-page .platform-band-demo span {
  font-size: 1.05em;
  line-height: 1;
}

/* Outline / ghost pill — Learn More (same chrome, transparent fill) */
.products-page .platform-band-learn {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
}

.products-page .platform-band-learn[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.18);
  border-color: #fff;
}

.products-page .platform-band-demo:hover,
.products-page .platform-band-demo:focus-visible {
  transform: translateY(-1px);
  background: #f8fafc;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.products-page .platform-band-learn:hover,
.products-page .platform-band-learn:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.products-page .platform-band-demo:focus-visible,
.products-page .platform-band-learn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
}

/*
 * Scroll reveal: animate COPY only.
 * Never opacity/transform .platform-band-media or .platform-band-art —
 * those used to create a containing block and collapse full-bleed art into
 * one grid column (visible vertical seam flash until is-inview).
 */
.products-page.js-products-ready .platform-band:not(.is-inview):not(.is-current) .platform-band-content {
  opacity: 0;
  transform: translateY(28px);
}

.products-page .platform-band .platform-band-content {
  opacity: 1;
  transform: none;
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.08s;
}

.products-page .platform-band.is-inview .platform-band-content,
.products-page .platform-band.is-current .platform-band-content {
  opacity: 1;
  transform: none;
}

@media (min-width: 901px) {
  .products-page.js-products-ready .platform-band:not(.is-inview):not(.is-current) .platform-band-content {
    transform: translateX(22px);
  }

  .products-page.js-products-ready .platform-band:not(.is-inview):not(.is-current) .platform-band-grid--reverse .platform-band-content {
    transform: translateX(-22px);
  }

  .products-page .platform-band.is-inview .platform-band-content,
  .products-page .platform-band.is-current .platform-band-content {
    transform: none;
  }
}

@media (max-width: 900px) {
  .products-page .platform-band-grid,
  .products-page .platform-band-grid--reverse {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    gap: 20px;
    padding: clamp(48px, 8vw, 72px) var(--band-pad-x, 20px);
  }

  .products-page .platform-band-grid--reverse .platform-band-media,
  .products-page .platform-band-grid--reverse .platform-band-content {
    order: initial;
  }

  .products-page .platform-band-media {
    order: -1;
    min-height: min(240px, 42vw);
  }

  .products-page .platform-band-art {
    margin: 0;
    width: 100%;
    min-height: 100%;
    aspect-ratio: auto;
  }

  /* Mobile: vertical dissolve into brand underpaint */
  .products-page .platform-band-art picture img,
  .products-page .platform-band-art > img:not(.platform-band-logo),
  .products-page .platform-band--mara .platform-band-art picture img,
  .products-page .platform-band--mara .platform-band-art > img:not(.platform-band-logo),
  .products-page .platform-band:has(> .platform-band-grid--reverse) .platform-band-art picture img,
  .products-page .platform-band:has(> .platform-band-grid--reverse) .platform-band-art > img:not(.platform-band-logo) {
    -webkit-mask-image: linear-gradient(
      180deg,
      #000 0%,
      #000 28%,
      rgba(0, 0, 0, 0.55) 55%,
      rgba(0, 0, 0, 0.15) 78%,
      transparent 100%
    );
    mask-image: linear-gradient(
      180deg,
      #000 0%,
      #000 28%,
      rgba(0, 0, 0, 0.55) 55%,
      rgba(0, 0, 0, 0.15) 78%,
      transparent 100%
    );
  }

  .products-page .platform-band-art::after,
  .products-page .platform-band--mara .platform-band-art::after,
  .products-page .platform-band:has(> .platform-band-grid--reverse) .platform-band-art::after {
    background:
      linear-gradient(
        180deg,
        rgba(var(--band-shade), 0.28) 0%,
        rgba(var(--band-shade-mid), 0.5) 38%,
        rgba(var(--band-shade), 0.9) 72%,
        rgba(var(--band-shade), 0.97) 100%
      ),
      linear-gradient(
        90deg,
        rgba(var(--band-shade), 0.16) 0%,
        transparent 50%,
        rgba(var(--band-shade), 0.16) 100%
      );
  }

  .products-page .platform-band-logo-wrap,
  .products-page .platform-band--mara .platform-band-logo-wrap,
  .products-page .platform-band:has(> .platform-band-grid--reverse) .platform-band-logo-wrap {
    right: 14px;
    top: 14px;
    width: 88px;
    height: 88px;
    padding: 8px;
  }

  .products-page .platform-band-logo {
    transform: scale(1.18);
  }

  .products-page .platform-band-content h3 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .products-page .platform-band-desc {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .products-page .platform-band-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .products-page .platform-band-demo,
  .products-page .platform-band-learn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-page .platform-band .platform-band-media,
  .products-page .platform-band .platform-band-content,
  .products-page .platform-band-demo,
  .products-page .platform-band-learn {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* In-band Learn More expand — flat band text (no cards) */
.products-page .platform-band-detail {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 0;
  color: #fff;
}

.products-page .platform-band-detail.is-animating {
  transition: height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.products-page .platform-band-detail-inner {
  box-sizing: border-box;
  width: min(var(--max-band-detail, 98vw), calc(100% - 36px));
  margin: 0 auto;
  padding: 8px clamp(16px, 2.5vw, 28px) clamp(32px, 4vw, 52px);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}

.products-page .platform-band-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(240px, 0.95fr);
  gap: clamp(20px, 2.4vw, 36px);
  align-items: start;
}

.products-page .platform-band-col {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.products-page .platform-band-col--aside {
  gap: 18px;
  padding-left: clamp(12px, 1.5vw, 22px);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.products-page .platform-band-detail,
.products-page .platform-band-detail :is(
  p,
  li,
  strong,
  span,
  h3,
  h4,
  .platform-band-detail-kicker,
  .suite-meta-label,
  .platform-band-partner-label,
  .prod-cap-block strong,
  .platform-workflow span
) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.products-page .platform-band-detail-inner :is(p, li, strong, span) {
  color: #fff;
}

.products-page .platform-band-detail-kicker {
  margin: 0 0 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
}

.products-page .platform-band-detail .prod-value-panel,
.products-page .platform-band-detail .prod-cap-grid {
  display: contents;
}

.products-page .platform-band-detail .prod-ideal-for,
.products-page .platform-band-detail .prod-business-outcomes,
.products-page .platform-band-detail .prod-cap-block {
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.products-page .platform-band-detail .suite-meta-label,
.products-page .platform-band-detail .prod-cap-block strong {
  display: block;
  margin: 0 0 2px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff !important;
}

.products-page .platform-band-detail .suite-ideal-for,
.products-page .platform-band-detail .suite-outcome-list,
.products-page .platform-band-detail .prod-cap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}

.products-page .platform-band-detail .suite-ideal-for li,
.products-page .platform-band-detail .suite-outcome-list li,
.products-page .platform-band-detail .prod-cap-block ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff !important;
}

.products-page .platform-band-detail .suite-ideal-for li + li,
.products-page .platform-band-detail .suite-outcome-list li + li,
.products-page .platform-band-detail .prod-cap-block ul li + li {
  margin-top: 8px;
}

.products-page .platform-band-detail .suite-ideal-for li::before,
.products-page .platform-band-detail .suite-outcome-list li::before,
.products-page .platform-band-detail .prod-cap-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
}

.products-page .platform-band-detail .platform-workflow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 6px 0 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.products-page .platform-band-detail .platform-workflow span:not(.platform-wf-arrow) {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.products-page .platform-band-detail .platform-workflow .platform-wf-arrow {
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  position: relative;
}

.products-page .platform-band-detail .platform-workflow .platform-wf-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.75);
  border-top: 1.5px solid rgba(255, 255, 255, 0.75);
  transform: translateY(-50%) rotate(45deg);
}

.products-page .platform-band-partners {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.products-page .platform-band-partner-group {
  display: grid;
  gap: 12px;
}

.products-page .platform-band-partner-label {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
}

.products-page .platform-band-logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.products-page .platform-band-col--aside .platform-band-logo-row img {
  max-width: 96px;
  height: 24px;
}

.products-page .platform-band-logo-row li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.products-page .platform-band-logo-row img {
  display: block;
  width: auto;
  max-width: 118px;
  height: 28px;
  max-height: 28px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

/* SAP / Sage — optically match Syspro in the white ERP strip */
.products-page .platform-band-logo-row img[alt="SAP"],
.products-page .platform-band-logo-row img[src*="sap-wordmark"] {
  height: 34px;
  max-height: 36px;
  max-width: 108px;
  transform: scale(1.35);
  transform-origin: center center;
}

.products-page .platform-band-logo-row img[alt="Sage"],
.products-page .platform-band-logo-row img[src*="sage.svg"] {
  height: 32px;
  max-height: 34px;
  max-width: 118px;
  transform: scale(1.3);
  transform-origin: center center;
}

.products-page .platform-band-col--aside .platform-band-logo-row img[alt="SAP"],
.products-page .platform-band-col--aside .platform-band-logo-row img[src*="sap-wordmark"] {
  height: 34px;
  max-height: 36px;
  max-width: 108px;
}

.products-page .platform-band-col--aside .platform-band-logo-row img[alt="Sage"],
.products-page .platform-band-col--aside .platform-band-logo-row img[src*="sage.svg"] {
  height: 32px;
  max-height: 34px;
  max-width: 118px;
}

.products-page .platform-band-detail-actions {
  display: none; /* Book a Demo already in the band above */
}

@media (max-width: 1100px) {
  .products-page .platform-band-detail-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-page .platform-band-col--aside {
    grid-column: 1 / -1;
    padding-left: 0;
    border-left: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }
}

@media (max-width: 900px) {
  .products-page .platform-band-detail-inner {
    width: min(100% - 24px, 720px);
    padding: 4px 16px 40px;
  }

  .products-page .platform-band-detail-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .products-page .platform-band-col--aside {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-page .platform-band-detail.is-animating {
    transition: none !important;
  }
}

/* Certified Enterprise Devices ? premium catalogue treatment */
.products-page--ecosystem .prod-hw-section--elevated {
  --hardware-blue: #001feb;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f7f8fa;
}

.products-page--ecosystem .prod-hw-section--elevated::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.045;
  background-image:
    linear-gradient(rgba(0, 31, 235, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 31, 235, 0.32) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(135deg, transparent 8%, #000 48%, transparent 92%);
}

.products-page--ecosystem .prod-hw-section--elevated > .section-inner {
  position: relative;
  z-index: 1;
}

.products-page--ecosystem .prod-hw-partners {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 42px);
  margin: 0 0 clamp(42px, 5vw, 64px);
  padding: 0 0 26px;
  border: 0;
  border-bottom: 1px solid rgba(16, 24, 32, 0.11);
  border-radius: 0;
  background: transparent;
}

.products-page--ecosystem .prod-hw-partners img {
  display: block;
  width: auto;
  height: 29px;
  max-width: 158px;
  object-fit: contain;
  object-position: center;
}

.products-page--ecosystem .prod-hw-partners img:first-child {
  height: 31px;
  max-width: 106px;
}

.products-page--ecosystem .prod-hw-partners img.prod-hw-partners-peoplelink,
.products-page--ecosystem .prod-hw-partners img[alt="PeopleLink"],
.products-page--ecosystem .prod-hw-partners picture.prod-hw-partners-peoplelink img {
  height: 29px;
  max-width: 158px;
  width: auto;
  opacity: 1;
  filter: none;
  flex-shrink: 0;
  object-position: center;
}

.products-page--ecosystem .prod-hw-partners picture.prod-hw-partners-peoplelink {
  display: flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
  align-self: center;
}

.products-page--ecosystem .prod-hw-partners-note {
  margin-left: auto;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.products-page--ecosystem .prod-hw-section--elevated .section-heading {
  max-width: min(72rem, 100%);
  margin-bottom: clamp(36px, 4vw, 52px);
}

.products-page--ecosystem .prod-hw-section--elevated .section-heading h2 {
  max-width: none;
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.products-page--ecosystem .prod-hw-section--elevated .prod-hw-intro.eco-section-lead {
  max-width: min(78ch, 100%);
}

.products-page--ecosystem .prod-hw-section--elevated .eyebrow,
.products-page--ecosystem .prod-hw-category-body .eco-works-with em {
  color: var(--hardware-blue);
}

.products-page--ecosystem .prod-hw-category-cta {
  color: var(--orange, #ff5a24);
  border-color: color-mix(in srgb, var(--orange, #ff5a24) 34%, rgba(16, 24, 32, 0.1));
  background: transparent;
  font-weight: 600;
  box-shadow: none;
}

.products-page--ecosystem .prod-hw-category-card:hover .prod-hw-category-cta,
.products-page--ecosystem .prod-hw-category-card:focus-visible .prod-hw-category-cta {
  border-color: color-mix(in srgb, var(--orange, #ff5a24) 52%, rgba(16, 24, 32, 0.1));
  background: color-mix(in srgb, var(--orange, #ff5a24) 8%, #fff);
  color: var(--orange, #ff5a24);
}

.products-page--ecosystem .prod-hw-categories {
  gap: clamp(22px, 2.2vw, 32px);
  margin-top: 0;
}

.products-page--ecosystem .prod-hw-category-card,
.products-page--ecosystem .prod-hw-category-card[data-accent] {
  --hw-accent: var(--orange, #ff5a24);
  --hw-accent-2: var(--orange, #ff5a24);
  border: 1px solid rgba(16, 24, 32, 0.055);
  border-top: 2px solid color-mix(in srgb, var(--orange, #ff5a24) 55%, transparent);
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 1px 2px rgba(16, 24, 32, 0.025),
    0 14px 36px rgba(16, 24, 32, 0.045);
}

.products-page--ecosystem .prod-hw-category-card:hover,
.products-page--ecosystem .prod-hw-category-card:focus-visible {
  border-color: color-mix(in srgb, var(--orange, #ff5a24) 22%, rgba(16, 24, 32, 0.08));
  border-top-color: var(--orange, #ff5a24);
  box-shadow:
    0 2px 4px rgba(16, 24, 32, 0.035),
    0 20px 48px rgba(16, 24, 32, 0.075);
  transform: translateY(-3px);
}

@media (max-width: 720px) {
  .products-page--ecosystem .prod-hw-section--elevated .section-heading h2 {
    white-space: normal;
    font-size: clamp(1.4rem, 6.2vw, 1.85rem);
  }
}

.products-page--ecosystem .prod-hw-section--elevated .prod-hw-category-media {
  display: grid;
  place-items: center;
  height: clamp(280px, 25vw, 340px);
  /* Unified soft studio backdrop so mixed photo backgrounds read as one set */
  background: radial-gradient(120% 85% at 50% 32%, #f2f4f7 0%, #fbfcfd 55%, #fff 100%);
}

.products-page--ecosystem .prod-hw-category-media::after {
  background:
    linear-gradient(
      to bottom,
      transparent 50%,
      rgba(255, 255, 255, 0.4) 74%,
      rgba(255, 255, 255, 0.88) 90%,
      #fff 100%
    ),
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.5) 0%,
      transparent 14%,
      transparent 86%,
      rgba(255, 255, 255, 0.5) 100%
    );
}

.products-page--ecosystem .prod-hw-category-media img {
  width: 100%;
  height: 100%;
  padding: 24px 28px 40px;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.98) contrast(1.02);
}

.products-page--ecosystem .prod-hw-category-card:hover .prod-hw-category-media img,
.products-page--ecosystem .prod-hw-category-card:focus-visible .prod-hw-category-media img {
  transform: scale(1.02);
}

.products-page--ecosystem .prod-hw-category-body {
  gap: 12px;
  padding: 22px 26px 30px;
  border-top: none;
}

.products-page--ecosystem .prod-hw-category-body strong {
  color: #101820;
  font-size: 18px;
}

.products-page--ecosystem .prod-hw-category-body p {
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.6;
}

.products-page--ecosystem .prod-hw-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  column-gap: 0;
  margin: clamp(38px, 5vw, 58px) 0 0;
}

.products-page--ecosystem .prod-hw-trust li {
  padding: 0 clamp(14px, 1.8vw, 26px);
  border: 0;
  border-left: 1px solid rgba(16, 24, 32, 0.16);
  border-radius: 0;
  background: transparent;
  color: #101820;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.products-page--ecosystem .prod-hw-trust li:first-child {
  padding-left: 0;
  border-left: 0;
}

.products-page--ecosystem .prod-hw-catalog-wrap {
  margin-top: clamp(38px, 5vw, 56px);
}

.products-page--ecosystem .prod-hw-catalog-cta {
  background: #f05a24;
  color: #fff;
  box-shadow: 0 10px 24px rgba(240, 90, 36, 0.18);
}

.products-page--ecosystem .prod-hw-catalog-cta:hover,
.products-page--ecosystem .prod-hw-catalog-cta:focus-visible {
  background: #d94d1c;
  box-shadow: 0 14px 30px rgba(240, 90, 36, 0.24);
}

@media (max-width: 1100px) and (min-width: 721px) {
  .products-page--ecosystem .prod-hw-trust {
    row-gap: 12px;
  }

  .products-page--ecosystem .prod-hw-trust li {
    padding: 0 clamp(12px, 1.6vw, 20px);
  }
}

@media (max-width: 720px) {
  .products-page--ecosystem .prod-hw-partners {
    justify-content: center;
    gap: 24px;
  }

  .products-page--ecosystem .prod-hw-partners-note {
    flex-basis: 100%;
    margin-left: 0;
    text-align: center;
  }

  .products-page--ecosystem .prod-hw-trust {
    align-items: stretch;
    flex-direction: column;
  }

  .products-page--ecosystem .prod-hw-trust li {
    padding: 12px 0;
    border-left: 0;
    border-top: 1px solid rgba(16, 24, 32, 0.12);
  }

  .products-page--ecosystem .prod-hw-trust li:first-child {
    border-top: 0;
  }
}

/* ============================================================
   Products Hero ? Full-bleed ecosystem illustration
   ============================================================ */

.products-page--ecosystem .eco-hero.products-hero {
  --eco-hero-blue: #0a78cf;
  position: relative;
  isolation: isolate;
  min-height: min(62vh, 640px);
  overflow: hidden;
  color: #fff;
  background: #0a78cf;
}

.products-page--ecosystem .eco-hero.products-hero::before,
.products-page--ecosystem .eco-hero.products-hero::after,
.products-page--ecosystem .eco-hero-ambient {
  display: none;
}

.products-page--ecosystem .eco-hero--illustration .eco-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.products-page--ecosystem .eco-hero--illustration .eco-hero-illustration {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.products-page--ecosystem .eco-hero--illustration .eco-hero-media-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(8, 74, 140, 0.55) 0%,
      rgba(10, 120, 207, 0.28) 34%,
      rgba(10, 120, 207, 0.08) 48%,
      transparent 58%
    ),
    linear-gradient(
      180deg,
      rgba(6, 55, 110, 0.18) 0%,
      transparent 28%,
      transparent 78%,
      rgba(6, 55, 110, 0.22) 100%
    );
}

.products-page--ecosystem .eco-hero--illustration .eco-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  padding-top: clamp(80px, 9vh, 112px);
  padding-bottom: clamp(32px, 4.2vh, 56px);
  width: min(var(--max-hero), calc(100% - 2 * var(--page-gutter, 24px)));
  max-width: none;
  min-height: inherit;
}

.products-page--ecosystem .eco-hero--illustration .eco-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Was min(42rem, 56%) + 18ch H1 → ~4-line dark-blue headline; widen for ≤3 lines */
  max-width: min(48rem, 68%);
}

.products-page--ecosystem .eco-hero-copy .eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.95);
  font-size: var(--type-eyebrow, 13px);
  letter-spacing: 0.16em;
  text-shadow: none;
}

.products-page--ecosystem .eco-hero-copy h1 {
  max-width: none;
  margin: 0 0 12px;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 18px rgba(8, 60, 120, 0.28);
  text-wrap: pretty;
}

.products-page--ecosystem .eco-hero-lead {
  max-width: 42ch;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.5;
}

.products-page--ecosystem .eco-hero-copy .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.products-page--ecosystem .eco-hero-copy .primary-action {
  box-shadow: 0 12px 28px rgba(7, 30, 51, 0.22);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.products-page--ecosystem .eco-hero-copy .primary-action:hover,
.products-page--ecosystem .eco-hero-copy .primary-action:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(7, 30, 51, 0.28);
}

.products-page--ecosystem .eco-hero-copy .secondary-action {
  border: 1.5px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.products-page--ecosystem .eco-hero-copy .secondary-action:hover,
.products-page--ecosystem .eco-hero-copy .secondary-action:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
  transform: translateY(-2px);
}

.products-page--ecosystem .eco-hero-partners {
  width: 100%;
  padding-top: 4px;
}

.products-page--ecosystem .eco-hero-partners-label {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.products-page--ecosystem .eco-hero-partner-logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.products-page--ecosystem .eco-hero-partner-logos li {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0;
}

.products-page--ecosystem .eco-hero-partner-logos img {
  display: block;
  height: 18px;
  max-height: 18px;
  width: auto;
  max-width: 100px;
  object-fit: contain;
  flex-shrink: 0;
  /* Inverse treatment for dark hero — not brand-orange recolor */
  filter: brightness(0) invert(1);
  opacity: 0.78;
  transition: opacity 200ms ease, filter 200ms ease, transform 200ms ease;
}

.products-page--ecosystem .eco-hero-partner-logos img:hover {
  opacity: 1;
  transform: translateY(-1px);
}

/* SAP / Sage — match Syspro optical weight on dark hero */
.products-page--ecosystem .eco-hero-partner-logos img[alt="SAP"],
.products-page--ecosystem .eco-hero-partner-logos img[src*="sap-wordmark"] {
  height: 28px;
  max-height: 30px;
  max-width: 96px;
  transform: scale(1.45);
  transform-origin: left center;
}

.products-page--ecosystem .eco-hero-partner-logos img[alt="Sage"],
.products-page--ecosystem .eco-hero-partner-logos img[src*="sage.svg"] {
  height: 26px;
  max-height: 28px;
  max-width: 110px;
  transform: scale(1.4);
  transform-origin: left center;
}

.products-page--ecosystem .eco-hero-partner-logos li:hover img[alt="SAP"],
.products-page--ecosystem .eco-hero-partner-logos li:hover img[src*="sap-wordmark"] {
  transform: translateY(-1px) scale(1.45);
}

.products-page--ecosystem .eco-hero-partner-logos li:hover img[alt="Sage"],
.products-page--ecosystem .eco-hero-partner-logos li:hover img[src*="sage.svg"] {
  transform: translateY(-1px) scale(1.4);
}

/* Legacy collage viz ? hidden when illustration hero is active */
.products-page--ecosystem .eco-hero--illustration .eco-hero-viz {
  display: none;
}

@media (max-width: 1100px) {
  .products-page--ecosystem .eco-hero.products-hero {
    min-height: 0;
  }

  .products-page--ecosystem .eco-hero--illustration {
    min-height: min(70vh, 720px);
  }

  .products-page--ecosystem .eco-hero--illustration .eco-hero-illustration {
    object-position: 78% center;
  }

  .products-page--ecosystem .eco-hero--illustration .eco-hero-media-shade {
    background:
      linear-gradient(
        180deg,
        rgba(8, 74, 140, 0.72) 0%,
        rgba(10, 120, 207, 0.55) 42%,
        rgba(10, 120, 207, 0.28) 100%
      );
  }

  .products-page--ecosystem .eco-hero--illustration .eco-hero-layout {
    padding-top: 92px;
    padding-bottom: 40px;
  }

  .products-page--ecosystem .eco-hero--illustration .eco-hero-copy {
    max-width: min(44rem, 88%);
  }

  .products-page--ecosystem .eco-hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .products-page--ecosystem .eco-hero--illustration {
    min-height: min(78vh, 680px);
  }

  .products-page--ecosystem .eco-hero--illustration .eco-hero-layout {
    padding-top: 84px;
    padding-bottom: 32px;
  }

  .products-page--ecosystem .eco-hero--illustration .eco-hero-illustration {
    object-position: 85% 40%;
  }

  .products-page--ecosystem .eco-hero-copy h1 {
    max-width: none;
    font-size: clamp(26px, 7vw, 34px);
  }

  .products-page--ecosystem .eco-hero-partner-logos {
    gap: 10px 14px;
  }

  .products-page--ecosystem .eco-hero-partner-logos img {
    height: 16px;
  }

  .products-page--ecosystem .eco-hero-partner-logos img[alt="SAP"],
  .products-page--ecosystem .eco-hero-partner-logos img[src*="sap-wordmark"] {
    height: 24px;
    max-height: 26px;
    transform: scale(1.4);
  }

  .products-page--ecosystem .eco-hero-partner-logos img[alt="Sage"],
  .products-page--ecosystem .eco-hero-partner-logos img[src*="sage.svg"] {
    height: 22px;
    max-height: 24px;
    transform: scale(1.35);
  }
}

@media (prefers-reduced-motion: reduce) {
  .products-page--ecosystem .eco-hero-copy .primary-action,
  .products-page--ecosystem .eco-hero-copy .secondary-action,
  .products-page--ecosystem .eco-hero-partner-logos img {
    transition: none;
    transform: none;
  }

  .products-page--ecosystem .eco-hero-partner-logos img[alt="SAP"],
  .products-page--ecosystem .eco-hero-partner-logos img[src*="sap-wordmark"] {
    transform: scale(1.45);
  }

  .products-page--ecosystem .eco-hero-partner-logos img[alt="Sage"],
  .products-page--ecosystem .eco-hero-partner-logos img[src*="sage.svg"] {
    transform: scale(1.4);
  }
}

/* ── Products header: no glass/white capsule — clear nav bar ── */
.products-page .header-inner::before {
  content: none;
  display: none;
  opacity: 0;
}

.products-page .brand,
.products-page .demo-button:not(.btn-liquid),
.products-page .mobile-toggle {
  background: #ffffff;
  border-color: rgba(15, 40, 80, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow:
    0 8px 24px rgba(16, 24, 32, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.products-page .nav-shell {
  background: #fff;
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-color: rgba(16, 24, 32, 0.08);
  border-radius: 999px;
  box-shadow:
    0 8px 28px rgba(16, 24, 32, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.products-page .nav-shell:hover,
.products-page .nav-shell:focus-within,
.products-page .nav-shell:has(.menu-trigger.is-open) {
  background: #fff;
  border-color: rgba(15, 110, 169, 0.14);
  box-shadow:
    0 10px 32px rgba(16, 24, 32, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.products-page .brand.brand--wordmark,
.products-page .brand.brand--wordmark:hover,
.products-page .brand.brand--wordmark:focus-visible {
  background: #ffffff;
  border-color: rgba(15, 40, 80, 0.08);
  box-shadow:
    0 8px 24px rgba(16, 24, 32, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.products-page .nav-link,
.products-page .nav-link > a,
.products-page .menu-trigger > a {
  color: var(--nav-label, #0b1f33);
  text-shadow: none;
}

.products-page .nav-shell:hover .nav-link,
.products-page .nav-shell:hover .nav-link > a,
.products-page .nav-shell:hover .menu-trigger > a,
.products-page .nav-shell:focus-within .nav-link,
.products-page .nav-shell:focus-within .nav-link > a,
.products-page .nav-shell:focus-within .menu-trigger > a,
.products-page .nav-shell:has(.menu-trigger.is-open) .nav-link,
.products-page .nav-shell:has(.menu-trigger.is-open) .nav-link > a,
.products-page .nav-shell:has(.menu-trigger.is-open) .menu-trigger > a {
  color: var(--nav-label, #0b1f33);
  text-shadow: none;
}

.products-page .nav-shell:hover .nav-link:hover,
.products-page .nav-shell:focus-within .nav-link:hover,
.products-page .nav-shell:has(.menu-trigger.is-open) .nav-link:hover,
.products-page .nav-shell:hover .menu-trigger:hover,
.products-page .nav-shell:focus-within .menu-trigger:hover,
.products-page .nav-shell:has(.menu-trigger.is-open) .menu-trigger:hover {
  color: var(--nav-hover);
}

.products-page .mobile-toggle span {
  background: var(--nav-label, #0b1f33);
}

@media (min-width: 1101px) {
  .products-page .header-inner::before {
    content: none;
    display: none;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .products-page .header-inner::before {
    content: none;
    display: none;
    opacity: 0;
  }
}
