/* ERPEXTRA section styles — extracted from web templates. Re-run scripts/extract_section_css.py */


/* ── banner ─────────────────────────────────────────────── */
.erp-enterprise-banner {
    position: relative;
    overflow: visible;
    background: linear-gradient(135deg, var(--erp-banner-bg) 0%, var(--erp-banner-bg-alt) 100%);
    font-family: var(--erp-font-display);
    padding: 120px 0 88px;
    transition: background 0.35s ease;
  }

  .erp-enterprise-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(var(--erp-grid) 1px, transparent 1px),
      linear-gradient(90deg, var(--erp-grid) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.32), transparent 82%);
    pointer-events: none;
  }

  .erp-enterprise-banner::after {
    content: "";
    position: absolute;
    inset: auto -15% -28% auto;
    width: 46rem;
    height: 46rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(33, 197, 139, 0.12), transparent 64%);
    pointer-events: none;
  }

  .erp-banner-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 42px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
    gap: 56px;
    align-items: center;
  }

  .erp-banner-copy,
  .erp-banner-visual {
    transition: opacity 0.85s ease, transform 0.85s ease;
  }

  .erp-banner-copy {
    max-width: 640px;
  }

  .erp-banner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border: 1px solid var(--erp-border);
    border-radius: 999px;
    background: var(--erp-surface);
    color: var(--erp-text);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
  }

  .erp-banner-eyebrow-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--erp-accent);
    box-shadow: 0 0 0 6px rgba(33, 197, 139, 0.14);
  }

  .erp-banner-title {
    margin: 0;
    color: var(--erp-text);
    font-size: clamp(2.6rem, 4.8vw, 4.6rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 600;
    font-family: var(--erp-font-display);
    text-wrap: balance;
  }

  .erp-banner-highlight {
    display: inline-block;
    color: var(--erp-accent);
  }

  .erp-banner-lead {
    margin: 28px 0 0;
    max-width: 590px;
    color: var(--erp-text-soft);
    font-size: 1.08rem;
    line-height: 1.75;
    font-weight: 400;
  }

  .erp-banner-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
  }

  .erp-banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 12px;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  }

  .erp-banner-btn-primary {
    background: var(--erp-accent);
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(33, 197, 139, 0.2);
    color: var(--erp-on-accent) !important;
  }

  .erp-banner-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(33, 197, 139, 0.26);
  }

  .erp-banner-btn-secondary {
    border: 1px solid var(--erp-border);
    background: var(--erp-surface);
    color: var(--erp-text) !important;
  }

  .erp-banner-btn-secondary:hover {
    transform: translateY(-2px);
    background: var(--erp-surface-2);
  }

  .erp-banner-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 28px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--erp-border);
    align-items: start;
  }

  .erp-banner-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--erp-text-soft);
    font-size: 0.92rem;
    font-weight: 500;
    min-width: 0;
  }

  .erp-banner-trust-item strong {
    color: var(--erp-text);
    font-weight: 600;
  }

  .erp-banner-trust-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    color: var(--erp-accent);
    flex-shrink: 0;
  }

  .erp-banner-visual {
    position: relative;
    min-width: 0;
    padding-right: 12px;
  }

  .erp-banner-card {
    position: relative;
    border: 1px solid var(--erp-border);
    border-radius: 16px;
    background: linear-gradient(180deg, var(--erp-surface-2), var(--erp-surface));
    box-shadow: var(--erp-banner-shadow);
    overflow: hidden;
  }

  .erp-banner-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--erp-border);
  }

  .erp-banner-card-label {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .erp-banner-card-label span {
    color: var(--erp-text-soft);
    font-size: 0.77rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .erp-banner-card-label strong {
    color: var(--erp-text);
    font-size: 1rem;
    font-weight: 600;
  }

  .erp-banner-card-metrics {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--erp-text);
    font-size: 0.88rem;
  }

  .erp-banner-card-metrics b {
    color: var(--erp-accent);
    font-size: 1.1rem;
    font-weight: 600;
  }

  .erp-banner-card-body {
    padding: 10px;
  }

  .erp-banner-media {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--erp-border);
    background: rgba(255, 255, 255, 0.02);
  }

  .erp-banner-media img {
    display: block;
    width: 100%;
    height: auto;
  }

  .erp-banner-placeholder {
    min-height: 430px;
    display: grid;
    place-items: center;
    padding: 32px;
    color: var(--erp-text-soft);
    text-align: center;
    line-height: 1.7;
    font-size: 1rem;
  }

  .erp-banner-float {
    position: absolute;
    right: 0;
    bottom: 26px;
    width: min(260px, 90%);
    padding: 18px;
    border: 1px solid var(--erp-border);
    border-radius: 12px;
    background: rgba(9, 17, 29, 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.26);
    z-index: 2;
  }

  [data-erp-theme="light"] .erp-banner-float {
    background: rgba(255, 255, 255, 0.92);
  }

  .erp-banner-float span {
    display: block;
    color: var(--erp-text-soft);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }

  .erp-banner-float strong {
    display: block;
    color: var(--erp-text);
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .erp-banner-float p {
    margin: 0;
    color: var(--erp-text-soft);
    font-size: 0.92rem;
    line-height: 1.6;
  }

  @media (max-width: 1180px) {
    .erp-banner-container {
      grid-template-columns: 1fr;
      gap: 42px;
      padding: 0 32px;
    }

    .erp-banner-copy {
      max-width: 100%;
      text-align: center;
      margin: 0 auto;
    }

    .erp-banner-actions,
    .erp-banner-trust {
      justify-content: center;
    }

    .erp-banner-lead {
      margin-left: auto;
      margin-right: auto;
    }

    .erp-banner-visual {
      max-width: 860px;
      margin: 0 auto;
    }
  }

  @media (max-width: 768px) {
    .erp-enterprise-banner {
      padding: 88px 0 62px;
    }

    .erp-banner-container {
      padding: 0 20px;
    }

    .erp-banner-title {
      font-size: clamp(2.45rem, 12vw, 3.6rem);
    }

    .erp-banner-lead {
      font-size: 1rem;
    }

    .erp-banner-actions {
      flex-direction: column;
      align-items: stretch;
    }

    .erp-banner-btn {
      width: 100%;
    }

    .erp-banner-card-header,
    .erp-banner-card-body {
      padding-left: 16px;
      padding-right: 16px;
    }

    .erp-banner-float {
      position: static;
      width: 100%;
      margin-top: 14px;
    }

    .erp-banner-placeholder {
      min-height: 280px;
    }
  }


/* ── build_your_erp ─────────────────────────────────────────────── */
.erp-modal h3 {
    color: var(--erp-text) !important;
    margin-bottom: 20px;
  }

  .erp-bld-section {
    padding: 80px 0;
    background: var(--erp-bg);
    font-family: var(--erp-font-body);
  }

  .erp-bld-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .erp-bld-wrap {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 32px;
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    border-radius: 24px;
    padding: 32px;
    min-height: 600px;
  }

  .erp-bld-sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 700px;
    overflow-y: auto;
    padding-right: 10px;
  }

  .erp-bld-sidebar h4 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--erp-text-soft);
    margin: 20px 0 8px 4px;
    border-bottom: 1px solid var(--erp-border);
    padding-bottom: 5px;
  }

  .erp-bm-item {
    background: transparent;
    border: 1px solid var(--erp-border);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: var(--erp-text-soft);
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .erp-bm-item:hover {
    border-color: var(--erp-accent);
    color: var(--erp-text);
    background: var(--erp-surface-2);
  }

  .erp-bm-item.selected {
    border-color: var(--erp-accent);
    background: var(--erp-accent-glow);
    color: var(--erp-accent);
    font-weight: 600;
  }

  .erp-bm-check {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1.5px solid var(--erp-border);
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }

  .erp-bm-item.selected .erp-bm-check {
    background: var(--erp-accent);
    border-color: var(--erp-accent);
  }

  .erp-bm-item.selected .erp-bm-check::after {
    content: '✓';
    color: var(--erp-on-accent);
    font-size: 11px;
    font-weight: bold;
  }

  .erp-bld-preview {
    background: #0f172a;
    border: 1px solid var(--erp-border);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }

  [data-erp-theme="light"] .erp-bld-preview {
    background: #ffffff;
    border: 1px solid var(--erp-border-2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }

  .erp-sm-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 100px;
    align-content: flex-start;
  }

  .erp-sm-chip {
    background: var(--erp-accent-glow);
    border: 1px solid rgba(0, 229, 160, 0.2);
    color: var(--erp-accent);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .erp-sm-remove {
    cursor: pointer;
    opacity: 0.6;
    font-size: 14px;
  }

  .erp-sm-remove:hover {
    opacity: 1;
  }

  .erp-bs-summary {
    background: var(--erp-surface-2);
    border: 1px solid var(--erp-border);
    border-radius: 12px;
    padding: 24px;
    margin-top: auto;
  }

  .erp-bs-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.95rem;
  }

  .erp-bs-row:last-child {
    margin-bottom: 0;
    padding-top: 12px;
    border-top: 1px solid var(--erp-border);
  }

  .erp-bs-label {
    color: var(--erp-text-soft);
  }

  .erp-bs-value {
    color: var(--erp-text);
    font-weight: 700;
  }

  .erp-currency-select {
    appearance: none;
    -webkit-appearance: none;
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    border-radius: 8px;
    color: var(--erp-accent);
    font-size: 0.78rem;
    font-weight: 700;
    font-family: var(--erp-font-body);
    padding: 4px 24px 4px 10px;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2300e5a0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    min-width: 80px;
  }

  .erp-currency-select:hover,
  .erp-currency-select:focus {
    border-color: var(--erp-accent);
    box-shadow: 0 0 0 2px var(--erp-accent-glow);
  }

  [data-erp-theme="light"] .erp-currency-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23009e6f'/%3E%3C/svg%3E");
  }

  .erp-price-converting {
    opacity: 0.5;
    font-style: italic;
    font-size: 0.85em;
  }

  .erp-bp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: var(--erp-accent);
    color: var(--erp-on-accent) !important;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
    border: none;
    font-size: 1rem;
    transition: all 0.3s;
  }

  .erp-bp-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
  }

  .erp-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    padding: 20px;
  }

  .erp-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  .erp-modal {
    background: var(--erp-bg);
    border: 1px solid var(--erp-border-2);
    border-radius: 24px;
    width: 100%;
    max-width: 550px;
    padding: 40px;
    position: relative;
  }

  .erp-modal-input {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    color: var(--erp-text);
    margin-bottom: 20px;
    outline: none;
  }

  .erp-modal-input:focus {
    border-color: var(--erp-accent);
  }

  .erp-rate-warning {
    display: none;
    background: rgba(255, 180, 0, 0.08);
    border: 1px solid rgba(255, 180, 0, 0.3);
    color: #f5a623;
    font-size: 0.82rem;
    padding: 10px 16px;
    border-radius: 10px;
  }


/* ── client_directory ─────────────────────────────────────────────── */
.erp-cd-section {
    background: var(--erp-bg);
    font-family: var(--erp-font-body);
    transition: background 0.4s ease;
  }

  .erp-cd-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 24px;
  }

  .erp-cd-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px;
  }
