/* ===== ESTILIZAÇÃO GLOBAL ===== */

*{
    font-family: 'Space Grotesk', sans-serif;
}

html,
body {
    overflow-x: hidden;
}

body {
    --bs-body-bg: #101319;
}

body.modal-open .site-header {
    opacity: 0;
    pointer-events: none;
}

main {
    padding-top: 72px;
}

h1 {
    color: #fff;
}

p {
    color: #7B899D;
}

span {
    color: oklch(72% .18 45);
}

::selection {
    background: #f97316;
    color: #111111;
}

/* ===== NAVBAR ===== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    width: 100%;
    z-index: 9999;

    background: transparent;

    border-bottom-color: transparent;

    transform: translateZ(0);
    will-change: transform;

    transition: background 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
}

.site-header.scrolled {
    background: rgba(10, 10, 10, 0.65);

    backdrop-filter: blur(20px);

    border-bottom: 1px solid rgba(255,255,255,.12);

    box-shadow: 0 8px 32px rgba(0,0,0,.25);
}

.navbar-brand::before {
    content: "<";
    color: #f97316;
    margin-right: 2px;
    font-weight: bold;
}

.navbar-brand::after {
    content: "/>";
    color: #f97316;
    margin-left: 2px;
    font-weight: bold;
}

.navbar {
    min-height: 72px;
    padding: 14px 24px;
}

.navbar-brand {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.navbar .container-fluid {
    max-width: 1400px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-link {
    color: #d1d5db;
    font-weight: 500;
    transition: 0.3s ease;
}

.nav-link:hover {
    color: #f97316;
}

.nav-link:focus {
    color: #f97316;
}

.nav-email {
    margin-left: 24px;
    padding: 10px 18px;
    background: #f97316;
    color: #111;
    border-radius: 999px;
    font-weight: 700;
}

.nav-email:hover {
    color: #111;
    filter: brightness(0.9);
    box-shadow:
    0 0 10px rgba(249, 115, 22, 0.4),
    0 0 20px rgba(249, 115, 22, 0.3),
    0 0 30px rgba(249, 115, 22, 0.2);
}

.modal {
    z-index: 10000;
}

.modal-backdrop {
    z-index: 9999;
}

.mobile-menu-button {
    background: #f97316;
    color: #111;
    border: none;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 24px;
    font-weight: 700;
}

.mobile-menu-modal {
    background: #111;
    color: #fff;
}

.modal-header {
    border-bottom: 1px solid rgba(249, 115, 22, 0.2);
}

.modal-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.mobile-menu-list li {
    margin-bottom: 24px;
}

.mobile-menu-list a {
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 600;
}

.mobile-menu-list a:hover {
    color: #f97316;
}

.mobile-email-button {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #f97316;
    color: #111;
    text-decoration: none;
    padding: 16px;
    border-radius: 14px;
    font-weight: 700;
}

/* ===== LUCAS SANTOS ===== */
.hero-section {
    position: relative;
    padding: 160px 0 110px;
    overflow: hidden;
    background: #0f0f0f;
}

.hero-grid-bg {
    position: absolute;
    inset: 0;
    opacity: 0.25;
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 48px 48px;
}

.hero-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 30%, rgba(249, 115, 22, 0.18), transparent 35%);
}

.lucas-santos {
    position: relative;
    z-index: 2;
}

.reception {
    font-family: 'JetBrains Mono', monospace;
    color: #f97316;
    font-size: 14px;
    margin-bottom: 16px;
}

.lucas-santos h1 {
    color: #fff;
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -2px;
}

.lucas-santos h1 span {
    background: linear-gradient(90deg, #f97316, #ffb86b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cargo {
    margin-top: 16px;
    font-family: 'JetBrains Mono', monospace;
    color: #a1a1aa;
    font-size: 22px;
}

.funcao {
    margin-top: 24px;
    color: #a1a1aa;
    max-width: 620px;
    font-size: 18px;
    line-height: 1.7;
}

.ctas {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.cta-email,
.cta-project {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 14px 24px;
    border-radius: 999px;

    font-weight: 600;
    text-decoration: none;

    transition: all .3s ease;
}

.cta-email {
    background: #f97316;
    color: #111;
}

.cta-project {
    border: 1px solid rgba(255,255,255,.15);
    color: #fff;
}

.cta-email:hover,
.cta-project:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 10px rgba(249, 115, 22, 0.4),
        0 0 20px rgba(249, 115, 22, 0.3),
        0 0 30px rgba(249, 115, 22, 0.2);
}

.cta-email:hover {
    color: #111;
}

.cta-project:hover {
    color: #f97316;
    border-color: #f97316;
}

.hero-visual {
    display: flex;
    justify-content: center;
}

.terminal-wrapper {
    position: relative;
}

.terminal-glow {
    position: absolute;
    inset: -20px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.18);
    filter: blur(45px);
}

