/* BLACK CONSULTAS - Design Futurista */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Inter:wght@300;400;600;700;800&display=swap');

:root {
    --electric-blue: #00d4ff;
    --electric-blue-dark: #0099cc;
    --electric-blue-light: #33ddff;
    --electric-blue-bright: #66e6ff;
    --black: #000000;
    --dark-gray: #0f0f0f;
    --darker-gray: #050505;
    --gray: #1a1a1a;
    --light-gray: #262626;
    --white: #ffffff;
    --text-gray: #d4d4d4;
    --text-light: #f5f5f5;
    --glow-blue: rgba(0, 212, 255, 0.2);
    --glow-blue-strong: rgba(0, 212, 255, 0.35);
    --glow-blue-intense: rgba(0, 212, 255, 0.5);
    --bg-section: rgba(15, 15, 15, 0.6);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--black);
    color: var(--text-gray);
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
    font-size: 16px;
}

/* Garantir que conteúdo fique acima das partículas */
.navbar,
.section,
.hero {
    position: relative;
    z-index: 1;
}

/* Partículas de Background */
.particles-container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
    z-index: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    display: block !important;
    visibility: visible !important;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: var(--electric-blue);
    will-change: transform, opacity;
    display: block;
    visibility: visible;
}

/* Tamanhos variados de partículas */
.particle-small {
    width: 8px;
    height: 8px;
    background: var(--electric-blue);
    box-shadow: 
        0 0 15px var(--electric-blue),
        0 0 30px var(--electric-blue),
        0 0 45px rgba(0, 212, 255, 1),
        0 0 60px rgba(0, 212, 255, 0.8);
    opacity: 1 !important;
}

.particle-medium {
    width: 12px;
    height: 12px;
    background: var(--electric-blue-light);
    box-shadow: 
        0 0 20px var(--electric-blue),
        0 0 40px var(--electric-blue),
        0 0 60px rgba(0, 212, 255, 1),
        0 0 80px rgba(0, 212, 255, 0.9);
    opacity: 1 !important;
}

.particle-large {
    width: 16px;
    height: 16px;
    background: var(--electric-blue-light);
    box-shadow: 
        0 0 25px var(--electric-blue),
        0 0 50px var(--electric-blue),
        0 0 75px rgba(0, 212, 255, 1),
        0 0 100px rgba(0, 212, 255, 1);
    opacity: 1 !important;
}

/* Distribuição e animação das partículas */
.particle:nth-child(1) { left: 5%; animation-duration: 18s; animation-delay: 0s; }
.particle:nth-child(2) { left: 8%; animation-duration: 22s; animation-delay: 1s; }
.particle:nth-child(3) { left: 12%; animation-duration: 20s; animation-delay: 2s; }
.particle:nth-child(4) { left: 15%; animation-duration: 25s; animation-delay: 0.5s; }
.particle:nth-child(5) { left: 18%; animation-duration: 19s; animation-delay: 3s; }
.particle:nth-child(6) { left: 22%; animation-duration: 23s; animation-delay: 1.5s; }
.particle:nth-child(7) { left: 25%; animation-duration: 21s; animation-delay: 4s; }
.particle:nth-child(8) { left: 28%; animation-duration: 24s; animation-delay: 2.5s; }
.particle:nth-child(9) { left: 32%; animation-duration: 17s; animation-delay: 5s; }
.particle:nth-child(10) { left: 35%; animation-duration: 26s; animation-delay: 1s; }
.particle:nth-child(11) { left: 38%; animation-duration: 20s; animation-delay: 3.5s; }
.particle:nth-child(12) { left: 42%; animation-duration: 22s; animation-delay: 2s; }
.particle:nth-child(13) { left: 45%; animation-duration: 19s; animation-delay: 4.5s; }
.particle:nth-child(14) { left: 48%; animation-duration: 25s; animation-delay: 1.5s; }
.particle:nth-child(15) { left: 52%; animation-duration: 18s; animation-delay: 6s; }
.particle:nth-child(16) { left: 55%; animation-duration: 23s; animation-delay: 2.5s; }
.particle:nth-child(17) { left: 58%; animation-duration: 21s; animation-delay: 4s; }
.particle:nth-child(18) { left: 62%; animation-duration: 24s; animation-delay: 1s; }
.particle:nth-child(19) { left: 65%; animation-duration: 20s; animation-delay: 3.5s; }
.particle:nth-child(20) { left: 68%; animation-duration: 22s; animation-delay: 2s; }
.particle:nth-child(21) { left: 72%; animation-duration: 19s; animation-delay: 5.5s; }
.particle:nth-child(22) { left: 75%; animation-duration: 26s; animation-delay: 1.5s; }
.particle:nth-child(23) { left: 78%; animation-duration: 18s; animation-delay: 4s; }
.particle:nth-child(24) { left: 82%; animation-duration: 23s; animation-delay: 2.5s; }
.particle:nth-child(25) { left: 85%; animation-duration: 21s; animation-delay: 6s; }
.particle:nth-child(26) { left: 88%; animation-duration: 24s; animation-delay: 1s; }
.particle:nth-child(27) { left: 92%; animation-duration: 20s; animation-delay: 3.5s; }
.particle:nth-child(28) { left: 7%; animation-duration: 22s; animation-delay: 2s; }
.particle:nth-child(29) { left: 17%; animation-duration: 19s; animation-delay: 5s; }
.particle:nth-child(30) { left: 27%; animation-duration: 25s; animation-delay: 1.5s; }
.particle:nth-child(31) { left: 37%; animation-duration: 21s; animation-delay: 4s; }
.particle:nth-child(32) { left: 47%; animation-duration: 23s; animation-delay: 2s; }
.particle:nth-child(33) { left: 57%; animation-duration: 20s; animation-delay: 5.5s; }
.particle:nth-child(34) { left: 67%; animation-duration: 24s; animation-delay: 1s; }
.particle:nth-child(35) { left: 77%; animation-duration: 18s; animation-delay: 3.5s; }
.particle:nth-child(36) { left: 87%; animation-duration: 22s; animation-delay: 2.5s; }
.particle:nth-child(37) { left: 10%; animation-duration: 26s; animation-delay: 0.5s; }
.particle:nth-child(38) { left: 20%; animation-duration: 17s; animation-delay: 4.5s; }
.particle:nth-child(39) { left: 30%; animation-duration: 24s; animation-delay: 2s; }
.particle:nth-child(40) { left: 40%; animation-duration: 19s; animation-delay: 5s; }
.particle:nth-child(41) { left: 50%; animation-duration: 23s; animation-delay: 1.5s; }
.particle:nth-child(42) { left: 60%; animation-duration: 21s; animation-delay: 4s; }
.particle:nth-child(43) { left: 70%; animation-duration: 25s; animation-delay: 2.5s; }
.particle:nth-child(44) { left: 80%; animation-duration: 18s; animation-delay: 6s; }
.particle:nth-child(45) { left: 90%; animation-duration: 22s; animation-delay: 1s; }
.particle:nth-child(46) { left: 95%; animation-duration: 20s; animation-delay: 3.5s; }

