/* Default font para todos os textos */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Hero Section */
#hero h1 {
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 61px;
  line-height: 67px;
  color: #fff;
  animation: fadeInUp 1s ease-out forwards;
}
#hero p {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  color: #fff;
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 0.3s;
}
#hero {
  min-height: 100vh;
  position: relative;
  background: url('/assets/img/hero-background.webp') no-repeat center center;
  background-size: cover;
}
#hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 800;
}
#hero .container {
  position: relative;
  z-index: 850;
}

/* Navbar */
nav.navbar {
  z-index: 1000;
}

/* Cards (que sobresaiem do hero) */
.cards-overlay {
  /* Removido posicionamento absoluto para a nova estrutura */
  z-index: 900;
  position: relative;
  width: 100%;
}
.cards-overlay .card {
  border-radius: 10px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
  max-width: 350px;
  margin: 0 auto;
  animation: fadeInUp 1.2s ease-out forwards;
}

/* Media query consolidada para telas com largura até 768px */
@media (max-width: 768px) {
  /* Ajustes para o Hero */
  #hero {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    padding-top: 125px;
    padding-bottom: 60px;
  }
  #hero h1 {
    font-size: 40px;
    line-height: 45px;
  }
  #hero p {
    font-size: 18px;
    line-height: 24px;
  }
  #hero img {
    max-width: 80%;
  }
  
  /* Ajustes para os cards */
  .cards-overlay {
    position: static !important;
    margin-top: 20px;
  }
  
  /* Navbar: garante que o ícone toggle fique branco */
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  
  /* Seção dos Cards (ajustado para mobile) */
  #cards {
    margin-top: 20px;
  }
}

/* Botão customizado */
.btn-custom {
  background-color: #fff;
  color: #26458D;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  border: none;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
}
.btn-custom:hover {
  background-color: #e9ecef;
  color: #26458D;
}

/* Countdown styling */
#countdown {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 65px;
  line-height: 60px;
  color: #fff;
}
.counter-label {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

/* Ajustes gerais dos cards */
.card-body {
  padding: 35px;
}
.cards-overlay .card .card-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: rgb(58, 58, 58);
  font-size: 26px;
  line-height: 34px;
  margin-top: 10px;
}
.cards-overlay .card .card-text {
  color: #000;
  font-size: 16px;
}

/* Elementor icon boxes (caso utilizado) */
.elementor-icon-box-content h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: rgb(58, 58, 58);
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 0.5rem;
}
.elementor-icon-box-icon i {
  font-size: 2.7rem;
  color: #26458D;
}

/* Seção FAQ */
#faq {
  margin-top: 30px;
}
#faq h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 39px;
  line-height: 51px;
  color: rgb(64, 84, 178);
  text-transform: uppercase;
}
#faq h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgb(58, 58, 58);
}

/* Seção Avaliações dos Clientes */
#avaliacoes {
  background-color: #EEEEEE !important;
}
#avaliacoes h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 39px;
  line-height: 51px;
  color: rgb(64, 84, 178);
  text-transform: uppercase;
}

/* Footer */
footer {
  background-color: #0C0B28;
}
footer a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgb(58, 58, 58) !important;
  text-decoration: none;
}

/* Footer headings (texto principal das colunas do footer) */
footer h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgb(255, 255, 255) !important;
}

/* Copyright text styling */
footer + div small {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: rgb(75,79,88) !important;
}

/* New Cards Section - Overposição do hero no desktop */
#cards {
  background: transparent;
  position: relative;
  z-index: 900;
  margin-top: -75px; /* Efeito de sobreposição no desktop */
}

@media (max-width: 768px) {
  #cards {
    margin-top: 20px; /* Fluxo natural no mobile */
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
} 