#popup-contato-imovel {
  box-sizing: border-box;
  width: min(570px, calc(100% - 24px));
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 30px 35px;
  border: 0;
  border-radius: 14px;
  background:
    radial-gradient(circle at 78% 4%, rgba(15, 95, 131, .12), transparent 42%),
    #edeef0;
  color: #333;
  font-family: Avenirnextltpro, sans-serif;
  overflow-y: auto;
  overscroll-behavior: contain;
}
#popup-contato-imovel::backdrop { background: rgba(0, 0, 0, .72); }
body.popup-imovel-aberto { overflow: hidden; }
#popup-contato-imovel .popup-imovel-fechar {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 95, 131, .09);
  color: #0f5f83;
  font: inherit;
  font-size: 28px;
  line-height: 38px;
  cursor: pointer;
}
#popup-imovel-titulo {
  margin: 0 48px 6px 0;
  color: #0f5f83;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .06em;
}
#popup-contato-imovel .popup-imovel-referencia {
  margin: 0 0 22px;
  color: rgba(51, 51, 51, .65);
  font-size: 13px;
}
#popup-contato-imovel .popup-imovel-progresso {
  margin-bottom: 24px;
  color: #0f5f83;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
#popup-contato-imovel .popup-imovel-progresso::before { content: '\2192'; margin-right: 9px; }
#popup-contato-imovel .popup-imovel-etapa[hidden] { display: none; }
#popup-contato-imovel .popup-imovel-etapa {
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
#popup-contato-imovel .popup-imovel-etapa > label {
  display: block;
  margin-bottom: 18px;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18;
}
#popup-contato-imovel .popup-imovel-opcoes {
  width: 100%;
  padding: 0;
  margin: 0 0 22px;
  border: 0;
  min-width: 0;
}
#popup-contato-imovel legend {
  margin-bottom: 20px;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18;
}
#popup-contato-imovel .popup-imovel-escolhas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}
#popup-contato-imovel .popup-imovel-escolhas label {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  margin: 0;
  border: 1px solid rgba(15, 95, 131, .24);
  border-radius: 7px;
  color: #333;
  font-weight: 400;
  cursor: pointer;
}
#popup-contato-imovel input[type="checkbox"],
#popup-contato-imovel input[type="radio"] {
  width: 17px;
  height: 17px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #0f5f83;
}
#popup-contato-imovel input[type="text"],
#popup-contato-imovel input[type="tel"],
#popup-contato-imovel textarea {
  width: 100%;
  border: 0 !important;
  border-bottom: 2px solid rgba(51, 51, 51, .35) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #333 !important;
  font-family: inherit;
  font-size: 22px;
  box-shadow: none !important;
  outline: none;
}
#popup-contato-imovel input[type="text"],
#popup-contato-imovel input[type="tel"] { height: 60px; padding: 8px 2px; }
#popup-contato-imovel textarea { min-height: 98px; padding: 12px 2px; resize: vertical; }
#popup-contato-imovel input::placeholder,
#popup-contato-imovel textarea::placeholder { color: rgba(51, 51, 51, .52); opacity: 1; }
#popup-contato-imovel input[type="text"]:focus,
#popup-contato-imovel input[type="tel"]:focus,
#popup-contato-imovel textarea:focus { border-bottom-color: #0f5f83 !important; }
#popup-contato-imovel button[type="submit"],
#popup-contato-imovel .popup-imovel-continuar {
  align-self: flex-end;
  width: auto;
  min-width: 180px;
  padding: 15px 24px;
  margin-top: auto;
  border: 0;
  border-radius: 9px;
  background: #0f5f83;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
}
#popup-contato-imovel .popup-imovel-continuar::after { content: '\2192'; margin-left: 10px; }
#popup-contato-imovel button:disabled { opacity: .65; cursor: wait; }
#popup-imovel-mensagem { margin-bottom: 12px; }
#popup-imovel-mensagem[data-status="error"] { color: #9b2020; }
#popup-imovel-mensagem[data-status="success"] { color: #0f5f83; }
#popup-imovel-whatsapp-link { display: block; margin-top: 16px; color: #0f5f83; text-align: center; }
#popup-imovel-whatsapp-link[hidden] { display: none; }
#popup-contato-imovel .politicas { color: rgba(51, 51, 51, .68); }
#popup-contato-imovel .politicas a { color: #0f5f83; }
#valores-imovel-mobile { display: none; }
@media screen and (max-width: 767px) {
  #popup-contato-imovel { padding: 30px 22px 24px; }
  #popup-contato-imovel .popup-imovel-etapa > label,
  #popup-contato-imovel legend { font-size: 25px; }
  #popup-contato-imovel .popup-imovel-escolhas { grid-template-columns: 1fr; gap: 8px; }
  #popup-contato-imovel .popup-imovel-continuar,
  #popup-contato-imovel button[type="submit"] { width: 100%; }
  #valores-imovel-mobile:not(:empty) { display: block; padding: 12px 10px; margin: 12px 0; background: #edeef0; }
}
