.manufacturing-page {
  --mfg-ink: #18242d;
  --mfg-muted: #62727d;
  --mfg-blue: #0e84bc;
  --mfg-bright: #26c4f7;
  --mfg-deep: #0062bd;
  --mfg-navy: #073958;
  --mfg-pale: #eff8fb;
  --mfg-line: #dceaf0;
  --mfg-amber: #efc76b;
  --mfg-green: #45bd91;
  background: #fff;
  color: var(--mfg-ink);
}

.manufacturing-page main,
.manufacturing-page main * {
  box-sizing: border-box;
}

.manufacturing-page main section > .inner {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

.manufacturing-page main h1,
.manufacturing-page main h2,
.manufacturing-page main h3,
.manufacturing-page main p,
.manufacturing-page main pre {
  margin-top: 0;
}

.manufacturing-page main h1,
.manufacturing-page main h2,
.manufacturing-page main h3 {
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
}

.manufacturing-page main h2 {
  color: var(--mfg-ink);
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1.3px;
  line-height: 1.16;
}

.manufacturing-page main h3 {
  color: var(--mfg-ink);
}

.manufacturing-page main p {
  color: var(--mfg-muted);
  font-size: 16px;
  line-height: 1.65;
}

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

.mfg-hero {
  position: relative;
  min-height: 680px;
  padding: 82px 0 92px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(239, 248, 251, .97) 0%, rgba(255, 255, 255, .98) 61%, rgba(230, 247, 253, .92) 100%);
  isolation: isolate;
}

.mfg-hero::before {
  position: absolute;
  z-index: -1;
  right: -140px;
  bottom: -410px;
  width: 820px;
  height: 820px;
  border: 1px solid rgba(38, 196, 247, .2);
  border-radius: 50%;
  content: "";
}

.mfg-hero::after {
  position: absolute;
  z-index: -1;
  right: -10px;
  bottom: -285px;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(14, 132, 188, .16);
  border-radius: 50%;
  content: "";
}

.mfg-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 58px;
  align-items: center;
}

.mfg-eyebrow,
.mfg-kicker {
  color: var(--mfg-blue) !important;
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 1.35px;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.mfg-eyebrow {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 22px;
}

.mfg-eyebrow span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mfg-bright);
  box-shadow: 0 0 0 5px rgba(38, 196, 247, .15);
}

.mfg-hero h1 {
  margin-bottom: 24px;
  color: var(--mfg-ink);
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -1.8px;
  line-height: 1.14;
}

.mfg-hero h1 em {
  color: var(--mfg-blue);
  font-style: normal;
}

.mfg-hero .mfg-lead {
  max-width: 510px;
  margin-bottom: 30px;
  color: #50626e;
  font-size: 18px;
  line-height: 1.65;
}

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

.mfg-actions a {
  min-height: 48px;
  padding: 13px 25px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
}

.mfg-actions .mfg-primary-action {
  min-width: 181px;
  box-shadow: 0 12px 26px rgba(14, 132, 188, .21);
}

.mfg-primary-action span {
  display: inline-block;
  margin-left: 7px;
  font-size: 17px;
  transition: transform .25s ease;
}

.mfg-primary-action:hover span {
  transform: translate(2px, -2px);
}

.mfg-actions .mfg-secondary-action {
  min-width: 132px;
  background: rgba(255, 255, 255, .62) !important;
}

.mfg-proof {
  display: flex;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.mfg-proof li {
  position: relative;
  padding: 0 22px;
}

.mfg-proof li:first-child {
  padding-left: 0;
}

.mfg-proof li + li::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 1px;
  background: #d6e5ea;
  content: "";
}

.mfg-proof strong,
.mfg-proof span {
  display: block;
}

.mfg-proof strong {
  margin-bottom: 2px;
  color: var(--mfg-ink);
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.mfg-proof span {
  color: #87949b;
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
}

.mfg-product-visual {
  position: relative;
  width: 680px;
}

.mfg-demo-preview {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 12 / 7;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 32px 70px rgba(15, 55, 77, .2), 0 6px 16px rgba(15, 55, 77, .09);
  text-decoration: none;
}

.mfg-demo-preview::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(7, 57, 88, .12);
  border-radius: 7px;
  content: "";
  pointer-events: none;
}

.mfg-demo-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.mfg-demo-preview:hover img {
  transform: scale(1.015);
}

