/* OPOS Bold build: 2026-07-31-brand-fixes-v3 */
#opos-bold {
  --ob-ink: #11182b;
  --ob-ink-soft: #26314b;
  --ob-blue: #009EFA;
  --ob-blue-dark: #009EFA;
  --ob-blue-light: #009EFA;
  --ob-cyan: #009EFA;
  --ob-red: #ff4c55;
  --ob-bg: #f4f7fb;
  --ob-card: #ffffff;
  --ob-line: rgba(17, 24, 43, 0.12);
  --ob-radius: 1.5rem;
  --ob-shadow: 0 1.5rem 4rem rgba(28, 45, 88, 0.14);
  color: var(--ob-ink);
  background: #fff;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  overflow: clip;
}

#opos-bold *,
#opos-bold *::before,
#opos-bold *::after { box-sizing: border-box; }

#opos-bold img { display: block; max-width: 100%; }
#opos-bold a { color: inherit; text-decoration: none; }
#opos-bold h1,
#opos-bold h2,
#opos-bold h3,
#opos-bold p { margin: 0; }

#opos-bold .ob-wrap {
  width: min(1280px, calc(100% - 3rem));
  margin-inline: auto;
}

#opos-bold .ob-nav {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

#opos-bold .ob-nav.is-scrolled {
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 .5rem 2rem rgba(15, 27, 55, .08);
  backdrop-filter: blur(18px);
}

#opos-bold .ob-nav__inner,
#opos-bold .ob-footer__inner {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

#opos-bold .ob-brand {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  min-width: 0;
}

#opos-bold .ob-brand img { width: 7.8rem; height: auto; }

#opos-bold .ob-brand__product {
  display: grid;
  padding-left: .85rem;
  border-left: 1px solid var(--ob-line);
  font-size: .9rem;
  font-weight: 760;
  line-height: 1.05;
  letter-spacing: -.02em;
}

#opos-bold .ob-brand__product small {
  margin-top: .22rem;
  color: var(--ob-blue);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

#opos-bold .ob-button {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--ob-blue);
  color: #fff;
  box-shadow: 0 .75rem 1.8rem rgba(0, 158, 250, .25);
  font-size: .95rem;
  font-weight: 760;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

#opos-bold .ob-button:hover {
  transform: translateY(-2px);
  background: var(--ob-blue-dark);
  box-shadow: 0 1rem 2rem rgba(0, 158, 250, .3);
}

#opos-bold .ob-button--small {
  min-height: 2.75rem;
  padding-inline: 1.15rem;
  font-size: .85rem;
}

#opos-bold .ob-hero {
  position: relative;
  min-height: 45rem;
  display: flex;
  align-items: center;
  padding: 8rem 0 4.75rem;
  background:
    radial-gradient(circle at 7% 58%, rgba(0, 158, 250, .10), transparent 29%),
    radial-gradient(circle at 88% 22%, rgba(0, 158, 250, .07), transparent 31%),
    linear-gradient(120deg, #f8fbff 0%, #f2f6ff 54%, #ffffff 100%);
  isolation: isolate;
}

#opos-bold .ob-hero__glow {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(20px);
  opacity: .62;
  pointer-events: none;
}

#opos-bold .ob-hero__glow--one {
  width: 25rem;
  height: 25rem;
  top: 7rem;
  left: -9rem;
  background: rgba(0, 158, 250, .20);
}

#opos-bold .ob-hero__glow--two {
  width: 20rem;
  height: 20rem;
  right: 8%;
  bottom: 4rem;
  background: rgba(0, 158, 250, .10);
}

#opos-bold .ob-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(25rem, .98fr);
  align-items: center;
  gap: clamp(2.5rem, 4.5vw, 5rem);
}


#opos-bold .ob-kicker {
  display: inline-flex;
  margin-bottom: 1.2rem;
  color: var(--ob-blue);
  font-size: .77rem;
  font-weight: 820;
  letter-spacing: .13em;
  text-transform: uppercase;
}

#opos-bold .ob-kicker--light { color: #009EFA; }

