/**
 * ==============================================
 * HERO SECTION CSS - EXPERIÊNCIA ÉPICA
 * ==============================================
 * 
 * Responsabilidade: Criar experiência visual INESQUECÍVEL
 * Efeitos: Matrix, Glitch, Neon, Partículas, Orbitais
 * Objetivo: VENDER com impacto visual máximo
 * 
 * @package Nuntius Theme - EPIC EDITION
 * @version 2.0.0 - LEGENDARY
 * @author Nuntius Team
 */

/* ===== HERO ÉPICO - EXPERIÊNCIA IMERSIVA ===== */
.services-hero-section {
    min-height: 75vh; /* Altura reduzida para 75vh */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: 
        radial-gradient(circle at 20% 30%, rgba(88, 101, 242, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(114, 137, 218, 0.2) 0%, transparent 50%),
        linear-gradient(135deg, #0a0a0f 0%, #1a1a2e 30%, #16213e 60%, #0f1419 100%);
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: calc(-50px);
    padding: 80px 0; /* Padding reduzido */
    animation: heroBackgroundPulse 8s ease-in-out infinite;
}

/* ===== CANVAS PARA EFEITOS ESPECIAIS ===== */
.hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

/* ===== LAYERS DE PROFUNDIDADE ===== */
.hero-depth-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.layer-1 {
    background: radial-gradient(circle at 50% 50%, rgba(88, 101, 242, 0.1) 0%, transparent 70%);
    animation: layerFloat1 12s ease-in-out infinite;
    z-index: 2;
}

.layer-2 {
    background: radial-gradient(circle at 30% 80%, rgba(114, 137, 218, 0.08) 0%, transparent 60%);
    animation: layerFloat2 15s ease-in-out infinite reverse;
    z-index: 3;
}

.layer-3 {
    background: radial-gradient(circle at 70% 20%, rgba(88, 101, 242, 0.05) 0%, transparent 80%);
    animation: layerFloat3 18s ease-in-out infinite;
    z-index: 4;
}

/* ===== CONTAINER PRINCIPAL ===== */
.services-hero-container {
    max-width: 1400px;
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    padding: 0 40px;
}

.services-hero-content {
    text-align: center;
    position: relative;
    z-index: 11;
}

/* ===== LOGO + TÍTULO ÉPICO ===== */
.hero-title-container {
    position: relative;
    margin-bottom: 2rem;
}

.hero-logo-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

/* ===== LOGO ANIMADA ===== */
.hero-logo-container {
    position: relative;
    animation: logoEntrance 2s ease-out;
}

.logo-glow-effect {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: radial-gradient(circle, rgba(88, 101, 242, 0.4), transparent 70%);
    border-radius: 15px;
    animation: logoGlow 3s ease-in-out infinite;
    z-index: -1;
}

.hero-logo {
    height: 80px; /* Altura otimizada */
    width: auto;
    border-radius: 10px;
    filter: 
        drop-shadow(0 0 10px rgba(88, 101, 242, 0.6))
        drop-shadow(0 0 20px rgba(88, 101, 242, 0.4))
        brightness(1.1)
        contrast(1.2);
    transition: all 0.3s ease;
    animation: logoFloat 4s ease-in-out infinite;
}

.hero-logo:hover {
    transform: scale(1.05) rotate(2deg);
    filter: 
        drop-shadow(0 0 15px rgba(88, 101, 242, 0.8))
        drop-shadow(0 0 30px rgba(88, 101, 242, 0.6))
        brightness(1.2)
        contrast(1.3);
}

.logo-particles-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.logo-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #5865f2;
    border-radius: 50%;
    animation: logoParticleFloat 3s linear infinite;
}

.logo-particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.logo-particle:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 1s;
}

.logo-particle:nth-child(3) {
    bottom: 25%;
    left: 70%;
    animation-delay: 2s;
}

