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

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

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

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

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

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

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

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

.inventory-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;
}

.inventory-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: "";
}

.inventory-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: "";
}

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

.inventory-hero-copy {
  padding-bottom: 2px;
}

.inventory-eyebrow,
.inventory-kicker {
  color: var(--inventory-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;
}

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

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

.inventory-hero h1 {
  margin-bottom: 24px;
  color: var(--inventory-ink);
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -2.2px;
  line-height: 1.12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inventory-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;
}

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

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

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

.inventory-demo-badge,
.inventory-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);
}

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

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

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

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

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

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

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

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

.inventory-window {
  position: absolute;
  top: 0;
  left: 0;
  width: 625px;
  overflow: hidden;
  border: 1px solid rgba(7, 57, 88, .1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 32px 70px rgba(15, 55, 77, .18), 0 6px 16px rgba(15, 55, 77, .08);
}

.inventory-window-bar {
  display: flex;
  height: 50px;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6eef1;
  background: #fbfdfe;
}

.inventory-window-brand {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #263942;
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.inventory-brand-mark {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 6px;
  background: linear-gradient(145deg, var(--inventory-bright), var(--inventory-blue));
}

.inventory-brand-mark::before,
.inventory-brand-mark::after {
  position: absolute;
  border: 1.5px solid #fff;
  border-radius: 2px;
  content: "";
}

.inventory-brand-mark::before {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
}

.inventory-brand-mark::after {
  right: 5px;
  bottom: 5px;
  width: 6px;
  height: 6px;
}

.inventory-window-actions {
  display: flex;
  gap: 5px;
}

.inventory-window-actions span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9d7dc;
}

.inventory-window-body {
  display: flex;
  height: 388px;
}

.inventory-sidebar {
  flex: 0 0 150px;
  padding: 22px 12px;
  border-right: 1px solid #e5eef1;
  background: #f7fbfc;
  color: #5d707a;
  font-size: 9px;
}

.inventory-sidebar-label {
  display: block;
  margin: 0 8px 14px;
  color: #9aabb3;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.inventory-sidebar strong,
.inventory-tree-item {
  display: flex;
  height: 27px;
  padding: 0 8px;
  gap: 7px;
  align-items: center;
  border-radius: 5px;
  white-space: nowrap;
}

.inventory-sidebar strong {
  color: #334952;
  font-weight: 600;
}

.inventory-sidebar strong i {
  width: 10px;
  height: 9px;
  border: 1.5px solid #91a5ae;
  border-top-width: 3px;
  border-radius: 1px;
}

.inventory-tree-item {
  padding-left: 22px;
}

.inventory-tree-item.nested {
  padding-left: 37px;
}

.inventory-tree-item b {
  width: 6px;
  height: 6px;
  border: 1px solid #b1c1c8;
  border-radius: 1px;
}

.inventory-tree-item.active {
  color: var(--inventory-blue);
  background: #e3f6fc;
  font-weight: 700;
}

.inventory-tree-item.active b {
  border-color: var(--inventory-bright);
  background: var(--inventory-bright);
}

.inventory-sidebar .inventory-second-warehouse {
  margin-top: 12px;
}

.inventory-dashboard {
  min-width: 0;
  flex: 1;
  padding: 22px 22px 20px;
}

.inventory-dashboard-head {
  display: flex;
  margin-bottom: 19px;
  align-items: center;
  justify-content: space-between;
}

.inventory-dashboard-head div small,
.inventory-dashboard-head div strong {
  display: block;
}

.inventory-dashboard-head div small {
  margin-bottom: 4px;
  color: #9aaab2;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .5px;
}

.inventory-dashboard-head div strong {
  color: #20353f;
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.inventory-dashboard-head > span {
  padding: 6px 9px;
  border: 1px solid #e2ebef;
  border-radius: 5px;
  color: #74858e;
  font-size: 8px;
}

.inventory-kpis {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.inventory-kpis > div {
  min-width: 0;
  padding: 12px;
  border: 1px solid #e3ecef;
  border-radius: 7px;
  background: #fff;
}

.inventory-kpis > div.featured {
  border-color: transparent;
  background: linear-gradient(135deg, #0e84bc, #15addf);
  box-shadow: 0 9px 20px rgba(14, 132, 188, .18);
}

.inventory-kpis span,
.inventory-kpis strong,
.inventory-kpis small {
  display: block;
}

.inventory-kpis span {
  margin-bottom: 5px;
  color: #8a9aa1;
  font-size: 7px;
}

.inventory-kpis strong {
  margin-bottom: 2px;
  color: #22363f;
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.inventory-kpis small {
  color: #94a3a9;
  font-size: 7px;
}

.inventory-kpis small.positive {
  color: #4ab68f;
}

.inventory-kpis .featured span,
.inventory-kpis .featured strong,
.inventory-kpis .featured small {
  color: #fff;
}

.inventory-table {
  overflow: hidden;
  border: 1px solid #e4ecef;
  border-radius: 7px;
}

.inventory-row {
  display: grid;
  min-height: 47px;
  padding: 0 12px;
  grid-template-columns: 1.5fr .75fr .45fr;
  gap: 8px;
  align-items: center;
  border-top: 1px solid #edf2f4;
  color: #7b8c93;
  font-size: 8px;
}

.inventory-row:first-child {
  border-top: 0;
}

.inventory-row-head {
  min-height: 31px;
  background: #f7fafb;
  color: #9ba9af;
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.inventory-row > span:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
}

.inventory-row b,
.inventory-row strong {
  color: #3b4e56;
  font-weight: 600;
}

.product-dot {
  display: inline-block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border-radius: 5px;
}

.product-dot.blue { background: linear-gradient(145deg, #d5ecf7, #87c8e6); }
.product-dot.cyan { background: linear-gradient(145deg, #d9f5f5, #83d9dc); }
.product-dot.yellow { background: linear-gradient(145deg, #fff1c9, #efc76b); }

.inventory-pick-card {
  position: absolute;
  right: -13px;
  bottom: 3px;
  display: grid;
  width: 270px;
  min-height: 83px;
  padding: 14px;
  grid-template-columns: 43px 1fr 36px;
  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);
}

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

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

.inventory-pick-card > div:nth-child(2) > span,
.inventory-pick-card > div:nth-child(2) > strong {
  display: block;
}

.inventory-pick-card > div:nth-child(2) > span {
  margin-bottom: 4px;
  color: #7f9098;
  font-size: 8px;
}

.inventory-pick-card > div:nth-child(2) > strong {
  color: #263b44;
  font-size: 10px;
}

.inventory-pick-card > div:nth-child(2) > i {
  display: block;
  height: 4px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 4px;
  background: #eaf0f2;
}

.inventory-pick-card > div:nth-child(2) > i b {
  display: block;
  width: 80%;
  height: 100%;
  border-radius: 4px;
  background: var(--inventory-bright);
}

.inventory-pick-card > em {
  color: var(--inventory-blue);
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

.inventory-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: "";
}

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

.inventory-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(--inventory-blue);
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 7px;
  font-weight: 700;
}

.inventory-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);
}

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

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

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

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

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

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

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

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

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

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

.inventory-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);
}

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

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

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

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

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

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

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

.inventory-locations-card {
  min-height: 480px;
  padding: 40px 42px;
}

.inventory-locations-card .inventory-feature-copy {
  max-width: 455px;
}

.inventory-location-tree {
  position: absolute;
  right: -28px;
  bottom: -22px;
  width: 450px;
  padding: 24px 26px 31px;
  border: 1px solid #dfecef;
  border-radius: 13px 0 0 0;
  background: #f8fbfc;
  box-shadow: -10px -10px 30px rgba(35, 78, 98, .06);
}

.inventory-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;
}

.inventory-tree-level i {
  width: 13px;
  height: 11px;
  border: 1.5px solid #8ea5ae;
  border-top-width: 4px;
  border-radius: 2px;
}

.inventory-tree-level strong {
  color: #334850;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.inventory-mobile-card {
  min-height: 480px;
  padding: 40px 38px;
  background: linear-gradient(150deg, #fff 20%, #f2fafc 100%);
}

.inventory-mobile-card .inventory-feature-copy {
  max-width: 320px;
}

.inventory-phone {
  position: absolute;
  right: 48px;
  bottom: -116px;
  width: 218px;
  height: 365px;
  padding: 20px 15px;
  border: 7px solid #163b4c;
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  background: #fff;
  box-shadow: 0 20px 42px rgba(7, 57, 88, .23);
}

.inventory-phone-speaker {
  width: 44px;
  height: 4px;
  margin: -9px auto 18px;
  border-radius: 6px;
  background: #345768;
}

.inventory-phone-head {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  justify-content: space-between;
  color: #30454e;
  font-size: 10px;
  font-weight: 700;
}

.inventory-phone-head b {
  color: var(--inventory-blue);
  font-size: 9px;
}

.inventory-phone-product {
  display: flex;
  padding: 10px;
  gap: 9px;
  align-items: center;
  border-radius: 7px;
  background: #f1f7f9;
}

.inventory-phone-product i {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  border-radius: 5px;
  background: linear-gradient(145deg, #d5ecf7, #87c8e6);
}

.inventory-phone-product span,
.inventory-phone-product small {
  display: block;
}

.inventory-phone-product span {
  margin-bottom: 3px;
  color: #354a53;
  font-size: 8px;
  font-weight: 700;
}

.inventory-phone-product small {
  color: #8ca0a8;
  font-size: 6px;
}

.inventory-scan-area {
  position: relative;
  display: flex;
  height: 105px;
  margin: 15px 0;
  align-items: center;
  justify-content: center;
  background: #f8fbfc;
}

.inventory-scan-area svg {
  width: 82px;
  height: 50px;
  fill: none;
  stroke: #213842;
  stroke-width: 3;
}

.inventory-scan-area .corner {
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: var(--inventory-bright);
  border-style: solid;
}

.inventory-scan-area .tl { top: 9px; left: 9px; border-width: 2px 0 0 2px; }
.inventory-scan-area .tr { top: 9px; right: 9px; border-width: 2px 2px 0 0; }
.inventory-scan-area .bl { bottom: 9px; left: 9px; border-width: 0 0 2px 2px; }
.inventory-scan-area .br { right: 9px; bottom: 9px; border-width: 0 2px 2px 0; }

.inventory-phone-confirm {
  display: flex;
  min-height: 38px;
  padding: 0 10px;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: #e6f7f1;
  color: #40866f;
  font-size: 8px;
  font-weight: 700;
}

.inventory-phone-confirm b {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #55bd96;
  color: #fff;
}

.inventory-lots-card,
.inventory-open-card {
  min-height: 395px;
  padding: 38px 40px;
}

.inventory-lots-card .inventory-feature-copy,
.inventory-open-card .inventory-feature-copy {
  max-width: 455px;
}

.inventory-lot-labels {
  position: absolute;
  right: 28px;
  bottom: 38px;
  width: 325px;
  height: 127px;
}

.inventory-lot-label {
  position: absolute;
  width: 276px;
  height: 112px;
  padding: 14px 17px;
  border: 1px solid #dae6ea;
  border-radius: 7px;
  background: #fff;
  color: #344951;
  box-shadow: 0 10px 24px rgba(31, 69, 87, .1);
}

.inventory-lot-label.back {
  top: 8px;
  right: 0;
  transform: rotate(5deg);
  opacity: .6;
}

.inventory-lot-label.front {
  top: 0;
  left: 0;
  transform: rotate(-2deg);
}

.inventory-lot-label small,
.inventory-lot-label strong,
.inventory-lot-label span,
.inventory-lot-label em {
  display: block;
}

.inventory-lot-label small {
  margin-bottom: 5px;
  color: #93a2a9;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: .5px;
}

.inventory-lot-label strong {
  margin-bottom: 3px;
  font-family: Poppins, Montserrat, "Open Sans", sans-serif;
  font-size: 14px;
}

.inventory-lot-label span {
  color: #819098;
  font-size: 7px;
}

.inventory-lot-label i {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 92px;
  height: 26px;
  background: repeating-linear-gradient(90deg, #23373f 0, #23373f 2px, transparent 2px, transparent 5px);
}

.inventory-lot-label em {
  position: absolute;
  bottom: 16px;
  left: 17px;
  color: #84959c;
  font-size: 6px;
  font-style: normal;
}

.inventory-tech-list {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 7px;
}

.inventory-tech-list span {
  padding: 6px 9px;
  border: 1px solid #d9e8ed;
  border-radius: 4px;
  color: #5f747d;
  font-size: 9px;
  font-weight: 700;
}

.inventory-code-card {
  position: absolute;
  right: -28px;
  bottom: -5px;
  width: 340px;
  overflow: hidden;
  border: 1px solid #1e5068;
  border-radius: 10px 0 0 10px;
  background: #0b2f42;
  box-shadow: 0 16px 30px rgba(7, 57, 88, .22);
}

.inventory-code-card > div {
  display: flex;
  height: 34px;
  padding: 0 14px;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.inventory-code-card > div i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5e8495;
}

.inventory-code-card > div span {
  margin-left: auto;
  color: #86a8b8;
  font-family: monospace;
  font-size: 7px;
}

.inventory-code-card pre {
  padding: 14px 19px 16px;
  color: #d4e4eb;
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  line-height: 1.65;
}

.inventory-code-card pre b { color: #77d7f3; }
.inventory-code-card pre em { color: #9fc7d6; font-style: normal; }
.inventory-code-card pre span { color: #83d7b6; }
.inventory-code-card pre strong { color: #f5cb72; font-weight: 400; }

.inventory-insights-section {
  position: relative;
  padding: 112px 0;
  overflow: hidden;
  background: #073958;
}

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

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

.inventory-insights-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 76px;
  align-items: center;
}

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

.inventory-page main .inventory-insights-copy h2,
.inventory-page main .inventory-cta-copy h2 {
  color: #fff;
}

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

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

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

.inventory-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;
}

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

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

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

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

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

.inventory-report-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);
}

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

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

.inventory-report-toolbar span {
  padding: 7px 9px;
  border: 1px solid #e0e9ed;
  border-radius: 5px;
  color: #74878f;
  font-size: 7px;
}

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

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

.inventory-report-summary span,
.inventory-report-summary strong,
.inventory-report-summary small {
  display: block;
}

.inventory-report-summary span {
  margin-bottom: 4px;
  color: #86979e;
  font-size: 7px;
}

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

.inventory-report-summary small {
  color: #52a987;
  font-size: 7px;
}

.inventory-chart {
  display: grid;
  height: 220px;
  grid-template-columns: 28px 1fr;
  gap: 8px;
}

.inventory-chart-y {
  display: flex;
  padding: 0 0 18px;
  flex-direction: column;
  justify-content: space-between;
  color: #9aa8ae;
  font-size: 6px;
  text-align: right;
}

.inventory-chart-area {
  position: relative;
  min-width: 0;
}

.inventory-chart-area .grid-line {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: #ebf0f2;
}

.inventory-chart-area .grid-line.one { top: 0; }
.inventory-chart-area .grid-line.two { top: 25%; }
.inventory-chart-area .grid-line.three { top: 50%; }
.inventory-chart-area .grid-line.four { top: 75%; }

.inventory-chart-area svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 18px);
  overflow: visible;
}

.inventory-chart-area path.area {
  fill: url(#inventoryArea);
}

.inventory-chart-area path.line {
  fill: none;
  stroke: var(--inventory-bright);
  stroke-linecap: round;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.inventory-chart-labels {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: #9aa8ae;
  font-size: 6px;
}

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

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

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

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

.inventory-connection-map::before,
.inventory-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: "";
}

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

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

.inventory-connection-source,
.inventory-connection-target {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 168px;
  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);
}

.inventory-connection-source > span,
.inventory-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(--inventory-blue);
  font-size: 9px;
  font-weight: 800;
}

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

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

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

.inventory-connection-source.purchase { top: 22px; left: 0; }
.inventory-connection-source.sales { bottom: 22px; left: 0; }
.inventory-connection-target.receipt { top: 22px; right: 0; }
.inventory-connection-target.shipment { right: 0; bottom: 22px; }

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

.inventory-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;
}

.inventory-connection-core i {
  position: relative;
  display: block;
  width: 31px;
  height: 31px;
  margin-bottom: 7px;
  border: 1.5px solid rgba(255, 255, 255, .9);
  border-radius: 7px;
}

.inventory-connection-core i::before,
.inventory-connection-core i::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 2px;
  content: "";
}

.inventory-connection-core i::before { top: 6px; left: 6px; }
.inventory-connection-core i::after { right: 6px; bottom: 6px; }

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

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

.inventory-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(--inventory-line);
  border-radius: 13px;
  background: #f8fbfc;
}

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

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

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

.inventory-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;
}

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

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

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

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

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

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

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

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

.inventory-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .inventory-hero h1 {
    font-size: 46px;
  }

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

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

  .inventory-lot-labels,
  .inventory-code-card {
    right: -50px;
  }
}

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

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

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

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

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

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

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

  .inventory-locations-card,
  .inventory-mobile-card {
    min-height: 445px;
  }

  .inventory-lot-labels,
  .inventory-code-card {
    right: 30px;
  }

  .inventory-insights-grid,
  .inventory-connected-grid {
    grid-template-columns: 1fr;
  }

  .inventory-insights-copy,
  .inventory-connected-copy {
    max-width: 650px;
  }

  .inventory-report-window {
    max-width: 690px;
  }

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

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

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

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

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

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

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

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

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

  .inventory-hero h1 {
    font-size: 42px;
    letter-spacing: -1.6px;
  }

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

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

  .inventory-product-visual {
    width: 100%;
    min-height: 0;
  }

  .inventory-window {
    width: 625px;
    transform: scale(.76);
    transform-origin: left top;
  }

  .inventory-pick-card {
    right: 0;
    bottom: 1px;
    transform: scale(.9);
    transform-origin: right bottom;
  }

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

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

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

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

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

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

  .inventory-locations-card,
  .inventory-mobile-card,
  .inventory-lots-card,
  .inventory-open-card {
    padding: 32px;
  }

  .inventory-insights-section {
    padding: 82px 0;
  }

  .inventory-insights-grid {
    gap: 48px;
  }

  .inventory-connected-copy h2 br,
  .inventory-insights-copy h2 br {
    display: none;
  }

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

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

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

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

