@import url("./solution-wms.css");
@import url("./solution-landing.css");
@import url("./stock-level-sync.css");

.wms-software-lp .hero-gradient {
  position: relative;
  overflow: hidden;
  padding-top: clamp(4.5rem, 8vw, 7rem) !important;
  padding-bottom: clamp(3.5rem, 7vw, 6rem) !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 113, 227, .14), transparent 30%),
    radial-gradient(circle at 20% 82%, rgba(99, 153, 255, .1), transparent 28%),
    linear-gradient(135deg, #f2f8ff 0%, #ffffff 52%, #f5f8ff 100%);
}

.wms-software-lp .hero-gradient > .container {
  position: relative;
  z-index: 1;
}

.wms-software-lp .hero-gradient .row {
  align-items: center;
}

.wms-software-lp .hero-gradient .hero-badge {
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 113, 227, .14);
  background: rgba(255, 255, 255, .72);
  color: #1267ad;
}

.wms-software-lp .hero-gradient .display-heading {
  max-width: 39rem;
  margin-bottom: 1.25rem;
  color: #132d43;
  font-size: clamp(2.35rem, 4.3vw, 4.2rem);
  letter-spacing: -.055em;
  line-height: .98;
}

.wms-software-lp .hero-gradient .lead-tight {
  max-width: 36rem;
  margin-bottom: 1.5rem;
  color: #647586;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.55;
}

.wms-software-lp .hero-gradient .cd-wms-hero-benefits {
  gap: .7rem;
  margin-bottom: 0;
  color: #344f65;
  font-size: .9rem;
  font-weight: 600;
}

.wms-software-lp .hero-gradient .cd-wms-hero-benefits li span {
  display: inline-grid;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 1.25rem;
  place-items: center;
  border-radius: 50%;
  background: #dff4e9;
  color: #16845b;
  font-size: .72rem;
  font-weight: 800;
}

