* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100vh;
  padding: 2rem 10%;
  overflow: hidden;
  background-color: #fff;
  background-image: url('../images/pessoa-desck.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.content-wrapper {
  max-width: 550px;
  z-index: 2;
}

.logo svg {
  width: 194px;
  height: auto;
  margin-bottom: 0.3rem;
}

h1 {
  font-size: 2.6rem;
  font-weight: lighter;
  color: #0800FF;
  line-height: 1.2;
  margin-bottom: 1rem;
}

p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
  max-width: 480px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 35px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #0800FF, #0479FF);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}

.cta-button:hover {
  box-shadow: 0 4px 15px rgba(4, 121, 255, 0.4);
}

.arrow-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

.cta-button:hover .arrow-icon {
  transform: translateX(5px);
}

.carrossel-empresas {
  padding: 3rem 0;
  background-color: #f8f9fa;
  width: 100%;
}

.carrossel-empresas h2 {
  text-align: center;
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.carrossel {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  -webkit-mask-image: linear-gradient(to right,
      transparent,
      black 20%,
      black 80%,
      transparent);
  mask-image: linear-gradient(to right,
      transparent,
      black 20%,
      black 80%,
      transparent);
}

.carrossel-track {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}

.scroll-right {
  animation-name: scroll-right;
}

.scroll-left {
  animation-name: scroll-left;
  animation-direction: reverse;
}

.carrossel-track:hover {
  animation-play-state: paused;
}

.empresa-logo {
  width: 180px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empresa-logo img {
  max-width: 160px;
  height: 40px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
  object-fit: contain;
}

.empresa-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

.info-section {
  padding: 5rem 10%;
  background-color: #fff;
}

.info-container {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.info-icon-col {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-icon {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.info-text-col {
  flex: 2;
}

.info-subtitle {
  font-size: 0.8rem;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.info-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0800FF;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.info-paragraphs p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.info-paragraphs p:last-child {
  margin-bottom: 0;
}

.info-paragraphs p span {
  color: #d1d1d1;
  transition: color 0.3s ease-in-out;
}

.info-paragraphs p span.highlighted-char {
  color: #2f2f2f;
}

.how-it-works-section {
  padding: 5rem 10%;
  background-color: #f8f9fa;
  text-align: center;
  align-items: center;
}

.section-subtitle {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0800FF;
  margin-bottom: 0.5rem;
}

.section-tagline {
  font-size: 1rem;
  color: #555;
  margin-bottom: 4rem;
}

.cards-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.feature-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  flex: 1;
  max-width: 350px;
  min-width: 280px;
  text-align: center;
  border-top: 4px solid #0800FF;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
}

.card-icon {
  margin: 0 auto 1.5rem;
  background: linear-gradient(145deg, #0479FF, #0800FF);
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 15px rgba(8, 0, 255, 0.2);
}

.card-icon svg {
  width: 32px;
  height: 32px;
  stroke: #ffffff;
  stroke-width: 1.5;
}

.feature-card h3 {
  font-size: 1.4rem;
  color: #1a2333;
  margin-bottom: 0.75rem;
  font-weight: 600;
  text-align: center;
}

.feature-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
  text-align: center;
  max-width: 100%;
  margin: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.salaries-section {
  padding: 0rem 10%;
  background-color: #f8f9fa;
  text-align: center;
  padding-bottom: 3.780rem;
}

.salaries-header {
  margin-bottom: 3rem;
}

.salaries-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0800FF;
  margin-bottom: 0.5rem;
}

.salaries-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.salary-cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  justify-items: center;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.salary-card,
.salary-card-full {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 450px;
}

.salary-card:hover,
.salary-card-full:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.salary-card-content {
  background-color: #0800FF;
  color: #fff;
  padding: 1.5rem;
  border-radius: 12px 12px 0 0;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.salary-card-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.salary-card-content p {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #e0e0e0;
  padding-left: 0px;
  padding-right: 0px;
}

.salary-value-container {
  padding: 1.5rem;
  text-align: left;
}

.salary-value {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-right: 0.5rem;
}

.salary-label {
  font-size: 1rem;
  font-weight: 400;
  color: #555;
}

.salary-card-full {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 450px;
}

.signup-section {
  padding: 5rem 10%;
  background: linear-gradient(135deg, #0800FF, #0045c4);
  color: #ffffff;
  text-align: center;
}

.signup-container {
  max-width: 550px;
  margin: 0 auto;
}

.signup-header {
  margin-bottom: 2.5rem;
}

.signup-header .section-subtitle {
  color: #c0c8ff;
  margin-bottom: 1rem;
}

.signup-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.signup-subtitle {
  font-size: 1rem;
  color: #e0e7ff;
  max-width: 450px;
  margin: 0 auto;
}

.form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.form-group input {
  width: 100%;
  padding: 1rem;
  border: 1px solid #dcdce1;
  border-radius: 12px;
  font-size: 1rem;
  color: #333;
  transition: all 0.3s ease;
}

.form-group input::placeholder {
  color: #999;
}

.form-group input:focus {
  outline: none;
  border-color: #0800FF;
  box-shadow: 0 0 0 4px rgba(8, 0, 255, 0.1);
}

.form-group.error input {
  border-color: #dc3545;
  background-color: #fff9f9;
}

.error-message {
  color: #dc3545;
  font-size: 0.85rem;
  display: block;
  margin-top: 0.5rem;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}

.form-group.error .error-message {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.continue-button {
  width: 100%;
  padding: 1rem;
  background-color: #0045c4;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(40, 57, 167, 0.3);
}

.continue-button:hover {
  background-color: #0800FF;
  box-shadow: 0 8px 20px rgba(40, 55, 167, 0.4);
}

.continue-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}


@media (max-width: 768px) {
  .salaries-section {
    padding: 0rem 5%;
  }

  .salaries-title {
    font-size: 1.8rem;
  }

  .salary-cards-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .salary-card-full {
    grid-column: auto;
  }
}

@media (max-width: 992px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .how-it-works-section {
    padding: 3rem 5%;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}

.animate-slide-up {
  animation: slideUp 0.8s ease-out forwards;
}

.logo.animate-fade-in {
  animation-delay: 0.2s;
}

h1.animate-slide-up {
  animation-delay: 0.4s;
}

p.animate-slide-up {
  animation-delay: 0.6s;
}

.cta-button.animate-fade-in {
  animation-delay: 0.8s;
}

.animate-fade-in,
.animate-slide-up {
  opacity: 0;
}

@media (max-width: 992px) {
  .hero-section {
    background-position: 29% center;
  }

  h1 {
    font-size: 2.5rem;
  }

  .info-container {
    flex-direction: column;
    text-align: center;
    gap: 3rem;
  }

  .info-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    justify-content: center;
    text-align: center;
    padding: 6rem 5% 1rem;
    background-image: url('../images/pessoa-mobile.webp');
    background-size: 100%;
    background-position: top center;
  }

  .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90%;
  }

  h1 {
    font-size: 1.9rem;
  }

  p {
    font-size: 0.99rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-button {
    padding: 11px 30px;
    font-size: 1.1rem;
  }

  .empresa-logo {
    width: 150px;
    padding: 0 15px;
  }

  .info-section {
    padding: 2rem 5%;
  }

  .info-title {
    font-size: 1.7rem;
  }

  .info-icon-col {
    display: none;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .salaries-section {
    padding: 1rem 5%;
  }

  .salaries-title {
    font-size: 1.8rem;
  }

  .salary-cards-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .salary-card-full {
    grid-column: auto;
  }

  .signup-title {
    font-size: 1.8rem;
  }

  .signup-section {
    padding: 1rem 1%;
  }

}

.site-footer {
  background-color: #f8f9fa;
  color: #6c757d;
  padding: 4rem 10% 2rem;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
}

.footer-about,
.footer-links {
  flex: 1;
  min-width: 220px;
}

.footer-about h3 {
  font-size: 1.5rem;
  color: #343a40;
  margin-bottom: 1rem;
}

.footer-about p {
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 300px;
  color: #6c757d;
}

.footer-links h4 {
  font-size: 1rem;
  color: #343a40;
  margin-bottom: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links a:hover {
  color: #0800FF;
  padding-left: 5px;
}

.footer-disclaimer {
  padding: 0;
  border-bottom: 1px solid #e9ecef;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-disclaimer p {
  font-size: 0.8rem;
  color: #adb5bd;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.footer-disclaimer p:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  display: flex;
  justify-content: center;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: #adb5bd;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-about p {
    margin: 0 auto 1.5rem auto;
  }
}