/* Variações de opacidade para profundidade - removido para melhor visibilidade */

@keyframes float {
    0% {
        transform: translateY(100vh) translateX(0) scale(0.8) rotate(0deg);
        opacity: 0.6;
    }
    5% {
        opacity: 0.9;
    }
    15% {
        opacity: 1;
    }
    50% {
        transform: translateY(50vh) translateX(calc(var(--drift) * 1px)) scale(1) rotate(180deg);
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    95% {
        opacity: 0.9;
    }
    100% {
        transform: translateY(-10vh) translateX(calc(var(--drift) * -1px)) scale(0.8) rotate(360deg);
        opacity: 0.6;
    }
}

/* Animação aleatória para partículas - movimento simples e contínuo */
@keyframes floatRandom {
    0% {
        transform: translate(0, 0) scale(1) rotate(0deg);
        opacity: 0.8;
    }
    50% {
        transform: translate(calc(var(--move-x) * 300), calc(var(--move-y) * 300)) scale(1) rotate(180deg);
        opacity: 1;
    }
    100% {
        transform: translate(calc(var(--move-x) * 600), calc(var(--move-y) * 600)) scale(1) rotate(360deg);
        opacity: 0.8;
    }
}

/* Adiciona movimento lateral variado */
.particle:nth-child(3n) {
    --drift: 30;
}

.particle:nth-child(3n+1) {
    --drift: -25;
}

.particle:nth-child(3n+2) {
    --drift: 40;
}

.particle:nth-child(5n) {
    --drift: -35;
}

.particle:nth-child(7n) {
    --drift: 45;
}

/* Scrollbar customizada */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--darker-gray);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--electric-blue), var(--electric-blue-dark));
    border-radius: 6px;
    box-shadow: 0 0 10px var(--glow-blue);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--electric-blue-light), var(--electric-blue));
    box-shadow: 0 0 15px var(--glow-blue-strong);
}

/* Background animado com grid pattern e partículas */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 212, 255, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 212, 255, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 50% 20%, rgba(0, 212, 255, 0.02) 0%, transparent 50%),
        var(--black);
    z-index: -2;
    animation: pulse 15s ease-in-out infinite;
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 212, 255, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 212, 255, 0.015) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: -1;
    animation: gridMove 20s linear infinite;
    pointer-events: none;
    opacity: 0.5;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.05); }
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

/* Container principal */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header/Navbar */
.navbar {
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.logo-img {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 0 10px var(--glow-blue));
    transition: all 0.3s ease;
    animation: logoPulse 3s ease-in-out infinite;
}

.logo:hover .logo-img {
    filter: drop-shadow(0 0 15px var(--glow-blue-strong));
    transform: rotate(5deg);
}

.logo-text {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--electric-blue);
    text-shadow: 
        0 0 10px var(--glow-blue),
        0 0 20px var(--glow-blue),
        0 0 30px var(--glow-blue);
    letter-spacing: 3px;
    background: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light), var(--electric-blue));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: logoTextShine 3s linear infinite;
    transition: all 0.3s ease;
}

.logo:hover .logo-text {
    text-shadow: 
        0 0 15px var(--glow-blue-strong),
        0 0 30px var(--glow-blue-strong),
        0 0 45px var(--glow-blue);
}

@keyframes logoPulse {
    0%, 100% { 
        filter: drop-shadow(0 0 10px var(--glow-blue));
        transform: scale(1);
    }
    50% { 
        filter: drop-shadow(0 0 15px var(--glow-blue-strong));
        transform: scale(1.05);
    }
}

@keyframes logoTextShine {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* Logo apenas texto (fallback) */
.logo:not(:has(.logo-img)) {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--electric-blue);
    text-shadow: 
        0 0 10px var(--glow-blue),
        0 0 20px var(--glow-blue),
        0 0 30px var(--glow-blue);
    letter-spacing: 3px;
    background: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: logoGlow 3s ease-in-out infinite;
}

@keyframes logoGlow {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.3); }
}

.nav-links {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    align-items: center;
}

.nav-links a {
    color: var(--text-gray);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 6px;
    background: transparent;
}

.nav-links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 212, 255, 0.05));
    border-radius: 6px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--electric-blue), transparent);
    transition: width 0.4s ease;
    box-shadow: 0 0 10px var(--glow-blue);
    border-radius: 2px;
}

.nav-links a:hover {
    color: var(--electric-blue);
    text-shadow: 0 0 10px var(--glow-blue);
    transform: translateY(-2px);
}

.nav-links a:hover::before {
    opacity: 1;
}

.nav-links a:hover::after {
    width: 80%;
}

.nav-links a:active {
    transform: translateY(0);
}

.nav-links a span {
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: all 0.3s ease;
}

.nav-links a:hover span {
    transform: scale(1.05);
}

/* Efeito de partículas nos links ao hover */
.nav-links a {
    overflow: hidden;
}

.nav-links a:hover {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.15), rgba(0, 212, 255, 0.08));
    box-shadow: 
        0 0 15px rgba(0, 212, 255, 0.2),
        inset 0 0 15px rgba(0, 212, 255, 0.1);
}

/* Link ativo (quando na seção) */
.nav-links a.active {
    color: var(--electric-blue);
    text-shadow: 0 0 10px var(--glow-blue);
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(0, 212, 255, 0.1));
    box-shadow: 
        0 0 20px rgba(0, 212, 255, 0.3),
        inset 0 0 20px rgba(0, 212, 255, 0.15);
}

.nav-links a.active::after {
    width: 80%;
    background: linear-gradient(90deg, transparent, var(--electric-blue-light), transparent);
    box-shadow: 0 0 15px var(--glow-blue-strong);
}

/* Botões */
.btn {
    display: inline-block;
    padding: 16px 40px;
    border: 2px solid var(--electric-blue);
    background: transparent;
    color: var(--electric-blue);
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif;
    box-shadow: 
        0 0 20px rgba(0, 212, 255, 0.32),
        0 0 40px rgba(0, 212, 255, 0.16),
        inset 0 0 20px rgba(0, 212, 255, 0.08);
    z-index: 1;
}

