:root {
  font-family: var(--font-ui);
  color: var(--ink);
  background: var(--page);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--page);
}

body,
button,
input {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
svg {
  display: block;
}

.landing-page .hero h1 {
  font-family: var(--type-display-family);
  font-size: var(--type-display-size);
  font-weight: var(--type-display-weight);
  line-height: var(--type-display-line-height);
  letter-spacing: var(--type-display-letter-spacing);
  text-transform: var(--type-display-transform);
}

.landing-page
  :is(
    .landing-tracking-section__heading h2,
    .mobile-scanner-showcase h2,
    .landing-order-list-section__heading h2,
    .landing-setup-section__heading h2,
    .cta-band h2
  ) {
  font-family: var(--type-landing-section-title-family);
  font-size: var(--type-landing-section-title-size);
  font-weight: var(--type-landing-section-title-weight);
  line-height: var(--type-landing-section-title-line-height);
  letter-spacing: var(--type-landing-section-title-letter-spacing);
  text-transform: var(--type-landing-section-title-transform);
}

.landing-page
  :is(
    .hero-business-summary__title,
    .landing-setup-step h3,
    .landing-tracking-table thead th + th,
    .landing-tracking-card h3,
    .mobile-scanner-benefits strong
  ) {
  font-family: var(--type-card-title-family);
  font-size: var(--type-card-title-size);
  font-weight: var(--type-card-title-weight);
  line-height: var(--type-card-title-line-height);
  letter-spacing: var(--type-card-title-letter-spacing);
  text-transform: var(--type-card-title-transform);
}

.landing-page
  :is(
    .hero-subhead,
    .landing-business-examples__intro,
    .landing-tracking-section__lede,
    .mobile-scanner-showcase__lede,
    .landing-order-list-section__lede
  ) {
  font-family: var(--type-lead-family);
  font-size: var(--type-lead-size);
  font-weight: var(--type-lead-weight);
  line-height: var(--type-lead-line-height);
  letter-spacing: var(--type-lead-letter-spacing);
  text-transform: var(--type-lead-transform);
}

.landing-page
  :is(
    .hero-business-summary__list,
    .hero-business-summary__reassurance,
    .hero-privacy,
    .cta-band__body,
    .landing-setup-step p,
    .landing-tracking-table thead th small,
    .landing-tracking-table tbody th,
    .landing-tracking-table td,
    .landing-tracking-card > p:last-child,
    .landing-order-list-state__details li,
    .mobile-scanner-benefits__disclosure p,
    .mobile-scanner-benefits li > div > span
  ) {
  font-family: var(--type-supporting-family);
  font-size: var(--type-supporting-size);
  font-weight: var(--type-supporting-weight);
  line-height: var(--type-supporting-line-height);
  letter-spacing: var(--type-supporting-letter-spacing);
  text-transform: var(--type-supporting-transform);
}

.landing-page
  :is(.hero-business-summary__description, .hero-business-summary__outcome) {
  font-family: var(--type-body-family);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: var(--type-body-line-height);
  letter-spacing: var(--type-body-letter-spacing);
  text-transform: var(--type-body-transform);
}

.landing-page
  :is(
    .hero-business-selector__label,
    .hero-business-summary__label,
    .landing-section-eyebrow,
    .landing-setup-step__number,
    .landing-tracking-table thead th:first-child,
    .landing-tracking-card__label,
    .landing-order-list-state__label,
    .mobile-scanner-benefits__number
  ) {
  font-family: var(--type-label-family);
  font-size: var(--type-label-size);
  font-weight: var(--type-label-weight);
  line-height: var(--type-label-line-height);
  letter-spacing: var(--type-label-letter-spacing);
  text-transform: var(--type-label-transform);
}

.landing-page
  :is(
    .button,
    .hero-business-segment,
    .landing-skip-link,
    .landing-mobile-disclosure > summary
  ) {
  font-family: var(--type-control-family);
  font-size: var(--type-control-size);
  font-weight: var(--type-control-weight);
  line-height: var(--type-control-line-height);
  letter-spacing: var(--type-control-letter-spacing);
  text-transform: var(--type-control-transform);
}

.landing-page .landing-order-list-state__badge {
  font-family: var(--type-count-family);
  font-size: var(--type-count-size);
  font-weight: var(--type-count-weight);
  line-height: var(--type-count-line-height);
  letter-spacing: var(--type-count-letter-spacing);
  text-transform: var(--type-count-transform);
  font-variant-numeric: tabular-nums;
}

.landing-page .mobile-scanner-panel__quantity-value {
  font-family: var(--type-data-family);
  font-size: var(--type-data-size);
  font-weight: var(--type-data-weight);
  line-height: var(--type-data-line-height);
  letter-spacing: var(--type-data-letter-spacing);
  text-transform: var(--type-data-transform);
}

.landing-page .inventory-preview-helper strong {
  font-family: var(--type-callout-title-family);
  font-size: var(--type-callout-title-size);
  font-weight: var(--type-callout-title-weight);
  line-height: var(--type-callout-title-line-height);
  letter-spacing: var(--type-callout-title-letter-spacing);
  text-transform: var(--type-callout-title-transform);
}

.landing-page .inventory-preview-helper div > span {
  font-family: var(--type-callout-description-family);
  font-size: var(--type-callout-description-size);
  font-weight: var(--type-callout-description-weight);
  line-height: var(--type-callout-description-line-height);
  letter-spacing: var(--type-callout-description-letter-spacing);
  text-transform: var(--type-callout-description-transform);
}

.site-shell {
  overflow: hidden;
}

.landing-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.68rem 1rem;
  border-radius: var(--landing-control-radius);
  color: var(--button-ink);
  background: var(--button);
  transform: translateY(calc(-100% - 24px));
  transition:
    transform var(--landing-motion-duration) var(--landing-motion-easing),
    background-color var(--landing-motion-duration) var(--landing-motion-easing);
}

