:root {
  --ft-green: #009848;
  --ft-green-dark: #006b3f;
  --ft-green-deep: #004b32;
  --ft-green-light: #8cc63f;
  --ft-bg-soft: #f4fbf6;
  --ft-bg-gray: #f7faf8;
  --ft-text: #1f2a24;
  --ft-muted: #65746c;
  --ft-border: #dde8e1;
  --ft-white: #ffffff;
}

/* 防止GLightbox打开时页面抖动 */
body.glightbox-active {
  overflow: hidden !important;
  padding-right: 0 !important;
}

/* GLightbox打开时保持header可见 */
body.glightbox-open .site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
}

.eq-page {
  color: var(--ft-text);
  background: var(--ft-white);
}

.eq-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.eq-hero {
  min-height: 270px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,75,50,.96), rgba(0,107,63,.78), rgba(0,107,63,.22)),
    var(--eq-hero-image) center / cover no-repeat;
}

.eq-hero__inner {
  padding: 54px 0;
}

.eq-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 46px;
  line-height: 1.12;
  letter-spacing: 0;
}

.eq-hero__subtitle {
  margin: 0 0 14px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
}

.eq-hero__text {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 16px;
}

.eq-section {
  padding: 58px 0;
}

.eq-section--white { background: var(--ft-white); }
.eq-section--gray { background: var(--ft-bg-gray); }
.eq-section--soft { background: var(--ft-bg-soft); }

.eq-heading {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.eq-heading--left {
  margin-left: 0;
  text-align: left;
}

.eq-heading h2 {
  margin: 0;
  color: var(--ft-text);
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0;
}

.eq-heading p {
  margin: 12px 0 0;
  color: var(--ft-muted);
}

.eq-overview {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  gap: 32px;
  align-items: center;
}

.eq-overview__intro {
  padding: 30px;
  border: 1px solid var(--ft-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16,56,38,.07);
}

.eq-overview__intro h2 {
  margin: 0 0 14px;
  font-size: 30px;
}

.eq-overview__intro p {
  margin: 0 0 12px;
  color: var(--ft-muted);
  line-height: 1.9;
}

.eq-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.eq-stat,
.eq-category,
.eq-equipment-card,
.eq-mini-card,
.eq-quality,
.eq-service,
.eq-download,
.eq-table-wrap {
  border: 1px solid var(--ft-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16,56,38,.07);
}

.eq-stat {
  min-height: 150px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 20px 12px;
  text-align: center;
}

.eq-stat i,
.eq-category span,
.eq-mini-card i,
.eq-quality span,
.eq-download i {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--ft-bg-soft);
  color: var(--ft-green);
  font-size: 23px;
}

.eq-stat strong {
  color: var(--ft-green);
  font-size: 24px;
  line-height: 1.15;
}

.eq-stat strong span {
  margin-left: 4px;
  font-size: 13px;
}

.eq-stat p {
  margin: 8px 0 0;
  color: var(--ft-muted);
  font-size: 14px;
}

.eq-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.eq-category {
  min-height: 176px;
  padding: 24px 18px;
  text-align: center;
}

.eq-category h3,
.eq-equipment-card h3,
.eq-mini-card h3,
.eq-quality h3,
.eq-service h3,
.eq-download h3 {
  margin: 0 0 9px;
  color: var(--ft-text);
  font-size: 18px;
}

.eq-category p,
.eq-equipment-card p,
.eq-mini-card p {
  margin: 0;
  color: var(--ft-muted);
  font-size: 14px;
  line-height: 1.75;
}

.eq-equipment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.eq-equipment-card {
  overflow: hidden;
}

.eq-equipment-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.eq-equipment-card div {
  padding: 18px;
}

.eq-equipment-card p + p {
  margin-top: 8px;
}

.eq-equipment-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.eq-equipment-card li {
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--ft-bg-soft);
  color: var(--ft-green-dark);
  font-size: 12px;
  font-weight: 800;
}

.eq-table-wrap {
  overflow-x: auto;
}

.eq-matrix {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  text-align: center;
}

.eq-matrix th,
.eq-matrix td {
  padding: 12px 14px;
  border: 1px solid var(--ft-border);
  color: #405149;
}

.eq-matrix thead th {
  background: var(--ft-green-dark);
  color: #fff;
}

.eq-matrix tbody th {
  background: #f2f6f4;
  color: var(--ft-text);
  text-align: left;
  font-weight: 900;
}

.eq-matrix i {
  color: var(--ft-green);
}

.eq-maintenance {
  display: grid;
  grid-template-columns: 1.45fr .85fr;
  gap: 28px;
  align-items: center;
}