.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.32), transparent);
    transform: translate(-50%, -50%);
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1), height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.btn::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        var(--electric-blue), 
        var(--electric-blue-light), 
        var(--electric-blue-bright),
        var(--electric-blue-light),
        var(--electric-blue));
    background-size: 300% 300%;
    border-radius: 12px;
    opacity: 0;
    z-index: -2;
    animation: borderGlow 3s ease-in-out infinite;
    filter: blur(8px);
    transition: opacity 0.5s;
}

.btn:hover::before {
    width: 400px;
    height: 400px;
}

.btn:hover::after {
    opacity: 1;
}

.btn:hover {
    background: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light));
    color: var(--black);
    border-color: var(--electric-blue-light);
    box-shadow: 
        0 0 40px var(--glow-blue-strong),
        0 0 80px rgba(0, 212, 255, 0.48),
        0 0 120px rgba(0, 212, 255, 0.32),
        inset 0 0 30px rgba(0, 212, 255, 0.24);
    transform: translateY(-5px) scale(1.05);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.btn:active {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 
        0 0 30px var(--glow-blue),
        0 0 60px rgba(0, 212, 255, 0.32),
        inset 0 0 20px rgba(0, 212, 255, 0.16);
}

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

.btn-primary {
    background: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light), var(--electric-blue));
    background-size: 200% auto;
    color: var(--black);
    border: 2px solid var(--electric-blue);
    box-shadow: 
        0 0 30px var(--glow-blue),
        0 0 60px rgba(0, 212, 255, 0.32),
        inset 0 0 25px rgba(0, 212, 255, 0.24),
        inset 0 2px 10px rgba(255, 255, 255, 0.1);
    animation: btnPulse 2.5s ease-in-out infinite, btnGradient 3s ease infinite;
    position: relative;
}

.btn-primary::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
}

.btn-primary::after {
    opacity: 0.6;
    filter: blur(12px);
}

@keyframes btnPulse {
    0%, 100% { 
        box-shadow: 
            0 0 30px var(--glow-blue),
            0 0 60px rgba(0, 212, 255, 0.4),
            inset 0 0 25px rgba(0, 212, 255, 0.3),
            inset 0 2px 10px rgba(255, 255, 255, 0.1);
    }
    50% { 
        box-shadow: 
            0 0 50px var(--glow-blue-strong),
            0 0 100px rgba(0, 212, 255, 0.48),
            0 0 150px rgba(0, 212, 255, 0.32),
            inset 0 0 35px rgba(0, 212, 255, 0.32),
            inset 0 2px 15px rgba(255, 255, 255, 0.2);
    }
}

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

.btn-primary:hover {
    background: linear-gradient(135deg, var(--electric-blue-light), var(--electric-blue-bright), var(--electric-blue-light));
    background-size: 200% auto;
    animation: btnGradient 1.5s ease infinite;
    box-shadow: 
        0 0 50px var(--glow-blue-strong),
        0 0 100px rgba(0, 212, 255, 0.56),
        0 0 150px rgba(0, 212, 255, 0.4),
        0 0 200px rgba(0, 212, 255, 0.24),
        inset 0 0 40px rgba(0, 212, 255, 0.32),
        inset 0 2px 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-6px) scale(1.08);
    border-color: var(--electric-blue-bright);
}

.btn-primary:active {
    transform: translateY(-3px) scale(1.04);
    animation: none;
    box-shadow: 
        0 0 40px var(--glow-blue),
        0 0 80px rgba(0, 212, 255, 0.4),
        inset 0 0 30px rgba(0, 212, 255, 0.24);
}

/* Efeito de partículas nos botões primary */
.btn-primary:hover::before {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, 
        rgba(255, 255, 255, 0.4) 0%,
        rgba(0, 212, 255, 0.24) 30%,
        rgba(0, 212, 255, 0.16) 60%,
        transparent 100%);
}

/* Efeito de brilho nos textos dos botões */
.btn {
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.4);
}

.btn-primary {
    text-shadow: 
        0 0 10px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(0, 212, 255, 0.24);
}

.btn-primary:hover {
    text-shadow: 
        0 0 15px rgba(0, 0, 0, 0.7),
        0 0 30px rgba(0, 212, 255, 0.4);
}

/* Efeito de loading nos botões */
.btn.loading {
    pointer-events: none;
    opacity: 0.8;
    position: relative;
}

.btn.loading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 3px solid rgba(0, 212, 255, 0.24);
    border-top-color: var(--electric-blue);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1;
}

.btn.loading span {
    opacity: 0;
}

/* Botões pequenos */
.btn-sm {
    padding: 10px 25px;
    font-size: 0.9rem;
}

/* Botões grandes */
.btn-lg {
    padding: 20px 50px;
    font-size: 1.2rem;
}

/* Botão com ícone */
.btn-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-icon::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: currentColor;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

/* Efeito de shimmer nos botões primary */
.btn-primary {
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s;
}

.btn-primary:hover::before {
    left: 100%;
    animation: shimmer 0.8s ease-in-out;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.btn-secondary {
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--text-light);
    background: transparent;
}

.btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.05);
    color: var(--white);
}

.btn-secondary::after {
    background: linear-gradient(45deg, 
        var(--light-gray), 
        var(--gray), 
        var(--light-gray));
}

.btn-secondary:hover {
    border-color: var(--electric-blue);
    color: var(--electric-blue);
    box-shadow: 
        0 0 25px rgba(0, 212, 255, 0.24),
        0 0 50px rgba(0, 212, 255, 0.16),
        inset 0 0 20px rgba(0, 212, 255, 0.08);
    background: rgba(0, 212, 255, 0.08);
    transform: translateY(-3px) scale(1.03);
}

.btn-secondary:hover::after {
    opacity: 0.4;
    background: linear-gradient(45deg, 
        var(--electric-blue), 
        var(--electric-blue-light), 
        var(--electric-blue));
}

/* Hero Section */
.hero {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50px;
    color: var(--electric-blue);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: var(--electric-blue);
    border-radius: 50%;
    display: inline-block;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-light);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.hero-highlight {
    color: var(--electric-blue);
    display: block;
}

.hero-description {
    font-size: 1.25rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 600px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--glow-blue) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
    z-index: -1;
}

@keyframes float {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.8; }
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.service-card {
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2.5rem;
    text-align: left;
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: rgba(0, 212, 255, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 212, 255, 0.15);
}

.service-card.featured {
    border-color: rgba(0, 212, 255, 0.4);
    background: rgba(26, 26, 26, 0.95);
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.1);
}

.service-icon {
    width: 64px;
    height: 64px;
    color: var(--electric-blue);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
}