.wms-software-lp .hero-gradient .cd-wms-console {
  position: relative;
  padding: clamp(1.25rem, 2.3vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(21, 56, 86, .13);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 1.75rem 4rem rgba(31, 72, 112, .16), 0 1px 0 rgba(255, 255, 255, .95) inset;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.wms-software-lp .hero-gradient .cd-wms-console::before {
  display: none;
}

.wms-software-lp .hero-gradient .cd-wms-console__header {
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8eef4;
}

.wms-software-lp .hero-gradient .cd-wms-metric {
  height: 100%;
  padding: .85rem;
  border: 1px solid #e8eef4;
  border-radius: .9rem;
  background: #f7fafc;
}

.wms-software-lp .hero-gradient .cd-wms-metric span,
.wms-software-lp .hero-gradient .cd-wms-metric small {
  display: block;
  color: #718091;
  font-size: .68rem;
}

.wms-software-lp .hero-gradient .cd-wms-metric strong {
  display: block;
  margin: .2rem 0;
  color: #12304a;
  font-size: 1.45rem;
}

.wms-software-lp .hero-gradient .cd-wms-wave {
  padding: 1rem;
  border: 1px solid #e5ecf3;
  border-radius: .9rem;
  background: #fff;
}

.wms-software-lp .hero-gradient .cd-wms-wave .progress {
  height: .55rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eef5;
}

.wms-software-lp .hero-gradient .cd-wms-wave .progress-bar {
  border-radius: inherit;
  background: linear-gradient(90deg, #0071e3, #3d9cff);
}

.wms-software-lp .hero-gradient .cd-wms-scan {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .85rem;
  border: 1px solid rgba(0, 113, 227, .11);
  border-radius: .9rem;
  background: #eef7ff;
  color: #164468;
}

.wms-software-lp .hero-gradient .cd-wms-scan__icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  place-items: center;
  border-radius: .6rem;
  background: #d9edff;
  color: #0071e3;
  font-weight: 800;
}

.wms-software-lp .hero-gradient .cd-wms-console__footer {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  color: #63707c;
  font-size: .7rem;
}

@media (max-width: 991.98px) {
  .wms-software-lp .hero-gradient .display-heading {
    max-width: 44rem;
  }
}

@media (max-width: 575.98px) {
  .wms-software-lp .hero-gradient {
    padding-top: 3.5rem !important;
  }

  .wms-software-lp .hero-gradient .display-heading {
    font-size: 2.55rem;
  }

  .wms-software-lp .hero-gradient .cd-wms-console__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

.wms-software-lp {
  --cd-wms-blue: #0071e3;
  --cd-wms-navy: #12304a;
  --cd-wms-green: #16845b;
  color: #1d1d1f;
}

.wms-software-lp .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Reuse solution-wms console, hero, proof styles */
.wms-software-lp .cd-wms-results {
  background: var(--cd-wms-navy);
  color: #fff;
}
.wms-software-lp .cd-wms-results .section-kicker { color: #74b9ff; }
.wms-software-lp .cd-wms-results .text-muted { color: rgba(255,255,255,.68) !important; }
.wms-software-lp .cd-wms-result {
  padding: 1.3rem;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 1rem;
  background: rgba(255,255,255,.06);
  transition: transform .2s ease, background .2s ease;
}
.wms-software-lp .cd-wms-result:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.1);
}
.wms-software-lp .cd-wms-result strong { display: block; color: #75c7ff; font-size: 1.35rem; }
.wms-software-lp .cd-wms-result span { color: rgba(255,255,255,.72); font-size: .78rem; }

.wms-software-lp .cd-wms-cta-band {
  background: linear-gradient(135deg, #0071e3 0%, #0058b8 100%);
  color: #fff;
  border-radius: 1.5rem;
}

.wms-software-lp .cd-wms-faq .accordion-button:not(.collapsed) {
  background: rgba(0, 113, 227, .06);
  color: var(--cd-wms-navy);
}


/* Problem section: turn the operational friction into a clear visual sequence. */
.wms-software-lp .cd-wms-problem-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 113, 227, .065), transparent 38%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.wms-software-lp .cd-wms-problem-section .section-kicker {
  color: #1675c8;
}

.wms-software-lp .cd-wms-problem-section h2 {
  max-width: 46rem;
  margin-right: auto;
  margin-left: auto;
  color: #132d43;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.wms-software-lp .cd-wms-problem-section .lead {
  max-width: 43rem;
  margin-right: auto;
  margin-left: auto;
  color: #697785;
  font-size: 1rem;
  line-height: 1.65;
}

.wms-software-lp .cd-wms-problem-section .row.g-4.mt-3 {
  position: relative;
  margin-top: 2.75rem !important;
}

.wms-software-lp .cd-wms-problem-section .row.g-4.mt-3::before {
  position: absolute;
  top: 2.3rem;
  right: 16.5%;
  left: 16.5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 113, 227, .22), transparent);
  content: "";
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card {
  position: relative;
  height: 100%;
  padding: 1.65rem 1.55rem 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(19, 48, 74, .1);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 .7rem 1.7rem rgba(25, 55, 90, .06), 0 1px 0 rgba(255, 255, 255, .95) inset;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card::before {
  position: absolute;
  top: 0;
  right: 1.5rem;
  left: 1.5rem;
  height: 2px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0878df, rgba(85, 169, 242, .12));
  content: "";
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card::after {
  display: none;
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card:hover {
  border-color: rgba(0, 113, 227, .24);
  box-shadow: 0 1rem 2.2rem rgba(25, 55, 90, .1), 0 1px 0 rgba(255, 255, 255, .95) inset;
  transform: translateY(-4px);
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card__icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  margin-bottom: 1.35rem;
  border: 1px solid rgba(0, 113, 227, .14);
  border-radius: .85rem;
  background: linear-gradient(145deg, #eaf4ff, #f1f5ff);
  color: #146bb4;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 .35rem .8rem rgba(0, 113, 227, .1);
}

.wms-software-lp .cd-wms-problem-section .col-md-4:nth-child(2) .cd-slp-card__icon {
  background: linear-gradient(145deg, #fff4df, #fff8ed);
  color: #b57916;
  border-color: rgba(181, 121, 22, .16);
}

.wms-software-lp .cd-wms-problem-section .col-md-4:nth-child(3) .cd-slp-card__icon {
  background: linear-gradient(145deg, #eaf8f1, #eefaf7);
  color: #16845b;
  border-color: rgba(22, 132, 91, .16);
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: .65rem;
  color: #132d43;
  font-size: 1.12rem;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #687785;
  font-size: .88rem;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .wms-software-lp .cd-wms-problem-section .row.g-4.mt-3 {
    margin-top: 2rem !important;
  }

  .wms-software-lp .cd-wms-problem-section .row.g-4.mt-3::before {
    display: none;
  }

  .wms-software-lp .cd-wms-problem-section .cd-slp-card {
    padding: 1.35rem 1.3rem 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wms-software-lp .cd-wms-problem-section .cd-slp-card {
    transition: none;
  }
}


/* Workflow section: make the warehouse journey feel guided and sequential. */
.wms-software-lp .cd-wms-workflow-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 113, 227, .08), transparent 32%),
    radial-gradient(circle at 88% 100%, rgba(22, 132, 91, .06), transparent 30%),
    linear-gradient(180deg, #f7fafc 0%, #edf3f8 100%) !important;
  border-top: 1px solid rgba(19, 48, 74, .06);
  border-bottom: 1px solid rgba(19, 48, 74, .06);
}

.wms-software-lp .cd-wms-workflow-section .container {
  position: relative;
  z-index: 1;
}

.wms-software-lp .cd-wms-workflow-section .section-kicker {
  color: #1675c8;
}

.wms-software-lp .cd-wms-workflow-section h2 {
  max-width: 43rem;
  color: #132d43;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.wms-software-lp .cd-wms-workflow-section .row.align-items-end > .col-lg-5 p {
  max-width: 28rem;
  margin-left: auto;
  color: #607181;
  font-size: .92rem;
  line-height: 1.6;
}

.wms-software-lp .cd-wms-workflow-section .row.row-cols-1 {
  position: relative;
  margin-top: .25rem;
}

.wms-software-lp .cd-wms-workflow-section .row.row-cols-1::before {
  position: absolute;
  top: 2.15rem;
  right: 8.5%;
  left: 8.5%;
  height: 2px;
  background: linear-gradient(90deg, #65aef0 0%, #58a9e9 35%, #65b98f 100%);
  content: "";
  opacity: .55;
}

.wms-software-lp .cd-wms-workflow-section .workflow-step {
  position: relative;
  height: 100%;
  padding: 1.35rem 1.25rem 1.3rem;
  border: 1px solid rgba(19, 48, 74, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 .5rem 1.25rem rgba(25, 55, 90, .055), 0 1px 0 rgba(255, 255, 255, .9) inset;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wms-software-lp .cd-wms-workflow-section .workflow-step:hover {
  border-color: rgba(0, 113, 227, .24);
  box-shadow: 0 .8rem 1.7rem rgba(25, 55, 90, .1), 0 1px 0 rgba(255, 255, 255, .95) inset;
  transform: translateY(-4px);
}

.wms-software-lp .cd-wms-workflow-section .step-number {
  position: absolute;
  top: .85rem;
  right: .9rem;
  color: #91a0ad;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.wms-software-lp .cd-wms-workflow-section .cd-slp-card__icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 113, 227, .13);
  border-radius: .8rem;
  background: linear-gradient(145deg, #e8f3ff, #f1f6ff);
  color: #146bb4;
  font-size: 1.15rem;
  font-weight: 700;
  box-shadow: 0 .3rem .7rem rgba(0, 113, 227, .08);
}

.wms-software-lp .cd-wms-workflow-section .col:nth-child(4) .cd-slp-card__icon,
.wms-software-lp .cd-wms-workflow-section .col:nth-child(5) .cd-slp-card__icon,
.wms-software-lp .cd-wms-workflow-section .col:nth-child(6) .cd-slp-card__icon {
  background: linear-gradient(145deg, #e9f8f1, #f1faf7);
  border-color: rgba(22, 132, 91, .14);
  color: #16845b;
}

.wms-software-lp .cd-wms-workflow-section .workflow-step h3 {
  position: relative;
  z-index: 1;
  margin-bottom: .5rem;
  color: #132d43;
  font-size: 1.08rem;
  font-weight: 750;
  letter-spacing: -.025em;
}

.wms-software-lp .cd-wms-workflow-section .workflow-step p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #687785;
  font-size: .8rem;
  line-height: 1.55;
}

@media (max-width: 991.98px) {
  .wms-software-lp .cd-wms-workflow-section .row.row-cols-1::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .wms-software-lp .cd-wms-workflow-section .row.align-items-end {
    margin-bottom: 2rem !important;
  }

  .wms-software-lp .cd-wms-workflow-section .row.align-items-end > .col-lg-5 p {
    margin-left: 0;
  }

  .wms-software-lp .cd-wms-workflow-section .workflow-step {
    padding: 1.2rem 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wms-software-lp .cd-wms-workflow-section .workflow-step {
    transition: none;
  }
}


/* Capabilities: present the operational benefits as a calm, scannable system. */
.wms-software-lp .cd-wms-capabilities-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.wms-software-lp .cd-wms-capabilities-section .section-kicker {
  color: #1675c8;
}

.wms-software-lp .cd-wms-capabilities-section h2 {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  color: #132d43;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.wms-software-lp .cd-wms-capabilities-section .row.row-cols-1 {
  margin-top: 2.25rem;
}

.wms-software-lp .cd-wms-capabilities-section .cd-slp-card {
  position: relative;
  height: 100%;
  min-height: 12.2rem;
  padding: 1.45rem 1.4rem 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(19, 48, 74, .1);
  border-radius: 1.05rem;
  background: linear-gradient(145deg, #fff 0%, #f8fbfe 100%);
  box-shadow: 0 .55rem 1.4rem rgba(25, 55, 90, .045), 0 1px 0 rgba(255, 255, 255, .95) inset;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wms-software-lp .cd-wms-capabilities-section .cd-slp-card::before {
  position: absolute;
  top: 0;
  right: 1.4rem;
  left: 1.4rem;
  height: 2px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0878df, rgba(85, 169, 242, .08));
  content: "";
  opacity: .72;
}

.wms-software-lp .cd-wms-capabilities-section .cd-slp-card::after {
  display: none;
}

.wms-software-lp .cd-wms-capabilities-section .cd-slp-card:hover {
  border-color: rgba(0, 113, 227, .24);
  box-shadow: 0 .9rem 2rem rgba(25, 55, 90, .095), 0 1px 0 rgba(255, 255, 255, .95) inset;
  transform: translateY(-4px);
}

.wms-software-lp .cd-wms-capabilities-section .cd-slp-card__icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 113, 227, .13);
  border-radius: .8rem;
  background: #eaf4ff;
  color: #146bb4;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 .3rem .7rem rgba(0, 113, 227, .08);
}

.wms-software-lp .cd-wms-capabilities-section .col:nth-child(4) .cd-slp-card__icon,
.wms-software-lp .cd-wms-capabilities-section .col:nth-child(5) .cd-slp-card__icon,
.wms-software-lp .cd-wms-capabilities-section .col:nth-child(6) .cd-slp-card__icon {
  border-color: rgba(22, 132, 91, .14);
  background: #eaf8f1;
  color: #16845b;
}

.wms-software-lp .cd-wms-capabilities-section .cd-slp-card h3 {
  position: relative;
  z-index: 1;
  max-width: 17rem;
  margin-bottom: .55rem;
  color: #132d43;
  font-size: 1.03rem;
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.wms-software-lp .cd-wms-capabilities-section .cd-slp-card p {
  position: relative;
  z-index: 1;
  max-width: 22rem;
  margin-bottom: 0;
  color: #687785;
  font-size: .81rem;
  line-height: 1.58;
}

@media (max-width: 767.98px) {
  .wms-software-lp .cd-wms-capabilities-section .row.row-cols-1 {
    margin-top: 1.5rem;
  }

  .wms-software-lp .cd-wms-capabilities-section .cd-slp-card {
    min-height: 0;
    padding: 1.3rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wms-software-lp .cd-wms-capabilities-section .cd-slp-card {
    transition: none;
  }
}


/* Comparison: make the operational difference immediately visible. */
.wms-software-lp .cd-wms-comparison-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 113, 227, .08), transparent 38%),
    linear-gradient(180deg, #f7fafc 0%, #edf3f8 100%) !important;
  border-top: 1px solid rgba(19, 48, 74, .06);
  border-bottom: 1px solid rgba(19, 48, 74, .06);
}

.wms-software-lp .cd-wms-comparison-section .container {
  position: relative;
  z-index: 1;
}

.wms-software-lp .cd-wms-comparison-section .section-kicker {
  color: #1675c8;
}

.wms-software-lp .cd-wms-comparison-section h2 {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  color: #132d43;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.wms-software-lp .cd-wms-comparison-section .row.g-4.align-items-stretch {
  position: relative;
  margin-top: 2.25rem;
}

.wms-software-lp .cd-wms-comparison-section .row.g-4.align-items-stretch::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  align-items: center;
  justify-content: center;
  border: 5px solid #edf3f8;
  border-radius: 50%;
  background: #173d5d;
  color: #fff;
  content: "↔";
  font-size: .85rem;
  font-weight: 800;
  transform: translate(-50%, -50%);
}

.wms-software-lp .cd-wms-comparison-section .comparison-card {
  position: relative;
  height: 100%;
  padding: 1.7rem 1.7rem 1.55rem;
  overflow: hidden;
  border: 1px solid rgba(19, 48, 74, .11);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 .7rem 1.7rem rgba(25, 55, 90, .055), 0 1px 0 rgba(255, 255, 255, .9) inset;
}

.wms-software-lp .cd-wms-comparison-section .comparison-card::after {
  display: none;
}

.wms-software-lp .cd-wms-comparison-section .comparison-card--positive {
  border-color: rgba(22, 132, 91, .22);
  background:
    radial-gradient(circle at 100% 0%, rgba(22, 132, 91, .1), transparent 42%),
    linear-gradient(145deg, #f7fffb 0%, #edf9f4 100%);
  box-shadow: 0 .9rem 2rem rgba(22, 132, 91, .09), 0 1px 0 rgba(255, 255, 255, .95) inset;
}

.wms-software-lp .cd-wms-comparison-section .comparison-card h3 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1.35rem;
  color: #132d43;
  font-size: 1.3rem;
  font-weight: 750;
  letter-spacing: -.035em;
}

.wms-software-lp .cd-wms-comparison-section .comparison-card h3::before {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: .65rem;
  background: #f1e9e8;
  color: #ad655d;
  content: "×";
  font-size: 1.1rem;
  font-weight: 500;
}

.wms-software-lp .cd-wms-comparison-section .comparison-card--positive h3::before {
  background: #d9f3e7;
  color: #16845b;
  content: "✓";
}

.wms-software-lp .cd-wms-comparison-section .comparison-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .75rem;
}

.wms-software-lp .cd-wms-comparison-section .comparison-card li {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  color: #5f6f7d;
  font-size: .88rem;
  line-height: 1.45;
}

.wms-software-lp .cd-wms-comparison-section .comparison-card li span {
  display: inline-grid;
  flex: 0 0 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  align-items: center;
  justify-content: center;
  margin-top: .05rem;
  border-radius: 50%;
  background: #f4e9e7;
  color: #ad655d;
  font-size: .78rem;
  font-weight: 700;
}

.wms-software-lp .cd-wms-comparison-section .comparison-card--positive li {
  color: #355f4d;
  font-weight: 550;
}

.wms-software-lp .cd-wms-comparison-section .comparison-card--positive li span {
  background: #cceede;
  color: #16845b;
}

@media (max-width: 991.98px) {
  .wms-software-lp .cd-wms-comparison-section .row.g-4.align-items-stretch::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .wms-software-lp .cd-wms-comparison-section .comparison-card {
    padding: 1.35rem 1.25rem;
  }

  .wms-software-lp .cd-wms-comparison-section .comparison-card h3 {
    font-size: 1.15rem;
  }

  .wms-software-lp .cd-wms-comparison-section .comparison-card li {
    font-size: .82rem;
  }
}

/* Proof strip refinement: turn four facts into a calm, scannable panel. */
.wms-software-lp > section.py-5.border-bottom {
  position: relative;
  overflow: hidden;
  padding-top: clamp(1.5rem, 3vw, 2.1rem) !important;
  padding-bottom: clamp(1.5rem, 3vw, 2.1rem) !important;
  background:
    radial-gradient(circle at 50% -120%, rgba(0, 113, 227, .14), transparent 48%),
    linear-gradient(180deg, #fafcff 0%, #f2f6fa 100%);
  border-bottom-color: rgba(19, 48, 74, .08) !important;
}

.wms-software-lp > section.py-5.border-bottom .row {
  padding: .55rem;
  border: 1px solid rgba(19, 48, 74, .1);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 1rem 2.5rem rgba(25, 55, 90, .08), 0 1px 0 rgba(255, 255, 255, .95) inset;
}

.wms-software-lp > section.py-5.border-bottom .mini-stat {
  min-height: 5.2rem;
  padding: .9rem 1rem .8rem;
  border-right: 1px solid rgba(19, 48, 74, .08);
  background: transparent;
  box-shadow: none;
}

.wms-software-lp > section.py-5.border-bottom .col:last-child .mini-stat {
  border-right: 0;
}

.wms-software-lp > section.py-5.border-bottom .mini-stat strong {
  display: block;
  color: #102b43;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  letter-spacing: -.035em;
  line-height: 1.1;
}

.wms-software-lp > section.py-5.border-bottom .mini-stat span {
  display: block;
  margin-top: .35rem;
  color: #657586;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .wms-software-lp > section.py-5.border-bottom .mini-stat {
    border-right: 0;
  }

  .wms-software-lp > section.py-5.border-bottom .col:nth-child(odd) .mini-stat {
    border-right: 1px solid rgba(19, 48, 74, .08);
  }
}

@media (max-width: 575.98px) {
  .wms-software-lp > section.py-5.border-bottom .row {
    padding: .35rem;
    border-radius: 1.25rem;
  }

  .wms-software-lp > section.py-5.border-bottom .mini-stat {
    min-height: 4.7rem;
    padding: .7rem .35rem;
  }

  .wms-software-lp > section.py-5.border-bottom .mini-stat strong {
    font-size: .92rem;
  }

  .wms-software-lp > section.py-5.border-bottom .mini-stat span {
    font-size: .61rem;
  }
}


/* Results: give the proof points a stronger, more premium information hierarchy. */
.wms-software-lp .cd-wms-results-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 100%, rgba(82, 167, 239, .15), transparent 35%),
    radial-gradient(circle at 92% 0%, rgba(22, 132, 91, .12), transparent 32%),
    linear-gradient(135deg, #102f4d 0%, #123f60 55%, #0f4b70 100%);
}

.wms-software-lp .cd-wms-results-section::before,
.wms-software-lp .cd-wms-results-section::after {
  display: none;
}

.wms-software-lp .cd-wms-results-section .container {
  position: relative;
  z-index: 1;
}

.wms-software-lp .cd-wms-results-section .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #82c5ff;
}

.wms-software-lp .cd-wms-results-section .section-kicker::before {
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: #68d39d;
  box-shadow: 0 0 0 .25rem rgba(104, 211, 157, .12);
  content: "";
}

.wms-software-lp .cd-wms-results-section h2 {
  max-width: 31rem;
  color: #fff;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.wms-software-lp .cd-wms-results-section .lead {
  max-width: 29rem;
  color: rgba(255, 255, 255, .7) !important;
  font-size: .98rem;
  line-height: 1.65;
}

.wms-software-lp .cd-wms-results-section .row.row-cols-2 {
  position: relative;
}

.wms-software-lp .cd-wms-results-section .cd-wms-result {
  position: relative;
  height: 100%;
  min-height: 7.3rem;
  padding: 1.3rem 1.35rem 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .055));
  box-shadow: 0 .6rem 1.5rem rgba(3, 25, 46, .14), 0 1px 0 rgba(255, 255, 255, .09) inset;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.wms-software-lp .cd-wms-results-section .cd-wms-result::after {
  display: none;
}

.wms-software-lp .cd-wms-results-section .cd-wms-result:hover {
  border-color: rgba(130, 197, 255, .45);
  background: linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .07));
  transform: translateY(-3px);
}

.wms-software-lp .cd-wms-results-section .cd-wms-result strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #82c8ff;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1;
}

.wms-software-lp .cd-wms-results-section .cd-wms-result span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 10rem;
  margin-top: .55rem;
  color: rgba(255, 255, 255, .68);
  font-size: .72rem;
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .wms-software-lp .cd-wms-results-section h2,
  .wms-software-lp .cd-wms-results-section .lead {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .wms-software-lp .cd-wms-results-section .cd-wms-result {
    min-height: 6.8rem;
    padding: 1.05rem;
  }

  .wms-software-lp .cd-wms-results-section .cd-wms-result span {
    font-size: .68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wms-software-lp .cd-wms-results-section .cd-wms-result {
    transition: none;
  }
}


/* Testimonials: turn short quotes into credible, human proof points. */
.wms-software-lp .cd-wms-testimonials-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 113, 227, .065), transparent 38%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.wms-software-lp .cd-wms-testimonials-section .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #1675c8;
}

.wms-software-lp .cd-wms-testimonials-section .section-kicker::before,
.wms-software-lp .cd-wms-testimonials-section .section-kicker::after {
  width: 1.35rem;
  height: 1px;
  background: rgba(0, 113, 227, .28);
  content: "";
}

.wms-software-lp .cd-wms-testimonials-section h2 {
  max-width: 48rem;
  margin-right: auto;
  margin-left: auto;
  color: #132d43;
  letter-spacing: -.045em;
  line-height: 1.06;
}

.wms-software-lp .cd-wms-testimonials-section .row.g-4 {
  margin-top: 2.25rem;
}

.wms-software-lp .cd-wms-testimonials-section .testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 14rem;
  margin: 0;
  padding: 1.6rem 1.5rem 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(19, 48, 74, .1);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 .65rem 1.6rem rgba(25, 55, 90, .055), 0 1px 0 rgba(255, 255, 255, .95) inset;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wms-software-lp .cd-wms-testimonials-section .testimonial-card::before {
  position: absolute;
  top: 0;
  right: 1.5rem;
  left: 1.5rem;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #f1b82b, rgba(241, 184, 43, .08));
  content: "";
}

.wms-software-lp .cd-wms-testimonials-section .testimonial-card:nth-child(2)::before {
  background: linear-gradient(90deg, #8d7ce3, rgba(141, 124, 227, .08));
}

.wms-software-lp .cd-wms-testimonials-section .testimonial-card:nth-child(3)::before {
  background: linear-gradient(90deg, #51b589, rgba(81, 181, 137, .08));
}

.wms-software-lp .cd-wms-testimonials-section .testimonial-card::after {
  display: none;
}

.wms-software-lp .cd-wms-testimonials-section .testimonial-card:hover {
  border-color: rgba(0, 113, 227, .22);
  box-shadow: 0 1rem 2.1rem rgba(25, 55, 90, .095), 0 1px 0 rgba(255, 255, 255, .95) inset;
  transform: translateY(-4px);
}

.wms-software-lp .cd-wms-testimonials-section .testimonial-card blockquote {
  position: relative;
  z-index: 1;
  flex: 1;
  margin: 0 0 1.4rem;
  color: #30465a;
  font-size: .91rem;
  font-weight: 550;
  line-height: 1.62;
}

.wms-software-lp .cd-wms-testimonials-section .testimonial-card blockquote::before {
  display: block;
  margin-bottom: .45rem;
  color: #8dbce2;
  content: "“";
  font-family: Georgia, serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: .55;
}

.wms-software-lp .cd-wms-testimonials-section .testimonial-card figcaption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: .18rem;
  padding-top: .95rem;
  border-top: 1px solid rgba(19, 48, 74, .09);
}

.wms-software-lp .cd-wms-testimonials-section .testimonial-card figcaption strong {
  color: #132d43;
  font-size: .83rem;
  font-weight: 800;
}

.wms-software-lp .cd-wms-testimonials-section .testimonial-card figcaption span {
  color: #71808d;
  font-size: .7rem;
}

@media (max-width: 991.98px) {
  .wms-software-lp .cd-wms-testimonials-section .testimonial-card {
    min-height: 13rem;
  }
}

@media (max-width: 767.98px) {
  .wms-software-lp .cd-wms-testimonials-section .section-kicker::before,
  .wms-software-lp .cd-wms-testimonials-section .section-kicker::after {
    width: .8rem;
  }

  .wms-software-lp .cd-wms-testimonials-section .testimonial-card {
    min-height: 0;
    padding: 1.4rem 1.3rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wms-software-lp .cd-wms-testimonials-section .testimonial-card {
    transition: none;
  }
}


/* FAQ: replace the default disclosure list with a calm, confident help panel. */
.wms-software-lp .cd-wms-faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 113, 227, .08), transparent 38%),
    linear-gradient(180deg, #f7fafc 0%, #edf3f8 100%) !important;
  border-top: 1px solid rgba(19, 48, 74, .06);
  border-bottom: 1px solid rgba(19, 48, 74, .06);
}

.wms-software-lp .cd-wms-faq-section .container {
  position: relative;
  z-index: 1;
}

.wms-software-lp .cd-wms-faq-section .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #1675c8;
}

