/**
 * Evolabs Solutions Page Polish
 * Refines storytelling, hierarchy, spacing, and enterprise credibility ? solutions only.
 */

/* ── Section rhythm ── */
.solutions-page .solutions-hero-layout {
  padding-bottom: clamp(56px, 7vh, 96px);
}

.solutions-page main > .section .section-inner,
.solutions-page .sol-final-cta .section-inner {
  padding-top: var(--space-section, clamp(110px, 11vw, 160px));
  padding-bottom: var(--space-section, clamp(110px, 11vw, 160px));
}

.solutions-page .sol-trust-section .section-inner,
.solutions-page .sol-enterprise-section .section-inner {
  padding-top: var(--space-section, clamp(110px, 11vw, 160px));
  padding-bottom: var(--space-section, clamp(110px, 11vw, 160px));
}

.solutions-page .sol-network-section .section-inner {
  padding-top: var(--space-section, clamp(110px, 11vw, 160px));
  padding-bottom: var(--space-section, clamp(110px, 11vw, 160px));
  width: min(var(--max-diagram), calc(100% - 2 * var(--page-gutter, 20px)));
  max-width: none;
}

.solutions-page .section-heading {
  margin-bottom: 32px;
}

.solutions-page .sol-section-intro {
  max-width: 52ch;
  margin-top: 18px;
}

/* ?? 1. Hero ? premium enterprise composition ?? */
.solutions-page .solutions-hero {
  --sol-hero-blue: #e8f2fa;
  --sol-hero-pad-x: 32px;
  position: relative;
  isolation: isolate;
  background: var(--sol-hero-blue);
  color: var(--navy, #0a1f33);
  min-height: 92vh;
  overflow: hidden;
}

.solutions-page .solutions-hero::before,
.solutions-page .solutions-hero::after {
  content: none;
  display: none;
}

.solutions-page .sol-hero-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 74% at 86% 42%, rgba(0, 157, 255, 0.2), transparent 62%),
    radial-gradient(ellipse 48% 44% at 76% 58%, rgba(15, 110, 169, 0.18), transparent 66%),
    linear-gradient(180deg, #eaf4fb 0%, var(--sol-hero-blue) 50%, #f5f9fc 100%);
}

.solutions-page .solutions-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(98deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 33%, rgba(255, 255, 255, 0.72) 54%, rgba(255, 255, 255, 0.28) 75%, rgba(255, 255, 255, 0.1) 100%),
    url("../images/solutions/hero-vibrant.png?v=20260721-solhero1");
  background-repeat: no-repeat;
  background-size: cover, min(68vw, 1180px) auto;
  background-position: 0 0, right -56px center;
  filter: saturate(1.28) contrast(1.16) brightness(1.05);
  opacity: 1;
  transform: scale(1.02);
}

.solutions-page .sol-hero-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(96px, 16vh, 160px);
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(232, 242, 250, 0.35) 22%,
    rgba(255, 255, 255, 0.78) 62%,
    #ffffff 100%
  );
}

.solutions-page .solutions-hero-copy {
  display: grid;
  gap: 0;
  position: relative;
  z-index: 2;
}

.solutions-page .solutions-hero-copy .eyebrow {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  text-shadow: none;
}

.solutions-page .solutions-hero-copy h1 {
  max-width: 13.5ch;
  margin-bottom: 28px;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.028em;
  color: #0a4f78;
  text-shadow: none;
}

.solutions-page .solutions-hero-copy p:not(.eyebrow) {
  max-width: 38ch;
  margin: 0 0 36px;
  font-size: clamp(17px, 1.15vw, 19px);
  line-height: 1.65;
  color: rgba(10, 31, 51, 0.76);
}

.solutions-page .solutions-hero-copy .hero-actions {
  margin: 0;
  gap: 12px;
  align-items: center;
}

.solutions-page .solutions-hero .sol-hero-cta {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 10px 28px rgba(255, 90, 36, 0.28);
}

.solutions-page .solutions-hero .secondary-action {
  border-color: rgba(10, 31, 51, 0.16);
  color: var(--navy, #0a1f33);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 2px rgba(10, 31, 51, 0.04);
}

.solutions-page .solutions-hero .secondary-action:hover,
.solutions-page .solutions-hero .secondary-action:focus-visible {
  background: #fff;
  border-color: rgba(10, 31, 51, 0.28);
  box-shadow: 0 8px 22px rgba(10, 31, 51, 0.08);
}

/* ?? 2. Certified Partners ?? */
.solutions-page .sol-trust-heading h2 {
  max-width: 24ch;
}

.solutions-page .sol-trust-grid {
  gap: 18px;
  margin-top: 44px;
}

.solutions-page .sol-trust-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0;
  padding: 22px 20px;
  min-height: 168px;
}

.solutions-page .sol-trust-card--lead {
  border-color: color-mix(in srgb, var(--blue) 18%, rgba(16, 24, 32, 0.09));
  box-shadow: 0 16px 40px rgba(15, 110, 169, 0.08);
}

.solutions-page .sol-trust-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 12px;
}

.solutions-page .sol-trust-icon svg {
  width: 24px;
  height: 24px;
}

.solutions-page .sol-trust-card strong {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.25;
}

.solutions-page .sol-trust-card p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  max-width: 28ch;
}

.solutions-page .sol-trust-badge {
  position: absolute;
  top: 16px;
  right: 16px;
}

.solutions-page .sol-trust-card:hover {
  transform: translateY(-5px);
}

/* ?? 3. Operational Challenges ?? */
.solutions-page .sol-challenges-section .section-heading h2 {
  max-width: 20ch;
}

.solutions-page .sol-flip-grid {
  gap: 20px;
  margin-top: 44px;
}

.solutions-page .sol-flip-card--featured .sol-flip-front,
.solutions-page .sol-flip-card--featured .sol-flip-back {
  border-color: color-mix(in srgb, var(--blue) 32%, rgba(16, 24, 32, 0.1));
  box-shadow:
    0 24px 56px rgba(15, 110, 169, 0.12),
    0 0 0 5px rgba(15, 110, 169, 0.06);
}

.solutions-page .sol-flip-card {
  min-height: 260px;
}

.solutions-page .sol-flip-inner {
  min-height: 260px;
}

.solutions-page .sol-flip-card--featured .sol-flip-front h3 {
  font-size: 20px;
}

.solutions-page .sol-flip-card:not(.sol-flip-card--featured) .sol-flip-front,
.solutions-page .sol-flip-card:not(.sol-flip-card--featured) .sol-flip-back {
  opacity: 0.94;
}

.solutions-page .sol-flip-front,
.solutions-page .sol-flip-back {
  padding: 24px;
  gap: 12px;
}

.solutions-page .sol-flip-front h3 {
  line-height: 1.28;
}

.solutions-page .sol-flip-front p {
  max-width: 36ch;
  line-height: 1.58;
}

/* ?? Platform identity (Solutions ? Products) ?? */
.solutions-page {
  --platform-flow: #d62828;
  --platform-flow-soft: rgba(232, 93, 141, 0.1);
  --platform-mara: #3c9f73;
  --platform-mara-soft: rgba(60, 159, 115, 0.1);
  --platform-frontline: #ff5a24;
  --platform-frontline-soft: rgba(255, 90, 36, 0.1);
}

.solutions-page .sol-platform-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
}

.solutions-page .sol-platform-chip--flow {
  color: #9a2d52;
  background: var(--platform-flow-soft);
  border-color: color-mix(in srgb, var(--platform-flow) 24%, transparent);
}

.solutions-page .sol-platform-chip--mara {
  color: #1f6b47;
  background: var(--platform-mara-soft);
  border-color: color-mix(in srgb, var(--platform-mara) 24%, transparent);
}

.solutions-page .sol-platform-chip--frontline {
  color: #1a4f87;
  background: var(--platform-frontline-soft);
  border-color: color-mix(in srgb, var(--platform-frontline) 24%, transparent);
}

.solutions-page .sol-platform-chip--neutral {
  color: var(--blue-dark);
  background: rgba(15, 110, 169, 0.08);
  border-color: rgba(15, 110, 169, 0.16);
}

.solutions-page .sol-platform-badge {
  display: grid;
  gap: 4px;
  width: fit-content;
  margin: 0 0 16px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid transparent;
}

.solutions-page .sol-platform-badge-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.82;
}

.solutions-page .sol-platform-badge strong {
  font-size: 16px;
  line-height: 1.2;
}

.solutions-page .sol-platform-badge--flow {
  color: #9a2d52;
  background: var(--platform-flow-soft);
  border-color: color-mix(in srgb, var(--platform-flow) 22%, transparent);
}

.solutions-page .sol-platform-badge--mara {
  color: #1f6b47;
  background: var(--platform-mara-soft);
  border-color: color-mix(in srgb, var(--platform-mara) 22%, transparent);
}

.solutions-page .sol-platform-badge--frontline {
  color: #1a4f87;
  background: var(--platform-frontline-soft);
  border-color: color-mix(in srgb, var(--platform-frontline) 22%, transparent);
}

.solutions-page .sol-platform-badge--support {
  color: var(--blue-dark);
  background: rgba(15, 110, 169, 0.08);
  border-color: rgba(15, 110, 169, 0.16);
}

.solutions-page .sol-platform-badge-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.solutions-page .sol-platform-badge-group .sol-platform-chip {
  margin-bottom: 0;
}

/* Flip card platform back */
.solutions-page .sol-flip-back {
  align-content: start;
  gap: 12px;
}

.solutions-page .sol-flip-outcome {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  max-width: 34ch;
}

.solutions-page .sol-flip-supports-label,
.solutions-page .sol-enterprise-supports > strong,
.solutions-page .sol-enterprise-outcome > strong {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue-dark);
}

.solutions-page .sol-flip-supports ul,
.solutions-page .sol-enterprise-supports ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutions-page .sol-flip-supports ul li,
.solutions-page .sol-enterprise-supports ul li {
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(16, 24, 32, 0.05);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.solutions-page .sol-flip-cta {
  margin-top: auto;
}

/* ?? 4. Enterprise Solutions ?? */
.solutions-page .sol-enterprise-grid {
  gap: 28px;
  margin-top: 44px;
}

.solutions-page .sol-enterprise-card {
  gap: 32px;
  padding: 28px;
}

.solutions-page .sol-enterprise-body {
  display: grid;
  gap: 0;
}

.solutions-page .sol-enterprise-body h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.2;
}

.solutions-page .sol-enterprise-body > p {
  margin: 0 0 18px;
  max-width: 58ch;
  line-height: 1.64;
}

.solutions-page .sol-enterprise-supports {
  margin: 0 0 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(16, 24, 32, 0.06);
}

.solutions-page .sol-enterprise-outcome {
  margin: 0 0 20px;
}

.solutions-page .sol-enterprise-outcome p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
  max-width: 52ch;
}

.solutions-page .sol-enterprise-card--flagship {
  border-color: color-mix(in srgb, var(--blue) 14%, rgba(16, 24, 32, 0.09));
}

.solutions-page .sol-enterprise-card[data-platform="flow"] .sol-enterprise-visual {
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--platform-flow) 35%, transparent);
}

.solutions-page .sol-enterprise-card[data-platform="mara"] .sol-enterprise-visual {
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--platform-mara) 35%, transparent);
}

.solutions-page .sol-enterprise-card[data-platform="frontline"] .sol-enterprise-visual {
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--platform-frontline) 35%, transparent);
}

.solutions-page .suite-learn {
  margin-top: 4px;
  font-weight: 800;
}

/* ?? 5. Industry Solutions ?? */
.solutions-page .sol-industry-grid {
  gap: 18px;
  margin-top: 44px;
}

.solutions-page .sol-industry-card {
  padding: 16px 18px;
  min-height: 0;
  cursor: pointer;
}

.solutions-page .sol-industry-card h3 {
  margin-bottom: 8px;
}

.solutions-page .sol-industry-lead {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  max-width: 36ch;
}

.solutions-page .sol-industry-card:hover,
.solutions-page .sol-industry-card:focus,
.solutions-page .sol-industry-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(15, 110, 169, 0.32);
  box-shadow: 0 14px 32px rgba(16, 24, 32, 0.08);
}

.solutions-page .sol-industry-detail p {
  font-size: 12px;
  line-height: 1.52;
}

.solutions-page .sol-industry-section .section-inner {
  padding-bottom: var(--space-section, 92px);
}

/* ?? 8. Why Evolabs ? compact value grid ?? */
.solutions-page .sol-why-section .section-heading {
  margin-bottom: 20px;
}

.solutions-page .sol-why-section .section-heading h2 {
  max-width: 28ch;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.12;
}

.solutions-page .sol-why-intro {
  max-width: 56ch;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.48;
}

.solutions-page .sol-why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px 12px;
  margin-top: 0;
  align-items: start;
}

.solutions-page .sol-why-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
  min-width: 0;
  padding: 8px 10px 10px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.solutions-page .sol-why-chip {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(15, 110, 169, 0.08);
  color: var(--blue);
  transition: background 180ms ease, color 180ms ease;
}

.solutions-page .sol-why-chip svg {
  width: 14px;
  height: 14px;
}

.solutions-page .sol-why-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.solutions-page .sol-why-item h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--blue-dark);
}

.solutions-page .sol-why-item p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.42;
}

@media (hover: hover) and (pointer: fine) {
  .solutions-page .sol-why-item:hover .sol-why-chip {
    background: rgba(15, 110, 169, 0.14);
    color: var(--blue-dark);
  }
}

/* ?? 9. Implementation Journey ?? */
.solutions-page .sol-journey-section .section-inner {
  padding-top: var(--space-section, 92px);
  padding-bottom: var(--space-section, 92px);
}

.solutions-page .sol-journey-wrap {
  margin-top: 36px;
}

.solutions-page .sol-journey li.is-open {
  border-color: rgba(15, 110, 169, 0.28);
  box-shadow: 0 12px 36px rgba(15, 110, 169, 0.1);
}

.solutions-page .sol-journey li.is-open button {
  color: var(--blue-dark);
}

/* ?? 10. Final CTA ?? */
.solutions-page .sol-final-cta .sol-cta-panel {
  grid-template-columns: 1.2fr auto;
  gap: var(--space-split, 52px);
  align-items: center;
}

.solutions-page .sol-final-cta .sol-cta-panel h2 {
  max-width: 16ch;
  margin-bottom: 4px;
}

.solutions-page .sol-final-cta .sol-cta-panel p:not(.eyebrow) {
  max-width: 50ch;
  margin: 0;
  line-height: 1.64;
  color: rgba(255, 255, 255, 0.86);
}

.solutions-page .sol-cta-actions {
  display: grid;
  gap: 12px;
  min-width: 252px;
}

.solutions-page .sol-cta-actions .primary-action {
  width: 100%;
  justify-content: center;
  min-height: 52px;
  box-shadow: 0 18px 48px rgba(15, 110, 169, 0.38);
}

.solutions-page .sol-cta-btn-secondary {
  width: 100%;
  justify-content: center;
  min-height: 46px;
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 700;
}

.solutions-page .sol-cta-btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* ?? Global hover consistency ?? */
.solutions-page .sol-trust-card:hover,
.solutions-page .sol-enterprise-card:hover,
.solutions-page .sol-industry-card:hover {
  transform: translateY(-5px);
}

/* ?? Responsive ?? */
@media (max-width: 1100px) {
  .solutions-page .solutions-hero {
    min-height: 0;
  }

  .solutions-page .solutions-hero-copy h1 {
    max-width: none;
    font-size: clamp(34px, 6vw, 48px);
  }

  

  .solutions-page .sol-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 14px;
  }

  .solutions-page .sol-final-cta .sol-cta-panel {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .solutions-page .sol-cta-actions {
    max-width: 320px;
  }
}

@media (max-width: 900px) {
  .solutions-page .sol-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }
}

@media (max-width: 760px) {
  .solutions-page .solutions-hero-layout {
    padding-bottom: 28px;
  }

  .solutions-page main > .section .section-inner,
  .solutions-page .sol-trust-section .section-inner,
  .solutions-page .sol-enterprise-section .section-inner,
  .solutions-page .sol-industry-section .section-inner,
  .solutions-page .sol-network-section .section-inner,
  .solutions-page .sol-journey-section .section-inner,
  .solutions-page .sol-final-cta .section-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .solutions-page .sol-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .solutions-page .sol-flip-grid,
  .solutions-page .sol-industry-grid {
    grid-template-columns: 1fr;
  }

  

  

  

  

  

  

  

  

  

  

  

  

  

  .solutions-page .sol-why-item {
    padding: 6px 4px 8px;
  }

  .solutions-page .sol-why-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 50%;
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  

  

  

  .solutions-page .sol-hero-flow-steps li.is-active {
    transform: none;
  }

  .solutions-page .sol-trust-card:hover,
  .solutions-page .sol-enterprise-card:hover,
  .solutions-page .sol-industry-card:hover {
    transform: none;
  }

  .solutions-page .sol-why-item:hover .sol-why-chip {
    background: rgba(15, 110, 169, 0.08);
  }

  
}

/* ?? Final enterprise polish pass ?? */
.solutions-page {
  --sol-section-y: clamp(110px, 11vw, 160px);
  --sol-section-y-compact: clamp(96px, 9vw, 140px);
  --sol-heading-gap: clamp(42px, 4.5vw, 64px);
  --sol-card-gap: clamp(24px, 2.2vw, 32px);
  --sol-card-radius: 22px;
  --sol-card-padding: clamp(36px, 3vw, 48px);
  --sol-card-border: rgba(16, 24, 32, 0.08);
  --sol-card-shadow: 0 14px 40px rgba(16, 24, 32, 0.06);
  --sol-card-shadow-hover: 0 22px 56px rgba(16, 24, 32, 0.1);
  --sol-transition: 230ms cubic-bezier(0.16, 1, 0.3, 1);
}