.landing-skip-link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--button-focus);
  transform: translateY(0);
}

.site-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(
    var(--landing-content-max),
    calc(100% - var(--landing-gutter) - var(--landing-gutter))
  );
  min-height: 76px;
  margin: 0 auto;
  border-bottom: 1px solid var(--nav-line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 44px;
  font-family: var(--type-brand-family);
  font-size: var(--type-brand-size);
  font-weight: var(--type-brand-weight);
  line-height: var(--type-brand-line-height);
  letter-spacing: var(--type-brand-letter-spacing);
  text-transform: var(--type-brand-transform);
  transition: color var(--landing-motion-duration) var(--landing-motion-easing);
}

/* Scanner viewfinder framing a stock item: a solid ink tile with light brackets
   and a bright scan line, so the mark reads as a product logo rather than an icon. */
.brand-mark {
  flex: none;
  display: block;
  width: 30px;
  height: 30px;
}

.brand-mark__tile {
  fill: var(--mark-tile);
}

.brand-mark__bracket {
  fill: none;
  stroke: var(--mark-bracket);
  stroke-width: 2.4;
  stroke-linecap: round;
}

.brand-mark__box {
  fill: var(--mark-box);
}
.brand-mark__scan {
  fill: var(--mark-scan);
}

/* Two-tone wordmark: the product name in ink, the action half in the accent. */
.brand-name__accent {
  color: var(--button);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2vw, 1.75rem);
}

.nav-links,
.pricing-nav-link {
  font-family: var(--type-navigation-family);
  font-size: var(--type-navigation-size);
  font-weight: var(--type-navigation-weight);
  line-height: var(--type-navigation-line-height);
  letter-spacing: var(--type-navigation-letter-spacing);
  text-transform: var(--type-navigation-transform);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  opacity: 0.72;
  transition:
    color var(--landing-motion-duration) var(--landing-motion-easing),
    opacity var(--landing-motion-duration) var(--landing-motion-easing);
}
.nav-link:hover {
  opacity: 1;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.nav-actions .pricing-nav-link {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.68rem 1rem;
  border: 1px solid transparent;
  border-radius: var(--landing-control-radius);
  cursor: pointer;
  transition:
    color var(--landing-motion-duration) var(--landing-motion-easing),
    background-color var(--landing-motion-duration) var(--landing-motion-easing),
    border-color var(--landing-motion-duration) var(--landing-motion-easing);
}

.button svg {
  width: 17px;
  height: 17px;
}
.button:focus-visible,
.brand:focus-visible,
.nav-link:focus-visible,
.footer-links a:focus-visible {
  outline: 3px solid var(--button-focus);
  outline-offset: 3px;
}
.button-primary {
  color: var(--button-ink);
  background: var(--button-gradient);
}
.button-primary:is(:hover, :active) {
  background: var(--button-gradient);
  filter: saturate(1.12) brightness(1.06);
}
.button-ghost {
  border-color: var(--ghost-line);
  background: var(--ghost-bg);
}
.button-ghost:hover {
  background: var(--ghost-hover);
}

.hero {
  position: relative;
  min-height: min(760px, 92vh);
  padding: 124px var(--landing-inline) 50px;
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(610px, 53vw);
  padding-top: clamp(48px, 8vh, 92px);
}

.hero h1 {
  margin: 0;
  text-wrap: balance;
}

/* The headline is two data-driven lines. Breaking them onto their own rows and giving
   the closing line the brand blue turns a sentence into a claim, which is the whole job
   of the hero. Both lines come from the same business preset, so this holds for every
   tab, not just the default. */
.hero-headline__line {
  display: block;
}

.hero-headline__line--accent {
  position: relative;
  width: fit-content;
  color: var(--button);
}

/* Sits under the text rather than through it, and is drawn with a pseudo-element so the
   underline never affects the line box or the wrap. */
.hero-headline__line--accent::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0.06em;
  height: 0.1em;
  border-radius: 999px;
  background: rgba(24, 95, 165, 0.24);
}

/* A small live marker above the headline: it states what the product is before the
   headline has to be parsed. */
