*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none;
    outline: none;
}

:root {
    /* Paleta de cores - azul */
    --blue-50: #F2F7F7;
    --blue-100: #E2EFF1;
    --blue-200: #C7E0E4;
    --blue-300: #91BEC6;
    --blue-400: #5796A2;
    --blue-500: #176B7A;
    --blue-600: #155F6D;
    --blue-700: #125563;
    --blue-800: #104B57;
    --blue-900: #0D3D47;

    /* Cores neutras */
    --gray-200: #E7E5E1;
    --gray-400: #667085;
    --graphite: #1F2933;
    --black: #2D3748;
    --white: #FAFAF8;
    --page-bg: #F1F3F5;

    /* Cores de estado */
    --error: #e63946;

    /* Sombras */
    --shadow-sm: 0 0.25rem 0.5rem rgba(31, 41, 51, 0.05);
    --shadow-md: 0 0.25rem 0.75rem rgba(23, 107, 122, 0.16);
    --shadow-lg: 0 0.5rem 1.5rem rgba(31, 41, 51, 0.10);

    /* Espaçamentos */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --spacing-2xl: 4rem;

    /* Tamanhos de fonte */
    --text-sm: 0.75rem;
    --text-base: 1rem;
    --text-lg: 1.25rem;
    --text-xl: 1.5rem;
    --text-2xl: 2rem;
    --text-3xl: 2.5rem;

    /* Bordas arredondadas */
    --radius-sm: 0.25rem;
    --radius-md: 0.5rem;
    --radius-lg: 1rem;
    --radius-xl: 2rem;
    --radius-full: 50%;

    /* Transição padrão */
    --transition-default: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--page-bg);
    line-height: 1.6;
    color: var(--black);
}

main {
    flex: 1;
}

.section-container {
    max-width: 70rem;
    margin: 0 auto;
    padding: var(--spacing-xl) var(--spacing-md);
    scroll-margin-top: 6rem;
}

.buttons-container {
    display: flex;
    gap: var(--spacing-sm);
}

.botao,
.botao-outline {
    display: inline-block;
    padding: 0.75rem 2rem;
    border: 0.15rem solid transparent;
    border-radius: var(--radius-md);
    font-size: var(--text-base);
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: var(--transition-default);
}

/* Botão primário */
.botao {
    border-color: #0F5363;
    background-color: #0F5363;
    color: var(--white);
}

.botao:hover {
    border-color: #0B4350;
    background-color: #0B4350;
}

/* Botão secundário */
.botao-outline {
    border-color: var(--blue-500);
    background-color: transparent;
    color: var(--blue-500);
}

.botao-outline:hover {
    border-color: var(--blue-500);
    background-color: var(--blue-500);
    color: var(--white);
    transform: translateY(-0.25rem);
}

/* Botões pequenos - projetos */
.botao.botao-sm,
.botao-outline.botao-sm {
    min-width: 6rem;
    padding: 0.25rem var(--spacing-sm);
    border-width: 0.125rem;
    border-radius: 0.25rem;
    font-size: var(--text-sm);
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 5rem;
    border-bottom: 0.25rem solid var(--gray-200);
    background-color: var(--graphite);
    box-shadow: var(--shadow-sm);
}

header a {
    font-weight: 600;
    color: var(--white);
    transition: color 0.3s ease;
}

header a:hover {
    color: var(--blue-300);
}

#titulo {
    font-size: var(--text-2xl);
    font-weight: 700;
}

.menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 70rem;
    height: 100%;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.menu-list {
    display: flex;
    gap: var(--spacing-lg);
    list-style: none;
}

.menu-list a {
    padding: var(--spacing-xs);
}


/* =================================================
   SWITCH DE TEMA
================================================= */

.theme-switch {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: var(--spacing-sm);

    border: none;
    background: transparent;

    cursor: pointer;
}