.solutions-page .sol-trust-section .section-inner,
.solutions-page .sol-enterprise-section .section-inner,
.solutions-page .sol-industry-section .section-inner,
.solutions-page .sol-network-section .section-inner,
.solutions-page .sol-journey-section .section-inner,
.solutions-page .sol-final-cta .section-inner {
  padding-top: var(--sol-section-y);
  padding-bottom: var(--sol-section-y);
}

.solutions-page .section-heading,
.solutions-page .sol-trust-heading {
  margin-bottom: var(--sol-heading-gap);
}

.solutions-page .sol-trust-grid,
.solutions-page .sol-flip-grid,
.solutions-page .sol-enterprise-grid,
.solutions-page .sol-industry-grid {
  gap: var(--sol-card-gap);
  margin-top: 0;
}

.solutions-page .sol-trust-card,
.solutions-page .sol-flip-front,
.solutions-page .sol-flip-back,
.solutions-page .sol-enterprise-card,
.solutions-page .sol-industry-card,
.solutions-page .sol-journey li {
  border-color: var(--sol-card-border);
  border-radius: var(--sol-card-radius);
  box-shadow: var(--sol-card-shadow);
}

.solutions-page .sol-trust-card,
.solutions-page .sol-flip-front,
.solutions-page .sol-flip-back,
.solutions-page .sol-enterprise-card,
.solutions-page .sol-industry-card {
  transition:
    transform var(--sol-transition),
    border-color var(--sol-transition),
    box-shadow var(--sol-transition),
    background var(--sol-transition);
}

@media (hover: hover) and (pointer: fine) {
  .solutions-page .sol-trust-card:hover,
  .solutions-page .sol-enterprise-card:hover,
  .solutions-page .sol-industry-card:hover,
  .solutions-page .sol-flip-card:hover .sol-flip-front,
  .solutions-page .sol-flip-card:hover .sol-flip-back {
    border-color: rgba(15, 110, 169, 0.28);
    box-shadow: var(--sol-card-shadow-hover);
  }
}

.solutions-page .sol-trust-icon,
.solutions-page .sol-industry-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.solutions-page .sol-trust-icon svg,
.solutions-page .sol-industry-icon svg {
  width: 22px;
  height: 22px;
}

/* Hero refinement ? two-column enterprise layout */
.solutions-page .solutions-hero-layout {
  display: block;
  min-height: 0;
  max-width: min(var(--max-hero, 98vw), 100%);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(120px, 14vh, 168px);
  padding-bottom: clamp(64px, 8vh, 112px);
  padding-left: var(--sol-hero-pad-x, 32px);
  padding-right: var(--sol-hero-pad-x, 32px);
  box-sizing: border-box;
}

.solutions-page .solutions-hero-copy {
  gap: 0;
  position: relative;
  z-index: 2;
  max-width: min(42rem, 58%);
  padding: 8px 12px 8px 0;
}

.solutions-page .solutions-hero-copy::before {
  content: "";
  position: absolute;
  inset: -28px -48px -28px -36px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    ellipse 78% 72% at 18% 42%,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(232, 242, 250, 0.55) 42%,
    transparent 72%
  );
}

.solutions-page .solutions-hero-visual,
.solutions-page .sol-hero-media,
.solutions-page .sol-hero-devices-img {
  display: none;
}

/* Certified partnership polish */
.solutions-page .sol-trust-grid {
  align-items: stretch;
}

.solutions-page .sol-trust-card {
  min-height: 196px;
  padding: var(--card-pad, 40px);
}

.solutions-page .sol-trust-badge {
  top: 20px;
  right: 20px;
  padding: 6px 10px;
  border-radius: 999px;
}

.solutions-page .sol-trust-card strong {
  font-size: 17px;
}

/* Operational challenge polish
   Flip faces were absolute + fixed min-height, so taller back content
   (Supports tags) overflowed and was covered by the next grid row.
   Stack both faces in one grid cell so the card grows with content. */
.solutions-page .sol-flip-grid {
  align-items: stretch;
  row-gap: max(var(--sol-card-gap), 28px);
}

.solutions-page .sol-flip-card {
  display: grid;
  min-height: 0;
}

.solutions-page .sol-flip-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  min-height: 292px;
  transform-style: preserve-3d;
}

.solutions-page .sol-flip-front,
.solutions-page .sol-flip-back {
  position: relative;
  inset: auto;
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  align-self: stretch;
  box-sizing: border-box;
  padding: 30px;
  overflow: visible;
}

.solutions-page .sol-flip-supports {
  min-width: 0;
}

.solutions-page .sol-flip-supports ul {
  overflow: visible;
}

.solutions-page .sol-platform-chip {
  padding: 7px 12px;
  margin-bottom: 14px;
  font-size: 11.5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.solutions-page .sol-flip-front h3 {
  font-size: clamp(20px, 1.5vw, 23px);
  line-height: 1.18;
}

.solutions-page .sol-flip-hint {
  margin-top: auto;
}

@media (prefers-reduced-motion: reduce) {
  .solutions-page .sol-flip-front,
  .solutions-page .sol-flip-back {
    grid-area: auto;
    position: relative;
    inset: auto;
    min-height: 0;
    transform: none;
  }

  .solutions-page .sol-flip-inner {
    display: grid;
    gap: 12px;
    height: auto;
    transform: none;
  }
}

/* Enterprise solution cards */
.solutions-page .sol-enterprise-card {
  gap: 38px;
  padding: 34px;
  min-height: 100%;
}

.solutions-page .sol-enterprise-visual {
  min-height: 260px;
  border-radius: 18px;
}

.solutions-page .sol-enterprise-body h3 {
  margin-bottom: 16px;
  font-size: clamp(23px, 2vw, 28px);
}

.solutions-page .sol-platform-badge,
.solutions-page .sol-platform-badge-group {
  margin-bottom: 20px;
}

.solutions-page .sol-enterprise-supports {
  margin-bottom: 20px;
  padding-top: 20px;
}

.solutions-page .sol-enterprise-supports ul,
.solutions-page .sol-flip-supports ul {
  gap: 8px;
}

.solutions-page .sol-enterprise-supports ul li,
.solutions-page .sol-flip-supports ul li {
  padding: 6px 10px;
}

.solutions-page .suite-learn {
  margin-top: 10px;
}

/* Industry cards */
.solutions-page .sol-industry-card {
  position: relative;
  min-height: 0;
  padding: 16px 18px;
  overflow: hidden;
}

.solutions-page .sol-industry-card::after {
  content: "?";
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 800;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity var(--sol-transition), transform var(--sol-transition);
}

.solutions-page .sol-industry-card:hover::after,
.solutions-page .sol-industry-card:focus-within::after {
  opacity: 1;
  transform: translateX(0);
}

.solutions-page .sol-industry-card h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

.solutions-page .sol-industry-lead {
  max-width: 38ch;
}

.solutions-page .sol-industry-detail {
  padding-right: 18px;
}

.solutions-page .sol-network-section .section-inner {
  width: min(var(--max-diagram), calc(100% - 2 * var(--page-gutter, 20px)));
  max-width: none;
}

/* Benefits / why grid */
.solutions-page .sol-why-section {
  scroll-margin-top: 120px;
}

.solutions-page .sol-why-section .section-inner {
  padding-top: var(--sol-section-y-compact, clamp(72px, 6vw, 96px));
  padding-bottom: var(--sol-section-y-compact, clamp(72px, 6vw, 96px));
}

.solutions-page .sol-why-section .section-heading {
  margin-bottom: clamp(18px, 2.2vw, 28px);
}

@media (max-width: 599px) {
  .solutions-page .sol-why-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .solutions-page .sol-why-item:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
  }

  .solutions-page .sol-why-section .section-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/* Implementation journey as connected process */
.solutions-page .sol-journey-wrap {
  position: relative;
  margin-top: 0;
  padding: 34px 0 0;
}

.solutions-page .sol-journey-rail {
  top: 82px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, rgba(15, 110, 169, 0.16), rgba(33, 169, 211, 0.18));
}

.solutions-page .sol-journey {
  grid-template-columns: repeat(7, minmax(128px, 1fr));
  gap: 18px;
  margin-top: 0;
}

.solutions-page .sol-journey li {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 188px;
  padding: 24px 18px 20px;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.solutions-page .sol-journey li::after {
  content: "";
  position: absolute;
  top: 48px;
  right: -15px;
  z-index: 3;
  width: 12px;
  height: 12px;
  border-top: 2px solid rgba(15, 110, 169, 0.32);
  border-right: 2px solid rgba(15, 110, 169, 0.32);
  transform: rotate(45deg);
  background: #fff;
}

.solutions-page .sol-journey li:last-child::after {
  display: none;
}

.solutions-page .sol-journey button {
  display: grid;
  gap: 14px;
  min-height: 0;
  padding: 0;
  font-size: 14px;
}

.solutions-page .sol-journey-dot {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0;
  border: 7px solid rgba(15, 110, 169, 0.09);
  background: var(--blue);
  box-shadow: 0 0 0 1px rgba(15, 110, 169, 0.22);
}

.solutions-page .sol-journey-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fff;
}

.solutions-page .sol-journey p {
  max-height: none;
  padding: 14px 0 0;
  color: var(--color-secondary-text);
  font-size: 13px;
  line-height: 1.62;
}

.solutions-page .sol-journey li.is-open {
  transform: translateY(-4px);
}

/* CTA and footer */
.solutions-page .sol-final-cta .section-inner {
  padding-top: clamp(112px, 8vw, 148px);
  padding-bottom: clamp(112px, 8vw, 148px);
}

.solutions-page .sol-final-cta .sol-cta-panel {
  gap: clamp(48px, 7vw, 92px);
}

.solutions-page .sol-final-cta .sol-cta-panel h2 {
  margin-bottom: 22px;
}

.solutions-page .sol-final-cta .sol-cta-panel p:not(.eyebrow) {
  line-height: 1.72;
}

.solutions-page .sol-cta-actions {
  gap: 16px;
}

.solutions-page .site-footer .footer-shell {
  padding-top: clamp(24px, 3vw, 36px);
  padding-bottom: clamp(14px, 2vw, 20px);
}

.solutions-page .site-footer a {
  transition: color var(--sol-transition), opacity var(--sol-transition), transform var(--sol-transition);
}

.solutions-page .site-footer a:hover {
  color: var(--blue);
  opacity: 1;
}

@media (max-width: 1180px) {
  .solutions-page .sol-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions-page .sol-journey-rail,
  .solutions-page .sol-journey li::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .solutions-page main > .section .section-inner,
  .solutions-page .sol-trust-section .section-inner,
  .solutions-page .sol-enterprise-section .section-inner,
  .solutions-page .sol-industry-section .section-inner,
  .solutions-page .sol-network-section .section-inner,
  .solutions-page .sol-journey-section .section-inner,
  .solutions-page .sol-final-cta .section-inner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .solutions-page .solutions-hero-layout {
    min-height: auto;
    gap: 28px;
    padding-top: 112px;
    padding-bottom: 40px;
  }

  .solutions-page .sol-trust-grid {
    grid-template-columns: 1fr;
  }

  .solutions-page .sol-trust-card,
  .solutions-page .sol-flip-front,
  .solutions-page .sol-flip-back,
  .solutions-page .sol-enterprise-card {
    padding: 24px;
  }

  .solutions-page .sol-industry-card--featured {
    padding: 14px 16px 16px;
  }

  .solutions-page .sol-industry-card--compact {
    padding: 12px 14px;
  }

  .solutions-page .sol-enterprise-card {
    gap: 24px;
  }

  .solutions-page .sol-enterprise-visual {
    min-height: 220px;
  }

  .solutions-page .sol-journey {
    grid-template-columns: 1fr;
  }

  .solutions-page .sol-journey li {
    min-height: 0;
  }

  
}

/* ============================================================
   Solutions Final Redesign ? v20260720
   Tokens, new sections, hierarchy, motion, sticky CTA
   ============================================================ */

.solutions-page {
  --sol-space-section: clamp(110px, 11vw, 160px);
  --sol-space-inner: 48px;
  --sol-ink: #0a1f33;
  --sol-ink-body: #1a2b3c;
  --sol-ink-secondary: #4a5a6a;
  --sol-heading: #0a4f78;
  --sol-eyebrow: #001feb;
  --sol-surface-alt: #f3f7fb;
  --sol-surface-soft: linear-gradient(180deg, #f7fafc 0%, #eef5fb 100%);
  --sol-radius: 22px;
  --sol-radius-lg: 28px;
  --sol-shadow: 0 16px 40px rgba(10, 31, 51, 0.07);
  --sol-shadow-lg: 0 28px 64px rgba(10, 31, 51, 0.12);
  --sol-border: rgba(10, 31, 51, 0.1);
  --sol-max-prose: 42rem;
  --sol-card-padding: clamp(36px, 3vw, 48px);
}

/* Scroll progress */
.sol-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  z-index: 200;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  pointer-events: none;
  transform-origin: left center;
}

/* Typography hierarchy */

.solutions-page main > .section .section-inner,
.solutions-page .sol-final-cta .section-inner {
  padding-top: var(--sol-space-section);
  padding-bottom: var(--sol-space-section);
}

.solutions-page .section.pale {
  background: var(--sol-surface-alt);
}

.solutions-page .sol-enterprise-section,
.solutions-page .sol-success-section,
.solutions-page .sol-experience-section,
.solutions-page .sol-journey-section {
  background:
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(15, 110, 169, 0.06), transparent 55%),
    #fff;
}

/* ?? Hero capability strip ?? */
.solutions-page .sol-capability-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.solutions-page .sol-capability-strip a {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 110, 169, 0.14);
  background: rgba(255, 255, 255, 0.55);
  color: rgba(10, 31, 51, 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  backdrop-filter: blur(6px);
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease, transform 200ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .solutions-page .sol-capability-strip a:hover {
    background: #fff;
    border-color: rgba(15, 110, 169, 0.32);
    color: #0a4f78;
    transform: translateY(-1px);
  }
}

.solutions-page .sol-capability-strip a:focus-visible {
  outline: 2px solid var(--blue, #0f6ea9);
  outline-offset: 2px;
}

/* ?? Partners hierarchy ?? */
.solutions-page .sol-partners-tier--primary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 16px;
}

.solutions-page .sol-partners-tier--secondary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.solutions-page .sol-partner-card {
  border: 1px solid var(--sol-border);
  border-radius: var(--sol-radius);
  background: #fff;
  box-shadow: var(--sol-shadow);
  transition: transform 220ms var(--ease-smooth), box-shadow 220ms ease;
}

.solutions-page .sol-partner-card--primary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 28px 24px;
  min-height: 160px;
}

.solutions-page .sol-partner-card--primary strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sol-ink);
  font-size: 18px;
  line-height: 1.25;
}

.solutions-page .sol-partner-card--primary p {
  margin: 8px 0 0;
  max-width: 32ch;
  color: var(--sol-ink-secondary);
  font-size: 14px;
  line-height: 1.6;
}

.solutions-page .sol-partner-badge {
  display: inline-flex;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(15, 110, 169, 0.1);
  color: var(--blue-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.solutions-page .sol-partner-mark {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  padding: 8px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.solutions-page .sol-partner-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solutions-page .sol-partner-card--secondary {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 16px;
  min-height: 88px;
  background: rgba(255, 255, 255, 0.85);
}

.solutions-page .sol-partner-card--secondary strong {
  color: var(--sol-ink);
  font-size: 14px;
}

.solutions-page .sol-partner-card--secondary span {
  color: var(--sol-ink-secondary);
  font-size: 12px;
}

@media (hover: hover) and (pointer: fine) {
  .solutions-page .sol-partner-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sol-shadow-lg);
  }
}

/* ?? Logo strip ?? */
.solutions-page .sol-logos-section .section-inner {
  padding-top: 48px;
  padding-bottom: 48px;
}

.solutions-page .sol-logos-label {
  margin: 0 0 20px;
  text-align: center;
  color: var(--sol-ink-secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solutions-page .sol-logo-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutions-page .sol-logo-strip li {
  padding: 12px 18px;
  border: 1px solid var(--sol-border);
  border-radius: 12px;
  background: #fff;
  color: var(--sol-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px rgba(10, 31, 51, 0.04);
}

/* ?? Challenges: 4-up ?? */
.solutions-page .sol-flip-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.solutions-page .sol-flip-front p,
.solutions-page .sol-flip-outcome {
  color: var(--sol-ink-body);
}

.solutions-page .sol-flip-front h3 {
  color: var(--sol-ink);
}

/* ?? Alternating solution rows ?? */
.solutions-page .sol-solution-rows {
  display: grid;
  gap: clamp(48px, 6vw, 80px);
}

.solutions-page .sol-solution-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: var(--sol-space-inner);
  border: 1px solid var(--sol-border);
  border-radius: var(--sol-radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--sol-shadow);
  transition: transform 240ms var(--ease-smooth), box-shadow 240ms ease;
}

.solutions-page .sol-solution-row--reverse {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.95fr);
}

.solutions-page .sol-solution-row--reverse .sol-solution-visual {
  order: 2;
}

.solutions-page .sol-solution-row--reverse .sol-solution-body {
  order: 1;
}

@media (hover: hover) and (pointer: fine) {
  .solutions-page .sol-solution-row:not(.sol-acc-item):hover {
    transform: translateY(-4px);
    box-shadow: var(--sol-shadow-lg);
  }
}

.solutions-page .sol-solution-visual {
  min-height: clamp(240px, 28vw, 340px);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 80% 16%, rgba(33, 169, 211, 0.28), transparent 42%),
    linear-gradient(145deg, rgba(7, 30, 51, 0.92), rgba(15, 110, 169, 0.72));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.solutions-page .sol-solution-visual .sol-illust {
  min-height: 100%;
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .solutions-page .sol-solution-row:hover .sol-illust {
    transform: scale(1.03);
    transition: transform 400ms var(--ease-smooth);
  }
}

.solutions-page .sol-solution-row[data-platform="flow"] .sol-solution-visual {
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--platform-flow) 35%, transparent);
}

