@font-face {
  font-family: "Navigo";
  src: url("assets/fonts/Navigo-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Navigo";
  src: url("assets/fonts/Navigo-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 1200px;
  background: #f4f1ea;
  font-family: "Navigo", "Segoe UI", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.vv-pagina {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #f4f1ea;
}

.vv-pagina-midia {
  display: block;
}

.vv-heroi-mobile,
.vv-metricas-mobile {
  display: none;
}

.vv-pagina-fundo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  user-select: none;
  pointer-events: none;
}

.vv-painel {
  position: absolute;
  right: clamp(48px, 6.2vw, 106px);
  top: clamp(142px, 10.2vh, 146px);
  /* top: clamp(102px, 10.2vh, 146px); mudar quando tiver o wwp */
  z-index: 5;
  width: clamp(336px, 21vw, 388px);
  transform-origin: top right;
}

.vv-formulario-bloco {
  background: linear-gradient(180deg, #6f7a63 0%, #7c9780 52%, #8fbf9a 100%);
  padding: clamp(22px, 2vw, 28px) clamp(20px, 1.7vw, 26px) clamp(16px, 1.5vw, 22px);
  box-shadow: 0 20px 38px rgba(27, 29, 21, 0.16);
}

.vv-formulario {
  display: grid;
  gap: clamp(12px, 1vw, 15px);
}

.vv-formulario-titulo {
  margin: 0 auto 4px;
  max-width: 90%;
  text-align: center;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.9rem, 1.1vw, 1.02rem);
  line-height: 1.45;
  font-weight: 400;
}

.vv-formulario-chamada {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: clamp(1.7rem, 1.95vw, 2.1rem);
  line-height: 0.94;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.vv-campo {
  width: 100%;
  height: clamp(44px, 3.7vw, 48px);
  border: 1px solid rgba(238, 240, 229, 0.52);
  background: transparent;
  color: rgba(255, 255, 255, 0.98);
  padding: 0 0.85rem;
  font-size: clamp(0.9rem, 0.9vw, 0.98rem);
  outline: none;
  caret-color: #ffffff;
}

.vv-campo::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.vv-campo:focus {
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.vv-campo[aria-invalid="true"] {
  border-color: rgba(255, 226, 226, 0.95);
  box-shadow: inset 0 0 0 1px rgba(255, 226, 226, 0.18);
}

.vv-formulario-botao {
  width: 100%;
  height: clamp(50px, 4.3vw, 58px);
  border: 0;
  background: #f5f4f1;
  color: #343430;
  font-size: clamp(1.05rem, 1.5vw, 1.65rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  cursor: pointer;
}

.vv-formulario-retorno {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.7rem;
  line-height: 1.25;
}

.vv-telefone {
  display: block;
  width: 100%;
}

.vv-telefone img {
  width: 100%;
}

@media (max-height: 880px) and (min-width: 901px) {
  .vv-painel {
    transform: scale(0.94);
  }
}

@media (max-height: 820px) and (min-width: 901px) {
  .vv-painel {
    transform: scale(0.88);
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .vv-painel {
    transform: scale(0.82);
  }
}

@media (max-height: 700px) and (min-width: 901px) {
  .vv-painel {
    transform: scale(0.76);
  }
}

.vv-rodape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 0 clamp(28px, 2.6vw, 42px) 8px;
  min-height: clamp(58px, 6.4vh, 76px);
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}

.vv-rodape-redes {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.vv-rodape-icone {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.vv-rodape-icone img {
  width: 100%;
  height: 100%;
  display: block;
}

.vv-rodape-handle {
  font-size: clamp(0.95rem, 1.2vw, 1.18rem);
  white-space: nowrap;
}

.vv-rodape-credito {
  margin: 0;
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  white-space: nowrap;
}

.vv-rodape-credito a {
  color: inherit;
  text-decoration: none;
}

.vv-rodape-credito a:hover {
  text-decoration: underline;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1200px) {
  html,
  body {
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
  }

  .vv-pagina {
    min-height: auto;
    overflow: visible;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.08) 22%, rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0.42) 100%),
      url("img/Fundo-mobile.jpg") 42% top / cover no-repeat;
  }

  .vv-pagina-midia {
    display: none;
  }

  .vv-pagina-fundo {
    display: none;
  }

  .vv-heroi-mobile {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 22px 16px 0;
    pointer-events: none;
  }

  .vv-logo-mobile {
    width: min(260px, 68vw);
    margin: 0 auto;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.24));
  }

  .vv-intro-mobile {
    display: block;
    margin-top: 86px;
    max-width: min(360px, 90vw);
  }

  .vv-intro-mobile__titulo {
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(2.05rem, 9vw, 3.25rem);
    line-height: 0.9;
    font-weight: 300;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  }

  .vv-intro-mobile__titulo span {
    display: block;
  }

  .vv-intro-mobile__titulo em {
    color: #97aa7d;
    font-style: italic;
    font-weight: 700;
  }

  .vv-intro-mobile__localizacao {
    width: fit-content;
    max-width: 100%;
    margin: 16px 0 0;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.98);
    font-size: 0.88rem;
    line-height: 1.2;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  }

  .vv-painel {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    z-index: 3;
    width: min(430px, calc(100% - 28px));
    margin: 84px auto 0;
    transform: none;
  }

  .vv-formulario-bloco {
    background: linear-gradient(180deg, rgba(111, 122, 99, 0.94) 0%, rgba(124, 151, 128, 0.94) 52%, rgba(143, 191, 154, 0.94) 100%);
    padding: 26px 20px 18px;
    box-shadow: 0 22px 40px rgba(8, 9, 7, 0.2);
  }

  .vv-formulario-titulo {
    font-size: 1.03rem;
    line-height: 1.35;
  }

  .vv-formulario-chamada {
    font-size: clamp(2.15rem, 9vw, 2.7rem);
    white-space: normal;
  }

  .vv-campo {
    height: 50px;
    font-size: 0.96rem;
  }

  .vv-formulario-botao {
    height: 58px;
    font-size: clamp(1.9rem, 7vw, 2.5rem);
  }

  .vv-formulario-retorno {
    font-size: 0.72rem;
  }

  .vv-telefone {
    box-shadow: 0 16px 32px rgba(8, 9, 7, 0.16);
  }

  .vv-metricas-mobile {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    width: min(430px, calc(100% - 28px));
    margin: 14px auto 0;
    padding: 20px 0 22px;
    min-height: 178px;
    background: rgba(63, 65, 56, 0.9);
    box-shadow: 0 16px 32px rgba(8, 9, 7, 0.14);
    transform: none;
  }

  .vv-dormitorios-mobile {
    width: min(194px, 58vw);
    margin: 0 auto;
  }

  .vv-rodape {
    position: relative;
    margin-top: 12px;
    z-index: 3;
    min-height: 64px;
    padding: 12px 16px 8px;
    flex-wrap: wrap;
    row-gap: 8px;
    background: linear-gradient(#ffffff00, #747c61 40%);
  }

  .vv-rodape-handle {
    font-size: 1rem;
  }

  .vv-rodape-credito {
    font-size: 0.76rem;
  }
}

@media (max-width: 520px) {
  .vv-heroi-mobile {
    padding: 18px 12px 0;
  }

  .vv-logo-mobile {
    width: min(220px, 64vw);
  }

  .vv-intro-mobile {
    margin-top: 72px;
    max-width: 88vw;
  }

  .vv-intro-mobile__localizacao {
    font-size: 0.8rem;
    padding: 7px 12px;
  }

  .vv-painel {
    width: calc(100% - 20px);
    margin-top: 72px;
  }

  .vv-formulario-bloco {
    padding: 24px 18px 18px;
  }

  .vv-formulario-titulo {
    font-size: 0.96rem;
  }

  .vv-formulario-chamada {
    font-size: clamp(2rem, 10vw, 2.45rem);
  }

  .vv-campo {
    padding-inline: 0.85rem;
    font-size: 0.9rem;
  }

  .vv-formulario-botao {
    height: 54px;
    font-size: clamp(1.8rem, 8vw, 2.25rem);
  }

  .vv-metricas-mobile {
    width: calc(100% - 20px);
    padding: 18px 0 20px;
    min-height: 168px;
  }

  .vv-dormitorios-mobile {
    width: min(188px, 56vw);
  }

  .vv-rodape {
    min-height: 58px;
    padding: 12px 12px 8px;
  }

  .vv-rodape-redes {
    gap: 6px;
  }

  .vv-rodape-icone {
    width: 16px;
    height: 16px;
  }

  .vv-rodape-handle {
    font-size: 0.92rem;
  }

  .vv-rodape-credito {
    font-size: 0.7rem;
  }
}