.erp-cd-header h2 {
    
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    color: var(--erp-text);
    margin: 0 0 16px;
    line-height: 1.15;
  }

  .erp-cd-header p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--erp-text-soft);
    margin: 0;
  }

  .erp-cd-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }

  .erp-cd-tab {
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    color: var(--erp-text-soft);
    font-size: 0.8rem;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .erp-cd-tab:hover,
  .erp-cd-tab.active {
    background: var(--erp-accent);
    color: var(--erp-on-accent) !important;
    border-color: var(--erp-accent);
    font-weight: 700;
  }

  .erp-cd-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 28px;
  }

  .erp-cd-card {
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    border-radius: 14px;
    padding: 28px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
  }

  .erp-cd-card:hover {
    border-color: var(--erp-border-2);
    background: var(--erp-surface-2);
  }

  .erp-cd-card[data-hidden="true"] {
    display: none;
  }

  .erp-cd-logo {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 800;
    color: #000;
    background: linear-gradient(135deg, var(--erp-accent), #4f8ef7);
    overflow: hidden;
  }

  .erp-cd-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .erp-cd-name {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--erp-text-soft);
    text-align: center;
    line-height: 1.45;
  }

  .erp-cd-industry {
    font-size: 0.68rem;
    color: var(--erp-text-faint);
    text-align: center;
  }

  .erp-cd-country {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--erp-accent-glow);
    border: 1px solid rgba(0, 229, 160, 0.22);
    color: var(--erp-accent);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
  }

  .erp-cd-note {
    text-align: center;
    font-size: 0.9rem;
    color: var(--erp-text-faint);
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto;
  }

  @media (max-width: 1024px) {
    .erp-cd-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  @media (max-width: 768px) {
    .erp-cd-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 640px) {
    .erp-cd-container {
      padding: 60px 20px;
    }

    .erp-cd-header h2 { font-size: 1.6rem; }

    .erp-cd-tabs {
      justify-content: flex-start;
      overflow-x: auto;
      padding: 4px 10px 14px;
      margin: 0 -20px 24px;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
    }
    .erp-cd-tabs::-webkit-scrollbar { display: none; }
    .erp-cd-tab { white-space: nowrap; font-size: 0.75rem; padding: 7px 14px; }

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

    .erp-cd-card {
      padding: 24px 12px;
      border-radius: 12px;
    }

    .erp-cd-logo { width: 44px; height: 44px; font-size: 0.8rem; }
    .erp-cd-name { font-size: 0.7rem; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 1.8rem; }
    .erp-cd-industry { font-size: 0.62rem; display: none; }
    .erp-cd-country { font-size: 0.6rem; padding: 2px 8px; }
  }


/* ── client_message ─────────────────────────────────────────────── */
.erp-ct-msg-section { padding: 0 0 100px; background: var(--erp-bg); transition: background 0.4s; font-family: var(--erp-font-body); }
  .erp-ct-msg-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

  .erp-ct-msg-header { text-align: center; margin-bottom: 40px; }
  .erp-ct-msg-header h3 { font-family: var(--erp-font-body); font-size: 1.5rem; font-weight: 700; color: var(--erp-text); margin: 0; }

  .erp-ct-msg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

  .erp-ct-msg-card {
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  }
  .erp-ct-msg-card:hover { border-color: var(--erp-border-2); transform: translateY(-4px) !important; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }

  .erp-ct-msg-quote {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--erp-text);
    margin-bottom: 24px;
    flex: 1;
    position: relative;
    padding-left: 20px;
  }
  .erp-ct-msg-quote::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 2rem;
    color: var(--erp-accent);
    line-height: 1;
    opacity: 0.6;
  }

  .erp-ct-msg-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--erp-border);
  }

  .erp-ct-msg-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--erp-accent), #4f8ef7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--erp-font-body);
    font-weight: 700;
    color: #000;
    font-size: 0.85rem;
    flex-shrink: 0;
    overflow: hidden;
  }
  .erp-ct-msg-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .erp-ct-msg-name { font-family: var(--erp-font-body); font-weight: 600; font-size: 0.9rem; color: var(--erp-text); line-height: 1.3; display: block; }
  .erp-ct-msg-role { font-size: 0.78rem; color: var(--erp-text-soft); line-height: 1.4; }

  @media (max-width: 1024px) { .erp-ct-msg-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    .erp-ct-msg-section { padding: 0 0 60px; }
    .erp-ct-msg-grid { grid-template-columns: 1fr; gap: 16px; }
    .erp-ct-msg-card { padding: 24px; }
    .erp-ct-msg-quote { font-size: 0.9rem; line-height: 1.5; margin-bottom: 20px; }
    .erp-ct-msg-avatar { width: 36px; height: 36px; font-size: 0.75rem; }
    .erp-ct-msg-name { font-size: 0.85rem; }
    .erp-ct-msg-role { font-size: 0.72rem; }
  }


/* ── client_trust ─────────────────────────────────────────────── */
.erp-ct-section { padding: 80px 0; background: var(--erp-bg); transition: background 0.4s; font-family: var(--erp-font-body); overflow: hidden; }
  .erp-ct-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

  .erp-ct-header { text-align: center; margin-bottom: 48px; }
.erp-ct-header h2 { font-family: var(--erp-font-body); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; color: var(--erp-text); line-height: 1.3; }

  /* Logos Ticker */
  .erp-ct-logos { overflow: hidden; position: relative; }
  .erp-ct-logos::before, .erp-ct-logos::after { content: ''; position: absolute; top: 0; bottom: 0; width: 140px; z-index: 1; pointer-events: none; }
  .erp-ct-logos::before { left: 0; background: var(--erp-fade-left); }
  .erp-ct-logos::after { right: 0; background: var(--erp-fade-right); }

  .erp-ct-ticker { overflow: hidden; }
  .erp-ct-track { display: flex; gap: 32px; width: max-content; animation: erpTicker 30s linear infinite; }
  .erp-ct-track:hover { animation-play-state: paused; }
  @keyframes erpTicker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

  .erp-ct-logo-item { flex-shrink: 0; }
  .erp-ct-logo-ph {
    display: flex; align-items: center; justify-content: center;
    height: 80px; min-width: 220px;
    background: var(--erp-surface); border: 1px solid var(--erp-border); border-radius: 14px;
    padding: 0 40px;
    font-family: var(--erp-font-body); font-size: 1.05rem; font-weight: 600; color: var(--erp-text-faint);
    white-space: nowrap; transition: 0.3s;
  }
  [data-erp-theme="light"] .erp-ct-logo-ph { background: #ffffff; border-color: rgba(37,99,235,0.18); color: #475569; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
  .erp-ct-logo-img {
    height: 80px; min-width: 220px; border-radius: 14px;
    border: 1px solid var(--erp-border); object-fit: contain; padding: 16px 24px;
    background: var(--erp-surface); transition: 0.3s; filter: brightness(1.1);
  }
  [data-erp-theme="light"] .erp-ct-logo-img { filter: none; background: #ffffff; border-color: rgba(37,99,235,0.18); box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
  .erp-ct-item:hover { border-color: var(--erp-border-2); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
  [data-erp-theme="light"] .erp-ct-item:hover { box-shadow: 0 8px 24px rgba(37,99,235,0.12); border-color: rgba(37,99,235,0.3); }

  @media (max-width: 640px) {
    .erp-ct-section { padding: 60px 0; }
    .erp-ct-logo-ph { height: 60px; min-width: 160px; font-size: 0.85rem; padding: 0 24px; border-radius: 10px; }
    .erp-ct-logo-img { height: 60px; min-width: 160px; padding: 12px 16px; border-radius: 10px; }
  }


/* ── common_questions ─────────────────────────────────────────────── */
.erp-faq-section {
        background: var(--erp-bg);
        font-family: var(--erp-font-body);
        padding: 100px 24px;
        transition: background 0.4s ease;
    }

    .erp-faq-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .erp-faq-header {
        text-align: center;
        max-width: 700px;
        margin: 0 auto 64px;
    }
.erp-faq-header h2 {
        
        font-size: clamp(2.2rem, 4vw, 3rem);
        color: var(--erp-text);
        margin: 0 0 20px;
        line-height: 1.1;
    }

    .erp-faq-header p {
        font-size: 1.1rem;
        color: var(--erp-text-soft);
        line-height: 1.6;
        margin: 0;
    }

    /* Accordion Styles */
    .erp-faq-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .erp-faq-item {
        background: var(--erp-surface);
        border: 1px solid var(--erp-border);
        border-radius: 16px;
        overflow: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .erp-faq-item:hover {
        border-color: rgba(255, 255, 255, 0.15);
        box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);
    }

    [data-erp-theme="light"] .erp-faq-item:hover {
        border-color: var(--erp-accent-2);
        box-shadow: 0 10px 30px -10px rgba(37, 99, 235, 0.1);
    }

    .erp-faq-item.active {
        border-color: var(--erp-accent-2);
        background: var(--erp-tag-bg);
    }

    .erp-faq-trigger:hover h3 {
        color: var(--erp-accent);
    }

    .erp-faq-trigger {
        width: 100%;
        padding: 24px 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: none;
        border: none;
        cursor: pointer;
        text-align: left;
        color: var(--erp-text);
        font-family: inherit;
        outline: none;
    }

    .erp-faq-trigger h3 {
        font-size: 1.25rem;
        font-weight: 700;
        margin: 0;
        padding-right: 24px;
        line-height: 1.4;
        color: var(--erp-text);
        transition: color 0.3s ease;
    }

    .erp-faq-item.active .erp-faq-trigger h3 {
        color: var(--erp-accent);
    }

    .erp-faq-icon {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
        transition: all 0.3s ease;
    }

    .erp-faq-item.active .erp-faq-icon {
        background: var(--erp-accent-2);
        transform: rotate(45deg);
    }

    .erp-faq-icon svg {
        width: 14px;
        height: 14px;
        stroke: var(--erp-text);
    }

    .erp-faq-item.active .erp-faq-icon svg {
        stroke: #fff;
    }

    .erp-faq-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
        padding: 0 32px;
    }

    .erp-faq-item.active .erp-faq-content {
        max-height: 500px; /* Large enough to fit content */
        padding-bottom: 24px;
    }

    .erp-faq-content p {
        font-size: 1.05rem;
        color: var(--erp-text-soft);
        line-height: 1.6;
        margin: 0;
    }

    @media (max-width: 768px) {
        .erp-faq-section {
            padding: 80px 16px;
        }

        .erp-faq-trigger {
            padding: 20px 24px;
        }

        .erp-faq-content {
            padding: 0 24px;
        }

        .erp-faq-trigger h3 {
            font-size: 1.1rem;
        }
    }


/* ── end_section ─────────────────────────────────────────────── */
.erp-end-section {
        background: var(--erp-bg);
        padding: 120px 24px;
        text-align: center;
        font-family: var(--erp-font-body);
        position: relative;
        overflow: hidden;
        transition: background 0.4s ease;
    }

    .erp-end-container {
        max-width: 640px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
.erp-end-title {
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 700;
        color: var(--erp-text);
        line-height: 1.15;
        margin: 0 0 20px;
        letter-spacing: -0.02em;
    }

    .erp-end-desc {
        font-size: 1.05rem;
        color: var(--erp-text-soft);
        line-height: 1.7;
        margin: 0 auto 40px;
        font-weight: 400;
    }

    .erp-end-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .erp-end-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-weight: 700;
        font-size: 1rem;
        padding: 16px 32px;
        border-radius: 10px;
        text-decoration: none !important;
        transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
        white-space: nowrap;
    }

    .erp-end-primary {
        background: var(--erp-accent);
        color: var(--erp-on-accent) !important;
        border: none;
    }

    .erp-end-primary:hover {
        filter: brightness(1.08);
        transform: translateY(-2px);
        box-shadow: 0 8px 30px var(--erp-accent-glow);
    }

    .erp-end-secondary {
        background: transparent;
        color: var(--erp-text);
        font-weight: 600;
        border: none;
        padding: 12px 28px;
    }

    .erp-end-secondary:hover {
        color: var(--erp-text);
        background: rgba(255, 255, 255, 0.05);
    }

    /* Background Mesh from styles.css */
    .erp-end-mesh-1 {
        position: absolute; width: 600px; height: 600px; left: -200px; top: -200px;
        background: radial-gradient(circle, rgba(0, 229, 160, 0.1) 0%, transparent 70%);
        filter: blur(80px); opacity: 0.3; pointer-events: none; z-index: 1;
    }
    .erp-end-mesh-2 {
        position: absolute; width: 500px; height: 500px; right: -100px; bottom: -100px;
        background: radial-gradient(circle, rgba(0, 102, 255, 0.1) 0%, transparent 70%);
        filter: blur(80px); opacity: 0.3; pointer-events: none; z-index: 1;
    }

    @media (max-width: 640px) {
        .erp-end-section { padding: 60px 20px; }
        .erp-end-title { font-size: 2rem; margin-bottom: 16px; }
        .erp-end-desc { font-size: 0.95rem; margin-bottom: 32px; }
        .erp-end-actions { flex-direction: column; width: 100%; gap: 10px; }
        .erp-end-btn { width: 100%; padding: 14px 20px; justify-content: center; font-size: 1rem; }
    }


/* ── end_to_end_process ─────────────────────────────────────────────── */
.erp-etep-section {
    background: var(--erp-bg);
    font-family: var(--erp-font-body);
    transition: background 0.4s ease;
  }

  .erp-etep-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 100px;
  }

  .erp-etep-header {
    text-align: left;
    max-width: none;
    margin-bottom: 48px;
  }
.erp-etep-header h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    color: var(--erp-text);
    line-height: 1.15;
    margin: 0;
  }

  .erp-etep-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .erp-etep-step {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid var(--erp-border);
    position: relative;
  }

  .erp-etep-step:last-child {
    border-bottom: none;
  }

  .erp-etep-num {
    
    font-size: 4rem;
    font-weight: 800;
    color: var(--erp-border);
    line-height: 1;
    padding-top: 8px;
    transition: color 0.3s ease;
  }

  .erp-etep-step:hover .erp-etep-num {
    color: var(--erp-accent);
  }

  .erp-etep-body h3 {
    
    margin: 0 0 12px;
    font-size: 1.4rem;
    color: var(--erp-text);
  }

  .erp-etep-body > p {
    font-size: 0.9rem;
    margin: 0 0 20px;
    color: var(--erp-text-soft);
    line-height: 1.65;
  }

  .erp-etep-badges {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }

  .erp-etep-badge {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(0, 102, 255, 0.1);
    color: var(--erp-accent-2);
    border: 1px solid rgba(0, 102, 255, 0.2);
  }

  .erp-etep-badge.alt {
    background: rgba(124, 58, 237, 0.1);
    color: var(--erp-accent-3);
    border-color: rgba(124, 58, 237, 0.2);
  }

  .erp-etep-points {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .erp-etep-point {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 0.875rem;
    color: var(--erp-text-soft);
    line-height: 1.6;
  }

  .erp-etep-point svg {
    color: var(--erp-accent);
    flex-shrink: 0;
    margin-top: 2px;
  }

  .erp-etep-point strong {
    color: var(--erp-text);
  }

  @media (max-width: 768px) {
    .erp-etep-step {
      grid-template-columns: 80px 1fr;
      gap: 24px;
      padding: 32px 0;
    }

    .erp-etep-num {
      font-size: 2.8rem;
      padding-top: 0;
    }
  }

  @media (max-width: 640px) {
    .erp-etep-container {
      padding: 0 20px 60px;
    }

    .erp-etep-header {
      margin-bottom: 36px;
      text-align: center;
    }

    .erp-etep-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .erp-etep-step {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: 24px 14px;
      border-bottom: none;
      border: 1px solid var(--erp-border);
      border-radius: 16px;
      align-items: flex-start;
      background: var(--erp-surface);
    }

    .erp-etep-num {
      font-size: 1.8rem;
    }

    .erp-etep-body h3 {
      font-size: 0.95rem;
      margin-bottom: 8px;
    }

    .erp-etep-body > p {
      font-size: 0.75rem;
      line-height: 1.4;
      margin-bottom: 12px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .erp-etep-point {
      font-size: 0.72rem;
      gap: 6px;
    }

    .erp-etep-badge {
      font-size: 0.6rem;
      padding: 2px 8px;
    }

    .erp-etep-badges {
        margin-bottom: 8px;
    }
  }


/* ── erpextra_footer ─────────────────────────────────────────────── */
.erp-footer {
    background: var(--erp-bg-alt);
    color: var(--erp-text);
    padding: 80px 0 40px;
    border-top: 1px solid var(--erp-border);
    font-family: var(--erp-font-body);
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  }

  .erp-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .erp-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr 1.2fr;
    gap: 80px;
    margin-bottom: 60px;
  }

  .erp-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .erp-footer-logo-text {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--erp-text);
    text-transform: uppercase;
  }

  .erp-footer-logo-text span {
    color: var(--erp-accent);
  }

  .erp-footer-logo {
    max-height: 80px;
    width: auto;
    margin-bottom: 5px;
    display: block;
  }

  .erp-footer-logo--light,
  .erp-footer-logo--dark {
    display: none;
  }

  [data-erp-theme="dark"] .erp-footer-logo--dark {
    display: block;
  }

  [data-erp-theme="dark"] .erp-footer-logo--light {
    display: none;
  }

  [data-erp-theme="light"] .erp-footer-logo--light {
    display: block;
  }

  [data-erp-theme="light"] .erp-footer-logo--dark {
    display: none;
  }

  .erp-footer-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--erp-text-soft);
    max-width: 280px;
  }

  .erp-footer-col h5 {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--erp-text);
    margin-bottom: 24px;
  }

  .erp-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .erp-footer-links a {
    color: var(--erp-text-soft);
    text-decoration: none;
    font-size: 0.93rem;
    transition: 0.2s;
  }

  .erp-footer-links a:hover {
    color: var(--erp-accent);
    padding-left: 4px;
  }

  .erp-footer-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--erp-text-soft);
    text-decoration: none;
  }

  .erp-footer-item svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-top: 3px;
    stroke: var(--erp-accent);
    opacity: 0.9;
  }

  .erp-footer-contact a {
    color: var(--erp-text-soft);
    text-decoration: none;
    display: block;
    transition: 0.2s;
  }

  .erp-footer-contact a:hover {
    color: var(--erp-accent);
  }

  .erp-footer-bottom {
    padding-top: 30px;
    border-top: 1px solid var(--erp-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: var(--erp-text-soft);
    flex-wrap: wrap;
    gap: 20px;
  }

  .erp-footer-legal {
    display: flex;
    gap: 24px;
  }

  .erp-footer-legal a {
    color: var(--erp-text-soft);
    text-decoration: none;
    transition: color 0.2s;
  }

  .erp-footer-legal a:hover {
    color: var(--erp-text);
  }

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

    .erp-footer-brand {
      grid-column: span 2;
      margin-bottom: 30px;
    }
  }

  @media (max-width: 640px) {
    .erp-footer-grid {
      grid-template-columns: 1fr 1fr 1fr;
      /* 3 columns */
      gap: 24px;
    }

    .erp-footer-brand {
      grid-column: span 3;
      /* full width */
    }

    .erp-footer-col:nth-child(2),
    .erp-footer-col:nth-child(3),
    .erp-footer-col:nth-child(4) {
      grid-column: span 1;
      /* each link group takes 1 column */
    }

    .erp-footer-col:nth-child(5) {
      grid-column: span 3;
      /* contact full width */
    }

    .erp-footer-bottom {
      flex-direction: column;
      text-align: center;
    }
  }