/* ===== TÍTULO ATUALIZADO ===== */
.hero-title-text {
    position: relative;
}

.hero-glitch-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(88, 101, 242, 0.1), transparent);
    animation: glitchScan 3s linear infinite;
    z-index: 12;
}

.services-hero-title {
    font-size: 3.5rem; /* Tamanho reduzido para melhor leitura */
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 2px;
    text-shadow: 
        0 0 10px rgba(88, 101, 242, 0.8),
        0 0 20px rgba(88, 101, 242, 0.6),
        0 0 40px rgba(88, 101, 242, 0.4),
        2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra para melhor contraste */
    position: relative;
    overflow: hidden;
}

.services-hero-title::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #5865f2;
    animation: glitchEffect 4s infinite;
    z-index: -1;
}

.hero-text-reveal {
    display: inline-block;
    animation: textReveal 2s ease-out forwards;
    opacity: 0;
    transform: translateY(100px);
}

.hero-text-delay-1 {
    animation-delay: 0.5s;
}

/* ===== SUBTÍTULO NEON ===== */
.hero-subtitle-container {
    margin-bottom: 3rem;
}

.services-hero-subtitle {
    font-size: 2.2rem; /* Tamanho aumentado para melhor leitura */
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 2rem;
}

.neon-text {
    display: inline-block;
    color: #FFFFFF; /* Branco para melhor contraste */
    text-shadow: 
        0 0 10px #5865f2,
        0 0 20px #5865f2,
        0 0 30px #5865f2,
        2px 2px 4px rgba(0, 0, 0, 0.8), /* Sombra preta forte para contraste */
        0 0 20px currentColor;
    animation: neonFlicker 3s ease-in-out infinite;
    margin: 0 0.3rem;
}

.neon-delay-1 { animation-delay: 0.5s; }
.neon-delay-2 { animation-delay: 1s; }
.neon-delay-3 { animation-delay: 1.5s; }

/* ===== DESCRIÇÃO HOLOGRÁFICA ===== */
.hero-description-container {
    margin-bottom: 4rem;
}

.holographic-text {
    font-size: 1.4rem; /* Tamanho aumentado para melhor leitura */
    color: #FFFFFF; /* Branco sólido para máxima legibilidade */
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    text-shadow: 
        0 0 10px rgba(88, 101, 242, 0.5),
        2px 2px 4px rgba(0, 0, 0, 0.8); /* Sombra forte para contraste total */
    font-weight: 400;
    margin-bottom: 2rem;
}

.highlight-number {
    color: #FEE75C; /* Amarelo brilhante para destaque */
    font-weight: 800;
    text-shadow: 
        0 0 10px #FEE75C,
        0 0 20px #FEE75C,
        2px 2px 4px rgba(0, 0, 0, 0.8);
    text-shadow: 0 0 10px rgba(88, 101, 242, 0.8);
    animation: numberPulse 2s ease-in-out infinite;
}

/* ===== JONATHAN SILVA - CEO HERO SECTION ===== */
.jonathan-hero-container {
    position: relative;
    margin: 80px 0 60px 0;
    padding: 60px 0;
    background: radial-gradient(ellipse at center, rgba(88, 101, 242, 0.12), transparent);
}

.jonathan-spotlight {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(88, 101, 242, 0.4), transparent 70%);
    filter: blur(60px);
    animation: spotlightPulse 4s ease-in-out infinite;
    pointer-events: none;
}