.service-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.service-description {
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-gray);
    font-size: 0.95rem;
}

.feature-dot {
    width: 6px;
    height: 6px;
    background: var(--electric-blue);
    border-radius: 50%;
    flex-shrink: 0;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

/* Hero Social Proof */
.hero-social-proof {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.social-proof-item {
    text-align: center;
}

.social-proof-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--electric-blue);
    margin-bottom: 0.25rem;
}

.social-proof-label {
    font-size: 0.875rem;
    color: var(--text-gray);
}

.social-proof-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
}

/* Trust Badges */
.trust-badges {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 50px;
    color: var(--electric-blue);
    font-size: 0.875rem;
    font-weight: 600;
}

.trust-badge svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

/* Cards */
.card {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9), rgba(20, 20, 20, 0.8));
    border: 1px solid var(--gray);
    border-radius: 15px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(20px) saturate(180%);
    position: relative;
    overflow: hidden;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.08), transparent);
    transition: left 0.5s;
}

.card:hover::before {
    left: 100%;
}

.card:hover {
    border-color: var(--electric-blue);
    border-image: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light)) 1;
    box-shadow: 
        0 0 30px var(--glow-blue),
        0 0 60px rgba(0, 212, 255, 0.24),
        inset 0 0 30px rgba(0, 212, 255, 0.08);
    transform: translateY(-8px) scale(1.02);
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(15, 30, 40, 0.9));
}

.card-title {
    font-size: 1.5rem;
    color: var(--electric-blue);
    margin-bottom: 1rem;
    font-weight: 700;
}

.card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.card p {
    color: #e0e0e0;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0.5rem;
}

/* Grid de módulos */
.modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 3rem 0;
}

.module-card {
    background: rgba(26, 26, 26, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.module-card:hover {
    border-color: rgba(0, 212, 255, 0.4);
    background: rgba(26, 26, 26, 0.8);
    transform: translateY(-4px);
}

.module-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.08) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.module-card:hover::after {
    opacity: 1;
}

.module-card:hover {
    border-color: var(--electric-blue);
    border-image: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light), var(--electric-blue)) 1;
    box-shadow: 
        0 0 30px var(--glow-blue),
        0 0 50px rgba(0, 212, 255, 0.32),
        inset 0 0 20px rgba(0, 212, 255, 0.08);
    transform: translateY(-8px) scale(1.03);
    background: linear-gradient(135deg, rgba(26, 26, 26, 1), rgba(10, 25, 35, 0.95));
}

.module-icon {
    width: 48px;
    height: 48px;
    color: var(--electric-blue);
    margin: 0 auto;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--electric-blue);
}

.module-card:hover .module-icon {
    transform: scale(1.1);
    color: var(--electric-blue-light);
}

.module-name {
    font-size: 1.1rem;
    color: var(--text-light);
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.module-description {
    font-size: 0.875rem;
    color: var(--text-gray);
    line-height: 1.5;
    opacity: 0.8;
}

/* Modules Section */
.modules-section {
    margin-top: 4rem;
}

.modules-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-light);
    text-align: center;
    margin-bottom: 0.75rem;
}

.modules-section-subtitle {
    font-size: 1rem;
    color: var(--text-gray);
    text-align: center;
    margin-bottom: 2rem;
}

/* Seções */
.section {
    padding: 6rem 0;
}

.section-alt {
    background: var(--bg-section);
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 50px;
    color: var(--electric-blue);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.section-title {
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--text-light);
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--text-gray);
    text-align: center;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

/* Planos */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 3rem 0;
}

.plan-card {
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.plan-card.featured-plan {
    border-color: rgba(0, 212, 255, 0.4);
    background: rgba(26, 26, 26, 0.95);
}

.plan-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.375rem 0.75rem;
    background: var(--electric-blue);
    color: var(--black);
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--electric-blue), var(--electric-blue-light), var(--electric-blue));
    transform: scaleX(0);
    transition: transform 0.4s ease;
    box-shadow: 0 0 20px var(--glow-blue);
}

.plan-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.12) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.plan-card:hover::before {
    transform: scaleX(1);
}

.plan-card:hover::after {
    opacity: 1;
}

.plan-card:hover {
    border-color: var(--electric-blue);
    border-image: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light), var(--electric-blue)) 1;
    box-shadow: 
        0 0 40px var(--glow-blue),
        0 0 80px rgba(0, 212, 255, 0.32),
        inset 0 0 40px rgba(0, 212, 255, 0.08);
    transform: translateY(-12px) scale(1.03);
    background: linear-gradient(135deg, rgba(26, 26, 26, 1), rgba(5, 15, 25, 0.95));
}

.plan-name {
    font-size: 1.5rem;
    color: var(--text-light);
    margin-bottom: 1rem;
    font-weight: 700;
}

.plan-price {
    font-size: 2.5rem;
    color: var(--electric-blue);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.plan-period {
    color: var(--text-gray);
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 0.95rem;
}

.plan-features {
    list-style: none;
    margin-bottom: 2rem;
    text-align: left;
}

.plan-features li {
    padding: 0.5rem 0;
    color: var(--text-gray);
    font-weight: 400;
    text-align: left;
}

.plan-features li::before {
    content: '✓ ';
    color: var(--electric-blue);
    font-weight: bold;
    margin-right: 0.5rem;
}

/* About Section */
.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-text {
    max-width: 600px;
}

.about-title {
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.about-description {
    font-size: 1.125rem;
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* Guarantees */
.guarantees {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.guarantee-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(0, 212, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.1);
    border-radius: 12px;
}

.guarantee-item svg {
    width: 24px;
    height: 24px;
    color: var(--electric-blue);
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.guarantee-item strong {
    display: block;
    color: var(--text-light);
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.guarantee-item p {
    color: var(--text-gray);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.5;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.stat-card {
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    border-color: rgba(0, 212, 255, 0.3);
    transform: translateY(-4px);
}

.stat-icon {
    width: 48px;
    height: 48px;
    color: var(--electric-blue);
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
}

.stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--electric-blue);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.95rem;
    color: var(--text-gray);
}

/* API Card */
.api-card {
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 3rem;
    max-width: 800px;
    margin: 0 auto;
}

.api-content {
    text-align: left;
}

.api-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.api-code {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1.5rem;
    color: var(--electric-blue);
    font-family: 'Courier New', monospace;
    font-size: 0.95rem;
    overflow-x: auto;
    margin-bottom: 2rem;
}

.api-features {
    margin-bottom: 2rem;
}

.api-features h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 1rem;
}

/* Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: rgba(26, 26, 26, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    border-color: rgba(0, 212, 255, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 212, 255, 0.1);
}

.testimonial-rating {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.testimonial-text {
    color: var(--text-gray);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.testimonial-avatar svg {
    width: 24px;
    height: 24px;
    color: var(--electric-blue);
    stroke: currentColor;
}

.testimonial-author strong {
    display: block;
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.testimonial-author span {
    display: block;
    color: var(--text-gray);
    font-size: 0.85rem;
}

/* Footer */
.footer {
    background: var(--darker-gray);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4rem 0 2rem;
    margin-top: 6rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.2);
    border-radius: 50%;
    color: var(--electric-blue);
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: rgba(0, 212, 255, 0.2);
    transform: translateY(-2px);
}

.footer-social svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    color: var(--electric-blue);
    margin-bottom: 1rem;
}

.footer-section a {
    color: var(--text-gray);
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: var(--electric-blue);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-gray);
}

