/* Shared ERP page styling for Salesforce, Shopify, and Business Central */
.erp-page {
  overflow: hidden;
}

.erp-salesforce-hero,
.erp-shopify-hero,
.erp-business-hero {
  padding: 80px 0 64px;
}

.erp-salesforce-hero img,
.erp-shopify-hero img,
.erp-business-hero img,
.erp-media-card img,
.erp-feature-media img,
.erp-business-media img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.14);
}

.erp-salesforce-stats,
.erp-services-grid,
.erp-partner-panel,
.erp-shopify-blocks,
.erp-features-grid,
.erp-business-services,
.erp-business-visuals,
.erp-footer-cta {
  padding-bottom: 64px;
}

.erp-partner-panel {
  background: linear-gradient(180deg, #f8fcff 0%, #f0f9ff 100%);
  padding-top: 64px;
}

.erp-stats-card,
.erp-service-card,
.erp-shopify-block,
.erp-feature-card,
.erp-business-card,
.erp-case-teaser {
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 20px;
  height: 100%;
}

.erp-stats-card {
  border: 1px solid #dbeafe;
  background: #f8fbff;
  text-align: center;
}

.erp-stats-card h3 {
  margin-bottom: 8px;
  color: #1d4ed8;
}

.erp-service-card,
.erp-feature-card,
.erp-business-card {
  border: 1px solid #dbe5ef;
  background: #ffffff;
}

.erp-service-card ul,
.erp-shopify-block ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.erp-shopify-block {
  border: 1px solid #d8f3df;
  background: #f4fff7;
}

.erp-case-teaser {
  border: 1px solid #083344;
  background: #052e16;
  color: #dbeafe;
}

.erp-case-teaser h3,
.erp-case-teaser h4 {
  color: #fff;
}

.erp-partner-logo {
  max-width: 220px;
  margin: 14px 0 16px;
}

.erp-highlight-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.erp-highlight-list li {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 14px 10px 38px;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  font-weight: 600;
}

.erp-highlight-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2563eb;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18);
}

.erp-business-media,
.erp-feature-media,
.erp-media-card {
  margin-bottom: 18px;
}

.erp-caption {
  margin-top: 8px;
  font-size: 14px;
  color: #475569;
}

.erp-module-chart {
  width: 100%;
  margin-top: 12px;
  border-collapse: collapse;
}

.erp-module-chart th,
.erp-module-chart td {
  border: 1px solid #cbd5e1;
  padding: 10px;
  text-align: left;
}

.erp-form-invalid :invalid {
  border-color: #dc2626 !important;
}

@media (max-width: 991px) {
  .erp-salesforce-hero,
  .erp-shopify-hero,
  .erp-business-hero {
    padding-top: 60px;
  }
}
