/*
 * Azora marketing v3 — solution family
 * Problem-first, precision-industrial pages generated by
 * _build/gen-solution-pages.py. Depends on tokens.css, components.css, and
 * marketing-v3.css. Every family selector is scoped to .solution-page or
 * .solution-family so the migration cannot disturb legacy page families.
 */

.solution-family {
  background: var(--v3-porcelain);
}

.solution-page {
  --solution-accent: var(--page-accent, var(--brand-600));
  --solution-accent-bright: var(--v3-optic-teal);
  --solution-accent-soft: rgba(99, 230, 190, 0.12);
  --solution-danger: #c83f4f;
  --solution-line: rgba(15, 20, 25, 0.11);
  overflow: clip;
  background: var(--v3-porcelain);
}

@supports (color: color-mix(in srgb, red 50%, white)) {
  .solution-page {
    --solution-accent-bright: color-mix(in srgb, var(--solution-accent) 62%, white);
    --solution-accent-soft: color-mix(in srgb, var(--solution-accent) 12%, white);
  }
}

.solution-page .v3-kicker {
  color: var(--solution-accent);
}

.solution-page .v3-kicker::before {
  background: linear-gradient(90deg, var(--solution-accent), var(--acc-teal));
}

/* Hero ------------------------------------------------------------------- */

.solution-hero {
  position: relative;
  isolation: isolate;
  min-height: 690px;
  padding-block: clamp(68px, 7vw, 104px) 0;
  overflow: hidden;
  color: #f7f9ff;
  background:
    radial-gradient(ellipse 56% 78% at 88% 32%, rgba(64, 113, 205, 0.22), transparent 72%),
    radial-gradient(ellipse 48% 70% at 5% 0%, rgba(34, 148, 116, 0.19), transparent 70%),
    linear-gradient(145deg, #0a0f1e 0%, #11172a 58%, #0a0f1e 100%);
}

.solution-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 8%, transparent 88%);
}

.solution-hero::after {
  content: "";
  position: absolute;
  right: -230px;
  bottom: -340px;
  z-index: -1;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(122, 167, 255, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 76px rgba(122, 167, 255, 0.028),
    0 0 0 152px rgba(99, 230, 190, 0.018);
}

.solution-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(440px, 1.04fr);
  gap: clamp(46px, 6vw, 92px);
  align-items: center;
}

.solution-hero__copy {
  max-width: 650px;
  padding-bottom: clamp(42px, 6vw, 78px);
}

.solution-hero .v3-kicker {
  margin-bottom: 17px;
  color: var(--solution-accent-bright);
}

.solution-hero .v3-kicker::before {
  background: linear-gradient(90deg, var(--solution-accent-bright), var(--v3-optic-blue));
}

