.elementor-47 .elementor-element.elementor-element-854d22d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:48px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-47 .elementor-element.elementor-element-222cf6b{text-align:center;}.elementor-47 .elementor-element.elementor-element-222cf6b .elementor-heading-title{font-family:"Orbitron", Sans-serif;font-size:28px;font-weight:600;}.elementor-47 .elementor-element.elementor-element-65dfa3a > .elementor-widget-container{margin:-14px 0px 0px 0px;}.elementor-47 .elementor-element.elementor-element-65dfa3a{text-align:center;}.elementor-47 .elementor-element.elementor-element-65dfa3a .elementor-heading-title{font-family:"Orbitron", Sans-serif;font-size:14px;font-weight:600;}.elementor-47 .elementor-element.elementor-element-ab77489{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-47 .elementor-element.elementor-element-84518bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-47 .elementor-element.elementor-element-58ca4ce img{width:900px;}.elementor-47 .elementor-element.elementor-element-9210a6e img{width:900px;}.elementor-47 .elementor-element.elementor-element-7795e66 img{width:900px;}.elementor-47 .elementor-element.elementor-element-fcf6c58{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-47 .elementor-element.elementor-element-c5de5be img{width:900px;}.elementor-47 .elementor-element.elementor-element-3b35a84{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-47 .elementor-element.elementor-element-c2139f7 img{width:900px;}.elementor-47 .elementor-element.elementor-element-5452b91{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body.elementor-page-47:not(.elementor-motion-effects-element-type-background), body.elementor-page-47 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#181818;}@media(max-width:767px){.elementor-47 .elementor-element.elementor-element-ab77489{--width:500px;}.elementor-47 .elementor-element.elementor-element-84518bf{--width:500px;}.elementor-47 .elementor-element.elementor-element-58ca4ce img{width:83%;border-radius:2px 2px 2px 2px;}.elementor-47 .elementor-element.elementor-element-9210a6e img{width:83%;border-radius:2px 2px 2px 2px;}.elementor-47 .elementor-element.elementor-element-7795e66 img{width:83%;border-radius:2px 2px 2px 2px;}.elementor-47 .elementor-element.elementor-element-fcf6c58{--width:500px;}.elementor-47 .elementor-element.elementor-element-c5de5be img{width:83%;border-radius:2px 2px 2px 2px;}.elementor-47 .elementor-element.elementor-element-3b35a84{--width:500px;}.elementor-47 .elementor-element.elementor-element-c2139f7 img{width:83%;border-radius:2px 2px 2px 2px;}}/* Start custom CSS for html, class: .elementor-element-0df52e1 */body {
    margin: 0;
    padding: 0;
    background-color: #0a0a0a;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

.profile-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-image {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    /* Neon intenso apenas na borda */
    box-shadow: 
        0 0 15px rgba(149, 123, 39, 0.5),
        0 0 30px rgba(149, 123, 39, 0.6),
        0 0 45px rgba(149, 123, 39, 0.5),
        0 0 60px rgba(149, 123, 39, 0.4),
        0 0 80px rgba(149, 123, 39, 0.3);
    animation: intensiveNeonGlow 1.5s ease-in-out infinite;
}

/* Anel externo com blur intenso */
.profile-image::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: radial-gradient(circle, transparent 60%, rgba(149, 123, 39, 0.4) 80%, rgba(149, 123, 39, 0.6) 100%);
    z-index: -1;
    filter: blur(15px);
    animation: fastRotateGlow 3s linear infinite, intensiveNeonWave 2s ease-in-out infinite;
}

/* Anel interno pulsante */
.profile-image::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    border: 2px solid rgba(149, 123, 39, 0.8);
    z-index: 1;
    pointer-events: none;
    animation: ringPulse 1s ease-in-out infinite;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
    border-radius: 50%;
    border: 1px solid rgba(149, 123, 39, 0.8);
    transition: all 0.2s ease;
    /* Removido todos os filtros da imagem */
}

.profile-image:hover img {
    transform: scale(1.02);
    /* Removido filtros do hover */
}

/* Animação neon intensa */
@keyframes intensiveNeonGlow {
    0% {
        box-shadow: 
            0 0 10px rgba(149, 123, 39, 0.3),
            0 0 20px rgba(149, 123, 39, 0.4),
            0 0 30px rgba(149, 123, 39, 0.3),
            0 0 40px rgba(149, 123, 39, 0.2),
            0 0 50px rgba(149, 123, 39, 0.1);
    }
    50% {
        box-shadow: 
            0 0 25px rgba(149, 123, 39, 0.8),
            0 0 50px rgba(149, 123, 39, 0.9),
            0 0 75px rgba(149, 123, 39, 0.7),
            0 0 100px rgba(149, 123, 39, 0.5),
            0 0 125px rgba(149, 123, 39, 0.3);
    }
    100% {
        box-shadow: 
            0 0 15px rgba(149, 123, 39, 0.4),
            0 0 30px rgba(149, 123, 39, 0.5),
            0 0 45px rgba(149, 123, 39, 0.4),
            0 0 60px rgba(149, 123, 39, 0.3),
            0 0 75px rgba(149, 123, 39, 0.2);
    }
}

/* Rotação rápida do brilho */
@keyframes fastRotateGlow {
    0% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(90deg) scale(1.1);
    }
    50% {
        transform: rotate(180deg) scale(1);
    }
    75% {
        transform: rotate(270deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

/* Ondas intensas no neon */
@keyframes intensiveNeonWave {
    0% {
        opacity: 0.2;
        filter: blur(15px) brightness(1);
    }
    25% {
        opacity: 0.9;
        filter: blur(10px) brightness(1.5);
    }
    50% {
        opacity: 0.4;
        filter: blur(20px) brightness(1.2);
    }
    75% {
        opacity: 1;
        filter: blur(8px) brightness(1.8);
    }
    100% {
        opacity: 0.3;
        filter: blur(15px) brightness(1);
    }
}

/* Pulso do anel interno */
@keyframes ringPulse {
    0% {
        border-width: 2px;
        opacity: 0.6;
    }
    50% {
        border-width: 4px;
        opacity: 1;
    }
    100% {
        border-width: 2px;
        opacity: 0.6;
    }
}

/* Versão responsiva */
@media (max-width: 768px) {
    .profile-image {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 480px) {
    .profile-image {
        width: 150px;
        height: 150px;
    }
}

/* Efeito adicional para telas maiores */
@media (min-width: 1200px) {
    .profile-image {
        width: 250px;
        height: 250px;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-222cf6b */.titulo-tactical {
    font-size: 2.5em;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    margin: 30px 0;
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.7);
    transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease, letter-spacing 0.3s ease;
    cursor: pointer;
    position: relative;
}

.titulo-tactical:hover {
    color: #fffacd;
    text-shadow: 0 0 15px rgba(212, 175, 55, 1);
    transform: translateY(-3px);
    letter-spacing: 5px;
}

/* Elementos táticos laterais mantidos para identidade visual */
.titulo-tactical::before {
    content: '//';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.6em;
    color: #d4af37;
    opacity: 0.8;
    animation: tactical-blink 2s infinite;
}

.titulo-tactical::after {
    content: '//';
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.6em;
    color: #d4af37;
    opacity: 0.8;
    animation: tactical-blink 2s infinite reverse;
}

@keyframes tactical-blink {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 0.3; }
}

/* Responsividade */
@media (max-width: 768px) {
    .titulo-tactical {
        font-size: 1.8em;
        letter-spacing: 2px;
        margin: 20px 0;
    }
    .titulo-tactical::before,
    .titulo-tactical::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .titulo-tactical {
        font-size: 1.4em;
        letter-spacing: 1px;
        margin: 15px 0;
    }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-65dfa3a */.titulo-tactical {
    font-size: 2.5em;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    margin: 30px 0;
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.7);
    transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease, letter-spacing 0.3s ease;
    cursor: pointer;
    position: relative;
}

.titulo-tactical:hover {
    color: #fffacd;
    text-shadow: 0 0 15px rgba(212, 175, 55, 1);
    transform: translateY(-3px);
    letter-spacing: 5px;
}

/* Elementos táticos laterais mantidos para identidade visual */
.titulo-tactical::before {
    content: '//';
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.6em;
    color: #d4af37;
    opacity: 0.8;
    animation: tactical-blink 2s infinite;
}

.titulo-tactical::after {
    content: '//';
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.6em;
    color: #d4af37;
    opacity: 0.8;
    animation: tactical-blink 2s infinite reverse;
}

@keyframes tactical-blink {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 0.3; }
}

/* Responsividade */
@media (max-width: 768px) {
    .titulo-tactical {
        font-size: 1.8em;
        letter-spacing: 2px;
        margin: 20px 0;
    }
    .titulo-tactical::before,
    .titulo-tactical::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .titulo-tactical {
        font-size: 1.4em;
        letter-spacing: 1px;
        margin: 15px 0;
    }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-58ca4ce *//* Estilo base da imagem - apenas hover */
.imagem-pulse {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

/* Efeito hover - pulso suave */
.imagem-pulse:hover {
    transform: scale(1.05);
    animation: pulse-hover 1.5s ease-in-out infinite;
}

/* Animação de pulso no hover */
@keyframes pulse-hover {
    0%, 100% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.08);
    }
}

/* Versão com borda dourada */
.imagem-pulse-gold {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
}

.imagem-pulse-gold:hover {
    border-color: #d4af37;
    transform: scale(1.05);
    animation: pulse-gold 1.2s ease-in-out infinite;
}

@keyframes pulse-gold {
    0%, 100% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.08);
    }
}

/* Versão com efeito mais intenso */
.imagem-pulse-intense {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.imagem-pulse-intense:hover {
    animation: pulse-intense 0.8s ease-in-out infinite;
}

@keyframes pulse-intense {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1) contrast(1);
    }
    50% {
        transform: scale(1.1);
        filter: brightness(1.2) contrast(1.1);
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .imagem-pulse:hover,
    .imagem-pulse-gold:hover,
    .imagem-pulse-intense:hover {
        transform: scale(1.03);
        animation-duration: 1.2s;
    }
}

@media (max-width: 480px) {
    .imagem-pulse:hover,
    .imagem-pulse-gold:hover,
    .imagem-pulse-intense:hover {
        transform: scale(1.02);
        animation-duration: 1s;
    }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-9210a6e *//* Estilo base da imagem - apenas hover */
.imagem-pulse {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

/* Efeito hover - pulso suave */
.imagem-pulse:hover {
    transform: scale(1.05);
    animation: pulse-hover 1.5s ease-in-out infinite;
}

/* Animação de pulso no hover */
@keyframes pulse-hover {
    0%, 100% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.08);
    }
}

/* Versão com borda dourada */
.imagem-pulse-gold {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
}

.imagem-pulse-gold:hover {
    border-color: #d4af37;
    transform: scale(1.05);
    animation: pulse-gold 1.2s ease-in-out infinite;
}

@keyframes pulse-gold {
    0%, 100% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.08);
    }
}