/* ── features ─────────────────────────────────────────────── */
.erp-ft-section { padding: 100px 0; background: var(--erp-bg); transition: background 0.4s; font-family: var(--erp-font-body);}
  .erp-ft-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

  .erp-ft-header { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.erp-ft-header h2 { font-family: var(--erp-font-body); font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 800; color: var(--erp-text); margin-bottom: 16px; line-height: 1.15; }
  .erp-ft-header p { font-size: 1.05rem; color: var(--erp-text-soft); line-height: 1.7; }

  .erp-ft-tabs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }
  .erp-ft-tab { background: var(--erp-surface); border: 1px solid var(--erp-border); color: var(--erp-text-soft); padding: 12px 24px; border-radius: 8px; font-family: inherit; font-size: 0.95rem; font-weight: 500; cursor: pointer; transition: all 0.3s; }
  .erp-ft-tab:hover { color: var(--erp-text); border-color: var(--erp-border-2); }
  .erp-ft-tab.active { background: var(--erp-accent); border-color: var(--erp-accent); font-weight: 700; color: var(--erp-on-accent); }

  .erp-ft-panels { position: relative; min-height: 250px; }
  .erp-ft-panel { display: none; animation: erpFadeIn 0.4s ease forwards; }
  .erp-ft-panel.active { display: block; }
  @keyframes erpFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

  .erp-ft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .erp-ft-card { display: flex; align-items: center; gap: 16px; background: var(--erp-surface); border: 1px solid var(--erp-border); border-radius: 14px; padding: 20px 24px; transition: all 0.3s; }
  .erp-ft-card:hover { border-color: var(--erp-border-2); background: var(--erp-surface-2); }
  .erp-ft-icon-box {
    width: 52px; height: 52px;
    border-radius: 12px;
    background: var(--erp-surface-2);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
  }
  [data-erp-theme="light"] .erp-ft-icon-box {
    background: #f1f5f9;
    border: 1px solid rgba(37,99,235,0.1);
  }
  .erp-ft-icon-box img { width: 28px; height: 28px; object-fit: contain; filter: brightness(1.1); }
  [data-erp-theme="light"] .erp-ft-icon-box img { filter: brightness(0.8) contrast(1.1); }
  .erp-ft-icon-box svg { width: 28px; height: 28px; color: var(--erp-accent); }
  .erp-ft-card h4 { color: var(--erp-text); margin: 0 0 4px; font-size: 1.05rem; font-family: var(--erp-font-body); font-weight: 700; line-height: 1.3; }
  .erp-ft-card p { font-size: 0.85rem; line-height: 1.5; color: var(--erp-text-soft); margin: 0; }

  .erp-ft-cta { text-align: center; margin-top: 50px; }
  .erp-btn-ft { display: inline-flex; background: var(--erp-accent); color: var(--erp-on-accent); font-family: var(--erp-font-body); font-weight: 600; padding: 14px 28px; border-radius: 8px; text-decoration: none; transition: 0.3s; }
  .erp-btn-ft:hover { filter: brightness(1.08); transform: translateY(-2px); box-shadow: 0 10px 25px var(--erp-accent-glow); }

  @media (max-width: 1024px) { .erp-ft-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    .erp-ft-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .erp-ft-card { padding: 14px 12px; gap: 12px; }
    .erp-ft-icon-box { width: 40px; height: 40px; }
    .erp-ft-icon-box img, .erp-ft-icon-box svg { width: 22px; height: 22px; }
    .erp-ft-card h4 { font-size: 0.85rem; }
    .erp-ft-card p { font-size: 0.72rem; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .erp-ft-tab { padding: 8px 14px; font-size: 0.8rem; }
    .erp-ft-tabs { gap: 4px; }
  }


/* ── get_in_touch ─────────────────────────────────────────────── */
.erp-git-section {
        background: var(--erp-bg);
        font-family: var(--erp-font-body);
        padding: 100px 24px;
        transition: background 0.4s ease;
        position: relative;
        overflow: hidden;
    }

    /* Luxury Grid Overlay */
    .erp-git-grid-overlay {
        position: absolute;
        inset: 0;
        background-image: 
            linear-gradient(var(--erp-border) 1px, transparent 1px),
            linear-gradient(90deg, var(--erp-border) 1px, transparent 1px);
        background-size: 60px 60px;
        mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
        pointer-events: none;
        opacity: 0.6;
    }

    /* Decorative background elements */
    .erp-git-section::before {
        content: '';
        position: absolute;
        top: -200px;
        right: -200px;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(0, 229, 160, 0.06) 0%, transparent 70%);
        pointer-events: none;
    }

    .erp-git-section::after {
        content: '';
        position: absolute;
        bottom: -150px;
        left: -150px;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(0, 102, 255, 0.05) 0%, transparent 70%);
        pointer-events: none;
    }

    .erp-git-container {
        max-width: 1100px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 340px 1fr;
        gap: 32px;
        align-items: start;
        position: relative;
        z-index: 1;
    }

    /* Left Column */
    .erp-git-left {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .erp-git-contact-item {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 18px 20px;
        background: var(--erp-surface);
        border: 1px solid var(--erp-border);
        border-radius: 14px;
        transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .erp-git-contact-item::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--erp-accent-grad);
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .erp-git-contact-item:hover {
        border-color: transparent;
        transform: translateX(6px);
        box-shadow: var(--erp-card-hover-glow);
    }

    .erp-git-contact-item:hover::before {
        opacity: 0.06;
    }

    .erp-git-contact-item>* {
        position: relative;
        z-index: 1;
    }

    .erp-git-contact-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: rgba(0, 229, 160, 0.08);
        border: 1px solid rgba(0, 229, 160, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: all 0.35s ease;
    }

    .erp-git-contact-item:hover .erp-git-contact-icon {
        background: var(--erp-accent);
        border-color: var(--erp-accent);
    }

    .erp-git-contact-icon svg {
        width: 18px;
        height: 18px;
        color: var(--erp-accent);
        transition: color 0.35s ease;
    }

    .erp-git-contact-item:hover .erp-git-contact-icon svg {
        color: #fff;
    }

    .erp-git-contact-label {
        font-size: 0.68rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: var(--erp-text-faint);
        margin-bottom: 3px;
        transition: color 0.35s ease;
    }

    .erp-git-contact-item:hover .erp-git-contact-label {
        color: var(--erp-text-soft);
    }

    .erp-git-contact-value {
        font-size: 0.9rem;
        font-weight: 600;
        color: var(--erp-text);
        transition: color 0.35s ease;
    }

    .erp-git-contact-value a {
        color: inherit;
        text-decoration: none;
    }

    .erp-git-contact-item:hover .erp-git-contact-value {
        color: #fff;
    }

    /* Right Column - Form */
    .erp-git-form-card {
        background: var(--erp-surface);
        border: 1px solid var(--erp-border);
        border-radius: 24px;
        padding: 36px;
        position: relative;
        overflow: hidden;
    }

    /* Subtle gradient border effect */
    .erp-git-form-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--erp-accent-grad);
        opacity: 0.6;
    }

    .erp-git-form-header {
        margin-bottom: 24px;
    }

    .erp-git-form-header h3 {
        font-size: 1.4rem;
        font-weight: 800;
        color: var(--erp-text);
        margin: 0 0 8px;
    }

    .erp-git-form-header p {
        font-size: 0.88rem;
        color: var(--erp-text-soft);
        margin: 0;
        line-height: 1.6;
    }

    /* Query Type Tabs */
    .erp-git-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
        margin: 0 auto 28px;
        padding: 5px;
        background: var(--erp-surface-2);
        border-radius: 12px;
        width: 100%;
        max-width: 480px;
        border: 1px solid var(--erp-border);
    }

    .erp-git-tab {
        padding: 9px 5px;
        border-radius: 9px;
        font-size: 0.78rem;
        font-weight: 700;
        color: var(--erp-text-soft);
        cursor: pointer;
        border: none;
        background: transparent;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        letter-spacing: 0.01em;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .erp-git-tab.active {
        background: var(--erp-accent);
        color: var(--erp-on-accent) !important;
        box-shadow: 0 2px 12px rgba(0, 229, 160, 0.3);
    }

    .erp-git-tab:hover:not(.active) {
        color: var(--erp-text);
        background: rgba(255, 255, 255, 0.05);
    }

    /* Form Fields */
    .erp-git-form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-bottom: 16px;
    }

    .erp-git-form-group {
        margin-bottom: 18px;
    }

    .erp-git-form-group label {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 0.72rem;
        font-weight: 700;
        color: var(--erp-text-soft);
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .erp-git-form-group label .required-dot {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--erp-accent);
        display: inline-block;
    }

    .erp-git-input,
    .erp-git-select,
    .erp-git-textarea {
        width: 100%;
        padding: 12px 16px;
        border-radius: 10px;
        border: 1px solid var(--erp-border);
        background: var(--erp-surface);
        color: var(--erp-text);
        font-family: var(--erp-font-body);
        font-size: 0.9rem;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        outline: none;
    }

    .erp-git-input:hover,
    .erp-git-select:hover,
    .erp-git-textarea:hover {
        border-color: var(--erp-border-2);
    }

    .erp-git-input:focus,
    .erp-git-select:focus,
    .erp-git-textarea:focus {
        border-color: var(--erp-accent);
        box-shadow: 0 0 0 4px var(--erp-input-focus-ring), 0 4px 20px rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.06);
    }

    .erp-git-input::placeholder,
    .erp-git-textarea::placeholder {
        color: var(--erp-text-faint);
    }

    .erp-git-select {
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238b9ab5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 16px center;
        padding-right: 40px;
        cursor: pointer;
    }

    .erp-git-textarea {
        min-height: 110px;
        resize: vertical;
        line-height: 1.6;
    }

    /* Submit Button */
    .erp-git-submit-btn {
        width: 100%;
        padding: 14px 28px;
        border-radius: 12px;
        background: var(--erp-accent-grad);
        color: var(--erp-on-accent) !important;
        font-family: var(--erp-font-body);
        font-size: 0.92rem;
        font-weight: 800;
        border: none;
        cursor: pointer;
        transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        position: relative;
        overflow: hidden;
        letter-spacing: 0.02em;
    }

    .erp-git-submit-btn::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .erp-git-submit-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 30px rgba(0, 229, 160, 0.35), 0 0 60px rgba(0, 229, 160, 0.15);
    }

    .erp-git-submit-btn:hover::before {
        opacity: 1;
    }

    .erp-git-submit-btn:active {
        transform: translateY(-1px);
    }

    .erp-git-submit-btn svg {
        width: 18px;
        height: 18px;
        color: currentColor;
        transition: transform 0.3s ease;
    }

    .erp-git-submit-btn:hover svg {
        transform: translateX(4px) translateY(-2px);
    }

    /* Privacy Note */
    .erp-git-privacy {
        font-size: 0.75rem;
        color: var(--erp-text-faint);
        text-align: center;
        margin-top: 16px;
        line-height: 1.6;
    }

    .erp-git-privacy a {
        color: var(--erp-accent);
        text-decoration: none;
        font-weight: 600;
        transition: opacity 0.3s ease;
    }

    .erp-git-privacy a:hover {
        opacity: 0.8;
        text-decoration: underline;
    }

    /* Responsive */
    @media (max-width: 900px) {
        .erp-git-container {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 640px) {
        .erp-git-section {
            padding: 60px 16px;
        }

        .erp-git-form-card {
            padding: 24px;
        }

        .erp-git-form-row {
            grid-template-columns: 1fr;
        }

        .erp-git-tabs {
            flex-wrap: wrap;
            width: 100%;
        }

        .erp-git-tab {
            flex: 1;
            text-align: center;
            min-width: 0;
        }
    }


/* ── globar_reach ─────────────────────────────────────────────── */
.erp-gr-section {
    background: var(--erp-bg);
    font-family: var(--erp-font-body);
    transition: background 0.4s ease;
  }

  .erp-gr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 24px;
  }

  .erp-gr-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