.solutions-page .sol-solution-row[data-platform="mara"] .sol-solution-visual {
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--platform-mara) 35%, transparent);
}

.solutions-page .sol-solution-row[data-platform="frontline"] .sol-solution-visual {
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--platform-frontline) 35%, transparent);
}

.solutions-page .sol-solution-eyebrow {
  margin: 0 0 10px;
}

.solutions-page .sol-solution-body h3,
.solutions-page .sol-acc-body-title {
  margin: 0 0 12px;
  color: var(--sol-heading);
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.solutions-page .sol-solution-body > p,
.solutions-page .sol-acc-desc {
  margin: 0 0 18px;
  max-width: var(--sol-max-prose);
  color: var(--sol-ink-body);
  font-size: 16px;
  line-height: 1.68;
}

.solutions-page .sol-benefit-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.solutions-page .sol-benefit-list li {
  position: relative;
  padding-left: 18px;
  color: var(--sol-ink-body);
  font-size: 14px;
  line-height: 1.55;
}

.solutions-page .sol-benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.solutions-page .sol-benefit-list strong {
  color: var(--sol-ink);
}

.solutions-page .sol-solution-cta {
  margin-top: 8px;
}

.solutions-page .sol-network-section {
  position: relative;
}

/* ?? Success metrics ?? */
.solutions-page .sol-success-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.solutions-page .sol-success-card,
.solutions-page .sol-metric-card {
  padding: 28px 24px;
  border: 1px solid var(--sol-border);
  border-radius: var(--sol-radius);
  background: #fff;
  box-shadow: var(--sol-shadow);
}

.solutions-page .sol-success-value,
.solutions-page .sol-metric-value {
  margin: 0 0 10px;
  color: var(--orange);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.solutions-page .sol-metric-value--text {
  font-size: clamp(26px, 3vw, 34px);
}

.solutions-page .sol-success-card h3,
.solutions-page .sol-metric-card h3 {
  margin: 0 0 8px;
  color: var(--sol-ink);
  font-size: 17px;
}

.solutions-page .sol-success-card p,
.solutions-page .sol-metric-card p {
  margin: 0;
  max-width: 28ch;
  color: var(--sol-ink-secondary);
  font-size: 14px;
  line-height: 1.55;
}

/* ?? Industries featured + compact (base) ?? */
.solutions-page .sol-industry-featured {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
  align-items: stretch;
}

.solutions-page .sol-industry-card--featured {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
  height: 100%;
  padding: 16px 18px 18px;
}

.solutions-page .sol-industry-card--featured .sol-industry-detail {
  display: none;
}

.solutions-page .sol-industry-card--featured h3 {
  margin: 10px 0 6px;
  color: var(--sol-heading);
  font-size: 17px;
  line-height: 1.2;
}

.solutions-page .sol-industry-secondary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.solutions-page .sol-industry-card--compact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-height: 0;
  height: 100%;
  padding: 12px 14px;
}

.solutions-page .sol-industry-card--compact .sol-industry-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-bottom: 0;
}

.solutions-page .sol-industry-card--compact .sol-industry-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.solutions-page .sol-industry-card--compact h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  color: var(--sol-ink);
}

.solutions-page .sol-industry-card--compact p {
  margin: 0;
  color: var(--sol-ink-secondary);
  font-size: 12px;
  line-height: 1.35;
}

.solutions-page .sol-industry-lead {
  color: var(--sol-ink-body) !important;
}

/* ?? Experience metrics ?? */
.solutions-page .sol-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.solutions-page .sol-metric-card--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 28px;
  align-items: center;
  background:
    radial-gradient(ellipse 50% 80% at 0% 50%, rgba(15, 110, 169, 0.1), transparent 55%),
    #fff;
}

.solutions-page .sol-metric-card--wide .sol-metric-value {
  grid-row: span 2;
}

.solutions-page .sol-metric-card--wide p {
  max-width: 60ch;
}

/* ?? Before / After ?? */
.solutions-page .sol-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.solutions-page .sol-compare-col {
  padding: 32px 28px;
  border-radius: var(--sol-radius-lg);
  border: 1px solid var(--sol-border);
}

.solutions-page .sol-compare-col h3 {
  margin: 0 0 18px;
  font-size: 20px;
}

.solutions-page .sol-compare-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.solutions-page .sol-compare-col li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--sol-ink-body);
}

.solutions-page .sol-compare-col li::before {
  position: absolute;
  left: 0;
  top: 0.15em;
  font-weight: 800;
}

.solutions-page .sol-compare-col--before {
  background: #f8fafc;
}

.solutions-page .sol-compare-col--before h3 {
  color: var(--sol-ink-secondary);
}

.solutions-page .sol-compare-col--before li::before {
  content: "?";
  color: #94a3b8;
}

.solutions-page .sol-compare-col--after {
  background:
    linear-gradient(160deg, rgba(15, 110, 169, 0.08), rgba(255, 90, 36, 0.05)),
    #fff;
  border-color: color-mix(in srgb, var(--blue) 28%, transparent);
  box-shadow: var(--sol-shadow);
}

.solutions-page .sol-compare-col--after h3 {
  color: var(--sol-heading);
}

.solutions-page .sol-compare-col--after li::before {
  content: "?";
  color: var(--orange);
}

/* ?? Implementation 6 steps ?? */
.solutions-page .sol-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.solutions-page .sol-step {
  position: relative;
  padding: 24px 18px;
  border: 1px solid var(--sol-border);
  border-radius: var(--sol-radius);
  background: #fff;
  box-shadow: var(--sol-shadow);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 400ms ease, transform 400ms var(--ease-smooth), border-color 200ms ease;
}

.solutions-page .sol-step.is-visible {
  opacity: 1;
  transform: none;
}

.solutions-page .sol-step-num {
  display: block;
  margin-bottom: 12px;
  color: var(--orange);
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.solutions-page .sol-step h3 {
  margin: 0 0 8px;
  color: var(--sol-ink);
  font-size: 17px;
}

.solutions-page .sol-step p {
  margin: 0;
  color: var(--sol-ink-secondary);
  font-size: 13px;
  line-height: 1.5;
}

.solutions-page .sol-step-arrow {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 16px;
  height: 16px;
  border-top: 2px solid color-mix(in srgb, var(--blue) 45%, transparent);
  border-right: 2px solid color-mix(in srgb, var(--blue) 45%, transparent);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .solutions-page .sol-step:hover {
    border-color: color-mix(in srgb, var(--blue) 35%, transparent);
  }
}

/* ?? FAQ ?? */
.solutions-page .sol-faq-list {
  max-width: min(56rem, 100%);
}

.solutions-page .sol-faq-section .faq-item {
  background: #fff;
}

.solutions-page .sol-faq-section .faq-question {
  color: var(--sol-ink);
}

.solutions-page .sol-faq-section .faq-answer-inner p {
  color: var(--sol-ink-body);
}

/* ?? Closing CTA ?? */
.solutions-page .sol-final-cta {
  position: relative;
  overflow: hidden;
}

.solutions-page .sol-final-cta .sol-cta-panel {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 40px;
  align-items: center;
  padding: clamp(40px, 5vw, 64px);
  border-radius: var(--sol-radius-lg);
  background:
    radial-gradient(ellipse 50% 70% at 90% 20%, rgba(255, 90, 36, 0.22), transparent 55%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(33, 169, 211, 0.2), transparent 50%),
    linear-gradient(145deg, #071e33, #0a4f78 55%, #0f6ea9);
  box-shadow: 0 32px 80px rgba(7, 30, 51, 0.35);
}

.solutions-page .sol-final-cta .sol-cta-panel h2 {
  max-width: 18ch;
  color: #fff;
  font-size: clamp(30px, 3.6vw, 46px);
}

.solutions-page .sol-final-cta .sol-cta-panel p:not(.eyebrow) {
  max-width: 46ch;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.65;
}

.solutions-page .sol-final-cta .eyebrow {
  color: #ffb089 !important;
}

.solutions-page .sol-cta-actions {
  display: grid;
  gap: 12px;
}

.solutions-page .sol-cta-btn-secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

/* ?? Sticky floating demo ?? */
.sol-sticky-demo {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--sol-border);
  box-shadow: 0 16px 40px rgba(10, 31, 51, 0.18);
  backdrop-filter: blur(12px);
  animation: solStickyIn 320ms var(--ease-smooth) both;
}

.sol-sticky-demo[hidden] {
  display: none !important;
}

.sol-sticky-demo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.sol-sticky-demo-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.sol-sticky-demo-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(10, 31, 51, 0.06);
  color: var(--sol-ink);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.sol-sticky-demo-close:hover,
.sol-sticky-demo-close:focus-visible {
  background: rgba(10, 31, 51, 0.12);
}

.sol-sticky-demo-close:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

@keyframes solStickyIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

/* Reveal helpers for new blocks */
.solutions-page .motion-reveal-item {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 420ms var(--ease-smooth),
    transform 420ms var(--ease-smooth);
  transition-delay: var(--reveal-delay, 0ms);
}

.solutions-page .motion-reveal-item.is-visible {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 1100px) {
  .solutions-page .sol-partners-tier--primary,
  .solutions-page .sol-success-grid,
  .solutions-page .sol-industry-featured,
  .solutions-page .sol-metrics-grid,
  .solutions-page .sol-flip-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions-page .sol-partners-tier--secondary,
  .solutions-page .sol-industry-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions-page .sol-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solutions-page .sol-step-arrow {
    display: none;
  }

  .solutions-page .sol-solution-row,
  .solutions-page .sol-solution-row--reverse {
    grid-template-columns: 1fr;
  }

  .solutions-page .sol-solution-row--reverse .sol-solution-visual,
  .solutions-page .sol-solution-row--reverse .sol-solution-body {
    order: initial;
  }

  .solutions-page .sol-final-cta .sol-cta-panel {
    grid-template-columns: 1fr;
  }

  .solutions-page .sol-metric-card--wide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .solutions-page .sol-partners-tier--primary,
  .solutions-page .sol-partners-tier--secondary,
  .solutions-page .sol-success-grid,
  .solutions-page .sol-industry-featured,
  .solutions-page .sol-industry-secondary,
  .solutions-page .sol-metrics-grid,
  .solutions-page .sol-flip-grid--four,
  .solutions-page .sol-compare-grid,
  .solutions-page .sol-steps {
    grid-template-columns: 1fr;
  }

  .solutions-page .sol-capability-strip {
    gap: 6px;
  }

  .solutions-page .sol-capability-strip a {
    font-size: 11px;
    padding: 7px 11px;
  }

  .sol-sticky-demo {
    right: 12px;
    left: 12px;
    bottom: 12px;
    justify-content: space-between;
  }

  .sol-sticky-demo-btn {
    flex: 1;
    justify-content: center;
  }

  .solutions-page .sol-solution-row {
    padding: 20px;
  }

  .solutions-page .sol-solution-visual {
    min-height: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  

  .sol-scroll-progress {
    display: none;
  }
}

/* ============================================================
   Solutions Elevation Pass ? v20260720-elevate2
   Compress spacing, kill fake metrics, new capabilities/nav
   ============================================================ */

.solutions-page {
  --sol-space-section: clamp(110px, 11vw, 160px);
  --sol-space-inner: 48px;
  --sol-card-padding: clamp(36px, 3vw, 48px);
  --sol-heading-gap: clamp(36px, 4vw, 56px);
  --sol-radius: 22px;
  --sol-radius-lg: 28px;
  --container: var(--max);
  --container-wide: var(--max-hero);
}

.solutions-page main > .section .section-inner,
.solutions-page .sol-final-cta .section-inner,
.solutions-page .sol-trust-section .section-inner,
.solutions-page .sol-enterprise-section .section-inner,
.solutions-page .sol-industry-section .section-inner,
.solutions-page .sol-network-section .section-inner,
.solutions-page .sol-journey-section .section-inner,
.solutions-page .sol-capabilities-section .section-inner,
.solutions-page .sol-compare-section .section-inner,
.solutions-page .sol-faq-section .section-inner {
  padding-top: var(--sol-space-section);
  padding-bottom: var(--sol-space-section);
}

.solutions-page .section-heading,
.solutions-page .sol-trust-heading {
  margin-bottom: var(--sol-heading-gap);
}

.solutions-page .solutions-hero-layout {
  min-height: 0;
  padding-top: clamp(120px, 12vh, 152px);
  padding-bottom: clamp(48px, 6vh, 72px);
}

.solutions-page .solutions-hero-copy p:not(.eyebrow) {
  margin-bottom: 32px;
  font-size: 18.5px;
}

.solutions-page .sol-capability-strip {
  margin-top: 28px;
}

/* Unified trust: logos inside partners */
.solutions-page .sol-partner-card--primary {
  padding: var(--sol-card-padding);
  min-height: 0;
}

.solutions-page .sol-partner-card--secondary {
  min-height: 0;
  padding: 16px 14px;
}

.solutions-page .sol-trust-logos {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(10, 31, 51, 0.08);
}

.solutions-page .sol-trust-logos .sol-logos-label {
  margin-bottom: 14px;
}

.solutions-page .sol-logo-strip li {
  padding: 10px 14px;
  font-size: 12px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.7);
}

/* Challenges: lighter, less card-heavy */
.solutions-page .sol-challenges-section {
  background: #fff;
}

.solutions-page .sol-flip-card,
.solutions-page .sol-flip-inner {
  min-height: 220px;
}

.solutions-page .sol-flip-front,
.solutions-page .sol-flip-back {
  padding: 24px;
}

.solutions-page .sol-flip-supports {
  display: none;
}

/* Compressed solution rows */
.solutions-page .sol-solution-rows {
  gap: clamp(28px, 4vw, 48px);
}

.solutions-page .sol-solution-row {
  padding: var(--sol-card-padding);
  gap: clamp(24px, 3vw, 40px);
  border-radius: var(--sol-radius-lg);
}

.solutions-page .sol-solution-visual {
  min-height: clamp(260px, 30vw, 380px);
  border-radius: 18px;
  transition: transform 320ms var(--ease-smooth, cubic-bezier(0.16, 1, 0.3, 1));
}

.solutions-page .sol-solution-body h3,
.solutions-page .sol-acc-body-title {
  margin-bottom: 8px;
  font-size: clamp(22px, 2.1vw, 28px);
}

.solutions-page .sol-solution-body > p,
.solutions-page .sol-acc-desc {
  margin-bottom: 14px;
  font-size: 15px;
}

.solutions-page .sol-benefit-list {
  margin-bottom: 14px;
  gap: 8px;
}

.solutions-page .sol-benefit-list li {
  font-size: 13.5px;
}

.solutions-page .sol-platform-badge,
.solutions-page .sol-platform-badge-group {
  margin-bottom: 12px;
}

.solutions-page .sol-platform-badge {
  padding: 8px 12px;
}

@media (hover: hover) and (pointer: fine) {
  .solutions-page .sol-solution-row:hover .sol-solution-visual {
    transform: scale(1.015);
  }

  .solutions-page .sol-solution-cta {
    transition: transform 200ms ease, color 200ms ease;
  }

  .solutions-page .sol-solution-cta:hover {
    transform: translateX(3px);
  }
}

/* Capabilities ? horizontal icon row / compact grid, not metric cards */
.solutions-page .sol-capabilities-section {
  background:
    linear-gradient(180deg, #eef5fb 0%, #f7fafc 100%);
}

.solutions-page .sol-cap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 14px;
}

.solutions-page .sol-cap-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  align-items: start;
  padding: 20px 18px;
  border: 1px solid rgba(10, 31, 51, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.solutions-page .sol-cap-icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(15, 110, 169, 0.1);
  color: var(--blue);
  transition: transform 220ms ease, background 220ms ease;
}

.solutions-page .sol-cap-icon svg {
  width: 20px;
  height: 20px;
}

.solutions-page .sol-cap-card h3 {
  margin: 0;
  grid-column: 2;
  color: var(--sol-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.solutions-page .sol-cap-card p {
  margin: 0;
  grid-column: 2;
  color: var(--sol-ink-secondary);
  font-size: 12.5px;
  line-height: 1.45;
}

@media (hover: hover) and (pointer: fine) {
  .solutions-page .sol-cap-card:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 110, 169, 0.28);
    background: #fff;
    box-shadow: 0 16px 36px rgba(10, 31, 51, 0.08);
  }

  .solutions-page .sol-cap-card:hover .sol-cap-icon {
    transform: translateY(-1px) scale(1.05);
    background: rgba(15, 110, 169, 0.16);
  }
}

/* Industries — compact quick-read (wins over elevation pass) */
.solutions-page .sol-industry-section {
  background: #fff;
}

.solutions-page .sol-industry-section .section-inner {
  padding-top: clamp(52px, 4.5vw, 68px);
  padding-bottom: clamp(52px, 4.5vw, 68px);
}

.solutions-page .sol-industry-section .section-heading {
  margin-bottom: 18px;
}

.solutions-page .sol-industry-section .section-heading h2 {
  max-width: 28ch;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.15;
}

.solutions-page .sol-industry-card {
  min-height: 0;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(16, 24, 32, 0.05);
}

.solutions-page .sol-industry-card::after {
  display: none;
}

.solutions-page .sol-industry-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  border-radius: 11px;
}