.mfg-demo-badge,
.mfg-demo-open {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  display: inline-flex;
  min-height: 30px;
  padding: 0 11px;
  align-items: center;
  border: 1px solid rgba(7, 57, 88, .11);
  border-radius: 6px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 7px 18px rgba(7, 57, 88, .12);
  color: #38505b;
  font-size: 9px;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.mfg-demo-badge {
  left: 15px;
  gap: 7px;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.mfg-demo-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mfg-green);
  box-shadow: 0 0 0 4px rgba(69, 189, 145, .15);
}

.mfg-demo-open {
  right: 15px;
  gap: 7px;
  color: var(--mfg-blue);
}

.mfg-demo-open b {
  font-size: 13px;
  transition: transform .25s ease;
}

.mfg-demo-preview:hover .mfg-demo-open b {
  transform: translate(2px, -2px);
}

.mfg-demo-caption {
  display: flex;
  margin: 13px 3px 0 !important;
  align-items: center;
  justify-content: space-between;
  line-height: 1.3 !important;
}

.mfg-demo-caption span {
  color: #405761;
  font-size: 11px;
  font-weight: 700;
}

.mfg-demo-caption small {
  color: #8b9ba2;
  font-size: 9px;
}

.mfg-float-card {
  position: absolute;
  right: -13px;
  bottom: 120px;
  z-index: 3;
  display: grid;
  width: 262px;
  padding: 14px;
  grid-template-columns: 43px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(7, 57, 88, .08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(15, 55, 77, .2);
}

.mfg-float-icon {
  display: flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e4f7fc;
}

.mfg-float-icon svg {
  width: 23px;
  fill: none;
  stroke: var(--mfg-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.mfg-float-card > div:last-child > span,
.mfg-float-card > div:last-child > strong {
  display: block;
}

.mfg-float-card > div:last-child > span {
  margin-bottom: 4px;
  color: #7f9098;
  font-size: 8px;
}

.mfg-float-card > div:last-child > strong {
  color: #263b44;
  font-size: 10px;
}

.mfg-float-card > div:last-child > i {
  display: block;
  height: 4px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 4px;
  background: #eaf0f2;
}

.mfg-float-card > div:last-child > i b {
  display: block;
  width: 75%;
  height: 100%;
  border-radius: 4px;
  background: var(--mfg-bright);
}

.mfg-hero-orb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.mfg-hero-orb-one {
  top: 55px;
  right: 5%;
  width: 180px;
  height: 180px;
  background: rgba(38, 196, 247, .09);
}

.mfg-hero-orb-two {
  right: 42%;
  bottom: -52px;
  width: 120px;
  height: 120px;
  background: rgba(0, 98, 189, .06);
}

/* ---------- Production cycle flow ---------- */

.mfg-flow-section {
  padding: 105px 0 92px;
  background: #fff;
}

.mfg-section-heading {
  max-width: 610px;
  margin-bottom: 50px;
}

.mfg-section-heading .mfg-kicker,
.mfg-costing-copy .mfg-kicker,
.mfg-connected-copy .mfg-kicker,
.mfg-cta-copy .mfg-kicker {
  margin-bottom: 14px;
}

.mfg-section-heading h2,
.mfg-costing-copy h2,
.mfg-connected-copy h2,
.mfg-cta-copy h2 {
  margin-bottom: 18px;
}

.mfg-section-heading > p:last-child {
  max-width: 580px;
  margin-bottom: 0;
}

.mfg-heading-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mfg-heading-center > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.mfg-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mfg-flow::before {
  position: absolute;
  top: 42px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #a9dae9 0, #a9dae9 5px, transparent 5px, transparent 11px);
  content: "";
}

.mfg-flow article {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  text-align: center;
}

.mfg-flow-number {
  position: absolute;
  top: 27px;
  right: calc(50% - 52px);
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #dff5fb;
  color: var(--mfg-blue);
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 7px;
  font-weight: 700;
}

.mfg-icon-box {
  position: relative;
  display: flex;
  width: 84px;
  height: 84px;
  margin: 0 auto 23px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcebf0;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(28, 81, 106, .07);
}

.mfg-icon-box svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: var(--mfg-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.mfg-flow h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.mfg-flow p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.55;
}

.mfg-document-strip {
  display: flex;
  margin-top: 56px;
  padding: 19px 25px;
  gap: 27px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mfg-line);
  border-radius: 8px;
  background: #f9fcfd;
}

.mfg-document-strip > span {
  color: #91a0a7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.mfg-document-strip ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 29px;
  list-style: none;
}

.mfg-document-strip li {
  position: relative;
  color: #435760;
  font-size: 13px;
  font-weight: 600;
}

.mfg-document-strip li::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 9px 2px 0;
  border-radius: 50%;
  background: var(--mfg-bright);
  content: "";
}

/* ---------- Feature bento ---------- */

.mfg-features-section {
  padding: 102px 0 110px;
  background: var(--mfg-pale);
}

.mfg-bento-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 22px;
}