/* Versão com efeito mais intenso */
.imagem-pulse-intense {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.imagem-pulse-intense:hover {
    animation: pulse-intense 0.8s ease-in-out infinite;
}

@keyframes pulse-intense {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1) contrast(1);
    }
    50% {
        transform: scale(1.1);
        filter: brightness(1.2) contrast(1.1);
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .imagem-pulse:hover,
    .imagem-pulse-gold:hover,
    .imagem-pulse-intense:hover {
        transform: scale(1.03);
        animation-duration: 1.2s;
    }
}

@media (max-width: 480px) {
    .imagem-pulse:hover,
    .imagem-pulse-gold:hover,
    .imagem-pulse-intense:hover {
        transform: scale(1.02);
        animation-duration: 1s;
    }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-7795e66 *//* Estilo base da imagem - apenas hover */
.imagem-pulse {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

/* Efeito hover - pulso suave */
.imagem-pulse:hover {
    transform: scale(1.05);
    animation: pulse-hover 1.5s ease-in-out infinite;
}

/* Animação de pulso no hover */
@keyframes pulse-hover {
    0%, 100% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.08);
    }
}

/* Versão com borda dourada */
.imagem-pulse-gold {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
}

.imagem-pulse-gold:hover {
    border-color: #d4af37;
    transform: scale(1.05);
    animation: pulse-gold 1.2s ease-in-out infinite;
}

