/* WhatsApp-first request section refinements. */
.contact-copy{
  max-width:620px;
}

.contact-chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:30px 0 18px;
}

.contact-chips span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:999px;
  background:rgba(255,255,255,.09);
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.11em;
  line-height:1;
  text-transform:uppercase;
}

.contact-note{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:13px;
  font-weight:700;
  letter-spacing:.03em;
}

.contact-form .btn{
  min-height:48px;
}

@media(max-width:700px){
  .contact-chips{
    margin-top:24px;
  }

  .contact-chips span{
    min-height:34px;
    padding:8px 12px;
    font-size:10px;
  }
}