.erp-gr-header h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    color: var(--erp-text);
    margin: 0 0 16px;
    line-height: 1.15;
  }

  .erp-gr-header p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--erp-text-soft);
    margin: 0;
  }

  .erp-gr-gradient {
    background: linear-gradient(135deg, var(--erp-accent) 0%, var(--erp-accent-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .erp-gr-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-top: 2rem;
  }

  .erp-gr-item {
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    border-radius: 12px;
    padding: 1.25rem 1rem;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
  }

  .erp-gr-item:hover {
    transform: translateY(-3px);
    border-color: var(--erp-accent);
  }

  .erp-gr-flag {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
  }

  .erp-gr-flag img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
  }

  .erp-gr-country {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--erp-text);
  }

  .erp-gr-count {
    font-size: 0.72rem;
    color: var(--erp-accent);
    margin-top: 0.2rem;
  }

  @media (max-width: 1024px) {
    .erp-gr-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  @media (max-width: 768px) {
    .erp-gr-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 640px) {
    .erp-gr-container {
      padding: 60px 20px;
    }

    .erp-gr-header h2 { font-size: 1.6rem; }
    .erp-gr-header p { font-size: 0.95rem; }

    .erp-gr-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-top: 1.5rem;
    }

    .erp-gr-item {
      padding: 1.25rem 0.75rem;
      border-radius: 10px;
    }

    .erp-gr-flag { font-size: 1.5rem; min-height: 1.8rem; }
    .erp-gr-country { font-size: 0.75rem; line-height: 1.25; }
    .erp-gr-count { font-size: 0.65rem; }
  }


/* ── how_we_work ─────────────────────────────────────────────── */
.erp-hww-section {
        background: var(--erp-bg);
        padding: 96px 24px;
        font-family: var(--erp-font-display);
        transition: background 0.35s ease;
    }

    .erp-hww-container {
        max-width: 1180px;
        margin: 0 auto;
    }

    .erp-hww-header {
        max-width: 700px;
        margin-bottom: 52px;
    }
.erp-hww-header h2 {
        margin: 0 0 16px;
        color: var(--erp-text);
        font-size: clamp(2rem, 3.5vw, 3rem);
        line-height: 1.08;
        letter-spacing: -0.04em;
        font-weight: 600;
    }

    .erp-hww-header p {
        margin: 0;
        color: var(--erp-text-soft);
        font-size: 1.03rem;
        line-height: 1.75;
    }

    .erp-hww-thread {
        position: relative;
        display: grid;
        gap: 18px;
    }

    .erp-hww-thread::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 46px;
        width: 2px;
        background: linear-gradient(180deg, var(--erp-accent), rgba(37, 99, 235, 0.38), transparent);
        opacity: 0.7;
    }

    .erp-hww-step {
        position: relative;
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 22px;
        align-items: center;
    }

    .erp-hww-marker {
        position: relative;
        z-index: 1;
        width: 92px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: stretch;
    }

    .erp-hww-badge {
        width: 28px;
        height: 28px;
        border-radius: 999px;
        background: linear-gradient(135deg, var(--erp-accent), var(--erp-accent-2));
        box-shadow: 0 0 0 8px rgba(0, 229, 160, 0.08);
        flex-shrink: 0;
    }

    .erp-hww-card {
        border: 1px solid var(--erp-border);
        border-radius: 18px;
        background: linear-gradient(180deg, var(--erp-surface-elevated), var(--erp-surface-2));
        box-shadow: var(--erp-shadow);
        padding: 24px 24px 22px;
        transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    }

    .erp-hww-step:hover .erp-hww-card {
        transform: translateY(-2px);
        border-color: rgba(0, 229, 160, 0.2);
    }

    .erp-hww-card-top {
        display: flex;
        justify-content: space-between;
        align-items: start;
        gap: 18px;
        margin-bottom: 14px;
    }

    .erp-hww-step-number {
        color: var(--erp-accent);
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .erp-hww-step-title {
        margin: 0;
        color: var(--erp-text);
        font-size: 1.28rem;
        line-height: 1.2;
        letter-spacing: -0.02em;
        font-weight: 600;
    }

    .erp-hww-step-desc {
        margin: 0;
        max-width: 760px;
        color: var(--erp-text-soft);
        font-size: 0.98rem;
        line-height: 1.72;
    }

    .erp-hww-footer {
        margin-top: 34px;
        padding-left: 114px;
    }

    .erp-hww-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        min-height: 46px;
        padding: 0 18px;
        border-radius: 12px;
        border: 1px solid var(--erp-border);
        color: var(--erp-text);
        text-decoration: none !important;
        font-size: 0.95rem;
        font-weight: 600;
        background: transparent;
        transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }

    .erp-hww-link:hover {
        border-color: rgba(0, 229, 160, 0.24);
        color: var(--erp-accent);
        transform: translateY(-1px);
    }

    @media (max-width: 768px) {
        .erp-hww-section {
            padding: 72px 18px;
        }

        .erp-hww-thread::before {
            left: 18px;
        }

        .erp-hww-step {
            grid-template-columns: 36px minmax(0, 1fr);
            gap: 14px;
            align-items: center;
        }

        .erp-hww-marker {
            width: 36px;
            justify-content: flex-start;
            align-items: center;
        }

        .erp-hww-badge {
            width: 18px;
            height: 18px;
            box-shadow: 0 0 0 6px rgba(0, 229, 160, 0.08);
        }

        .erp-hww-card {
            padding: 18px 16px;
            border-radius: 14px;
        }

        .erp-hww-card-top {
            flex-direction: column;
            gap: 8px;
            margin-bottom: 12px;
        }

        .erp-hww-step-title {
            font-size: 1.08rem;
        }

        .erp-hww-step-desc {
            font-size: 0.92rem;
        }

        .erp-hww-footer {
            padding-left: 0;
            margin-top: 26px;
        }
    }


