body {
  background: #1E1E1E;
  font-family: Inter;
}

html {
  scroll-behavior: smooth;
}

main {
  position: relative;
  min-height: calc(100vh - 84px);
  padding-bottom: 100px;
}

#watermark {
  position: absolute;
  top: 24px;
  left: 0;
  height: 244px;
  max-width: 80%;
  object-fit: contain;
  z-index: -1;
}

main h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #EDCF78;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 85px 20px;
  padding-top: 116px;
}

@media screen and (max-width: 960px) {
  main h1 {
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 27px 20px;
  }
}

main #wrapper {
  max-width: 960px;
  margin: auto;
}

#form-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 850px;
  margin: auto;
  padding: 0 20px;
}

#form-steps .head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 27px;
}

#form-steps .head h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #D5D5D5;
}

#form-steps .head h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #EDCF78;
}

#form-steps form {
  position: relative;
  width: 100%;
  border-radius: 20px;
  padding: 50px;
  padding-bottom: 75px;
  background: #383838;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

form h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #D5D5D5;
  text-align: center;
  padding: 0;
  margin-bottom: 45px;
}

.step,
.campos {
  display: contents;
}

.step h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 257%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #F3F3F3;
}

.step-3 .row {
  max-width: 335px;
}

.opcoes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 314px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.opcoes {
  font-weight: 500;
  font-size: 16px;
  color: #D5D5D5;
}

.opcoes .opcao {
  display: flex;
  gap: 10px;
  align-items: center;
}

.opcoes .opcao label {
  margin: 0;
}

.dados {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.dados .dado {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dados .dado h3 {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  color: #EDCF78;
  margin: 0;
}

.dados .dado span {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0%;
  color: #D5D5D5;
}

.radio-input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #D5D5D5;
  border-radius: 100%;
  background: transparent;
  cursor: pointer;
}

.radio-input input:checked+span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #EDCF78;
}

.radio-input:has(input:checked) {
  border-color: #EDCF78;
}

.radio-input input {
  /* display: none; */
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
}

.opcao label {
  cursor: pointer;
}


.submit-button {
  width: 335px;
  max-width: 100%;
  border-radius: 5px;
  border: none;
  padding: 10px;
  background: #EDCF78;

  font-weight: 700;
  font-size: 14px;
  color: #1E1E1E;
  margin-top: 30px;
}

.back-button {
  border: none;
  background: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
}

button:disabled {
  background: #B5B5B5;
  color: #717171;
  cursor: not-allowed;
}

.row {
  display: flex;
  gap: 24px;
  width: 100%;
}

.form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 25px;
}

.form-group label {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #F3F3F3;
  margin-bottom: 8px;
}

.form-group input {
  background: #0C0C0C;
  border: 1px solid #B5B5B5;
  color: #717171;
  border-radius: 10px;
  padding: 14px;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  width: 100%;
}

.form-group input:disabled {
  background: #B5B5B5;
  color: #717171;
  cursor: not-allowed;
}

.form-group span {
  display: none;
  color: #df2727;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  margin-top: 5px;
  position: absolute;
  bottom: -5px;
  transform: translateY(100%);
}

.form-group select {
  background: #0C0C0C;
  border: 1px solid #B5B5B5;
  color: #717171;
  border-radius: 10px;
  padding: 14px;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  width: 100%;
}


#form-success {
  margin: auto;
  width: 850px;
  max-width: calc(100% - 32px);
  background: #383838;
  border-radius: 20px;
  padding: 53px;
  padding-top: 70px;
  display: none;
}

#form-success>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#form-success h1 {
  font-family: Helvetica;
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  max-width: 432px;
  padding: 0;
  margin: 0;
}

#form-success h2 {
  font-family: Helvetica;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #ABABAB;
  max-width: 432px;
}

#form-success a {
  font-family: Helvetica;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  background: #EDCF78;
  transition: 0.25s ease-in-out;
  color: #1E1E1E;
  text-decoration: none;
  padding: 14px;
  width: 335px;
  max-width: 100%;
  border-radius: 5px;
  margin-top: 39px;
}

#form-success a:hover {
  background: #ebc84c;
}



@media screen and (max-width: 960px) {

  #form-steps .head h2,
  #form-steps .head h3 {
    font-size: 16px;
    line-height: 100%;
    margin: 0;
  }

  #form-steps form {
    padding: 30px 17px;
  }

  #form-steps form h1 {
    font-size: 18px;
  }

  .row {
    row-gap: 0;
  }

  .dados .dado h3,
  .dados .dado span {
    font-size: 14px;
  }

  #form-success h1 {
    font-size: 18px;
  }

  #form-success h2 {
    font-size: 14px;
  }
}