.technology-page {
  --tech-title: #1f2a37;
  --tech-text: #4f5f5a;
  --tech-card: #ffffff;
  --tech-border: rgba(28, 40, 34, 0.1);
  --tech-shadow: 0 14px 32px rgba(20, 33, 44, 0.08);
  --tech-accent: #2ec284;
  --tech-accent-dark: #1c9f69;
}

.technology-page .tech-section {
  position: relative;
  overflow: hidden;
}

.technology-page .technology-definition-section {
  background: #fff;
}

.technology-page .technology-history-section {
  background: #f3f7f5;
}

.technology-page .technology-hpy-advantage {
  background: #fff;
}

.technology-page .technology-scenarios-section {
  background: #f3f7f5;
}

.technology-page .technology-benefits-section {
  background: #fff;
}

.technology-page .tech-section-inner {
  max-width: 1240px;
}

.technology-page .tech-section-head {
  margin-bottom: 32px;
}

.technology-page .tech-section-title {
  margin: 0;
  color: var(--tech-title);
  font-size: 42px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.technology-page .tech-definition-copy {
  max-width: 980px;
  margin: 0 auto 28px;
  padding: 0 8px;
  text-align: center;
}

.technology-page .tech-definition-copy p {
  margin: 0;
  color: var(--tech-text);
  font-size: 18px;
  line-height: 1.86;
}
.technology-page .tech-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.technology-page .tech-step-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 82px;
  border-radius: 18px;
  border: 1px solid rgba(77, 187, 109, 0.2);
  border-left: 5px solid #67c98a;
  background: linear-gradient(90deg, rgba(77, 187, 109, 0.08) 0%, #ffffff 34%);
  padding: 20px 24px 20px 22px;
  box-shadow: 0 10px 26px rgba(31, 41, 55, 0.06);
  overflow: hidden;
}

.technology-page .tech-step-number {
  min-width: 34px;
  height: 28px;
  border-radius: 999px;
  background: rgba(77, 187, 109, 0.12);
  color: #2f8f53;
  font-size: 15px;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
  flex-shrink: 0;
}

.technology-page .tech-step-text {
  color: #1f2a37;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}
.technology-page .tech-history-layout {
  display: block;
}

.technology-page .tech-history-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid var(--tech-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--tech-shadow);
}

.technology-page .tech-history-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.technology-page .tech-history-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.technology-page .tech-history-item {
  position: relative;
  padding: 26px 26px 26px 30px;
  border: 1px solid rgba(77, 187, 109, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(31, 41, 55, 0.06);
}

.technology-page .tech-history-item::before {
  content: '';
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: #4dbb6d;
}

.technology-page .tech-history-period {
  display: inline-block;
  margin-bottom: 10px;
  color: #297e57;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.technology-page .tech-history-item h3 {
  margin: 0 0 12px;
  color: var(--tech-title);
  font-size: 21px;
  font-weight: 750;
  line-height: 1.4;
}

.technology-page .tech-history-item p {
  margin: 0;
  color: #53636f;
  font-size: 15px;
  line-height: 1.82;
}


.technology-page .tech-flow-main,
.technology-page .tech-flow-split img,
.technology-page .tech-detection-media img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--tech-shadow);
}

.technology-page .tech-flow-main {
  margin: 0 0 24px;
}

.technology-page .tech-flow-main img {
  width: 100%;
  display: block;
}

.technology-page .tech-flow-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.technology-page .tech-flow-split img {
  width: 100%;
  display: block;
}

.technology-page .tech-detection-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 24px;
  align-items: center;
}

.technology-page .tech-detection-copy {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--tech-border);
  border-radius: 14px;
  padding: 22px 24px;
}

.technology-page .tech-detection-copy p {
  color: #45545f;
}

.technology-page .tech-detection-media img {
  width: 100%;
  display: block;
}

.technology-page .tech-scenarios-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.technology-page .tech-video-card {
  height: 100%;
  background: var(--tech-card);
  border: 1px solid var(--tech-border);
  border-radius: 16px;
  padding: 14px;
  box-shadow: var(--tech-shadow);
}

.technology-page .tech-video-frame {
  position: relative;
  width: 100%;
  background: #d9e0e5;
  border-radius: 12px;
  overflow: hidden;
}

.technology-page .tech-video-frame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.technology-page .tech-video-frame iframe,
.technology-page .tech-video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.technology-page .tech-video-card h4 {
  margin: 16px 0 10px;
  color: var(--tech-title);
  font-size: 21px;
  line-height: 1.25;
}

.technology-page .tech-video-card p {
  margin: 0;
  color: #586560;
  font-size: 15px;
  line-height: 1.68;
}