/* ── how_we_work_cards ─────────────────────────────────────────────── */
.erp-hwwc-section {
    background: var(--erp-bg);
    font-family: var(--erp-font-body);
    transition: background 0.4s ease;
  }

  .erp-hwwc-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 80px;
  }

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

  .erp-hwwc-card {
    position: relative;
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    border-radius: 14px;
    padding: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .erp-hwwc-card:hover {
    border-color: var(--erp-border-2);
    box-shadow: var(--erp-shadow);
    transform: translateY(-6px);
  }

  .erp-hwwc-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 229, 160, 0.15), transparent);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }

  .erp-hwwc-card:hover::before {
    opacity: 1;
  }

  .erp-hwwc-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--erp-accent);
    margin-bottom: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  .erp-hwwc-icon img,
  .erp-hwwc-highlight-icon img {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
  }
  [data-erp-theme="light"] .erp-hwwc-icon img,
  [data-erp-theme="light"] .erp-hwwc-highlight-icon img {
    filter: brightness(0.5) contrast(1.2);
  }
  [data-erp-theme="dark"] .erp-hwwc-icon img,
  [data-erp-theme="dark"] .erp-hwwc-highlight-icon img {
    filter: brightness(1.1);
  }

  .erp-hwwc-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--erp-text);
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
  }

  .erp-hwwc-desc {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--erp-text-soft);
    margin: 0;
    flex-grow: 1;
    position: relative;
    z-index: 1;
  }

  .erp-hwwc-highlight {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 0.83rem;
    color: var(--erp-text-soft);
    position: relative;
    z-index: 1;
  }

  .erp-hwwc-highlight-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: inherit;
    font-size: 0.8rem;
    line-height: 1;
  }

  .erp-hwwc-card:nth-child(1) .erp-hwwc-icon {
    background: rgba(0, 102, 255, 0.1);
    color: var(--erp-accent-2);
  }

  .erp-hwwc-card:nth-child(1) .erp-hwwc-highlight {
    background: rgba(0, 102, 255, 0.06);
    border: 1px solid rgba(0, 102, 255, 0.15);
  }

  .erp-hwwc-card:nth-child(2) .erp-hwwc-icon {
    background: rgba(124, 58, 237, 0.1);
    color: var(--erp-accent-3);
  }

  .erp-hwwc-card:nth-child(2) .erp-hwwc-highlight {
    background: rgba(124, 58, 237, 0.06);
    border: 1px solid rgba(124, 58, 237, 0.15);
  }

  @media (max-width: 1024px) {
    .erp-hwwc-grid {
      gap: 20px;
    }
  }

  @media (max-width: 640px) {
    .erp-hwwc-container {
      padding: 0 20px 60px;
    }

    .erp-hwwc-grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 12px;
    }

    .erp-hwwc-card {
      padding: 20px 16px;
      border-radius: 12px;
    }

    .erp-hwwc-icon {
      width: 40px;
      height: 40px;
      margin-bottom: 12px;
    }
    .erp-hwwc-icon svg { width: 20px; height: 20px; }

    .erp-hwwc-title {
      font-size: 0.95rem;
      margin-bottom: 6px;
    }

    .erp-hwwc-desc {
      font-size: 0.75rem;
      line-height: 1.4;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .erp-hwwc-highlight {
      margin-top: 12px;
      padding: 10px 12px;
      font-size: 0.65rem;
      gap: 8px;
      flex-direction: row;
      align-items: center;
      border-radius: 8px;
    }
}


/* ── industries ─────────────────────────────────────────────── */
.erp-ind-header {
        text-align: center;
        max-width: 640px;
        margin: 0 auto 64px;
    }

    .erp-ind-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .erp-ind-card {
        background: var(--erp-card);
        border: 1px solid var(--erp-border);
        border-radius: 14px;
        padding: 20px 24px;
        text-decoration: none !important;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .erp-ind-card:hover {
        border-color: var(--erp-accent);
        transform: translateY(-4px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .erp-ind-icon {
        width: 52px;
        height: 52px;
        border-radius: 12px;
        background: var(--erp-surface);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--erp-text-soft);
        flex-shrink: 0;
        transition: all 0.3s ease;
        overflow: hidden;
    }
    [data-erp-theme="light"] .erp-ind-icon {
        background: #f1f5f9;
        border: 1px solid rgba(37,99,235,0.1);
    }
    .erp-ind-card:hover .erp-ind-icon {
        color: var(--erp-accent);
        background: rgba(0, 229, 160, 0.1);
    }

    .erp-ind-icon img {
        width: 28px;
        height: 28px;
        object-fit: contain;
        filter: brightness(1.1);
    }
    [data-erp-theme="light"] .erp-ind-icon img { filter: brightness(0.8) contrast(1.1); }

    .erp-ind-icon svg {
        width: 28px;
        height: 28px;
    }

    .erp-ind-text {
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-width: 0;
    }

    .erp-ind-label {
        font-family: var(--erp-font-body);
        font-weight: 700;
        font-size: 1.05rem;
        color: var(--erp-text);
        line-height: 1.3;
    }

    .erp-ind-sub {
        font-size: 0.85rem;
        color: var(--erp-text-faint);
        line-height: 1.4;
    }

    @media (max-width: 1024px) { .erp-ind-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 768px) { .erp-ind-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
    @media (max-width: 480px) {
        .erp-ind-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
        .erp-ind-card { padding: 14px 12px; border-radius: 12px; gap: 12px; }
        .erp-ind-icon { width: 40px; height: 40px; }
        .erp-ind-icon svg, .erp-ind-icon img { width: 20px; height: 20px; }
        .erp-ind-label { font-size: 0.85rem; }
        .erp-ind-sub { font-size: 0.7rem; }
    }


/* ── industry_details ─────────────────────────────────────────────── */
.erp-det-section {
  padding: 100px 0;
  background: var(--erp-bg);
  color: var(--erp-text);
  /* font-family: var(--erp-font-body); */
  min-height: 100vh;
}

.erp-det-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.erp-det-header {
  text-align: center;
  margin-bottom: 60px;
}

.erp-det-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--erp-accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}

.erp-det-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: var(--erp-text);
  line-height: 1.2;
  margin-bottom: 16px;
}

.erp-det-desc {
  font-size: 1.1rem;
  color: var(--erp-text-soft);
  max-width: 600px;
  margin: 0 auto;
}

/* Modules Grid */
.erp-det-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}

.erp-det-card {
  background: var(--erp-surface);
  border: 1px solid var(--erp-border);
  border-radius: 12px;
  padding: 16px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  display: flex;
  flex-direction: column;
}

.erp-det-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--erp-shadow);
  background: var(--erp-surface-2);
}

.erp-det-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.erp-det-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(0, 229, 160, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--erp-accent);
  font-size: 1.5rem;
}

.erp-det-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.erp-det-card-status {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--erp-text);
}
.erp-det-card-status.ready { background: rgba(0, 229, 160, 0.15); color: var(--erp-accent); }
.erp-det-card-status.beta { background: rgba(245, 158, 11, 0.15); color: #f59e0b; }

.erp-det-card-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--erp-text);
}

.erp-det-card-intro {
  font-size: 0.95rem;
  color: var(--erp-text-soft);
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}

.erp-det-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid var(--erp-border);
}

.erp-det-card-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--erp-text);
}

.erp-det-card-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--erp-accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.erp-det-card-link:hover {
  color: var(--erp-accent);
}