.wms-software-lp .cd-wms-faq-section .section-kicker::before,
.wms-software-lp .cd-wms-faq-section .section-kicker::after {
  width: 1.35rem;
  height: 1px;
  background: rgba(0, 113, 227, .28);
  content: "";
}

.wms-software-lp .cd-wms-faq-section h2 {
  max-width: 52rem;
  margin-right: auto;
  margin-left: auto;
  color: #132d43;
  letter-spacing: -.05em;
  line-height: 1.04;
}

.wms-software-lp .cd-wms-faq-section .cd-wms-faq {
  position: relative;
  margin-top: 2.25rem;
  border: 1px solid rgba(19, 48, 74, .11);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 .7rem 1.7rem rgba(25, 55, 90, .06), 0 1px 0 rgba(255, 255, 255, .95) inset;
  overflow: hidden;
}

.wms-software-lp .cd-wms-faq-section .cd-wms-faq details {
  margin: 0;
  border-bottom: 1px solid rgba(19, 48, 74, .09);
  background: rgba(255, 255, 255, .74);
  transition: background 180ms ease;
}

.wms-software-lp .cd-wms-faq-section .cd-wms-faq details:last-child {
  border-bottom: 0;
}

.wms-software-lp .cd-wms-faq-section .cd-wms-faq details[open] {
  background: #fff;
}

