@import url("website-development-revamp.css?v=6");

.erp-page {
  --erp-ink: #041021;
  --erp-navy: #071a35;
  --erp-blue: #1fb6ff;
  --erp-cyan: #5ee7ff;
  --erp-green: #38d9a9;
  --erp-muted: #5d6b80;
  --erp-border: rgba(12, 32, 61, 0.12);
  background: #ffffff;
  color: #172033;
}

.erp-page h1,
.erp-page h2,
.erp-page h3 {
  letter-spacing: 0;
}

.erp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--erp-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.erp-kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.erp-hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 0 !important;
  background:
    radial-gradient(circle at 78% 34%, rgba(31, 182, 255, 0.25), transparent 28%),
    radial-gradient(circle at 62% 78%, rgba(56, 217, 169, 0.13), transparent 24%),
    linear-gradient(135deg, #030a18 0%, #071a35 48%, #041021 100%);
}

.erp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(94, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 231, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 1));
}

.erp-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
  padding: 4rem 0 2.5rem;
}

@media (min-width: 992px) {
  .erp-hero__grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  }
}

.erp-hero__grid--full {
  display: block;
}

@media (min-width: 992px) {
  .erp-hero__grid--full {
    display: block;
  }
}

.erp-hero.wd-hero.rg-hero h1 {
  max-width: 1040px;
  color: #ffffff;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  line-height: 1.08;
  margin-bottom: 1.25rem;
  text-align: left;
}

.erp-hero .erp-hero__content p {
  max-width: 980px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  line-height: 1.75;
  margin-bottom: 1.8rem;
}

.erp-hero__actions,
.erp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.erp-hero__actions .btn-primary-round {
  background: #9ff7eb;
  border-color: #9ff7eb;
  color: var(--erp-ink);
  font-weight: 800;
  box-shadow: 0 16px 36px rgba(159, 247, 235, 0.24);
}

.erp-hero__actions .btn-primary-round:hover,
.erp-hero__actions .btn-primary-round:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--erp-ink);
}

.erp-hero__actions .btn-outline-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.78);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.erp-hero__actions .btn-outline-light:hover,
.erp-hero__actions .btn-outline-light:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--erp-ink);
}

.erp-value-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--erp-border);
  padding: 1.35rem 0;
}

.erp-value-strip__grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 768px) {
  .erp-value-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.erp-value-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: var(--erp-ink);
  font-weight: 800;
  text-align: center;
}

.erp-value-strip__item i {
  color: var(--erp-green);
}

.erp-hero-visual {
  position: relative;
  min-height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 45%, rgba(31, 182, 255, 0.28), transparent 34%),
    rgba(3, 10, 24, 0.56);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.34), inset 0 0 80px rgba(94, 231, 255, 0.08);
}

.erp-visual-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(94, 231, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 231, 255, 0.09) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.8;
}

.erp-holo--main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
  height: 190px;
  margin: -95px 0 0 -95px;
  border: 1px solid rgba(94, 231, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(31, 182, 255, 0.28);
}

.erp-holo--main::before,
.erp-holo--main::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(56, 217, 169, 0.34);
}

.erp-holo--main::before {
  inset: 34px;
}

.erp-holo--main::after {
  inset: 74px;
  border-color: rgba(94, 231, 255, 0.34);
}

.erp-holo span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--erp-cyan);
  box-shadow: 0 0 24px rgba(94, 231, 255, 0.85);
}

.erp-holo span:nth-child(1) { left: 48%; top: -6px; }
.erp-holo span:nth-child(2) { right: 20px; top: 74px; background: var(--erp-green); }
.erp-holo span:nth-child(3) { left: 24px; top: 86px; }
.erp-holo span:nth-child(4) { left: 76px; bottom: 8px; background: var(--erp-green); }
.erp-holo span:nth-child(5) { right: 48px; bottom: 42px; }

.erp-panel {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(7, 26, 53, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
}

.erp-panel--finance {
  left: 7%;
  top: 9%;
  width: 185px;
  padding: 0.95rem;
}

.erp-panel--finance i,
.erp-panel--inventory i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--erp-blue), var(--erp-green));
}

.erp-panel--finance div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 0.42rem;
  height: 68px;
  margin-top: 1rem;
}

.erp-panel--finance span {
  display: block;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--erp-cyan), var(--erp-blue));
}

.erp-panel--finance span:nth-child(1) { height: 46%; }
.erp-panel--finance span:nth-child(2) { height: 72%; }
.erp-panel--finance span:nth-child(3) { height: 58%; }
.erp-panel--finance span:nth-child(4) { height: 88%; }

.erp-panel--inventory {
  right: 8%;
  top: 16%;
  width: 160px;
  padding: 0.9rem;
}

.erp-stack {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
}

.erp-stack span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.erp-stack span:nth-child(2) {
  width: 78%;
  background: rgba(94, 231, 255, 0.42);
}

