
:root{
  --hero-overlay: rgba(0,0,0,.55);
}

.hero{
  position: relative;
  min-height: 68vh;
  display: grid;
  place-items: center;
  background: url("../img/hero.jpg") center/cover no-repeat;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, var(--hero-overlay), rgba(0,0,0,.25));
}

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

.badge-escrow{
  background: rgba(255,193,7,.15);
  border: 1px solid rgba(255,193,7,.4);
  color: #ffc107;
}

.section-title{
  letter-spacing: .02em;
}

.card-service img{
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery img{
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.form-note{
  font-size: .9rem;
}
