.pwd-erp-page {
  background: #f6f5f2;
}

.erp-hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  padding: 180px 0 100px;
  color: var(--pwd-white);
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 18%, rgba(233, 32, 79, 0.28), transparent 30%),
    radial-gradient(circle at 46% 110%, rgba(69, 80, 113, 0.18), transparent 42%),
    linear-gradient(135deg, #08090c 0%, #14151a 55%, #0d0e12 100%);
}

.erp-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 94%);
}

.erp-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.erp-orbit-one {
  top: 105px;
  right: -230px;
  width: 650px;
  height: 650px;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.012), 0 0 0 160px rgba(255, 255, 255, 0.007);
}

.erp-orbit-two {
  bottom: -280px;
  left: 33%;
  width: 480px;
  height: 480px;
}

.erp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.72fr);
  gap: 72px;
  align-items: center;
}

.erp-kicker {
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.erp-hero h1 {
  max-width: 840px;
  margin: 28px 0 0;
  color: var(--pwd-white);
  font-size: clamp(3.65rem, 6.4vw, 6.55rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.erp-hero-copy > p {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.7;
}

.erp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.erp-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0.94rem 1.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none !important;
}

.erp-button:hover {
  transform: translateY(-2px);
}

.erp-button-primary {
  color: var(--pwd-white) !important;
  background: var(--pwd-red);
  box-shadow: 0 16px 42px rgba(233, 32, 79, 0.27);
}

.erp-button-primary:hover {
  background: var(--pwd-red-bright);
}

.erp-button-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--pwd-white) !important;
  background: rgba(255, 255, 255, 0.055);
}

.erp-button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
}

.erp-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding: 26px 0 0;
  margin: 0;
  list-style: none;
}

.erp-trust-list li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  font-weight: 700;
}

.erp-trust-list li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pwd-red-bright);
  content: "";
}

.erp-system-panel {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: perspective(1100px) rotateY(-4deg) rotateX(1deg);
}

.erp-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 6px 20px;
}

.erp-panel-head > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.erp-panel-label {
  color: var(--pwd-red-bright);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.erp-panel-head strong {
  color: var(--pwd-white);
  font-size: 1.04rem;
}

.erp-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.69rem;
  font-weight: 750;
}

.erp-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #52d19d;
  box-shadow: 0 0 0 5px rgba(82, 209, 157, 0.12);
}

.erp-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.erp-kpi-grid > div {
  min-height: 148px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(8, 9, 12, 0.42);
}

.erp-kpi-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.erp-kpi-grid strong {
  display: block;
  margin-top: 20px;
  color: var(--pwd-white);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.erp-kpi-grid small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.69rem;
}

.erp-data-flow {
  padding: 24px 8px 4px;
}

.erp-flow-line {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 18px;
}

.erp-flow-line::before {
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(233, 32, 79, 0.28), var(--pwd-red-bright), rgba(233, 32, 79, 0.28));
  content: "";
}

.erp-flow-line span {
  position: relative;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: #16171c;
}

.erp-flow-caption {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.erp-flow-caption strong {
  color: var(--pwd-red-bright);
}

.erp-page-nav {
  position: sticky;
  z-index: 90;
  top: 72px;
  border-bottom: 1px solid rgba(16, 17, 20, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(20, 20, 24, 0.055);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.erp-page-nav .pwd-shell {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 38px;
  overflow-x: auto;
  scrollbar-width: none;
}

.erp-page-nav .pwd-shell::-webkit-scrollbar {
  display: none;
}

.erp-page-nav a {
  flex: 0 0 auto;
  color: #3f4147;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.erp-page-nav a:hover,
.erp-page-nav a.is-active {
  color: var(--pwd-red);
}

.erp-definition {
  padding: 124px 0;
  background: #f6f5f2;
}

.erp-definition-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 90px;
}

.erp-definition h2,
.erp-section-heading h2,
.erp-outcomes h2,
.erp-industries h2,
.erp-readiness h2 {
  margin: 0;
  color: var(--pwd-ink);
  font-size: clamp(2.45rem, 4.7vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.062em;
  line-height: 0.98;
}

.erp-definition-copy {
  padding-top: 8px;
}

.erp-definition-copy p {
  margin: 0;
  color: var(--pwd-muted);
  font-size: 1rem;
  line-height: 1.82;
}

.erp-definition-copy .erp-featured-answer {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--pwd-line);
  color: var(--pwd-ink);
  font-size: clamp(1.14rem, 1.8vw, 1.35rem);
  line-height: 1.7;
}

.erp-text-link {
  display: inline-flex;
  gap: 9px;
  margin-top: 28px;
  color: var(--pwd-red) !important;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.erp-text-link:hover {
  gap: 14px;
}

.erp-signals,
.erp-industries,
.erp-implementation {
  padding: 112px 0;
  background: var(--pwd-white);
}

.erp-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr);
  gap: 78px;
  align-items: end;
  margin-bottom: 58px;
}

.erp-section-heading > p {
  margin: 0;
  color: var(--pwd-muted);
  font-size: 0.98rem;
  line-height: 1.82;
}

.erp-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pwd-line);
  border-left: 1px solid var(--pwd-line);
}