.erp-det-loading, .erp-det-error {
  text-align: center;
  padding: 60px 0;
  color: var(--erp-text-soft);
  font-size: 1.1rem;
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.erp-animate {
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes spin { 100% { transform: rotate(360deg); } }


/* ── industry_section ─────────────────────────────────────────────── */
.erp-ind-section {
    padding: 80px 24px;
    background: var(--erp-bg);
    color: var(--erp-text);
    font-family: var(--erp-font-body);
    transition: all 0.3s ease;
  }

  .erp-ind-container {
    max-width: 1100px;
    margin: 0 auto;
  }

  .erp-ind-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 80px;
    align-items: start;
  }

  .erp-ind-content h2 {
    color: var(--erp-text);
    font-size: 2.25rem;
    letter-spacing: -0.025em;
    margin-bottom: 16px;
  }
.erp-ind-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--erp-text-soft);
    margin-bottom: 24px;
  }

  .erp-ind-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: var(--erp-accent);
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: opacity 0.2s;
  }

  [data-erp-theme="dark"] .erp-ind-btn {
    color: #000;
  }

  [data-erp-theme="light"] .erp-ind-btn {
    color: #fff;
  }

  .erp-ind-btn:hover {
    opacity: 0.9;
  }

  .erp-ind-modules-card {
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    border-radius: 12px;
    padding: 32px;
    box-shadow: var(--erp-shadow);
  }

  .erp-ind-modules-title {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--erp-text-soft);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
  }

  .erp-ind-modules-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .erp-ind-modules-list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--erp-border);
    font-size: 0.95rem;
    color: var(--erp-text);
    display: flex;
    align-items: center;
  }

  .erp-ind-modules-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .erp-ind-modules-list li::before {
    content: "•";
    color: var(--erp-accent);
    margin-right: 12px;
    font-size: 1.2rem;
  }

  @media (max-width: 850px) {
    .erp-ind-layout {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .erp-ind-section {
      padding: 40px 20px;
    }
  }


/* ── join_the_network ─────────────────────────────────────────────── */
.erp-jtn-section {
        background: var(--erp-bg);
        font-family: var(--erp-font-body);
        padding: 100px 24px;
        transition: background 0.4s ease;
    }

    .erp-jtn-card {
        max-width: 1200px;
        margin: 0 auto;
        background: var(--erp-surface);
        border: 1px solid var(--erp-border);
        border-radius: 24px;
        padding: 64px;
        position: relative;
        overflow: hidden;
    }

    .erp-jtn-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 64px;
        position: relative;
        z-index: 1;
    }

    .erp-jtn-left {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
.erp-jtn-title {
        font-size: clamp(2rem, 3vw, 2.8rem);
        font-weight: 800;
        color: var(--erp-text);
        line-height: 1.15;
        margin: 0 0 20px;
    }

    .erp-jtn-title-highlight {
        background: var(--erp-accent-grad);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .erp-jtn-desc {
        font-size: 1rem;
        line-height: 1.7;
        color: var(--erp-text-soft);
        margin: 0 0 32px;
    }

    .erp-jtn-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 16px 32px;
        border-radius: 12px;
        background: var(--erp-accent);
        color: var(--erp-on-accent) !important;
        font-family: var(--erp-font-body);
        font-size: 1rem;
        font-weight: 700;
        text-decoration: none;
        border: none;
        cursor: pointer;
        transition: background 0.3s ease, transform 0.3s ease;
        width: fit-content;
    }

    .erp-jtn-btn:hover {
        background: var(--erp-accent);
        transform: translateY(-2px);
    }

    .erp-jtn-btn svg {
        transition: transform 0.3s ease;
    }

    .erp-jtn-btn:hover svg {
        transform: translateX(4px);
    }

    .erp-jtn-review-note {
        font-size: 0.85rem;
        color: var(--erp-text-soft);
        margin-top: 16px;
    }

    .erp-jtn-steps {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .erp-jtn-step {
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

    .erp-jtn-step-num {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--erp-surface-2);
        border: 1px solid var(--erp-border);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        
        font-size: 0.85rem;
        font-weight: 800;
        color: var(--erp-accent);
    }

    .erp-jtn-step-body h4 {
        font-family: var(--erp-font-body);
        font-size: 1rem;
        font-weight: 700;
        color: var(--erp-text);
        margin: 0 0 6px;
    }

    .erp-jtn-step-body p {
        font-size: 0.88rem;
        line-height: 1.6;
        color: var(--erp-text-soft);
        margin: 0;
    }

    @media (max-width: 1024px) {
        .erp-jtn-content {
            grid-template-columns: 1fr;
            gap: 48px;
        }
    }

    @media (max-width: 640px) {
        .erp-jtn-section {
            padding: 60px 16px;
        }

        .erp-jtn-card {
            padding: 32px 24px;
            border-radius: 16px;
        }

        .erp-jtn-content {
            gap: 40px;
        }

        .erp-jtn-btn {
            width: 100%;
            justify-content: center;
        }
    }


/* ── live_demo ─────────────────────────────────────────────── */
.erp-gradient-text {
        background: linear-gradient(135deg, var(--erp-accent) 0%, var(--erp-2) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .erp-ld-card {
        background: var(--erp-card);
        border: 1px solid var(--erp-border);
        border-radius: 24px;
        padding: 56px;
        max-width: 1100px;
        margin: 0 auto;
        transition: background 0.4s ease, border-color 0.4s ease;
    }

    .erp-ld-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: start;
    }

    .erp-ld-points {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-top: 32px;
    }

    .erp-ld-point {
        display: flex;
        gap: 14px;
        align-items: center;
        padding: 16px 18px;
        background: var(--erp-surface);
        border: 1px solid var(--erp-border);
        border-radius: 12px;
        transition: all 0.3s ease;
    }

    .erp-ld-point:hover {
        border-color: var(--erp-strong);
        transform: translateY(-2px);
    }

    .erp-ld-point-check {
        width: 28px;
        height: 28px;
        border-radius: 8px;
        background: rgba(0, 229, 160, 0.1);
        border: 1px solid rgba(0, 229, 160, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .erp-ld-point-check svg {
        width: 14px;
        height: 14px;
        color: var(--erp-accent);
    }

    .erp-ld-point-body h4 {
        
        font-size: 0.95rem;
        font-weight: 700;
        color: var(--erp-text);
        margin: 0 0 4px;
        line-height: 1.3;
    }

    .erp-ld-point-body p {
        font-size: 0.85rem;
        line-height: 1.6;
        color: var(--erp-text-soft);
        margin: 0;
    }

    /* Right side - Demo slot card */
    .erp-ld-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 32px;
        background: var(--erp-surface);
        border: 1px solid var(--erp-border);
        border-radius: 20px;
        text-align: center;
        transition: background 0.3s ease;
    }

    .erp-ld-video-icon {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: rgba(0, 102, 255, 0.08);
        border: 1px solid rgba(0, 102, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .erp-ld-video-icon svg {
        width: 28px;
        height: 28px;
        color: var(--erp-2);
    }

    .erp-ld-slot-info {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 24px;
        width: 100%;
    }

    .erp-ld-slot-info-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 0.85rem;
        color: var(--erp-text-soft);
    }

    .erp-ld-slot-info-item svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        color: var(--erp-accent);
    }

    .erp-btn svg {
        transition: transform 0.3s ease;
    }

    .erp-btn:hover svg {
        transform: translateX(4px);
    }

    @media (max-width: 900px) {
        .erp-ld-content { grid-template-columns: 1fr; gap: 32px; }
    }

    @media (max-width: 640px) {
        .erp-ld-card { padding: 32px 24px; }
        .erp-ld-right { padding: 32px 24px; }
    }


/* ── modules_cards_section ─────────────────────────────────────────────── */
.erp-mod-cat-wrapper {
        margin-bottom: 60px;
    }

    .erp-mod-cat-title {
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        color: var(--erp-accent);
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .erp-mod-cat-title::after {
        content: '';
        flex: 1;
        height: 1px;
        background: var(--erp-border);
    }

    .erp-mod-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .erp-mod-card {
        background: var(--erp-card);
        border: 1px solid var(--erp-border);
        border-radius: 12px;
        padding: 36px;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .erp-mod-card::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--erp-accent);
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 0;
    }

    .erp-mod-card:hover {
        border-color: var(--erp-accent);
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    }

    .erp-mod-card:hover::before {
        opacity: 0.02;
    }

    .erp-mod-card > * {
        position: relative;
        z-index: 1;
    }

    .erp-mc-head {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 18px;
    }

    .erp-mc-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: var(--erp-surface);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--erp-accent);
        flex-shrink: 0;
        font-size: 1.2rem;
        border: 1px solid var(--erp-border);
        transition: all 0.3s ease;
    }

    .erp-mod-card:hover .erp-mc-icon {
        border-color: var(--erp-accent);
        color: var(--erp-accent);
    }

    .erp-mc-icon img {
        max-width: 24px;
        max-height: 24px;
        object-fit: contain;
    }
    [data-erp-theme="light"] .erp-mc-icon img {
        filter: brightness(0.5) contrast(1.2);
    }
    [data-erp-theme="dark"] .erp-mc-icon img {
        filter: brightness(1.1);
    }

    .erp-mc-icon svg {
        width: 20px;
        height: 20px;
    }

    .erp-mc-title {
        
        font-size: 1.2rem;
        font-weight: 700;
        color: var(--erp-text);
        line-height: 1.2;
    }

    .erp-mc-desc {
        font-size: 0.95rem;
        color: var(--erp-text-soft);
        line-height: 1.6;
        margin-bottom: 24px;
        flex-grow: 1;
    }

    .erp-mc-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: auto;
    }

    .erp-mc-tag {
        font-size: 0.7rem;
        font-weight: 700;
        color: var(--erp-text-soft);
        background: var(--erp-surface);
        border: 1px solid var(--erp-border);
        padding: 4px 14px;
        border-radius: 100px;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        transition: all 0.3s ease;
    }

    .erp-mod-card:hover .erp-mc-tag {
        border-color: var(--erp-strong);
        color: var(--erp-text);
    }

    @media (max-width: 1024px) {
        .erp-mod-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 768px) {
        .erp-mod-cat-wrapper { margin-bottom: 40px; }
    }

    @media (max-width: 640px) {
        .erp-mod-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .erp-mod-card { padding: 18px 16px; border-radius: 12px; }
        .erp-mc-head { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
        .erp-mc-icon { width: 36px; height: 36px; border-radius: 8px; font-size: 1rem; }
        .erp-mc-title { font-size: 0.95rem; line-height: 1.3; }
        .erp-mc-desc { font-size: 0.75rem; line-height: 1.4; margin-bottom: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
        .erp-mc-tag { font-size: 0.6rem; padding: 2px 8px; border-radius: 6px; }
        .erp-mod-cat-title { font-size: 0.65rem; margin-bottom: 16px; }
    }


/* ── partners_list ─────────────────────────────────────────────── */
.erp-pl-section {
        background: var(--erp-bg);
        font-family: var(--erp-font-body);
        transition: background 0.4s ease;
    }

    .erp-pl-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px 100px;
    }

    .erp-pl-group {
        margin-bottom: 3.5rem;
    }

    .erp-pl-group:last-child {
        margin-bottom: 0;
    }

    .erp-pl-group-title {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1.75rem;
    }

    .erp-pl-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.4rem 1rem;
        border-radius: 100px;
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .erp-pl-badge.gold {
        background: rgba(255, 193, 7, 0.15);
        color: #ffc107;
        border: 1px solid rgba(255, 193, 7, 0.3);
    }

    .erp-pl-badge.silver {
        background: rgba(180, 180, 200, 0.12);
        color: #b4b4c8;
        border: 1px solid rgba(180, 180, 200, 0.25);
    }

    .erp-pl-badge.regional {
        background: rgba(0, 229, 160, 0.1);
        color: var(--erp-accent);
        border: 1px solid rgba(0, 229, 160, 0.25);
    }

    .erp-pl-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 1.25rem;
    }

    .erp-pl-card {
        background: var(--erp-surface);
        border: 1px solid var(--erp-border);
        border-radius: 16px;
        padding: 1.75rem 1.5rem;
        display: flex;
        gap: 1.2rem;
        align-items: flex-start;
        transition: transform 0.3s ease, border-color 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .erp-pl-card:hover {
        transform: translateY(-4px);
    }

    .erp-pl-card.gold {
        border-color: rgba(255, 193, 7, 0.2);
    }

    .erp-pl-card.gold:hover {
        border-color: rgba(255, 193, 7, 0.45);
        box-shadow: 0 12px 40px rgba(255, 193, 7, 0.07);
    }

    .erp-pl-card.silver {
        border-color: rgba(180, 180, 200, 0.18);
    }

    .erp-pl-card.silver:hover {
        border-color: rgba(180, 180, 200, 0.4);
    }

    .erp-pl-card.regional {
        border-color: rgba(0, 229, 160, 0.15);
    }

    .erp-pl-card.regional:hover {
        border-color: rgba(0, 229, 160, 0.35);
    }

    .erp-pl-dot {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .erp-pl-dot.gold {
        background: #ffc107;
        box-shadow: 0 0 8px rgba(255, 193, 7, 0.5);
    }

    .erp-pl-dot.silver {
        background: #b4b4c8;
    }

    .erp-pl-dot.regional {
        background: var(--erp-accent);
        box-shadow: 0 0 8px rgba(0, 229, 160, 0.4);
    }

    .erp-pl-logo {
        width: 52px;
        height: 52px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 1rem;
        flex-shrink: 0;
        overflow: hidden;
    }

    .erp-pl-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .erp-pl-logo.gold {
        background: rgba(255, 193, 7, 0.1);
        color: #ffc107;
        border: 1px solid rgba(255, 193, 7, 0.25);
    }

    .erp-pl-logo.silver {
        background: rgba(180, 180, 200, 0.1);
        color: #b4b4c8;
        border: 1px solid rgba(180, 180, 200, 0.2);
    }

    .erp-pl-logo.regional {
        background: rgba(0, 229, 160, 0.08);
        color: var(--erp-accent);
        border: 1px solid rgba(0, 229, 160, 0.2);
    }

    .erp-pl-name {
        font-weight: 600;
        font-size: 0.95rem;
        margin-bottom: 0.25rem;
        color: var(--erp-text);
    }

    .erp-pl-spec {
        font-size: 0.78rem;
        color: var(--erp-text-soft);
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }

    .erp-pl-loc {
        display: flex;
        align-items: center;
        gap: 0.35rem;
        font-size: 0.75rem;
        color: var(--erp-text-soft);
        line-height: 1.5;
    }

    .erp-pl-loc svg {
        flex-shrink: 0;
    }

    @media (max-width: 640px) {
        .erp-pl-container {
            padding: 0 20px 80px;
        }
    }


/* ── partnership_tiers ─────────────────────────────────────────────── */
.erp-pt-section {
    background: var(--erp-bg);
    font-family: var(--erp-font-body);
    transition: background 0.4s ease;
  }

  .erp-pt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 24px;
  }

  .erp-pt-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
  }
.erp-pt-header h2 {
    
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    color: var(--erp-text);
    margin: 0 0 16px;
    line-height: 1.15;
  }

  .erp-pt-header p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--erp-text-soft);
    margin: 0;
  }

  .erp-pt-gradient {
    background: linear-gradient(135deg, var(--erp-accent) 0%, var(--erp-accent-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .erp-pt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .erp-pt-card {
    border-radius: 20px;
    padding: 2.5rem 2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .erp-pt-card:hover {
    transform: translateY(-6px);
  }

  .erp-pt-card.gold {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 152, 0, 0.04) 100%);
    border: 1px solid rgba(255, 193, 7, 0.3);
  }

  .erp-pt-card.silver {
    background: linear-gradient(135deg, rgba(180, 180, 200, 0.08) 0%, rgba(100, 120, 150, 0.04) 100%);
    border: 1px solid rgba(180, 180, 200, 0.25);
  }

  .erp-pt-card.regional {
    background: linear-gradient(135deg, rgba(0, 229, 160, 0.07) 0%, rgba(0, 102, 255, 0.04) 100%);
    border: 1px solid rgba(0, 229, 160, 0.2);
  }

  .erp-pt-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
  }

  .erp-pt-badge svg {
    flex-shrink: 0;
  }

  .erp-pt-badge.gold {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
    border: 1px solid rgba(255, 193, 7, 0.3);
  }

  .erp-pt-badge.silver {
    background: rgba(180, 180, 200, 0.12);
    color: #b4b4c8;
    border: 1px solid rgba(180, 180, 200, 0.25);
  }

  .erp-pt-badge.regional {
    background: rgba(0, 229, 160, 0.1);
    color: var(--erp-accent);
    border: 1px solid rgba(0, 229, 160, 0.25);
  }

  .erp-pt-card h3 {
    font-size: 1.5rem;
    margin: 0 0 0.75rem;
    color: var(--erp-text);
  }

  .erp-pt-card > p {
    color: var(--erp-text-soft);
    font-size: 0.9rem;
    line-height: 1.65;
    margin: 0 0 1.25rem;
  }

  .erp-pt-perks {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .erp-pt-perks li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: var(--erp-text-soft);
    font-size: 0.85rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid var(--erp-border);
    line-height: 1.6;
  }

  .erp-pt-perks li:last-child {
    border-bottom: none;
  }

  .erp-pt-perks li svg {
    flex-shrink: 0;
    color: var(--erp-accent);
    margin-top: 0.15rem;
  }

  .erp-pt-btn {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.6rem 1.4rem;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
  }

  .erp-pt-btn.gold {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
    border: 1px solid rgba(255, 193, 7, 0.3);
  }

  .erp-pt-btn.gold:hover {
    background: rgba(255, 193, 7, 0.25);
  }

  .erp-pt-btn.silver {
    background: rgba(180, 180, 200, 0.1);
    color: #b4b4c8;
    border: 1px solid rgba(180, 180, 200, 0.25);
  }

  .erp-pt-btn.silver:hover {
    background: rgba(180, 180, 200, 0.2);
  }

  .erp-pt-btn.regional {
    background: rgba(0, 229, 160, 0.1);
    color: var(--erp-accent);
    border: 1px solid rgba(0, 229, 160, 0.2);
  }

  .erp-pt-btn.regional:hover {
    background: rgba(0, 229, 160, 0.2);
  }

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

  @media (max-width: 640px) {
    .erp-pt-container {
      padding: 80px 20px;
    }

    .erp-pt-card {
      padding: 2rem 1.25rem;
    }
  }


/* ── platform_cards ─────────────────────────────────────────────── */
.erp-pc-section {
    padding: 0 0 100px;
    background: var(--erp-bg);
    font-family: var(--erp-font-body);
    transition: background 0.4s ease;
  }
  .erp-pc-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .erp-pc-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
  }
  .erp-pc-h-icon {
    width: 44px;
    height: 44px;
    background: var(--erp-border);
    border: 1px solid var(--erp-border-2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--erp-accent);
  }
  .erp-pc-h-icon svg { width: 20px; height: 20px; }
  .erp-pc-header h2 {
    color: var(--erp-text);
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
  }

  .erp-pc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .erp-pc-card {
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    border-radius: 12px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
  }
  .erp-pc-card:hover {
    background: var(--erp-surface-2);
    border-color: var(--erp-border-2);
    }
  [data-erp-theme="light"] .erp-pc-card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  }
  [data-erp-theme="light"] .erp-pc-card:hover {
    box-shadow: 0 8px 20px rgba(37,99,235,0.12);
    border-color: rgba(37,99,235,0.3);
  }

  .erp-pc-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: var(--erp-surface-2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.3rem;
  }
  .erp-pc-icon-box img {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
  }
  [data-erp-theme="light"] .erp-pc-icon-box img {
    filter: brightness(0.85) contrast(1.1);
  }
  [data-erp-theme="dark"] .erp-pc-icon-box img {
    filter: brightness(1.1);
  }
  .erp-pc-icon-box svg {
    width: 24px;
    height: 24px;
    color: var(--erp-accent);
  }

  .erp-pc-content {
    flex: 1;
    min-width: 0;
  }
  .erp-pc-content h3 {
    font-family: var(--erp-font-body);
    color: var(--erp-text);
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 4px 0;
    line-height: 1.3;
  }
  .erp-pc-content p {
    color: var(--erp-text-soft);
    font-size: 0.8rem;
    line-height: 1.5;
    margin: 0;
  }

  @media (max-width: 1024px) {
    .erp-pc-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  }
  @media (max-width: 640px) {
  .erp-pc-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .erp-pc-icon-box {
    margin-bottom: 6px;
  }
}