#opos-bold .ob-hero h1 {
  position: relative;
  z-index: 3;
  max-width: 12.8ch;
  display: grid;
  gap: .08rem;
  font-size: clamp(3.3rem, 5.1vw, 5.7rem);
  font-weight: 820;
  letter-spacing: -.032em;
  line-height: .9;
}

#opos-bold .ob-hero__line {
  display: block;
  color: var(--ob-ink);
  font-size: .94em;
  letter-spacing: -.03em;
  line-height: .9;
  white-space: nowrap;
}

#opos-bold .ob-hero__focus {
  display: block;
  width: max-content;
  max-width: none;
  color: rgba(0, 158, 250, .62);
  font-size: 1.1em;
  font-weight: 830;
  letter-spacing: -.032em;
  line-height: .84;
  white-space: nowrap;
}


#opos-bold .ob-hero__lead {
  max-width: 37rem;
  margin-top: 1.6rem;
  color: var(--ob-ink-soft);
  font-size: clamp(1rem, 1.22vw, 1.14rem);
  line-height: 1.58;
}



#opos-bold .ob-run-intro {
  display: grid;
  gap: .85rem;
}

#opos-bold .ob-run-intro__label {
  color: var(--ob-ink);
  font-weight: 780;
  letter-spacing: -.018em;
}

#opos-bold .ob-run-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem .85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

#opos-bold .ob-run-list li {
  min-height: 2.95rem;
  display: flex;
  align-items: center;
  gap: .72rem;
  padding: .48rem .82rem .48rem .6rem;
  border: 1px solid rgba(0, 158, 250, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--ob-ink-soft);
  box-shadow: 0 .35rem 1rem rgba(24, 43, 83, .055);
  font-size: .9rem;
  font-weight: 720;
}

#opos-bold .ob-run-icon {
  width: 1.7rem;
  height: 1.7rem;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
}

#opos-bold .ob-run-icon svg {
  display: none;
}

#opos-bold .ob-run-intro__close {
  max-width: 38rem;
  color: var(--ob-ink-soft);
}

#opos-bold .ob-run-intro__close strong {
  color: var(--ob-ink);
  font-weight: 800;
}

#opos-bold .ob-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2rem;
}

#opos-bold .ob-text-link {
  font-weight: 760;
  transition: color .2s ease;
}

#opos-bold .ob-text-link:hover { color: var(--ob-blue); }
#opos-bold .ob-text-link span { margin-left: .3rem; }

#opos-bold .ob-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 2rem;
}

#opos-bold .ob-proof span {
  padding: .55rem .78rem;
  border: 1px solid rgba(0, 158, 250, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--ob-ink-soft);
  font-size: .74rem;
  font-weight: 740;
  box-shadow: 0 .4rem 1rem rgba(24, 43, 83, .06);
}

#opos-bold .ob-hero__visual {
  position: relative;
  width: min(100%, 37rem);
  min-height: 35rem;
  justify-self: end;
}


#opos-bold .ob-hero__image-shell {
  display: none !important;
}

#opos-bold .ob-hero__image-shell img {
  display: none !important;
}

#opos-bold .ob-float {
  display: none !important;
}


#opos-bold .ob-punch {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: #009EFA;
  color: var(--ob-ink);
  transition: background-color .12s linear;
  isolation: isolate;
}

#opos-bold .ob-punch__inner {
  display: block;
  text-align: center;
}

#opos-bold .ob-punch p {
  color: rgba(0, 158, 250, .72);
  font-size: clamp(3.8rem, 8.3vw, 8.4rem);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: .84;
  text-wrap: balance;
  will-change: transform;
}

#opos-bold .ob-punch h2 {
  max-width: none;
  margin-top: .85rem;
  color: var(--ob-ink);
  font-size: clamp(1rem, 1.9vw, 1.42rem);
  font-weight: 730;
  letter-spacing: -.015em;
  line-height: 1.25;
  opacity: .92;
}

#opos-bold .ob-section { padding: clamp(4.25rem, 8vw, 6.8rem) 0; }