@keyframes pulse-gold {
    0%, 100% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.08);
    }
}

/* Versão com efeito mais intenso */
.imagem-pulse-intense {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.imagem-pulse-intense:hover {
    animation: pulse-intense 0.8s ease-in-out infinite;
}

@keyframes pulse-intense {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1) contrast(1);
    }
    50% {
        transform: scale(1.1);
        filter: brightness(1.2) contrast(1.1);
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .imagem-pulse:hover,
    .imagem-pulse-gold:hover,
    .imagem-pulse-intense:hover {
        transform: scale(1.03);
        animation-duration: 1.2s;
    }
}

@media (max-width: 480px) {
    .imagem-pulse:hover,
    .imagem-pulse-gold:hover,
    .imagem-pulse-intense:hover {
        transform: scale(1.02);
        animation-duration: 1s;
    }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-c5de5be *//* Estilo base da imagem - apenas hover */
.imagem-pulse {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

/* Efeito hover - pulso suave */
.imagem-pulse:hover {
    transform: scale(1.05);
    animation: pulse-hover 1.5s ease-in-out infinite;
}

/* Animação de pulso no hover */
@keyframes pulse-hover {
    0%, 100% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.08);
    }
}

/* Versão com borda dourada */
.imagem-pulse-gold {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
}