.erp-signal-grid article {
  min-height: 255px;
  padding: 30px;
  border-right: 1px solid var(--pwd-line);
  border-bottom: 1px solid var(--pwd-line);
}

.erp-signal-grid span {
  display: block;
  margin-bottom: 52px;
  color: var(--pwd-red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.erp-signal-grid h3 {
  margin: 0 0 14px;
  color: var(--pwd-ink);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.erp-signal-grid p {
  margin: 0;
  color: var(--pwd-muted);
  font-size: 0.88rem;
  line-height: 1.72;
}

.erp-outcomes {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  color: var(--pwd-white);
  background:
    radial-gradient(circle at 10% 80%, rgba(233, 32, 79, 0.18), transparent 30%),
    #101115;
}

.erp-outcomes::after {
  position: absolute;
  right: -210px;
  bottom: -330px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.012), 0 0 0 160px rgba(255, 255, 255, 0.007);
  content: "";
}

.erp-outcomes-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 92px;
}

.erp-outcomes h2 {
  color: var(--pwd-white);
}

.erp-outcomes-copy > p {
  max-width: 550px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.8;
}

.erp-outcome-list {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.erp-outcome-list article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.erp-outcome-list article > span {
  color: var(--pwd-red-bright);
  font-size: 0.7rem;
  font-weight: 800;
}

.erp-outcome-list h3 {
  margin: 0 0 8px;
  color: var(--pwd-white);
  font-size: 1.12rem;
  font-weight: 800;
}

.erp-outcome-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
  line-height: 1.7;
}

.erp-modules {
  background: #f6f5f2;
}

.erp-integrations {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  color: var(--pwd-white);
  background:
    radial-gradient(circle at 85% 10%, rgba(233, 32, 79, 0.24), transparent 34%),
    linear-gradient(140deg, #0b0c0f, #191a20);
}

.erp-section-heading-light h2 {
  color: var(--pwd-white);
}

.erp-section-heading-light > p {
  color: rgba(255, 255, 255, 0.58);
}

.erp-integration-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  margin-top: 64px;
}

.erp-node,
.erp-core-node {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.erp-node::after {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 15px;
  height: 1px;
  background: rgba(255, 73, 124, 0.55);
  content: "";
}

.erp-node:last-child::after {
  display: none;
}

.erp-core-node {
  border-color: rgba(255, 73, 124, 0.55);
  background: linear-gradient(145deg, rgba(233, 32, 79, 0.24), rgba(255, 255, 255, 0.06));
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
  transform: translateY(-10px);
}

.erp-node > span,
.erp-core-node > span {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: var(--pwd-red-bright);
  font-size: 0.7rem;
  font-weight: 800;
}

.erp-node strong,
.erp-core-node strong {
  display: block;
  margin-top: 38px;
  color: var(--pwd-white);
  font-size: 1rem;
  font-weight: 800;
}

.erp-node small,
.erp-core-node small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.68rem;
  line-height: 1.55;
}

.erp-integration-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.erp-integration-notes article {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.erp-integration-notes strong {
  color: var(--pwd-white);
  font-size: 0.88rem;
}

.erp-integration-notes p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  line-height: 1.7;
}

.erp-industries {
  background: var(--pwd-white);
}

.erp-industries h2 {
  max-width: 900px;
}

.erp-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.erp-industry-grid article {
  min-height: 270px;
  padding: 34px;
  border: 1px solid var(--pwd-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(233, 32, 79, 0.06), transparent 30%),
    #f8f7f4;
}

.erp-industry-grid span {
  display: block;
  margin-bottom: 68px;
  color: var(--pwd-red);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.erp-industry-grid h3 {
  margin: 0 0 13px;
  color: var(--pwd-ink);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.erp-industry-grid p {
  margin: 0;
  color: var(--pwd-muted);
  font-size: 0.9rem;
  line-height: 1.72;
}

.erp-implementation {
  background: #f6f5f2;
}

.erp-timeline {
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--pwd-line);
  list-style: none;
}

.erp-timeline li {
  display: grid;
  grid-template-columns: 80px minmax(220px, 0.7fr) minmax(280px, 1fr);
  gap: 30px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--pwd-line);
}

.erp-timeline li > span {
  color: var(--pwd-red);
  font-size: 0.72rem;
  font-weight: 800;
}

.erp-timeline h3 {
  margin: 0;
  color: var(--pwd-ink);
  font-size: 1.32rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.erp-timeline p {
  margin: 0;
  color: var(--pwd-muted);
  font-size: 0.91rem;
  line-height: 1.75;
}

.erp-readiness {
  padding: 112px 0;
  color: var(--pwd-white);
  background: #101115;
}

.erp-readiness-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 90px;
}

.erp-readiness h2 {
  color: var(--pwd-white);
}

.erp-readiness p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.8;
}

