 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 
 body {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            background-color: #ffffff;
        }
        h1{
             font-family: "Montserrat", sans-serif !important;
        }

        /* Cores Customizadas */
        .text-brand { color: #a9a2d6; }
        .bg-purple { background-color: #c4bbf0; }
        .btn-purple {
            background-color: #c4bbf0;
            color: white;
            border: none;
            transition: 0.3s;
        }
        .btn-purple:hover {
            background-color: #a9a2d6;
            color: white;
        }
        .text-dark-gray { color: #5a5a5a; }

        /* Estilização da composição de imagens */
        .image-composition {
            position: relative;
            width: 100%;
            padding-bottom: 95%; /* Mantém a proporção quadrada/retangular */
        }

        .img-card {
            position: absolute;
            border-radius: 1.5rem;
            overflow: hidden;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }

        .img-card img {
            width: 90%;
            height: auto;
            object-fit: cover;
        }

        /* Posições das imagens */
        .img-card-1 {
            top: 5%;
            left: 5%;
            width: 42%;
            height: 48%;
            background-color: #aed9e0;
        }

        .img-card-2 {
            top: 15%;
            right: 0;
            width: 48%;
            height: 52%;
            background-color: #b8b8ff;
        }

        .img-card-3 {
            bottom: 0;
            left: 15%;
            width: 52%;
            height: 42%;
            background-color: #95d5b2;
            z-index: 2;
        }

        /* Elementos Decorativos */
        .decoration {
            position: absolute;
            z-index: 3;
        }
        .dec-icon {
            top: 0;
            right: 20%;
            width: 50px;
            height: 50px;
            background-color: #aed9e0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }
        .dec-circles {
            top: 45%;
            right: 45%;
            background-color: #c4bbf0;
            border-radius: 20px;
            padding: 8px 15px;
            color: white;
            z-index: 3;
        }

        .hero{
            background: #F8F9FA;
        }

        .about-section{
            background-image: linear-gradient(-60deg, #ff5858 0%, #fcc116 100%);
            color: white !important;
        }
        
        /* Ajuste de tipografia para o título */
        

        @media (max-width: 991px) {
            .hero-title { font-size: 2.5rem; }
            .image-composition { margin-top: 3rem; }
        }

        /* Estilos específicos para a seção de Impacto */
    .impact-section {
        font-family: 'Inter', sans-serif;
        background-color: #ffffff;
    }
    
    .text-dark-gray { 
        color: #5a5a5a; 
    }
    
    .text-brand { 
        color: #a9a2d6; 
    }

    .impact-card {
        border-radius: 1.5rem;
        border: 1px solid #f0f0f0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .impact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.05) !important;
    }

    .card-img-wrapper {
        height: 220px;
        overflow: hidden;
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
    }

    .card-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .icon-overlap {
        width: 70px;
        height: 70px;
        background-color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        margin: -35px auto 0; /* Puxa o ícone para cima da imagem */
        position: relative;
        z-index: 2;
    }

    .view-link {
        color: #a9a2d6;
        text-decoration: none;
        transition: color 0.2s;
    }

    .view-link:hover {
        color: #8c84bf;
    }

    /* Estilos da Galeria de Fotos */
    .gallery-section {
        background: #F8F9FA;
    }

    .gallery-item {
        position: relative;
        border-radius: 1.2rem;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        cursor: pointer;
    }

    .gallery-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    /* Sobreposição Lilás */
    .gallery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(196, 187, 240, 0.85);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Efeitos de Hover */
    .gallery-item:hover .gallery-img {
        transform: scale(1.1);
    }

    .gallery-item:hover .gallery-overlay {
        opacity: 1;
    }

    .overlay-icon {
        color: white;
        margin-bottom: 10px;
    }
    
    .overlay-text {
        color: white;
        font-weight: 600;
        font-size: 1.1rem;
        transform: translateY(15px);
        transition: transform 0.3s ease;
    }

    .gallery-item:hover .overlay-text {
        transform: translateY(0);
    }

    /* Escurece o fundo do modal do Lightbox para destacar a foto */
    .modal-backdrop.show {
        opacity: 0.85;
    }

    /* Estilos específicos para a seção de Projetos */
    .projects-section {
        background-color: #fff; /* Fundo levemente cinza para destacar os cards brancos */
        font-family: 'Inter', sans-serif;
    }

    .projects-section h2, 
    .projects-section h5 {
        font-family: 'Montserrat', sans-serif;
    }

    .project-card {
        background: #F8F9FA;
        border-radius: 1rem;
        transition: all 0.3s ease;
        border: 1px solid rgba(0,0,0,0.03);
        box-shadow: 0 4px 10px rgba(0,0,0,0.02);
        cursor: default;
    }

    /* Efeito de destaque ao passar o mouse (hover) */
    .project-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        border-color: rgba(0,0,0,0.05);
    }

    /* Ícone circular no topo do card */
    .project-icon-wrapper {
        width: 70px;
        height: 70px;
        background-color: #fcc116; /* Fundo lilás bem clarinho */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        transition: transform 0.3s ease;
    }

    .project-card:hover .project-icon-wrapper {
        transform: scale(1.1);
    }

    .text-dark-gray { color: #5a5a5a; }

    .box-instagram-hope{
        background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 50px;
    border-radius: 30px;
    color: white;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    }
    .box-instagram-judo{
        background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
    padding: 50px;
    border-radius: 30px;
    color: white;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    }

    .text-gold{
        color: #fcc116;
        font-weight: bold;
    }

    .box-instagram-judo:hover{
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        border-color: rgba(0,0,0,0.05);
    }
     .box-instagram-hope:hover{
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        border-color: rgba(0,0,0,0.05);
    }

    /* Estilos do Footer */
    .site-footer {
        background-color: #0F172A; /* Azul escuro corporativo / Quase preto */
        color: #f8f9fa;
        font-family: 'Inter', sans-serif;
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .site-footer h4, 
    .site-footer h5 {
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        font-weight: 700;
    }

    .footer-text {
        color: #94a3b8; /* Cinza claro para textos longos */
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .footer-link {
        color: #94a3b8;
        text-decoration: none;
        transition: color 0.3s ease;
        font-size: 0.95rem;
        display: block;
        margin-bottom: 0.75rem;
    }

    .footer-link:hover {
        color: #c4bbf0; /* Lilás da marca no hover */
    }

    .contact-info-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 1rem;
    }

    .contact-icon {
        color: #c4bbf0;
        margin-top: 3px;
    }

    .cnpj-badge {
        display: inline-block;
        background-color: rgba(196, 187, 240, 0.1);
        border: 1px solid rgba(196, 187, 240, 0.3);
        color: #c4bbf0;
        padding: 6px 12px;
        border-radius: 6px;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-top: 1rem;
    }

    .footer-divider {
        border-color: rgba(255, 255, 255, 0.1);
        margin: 2.5rem 0 1.5rem;
    }

    .social-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.05);
        color: #ffffff;
        transition: all 0.3s ease;
        margin-right: 8px;
    }

    .social-btn:hover {
        background-color: #c4bbf0;
        color: #0F172A;
    }