.terminal-circle {
    position: relative;
    width: 320px;
    height: 320px;

    border-radius: 50%;
    padding: 8px;

    border: 2px solid rgba(249, 115, 22, 0.4);
    background: #181818;
}

.terminal-inner {
    width: 100%;
    height: 100%;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg, rgba(249, 115, 22, 0.28), #181818);
}

.terminal-inner span {
    color: #f97316;
    font-family: 'JetBrains Mono', monospace;
    font-size: 72px;
    font-weight: 600;
}

.status-badge {
    position: absolute;
    right: -12px;
    bottom: 14px;

    display: flex;
    align-items: center;
    gap: 8px;

    background: #181818;
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;

    border-radius: 999px;
    padding: 10px 16px;

    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;

    box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

.status-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f97316;
    animation: pulse 1.4s infinite;
}

.terminal-inner img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 50%;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, .7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(249, 115, 22, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
    }
}

/* ===== SOBRE MIM ===== */

.sobre-section {
    padding: 100px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: #0f0f0f;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-header span {
    color: #f97316;
    font-family: 'JetBrains Mono', monospace;
}

.section-header h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.sobre-content {
    margin-top: 56px;
}

.sobre-texto p {
    color: #a1a1aa;
    font-size: 17px;
    line-height: 1.8;
}

.sobre-texto span {
    color: #f97316;
}

.sobre-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 28px;
}

.sobre-card {
    padding: 18px;
    border-radius: 16px;
    background: #181818;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all .3s ease;
}

.sobre-card:hover {
    border-color: rgba(249,115,22,0.5);
    transform: translateY(-3px);
}

.sobre-card strong {
    color: #f97316;
}

.sobre-card p {
    margin: 6px 0 0;
    font-size: 14px;
}

.sobre-card .icon {
    width: 12%;
    filter:
        brightness(0)
        saturate(100%)
        invert(58%)
        sepia(96%)
        saturate(1743%)
        hue-rotate(350deg)
        brightness(102%)
        contrast(95%);
    transition: all .3s ease;
}

.sobre-card:hover .icon {
    transform: scale(1.1);

    filter:
        brightness(0)
        saturate(100%)
        invert(58%)
        sepia(96%)
        saturate(1743%)
        hue-rotate(350deg)
        brightness(110%)
        contrast(100%);

    drop-shadow: 0 0 8px rgba(249,115,22,.4);
}

.sobre-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.exp-3d-card {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    padding: 32px;

    background: linear-gradient(135deg, rgba(249,115,22,.18), #181818, #0f0f0f);
    border: 1px solid rgba(255,255,255,0.08);

    display: flex;
    align-items: center;
    justify-content: center;
}

.exp-3d-stage {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    perspective: 800px;
}

.exp-3d-object {
    position: relative;

    width: 192px;
    height: 192px;

    border-radius: 24px;
    border: 1px solid rgba(249,115,22,.3);

    background: linear-gradient(135deg, rgba(249,115,22,.28), #181818, #0f0f0f);

    box-shadow: 0 24px 60px rgba(0,0,0,.45);

    display: flex;
    align-items: center;
    justify-content: center;

    transform-style: preserve-3d;
    transition: transform .15s ease-out;

    user-select: none;
}

.exp-3d-glare {
    position: absolute;
    inset: 0;
    border-radius: 24px;

    background: linear-gradient(135deg, rgba(249,115,22,.12), transparent);

    transform: translateZ(20px);
    pointer-events: none;
}

.exp-3d-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;

    transform: translateZ(40px);
}

.exp-3d-arrow {
    color: #f97316;
    animation: expBounce 1.2s infinite;
}

.exp-3d-content span {
    color: #f97316;
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -4px;
    text-shadow: 0 8px 24px rgba(249,115,22,.3);
}

@keyframes expBounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.experience-badge {
    position: absolute;
    bottom: -18px;
    left: 40px;
    background: #181818;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 16px 20px;
    font-family: 'JetBrains Mono', monospace;
}

.experience-badge p {
    margin: 0;
    color: #a1a1aa;
    font-size: 12px;
}

.experience-badge strong {
    color: #f97316;
    font-size: 22px;
}

/* ===== SOBRE MIM ===== */

.experiencias-section {
    padding: 100px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(24,24,24,0.35);
}

.experiencias-wrapper {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 32px;
}

.experiencias-tabs {
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255,255,255,0.1);
}