.theme-switch-track {
    position: relative;
    display: block;

    width: 3.2rem;
    height: 1.7rem;

    border-radius: 999px;

    background-color: var(--blue-200);

    transition: background-color 0.3s ease;
}

.theme-switch-thumb {
    position: absolute;

    top: 50%;
    left: 0.2rem;

    width: 1.3rem;
    height: 1.3rem;

    border-radius: var(--radius-full);

    background-color: var(--graphite);

    transform: translateY(-50%);

    transition:
        left 0.3s ease,
        background-color 0.3s ease;
}

/* Estado ativo do switch */
.theme-switch.active .theme-switch-track {
    background-color: var(--blue-500);
}

.theme-switch.active .theme-switch-thumb {
    left: 1.7rem;

    background-color: var(--white);
}

.hero-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--spacing-2xl);
    min-height: calc(100vh - 5rem);
    overflow: hidden;
}

/* Fundo interativo do Hero */
#hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* Mantém o conteúdo acima do fundo interativo */
.hero-content,
.hero-image {
    position: relative;
    z-index: 1;
}

.hero-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: var(--spacing-md);
}

.hero-content span {
    font-size: var(--text-xl);
    font-weight: 700;
}

.hero-content h1 {
    font-size: var(--text-3xl);
    font-weight: 700;
}

.hero-content p,
.about-content p,
.contact-info p {
    max-width: 30rem;

    margin-bottom: var(--spacing-md);

    font-size: var(--text-lg);
    line-height: 1.6;

    color: var(--gray-400);
}

.hero-image {
    display: flex;
    flex: 1;
    justify-content: center;
}

.hero-image img {
    width: 100%;
    max-width: 100%;
    border-radius: var(--radius-xl);
}

/* Animação flutuante da imagem */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1.25rem);
    }
}

.float-animation {
    animation: float 3s ease-in-out infinite;
}

/* =================================================
   CONTROLES DO CABEÇALHO
================================================= */

.header-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.2rem;
}

.control-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.control-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--white);
    font-size: 1.2rem;
    line-height: 1;
}

.header-controls .theme-switch {
    flex-shrink: 0;
    margin: 0;
}

/* =================================================
   ANIMAÇÃO DE ENTRADA DOS TEXTOS DO HERO
================================================= */

@keyframes textDrop {

    from {
        opacity: 0;
        transform: translateY(-80px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Saudação */
.hero-content > span {
    animation: textDrop 0.8s ease-out both;
}

/* Título */
.hero-content > h1 {
    animation: textDrop 0.8s ease-out 0.20s both;
}

/* Descrição */
.hero-content > p {
    animation: textDrop 0.8s ease-out 0.40s both;
}

/* =================================================
   SOBRE MIM
================================================= */

.about-container {
    display: grid;
    grid-template-columns: 18rem 1fr;
    align-items: center;
    gap: var(--spacing-2xl);

    margin: var(--spacing-2xl) auto;
    padding: var(--spacing-xl);

    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);

    background-color: var(--white);
    box-shadow: var(--shadow-sm);

    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}


/* Efeito discreto no card */
.about-container:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}


/* =================================================
   PERFIL
================================================= */

.about-profile {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 0;

    padding-right: var(--spacing-xl);
    border-right: 1px solid var(--gray-200);

    text-align: center;
}

/* Foto */
.about-image {
    width: 13.5rem;
    height: 13.5rem;
    margin-bottom: var(--spacing-xs);
}


.about-image img {
    width: 100%;
    height: 100%;

    border: 0.3rem solid var(--blue-500);
    border-radius: var(--radius-full);

    object-fit: cover;

    box-shadow: var(--shadow-md);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Efeito discreto na foto */
.about-image img:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-lg);
}


/* Nome */
.about-profile h3 {
    margin-bottom: 0.25rem;

    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--blue-900);
}

.about-role {
    margin-bottom: 0.7%;

    font-size: 0.95rem;
    font-weight: 600;
    color: var(--gray-400);
}