.technology-page .tech-video-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.technology-page .tech-video-list li {
  position: relative;
  padding-left: 22px;
  color: #586560;
  font-size: 15px;
  line-height: 1.65;
}

.technology-page .tech-video-list li + li {
  margin-top: 8px;
}

.technology-page .tech-video-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tech-accent-dark);
}

.technology-page .tech-benefits-group {
  text-align: center;
}

.technology-page .tech-benefits-group + .tech-benefits-group {
  margin-top: 34px;
}

.technology-page .tech-benefits-group-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 22px;
  color: #297e57;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.technology-page .tech-benefits-group-title::before,
.technology-page .tech-benefits-group-title::after {
  content: '';
  width: 72px;
  height: 1px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(41, 126, 87, 0), rgba(41, 126, 87, 0.35));
}

.technology-page .tech-benefits-group-title::after {
  background: linear-gradient(90deg, rgba(41, 126, 87, 0.35), rgba(41, 126, 87, 0));
}

.technology-page .tech-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.technology-page .tech-benefit-card {
  background: var(--tech-card);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 18px 16px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.08);
}

.technology-page .tech-benefit-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 150px;
}

.technology-page .tech-benefit-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(41, 126, 87, 0.1);
  color: #297e57;
  font-size: 24px;
  flex: 0 0 auto;
}

.technology-page .tech-benefit-card p {
  margin: 0;
  color: #4d5b57;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .technology-page .tech-section-title {
    font-size: 36px;
  }

  .technology-page .tech-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-page .tech-step-text {
    font-size: 19px;
  }

  .technology-page .tech-benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .technology-page .tech-section-title {
    font-size: 31px;
  }

  .technology-page .tech-steps-grid,
  .technology-page .tech-flow-split,
  .technology-page .tech-detection-grid,
  .technology-page .tech-history-layout,
  .technology-page .tech-history-timeline,
  .technology-page .tech-scenarios-grid {
    grid-template-columns: 1fr;
  }

  .technology-page .tech-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .technology-page .tech-section-title {
    font-size: 27px;
  }

  .technology-page .tech-benefits-group-title {
    gap: 12px;
    font-size: 18px;
  }

  .technology-page .tech-benefits-group-title::before,
  .technology-page .tech-benefits-group-title::after {
    width: 42px;
  }

  .technology-page .tech-benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* Unified section heading rhythm: aligned with Sustainability section 2. */
.technology-page .standard-section-heading {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.technology-page .standard-section-title {
  margin: 0;
  color: #3e3e3e;
  text-transform: none;
  font-weight: 700;
  font-size: 2.3em;
  line-height: 1.2em;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .technology-page .standard-section-heading {
    margin-bottom: 24px;
  }
}
/* Benefit icon cards: match Sustainability production-practice cards. */
.technology-page .tech-benefits-icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.technology-page .tech-benefits-icon-grid .tech-benefit-icon-card {
  flex: 0 1 calc((100% - 64px) / 5);
  max-width: calc((100% - 64px) / 5);
  min-height: 130px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.08);
  padding: 18px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.technology-page .tech-benefits-icon-grid .tech-benefit-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(41, 126, 87, 0.1);
  color: #297e57;
  font-size: 24px;
  flex: 0 0 auto;
}

.technology-page .tech-benefits-icon-grid .tech-benefit-icon i {
  color: #297e57;
  font-size: 24px;
  line-height: 1;
}

.technology-page .tech-benefits-icon-grid .tech-benefit-icon-card p {
  margin: 0;
  color: #4d5b57;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .technology-page .tech-benefits-icon-grid .tech-benefit-icon-card {
    flex-basis: calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}

@media (max-width: 767.98px) {
  .technology-page .tech-benefits-icon-grid .tech-benefit-icon-card {
    flex-basis: 100%;
    max-width: 100%;
    min-height: 130px;
  }
}

/* In-house components moved from the homepage technology card. */
.technology-page .tech-hpy-components-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1080px;
  margin: 26px auto 0;
}

.technology-page .tech-hpy-component-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--tech-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--tech-shadow);
}

.technology-page .tech-hpy-component-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  padding: 16px;
  background: #f5f8f6;
}

.technology-page .tech-hpy-component-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.technology-page .tech-hpy-component-copy {
  padding: 22px 22px 24px;
}

.technology-page .tech-hpy-component-copy h3 {
  margin: 0 0 10px;
  color: #1f2a37;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.technology-page .tech-hpy-component-copy p {
  margin: 0;
  color: #53636f;
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 991.98px) {
  .technology-page .tech-hpy-components-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .technology-page .tech-hpy-components-grid {
    grid-template-columns: 1fr;
  }

  .technology-page .tech-hpy-component-image {
    height: 230px;
  }
}