.mfg-feature-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(143, 181, 196, .24);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(28, 81, 106, .05);
}

.mfg-feature-card .mfg-feature-copy {
  position: relative;
  z-index: 2;
}

.mfg-feature-tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 9px;
  border-radius: 4px;
  background: #e6f7fc;
  color: var(--mfg-blue);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .55px;
  text-transform: uppercase;
}

.mfg-feature-card h3 {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.5px;
  line-height: 1.28;
}

.mfg-feature-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.65;
}

.mfg-feature-card a,
.mfg-inline-link {
  display: inline-flex;
  margin-top: 20px;
  gap: 8px;
  align-items: center;
  color: var(--mfg-blue);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.mfg-feature-card a span,
.mfg-inline-link span {
  font-size: 18px;
  transition: transform .25s ease;
}

.mfg-feature-card a:hover span,
.mfg-inline-link:hover span {
  transform: translateX(3px);
}

/* BOM tree card */

.mfg-bom-card {
  display: flex;
  min-height: 500px;
  padding: 40px 42px 0;
  flex-direction: column;
}

.mfg-bom-card .mfg-feature-copy {
  max-width: 455px;
}

.mfg-bom-tree {
  width: 460px;
  margin: 26px -28px 0 auto;
  padding: 24px 26px 31px;
  border: 1px solid #dfecef;
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
  background: #f8fbfc;
  box-shadow: -10px -10px 30px rgba(35, 78, 98, .06);
}

.mfg-bom-card .mfg-feature-copy + .mfg-bom-tree {
  margin-top: auto;
  padding-top: 24px;
}

.mfg-bom-card .mfg-feature-copy {
  margin-bottom: 26px;
}

.mfg-tree-level {
  position: relative;
  display: grid;
  min-height: 43px;
  padding: 0 13px;
  grid-template-columns: 19px 1fr auto;
  gap: 10px;
  align-items: center;
  border-radius: 6px;
  color: #53666e;
  font-size: 10px;
}

.mfg-tree-level i {
  position: relative;
  width: 13px;
  height: 13px;
  border: 1.5px solid #8ea5ae;
  border-radius: 3px;
}

.mfg-tree-level i::after {
  position: absolute;
  top: 2.5px;
  left: 2.5px;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: #c3d2d8;
  content: "";
}

.mfg-tree-level strong {
  overflow: hidden;
  color: #334850;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mfg-tree-level em {
  color: #94a3aa;
  font-style: normal;
}

.mfg-tree-qty {
  padding: 3px 7px;
  border: 1px solid #dbe8ec;
  border-radius: 4px;
  background: #fff;
  color: #5f747d;
  font-size: 9px;
  font-weight: 700;
}

.mfg-tree-level.root {
  border: 1px solid #e0ebef;
  background: #fff;
}

.mfg-tree-level.root i {
  border-color: var(--mfg-blue);
}

.mfg-tree-level.root i::after {
  background: var(--mfg-bright);
}

.mfg-tree-level.selected {
  color: var(--mfg-blue);
  background: #def5fc;
}

.mfg-tree-level.selected i {
  border-color: var(--mfg-bright);
}

.mfg-tree-level.byproduct strong,
.mfg-tree-level.byproduct em {
  color: #8fa0a8;
}

.mfg-tree-level.byproduct .mfg-tree-qty {
  border-style: dashed;
  color: #8fa0a8;
}

.mfg-tree-branch {
  position: relative;
  margin-left: 22px;
  padding-left: 18px;
}

.mfg-tree-branch::before {
  position: absolute;
  top: 0;
  bottom: 21px;
  left: 0;
  width: 1px;
  background: #d5e4e9;
  content: "";
}

.mfg-tree-branch .mfg-tree-level::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 18px;
  height: 1px;
  background: #d5e4e9;
  content: "";
}

.mfg-tree-branch.child {
  margin-left: 22px;
}

/* Make-to-order card */