.soft-skills {
    width: 100%;
    margin-top: 0.5rem;
}

.soft-skills h4 {
    margin-bottom: 0.75rem;

    font-size: var(--text-base);
    font-weight: 700;
    color: var(--blue-800);
}


.soft-skills-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 0.6rem;
}


/* Tags das Soft Skills */
.soft-skill {
    padding: 0.5rem 0.8rem;

    border: 1px solid var(--blue-200);
    border-radius: var(--radius-md);

    background-color: var(--blue-50);

    font-size: 0.85rem;
    font-weight: 600;

    color: var(--blue-800);

    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


/* Efeito ao passar o mouse nas Soft Skills */
.soft-skill:hover {
    border-color: var(--blue-500);
    background-color: var(--blue-100);
    transform: translateY(-2px);
}


/* =================================================
   CONTEÚDO DO SOBRE
================================================= */

.about-content {
    min-width: 0;
    width: 100%;
}


.about-content h2 {
    margin-bottom: var(--spacing-md);

    font-size: var(--text-3xl);
    font-weight: 700;

    color: var(--blue-800);
}


.about-content p {
    width: 100%;
    max-width: none;

    margin-bottom: var(--spacing-sm);

    font-size: var(--text-lg);

    text-align: justify;

    color: var(--gray-400);
}


/* =================================================
   BOTÕES E DADOS DO GITHUB
================================================= */

.about-buttons-data {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    gap: var(--spacing-lg);

    margin-top: var(--spacing-lg);
}


.about-buttons-data .buttons-container {
    display: flex;
    gap: var(--spacing-sm);
}


.data-container {
    display: flex;
    align-items: center;

    gap: var(--spacing-lg);
}


.data-item {
    display: flex;
    flex-direction: column;
    align-items: center;

    min-width: 5rem;
}


.data-number {
    font-size: var(--text-xl);
    font-weight: 700;

    text-align: center;

    color: var(--blue-500);
}

.data-label {
    font-size: var(--text-base);
    text-align: center;
    color: var(--gray-400);
}

.projects-container {
    scroll-margin-top: 3rem;
    margin: var(--spacing-2xl) auto;
    text-align: center;
}

.projects-swiper {
    position: relative;
    width: 100%;
    padding: var(--spacing-sm) var(--spacing-xl) var(--spacing-xl);
    overflow: hidden;
}

.project-card {
    display: flex;
    flex-direction: column;

    height: 100%;
    min-height: 24rem;

    overflow: hidden;

    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);

    background-color: var(--white);
    box-shadow: var(--shadow-sm);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* Hover do card */
.project-image {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 9rem;

    background-color: var(--blue-50);
}


.project-image img {
    width: 5rem;
    height: 5rem;

    object-fit: contain;

    transition: transform 0.3s ease;
}


/* Pequeno destaque no ícone */
.project-card:hover .project-image img {
    transform: scale(1.06);
}

.project-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: var(--spacing-md);
    text-align: left;
}

.project-content h3 {
    margin-bottom: 0.75rem;
    font-size: var(--text-lg);
    font-weight: 700;
}

.project-content p {
    flex: 1;
    margin-bottom: var(--spacing-sm);
    font-size: 0.95rem;
    color: var(--gray-400);
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-xs);
}

.tag {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-sm);
    background-color: var(--blue-100);
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--blue-800);
}

.project-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: var(--spacing-sm);
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    display: flex;
    height: auto;
}

/* Navegação do Swiper */
.swiper-button-next,
.swiper-button-prev {
    width: 3rem;
    height: 3rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: var(--text-lg);
    color: var(--blue-500);
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    color: var(--blue-800);
}

/* Paginação do Swiper */
.swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    background-color: var(--gray-200);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: var(--spacing-lg);
    border-radius: var(--radius-sm);
    background-color: var(--blue-500);
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-2xl);
}

.contact-info h2 {
    margin-bottom: var(--spacing-md);
}