.hero-flag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.15rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid #d5e2f2;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-family: var(--type-caption-family);
  font-size: var(--type-caption-size);
  font-weight: 600;
  line-height: 1.2;
}

.hero-flag::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--proof);
}

.hero-subhead {
  max-width: 580px;
  margin: 1.45rem 0 0;
  color: var(--hero-muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.8rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.25rem;
  margin: 1.6rem 0 0;
  padding: 0;
  color: var(--hero-muted);
  font-family: var(--type-caption-family);
  font-size: var(--type-caption-size);
  font-weight: var(--type-caption-weight);
  line-height: var(--type-caption-line-height);
  letter-spacing: var(--type-caption-letter-spacing);
  text-transform: var(--type-caption-transform);
  list-style: none;
}

.hero-proof li {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}
.hero-proof svg {
  width: 15px;
  height: 15px;
  color: var(--proof);
}

.hero-privacy {
  max-width: 36rem;
  margin: 0;
  margin-top: 1.25rem;
  color: var(--hero-muted);
}

.hero-privacy a {
  color: var(--button);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.hero-privacy a:hover {
  color: var(--button-hover);
}

.hero-privacy a:focus-visible {
  outline: 3px solid var(--button-focus);
  outline-offset: 3px;
}

.product-scene {
  position: absolute;
  z-index: 2;
}

.inventory-preview-frame {
  position: relative;
  width: 100%;
  height: clamp(30rem, 45vw, 33rem);
  overflow: hidden;
  border: 1px solid var(--window-line);
  border-radius: var(--landing-panel-radius);
  background: #f5f8fc;
  box-shadow: var(--window-shadow);
}

.inventory-preview-iframe {
  display: block;
  width: 263.1579%;
  height: 86rem;
  border: 0;
  pointer-events: none;
  transform: scale(0.38);
  transform-origin: top left;
}

.inventory-preview-helper {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  width: 228px;
  padding: 13px;
  border: 1px solid #b7c8f5;
  border-radius: var(--landing-panel-radius);
  color: #26364d;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 38px rgba(38, 52, 78, 0.2);
}

.inventory-preview-helper strong {
  display: block;
}
.inventory-preview-helper div > span {
  display: block;
}
.inventory-preview-helper div > span {
  margin-top: 3px;
  color: #5f6c80;
}

.inventory-preview-helper-icon {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: var(--landing-control-radius);
  color: #155eef;
  background: #edf3ff;
  place-items: center;
}

.inventory-preview-helper-icon svg {
  width: 18px;
  height: 18px;
}
.inventory-preview-helper.is-scan {
  top: 62px;
  left: -20px;
  transform: rotate(-1.5deg);
}
.inventory-preview-helper.is-stock-alert {
  right: -16px;
  bottom: 26px;
  border-color: #ffc24b;
  transform: rotate(1.2deg);
}
.inventory-preview-helper.is-stock-alert .inventory-preview-helper-icon {
  color: #934f00;
  background: #ffe8c2;
}

.section {
  position: relative;
  padding-inline: var(--landing-inline);
}

.landing-setup-section {
  padding-block: var(--landing-section-space);
  background: var(--page);
}

.landing-setup-section__heading {
  max-width: var(--landing-heading-max);
  margin-bottom: var(--landing-heading-content-gap);
}

.landing-setup-section__heading h2 {
  margin: 0;
}

.landing-setup-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--section-line);
  border-radius: var(--landing-panel-radius);
  background: var(--section-bg);
  list-style: none;
}

.landing-setup-step {
  min-width: 0;
  padding: 1.6rem;
  border-top: 3px solid var(--ink);
  border-right: 1px solid var(--section-line);
  background: var(--section-bg);
}

.landing-setup-step:last-child {
  border-right: 0;
}

.landing-setup-step__number {
  display: block;
  color: var(--feature-icon);
  font-variant-numeric: tabular-nums;
}

.landing-setup-step h3 {
  margin: 0.6rem 0 0.4rem;
}

.landing-setup-step p {
  margin: 0;
  color: var(--section-muted);
}

.landing-tracking-section {
  min-width: 0;
  padding-block: var(--landing-section-space);
  background: var(--page);
}

.landing-tracking-section__heading {
  max-width: var(--landing-heading-max);
  margin-bottom: var(--landing-heading-content-gap);
}

.landing-tracking-section__heading h2 {
  margin: 0;
}

.landing-tracking-section__lede {
  max-width: var(--landing-copy-max);
  margin: 1rem 0 0;
  color: var(--section-muted);
}

.landing-tracking-matrix {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--section-line);
  border-radius: var(--landing-panel-radius);
  background: var(--section-bg);
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.landing-tracking-matrix:focus-visible {
  outline: 3px solid var(--button-focus);
  outline-offset: 3px;
}

.landing-tracking-table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
  text-align: left;
}

.landing-tracking-table__caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.landing-tracking-table th {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--section-line);
  text-align: left;
  vertical-align: bottom;
}

.landing-tracking-table thead th:first-child {
  width: 42%;
  color: var(--section-muted);
}

.landing-tracking-table thead th small {
  display: block;
  margin-top: 0.15rem;
  color: var(--section-muted);
}