.solution-display {
  max-width: 17ch;
  margin: 0;
  color: #ffffff;
  font: 760 clamp(46px, 5vw, 70px) / 0.98 var(--font-display);
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.solution-display .accent {
  color: #a8f0db;
  background: linear-gradient(104deg, #ffffff 0%, var(--solution-accent-bright) 42%, #9dbaff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.solution-hero__lede {
  max-width: 61ch;
  margin: 24px 0 0;
  color: #c0cadf;
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 1.66;
}

.solution-audience {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  max-width: 64ch;
  margin: 22px 0 0;
  color: #9da9c2;
  font-size: 14px;
  line-height: 1.55;
}

.solution-audience span {
  align-self: start;
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #e4eaff;
  font: 700 10px / 1.4 var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.solution-hero .v3-actions {
  margin-top: 30px;
}

.solution-hero .btn--primary {
  box-shadow: 0 18px 38px -23px rgba(99, 230, 190, 0.72);
}

.solution-hero__microcopy {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 18px 0 0;
  color: #8d9ab5;
  font-size: 13px;
}

.solution-hero__microcopy svg {
  width: 16px;
  height: 16px;
  flex: none;
  color: var(--solution-accent-bright);
}

/* Hero: real product frame */

.solution-product-stage {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 38px 0 64px 22px;
  perspective: 1200px;
}

.solution-product-stage::before {
  content: "";
  position: absolute;
  inset: 9% 4% 10% 0;
  z-index: -1;
  border-radius: 42px;
  background: linear-gradient(135deg, var(--solution-accent-soft), rgba(122, 167, 255, 0.2));
  filter: blur(52px);
}

.solution-product-window {
  overflow: hidden;
  border: 1px solid rgba(204, 215, 244, 0.22);
  border-radius: 18px;
  background: #111522;
  box-shadow:
    0 48px 95px -30px rgba(0, 0, 0, 0.76),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
  transform: rotateY(-3deg) rotateX(1deg);
  transform-origin: center;
}

.solution-product-window__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 39px;
  padding-inline: 14px;
  color: #7f89a6;
  background: #171a28;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  font: 500 10px / 1 var(--font-mono);
}

.solution-product-window__bar i {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: #68718c;
}

.solution-product-window__bar i:nth-child(1) { background: #f38ba8; }
.solution-product-window__bar i:nth-child(2) { background: #f9e2af; }
.solution-product-window__bar i:nth-child(3) { background: #a6e3a1; }
.solution-product-window__bar span { margin-left: 7px; }

.solution-product-window img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
}

.solution-product-stage figcaption {
  margin: 12px 4px 0 0;
  color: #7f8ca8;
  font-size: 11px;
  text-align: right;
}

.solution-product-stage__signal {
  position: absolute;
  left: 0;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 250px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px;
  color: #edf2ff;
  background: rgba(15, 21, 38, 0.9);
  box-shadow: 0 20px 40px -24px rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(14px);
  font-size: 12px;
}

.solution-product-stage__signal span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: none;
  place-items: center;
  border-radius: 8px;
  color: #09141c;
  background: var(--solution-accent-bright);
  font-weight: 800;
}

.solution-product-stage__signal strong {
  color: #f7f9ff;
  font: 650 12px / 1.3 var(--font-display);
}

/* Hero: generated operating model when no screenshot exists */

.solution-system {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  border: 1px solid rgba(201, 212, 240, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px),
    rgba(14, 20, 36, 0.78);
  background-size: 38px 38px, 38px 38px, auto;
  box-shadow: 0 48px 90px -34px rgba(0, 0, 0, 0.7);
}

.solution-system::before,
.solution-system::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.solution-system::before {
  width: 300px;
  height: 300px;
  right: -100px;
  top: -90px;
  background: radial-gradient(circle, var(--solution-accent-soft), transparent 70%);
}

.solution-system::after {
  width: 250px;
  height: 250px;
  left: -110px;
  bottom: -110px;
  background: radial-gradient(circle, rgba(122, 167, 255, 0.15), transparent 70%);
}

.solution-system__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding-inline: 18px;
  color: #8c99b3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font: 650 10px / 1 var(--font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solution-system__header i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--solution-accent-bright);
  box-shadow: 0 0 0 6px var(--solution-accent-soft);
}

.solution-system__core {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(250px, calc(100% - 48px));
  min-height: 145px;
  margin: 35px auto 26px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  text-align: center;
  background: radial-gradient(circle, var(--solution-accent-soft), rgba(15, 22, 40, 0.84) 68%);
  box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.018);
}

.solution-system__core span {
  color: var(--solution-accent-bright);
  font: 800 10px / 1 var(--font-display);
  letter-spacing: 0.18em;
}

.solution-system__core strong {
  margin-top: 8px;
  color: #ffffff;
  font: 700 20px / 1.15 var(--font-display);
}

.solution-system__core small {
  margin-top: 8px;
  color: #8490aa;
  font-size: 10px;
}

.solution-system__nodes {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 24px 28px;
}

.solution-system__node {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.solution-system__node > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  color: var(--solution-accent-bright);
  background: var(--solution-accent-soft);
}

.solution-system__node svg {
  width: 17px;
  height: 17px;
}

.solution-system__node strong {
  color: #dce4f8;
  font: 620 11px / 1.35 var(--font-display);
}

.solution-foundation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(24px, 4vw, 48px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.solution-foundation > div {
  display: grid;
  gap: 5px;
  padding: 23px 25px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.solution-foundation > div:last-child { border-right: 0; }

.solution-foundation strong {
  color: #f5f7ff;
  font: 680 14px / 1.25 var(--font-display);
}

.solution-foundation span {
  color: #8592ad;
  font-size: 12px;
}

/* Shared editorial section structure ------------------------------------ */

.solution-section {
  position: relative;
  padding-block: clamp(86px, 10vw, 144px);
}

.solution-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: end;
  margin-bottom: clamp(48px, 7vw, 82px);
}

.solution-section__head .v3-heading {
  max-width: 18ch;
  font-size: clamp(36px, 4.25vw, 58px);
}

.solution-section__head .v3-lede {
  margin: 0;
}

/* Problem state */

.solution-section--problem {
  background:
    linear-gradient(90deg, rgba(203, 68, 79, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(203, 68, 79, 0.035) 1px, transparent 1px),
    #f4eee6;
  background-size: 72px 72px;
}

.solution-section--problem .v3-kicker {
  color: #9f3442;
}

.solution-section--problem .v3-kicker::before {
  background: #b53b49;
}

.solution-problems {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-problem {
  min-height: 100%;
  padding: clamp(25px, 3vw, 34px);
  border: 1px solid rgba(118, 56, 59, 0.13);
  border-top: 3px solid var(--solution-danger);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 50px -42px rgba(84, 37, 40, 0.5);
}

.solution-problem__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}

.solution-problem__number {
  color: #a87b78;
  font: 700 11px / 1 var(--font-mono);
  letter-spacing: 0.08em;
}

.solution-problem__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  color: var(--solution-danger);
  background: #fae8e9;
}

.solution-problem__icon svg {
  width: 20px;
  height: 20px;
}

.solution-problem h3 {
  margin: 0;
  color: var(--ink-900);
  font: 700 clamp(19px, 2vw, 23px) / 1.18 var(--font-display);
  letter-spacing: -0.02em;
}

.solution-problem p {
  margin: 14px 0 0;
  color: var(--ink-600);
  font-size: 15px;
  line-height: 1.68;
}

/* Connected workflow */

.solution-section--workflow {
  background: #ffffff;
}

.solution-workflow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  counter-reset: workflow;
  list-style: none;
}

.solution-workflow__item article {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: clamp(20px, 3vw, 34px);
  min-height: 100%;
  padding: clamp(25px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid #e4e7e8;
  border-radius: 16px;
  background: #fbfcfa;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.solution-workflow__item article::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--solution-accent-soft), transparent 68%);
  pointer-events: none;
}

.solution-workflow__item article:hover {
  z-index: 1;
  border-color: var(--solution-accent);
  box-shadow: 0 24px 58px -44px rgba(12, 22, 28, 0.65);
  transform: translateY(-3px);
}

.solution-workflow__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.solution-workflow__meta > span:first-child {
  color: var(--ink-400);
  font: 700 11px / 1 var(--font-mono);
  letter-spacing: 0.08em;
}

.solution-workflow__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--solution-accent-soft);
  border-radius: 13px;
  color: var(--solution-accent);
  background: var(--solution-accent-soft);
}