.solutions-page .sol-industry-icon svg {
  width: 20px;
  height: 20px;
}

.solutions-page .sol-industry-card--featured {
  min-height: 0;
  padding: 16px 18px 18px;
}

.solutions-page .sol-industry-card--featured .sol-industry-icon {
  margin-bottom: 0;
}

.solutions-page .sol-industry-card--featured h3 {
  margin: 10px 0 6px;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.solutions-page .sol-industry-card--featured .sol-industry-lead {
  margin: 0;
  max-width: none;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.solutions-page .sol-industry-card--featured .sol-industry-detail {
  display: none;
}

.solutions-page .sol-industry-card--compact {
  padding: 12px 14px;
  border-radius: 14px;
}

.solutions-page .sol-industry-card--compact .sol-industry-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.solutions-page .sol-industry-card--compact .sol-industry-icon svg {
  width: 18px;
  height: 18px;
}

@media (hover: hover) and (pointer: fine) {
  .solutions-page .sol-industry-card:hover,
  .solutions-page .sol-industry-card:focus,
  .solutions-page .sol-industry-card:focus-within {
    transform: translateY(-3px);
    border-color: rgba(15, 110, 169, 0.28);
    box-shadow: 0 14px 32px rgba(16, 24, 32, 0.08);
  }
}

@media (max-width: 1100px) {
  .solutions-page .sol-industry-featured {
    gap: 10px;
    margin-bottom: 10px;
  }

  .solutions-page .sol-industry-secondary {
    gap: 10px;
  }
}

@media (max-width: 720px) {
  .solutions-page .sol-industry-section .section-inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .solutions-page .sol-industry-section .section-heading {
    margin-bottom: 16px;
  }

  .solutions-page .sol-industry-card--featured {
    padding: 14px 16px 16px;
}

.solutions-page .sol-industry-card--compact {
    padding: 12px 14px;
  }
}

/* Compare tighter */
.solutions-page .sol-compare-col {
  padding: 28px 24px;
}

.solutions-page .sol-compare-col li {
  font-size: 14px;
  gap: 10px;
}

.solutions-page .sol-compare-col ul {
  gap: 10px;
}

/* Implementation timeline ? shorter cards + connected rail */
.solutions-page .sol-steps {
  position: relative;
  gap: 10px;
}

.solutions-page .sol-steps::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 4%;
  right: 4%;
  height: 2px;
  background: linear-gradient(90deg, rgba(15, 110, 169, 0.12), rgba(33, 169, 211, 0.28), rgba(15, 110, 169, 0.12));
  pointer-events: none;
  z-index: 0;
}

.solutions-page .sol-step {
  z-index: 1;
  padding: 18px 14px;
  min-height: 0;
  background: #fff;
}

.solutions-page .sol-step-num {
  margin-bottom: 8px;
  font-size: 12px;
}

.solutions-page .sol-step h3 {
  font-size: 15px;
  margin-bottom: 6px;
}

.solutions-page .sol-step p {
  font-size: 12.5px;
  line-height: 1.45;
}

/* FAQ premium accordion polish */
.solutions-page .sol-faq-list {
  max-width: min(56rem, 100%);
}

.solutions-page .sol-faq-section .faq-item {
  border-radius: 16px;
  border: 1px solid var(--sol-border);
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.solutions-page .sol-faq-section .faq-item:hover,
.solutions-page .sol-faq-section .faq-item:focus-within {
  border-color: rgba(15, 110, 169, 0.28);
  box-shadow: 0 12px 28px rgba(10, 31, 51, 0.06);
}

.solutions-page .sol-faq-section .faq-question {
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 700;
}

.solutions-page .sol-faq-section .faq-answer-inner {
  padding: 0 20px 18px;
}

.solutions-page .sol-faq-section .faq-answer-inner p {
  font-size: 14px;
  line-height: 1.65;
  max-width: 62ch;
}

/* Closing CTA */
.solutions-page .sol-final-cta .sol-cta-panel {
  padding: clamp(32px, 4vw, 48px);
  gap: 32px;
}

.solutions-page .sol-final-cta .sol-cta-panel h2 {
  max-width: 22ch;
  margin-bottom: 14px;
  font-size: clamp(26px, 3.2vw, 40px);
}

.solutions-page .sol-cta-actions {
  min-width: 220px;
}

.solutions-page .sol-cta-btn {
  min-height: 52px;
  width: 100%;
  justify-content: center;
}

/* Sticky demo refine */
.sol-sticky-demo {
  padding: 6px;
  gap: 6px;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.sol-sticky-demo:hover {
  box-shadow: 0 20px 48px rgba(10, 31, 51, 0.22);
}

.sol-sticky-demo-btn {
  transition: transform 200ms ease;
}

.sol-sticky-demo-btn:hover {
  transform: translateY(-1px);
}

/* Footer ? solutions scoped, lighter */
.solutions-page .sol-footer .footer-shell {
  padding-top: clamp(24px, 3vw, 36px);
  padding-bottom: clamp(14px, 2vw, 20px);
}

.solutions-page .sol-footer .footer-identity p {
  max-width: 42ch;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 12px;
}

.solutions-page .sol-footer .footer-proof-grid,
.solutions-page .sol-footer .footer-mini-status {
  display: none;
}

.solutions-page .sol-footer .footer-links-grid {
  gap: 20px 24px;
  margin-top: 0;
}

.solutions-page .sol-footer .footer-links-grid nav strong {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.solutions-page .sol-footer .footer-links-grid a {
  font-size: 13.5px;
}

.solutions-page .sol-footer .footer-contact-card {
  padding: 20px;
}

.solutions-page .sol-footer .footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
}

/* Button / icon motion consistency — exclude liquid CTAs (they own --p fill) */
@media (hover: hover) and (pointer: fine) {
  .solutions-page .primary-action:not(.btn-liquid),
  .solutions-page .demo-button:not(.btn-liquid),
  .solutions-page .sol-cta-btn {
    transition: transform 200ms ease, box-shadow 200ms ease;
  }

  .solutions-page .primary-action:not(.btn-liquid):hover,
  .solutions-page .demo-button:not(.btn-liquid):hover,
  .solutions-page .sol-cta-btn:hover {
    transform: translateY(-2px);
  }

  .solutions-page .sol-partner-mark {
    transition: transform 220ms ease;
  }

  .solutions-page .sol-partner-card:hover .sol-partner-mark {
    transform: scale(1.06);
  }

  .solutions-page .sol-industry-icon {
    transition: transform 220ms ease;
  }

  .solutions-page .sol-industry-card:hover .sol-industry-icon {
    transform: translateY(-2px);
  }
}

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

  .solutions-page .sol-steps::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .solutions-page .sol-cap-grid {
    grid-template-columns: 1fr;
  }

  .solutions-page .sol-solution-visual {
    min-height: 220px;
  }

  .solutions-page main > .section .section-inner,
  .solutions-page .sol-trust-section .section-inner,
  .solutions-page .sol-enterprise-section .section-inner,
  .solutions-page .sol-network-section .section-inner,
  .solutions-page .sol-journey-section .section-inner,
  .solutions-page .sol-capabilities-section .section-inner,
  .solutions-page .sol-compare-section .section-inner,
  .solutions-page .sol-faq-section .section-inner,
  .solutions-page .sol-final-cta .section-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-page .sol-solution-row,
  .solutions-page .sol-cap-card,
  .solutions-page .primary-action,
  .sol-sticky-demo-btn {
    transition: none !important;
  }

  .solutions-page .sol-solution-row:hover .sol-solution-visual,
  .solutions-page .sol-cap-card:hover .sol-cap-icon,
  .solutions-page .sol-partner-card:hover .sol-partner-mark {
    transform: none;
  }
}

/* ============================================================
   Architecture section polish ? v20260720-arch1
   Grid align, spacing, hub scale, callout below, interactions
   ============================================================ */

.solutions-page .sol-network-section {
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(14, 165, 233, 0.07), transparent 58%),
    linear-gradient(180deg, #f5f9fc 0%, #eef5fb 48%, #f7fafc 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.solutions-page .sol-network-section .section-inner {
  width: min(var(--max-diagram), calc(100% - 2 * var(--page-gutter, 16px)));
  max-width: none;
  margin-inline: auto;
  padding-top: clamp(64px, 6vw, 88px);
  padding-bottom: clamp(56px, 5vw, 72px);
  padding-inline: 24px;
}

@media (max-width: 760px) {
  .solutions-page .sol-network-section .section-inner {
    padding-top: 52px;
    padding-bottom: 48px;
  }
}

/* ?? Solutions hero: SaaS polish + responsive (v20260721-hero-taller) ?? */
.solutions-page .solutions-hero {
  --sol-hero-pad-x: 32px;
}

.solutions-page .solutions-hero-layout.section-inner,
.solutions-page .solutions-hero .solutions-hero-layout {
  width: min(var(--max-hero), calc(100% - 2 * var(--page-gutter, 20px)));
  max-width: none;
  margin-inline: auto;
  padding-left: var(--sol-hero-pad-x);
  padding-right: var(--sol-hero-pad-x);
}

.solutions-page .solutions-hero-copy.is-ready,
.solutions-page .solutions-hero-visual.is-ready {
  animation: solHeroFadeIn 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.solutions-page .solutions-hero-visual.is-ready {
  animation-delay: 120ms;
}

.solutions-page .sol-hero-devices-img.is-floating {
  animation: none;
}

.solutions-page .sol-hero-media.is-floating {
  animation: solHeroFloat 7.5s ease-in-out infinite;
}

@keyframes solHeroFadeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (hover: hover) and (pointer: fine) {
  .solutions-page .solutions-hero .sol-hero-cta:hover,
  .solutions-page .solutions-hero .sol-hero-cta:focus-visible {
    transform: translateY(-3px);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.28) inset,
      0 16px 36px rgba(255, 90, 36, 0.34);
  }
}

@media (max-width: 1100px) {
  .solutions-page .solutions-hero {
    --sol-hero-pad-x: 24px;
  }

  .solutions-page .solutions-hero-layout {
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
    gap: 28px;
  }

  .solutions-page .solutions-hero-copy {
    max-width: none;
  }

  .solutions-page .solutions-hero-copy h1 {
    max-width: 14ch;
    font-size: clamp(34px, 4.2vw, 48px);
  }

  .solutions-page .sol-hero-media {
    min-height: clamp(340px, 46vh, 500px);
  }

  .solutions-page .sol-hero-devices-img {
    min-height: clamp(340px, 46vh, 500px);
    object-position: 68% 42%;
  }
}

@media (max-width: 900px) {
  .solutions-page .solutions-hero-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 116px;
    padding-bottom: 36px;
  }

  .solutions-page .solutions-hero-copy {
    max-width: 36rem;
    order: 1;
  padding: 0;
  }

  .solutions-page .solutions-hero-copy::before {
    inset: -12px -16px -8px -12px;
    background: radial-gradient(
      ellipse 90% 80% at 30% 20%,
      rgba(255, 255, 255, 0.55) 0%,
      transparent 70%
    );
  }

  .solutions-page .solutions-hero-copy h1 {
  max-width: none;
}

  .solutions-page .solutions-hero-visual {
    order: 2;
  }

  .solutions-page .sol-hero-media {
    border-radius: 16px;
    min-height: clamp(260px, 48vw, 380px);
  }

  .solutions-page .sol-hero-media.is-floating {
    animation: none;
  }

  .solutions-page .sol-hero-media::before {
    background: linear-gradient(
      180deg,
      rgba(232, 242, 250, 0.7) 0%,
      transparent 28%
    );
  }

  .solutions-page .sol-hero-devices-img {
    min-height: clamp(260px, 48vw, 380px);
    object-fit: contain;
    object-position: 58% 45%;
  }

  .solutions-page .sol-hero-fade {
    height: clamp(80px, 14vh, 120px);
  }
}

@media (max-width: 760px) {
  .solutions-page .solutions-hero {
    --sol-hero-pad-x: 20px;
  }

  .solutions-page .solutions-hero-layout {
    min-height: 0;
    gap: 18px;
    padding-top: 108px;
    padding-bottom: 28px;
  }

  .solutions-page .solutions-hero-copy h1 {
    font-size: clamp(32px, 8.2vw, 40px);
    margin-bottom: 14px;
  }

  .solutions-page .solutions-hero-copy p:not(.eyebrow) {
    font-size: 16.5px;
    margin-bottom: 24px;
    max-width: none;
  }

  .solutions-page .sol-capability-strip {
    gap: 8px;
    margin-top: 22px;
  }

  .solutions-page .sol-capability-strip a {
    font-size: 11px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.7);
  }

  .solutions-page .sol-hero-media {
    min-height: 240px;
  }

  .solutions-page .sol-hero-devices-img {
    min-height: 240px;
    object-fit: contain;
    object-position: 50% 48%;
  }

  .solutions-page .sol-hero-fade {
    height: clamp(72px, 12vh, 110px);
  }
}

@media (max-width: 480px) {
  .solutions-page .sol-hero-media {
    min-height: 220px;
  }

  .solutions-page .sol-hero-devices-img {
    object-position: 48% 50%;
    min-height: 220px;
    object-fit: contain;
  }

  .solutions-page .solutions-hero-copy .hero-actions {
  flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-page .solutions-hero-copy.is-ready,
  .solutions-page .solutions-hero-visual.is-ready,
  .solutions-page .sol-hero-media.is-floating,
  .solutions-page .sol-hero-devices-img.is-floating {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/*
 * Solution cards — product illustration atmospheric stack (bottom → top):
 *  1) Card BG color
 *  2) Large radial bloom (::before, ~140%, blur ~80px)
 *  3) Soft ambient gradient (container background-image)
 *  4) Product illustration (object-fit: contain, ~45–55% card width)
 *  5) Edge feather mask on the image (mask-image — never opacity)
 *  6) Color-matched edge wash + soft lighting (::after)
 */
.solutions-page #warehouse .sol-solution-visual--photo,
.solutions-page #assets .sol-solution-visual--photo,
.solutions-page #sales .sol-solution-visual--photo,
.solutions-page #rfid .sol-solution-visual--photo,
.solutions-page #mobility .sol-solution-visual--photo,
.solutions-page #collab .sol-solution-visual--photo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(18px, 2.6vw, 32px);
  box-sizing: border-box;
  min-height: clamp(280px, 32vw, 410px);
  background-color: var(--evo-fade-edge);
  /* Soft ambient gradient — same-hue only (never a white veil) */
  background-image:
    radial-gradient(
      ellipse 78% 68% at 50% 46%,
      var(--evo-soft-grad, transparent) 0%,
      transparent 70%
    );
  box-shadow: none;
}

/* Layer 2 — large radial color glow / bloom behind illustration */
.solutions-page .sol-solution-visual--photo::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140%;
  height: 140%;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle at center,
    var(--evo-bloom-core, rgba(255, 120, 120, 0.3)) 0%,
    var(--evo-bloom-mid, rgba(255, 120, 120, 0.12)) 45%,
    transparent 80%
  );
  filter: blur(80px);
  opacity: 0.35;
}

/*
 * Layer 6 — lighting + edge wash into CARD COLOR (never white veil).
 * Mask on the img removes PNG rectangle; wash completes dissolve into BG.
 */
.solutions-page .sol-solution-visual--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      transparent 35%,
      transparent 70%,
      rgba(0, 0, 0, 0.05)
    ),
    linear-gradient(
      to right,
      var(--evo-fade-edge) 0%,
      transparent 18%,
      transparent 82%,
      var(--evo-fade-edge) 100%
    ),
    linear-gradient(
      to bottom,
      var(--evo-fade-edge) 0%,
      transparent 16%,
      transparent 84%,
      var(--evo-fade-edge) 100%
    ),
    radial-gradient(
      ellipse 92% 88% at 50% 50%,
      transparent 42%,
      transparent 58%,
      color-mix(in srgb, var(--evo-fade-edge) 55%, transparent) 78%,
      var(--evo-fade-edge) 100%
    );
}