.experiencia-tab {
    background: transparent;
    border: none;
    border-left: 2px solid transparent;
    color: #a1a1aa;
    text-align: left;
    padding: 14px 18px;
    font-size: 14px;
    transition: all .3s ease;
}

.experiencia-tab:hover {
    color: #fff;
}

.experiencia-tab.active {
    color: #f97316;
    border-left-color: #f97316;
    background: rgba(249,115,22,0.06);
}

.experiencia-item {
    display: none;
}

.experiencia-item.active {
    display: block;
}

.experiencia-item h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.experiencia-item h3 span {
    color: #f97316;
}

.experiencia-periodo {
    color: #a1a1aa;
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    margin-top: 6px;
}

.experiencia-descricao {
    color: #a1a1aa;
    margin-top: 22px;
    line-height: 1.8;
}

.experiencia-tarefas {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.experiencia-tarefas li {
    display: flex;
    gap: 12px;
    color: #a1a1aa;
    margin-bottom: 12px;
    line-height: 1.7;
}

.experiencia-tarefas li span {
    color: #f97316;
    flex-shrink: 0;
}

.experiencia-techs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.experiencia-techs span {
    color: #f97316;
    background: rgba(249,115,22,0.1);
    border: 1px solid rgba(249,115,22,0.2);
    border-radius: 999px;
    padding: 6px 12px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
}

/* ===== STACKS ===== */

.stacks-section {
    padding: 100px 0;
    border-top: 1px solid rgba(255,255,255,.08);
}

.stacks-grid {
    margin-top: 56px;

    display: grid;

    grid-template-columns:
        repeat(auto-fit, minmax(180px, 1fr));

    gap: 16px;
}

.stack-card {
    background: #181818;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 16px;

    padding: 24px;

    text-align: center;

    transition: all .3s ease;
}

.stack-card:hover {
    transform: translateY(-5px);

    border-color: rgba(249,115,22,.5);

    box-shadow:
        0 0 10px rgba(249,115,22,.2),
        0 0 20px rgba(249,115,22,.1);
}

.stack-icon {
    width: 42px;
    height: 42px;

    object-fit: contain;

    margin-bottom: 12px;

    filter:
        brightness(0)
        saturate(100%)
        invert(58%)
        sepia(96%)
        saturate(1743%)
        hue-rotate(350deg)
        brightness(102%)
        contrast(95%);

    transition: all .3s ease;
}

.stack-card:hover .stack-icon {
    transform: scale(1.1);

    filter:
        brightness(0)
        saturate(100%)
        invert(58%)
        sepia(96%)
        saturate(1743%)
        hue-rotate(350deg)
        brightness(110%)
        contrast(100%);

        filter:
        drop-shadow(0 0 6px rgba(249,115,22,.5))
        brightness(0)
        saturate(100%)
        invert(58%)
        sepia(96%)
        saturate(1743%)
        hue-rotate(350deg)
        brightness(110%)
        contrast(100%);
}

.stack-name {
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
}

.stack-category {
    color: #a1a1aa;
    font-size: 13px;
}

/* ===== Projetos ===== */

.projetos-section {
    padding: 100px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(24,24,24,.35);
}

.projetos-grid {
    margin-top: 56px;

    display: grid;

    grid-template-columns:
        repeat(auto-fit, minmax(320px, 1fr));

    gap: 24px;
}

.projeto-card {
    overflow: hidden;

    border-radius: 20px;

    background: #181818;

    border: 1px solid rgba(255,255,255,.08);

    transition: all .3s ease;
}

.projeto-card:hover {
    transform: translateY(-6px);

    border-color: rgba(249,115,22,.5);

    box-shadow:
        0 0 10px rgba(249,115,22,.15),
        0 0 30px rgba(249,115,22,.08);
}

.projeto-banner {
    aspect-ratio: 16 / 9;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            rgba(249,115,22,.15),
            rgba(24,24,24,.8)
        );

    border-bottom: 1px solid rgba(255,255,255,.08);

    overflow: hidden;
}