/* ── privacy_policy ─────────────────────────────────────────────── */
.erp-legal-section {
    background: var(--erp-bg);
    padding: 92px 0;
    font-family: var(--erp-font-display);
  }

  .erp-legal-shell {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .erp-legal-card {
    border: 1px solid var(--erp-border);
    border-radius: 22px;
    background: linear-gradient(180deg, var(--erp-surface), transparent);
    box-shadow: var(--erp-shadow);
    padding: 34px 34px 40px;
  }

  .erp-legal-tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(0, 229, 160, 0.08);
    color: var(--erp-accent);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 18px;
  }

  .erp-legal-title {
    margin: 0 0 14px;
    color: var(--erp-text);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 600;
  }

  .erp-legal-body {
    color: var(--erp-text-soft);
    font-size: 1rem;
    line-height: 1.8;
  }

  .erp-legal-body h1,
  .erp-legal-body h2,
  .erp-legal-body h3,
  .erp-legal-body h4 {
    color: var(--erp-text);
    line-height: 1.2;
    margin: 1.8em 0 0.65em;
    letter-spacing: -0.02em;
  }

  .erp-legal-body h1:first-child,
  .erp-legal-body h2:first-child,
  .erp-legal-body h3:first-child,
  .erp-legal-body h4:first-child {
    margin-top: 0;
  }

  .erp-legal-body p,
  .erp-legal-body ul,
  .erp-legal-body ol,
  .erp-legal-body blockquote {
    margin: 0 0 1em;
  }

  .erp-legal-body ul,
  .erp-legal-body ol {
    padding-left: 1.4em;
  }

  .erp-legal-body a {
    color: var(--erp-accent);
    text-decoration: none;
  }

  .erp-legal-body a:hover {
    text-decoration: underline;
  }

  .erp-legal-body strong {
    color: var(--erp-text);
  }

  .erp-legal-body code {
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    border-radius: 8px;
    padding: 0.12em 0.4em;
    color: var(--erp-text);
    font-size: 0.92em;
  }

  @media (max-width: 640px) {
    .erp-legal-section {
      padding: 64px 0;
    }

    .erp-legal-shell {
      padding: 0 16px;
    }

    .erp-legal-card {
      padding: 24px 20px 28px;
      border-radius: 18px;
    }
  }


/* ── resource_section ─────────────────────────────────────────────── */
.erp-rs-header {
        text-align: center;
        max-width: 600px;
        margin: 0 auto 56px;
    }

    .erp-rs-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .erp-rs-card {
        background: var(--erp-card);
        border: 1px solid var(--erp-border);
        border-radius: 20px;
        padding: 28px;
        transition: all 0.3s ease;
    }

    .erp-rs-card:hover {
        border-color: var(--erp-strong);
        transform: translateY(-4px);
    }

    .erp-rs-card-header {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .erp-rs-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        overflow: hidden;
    }

    .erp-rs-icon svg {
        width: 22px;
        height: 22px;
    }

    .erp-rs-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    [data-erp-theme="light"] .erp-rs-icon img {
        filter: brightness(0.5) contrast(1.2);
    }
    [data-erp-theme="dark"] .erp-rs-icon img {
        filter: brightness(1.1);
    }

    .erp-rs-card-header h3 {
        font-size: 1.15rem;
        font-weight: 700;
        color: var(--erp-text);
        margin: 0 0 8px;
        line-height: 1.3;
    }

    .erp-rs-meta {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 16px;
        font-size: 0.8rem;
        color: var(--erp-text-faint);
    }

    .erp-rs-meta-item {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .erp-rs-meta-item svg {
        width: 14px;
        height: 14px;
    }

    .erp-rs-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 0.88rem;
        font-weight: 600;
        color: var(--erp-accent);
        text-decoration: none;
        transition: gap 0.3s ease;
    }

    .erp-rs-link:hover {
        gap: 10px;
    }

    @media (max-width: 768px) {
        .erp-rs-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    }

    @media (max-width: 640px) {
        .erp-rs-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .erp-rs-card { padding: 20px 16px; border-radius: 12px; }
        .erp-rs-card-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
        .erp-rs-icon { width: 36px; height: 36px; border-radius: 8px; }
        .erp-rs-icon svg { width: 18px; height: 18px; }
        .erp-rs-card-header h3 { font-size: 0.95rem; line-height: 1.25; margin-bottom: 6px; }
        .erp-rs-meta { gap: 10px; margin-bottom: 12px; font-size: 0.65rem; }
        .erp-rs-link { font-size: 0.75rem; }
        .erp-rs-header { margin-bottom: 32px; }
    }


/* ── stats ─────────────────────────────────────────────── */
.erp-stats-section {
        position: relative;
        overflow: hidden;
        padding: 72px 0;
        background: var(--erp-bg);
        font-family: var(--erp-font-display);
        transition: background 0.35s ease;
    }

    .erp-stats-shell {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 24px;
    }

    .erp-stats-board {
        position: relative;
        border: 1px solid var(--erp-border);
        border-radius: 28px;
        background: var(--erp-surface-elevated);
        box-shadow: var(--erp-shadow);
        overflow: hidden;
    }

    .erp-stats-board::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at top right, rgba(0, 229, 160, 0.12), transparent 34%),
            linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.06), transparent);
        pointer-events: none;
    }

    .erp-stats-header {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 24px;
        padding: 28px 32px 20px;
        border-bottom: 1px solid var(--erp-border);
    }

    .erp-stats-overline {
        display: inline-block;
        margin-bottom: 10px;
        color: var(--erp-accent);
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .erp-stats-title {
        margin: 0;
        color: var(--erp-text);
        font-size: clamp(1.5rem, 2.4vw, 2.2rem);
        line-height: 1.1;
        letter-spacing: -0.03em;
        font-weight: 600;
        font-family: var(--erp-font-display);
    }

    .erp-stats-note {
        max-width: 340px;
        color: var(--erp-text-soft);
        font-size: 0.95rem;
        line-height: 1.6;
        text-align: right;
    }

    .erp-stats-grid {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .erp-stat-card {
        position: relative;
        padding: 28px 26px 30px;
        min-height: 220px;
        transition: background 0.2s ease;
    }

    .erp-stat-card:not(:nth-child(4n)) {
        border-right: 1px solid var(--erp-border);
    }

    .erp-stat-card:hover {
        background: var(--erp-surface);
    }

    .erp-stat-value {
        display: flex;
        align-items: baseline;
        gap: 4px;
        margin-bottom: 14px;
        color: var(--erp-text);
        line-height: 1;
    }

    .erp-stat-counter {
        font-size: clamp(2.7rem, 4vw, 4rem);
        font-weight: 600;
        letter-spacing: -0.05em;
        color: var(--erp-text);
        font-family: var(--erp-font-display);
    }

    .erp-stat-suffix {
        font-size: clamp(1.2rem, 2vw, 1.6rem);
        font-weight: 600;
        color: var(--erp-accent);
    }

    .erp-stat-label {
        margin: 0 0 10px;
        color: var(--erp-text);
        font-size: 1.02rem;
        font-weight: 600;
        letter-spacing: -0.01em;
    }

    .erp-stat-description {
        margin: 0;
        max-width: 230px;
        color: var(--erp-text-soft);
        font-size: 0.93rem;
        line-height: 1.65;
    }

    .erp-stat-line {
        width: 56px;
        height: 3px;
        margin-top: 24px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--erp-accent), var(--erp-accent-2));
    }

    @media (max-width: 1100px) {
        .erp-stats-header {
            flex-direction: column;
            align-items: start;
        }

        .erp-stats-note {
            max-width: 100%;
            text-align: left;
        }

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

        .erp-stat-card:nth-child(2n) {
            border-right: none;
        }

        .erp-stat-card:nth-child(-n + 2) {
            border-bottom: 1px solid var(--erp-border);
        }
    }

    @media (max-width: 680px) {
        .erp-stats-section {
            padding: 52px 0;
        }

        .erp-stats-shell {
            padding: 0 16px;
        }

        .erp-stats-board {
            border-radius: 22px;
        }

        .erp-stats-header {
            padding: 22px 20px 18px;
        }

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

        .erp-stat-card {
            min-height: auto;
            padding: 22px 20px 24px;
            border-right: none !important;
            border-bottom: 1px solid var(--erp-border);
        }

        .erp-stat-card:last-child {
            border-bottom: none;
        }

        .erp-stat-description {
            max-width: none;
        }
    }


/* ── success_stories ─────────────────────────────────────────────── */
.erp-ss-section {
    background: var(--erp-bg);
    font-family: var(--erp-font-body);
    transition: background 0.4s ease;
  }

  .erp-ss-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 24px;
  }

  .erp-ss-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px;
  }
