/* ===== Group Technology Page ===== */

.technology-page {
  background: #000;
}

/* Feature Sections */
.tech-features {
  padding: 3rem 0 2rem;
}

.tech-features .feature-text h1 {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
}

/* Technical Advantages */
.tech-advantages-wrap {
  padding: 2rem 0 5rem;
}

.tech-advantages-panel {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  padding: 2.5rem 2.5rem;
  background: #000;
}

.tech-advantages-brand {
  padding-right: 2rem;
}

.tech-adv-title {
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.tech-list {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tech-list li {
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);

  font-weight: 300;
  line-height: 1.65;
}

.tech-list li:first-child {
  padding-top: 0;
}

.tech-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tech-applicable {
  color: var(--text-muted);

  font-weight: 300;
  margin-top: 2rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.technology-footer {
  padding-top: 2rem;
}

@media (max-width: 991.98px) {
  .tech-advantages-panel {
    padding: 2rem 1.25rem;
  }

  .tech-advantages-brand {
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
}