.solutions-page #warehouse .sol-solution-visual--photo {
  --evo-fade-edge: #7b0a11;
  --evo-soft-grad: rgba(160, 40, 48, 0.45);
  --evo-bloom-core: rgba(255, 120, 120, 0.3);
  --evo-bloom-mid: rgba(255, 120, 120, 0.12);
}
.solutions-page #assets .sol-solution-visual--photo {
  --evo-fade-edge: #1f6b2e;
  --evo-soft-grad: rgba(55, 140, 75, 0.4);
  --evo-bloom-core: rgba(170, 255, 170, 0.25);
  --evo-bloom-mid: rgba(170, 255, 170, 0.1);
}
.solutions-page #sales .sol-solution-visual--photo {
  --evo-fade-edge: #e85a1a;
  --evo-soft-grad: rgba(255, 140, 70, 0.35);
  --evo-bloom-core: rgba(255, 180, 100, 0.25);
  --evo-bloom-mid: rgba(255, 180, 100, 0.1);
}
.solutions-page #rfid .sol-solution-visual--photo {
  --evo-fade-edge: #050a1e;
  --evo-soft-grad: rgba(30, 70, 130, 0.45);
  --evo-bloom-core: rgba(90, 170, 255, 0.22);
  --evo-bloom-mid: rgba(90, 170, 255, 0.09);
}
.solutions-page #mobility .sol-solution-visual--photo {
  --evo-fade-edge: #0d1520;
  --evo-soft-grad: rgba(35, 60, 95, 0.4);
  --evo-bloom-core: rgba(90, 170, 255, 0.22);
  --evo-bloom-mid: rgba(90, 170, 255, 0.09);
}
.solutions-page #collab .sol-solution-visual--photo {
  --evo-fade-edge: #eef3f8;
  --evo-soft-grad: rgba(180, 210, 235, 0.55);
  --evo-bloom-core: rgba(120, 180, 230, 0.28);
  --evo-bloom-mid: rgba(120, 180, 230, 0.1);
  background-image:
    radial-gradient(
      ellipse 75% 65% at 50% 48%,
      var(--evo-soft-grad) 0%,
      transparent 72%
    ),
    linear-gradient(
      165deg,
      #f7fafc 0%,
      #eef3f8 55%,
      #e4ebf2 100%
    );
}

.solutions-page #collab .sol-solution-visual--photo::after {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.35),
      transparent 35%,
      transparent 70%,
      rgba(15, 60, 100, 0.04)
    ),
    linear-gradient(
      to right,
      var(--evo-fade-edge) 0%,
      transparent 18%,
      transparent 82%,
      var(--evo-fade-edge) 100%
    ),
    linear-gradient(
      to bottom,
      var(--evo-fade-edge) 0%,
      transparent 16%,
      transparent 84%,
      var(--evo-fade-edge) 100%
    ),
    radial-gradient(
      ellipse 92% 88% at 50% 50%,
      transparent 42%,
      transparent 58%,
      color-mix(in srgb, var(--evo-fade-edge) 55%, transparent) 78%,
      var(--evo-fade-edge) 100%
    );
}

/* Layers 4–5 — contained illustration + edge feather mask (not opacity) */
.solutions-page #warehouse .sol-solution-photo,
.solutions-page #assets .sol-solution-photo,
.solutions-page #sales .sol-solution-photo,
.solutions-page #rfid .sol-solution-photo,
.solutions-page #mobility .sol-solution-photo,
.solutions-page #collab .sol-solution-photo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 90%;
  height: 88%;
  max-width: none;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: transform 400ms var(--ease-smooth, cubic-bezier(0.16, 1, 0.3, 1));
  /* Sharp center → dissolve at edges; no rectangular PNG clip */
  -webkit-mask-image:
    radial-gradient(
      ellipse 78% 72% at 50% 50%,
      #000 45%,
      rgba(0, 0, 0, 0.9) 60%,
      rgba(0, 0, 0, 0.55) 75%,
      transparent 100%
    );
  mask-image:
    radial-gradient(
      ellipse 78% 72% at 50% 50%,
      #000 45%,
      rgba(0, 0, 0, 0.9) 60%,
      rgba(0, 0, 0, 0.55) 75%,
      transparent 100%
    );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}

/* Shared breathing room + premium depth for themed solution rows */
.solutions-page #warehouse.sol-solution-row,
.solutions-page #assets.sol-solution-row,
.solutions-page #sales.sol-solution-row,
.solutions-page #rfid.sol-solution-row,
.solutions-page #mobility.sol-solution-row,
.solutions-page #collab.sol-solution-row {
  padding-block: calc(var(--sol-card-padding) + 12px);
}

/* Warehouse — seamless deep-red */
.solutions-page #warehouse.sol-solution-row {
  background:
    radial-gradient(ellipse 70% 80% at 30% 40%, #8f1018 0%, transparent 55%),
    linear-gradient(155deg, #8a1018 0%, #7b0a11 42%, #5c070d 100%);
  border-color: color-mix(in srgb, #9a1717 40%, transparent);
  box-shadow:
    0 20px 44px rgba(80, 8, 12, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18);
  gap: clamp(16px, 2.5vw, 28px);
}
.solutions-page #warehouse .sol-solution-eyebrow { color: rgba(255, 255, 255, 0.72); }
.solutions-page #warehouse .sol-solution-body h3,
.solutions-page #warehouse .sol-acc-body-title,
.solutions-page #warehouse .sol-acc-title { color: #fff; }
.solutions-page #warehouse .sol-solution-body > p,
.solutions-page #warehouse .sol-acc-desc,
.solutions-page #warehouse .sol-benefit-list li { color: #ffffff; }
.solutions-page #warehouse .sol-benefit-list li::before { background: #ff8a5c; }
.solutions-page #warehouse .sol-platform-badge--flow {
  color: #fff5f5;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}
.solutions-page #warehouse .sol-solution-cta.suite-learn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}
.solutions-page #warehouse .sol-solution-cta.suite-learn:hover,
.solutions-page #warehouse .sol-solution-cta.suite-learn:focus-visible {
  color: #7b0a11;
  background: #fff;
  border-color: #fff;
}

/* Assets — seamless Mara green */
.solutions-page #assets.sol-solution-row {
  background:
    radial-gradient(ellipse 70% 80% at 30% 40%, #2d8f45 0%, transparent 55%),
    linear-gradient(155deg, #278038 0%, #1f6b2e 42%, #134820 100%);
  border-color: color-mix(in srgb, #3c9f73 40%, transparent);
  box-shadow:
    0 20px 44px rgba(18, 70, 32, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18);
  gap: clamp(16px, 2.5vw, 28px);
}
.solutions-page #assets .sol-solution-eyebrow { color: rgba(255, 255, 255, 0.72); }
.solutions-page #assets .sol-solution-body h3,
.solutions-page #assets .sol-acc-body-title,
.solutions-page #assets .sol-acc-title { color: #fff; }
.solutions-page #assets .sol-solution-body > p,
.solutions-page #assets .sol-acc-desc,
.solutions-page #assets .sol-benefit-list li { color: #ffffff; }
.solutions-page #assets .sol-benefit-list li::before { background: #87d8aa; }
.solutions-page #assets .sol-platform-badge--mara {
  color: #f0fff4;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}
.solutions-page #assets .sol-solution-cta.suite-learn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}
.solutions-page #assets .sol-solution-cta.suite-learn:hover,
.solutions-page #assets .sol-solution-cta.suite-learn:focus-visible {
  color: #1f6b2e;
  background: #fff;
  border-color: #fff;
}

/* Sales — seamless Frontline orange */
.solutions-page #sales.sol-solution-row {
  background:
    radial-gradient(ellipse 70% 80% at 30% 40%, #ff7a3d 0%, transparent 55%),
    linear-gradient(155deg, #f06522 0%, #e85a1a 42%, #b83d0c 100%);
  border-color: color-mix(in srgb, #ff5a24 40%, transparent);
  box-shadow:
    0 20px 44px rgba(180, 60, 12, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.16);
  gap: clamp(16px, 2.5vw, 28px);
}
.solutions-page #sales .sol-solution-eyebrow { color: rgba(255, 255, 255, 0.78); }
.solutions-page #sales .sol-solution-body h3,
.solutions-page #sales .sol-acc-body-title,
.solutions-page #sales .sol-acc-title { color: #fff; }
.solutions-page #sales .sol-solution-body > p,
.solutions-page #sales .sol-acc-desc,
.solutions-page #sales .sol-benefit-list li { color: #ffffff; }
.solutions-page #sales .sol-benefit-list li::before { background: #ffe0cc; }
.solutions-page #sales .sol-platform-badge--frontline {
  color: #fff8f4;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}
.solutions-page #sales .sol-solution-cta.suite-learn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}
.solutions-page #sales .sol-solution-cta.suite-learn:hover,
.solutions-page #sales .sol-solution-cta.suite-learn:focus-visible {
  color: #b83d0c;
  background: #fff;
  border-color: #fff;
}

/* RFID — seamless dark navy */
.solutions-page #rfid.sol-solution-row {
  background:
    radial-gradient(ellipse 70% 80% at 35% 40%, #12305a 0%, transparent 55%),
    linear-gradient(155deg, #0e1c34 0%, #0a1628 42%, #050a1e 100%);
  border-color: color-mix(in srgb, #21a9d3 35%, transparent);
  box-shadow:
    0 20px 44px rgba(5, 10, 30, 0.42),
    0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28);
  gap: clamp(16px, 2.5vw, 28px);
}
.solutions-page #rfid .sol-solution-eyebrow { color: rgba(255, 255, 255, 0.7); }
.solutions-page #rfid .sol-solution-body h3,
.solutions-page #rfid .sol-acc-body-title,
.solutions-page #rfid .sol-acc-title { color: #fff; }
.solutions-page #rfid .sol-solution-body > p,
.solutions-page #rfid .sol-acc-desc,
.solutions-page #rfid .sol-benefit-list li { color: #ffffff; }
.solutions-page #rfid .sol-benefit-list li::before { background: #ff8a3d; }
.solutions-page #rfid .sol-platform-badge--flow {
  color: #e8f6ff;
  background: rgba(33, 169, 211, 0.18);
  border-color: rgba(33, 169, 211, 0.35);
}
.solutions-page #rfid .evo-platform-category { color: rgba(255, 255, 255, 0.65); }
.solutions-page #rfid .sol-solution-cta.suite-learn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}
.solutions-page #rfid .sol-solution-cta.suite-learn:hover,
.solutions-page #rfid .sol-solution-cta.suite-learn:focus-visible {
  color: #0a1628;
  background: #fff;
  border-color: #fff;
}

/* Mobility — seamless dark charcoal */
.solutions-page #mobility.sol-solution-row {
  background:
    radial-gradient(ellipse 70% 80% at 35% 40%, #1a2a40 0%, transparent 55%),
    linear-gradient(155deg, #162032 0%, #121a26 42%, #0d1520 100%);
  border-color: color-mix(in srgb, #3d7eff 30%, transparent);
  box-shadow:
    0 20px 44px rgba(8, 12, 20, 0.42),
    0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28);
  gap: clamp(16px, 2.5vw, 28px);
}
.solutions-page #mobility .sol-solution-eyebrow { color: rgba(255, 255, 255, 0.7); }
.solutions-page #mobility .sol-solution-body h3,
.solutions-page #mobility .sol-acc-body-title,
.solutions-page #mobility .sol-acc-title { color: #fff; }
.solutions-page #mobility .sol-solution-body > p,
.solutions-page #mobility .sol-acc-desc,
.solutions-page #mobility .sol-benefit-list li { color: #ffffff; }
.solutions-page #mobility .sol-benefit-list li::before { background: #3d7eff; }
.solutions-page #mobility .sol-platform-chip {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.solutions-page #mobility .sol-solution-cta.suite-learn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}
.solutions-page #mobility .sol-solution-cta.suite-learn:hover,
.solutions-page #mobility .sol-solution-cta.suite-learn:focus-visible {
  color: #0d1520;
  background: #fff;
  border-color: #fff;
}

/* Collab — soft light surface */
.solutions-page #collab.sol-solution-row {
  background:
    radial-gradient(ellipse 70% 80% at 30% 35%, rgba(15, 110, 169, 0.06) 0%, transparent 55%),
    linear-gradient(155deg, #ffffff 0%, #f5f8fb 48%, #eef3f8 100%);
  border-color: color-mix(in srgb, #0f6ea9 18%, transparent);
  box-shadow:
    0 18px 40px rgba(15, 40, 70, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(15, 60, 100, 0.04);
  gap: clamp(16px, 2.5vw, 28px);
}

@media (hover: hover) and (pointer: fine) {
  .solutions-page #warehouse:hover .sol-solution-photo,
  .solutions-page #assets:hover .sol-solution-photo,
  .solutions-page #sales:hover .sol-solution-photo,
  .solutions-page #rfid:hover .sol-solution-photo,
  .solutions-page #mobility:hover .sol-solution-photo,
  .solutions-page #collab:hover .sol-solution-photo {
    transform: translate(-50%, -50%) scale(1.03);
  }
}

@media (max-width: 768px) {
  .solutions-page #warehouse .sol-solution-visual--photo,
  .solutions-page #assets .sol-solution-visual--photo,
  .solutions-page #sales .sol-solution-visual--photo,
  .solutions-page #rfid .sol-solution-visual--photo,
  .solutions-page #mobility .sol-solution-visual--photo,
  .solutions-page #collab .sol-solution-visual--photo {
    min-height: clamp(220px, 58vw, 280px);
    padding: clamp(14px, 4vw, 22px);
  }

  .solutions-page #warehouse .sol-solution-photo,
  .solutions-page #assets .sol-solution-photo,
  .solutions-page #sales .sol-solution-photo,
  .solutions-page #rfid .sol-solution-photo,
  .solutions-page #mobility .sol-solution-photo,
  .solutions-page #collab .sol-solution-photo {
    width: 92%;
    height: 90%;
  }

  .solutions-page #warehouse .sol-solution-photo { object-position: 52% center; }
  .solutions-page #assets .sol-solution-photo { object-position: 48% center; }
  .solutions-page #sales .sol-solution-photo { object-position: 50% center; }
  .solutions-page #rfid .sol-solution-photo { object-position: 45% center; }
  .solutions-page #mobility .sol-solution-photo { object-position: 40% center; }
  .solutions-page #collab .sol-solution-photo { object-position: 70% center; }
}

/* ============================================================
   Solution accordion — color-coded pills → full cards
   ============================================================ */
.solutions-page .sol-solution-accordion {
  display: grid;
  gap: 12px;
}

.solutions-page .sol-acc-item.sol-solution-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.solutions-page #warehouse.sol-acc-item.sol-solution-row,
.solutions-page #assets.sol-acc-item.sol-solution-row,
.solutions-page #sales.sol-acc-item.sol-solution-row,
.solutions-page #rfid.sol-acc-item.sol-solution-row,
.solutions-page #mobility.sol-acc-item.sol-solution-row,
.solutions-page #collab.sol-acc-item.sol-solution-row {
  padding-block: 0;
}

.solutions-page .sol-acc-heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.solutions-page .sol-acc-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 84px;
  padding: 18px clamp(20px, 2.6vw, 30px);
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition:
    background 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    min-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.solutions-page .sol-acc-trigger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: -4px;
  border-radius: 14px;
}

.solutions-page #collab .sol-acc-trigger:focus-visible {
  outline-color: rgba(15, 110, 169, 0.55);
}

.solutions-page .sol-acc-pill-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  flex: 1;
}

.solutions-page .sol-acc-trigger .sol-solution-eyebrow {
  margin: 0;
  font-size: clamp(12px, 1.05vw, 13.5px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.25;
}

.solutions-page .sol-acc-title {
  display: block;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: clamp(19px, 2.1vw, 26px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.solutions-page .sol-acc-chevron {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-self: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease,
    border-color 0.35s ease;
}

.solutions-page .sol-acc-chevron::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-left: -1px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.solutions-page #collab .sol-acc-chevron {
  background: rgba(15, 110, 169, 0.08);
  border-color: rgba(15, 110, 169, 0.2);
  color: #0f6ea9;
}

.solutions-page .sol-acc-item.is-open .sol-acc-chevron::before {
  transform: rotate(45deg);
  margin-left: 0;
  margin-top: -2px;
}

/* Panel expand / collapse */
.solutions-page .sol-acc-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.solutions-page .sol-acc-item.is-open .sol-acc-panel {
  grid-template-rows: 1fr;
}

.solutions-page .sol-acc-panel-inner {
  overflow: hidden;
  min-height: 0;
}

.solutions-page .sol-acc-card {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 3.5vw, 48px);
  align-items: center;
  padding:
    clamp(28px, 3vw, 40px)
    clamp(24px, 3vw, 40px)
    clamp(28px, 3.2vw, 44px);
}

.solutions-page .sol-acc-item.sol-solution-row--reverse .sol-acc-card {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 1fr);
}

.solutions-page .sol-acc-item.sol-solution-row--reverse .sol-solution-visual {
  order: 2;
}

.solutions-page .sol-acc-item.sol-solution-row--reverse .sol-solution-body {
  order: 1;
}

/* Expanded body: consistent left edge + vertically centered text column */
.solutions-page .sol-acc-item .sol-solution-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: center;
  min-width: 0;
  width: 100%;
  max-width: 36rem;
  margin-block: auto;
}

.solutions-page .sol-acc-item:not(.sol-solution-row--reverse) .sol-solution-body {
  padding-right: clamp(40px, 5vw, 56px);
  margin-inline: 0 auto 0 0;
}

.solutions-page .sol-acc-item.sol-solution-row--reverse .sol-solution-body {
  margin-inline: 0 auto 0 0;
  padding-left: clamp(4px, 1vw, 12px);
}