.landing-tracking-table tbody th,
.landing-tracking-table td {
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--section-line);
  text-align: left;
}

.landing-tracking-table tbody th {
  color: var(--ink);
  font-weight: 600;
}

.landing-tracking-table td {
  color: var(--section-muted);
}

.landing-tracking-table tbody tr:last-child > :is(th, td) {
  border-bottom: 0;
}

.landing-tracking-table__yes {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--proof);
  font-weight: 600;
}

.landing-tracking-table__yes svg {
  flex: none;
  width: 15px;
  height: 15px;
}

.landing-tracking-table__no {
  color: var(--section-muted);
  opacity: 0.72;
}

.landing-tracking-cards {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-tracking-card {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid var(--section-line);
  border-radius: var(--landing-panel-radius);
  background: var(--section-bg);
}

.landing-tracking-card__label {
  margin: 0;
  color: var(--feature-icon);
}

.landing-tracking-card h3 {
  margin: 0.5rem 0 0;
}

.landing-tracking-card > p:last-child {
  margin: 0.55rem 0 0;
  color: var(--section-muted);
}

.landing-order-list-section {
  padding-block: var(--landing-section-space);
  background: var(--page);
}

.landing-order-list-section__heading {
  max-width: var(--landing-heading-max);
}

.landing-order-list-section__heading h2 {
  margin: 0;
}

.landing-order-list-section__lede {
  max-width: var(--landing-copy-max);
  margin: 1rem 0 0;
  color: var(--section-muted);
}

.landing-order-list-variants {
  min-width: 0;
}

.landing-order-list-variant[hidden] {
  display: none;
}

.landing-order-list-states {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: var(--landing-heading-content-gap);
  padding: 0;
  list-style: none;
}

.landing-order-list-state {
  min-width: 0;
  padding: 1.35rem;
  border: 1px solid var(--section-line);
  border-top: 3px solid var(--section-line);
  background: var(--section-bg);
}

.landing-order-list-state__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--section-line);
  color: var(--feature-icon);
}

.landing-order-list-state__label h3 {
  margin: 0;
  font: inherit;
}

.landing-order-list-state__badge {
  display: grid;
  min-width: 1.8rem;
  min-height: 1.8rem;
  border-radius: 0;
  color: #fff;
  background: var(--feature-icon);
  place-items: center;
}

.landing-order-list-state__details {
  display: grid;
  gap: 0.75rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.landing-order-list-state__details li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--section-muted);
}

.landing-order-list-state__details li > * {
  min-width: 0;
  overflow-wrap: anywhere;
}

.landing-order-list-state__details strong {
  color: var(--ink);
}

.landing-mobile-disclosure {
  display: none;
  overflow: hidden;
  border: 1px solid var(--section-line);
  border-radius: var(--landing-panel-radius);
  background: var(--section-bg);
}

.landing-mobile-disclosure > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 44px;
  padding: 0.75rem 1rem;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.landing-mobile-disclosure > summary::-webkit-details-marker {
  display: none;
}

.landing-mobile-disclosure > summary::after {
  flex: none;
  color: var(--feature-icon);
  content: "+";
  font-size: 1.15rem;
  line-height: 1;
}

.landing-mobile-disclosure[open] > summary {
  border-bottom: 1px solid var(--section-line);
}

.landing-mobile-disclosure[open] > summary::after {
  content: "-";
}

.landing-mobile-disclosure > summary:focus-visible {
  outline: 3px solid var(--button-focus);
  outline-offset: -3px;
}

.mobile-scanner-benefits__disclosure {
  margin-top: 0.75rem;
}

.mobile-scanner-benefits__disclosure p {
  margin: 0;
  padding: 0.9rem 1rem;
  color: var(--section-muted);
}

.mobile-scanner-benefits__disclosure strong {
  color: var(--ink);
}

.landing-order-list-disclosure {
  margin-top: var(--landing-heading-content-gap);
}

.landing-order-list-disclosure .landing-order-list-states {
  gap: 0.75rem;
  margin-top: 0;
  padding: 0.75rem;
}

.cta-band {
  padding: var(--landing-section-space) var(--landing-inline);
  border-top: 3px solid transparent;
  border-image: var(--button-gradient) 1;
  color: var(--ink);
  background: var(--section-bg);
  text-align: left;
}

.cta-band__copy {
  max-width: var(--landing-heading-max);
  margin: 0;
}

.cta-band h2 {
  margin: 0 0 0.9rem;
}

.cta-band__body {
  max-width: var(--landing-copy-max);
  margin: 0 0 var(--landing-heading-content-gap);
  color: var(--section-muted);
}

/* The trial terms, stated where the decision is made rather than only on the pricing
   page. */
.cta-band__note {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.1rem 0 0;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  color: var(--button);
  background: var(--feature-bg);
  font-weight: 600;
}

.cta-band__note::before {
  flex: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--button-gradient);
  content: "";
}