#opos-bold .ob-section__head { max-width: 53rem; }

#opos-bold .ob-section__head h2,
#opos-bold .ob-solution__copy h2,
#opos-bold .ob-stats__head h2,
#opos-bold .ob-demo h2 {
  font-size: clamp(2.5rem, 4.6vw, 4.8rem);
  font-weight: 820;
  letter-spacing: -.055em;
  line-height: 1.02;
}

#opos-bold .ob-section__head > p:last-child {
  margin-top: 1rem;
  color: var(--ob-ink-soft);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 660;
}

#opos-bold .ob-cost-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

#opos-bold .ob-cost-card {
  min-height: 17rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.65rem;
  border: 1px solid var(--ob-line);
  border-radius: var(--ob-radius);
  background: var(--ob-card);
  box-shadow: 0 .6rem 2rem rgba(20, 39, 80, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

#opos-bold .ob-cost-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 158, 250, .32);
  box-shadow: var(--ob-shadow);
}

#opos-bold .ob-cost-card > span {
  width: 4.65rem;
  height: 4.65rem;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border-radius: 50%;
  background: var(--ob-blue);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 158, 250, .14);
  font-size: 1.18rem;
  font-weight: 850;
  letter-spacing: -.035em;
}

#opos-bold .ob-cost-card h3 {
  margin-bottom: .55rem;
  font-size: 1.65rem;
  letter-spacing: -.035em;
}

#opos-bold .ob-cost-card p { color: var(--ob-ink-soft); }

#opos-bold .ob-solution { background: var(--ob-bg); }

#opos-bold .ob-solution__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
}

#opos-bold .ob-product-window {
  overflow: hidden;
  border: 1px solid rgba(20, 35, 67, .1);
  border-radius: 1.7rem;
  background: #fff;
  box-shadow: var(--ob-shadow);
  transform: perspective(1200px) rotateY(3deg) rotateX(1deg);
}

#opos-bold .ob-product-window__bar {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  gap: .42rem;
  padding: 0 1rem;
  border-bottom: 1px solid var(--ob-line);
}

#opos-bold .ob-product-window__bar span {
  width: .58rem;
  height: .58rem;
  border-radius: 50%;
  background: #dfe5ef;
}

#opos-bold .ob-product-window__bar span:first-child { background: #ff6870; }
#opos-bold .ob-product-window__bar span:nth-child(2) { background: #ffc85a; }
#opos-bold .ob-product-window__bar span:nth-child(3) { background: #58d18b; }

#opos-bold .ob-product-window__bar strong {
  margin-left: .55rem;
  color: var(--ob-ink-soft);
  font-size: .78rem;
}

#opos-bold .ob-product-window img { width: 100%; }

#opos-bold .ob-solution__lead {
  margin-top: 1.4rem;
  color: var(--ob-ink-soft);
  font-size: 1.08rem;
  line-height: 1.68;
}

#opos-bold .ob-checks {
  display: grid;
  gap: .95rem;
  margin: 2rem 0;
}

#opos-bold .ob-check {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .85rem;
}

#opos-bold .ob-check > span {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 158, 250, .11);
  color: var(--ob-blue);
  font-weight: 850;
}

#opos-bold .ob-check p { color: var(--ob-ink-soft); }
#opos-bold .ob-check strong { display: block; color: var(--ob-ink); }

#opos-bold .ob-stats {
  padding: clamp(4.25rem, 8vw, 6.8rem) 0;
  background: #fff;
}

#opos-bold .ob-stats__head { max-width: 48rem; }

#opos-bold .ob-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

#opos-bold .ob-stat {
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.7rem;
  border-radius: var(--ob-radius);
  background: var(--ob-ink);
  color: #fff;
}

#opos-bold .ob-stat:nth-child(2) { background: var(--ob-blue); }
#opos-bold .ob-stat:nth-child(3) { background: var(--ob-blue-light); color: #fff; }

#opos-bold .ob-stat strong {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .35rem;
  font-size: clamp(3.5rem, 6vw, 6rem);
  font-weight: 830;
  letter-spacing: -.07em;
  line-height: .95;
}

