@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --azul: #34459b;
    --azul-2: #385a9b;
    --azul-3: #3c61b0;
    --azul-4: #4b82c2;
    --azul-5: #4b82c2;

    --preto: #000;
    --preto-2: #020202;
    --preto-3: #1d1d1d;
    --preto-4: #0f172a;

    --branco: #ffffff;

}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html {
    scroll-behavior: smooth;
}




.cta-button {
    background-color: ;
    color: var(--branco);
    padding: 10px 4%;
    width: fit-content;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 1px 3px 1px var(--azul-5);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;  
    background: linear-gradient(to left, #34459b, rgb(71, 240, 71));
}


main {
    background: var(--preto-4);
}
section {
  max-width: 1100px;
  margin: 0 auto;
}
.hero {
  position: relative;
  padding: 10px 4%;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  color: var(--branco);
  text-align: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75); /* sombra escura com opacidade */
  z-index: 0;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero h1 {
    max-width: 1000px;
    font-size: 1.9rem;
    font-weight: bold;
    background: linear-gradient(to right, #cef29e, #00ff9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero p {
    max-width: 1000px;
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(to left, #fff, #cef29e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero span {
    font-size: 6rem;
    font-weight: bold;
    background: linear-gradient(to left, #fff, rgb(71, 231, 71));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-box p {
    background: linear-gradient(to left, #fff, rgb(71, 231, 71));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-box {
    line-height: 1;
    
   
}
/*Fim da Hero - Inicio da Promisse*/
.promisse {
  background-color: var(--branco);
  padding: 20px;
  overflow: hidden;
}

.promisse-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.promisse-carousel::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.carrossel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.carrossel::-webkit-scrollbar {
  display: none;
}
.p-box {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background-color: var(--azul);
  color: var(--branco);
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 3px 5px 3px #1d1d1d;
}
.p-box i {
    font-size: 52px;
}
/*Fim da promisse - inicio dos planos residenciais*/
.plano {
    color: var(--branco);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.plano h2 {
  margin-top: 20px;
  line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(to right, #fff, rgb(71, 240, 71));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    
}
.plano .p {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    background: linear-gradient(to right, #3367d6, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.planos-container {
    display: flex;
    justify-content: space-around;
    padding-left: 20px;
}
.left-title {
  text-align: left;
  padding-left: 20px;
  font-size: 2rem;
  text-transform: uppercase;
}
.plano-box {
    background-color: var(--branco);
    color: var(--azul);
    padding: 10px;
    width: 400px;
    border-radius: 12px;
    box-shadow: 3px 5px 3px #34459b;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: left;
}
.plano-box h3 {
    font-size: 2rem;
    background-color: gold;
    border-radius: 15px;
    padding: 2px;
    width: 100%;
    text-align: center;
    box-shadow: 1px 3px 1px #34459b;
    line-height: 1;
}

.plano-box p {
    font-size: 22px;
    padding-left: 30px;
    text-align: left;
    line-height: 1;
}
.plano-box span {
    font-size: 42px;
    font: bold;
    font-weight: 700;
}

.plano-box .cta-button {
    width: fit-content;
    padding: 10px;
    font-size: 100%;
    align-items: center;
    text-align: center;
}

.plano-lista {
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.plano-conteudo {
  display: flex;
  flex-direction: column;
}

.conteudos  {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 2rem;
}
.conteudos img {
  max-width: 30px;
  border-radius: 8px;
}
.plano-combo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  justify-content: flex-start;
  width: 100%;
  gap: 1rem;
}
.plano-combo strong {
  font-size: 30px;
}




.avaliacoes {
  background-color: #f8fafc;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.avaliacoes-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.avaliacoes h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #1e293b;
}

.avaliacoes-lista {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}

.avaliacao-card {
  background-color: white;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-align: left;
}

.avaliador {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.avatar-inicial {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #0f172a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1rem;
}

.estrelas {
  color: #facc15;
  font-size: 1rem;
}

.avaliacao-card p {
  color: #334155;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.avaliacao-card .data {
  font-size: 0.8rem;
  color: #94a3b8;
}

.btn-avaliar {
  background-color: #4285F4;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-avaliar:hover {
  background-color: #3367d6;
}



.garantia {
  background-color: #020202;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.garantia-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.garantia-texto {
  flex: 1;
}

.garantia-texto h2 {
  font-size: 2rem;
  color: rgb(71, 231, 71);
  margin-bottom: 20px;
}

.garantia-texto p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 15px;
}

.garantia-texto strong {
  color: rgb(71, 231, 71);
}

.garantia-img {
  flex: 1;
  text-align: center;
}

.garantia-img img {
  max-width: 280px;
  width: 100%;
  height: auto;
  object-fit: contain;
}



.faq {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.faq h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  color: #34459b;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 15px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s;
}

.faq-question:hover {
  color: #34459b;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 15px;
}

.faq-answer p {
  margin: 15px 0;
  color: #444;
}

.cta-final {
  background: linear-gradient(to left, #34459b, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: white;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.cta-container {
  max-width: 900px;
  margin: 0 auto;
}

.cta-final h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.cta-final p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #e2e8f0;
}

.cta-button-final {
  background-color: #00ff9d;
  color: #0f172a;
  padding: 15px 30px;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

.cta-button-final:hover {
  background-color: #00ff9d;
  color: #00ff9d;
  border: 2px solid #00ff9d;
}


.contato-social {
  background-color: #f8fafc;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.contato-container {
  max-width: 900px;
  margin: 0 auto;
}

.contato-social h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #34459b;
}

.contato-social p {
  color: #334155;
  font-size: 1rem;
  margin-bottom: 30px;
}

.contato-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.contato-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1e293b;
  font-size: 1rem;
}

.contato-item i {
  font-size: 1.2rem;
  color: #00ff9d;
}

.redes-sociais {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.social-icon {
  color: #34459b;
  font-size: 1.8rem;
  transition: 0.3s ease;
}

.social-icon:hover {
  color: #00ff9d;
  transform: scale(1.2);
}



@media screen and (max-width: 1020px) {
  
  .hero-box {
    width: 100%;
  }
  .hero-box span {
    font-size: 5rem;
  }
  .hero .cta-button {
    display: flex;
    align-items: center;
    font-size: 100%;
    padding: 7px;
    gap: 10px;
    justify-content: space-between;
  }
  .promisse {
    padding-left: 10px;
  }
  .planos-container {
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 20px;
    padding: 10px;
  }
  .left-title {
    text-align: left;
    padding-left: 10px;
    font-size: 1.5rem;
    text-transform: uppercase;
  }
  .p {
    padding: 10px;
    font-size: 1rem;
  }
  .plano-box {
    max-width: 300px;
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
  .plano-box h3 {
    line-height: 0.8;
    font-size: 2rem;
    padding: 5px;
  }
  .mesh {
    width: 100%;
    
  }
  .plano-box h4 {
    line-height: 1;
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .plano-box p {
    padding-left: 10px;
    text-align: left;
    line-height: 1;
  }
  .plano-lista li {
    display: flex;
    align-items: center;
  }
  .plano-lista li i {
    font-size: 30px;
    
  }
  .plano-box .cta-button {
    font-size: 13px;
    line-height: 1;
    max-width: 300px;
    text-align: center;
  }
  .conteudos {
    gap: 0.8rem;
  }
  
  .garantia {
    background-color: #020202;
  }
  .garantia-content {
    flex-direction: column;
    
  }
  .cta-final {
    padding: 10px;
    margin-bottom: 20px;
  }
  .cta-button-final {
    max-width: 100%;
    padding:10px;
  }
  .cta-container {
    max-width: 100%;
  }
  .contato-info {
    text-align: left;
    justify-content: left;
    
  }
}


