:root {
  --primary-erp: #2563eb;
  --primary-erp-dark-erp: #1d4ed8;
  --dark-erp: #083596;
  --dark-erp-2: #0d1b2f;
  --text-erp: #172033;
  --muted: #687386;
  --line: #e6ebf2;
  --soft: #f5f8fc;
  --white: #ffffff;
  --green: #16a34a;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(7, 17, 31, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, Arial, sans-serif;
  color: var(--text-erp);
  /*background: var(--white);*/
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-wrapper {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--dark-erp);
}

.logo span {
  color: var(--primary-erp);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 600;
  color: #2d3748;
}

.main-nav a {
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--primary-erp);
}

.nav-btn {
  padding: 12px 20px;
  background: var(--primary-erp);
  color: var(--white) !important;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.25);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--dark-erp);
}

/* HERO */
.hero-content-erp {
  position: relative;
  overflow: hidden;
  padding: 96px 0 80px;
  background:
    radial-gradient(circle at 10% 10%, rgba(37, 99, 235, 0.18), transparent 32%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 46%, #edf4ff 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 14px;
  color: var(--primary-erp);
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero-content-erp h1 {
  max-width: 680px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.07em;
  color: var(--dark-erp);
  font-weight: 600;
}

.hero-content-erp h1 span {
  color: var(--primary-erp);
}

.hero-content-erp p {
  max-width: 620px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 18px;
}

.hero-actions-erp {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.hero-actions-erp.center {
  justify-content: center;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-btn {
  background: var(--primary-erp);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
}

.secondary-btn {
  background: var(--white);
  color: var(--dark-erp);
  border: 1px solid var(--line);
}

.secondary-btn.light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
}

.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
}

.hero-points-erp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.hero-points-erp div {
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.hero-points-erp strong,
.hero-points-erp small {
  display: block;
}

.hero-points-erp strong {
  color: var(--dark-erp);
  font-size: 15px;
}

.hero-points-erp small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

/* DASHBOARD */
.hero-dashboard {
  padding: 24px;
  background: var(--dark-erp);
  color: var(--white);
  border-radius: 30px;
  box-shadow: var(--shadow);
  position: relative;
}

.hero-dashboard::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.9), rgba(255, 255, 255, 0.08));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  color: #dbeafe;
  font-size: 14px;
  font-weight: 800;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #86efac;
}

.status-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
}

.cost-card {
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.cost-card.big {
  margin-bottom: 14px;
  padding: 24px;
}

.cost-card small {
  color: #93a4bd;
  font-weight: 700;
}

.cost-card h3 {
  margin: 6px 0;
  font-size: 44px;
  letter-spacing: -0.05em;
}

.cost-card h4 {
  margin-top: 6px;
  font-size: 28px;
}

.cost-card p {
  color: #b6c2d2;
  font-size: 14px;
}

.dashboard-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.progress-block {
  margin-top: 18px;
}

.progress-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}

.progress-bar {
  height: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.progress-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  border-radius: 999px;
}

.mini-table {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mini-table div {
  display: flex;
  justify-content: space-between;
  padding: 13px 16px;
  color: #cbd5e1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-table div:last-child {
  border-bottom: 0;
}

.mini-table strong {
  color: var(--white);
}

/* TRUST */
.trust-section {
  padding: 24px 0;
  background: var(--dark-erp);
  color: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trust-grid div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 18px;
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid span {
  margin-top: 4px;
  color: #aebbd0;
  font-size: 13px;
}

/* COMMON SECTIONS */
.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-heading h2,
.cost-engine-grid h2,
.benefit-grid h2,
.cta-box h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0px;
  color: var(--dark-erp);
  font-weight: 600;
}

.section-heading p,
.cost-engine-grid p,
.benefit-grid p,
.cta-box p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 17px;
}

/* PROBLEM */
.problem-section {
  background: var(--white);
}