/* Modal Melhorado */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.modal-content {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.98), rgba(15, 20, 30, 0.95));
    border: 2px solid var(--electric-blue);
    border-radius: 20px;
    padding: 3rem;
    max-width: 500px;
    width: 90%;
    position: relative;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 40px var(--glow-blue);
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: var(--electric-blue);
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: rgba(0, 212, 255, 0.1);
    transform: rotate(90deg);
}

.modal-title {
    color: var(--electric-blue);
    margin-bottom: 1rem;
    font-size: 1.75rem;
    font-weight: 700;
}

.modal-description {
    color: var(--text-gray);
    margin-bottom: 2rem;
    font-size: 1rem;
}

.modal-form {
    margin-bottom: 1.5rem;
}

.modal-result {
    display: none;
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid var(--electric-blue);
    border-radius: 10px;
}

.modal-result pre {
    color: var(--text-gray);
    white-space: pre-wrap;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

.btn-full {
    width: 100%;
}

/* Formulários */
.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    color: var(--text-gray);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.form-input {
    width: 100%;
    padding: 14px 18px;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(20, 20, 20, 0.9));
    border: 2px solid var(--gray);
    border-radius: 8px;
    color: var(--white);
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.form-input:focus {
    outline: none;
    border-color: var(--electric-blue);
    border-image: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light)) 1;
    box-shadow: 
        0 0 20px var(--glow-blue),
        0 0 40px rgba(0, 212, 255, 0.3),
        inset 0 0 20px rgba(0, 212, 255, 0.1);
    background: linear-gradient(135deg, rgba(26, 26, 26, 1), rgba(15, 25, 35, 0.95));
    transform: scale(1.02);
}

.form-input::placeholder {
    color: var(--light-gray);
}

/* Dashboard */
.dashboard-container {
    display: flex;
    min-height: 100vh;
}

.main-content-full {
    width: 100%;
    padding: 0;
}

.sidebar {
    width: 250px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.98), rgba(15, 15, 15, 0.95));
    border-right: 2px solid var(--gray);
    padding: 2rem 0;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    backdrop-filter: blur(20px);
    box-shadow: 2px 0 30px rgba(0, 212, 255, 0.08);
    display: none; /* Ocultar sidebar */
}

.sidebar-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 2rem;
    margin-bottom: 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sidebar-logo:hover {
    transform: scale(1.05);
}

.sidebar-logo .logo-img {
    height: 35px;
    width: auto;
    filter: drop-shadow(0 0 8px var(--glow-blue));
}

.sidebar-logo .logo-text {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px var(--glow-blue);
    letter-spacing: 2px;
}

.sidebar-menu {
    list-style: none;
}

.sidebar-menu li {
    margin-bottom: 0.5rem;
}

.sidebar-menu a {
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    color: var(--text-gray);
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.sidebar-menu a:hover,
.sidebar-menu a.active {
    background: linear-gradient(90deg, rgba(0, 212, 255, 0.12), rgba(0, 212, 255, 0.04));
    border-left-color: var(--electric-blue);
    border-left-width: 4px;
    color: var(--electric-blue);
    text-shadow: 0 0 10px var(--glow-blue);
    box-shadow: inset 0 0 20px rgba(0, 212, 255, 0.08);
}

.sidebar-icon {
    margin-right: 0.75rem;
    font-size: 1.2rem;
}

.main-content {
    margin-left: 250px;
    flex: 1;
    padding: 2rem;
}

.main-content-full {
    width: 100%;
    padding: 0;
}

.dashboard-header {
    margin-bottom: 2rem;
}

.dashboard-title {
    font-size: 2rem;
    color: var(--white);
    margin-bottom: 0.5rem;
}

.dashboard-subtitle {
    color: var(--text-gray);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(15, 20, 30, 0.9));
    border: 2px solid var(--gray);
    border-radius: 15px;
    padding: 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--electric-blue), var(--electric-blue-light), var(--electric-blue));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.stat-card:hover::before {
    transform: scaleX(1);
}

.stat-card:hover {
    border-color: var(--electric-blue);
    box-shadow: 
        0 0 25px var(--glow-blue),
        0 0 50px rgba(0, 212, 255, 0.24),
        inset 0 0 20px rgba(0, 212, 255, 0.08);
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(135deg, rgba(26, 26, 26, 1), rgba(10, 20, 30, 0.95));
}

.stat-value {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.5rem;
    background: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 20px var(--glow-blue);
    filter: drop-shadow(0 0 10px var(--glow-blue));
}

.stat-label {
    color: var(--text-gray);
    font-size: 0.9rem;
}

/* Consulta */
.consulta-form {
    background: rgba(26, 26, 26, 0.9);
    border: 1px solid var(--gray);
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.resultado-box {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(10, 20, 30, 0.9));
    border: 2px solid var(--electric-blue);
    border-image: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light), var(--electric-blue)) 1;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2rem;
    box-shadow: 
        0 0 30px var(--glow-blue),
        0 0 60px rgba(0, 212, 255, 0.32),
        inset 0 0 30px rgba(0, 212, 255, 0.08);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    animation: resultadoGlow 3s ease-in-out infinite;
}

@keyframes resultadoGlow {
    0%, 100% { box-shadow: 0 0 30px var(--glow-blue), 0 0 60px rgba(0, 212, 255, 0.32), inset 0 0 30px rgba(0, 212, 255, 0.08); }
    50% { box-shadow: 0 0 40px var(--glow-blue-strong), 0 0 80px rgba(0, 212, 255, 0.48), inset 0 0 40px rgba(0, 212, 255, 0.16); }
}

.resultado-box pre {
    color: var(--text-gray);
    white-space: pre-wrap;
    font-family: 'Courier New', monospace;
    line-height: 1.6;
}