.contact-info p {
    margin-bottom: var(--spacing-lg);
}

.social-container {
    display: flex;
    justify-content: center;
    gap: var(--spacing-xl);
}

.social-icon {
    width: 5rem;
    height: 5rem;
    padding: 0.75rem;
    border-radius: var(--radius-md);
    transition: var(--transition-default);
}

.social-icon img {
    width: 100%;
    filter: brightness(0) saturate(100%);
    transition: filter 0.3s ease;
}

.social-icon:hover img {
    filter: brightness(0)
            saturate(100%)
            invert(34%)
            sepia(35%)
            saturate(1090%)
            hue-rotate(142deg)
            brightness(88%)
            contrast(92%);
}

/* Formulário de contato */
form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

form label {
    font-size: var(--text-base);
    font-weight: 600;
}

form input,
form textarea {
    width: 100%;
    padding: 0.5rem var(--spacing-sm);
    border: 0.25rem solid var(--gray-200);
    border-radius: var(--radius-md);
    font-family: inherit;
    font-size: var(--text-base);
    transition: border-color 0.3s ease;
}

form input:focus,
form textarea:focus {
    border-color: var(--blue-500);
    outline: none;
}

form textarea {
    min-height: 5rem;
    resize: none;
}

form span {
    margin-top: -0.75rem;
    font-size: var(--text-sm);
    color: var(--error);
}

footer {
    padding: 2.5rem;
    border-top: 0.25rem solid var(--gray-200);
    background: var(--graphite);
    font-weight: 600;
    text-align: center;
    color: var(--white);
}
.success-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - 12.5rem);
    padding: var(--spacing-xl) var(--spacing-md);
}

.success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
    max-width: 37.5rem;
    text-align: center;
}

.success-content h1 {
    font-size: var(--text-3xl);
    font-weight: 700;
    color: var(--blue-800);
}

.success-content h2 {
    font-size: var(--text-lg);
    color: var(--gray-400);
}

.success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: var(--radius-full);
    background-color: var(--blue-100);
}

.success-icon img {
    width: 6rem;
    height: 6rem;
    filter: brightness(0)
            saturate(100%)
            invert(34%)
            sepia(35%)
            saturate(1090%)
            hue-rotate(142deg)
            brightness(88%)
            contrast(92%);
}

/* ========================================
    RESPONSIVIDADE - TABLETS
======================================== */

@media screen and (max-width: 1024px) {

    /* Layout */
    .section-container {
        padding: var(--spacing-lg) var(--spacing-md);
    }

    /* Tipografia */
    .section-container h1 {
        font-size: var(--text-3xl);
    }

    .section-container h2 {
        font-size: var(--text-2xl);
    }

    .section-container p  {
        font-size: var(--text-base);
    }

    .section-container span {
        font-size: var(--text-lg);
    }

    .success-content h1 {
        font-size: var(--text-3xl);
    }

    .success-content h2 {
        font-size: var(--text-xl);
    }

    /* Cabeçalho - oculta o menu em telas menores */
    @media (max-width: 768px) {
        .menu-list {
            display: none;
        }
    }


/* Hero */
.hero-container {
    flex-direction: column-reverse;
    gap: var(--spacing-lg);
    min-height: 60vh;
    text-align: center;
}

    .hero-content,
    .hero-image {
        width: 90%;
    }

    .hero-image img {
        object-fit: cover;
    }

    .buttons-container {
        justify-content: center;
        width: 100%;
    }

    .hero-container .botao,
    .hero-container .botao-outline {
        padding: 0.75rem 1.5rem;
        font-size: 0.95rem;
        white-space: nowrap;
    }

    /* About */
.about-container {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);

    margin: var(--spacing-lg);
    padding: var(--spacing-lg);
}


.about-profile {
    padding-right: 0;
    padding-bottom: var(--spacing-lg);

    border-right: none;
    border-bottom: 1px solid var(--gray-200);
}