.wms-software-lp .cd-wms-faq-section .cd-wms-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 4rem;
  padding: 1.05rem 3.6rem 1.05rem 1.35rem;
  color: #233c50;
  cursor: pointer;
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  transition: color 180ms ease, background 180ms ease;
}

.wms-software-lp .cd-wms-faq-section .cd-wms-faq summary::-webkit-details-marker {
  display: none;
}

.wms-software-lp .cd-wms-faq-section .cd-wms-faq summary::before {
  display: inline-grid;
  flex: 0 0 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
  align-items: center;
  justify-content: center;
  margin-right: .8rem;
  border-radius: .55rem;
  background: #eaf4ff;
  color: #146bb4;
  content: "?";
  font-size: .78rem;
  font-weight: 800;
}

.wms-software-lp .cd-wms-faq-section .cd-wms-faq summary::after {
  position: absolute;
  top: 50%;
  right: 1.35rem;
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border: 1px solid rgba(0, 113, 227, .18);
  border-radius: 50%;
  color: #1675c8;
  content: "+";
  font-size: 1rem;
  font-weight: 500;
  transform: translateY(-50%);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.wms-software-lp .cd-wms-faq-section .cd-wms-faq details[open] summary {
  color: #0b5da9;
  background: linear-gradient(90deg, rgba(234, 244, 255, .78), rgba(255, 255, 255, .35));
}

.wms-software-lp .cd-wms-faq-section .cd-wms-faq details[open] summary::after {
  background: #1675c8;
  color: #fff;
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}

.wms-software-lp .cd-wms-faq-section .cd-wms-faq details p {
  max-width: 43rem;
  margin: 0;
  padding: 0 3.6rem 1.2rem 3.85rem;
  color: #687785;
  font-size: .86rem;
  line-height: 1.65;
}

.wms-software-lp .cd-wms-faq-section .cd-wms-faq summary:focus-visible {
  outline: 3px solid rgba(0, 113, 227, .25);
  outline-offset: -3px;
}

@media (max-width: 767.98px) {
  .wms-software-lp .cd-wms-faq-section .section-kicker::before,
  .wms-software-lp .cd-wms-faq-section .section-kicker::after {
    width: .8rem;
  }

  .wms-software-lp .cd-wms-faq-section .cd-wms-faq {
    margin-top: 1.6rem;
  }

  .wms-software-lp .cd-wms-faq-section .cd-wms-faq summary {
    min-height: 3.7rem;
    padding-left: 1rem;
    font-size: .86rem;
  }

  .wms-software-lp .cd-wms-faq-section .cd-wms-faq summary::before {
    flex-basis: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .6rem;
  }

  .wms-software-lp .cd-wms-faq-section .cd-wms-faq summary::after {
    right: .95rem;
  }

  .wms-software-lp .cd-wms-faq-section .cd-wms-faq details p {
    padding-right: 1.2rem;
    padding-left: 3.1rem;
    font-size: .8rem;
  }
}


/* Final CTA: make the conversion moment high-contrast and unmistakable. */
.wms-software-lp .cd-wms-cta-section {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 8% 100%, rgba(112, 198, 255, .22), transparent 32%),
    radial-gradient(circle at 92% 0%, rgba(75, 213, 160, .13), transparent 28%),
    linear-gradient(135deg, #075bb4 0%, #0878df 52%, #1168bd 100%);
  color: #fff;
}

.wms-software-lp .cd-wms-cta-section::before,
.wms-software-lp .cd-wms-cta-section::after {
  display: none;
}

.wms-software-lp .cd-wms-cta-section .container {
  position: relative;
  z-index: 1;
}

.wms-software-lp .cd-wms-cta-section .col-lg-8 {
  max-width: 52rem;
}

.wms-software-lp .cd-wms-cta-section .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #b9e0ff;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wms-software-lp .cd-wms-cta-section .section-kicker::before {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #76e2ae;
  box-shadow: 0 0 0 .25rem rgba(118, 226, 174, .13);
  content: "";
}

