html {
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
  font-size: 1.25rem;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 7%);
}

a {
  text-decoration: none;
}

.error-message {
  display: none;
  padding: 1rem;
  margin: 1rem 0;
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bold {
  font-weight: 600;
}

/* Esconde os inputs radio originais */
.custom-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Estiliza o label */
.custom-radio + label span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  box-sizing: border-box;
  margin-right: 100px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 480px) {
  .custom-radio + label span {
    margin-right: 20px;
  }
}

.custom-radio:nth-of-type(1) + label span {
  border: 3px solid hsl(352, 100%, 60%);
  color: hsl(352, 100%, 60%);
}

.custom-radio:nth-of-type(2) + label span {
  border: 3px solid hsl(350, 56%, 43%);
  color: hsl(350, 56%, 43%);
}

.custom-radio:nth-of-type(3) + label span {
  border: 3px solid hsl(0, 0%, 27%);
  color: hsl(0, 0%, 27%);
}

.custom-radio:nth-of-type(4) + label span {
  border: 3px solid hsl(90, 31%, 42%);
  color: hsl(90, 31%, 42%);
}

.custom-radio:nth-of-type(5) + label span {
  border: 3px solid hsl(106, 100%, 38%);
  color: hsl(106, 100%, 38%);
}

.custom-radio + label span:hover {
  border: 3px solid hsl(0, 0%, 83%);
  color: hsl(0, 0%, 83%);
}

.custom-radio:checked + label span {
  background: hsl(202, 100%, 34%);
  color: hsl(0, 0%, 100%);
  border: 3px solid hsl(202, 100%, 34%);
}

.back-btn,
.next-btn,
.submit-btn {
  padding: 1rem 2rem;
  font-size: 1.75rem;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.back-btn {
  background-color: hsl(0, 0%, 34%);
  color: hsl(0, 0%, 100%);
}

.back-btn:hover {
  background-color: hsl(0, 0%, 18%);
}

.next-btn {
  background-color: hsl(202, 100%, 34%);
  color: hsl(0, 0%, 100%);
}

.next-btn:hover {
  background-color: hsl(207, 100%, 50%);
}

.submit-btn {
  background-color: hsl(106, 100%, 38%);
  color: hsl(0, 0%, 100%);
}

.submit-btn:hover {
  background-color: hsl(90, 31%, 42%);
}

.back-btn:active,
.next-btn:active,
.submit-btn:active {
  transform: scale(0.98);
}

.login-area__button {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  margin: auto;
}
.login-area__button:hover {
  opacity: 0.8;
}
.login-area__button--change-email {
  background-color: hsl(49, 76%, 51%);
  color: hsl(0, 0%, 10%);
}
.login-area__button--resend {
  background-color: hsl(350, 56%, 43%);
  color: hsl(0, 0%, 100%);
}
.login-area__button--can-resend {
  background-color: hsl(106, 100%, 38%);
  color: hsl(0, 0%, 100%);
}
.login-area__button--access, .login-area__button--send-code {
  background-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 100%);
}

.start__button--iniciar {
  background-color: hsl(49, 76%, 51%);
  color: hsl(0, 0%, 10%);
  width: auto;
  padding: 15px 30px;
  font-size: 1.5rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}
.start__button--iniciar:hover {
  background-color: hsl(45, 70%, 47%);
}
.start__button--iniciar:active {
  transform: scale(0.98);
}