#opos-bold .ob-stat strong small {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.1;
}

#opos-bold .ob-stat p {
  max-width: 18rem;
  font-size: 1rem;
  line-height: 1.5;
}

#opos-bold .ob-stat:nth-child(2) p,
#opos-bold .ob-stat:nth-child(3) p,
#opos-bold .ob-stat:nth-child(3) strong,
#opos-bold .ob-stat:nth-child(3) strong small {
  color: #fff;
}

#opos-bold .ob-source {
  margin-top: 1rem;
  color: #788198;
  font-size: .72rem;
}

#opos-bold .ob-demo {
  padding: clamp(4.25rem, 8vw, 6.8rem) 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(0, 158, 250, .22), transparent 32%),
    radial-gradient(circle at 85% 80%, rgba(255, 88, 117, .15), transparent 28%),
    var(--ob-ink);
  color: #fff;
}

#opos-bold .ob-demo__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}

#opos-bold .ob-demo__copy > p:not(.ob-kicker) {
  max-width: 38rem;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, .75);
  font-size: 1.08rem;
  line-height: 1.7;
}

#opos-bold .ob-demo__points {
  display: grid;
  gap: .65rem;
  margin-top: 1.7rem;
  color: rgba(255, 255, 255, .88);
  font-weight: 680;
}

#opos-bold .ob-form-card {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 1.8rem;
  background: #fff;
  color: var(--ob-ink);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .25);
}

#opos-bold .ob-form-card h3 {
  font-size: 1.8rem;
  letter-spacing: -.04em;
}

#opos-bold .ob-form-card > p {
  margin-top: .35rem;
  color: var(--ob-ink-soft);
}

#opos-bold #ob-hubspot-form { margin-top: 1.5rem; }

#opos-bold #ob-hubspot-form .hs-form-field { margin-bottom: .9rem; }
#opos-bold #ob-hubspot-form label { display: block; margin-bottom: .35rem; color: var(--ob-ink); font-size: .76rem; font-weight: 740; }
#opos-bold #ob-hubspot-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100% !important;
  min-height: 3rem;
  padding: .7rem .85rem;
  border: 1px solid rgba(17, 24, 43, .16);
  border-radius: .75rem;
  background: #fff;
  color: var(--ob-ink);
  font: inherit;
  outline: none;
}

#opos-bold #ob-hubspot-form textarea.hs-input { min-height: 7rem; resize: vertical; }
#opos-bold #ob-hubspot-form .hs-input:focus { border-color: var(--ob-blue) !important; box-shadow: 0 0 0 3px rgba(0, 158, 250, .12); }
#opos-bold #ob-hubspot-form .hs-button {
  width: 100%;
  min-height: 3.35rem;
  border: 0;
  border-radius: 999px;
  background: var(--ob-blue);
  color: #fff;
  font: inherit;
  font-weight: 780;
  cursor: pointer;
}

#opos-bold #ob-hubspot-form ul { padding-left: 0; list-style: none; }
#opos-bold #ob-hubspot-form .hs-error-msg { color: #d13642; }
#opos-bold #ob-hubspot-form .legal-consent-container { color: #606a80; font-size: .7rem; line-height: 1.45; }

#opos-bold .ob-footer { border-top: 1px solid var(--ob-line); background: #fff; }
#opos-bold .ob-footer__inner { min-height: 6rem; }
#opos-bold .ob-footer p { color: var(--ob-ink-soft); font-size: .82rem; }
#opos-bold .ob-footer > a,
#opos-bold .ob-footer__inner > a:last-child { color: var(--ob-blue); font-size: .82rem; font-weight: 760; }

#opos-bold.ob-js .ob-reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1);
}

#opos-bold.ob-js .ob-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#opos-bold .ob-hero__copy {
  max-width: 41rem;
}

#opos-bold .ob-hero__summary {
  max-width: 36rem;
  color: var(--ob-ink-soft);
  font-size: clamp(1rem, 1.22vw, 1.14rem);
  line-height: 1.6;
}