.mfg-mto-card {
  display: flex;
  min-height: 500px;
  padding: 40px 38px 34px;
  flex-direction: column;
  background: linear-gradient(150deg, #fff 20%, #f2fafc 100%);
}

.mfg-mto-card .mfg-feature-copy {
  max-width: 340px;
  margin-bottom: 28px;
}

.mfg-mto-flow {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.mfg-mto-doc {
  position: relative;
  z-index: 1;
  display: grid;
  padding: 15px 17px;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #deeaee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(28, 81, 106, .08);
}

.mfg-mto-doc > span {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e5f6fb;
  color: var(--mfg-blue);
  font-size: 9px;
  font-weight: 800;
}

.mfg-mto-doc strong,
.mfg-mto-doc small {
  display: block;
}

.mfg-mto-doc strong {
  margin-bottom: 3px;
  color: #334a54;
  font-size: 11px;
}

.mfg-mto-doc small {
  color: #89a0aa;
  font-size: 8px;
}

.mfg-mto-status {
  padding: 4px 8px;
  border-radius: 4px;
  background: #eef4f7;
  color: #5c7079;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.mfg-mto-doc.result > span {
  background: #e8f7f1;
  color: #3c9c78;
}

.mfg-mto-doc.result .mfg-mto-status {
  background: #e6f7f1;
  color: #40866f;
}

.mfg-mto-connector {
  position: relative;
  display: flex;
  height: 58px;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.mfg-mto-connector::before {
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: 50%;
  width: 1px;
  background: repeating-linear-gradient(180deg, #a9dae9 0, #a9dae9 5px, transparent 5px, transparent 10px);
  content: "";
}

.mfg-mto-connector span {
  position: relative;
  z-index: 1;
  padding: 6px 11px;
  border: 1px solid #cdeaf3;
  border-radius: 20px;
  background: #fff;
  color: var(--mfg-blue);
  font-size: 9px;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(28, 81, 106, .08);
}

/* Work center load card */

.mfg-load-card {
  display: flex;
  min-height: 420px;
  padding: 38px 40px 0;
  flex-direction: column;
}

.mfg-load-card .mfg-feature-copy {
  max-width: 470px;
  margin-bottom: 28px;
}

.mfg-load-window {
  position: relative;
  margin: auto -12px 0;
  overflow: hidden;
  border: 1px solid #dfecef;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: #fff;
  box-shadow: 0 -8px 26px rgba(35, 78, 98, .08);
}

.mfg-load-bar {
  display: flex;
  height: 34px;
  padding: 0 14px;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid #e9f1f4;
  background: #fbfdfe;
}

.mfg-load-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccdae0;
}

.mfg-load-bar span {
  margin-left: 8px;
  color: #74858e;
  font-size: 9px;
  font-weight: 700;
}

.mfg-load-window img {
  display: block;
  width: 100%;
  height: auto;
}

/* Purchasing card */

.mfg-po-card {
  display: flex;
  min-height: 420px;
  padding: 38px 40px 0;
  flex-direction: column;
}

.mfg-po-card .mfg-feature-copy {
  max-width: 420px;
  margin-bottom: 26px;
}

.mfg-po-panel {
  width: 330px;
  margin: auto -52px 0 auto;
  overflow: hidden;
  border: 1px solid #dfecef;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: #fff;
  box-shadow: -10px -10px 30px rgba(35, 78, 98, .08);
}

.mfg-po-head {
  display: flex;
  padding: 13px 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9f1f4;
  background: #fbfdfe;
  color: #40565f;
  font-size: 10px;
  font-weight: 700;
}

.mfg-po-head span {
  color: #91a3ab;
  font-size: 8px;
  font-weight: 600;
}

.mfg-po-vendor {
  display: flex;
  padding: 9px 16px 8px;
  gap: 8px;
  align-items: center;
  color: #8798a0;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.mfg-po-vendor::after {
  height: 1px;
  flex: 1;
  background: #ecf2f5;
  content: "";
}

.mfg-po-row {
  display: grid;
  min-height: 34px;
  padding: 0 16px;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  color: #44585f;
  font-size: 10px;
  font-weight: 600;
}

.mfg-po-row em {
  color: var(--mfg-blue);
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.mfg-po-foot {
  display: flex;
  margin-top: 8px;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e9f1f4;
  background: #f2fbf7;
  color: #40866f;
  font-size: 10px;
  font-weight: 700;
}

.mfg-po-foot b {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #55bd96;
  color: #fff;
  font-size: 9px;
}

/* ---------- Costing (dark) ---------- */

.mfg-costing-section {
  position: relative;
  padding: 112px 0;
  overflow: hidden;
  background: var(--mfg-navy);
}

.mfg-costing-section::before {
  position: absolute;
  top: -270px;
  right: -240px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(80, 196, 232, .12);
  border-radius: 50%;
  content: "";
}

.mfg-costing-section::after {
  position: absolute;
  right: 13%;
  bottom: -370px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(80, 196, 232, .09);
  border-radius: 50%;
  content: "";
}

.mfg-costing-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 76px;
  align-items: center;
}

.mfg-kicker-light {
  color: #69dbfb !important;
}

.manufacturing-page main .mfg-costing-copy h2,
.manufacturing-page main .mfg-cta-copy h2 {
  color: #fff;
}

.mfg-costing-copy > p:not(.mfg-kicker),
.mfg-cta-copy > p:not(.mfg-kicker) {
  color: #b8ced8;
}

.mfg-check-list {
  margin: 34px 0 31px;
  padding: 0;
  list-style: none;
}

.mfg-check-list li {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
}

.mfg-check-list li > span {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(105, 219, 251, .36);
  border-radius: 50%;
  color: #69dbfb;
  font-size: 10px;
}

.mfg-check-list strong,
.mfg-check-list small {
  display: block;
}

.mfg-check-list strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 13px;
}

.mfg-check-list small {
  color: #94b1bf;
  font-size: 11px;
  line-height: 1.45;
}

.mfg-text-link-light {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #69dbfb !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.mfg-text-link-light span {
  font-size: 18px;
}

.mfg-cost-window {
  padding: 21px 21px 20px;
  border: 1px solid rgba(173, 221, 238, .2);
  border-radius: 13px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 28px 60px rgba(0, 20, 32, .32);
}

.mfg-cost-toolbar {
  display: flex;
  margin-bottom: 19px;
  gap: 8px;
  align-items: center;
}

.mfg-cost-toolbar strong {
  margin-right: auto;
  color: #233a44;
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 13px;
}

.mfg-cost-toolbar span {
  padding: 7px 9px;
  border: 1px solid #e0e9ed;
  border-radius: 5px;
  color: #74878f;
  font-size: 8px;
  font-weight: 600;
}

.mfg-cost-toolbar span.done {
  border-color: #cdeadd;
  background: #ecf8f2;
  color: #3c9c78;
}

.mfg-cost-summary {
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mfg-cost-summary > div {
  padding: 12px 15px;
  border-radius: 7px;
  background: #f4f9fa;
}

.mfg-cost-summary span,
.mfg-cost-summary strong,
.mfg-cost-summary small {
  display: block;
}

.mfg-cost-summary span {
  margin-bottom: 4px;
  color: #86979e;
  font-size: 8px;
}

.mfg-cost-summary strong {
  margin-bottom: 3px;
  color: #213942;
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 17px;
}

.mfg-cost-summary small {
  color: #8a9aa1;
  font-size: 8px;
}

.mfg-cost-bar {
  display: flex;
  height: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 7px;
  background: #eef3f5;
}

.mfg-cost-bar b {
  height: 100%;
}

.mfg-cost-bar .materials {
  width: 72%;
  background: linear-gradient(90deg, #0e84bc, #15addf);
}

.mfg-cost-bar .labor {
  width: 19%;
  background: #26c4f7;
}

.mfg-cost-bar .services {
  width: 9%;
  background: var(--mfg-amber);
}

.mfg-cost-rows {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.mfg-cost-rows li {
  display: grid;
  min-height: 38px;
  padding: 0 2px;
  grid-template-columns: 17px 1fr auto auto;
  gap: 10px;
  align-items: center;
  border-top: 1px solid #edf2f4;
  color: #57696f;
  font-size: 11px;
}

.mfg-cost-rows li:first-child {
  border-top: 0;
}

.mfg-cost-rows i {
  width: 9px;
  height: 9px;
  border-radius: 3px;
}

.mfg-cost-rows i.materials { background: var(--mfg-blue); }
.mfg-cost-rows i.labor { background: var(--mfg-bright); }
.mfg-cost-rows i.services { background: var(--mfg-amber); }

.mfg-cost-rows strong {
  color: #24383f;
  font-size: 11px;
}

.mfg-cost-rows em {
  color: #92a2a8;
  font-size: 9px;
  font-style: normal;
}

.mfg-cost-note {
  display: flex;
  padding: 10px 12px;
  gap: 9px;
  align-items: center;
  border-radius: 7px;
  background: #f4f9fa;
  color: #74878f;
  font-size: 9px;
}

.mfg-cost-note b {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mfg-green);
}

/* ---------- Connected ERP ---------- */

.mfg-connected-section {
  padding: 110px 0 100px;
  background: #fff;
}

.mfg-connected-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.mfg-connected-copy p:not(.mfg-kicker) {
  max-width: 500px;
}

.mfg-connection-map {
  position: relative;
  height: 350px;
}

.mfg-connection-map::before,
.mfg-connection-map::after {
  position: absolute;
  left: 104px;
  width: calc(100% - 208px);
  height: 1px;
  background: repeating-linear-gradient(90deg, #b9d9e5 0, #b9d9e5 5px, transparent 5px, transparent 10px);
  content: "";
}

.mfg-connection-map::before {
  top: 89px;
  transform: rotate(19deg);
  transform-origin: left center;
}

.mfg-connection-map::after {
  bottom: 89px;
  transform: rotate(-19deg);
  transform-origin: left center;
}

.mfg-connection-source,
.mfg-connection-target {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 172px;
  min-height: 66px;
  padding: 12px;
  gap: 10px;
  align-items: center;
  border: 1px solid #deeaee;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(28, 81, 106, .08);
}

.mfg-connection-source > span,
.mfg-connection-target > span {
  display: flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #e5f6fb;
  color: var(--mfg-blue);
  font-size: 9px;
  font-weight: 800;
}

.mfg-connection-source strong,
.mfg-connection-source small,
.mfg-connection-target strong,
.mfg-connection-target small,
.mfg-connection-core strong,
.mfg-connection-core small {
  display: block;
}

.mfg-connection-source strong,
.mfg-connection-target strong {
  margin-bottom: 4px;
  color: #334a54;
  font-size: 10px;
}

.mfg-connection-source small,
.mfg-connection-target small {
  color: #89a0aa;
  font-size: 7px;
}

.mfg-connection-source.sales { top: 22px; left: 0; }
.mfg-connection-source.bom { bottom: 22px; left: 0; }
.mfg-connection-target.goods { top: 22px; right: 0; }
.mfg-connection-target.cost { right: 0; bottom: 22px; }

.mfg-connection-target > span {
  background: #e8f7f1;
  color: #3c9c78;
}

.mfg-connection-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: flex;
  width: 150px;
  height: 150px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 8px solid #e5f6fb;
  border-radius: 50%;
  background: linear-gradient(145deg, #0e84bc, #18b6e5);
  box-shadow: 0 18px 38px rgba(14, 132, 188, .26);
  transform: translate(-50%, -50%);
  text-align: center;
}

.mfg-connection-core svg {
  display: block;
  width: 30px;
  height: 28px;
  margin-bottom: 8px;
  fill: none;
  stroke: rgba(255, 255, 255, .92);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.mfg-connection-core strong {
  margin-bottom: 3px;
  color: #fff;
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 13px;
}

.mfg-connection-core small {
  color: #cfedf7;
  font-size: 7px;
}

.mfg-docs-panel {
  display: grid;
  margin-top: 85px;
  padding: 34px 38px;
  grid-template-columns: .75fr 1.25fr;
  gap: 48px;
  align-items: center;
  border: 1px solid var(--mfg-line);
  border-radius: 13px;
  background: #f8fbfc;
}

.mfg-docs-panel h3 {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
}

.mfg-docs-panel p {
  margin-bottom: 0;
  font-size: 13px;
}

.mfg-docs-panel nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.mfg-docs-panel nav a {
  display: flex;
  min-height: 42px;
  padding: 0 14px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dfebef;
  border-radius: 6px;
  background: #fff;
  color: #40565f;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.mfg-docs-panel nav a span {
  color: var(--mfg-blue);
  font-size: 13px;
}

.mfg-docs-panel nav a:hover {
  border-color: #9dddec;
  color: var(--mfg-blue);
}

/* ---------- FAQ ---------- */

.mfg-faq-section {
  padding: 105px 0 110px;
  border-top: 1px solid #edf3f5;
  background: #fff;
}

.mfg-faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 92px;
  align-items: start;
}

.mfg-faq-grid .mfg-section-heading {
  position: sticky;
  top: 120px;
  margin-bottom: 0;
}

.mfg-faq-grid .mfg-section-heading a {
  color: var(--mfg-blue);
  font-weight: 600;
}

.mfg-faq-list details {
  border-bottom: 1px solid #dce8ec;
}

.mfg-faq-list details:first-child {
  border-top: 1px solid #dce8ec;
}

.mfg-faq-list summary {
  position: relative;
  padding: 22px 50px 22px 0;
  color: #2b414a;
  cursor: pointer;
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
}

.mfg-faq-list summary::-webkit-details-marker {
  display: none;
}

.mfg-faq-list summary span {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 24px;
  height: 24px;
  border: 1px solid #d5e4e9;
  border-radius: 50%;
  transform: translateY(-50%);
}

.mfg-faq-list summary span::before,
.mfg-faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: var(--mfg-blue);
  content: "";
  transform: translate(-50%, -50%);
}

.mfg-faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .2s ease;
}

.mfg-faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.mfg-faq-list details p {
  max-width: 650px;
  margin-bottom: 22px;
  padding-right: 35px;
  font-size: 14px;
  line-height: 1.7;
}

/* ---------- Final CTA ---------- */

.mfg-final-cta {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  background: linear-gradient(120deg, #0062bd 0%, #087ebd 58%, #0da6cf 100%);
}

.mfg-final-cta::before,
.mfg-final-cta::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  content: "";
}

.mfg-final-cta::before {
  top: -290px;
  right: -110px;
  width: 560px;
  height: 560px;
}

.mfg-final-cta::after {
  top: -180px;
  right: 20px;
  width: 340px;
  height: 340px;
}

.mfg-final-cta > .inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mfg-cta-copy h2 {
  margin-bottom: 12px;
  font-size: 39px;
}

.mfg-cta-copy p:last-child {
  margin-bottom: 0;
}

.mfg-final-cta .mfg-actions {
  flex: 0 0 auto;
  margin-left: 50px;
}

.mfg-final-cta .mfg-actions .btn {
  background: #fff;
  color: var(--mfg-blue) !important;
  box-shadow: 0 12px 28px rgba(0, 45, 81, .2);
}

.mfg-final-cta .mfg-actions .btn:hover {
  background: #e9f8fc;
}

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

@media (max-width: 1109px) {
  .manufacturing-page main section > .inner {
    padding-right: 32px;
    padding-left: 32px;
  }

  .mfg-hero-grid {
    grid-template-columns: .87fr 1.13fr;
    gap: 30px;
  }

  .mfg-hero h1 {
    font-size: 38px;
  }

  .mfg-product-visual {
    width: 590px;
    transform: scale(.9);
    transform-origin: left center;
  }

  .mfg-bento-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 949px) {
  .manufacturing-page main h2 {
    font-size: 37px;
  }

  .mfg-hero {
    padding-top: 67px;
  }

  .mfg-hero-grid {
    grid-template-columns: 1fr;
  }

  .mfg-hero-copy {
    max-width: 660px;
  }

  .mfg-product-visual {
    width: 625px;
    margin: 38px auto 0;
    transform: none;
  }

  .mfg-float-card {
    right: 0;
  }

  .mfg-flow article {
    padding-right: 8px;
    padding-left: 8px;
  }

  .mfg-bento-grid {
    grid-template-columns: 1fr;
  }

  .mfg-bom-card,
  .mfg-mto-card {
    min-height: 465px;
  }

  .mfg-po-card {
    min-height: 440px;
  }

  .mfg-costing-grid,
  .mfg-connected-grid {
    grid-template-columns: 1fr;
  }

  .mfg-costing-copy,
  .mfg-connected-copy {
    max-width: 650px;
  }

  .mfg-cost-window {
    max-width: 690px;
  }

  .mfg-connected-grid {
    gap: 42px;
  }

  .mfg-connection-map {
    max-width: 650px;
  }

  .mfg-docs-panel {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .mfg-faq-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .mfg-faq-grid .mfg-section-heading {
    position: static;
  }

  .mfg-final-cta > .inner {
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .manufacturing-page main section > .inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .manufacturing-page main h2 {
    font-size: 32px;
    letter-spacing: -.8px;
  }

  .mfg-hero {
    min-height: 0;
    padding: 55px 0 64px;
  }

  .mfg-hero h1 {
    font-size: 38px;
    letter-spacing: -1.6px;
  }

  .mfg-hero .mfg-lead {
    font-size: 17px;
  }

  .mfg-proof li {
    padding: 0 16px;
  }

  .mfg-product-visual {
    width: 100%;
  }

  .mfg-float-card {
    transform: scale(.9);
    transform-origin: right bottom;
  }

  .mfg-flow-section,
  .mfg-features-section,
  .mfg-connected-section,
  .mfg-faq-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .mfg-section-heading {
    margin-bottom: 38px;
  }

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

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

  .mfg-document-strip {
    align-items: flex-start;
  }

  .mfg-document-strip ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 22px;
  }

  .mfg-bom-card,
  .mfg-po-card {
    padding: 32px 32px 0;
  }

  .mfg-mto-card {
    padding: 32px;
  }

  .mfg-load-card {
    padding: 32px 32px 0;
  }

  .mfg-po-panel {
    width: auto;
    margin: auto -12px 0;
  }

  .mfg-costing-section {
    padding: 82px 0;
  }

  .mfg-costing-grid {
    gap: 48px;
  }

  .mfg-connected-copy h2 br,
  .mfg-costing-copy h2 br {
    display: none;
  }

  .mfg-docs-panel {
    margin-top: 65px;
    padding: 29px;
  }

  .mfg-final-cta {
    padding: 62px 0;
  }

  .mfg-final-cta > .inner {
    display: block;
  }

  .mfg-final-cta .mfg-actions {
    margin: 29px 0 0;
  }
}

@media (max-width: 599px) {
  .mfg-hero h1 {
    font-size: 31px;
    letter-spacing: -1.1px;
  }

  .mfg-actions a {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .mfg-proof li {
    padding: 0 10px;
  }

  .mfg-proof strong {
    font-size: 13px;
  }

  .mfg-proof span {
    font-size: 9px;
    white-space: normal;
  }

  .mfg-float-card {
    right: -6px;
    bottom: 110px;
    transform: scale(.78);
    transform-origin: right bottom;
  }

  .mfg-document-strip {
    display: block;
  }

  .mfg-document-strip > span {
    display: block;
    margin-bottom: 15px;
  }

  .mfg-document-strip ul {
    gap: 10px;
  }

  .mfg-feature-card h3 {
    font-size: 22px;
  }

  .mfg-bom-card {
    min-height: 0;
  }

  .mfg-bom-tree {
    width: auto;
    margin: auto -12px 0;
    padding: 18px 18px 24px;
  }

  .mfg-mto-card,
  .mfg-po-card {
    min-height: 0;
  }

  .mfg-po-panel {
    width: auto;
    margin: auto -12px 0;
  }

  .mfg-cost-summary strong {
    font-size: 14px;
  }

  .mfg-cost-rows li {
    grid-template-columns: 17px 1fr auto;
  }

  .mfg-cost-rows em {
    display: none;
  }

  .mfg-connection-map {
    height: 470px;
  }

  .mfg-connection-map::before,
  .mfg-connection-map::after {
    display: none;
  }

  .mfg-connection-source,
  .mfg-connection-target {
    width: 148px;
  }

  .mfg-connection-source.sales { top: 0; left: 0; }
  .mfg-connection-source.bom { right: 0; bottom: 0; left: auto; }
  .mfg-connection-target.goods { top: 0; right: 0; }
  .mfg-connection-target.cost { bottom: 0; left: 0; right: auto; }

  .mfg-connection-core {
    width: 138px;
    height: 138px;
  }

  .mfg-docs-panel nav {
    grid-template-columns: 1fr;
  }

  .mfg-faq-list summary {
    font-size: 14px;
  }

  .mfg-cta-copy h2 {
    font-size: 32px;
  }
}

@media (max-width: 399px) {
  .mfg-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mfg-actions a {
    width: 100%;
  }

  .mfg-float-card {
    display: none;
  }

  .mfg-document-strip ul {
    grid-template-columns: 1fr;
  }

  .mfg-bom-card,
  .mfg-po-card,
  .mfg-load-card {
    padding: 27px 27px 0;
  }

  .mfg-mto-card {
    padding: 27px;
  }

  .mfg-tree-level em {
    display: none;
  }

  .mfg-mto-doc {
    grid-template-columns: 32px 1fr;
  }

  .mfg-mto-doc > span {
    width: 32px;
    height: 32px;
  }

  .mfg-mto-status {
    display: none;
  }

  .mfg-cost-window {
    padding: 15px;
  }

  .mfg-cost-toolbar strong {
    font-size: 11px;
  }

  .mfg-cost-summary {
    grid-template-columns: 1fr;
  }

  .mfg-connection-source,
  .mfg-connection-target {
    width: 132px;
    padding: 9px;
  }

  .mfg-connection-source > span,
  .mfg-connection-target > span {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }
}

@media (max-width: 349px) {
  .mfg-flow {
    grid-template-columns: 1fr;
  }

  .mfg-flow article {
    max-width: 260px;
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .manufacturing-page main *,
  .manufacturing-page main *::before,
  .manufacturing-page main *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