/* Módulos do Dashboard */
.modules-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.module-dashboard-card {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(20, 20, 20, 0.9));
    border: 2px solid var(--gray);
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    backdrop-filter: blur(15px);
}

.module-dashboard-card:hover {
    transform: translateY(-5px);
    border-color: var(--electric-blue);
    box-shadow: 0 0 25px var(--glow-blue);
}

.module-dashboard-card.locked {
    cursor: pointer;
    opacity: 0.85;
    position: relative;
    border-color: rgba(255, 255, 255, 0.2);
}

.module-dashboard-card.locked:hover {
    opacity: 0.95;
}

.module-dashboard-card.locked::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75), rgba(20, 20, 20, 0.85));
    border-radius: 15px;
    z-index: 2;
    backdrop-filter: blur(2px);
    border: 2px dashed rgba(255, 255, 255, 0.2);
    animation: lockedBorder 3s ease-in-out infinite;
}

@keyframes lockedBorder {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.2);
        box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    }
    50% {
        border-color: rgba(0, 212, 255, 0.4);
        box-shadow: inset 0 0 30px rgba(0, 212, 255, 0.2);
    }
}

.module-dashboard-card.locked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    z-index: 3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300d4ff' stroke-width='2'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: lockPulse 2s ease-in-out infinite;
    filter: drop-shadow(0 0 20px rgba(0, 212, 255, 0.8));
}

@keyframes lockPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 1;
    }
}

.module-dashboard-card.locked:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.module-dashboard-card.locked:hover::after {
    animation: lockShake 0.5s ease-in-out;
}

@keyframes lockShake {
    0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
    25% { transform: translate(-50%, -50%) rotate(-10deg); }
    75% { transform: translate(-50%, -50%) rotate(10deg); }
}

.module-dashboard-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    color: var(--electric-blue);
    filter: drop-shadow(0 0 8px var(--glow-blue));
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-dashboard-icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--electric-blue);
    filter: drop-shadow(0 0 8px var(--glow-blue));
}

.module-dashboard-card.locked .module-dashboard-icon {
    filter: grayscale(100%) brightness(0.5);
    opacity: 0.5;
}

.module-dashboard-card.locked .module-dashboard-icon svg {
    filter: grayscale(100%) brightness(0.5);
    opacity: 0.5;
}

.module-dashboard-card:not(.locked):hover .module-dashboard-icon {
    transform: scale(1.15) rotate(5deg);
    filter: drop-shadow(0 0 15px var(--glow-blue-strong));
}

.module-dashboard-name {
    font-size: 1.3rem;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 4;
}

.module-dashboard-card.locked .module-dashboard-name {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

.module-dashboard-status {
    font-size: 0.85rem;
    color: var(--electric-blue);
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.module-dashboard-status svg {
    stroke: currentColor;
    filter: drop-shadow(0 0 4px var(--glow-blue));
}

.module-dashboard-card.locked .module-dashboard-status {
    color: rgba(255, 255, 255, 0.4);
}

.module-dashboard-card.locked .module-dashboard-status svg {
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.3));
}

.module-dashboard-card.locked .unlock-hint {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
    color: var(--electric-blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 4;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(0, 212, 255, 0.1));
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid var(--electric-blue);
    animation: hintGlow 2s ease-in-out infinite;
    white-space: nowrap;
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-dashboard-card.locked .unlock-hint svg {
    stroke: var(--electric-blue);
    filter: drop-shadow(0 0 4px var(--glow-blue));
}

.module-dashboard-card.locked .unlock-hint:hover {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.3), rgba(0, 212, 255, 0.2));
    transform: translateX(-50%) scale(1.05);
    box-shadow: 0 0 25px rgba(0, 212, 255, 0.6);
}

@keyframes hintGlow {
    0%, 100% {
        box-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 212, 255, 0.6);
    }
}

/* Badge Premium */
.premium-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light));
    color: var(--black);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 20px var(--glow-blue);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        box-shadow: 0 0 20px var(--glow-blue);
    }
    50% {
        box-shadow: 0 0 30px var(--glow-blue-strong);
    }
}

/* Card de Status do Plano */
.plano-status-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.plano-status-info {
    flex: 1;
    min-width: 200px;
}