.cta-button {
  min-height: 44px;
  padding: 0.78rem 1.5rem;
  border-radius: var(--landing-control-radius);
  color: #fff;
  background: var(--button-gradient);
}

.cta-button:is(:hover, :active) {
  color: #fff;
  background: var(--button-hover);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 28px var(--landing-inline);
  color: var(--footer-muted);
  background: var(--footer-bg);
}

.site-footer > span {
  font-family: var(--type-brand-family);
  font-size: var(--type-brand-size);
  font-weight: var(--type-brand-weight);
  line-height: var(--type-brand-line-height);
  letter-spacing: var(--type-brand-letter-spacing);
  text-transform: var(--type-brand-transform);
}

.footer-links {
  display: flex;
  gap: 1.25rem;
  font-family: var(--type-navigation-family);
  font-size: var(--type-navigation-size);
  font-weight: var(--type-navigation-weight);
  line-height: var(--type-navigation-line-height);
  letter-spacing: var(--type-navigation-letter-spacing);
  text-transform: var(--type-navigation-transform);
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  transition: color var(--landing-motion-duration) var(--landing-motion-easing);
}

.footer-links a:hover {
  color: #fff;
}

.landing-page {
  --type-landing-section-title-family: var(--font-heading);
  --type-landing-section-title-size: clamp(1.8rem, 3.1vw, 2.5rem);
  --type-landing-section-title-weight: 700;
  --type-landing-section-title-line-height: 1.14;
  --type-landing-section-title-letter-spacing: -0.022em;
  --type-landing-section-title-transform: none;
  --landing-content-max: 1180px;
  --landing-gutter: 20px;
  --landing-inline: max(
    var(--landing-gutter),
    calc((100vw - var(--landing-content-max)) / 2)
  );
  --landing-section-space: 60px;
  --landing-section-space-mobile: 48px;
  --landing-heading-max: 60rem;
  --landing-copy-max: 52ch;
  --landing-heading-content-gap: 32px;
  --landing-control-radius: 8px;
  --landing-panel-radius: 12px;
  --landing-motion-duration: 150ms;
  --landing-motion-easing: ease;
  --landing-scanner-cycle: 2.6s;
  --ink: #162033;
  --page: #f4f8fc;
  --nav-line: rgba(22, 32, 51, 0.13);
  --button: #185fa5;
  /* Reserved for the primary action and the marks that lead to it. Everything else
     stays flat, so the gradient keeps meaning "this is the thing to click". */
  --button-gradient: linear-gradient(120deg, #0b63d6 0%, #1e86e8 45%, #17b3ce 100%);
  --button-hover: #124b83;
  --button-focus: #2f78bd;
  --button-ink: #fff;
  /* Brand mark: ink tile, light brackets, white item, bright scan line. */
  --mark-tile: #162033;
  --mark-bracket: #7fb9f2;
  --mark-box: #ffffff;
  --mark-scan: #3d95e8;
  --ghost-line: rgba(22, 32, 51, 0.2);
  --ghost-bg: rgba(255, 255, 255, 0.55);
  --ghost-hover: #fff;
  --hero-muted: #526079;
  --proof: #079455;
  --window-line: #d8dee8;
  --window-shadow: 0 34px 80px rgba(38, 52, 78, 0.19);
  --section-bg: #fff;
  --section-line: #d6e0f2;
  --section-muted: #5f6c80;
  --feature-icon: #155eef;
  --feature-bg: #edf3ff;
  --footer-bg: #185fa5;
  --footer-muted: rgba(255, 255, 255, 0.86);
  background: var(--page);
}

.hybrid-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  column-gap: clamp(24px, 3vw, 40px);
  row-gap: clamp(24px, 3vw, 38px);
  min-height: 0;
  padding-top: 124px;
  padding-bottom: 40px;
  background: var(--page);
}

.hybrid-hero .hero-copy {
  width: auto;
  padding-top: 0;
}
.hybrid-hero .hero-subhead {
  max-width: 32rem;
  margin-top: 1.1rem;
}
.hybrid-hero .hero-actions {
  margin-top: 1.5rem;
}
.hybrid-hero .hero-proof {
  margin-top: 1.25rem;
}

.landing-business-examples {
  padding: 0 var(--landing-inline) var(--landing-section-space);
  background: var(--page);
}

.landing-business-examples__intro {
  max-width: var(--landing-copy-max);
  margin: 0 0 var(--landing-heading-content-gap);
  color: var(--section-muted);
}

.hero-business-selector {
  width: min(64rem, 100%);
  margin: 0 auto var(--landing-heading-content-gap);
  text-align: center;
}

.hero-business-selector__label {
  margin: 0 0 0.65rem;
  color: var(--ink);
}

.hero-business-segments {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.25rem;
  padding: 0.3rem;
  border: 1px solid #b9c7d9;
  border-radius: var(--landing-panel-radius);
  background: #eef2f6;
}

.hero-business-segment {
  min-width: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid transparent;
  border-radius: var(--landing-control-radius);
  color: var(--hero-muted);
  text-align: center;
  transition:
    border-color var(--landing-motion-duration) var(--landing-motion-easing),
    background-color var(--landing-motion-duration) var(--landing-motion-easing),
    color var(--landing-motion-duration) var(--landing-motion-easing);
}

