.pd-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #26302b;
  box-sizing: border-box;
  background: #fff;
}

.pd-wrap *,
.pd-wrap *::before,
.pd-wrap *::after {
  box-sizing: border-box;
}

/* =========================
   Basic Section Style
   无边框、无间距、无分割线
   ========================= */

.pd-section {
  background: #fff;
  border: none !important;
  border-radius: 0 !important;
  padding: 34px;
  margin: 0 !important;
  box-shadow: none !important;
}

.pd-title {
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 18px;
  color: #26302b;
  font-weight: 700;
}

.pd-subtitle {
  font-size: 15px;
  color: #6b746c;
  margin: 0 0 22px;
  line-height: 1.7;
}

.pd-text {
  font-size: 15px;
  line-height: 1.8;
  color: #4c554e;
  margin: 0;
}

.pd-text-gap {
  margin-top: 14px;
}

/* =========================
   Grid Layout
   ========================= */

.pd-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.pd-align-start {
  align-items: start;
}

.pd-overview-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.85fr;
  gap: 30px;
  align-items: center;
}

.pd-core-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  gap: 30px;
  align-items: center;
}

.pd-packaging-grid,
.pd-exhibition-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 30px;
  align-items: center;
}

/* =========================
   General Images
   ========================= */

.pd-overview-img,
.pd-packaging-img,
.pd-exhibition-img,
.pd-factory-img,
.pd-img {
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 12px;
  background: #f4f2ee;
  display: block;
}

.pd-overview-img {
  height: 260px !important;
}

.pd-packaging-img,
.pd-exhibition-img {
  height: 240px !important;
}

.pd-factory-img {
  height: 260px !important;
}

.pd-img {
  height: 254px !important;
}

/* =========================
   Product Parameters Table
   ========================= */

.pd-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: none !important;
  border-radius: 0;
  background: #fff;
}

.pd-parameter-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #26302b;
}

.pd-parameter-table th,
.pd-parameter-table td {
  border: 1px solid #e5e2dc;
  padding: 14px 16px;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}

.pd-parameter-table th {
  width: 220px;
  background: #f7f6f3;
  font-weight: 700;
  color: #26302b;
}

.pd-parameter-table td {
  background: #fff;
  color: #4c554e;
}

/* =========================
   Badge Style
   ========================= */

.pd-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pd-badge {
  display: inline-flex;
  align-items: center;
  background: #eef3ec;
  color: #627260;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
}

/* =========================
   List Style
   ========================= */

.pd-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pd-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.65;
  color: #4c554e;
}

.pd-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #627260;
  font-weight: 700;
}

/* =========================
   Wholesale Advantages
   ========================= */

.pd-advantage-list li {
  border: none !important;
  border-radius: 0;
  padding: 8px 0 8px 28px;
  margin-bottom: 8px;
  background: #fff;
}

.pd-advantage-list li:last-child {
  margin-bottom: 0;
}

.pd-advantage-list strong {
  display: block;
  font-size: 16px;
  color: #26302b;
  margin-bottom: 4px;
}

.pd-advantage-list span {
  display: block;
  font-size: 14px;
  color: #5f675f;
  line-height: 1.5;
}

/* =========================
   Production Process
   图片盒子统一大小
   ========================= */

.pd-process-grid-8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}

.pd-process-grid-8 .pd-card {
  position: relative;
  border: none !important;
  border-radius: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: none !important;
}

.pd-process-imgbox {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f2ee;
  margin-bottom: 16px;
}

.pd-process-imgbox img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 0 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pd-process-no {
  width: 30px;
  height: 30px;
  background: #627260;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.pd-process-grid-8 .pd-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #26302b;
  margin: 0 0 8px;
  line-height: 1.35;
}

.pd-process-grid-8 .pd-card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #5f675f;
  margin-top: 0 !important;
}

/* =========================
   CTA
   ========================= */

.pd-cta {
  background: #627260;
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: 34px 20px;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.pd-cta h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
}

.pd-cta p {
  margin: 0 0 22px;
  font-size: 15px;
  opacity: 0.9;
  line-height: 1.6;
}

.pd-cta a {
  display: inline-block;
  background: #fff;
  color: #627260;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 992px) {
  .pd-grid-2,
  .pd-overview-grid,
  .pd-core-grid,
  .pd-packaging-grid,
  .pd-exhibition-grid {
    grid-template-columns: 1fr;
  }

  .pd-process-grid-8 {
    grid-template-columns: repeat(2, 1fr);
  }

  .pd-parameter-table th {
    width: 180px;
  }
}

@media (max-width: 768px) {
  .pd-wrap {
    padding: 20px 12px;
  }

  .pd-section {
    padding: 24px 18px;
    margin: 0 !important;
  }

  .pd-title {
    font-size: 24px;
  }

  .pd-process-grid-8 {
    grid-template-columns: 1fr;
  }

  .pd-overview-img,
  .pd-packaging-img,
  .pd-exhibition-img,
  .pd-factory-img,
  .pd-img {
    height: auto !important;
  }

  .pd-process-imgbox {
    height: 220px;
  }

  .pd-parameter-table {
    font-size: 14px;
  }

  .pd-parameter-table th,
  .pd-parameter-table td {
    padding: 12px;
  }

  .pd-parameter-table th {
    width: 150px;
  }

  .pd-cta h2 {
    font-size: 24px;
  }
}