.projeto-banner::before {
    content: '';

    position: absolute;

    width: 120px;
    height: 120px;

    background: rgba(249,115,22,.15);

    border-radius: 50%;

    filter: blur(40px);

    transition: all .35s ease;
}

.projeto-banner img {
    object-fit: cover;

    transition: all .4s ease;
}

.projeto-card:hover .projeto-banner img {
    transform: scale(1.05);
}

.projeto-card:hover .projeto-banner::before {
    transform: scale(1.2);
}

.projeto-icon {
    width: 72px;
    height: 72px;

    object-fit: contain;

    filter:
        brightness(0)
        saturate(100%)
        invert(58%)
        sepia(96%)
        saturate(1743%)
        hue-rotate(350deg)
        brightness(102%)
        contrast(95%);

    transition: all .35s ease;
}

.projeto-card:hover .projeto-icon {
    transform: scale(1.15);

    filter:
        drop-shadow(0 0 8px rgba(249,115,22,.5))
        brightness(0)
        saturate(100%)
        invert(58%)
        sepia(96%)
        saturate(1743%)
        hue-rotate(350deg)
        brightness(110%)
        contrast(100%);
}

.projeto-card:hover .projeto-banner::before {
    transform: scale(1.2);
}

.projeto-content {
    padding: 24px;
}

.projeto-content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;

    margin-bottom: 12px;

    transition: all .3s ease;
}

.projeto-card:hover h3 {
    color: #f97316;
}

.projeto-content p {
    color: #a1a1aa;
    line-height: 1.7;
}

.projeto-stacks {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 18px;
}

.projeto-stacks span {
    padding: 6px 12px;

    border-radius: 999px;

    background: rgba(249,115,22,.08);

    border: 1px solid rgba(249,115,22,.15);

    color: #f97316;

    font-size: 12px;

    font-family: 'JetBrains Mono', monospace;
}

.projeto-links {
    display: flex;
    gap: 12px;

    margin-top: 22px;
    padding-top: 18px;

    border-top: 1px solid rgba(255,255,255,.08);
}

.projeto-links a {
    color: #a1a1aa;

    text-decoration: none;

    transition: all .3s ease;
}

.projeto-links a:hover {
    color: #f97316;
}

/* ===== Projetos Interativos===== */

.interativos-section {
    padding: 100px 0;
    border-top: 1px solid rgba(255,255,255,.08);
}

.interativos-description {
    margin-top: 18px;
    max-width: 720px;

    color: #a1a1aa;

    font-size: 17px;
    line-height: 1.7;
}

.interativos-grid {
    margin-top: 56px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 24px;
}

.interativo-card {
    padding: 28px;

    border-radius: 20px;

    background: #181818;

    border: 1px solid rgba(255,255,255,.08);

    transition: all .3s ease;
}

.interativo-card:hover {
    transform: translateY(-5px);

    border-color: rgba(249,115,22,.5);

    box-shadow:
        0 0 10px rgba(249,115,22,.15),
        0 0 30px rgba(249,115,22,.08);
}

.interativo-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    gap: 16px;
}

.interativo-card h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;

    margin: 0;

    transition: all .3s ease;
}

.interativo-card:hover h3 {
    color: #f97316;
}

.interativo-card p {
    color: #a1a1aa;

    margin-top: 18px;

    line-height: 1.7;
}

.status {
    white-space: nowrap;

    padding: 6px 10px;

    border-radius: 999px;

    font-size: 12px;

    font-family: 'JetBrains Mono', monospace;
}

.status-disponivel {
    color: #22c55e;
    background: rgba(34,197,94,.1);
    border: 1px solid rgba(34,197,94,.25);
}

.status-desenvolvimento {
    color: #f97316;
    background: rgba(249,115,22,.1);
    border: 1px solid rgba(249,115,22,.25);
}

.status-breve {
    color: #a1a1aa;
    background: rgba(161,161,170,.1);
    border: 1px solid rgba(161,161,170,.25);
}

