.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: clamp(34rem, 62vh, 43rem);
  padding: clamp(8rem, 12vw, 11rem) 6vw clamp(4.75rem, 7vw, 6.5rem);
  background:
    linear-gradient(180deg, rgba(18, 34, 48, 0.12) 0%, rgba(18, 34, 48, 0.82) 100%),
    url("../assets/images/hero.jpg") center / cover no-repeat;
}

.tech-hero > div {
  max-width: 78rem;
  margin: 0 auto;
}

.tech-hero .section-eyebrow {
  margin-bottom: 1.15rem;
  color: rgba(247, 248, 247, 0.68);
}

.tech-hero h1 {
  max-width: 43rem;
  font-size: clamp(3.25rem, 6.1vw, 5.9rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: var(--soft-white);
}

.tech-intro {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(6rem, 9vw, 8.5rem) 6vw clamp(6.25rem, 9vw, 8.75rem);
  background: var(--soft-white);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.64fr);
  gap: clamp(3.75rem, 7vw, 7.5rem);
  align-items: center;
}

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

.tech-intro .section-eyebrow {
  margin-bottom: 1.25rem;
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.35;
}

.tech-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(2.45rem, 4vw, 4.15rem);
  line-height: 1.04;
  font-weight: 300;
  letter-spacing: -0.04em;
  color: var(--slate-deep);
  margin: 0 0 1.65rem;
}

.tech-intro p {
  max-width: 37rem;
  font-size: clamp(1.06rem, 1.2vw, 1.18rem);
  line-height: 1.82;
  color: var(--steel);
  margin: 0;
}

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

.tech-app-actions .luxury-btn,
.tech-app-actions .luxury-btn-outline {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

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

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

.tech-capabilities strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--slate-deep);
  margin-bottom: 0.85rem;
}

.tech-capabilities p {
  max-width: 26rem;
  font-size: clamp(1rem, 1vw, 1.08rem);
  line-height: 1.72;
  color: var(--steel);
}

.tech-image-band {
  width: 100%;
  height: clamp(15rem, 30vw, 23rem);
  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: clamp(4.75rem, 7vw, 6.75rem) 6vw clamp(5rem, 7vw, 7rem);
  text-align: center;
  background: var(--slate-deep);
  color: var(--text-light);
}

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

.tech-contact h2 {
  max-width: 39rem;
  margin: 0 auto 2rem;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3vw, 3.25rem);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -0.035em;
  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: 35rem;
    padding: 8.25rem 6vw 4.75rem;
  }

  .tech-hero h1 {
    max-width: 27rem;
    font-size: clamp(3rem, 12vw, 4.55rem);
    line-height: 1;
  }

  .tech-intro {
    padding: 5.5rem 6vw 5.75rem;
    grid-template-columns: 1fr;
    gap: 3.75rem;
  }

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

  .tech-intro h2 {
    font-size: clamp(2.25rem, 9vw, 3.35rem);
    line-height: 1.08;
    margin-bottom: 1.4rem;
  }

  .tech-intro p {
    font-size: 1.08rem;
    line-height: 1.78;
  }

  .tech-app-actions {
    margin-top: 2.25rem;
    gap: 0.85rem;
  }

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

  .tech-capabilities > div {
    padding: 1.6rem 0 1.7rem;
  }

  .tech-capabilities p {
    max-width: 100%;
  }

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

  .tech-contact {
    padding: 4.25rem 6vw 4.75rem;
  }

  .tech-contact h2 {
    font-size: clamp(2rem, 8vw, 2.8rem);
    line-height: 1.12;
  }
}

@media (max-width: 520px) {
  .tech-hero {
    min-height: 32rem;
    padding: 7.5rem 6vw 4rem;
  }

  .tech-hero .section-eyebrow {
    margin-bottom: 1rem;
  }

  .tech-hero h1 {
    font-size: clamp(2.85rem, 14vw, 3.8rem);
  }

  .tech-intro {
    padding: 4.75rem 6vw 5rem;
    gap: 3.25rem;
  }

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

  .tech-intro h2 {
    font-size: clamp(2.1rem, 10.5vw, 2.8rem);
    line-height: 1.1;
  }

  .tech-intro p,
  .tech-capabilities p {
    font-size: 1.03rem;
    line-height: 1.76;
  }

  .tech-capabilities span {
    font-size: 0.9rem;
    margin-bottom: 0.85rem;
  }

  .tech-capabilities strong {
    font-size: 1.58rem;
    line-height: 1.14;
  }

  .tech-contact {
    padding: 3.9rem 6vw 4.35rem;
  }
}
