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: auto;
  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;
}

.resultado__proximo-passo {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: white;
  padding: 60px 40px;
  border-radius: 8px;
  margin-top: 60px;
}
.resultado__proximo-passo h2 {
  color: #fab800;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .resultado__proximo-passo h2 {
    font-size: 2rem;
  }
}

.proximo-passo__toggle {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .proximo-passo__toggle {
    flex-direction: column;
    gap: 15px;
  }
}
.proximo-passo__toggle .toggle-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(250, 184, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  padding: 15px 40px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.proximo-passo__toggle .toggle-btn:hover {
  background: rgba(250, 184, 0, 0.1);
  border-color: #fab800;
  color: white;
}
.proximo-passo__toggle .toggle-btn.active {
  background: #fab800;
  border-color: #fab800;
  color: #1a1a1a;
  box-shadow: 0 4px 20px rgba(250, 184, 0, 0.4);
}
@media (max-width: 768px) {
  .proximo-passo__toggle .toggle-btn {
    width: 100%;
    padding: 15px 20px;
  }
}

.proximo-passo__subtitle {
  text-align: center;
  margin-bottom: 40px;
  min-height: 60px;
}
.proximo-passo__subtitle p {
  display: none;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0 auto;
  max-width: 600px;
}
.proximo-passo__subtitle p.active {
  display: block;
  animation: fadeIn 0.4s ease-in;
}
@media (max-width: 768px) {
  .proximo-passo__subtitle p {
    font-size: 1rem;
    padding: 0 10px;
  }
}

.proximo-passo__content {
  display: none;
  animation: fadeIn 0.4s ease-in;
}
.proximo-passo__content.active {
  display: block;
}
.proximo-passo__content .content-text {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.proximo-passo__content .content-text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}
.proximo-passo__content .content-text p:last-child {
  margin-bottom: 0;
}
.proximo-passo__content .content-text p strong {
  color: #fab800;
  font-weight: 600;
}
@media (max-width: 768px) {
  .proximo-passo__content .content-text {
    padding: 20px;
  }
  .proximo-passo__content .content-text p {
    font-size: 1rem;
  }
}

.content-cta {
  text-align: center;
}
.content-cta .cta-btn {
  display: inline-block;
  background: #fab800;
  color: #1a1a1a;
  padding: 20px 40px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-family: "Barlow Semi Condensed", sans-serif;
  box-shadow: 0 4px 20px rgba(250, 184, 0, 0.3);
}
.content-cta .cta-btn:hover {
  background: #e5a700;
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(250, 184, 0, 0.5);
}
.content-cta .cta-btn:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .content-cta .cta-btn {
    width: 100%;
    padding: 18px 30px;
    font-size: 1.1rem;
  }
}
.content-cta .cta-microcopy {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  margin: 15px auto 0 auto;
  font-style: italic;
  text-align: center;
}

