 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
}

::selection {
    background-color: #38bdf8;
    color: #000000;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
    color: #f0f0f0;
    line-height: 1.6;
    overflow-x: hidden;
}


::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #0a0a0a;
}
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 5px;
    border: 1px solid #000;
}
::-webkit-scrollbar-thumb:hover {
    background: #38bdf8;
}


@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-load {
    animation: fadeInUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    50% { transform: rotate(10deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}


header {
    text-align: center;
    padding: 60px 20px 80px 20px;
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
    border-bottom: 1px solid #38bdf8;
    box-shadow: 0 4px 30px rgba(56, 189, 248, 0.1);
}

h1 {
    font-size: 2.6rem;
    color: #ffffff;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tagline {
    font-size: 1.1rem;
    color: #38bdf8;
    margin-bottom: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* REDES SOCIAIS */
.social-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.social-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.05rem;
    padding: 8px 15px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.social-links a:hover {
    transform: translateY(-3px);
    color: #38bdf8;
    background-color: transparent;
}

.social-links a:active {
    transform: translateY(2px) !important;
    filter: brightness(0.9);
}

.social-links a:hover .service-icon {
    animation: wiggle 0.5s ease-in-out;
}


.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 35px;
    background-color: transparent;
    color: #38bdf8;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #38bdf8;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
    box-shadow: 0 0 10px rgba(56, 189, 248, 0.2);
    cursor: pointer;
}

.cta-button:hover {
    background-color: #38bdf8;
    color: #000000;
    box-shadow: 0 0 30px rgba(56, 189, 248, 0.8);
    transform: translateY(-2px);
}

.cta-button:active {
    transform: translateY(2px) !important;
    box-shadow: 0 0 5px rgba(56, 189, 248, 0.4) !important;
    filter: brightness(0.9);
}

.cta-button:hover .service-icon {
    animation: wiggle 0.5s ease-in-out;
}


section {
    padding: 60px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: #ffffff;
    border-left: 5px solid #38bdf8;
    display: inline-block;
    padding-left: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

strong {
    color: #ffffff;
}


.bio-text {
    text-align: center; 
    max-width: 800px; 
    margin: 0 auto 40px auto; 
    color: #d4d4d4; 
    font-size: 1.05rem;
    line-height: 1.8;
}

.education {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 40px;
}

.layout-lado-a-lado {
    display: flex;
    align-items: center;
    gap: 20px;
}

.coluna-foto {
    flex: 1;
    max-width: 400px;
}

.image-wrapper {
    width: 100%;
    height: auto; 
    min-height: 500px; 
}

.foto-vertical {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    border-radius: 0;
    display: block;
}

.coluna-lista {
    flex: 1.3;
    padding-left: 30px;
}

.education-title {
    color: #ffffff; 
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 2px;
    font-weight: 700;
    border: none; 
}


.education-item {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1a1a1a; 
    cursor: pointer;
    transition: transform 0.2s ease;
}

.education-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.education-item:hover {
    transform: translateX(10px);
}

.education-item:hover .service-icon {
    animation: wiggle 0.5s ease-in-out;
}

.education-item h4 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}

.education-item span {
    color: #a0a0a0;
    font-size: 0.95rem;
    display: block;
    margin-left: 45px;
    line-height: 1.5;
    text-align: left;
}


.service-icon {
    width: 28px;
    height: 28px;
    margin-right: 0;
    vertical-align: middle;
    transform-origin: center;
    transition: transform 0.3s ease;
}

.icon-suporte { filter: invert(28%) sepia(92%) saturate(3576%) hue-rotate(276deg) brightness(103%) contrast(117%) drop-shadow(0 0 5px #a855f7); }
.icon-word { filter: invert(56%) sepia(49%) saturate(4086%) hue-rotate(86deg) brightness(109%) contrast(119%) drop-shadow(0 0 5px #22c55e); }
.icon-web { filter: invert(79%) sepia(69%) saturate(498%) hue-rotate(175deg) brightness(101%) contrast(96%) drop-shadow(0 0 5px #38bdf8); }
.icon-negocio { filter: invert(78%) sepia(63%) saturate(3068%) hue-rotate(359deg) brightness(101%) contrast(106%) drop-shadow(0 0 5px #f59e0b); }
.icon-whatsapp { filter: invert(66%) sepia(61%) saturate(464%) hue-rotate(78deg) brightness(92%) contrast(88%) drop-shadow(0 0 5px #25D366); }
.icon-linkedin { filter: invert(33%) sepia(78%) saturate(2975%) hue-rotate(198deg) brightness(96%) contrast(93%) drop-shadow(0 0 5px #0077b5); width: 32px; height: 32px; }
.icon-github { filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%) drop-shadow(0 0 5px #ffffff); width: 32px; height: 32px; }
.icon-email { filter: invert(19%) sepia(88%) saturate(7483%) hue-rotate(357deg) brightness(103%) contrast(114%) drop-shadow(0 0 5px #ff0000); }


.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    padding: 20px 0;
}

.card {
    position: relative;
    background-color: #0a0a0a;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #1a1a1a;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.4s ease, box-shadow 0.4s ease;
    z-index: 1;
    cursor: pointer;
}


.card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    filter: blur(20px);
    transition: all 0.4s ease;
    z-index: -1;
}


.card-service-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.card h3 {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 1.25rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.card p {
    color: #a0a0a0;
    font-size: 0.95rem;
    line-height: 1.5;
    transition: color 0.3s ease;
}


.card:active {
    transform: scale(0.98) translateY(2px) !important;
    transition: all 0.1s ease;
}

.card:hover::before, 
.card:active::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
}

.card:hover p, 
.card:active p { 
    color: #ffffff; 
}


.icon-slides-card { filter: invert(78%) sepia(63%) saturate(3068%) hue-rotate(359deg) brightness(101%) contrast(106%); }

.card-orange:hover, .card-orange:active {
    border-color: #f59e0b;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.3) !important;
}
.card-orange::before { background: radial-gradient(circle at center, rgba(245, 158, 11, 0.3) 0%, transparent 70%); }
.card-orange:hover h3, .card-orange:active h3 { color: #f59e0b; }

.card-orange:hover .icon-slides-card, 
.card-orange:active .icon-slides-card {
    filter: invert(78%) sepia(63%) saturate(3068%) hue-rotate(359deg) brightness(130%) contrast(106%) drop-shadow(0 0 8px rgba(245, 158, 11, 0.6));
    transform: scale(1.1) rotate(-5deg);
}



.icon-sites-card { filter: invert(79%) sepia(69%) saturate(498%) hue-rotate(175deg) brightness(101%) contrast(96%); }

.card-blue:hover, .card-blue:active {
    border-color: #38bdf8;
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.3) !important;
}
.card-blue::before { background: radial-gradient(circle at center, rgba(56, 189, 248, 0.3) 0%, transparent 70%); }
.card-blue:hover h3, .card-blue:active h3 { color: #38bdf8; }

.card-blue:hover .icon-sites-card, 
.card-blue:active .icon-sites-card {
    filter: invert(79%) sepia(69%) saturate(498%) hue-rotate(175deg) brightness(130%) contrast(96%) drop-shadow(0 0 8px rgba(56, 189, 248, 0.6));
    transform: scale(1.1) rotate(-5deg);
}



.icon-cv-card { filter: invert(28%) sepia(92%) saturate(3576%) hue-rotate(276deg) brightness(103%) contrast(117%); }

.card-purple:hover, .card-purple:active {
    border-color: #a855f7;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.3) !important;
}
.card-purple::before { background: radial-gradient(circle at center, rgba(168, 85, 247, 0.3) 0%, transparent 70%); }
.card-purple:hover h3, .card-purple:active h3 { color: #a855f7; }

.card-purple:hover .icon-cv-card, 
.card-purple:active .icon-cv-card {
    filter: invert(28%) sepia(92%) saturate(3576%) hue-rotate(276deg) brightness(130%) contrast(117%) drop-shadow(0 0 8px rgba(168, 85, 247, 0.6));
    transform: scale(1.1) rotate(-5deg);
}



.icon-planilha-card { filter: invert(56%) sepia(49%) saturate(4086%) hue-rotate(86deg) brightness(109%) contrast(119%); }

.card-green:hover, .card-green:active {
    border-color: #22c55e;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.3) !important;
}
.card-green::before { background: radial-gradient(circle at center, rgba(34, 197, 94, 0.3) 0%, transparent 70%); }
.card-green:hover h3, .card-green:active h3 { color: #22c55e; }

.card-green:hover .icon-planilha-card, 
.card-green:active .icon-planilha-card {
    filter: invert(56%) sepia(49%) saturate(4086%) hue-rotate(86deg) brightness(130%) contrast(119%) drop-shadow(0 0 8px rgba(34, 197, 94, 0.6));
    transform: scale(1.1) rotate(-5deg);
}


footer {
    text-align: center;
    padding: 40px 20px;
    background-color: #050505;
    border-top: 1px solid #111;
    margin-top: 60px;
    color: #555;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.6rem; }
    .tagline { font-size: 1rem; }
    
    .layout-lado-a-lado {
        flex-direction: column;
        gap: 30px;
    }
    
    .coluna-foto {
        width: 100%;
        max-width: 100%;
    }

    .coluna-lista {
        padding-left: 0;
    }
    
    .image-wrapper {
        min-height: auto;
    }

    .foto-vertical {
        object-position: top center;
        max-height: 400px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        padding: 0 10px;
    }
    
    .card {
        padding: 25px 20px;
    }
}