.hero {
  position: relative;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: url("assets/salles-logo-sem-telefone.png") no-repeat center center / cover;
  opacity: 0.12;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero .hero-copy,
.hero .service-tag {
  text-align: center;
}

.hero .button-row,
.hero .trust-row {
  justify-content: center;
}

.hero .trust-row div {
  align-items: center;
}

.hero .air-unit,
.hero .hero-orb {
  display: none;
}

.hero .service-tag {
  bottom: 0;
}

@media (min-width: 851px) {
  .hero .eyebrow {
    white-space: nowrap;
    font-size: clamp(0.53rem, 0.85vw, 0.72rem);
    letter-spacing: 0.1em;
  }

  .hero .service-tag {
    bottom: -110px;
  }
}

@media (max-width: 850px) {
  .hero::before {
    background-position: center center;
    background-size: cover;
    opacity: 0.08;
  }
}