.solutions-page .sol-acc-item .sol-acc-body-eyebrow {
  margin: 0 0 12px;
  font-size: clamp(12px, 1.05vw, 13.5px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.25;
}

.solutions-page .sol-acc-item .sol-acc-body-title {
  margin: 0 0 16px;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.solutions-page .sol-acc-item .sol-acc-desc {
  margin: 0 0 24px;
  max-width: 48ch;
  font-size: clamp(16px, 1.15vw, 17.5px);
  line-height: 1.72;
}

.solutions-page .sol-acc-item .sol-benefit-list {
  margin: 0 0 26px;
  padding: 0;
  width: 100%;
  max-width: 52ch;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(16px, 2vw, 28px);
  row-gap: 13px;
}

.solutions-page .sol-acc-item .sol-benefit-list li {
  margin: 0;
  padding-left: 18px;
  font-size: clamp(14.5px, 1.05vw, 16px);
  line-height: 1.55;
}

.solutions-page .sol-acc-item .sol-solution-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  width: 100%;
}

.solutions-page .sol-acc-item .sol-solution-actions .sol-platform-badge,
.solutions-page .sol-acc-item .sol-solution-actions .sol-platform-badge-group {
  margin: 0;
}

.solutions-page .sol-acc-item .sol-solution-actions .sol-solution-cta {
  margin: 0;
}

/* Keep illustration column balanced with taller text block */
.solutions-page .sol-acc-item .sol-solution-visual--photo {
  align-self: stretch;
  min-height: clamp(300px, 34vw, 440px);
}

/* When open: header becomes chevron-only control in the corner */
.solutions-page .sol-acc-item.is-open .sol-acc-heading {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 6;
  width: auto;
}

.solutions-page .sol-acc-item.is-open .sol-acc-trigger {
  width: auto;
  min-height: 44px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.solutions-page #collab.sol-acc-item.is-open .sol-acc-trigger {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 4px 14px rgba(15, 40, 70, 0.1);
}

.solutions-page .sol-acc-item.is-open .sol-acc-pill-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Staggered content reveal */
.solutions-page .sol-acc-item .sol-solution-visual,
.solutions-page .sol-acc-item .sol-acc-body-eyebrow,
.solutions-page .sol-acc-item .sol-acc-body-title,
.solutions-page .sol-acc-item .sol-acc-desc,
.solutions-page .sol-acc-item .sol-benefit-list li,
.solutions-page .sol-acc-item .sol-platform-badge,
.solutions-page .sol-acc-item .sol-platform-badge-group,
.solutions-page .sol-acc-item .sol-solution-cta {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.solutions-page .sol-acc-item .sol-solution-photo {
  opacity: 0;
  transition:
    opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translate(-50%, calc(-50% + 14px));
}

.solutions-page .sol-acc-item.is-open .sol-solution-visual {
  opacity: 1;
  transform: none;
  transition-delay: 0.06s;
}

.solutions-page .sol-acc-item.is-open .sol-solution-photo {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-delay: 0.1s;
}

.solutions-page .sol-acc-item.is-open .sol-acc-body-eyebrow {
  opacity: 1;
  transform: none;
  transition-delay: 0.12s;
}

.solutions-page .sol-acc-item.is-open .sol-acc-body-title {
  opacity: 1;
  transform: none;
  transition-delay: 0.14s;
}

.solutions-page .sol-acc-item.is-open .sol-acc-desc {
  opacity: 1;
  transform: none;
  transition-delay: 0.18s;
}

.solutions-page .sol-acc-item.is-open .sol-benefit-list li {
  opacity: 1;
  transform: none;
}

.solutions-page .sol-acc-item.is-open .sol-benefit-list li:nth-child(1) {
  transition-delay: 0.22s;
}

.solutions-page .sol-acc-item.is-open .sol-benefit-list li:nth-child(2) {
  transition-delay: 0.25s;
}

.solutions-page .sol-acc-item.is-open .sol-benefit-list li:nth-child(3) {
  transition-delay: 0.28s;
}

.solutions-page .sol-acc-item.is-open .sol-benefit-list li:nth-child(4) {
  transition-delay: 0.3s;
}

.solutions-page .sol-acc-item.is-open .sol-benefit-list li:nth-child(5) {
  transition-delay: 0.32s;
}

.solutions-page .sol-acc-item.is-open .sol-benefit-list li:nth-child(6) {
  transition-delay: 0.34s;
}

.solutions-page .sol-acc-item.is-open .sol-platform-badge,
.solutions-page .sol-acc-item.is-open .sol-platform-badge-group {
  opacity: 1;
  transform: none;
  transition-delay: 0.36s;
}

.solutions-page .sol-acc-item.is-open .sol-solution-cta {
  opacity: 1;
  transform: none;
  transition-delay: 0.4s;
}

/* Collapse: content out first (shorter delays / reverse feel via shorter duration on close) */
.solutions-page .sol-acc-item:not(.is-open) .sol-solution-visual,
.solutions-page .sol-acc-item:not(.is-open) .sol-solution-photo,
.solutions-page .sol-acc-item:not(.is-open) .sol-acc-body-eyebrow,
.solutions-page .sol-acc-item:not(.is-open) .sol-acc-body-title,
.solutions-page .sol-acc-item:not(.is-open) .sol-acc-desc,
.solutions-page .sol-acc-item:not(.is-open) .sol-benefit-list li,
.solutions-page .sol-acc-item:not(.is-open) .sol-platform-badge,
.solutions-page .sol-acc-item:not(.is-open) .sol-platform-badge-group,
.solutions-page .sol-acc-item:not(.is-open) .sol-solution-cta {
  transition-delay: 0s;
  transition-duration: 0.22s;
}

/* Hover + active depth */
@media (hover: hover) and (pointer: fine) {
  .solutions-page .sol-acc-item:not(.is-open):hover {
    transform: translateY(-3px);
    filter: brightness(1.04);
    box-shadow:
      0 22px 48px rgba(8, 16, 32, 0.22),
      0 1px 0 rgba(255, 255, 255, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }

  .solutions-page #collab.sol-acc-item:not(.is-open):hover {
    filter: none;
    box-shadow:
      0 20px 42px rgba(15, 40, 70, 0.14),
      0 1px 0 rgba(255, 255, 255, 0.95),
      inset 0 1px 0 rgba(255, 255, 255, 0.98);
  }

  .solutions-page .sol-acc-item.is-open:hover .sol-solution-photo {
    transform: translate(-50%, -50%) scale(1.03);
  }
}

.solutions-page .sol-acc-item.is-open {
  transform: translateY(-2px);
  z-index: 1;
}

.solutions-page #warehouse.sol-acc-item.is-open {
  border-color: color-mix(in srgb, #ff8a5c 45%, transparent);
  box-shadow:
    0 28px 56px rgba(80, 8, 12, 0.38),
    0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}

.solutions-page #assets.sol-acc-item.is-open {
  border-color: color-mix(in srgb, #87d8aa 45%, transparent);
  box-shadow:
    0 28px 56px rgba(18, 70, 32, 0.38),
    0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}

.solutions-page #sales.sol-acc-item.is-open {
  border-color: color-mix(in srgb, #ffe0cc 40%, transparent);
  box-shadow:
    0 28px 56px rgba(180, 60, 12, 0.38),
    0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(0, 0, 0, 0.16);
}

.solutions-page #rfid.sol-acc-item.is-open {
  border-color: color-mix(in srgb, #21a9d3 45%, transparent);
  box-shadow:
    0 28px 56px rgba(5, 10, 30, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28);
}

.solutions-page #mobility.sol-acc-item.is-open {
  border-color: color-mix(in srgb, #3d7eff 40%, transparent);
  box-shadow:
    0 28px 56px rgba(8, 12, 20, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28);
}

.solutions-page #collab.sol-acc-item.is-open {
  border-color: color-mix(in srgb, #0f6ea9 28%, transparent);
  box-shadow:
    0 26px 52px rgba(15, 40, 70, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(15, 60, 100, 0.05);
}

@media (max-width: 900px) {
  .solutions-page .sol-acc-card,
  .solutions-page .sol-acc-item.sol-solution-row--reverse .sol-acc-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px clamp(18px, 3vw, 28px) 28px;
  }

  .solutions-page .sol-acc-item.sol-solution-row--reverse .sol-solution-visual,
  .solutions-page .sol-acc-item.sol-solution-row--reverse .sol-solution-body {
    order: initial;
  }

  .solutions-page .sol-acc-item .sol-solution-body,
  .solutions-page .sol-acc-item:not(.sol-solution-row--reverse) .sol-solution-body,
  .solutions-page .sol-acc-item.sol-solution-row--reverse .sol-solution-body {
  max-width: none;
    padding-right: clamp(36px, 8vw, 48px);
    padding-left: 0;
  margin-inline: 0;
    align-self: stretch;
  }

  .solutions-page .sol-acc-item .sol-benefit-list {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .solutions-page .sol-acc-item .sol-solution-visual--photo {
    min-height: clamp(220px, 52vw, 300px);
  }
}

@media (max-width: 720px) {
  .solutions-page .sol-acc-trigger {
    min-height: 80px;
    padding: 16px 18px;
    gap: 14px;
  }

  .solutions-page .sol-acc-trigger .sol-solution-eyebrow {
    font-size: 12px;
  }

  .solutions-page .sol-acc-title {
    font-size: 18.5px;
  }

  .solutions-page .sol-acc-card {
    padding: 16px 16px 22px;
    gap: 18px;
  }

  .solutions-page .sol-acc-item .sol-solution-body,
  .solutions-page .sol-acc-item:not(.sol-solution-row--reverse) .sol-solution-body {
    padding-right: 40px;
  }

  .solutions-page .sol-acc-item .sol-acc-body-eyebrow {
    font-size: 12px;
  }

  .solutions-page .sol-acc-item .sol-acc-body-title {
    font-size: clamp(24px, 6.2vw, 28px);
    margin-bottom: 12px;
  }

  .solutions-page .sol-acc-item .sol-acc-desc {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.68;
  }

  .solutions-page .sol-acc-item .sol-benefit-list {
    margin-bottom: 20px;
    row-gap: 10px;
  }

  .solutions-page .sol-acc-item .sol-benefit-list li {
    font-size: 15px;
  }

  .solutions-page .sol-acc-item .sol-solution-actions {
    gap: 12px;
  }

  .solutions-page .sol-acc-item.is-open .sol-acc-heading {
    top: 8px;
    right: 8px;
  }
}

/* Desktop / large screens: always-expanded cards, no accordion toggle */
@media (min-width: 1024px) {
  .solutions-page .sol-solution-accordion {
    gap: 18px;
  }

  /* Keep heading in a11y tree; hide pill chrome visually */
  .solutions-page .sol-acc-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    pointer-events: none;
  }

  .solutions-page .sol-acc-trigger {
    pointer-events: none;
    cursor: default;
  }

  .solutions-page .sol-acc-chevron {
    display: none;
  }

  .solutions-page .sol-acc-panel {
    grid-template-rows: 1fr;
  }

  .solutions-page .sol-acc-panel-inner {
    overflow: visible;
  }

  .solutions-page .sol-acc-item .sol-solution-visual,
  .solutions-page .sol-acc-item .sol-acc-body-eyebrow,
  .solutions-page .sol-acc-item .sol-acc-body-title,
  .solutions-page .sol-acc-item .sol-acc-desc,
  .solutions-page .sol-acc-item .sol-benefit-list li,
  .solutions-page .sol-acc-item .sol-platform-badge,
  .solutions-page .sol-acc-item .sol-platform-badge-group,
  .solutions-page .sol-acc-item .sol-solution-cta,
  .solutions-page .sol-acc-item .sol-solution-photo {
    opacity: 1;
    transform: none;
    transition-delay: 0s;
  }

  .solutions-page .sol-acc-item .sol-solution-photo {
    transform: translate(-50%, -50%);
  }

  .solutions-page .sol-acc-item.is-open {
    transform: none;
  }

  .solutions-page .sol-acc-item.is-open .sol-acc-heading {
    position: absolute;
    top: auto;
    right: auto;
    width: 1px;
    height: 1px;
    z-index: auto;
  }

  .solutions-page .sol-acc-item.is-open .sol-acc-trigger {
    width: auto;
  min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    pointer-events: none;
    cursor: default;
  }

  .solutions-page #collab.sol-acc-item.is-open .sol-acc-trigger {
    background: transparent;
    box-shadow: none;
  }

  .solutions-page .sol-acc-item.is-open .sol-acc-pill-label {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    border: 0;
  }

  .solutions-page #warehouse.sol-acc-item.is-open,
  .solutions-page #assets.sol-acc-item.is-open,
  .solutions-page #sales.sol-acc-item.is-open,
  .solutions-page #rfid.sol-acc-item.is-open,
  .solutions-page #mobility.sol-acc-item.is-open,
  .solutions-page #collab.sol-acc-item.is-open {
    transform: none;
  }

  @media (hover: hover) and (pointer: fine) {
    .solutions-page .sol-acc-item:not(.is-open):hover {
      transform: none;
      filter: none;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-page .sol-acc-item,
  .solutions-page .sol-acc-trigger,
  .solutions-page .sol-acc-chevron,
  .solutions-page .sol-acc-chevron::before,
  .solutions-page .sol-acc-panel,
  .solutions-page .sol-acc-item .sol-solution-visual,
  .solutions-page .sol-acc-item .sol-solution-photo,
  .solutions-page .sol-acc-item .sol-acc-body-eyebrow,
  .solutions-page .sol-acc-item .sol-acc-body-title,
  .solutions-page .sol-acc-item .sol-acc-desc,
  .solutions-page .sol-acc-item .sol-benefit-list li,
  .solutions-page .sol-acc-item .sol-platform-badge,
  .solutions-page .sol-acc-item .sol-platform-badge-group,
  .solutions-page .sol-acc-item .sol-solution-cta {
    transition: none !important;
  }

  .solutions-page .sol-acc-item:not(.is-open):hover,
  .solutions-page .sol-acc-item.is-open {
    transform: none;
  }
}

/* ── Business Challenges visual polish ── */
.solutions-page .sol-challenges-section {
  --challenge-flow: #e85d8d;
  --challenge-delivery: #0f6ea9;
  --challenge-frontline: #ff5a24;
  background:
    linear-gradient(180deg, #f4f8fb 0%, #eef4f9 48%, #f7fafc 100%);
}

.solutions-page .sol-challenges-section .sol-flip-grid--four {
  align-items: stretch;
  gap: clamp(18px, 2vw, 24px);
}

.solutions-page .sol-challenges-section .sol-flip-card {
  --challenge-accent: var(--challenge-delivery);
  height: 100%;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.solutions-page .sol-challenges-section .sol-flip-card[data-platform="flow"] {
  --challenge-accent: var(--challenge-flow);
}

.solutions-page .sol-challenges-section .sol-flip-card[data-platform="multi"] {
  --challenge-accent: var(--challenge-delivery);
}

.solutions-page .sol-challenges-section .sol-flip-card[data-platform="frontline"] {
  --challenge-accent: var(--challenge-frontline);
}

.solutions-page .sol-challenges-section .sol-flip-inner {
  min-height: 280px;
  height: 100%;
}

.solutions-page .sol-challenges-section .sol-flip-front,
.solutions-page .sol-challenges-section .sol-flip-back {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  gap: 0;
  padding: 26px 24px 22px 28px;
  border: 1px solid rgba(16, 24, 32, 0.08);
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 24, 32, 0.05);
  overflow: hidden;
}

.solutions-page .sol-challenges-section .sol-flip-front {
  position: relative;
}

.solutions-page .sol-challenges-section .sol-flip-accent {
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--challenge-accent);
  opacity: 0.88;
  transform: scaleY(0.92);
  transform-origin: center;
  transition:
    opacity 240ms ease,
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
    width 240ms ease;
}

.solutions-page .sol-challenges-section .sol-flip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 12px;
  color: var(--blue-dark, #0b3d5c);
  background: color-mix(in srgb, var(--challenge-accent) 12%, #fff);
  border: 1px solid color-mix(in srgb, var(--challenge-accent) 22%, transparent);
  flex-shrink: 0;
}

.solutions-page .sol-challenges-section .sol-flip-icon svg {
  width: 20px;
  height: 20px;
}

.solutions-page .sol-challenges-section .sol-flip-front .sol-platform-chip {
  margin-bottom: 12px;
  opacity: 0.72;
  transform: translateY(-4px);
  transition:
    opacity 280ms ease,
    transform 280ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 240ms ease;
}

.solutions-page .sol-challenges-section .sol-platform-chip--frontline {
  color: #c2410c;
}

.solutions-page .sol-challenges-section .sol-flip-front h3 {
  margin: 0 0 12px;
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.solutions-page .sol-challenges-section .sol-flip-front p {
  margin: 0;
  max-width: none;
  font-size: 14px;
  line-height: 1.6;
  color: var(--sol-ink-body, var(--muted));
}

.solutions-page .sol-challenges-section .sol-flip-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--blue-dark, #0b3d5c);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.01em;
  opacity: 0.72;
}

.solutions-page .sol-challenges-section .sol-flip-hint-chevron {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  opacity: 0.7;
  transition: transform 220ms ease, opacity 220ms ease;
}

.solutions-page .sol-challenges-section .sol-flip-back {
  gap: 12px;
  background:
    linear-gradient(
      165deg,
      color-mix(in srgb, var(--challenge-accent) 8%, #fff) 0%,
      #fff 55%
    );
}

.solutions-page .sol-challenges-section .sol-flip-back .sol-platform-badge {
  margin-bottom: 4px;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 320ms cubic-bezier(0.16, 1, 0.3, 1) 40ms,
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1) 40ms;
}

.solutions-page .sol-challenges-section .sol-flip-card:hover .sol-flip-back .sol-platform-badge,
.solutions-page .sol-challenges-section .sol-flip-card:focus .sol-flip-back .sol-platform-badge,
.solutions-page .sol-challenges-section .sol-flip-card.is-flipped .sol-flip-back .sol-platform-badge {
  opacity: 1;
  transform: none;
}

.solutions-page .sol-challenges-section .sol-flip-card:not(.sol-flip-card--featured) .sol-flip-front,
.solutions-page .sol-challenges-section .sol-flip-card:not(.sol-flip-card--featured) .sol-flip-back {
  opacity: 1;
}

.solutions-page .sol-challenges-section .sol-flip-card--featured .sol-flip-front,
.solutions-page .sol-challenges-section .sol-flip-card--featured .sol-flip-back {
  border-color: color-mix(in srgb, var(--challenge-accent) 28%, rgba(16, 24, 32, 0.1));
    box-shadow:
    0 14px 36px rgba(16, 24, 32, 0.07),
    0 0 0 4px color-mix(in srgb, var(--challenge-accent) 10%, transparent);
}

@media (hover: hover) and (pointer: fine) {
  .solutions-page .sol-challenges-section .sol-flip-card:hover {
    transform: translateY(-6px);
  }

  .solutions-page .sol-challenges-section .sol-flip-card:hover .sol-flip-front,
  .solutions-page .sol-challenges-section .sol-flip-card:hover .sol-flip-back,
  .solutions-page .sol-challenges-section .sol-flip-card:focus .sol-flip-front,
  .solutions-page .sol-challenges-section .sol-flip-card:focus .sol-flip-back {
    border-color: color-mix(in srgb, var(--challenge-accent) 42%, rgba(15, 110, 169, 0.35));
    background:
      linear-gradient(
        180deg,
        color-mix(in srgb, var(--challenge-accent) 6%, #fff) 0%,
        #fff 70%
      );
    box-shadow:
      0 22px 48px rgba(16, 24, 32, 0.12),
      0 0 0 1px color-mix(in srgb, var(--challenge-accent) 18%, transparent);
  }

  .solutions-page .sol-challenges-section .sol-flip-card:hover .sol-flip-accent,
  .solutions-page .sol-challenges-section .sol-flip-card:focus .sol-flip-accent {
    opacity: 1;
    width: 4px;
    transform: scaleY(1);
  }

  .solutions-page .sol-challenges-section .sol-flip-card:hover .sol-flip-front .sol-platform-chip,
  .solutions-page .sol-challenges-section .sol-flip-card:focus .sol-flip-front .sol-platform-chip {
    opacity: 1;
    transform: translateY(0);
  }

  .solutions-page .sol-challenges-section .sol-flip-card:hover .sol-flip-hint,
  .solutions-page .sol-challenges-section .sol-flip-card:focus .sol-flip-hint {
    opacity: 1;
  }

  .solutions-page .sol-challenges-section .sol-flip-card:hover .sol-flip-hint-chevron,
  .solutions-page .sol-challenges-section .sol-flip-card:focus .sol-flip-hint-chevron {
    transform: translateX(3px);
  opacity: 1;
  }
}

@media (hover: none), (pointer: coarse) {
  .solutions-page .sol-challenges-section .sol-flip-card {
    cursor: pointer;
  }

  .solutions-page .sol-challenges-section .sol-flip-front .sol-platform-chip {
    opacity: 1;
    transform: none;
  }

  .solutions-page .sol-challenges-section .sol-flip-hint {
    opacity: 0.85;
  }

  .solutions-page .sol-challenges-section .sol-flip-hint::after {
    content: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-page .sol-challenges-section .sol-flip-card,
  .solutions-page .sol-challenges-section .sol-flip-accent,
  .solutions-page .sol-challenges-section .sol-flip-front .sol-platform-chip,
  .solutions-page .sol-challenges-section .sol-flip-back .sol-platform-badge,
  .solutions-page .sol-challenges-section .sol-flip-hint-chevron {
    transition: none !important;
  }

  .solutions-page .sol-challenges-section .sol-flip-card:hover {
    transform: none;
  }

  .solutions-page .sol-challenges-section .sol-flip-front .sol-platform-chip,
  .solutions-page .sol-challenges-section .sol-flip-back .sol-platform-badge {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .solutions-page .sol-challenges-section .sol-flip-inner {
    min-height: 260px;
  }
}

@media (max-width: 720px) {
  .solutions-page .sol-challenges-section .sol-flip-grid--four {
    grid-template-columns: 1fr;
  }

  .solutions-page .sol-challenges-section .sol-flip-inner {
    min-height: 0;
  }
}

/* ============================================================
   Why Evolabs — alignment & rhythm (v20260721-why-align1)
   Section container, header block, partner grids, compare
   ============================================================ */

.solutions-page #why-evolabs .section-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: min(var(--max), calc(100% - 2 * var(--page-gutter, 24px)));
  max-width: none;
  margin-inline: auto;
  padding-inline: var(--page-gutter, 24px);
}

.solutions-page #why-evolabs .sol-trust-heading {
  width: 100%;
  max-width: none;
  margin-bottom: clamp(28px, 3.2vw, 40px);
  text-align: left;
}

.solutions-page #why-evolabs .sol-trust-heading .eyebrow {
  margin: 0 0 12px;
}

.solutions-page #why-evolabs .sol-trust-heading h2 {
  max-width: 22ch;
  margin: 0;
}

.solutions-page #why-evolabs .sol-trust-partners {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.6vw, 16px);
  width: 100%;
  margin-bottom: clamp(36px, 4.5vw, 52px);
}

.solutions-page #why-evolabs .sol-partners-tier--primary {
  gap: clamp(16px, 2vw, 24px);
  margin-bottom: 0;
  align-items: stretch;
}