.solution-workflow__icon svg {
  width: 21px;
  height: 21px;
}

.solution-workflow__copy {
  position: relative;
  z-index: 1;
}

.solution-workflow__copy h3 {
  margin: 0;
  color: var(--ink-900);
  font: 700 clamp(20px, 2vw, 24px) / 1.2 var(--font-display);
  letter-spacing: -0.025em;
}

.solution-workflow__copy p {
  max-width: 53ch;
  margin: 13px 0 0;
  color: var(--ink-600);
  font-size: 15px;
  line-height: 1.68;
}

/* Proof */

.solution-proof {
  position: relative;
  padding-block: clamp(88px, 10vw, 142px);
  overflow: hidden;
  color: #f3f6ff;
  background:
    radial-gradient(52% 100% at 0% 100%, var(--solution-accent-soft), transparent 72%),
    radial-gradient(45% 80% at 100% 0%, rgba(122, 167, 255, 0.18), transparent 72%),
    #0b1020;
}

.solution-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: clamp(50px, 8vw, 112px);
  align-items: center;
}

.solution-quote {
  position: relative;
  margin: 0;
  padding-left: clamp(28px, 4vw, 54px);
}

.solution-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background: linear-gradient(var(--solution-accent-bright), rgba(122, 167, 255, 0.2));
}