@media (max-width: 599px) {
  .inventory-hero h1 {
    font-size: 36px;
  }

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

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

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

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

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

  .inventory-product-visual {
    min-height: 0;
  }

  .inventory-window {
    transform: scale(.58);
  }

  .inventory-pick-card {
    bottom: -2px;
    transform: scale(.76);
  }

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

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

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

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

  .inventory-locations-card {
    min-height: 520px;
  }

  .inventory-location-tree {
    right: -16px;
    width: calc(100% - 32px);
  }

  .inventory-mobile-card {
    min-height: 500px;
  }

  .inventory-phone {
    right: 50%;
    transform: translateX(50%);
  }

  .inventory-lots-card,
  .inventory-open-card {
    min-height: 475px;
  }

  .inventory-lot-labels {
    right: -18px;
    bottom: 40px;
    transform: scale(.86);
  }

  .inventory-code-card {
    right: -16px;
    bottom: 34px;
    width: calc(100% - 32px);
  }

  .inventory-report-toolbar span:last-child {
    display: none;
  }

  .inventory-report-summary strong {
    font-size: 14px;
  }

  .inventory-chart {
    height: 170px;
  }

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

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

  .inventory-connection-source,
  .inventory-connection-target {
    width: 145px;
  }

  .inventory-connection-source.purchase { top: 0; left: 0; }
  .inventory-connection-source.sales { right: 0; bottom: 0; left: auto; }
  .inventory-connection-target.receipt { top: 0; right: 0; }
  .inventory-connection-target.shipment { bottom: 0; left: 0; right: auto; }

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

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

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

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

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

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

  .inventory-product-visual {
    min-height: 0;
  }

  .inventory-window {
    transform: scale(.52);
  }

  .inventory-pick-card {
    transform: scale(.68);
  }

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

  .inventory-locations-card,
  .inventory-mobile-card,
  .inventory-lots-card,
  .inventory-open-card {
    padding: 27px;
  }

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

  .inventory-lot-labels {
    right: -38px;
    transform: scale(.73);
  }

  .inventory-report-window {
    padding: 15px;
  }

  .inventory-report-toolbar strong {
    font-size: 11px;
  }

  .inventory-report-summary {
    grid-template-columns: 1fr;
  }

  .inventory-connection-source,
  .inventory-connection-target {
    width: 130px;
    padding: 9px;
  }

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

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

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

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