.services-contact {
  padding: 6rem 6vw;
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, rgba(197, 210, 222, 0.14) 0%, var(--soft-white) 100%);
}

.services-contact .luxury-btn {
  margin-top: 0;
}

.language-note {
  margin-top: 3rem;
  padding: 1.35rem 0;
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  text-align: left;
}

.language-note .section-eyebrow {
  margin-bottom: 0.75rem;
}

.language-note p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--steel);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
}

.service-line {
  display: block;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(197, 210, 222, 0.16);
}

.service-line strong {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.02;
  color: var(--soft-white);
}

.service-lines {
  border-top: 1px solid rgba(197, 210, 222, 0.22);
}

.tech-hero {
  min-height: 56vh;
  padding: 8.5rem 6vw 4.25rem;
  background:
    linear-gradient(180deg, rgba(18, 34, 48, 0.16) 0%, rgba(18, 34, 48, 0.84) 100%),
    url("../assets/images/hero.jpg") center / cover no-repeat;
}

.tech-hero h1 {
  max-width: 34rem;
  font-size: clamp(3.1rem, 6.4vw, 5.4rem);
  line-height: 0.94;
}

.tech-intro {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 7rem 6vw 6.75rem;
  background: var(--soft-white);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(17rem, 0.72fr);
  gap: clamp(3rem, 6vw, 6.5rem);
  align-items: end;
}

.tech-copy-block {
  max-width: 42rem;
  justify-self: end;
  width: 100%;
}

.tech-intro .section-eyebrow {
  margin-bottom: 1.1rem;
}

.tech-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.5vw, 4.25rem);
  line-height: 0.97;
  font-weight: 300;
  letter-spacing: -0.045em;
  color: var(--slate-deep);
  margin: 0 0 1.45rem;
}

.tech-intro p {
  max-width: 34rem;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.72;
  color: var(--steel);
  margin: 0;
}

.tech-app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-top: 2.35rem;
}

.tech-capabilities {
  width: 100%;
  max-width: 27rem;
  border-top: 1px solid var(--glass-border);
  justify-self: start;
}

.tech-capabilities > div {
  padding: 1.35rem 0 1.45rem;
  border-bottom: 1px solid var(--glass-border);
}

.tech-capabilities span {
  display: block;
  font-family: var(--font-display);
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(22, 38, 53, 0.42);
  margin-bottom: 0.75rem;
}

.tech-capabilities strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.42rem, 2.2vw, 1.85rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--slate-deep);
  margin-bottom: 0.75rem;
}

.tech-capabilities p {
  max-width: 25rem;
  font-size: 0.94rem;
  line-height: 1.65;
  color: var(--steel);
}

.tech-image-band {
  width: 100%;
  height: clamp(14rem, 28vw, 20rem);
  overflow: hidden;
  background: var(--slate-deep);
}

.tech-image-band img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(0.84) contrast(0.95) brightness(0.98);
}

.tech-contact {
  padding: 4.25rem 6vw 4.5rem;
  text-align: center;
  background: var(--slate-deep);
  color: var(--text-light);
}

.tech-contact .section-eyebrow {
  color: rgba(244, 245, 242, 0.52);
  margin-bottom: 1rem;
}

.tech-contact h2 {
  max-width: 34rem;
  margin: 0 auto 1.6rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: -0.04em;
  color: var(--soft-white);
}

.tech-contact .luxury-btn {
  margin-top: 0;
}

.tech-overview-link {
  margin-top: 2.5rem;
}

.tech-overview-link a {
  color: var(--steel);
}

@media (max-width: 900px) {
  .tech-hero {
    min-height: 48vh;
    padding: 7.25rem 6vw 3.4rem;
  }

  .tech-hero h1 {
    max-width: 24rem;
    font-size: clamp(2.8rem, 12vw, 4.4rem);
  }

  .tech-intro {
    padding: 4.75rem 6vw 4.9rem;
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .tech-copy-block,
  .tech-capabilities {
    max-width: 100%;
    justify-self: stretch;
  }

  .tech-intro h2 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .tech-app-actions {
    margin-top: 2rem;
    gap: 0.75rem;
  }

  .tech-app-actions .luxury-btn,
  .tech-app-actions .luxury-btn-outline {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .tech-image-band {
    height: 15rem;
  }

  .tech-contact {
    padding: 3.6rem 6vw 3.8rem;
  }

  .tech-contact h2 {
    font-size: clamp(1.85rem, 8vw, 2.7rem);
  }
}