.content-form {
  max-width: 600px;
  margin: 0 auto;
}
.content-form .form-group {
  margin-bottom: 20px;
  text-align: left;
}
.content-form .form-group label {
  display: block;
  color: #fab800;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1rem;
}
.content-form .form-group input {
  width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(250, 184, 0, 0.3);
  border-radius: 6px;
  color: white;
  font-size: 1rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  transition: all 0.3s ease;
}
.content-form .form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.content-form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.content-form .form-group input:focus {
  outline: none;
  border-color: #fab800;
  background: rgba(255, 255, 255, 0.15);
}
.content-form .form-group input:required:invalid {
  border-color: rgba(250, 184, 0, 0.3);
}
.content-form .form-cta {
  margin-top: 30px;
  text-align: center;
}
.content-form .form-cta button.cta-btn {
  background: #fab800;
  color: #1a1a1a;
  padding: 20px 40px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-family: "Barlow Semi Condensed", sans-serif;
  box-shadow: 0 4px 20px rgba(250, 184, 0, 0.3);
}
.content-form .form-cta button.cta-btn:hover {
  background: #e5a700;
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(250, 184, 0, 0.5);
}
.content-form .form-cta button.cta-btn:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .content-form .form-cta button.cta-btn {
    width: 100%;
    padding: 18px 30px;
    font-size: 1.1rem;
  }
}
.content-form .form-message {
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 15px;
  border-radius: 6px;
  font-weight: 500;
}
.content-form .form-message.success {
  background: rgba(76, 175, 80, 0.2);
  border: 2px solid #4caf50;
  color: #4caf50;
}
.content-form .form-message.error {
  background: rgba(244, 67, 54, 0.2);
  border: 2px solid #f44336;
  color: #f44336;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.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%);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #2d2e30;
  color: #ffffff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

.section-title {
  font-family: "Anton", sans-serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: #2d2e30;
  margin-bottom: 2rem;
}
.section-title mark {
  background: transparent;
  color: #fab800;
}
.section-title--light {
  color: #ffffff;
}
.section-title--light mark {
  color: #fab800;
}
.section-title .mark--inline {
  background: transparent;
  color: #fab800;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 1rem 2.2rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cta-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(-110%);
  transition: transform 0.4s ease;
}
.cta-btn:hover::after {
  transform: translateX(0);
}
.cta-btn__icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}
.cta-btn:hover .cta-btn__icon {
  transform: translateX(4px);
}
.cta-btn--hero {
  background-color: #fab800;
  color: #2d2e30;
  box-shadow: 0 4px 24px rgba(250, 184, 0, 0.35);
}
.cta-btn--hero:hover {
  box-shadow: 0 8px 36px rgba(250, 184, 0, 0.55);
  transform: translateY(-2px);
}
.cta-btn--outline {
  background-color: transparent;
  color: #fab800;
  border: 2px solid #fab800;
}
.cta-btn--outline:hover {
  background-color: #fab800;
  color: #2d2e30;
  transform: translateY(-2px);
}
.cta-btn--large {
  font-size: 1.15rem;
  padding: 1.3rem 3rem;
}
@media (max-width: 600px) {
  .cta-btn--large {
    width: 100%;
    justify-content: center;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(45, 46, 48, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(250, 184, 0, 0.15);
}

.header__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.9rem 2rem;
  display: flex;
  align-items: center;
}

.header__logo svg {
  height: 44px;
  width: auto;
}
@media (max-width: 600px) {
  .header__logo svg {
    height: 36px;
  }
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #1e1f21;
  overflow: hidden;
  padding-top: 80px;
}
.hero__noise {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(250, 184, 0, 0.06) 0%, transparent 70%), linear-gradient(135deg, #1e1f21 0%, rgba(45, 46, 48, 0.95) 100%);
  pointer-events: none;
}
.hero::before {
  content: "";
  position: absolute;
  left: 8%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, #fab800 25%, #fab800 75%, transparent);
  opacity: 0.4;
}
@media (max-width: 900px) {
  .hero::before {
    display: none;
  }
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 6rem 2rem 5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
@media (max-width: 600px) {
  .hero__inner {
    gap: 1.2rem;
    padding: 5rem 1.5rem 4rem;
  }
}
.hero__tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fab800;
  border: 1px solid rgba(250, 184, 0, 0.5);
  padding: 0.35rem 0.9rem;
  border-radius: 2px;
}
.hero__headline {
  font-family: "Anton", sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  max-width: 800px;
}
.hero__headline em {
  font-style: normal;
  color: #fab800;
}
.hero__sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255, 255, 255, 0.65);
  max-width: 600px;
  line-height: 1.75;
}
.hero__time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.hero__time-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fab800;
  animation: pulse-dot 2s ease-in-out infinite;
}
.hero__scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.hero__scroll-hint span {
  display: block;
  width: 22px;
  height: 36px;
  border: 2px solid rgba(250, 184, 0, 0.5);
  border-radius: 12px;
  position: relative;
}
.hero__scroll-hint span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: #fab800;
  border-radius: 2px;
  animation: scroll-wheel 1.8s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.4);
  }
}
@keyframes scroll-wheel {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  80% {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
}
.por-que {
  background-color: #ffffff;
  padding: 7rem 2rem;
}
.por-que__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2rem 3rem;
  align-items: start;
}
@media (max-width: 900px) {
  .por-que__inner {
    grid-template-columns: 1fr;
  }
}
.por-que__numero {
  font-family: "Anton", sans-serif;
  font-size: 6rem;
  color: rgba(45, 46, 48, 0.08);
  line-height: 1;
  margin-top: -0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 900px) {
  .por-que__numero {
    font-size: 4rem;
  }
}
.por-que__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.por-que__content .section-title {
  color: #2d2e30;
}
.por-que__content .section-title mark {
  background: transparent;
  color: #fab800;
}
.por-que__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.por-que__body p {
  font-size: 1.1rem;
  color: rgb(32.6612903226, 33.3870967742, 34.8387096774);
  line-height: 1.8;
}
.por-que__body p strong {
  color: #2d2e30;
  font-weight: 700;
}
.por-que__destaque {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-left: 3px solid #fab800;
}
.por-que__destaque-linha {
  display: none;
}
.por-que__destaque p {
  font-size: 1.15rem;
  color: #2d2e30;
  font-weight: 500;
  line-height: 1.6;
}
.por-que__destaque p strong {
  color: #2d2e30;
  font-weight: 800;
}

