@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {

    background-color: rgba(240, 240, 255, 0.9);
    /* Um fundo mais claro */
}

.primeiraparte {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 200px;
    flex-wrap: wrap;
}


.textoInicio h1 {
    color: rgb(10, 10, 56);
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 50px;
}

.gradient-text {
    background: linear-gradient(90deg, rgb(209, 74, 146), #6b4eeb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.textoInicio h2 {
    color: rgb(54, 54, 58);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.textoInicio p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
}

.textoInicio {
    line-height: 1.8;
    flex: 1;
    padding-right: 30px;
}



.buttons {
    display: flex;
    gap: 16px;
}

.btn {
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.butn {
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.butn-outline {
    background: transparent;
    color: #ffffff;
    border: 1.5px solid #ddd;
    font-weight: 600;
}
.butn-outline:hover {
    background: #f5f5f5;
    color: #0b1120;
}
.btn:hover {
    transform: scale(1.05);
    /* Um efeito de zoom para tornar os botões mais dinâmicos */
}

/* Botão principal */
.btn-primary {
    background: linear-gradient(90deg, rgb(192, 31, 117), #6d53e0);
    color: #fff;
    border: none;
}

.btn-primary:hover {
    opacity: 0.85;
}

/* Botão outline */
.btn-outline {
    background: transparent;
    color: #000;
    border: 1.5px solid #ddd;
}

.btn-outline:hover {
    background: #f5f5f5;
}


.imagemAna {
    width: 650px;
    max-width: 100%;
        border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}



@media (max-width: 768px) {
    .primeiraparte {
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
         display: flex;
    }
    .imagemInicio {
        order: -1; /* sobe a imagem */
        margin-bottom: 25px;
    }

    .textoInicio h1 {
        font-size: 36px;
    }

    .textoInicio h2 {
        font-size: 24px;
    }

    .textoInicio p {
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
        max-width: 100%;
    }

    .imagemAna {
        width: 80%;
        margin-top: 20px;
    }
    
    .buttons {
        flex-direction: column;
        gap: 12px;
    }

    .btn {
        padding: 10px 24px;
    }
}

/* Para tablets (telas entre 768px e 1024px) */
@media (max-width: 1024px) and (min-width: 769px) {
    .primeiraparte {
        padding: 40px 50px;
    }

    .textoInicio h1 {
        font-size: 48px;
    }

    .textoInicio h2 {
        font-size: 28px;
    }

    .imagemAna {
        width: 380px;
        /* A imagem fica um pouco menor em tablets */
    }
}

.btn {
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

/* Responsividade para os botões */
@media (max-width: 768px) {
   .primeiraparte {
        flex-direction: column;
        padding: 40px 24px;
        text-align: center;
        gap: 30px;
    }

    .textoInicio {
        padding-right: 0;
    }

    .textoInicio h1 {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -1px;
    }

    .textoInicio h2 {
        font-size: 20px;
        margin-top: 10px;
    }

    .textoInicio p {
        font-size: 15px;
        line-height: 1.7;
        text-align: center; /* tira o justify */
        max-width: 320px;
        margin: 0 auto;
         color: #4b5563;
    }

    .buttons {
        flex-direction: column;
        width: 100%;
        gap: 14px;
        margin-top: 15px;
    }

    .btn {
        width: 100%;
        padding: 14px;
        font-size: 16px;
    }

    .imagemSobre{
        max-width: 100%;
    }
    .imagemAna {
        width: 420px;
        margin-top: 10px;
        
}
}




/* ====== IMAGEM ====== */
.imagemSobre img {
    width: 520px;
    border-radius: 18px;
    object-fit: cover; 
    
    padding: 90px 50% ;
}
.segundaparte{
    display: flex;
    justify-content: space-between;
    gap: 20%;
    background-color: white;
    
}
.textoSobre {
    line-height: 1.8;
    flex: 1;
    padding-right: 30px;
}

.textoSobre h1 {
    color: rgb(10, 10, 56);
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 52px;
     letter-spacing: -1px;
}




.textoSobre p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    max-width: 600px;
}






/* Tablets */
@media (max-width: 1024px) {
    .segundaparte {
        padding: 60px 80px;
        background-color: white;
    }

    .imagemSobre img {
        width: 360px;
    }
}

/* Mobile */
@media (max-width: 768px) {
   .segundaparte {
        flex-direction: column;
        padding: 60px 24px;
        text-align: center;
        gap: 30px;
        background-color: white;
        max-width: 100%;
    }
.imagemSobre img{
    padding: 0;
}
    .textoSobre {
        padding-right: 0;
    }

    .textoSobre h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .textoSobre p {
        font-size: 15px;
        line-height: 1.8;
        max-width: 340px;
        margin: 0 auto 20px;
        text-align: center;
    }
 
}

/* Mobile pequeno */
@media (max-width: 480px) {
    .textoSobre h1 {
        font-size: 30px;
    }

    .card h3 {
        font-size: 24px;
    }
}


/* terceira parte */

/* Seção inteira */
.terceiraparte {
    background: linear-gradient(180deg, #f6f8ff 0%, #fbf3ff 100%);
    padding: 80px 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
}

/* Título principal */
.terceiraparte h1 {
    font-size: 42px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.terceiraparte h1 span {
    color: #d946ef;
}

/* Subtítulo */
.terceiraparte p {
    font-size: 16px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto 60px;
}

/* Container central */
.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Grid dos cards */
.skills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* Card individual */
.skill-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 28px;
    text-align: left;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skill-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.12);
}

/* Ícone */
.skill-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ec4899, #a855f7);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* Título do card */
.skill-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

/* Estilizando o quadrado roxo */
.skill-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #a855f7, #ec4899); /* Degradê roxo da imagem */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

/* Estilizando o ícone dentro do quadrado */
.skill-icon i {
    color: white;
    font-size: 24px;
}

/* Garante que o card alinhe tudo à esquerda ou centro conforme sua imagem */
.skill-card {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
/* Descrição */
.skill-description {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* Responsividade */
@media (max-width: 1024px) {
    .skills-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .skills-grid {
        grid-template-columns: 1fr;
    }

    section h1 {
        font-size: 32px;
    }
}

/* Seção Principal */
.quartaparte {
    background: #ffffff;
    padding: 80px 20px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.destaque-rosa {
    color: #ec4899; /* Cor rosa do exemplo */
}

.quartaparte h1 {
    color: rgb(10, 10, 56);
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 50px;
}

.quartaparte > p {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 50px;
}

/* Container de Cards */
.container-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Estilo do Card */
.card-projeto {
    background: #ffffff;
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.3s ease;
}

.card-projeto:hover {
    transform: translateY(-5px);
}

.capa-projeto {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.capa-projeto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conteudo-card {
    padding: 25px;
}

.conteudo-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #111827;
}

.descricao {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    height: 60px; /* Mantém altura padrão */
    margin-bottom: 20px;
}

/* Tags de Tecnologia */
.tags {
    margin-bottom: 25px;
}

.tags span {
    display: inline-block;
    background: #f3e8ff;
    color: #a855f7;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 20px;
    margin-right: 8px;
}

/* Botões */
.botoes-card {
    display: flex;
    gap: 15px;
}

.botoes-card a {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-site {
    background: linear-gradient(90deg, #ec4899, #a855f7);
    color: white !important;
}

.btn-github {
    background: white;
    color: #374151;
    border: 1px solid #d1d5db;
}

.btn-github:hover {
    background: #f9fafb;
}

.btn-site:hover {
    opacity: 0.9;
}
/* --- Estilos Gerais --- */
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    /* Evita barra de rolagem horizontal */
}

/* --- QUINTA PARTE (Seção Roxa) --- */
.partecinco {
    background:linear-gradient(90deg, rgb(209, 74, 146), #6b4eeb);;
    padding: 60px 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
}

.container-flex {
    display: flex;
    max-width: 1200px;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    /* Permite que os itens "quebrem" para a linha de baixo */
}

.conteudo-texto {
    flex: 1;
    min-width: 300px;
    /* Garante que o texto não fique muito esmagado */
    color: white;
    font-family: "Poppins", sans-serif;
}

.conteudo-texto h1 {
   /* color: rgb(10, 10, 56);*/
   color: white;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
}

.botãocinco {
    background-color: white;
    color: #a855f7;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.3s;
}

.imagem-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
}

.imagem-container img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

/* --- RODAPÉ (Seção Escura) --- */
.rodape {
    background-color: #0b1120;
    color: white;
    padding: 50px 5% 20px;
     font-family: "Poppins" sans-serif;
}



.footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-col h3 {
    color: #d946ef;
    margin-bottom: 15px;
}

#gradient-text {
    background: linear-gradient(90deg, rgb(209, 74, 146), #6b4eeb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-col li {
    list-style: none;
    margin-bottom: 8px;
    color: #94a3b8;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons button {
    background: transparent;
    border: 1px solid #1e293b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s;
}

.social-icons button:hover {
    background: #d946ef;
}

/* Remove as bolinhas da lista de links rápidos */
.rodape ul,
.rodape li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Remove o sublinhado e a cor azul padrão dos links */
.rodape a {
    text-decoration: none;
    /* Tira o sublinhado */
    color: #94a3b8;
    /* Define a cor cinza clara vista na imagem */
    transition: 0.3s;
}

/* Efeito ao passar o mouse para melhorar a experiência */
.rodape a:hover {
    color: #ffffff;
}

/* Ajustes de Alinhamento para Responsividade */
@media (max-width: 768px) {

    .partecinco,
    .rodape {
        text-align: center;
        /* Centraliza o texto no celular */
    }

    
    .container-cinco,
    .footer-grid {
        flex-direction: column;
        /* Empilha os elementos verticalmente */
        align-items: center;
    }

    .social-icons {
        justify-content: center;
        /* Centraliza os ícones sociais */
    }

    .imagem-container {
        width: 100%;
        max-width: 400px;
        /* Evita que a imagem fique gigante no mobile */
    }
}

/* --- MEDIA QUERIES (Ajustes para Celular) --- */
@media (max-width: 768px) {
    .container-flex {
        flex-direction: column;
        /* Empilha o texto em cima da imagem */
        text-align: center;
    }

.conteudo-texto h1{
    font-size: 26px;
      line-height: 1.2;
    letter-spacing: -1px;
    max-width: 700px;
    margin: 0 auto 20px;
}
    .footer-grid {
        flex-direction: column;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .imagem-container {
        order: -1;
        /* Opcional: faz a imagem aparecer ANTES do texto no celular */
    }
}

.icon-btn {
    text-decoration: none;
    color: #333; /* Cor do ícone */
    font-size: 24px; /* Tamanho do ícone */
    margin: 0 10px;
    transition: color 0.3s;
}

.icon-btn:hover {
    color: #007bff; /* Cor ao passar o mouse */
}