.jonathan-profile-epic {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.jonathan-avatar-container {
    position: relative;
    width: 180px;
    height: 180px;
}

.jonathan-avatar-container .avatar-glow-ring {
    position: absolute;
    inset: -10px;
    border: 3px solid;
    border-radius: 50%;
    animation: ringRotate 8s linear infinite;
}

.jonathan-avatar-container .avatar-glow-ring.ring-1 {
    border-color: #5865F2 transparent #5865F2 transparent;
    animation-duration: 8s;
}

.jonathan-avatar-container .avatar-glow-ring.ring-2 {
    border-color: transparent #7289DA transparent #7289DA;
    animation-duration: 6s;
    animation-direction: reverse;
}

.jonathan-avatar-container .avatar-glow-ring.ring-3 {
    border-color: #FEE75C transparent #FEE75C transparent;
    animation-duration: 10s;
    inset: -20px;
}

.jonathan-avatar-container .avatar-power-aura {
    position: absolute;
    inset: -15px;
    background: radial-gradient(circle, rgba(88, 101, 242, 0.5), transparent);
    border-radius: 50%;
    filter: blur(20px);
    animation: auraPulse 3s ease-in-out infinite;
}

.jonathan-avatar-epic {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #5865F2;
    box-shadow: 
        0 0 30px rgba(88, 101, 242, 0.7),
        0 0 60px rgba(114, 137, 218, 0.5),
        inset 0 0 20px rgba(254, 231, 92, 0.2);
    position: relative;
    z-index: 2;
    object-fit: cover;
}

/* Avatar Icon Style */
.jonathan-avatar-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: linear-gradient(135deg, 
        rgba(88, 101, 242, 0.95) 0%, 
        rgba(114, 137, 218, 0.95) 50%,
        rgba(88, 101, 242, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.avatar-icon-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, 
        rgba(254, 231, 92, 0.15) 0%, 
        transparent 70%);
    animation: iconBgPulse 3s ease-in-out infinite;
}

.avatar-icon-main {
    font-size: 4rem;
    filter: drop-shadow(0 0 20px rgba(254, 231, 92, 0.8));
    animation: iconFloat 3s ease-in-out infinite;
    z-index: 2;
}

.avatar-icon-text {
    font-size: 1.2rem;
    font-weight: 900;
    color: #FEE75C;
    letter-spacing: 4px;
    text-shadow: 0 0 15px rgba(254, 231, 92, 0.8);
    z-index: 2;
}

@keyframes iconBgPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.jonathan-crown {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    filter: drop-shadow(0 0 15px rgba(254, 231, 92, 0.9));
    animation: crownFloat 3s ease-in-out infinite;
    z-index: 3;
}

.jonathan-credentials {
    text-align: left;
    max-width: 700px;
}

.jonathan-name {
    font-size: 2.8rem;
    font-weight: 900;
    background: linear-gradient(135deg, #5865F2, #7289DA, #FEE75C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.jonathan-title {
    font-size: 1.2rem;
    color: #FEE75C;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.jonathan-achievements {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    align-items: center;
    flex-wrap: wrap;
}

.achievement-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(88, 101, 242, 0.15);
    border: 2px solid rgba(88, 101, 242, 0.4);
    border-radius: 25px;
    transition: all 0.3s ease;
}

.achievement-item:hover {
    background: rgba(88, 101, 242, 0.25);
    border-color: #5865F2;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(88, 101, 242, 0.4);
}

.achievement-icon {
    font-size: 1.5rem;
    filter: drop-shadow(0 0 10px rgba(254, 231, 92, 0.6));
}

.achievement-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.achievement-divider {
    color: #7289DA;
    font-size: 1.5rem;
    opacity: 0.5;
}

.jonathan-quote {
    font-size: 1.3rem;
    font-style: italic;
    color: #fff;
    margin: 30px 0;
    padding-left: 20px;
    border-left: 4px solid #5865F2;
    text-shadow: 0 0 10px rgba(88, 101, 242, 0.3);
    line-height: 1.6;
}

.jonathan-links {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.jonathan-channel-link,
.jonathan-studio-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 35px;
    background: linear-gradient(135deg, #5865F2, #7289DA);
    border: 2px solid #5865F2;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 30px rgba(88, 101, 242, 0.5);
}

.jonathan-studio-link {
    background: linear-gradient(135deg, #FEE75C, #FFD700);
    border-color: #FEE75C;
    color: #0a0a0f;
    box-shadow: 0 0 30px rgba(254, 231, 92, 0.5);
}

.jonathan-channel-link:hover,
.jonathan-studio-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 50px rgba(88, 101, 242, 0.8);
}

.jonathan-studio-link:hover {
    box-shadow: 0 0 50px rgba(254, 231, 92, 0.8);
}

.jonathan-channel-link .link-icon,
.jonathan-studio-link .link-icon {
    font-size: 1.2rem;
}

.jonathan-channel-link .link-text,
.jonathan-studio-link .link-text {
    position: relative;
    z-index: 2;
}

.jonathan-channel-link .link-glow,
.jonathan-studio-link .link-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%);
    animation: linkGlowSlide 3s ease-in-out infinite;
}