.wms-software-lp .cd-wms-cta-section h2 {
  margin-top: 1rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.45rem);
  letter-spacing: -.055em;
  line-height: 1.04;
  text-wrap: balance;
}

.wms-software-lp .cd-wms-cta-section .lead {
  max-width: 42rem;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, .88) !important;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.55;
}

.wms-software-lp .cd-wms-cta-section .btn {
  min-width: 10.5rem;
  border-radius: .75rem;
  font-weight: 750;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.wms-software-lp .cd-wms-cta-section .btn-primary {
  border-color: #fff;
  background: #fff;
  color: #075daf;
  box-shadow: 0 .7rem 1.4rem rgba(3, 37, 78, .24);
}

.wms-software-lp .cd-wms-cta-section .btn-primary:hover {
  border-color: #f0f8ff;
  background: #f0f8ff;
  color: #064b8c;
  transform: translateY(-2px);
}

.wms-software-lp .cd-wms-cta-section .btn-outline-primary {
  border: 1px solid rgba(255, 255, 255, .75);
  color: #fff;
}

.wms-software-lp .cd-wms-cta-section .btn-outline-primary:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  transform: translateY(-2px);
}

.wms-software-lp .cd-wms-cta-section .small {
  color: rgba(255, 255, 255, .72) !important;
  font-size: .78rem;
}