.about-image {
    width: 11rem;
    height: 11rem;
}


.soft-skills {
    max-width: 32rem;
}


.about-content {
    width: 100%;
}


.about-buttons-data {
    flex-direction: column;
    align-items: stretch;

    gap: var(--spacing-md);
}


.about-buttons-data .buttons-container {
    justify-content: center;
}


.data-container {
    justify-content: center;
    width: 100%;
}

    /* Projects */
    .projects-container {
        margin: var(--spacing-lg) auto 0;
    }

    .projects-swiper {
        margin: 0;
        padding: var(--spacing-sm) var(--spacing-lg) 2.5rem;
    }

    .project-card {
        width: 100%;
        height: 30rem;
        min-height: 30rem;
        max-height: 30rem;
        max-width: 100%;
    }

    .project-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .project-content p {
        flex: 1;
        overflow: hidden;
    }

    .project-tags {
        min-height: 2.5rem;
        align-items: flex-start;
    }

    .swiper-wrapper {
        align-items: stretch;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: stretch;
        height: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    /* Contact */
    .contact-container {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
        width: 90%;
        margin: 0 auto;
    }

    /* Página de sucesso */
    .success-container {
        padding: var(--spacing-xl) var(--spacing-md);
        min-height: calc(100vh - 10rem);
    }

    .success-content {
        gap: var(--spacing-lg);
        max-width: 35rem;
    }

    .success-icon {
        width: 6rem;
        height: 6rem;
    }

    .success-icon img {
        width: 5rem;
        height: 5rem;
    }
}

/* ========================================
    RESPONSIVIDADE - MOBILE
=========================================== */

@media screen and (max-width: 480px) {

    /* Layout */
    .section-container {
        padding: var(--spacing-md) var(--spacing-sm);
    }

    /* Tipografia Mobile */
    .section-container h1 {
        font-size: var(--text-xl);
    }

    .section-container h2 {
        font-size: var(--text-xl);
    }

    .section-container p {
        font-size: var(--text-base);
    }

    .section-container span {
        font-size: var(--text-lg);
    }

    .success-content h1 {
        font-size: var(--text-xl);
    }

    .success-content h2 {
        font-size: var(--text-base);
    }

    /* Header */
    #titulo {
        font-size: var(--text-xl);
    }

    .menu-list {
        display: none;
    }

    /* Hero */
    .hero-container {
        gap: var(--spacing-sm);
    }

    .hero-content {
        gap: var(--spacing-xs);
        width: 100%;
    }

    .buttons-container {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
    }

    .buttons-container .botao,
    .buttons-container .botao-outline {
        width: 100%;
    }

    .hero-container .botao,
    .hero-container .botao-outline {
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
        white-space: nowrap;
    }

    .hero-image {
        width: 100%;
    }

    .hero-image img {
        max-width: 20rem;
    }

    /* About */
.about-container {
    margin: var(--spacing-lg) 0.5rem;
    padding: var(--spacing-md);
}


.about-image {
    width: 9rem;
    height: 9rem;
}


.about-profile h3 {
    font-size: var(--text-lg);
}


.about-role {
    font-size: var(--text-sm);
}


.soft-skills-list {
    gap: 0.4rem;
}


.soft-skill {
    padding: 0.35rem 0.6rem;
    font-size: var(--text-sm);
}


.about-content h2 {
    text-align: center;
}


.about-content p {
    font-size: var(--text-base);
    text-align: left;
}


.about-buttons-data .buttons-container {
    flex-direction: column;
    width: 100%;
}


.about-buttons-data .botao,
.about-buttons-data .botao-outline {
    width: 100%;
}


.data-container {
    gap: var(--spacing-md);
}


.data-number {
    font-size: var(--text-lg);
}


