     /* Fonte padrão e fundo */
     body {
        font-family: 'GeistSans', 'GeistSans Fallback', sans-serif;
      }
      
      html {
  scroll-padding-top: 85px; /* Ajuste conforme a altura do navbar */
}

  
       /* Seção Hero psicólogo */
      .hero{
        background: linear-gradient(90deg, rgba(99, 102, 241, 0.1), #f3e8ff);
      }
      .lead{
        color: #6b7280;
      }
      .btn-cta-hero{
        background-color: #4c53de;
        border-radius: 8px;
        border: none;
        padding: 10px;
        transition: all 0.3s ease;
      }
      
      .btn-cta-hero:hover {
        background-color: #4c53de;
        border: none;
        transform: scale(1.05); 
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
      }
      
      .btn-about-hero{
        background-color: #fff;
        color: #4c53de;
        border: solid 1px  #4c53de;
        border-radius: 8px;
        padding: 10px;
        transition: all 0.3s ease;
      }
      .btn-about-hero:hover {
  background-color: #fff;
  color: #4c53da;
  border: solid 1px #4c53da;
  transform: scale(1.05); /* Aumenta o botão ligeiramente */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Adiciona uma sombra suave */
}
      .img-hero {
        width: 90% !important; 
        max-width: 350px; 
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
      }
  
       /* Ajuste para telas maiores (desktop) */
       @media (min-width: 768px) {
      .img-hero {
        width: 100% !important; 
        max-width: 519px !important;
        }
      }
      
      
      .features-title {
        color: #4c53de;
        font-size: 32px;
      }
      .features-subtitle{
          font-size: 20px!important;
          max-width: 650px;
      }
      .features h2 {
          font-size: 24px;
      }
      .features p {
          font-size: 18px;
          color: #71717A;
      }
     .icon-terappy {
        color: #4c53de;
      }
      .card {
        border: 2px solid #00000010;
        border-radius: 18px;
        transition: border 0.3s ease;
      }
      .card:hover {
        border: 2px solid #4c53de !important;
      }
  
      
      .how-it-works {
        text-align: center;
        padding: 60px 20px;
        background-color: #f8f9fa;
      }
      .how-it-works h1 {
        font-size: 32px;
        font-weight: bold;
        color: #000;
      }
      .how-it-works-subtitle {
        font-size: 20px!important;
        color: #6b7280;
      }
      .how-it-works p {
        font-size: 18px;
        color: #6b7280;
      }
      .step {
        text-align: center;
        padding: 20px;
      }
      .step-number {
        width: 60px;
        height: 60px;
        background-color: #e0e1ff;
        color: #4c53de;
        font-size: 24px;
        font-weight: bold;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
      }
      .step h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
      }
      .step p {
        font-size: 16px;
        color: #6b7280;
      }
  
      /* Card da seção Como fazer Parte (sufixo -join-us) */
      .card-section-join-us {
        width: 95%;
        background: linear-gradient(90deg, rgba(99, 102, 241, 0.1), #f3e8ff);
        border-radius: 10px;
        padding: 60px 40px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      }
      .card-section-join-us h2 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
      }
      .card-section-join-us p {
        font-size: 18px;
        margin-bottom: 20px;
        color: #374151;
      }
      .card-section-join-us ul {
        font-size: 16px;
        margin-bottom: 20px;
      }
      .card-section-join-us ul li {
        margin-bottom: 10px;
      }
      .card-section-join-us ul li .iconify {
        color: #6c5ce7;
        font-size: 1.5rem;
        margin-right: 10px;
      }
      .btn-custom-join-us {
        background-color: #6c5ce7;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        text-decoration: none;
        height: 44px!important;
        width: 227px!important;
      }
      .btn-custom-join-us:hover {
        background-color: #574dcf;
        color: #fff;
      }
      /* Coluna da imagem com sufixo */
      .image-column-join-us {
        border-radius: 10px;
      }
      .image-column-join-us img {
        max-width: 100%;
        height: auto;
        border: solid 2px #574dcf;
        border-radius: 20px;
        background-color: #f3e8ff;
        box-shadow: 0 6px 8px rgba(0,0,0,0.3);
      }


      /* Estilização da seção de avaliações */
.testimonials-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.testimonials-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.testimonials-section-subtitle {
    font-size: 18px!important;
}

.testimonials-section p {
    font-size: 16px;
    margin-bottom: 40px;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
}

.stars {
    font-size: 25px;
    color: #FFC107;
    margin-bottom: 10px;
}

.testimonial-text {
    font-style: italic;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.author-image img{
    width: 100%;
    height: auto;
}

.testimonial-author strong {
    font-size: 16px;
}

.testimonial-author span {
    font-size: 14px;
    color: #777;
}
@media (max-width: 768px) {
    .testimonial-card {
        margin-bottom: 20px;
    }
}

        /* Seção de Perguntas frequentes */
        .faq {
            background: linear-gradient(90deg, rgba(99, 102, 241, 0.1), #f3e8ff)!important;
        }
        .accordion-button {
            background: linear-gradient(90deg, rgba(99, 102, 241, 0.1), #f3e8ff); 
            color: #454242;            
            border: none;          
            transition: background-color 0.3s, color 0.3s;
          }
          
          /* Força a cor da seta para branco em ambos os estados (fechado e aberto) */
          .accordion-button::after {
            color: #454242;           
            filter: brightness(1) invert(0); 
          }
          
          /* Estilo para o botão do acordeão quando estiver aberto */
          .accordion-button:not(.collapsed) {
            background-color: #4c53de !important; /* Mantém o fundo azul quando aberto */
            color: white;              /* Mantém o texto branco quando aberto */
          }
          
          /* Remove a borda azul de foco padrão */
          .accordion-button:focus {
            outline: none;      /* Remove o contorno padrão de foco */
            box-shadow: none;   /* Remove qualquer sombra adicional */
          }


          /* Seção CTA final*/
.section-final-cta {
    background-color: #5a4bf2; 
  }

  .container-final-cta {
    max-width: 800px; 
  }
  
  .heading-final-cta {
    font-size: 28px;
  }
  
  .text-final-cta {
    font-size: 20px;
    line-height: 1.5;
  }
  
  .btn-final-cta {
    background-color: #ffffff;
    color: #5a4bf2;
    border: none;         
    border-radius: 6px;
    font-weight: 600;
    padding: 12px 24px;  
    transition: background-color 0.3s ease;
    text-decoration: none; 
  }
  
  .btn-final-cta:hover {
    background-color: #f0f0f0;
  }
  
  /* Responsividade adicional */
  @media (max-width: 768px) {
    .heading-final-cta {
      font-size: 30px;
    }
  
    .text-final-cta {
      font-size: 18px;
    }
  
    .btn-final-cta {
      font-size: 18px;
      padding: 16px 30px;
    }
  }  