.problem-grid,
.module-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.problem-card,
.module-card {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.problem-card:hover,
.module-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.problem-card span,
.module-card span {
  color: var(--dark-erp);
  font-weight: 900;
}

.problem-card h3,
.module-card h3 {
  margin-top: 18px;
  color:var(--dark-erp);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.problem-card p,
.module-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

/* INDUSTRY */
.industry-section,
.module-section,
.faq-section {
  background: var(--soft);
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.tab-btn {
  padding: 13px 22px;
  background: var(--white);
  color: var(--dark-erp);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.tab-btn.active {
  background: var(--primary-erp);
  color: var(--white);
  border-color: var(--primary-erp);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.industry-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.industry-copy h3 {
  color: var(--dark-erp);
  font-size: 34px;
  letter-spacing: -0.04em;
}

.industry-copy p {
  margin-top: 12px;
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #334155;
  font-weight: 600;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}

.industry-card {
  padding: 24px;
  background: linear-gradient(135deg, var(--dark-erp), var(--dark-erp-2));
  color: var(--white);
  border-radius: 24px;
}

.card-label {
  display: inline-block;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 800;
}

.metric-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.metric-row:last-child {
  border-bottom: 0;
}

.metric-row span {
  color: #b6c2d2;
}

.metric-row strong {
  font-size: 22px;
}

/* COST ENGINE */
.cost-engine-section {
  background: var(--white);
}

.cost-engine-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.feature-list div {
  display: flex;
  gap: 12px;
  padding: 16px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.feature-list span {
  display: inline-flex;
  flex: 0 0 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  background: rgba(22, 163, 74, 0.1);
  color: var(--green);
  border-radius: 50%;
  font-weight: 900;
}

.feature-list p {
  margin: 0;
  font-size: 15px;
}

.calculator-card {
  padding: 30px;
  background: var(--dark-erp);
  color: var(--white);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.calculator-card h3 {
  font-size: 30px;
  letter-spacing: -0.04em;
}

.calculator-card p {
  margin-top: 8px;
  color: #aebbd0;
}

.calculator-card form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.calculator-card label {
  display: grid;
  gap: 8px;
  color: #dbeafe;
  font-size: 14px;
  font-weight: 800;
}

.calculator-card input,
.calculator-card select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  outline: none;
}

.calculator-card select option {
  color: var(--dark-erp);
}

.calculator-card button {
  min-height: 52px;
  margin-top: 4px;
  color: var(--white);
  background: var(--primary-erp);
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.result-box {
  margin-top: 22px;
  padding: 22px;
  background: rgba(37, 99, 235, 0.16);
  border: 1px solid rgba(96, 165, 250, 0.24);
  border-radius: 20px;
}

.result-box small {
  color: #fff;
  font-weight: 800;
}

.result-box strong {
  display: block;
  margin-top: 6px;
  font-size: 36px;
  letter-spacing: -0.05em;
}

.result-box p {
  font-size: 13px;
}

/* MODULE */
.module-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* WORKFLOW */
.workflow-section {
  background: var(--white);
}

.workflow-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}

.workflow-step {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
}

.workflow-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--dark-erp);
  color: var(--white);
  border-radius: 50%;
  font-weight: 900;
}

.workflow-step h3 {
  margin-top: 18px;
  color: var(--dark-erp);
  font-weight: 600;
}

.workflow-step p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
}

/* BENEFITS */
.benefit-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(37, 99, 235, 0.16), transparent 28%),
    var(--soft);
}

.benefit-list {
  display: grid;
  gap: 14px;
}

.benefit-list div {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.benefit-list strong,
.benefit-list span {
  display: block;
}

.benefit-list strong {
  color: var(--dark-erp);
  font-size: 19px;
}

.benefit-list span {
  margin-top: 6px;
  color: var(--muted);
}

/* FAQ */
.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  background: transparent;
  border: 0;
  color: var(--dark-erp);
  font-size: 17px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-question span {
  color: var(--primary-erp);
  font-size: 24px;
}

.faq-answer {
  display: none;
  padding: 0 22px 22px;
  color: var(--muted);
}

.faq-item.active .faq-answer {
  display: block;
}

/* CTA */
.cta-section {
  padding: 90px 0;
  background: var(--white);
}

.cta-box {
  padding: 64px 30px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(96, 165, 250, 0.22), transparent 30%),
    linear-gradient(135deg, var(--dark-erp), #10213c);
  color: var(--white);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.cta-box h2 {
  max-width: 760px;
  margin: 0 auto;
  color: var(--white);
}

.cta-box p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #b6c2d2;
}

/* FOOTER */
.site-footer {
  padding: 60px 0 24px;
  background: var(--dark-erp);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 40px;
}

.footer-logo {
  color: var(--white);
}

.site-footer p {
  max-width: 420px;
  margin-top: 14px;
  color: #aebbd0;
}

.site-footer h4 {
  margin-bottom: 14px;
}

.site-footer a {
  display: block;
  margin-bottom: 10px;
  color: #aebbd0;
}

.site-footer a:hover {
  color: var(--white);
}

.copyright {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #8390a5;
  font-size: 14px;
}



.industry-purpose-section {
  padding: 50px 0;
  /*background: #f5f8fc;*/
}

.industry-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.industry-purpose-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
     background: rgb(13 35 72 / 28%);
    border: 1px solid var(--aboutcard);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(7, 17, 31, 0.07);
}

.industry-purpose-card.healthcare-card {
  /*background:*/
  /*  radial-gradient(*/
  /*    circle at 100% 0,*/
  /*    rgba(14, 165, 233, 0.16),*/
  /*    transparent 35%*/
  /*  ),*/
  /*  #ffffff;*/
}

.industry-icon {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: #ffffff;
  background: #2563eb;
  border-radius: 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.industry-purpose-card .card-label {
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.industry-purpose-card h3 {
  margin-top: 12px;
  color: #e5e5e5;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.industry-purpose-card p {
  margin-top: 18px;
  color: var(--abouttext-dim);
  font-size: 16px;
}

.industry-purpose-card ul {
  display: grid;
  gap: 11px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.industry-purpose-card li {
  position: relative;
  padding-left: 28px;
      color: var(--abouttext-dim);
    font-weight: 500;
}

.industry-purpose-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 900;
}

.industry-purpose-card a {
  display: inline-flex;
  padding: 12px 20px;
  color: #ffffff;
  background: #2563eb;
  border-radius: 999px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .industry-purpose-grid {
    grid-template-columns: 1fr;
  }

  .industry-purpose-card {
    padding: 26px;
  }
}


/* RESPONSIVE */
@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }

  .main-nav.show {
    display: flex;
  }

  .main-nav a {
    padding: 12px;
  }

  .nav-btn {
    text-align: center;
  }

  .hero-grid,
  .industry-grid,
  .cost-engine-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .problem-grid,
  .workflow-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .module-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .hero-content-erp,
  .section,
  .cta-section {
    padding: 62px 0;
  }

  .hero-content-erp h1 {
    font-size: 42px;
  }

  .hero-points-erp,
  .trust-grid,
  .problem-grid,
  .module-grid,
  .workflow-line,
  .dashboard-row {
    grid-template-columns: 1fr;
  }

  .industry-grid {
    padding: 22px;
  }

  .tabs {
    flex-direction: column;
  }

  .hero-dashboard {
    padding: 18px;
    border-radius: 24px;
  }

  .cost-card h3 {
    font-size: 36px;
  }

  .cta-box {
    padding: 44px 22px;
  }
}