.hero-business-segment__icon {
  flex: none;
  display: grid;
  place-items: center;
}

.hero-business-segment svg {
  flex: none;
  width: 17px;
  height: 17px;
}

.hero-business-segment:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.65);
}

.hero-business-segment[aria-current="true"] {
  border-color: #7ca8d4;
  color: #0b4a81;
  background: #fff;
  box-shadow: 0 1px 3px rgba(22, 32, 51, 0.1);
}

.hero-business-segment:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--button-focus);
  outline-offset: 2px;
}

.landing-business-announcer {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.hero-business-summaries {
  min-width: 0;
  width: 100%;
}

.hero-business-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--section-line);
  border-radius: var(--landing-panel-radius);
  background: var(--section-line);
  box-shadow: 0 12px 32px rgba(38, 52, 78, 0.08);
}

.hero-business-summary[hidden] {
  display: none;
}

.hero-business-summary__cell {
  min-width: 0;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background: var(--section-bg);
  overflow-wrap: anywhere;
}

.hero-business-summary__intro {
  grid-column: 1 / -1;
}

.hero-business-summary__title {
  max-width: var(--landing-heading-max);
  margin: 0.45rem 0 0;
}

.hero-business-summary__description {
  max-width: var(--landing-copy-max);
  margin: 0.65rem 0 0;
}

.hero-business-summary__outcome {
  max-width: 64ch;
  margin: 0.75rem 0 0;
  color: var(--ink);
  font-weight: 600;
}

.hero-business-summary__reassurance {
  max-width: 64ch;
  margin: 0.8rem 0 0;
  padding-top: 0.8rem;
  border-top: 1px solid var(--section-line);
  color: var(--section-muted);
}

.hero-business-summary__reassurance strong {
  color: var(--feature-icon);
}

.hero-business-summary__label {
  display: block;
  margin: 0;
  color: var(--feature-icon);
}

.hero-business-summary__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.35rem;
  margin: 0.55rem 0 0;
  padding: 0;
  color: var(--ink);
  list-style: none;
}

.hybrid-scene {
  position: relative;
  width: 100%;
}

.landing-section-eyebrow {
  display: block;
  margin: 0 0 12px;
  color: var(--feature-icon);
  font-variant-numeric: tabular-nums;
}

/* A short bar rather than a full-width hairline: with the numbered eyebrow above it the
   pair reads as an index mark for the section, and the six of them line up down the page
   instead of cutting it into strips. */
.landing-section-divider {
  height: 2px;
  width: 64px;
  margin: 0 0 24px;
  border: 0;
  border-radius: 0;
  background: var(--ink);
  opacity: 0.85;
}

.mobile-scanner-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(288px, 1fr);
  align-items: start;
  gap: 24px clamp(24px, 3vw, 40px);
  /* Every other band is inset with --landing-inline, which is derived from 100vw and so
     includes the scrollbar. Centring this one inside its parent instead measured the
     content box, which excludes it: the two disagreed by half a scrollbar and this
     section's eyebrow, rule and heading sat off the page grid with a rule ~35% short.
     Use the same mechanism as .section so there is one grid. */
  padding: var(--landing-section-space) var(--landing-inline);
  background: var(--page);
}

/* The numbered eyebrow and its rule span the whole band, as they do in every other
   section, so the 01-06 index reads as one rail down the page and no rule stops short.
   Only the body below stays two-column. */
.mobile-scanner-showcase__header {
  grid-column: 1 / -1;
}

.mobile-scanner-showcase__copy {
  min-width: 0;
}

.mobile-scanner-showcase h2 {
  max-width: var(--landing-heading-max);
  margin: 0;
}

.mobile-scanner-showcase__lede {
  max-width: var(--landing-copy-max);
  margin: 1rem 0 0;
  color: var(--section-muted);
}

.mobile-scanner-benefits {
  display: flex;
  flex-direction: column;
  margin: var(--landing-heading-content-gap) 0 0;
  padding: 0;
  border-top: 1px solid var(--section-line);
  list-style: none;
}

.mobile-scanner-benefits li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--section-line);
}

.mobile-scanner-benefits__number {
  grid-row: 1 / 3;
  color: var(--feature-icon);
  font-variant-numeric: tabular-nums;
}

.mobile-scanner-benefits li > div {
  display: grid;
  gap: 4px;
}

.mobile-scanner-benefits li > div > span {
  color: var(--section-muted);
}