.erp-stack span:nth-child(3) {
  width: 58%;
  background: rgba(56, 217, 169, 0.45);
}

.erp-panel--flow {
  left: 13%;
  right: 13%;
  bottom: 12%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  padding: 1rem;
}

.erp-panel--flow span {
  min-height: 44px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(94, 231, 255, 0.3), rgba(56, 217, 169, 0.12)),
    rgba(255, 255, 255, 0.08);
}

.erp-approval-node {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  color: #ffffff;
  background: rgba(31, 182, 255, 0.18);
  border: 1px solid rgba(94, 231, 255, 0.32);
  box-shadow: 0 0 32px rgba(31, 182, 255, 0.26);
}

.erp-approval-node--one { left: 38%; top: 26%; }
.erp-approval-node--two { right: 22%; bottom: 34%; }
.erp-approval-node--three { left: 24%; bottom: 33%; }

.erp-section {
  padding: 92px 0;
}

.erp-section--light {
  background: #f5f8fc;
}

.erp-section-header {
  max-width: 920px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.erp-section-header h2,
.erp-section h2 {
  color: var(--erp-ink);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.12;
  margin-bottom: 1rem;
}

.erp-section-header p,
.erp-lead {
  color: var(--erp-muted);
  font-size: 1.04rem;
  line-height: 1.82;
}

.erp-card,
.erp-module-card,
.erp-benefit-card,
.erp-icon-card,
.erp-industry-card,
.erp-support-card,
.erp-process-card {
  border: 1px solid var(--erp-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(7, 26, 53, 0.07);
}

.erp-card,
.erp-module-card {
  padding: 1.6rem;
}

.erp-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--erp-blue), #0b4ea2);
  margin-bottom: 1.1rem;
}

.erp-card h3,
.erp-module-card h3,
.erp-benefit-card h3,
.erp-icon-card h3,
.erp-industry-card h3,
.erp-support-card h3,
.erp-process-card h3 {
  color: var(--erp-ink);
  font-size: 1.08rem;
  line-height: 1.35;
  margin-bottom: 0.6rem;
}

.erp-card p,
.erp-module-card p,
.erp-benefit-card p,
.erp-process-card p {
  color: var(--erp-muted);
  line-height: 1.7;
  margin: 0;
}

.erp-workflow {
  position: relative;
  display: grid;
  gap: 0.85rem;
  padding-left: 1.2rem;
}

.erp-workflow::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, var(--erp-blue), var(--erp-green));
}

.erp-workflow__step {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--erp-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(7, 26, 53, 0.06);
}

.erp-workflow__step span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 800;
  background: var(--erp-ink);
}

.erp-workflow__step strong {
  color: var(--erp-ink);
}

.erp-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  color: var(--erp-blue);
  background: rgba(31, 182, 255, 0.1);
  margin-bottom: 1.1rem;
}

.erp-comparison {
  overflow-x: auto;
  border-radius: 8px;
  border: 1px solid var(--erp-border);
  box-shadow: 0 24px 60px rgba(7, 26, 53, 0.08);
}

.erp-comparison table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #ffffff;
}

.erp-comparison th {
  padding: 1.1rem 1.25rem;
  color: #ffffff;
  background: var(--erp-ink);
  font-size: 1rem;
}

.erp-comparison th:nth-child(2) {
  background: linear-gradient(135deg, #0b4ea2, #108fc8);
}

.erp-comparison td {
  padding: 1rem 1.25rem;
  color: #314056;
  border-top: 1px solid var(--erp-border);
}

.erp-comparison td:nth-child(2) {
  color: var(--erp-ink);
  font-weight: 700;
  background: rgba(31, 182, 255, 0.05);
}

.erp-process-section {
  color: #ffffff;
  background:
    radial-gradient(circle at 14% 24%, rgba(31, 182, 255, 0.17), transparent 26%),
    linear-gradient(135deg, #041021 0%, #071a35 100%);
}

.erp-process-section .erp-section-header h2 {
  color: #ffffff;
}

.erp-process-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  max-width: 1180px;
  margin: 0 auto;
}

.erp-process-card {
  position: relative;
  min-width: 0;
  padding: 1.65rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.erp-process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--erp-cyan);
  background: rgba(94, 231, 255, 0.1);
  border: 1px solid rgba(94, 231, 255, 0.26);
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.erp-process-card h3 {
  color: #ffffff;
  font-size: 1.12rem;
  margin-bottom: 0.75rem;
}

.erp-process-card p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.96rem;
  line-height: 1.72;
}

.erp-benefit-card {
  display: flex;
  gap: 1rem;
  padding: 1.35rem;
}

.erp-benefit-card i {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #0b4ea2, var(--erp-blue));
}

.erp-tech-section {
  background:
    linear-gradient(rgba(31, 182, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 182, 255, 0.05) 1px, transparent 1px),
    #ffffff;
  background-size: 36px 36px;
}

