.lp-stats-section {
    width: 100%;
    background: #314a2c;  /* 军绿色，可用你的--primary-color */
    padding: 70px 0 60px 0;
    border-bottom: 1px solid #eee;
  }
  
  .lp-stats-container {
    max-width: 1400px;
  }
  
  .lp-stats-num {
    color: #ff7a2f;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-bottom: 8px;
    transition: color 0.2s;
  }
  .lp-stats-label {
    color: #fff;
    font-size: 1.18rem;
    font-weight: 500;
    margin-top: 6px;
    opacity: 0.95;
  }
  .lp-stats-suffix {
    color: #ff7a2f;
    font-size: 1.8rem;
    font-weight: 700;
    vertical-align: super;
    margin-left: 2px;
  }
  
  @media (max-width: 991.98px) {
    .lp-stats-section {
      padding: 40px 0 32px 0;
    }
    .lp-stats-num {
      font-size: 2.05rem;
    }
    .lp-stats-label {
      font-size: 1.03rem;
    }
    .lp-stats-suffix {
      font-size: 1rem;
    }
  }
  @media (max-width: 575.98px) {
    .lp-stats-section {
      padding: 28px 0 18px 0;
    }
    .lp-stats-num {
      font-size: 1.33rem;
    }
    .lp-stats-label {
      font-size: 0.92rem;
    }
  }
  