:root {
            --primary: #0066FF;
            --primary-light: #3388FF;
            --accent: #0066FF;
            --dark-1: #000000;
            --dark-2: #0a0a0a;
            --dark-3: #111111;
            --white: #FFFFFF;
            --gray-300: #c0c0c0;
            --gray-400: #888888;
            --gray-500: #606060;
            --gray-600: #404040;
            --gradient-main: linear-gradient(135deg, #0044CC 0%, #0066FF 50%, #3388FF 100%);
            --gradient-text: linear-gradient(135deg, #3388FF 0%, #FFFFFF 50%, #0066FF 100%);
        }
        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; }
        body { font-family: 'Rajdhani', sans-serif; background: var(--dark-1); color: var(--white); line-height: 1.6; overflow-x: hidden; font-weight: 500; position: relative; width: 100%; max-width: 100%; min-width: 0; }
        
        .cursor { width: 20px; height: 20px; border: 2px solid var(--accent); border-radius: 50%; position: fixed; pointer-events: none; z-index: 99999; transition: transform 0.15s ease; transform: translate(-50%, -50%); }
        .cursor-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; position: fixed; pointer-events: none; z-index: 99999; transform: translate(-50%, -50%); }
        .cursor.hover { transform: translate(-50%, -50%) scale(2); background: rgba(0, 102, 255, 0.1); }
        
        .mesh-gradient { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; }
        .mesh-gradient::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(ellipse 80% 50% at 20% 40%, rgba(0, 102, 255, 0.25) 0%, transparent 50%), radial-gradient(ellipse 60% 80% at 80% 50%, rgba(0, 102, 255, 0.2) 0%, transparent 50%), radial-gradient(ellipse 50% 60% at 40% 80%, rgba(0, 102, 255, 0.15) 0%, transparent 50%); animation: meshMove 30s ease-in-out infinite; }
        @keyframes meshMove { 0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); } 50% { transform: translate(-2%, 5%) rotate(-2deg) scale(1.02); } }
        
        .animated-grid { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background-image: linear-gradient(rgba(0, 102, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 102, 255, 0.03) 1px, transparent 1px); background-size: 80px 80px; animation: gridPulse 8s ease-in-out infinite; pointer-events: none; overflow: hidden; }
        @keyframes gridPulse { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
        
        .orb { position: fixed; border-radius: 50%; filter: blur(80px); z-index: 0; animation: orbFloat 25s ease-in-out infinite; pointer-events: none; }
        .orb-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(0, 102, 255, 0.4) 0%, transparent 70%); top: -200px; left: -200px; }
        .orb-2 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(0, 102, 255, 0.3) 0%, transparent 70%); bottom: -150px; right: -150px; animation-delay: -10s; }
        .orb-3 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(0, 102, 255, 0.25) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); animation-delay: -5s; }
        @keyframes orbFloat { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(30px, -30px) scale(1.1); } 66% { transform: translate(-20px, 20px) scale(0.95); } }
        
        /* Background image parallax layer */
        .bg-parallax {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            background-image: url('https://app.macknified.com/objects/quick-uploads/448/d1b201f05c6f6f7a.jpg');
            background-size: cover;
            background-position: center center;
            background-attachment: fixed;
            opacity: 0.08;
            mix-blend-mode: screen;
            transition: opacity 0.5s ease;
            pointer-events: none;
        }
        /* Scroll-driven fade: handled via JS, classes below */
        .bg-parallax.bright { opacity: 0.15; }
        .bg-parallax.dim { opacity: 0.04; }
        
        .main-content { position: relative; z-index: 10; }
        
        nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 24px 50px; display: flex; justify-content: space-between; align-items: center; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
        nav.scrolled { padding: 16px 50px; background: rgba(3, 3, 8, 0.9); backdrop-filter: blur(30px); border-bottom: 1px solid rgba(0, 102, 255, 0.1); }
        .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
        .logo-img { height: 44px; width: 44px; border-radius: 50%; filter: drop-shadow(0 0 15px rgba(0, 102, 255, 0.5)); transition: all 0.4s ease; animation: logoSpin 20s linear infinite; }
        .logo:hover .logo-img { filter: drop-shadow(0 0 25px rgba(0, 102, 255, 0.8)); transform: scale(1.05); }
        @keyframes logoSpin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
        .logo img:not(.logo-img) { display: none; }
        .logo-animated { display: flex; align-items: center; height: 48px; }
        .logo-animated svg { height: 48px; width: auto; }
        .logo-animated .logo-letter { 
            font-family: 'Orbitron', sans-serif; 
            font-weight: 700; 
            font-size: 28px;
            filter: drop-shadow(0 0 8px rgba(0, 102, 255, 0.5));
            animation: letterFloat 3s ease-in-out infinite, letterGlow 2s ease-in-out infinite alternate;
        }
        .logo-animated .logo-letter:nth-child(1) { animation-delay: 0s, 0s; }
        .logo-animated .logo-letter:nth-child(2) { animation-delay: 0.1s, 0.1s; }
        .logo-animated .logo-letter:nth-child(3) { animation-delay: 0.2s, 0.2s; }
        .logo-animated .logo-letter:nth-child(4) { animation-delay: 0.3s, 0.3s; }
        .logo-animated .logo-letter:nth-child(5) { animation-delay: 0.4s, 0.4s; }
        .logo-animated .logo-letter:nth-child(6) { animation-delay: 0.5s, 0.5s; }
        .logo-animated .logo-letter:nth-child(7) { animation-delay: 0.6s, 0.6s; }
        .logo-animated .logo-letter:nth-child(8) { animation-delay: 0.7s, 0.7s; }
        .logo-animated .logo-letter:nth-child(9) { animation-delay: 0.8s, 0.8s; }
        .logo-animated .logo-letter:nth-child(10) { animation-delay: 0.9s, 0.9s; }
        .logo-animated .logo-letter.space { opacity: 0; }
        .logo-animated .logo-letter.ai { fill: url(#logoGradientAI); }
        @keyframes letterFloat { 
            0%, 100% { transform: translateY(0); } 
            50% { transform: translateY(-3px); } 
        }
        @keyframes letterGlow { 
            0% { filter: drop-shadow(0 0 5px rgba(0, 102, 255, 0.4)); } 
            100% { filter: drop-shadow(0 0 15px rgba(0, 102, 255, 0.8)); } 
        }
        .logo:hover .logo-letter { animation: letterWave 0.6s ease-in-out forwards, letterGlow 0.3s ease-in-out infinite alternate; }
        .logo:hover .logo-letter:nth-child(1) { animation-delay: 0s; }
        .logo:hover .logo-letter:nth-child(2) { animation-delay: 0.05s; }
        .logo:hover .logo-letter:nth-child(3) { animation-delay: 0.1s; }
        .logo:hover .logo-letter:nth-child(4) { animation-delay: 0.15s; }
        .logo:hover .logo-letter:nth-child(5) { animation-delay: 0.2s; }
        .logo:hover .logo-letter:nth-child(6) { animation-delay: 0.25s; }
        .logo:hover .logo-letter:nth-child(7) { animation-delay: 0.3s; }
        .logo:hover .logo-letter:nth-child(8) { animation-delay: 0.35s; }
        .logo:hover .logo-letter:nth-child(9) { animation-delay: 0.4s; }
        .logo:hover .logo-letter:nth-child(10) { animation-delay: 0.45s; }
        .logo:hover .logo-letter:nth-child(11) { animation-delay: 0.5s; }
        .logo:hover .logo-letter:nth-child(12) { animation-delay: 0.55s; }
        @keyframes letterWave { 
            0% { transform: translateY(0) scale(1); } 
            30% { transform: translateY(-8px) scale(1.1); } 
            100% { transform: translateY(0) scale(1); } 
        }
        .logo-text { font-family: 'Orbitron', sans-serif; font-size: 1.4rem; font-weight: 700; background: var(--gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; background-size: 200% 200%; animation: gradientShift 5s ease infinite; letter-spacing: 2px; display: none; }
        @keyframes gradientShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
        
        .nav-right { display: flex; align-items: center; gap: 20px; }
        .nav-dropdown { position: relative; }
        .nav-dropdown-btn { display: flex; align-items: center; gap: 8px; padding: 10px 18px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; color: var(--gray-300); font-family: 'Orbitron', sans-serif; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.3s ease; }
        .nav-dropdown-btn:hover { border-color: var(--accent); color: var(--white); background: rgba(0, 102, 255, 0.1); }
        .nav-dropdown-btn.active { border-color: var(--accent); color: var(--accent); }
        .dropdown-arrow { transition: transform 0.3s ease; }
        .nav-dropdown-btn.active .dropdown-arrow { transform: rotate(180deg); }
        .nav-dropdown-menu { position: absolute; top: calc(100% + 10px); right: 0; min-width: 200px; background: rgba(10, 10, 18, 0.98); border: 1px solid rgba(0, 102, 255, 0.2); border-radius: 12px; padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); backdrop-filter: blur(20px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 102, 255, 0.1); z-index: 1000; }
        .nav-dropdown-menu.active { opacity: 1; visibility: visible; transform: translateY(0); }
        .nav-dropdown-menu a { display: block; padding: 12px 24px; color: var(--gray-300); text-decoration: none; font-family: 'Rajdhani', sans-serif; font-size: 1rem; font-weight: 500; transition: all 0.3s ease; border-left: 3px solid transparent; }
        .nav-dropdown-menu a:hover { color: var(--accent); background: rgba(0, 102, 255, 0.1); border-left-color: var(--accent); padding-left: 28px; }
        
        .nav-cta { padding: 10px 22px; background: var(--gradient-main); color: var(--white); text-decoration: none; border-radius: 6px; font-family: 'Orbitron', sans-serif; font-weight: 600; font-size: 0.65rem; letter-spacing: 1px; text-transform: uppercase; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 4px 20px rgba(0, 102, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2); position: relative; overflow: hidden; }
        .nav-cta::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.6s ease; }
        .nav-cta:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 8px 50px rgba(0, 102, 255, 0.6), 0 0 80px rgba(0, 102, 255, 0.3); }
        .nav-cta:hover::before { left: 100%; }
        
        .hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 140px 40px 100px; position: relative; }
        .hero-badge { display: inline-flex; align-items: center; gap: 10px; padding: 12px 28px; background: rgba(0, 102, 255, 0.08); border: 1px solid rgba(0, 102, 255, 0.25); border-radius: 100px; font-size: 0.95rem; font-weight: 500; color: var(--accent); margin-bottom: 40px; backdrop-filter: blur(10px); box-shadow: 0 0 40px rgba(0, 102, 255, 0.15), inset 0 0 20px rgba(0, 102, 255, 0.05); animation: badgePulse 3s ease-in-out infinite; }
        @keyframes badgePulse { 0%, 100% { box-shadow: 0 0 40px rgba(0, 102, 255, 0.15), inset 0 0 20px rgba(0, 102, 255, 0.05); } 50% { box-shadow: 0 0 60px rgba(0, 102, 255, 0.25), inset 0 0 30px rgba(0, 102, 255, 0.1); } }
        .hero-badge i { width: 20px; height: 20px; animation: sparkle 2s ease-in-out infinite; }
        @keyframes sparkle { 0%, 100% { opacity: 1; transform: scale(1) rotate(0deg); } 50% { opacity: 0.6; transform: scale(0.9) rotate(180deg); } }
        
        .hero h1 { font-family: 'Orbitron', sans-serif; font-size: clamp(2.2rem, 6vw, 4rem); font-weight: 700; line-height: 1.1; margin-bottom: 30px; letter-spacing: 3px; text-transform: uppercase; }
        .hero h1 .line { display: block; overflow: hidden; }
        .hero h1 .word { display: inline-block; opacity: 0; transform: translateY(100%); animation: wordReveal 1s cubic-bezier(0.4, 0, 0.2, 1) forwards; background: linear-gradient(90deg, var(--white) 0%, var(--accent) 25%, var(--primary-light) 50%, var(--accent) 75%, var(--white) 100%); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .hero h1 .word.revealed { animation: wordReveal 1s cubic-bezier(0.4, 0, 0.2, 1) forwards, shineText 4s linear infinite 1s; }
        .hero h1 .line:nth-child(2) .word { animation-delay: 0.2s; }
        @keyframes wordReveal { to { opacity: 1; transform: translateY(0); } }
        .hero h1 .gradient-text { filter: drop-shadow(0 0 30px rgba(0, 102, 255, 0.4)); }
        
        /* Typewriter Effect Styles */
        .typewriter-container {
            display: inline-block;
            position: relative;
            min-width: 300px;
        }
        .typewriter-text {
            background: linear-gradient(90deg, var(--accent) 0%, var(--primary-light) 25%, var(--accent) 50%, var(--white) 75%, var(--accent) 100%); 
            background-size: 200% auto; 
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
            background-clip: text;
            animation: shineText 3s linear infinite;
        }
        .typewriter-cursor {
            display: inline-block;
            width: 3px;
            height: 1em;
            background: var(--accent);
            margin-left: 4px;
            animation: cursorBlink 0.7s ease-in-out infinite;
            vertical-align: middle;
            box-shadow: 0 0 10px var(--accent), 0 0 20px var(--accent);
        }
        @keyframes cursorBlink {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0; }
        }
        
        /* DIY Section Styles */
        .diy-section {
            padding: 80px 50px;
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }
        .diy-card {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 24px;
            padding: 50px;
            position: relative;
            overflow: hidden;
        }
        .diy-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        }
        .diy-title {
            font-family: 'Orbitron', sans-serif;
            font-size: 1.4rem;
            font-weight: 600;
            color: var(--gray-300);
            margin-bottom: 16px;
            letter-spacing: 1px;
        }
        .diy-copy {
            font-size: 1.1rem;
            color: var(--gray-400);
            line-height: 1.7;
            max-width: 600px;
            margin: 0 auto 28px;
        }
        .diy-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 32px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 10px;
            color: var(--white);
            font-family: 'Orbitron', sans-serif;
            font-size: 0.95rem;
            font-weight: 600;
            text-decoration: none;
            letter-spacing: 1px;
            transition: all 0.4s ease;
        }
        .diy-btn:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: var(--accent);
            transform: translateY(-3px);
            box-shadow: 0 10px 40px rgba(0, 102, 255, 0.2);
        }
        .diy-btn i {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }
        .diy-btn:hover i {
            transform: translateX(4px);
        }
        .diy-micro {
            font-family: 'Share Tech Mono', monospace;
            font-size: 0.75rem;
            color: var(--gray-500);
            margin-top: 16px;
            letter-spacing: 1px;
        }

        .hero-subtitle { font-size: clamp(1.15rem, 2.5vw, 1.5rem); color: var(--gray-400); max-width: 750px; margin-bottom: 60px; line-height: 1.7; font-weight: 400; opacity: 0; animation: fadeUp 1s ease 0.5s forwards; }
        @keyframes fadeUp { to { opacity: 1; } }
        
        .hero-buttons { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; opacity: 0; animation: fadeUp 1s ease 0.7s forwards; }
        .btn { position: relative; padding: 18px 40px; border-radius: 14px; font-weight: 600; font-size: 1.05rem; text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; }
        .btn i { width: 22px; height: 22px; transition: transform 0.4s ease; }
        .btn:hover i { transform: translateX(4px); }
        .btn-primary { background: var(--gradient-main); color: var(--white); box-shadow: 0 8px 40px rgba(0, 102, 255, 0.4), 0 0 80px rgba(0, 102, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2); }
        .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.7s ease; }
        .btn-primary:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 15px 60px rgba(0, 102, 255, 0.5), 0 0 120px rgba(0, 102, 255, 0.3); }
        .btn-primary:hover::before { left: 100%; }
        .btn-secondary { background: rgba(255, 255, 255, 0.03); color: var(--white); border: 1px solid rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); }
        .btn-secondary:hover { border-color: var(--accent); background: rgba(0, 102, 255, 0.1); transform: translateY(-4px); box-shadow: 0 10px 50px rgba(0, 102, 255, 0.3); }
        
        .scroll-indicator { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; color: var(--gray-500); font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; }
        .scroll-indicator .mouse { width: 26px; height: 42px; border: 2px solid var(--gray-500); border-radius: 20px; position: relative; }
        .scroll-indicator .mouse::before { content: ''; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--accent); border-radius: 4px; animation: scrollBounce 2s ease-in-out infinite; box-shadow: 0 0 10px var(--accent); }
        @keyframes scrollBounce { 0%, 100% { top: 8px; opacity: 1; } 50% { top: 20px; opacity: 0.3; } }
        
        section { padding: 150px 50px; max-width: 1500px; margin: 0 auto; position: relative; }
        .section-header { text-align: center; margin-bottom: 100px; }
        .section-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 24px; background: rgba(0, 102, 255, 0.08); border: 1px solid rgba(0, 102, 255, 0.2); border-radius: 4px; font-family: 'Share Tech Mono', monospace; font-size: 0.75rem; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 28px; box-shadow: 0 0 30px rgba(0, 102, 255, 0.1); }
        .section-badge i { width: 18px; height: 18px; }
        .section-header h2 { font-family: 'Orbitron', sans-serif; font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 700; margin-bottom: 24px; letter-spacing: 3px; text-transform: uppercase; background: linear-gradient(90deg, var(--white) 0%, var(--accent) 25%, var(--primary-light) 50%, var(--accent) 75%, var(--white) 100%); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shineText 4s linear infinite; }
        @keyframes shineText { to { background-position: 200% center; } }
        .section-header p { font-size: 1.2rem; color: var(--gray-400); max-width: 650px; margin: 0 auto; line-height: 1.7; }
        
        .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
        .service-card { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 28px; padding: 50px; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; backdrop-filter: blur(10px); }
        .service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gradient-main); transform: scaleX(0); transform-origin: left; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
        .service-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at top, rgba(0, 102, 255, 0.1) 0%, transparent 60%); opacity: 0; transition: opacity 0.5s ease; pointer-events: none; }
        .service-card:hover { transform: translateY(-12px); border-color: rgba(0, 102, 255, 0.3); box-shadow: 0 30px 100px rgba(0, 102, 255, 0.15), 0 0 80px rgba(0, 102, 255, 0.1); }
        .service-card:hover::before { transform: scaleX(1); }
        .service-card:hover::after { opacity: 1; }
        
        .service-icon { width: 80px; height: 80px; background: rgba(0, 102, 255, 0.1); border: 1px solid rgba(0, 102, 255, 0.2); border-radius: 24px; display: flex; align-items: center; justify-content: center; margin-bottom: 32px; position: relative; transition: all 0.4s ease; }
        .service-icon::before { content: ''; position: absolute; inset: -2px; background: var(--gradient-main); border-radius: 26px; opacity: 0; z-index: -1; transition: opacity 0.4s ease; }
        .service-card:hover .service-icon { background: transparent; border-color: transparent; box-shadow: 0 0 40px rgba(0, 102, 255, 0.4); }
        .service-card:hover .service-icon::before { opacity: 1; }
        .service-icon i { width: 36px; height: 36px; color: var(--accent); transition: all 0.4s ease; }
        .service-card:hover .service-icon i { color: var(--white); filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5)); }
        .service-card h3 { font-family: 'Orbitron', sans-serif; font-size: 1.5rem; font-weight: 600; margin-bottom: 16px; letter-spacing: 1px; background: linear-gradient(90deg, var(--white) 0%, var(--gray-300) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; transition: all 0.4s ease; }
        .service-card:hover h3 { background: linear-gradient(90deg, var(--accent) 0%, var(--primary-light) 50%, var(--accent) 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 20px rgba(0, 102, 255, 0.5)); }
        .service-card > p { color: var(--gray-400); margin-bottom: 32px; line-height: 1.8; font-size: 1.05rem; }
        .service-features { list-style: none; margin-bottom: 32px; }
        .service-features li { display: flex; align-items: flex-start; gap: 14px; color: var(--gray-300); font-size: 1rem; margin-bottom: 14px; transition: all 0.3s ease; }
        .service-card:hover .service-features li { color: var(--white); }
        .service-features li i { width: 20px; height: 20px; color: var(--accent); flex-shrink: 0; margin-top: 3px; filter: drop-shadow(0 0 6px rgba(0, 102, 255, 0.5)); }
        .service-price { font-size: 0.95rem; color: var(--gray-500); padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, 0.06); display: flex; align-items: center; gap: 8px; }
        .service-price span { color: var(--accent); font-weight: 700; font-size: 1.3rem; text-shadow: 0 0 20px rgba(0, 102, 255, 0.5); }
        
        .bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, auto); gap: 24px; }
        .bento-card { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 24px; padding: 40px; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; }
        .bento-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(0, 102, 255, 0.15) 0%, transparent 60%); opacity: 0; transition: opacity 0.4s ease; pointer-events: none; }
        .bento-card:hover::before { opacity: 1; }
        .bento-card:hover { transform: translateY(-8px); border-color: rgba(0, 102, 255, 0.25); box-shadow: 0 20px 80px rgba(0, 102, 255, 0.15); }
        .bento-card.large { grid-column: span 2; }
        .bento-card i { width: 48px; height: 48px; color: var(--accent); margin-bottom: 24px; filter: drop-shadow(0 0 15px rgba(0, 102, 255, 0.4)); }
        .bento-card h3 { font-family: 'Orbitron', sans-serif; font-size: 1.2rem; font-weight: 600; margin-bottom: 12px; letter-spacing: 1px; background: linear-gradient(90deg, var(--white) 0%, var(--gray-300) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; transition: all 0.4s ease; }
        .bento-card:hover h3 { background: linear-gradient(90deg, var(--accent) 0%, var(--primary-light) 50%, var(--accent) 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 15px rgba(0, 102, 255, 0.5)); }
        .bento-card p { color: var(--gray-400); font-size: 1rem; line-height: 1.7; }
        
        .process-container { position: relative; }
        .process-line { position: absolute; top: 80px; left: 50%; transform: translateX(-50%); width: 80%; height: 2px; background: linear-gradient(90deg, transparent, rgba(0, 102, 255, 0.3), transparent); }
        .process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; position: relative; }
        .process-grid.process-4 { grid-template-columns: repeat(4, 1fr); }
        .process-step { text-align: center; padding: 40px 20px; }
        .process-number { width: 80px; height: 80px; background: var(--dark-2); border: 2px solid rgba(0, 102, 255, 0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Orbitron', sans-serif; font-size: 1.8rem; font-weight: 700; margin: 0 auto 28px; position: relative; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); color: var(--accent); }
        .process-number::before { content: ''; position: absolute; inset: -4px; background: var(--gradient-main); border-radius: 50%; opacity: 0; z-index: -1; transition: all 0.5s ease; }
        .process-step:hover .process-number { background: transparent; border-color: transparent; color: var(--white); box-shadow: 0 0 60px rgba(0, 102, 255, 0.5); transform: scale(1.1); }
        .process-step:hover .process-number::before { opacity: 1; }
        .process-step h3 { font-family: 'Orbitron', sans-serif; font-size: 1.1rem; font-weight: 600; margin-bottom: 12px; letter-spacing: 1px; background: linear-gradient(90deg, var(--white) 0%, var(--gray-300) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; transition: all 0.4s ease; }
        .process-step:hover h3 { background: linear-gradient(90deg, var(--accent) 0%, var(--primary-light) 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 15px rgba(0, 102, 255, 0.5)); }
        .process-step p { color: var(--gray-400); font-size: 0.95rem; line-height: 1.6; }
        
        .about-container { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
        .about-visual { position: relative; height: 500px; }
        .about-visual-inner { position: absolute; inset: 0; background: rgba(0, 102, 255, 0.05); border: 1px solid rgba(0, 102, 255, 0.2); border-radius: 40px; overflow: hidden; }
        .about-visual-inner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 30%, rgba(0, 102, 255, 0.3) 0%, transparent 50%), radial-gradient(ellipse at 70% 70%, rgba(0, 102, 255, 0.2) 0%, transparent 50%); animation: aboutPulse 8s ease-in-out infinite; }
        @keyframes aboutPulse { 0%, 100% { opacity: 0.5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.05); } }
        .floating-icon { position: absolute; background: rgba(0, 102, 255, 0.1); border: 1px solid rgba(0, 102, 255, 0.3); border-radius: 20px; padding: 20px; display: flex; align-items: center; justify-content: center; animation: floatIcon 6s ease-in-out infinite; box-shadow: 0 10px 40px rgba(0, 102, 255, 0.2); }
        .floating-icon i { width: 32px; height: 32px; color: var(--accent); }
        .floating-icon:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; }
        .floating-icon:nth-child(2) { top: 60%; left: 5%; animation-delay: -2s; }
        .floating-icon:nth-child(3) { top: 25%; right: 15%; animation-delay: -1s; }
        .floating-icon:nth-child(4) { top: 70%; right: 10%; animation-delay: -3s; }
        .floating-icon:nth-child(5) { top: 45%; left: 40%; animation-delay: -1.5s; }
        @keyframes floatIcon { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(5deg); } }
        .about-content h2 { font-family: 'Orbitron', sans-serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; margin-bottom: 28px; letter-spacing: 2px; text-transform: uppercase; background: linear-gradient(90deg, var(--white) 0%, var(--accent) 25%, var(--primary-light) 50%, var(--accent) 75%, var(--white) 100%); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shineText 4s linear infinite; }
        .about-content h2 span { background: var(--gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .about-content > p { color: var(--gray-400); font-size: 1.15rem; line-height: 1.8; margin-bottom: 20px; }
        .about-content > p strong { color: var(--white); }
        .about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
        .value-item { display: flex; align-items: flex-start; gap: 16px; padding: 20px; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 16px; transition: all 0.4s ease; }
        .value-item:hover { background: rgba(0, 102, 255, 0.05); border-color: rgba(0, 102, 255, 0.2); transform: translateX(8px); }
        .value-item i { width: 28px; height: 28px; color: var(--accent); flex-shrink: 0; }
        .value-item h4 { font-family: 'Orbitron', sans-serif; font-size: 0.95rem; font-weight: 600; margin-bottom: 4px; letter-spacing: 1px; background: linear-gradient(90deg, var(--white) 0%, var(--gray-300) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; transition: all 0.4s ease; }
        .value-item:hover h4 { background: linear-gradient(90deg, var(--accent) 0%, var(--primary-light) 100%); -webkit-background-clip: text; background-clip: text; }
        .value-item p { font-size: 0.9rem; color: var(--gray-500); }
        
        .faq-container { max-width: 900px; margin: 0 auto; }
        .faq-item { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 20px; margin-bottom: 16px; overflow: hidden; transition: all 0.4s ease; }
        .faq-item:hover { border-color: rgba(0, 102, 255, 0.2); }
        .faq-item.active { border-color: rgba(0, 102, 255, 0.4); box-shadow: 0 10px 50px rgba(0, 102, 255, 0.15); }
        .faq-question { width: 100%; padding: 28px 32px; background: none; border: none; color: var(--white); font-family: 'Orbitron', sans-serif; font-size: 1rem; font-weight: 600; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; transition: all 0.4s ease; letter-spacing: 1px; }
        .faq-question:hover { color: var(--accent); }
        .faq-question i { width: 24px; height: 24px; color: var(--gray-500); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); flex-shrink: 0; }
        .faq-item.active .faq-question i { transform: rotate(180deg); color: var(--accent); }
        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
        .faq-item.active .faq-answer { max-height: 300px; }
        .faq-answer p { padding: 0 32px 28px; color: var(--gray-400); line-height: 1.8; font-size: 1.05rem; }
        
        .contact-container { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: start; }
        .contact-container.contact-centered { grid-template-columns: 1fr; max-width: 700px; margin: 0 auto; text-align: center; }
        .contact-centered .contact-info > p { max-width: 500px; margin: 0 auto 50px; }
        .contact-centered .contact-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
        .contact-centered .contact-method { flex-direction: column; text-align: center; padding: 30px 20px; }
        .contact-centered .contact-method:hover { transform: translateY(-8px); }
        .contact-info h2 { font-family: 'Orbitron', sans-serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; margin-bottom: 24px; letter-spacing: 2px; text-transform: uppercase; background: linear-gradient(90deg, var(--white) 0%, var(--accent) 25%, var(--primary-light) 50%, var(--accent) 75%, var(--white) 100%); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shineText 4s linear infinite; }
        .contact-info > p { color: var(--gray-400); font-size: 1.15rem; margin-bottom: 50px; line-height: 1.8; }
        .contact-methods { display: flex; flex-direction: column; gap: 28px; }
        .contact-method { display: flex; align-items: center; gap: 20px; padding: 24px; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 20px; transition: all 0.4s ease; }
        .contact-method:hover { background: rgba(0, 102, 255, 0.05); border-color: rgba(0, 102, 255, 0.25); transform: translateX(10px); box-shadow: 0 10px 40px rgba(0, 102, 255, 0.1); }
        .contact-icon { width: 60px; height: 60px; background: rgba(0, 102, 255, 0.1); border: 1px solid rgba(0, 102, 255, 0.2); border-radius: 16px; display: flex; align-items: center; justify-content: center; transition: all 0.4s ease; }
        .contact-method:hover .contact-icon { background: var(--gradient-main); border-color: transparent; box-shadow: 0 0 30px rgba(0, 102, 255, 0.4); }
        .contact-icon i { width: 26px; height: 26px; color: var(--accent); transition: color 0.4s ease; }
        .contact-method:hover .contact-icon i { color: var(--white); }
        .contact-method-text h4 { font-family: 'Orbitron', sans-serif; font-size: 1rem; font-weight: 600; margin-bottom: 4px; letter-spacing: 1px; background: linear-gradient(90deg, var(--white) 0%, var(--gray-300) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; transition: all 0.4s ease; }
        .contact-method:hover .contact-method-text h4 { background: linear-gradient(90deg, var(--accent) 0%, var(--primary-light) 100%); -webkit-background-clip: text; background-clip: text; }
        .contact-method-text p, .contact-method-text a { color: var(--gray-400); font-size: 1rem; text-decoration: none; transition: color 0.3s ease; }
        .contact-method-text a:hover { color: var(--accent); }
        
        .contact-form { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 32px; padding: 60px; position: relative; overflow: hidden; }
        .contact-form::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gradient-main); }
        .contact-form h3 { font-family: 'Orbitron', sans-serif; font-size: 1.5rem; font-weight: 600; margin-bottom: 40px; letter-spacing: 2px; text-transform: uppercase; background: linear-gradient(90deg, var(--white) 0%, var(--accent) 50%, var(--white) 100%); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shineText 4s linear infinite; }
        .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
        .form-group { margin-bottom: 28px; }
        .form-group label { display: block; font-family: 'Share Tech Mono', monospace; font-size: 0.85rem; font-weight: 500; color: var(--gray-300); margin-bottom: 10px; letter-spacing: 1px; text-transform: uppercase; }
        .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 18px 22px; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; color: var(--white); font-family: 'Rajdhani', sans-serif; font-size: 1rem; font-weight: 500; transition: all 0.4s ease; }
        .form-group input::placeholder, .form-group textarea::placeholder { color: var(--gray-500); }
        .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--accent); background: rgba(0, 102, 255, 0.05); box-shadow: 0 0 30px rgba(0, 102, 255, 0.15); }
        .form-group textarea { min-height: 160px; resize: vertical; }
        .form-group select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233388FF' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 18px center; background-size: 20px; }
        .form-group select option { background: var(--dark-3); color: var(--white); }
        .form-submit { width: 100%; padding: 20px 40px; background: var(--gradient-main); color: var(--white); border: none; border-radius: 10px; font-family: 'Orbitron', sans-serif; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 40px rgba(0, 102, 255, 0.4); display: flex; align-items: center; justify-content: center; gap: 12px; position: relative; overflow: hidden; letter-spacing: 2px; text-transform: uppercase; }
        .form-submit::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.7s ease; }
        .form-submit:hover { transform: translateY(-4px); box-shadow: 0 15px 60px rgba(0, 102, 255, 0.5), 0 0 100px rgba(0, 102, 255, 0.2); }
        .form-submit:hover::before { left: 100%; }
        .form-submit i { width: 22px; height: 22px; transition: transform 0.4s ease; }
        .form-submit:hover i { transform: translateX(6px); }
        
        .cta-section { text-align: center; padding: 140px 50px; position: relative; margin: 80px 50px; border-radius: 48px; overflow: hidden; }
        .cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(0, 102, 255, 0.2) 0%, transparent 50%), radial-gradient(ellipse at 70% 50%, rgba(0, 102, 255, 0.15) 0%, transparent 50%); animation: ctaPulse 10s ease-in-out infinite; }
        @keyframes ctaPulse { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
        .cta-section::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(0, 102, 255, 0.2); border-radius: 48px; pointer-events: none; }
        .cta-content { position: relative; z-index: 1; }
        .cta-section h2 { font-family: 'Orbitron', sans-serif; font-size: clamp(2rem, 6vw, 3.5rem); font-weight: 700; margin-bottom: 24px; letter-spacing: 3px; text-transform: uppercase; background: linear-gradient(90deg, var(--white) 0%, var(--accent) 25%, var(--primary-light) 50%, var(--accent) 75%, var(--white) 100%); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shineText 4s linear infinite; }
        .cta-section h2 span { background: var(--gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .cta-section p { font-size: 1.25rem; color: var(--gray-400); max-width: 600px; margin: 0 auto 50px; line-height: 1.7; }
        
        footer { padding: 100px 50px 50px; border-top: 1px solid rgba(255, 255, 255, 0.05); position: relative; }
        footer::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 50%; height: 1px; background: var(--gradient-main); }
        .footer-content { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 80px; }
        .footer-brand .logo { margin-bottom: 24px; }
        .footer-brand > p { color: var(--gray-500); font-size: 1rem; line-height: 1.8; max-width: 320px; }
        .footer-column h4 { font-family: 'Orbitron', sans-serif; font-size: 0.9rem; font-weight: 600; margin-bottom: 28px; letter-spacing: 2px; text-transform: uppercase; background: linear-gradient(90deg, var(--accent) 0%, var(--primary-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .footer-column ul { list-style: none; }
        .footer-column ul li { margin-bottom: 16px; }
        .footer-column ul li a { color: var(--gray-500); text-decoration: none; font-size: 0.95rem; transition: all 0.3s ease; }
        .footer-column ul li a:hover { color: var(--accent); transform: translateX(6px); }
        .footer-bottom { max-width: 1500px; margin: 80px auto 0; padding-top: 40px; border-top: 1px solid rgba(255, 255, 255, 0.05); display: flex; justify-content: space-between; align-items: center; color: var(--gray-600); font-size: 0.9rem; }
        .footer-legal { display: flex; gap: 40px; }
        .footer-legal a { color: var(--gray-600); text-decoration: none; transition: color 0.3s ease; }
        .footer-legal a:hover { color: var(--accent); }
        
        .loading-screen { position: fixed; inset: 0; background: var(--dark-1); z-index: 99999; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: opacity 0.8s ease, visibility 0.8s ease; }
        .loading-screen.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
        .loading-spinner-container { position: relative; width: 120px; height: 120px; margin-bottom: 30px; }
        .loading-spinner { position: absolute; inset: 0; border: 3px solid transparent; border-top-color: var(--accent); border-radius: 50%; animation: spinnerRotate 1s linear infinite; }
        .loading-spinner:nth-child(2) { inset: 8px; border-top-color: var(--primary-light); animation-duration: 1.5s; animation-direction: reverse; }
        .loading-spinner:nth-child(3) { inset: 16px; border-top-color: var(--primary); animation-duration: 2s; }
        @keyframes spinnerRotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
        .loading-logo-img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; border-radius: 50%; filter: drop-shadow(0 0 20px rgba(0, 102, 255, 0.6)); animation: loadingLogoPulse 2s ease-in-out infinite; }
        @keyframes loadingLogoPulse { 0%, 100% { filter: drop-shadow(0 0 15px rgba(0, 102, 255, 0.4)); transform: translate(-50%, -50%) scale(1); } 50% { filter: drop-shadow(0 0 30px rgba(0, 102, 255, 0.8)); transform: translate(-50%, -50%) scale(1.05); } }
        .loading-logo-animated { margin-bottom: 30px; }
        @keyframes letterReveal { 
            0% { opacity: 0; transform: translateY(20px) scale(0.5); } 
            100% { opacity: 1; transform: translateY(0) scale(1); } 
        }
        .loading-logo { width: 100px; margin-bottom: 40px; animation: loadingPulse 2s ease-in-out infinite; }
        @keyframes loadingPulse { 0%, 100% { opacity: 0.5; transform: scale(0.95); } 50% { opacity: 1; transform: scale(1.05); } }
        .loading-bar { width: 200px; height: 3px; background: rgba(255, 255, 255, 0.1); border-radius: 3px; overflow: hidden; }
        .loading-bar::after { content: ''; display: block; width: 50%; height: 100%; background: var(--gradient-main); border-radius: 3px; animation: loadingProgress 1.5s ease-in-out infinite; }
        @keyframes loadingProgress { 0% { transform: translateX(-100%); } 100% { transform: translateX(300%); } }
        .loading-text { font-family: 'Share Tech Mono', monospace; font-size: 0.8rem; color: var(--accent); margin-top: 20px; letter-spacing: 3px; text-transform: uppercase; animation: loadingTextPulse 1.5s ease-in-out infinite; }
        @keyframes loadingTextPulse { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
        
        /* Video Section */
        .video-section { padding: 120px 50px; }
        .video-wrapper {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            border-radius: 24px;
            overflow: hidden;
            border: 1px solid rgba(0, 102, 255, 0.25);
            box-shadow: 0 0 80px rgba(0, 102, 255, 0.2), 0 40px 100px rgba(0,0,0,0.5);
            background: #000;
        }
        .video-wrapper::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 3px;
            background: var(--gradient-main);
            z-index: 2;
        }
        .video-wrapper::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 24px;
            box-shadow: inset 0 0 60px rgba(0, 102, 255, 0.08);
            pointer-events: none;
            z-index: 1;
        }
        .video-wrapper iframe {
            width: 100%;
            aspect-ratio: 16 / 9;
            display: block;
            border: none;
        }
        .video-corner {
            position: absolute;
            width: 24px; height: 24px;
            border-color: var(--accent);
            border-style: solid;
            z-index: 3;
            opacity: 0.7;
        }
        .video-corner-tl { top: 12px; left: 12px; border-width: 2px 0 0 2px; border-radius: 4px 0 0 0; }
        .video-corner-tr { top: 12px; right: 12px; border-width: 2px 2px 0 0; border-radius: 0 4px 0 0; }
        .video-corner-bl { bottom: 12px; left: 12px; border-width: 0 0 2px 2px; border-radius: 0 0 0 4px; }
        .video-corner-br { bottom: 12px; right: 12px; border-width: 0 2px 2px 0; border-radius: 0 0 4px 0; }
        
        /* Portfolio Section */
        .portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
        .portfolio-card { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 16px; overflow: hidden; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); position: relative; }
        .portfolio-card:hover { transform: translateY(-12px); border-color: rgba(0, 102, 255, 0.3); box-shadow: 0 30px 100px rgba(0, 102, 255, 0.2); }
        .portfolio-image { position: relative; height: 220px; background: linear-gradient(135deg, rgba(0, 102, 255, 0.2) 0%, rgba(0, 102, 255, 0.1) 100%); overflow: hidden; }
        .portfolio-image::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(0, 102, 255, 0.3) 0%, transparent 50%), radial-gradient(circle at 70% 70%, rgba(0, 102, 255, 0.2) 0%, transparent 50%); animation: portfolioPulse 6s ease-in-out infinite; }
        @keyframes portfolioPulse { 0%, 100% { opacity: 0.5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.05); } }
        .portfolio-image .portfolio-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; background: rgba(0, 102, 255, 0.15); border: 1px solid rgba(0, 102, 255, 0.3); border-radius: 20px; display: flex; align-items: center; justify-content: center; transition: all 0.4s ease; }
        .portfolio-card:hover .portfolio-icon { background: var(--gradient-main); border-color: transparent; box-shadow: 0 0 50px rgba(0, 102, 255, 0.5); transform: translate(-50%, -50%) scale(1.1); }
        .portfolio-icon i { width: 36px; height: 36px; color: var(--accent); transition: color 0.4s ease; }
        .portfolio-card:hover .portfolio-icon i { color: var(--white); }
        .portfolio-content { padding: 28px; }
        .portfolio-category { font-family: 'Share Tech Mono', monospace; font-size: 0.7rem; color: var(--accent); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; display: block; }
        .portfolio-content h3 { font-family: 'Orbitron', sans-serif; font-size: 1.2rem; font-weight: 600; margin-bottom: 10px; letter-spacing: 1px; background: linear-gradient(90deg, var(--white) 0%, var(--gray-300) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; transition: all 0.4s ease; }
        .portfolio-card:hover .portfolio-content h3 { background: linear-gradient(90deg, var(--accent) 0%, var(--primary-light) 50%, var(--accent) 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 15px rgba(0, 102, 255, 0.5)); }
        .portfolio-content p { color: var(--gray-400); font-size: 0.95rem; line-height: 1.7; margin-bottom: 20px; }
        .portfolio-stats { display: flex; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.06); }
        .portfolio-stat { text-align: center; }
        .portfolio-stat-value { font-family: 'Orbitron', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--accent); text-shadow: 0 0 20px rgba(0, 102, 255, 0.5); display: block; }
        .portfolio-stat-label { font-family: 'Share Tech Mono', monospace; font-size: 0.65rem; color: var(--gray-500); text-transform: uppercase; letter-spacing: 1px; }
        
        /* Testimonials Section */
        .testimonials-container { position: relative; overflow: hidden; }
        .testimonials-track { display: flex; animation: scrollTestimonials 40s linear infinite; }
        .testimonials-track:hover { animation-play-state: paused; }
        @keyframes scrollTestimonials { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .testimonial-card { flex: 0 0 420px; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 20px; padding: 36px; margin-right: 28px; position: relative; transition: all 0.4s ease; }
        .testimonial-card:hover { border-color: rgba(0, 102, 255, 0.3); box-shadow: 0 20px 60px rgba(0, 102, 255, 0.15); transform: translateY(-8px); }
        .testimonial-quote { position: absolute; top: 28px; right: 28px; width: 46px; height: 46px; background: rgba(0, 102, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
        .testimonial-quote i { width: 22px; height: 22px; color: var(--accent); opacity: 0.5; }
        .testimonial-stars { display: flex; gap: 4px; margin-bottom: 18px; }
        .testimonial-stars i { width: 16px; height: 16px; color: var(--accent); filter: drop-shadow(0 0 6px rgba(0, 102, 255, 0.5)); }
        .testimonial-text { font-size: 1.05rem; color: var(--gray-300); line-height: 1.8; margin-bottom: 26px; font-style: italic; }
        .testimonial-author { display: flex; align-items: center; gap: 14px; }
        .testimonial-avatar { width: 52px; height: 52px; background: var(--gradient-main); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Orbitron', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--white); box-shadow: 0 0 30px rgba(0, 102, 255, 0.3); }
        .testimonial-info h4 { font-family: 'Orbitron', sans-serif; font-size: 0.95rem; font-weight: 600; margin-bottom: 4px; letter-spacing: 1px; background: linear-gradient(90deg, var(--white) 0%, var(--accent) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .testimonial-info p { font-family: 'Share Tech Mono', monospace; font-size: 0.75rem; color: var(--gray-500); letter-spacing: 1px; }
        
        @media (max-width: 1200px) {
            .services-grid { grid-template-columns: 1fr; }
            .bento-grid { grid-template-columns: repeat(2, 1fr); }
            .bento-card.large { grid-column: span 1; }
            .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
            .about-container { grid-template-columns: 1fr; gap: 60px; }
            .about-visual { order: -1; height: 400px; }
            .contact-container { grid-template-columns: 1fr; gap: 60px; }
            .contact-centered .contact-methods { grid-template-columns: 1fr; }
            .footer-content { grid-template-columns: 1fr 1fr; gap: 50px; }
        }
        
        /* Portrait Mode - Horizontal Scroll Sections */
        @media (max-width: 768px) and (orientation: portrait) {
            html { width: 100%; max-width: 100vw; overflow-x: hidden; }
            body { width: 100%; max-width: 100vw; overflow-x: hidden; min-width: 0; }
            .main-content { width: 100%; max-width: 100vw; overflow-x: hidden; }
            nav { padding: 12px 16px; width: 100%; max-width: 100vw; }
            .logo-animated svg { width: 140px; max-width: 40vw; }
            .nav-dropdown-menu { min-width: 160px; right: 0; }
            .nav-cta { display: none; }
            section { padding: 60px 16px; width: 100%; max-width: 100vw; overflow: hidden; }
            .hero { padding: 90px 16px 50px; width: 100%; }
            .hero h1 { font-size: clamp(1.5rem, 7vw, 2.2rem); letter-spacing: 0.5px; word-wrap: break-word; }
            .hero-subtitle { font-size: 0.95rem; padding: 0; }
            .hero-badge { padding: 8px 16px; font-size: 0.8rem; max-width: 90vw; }
            .section-header { padding: 0; width: 100%; }
            .section-header h2 { font-size: clamp(1.3rem, 5vw, 2rem); word-wrap: break-word; }
            .section-header p { font-size: 0.95rem; }
            
            /* Horizontal scroll for services */
            .services-grid { 
                display: flex; 
                overflow-x: auto; 
                scroll-snap-type: x mandatory; 
                -webkit-overflow-scrolling: touch;
                gap: 12px;
                padding: 0 16px 16px 16px;
                margin: 0 -16px;
                width: calc(100% + 32px);
            }
            .services-grid::-webkit-scrollbar { display: none; }
            .service-card { 
                flex: 0 0 calc(100vw - 48px); 
                max-width: calc(100vw - 48px);
                scroll-snap-align: center;
                padding: 24px 16px;
            }
            
            /* Horizontal scroll for portfolio */
            .portfolio-grid {
                display: flex;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                gap: 12px;
                padding: 0 16px 16px 16px;
                margin: 0 -16px;
                width: calc(100% + 32px);
            }
            .portfolio-grid::-webkit-scrollbar { display: none; }
            .portfolio-card {
                flex: 0 0 calc(100vw - 48px);
                max-width: calc(100vw - 48px);
                scroll-snap-align: center;
            }
            
            /* Horizontal scroll for bento grid */
            .bento-grid {
                display: flex;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                gap: 12px;
                padding: 0 16px 16px 16px;
                margin: 0 -16px;
                width: calc(100% + 32px);
            }
            .bento-grid::-webkit-scrollbar { display: none; }
            .bento-card, .bento-card.large {
                flex: 0 0 calc(100vw - 48px);
                max-width: calc(100vw - 48px);
                scroll-snap-align: center;
            }
            
            /* Horizontal scroll for process steps */
            .process-grid {
                display: flex;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                gap: 0;
                padding: 0 16px 16px 16px;
                margin: 0 -16px;
                width: calc(100% + 32px);
            }
            .process-grid::-webkit-scrollbar { display: none; }
            .process-step {
                flex: 0 0 70vw;
                max-width: 70vw;
                scroll-snap-align: center;
            }
            .process-line { display: none; }
            
            .testimonials-container { overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; width: 100%; }
            .testimonials-track { animation: none; width: max-content; }
            .testimonial-card { flex: 0 0 calc(100vw - 48px); max-width: calc(100vw - 48px); padding: 20px; margin-right: 12px; scroll-snap-align: center; }
            
            .about-container { width: 100%; }
            .about-visual { width: 100%; max-width: 100%; }
            .about-content { width: 100%; }
            .about-values { grid-template-columns: 1fr; width: 100%; }
            .value-item { width: 100%; }
            .form-row { grid-template-columns: 1fr; }
            .contact-form { padding: 24px 16px; width: 100%; }
            .contact-container { gap: 30px; width: 100%; }
            .contact-info { width: 100%; }
            .contact-method { width: 100%; }
            .footer-content { grid-template-columns: 1fr; gap: 30px; width: 100%; }
            .footer-bottom { flex-direction: column; gap: 16px; text-align: center; width: 100%; }
            .cta-section { margin: 30px 12px; padding: 50px 16px; border-radius: 20px; width: calc(100% - 24px); }
            .faq-container { width: 100%; max-width: 100%; }
            .faq-item { width: 100%; }
            .diy-section { padding: 50px 16px; width: 100%; }
            .diy-card { padding: 24px 16px; width: 100%; max-width: 100%; }
            .diy-title { font-size: 1.1rem; }
            .diy-copy { font-size: 0.95rem; }
            .cursor, .cursor-dot { display: none; }
            .orb { display: none; }
            .mesh-gradient { overflow: hidden; }
            .mesh-gradient::before { animation: none; }
            .animated-grid { display: none; }
        }
        
        /* Landscape Mode - Optimized Layout */
        @media (max-width: 900px) and (orientation: landscape) {
            html, body { overflow-x: hidden; width: 100%; }
            nav { padding: 12px 30px; }
            .logo-animated svg { width: 140px; }
            .nav-cta { display: none; }
            .hero { padding: 80px 40px 40px; min-height: auto; }
            .hero h1 { font-size: 2rem; }
            .hero-subtitle { font-size: 0.95rem; margin-bottom: 30px; }
            .hero-buttons { gap: 16px; }
            .btn { padding: 14px 28px; font-size: 0.9rem; }
            .scroll-indicator { display: none; }
            section { padding: 60px 40px; }
            .section-header { margin-bottom: 50px; }
            .section-header h2 { font-size: 2rem; }
            .services-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
            .service-card { padding: 25px 20px; }
            .portfolio-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
            .portfolio-image { height: 150px; }
            .bento-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
            .bento-card, .bento-card.large { padding: 25px; }
            .bento-card.large { grid-column: span 1; }
            .process-grid { grid-template-columns: repeat(4, 1fr); }
            .process-step { padding: 20px 10px; }
            .process-number { width: 60px; height: 60px; font-size: 1.4rem; }
            .testimonial-card { flex: 0 0 45vw; }
            .about-container { grid-template-columns: 1fr 1fr; gap: 40px; }
            .about-visual { height: 300px; order: 0; }
            .about-values { grid-template-columns: 1fr 1fr; gap: 12px; }
            .contact-container { grid-template-columns: 1fr 1fr; gap: 40px; }
            .contact-form { padding: 30px; }
            .faq-container { max-width: 100%; }
            .cta-section { margin: 40px; padding: 50px 40px; }
            .footer-content { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; }
            .cursor, .cursor-dot { display: none; }
            .orb { opacity: 0.5; }
        }
        
        @media (max-width: 480px) {
            .logo-animated { display: none; }
            .logo-img { height: 36px; width: 36px; }
            nav { padding: 12px 16px; }
            .hero h1 { font-size: 1.6rem; letter-spacing: 0.5px; }
            .hero-subtitle { font-size: 0.95rem; }
            .hero-buttons { flex-direction: column; width: 100%; gap: 12px; }
            .btn { width: 100%; justify-content: center; padding: 16px 24px; font-size: 0.95rem; }
            section { padding: 60px 16px; }
            .section-header { margin-bottom: 40px; }
            .section-badge { font-size: 0.65rem; padding: 8px 16px; }
            .service-card { flex: 0 0 90vw; }
            .portfolio-card { flex: 0 0 90vw; border-radius: 12px; }
            .portfolio-content { padding: 20px; }
            .bento-card { flex: 0 0 85vw; }
            .testimonial-card { flex: 0 0 85vw; }
            .faq-question { padding: 20px; font-size: 0.9rem; }
            .faq-answer p { padding: 0 20px 20px; font-size: 0.95rem; }
            .contact-method { padding: 16px; }
            .contact-icon { width: 50px; height: 50px; }
            .typewriter-container { min-width: 180px; }
        }