.mobile-scanner-showcase__visual {
  min-width: 0;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.mobile-scanner-blueprint {
  position: relative;
  width: min(288px, 100%);
  padding: 10px;
  border: 1px solid var(--section-line);
  background: transparent;
}

.mobile-scanner-blueprint__corner {
  position: absolute;
  width: 11px;
  height: 11px;
  color: rgba(22, 32, 51, 0.48);
}

.mobile-scanner-blueprint__corner::before,
.mobile-scanner-blueprint__corner::after {
  position: absolute;
  background: currentColor;
  content: "";
}

.mobile-scanner-blueprint__corner::before {
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
}

.mobile-scanner-blueprint__corner::after {
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
}

.mobile-scanner-blueprint__corner.is-top-left {
  top: -6px;
  left: -6px;
}

.mobile-scanner-blueprint__corner.is-top-right {
  top: -6px;
  right: -6px;
}

.mobile-scanner-blueprint__corner.is-bottom-left {
  bottom: -6px;
  left: -6px;
}

.mobile-scanner-blueprint__corner.is-bottom-right {
  right: -6px;
  bottom: -6px;
}

.mobile-scanner-panel {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--section-line);
}

.mobile-scanner-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--section-line);
  font-family: var(--type-card-title-family);
  font-size: 0.88rem;
  font-weight: var(--type-card-title-weight);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mobile-scanner-panel__status {
  padding: 3px 7px;
  color: var(--button-hover);
  background: var(--feature-bg);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.mobile-scanner-panel__viewport {
  position: relative;
  aspect-ratio: 1;
  margin: 12px;
  overflow: hidden;
  border: 1px dashed rgba(22, 32, 51, 0.24);
}

.mobile-scanner-panel__guide {
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 26px;
  border-color: var(--button);
  border-style: solid;
}

.mobile-scanner-panel__guide.is-top-left {
  top: 14px;
  left: 14px;
  border-width: 2px 0 0 2px;
}

.mobile-scanner-panel__guide.is-top-right {
  top: 14px;
  right: 14px;
  border-width: 2px 2px 0 0;
}

.mobile-scanner-panel__guide.is-bottom-left {
  bottom: 14px;
  left: 14px;
  border-width: 0 0 2px 2px;
}

.mobile-scanner-panel__guide.is-bottom-right {
  right: 14px;
  bottom: 14px;
  border-width: 0 2px 2px 0;
}

.mobile-scanner-panel__shelf-label {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 74%;
  aspect-ratio: 62 / 29;
  padding: 6px;
  outline: 1px dashed #b6c2ce;
  outline-offset: -1px;
  color: #0f1720;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-1.5deg);
}

.mobile-scanner-panel__shelf-label svg {
  flex: none;
  width: 68px;
  height: 68px;
}

.mobile-scanner-panel__shelf-label > span {
  min-width: 0;
  overflow: hidden;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.mobile-scanner-panel__scanline {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  top: 4%;
  height: 1px;
  background: var(--button);
  box-shadow: 0 0 8px var(--button);
  animation: landing-scanner-scan var(--landing-scanner-cycle) ease-in-out
    infinite;
}

.mobile-scanner-panel__instruction {
  margin: 0;
  padding: 0 12px 10px;
  color: var(--section-muted);
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}

.mobile-scanner-panel__progress {
  height: 3px;
  margin: 0 12px 12px;
  overflow: hidden;
  background: rgba(22, 32, 51, 0.12);
}

.mobile-scanner-panel__progress > span {
  display: block;
  width: 12%;
  height: 100%;
  background: var(--button);
  animation: landing-scanner-hold var(--landing-scanner-cycle) ease-out infinite;
}

.mobile-scanner-panel__review {
  display: grid;
  padding: 12px;
  border-top: 1px solid var(--section-line);
}

.mobile-scanner-panel__review-label {
  margin-bottom: 6px;
  color: var(--feature-icon);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-scanner-panel__review > strong {
  font-family: var(--type-card-title-family);
  font-size: 1.18rem;
  font-weight: var(--type-card-title-weight);
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.mobile-scanner-panel__review > [data-landing-scanner-meta] {
  margin-top: 2px;
  color: var(--section-muted);
  font-size: 0.75rem;
}

.mobile-scanner-panel__quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.mobile-scanner-panel__quantity-label {
  margin-right: auto;
  color: var(--section-muted);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mobile-scanner-panel__quantity-control {
  display: grid;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(22, 32, 51, 0.24);
  background: var(--section-bg);
  font-size: 0.94rem;
  place-items: center;
}

.mobile-scanner-panel__quantity-value {
  min-width: 16px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.mobile-scanner-panel__confirm {
  display: block;
  min-height: 38px;
  margin-top: 12px;
  padding: 9px 14px;
  color: var(--button-ink);
  background: var(--button);
  font-family: var(--type-control-family);
  font-size: var(--type-control-size);
  font-weight: var(--type-control-weight);
  line-height: 20px;
  text-align: center;
}

@keyframes landing-scanner-scan {
  0%,
  100% {
    top: 4%;
  }

  50% {
    top: 96%;
  }
}

@keyframes landing-scanner-hold {
  0% {
    width: 12%;
  }

  70%,
  100% {
    width: 82%;
  }
}

/* Pricing uses the public site's existing typography and buttons. */
/* Pricing runs on the landing page's own rhythm: the same numbered eyebrows, the same
   short index rules, the same section spacing. The two pages are one site, so they
   should not be laid out by different rules. */
.pricing-page {
  padding-top: 96px;
}

.pricing-intro__body {
  max-width: var(--landing-copy-max);
  margin: 0;
  color: var(--section-muted);
}

.section.pricing-intro,
.section.pricing-plans,
.section.pricing-terms {
  padding-block: var(--landing-section-space);
  background: var(--page);
}

.pricing-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-block: 2rem 0;
}

/* The coloured top edge says which plan is which without a "most popular" badge. */
.pricing-option {
  border: 1px solid var(--section-line);
  border-top: 3px solid var(--section-line);
  background: var(--section-bg);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.pricing-option--yearly {
  border-top-color: var(--button);
}

.pricing-option--monthly {
  border-top-color: var(--ink);
}

.pricing-option__flag {
  margin: 0;
  color: var(--section-muted);
  font-family: var(--type-caption-family);
  font-size: var(--type-caption-size);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-option--yearly .pricing-option__flag {
  color: var(--button);
}

.pricing-option h3 {
  margin: 0.6rem 0 0;
}

.pricing-amount {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin: 0.9rem 0 0.15rem;
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-variant-numeric: tabular-nums;
}

.pricing-amount span {
  color: var(--section-muted);
  font-size: 1rem;
}

.pricing-option__billed {
  margin: 0;
}

.pricing-option__covers {
  margin: 0.35rem 0 0;
  color: var(--section-muted);
}

.pricing-option .button {
  margin-top: 1.25rem;
}

/* Two per row, not auto-fit: these four answers run from one sentence to four, and a
   wider row leaves the short one stranded beside a box twice its height. */
.pricing-terms__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.pricing-terms__item {
  padding: 1.25rem;
  border: 1px solid var(--section-line);
  background: var(--section-bg);
  color: var(--section-muted);
}

.pricing-terms__item b {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--ink);
}

.pricing-terms__item p {
  margin: 0;
}

@media (max-width: 980px) {
  .mobile-scanner-showcase {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mobile-scanner-showcase__copy {
    max-width: 46rem;
  }
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .nav-actions .pricing-nav-link {
    display: inline-flex;
  }

  .product-scene {
    opacity: 0.92;
  }

  .hybrid-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-bottom: 40px;
  }

  .hybrid-scene {
    width: min(680px, 100%);
    margin: 12px auto 0;
    transform: none;
  }

  .inventory-preview-iframe {
    width: 227.2728%;
    height: 75rem;
    transform: scale(0.44);
  }

  .inventory-preview-helper.is-scan {
    left: 10px;
  }

  .inventory-preview-helper.is-stock-alert {
    right: 10px;
    bottom: 18px;
  }

  .landing-setup-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-setup-step:nth-child(2n) {
    border-right: 0;
  }

  .landing-setup-step:nth-child(-n + 2) {
    border-bottom: 1px solid var(--section-line);
  }

  .hero-business-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-business-summary__intro,
  .hero-business-summary__supplies {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .pricing-options,
  .pricing-terms__grid {
    grid-template-columns: 1fr;
  }
  .hero-business-segments {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .landing-order-list-states {
    grid-template-columns: 1fr;
  }

  .mobile-scanner-benefits .mobile-scanner-benefits__advanced--desktop,
  .landing-order-list-states--desktop {
    display: none;
  }

  .landing-mobile-disclosure {
    display: block;
  }
}

@media (max-width: 620px) {
  .landing-page {
    --landing-section-space: var(--landing-section-space-mobile);
  }

  .site-nav {
    min-height: 66px;
  }

  .hybrid-hero {
    padding-top: 92px;
    padding-bottom: 28px;
  }

  .hybrid-scene {
    display: none;
  }

  .nav-actions .button {
    min-height: 44px;
    padding: 0.55rem 0.7rem;
  }

  .hero-actions .button {
    flex: 1 1 10rem;
  }

  .hero-proof {
    max-width: 22rem;
  }

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

  .hero-business-summary__intro,
  .hero-business-summary__supplies {
    grid-column: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .landing-tracking-matrix {
    display: none;
  }

  .landing-tracking-cards {
    display: grid;
    gap: 0.75rem;
  }

  .mobile-scanner-blueprint {
    width: min(250px, calc(100% - 12px));
    padding: 8px;
  }

  .mobile-scanner-panel__viewport {
    margin: 10px;
  }

  .mobile-scanner-panel__shelf-label {
    width: 80%;
  }

  .mobile-scanner-panel__shelf-label svg {
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 540px) {
  .landing-setup-steps {
    grid-template-columns: 1fr;
  }

  .landing-setup-step {
    border-right: 0;
    border-bottom: 1px solid var(--section-line);
  }

  .landing-setup-step:last-child {
    border-bottom: 0;
  }

  .landing-order-list-state__details li {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }
}

@media (max-width: 400px) {
  .nav-actions .button-ghost {
    display: none;
  }

  .brand {
    gap: 0.5rem;
  }

  .brand-mark {
    width: 27px;
    height: 27px;
  }

  .brand-name {
    font-size: 0.9rem;
  }

  .hero-business-segments {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
