.vst {
  position: relative;
  min-height: 100vh;
  background: var(--color-muted);
  overflow-x: clip;
}

.vst-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.vst-bg-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 884px;
  height: 690px;
  background: url("assets/venda-seu-terreno/img/vst-bg-crop-7aed98.png") 0 0 / 100% 100% no-repeat;
}

.vst-bg-right {
  position: absolute;
  right: 0;
  top: 37px;
  width: 690px;
  height: 1512px;
  background: url("assets/venda-seu-terreno/img/vst-bg-full.png") center/cover no-repeat;
}

.vst-main {
  position: relative;
  z-index: 1;
  padding-top: 232px;
  padding-bottom: 120px;
}

.vst-container {
  width: min(817px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 102px;
}

.vst-heading {
  width: min(685px, 100%);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.vst-title {
  margin: 0;
  font-size: 50px;
  line-height: 56.32px;
  font-weight: 300;
  color: var(--color-text);
}

.vst-title strong {
  font-weight: 500;
}

.vst-subtitle {
  margin: 0;
  font-size: 19px;
  line-height: 19.2px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-text);
}

.vst-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.vst-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.vst-attach {
  gap: 8px;
  padding: 0 27px 0 25px;
  border: 2px solid var(--color-text);
  color: var(--color-text);
  line-height: 32px;
  cursor: pointer;
  background: transparent;
}

.vst-submit {
  width: 256px;
}

@media (max-width: 1024px) {
  .vst-main {
    padding-top: 180px;
  }

  .vst-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .vst-submit {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .vst-bg {
    position: absolute;
  }

  .vst-bg-left {
    width: 100%;
    height: 420px;
    background-size: cover;
  }

  .vst-bg-right {
    width: 100%;
    height: 520px;
    top: 420px;
  }

  .vst-main {
    padding-top: 150px;
  }

  .vst-title {
    font-size: 34px;
    line-height: 40px;
  }

  .vst-subtitle {
    font-size: 14px;
    line-height: 16px;
  }
}