.eq-maintenance > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(16,56,38,.1);
}

.eq-maintenance-grid,
.eq-quality-grid {
  display: grid;
  gap: 16px;
}

.eq-maintenance-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eq-mini-card {
  min-height: 150px;
  padding: 22px;
}

.eq-quality-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.eq-quality {
  min-height: 126px;
  display: grid;
  place-items: center;
  padding: 22px;
  text-align: center;
}

.eq-service-grid,
.eq-download-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.eq-service {
  min-height: 132px;
  padding: 22px;
}

.eq-service a,
.eq-download a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 12px;
  color: var(--ft-green);
  font-weight: 900;
}

.eq-service a::after,
.eq-download a::after {
  content: "→";
  margin-left: 8px;
}

.eq-download {
  min-height: 150px;
  padding: 24px;
}

.eq-download i {
  color: #e53935;
  background: #fff4f4;
}

.eq-download--green {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0,107,63,.96), rgba(0,152,72,.88)),
    url("../../../images/archive-bg.jpg") center / cover no-repeat;
}

.eq-download--green h3,
.eq-download--green a {
  color: #fff;
}

.eq-download--green i {
  color: #fff;
  background: rgba(255,255,255,.14);
}

.eq-faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.eq-faq-item {
  border: 1px solid var(--ft-border);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.eq-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ft-text);
  text-align: left;
  cursor: pointer;
  border: none;
  background: none;
  transition: color .2s, background .2s;
}

.eq-faq__q:hover {
  color: var(--ft-green);
  background: var(--ft-bg-soft);
}

.eq-faq__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: var(--ft-green);
}

.eq-faq__a {
  display: none;
  padding: 0 20px 18px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ft-muted);
}

.eq-bottom-wrap {
  padding-top: 0;
}

.eq-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 42px;
  border-radius: 12px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0,107,63,.98), rgba(0,152,72,.88)),
    url("../../../images/archive-bg.jpg") center / cover no-repeat;
}

.eq-bottom-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 28px;
}

.eq-bottom-cta p {
  margin: 0;
  color: rgba(255,255,255,.86);
}

.eq-bottom-cta__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
}

.eq-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 4px;
  font-weight: 900;
}

.eq-btn--outline {
  border: 1px solid rgba(255,255,255,.84);
  color: #fff;
}

.eq-btn--light {
  background: #fff;
  color: var(--ft-green-dark);
}

.eq-lab-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.eq-lab-gallery__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--ft-border);
  background: #fff;
  box-shadow: 0 4px 16px rgba(16,56,38,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.eq-lab-gallery__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(16,56,38,.12);
}

.eq-lab-gallery__item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.eq-lab-gallery__label {
  display: block;
  padding: 14px 12px;
  text-align: center;
  color: var(--ft-text);
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .eq-overview,
  .eq-maintenance {
    grid-template-columns: 1fr;
  }

  .eq-stat-grid,
  .eq-category-grid,
  .eq-maintenance-grid,
  .eq-quality-grid,
  .eq-service-grid,
  .eq-download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .eq-lab-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .eq-container {
    width: min(100% - 32px, 1200px);
  }

  .eq-hero {
    min-height: 250px;
  }

  .eq-hero__inner {
    padding: 42px 0;
  }

  .eq-hero h1 {
    font-size: 34px;
  }

  .eq-hero__subtitle {
    font-size: 18px;
  }

  .eq-section {
    padding: 44px 0;
  }

  .eq-heading,
  .eq-heading--left {
    text-align: left;
  }

  .eq-heading h2 {
    font-size: 27px;
  }

  .eq-stat-grid,
  .eq-category-grid,
  .eq-equipment-grid,
  .eq-maintenance-grid,
  .eq-quality-grid,
  .eq-service-grid,
  .eq-download-grid {
    grid-template-columns: 1fr;
  }

  .eq-lab-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .eq-lab-gallery__item img {
    height: 160px;
  }

  .eq-maintenance > img {
    height: 220px;
  }

  .eq-bottom-cta {
    display: grid;
    padding: 28px 22px;
  }

  .eq-bottom-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .eq-container {
    width: min(100% - 28px, 1200px);
  }

  .eq-hero h1 {
    font-size: 30px;
  }

  .eq-section {
    padding: 38px 0;
  }

  .eq-overview__intro,
  .eq-mini-card,
  .eq-service,
  .eq-download {
    padding: 22px;
  }

  .eq-equipment-card img {
    height: 160px;
  }

  .eq-lab-gallery {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .eq-lab-gallery__item img {
    height: 200px;
  }

  .eq-btn {
    width: 100%;
    padding: 0 16px;
  }
}