#opos-bold .ob-hero__summary strong {
  color: var(--ob-ink);
  font-weight: 790;
}

/* Floating pursuit parcours */
#opos-bold .ob-parcours {
  position: relative;
  width: 100%;
  min-height: 35rem;
}

#opos-bold .ob-parcours__label,
#opos-bold .ob-parcours__outro {
  position: absolute;
  z-index: 5;
  margin: 0;
  color: var(--ob-blue);
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -.02em;
}

#opos-bold .ob-parcours__label {
  top: .35rem;
  left: 4.5rem;
}

#opos-bold .ob-parcours__outro {
  right: .25rem;
  bottom: .25rem;
}

#opos-bold .ob-parcours__route {
  position: absolute;
  inset: 2rem 0 1.25rem;
  width: 100%;
  height: calc(100% - 3.25rem);
  overflow: visible;
  pointer-events: none;
}

#opos-bold .ob-parcours__route path {
  fill: none;
  stroke: rgba(0, 158, 250, .48);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 8 9;
  filter: drop-shadow(0 .35rem .5rem rgba(0, 158, 250, .08));
}

#opos-bold .ob-parcours__route circle {
  fill: #009EFA;
  stroke: rgba(0, 158, 250, .55);
  stroke-width: 2.2;
}

#opos-bold .ob-parcours__runner {
  position: absolute;
  z-index: 4;
  width: 3.55rem;
  height: 3.55rem;
  object-fit: contain;
  filter: drop-shadow(0 .8rem 1.2rem rgba(0, 158, 250, .18));
}

#opos-bold .ob-parcours__runner::before {
  content: "";
}

#opos-bold .ob-parcours__runner--one { top: 3.3rem; left: 17rem; }
#opos-bold .ob-parcours__runner--two { top: 11.3rem; left: 12.1rem; transform: scale(.88); opacity: .86; }
#opos-bold .ob-parcours__runner--three { top: 20rem; left: 18.4rem; transform: scale(.9); opacity: .9; }
#opos-bold .ob-parcours__runner--four { bottom: 2.7rem; left: 13.5rem; transform: scale(.92); }

#opos-bold .ob-parcours__speed {
  position: absolute;
  z-index: 2;
  width: 5rem;
  height: .7rem;
  border-top: 3px solid rgba(0, 158, 250, .12);
  border-bottom: 2px solid rgba(0, 158, 250, .08);
  transform: skewX(-28deg);
  filter: blur(.2px);
}

#opos-bold .ob-parcours__speed--one { top: 5.2rem; left: 13.4rem; }
#opos-bold .ob-parcours__speed--two { top: 13.4rem; left: 8.8rem; width: 4rem; opacity: .7; }
#opos-bold .ob-parcours__speed--three { top: 22rem; left: 14.8rem; width: 4.5rem; opacity: .8; }
#opos-bold .ob-parcours__speed--four { bottom: 4.7rem; left: 9.7rem; width: 4.2rem; opacity: .75; }

#opos-bold .ob-parcours__node {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  min-height: 3.6rem;
  padding: .82rem 1.15rem;
  border: 1px solid rgba(0, 158, 250, .08);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, .9);
  color: var(--ob-ink);
  box-shadow: 0 1rem 2.4rem rgba(27, 43, 84, .11);
  backdrop-filter: blur(15px);
  font-size: .98rem;
  font-weight: 760;
  line-height: 1.15;
}

#opos-bold .ob-parcours__node-icon {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: .55rem;
  background: linear-gradient(145deg, #009EFA, #009EFA);
  color: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 158, 250, .24);
}

#opos-bold .ob-parcours__node-icon svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#opos-bold .ob-parcours__node--one { top: 4.2rem; right: .4rem; width: 15.5rem; }
#opos-bold .ob-parcours__node--two { top: 12.8rem; right: 1.6rem; width: 14.7rem; }
#opos-bold .ob-parcours__node--three { top: 21.2rem; left: 0; width: 17.2rem; }
#opos-bold .ob-parcours__node--four { right: 1rem; bottom: 2.2rem; width: 14rem; }