.framework {
  background-color: #2d2e30;
  padding: 7rem 2rem 5rem;
  position: relative;
  overflow: hidden;
}
.framework::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, transparent, #fab800, transparent);
}
.framework__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2rem 3rem;
}
@media (max-width: 900px) {
  .framework__inner {
    grid-template-columns: 1fr;
  }
}
.framework__numero {
  font-family: "Anton", sans-serif;
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
  margin-top: -0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 900px) {
  .framework__numero {
    font-size: 4rem;
  }
}
.framework__content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 3.5rem;
}
.framework__intro {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.85;
  max-width: 720px;
}
.framework__intro strong {
  color: #ffffff;
  font-weight: 600;
}

.pilares {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 900px) {
  .pilares {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .pilares {
    grid-template-columns: 1fr;
  }
}

.pilar {
  background-color: #2d2e30;
  padding: 2.5rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  transition: background-color 0.3s ease;
}
.pilar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fab800;
  transition: width 0.4s ease;
}
.pilar:hover {
  background-color: rgba(250, 184, 0, 0.05);
}
.pilar:hover::after {
  width: 60%;
}
.pilar__letra {
  font-family: "Anton", sans-serif;
  font-size: 4rem;
  color: #fab800;
  line-height: 1;
  text-shadow: 0 0 30px rgba(250, 184, 0, 0.4);
}
.pilar__nome {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.pilar__elemento {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250, 184, 0, 0.7);
}

.credibilidade {
  background-color: #1e1f21;
  padding: 7rem 2rem;
  position: relative;
}
.credibilidade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(250, 184, 0, 0.2);
}
.credibilidade__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 80px 380px 1fr;
  gap: 2rem 3rem;
  align-items: start;
}
@media (max-width: 900px) {
  .credibilidade__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.credibilidade__numero {
  font-family: "Anton", sans-serif;
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
  margin-top: -0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 900px) {
  .credibilidade__numero {
    font-size: 4rem;
  }
}
.credibilidade__foto-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .credibilidade__foto-wrap {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .credibilidade__foto-wrap {
    flex-direction: column;
  }
}
.credibilidade__foto {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(250, 184, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 900px) {
  .credibilidade__foto {
    width: 180px;
    flex-shrink: 0;
    aspect-ratio: 3/4;
  }
}
@media (max-width: 600px) {
  .credibilidade__foto {
    width: 100%;
    aspect-ratio: 3/4;
  }
}
.credibilidade__foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.credibilidade__citacao {
  background: rgba(250, 184, 0, 0.06);
  border-left: 3px solid #fab800;
  padding: 1.2rem 1.2rem 1rem;
}
.credibilidade__citacao blockquote {
  font-size: 0.95rem;
  font-style: italic;
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 0.6rem;
}
.credibilidade__citacao cite {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fab800;
  font-style: normal;
}
.credibilidade__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.credibilidade__tag {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fab800;
}
.credibilidade__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.credibilidade__body p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.85;
}
.credibilidade__body p strong {
  color: #ffffff;
  font-weight: 700;
}
.credibilidade__stat {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat__numero {
  font-family: "Anton", sans-serif;
  font-size: 3rem;
  color: #fab800;
  line-height: 1;
}

.stat__texto {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cta-final {
  background-color: #fab800;
  padding: 7rem 2rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-final__accent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Anton", sans-serif;
  font-size: clamp(5rem, 18vw, 16rem);
  color: rgba(45, 46, 48, 0.07);
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  letter-spacing: 4px;
  line-height: 1;
}
.cta-final__inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.cta-final__intro {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  color: #2d2e30;
  line-height: 1.75;
  font-weight: 500;
}
.cta-final__intro strong {
  font-weight: 800;
}
.cta-final__free {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(45, 46, 48, 0.55);
}
.cta-final .cta-btn--hero {
  background-color: #2d2e30;
  color: #fab800;
  box-shadow: 0 4px 24px rgba(45, 46, 48, 0.3);
}
.cta-final .cta-btn--hero:hover {
  box-shadow: 0 8px 40px rgba(45, 46, 48, 0.5);
}

.site-footer {
  background-color: #2d2e30;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem 2rem;
}
.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .site-footer__inner {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}
.site-footer__copy {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}
.site-footer__back a {
  font-size: 0.8rem;
  color: rgba(250, 184, 0, 0.6);
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}
.site-footer__back a:hover {
  color: #fab800;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal[data-delay="1"] {
  transition-delay: 0.1s;
}

.reveal[data-delay="2"] {
  transition-delay: 0.2s;
}

.reveal[data-delay="3"] {
  transition-delay: 0.3s;
}

.reveal[data-delay="4"] {
  transition-delay: 0.4s;
}

.reveal[data-delay="5"] {
  transition-delay: 0.5s;
}

.reveal[data-delay="6"] {
  transition-delay: 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero__scroll-hint {
    display: none;
  }
}
.assessment {
  background-color: #ffffff;
}/*# sourceMappingURL=estilo.css.map */