.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: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
}

.technology-page .technology-workflow-section {
  background: linear-gradient(180deg, #f2f8f4 0%, #edf5f0 100%);
}

.technology-page .technology-scenarios-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
}

.technology-page .technology-benefits-section {
  background: linear-gradient(180deg, #f2f7f5 0%, #eef4f1 100%);
}

/* Override global page-footer gap for this page to avoid a large white strip */
.technology-page > :last-child {
  padding-bottom: 12px !important;
}

.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.12;
  font-weight: 800;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.technology-page .tech-section-subtitle {
  max-width: 920px;
  margin: 14px auto 0;
  color: var(--tech-text);
  font-size: 18px;
  line-height: 1.7;
}

.technology-page .tech-section-intro {
  max-width: 940px;
  margin: 14px auto 0;
  color: var(--tech-text);
  font-size: 16px;
  line-height: 1.7;
}

.technology-page .tech-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 26px;
}

.technology-page .tech-step-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 92px;
  border-radius: 16px;
  border: 1px solid var(--tech-border);
  background: #f7fcf8;
  padding: 22px 24px;
}

.technology-page .tech-step-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--tech-accent);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  flex-shrink: 0;
}

.technology-page .tech-step-text {
  color: #374151;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.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;
  margin-bottom: 24px;
}

.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 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.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 + .tech-benefits-group {
  margin-top: 30px;
}

.technology-page .tech-benefits-group-title {
  margin: 0 0 16px;
  color: var(--tech-title);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.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 var(--tech-border);
  border-radius: 14px;
  padding: 20px 14px;
  text-align: center;
  box-shadow: var(--tech-shadow);
}

.technology-page .tech-benefit-card img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.technology-page .tech-benefit-card p {
  margin: 10px 0 0;
  color: #4d5b57;
  font-size: 14px;
  line-height: 1.55;
}

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

  .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-section-subtitle {
    font-size: 16px;
  }

  .technology-page .tech-steps-grid,
  .technology-page .tech-flow-split,
  .technology-page .tech-detection-grid,
  .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 {
    font-size: 24px;
  }

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