.solution-quote__mark {
  height: 44px;
  color: var(--solution-accent-bright);
  font: 700 70px / 0.9 Georgia, serif;
}

.solution-quote__eyebrow {
  margin: 9px 0 0;
  color: #8390ab;
  font: 700 10px / 1.4 var(--font-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solution-quote blockquote {
  max-width: 31ch;
  margin: 18px 0 0;
  color: #f7f9ff;
  font: 620 clamp(26px, 3vw, 39px) / 1.28 var(--font-display);
  letter-spacing: -0.03em;
}

.solution-quote figcaption {
  display: grid;
  gap: 4px;
  margin-top: 28px;
}

.solution-quote figcaption strong {
  color: #f2f5ff;
  font: 680 14px / 1.3 var(--font-display);
}

.solution-quote figcaption span {
  color: #8d99b2;
  font-size: 12px;
}

.solution-outcomes {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.solution-outcome {
  display: grid;
  grid-template-columns: minmax(110px, 0.42fr) 1fr;
  gap: 20px;
  align-items: center;
  min-height: 104px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.solution-outcome strong {
  color: var(--solution-accent-bright);
  font: 720 clamp(22px, 2.5vw, 31px) / 1 var(--font-display);
  letter-spacing: -0.035em;
}

.solution-outcome span {
  color: #9da9c1;
  font-size: 13px;
  line-height: 1.5;
}

/* Cross-solution story */

.solution-section--connective {
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.88), transparent 34%),
    var(--v3-warm);
}

.solution-connective {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 54px);
}

.solution-connective::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 31px;
  height: 1px;
  background: linear-gradient(90deg, var(--solution-accent), var(--acc-teal), var(--acc-blue));
  opacity: 0.55;
}

.solution-connective__step {
  position: relative;
  z-index: 1;
  padding-top: 88px;
}

.solution-connective__step > span {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 7px solid var(--v3-warm);
  border-radius: 50%;
  color: #0b1020;
  background: #ffffff;
  box-shadow: 0 0 0 1px var(--solution-line);
  font: 750 11px / 1 var(--font-mono);
}