.erp-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  max-width: 1040px;
  margin: 0 auto;
}

.erp-tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.58rem 0.95rem;
  border: 1px solid rgba(31, 182, 255, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: #163354;
  font-weight: 700;
  box-shadow: 0 12px 34px rgba(7, 26, 53, 0.06);
}

.erp-note {
  max-width: 790px;
  margin: 1.4rem auto 0;
  color: var(--erp-muted);
  line-height: 1.75;
  text-align: center;
}

.erp-icon-grid,
.erp-industry-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 576px) {
  .erp-icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (min-width: 992px) {
  .erp-icon-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .erp-industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.erp-icon-card,
.erp-industry-card,
.erp-support-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem;
}

.erp-icon-card i,
.erp-industry-card i,
.erp-support-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--erp-blue);
  background: rgba(31, 182, 255, 0.1);
}

.erp-icon-card h3,
.erp-industry-card h3,
.erp-support-card h3 {
  margin: 0;
  font-size: 0.98rem;
}

.erp-support-section {
  color: #ffffff;
  background:
    radial-gradient(circle at 84% 24%, rgba(94, 231, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #071a35, #041021);
}

.erp-support-section h2 {
  color: #ffffff;
}

.erp-support-section .erp-lead {
  color: rgba(255, 255, 255, 0.78);
}

.erp-support-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.erp-support-card h3 {
  color: #ffffff;
}

.erp-support-card i {
  color: #ffffff;
  background: rgba(31, 182, 255, 0.18);
}

.erp-faq-list {
  display: grid;
  gap: 0.85rem;
  max-width: 980px;
  margin: 0 auto;
}

.erp-faq-item {
  border: 1px solid var(--erp-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(7, 26, 53, 0.07);
}

.erp-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 1.1rem 3.25rem 1.1rem 1.35rem;
  color: var(--erp-ink);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.erp-faq-item summary::-webkit-details-marker {
  display: none;
}

.erp-faq-item summary::after {
  content: "\f078";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--erp-blue);
  background: rgba(31, 182, 255, 0.1);
  font-family: "Font Awesome 5 Free";
  font-size: 0.75rem;
  font-weight: 900;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.erp-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
  background: rgba(31, 182, 255, 0.16);
}

.erp-faq-item p {
  margin: 0;
  padding: 0 1.35rem 1.25rem;
  color: var(--erp-muted);
  line-height: 1.75;
}

.erp-cta {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(31, 182, 255, 0.22), transparent 42%),
    linear-gradient(135deg, #022d62 0%, #0a4a8a 55%, #041a38 100%);
}

.erp-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}

.erp-cta h2 {
  color: #ffffff;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.18;
  margin-bottom: 0.65rem;
  max-width: 640px;
}

.erp-cta p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  margin: 0;
}

.erp-cta .erp-cta__actions .btn-primary-round {
  background: #9ff7eb;
  border-color: #9ff7eb;
  color: var(--erp-ink);
  font-weight: 800;
  box-shadow: 0 16px 36px rgba(159, 247, 235, 0.24);
}

.erp-cta .erp-cta__actions .btn-primary-round:hover,
.erp-cta .erp-cta__actions .btn-primary-round:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--erp-ink);
}

.erp-cta .erp-cta__actions .btn-outline-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.82);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.erp-cta .erp-cta__actions .btn-outline-light:hover,
.erp-cta .erp-cta__actions .btn-outline-light:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--erp-ink);
}

@media (max-width: 991.98px) {
  .erp-hero {
    padding: 0 !important;
  }

  .erp-hero__grid {
    padding: 3.5rem 0 1.5rem;
  }

  .erp-hero-visual {
    min-height: 320px;
  }

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

  .erp-process-card {
    min-width: 0;
  }
}

@media (max-width: 575.98px) {
  .erp-section,
  .erp-cta {
    padding: 68px 0;
  }

  .erp-hero {
    padding: 0 !important;
  }

  .erp-hero__grid {
    padding: 3.25rem 0 1.25rem;
  }

  .erp-hero.wd-hero.rg-hero h1 {
    font-size: 2.15rem;
  }

  .erp-hero .erp-hero__content p {
    font-size: 1rem;
  }

  .erp-process-track {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .erp-hero__actions .btn,
  .erp-cta__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .erp-hero-visual {
    min-height: 285px;
    border-radius: 18px;
  }

  .erp-panel--finance {
    width: 165px;
    left: 5%;
  }

  .erp-panel--inventory {
    width: 150px;
    right: 5%;
  }

  .erp-panel--flow {
    left: 6%;
    right: 6%;
    grid-template-columns: repeat(2, 1fr);
  }

  .erp-holo--main {
    width: 180px;
    height: 180px;
    margin: -90px 0 0 -90px;
  }
}