.header {
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(44, 100%, 49%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  color: hsl(0, 0%, 10%);
}
@media only screen and (max-width: 480px) {
  .header {
    flex-direction: column;
    gap: 15px;
  }
}
.header__logo {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 480px) {
  .header__logo {
    width: 100%;
  }
}
.header__logo img {
  width: 75%;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .header__logo img {
    width: 50%;
  }
}
.header__titulo {
  width: 70%;
  font-size: 3rem;
  font-family: "Bebas Neue", sans-serif;
}
@media only screen and (max-width: 480px) {
  .header__titulo {
    width: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.header__info {
  width: 15%;
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 480px) {
  .header__info {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.header__info a {
  font-size: 0.875rem;
  color: hsl(0, 0%, 10%);
}
.header__info a:hover {
  color: hsl(350, 56%, 43%);
}

main {
  max-width: 1200px;
  flex: 1;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  main {
    padding: 10px;
  }
}
main p {
  line-height: 1.75rem;
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-align: left;
}
main h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

footer {
  width: 100%;
  background-color: #2d2e30;
  color: white;
  padding: 1rem;
  z-index: 1000;
  text-align: center;
  font-size: 0.875rem;
}

.teste {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
  flex: 1;
  width: 1200px;
  margin: auto;
  clear: both;
}
@media only screen and (max-width: 480px) {
  .teste {
    width: 100%;
    padding: 20px 0;
  }
}
.teste__title {
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .teste__title {
    font-size: 2rem;
    font-weight: 500;
  }
}
.teste__instruction {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 30px;
  color: hsl(0, 0%, 10%);
}
@media only screen and (max-width: 480px) {
  .teste__instruction {
    display: none;
  }
}
.teste__instruction--mobile {
  display: none;
}
@media only screen and (max-width: 480px) {
  .teste__instruction--mobile {
    width: 100%;
    display: block;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 20px;
    color: hsl(0, 0%, 10%);
    padding: 0 40px;
  }
}
.teste__instruction--item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: hsl(0, 0%, 10%);
  font-size: 1.2rem;
  font-weight: 600;
  color: hsl(49, 76%, 51%);
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: left;
}
.teste__area {
  width: 100%;
  border: 1px solid hsl(0, 0%, 83%);
  color: hsl(0, 0%, 10%);
  padding: 40px;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .teste__area {
    padding: 20px;
  }
}
.teste__botoes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 40px auto;
  padding: 1rem 0;
  gap: 1rem;
}
@media only screen and (max-width: 480px) {
  .teste__botoes {
    flex-direction: column;
    margin: 20px auto;
  }
}
.teste__option-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-left: 100px;
}
@media only screen and (max-width: 1440px) {
  .teste__option-container {
    padding: 0;
  }
}
.teste__question {
  text-align: center;
  padding: 40px 0;
  border-block: 1px solid #333333;
  width: 100%;
  animation: fadeIn 0.3s ease-in;
}
.teste__question p {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.teste__page-info {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: hsl(207, 100%, 50%);
  color: hsl(0, 0%, 100%);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.resultado {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 20px;
  flex: 1;
  width: 1200px;
  margin: auto;
  clear: both;
}
@media only screen and (max-width: 480px) {
  .resultado {
    width: 100%;
    padding: 0;
  }
}
.resultado h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1d1d1d;
}
.resultado h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #1d1d1d;
}
.resultado__pontuacao {
  width: 100%;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 720px) {
  .resultado__pontuacao {
    width: 100%;
    padding: 10px;
  }
}
.resultado__notas {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}
@media only screen and (max-width: 720px) {
  .resultado__notas {
    flex-direction: column;
  }
}
.resultado__nota {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 25%;
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 720px) {
  .resultado__nota {
    margin-bottom: 30px;
    width: 100%;
  }
}
.resultado__nota-pilar {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 10px;
  font-weight: 500;
}
.resultado__nota-valor {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fab800;
}
.resultado__pilar {
  background: white;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 40px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #fab800;
}
@media only screen and (max-width: 720px) {
  .resultado__pilar {
    padding: 25px;
  }
}
.resultado__pilar-clareza {
  border-left-color: #4a90e2;
}
.resultado__pilar-autenticidade {
  border-left-color: #e24a4a;
}
.resultado__pilar-sensibilidade {
  border-left-color: #7b68ee;
}
.resultado__pilar-expressividade {
  border-left-color: #fab800;
}
.resultado__pilar-header {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}
@media only screen and (max-width: 720px) {
  .resultado__pilar-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.resultado__pilar-header h2 {
  margin: 0;
  color: #1d1d1d;
}
.resultado__pilar-subtitle {
  font-size: 1.2rem;
  color: #999;
  font-style: italic;
}
.resultado__pilar-block {
  margin-bottom: 30px;
}
.resultado__pilar-block h3 {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}
.resultado__pilar-block p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}
.resultado__pilar-block strong {
  color: #1d1d1d;
  font-weight: 600;
}
.resultado__pilar-warnings {
  background: #fff3cd;
  border: 2px solid #ffc107;
  border-radius: 8px;
  padding: 25px;
  margin-top: 30px;
}
.resultado__pilar-warnings h3 {
  color: #856404;
  margin-top: 0;
}
.resultado__pilar-warnings > p {
  color: #856404;
  margin-bottom: 20px;
}
.resultado__geral {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 720px) {
  .resultado__geral {
    padding: 25px;
  }
}
.resultado__geral h2 {
  color: white;
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
}
.resultado__geral-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 720px) {
  .resultado__geral-metrics {
    grid-template-columns: 1fr;
  }
}
.resultado__geral-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.resultado__geral-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.resultado__geral-box h3 {
  color: white;
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.resultado__geral-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  margin: 0 0 15px 0;
  line-height: 1.4;
  text-align: center;
}
.resultado__geral-value {
  color: #fab800;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 720px) {
  .resultado__geral-value {
    font-size: 2.5rem;
  }
}
.resultado__geral-texto p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.login-area {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 40px;
  flex: 1;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .login-area {
    padding: 0;
    margin: 0;
  }
}
.login-area__login {
  width: 640px;
  height: auto;
  background: #e4e4e4;
  border: 1px solid #666666;
  padding: 40px 60px;
  color: hsl(0, 0%, 10%);
}
@media only screen and (max-width: 1440px) {
  .login-area__login {
    width: 540px;
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .login-area__login {
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}
.login-area__form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.login-area__form-group {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  width: 100%;
  margin: 20px 0;
}
.login-area__titulo {
  width: 100%;
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .login-area__titulo {
    font-size: 1.75rem;
  }
}
.login-area__label {
  height: 30px;
}
.login-area__field {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: none;
  padding-left: 20px;
  color: hsl(0, 0%, 10%);
  font-size: 1.5rem;
}
.login-area__field::-moz-placeholder {
  color: hsl(0, 0%, 83%);
}
.login-area__field::placeholder {
  color: hsl(0, 0%, 83%);
}
@media only screen and (max-width: 1440px) {
  .login-area__field {
    height: 50px;
    font-size: 1.25rem;
  }
}
.login-area__nova-senha {
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 0;
}

.input-wrapper {
  position: relative;
  width: 100%;
}

.field-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

a.iniciar {
  display: inline-block;
  margin-top: 20px;
  background-color: #fab800;
  color: hsl(0, 0%, 10%);
  font-size: 2rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 20px;
  text-transform: uppercase;
}
a.iniciar:hover {
  background-color: hsl(17, 76%, 51%);
  color: hsl(0, 0%, 100%);
}

.start {
  width: 100%;
  height: auto;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 40px;
}
.start__pilar {
  display: inline-block;
  width: 80%;
  height: 60px;
  line-height: 60px;
  margin: 10px auto;
  font-size: 1.5rem;
  font-weight: 200;
  text-transform: uppercase;
  background-color: hsl(220, 3%, 18%);
  color: hsl(44, 100%, 49%);
}/*# sourceMappingURL=estilo.css.map */