.erp-readiness ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  list-style: none;
}

.erp-readiness li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.erp-readiness li span {
  color: var(--pwd-red-bright);
  font-size: 0.68rem;
  font-weight: 800;
}

.erp-faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.erp-contact p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.erp-floating-call {
  position: fixed;
  z-index: 99;
  right: 26px;
  bottom: 24px;
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  gap: 12px;
  padding: 9px 18px 9px 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--pwd-white) !important;
  background: var(--pwd-red);
  box-shadow: 0 18px 48px rgba(233, 32, 79, 0.32);
  text-decoration: none !important;
}

.erp-floating-call > span:first-child {
  display: inline-flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--pwd-red);
  background: var(--pwd-white);
  font-size: 1rem;
}

.erp-floating-call > span:last-child {
  display: flex;
  flex-direction: column;
}

.erp-floating-call small {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.erp-floating-call strong {
  font-size: 0.82rem;
}

.js .erp-animate {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1), transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .erp-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .erp-animate[data-delay="1"] {
  transition-delay: 100ms;
}

.js .erp-animate[data-delay="2"] {
  transition-delay: 200ms;
}

@media (max-width: 1100px) {
  .erp-hero-grid {
    grid-template-columns: 1fr;
  }

  .erp-system-panel {
    max-width: 720px;
    transform: none;
  }

  .erp-integration-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .erp-core-node {
    grid-column: span 2;
    transform: none;
  }

  .erp-node::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .erp-page-nav {
    top: 72px;
  }

  .erp-page-nav .pwd-shell {
    justify-content: flex-start;
    gap: 28px;
  }

  .erp-definition-grid,
  .erp-outcomes-grid,
  .erp-readiness-grid,
  .erp-section-heading {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .erp-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .erp-timeline li {
    grid-template-columns: 62px minmax(180px, 0.65fr) minmax(240px, 1fr);
  }
}

@media (max-width: 767px) {
  .erp-hero {
    min-height: auto;
    padding: 140px 0 74px;
  }

  .erp-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4.2rem);
    line-height: 0.98;
  }

  .erp-hero-grid {
    gap: 54px;
  }

  .erp-system-panel {
    padding: 14px;
    border-radius: 22px;
  }

  .erp-kpi-grid > div {
    min-height: 130px;
    padding: 16px;
  }

  .erp-panel-head {
    align-items: flex-start;
  }

  .erp-status {
    display: none;
  }

  .erp-page-nav {
    top: 72px;
  }

  .erp-page-nav .pwd-shell {
    min-height: 58px;
  }

  .erp-definition,
  .erp-signals,
  .erp-outcomes,
  .erp-integrations,
  .erp-industries,
  .erp-implementation,
  .erp-readiness {
    padding: 78px 0;
  }

  .erp-signal-grid,
  .erp-industry-grid,
  .erp-integration-notes,
  .erp-faq-grid {
    grid-template-columns: 1fr;
  }

  .erp-signal-grid article {
    min-height: 0;
  }

  .erp-signal-grid span,
  .erp-industry-grid span {
    margin-bottom: 40px;
  }

  .erp-integration-map {
    grid-template-columns: 1fr;
  }

  .erp-core-node {
    grid-column: auto;
  }

  .erp-node,
  .erp-core-node {
    min-height: 180px;
  }

  .erp-timeline li {
    grid-template-columns: 46px 1fr;
    gap: 18px;
  }

  .erp-timeline p {
    grid-column: 2;
    margin-top: 10px;
  }

  .erp-floating-call {
    right: 14px;
    bottom: 14px;
    min-height: 55px;
    padding-right: 14px;
  }

  .erp-floating-call > span:first-child {
    width: 37px;
    height: 37px;
  }

  .erp-floating-call small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .erp-animate {
    opacity: 1;
    transform: none;
  }
}
