/* Version 3 - Vibrant Gradient Design */

/* Version Toggle Override for V3 */
.version-toggle .version-label {
    color: #ffffff;
}

body.v3-active .version-toggle .version-label {
    color: #ffffff;
}

.version-toggle .version-buttons {
    background: rgba(255, 255, 255, 0.1);
}

body.v3-active .version-toggle .version-buttons {
    background: rgba(255, 255, 255, 0.2);
}

.version-toggle .version-btn {
    color: #cccccc;
}

body.v3-active .version-toggle .version-btn {
    color: #ffffff;
}

.version-toggle .version-btn.active {
    background: #006400;
    color: #ffffff;
}

body.v3-active .version-toggle .version-btn.active {
    background: #ffd700;
    color: #333333;
}

/* Base styles for V3 */
body.v3-active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

body.v3-active a {
    color: #ffffff;
}

body.v3-active a:hover {
    color: #ffd700;
}

/* Cursor for V3 */
body.v3-active .cursor {
    background: #ffd700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

/* Navbar V3 */
body.v3-active .navbar {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.v3-active .nav-logo {
    color: #ffd700;
}

body.v3-active .nav-menu a:hover {
    color: #ffd700;
}

/* Version Toggle V3 */
body.v3-active .version-toggle .version-label {
    color: #ffffff;
}

body.v3-active .version-toggle .version-buttons {
    background: rgba(255, 255, 255, 0.2);
}

body.v3-active .version-toggle .version-btn {
    color: #ffffff;
}

body.v3-active .version-toggle .version-btn.active {
    background: #ffd700;
    color: #333333;
}

/* Hero Section V3 */
body.v3-active .hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    position: relative;
    overflow: hidden;
}

body.v3-active .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="50" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="1000" height="1000" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

body.v3-active .hero-title-main {
    color: #ffd700;
    text-shadow: 0 0 40px rgba(255, 215, 0, 0.8);
    animation: glowV3 2s ease-in-out infinite alternate;
}

body.v3-active .hero-title-sub {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background: linear-gradient(45deg, #ffffff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.v3-active .hero-subtitle {
    color: #e0e0e0;
}

body.v3-active .stat h3 {
    color: #ffd700;
}

body.v3-active .stat p {
    color: #cccccc;
}

body.v3-active .floating-circle {
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.3), rgba(255, 105, 180, 0.3));
    border: 2px solid rgba(255, 255, 255, 0.2);
}

body.v3-active .particle {
    background: #ffd700;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

body.v3-active .scroll-mouse {
    border-color: rgba(255, 255, 255, 0.8);
}

body.v3-active .scroll-wheel {
    background: #ffd700;
}

/* Service Sections V3 */
body.v3-active .service-section {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    position: relative;
    overflow: hidden;
}

body.v3-active .service-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 105, 180, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

body.v3-active .service-section.alt-bg {
    background: linear-gradient(135deg, rgba(118, 75, 162, 0.1) 0%, rgba(240, 147, 251, 0.1) 100%);
}

body.v3-active .service-icon {
    color: #ffd700;
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.2), rgba(255, 105, 180, 0.2));
    border-radius: 50%;
    padding: 1rem;
    border: 2px solid rgba(255, 215, 0, 0.3);
}

body.v3-active .service-title {
    background: linear-gradient(45deg, #ffffff, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

body.v3-active .service-description p {
    color: #e0e0e0;
}

body.v3-active .highlight {
    color: #ffd700;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

body.v3-active .highlight::after {
    background: linear-gradient(90deg, #ffd700, #ff6b9d);
}

body.v3-active .feature-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

body.v3-active .feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 105, 180, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.v3-active .feature-card:hover::before {
    opacity: 1;
}

body.v3-active .feature-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(255, 215, 0, 0.3);
    border-color: rgba(255, 215, 0, 0.5);
}

body.v3-active .feature-icon {
    color: #ffd700;
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.2), rgba(255, 105, 180, 0.2));
    border-radius: 50%;
    padding: 1rem;
    border: 2px solid rgba(255, 215, 0, 0.3);
}

body.v3-active .feature-card h4 {
    color: #ffffff;
}

body.v3-active .feature-card p {
    color: #cccccc;
}

/* Clients Section V3 */
body.v3-active .clients-section {
    background: linear-gradient(135deg, rgba(240, 147, 251, 0.1) 0%, rgba(102, 126, 234, 0.1) 100%);
}

body.v3-active .section-title {
    background: linear-gradient(45deg, #ffffff, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

body.v3-active .section-subtitle {
    color: #cccccc;
}

body.v3-active .client-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

body.v3-active .client-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.05), rgba(255, 105, 180, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.v3-active .client-card:hover::before {
    opacity: 1;
}

body.v3-active .client-card:hover {
    transform: translateY(-20px) scale(1.05);
    box-shadow: 0 30px 60px rgba(255, 215, 0, 0.4);
    border-color: rgba(255, 215, 0, 0.5);
}

body.v3-active .client-logo {
    color: #ffd700;
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.2), rgba(255, 105, 180, 0.2));
    border-radius: 50%;
    padding: 1.5rem;
    border: 2px solid rgba(255, 215, 0, 0.3);
}

body.v3-active .client-card h3 {
    color: #ffffff;
}

body.v3-active .client-card p {
    color: #cccccc;
}

/* CTA Section V3 */
body.v3-active .cta-section {
    background: linear-gradient(135deg, #ffd700 0%, #ff6b9d 100%);
    position: relative;
    overflow: hidden;
}

body.v3-active .cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="sparkles" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.3)"/><circle cx="40" cy="40" r="0.5" fill="rgba(255,255,255,0.5)"/><polygon points="25,5 27,15 35,15 29,21 31,31 25,25 19,31 21,21 15,15 23,15" fill="rgba(255,255,255,0.2)"/></pattern></defs><rect width="1000" height="1000" fill="url(%23sparkles)"/></svg>');
    animation: sparkleFloat 20s ease-in-out infinite;
}

body.v3-active .cta-content p {
    color: rgba(255, 255, 255, 0.9);
}

body.v3-active .cta-btn.primary {
    background: linear-gradient(45deg, #ffffff, #f0f0f0);
    color: #333333;
    border: 2px solid #ffffff;
}

body.v3-active .cta-btn.primary:hover {
    background: linear-gradient(45deg, #f0f0f0, #ffffff);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.4);
}

body.v3-active .cta-btn.secondary {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

body.v3-active .cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.3);
}

/* Footer V3 */
body.v3-active .footer {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.2) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

body.v3-active .footer-logo {
    color: #ffd700;
}

body.v3-active .footer-links a:hover {
    color: #ffd700;
}

body.v3-active .footer-contact p {
    color: #cccccc;
}

body.v3-active .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #cccccc;
}

/* V3 Animations */
@keyframes glowV3 {
    from { text-shadow: 0 0 40px rgba(255, 215, 0, 0.8); }
    to { text-shadow: 0 0 60px rgba(255, 215, 0, 1), 0 0 80px rgba(255, 215, 0, 0.6), 0 0 100px rgba(255, 215, 0, 0.4); }
}

@keyframes sparkleFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(5deg); }
}

/* Custom scrollbar V3 */
body.v3-active ::-webkit-scrollbar-track {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

body.v3-active ::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ffd700, #ff6b9d);
    border-radius: 4px;
}

body.v3-active ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #ffed4e, #ff9ff3);
}

/* Mobile responsive for V3 */
@media (max-width: 768px) {
    body.v3-active .version-container {
        padding: 0 1rem;
    }

    body.v3-active .nav-container {
        padding: 1rem;
    }
}