.status-manutencao {
    color: #ef4444;
    background: rgba(239,68,68,.12);
    border: 1px solid rgba(239,68,68,.35);
    box-shadow: 0 0 12px rgba(239,68,68,.15);
}

.interativo-stacks {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 18px;
}

.interativo-stacks span {
    padding: 6px 12px;

    border-radius: 999px;

    background: rgba(255,255,255,.06);

    color: #a1a1aa;

    font-size: 12px;

    font-family: 'JetBrains Mono', monospace;
}

.interativo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 24px;

    padding: 10px 18px;

    border-radius: 999px;

    background: #f97316;

    color: #111;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    border: none;

    transition: all .3s ease;
}

.interativo-button:hover {
    color: #111;

    transform: translateY(-2px);

    box-shadow:
        0 0 10px rgba(249,115,22,.4),
        0 0 20px rgba(249,115,22,.25);
}

.interativo-button.disabled {
    background: transparent;

    color: #a1a1aa;

    border: 1px solid rgba(255,255,255,.08);

    cursor: not-allowed;

    box-shadow: none;
}

.interativo-button.disabled:hover {
    transform: none;
    box-shadow: none;
}

/* ===== Contato ===== */

.contato-section {
    padding: 100px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(24,24,24,.35);
}

.contato-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.section-header-center {
    justify-content: center;
}

.contato-content h3 {
    margin-top: 32px;
    color: #fff;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
}