/* Animações específicas */
@keyframes spotlightPulse {
    0%, 100% {
        opacity: 0.4;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

@keyframes ringRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes auraPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@keyframes crownFloat {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
}

@keyframes linkGlowSlide {
    0% {
        transform: translateX(-100%);
    }
    50%, 100% {
        transform: translateX(200%);
    }
}

/* ===== BOTÃO CTA ÉPICO ===== */
.hero-cta-container {
    margin-bottom: 3rem;
}

/* ===== BOTÃO CTA ÉPICO E FUNCIONAL ===== */
.hero-cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #5865F2, #7289DA);
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1.5rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(88, 101, 242, 0.3);
}

.hero-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #7289DA, #5865F2);
    transition: left 0.4s ease;
    z-index: -1;
}

.hero-cta-button:hover::before {
    left: 0;
}

.hero-cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 10px 30px rgba(88, 101, 242, 0.5),
        0 0 40px rgba(88, 101, 242, 0.3);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

/* CSS antigo do botão removido - agora usando versão limpa e funcional */

/* ===== SISTEMA ORBITAL ===== */
.hero-orbital-system {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    pointer-events: none;
    z-index: 5;
}

.orbital-ring {
    position: absolute;
    border: 1px solid rgba(88, 101, 242, 0.2);
    border-radius: 50%;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.ring-1 {
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: orbitalRotate 20s linear infinite;
}

.ring-2 {
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: orbitalRotate 30s linear infinite reverse;
}

.orbital-sphere {
    position: absolute;
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, #5865f2, #7289da);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(88, 101, 242, 0.8);
}

.sphere-1 { top: -4px; left: 50%; transform: translateX(-50%); }
.sphere-2 { bottom: -4px; left: 50%; transform: translateX(-50%); }
.sphere-3 { top: -4px; left: 50%; transform: translateX(-50%); }
.sphere-4 { right: -4px; top: 50%; transform: translateY(-50%); }
.sphere-5 { left: -4px; top: 50%; transform: translateY(-50%); }

/* ===== MATRIZ DE CÓDIGO ===== */
.hero-matrix-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.1;
}

.matrix-column {
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #5865f2, transparent);
    animation: matrixRain 4s linear infinite;
}

/* ===== ANIMAÇÕES KEYFRAMES ÉPICAS ===== */
@keyframes heroBackgroundPulse {
    0%, 100% { filter: hue-rotate(0deg) brightness(1); }
    50% { filter: hue-rotate(10deg) brightness(1.1); }
}

@keyframes layerFloat1 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg); }
    33% { transform: translateX(20px) translateY(-10px) rotate(1deg); }
    66% { transform: translateX(-15px) translateY(5px) rotate(-1deg); }
}

@keyframes layerFloat2 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg); }
    50% { transform: translateX(-25px) translateY(15px) rotate(2deg); }
}

@keyframes layerFloat3 {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg); }
    25% { transform: translateX(15px) translateY(-20px) rotate(-1deg); }
    75% { transform: translateX(-10px) translateY(10px) rotate(1deg); }
}

@keyframes glitchScan {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100vw); }
}