@media (max-width: 575.98px) {
  .wms-software-lp .cd-wms-cta-section .btn {
    width: min(100%, 18rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wms-software-lp .cd-wms-cta-section .btn {
    transition: none;
  }
}


/* Hero trust strip: turn the proof points into balanced, readable badges. */
.wms-software-lp .cd-wms-trust {
  position: relative;
  margin-top: 1.6rem !important;
}

.wms-software-lp .cd-wms-trust .col {
  display: flex;
}

.wms-software-lp .cd-wms-trust .stat-tile {
  display: flex;
  flex: 1;
  min-height: 5.15rem;
  align-items: center;
  gap: .75rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(19, 48, 74, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 .45rem 1.2rem rgba(25, 55, 90, .05), 0 1px 0 rgba(255, 255, 255, .92) inset;
  text-align: left;
}

.wms-software-lp .cd-wms-trust .stat-tile::before {
  position: absolute;
  top: 0;
  right: 1rem;
  left: 1rem;
  height: 2px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0878df, rgba(85, 169, 242, .12));
  content: "";
}

.wms-software-lp .cd-wms-trust .stat-tile strong {
  flex: 0 0 auto;
  color: #12304a;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
}

.wms-software-lp .cd-wms-trust .stat-tile span {
  display: block;
  margin: 0;
  color: #647482;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.35;
}

.wms-software-lp .cd-wms-trust .col:nth-child(2) .stat-tile::before {
  background: linear-gradient(90deg, #7b83e7, rgba(123, 131, 231, .12));
}

.wms-software-lp .cd-wms-trust .col:nth-child(3) .stat-tile::before {
  background: linear-gradient(90deg, #4db78a, rgba(77, 183, 138, .12));
}

.wms-software-lp .cd-wms-trust .stat-tile:hover {
  border-color: rgba(0, 113, 227, .2);
  box-shadow: 0 .7rem 1.5rem rgba(25, 55, 90, .085), 0 1px 0 rgba(255, 255, 255, .95) inset;
  transform: translateY(-2px);
}

@media (max-width: 575.98px) {
  .wms-software-lp .cd-wms-trust .stat-tile {
    min-height: 4.5rem;
    gap: .55rem;
    padding: .7rem .75rem;
  }

  .wms-software-lp .cd-wms-trust .stat-tile strong {
    font-size: 1.2rem;
  }

  .wms-software-lp .cd-wms-trust .stat-tile span {
    font-size: .62rem;
  }
}


/* Hero simplification: reduce visual competition and let the message lead. */
.wms-software-lp .hero-gradient {
  padding-top: clamp(3.25rem, 6vw, 5rem) !important;
  padding-bottom: clamp(3rem, 5vw, 4.5rem) !important;
  background: #f7faff;
}

.wms-software-lp .hero-gradient::before,
.wms-software-lp .hero-gradient::after {
  display: none;
}

.wms-software-lp .hero-gradient .row {
  --bs-gutter-x: clamp(2rem, 5vw, 5.5rem);
}

.wms-software-lp .hero-gradient .hero-badge {
  display: inline-flex;
  margin-bottom: 1.35rem;
  padding: .42rem .8rem;
  border: 1px solid #dbe8f4;
  border-radius: 999px;
  background: #fff;
  color: #2b6c9f;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.wms-software-lp .hero-gradient .display-heading {
  max-width: 33rem;
  margin-bottom: 1.25rem;
  color: #16324a;
  font-size: clamp(2.55rem, 4vw, 3.75rem);
  letter-spacing: -.055em;
  line-height: 1.02;
}

.wms-software-lp .hero-gradient .lead-tight {
  max-width: 32rem;
  margin-bottom: 1.6rem;
  color: #667786;
  font-size: 1.02rem;
  line-height: 1.6;
}

.wms-software-lp .hero-gradient .cd-wms-hero-benefits {
  display: grid;
  gap: .65rem;
  max-width: 34rem;
  color: #40586c;
  font-size: .88rem;
  font-weight: 550;
  line-height: 1.4;
}

.wms-software-lp .hero-gradient .cd-wms-hero-benefits li {
  align-items: flex-start;
  gap: .6rem;
}

.wms-software-lp .hero-gradient .cd-wms-hero-benefits li span {
  width: 1.15rem;
  height: 1.15rem;
  flex-basis: 1.15rem;
  margin-top: .08rem;
  background: #def4e9;
  color: #16845b;
  font-size: .65rem;
}

.wms-software-lp .hero-gradient .btn {
  border-radius: .7rem;
  font-size: .92rem;
  font-weight: 750;
}

.wms-software-lp .hero-gradient .small.mt-3 {
  color: #6d7c89;
  font-size: .76rem;
}

.wms-software-lp .hero-gradient .cd-wms-trust {
  display: flex;
  max-width: 35rem;
  margin-top: 1.8rem !important;
  padding-top: 1rem;
  border-top: 1px solid #dce7f0;
}

.wms-software-lp .hero-gradient .cd-wms-trust .col {
  display: block;
  flex: 1 1 0;
}

.wms-software-lp .hero-gradient .cd-wms-trust .stat-tile,
.wms-software-lp .hero-gradient .cd-wms-trust .stat-tile:hover {
  min-height: 0;
  align-items: baseline;
  gap: .4rem;
  padding: 0 .75rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.wms-software-lp .hero-gradient .cd-wms-trust .col + .col .stat-tile {
  padding-left: .85rem;
  border-left: 1px solid #dce7f0;
}

.wms-software-lp .hero-gradient .cd-wms-trust .stat-tile::before {
  display: none;
}

.wms-software-lp .hero-gradient .cd-wms-trust .stat-tile strong {
  color: #16324a;
  font-size: 1.15rem;
}

.wms-software-lp .hero-gradient .cd-wms-trust .stat-tile span {
  color: #71808d;
  font-size: .66rem;
  line-height: 1.3;
}

.wms-software-lp .hero-gradient .cd-wms-console {
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(31, 72, 112, .1), 0 0 0 1px rgba(19, 48, 74, .05);
}

@media (max-width: 991.98px) {
  .wms-software-lp .hero-gradient .display-heading {
    max-width: 40rem;
  }
}

@media (max-width: 575.98px) {
  .wms-software-lp .hero-gradient {
    padding-top: 2.5rem !important;
    padding-bottom: 2.75rem !important;
  }

  .wms-software-lp .hero-gradient .display-heading {
    max-width: 19rem;
    font-size: 2.45rem;
  }

  .wms-software-lp .hero-gradient .cd-wms-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .65rem;
  }

  .wms-software-lp .hero-gradient .cd-wms-trust .col + .col .stat-tile {
    padding-left: .65rem;
  }
}


/* Proof strip icons: make each operational promise instantly recognizable. */
.wms-software-lp > section.py-5.border-bottom .mini-stat {
  position: relative;
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  grid-template-rows: auto auto;
  column-gap: .7rem;
  align-items: center;
  min-height: 5.4rem;
  padding: .8rem 1rem;
  text-align: left;
}

.wms-software-lp > section.py-5.border-bottom .mini-stat__icon {
  display: grid;
  grid-row: 1 / span 2;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid rgba(0, 113, 227, .13);
  border-radius: .7rem;
  background: #eaf4ff;
  color: #146bb4;
  font-size: 1rem;
  box-shadow: 0 .25rem .6rem rgba(0, 113, 227, .08);
}

.wms-software-lp > section.py-5.border-bottom .col:nth-child(2) .mini-stat__icon {
  border-color: rgba(22, 132, 91, .14);
  background: #eaf8f1;
  color: #16845b;
}

.wms-software-lp > section.py-5.border-bottom .col:nth-child(3) .mini-stat__icon {
  border-color: rgba(123, 131, 231, .16);
  background: #f0efff;
  color: #626bc2;
}

.wms-software-lp > section.py-5.border-bottom .col:nth-child(4) .mini-stat__icon {
  border-color: rgba(224, 161, 43, .16);
  background: #fff7e6;
  color: #ad7615;
}

.wms-software-lp > section.py-5.border-bottom .mini-stat strong {
  grid-column: 2;
  margin: 0;
}

.wms-software-lp > section.py-5.border-bottom .mini-stat span {
  grid-column: 2;
  margin-top: .12rem;
}

@media (max-width: 575.98px) {
  .wms-software-lp > section.py-5.border-bottom .mini-stat {
    grid-template-columns: 1.8rem 1fr;
    column-gap: .45rem;
    min-height: 4.65rem;
    padding: .6rem .45rem;
  }

  .wms-software-lp > section.py-5.border-bottom .mini-stat__icon {
    width: 1.8rem;
    height: 1.8rem;
    font-size: .8rem;
  }
}
/* Calm hero refinement: create one clear reading path before the product proof. */
.wms-software-lp .hero-gradient {
  background: linear-gradient(135deg, #f4f8fc 0%, #ffffff 58%, #f7fbff 100%);
}

.wms-software-lp .hero-gradient > .container {
  padding-top: clamp(2.25rem, 6vw, 5rem) !important;
  padding-bottom: clamp(2.25rem, 6vw, 5rem) !important;
}

.wms-software-lp .hero-badge {
  margin-bottom: 1.5rem !important;
  padding: .45rem .8rem;
  border: 1px solid rgba(0, 113, 227, .12);
  background: rgba(255, 255, 255, .72);
  color: #35627f;
  font-size: .72rem;
  letter-spacing: .02em;
  text-transform: none;
}

.wms-software-lp .display-heading {
  max-width: 12ch;
  margin-bottom: 1.5rem !important;
  color: #152536;
  font-size: clamp(2.8rem, 5.2vw, 4.45rem);
  letter-spacing: -.065em;
  line-height: .98;
  text-wrap: balance;
}

.wms-software-lp .lead-tight {
  max-width: 35rem;
  margin-bottom: 1.65rem !important;
  color: #687785;
  font-size: 1rem;
  line-height: 1.6;
}

.wms-software-lp .hero-gradient .list-unstyled {
  display: grid;
  gap: .85rem;
  max-width: 37rem;
  margin-bottom: 1.85rem !important;
}

.wms-software-lp .hero-gradient .list-unstyled li {
  margin-bottom: 0 !important;
  color: #42576a;
  font-size: .9rem;
  line-height: 1.45;
}

.wms-software-lp .hero-gradient .list-unstyled li > i,
.wms-software-lp .hero-gradient .list-unstyled li > .icon-circle {
  color: #0878df;
  opacity: .82;
}

.wms-software-lp .hero-gradient .btn {
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 700;
}

.wms-software-lp .hero-gradient .d-flex.flex-wrap.gap-3.small {
  margin-top: 1.4rem !important;
  color: #788995 !important;
  font-size: .75rem !important;
}

.wms-software-lp .hero-gradient .cd-sellers-console,
.wms-software-lp .hero-gradient .cd-slp-card {
  border: 1px solid rgba(18, 48, 74, .09);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.8rem rgba(31, 70, 105, .1);
}

@media (max-width: 575.98px) {
  .wms-software-lp .display-heading {
    max-width: 13ch;
    font-size: clamp(2.65rem, 12vw, 3.35rem);
  }

  .wms-software-lp .hero-gradient .d-flex.flex-column.flex-sm-row > div { width: 100%; }
  .wms-software-lp .hero-gradient .d-flex.flex-column.flex-sm-row .btn { width: 100%; }
}



/* Problem cards: let the icons carry the visual accent instead of top borders. */
.wms-software-lp .cd-wms-problem-section .cd-slp-card::before {
  display: none;
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card__icon i {
  font-size: 1rem;
  line-height: 1;
}

.wms-software-lp .cd-wms-problem-section .col-md-4:nth-child(2) .cd-slp-card__icon {
  background: linear-gradient(145deg, #fff4df, #fff8ed);
  color: #b57916;
}

.wms-software-lp .cd-wms-problem-section .col-md-4:nth-child(3) .cd-slp-card__icon {
  background: linear-gradient(145deg, #eaf8f1, #eefaf7);
  color: #16845b;
}


/* Workflow cards: remove the decorative connector behind the cards. */
.wms-software-lp .cd-wms-workflow-section .row.row-cols-1::before {
  display: none;
}


/* Feature showcase: give the WMS page a visual product-tour rhythm. */
.wms-software-lp .cd-wms-feature-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.wms-software-lp .cd-wms-feature-section:nth-of-type(even) {
  background: #f7fafc;
}

.wms-software-lp .cd-wms-feature-section--batch,
.wms-software-lp .cd-wms-feature-section--shipping {
  background: #f7fafc;
}

.wms-software-lp .cd-wms-feature-section--mobile {
  background: #12304a;
  color: #fff;
}

.wms-software-lp .cd-wms-feature-section--mobile .text-muted {
  color: rgba(255, 255, 255, .72) !important;
}

.wms-software-lp .cd-wms-feature-section--mobile .section-kicker {
  color: #83c6ff;
}

.wms-software-lp .cd-wms-feature-section__number {
  display: block;
  margin-bottom: .7rem;
  color: rgba(0, 113, 227, .22);
  font-size: 3.5rem;
  font-weight: 850;
  letter-spacing: -.08em;
  line-height: .75;
}

.wms-software-lp .cd-wms-feature-section--mobile .cd-wms-feature-section__number {
  color: rgba(131, 198, 255, .3);
}

.wms-software-lp .cd-wms-feature-section h2 {
  max-width: 33rem;
  color: #132d43;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.wms-software-lp .cd-wms-feature-section--mobile h2 {
  color: #fff;
}

.wms-software-lp .cd-wms-feature-section .lead {
  max-width: 32rem;
  line-height: 1.65;
}

.wms-software-lp .cd-wms-feature-points {
  display: grid;
  gap: .55rem;
  margin-top: 1.25rem;
}

.wms-software-lp .cd-wms-feature-points span {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #40586c;
  font-size: .84rem;
  font-weight: 650;
}

.wms-software-lp .cd-wms-feature-points i {
  display: inline-grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border-radius: .5rem;
  background: #eaf4ff;
  color: #146bb4;
  font-size: .78rem;
}

.wms-software-lp .cd-wms-feature-section--mobile .cd-wms-feature-points span {
  color: rgba(255, 255, 255, .82);
}

.wms-software-lp .cd-wms-feature-section--mobile .cd-wms-feature-points i {
  background: rgba(131, 198, 255, .14);
  color: #83c6ff;
}

.wms-software-lp .cd-wms-feature-section .btn {
  border-radius: .7rem;
  font-weight: 750;
}

.wms-software-lp .cd-wms-feature-section--mobile .btn {
  border-color: #fff;
  background: #fff;
  color: #075daf;
}

.wms-software-lp .cd-wms-feature-visual {
  position: relative;
  padding: clamp(1rem, 2.2vw, 1.6rem);
  overflow: hidden;
  border: 1px solid rgba(19, 48, 74, .1);
  border-radius: 1.35rem;
  background: linear-gradient(145deg, #e9f4ff, #f8fbfe);
  box-shadow: 0 1.2rem 2.8rem rgba(25, 55, 90, .1), 0 1px 0 rgba(255, 255, 255, .9) inset;
}

.wms-software-lp .cd-wms-feature-visual::after {
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  width: 10rem;
  height: 10rem;
  border: 1px solid rgba(0, 113, 227, .1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.wms-software-lp .cd-wms-feature-visual--batch {
  background: linear-gradient(145deg, #eaf8f1, #edf5ff);
}

.wms-software-lp .cd-wms-feature-visual--stock {
  background: linear-gradient(145deg, #f1edff, #eef7ff);
}

.wms-software-lp .cd-wms-feature-visual--shipping {
  background: linear-gradient(145deg, #fff5df, #eef6ff);
}

.wms-software-lp .cd-wms-feature-visual--mobile {
  display: grid;
  min-height: 32rem;
  place-items: center;
  border-color: rgba(255, 255, 255, .12);
  background: radial-gradient(circle, rgba(87, 171, 239, .22), transparent 48%), #0d2b45;
  box-shadow: 0 1.2rem 2.8rem rgba(3, 20, 35, .22);
}

.wms-software-lp .cd-wms-feature-visual--mobile .cd-app-scan-preview {
  position: relative;
  z-index: 1;
  width: 100%;
}

.wms-software-lp .cd-wms-feature-visual--mobile .cd-app-scan-preview__phone {
  width: min(100%, 17rem);
}

@media (max-width: 991.98px) {
  .wms-software-lp .cd-wms-feature-section h2 {
    max-width: 40rem;
  }
}

@media (max-width: 575.98px) {
  .wms-software-lp .cd-wms-feature-section__number {
    font-size: 2.8rem;
  }

  .wms-software-lp .cd-wms-feature-visual {
    padding: .7rem;
    border-radius: 1rem;
  }

  .wms-software-lp .cd-wms-feature-visual--mobile {
    min-height: 27rem;
  }
}


/* Proof strip aligned with the order-management page pattern. */
.wms-software-lp .cd-page-proof-strip {
  padding: 1.35rem 0;
  background: rgba(255, 255, 255, .86);
  border-top: 1px solid rgba(18, 48, 74, .06);
  border-bottom: 1px solid rgba(18, 48, 74, .08);
}

.wms-software-lp .cd-page-proof-strip .container {
  display: grid;
  grid-template-columns: minmax(13rem, .8fr) 1fr;
  align-items: center;
  gap: 2rem;
}

.wms-software-lp .cd-page-proof-strip__intro {
  padding-right: 1.5rem;
  border-right: 1px solid rgba(18, 48, 74, .1);
}

.wms-software-lp .cd-page-proof-strip__intro .section-kicker {
  display: block;
  margin-bottom: .2rem;
  color: #52718b;
  font-size: .67rem;
  letter-spacing: .08em;
}

.wms-software-lp .cd-page-proof-strip__intro p {
  max-width: 15rem;
  margin: 0;
  color: #243b50;
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.35;
}

.wms-software-lp .cd-page-proof-strip__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .6rem;
}

.wms-software-lp .cd-page-proof-strip__item {
  display: flex;
  align-items: center;
  gap: .65rem;
  min-width: 0;
}

.wms-software-lp .cd-page-proof-strip__item-icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  place-items: center;
  border-radius: .65rem;
  background: #eef6ff;
  color: #0878df;
  font-size: .85rem;
}

.wms-software-lp .cd-page-proof-strip__item strong,
.wms-software-lp .cd-page-proof-strip__item div > span {
  display: block;
}

.wms-software-lp .cd-page-proof-strip__item strong {
  overflow: hidden;
  color: #1b3043;
  font-size: .86rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wms-software-lp .cd-page-proof-strip__item div > span {
  margin-top: .2rem;
  color: #718292;
  font-size: .68rem;
  line-height: 1.25;
}

.wms-software-lp .cd-page-proof-strip--compact {
  margin-top: 1.5rem;
  border: 1px solid rgba(18, 48, 74, .08);
  border-radius: 1rem;
}

@media (max-width: 991.98px) {
  .wms-software-lp .cd-page-proof-strip .container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .wms-software-lp .cd-page-proof-strip__intro {
    padding-right: 0;
    border-right: 0;
    text-align: center;
  }

  .wms-software-lp .cd-page-proof-strip__intro p {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .wms-software-lp .cd-page-proof-strip {
    padding: 1rem 0;
  }

  .wms-software-lp .cd-page-proof-strip__items {
    grid-template-columns: repeat(2, 1fr);
    gap: .9rem .65rem;
  }

  .wms-software-lp .cd-page-proof-strip__item {
    gap: .5rem;
  }
}


/* Problem section: a lighter, clearer three-part diagnosis. */
.wms-software-lp .cd-wms-problem-section {
  padding-top: clamp(3.5rem, 7vw, 5.5rem) !important;
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem) !important;
  background: #f7f9fc !important;
  border-top: 1px solid rgba(19, 48, 74, .06);
  border-bottom: 1px solid rgba(19, 48, 74, .06);
}

.wms-software-lp .cd-wms-problem-section .row.justify-content-center {
  margin-bottom: clamp(2.25rem, 4vw, 3rem);
}

.wms-software-lp .cd-wms-problem-section .section-kicker {
  color: #52718b;
}

.wms-software-lp .cd-wms-problem-section h2 {
  max-width: 37rem;
  margin-right: auto;
  margin-left: auto;
  color: #17344d;
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: -.055em;
  line-height: 1.06;
}

.wms-software-lp .cd-wms-problem-section .lead {
  max-width: 37rem;
  margin-right: auto;
  margin-left: auto;
  color: #758391 !important;
  font-size: .94rem;
  line-height: 1.6;
}

.wms-software-lp .cd-wms-problem-section .row.g-4.mt-3 {
  margin-top: 0 !important;
  margin-right: auto;
  margin-left: auto;
  max-width: 70rem;
}

.wms-software-lp .cd-wms-problem-section .row.g-4.mt-3::before {
  top: 2.25rem;
  right: 15%;
  left: 15%;
  background: rgba(0, 113, 227, .15);
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card,
.wms-software-lp .cd-wms-problem-section .cd-slp-card:hover {
  padding: 1.45rem 1.5rem 1.4rem;
  border: 1px solid rgba(19, 48, 74, .09);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 .55rem 1.5rem rgba(31, 70, 105, .055);
  transform: none;
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card::before {
  display: none;
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card__icon {
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 1.1rem;
  border: 0;
  border-radius: .7rem;
  box-shadow: none;
  font-size: .9rem;
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card h3 {
  margin-bottom: .6rem;
  color: #20384c;
  font-size: 1rem;
  letter-spacing: -.025em;
}

.wms-software-lp .cd-wms-problem-section .cd-slp-card p {
  color: #778692;
  font-size: .78rem;
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .wms-software-lp .cd-wms-problem-section .row.g-4.mt-3::before {
    display: none;
  }
}


.wms-software-lp .cd-wms-onboarding-preview {
  background: #f8fbfe;
  border-top: 1px solid rgba(19, 48, 74, .06);
  border-bottom: 1px solid rgba(19, 48, 74, .06);
}

.wms-software-lp .cd-wms-onboarding-preview .lead {
  max-width: 46rem;
  color: #637586;
  font-size: 1rem;
  line-height: 1.65;
}

.wms-software-lp .cd-wms-onboarding-preview__steps {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wms-software-lp .cd-wms-onboarding-preview__steps li {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: .75rem;
  padding: .85rem 1rem;
  border: 1px solid #dce8f1;
  border-radius: .75rem;
  background: #fff;
}

.wms-software-lp .cd-wms-onboarding-preview__steps strong {
  color: #16324a;
}

.wms-software-lp .cd-wms-onboarding-preview__steps span {
  color: #71808d;
  font-size: .88rem;
}

@media (max-width: 575.98px) {
  .wms-software-lp .cd-wms-onboarding-preview__steps li {
    grid-template-columns: 1fr;
    gap: .2rem;
  }
}


.wms-software-lp .cd-wms-integrations-proof {
  background: #fff;
  border-bottom: 1px solid rgba(19, 48, 74, .08);
}

.wms-software-lp .cd-wms-integrations-proof__logos {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: .55rem;
}

.wms-software-lp .cd-wms-integrations-proof__logos span {
  padding: .35rem .65rem;
  border: 1px solid #dce8f1;
  border-radius: 999px;
  color: #3d596d;
  background: #f8fbfe;
  font-size: .8rem;
  font-weight: 650;
}

.wms-software-lp .testimonial-card > a.small {
  display: inline-block;
  margin-top: .8rem;
  color: #0071e3;
  font-weight: 650;
}

.wms-software-lp .cd-pick-system-preview__mock-button {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

@media (prefers-reduced-motion: reduce) {
  .wms-software-lp .cd-wms-result:hover,
  .wms-software-lp .cd-wms-integrations-proof__logos span:hover {
    transform: none;
  }
}