.contato-content h3 span {
    background: linear-gradient(90deg, #f97316, #ffb86b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contato-content p {
    margin: 18px auto 0;
    max-width: 640px;
    color: #a1a1aa;
    line-height: 1.7;
}

.contato-links {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.contato-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 24px;
    border-radius: 999px;

    color: #fff;
    text-decoration: none;

    border: 1px solid rgba(255,255,255,.12);

    transition: all .3s ease;
}

.contato-email {
    background: #f97316;
    color: #111;
    border-color: #f97316;
    font-weight: 600;
}

.contato-button:hover {
    color: #f97316;
    border-color: #f97316;
    transform: translateY(-2px);

    box-shadow:
        0 0 10px rgba(249,115,22,.25),
        0 0 20px rgba(249,115,22,.15);
}

.contato-email:hover {
    color: #111;
    filter: brightness(.9);
}

/* ===== Footer ===== */

.site-footer {
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(24,24,24,.35);
}

.footer-content {
    padding: 40px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 24px;
}

.footer-logo {
    color: #fff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    margin: 0;
}

.footer-logo span {
    color: #f97316;
}

.footer-logo strong {
    color: #ffffff;
    font-weight: 400;
}

.footer-copy {
    color: #a1a1aa;
    font-size: 13px;
    margin: 6px 0 0;
}

.footer-tech {
    color: rgba(161,161,170,.7);
    font-size: 12px;
    margin: 4px 0 0;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-social a img {
    width: 18px;
    height: 18px;
    object-fit: contain;

    filter:brightness(0) invert(1);

    transition: all .3s ease;
}

.footer-social a:hover img {
    transform: scale(1.1);

    filter:
        brightness(0)
        saturate(100%)
        invert(58%)
        sepia(96%)
        saturate(1743%)
        hue-rotate(350deg)
        brightness(102%)
        contrast(95%);
}

/* ===== Página 404 ===== */

.notfound-section {
    position: relative;
    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 140px 0 80px;

    overflow: hidden;

    background: #0f0f0f;
}

.notfound-grid-bg {
    position: absolute;
    inset: 0;

    opacity: .35;

    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);

    background-size: 48px 48px;

    pointer-events: none;
}

.notfound-glow {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(circle at 50% 35%, rgba(249,115,22,.22), transparent 38%),
        radial-gradient(circle at 10% 90%, rgba(249,115,22,.08), transparent 30%);

    pointer-events: none;
}

.notfound-main-glow {
    position: absolute;
    top: 22%;
    left: 50%;

    width: 700px;
    height: 700px;

    transform: translateX(-50%);

    background: rgba(249,115,22,.08);

    border-radius: 50%;

    filter: blur(120px);

    pointer-events: none;
}

.notfound-container-simple {
    position: relative;
    z-index: 2;

    max-width: 900px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.error-404-stage {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    perspective: 1100px;

    user-select: none;
}

.error-404-object {
    position: relative;

    transform-style: preserve-3d;

    transition: transform .15s ease-out;
}

.error-404-layer,
.error-404-anchor {
    font-size: clamp(7rem, 18vw, 14rem);
    font-weight: 900;
    line-height: 1;

    letter-spacing: -10px;

    font-family: 'Space Grotesk', sans-serif;
}

.error-404-layer {
    position: absolute;
    inset: 0;

    text-shadow: none;
}

.error-404-layer.front-layer {
    text-shadow:
        0 0 12px rgba(249,115,22,.28),
        0 0 28px rgba(249,115,22,.16),
        0 0 48px rgba(249,115,22,.08);
}

.error-404-layer:last-of-type {
    text-shadow:
        0 0 10px rgba(249,115,22,.20),
        0 0 20px rgba(249,115,22,.12),
        0 0 35px rgba(249,115,22,.08);
}

.error-404-layer {
    color: #f97316;
}

.error-404-layer:nth-child(5n) {
    color: #d65f08;
}

.error-404-layer:nth-child(10n) {
    color: #a94705;
}

.error-404-layer:nth-child(15n) {
    color: #6f2f03;
}

.error-404-anchor {
    display: block;

    opacity: 0;

    color: transparent;
}

.notfound-content {
    margin-top: 40px;
}

.notfound-content h2 {
    color: #fff;

    font-size: clamp(28px, 5vw, 44px);
    font-weight: 700;
}

.notfound-content p {
    max-width: 620px;

    margin: 18px auto 0;

    color: #a1a1aa;

    font-size: 18px;
    line-height: 1.7;
}

.notfound-buttons {
    margin-top: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    flex-wrap: wrap;
}

.notfound-primary,
.notfound-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 24px;

    border-radius: 999px;

    text-decoration: none;

    font-weight: 600;

    transition: all .3s ease;
}

.notfound-primary {
    background: #f97316;

    color: #111;
}

.notfound-secondary {
    color: #fff;

    border: 1px solid rgba(255,255,255,.12);
}

.notfound-primary:hover,
.notfound-secondary:hover {
    transform: translateY(-2px);
    color: #111;
    box-shadow:
        0 0 10px rgba(249,115,22,.35),
        0 0 24px rgba(249,115,22,.2);
}

.notfound-secondary:hover {
    color: #f97316;

    border-color: #f97316;
}

@media (max-width: 767px) {
    .experiencias-wrapper {
        grid-template-columns: 1fr;
    }

    .experiencias-tabs {
        flex-direction: row;
        overflow-x: auto;
        border-left: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .experiencia-tab {
        white-space: nowrap;
        border-left: none;
        border-bottom: 2px solid transparent;
    }

    .experiencia-tab.active {
        border-bottom-color: #f97316;
        border-left-color: transparent;
    }

    .footer-content {
        text-align: center;
        flex-direction: column;
    }

    .notfound-section {
        padding: 120px 0 70px;
    }

    .error-404-layer,
    .error-404-anchor {
        letter-spacing: -6px;
    }

    .notfound-content {
        margin-top: 28px;
    }
}

@media (min-width: 992px) {
    .mobile-menu-button {
        display: none !important;
    }

    .desktop-menu {
        display: flex !important;
    }

    .site-header {
        position: fixed;
        top: 0;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
    }

    .navbar {
        min-height: 68px;
        padding: 12px 20px;
    }

    main {
        padding-top: 68px;
    }

    .hero-section {
        padding: 120px 0 80px;
    }

    .hero-content {
        text-align: center;
    }

    .funcao {
        margin-right: auto;
    }

    .hero-visual {
        margin-top: 56px;
    }

    .terminal-circle {
        width: 480px;
        height: 480px;
    }

    .terminal-inner span {
        font-size: 56px;
    }

    .sobre-section {
        padding: 80px 0;
    }

    .sobre-visual {
        margin-top: 56px;
    }

    .experience-badge {
        left: 20px;
    }
}

@media (max-width: 960px) {

    .nav-email {
        text-align: center;
        margin-left: 0;
    }

    .hero-visual {
        margin-top: 30px;
    }

    .sobre-card .icon {
        width: 27%;
    }

    .sobre-visual {
        margin-top: 12px;
    }

    .interativos-grid {
        grid-template-columns: 1fr;
    }

    .interativo-card-header {
        flex-direction: column;
    }

    .contato-links {
    flex-direction: column;
    align-items: center;
    }

}