#opos-bold .ob-parcours__glow {
  position: absolute;
  z-index: 0;
  width: 20rem;
  height: 20rem;
  right: 2rem;
  top: 7rem;
  border-radius: 50%;
  background: rgba(0, 158, 250, .07);
  filter: blur(45px);
  pointer-events: none;
}

@media (max-width: 991px) {
  #opos-bold .ob-hero {
    min-height: auto;
    padding-bottom: 4rem;
  }

  #opos-bold .ob-hero__grid,
  #opos-bold .ob-solution__grid,
  #opos-bold .ob-demo__grid {
    grid-template-columns: 1fr;
  }

  #opos-bold .ob-hero__copy,
  #opos-bold .ob-hero__summary,
  #opos-bold .ob-hero__lead {
    max-width: 48rem;
  }

  #opos-bold .ob-hero__visual {
    width: 100%;
    max-width: 45rem;
    min-height: 34rem;
    justify-self: center;
    margin-top: .8rem;
  }

  #opos-bold .ob-cost-grid,
  #opos-bold .ob-stats__grid {
    grid-template-columns: 1fr;
  }

  #opos-bold .ob-cost-card { min-height: 13rem; }
  #opos-bold .ob-stat { min-height: 14rem; }
  #opos-bold .ob-solution__copy { order: -1; }
}