.data-label {
    font-size: var(--text-sm);
}

    /* Projects */
    .projects-container {
        margin: var(--spacing-lg) auto 0;
    }

    .projects-swiper {
        position: relative;
        margin: 0;
        padding: var(--spacing-sm) 0 2rem 0;
        overflow: visible;
    }

    .project-card {
        width: 100%;
        height: 20rem;
        max-width: 20rem;
    }

    .project-image {
        height: 10rem;
    }

    .project-content {
        padding: var(--spacing-md);
    }

    .project-content h3 {
        font-size: 1.25rem;
    }

    .project-content p {
        font-size: 0.95rem;
    }

    /* Contact */
    .contact-container {
        width: 100%;
    }

    .contact-info p {
        margin-bottom: var(--spacing-md);
    }

.social-container {
    display: flex;
    justify-content: flex-start;
    gap: var(--spacing-lg);

    margin-top: var(--spacing-sm);
}
.social-icon {
    width: 2.5rem;
    height: 2.5rem;

    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-icon img {
    width: 100%;
    height: 100%;
}

    /* Formulário de contato */
    form {
        gap: var(--spacing-sm);
    }

    form label {
        font-size: 0.95rem;
    }

    form input,
    form textarea {
        padding: 0.75rem;
        font-size: var(--text-base);
    }

    form button {
        padding: 0.75rem var(--spacing-md);
        font-size: var(--text-base);
    }

    /* Footer */
    footer {
        padding: var(--spacing-md) var(--spacing-sm);
        font-size: var(--text-sm);
    }
    
    /* Página de sucesso */
    .success-container {
        padding: var(--spacing-lg) var(--spacing-sm);
        min-height: calc(100vh - 8rem);
    }

    .success-content {
        gap: var(--spacing-md);
        max-width: 100%;
        padding: 0 var(--spacing-sm);
    }

    .success-icon {
        width: 5rem;
        height: 5rem;
    }

    .success-icon img {
        width: 4rem;
        height: 4rem;
    }

    .success-content .botao {
        width: 100%;
        max-width: 20rem;
        padding: 0.75rem var(--spacing-lg);
    }

}

/* =================================================
ANIMAÇÃO DE ENTRADA - SOBRE MIM
================================================= */

/* Estado inicial */
.about-profile,
.about-content {
    opacity: 0;

    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

/* Perfil começa deslocado para a esquerda */
.about-profile {
    transform: translateX(-50px);
}

/* Conteúdo começa deslocado para a direita */
.about-content {
    transform: translateX(50px);
}

/* Estado final */
.about-profile.about-visible,
.about-content.about-visible {
    opacity: 1;
    transform: translateX(0);
}

/* =================================================
   MODO ESCURO
================================================= */

[data-theme="dark"] {
    /* Fundo e textos */
    --page-bg: #111820;
    --black: #FAFAF8;
    --gray-400: #D0D7DE;
    --gray-200: #2C3945;

    /* Mantém branco como branco para textos e botões */
    --white: #FAFAF8;

    /* Tons estruturais */
    --graphite: #0D141B;

    /* Tons de azul adaptados ao fundo escuro */
    --blue-50: #16242B;
    --blue-100: #1D3038;
    --blue-200: #294650;
    --blue-300: #91BEC6;
    --blue-400: #6FAAB5;
    --blue-500: #5796A2;
    --blue-600: #4A8794;
    --blue-700: #397581;
    --blue-800: #91BEC6;
    --blue-900: #C7E0E4;
}


/* =================================================
   CABEÇALHO
================================================= */

[data-theme="dark"] header {
    background-color: #0D141B;
    border-bottom-color: #2C3945;
}

[data-theme="dark"] header a,
[data-theme="dark"] #titulo {
    color: #FAFAF8;
}

[data-theme="dark"] header a:hover {
    color: var(--blue-300);
}


/* =================================================
   TEXTOS
================================================= */