.erp-ss-header h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    color: var(--erp-text);
    margin: 0 0 16px;
    line-height: 1.15;
  }

  .erp-ss-header p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--erp-text-soft);
    margin: 0;
  }

  .erp-ss-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .erp-ss-card {
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    border-radius: 14px;
    padding: 32px;
    transition: border-color 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .erp-ss-card:hover {
    border-color: var(--erp-border-2);
  }

  .erp-ss-quote {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--erp-text-soft);
    margin: 0 0 24px;
    font-style: italic;
    flex-grow: 1;
  }

  .erp-ss-author {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .erp-ss-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--erp-accent-3), var(--erp-accent-2));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    overflow: hidden;
  }

  .erp-ss-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .erp-ss-author strong {
    display: block;
    font-size: 0.9rem;
    color: var(--erp-text);
  }

  .erp-ss-author-meta {
    display: block;
    font-size: 0.78rem;
    color: var(--erp-text-faint);
    line-height: 1.5;
  }

  .erp-ss-industry {
    display: inline-flex;
    align-items: center;
    margin-top: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid var(--erp-border-2);
    color: var(--erp-text-soft);
    background: var(--erp-surface);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  @media (max-width: 1024px) {
    .erp-ss-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 640px) {
    .erp-ss-container {
      padding: 60px 20px;
    }

    .erp-ss-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .erp-ss-card {
      padding: 20px 16px;
      border-radius: 12px;
    }

    .erp-ss-quote {
      font-size: 0.82rem;
      line-height: 1.4;
      margin-bottom: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .erp-ss-author { gap: 10px; }
    .erp-ss-avatar { width: 32px; height: 32px; font-size: 0.65rem; }
    .erp-ss-author strong { font-size: 0.75rem; }
    .erp-ss-author-meta { font-size: 0.65rem; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
    .erp-ss-industry { display: none; } /* Hide industry tag on small mobile grid to save space */
  }


/* ── top_section ─────────────────────────────────────────────── */
.erp-top-section {
        background: var(--erp-bg);
        padding: 160px 24px 100px;
        text-align: center;
        font-family: var(--erp-font-body);
        transition: background 0.4s ease;
        position: relative;
        overflow: hidden;
    }

    .erp-top-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
.erp-top-title {
        font-size: clamp(2.8rem, 5.5vw, 4.5rem);
        font-weight: 800;
        color: var(--erp-text);
        line-height: 1.08;
        margin: 0 0 28px;
        letter-spacing: -0.02em;
    }

    .erp-top-gradient {
        background: var(--erp-accent-grad);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .erp-top-desc {
        font-size: 1.1rem;
        color: var(--erp-text-soft);
        line-height: 1.7;
        margin: 0 auto 48px;
        max-width: 680px;
        font-weight: 300;
    }

    .erp-top-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
    }

    .erp-top-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 0.9rem;
        padding: 12px 24px;
        border-radius: 8px;
        text-decoration: none !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        cursor: pointer;
    }

    .erp-top-btn-primary {
        background: var(--erp-accent);
        color: var(--erp-on-accent) !important;
        border: none;
    }

    .erp-top-btn-primary:hover {
        filter: brightness(1.08);
        transform: translateY(-2px);
        box-shadow: 0 8px 30px var(--erp-accent-glow);
    }

    .erp-top-btn-secondary {
        background: transparent;
        color: var(--erp-text);
        border: 1.5px solid var(--erp-border);
    }

    .erp-top-btn-secondary:hover {
        border-color: var(--erp-accent);
        color: var(--erp-accent);
        transform: translateY(-2px);
    }

    /* Background Mesh from styles.css */
    .erp-top-mesh {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0; left: 0;
        background: radial-gradient(ellipse at 50% 0%, rgba(0, 229, 160, 0.08) 0%, transparent 60%);
        pointer-events: none;
        z-index: 1;
    }

    @media (max-width: 768px) {
        .erp-top-section { padding: 120px 20px 60px; }
        .erp-top-btn { width: 100%; }
    }


/* ── video_tutorials ─────────────────────────────────────────────── */
.erp-vt-section {
        position: relative;
        background: var(--erp-bg);
        padding: 92px 0;
        font-family: var(--erp-font-display);
        transition: background 0.35s ease;
    }

    .erp-vt-shell {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 24px;
    }

    .erp-vt-header {
        margin-bottom: 34px;
        max-width: 760px;
    }

    .erp-vt-tagline {
        display: inline-block;
        margin-bottom: 12px;
        color: var(--erp-accent);
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .erp-vt-title {
        margin: 0;
        color: var(--erp-text);
        font-size: clamp(2rem, 3.4vw, 3rem);
        line-height: 1.08;
        letter-spacing: -0.04em;
        font-weight: 600;
    }

    .erp-vt-tabs {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 28px;
    }

    .erp-vt-tab {
        min-height: 40px;
        padding: 0 16px;
        border-radius: 999px;
        border: 1px solid var(--erp-border);
        background: var(--erp-surface);
        color: var(--erp-text-soft);
        font-size: 0.85rem;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }

    .erp-vt-tab.active {
        background: var(--erp-accent);
        border-color: var(--erp-accent);
        color: var(--erp-on-accent) !important;
    }

    .erp-vt-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }

    .erp-vt-card {
        display: flex;
        flex-direction: column;
        min-width: 0;
        border: 1px solid var(--erp-border);
        border-radius: 18px;
        overflow: hidden;
        background: linear-gradient(180deg, var(--erp-surface), var(--erp-surface-2));
        box-shadow: var(--erp-shadow);
        text-decoration: none !important;
        transition: transform 0.22s ease, border-color 0.22s ease;
    }

    .erp-vt-card:hover {
        transform: translateY(-4px);
        border-color: rgba(0, 229, 160, 0.22);
    }

    .erp-vt-thumb {
        position: relative;
        aspect-ratio: 16 / 9;
        background: #0b1220;
        overflow: hidden;
    }

    .erp-vt-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .erp-vt-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 56px;
        height: 56px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.94);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
    }

    .erp-vt-play svg {
        width: 18px;
        height: 18px;
        color: var(--erp-accent-2);
        margin-left: 3px;
    }

    .erp-vt-content {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 18px 18px 20px;
        height: 100%;
    }

    .erp-vt-pill {
        display: inline-flex;
        align-items: center;
        width: fit-content;
        min-height: 28px;
        padding: 0 10px;
        border-radius: 999px;
        background: rgba(37, 85, 214, 0.1);
        color: var(--erp-accent);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .erp-vt-card-title {
        margin: 0;
        color: var(--erp-text);
        font-size: 1.05rem;
        line-height: 1.35;
        letter-spacing: -0.02em;
        font-weight: 600;
    }

    .erp-vt-meta {
        display: grid;
        gap: 6px;
        margin-top: auto;
        color: var(--erp-text-soft);
        font-size: 0.85rem;
        line-height: 1.55;
    }

    .erp-vt-meta-line {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .erp-vt-meta-dot {
        width: 5px;
        height: 5px;
        border-radius: 999px;
        background: var(--erp-accent);
        flex-shrink: 0;
    }

    .erp-vt-meta-warning {
        color: var(--erp-text-soft);
        font-size: 0.78rem;
    }

    @media (max-width: 1024px) {
        .erp-vt-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 640px) {
        .erp-vt-section {
            padding: 64px 0;
        }

        .erp-vt-shell {
            padding: 0 18px;
        }

        .erp-vt-grid {
            grid-template-columns: 1fr;
            gap: 16px;
        }

        .erp-vt-content {
            padding: 16px;
        }

        .erp-vt-card-title {
            font-size: 0.96rem;
        }
    }


/* ── why_erpextra ─────────────────────────────────────────────── */
/* ── Section ──────────────────────────────────── */
  .erp-why-section {
    padding: 100px 0;
    background: var(--erp-bg);
    position: relative;
    overflow: hidden;
    font-family: var(--erp-font-body);
    transition: background 0.4s ease;
  }
  .erp-why-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }

  /* ── Header ───────────────────────────────────── */
  .erp-why-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 64px;
  }
.erp-why-header h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--erp-text);
    margin-bottom: 16px;
  }
  .erp-why-header p {
    font-size: 1.05rem;
    color: var(--erp-text-soft);
    line-height: 1.72;
  }

  /* ── Grid (columns set via JS based on card count) */
  .erp-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  /* ── Card base ────────────────────────────────── */
  .erp-why-card {
    background: var(--erp-surface);
    border: 1px solid var(--erp-border);
    border-radius: 20px;
    padding: 36px 28px 32px;
    position: relative;
    overflow: hidden;
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition:
      border-color 0.3s ease,
      box-shadow 0.35s ease,
      background 0.4s ease,
      transform 0.3s ease;
  }
  .erp-why-card::before {
    content: '';
    position: absolute; inset: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: inherit;
    pointer-events: none;
  }
  .erp-why-card:hover {
    border-color: var(--erp-border-2);
    box-shadow: var(--erp-shadow);
    background: var(--erp-surface-2);
  }
  .erp-why-card:hover::before { opacity: 1; }
  .erp-why-card:hover .erp-why-icon-box { filter: brightness(1.18); transform: scale(1.05); }

  /* ── Icon box ─────────────────────────────────── */
  .erp-why-icon-box {
    width: 72px; height: 72px;
    border-radius: 18px;
    background: var(--erp-icon-bg);
    border: 1px solid var(--erp-border);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    transition: filter 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    position: relative; z-index: 1;
    flex-shrink: 0;
  }
  .erp-why-icon-box img {
    width: 36px; height: 36px;
    object-fit: contain;
  }
  [data-erp-theme="light"] .erp-why-icon-box img {
    filter: brightness(0.5) contrast(1.2);
  }
  [data-erp-theme="dark"] .erp-why-icon-box img {
    filter: brightness(1.1);
  }
  .erp-why-icon-box svg {
    width: 36px; height: 36px;
  }

  /* ── Card text ────────────────────────────────── */
  .erp-why-card h3 {
    font-family: var(--erp-font-body);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--erp-text);
    margin-bottom: 10px;
    position: relative; z-index: 1;
    line-height: 1.35;
  }
  .erp-why-card > p {
    font-size: 0.88rem;
    color: var(--erp-text-soft);
    line-height: 1.65;
    position: relative; z-index: 1;
    margin: 0;
  }

  /* ── Bottom accent bar (revealed on hover) ────── */
  .erp-why-bar {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    border-radius: 0 0 16px 16px;
    opacity: 0;
    transition: opacity 0.35s ease;
  }
  .erp-why-card:hover .erp-why-bar { opacity: 1; }

  /* ── Responsive ───────────────────────────────── */
  @media (max-width: 1024px) {
    .erp-why-grid { grid-template-columns: repeat(2, 1fr) !important; }
  }
  @media (max-width: 600px) {
    .erp-why-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px; }
    .erp-why-section { padding: 50px 0; }
    .erp-why-header { margin-bottom: 32px; }
    .erp-why-card { padding: 22px 14px; border-radius: 14px; }
    .erp-why-icon-box { width: 52px; height: 52px; margin: 0 auto 12px; border-radius: 14px; }
    .erp-why-icon-box svg, .erp-why-icon-box img { width: 26px; height: 26px; }
    .erp-why-card h3 { font-size: 0.85rem; margin-bottom: 6px; }
    .erp-why-card > p { font-size: 0.7rem; line-height: 1.4; }
  }


/* ── why_partner_with_us ─────────────────────────────────────────────── */
.erp-wpu-section {
        background: var(--erp-bg);
        font-family: var(--erp-font-body);
        transition: background 0.4s ease;
    }

    .erp-wpu-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 100px 24px;
    }

    .erp-wpu-header {
        text-align: center;
        max-width: 700px;
        margin: 0 auto 64px;
    }
.erp-wpu-header h2 {
        font-size: clamp(1.9rem, 3.5vw, 2.8rem);
        color: var(--erp-text);
        margin: 0 0 16px;
        line-height: 1.15;
    }

    .erp-wpu-header p {
        font-size: 1.05rem;
        line-height: 1.7;
        color: var(--erp-text-soft);
        margin: 0;
    }

    .erp-wpu-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .erp-wpu-card {
        background: var(--erp-surface);
        border: 1px solid var(--erp-border);
        border-radius: 16px;
        padding: 32px 28px;
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .erp-wpu-card:hover {
        transform: translateY(-4px);
        border-color: var(--erp-border-2);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    }

    .erp-wpu-icon {
        width: 56px;
        height: 56px;
        border-radius: 12px;
        background: linear-gradient(135deg, var(--erp-accent), var(--erp-accent-2));
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        overflow: hidden;
    }

    .erp-wpu-icon img {
        width: 50%;
        height: 50%;
        object-fit: cover;
    }
    [data-erp-theme="light"] .erp-wpu-icon img {
        filter: brightness(0.5) contrast(1.2);
    }
    [data-erp-theme="dark"] .erp-wpu-icon img {
        filter: brightness(1.1);
    }

    .erp-wpu-icon svg {
        width: 28px;
        height: 28px;
        color: #fff;
    }

    .erp-wpu-card h3 {
        font-family: var(--erp-font-body);
        font-size: 1.05rem;
        font-weight: 700;
        color: var(--erp-text);
        margin: 0 0 10px;
        line-height: 1.3;
    }

    .erp-wpu-card p {
        font-size: 0.88rem;
        line-height: 1.6;
        color: var(--erp-text-soft);
        margin: 0;
    }

    @media (max-width: 1024px) {
        .erp-wpu-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 640px) {
        .erp-wpu-container {
            padding: 80px 20px;
        }

        .erp-wpu-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }

        .erp-wpu-card {
            padding: 20px 14px;
        }
    }