.solutions-page #why-evolabs .sol-partners-tier--secondary {
  gap: clamp(12px, 1.5vw, 16px);
  align-items: stretch;
}

.solutions-page #why-evolabs .sol-partner-card--primary {
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: clamp(14px, 1.6vw, 18px);
  height: 100%;
  min-height: 152px;
  padding: clamp(22px, 2.2vw, 28px) clamp(20px, 2vw, 24px);
}

.solutions-page #why-evolabs .sol-partner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.solutions-page #why-evolabs .sol-partner-card--primary strong {
  line-height: 1.3;
}

.solutions-page #why-evolabs .sol-partner-card--primary p {
  margin: 0;
  max-width: none;
  line-height: 1.55;
}

.solutions-page #why-evolabs .sol-partner-mark {
  flex-shrink: 0;
  align-self: center;
  width: 55px;
  height: 55px;
}

.solutions-page #why-evolabs .sol-partner-card--secondary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  height: 100%;
  min-height: 84px;
  padding: 16px 18px;
}

.solutions-page #why-evolabs .sol-compare-grid {
  width: 100%;
  gap: clamp(16px, 2vw, 24px);
  margin-top: 0;
}

@media (max-width: 1100px) {
  .solutions-page #why-evolabs .sol-partner-card--primary {
    min-height: 140px;
  }
}

@media (max-width: 720px) {
  .solutions-page #why-evolabs .section-inner {
    max-width: none;
    padding-inline: 16px;
  }

  .solutions-page #why-evolabs .sol-trust-heading {
    margin-bottom: 24px;
  }

  .solutions-page #why-evolabs .sol-trust-heading h2 {
    max-width: none;
  }

  .solutions-page #why-evolabs .sol-trust-partners {
    margin-bottom: 32px;
  }

  .solutions-page #why-evolabs .sol-partner-card--primary {
    min-height: 0;
    padding: 20px 18px;
  }

  .solutions-page #why-evolabs .sol-partner-card--secondary {
    min-height: 0;
    padding: 14px 16px;
  }
}


/* ============================================================
   SOLX — Business Solutions Showcase (2026-07-23)
   New page body uses .solx-* only. Legacy accordion/flip CSS
   remains inert below when those nodes are absent.
   ============================================================ */

.solx-page {
  --solx-accent: #001feb;
  --solx-flow: #c62828;
  --solx-mara: #2e7d32;
  --solx-frontline: #e65100;
  --solx-pack: #1565c0;
  --solx-ink: #0a1f33;
  --solx-muted: rgba(10, 31, 51, 0.68);
  --solx-line: rgba(10, 31, 51, 0.08);
  --solx-header-clear: 45px; /* clearance under fixed site header */
  --solx-subnav-gap: 4px;
  --solx-nav-rhythm: 3.4px; /* ~15% smaller sticky sub-nav */
  --solx-nav-h: 30.6px;
  --solx-sticky-stack: calc(var(--solx-header-clear) + var(--solx-nav-h));
  --solx-section-gap: clamp(44px, 5.5vw, 68px);
}

.solx-page main > .solx-section .section-inner,
.solx-page .sol-final-cta .section-inner {
  padding-top: var(--solx-section-gap);
  padding-bottom: var(--solx-section-gap);
}

/* Keep copy readable; art bleeds through horizontal padding to the page edge.
   Vertical rhythm lives on .solx-copy so art can fill the full grid row height. */
.solx-page main > .solx-section .section-inner.solx-row {
  --solx-pad-x: clamp(20px, 3vw, 40px);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: var(--solx-pad-x);
  padding-right: var(--solx-pad-x);
}

.solx-page main > .solx-section .solx-copy {
  padding-block: var(--solx-section-gap);
}

/* —— Hero —— */
.solx-hero {
  position: relative;
  isolation: isolate;
  min-height: min(62vh, 640px);
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.solx-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    url("../images/hero/solutions-hero-workflows.webp?v=20260805-perf1") center / cover no-repeat;
  background-position: 70% center;
  transform: none;
}

.solx-hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(5, 18, 40, 0.78) 0%,
      rgba(5, 18, 40, 0.55) 34%,
      rgba(5, 18, 40, 0.18) 52%,
      rgba(5, 18, 40, 0.05) 68%,
      transparent 78%
    ),
    linear-gradient(180deg, rgba(5, 18, 40, 0.16) 0%, transparent 26%, transparent 74%, rgba(5, 18, 40, 0.28) 100%);
}

.solx-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: clamp(80px, 9vh, 112px);
  padding-bottom: clamp(32px, 4.2vh, 56px);
}

