.elementor-213 .elementor-element.elementor-element-aa39ec3{--display:flex;}.elementor-213 .elementor-element.elementor-element-aa39ec3:not(.elementor-motion-effects-element-type-background), .elementor-213 .elementor-element.elementor-element-aa39ec3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020617;}:root{--page-title-display:none;}/* Start custom CSS */body {
            box-sizing: border-box;
        }
        
        .subtle-grid {
            /* Cyber-themed layered background + subtle grid overlay */
            background-image:
                radial-gradient(ellipse at 8% 12%, rgba(6,182,212,0.07), transparent 28%),
                linear-gradient(135deg, #001019 0%, #04122a 50%, #001e2b 100%),
                linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
            background-size: auto, auto, 52px 52px, 52px 52px;
            background-repeat: no-repeat, no-repeat, repeat, repeat;
            background-attachment: fixed;
        }
        
        .clean-shadow {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }
        
        .role-card {
            background: linear-gradient(145deg, rgba(15, 23, 42, 0.8), rgba(30, 41, 59, 0.6));
            border: 1px solid rgba(0, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .role-card:hover {
            transform: translateY(-8px) scale(1.02);
            border-color: rgba(0, 255, 255, 0.6);
            box-shadow: 
                0 20px 40px rgba(0, 0, 0, 0.3),
                0 0 30px rgba(0, 255, 255, 0.2);
        }
        
        .stage-header {
            background: linear-gradient(135deg, 
                rgba(0, 0, 0, 0.8) 0%, 
                rgba(15, 23, 42, 0.9) 50%, 
                rgba(0, 0, 0, 0.8) 100%);
            border: 2px solid;
            position: relative;
            overflow: hidden;
        }
        
        .stage-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            animation: shimmer 3s infinite;
        }
        
        @keyframes shimmer {
            0% { left: -100%; }
            100% { left: 100%; }
        }
        
        .stage-1 { border-color: #10b981; }
        .stage-2 { border-color: #3b82f6; }
        .stage-3 { border-color: #ef4444; }
        .stage-4 { border-color: #8b5cf6; }
        
        .project-tag {
            background: linear-gradient(45deg, #ff6b6b, #ffa500);
            color: white;
            font-weight: 600;
        }
        
        .github-tag {
            background: linear-gradient(45deg, #24292e, #586069);
            color: white;
        }
        
        .tip-tag {
            background: linear-gradient(45deg, #00d4aa, #00a8cc);
            color: white;
        }
        
        .cyber-text {
            background: linear-gradient(45deg, #3b82f6, #1d4ed8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .project-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(15, 23, 42, 0.8);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            z-index: 1000;
            display: none;
            overflow-y: auto;
        }
        
        .project-modal.active {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: 2rem;
        }
        
        .project-modal-content {
            background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.9));
            border: 2px solid rgba(0, 255, 255, 0.3);
            border-radius: 20px;
            padding: 2rem;
            max-width: 1200px;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            backdrop-filter: blur(20px);
            position: relative;
        }
        
        .close-modal {
            position: absolute;
            top: 1rem;
            right: 1rem;
            background: rgba(255, 0, 0, 0.2);
            border: 1px solid #ef4444;
            color: #ef4444;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 1.5rem;
            transition: all 0.3s ease;
        }
        
        .close-modal:hover {
            background: rgba(255, 0, 0, 0.4);
            transform: scale(1.1);
        }
        
        .project-item {
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(15, 23, 42, 0.6));
            border: 1px solid rgba(0, 255, 255, 0.2);
            border-radius: 12px;
            padding: 1.5rem;
            margin-bottom: 1rem;
            transition: all 0.3s ease;
        }
        
        .project-item:hover {
            border-color: rgba(0, 255, 255, 0.5);
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        }
        
        .project-difficulty {
            display: inline-block;
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
        }
        
        .difficulty-beginner { background: linear-gradient(45deg, #10b981, #059669); }
        .difficulty-intermediate { background: linear-gradient(45deg, #f59e0b, #d97706); }
        .difficulty-advanced { background: linear-gradient(45deg, #ef4444, #dc2626); }
        .difficulty-expert { background: linear-gradient(45deg, #8b5cf6, #7c3aed); }
        

        
        .floating-icon {
            animation: float 4s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            25% { transform: translateY(-10px) rotate(2deg); }
            50% { transform: translateY(-5px) rotate(-1deg); }
            75% { transform: translateY(-15px) rotate(1deg); }
        }
        

        
        .terminal-window {
            background: #0d1117;
            border: 1px solid #30363d;
            border-radius: 8px;
        }
        
        .terminal-header {
            background: #161b22;
            border-bottom: 1px solid #30363d;
            padding: 8px 16px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .terminal-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }
        
        .dot-red { background: #ff5f56; }
        .dot-yellow { background: #ffbd2e; }
        .dot-green { background: #27ca3f; }
        
        /* Job success title styling */
        .job-success-title {
            background: linear-gradient(90deg, #00d4ff 0%, #7efc9b 45%, #ffd166 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 8px 30px rgba(0, 212, 255, 0.08), 0 2px 8px rgba(255, 209, 102, 0.04);
        }
    </style>
    <style>@view-transition { navigation: auto; }</style>
    <!-- Responsive tweaks -->
    <style>
        /* Fluid typography and spacing for hero */
        .hero-inner { padding: clamp(1rem, 4vw, 3rem); }
        .hero-content h1 { font-size: clamp(1.6rem, 6vw, 3.5rem); line-height: 1.05; }
        .hero-content p { font-size: clamp(0.95rem, 2.5vw, 1.125rem); }

        /* Make role card paddings and fonts scale nicely */
        .role-card { padding: clamp(0.75rem, 2vw, 1.25rem); }
        .role-card h3 { font-size: clamp(1rem, 2.2vw, 1.125rem); }
        .project-item { padding: clamp(0.75rem, 1.6vw, 1.25rem); }

        /* Recommender responsive layout: results auto-fit columns */
        #recommendResults { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }

        /* Modal sizing & scroll behavior on small screens */
        .project-modal-content {
            max-width: 98%;
            width: 100%;
            max-height: 90vh;
            padding: clamp(0.75rem, 2vw, 2rem);
        }

        /* Terminal window wrapping for small screens */
        .terminal-window .p-3, .terminal-window .text-xs { word-break: break-word; white-space: normal; }

        /* Hide or simplify heavy decorations on very small screens for performance */
        @media (max-width: 640px) {
            .floating-icon { display: none; }
            .hero-content h1 { text-align: center; }
            .hero-inner { padding: 1rem !important; }
            .stage-header { padding: 1rem !important; }
            .grid.md\:grid-cols-2, .grid.lg\:grid-cols-3, .grid.lg\:grid-cols-4 { grid-template-columns: 1fr !important; }
            .project-item { font-size: 0.95rem; }

            /* Make recommender buttons full-width on tiny screens */
            #recommendBtn, #resetRecommender { display: block; width: 100%; box-sizing: border-box; margin-left: 0 !important; }
            #recommendBtn { margin-bottom: 0.5rem; }
            #resetRecommender { margin-left: 0 !important; }
            
            /* Fix button container alignment on mobile */
            #recommenderForm .text-right { text-align: left !important; }
            
            /* Fix main container padding on mobile - Maximum width utilization */
            main { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
            
            /* Ensure proper spacing for sections */
            section { margin-left: 0 !important; margin-right: 0 !important; }
            
            /* Fix role card grid spacing on mobile */
            .grid { gap: 0.75rem !important; }
            
            /* Ensure hero section title is properly sized */
            .hero-content h1 { font-size: clamp(1.75rem, 5vw, 2.5rem) !important; line-height: 1.1 !important; }
            
            /* Better mobile spacing for success section */
            .job-success-title { font-size: clamp(1.5rem, 4vw, 2rem) !important; }
            
            /* Mobile role cards - use more width */
            .role-card { 
                padding: 1rem !important; 
                margin: 0 !important;
            }
            
            /* Mobile sections - maximize width */
            section { 
                padding-left: 0 !important; 
                padding-right: 0 !important; 
            }
            
            /* Override any restrictive containers on mobile */
            .max-w-7xl { 
                max-width: 100% !important; 
            }
            
            /* Ensure full width utilization */
            body { 
                padding: 0 !important; 
                margin: 0 !important; 
            }
            
            /* Mobile recommender section fix */
            .max-w-3xl { 
                max-width: 100% !important; 
                margin-left: 0 !important; 
                margin-right: 0 !important; 
            }
            
            /* Remove bottom gap on mobile */
            main { 
                padding-bottom: 1rem !important; 
            }
            
            /* Reduce section margins to eliminate end gap */
            .mb-24 { 
                margin-bottom: 1.5rem !important; 
            }
            
            /* Remove margin from last section */
            section:last-of-type { 
                margin-bottom: 0 !important; 
            }
            
            /* Fix stage header layout on mobile */
            .stage-header .flex.items-center.justify-between { 
                flex-direction: column !important; 
                text-align: center !important; 
                gap: 1rem !important; 
            }
            
            .stage-header .flex.items-center { 
                flex-direction: column !important; 
                text-align: center !important; 
                margin-right: 0 !important; 
            }
            
            .stage-header .floating-icon { 
                margin-right: 0 !important; 
                margin-bottom: 0.5rem !important; 
            }
            
            .stage-header .text-right { 
                text-align: center !important; 
            }
            
            /* Adjust stage header text sizes for mobile */
            .stage-header h2 { font-size: clamp(1.75rem, 5vw, 2.5rem) !important; }
            .stage-header .text-2xl { font-size: clamp(1.125rem, 3vw, 1.5rem) !important; }
            .stage-header .text-3xl { font-size: clamp(1.25rem, 3.5vw, 1.75rem) !important; }
            
            /* Fix project modal mobile layout - Maximum width utilization */
            .project-modal-content {
                max-width: 100% !important;
                width: 100% !important;
                margin: 0 !important;
                padding: 0.75rem !important;
                max-height: 95vh !important;
                border-radius: 0 !important;
                border: none !important;
            }
            
            .project-modal.active {
                padding: 0 !important;
                align-items: flex-start !important;
            }
            
            /* Full screen modal on mobile */
            .project-modal {
                padding: 0 !important;
            }
            
            /* Improve project item mobile layout */
            .project-item {
                padding: 0.75rem !important;
                margin-bottom: 0.5rem !important;
                border-radius: 6px !important;
            }
            
            /* Better mobile typography in modal */
            .project-modal h1 { font-size: clamp(1.5rem, 4vw, 2rem) !important; }
            .project-modal h3 { font-size: clamp(1rem, 3vw, 1.25rem) !important; }
            .project-modal p { font-size: 0.9rem !important; line-height: 1.4 !important; }
            
            /* Mobile-friendly difficulty tags */
            .project-difficulty {
                padding: 0.2rem 0.5rem !important;
                font-size: 0.7rem !important;
                margin-bottom: 0.3rem !important;
            }
            
            /* Close button mobile positioning */
            .close-modal {
                top: 0.25rem !important;
                right: 0.25rem !important;
                width: 36px !important;
                height: 36px !important;
                font-size: 1.4rem !important;
                z-index: 1001 !important;
            }
            
            /* Mobile modal header fixes - More compact */
            .project-modal .text-6xl { font-size: clamp(2rem, 6vw, 2.5rem) !important; margin-bottom: 0.5rem !important; }
            .project-modal .text-4xl { font-size: clamp(1.125rem, 3.5vw, 1.5rem) !important; margin-bottom: 0.5rem !important; }
            .project-modal .text-center.mb-8 { margin-bottom: 1rem !important; }
            
            /* Mobile project item layout improvements */
            .project-item .flex.justify-between { flex-direction: column !important; }
            .project-item .flex.justify-between .text-2xl { 
                align-self: flex-end !important; 
                margin-top: -2rem !important;
                margin-bottom: 0.5rem !important;
                margin-left: 0 !important;
            }
            
            /* Mobile skills tags */
            .project-item .flex.flex-wrap { gap: 0.25rem !important; }
            .project-item .flex.flex-wrap span { 
                font-size: 0.7rem !important; 
                padding: 0.2rem 0.4rem !important; 
            }
            
            /* Mobile action buttons */
            .project-item .flex.justify-between.items-center { 
                flex-direction: column !important; 
                gap: 0.5rem !important; 
                align-items: stretch !important; 
            }
            
            .project-item .flex.justify-between.items-center a,
            .project-item .flex.justify-between.items-center button { 
                width: 100% !important; 
                text-align: center !important; 
                justify-content: center !important;
            }
        }

        /* Medium screens: slightly larger tap targets and spacing */
        @media (min-width: 641px) and (max-width: 1024px) {
            .hero-inner { padding: clamp(1.5rem, 3.5vw, 2.5rem); }
            .role-card { padding: 1rem; }
            .project-item { padding: 1rem; }
        }

        /* Improve accessibility: focus outlines for keyboard users */
        button:focus, a:focus, select:focus { outline: 3px solid rgba(56,189,248,0.18); outline-offset: 2px; }/* End custom CSS */