[data-theme="dark"] body,
[data-theme="dark"] .hero-content span,
[data-theme="dark"] .hero-content h1,
[data-theme="dark"] .about-profile h3,
[data-theme="dark"] .about-content h2,
[data-theme="dark"] .projects-container h2,
[data-theme="dark"] .project-content h3,
[data-theme="dark"] .contact-info h2,
[data-theme="dark"] form label,
[data-theme="dark"] .data-number,
[data-theme="dark"] .soft-skills h4,
[data-theme="dark"] .success-content h1 {
    color: #FAFAF8;
}


/* Textos secundários */
[data-theme="dark"] .hero-content p,
[data-theme="dark"] .about-content p,
[data-theme="dark"] .contact-info p,
[data-theme="dark"] .project-content p,
[data-theme="dark"] .about-role,
[data-theme="dark"] .data-label,
[data-theme="dark"] .success-content h2 {
    color: #D0D7DE;
}


/* =================================================
   CARDS
================================================= */

[data-theme="dark"] .about-container,
[data-theme="dark"] .project-card {
    background-color: #1C2732;
    border-color: #2C3945;
}

[data-theme="dark"] .project-image {
    background-color: #16242B;
}


/* =================================================
   SOFT SKILLS E TAGS
================================================= */

[data-theme="dark"] .soft-skill,
[data-theme="dark"] .tag {
    background-color: #16242B;
    border-color: #294650;
    color: #FAFAF8;
}

[data-theme="dark"] .soft-skill:hover {
    background-color: #1D3038;
    border-color: var(--blue-400);
}


/* =================================================
   BOTÕES
================================================= */

[data-theme="dark"] .botao {
    border-color: #176B7A;
    background-color: #176B7A;
    color: #FAFAF8;
}

[data-theme="dark"] .botao:hover {
    border-color: #155F6D;
    background-color: #155F6D;
}

[data-theme="dark"] .botao-outline {
    border-color: var(--blue-400);
    background-color: transparent;
    color: #FAFAF8;
}

[data-theme="dark"] .botao-outline:hover {
    border-color: var(--blue-400);
    background-color: var(--blue-400);
    color: #0D141B;
}


/* =================================================
   FORMULÁRIO
================================================= */

[data-theme="dark"] form input,
[data-theme="dark"] form textarea {
    background-color: #162028;
    border-color: #2C3945;
    color: #FAFAF8;
}

[data-theme="dark"] form input::placeholder,
[data-theme="dark"] form textarea::placeholder {
    color: #AEB7BF;
}

[data-theme="dark"] form input::placeholder,
[data-theme="dark"] form textarea::placeholder {
    color: #98A4AE;
}


/* =================================================
   ÍCONES SOCIAIS
================================================= */

[data-theme="dark"] .social-icon img {
    filter: brightness(0) invert(1);
}

[data-theme="dark"] .social-icon:hover img {
    filter:
        brightness(0)
        saturate(100%)
        invert(76%)
        sepia(15%)
        saturate(719%)
        hue-rotate(141deg)
        brightness(92%)
        contrast(87%);
}


/* Ícone do GitHub nos cards de projetos */
[data-theme="dark"] .project-image img[src*="github.svg"] {
    filter: brightness(0) invert(1);
}


/* =================================================
   SWIPER
================================================= */

[data-theme="dark"] .swiper-button-next:after,
[data-theme="dark"] .swiper-button-prev:after {
    color: var(--blue-300);
}

[data-theme="dark"] .swiper-pagination-bullet {
    background-color: #3A4652;
}

[data-theme="dark"] .swiper-pagination-bullet-active {
    background-color: var(--blue-400);
}


/* =================================================
SWITCH DE TEMA
================================================= */

[data-theme="dark"] .theme-switch-track {
    background-color: var(--blue-500);
}

[data-theme="dark"] .theme-switch-thumb {
    background-color: #FAFAF8;
}


/* =================================================
RODAPÉ
================================================= */

[data-theme="dark"] footer {
    background: var(--page-bg);
    color: #FAFAF8;
}