.solx-hero-copy {
  max-width: min(42rem, 58%);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.solx-hero-copy.is-ready {
  opacity: 1;
  transform: none;
}

.solx-hero-brand {
  margin: 0 0 10px;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

.solx-hero-copy h1 {
  margin: 0 0 12px;
  max-width: 18ch;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #fff;
  text-shadow: 0 2px 18px rgba(5, 18, 40, 0.35);
}

.solx-hero-lead {
  margin: 0 0 22px;
  max-width: 46ch;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.solx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
}

.solx-hero-actions .secondary-action {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.solx-hero-actions .secondary-action:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

/* —— In-page section navigator (level 2 — capsule, matches Products sticky) —— */
.solx-nav-sentinel {
  height: 0;
    width: 100%;
  pointer-events: none;
  visibility: hidden;
}

.solx-nav {
  position: sticky;
  top: calc(var(--solx-header-clear) + var(--solx-subnav-gap, 4px));
  z-index: 80;
  height: auto;
  min-height: var(--solx-nav-h);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 0;
  box-shadow: none;
  transition: none;
}

.solx-nav.is-stuck {
  border: 0;
  box-shadow: none;
  background: transparent;
}

.solx-nav-track {
    display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--solx-nav-rhythm, 3.4px);
  width: max-content;
  max-width: min(var(--max), calc(100% - 2 * var(--page-gutter, 16px)));
  margin: 0 auto;
  padding: var(--solx-nav-rhythm, 3.4px);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow:
    0 4px 20px rgba(16, 24, 32, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.solx-nav-track::-webkit-scrollbar {
    display: none;
  }

.solx-nav-track a {
    position: relative;
  flex: 0 0 auto;
  scroll-snap-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5.1px;
  min-height: calc(var(--solx-nav-h, 30.6px) - 2 * var(--solx-nav-rhythm, 3.4px));
  height: auto;
  padding: 0 8.5px;
  margin: 0;
  border-radius: 999px;
  font-family: Inter, "Plus Jakarta Sans", sans-serif;
  font-size: 12.75px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: var(--muted, #5e6a78);
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.solx-nav-track a::after {
  content: none;
  display: none;
}

.solx-nav-icon {
  display: inline-flex;
  width: 15.3px;
  height: 15.3px;
  flex: 0 0 auto;
  color: inherit;
  opacity: 0.9;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.solx-nav-icon svg {
  display: block;
    width: 100%;
  height: 100%;
}

.solx-nav-text {
  display: inline-block;
}

.solx-nav-track a:hover,
.solx-nav-track a:focus-visible {
  color: var(--blue-dark, #0a4f78);
  background: var(--blue-soft, #e6f3fb);
  outline: none;
  border-color: transparent;
}

.solx-nav-track a:focus-visible {
  border-color: rgba(16, 24, 32, 0.35);
  box-shadow: none;
}

.solx-nav-track a.is-active {
  color: var(--blue-dark, #0a4f78);
  font-weight: 800;
  background: var(--blue-soft, #e6f3fb);
  border-color: transparent;
}

.solx-nav-track a.is-active::after {
  display: none;
}

.solx-nav-track a.is-active .solx-nav-icon {
  color: var(--blue-dark, #0a4f78);
  opacity: 1;
}

/* —— Sections —— */
.solx-section {
  position: relative;
  color: var(--solx-ink);
  background: #fff;
  overflow: hidden;
  scroll-margin-top: calc(var(--solx-sticky-stack) + 10px);
}

/* First solution after nav: clearance stays on copy (not the row) so art fills edge-to-edge */
.solx-page #warehouse.solx-section .section-inner {
  padding-top: 0;
}

.solx-tint-warehouse { background: linear-gradient(180deg, rgba(198, 40, 40, 0.045), #fff 42%); }
.solx-tint-assets { background: linear-gradient(180deg, rgba(46, 125, 50, 0.05), #fff 42%); }
.solx-tint-sales { background: linear-gradient(180deg, rgba(230, 81, 0, 0.05), #fff 42%); }
.solx-tint-delivery { background: linear-gradient(180deg, rgba(21, 101, 192, 0.045), #fff 42%); }
.solx-tint-rfid { background: linear-gradient(180deg, rgba(0, 31, 235, 0.045), #fff 42%); }
.solx-tint-erp { background: linear-gradient(180deg, rgba(10, 31, 51, 0.04), #fff 42%); }
.solx-tint-mobility { background: linear-gradient(180deg, rgba(0, 31, 235, 0.035), #f7f9fc 50%); }
.solx-tint-printing { background: linear-gradient(180deg, rgba(10, 31, 51, 0.035), #fff 42%); }
.solx-tint-vision { background: linear-gradient(180deg, rgba(0, 31, 235, 0.04), #fff 42%); }
.solx-tint-collab { background: linear-gradient(180deg, rgba(21, 101, 192, 0.04), #fff 42%); }
.solx-tint-services { background: linear-gradient(180deg, rgba(10, 31, 51, 0.05), #f4f6f8 55%); }

.solx-row {
  --solx-pad-x: var(--page-gutter, clamp(20px, 3vw, 40px));
  --solx-bleed: calc(var(--solx-pad-x) + max(0px, (100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: stretch;
  width: min(var(--max), calc(100% - 2 * var(--page-gutter, 24px)));
  max-width: none;
    margin-inline: auto;
}

.solx-section--flip .solx-row {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
}

.solx-section--flip .solx-media { order: -1; }

.solx-copy {
  position: relative;
  z-index: 2;
    min-width: 0;
}

.solx-row--services .solx-media {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

/* Compact heading: one strong title + short line; hide category eyebrows */
.solx-eyebrow {
  display: none;
}

.solx-copy h2 {
  margin: 0 0 6px;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--solx-ink);
}

.solx-tagline {
  margin: 0 0 18px;
  max-width: 42ch;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(10, 31, 51, 0.78);
}

/* Detailed copy sits lower in the content stack */
.solx-desc {
  margin: 0 0 22px;
  max-width: 54ch;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--solx-muted);
}

.solx-value-title {
  margin: 4px 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--solx-ink);
}

.solx-values {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 8px 18px;
}

@media (min-width: 720px) {
  .solx-values {
    grid-template-columns: 1fr 1fr;
  }
}

.solx-values li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--solx-ink);
}

.solx-value-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: var(--solx-accent);
}

.solx-value-icon svg {
    display: block;
  width: 100%;
  height: 100%;
}

.solx-powered-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 14px;
  margin-bottom: 18px;
}

.solx-powered-row > .solx-powered-label {
  align-self: center;
  margin-bottom: 0;
}

.solx-powered {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
  margin-bottom: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--solx-ink);
}

.solx-powered-row .solx-powered {
  margin-bottom: 0;
}

.solx-powered-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--solx-muted);
}

.solx-powered strong {
  font-size: 0.98rem;
  font-weight: 700;
}

.solx-powered--flow strong { color: var(--solx-flow); }
.solx-powered--mara strong { color: var(--solx-mara); }
.solx-powered--frontline strong { color: var(--solx-frontline); }
.solx-powered--pack strong { color: var(--solx-pack); }
.solx-powered--rfid strong { color: var(--solx-accent); }

.solx-powered--logo {
  align-items: center;
}

.solx-powered--logo img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
}

.solx-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
}

/* Single bottom→top liquid fill; no background shorthand transition */
.solx-page .solx-ctas .primary-action.btn-liquid,
.solx-page .hero-actions .primary-action.btn-liquid,
.solx-page .sol-sticky-demo-btn.btn-liquid {
  --t: 0s;
  transition:
    --p 0.4s ease,
    color 0.4s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.solx-page .solx-ctas .primary-action.btn-liquid:hover,
.solx-page .solx-ctas .primary-action.btn-liquid:focus-visible,
.solx-page .hero-actions .primary-action.btn-liquid:hover,
.solx-page .hero-actions .primary-action.btn-liquid:focus-visible,
.solx-page .sol-sticky-demo-btn.btn-liquid:hover,
.solx-page .sol-sticky-demo-btn.btn-liquid:focus-visible {
  --p: 100%;
  --t: 0s;
}

.solx-ctas .secondary-action {
  color: var(--demo-cta, #ff5a24);
  border: 1.5px solid var(--demo-cta, #ff5a24);
  background: transparent;
  backdrop-filter: none;
  border-radius: 999px;
  min-height: 48px;
  padding: 0 26px;
  font-weight: 700;
  box-shadow: none;
}

.solx-ctas .secondary-action:hover,
.solx-ctas .secondary-action:focus-visible {
  border-color: var(--demo-cta, #ff5a24);
  color: var(--demo-cta, #ff5a24);
  background: rgba(255, 90, 36, 0.08);
}

.solx-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

/* Editorial artwork: full section height + bleed to outer page edge */
.solx-media.solx-art {
  position: relative;
  margin-block: 0;
  margin-inline: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  align-self: stretch;
  height: 100%;
  min-height: 100%;
  /* Extend into the open side gutter so no white “border” remains */
  width: calc(100% + var(--solx-bleed, 24px));
  max-width: none;
  margin-right: calc(-1 * var(--solx-bleed, 24px));
}

/* Art panels stay visible — reveal animates copy only (avoids double-stack bleed) */
.solx-media.solx-art.solx-reveal {
  opacity: 1;
  transform: none;
}

.solx-media.solx-art > picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.solx-media.solx-art picture img,
.solx-media.solx-art > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  filter: saturate(0.94) contrast(0.98) brightness(1.01);
  /* Soft fade only toward the copy — outer edge stays solid / full-bleed */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 100%);
}

.solx-section--flip .solx-media.solx-art {
  margin-right: 0;
  margin-left: calc(-1 * var(--solx-bleed, 24px));
}

.solx-section--flip .solx-media.solx-art picture img,
.solx-section--flip .solx-media.solx-art > img {
  -webkit-mask-image: linear-gradient(270deg, transparent 0%, #000 14%, #000 100%);
  mask-image: linear-gradient(270deg, transparent 0%, #000 14%, #000 100%);
}

.solx-media.solx-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0%, transparent 28%);
}

.solx-section--flip .solx-media.solx-art::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.42) 0%, transparent 28%);
}

.solx-art-logos {
  list-style: none;
  margin: 0;
  padding: 0 8%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px 18px; /* ~20% tighter than prior 14/22 */
  justify-content: flex-start;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
}

.solx-section--flip .solx-art-logos {
  justify-content: flex-end;
}

.solx-art-logos li {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px; /* ~20% smaller than 10/14 */
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(15, 110, 169, 0.1),
    0 8px 22px rgba(0, 0, 0, 0.26);
}

.solx-art-logos img {
  position: static;
  display: block;
  width: auto;
  height: 32px; /* ~20% smaller than 40 */
  max-width: 144px;
  max-height: 35px;
  object-fit: contain;
  opacity: 1;
  filter: none;
}

/* Enterprise Mobility pills (same white pill language, -20% from prior pop size) */
.solx-art--mobility .solx-art-logos {
  bottom: 22px;
  gap: 12px 18px;
}

.solx-art--mobility .solx-art-logos li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(15, 110, 169, 0.12),
    0 10px 26px rgba(0, 0, 0, 0.28);
}

.solx-art--mobility .solx-art-logos img {
  height: 38px;
  max-height: 42px;
  max-width: 176px;
}

.solx-art--mobility .solx-art-logos img[alt="Zebra"],
.solx-art--mobility .solx-art-logos img[src*="zebra"] {
  height: 37px;
  max-height: 40px;
  transform: none;
}

.solx-art--mobility .solx-art-logos img[alt="Honeywell"],
.solx-art--mobility .solx-art-logos img[src*="honeywell"] {
  /* SVG viewBox includes trailing ® gutter — crop it so the word sits centered */
  height: 34px;
  width: 148px;
  max-width: 148px;
  max-height: 38px;
  object-fit: cover;
  object-position: left 42%;
  transform: none;
  filter: saturate(1.2) brightness(1.04);
}

#mobility .solx-powered strong {
  font-size: 1.12rem;
  font-weight: 800;
  color: #0b1f33;
  letter-spacing: -0.01em;
}

#mobility .solx-powered-label {
  color: #0f6ea9;
  font-weight: 800;
}

/*
 * Collaboration — redesigned PeopleLink pill (same white pill as Zebra/Honeywell)
 * Uses .solx-logo-pills / .solx-logo-pill (old dark-chip attempt removed)
 */
.solx-art--collab {
  position: relative;
}

.solx-logo-pills {
  position: absolute;
  left: 5%;
  bottom: 22px;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.solx-section--flip .solx-logo-pills {
  left: 5%;
  right: auto;
}

.solx-logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(15, 110, 169, 0.12),
    0 10px 26px rgba(0, 0, 0, 0.28);
}

.solx-logo-pill img {
  display: block;
  width: auto;
  height: 38px;
  max-height: 42px;
  max-width: 200px;
  object-fit: contain;
  opacity: 1;
  filter: none;
}

#collab .solx-powered strong {
  font-size: 1.12rem;
  font-weight: 800;
  color: #0b1f33;
}

#collab .solx-powered-label {
  color: #0f6ea9;
  font-weight: 800;
}

.solx-page .solx-media.solx-art > img {
  max-height: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  image-rendering: auto;
}

/* Bias crop toward denser subject matter on the outer edge */
.solx-media.solx-art picture img,
.solx-media.solx-art > img {
  object-position: 58% center;
}

.solx-section--flip .solx-media.solx-art {
  margin-right: 0;
  margin-left: calc(-1 * var(--solx-bleed, 24px));
}

.solx-section--flip .solx-media.solx-art picture img,
.solx-section--flip .solx-media.solx-art > img {
  object-position: 42% center;
}

.solx-partner-stage,
.solx-print-stage,
.solx-vision-stage,
.solx-media-stack,
.solx-partner-inline,
.solx-vision-icon,
.solx-vision-title,
.solx-vision-copy {
  display: none;
}

.solx-journey {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  display: grid;
  gap: 0;
}

.solx-journey li {
  display: grid;
  grid-template-columns: 40px 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--solx-line);
}

.solx-journey li:last-child {
  border-bottom: 0;
}

.solx-journey-num {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--solx-muted);
}

.solx-journey-icon {
  width: 28px;
  height: 28px;
  color: var(--solx-accent);
}

.solx-journey-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.solx-journey strong {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--solx-ink);
}

/* Reveals */
.solx-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.solx-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.solx-page .sol-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  align-items: center;
}

.solx-page .sol-final-cta .secondary-action {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

/* Responsive */
@media (max-width: 980px) {
  .solx-row,
  .solx-section--flip .solx-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .solx-section--flip .solx-media,
  .solx-media {
    order: 0;
  }

  .solx-copy {
    order: -1;
  }

  .solx-media.solx-art {
    margin-block: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    min-height: min(320px, 56vw);
    aspect-ratio: 16 / 10;
  }

  .solx-media.solx-art picture img,
  .solx-media.solx-art > img,
  .solx-section--flip .solx-media.solx-art picture img,
  .solx-section--flip .solx-media.solx-art > img {
    max-height: none;
    aspect-ratio: auto;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  }

  .solx-media.solx-art::after,
  .solx-section--flip .solx-media.solx-art::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, transparent 20%, transparent 80%, rgba(255, 255, 255, 0.4) 100%);
  }

  .solx-art-logos,
  .solx-section--flip .solx-art-logos {
    justify-content: flex-start;
    padding: 0 4%;
  }

  .solx-art-logos li {
    padding: 6px 9px;
  }

  .solx-art-logos img {
    height: 26px;
    max-height: 29px;
  }

  .solx-art--mobility .solx-art-logos img {
    height: 30px;
    max-height: 34px;
  }

  .solx-logo-pills {
    left: 4%;
    bottom: 16px;
  }

  .solx-logo-pill {
    padding: 8px 12px;
  }

  .solx-logo-pill img {
    height: 30px;
    max-height: 34px;
    max-width: 168px;
  }
}

@media (max-width: 640px) {
  .solx-hero {
    min-height: min(70vh, 620px);
    align-items: center;
  }

  .solx-hero-bg {
    background-position: 78% center;
  }

  .solx-hero-scrim {
    background:
      linear-gradient(
      180deg,
        rgba(5, 18, 40, 0.72) 0%,
        rgba(5, 18, 40, 0.55) 48%,
        rgba(5, 18, 40, 0.35) 100%
      );
  }

  .solx-hero-copy {
    max-width: min(36rem, 94%);
  }

  .solx-hero-copy h1 {
    max-width: none;
    font-size: clamp(26px, 7vw, 34px);
  }

  .solx-nav {
    padding: 0 6.8px;
  }

  .solx-nav-track {
    max-width: calc(100vw - 24px);
    padding: var(--solx-nav-rhythm, 3.4px);
    gap: var(--solx-nav-rhythm, 3.4px);
  }

  .solx-nav-track a {
    padding: 0 8.5px;
    gap: 5.1px;
    font-size: 9.35px;
    min-height: calc(var(--solx-nav-h, 28.9px) - 2 * var(--solx-nav-rhythm, 3.4px));
  }

  .solx-nav-icon {
    width: 11.9px;
    height: 11.9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solx-hero-copy,
  .solx-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .solx-hero-bg {
    transform: none;
  }

  .solx-nav,
  .solx-nav-track a,
  .solx-nav-track a::after,
  .solx-nav-icon {
    transition: none;
  }
}

/* ============================================================
   Solution Builder Entry — premium closing CTA
   ============================================================ */

.solutions-page .sol-sb-entry {
  --sb-purple-a: #6f3bff;
  --sb-purple-b: #8a3ffc;
  --sb-accent: #a855f7;
  --sb-glow: rgba(168, 85, 247, 0.18);
  --sb-surface: rgba(255, 255, 255, 0.05);
  --sb-border: rgba(255, 255, 255, 0.12);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(135deg, var(--sb-purple-a) 0%, var(--sb-purple-b) 100%);
  color: #fff;
}

.solutions-page .sol-sb-entry.sol-final-cta .section-inner,
.solx-page .sol-sb-entry.sol-final-cta .section-inner,
.solutions-page .sol-sb-entry .sol-sb-entry-inner {
  padding-top: clamp(40px, 5vw, 64px) !important;
  padding-bottom: clamp(40px, 5vw, 64px) !important;
  width: min(var(--max), calc(100% - 2 * var(--page-gutter, 24px)));
  max-width: none;
}

.solutions-page .sol-sb-entry-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.solutions-page .sol-sb-entry-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  animation: solSbGlowDrift 14s ease-in-out infinite alternate;
}

.solutions-page .sol-sb-entry-glow--a {
  width: min(52vw, 520px);
  height: min(52vw, 520px);
  top: -18%;
  left: -8%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), transparent 68%);
}

.solutions-page .sol-sb-entry-glow--b {
  width: min(48vw, 460px);
  height: min(48vw, 460px);
  right: -10%;
  bottom: -22%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.55), transparent 70%);
  animation-delay: -4s;
}

.solutions-page .sol-sb-entry-particle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
  animation: solSbFloat 9s ease-in-out infinite;
}

.solutions-page .sol-sb-entry-particle--1 { top: 22%; left: 18%; animation-delay: 0s; }
.solutions-page .sol-sb-entry-particle--2 { top: 68%; left: 72%; width: 4px; height: 4px; animation-delay: -2.5s; }
.solutions-page .sol-sb-entry-particle--3 { top: 40%; right: 16%; width: 6px; height: 6px; animation-delay: -5s; }

.solutions-page .sol-sb-entry-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solutions-page .sol-sb-entry-content {
  width: 100%;
  max-width: min(56rem, 100%);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solutions-page .sol-sb-entry-eyebrow {
  margin: 0 0 12px;
  color: #f3e8ff !important;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.solutions-page .sol-sb-entry-content h2 {
  margin: 0;
  max-width: none;
  width: 100%;
  color: #fff !important;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-wrap: pretty;
  white-space: normal;
}

@media (min-width: 900px) {
  .solutions-page .sol-sb-entry-content h2 {
    white-space: nowrap;
    font-size: clamp(28px, 2.4vw, 34px);
  }
}

.solutions-page .sol-sb-entry-lead {
  margin: 14px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.5;
  font-weight: 450;
}

.solutions-page .sol-sb-entry-cta-wrap {
  position: relative;
  margin-top: 28px;
  display: grid;
  place-items: center;
  width: 100%;
}

.solutions-page .sol-sb-entry-orbit {
  display: none !important;
}

.solutions-page .sol-sb-entry-ring {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 40px var(--sb-glow);
  animation: solSbRingPulse 3s ease-in-out infinite;
}

.solutions-page .sol-sb-entry-node {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px rgba(168, 85, 247, 0.55);
}

.solutions-page .sol-sb-entry-node--1 { top: 12%; left: 48%; }
.solutions-page .sol-sb-entry-node--2 { top: 48%; right: 10%; }
.solutions-page .sol-sb-entry-node--3 { bottom: 14%; left: 42%; }
.solutions-page .sol-sb-entry-node--4 { top: 42%; left: 10%; }

.solutions-page .sol-sb-entry-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  opacity: 0.55;
}

.solutions-page .sol-sb-entry-line--1 {
  width: 88px;
  top: 22%;
  left: 52%;
  transform: rotate(28deg);
}

.solutions-page .sol-sb-entry-line--2 {
  width: 72px;
  bottom: 28%;
  left: 22%;
  transform: rotate(-36deg);
}

.solutions-page .sol-sb-entry-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 248px);
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -0.01em;
  text-decoration: none;
  overflow: hidden;
  box-shadow:
    0 0 0 6px var(--sb-glow),
    0 16px 36px rgba(40, 10, 90, 0.28);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
  animation: solSbBtnPulse 2.8s ease-in-out infinite;
}

.solutions-page .sol-sb-entry-btn:hover,
.solutions-page .sol-sb-entry-btn:focus-visible {
  transform: translateY(-2px) scale(1.03);
  border-color: rgba(255, 255, 255, 0.85);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.12));
  box-shadow:
    0 0 0 8px rgba(168, 85, 247, 0.28),
    0 20px 44px rgba(40, 10, 90, 0.34);
  outline: none;
  animation: none;
}

.solutions-page .sol-sb-entry-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.solutions-page .sol-sb-entry-btn-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  background: linear-gradient(90deg, #7c3aed 0%, #a855f7 55%, #c084fc 100%);
  transition: width 800ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}

.solutions-page .sol-sb-entry-btn-label,
.solutions-page .sol-sb-entry-btn-status {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.solutions-page .sol-sb-entry-btn-status[hidden] {
  display: none !important;
}

.solutions-page .sol-sb-entry-btn.is-loading {
  animation: none;
  pointer-events: none;
  border-color: transparent;
  box-shadow:
    0 0 0 6px rgba(168, 85, 247, 0.3),
    0 16px 36px rgba(40, 10, 90, 0.3);
}

.solutions-page .sol-sb-entry-btn.is-loading .sol-sb-entry-btn-fill {
  width: 100%;
}

.solutions-page .sol-sb-entry-btn.is-success .sol-sb-entry-btn-label {
  display: none;
}

.solutions-page .sol-sb-entry-btn.is-success .sol-sb-entry-btn-status {
  display: inline-flex !important;
}

.solutions-page .sol-sb-entry-demo {
  display: none !important;
}

@keyframes solSbBtnPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow:
      0 0 0 6px rgba(168, 85, 247, 0.2),
      0 16px 36px rgba(40, 10, 90, 0.28);
  }
  50% {
    transform: scale(1.04);
    box-shadow:
      0 0 0 10px rgba(168, 85, 247, 0.35),
      0 18px 40px rgba(40, 10, 90, 0.32);
  }
}

@keyframes solSbRingPulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.04); }
}

@keyframes solSbGlowDrift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(18px, -12px, 0) scale(1.06); }
}

@keyframes solSbFloat {
  0%, 100% { transform: translateY(0); opacity: 0.35; }
  50% { transform: translateY(-10px); opacity: 0.7; }
}

@media (max-width: 720px) {
  .solutions-page .sol-sb-entry-content h2 {
    white-space: normal;
    font-size: clamp(22px, 5.8vw, 28px);
  }

  .solutions-page .sol-sb-entry-lead {
    font-size: 15px;
  }

  .solutions-page .sol-sb-entry-cta-wrap {
    margin-top: 22px;
  }

  .solutions-page .sol-sb-entry-btn {
    width: 100%;
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-page .sol-sb-entry-btn,
  .solutions-page .sol-sb-entry-ring,
  .solutions-page .sol-sb-entry-glow,
  .solutions-page .sol-sb-entry-particle {
    animation: none !important;
  }

  .solutions-page .sol-sb-entry-btn:hover,
  .solutions-page .sol-sb-entry-btn:focus-visible {
    transform: none;
  }

  .solutions-page .sol-sb-entry-btn-fill {
    transition: none;
  }
}