@media (max-width: 767px) {
  #opos-bold .ob-wrap { width: min(100% - 1.25rem, 1280px); }
  #opos-bold .ob-nav__inner { min-height: 4.15rem; gap: .75rem; }
  #opos-bold .ob-brand { gap: .55rem; }
  #opos-bold .ob-brand img { width: 5.75rem; }
  #opos-bold .ob-brand__product { padding-left: .55rem; font-size: .66rem; }
  #opos-bold .ob-brand__product small { font-size: .44rem; }
  #opos-bold .ob-button--small { min-height: 2.25rem; padding-inline: .8rem; font-size: .69rem; }

  #opos-bold .ob-hero {
    padding-top: 6.15rem;
    padding-bottom: 2.9rem;
  }

  #opos-bold .ob-hero__grid { gap: 1.45rem; }
  #opos-bold .ob-kicker { margin-bottom: .9rem; font-size: .67rem; letter-spacing: .11em; }

  #opos-bold .ob-hero h1 {
    max-width: 100%;
    gap: .03rem;
    font-size: clamp(2.3rem, 11.7vw, 3.55rem);
  }

  #opos-bold .ob-hero__line {
    font-size: .93em;
    white-space: normal;
  }

  #opos-bold .ob-hero__focus {
    width: 100%;
    font-size: 1em;
    white-space: normal;
  }

  #opos-bold .ob-hero__lead { margin-top: 1.15rem; }
  #opos-bold .ob-hero__summary { max-width: 100%; font-size: .98rem; line-height: 1.5; }
  #opos-bold .ob-hero__actions { gap: .8rem; margin-top: 1.4rem; }
  #opos-bold .ob-button { width: 100%; min-height: 3.05rem; }
  #opos-bold .ob-text-link { width: 100%; text-align: center; }
  #opos-bold .ob-proof { gap: .42rem; margin-top: 1.25rem; }
  #opos-bold .ob-proof span { padding: .46rem .62rem; font-size: .66rem; }

  #opos-bold .ob-hero__visual {
    min-height: auto;
    max-width: 100%;
    margin-top: .3rem;
  }

  #opos-bold .ob-parcours {
    min-height: auto;
    display: grid;
    gap: .72rem;
  }

  #opos-bold .ob-parcours__label,
  #opos-bold .ob-parcours__outro {
    position: static;
    font-size: .96rem;
  }

  #opos-bold .ob-parcours__outro { text-align: right; }

  #opos-bold .ob-parcours__route,
  #opos-bold .ob-parcours__speed,
  #opos-bold .ob-parcours__glow {
    display: none;
  }

  #opos-bold .ob-parcours__mobile {
    position: relative;
    display: grid;
    gap: .58rem;
    padding-left: 2.65rem;
  }

  #opos-bold .ob-parcours__mobile::before {
    content: "";
    position: absolute;
    top: .75rem;
    bottom: .75rem;
    left: .85rem;
    border-left: 2px dashed rgba(0, 158, 250, .3);
  }

  #opos-bold .ob-parcours__node {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    min-height: 3.05rem;
    padding: .7rem .85rem;
    border-radius: 1rem;
    font-size: .9rem;
  }

  #opos-bold .ob-parcours__node::before {
    content: "";
    position: absolute;
    left: -2.1rem;
    top: 50%;
    width: .55rem;
    height: .55rem;
    border: 2px solid rgba(0, 158, 250, .58);
    border-radius: 50%;
    background: #009EFA;
    transform: translateY(-50%);
  }

  #opos-bold .ob-parcours__runner {
    position: absolute;
    z-index: 5;
    left: .1rem !important;
    width: 1.65rem;
    height: 1.65rem;
    transform: none !important;
    opacity: 1 !important;
  }

  #opos-bold .ob-parcours__runner--one { top: 3.5rem; }
  #opos-bold .ob-parcours__runner--two { top: 7.45rem; }
  #opos-bold .ob-parcours__runner--three { top: 11.4rem; }
  #opos-bold .ob-parcours__runner--four { top: 15.35rem; bottom: auto; }

  #opos-bold .ob-punch { padding: 3rem 0; }
  #opos-bold .ob-punch p { font-size: clamp(2.15rem, 11vw, 4.25rem); }
  #opos-bold .ob-punch h2 { margin-top: .7rem; font-size: .98rem; }

  #opos-bold .ob-section__head h2,
  #opos-bold .ob-solution__copy h2,
  #opos-bold .ob-stats__head h2,
  #opos-bold .ob-demo h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  #opos-bold .ob-section__head > p:last-child,
  #opos-bold .ob-solution__lead,
  #opos-bold .ob-demo__copy > p:not(.ob-kicker) {
    font-size: .98rem;
  }

  #opos-bold .ob-product-window { transform: none; }
  #opos-bold .ob-cost-card,
  #opos-bold .ob-stat { min-height: auto; }
  #opos-bold .ob-form-card { padding: 1.2rem; border-radius: 1.25rem; }
  #opos-bold .ob-form-card h3 { font-size: 1.45rem; }
  #opos-bold .ob-footer__inner { flex-wrap: wrap; justify-content: center; padding: 1rem 0; text-align: center; }
  #opos-bold .ob-footer p { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  #opos-bold *,
  #opos-bold *::before,
  #opos-bold *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* Floating parcours final refinement */
#opos-bold .ob-parcours {
  min-height: 37rem;
  overflow: visible;
}

#opos-bold .ob-parcours::before,
#opos-bold .ob-parcours::after {
  content: none !important;
}

#opos-bold .ob-hero__visual {
  overflow: visible;
}

#opos-bold .ob-parcours__route {
  inset: 1.5rem -1rem .75rem;
  width: calc(100% + 2rem);
  height: calc(100% - 2.25rem);
}

#opos-bold .ob-parcours__runner {
  width: 4rem;
  height: 4rem;
}

#opos-bold .ob-parcours__runner--one { top: 3.15rem; left: 17.1rem; }
#opos-bold .ob-parcours__runner--two { top: 11.45rem; left: 11.8rem; }
#opos-bold .ob-parcours__runner--three { top: 20.15rem; left: 18.1rem; }
#opos-bold .ob-parcours__runner--four { bottom: 2.5rem; left: 13.2rem; }

#opos-bold .ob-parcours__node {
  box-shadow: 0 1.1rem 2.6rem rgba(27, 43, 84, .12);
}

@media (max-width: 767px) {
  #opos-bold .ob-parcours {
    min-height: auto;
  }

  #opos-bold .ob-parcours__runner {
    width: 1.75rem;
    height: 1.75rem;
  }
}