.plano-status-title {
    font-size: 1.3rem;
    color: var(--white);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.plano-status-desc {
    color: var(--text-gray);
    font-size: 0.95rem;
}

.plano-status-action {
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* Responsivo - Módulos Dashboard */
@media (max-width: 768px) {
    .modules-dashboard-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .module-dashboard-card {
        padding: 1.25rem;
    }
    
    .module-dashboard-icon {
        width: 48px;
        height: 48px;
    }
    
    .plano-status-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Menu Hambúrguer */
.menu-toggle {
    display: none;
    background: transparent;
    border: 2px solid var(--electric-blue);
    color: var(--electric-blue);
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    z-index: 1001;
}

.sidebar-toggle {
    display: none;
}

.menu-toggle:hover {
    background: rgba(0, 212, 255, 0.1);
    box-shadow: 0 0 15px var(--glow-blue);
}

.menu-toggle:active {
    transform: scale(0.95);
}

/* Overlay para mobile */
.mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-overlay.active {
    display: block;
    opacity: 1;
}

/* Responsivo - Mobile First */
@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-content h1 {
        font-size: 2.8rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .modules-grid,
    .plans-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    /* Navbar Mobile */
    .navbar {
        padding: 0.75rem 0;
    }
    
    .navbar-content {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .logo-text {
        font-size: 1.2rem !important;
        letter-spacing: 1px !important;
    }
    
    .menu-toggle {
        display: block;
        order: 2;
        margin-left: auto;
    }
    
    .nav-links {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: rgba(10, 10, 10, 0.98);
        backdrop-filter: blur(20px);
        border-bottom: 2px solid var(--electric-blue);
        flex-direction: column;
        padding: 1rem 0;
        gap: 0;
        z-index: 1000;
        box-shadow: 0 4px 30px rgba(0, 212, 255, 0.2);
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-links li {
        width: 100%;
    }
    
    .nav-links a {
        width: 100%;
        padding: 1rem 1.5rem;
        border-radius: 0;
        border-left: 3px solid transparent;
    }
    
    .nav-links a:hover,
    .nav-links a.active {
        border-left-color: var(--electric-blue);
        background: linear-gradient(90deg, rgba(0, 212, 255, 0.15), rgba(0, 212, 255, 0.05));
    }
    
    /* Hero Mobile */
    .hero {
        min-height: 70vh;
        padding: 3rem 0;
        text-align: center;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero-title {
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-social-proof {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    
    .social-proof-divider {
        display: none;
    }
    
    .trust-badges {
        justify-content: center;
        gap: 1rem;
    }
    
    .trust-badge {
        font-size: 0.8rem;
        padding: 0.6rem 1rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .about-text {
        text-align: center;
        max-width: 100%;
    }
    
    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .service-card {
        padding: 2rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .guarantees {
        gap: 1rem;
    }
    
    .guarantee-item {
        padding: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        padding: 0 1rem;
    }
    
    .hero-buttons .btn {
        width: 100%;
        padding: 14px 30px;
        font-size: 0.95rem;
    }
    
    /* Cards Mobile */
    .card {
        padding: 1.5rem;
    }
    
    .card-title {
        font-size: 1.3rem;
    }
    
    .card p {
        font-size: 0.95rem;
    }
    
    /* Modules Grid Mobile */
    .modules-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 2rem 0;
    }
    
    .module-card {
        padding: 1.5rem;
    }
    
    .module-name {
        font-size: 1.1rem;
    }
    
    /* Plans Grid Mobile */
    .plans-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 2rem 0;
    }
    
    .plan-card {
        padding: 2rem 1.5rem;
    }
    
    .plan-name {
        font-size: 1.5rem;
    }
    
    .plan-price {
        font-size: 2.5rem;
    }
    
    /* Section Mobile */
    .section {
        padding: 3rem 0;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    /* Buttons Mobile */
    .btn {
        padding: 14px 30px;
        font-size: 0.95rem;
    }
    
    .btn-sm {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
    
    .btn-lg {
        padding: 16px 35px;
        font-size: 1.1rem;
    }
    
    /* Forms Mobile */
    .form-input {
        padding: 12px 16px;
        font-size: 16px; /* Evita zoom no iOS */
    }
    
    .form-label {
        font-size: 0.95rem;
    }
    
    /* Dashboard Mobile */
    .dashboard-container {
        flex-direction: column;
    }
    
    .sidebar {
        display: none; /* Sidebar sempre oculta */
    }
    
    .main-content,
    .main-content-full {
        margin-left: 0;
        padding: 1.5rem 1rem;
        width: 100%;
    }
    
    .dashboard-header {
        margin-bottom: 1.5rem;
    }
    
    .dashboard-title {
        font-size: 1.5rem;
    }
    
    .dashboard-subtitle {
        font-size: 0.95rem;
    }
    
    /* Stats Grid Mobile */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .stat-card {
        padding: 1.25rem;
    }
    
    .stat-value {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.85rem;
    }
    
    /* Consulta Form Mobile */
    .consulta-form {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .resultado-box {
        padding: 1.5rem;
        margin-top: 1.5rem;
    }
    
    .resultado-box pre {
        font-size: 0.85rem;
    }
    
    /* Footer Mobile */
    .footer {
        padding: 2rem 0;
        margin-top: 3rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    /* Anonymous Notice Mobile */
    .anonymous-notice {
        padding: 1rem !important;
        margin: 1.5rem auto !important;
    }
    
    .anonymous-notice p {
        font-size: 0.9rem !important;
    }
    
    /* Modal Mobile */
    #modalConsultaGratis > div {
        width: 95% !important;
        padding: 2rem 1.5rem !important;
        max-width: none !important;
    }
    
    #modalConsultaGratis h2 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    /* Extra Small Mobile */
    .hero-content h1 {
        font-size: 1.75rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .card {
        padding: 1.25rem;
    }
    
    .plan-card {
        padding: 1.5rem 1.25rem;
    }
    
    .plan-price {
        font-size: 2rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .logo-text {
        font-size: 1rem !important;
    }
    
    .container {
        padding: 0 10px;
    }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .modules-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .plans-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Desktop Large */
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
    
    .modules-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .plans-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* Loading */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid var(--gray);
    border-top-color: var(--electric-blue);
    border-right-color: var(--electric-blue-light);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    box-shadow: 0 0 10px var(--glow-blue);
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Efeitos adicionais */
.consulta-form {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(20, 20, 20, 0.9));
    border: 2px solid var(--gray);
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(15px);
    transition: all 0.4s ease;
}

.consulta-form:hover {
    border-color: var(--electric-blue);
    box-shadow: 0 0 25px var(--glow-blue);
}

/* Efeito de partículas no hero */
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(2px 2px at 20% 30%, var(--electric-blue), transparent),
        radial-gradient(2px 2px at 60% 70%, var(--electric-blue-light), transparent),
        radial-gradient(1px 1px at 50% 50%, var(--electric-blue), transparent),
        radial-gradient(1px 1px at 80% 10%, var(--electric-blue-light), transparent);
    background-size: 200% 200%;
    animation: particles 20s ease-in-out infinite;
    opacity: 0.3;
    z-index: -1;
    pointer-events: none;
}

@keyframes particles {
    0%, 100% { background-position: 0% 0%, 100% 100%, 50% 50%, 80% 20%; }
    50% { background-position: 100% 0%, 0% 100%, 50% 50%, 20% 80%; }
}

/* ========== DASHBOARD SIMPLIFICADO ========== */

.main-content-simple {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.dashboard-header-simple {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--gray);
}

.dashboard-title-simple {
    font-size: 2rem;
    color: var(--white);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.stats-inline {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.stat-inline {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.stat-value-inline {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--electric-blue);
    font-family: 'Orbitron', sans-serif;
}

.stat-label-inline {
    font-size: 0.85rem;
    color: var(--text-gray);
}

/* Card Simplificado */
.card-simple {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(20, 20, 20, 0.9));
    border: 1px solid var(--gray);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
}

.card-simple:hover {
    border-color: var(--electric-blue);
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.1);
}

.card-title-simple {
    font-size: 1.5rem;
    color: var(--white);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

/* Status do Plano Simplificado */
.plano-status-simple {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.plano-status-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.plano-status-title-simple {
    font-size: 1.1rem;
    color: var(--text-gray);
    font-weight: 600;
}

.plano-status-desc-simple {
    font-size: 0.9rem;
    color: var(--text-gray);
    opacity: 0.8;
}

.premium-badge-simple {
    display: inline-block;
    background: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light));
    color: var(--black);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 0 15px var(--glow-blue);
}

/* Botão Simplificado */
.btn-simple {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border: 1px solid var(--gray);
    background: transparent;
    color: var(--text-gray);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-simple:hover {
    border-color: var(--electric-blue);
    color: var(--electric-blue);
    background: rgba(0, 212, 255, 0.1);
}

.btn-primary-simple {
    background: linear-gradient(135deg, var(--electric-blue), var(--electric-blue-light));
    color: var(--black);
    border-color: var(--electric-blue);
    box-shadow: 0 0 20px var(--glow-blue);
}

.btn-primary-simple:hover {
    background: linear-gradient(135deg, var(--electric-blue-light), var(--electric-blue-bright));
    box-shadow: 0 0 30px var(--glow-blue-strong);
    transform: translateY(-2px);
}

/* Módulos Simplificados - Sobrescrever estilos anteriores */
.module-dashboard-card {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95), rgba(20, 20, 20, 0.9));
    border: 1px solid var(--gray);
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.module-dashboard-card:hover:not(.locked) {
    transform: translateY(-3px);
    border-color: var(--electric-blue);
    box-shadow: 0 0 20px var(--glow-blue);
}

.module-dashboard-card.locked {
    opacity: 0.6;
    cursor: pointer;
}

.module-dashboard-card.em-desenvolvimento {
    opacity: 0.7;
    cursor: not-allowed;
}

.module-dashboard-card.em-desenvolvimento .module-dashboard-icon {
    filter: grayscale(30%) brightness(0.8);
}

.module-dashboard-card.locked::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(20, 20, 20, 0.5));
    border-radius: 12px;
    z-index: 2;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.module-dashboard-card.locked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    z-index: 3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300d4ff' stroke-width='2'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0 15px rgba(0, 212, 255, 0.6));
}

/* Nome do módulo sempre visível, mesmo quando bloqueado */
.module-dashboard-name {
    position: relative;
    z-index: 4;
    color: var(--white);
    font-weight: 600;
    font-size: 1.3rem;
}

.module-dashboard-card.locked .module-dashboard-name {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

.module-dashboard-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    color: var(--electric-blue);
    filter: drop-shadow(0 0 8px var(--glow-blue));
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-dashboard-card.locked .module-dashboard-icon {
    filter: grayscale(100%) brightness(0.4);
    opacity: 0.5;
}

.module-dashboard-card:not(.locked):hover .module-dashboard-icon {
    transform: scale(1.1);
    filter: drop-shadow(0 0 12px var(--glow-blue-strong));
}

.module-dashboard-icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--electric-blue);
    filter: drop-shadow(0 0 8px var(--glow-blue));
}

.module-dashboard-name {
    font-size: 1.3rem;
    color: var(--white);
    font-weight: 600;
    position: relative;
    z-index: 4;
}

.module-dashboard-card.locked .module-dashboard-name {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

.unlock-hint-simple {
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7rem;
    color: var(--electric-blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 4;
    background: rgba(0, 212, 255, 0.15);
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    border: 1px solid var(--electric-blue);
    white-space: nowrap;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

/* Responsivo Simplificado */
@media (max-width: 768px) {
    .dashboard-title-simple {
        font-size: 1.5rem;
    }
    
    .stats-inline {
        gap: 1.5rem;
    }
    
    .stat-value-inline {
        font-size: 1.25rem;
    }
    
    .plano-status-simple {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .card-simple {
        padding: 1.5rem;
    }
    
    .modules-dashboard-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 1rem;
    }
    
    .module-dashboard-card {
        padding: 1.25rem;
    }
    
    .module-dashboard-icon {
        width: 48px;
        height: 48px;
    }
}

/* Botão Voltar ao Dashboard */
.btn-back-dashboard {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1.5rem;
    background: transparent;
    border: 1px solid var(--gray);
    color: var(--text-gray);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-back-dashboard svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}

.btn-back-dashboard:hover {
    border-color: var(--electric-blue);
    color: var(--electric-blue);
    background: rgba(0, 212, 255, 0.1);
    transform: translateX(-3px);
}

.btn-back-dashboard:hover svg {
    filter: drop-shadow(0 0 8px var(--glow-blue));
}

/* Badge "Em Desenvolvimento" */
.dev-badge {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.5);
    padding: 0.15rem 0.35rem;
    border-radius: 6px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    z-index: 6;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    pointer-events: none;
    line-height: 1.2;
}

/* ============================================
   ANIMAÇÕES AO SCROLL (AOS - Animate On Scroll)
   ============================================ */

/* Estado inicial - elementos invisíveis antes da animação */
[data-aos] {
    visibility: hidden;
}

[data-aos].aos-init {
    visibility: visible;
}

[data-aos].aos-animate {
    visibility: visible;
}

/* Animações Fade */
[data-aos="fade"] {
    opacity: 0;
    transition: opacity 0.6s ease-out;
}

[data-aos="fade"].aos-animate {
    opacity: 1;
}

/* Animações Fade Up */
[data-aos="fade-up"] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-aos="fade-up"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Animações Fade Down */
[data-aos="fade-down"] {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-aos="fade-down"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Animações Fade Left */
[data-aos="fade-left"] {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-aos="fade-left"].aos-animate {
    opacity: 1;
    transform: translateX(0);
}

/* Animações Fade Right */
[data-aos="fade-right"] {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-aos="fade-right"].aos-animate {
    opacity: 1;
    transform: translateX(0);
}

/* Animações Zoom */
[data-aos="zoom-in"] {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-aos="zoom-in"].aos-animate {
    opacity: 1;
    transform: scale(1);
}

[data-aos="zoom-out"] {
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-aos="zoom-out"].aos-animate {
    opacity: 1;
    transform: scale(1);
}

/* Animações Flip */
[data-aos="flip-left"] {
    opacity: 0;
    transform: perspective(1000px) rotateY(-90deg);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transform-style: preserve-3d;
}

[data-aos="flip-left"].aos-animate {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
}

[data-aos="flip-right"] {
    opacity: 0;
    transform: perspective(1000px) rotateY(90deg);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    transform-style: preserve-3d;
}

[data-aos="flip-right"].aos-animate {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg);
}

/* Animações Slide */
[data-aos="slide-up"] {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

[data-aos="slide-up"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Otimizações de performance */
[data-aos] {
    will-change: opacity, transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Desabilita animações em dispositivos móveis com preferência reduzida */
@media (prefers-reduced-motion: reduce) {
    [data-aos] {
        transition: none !important;
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    
    [data-aos].aos-init,
    [data-aos].aos-animate {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Ajustes para mobile */
@media (max-width: 768px) {
    [data-aos] {
        transition-duration: 0.4s !important;
    }
    
    /* Reduz distância de movimento em mobile */
    [data-aos="fade-up"] {
        transform: translateY(20px);
    }
    
    [data-aos="fade-down"] {
        transform: translateY(-20px);
    }
    
    [data-aos="fade-left"],
    [data-aos="fade-right"] {
        transform: translateX(20px);
    }
    
    [data-aos="slide-up"] {
        transform: translateY(30px);
    }
}