.solution-connective__step:nth-child(2) > span { color: #064f43; background: #baf1de; }
.solution-connective__step:nth-child(3) > span { color: #173d80; background: #cbdcff; }

.solution-connective__step h3 {
  margin: 0;
  color: var(--ink-900);
  font: 700 clamp(20px, 2vw, 24px) / 1.2 var(--font-display);
  letter-spacing: -0.025em;
}

.solution-connective__step p {
  max-width: 37ch;
  margin: 13px 0 0;
  color: var(--ink-600);
  font-size: 15px;
  line-height: 1.68;
}

.solution-related {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-top: clamp(54px, 7vw, 86px);
  padding-top: 24px;
  border-top: 1px solid rgba(15, 20, 25, 0.13);
}

.solution-related span {
  margin-right: auto;
  color: var(--ink-500);
  font: 700 10px / 1.4 var(--font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solution-related a {
  color: var(--ink-700);
  font: 650 13px / 1.4 var(--font-display);
  text-decoration: none;
}

.solution-related a:hover {
  color: var(--solution-accent);
}

/* CTA */

.solution-cta p.v3-kicker {
  justify-content: center;
  max-width: none;
  margin: 0 auto 18px;
  color: #b9c8f4;
  font: 700 12px / 1.4 var(--font-display);
  letter-spacing: 0.09em;
}

.solution-cta .v3-kicker::before {
  background: linear-gradient(90deg, var(--solution-accent-bright), var(--v3-optic-blue));
}

.solution-cta .v3-actions {
  justify-content: center;
}

.solution-cta__all {
  display: inline-flex;
  margin-top: 26px;
  color: #8996b0;
  font-size: 13px;
  text-decoration: none;
}

.solution-cta__all:hover {
  color: #ffffff;
}

/* Responsive ------------------------------------------------------------- */

@media (max-width: 1040px) {
  .solution-hero__grid,
  .solution-proof__grid {
    grid-template-columns: 1fr;
  }

  .solution-hero__copy {
    max-width: 780px;
    padding-bottom: 4px;
  }

  .solution-product-stage,
  .solution-system {
    width: min(860px, 100%);
    margin-inline: auto;
  }

  .solution-system {
    margin-bottom: 54px;
  }

  .solution-proof__grid {
    gap: 62px;
  }

  .solution-outcomes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .solution-outcome {
    grid-template-columns: 1fr;
    align-content: center;
    padding: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }

  .solution-outcome:last-child { border-right: 0; }
}

@media (max-width: 820px) {
  .solution-section__head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .solution-section__head .v3-lede {
    max-width: 62ch;
  }

  .solution-problems,
  .solution-workflow {
    grid-template-columns: 1fr;
  }

  .solution-problem__top {
    margin-bottom: 26px;
  }

  .solution-connective {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .solution-connective::before {
    left: 30px;
    top: 28px;
    bottom: 28px;
    width: 1px;
    height: auto;
  }

  .solution-connective__step {
    min-height: 104px;
    padding: 7px 0 12px 88px;
  }

  .solution-connective__step > span {
    width: 60px;
    height: 60px;
  }

  .solution-related span {
    width: 100%;
    margin: 0 0 6px;
  }
}

@media (max-width: 640px) {
  .solution-hero {
    min-height: auto;
    padding-top: 58px;
  }

  .solution-display {
    font-size: clamp(42px, 13vw, 60px);
  }

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

  .solution-audience span {
    width: max-content;
  }

  .solution-hero .v3-actions,
  .solution-hero .v3-actions .btn,
  .solution-cta .v3-actions,
  .solution-cta .v3-actions .btn {
    width: 100%;
  }

  .solution-product-stage {
    padding: 28px 0 54px;
  }

  .solution-product-window {
    border-radius: 13px;
    transform: none;
  }

  .solution-product-window__bar span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .solution-product-stage__signal {
    left: -4px;
    bottom: 26px;
  }

  .solution-system {
    min-height: 0;
    margin-bottom: 38px;
  }

  .solution-system__core {
    margin-top: 28px;
  }

  .solution-system__nodes {
    grid-template-columns: 1fr;
    padding-inline: 17px;
  }

  .solution-foundation {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .solution-foundation > div {
    padding: 17px 2px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .solution-foundation > div:last-child { border-bottom: 0; }

  .solution-section {
    padding-block: 80px;
  }

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

  .solution-workflow__meta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

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

  .solution-outcome {
    grid-template-columns: minmax(108px, 0.45fr) 1fr;
    padding-inline: 0;
    border-right: 0;
  }

  .solution-related {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solution-product-window,
  .solution-workflow__item article {
    transform: none !important;
    transition: none !important;
  }
}