.imagem-pulse-gold:hover {
    border-color: #d4af37;
    transform: scale(1.05);
    animation: pulse-gold 1.2s ease-in-out infinite;
}

@keyframes pulse-gold {
    0%, 100% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.08);
    }
}

/* Versão com efeito mais intenso */
.imagem-pulse-intense {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.imagem-pulse-intense:hover {
    animation: pulse-intense 0.8s ease-in-out infinite;
}

@keyframes pulse-intense {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1) contrast(1);
    }
    50% {
        transform: scale(1.1);
        filter: brightness(1.2) contrast(1.1);
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .imagem-pulse:hover,
    .imagem-pulse-gold:hover,
    .imagem-pulse-intense:hover {
        transform: scale(1.03);
        animation-duration: 1.2s;
    }
}

@media (max-width: 480px) {
    .imagem-pulse:hover,
    .imagem-pulse-gold:hover,
    .imagem-pulse-intense:hover {
        transform: scale(1.02);
        animation-duration: 1s;
    }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-c2139f7 *//* Estilo base da imagem - apenas hover */
.imagem-pulse {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

/* Efeito hover - pulso suave */
.imagem-pulse:hover {
    transform: scale(1.05);
    animation: pulse-hover 1.5s ease-in-out infinite;
}

/* Animação de pulso no hover */
@keyframes pulse-hover {
    0%, 100% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.08);
    }
}

/* Versão com borda dourada */
.imagem-pulse-gold {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
}

.imagem-pulse-gold:hover {
    border-color: #d4af37;
    transform: scale(1.05);
    animation: pulse-gold 1.2s ease-in-out infinite;
}

@keyframes pulse-gold {
    0%, 100% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.08);
    }
}

/* Versão com efeito mais intenso */
.imagem-pulse-intense {
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.imagem-pulse-intense:hover {
    animation: pulse-intense 0.8s ease-in-out infinite;
}

@keyframes pulse-intense {
    0%, 100% {
        transform: scale(1);
        filter: brightness(1) contrast(1);
    }
    50% {
        transform: scale(1.1);
        filter: brightness(1.2) contrast(1.1);
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .imagem-pulse:hover,
    .imagem-pulse-gold:hover,
    .imagem-pulse-intense:hover {
        transform: scale(1.03);
        animation-duration: 1.2s;
    }
}

@media (max-width: 480px) {
    .imagem-pulse:hover,
    .imagem-pulse-gold:hover,
    .imagem-pulse-intense:hover {
        transform: scale(1.02);
        animation-duration: 1s;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f7344a */@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&display=swap');

/* Redes Sociais Táticas */
.social-tactical {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.social-header {
    font-family: 'Courier New', monospace;
    font-size: 0.7em;
    color: #d4af37;
    margin-bottom: 10px;
    letter-spacing: 2px;
    opacity: 0.6;
}

.social-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    color: #d4af37;
    text-decoration: none;
    border: 1px solid rgba(212, 175, 55, 0.3);
    background: rgba(212, 175, 55, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(5px);
    min-width: 60px;
}

.social-link::before {
    content: attr(data-platform);
    position: absolute;
    top: -8px;
    right: -8px;
    background: #d4af37;
    color: #000;
    font-size: 0.6em;
    padding: 2px 4px;
    border-radius: 2px;
    font-family: 'Courier New', monospace;
    font-weight: bold;
}

.social-link:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: #d4af37;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.social-link svg {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
}

.social-link:hover svg {
    transform: scale(1.2);
}

.social-label {
    font-size: 0.6em;
    font-family: 'Orbitron', monospace;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.8;
}

/* Efeitos específicos por rede social */
.social-link.youtube:hover {
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}

.social-link.tiktok:hover {
    box-shadow: 0 5px 15px rgba(255, 0, 80, 0.3);
}

.social-link.instagram:hover {
    box-shadow: 0 5px 15px rgba(225, 48, 108, 0.3);
}

/* Responsividade */
@media (max-width: 768px) {
    .social-icons {
        gap: 15px;
    }
    
    .social-link {
        min-width: 50px;
        padding: 8px;
    }
}
.social-tactical {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; /* ou absolute conforme necessário */
    width: 100%;
    height: 100%; /* ou altura desejada */
}

.social-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* para responsividade */
}/* End custom CSS */