@keyframes glitchEffect {
    0% { transform: translateX(0); }
    20% { transform: translateX(-2px); }
    40% { transform: translateX(2px); }
    60% { transform: translateX(-1px); }
    80% { transform: translateX(1px); }
    100% { transform: translateX(0); }
}

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

@keyframes neonFlicker {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

@keyframes holographicShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes numberPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes particleFloat {
    0%, 100% { transform: translateY(0) opacity(1); }
    50% { transform: translateY(-10px) opacity(0.5); }
}

@keyframes orbitalRotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes matrixRain {
    0% { transform: translateY(-100%); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(100vh); opacity: 0; }
}

/* ===== ANIMAÇÕES DA LOGO ===== */
@keyframes logoEntrance {
    0% {
        opacity: 0;
        transform: translateX(-100px) rotate(-10deg) scale(0.5);
    }
    50% {
        opacity: 0.7;
        transform: translateX(10px) rotate(2deg) scale(1.1);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0deg) scale(1);
    }
}

@keyframes logoGlow {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.1);
    }
}

@keyframes logoFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(1deg);
    }
    75% {
        transform: translateY(3px) rotate(-1deg);
    }
}

@keyframes logoParticleFloat {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    50% {
        opacity: 0.5;
        transform: translateY(-15px) scale(1.2);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ===== TÍTULO NUNTIUS IGUAL DA HOME ===== */
.nuntius-title {
    font-family: 'Orbitron', monospace;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    margin-bottom: 1.5rem;
    text-align: center;
    text-shadow: 0 10px 30px rgba(88, 101, 242, 0.3);
    background: linear-gradient(45deg, #5865F2, #FEE75C, #5865F2, #FFFFFF);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FFFFFF;
    animation: epicGradientFlow 4s ease-in-out infinite;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    z-index: 10;
}

@keyframes epicGradientFlow {
    0%, 100% {
        background-position: 0% 50%;
        transform: scale(1);
    }
    25% {
        background-position: 100% 25%;
        transform: scale(1.02);
    }
    50% {
        background-position: 200% 50%;
        transform: scale(1);
    }
    75% {
        background-position: 100% 75%;
        transform: scale(1.02);
    }
}

/* ===== RESPONSIVE ÉPICO ===== */
@media screen and (max-width: 768px) {
    .services-hero-section {
        min-height: 90vh;
        padding-top: 80px;
    }
    
    .services-hero-title {
        font-size: 3rem;
    }
    
    .services-hero-subtitle {
        font-size: 1.6rem;
    }
    
    .holographic-text {
        font-size: 1.1rem;
    }
    
    .hero-orbital-system {
        width: 400px;
        height: 400px;
    }
    
    .ring-1 { width: 200px; height: 200px; }
    .ring-2 { width: 350px; height: 350px; }
    
    .matrix-column {
        display: none;
    }

    /* Jonathan Silva responsive */
    .jonathan-profile-epic {
        flex-direction: column;
        gap: 40px;
    }

    .jonathan-credentials {
        text-align: center;
    }

    .jonathan-achievements {
        justify-content: center;
    }

    .jonathan-links {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .services-hero-title {
        font-size: 2.2rem;
        letter-spacing: 1px;
    }
    
    .services-hero-subtitle {
        font-size: 1.3rem;
    }
    
    .hero-epic-button {
        padding: 1.2rem 2rem;
        font-size: 1rem;
    }

    /* Jonathan Silva mobile */
    .jonathan-avatar-container,
    .jonathan-avatar-epic {
        width: 120px;
        height: 120px;
    }

    .jonathan-name {
        font-size: 1.8rem;
    }

    .jonathan-quote {
        font-size: 1.1rem;
    }

    .achievement-item {
        padding: 8px 14px;
    }

    .achievement-text {
        font-size: 0.75rem;
    }
    
    .hero-orbital-system {
        width: 300px;
        height: 300px;
    }
}