:root{--primary-color:#00e6a0;--primary-hover:#00d4aa;--secondary-color:#00b8d4;--accent-color:#667eea;--dark-bg:#0a0a0a;--card-bg:#111111;--surface-bg:#1a1a1a;--text-primary:#ffffff;--text-secondary:#f1f5f9;--text-muted:#94a3b8;--text-accent:#00e6a0;--border-color:rgba(0,230,160,.2);--border-subtle:rgba(255,255,255,.05);--shadow:0 2px 4px rgba(0,0,0,.1);--shadow-hover:0 4px 8px rgba(0,0,0,.15);--border-radius:2px;--border-radius-small:1px;--border-radius-large:4px;--transition:all .3s cubic-bezier(.4,0,.2,1);--transition-fast:all .15s ease;--gradient-primary:linear-gradient(135deg,#00e6a0 0%,#00b8d4 100%);--gradient-secondary:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--gradient-accent:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}

/* Navigation Styles */
/* Global Styles */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--dark-bg);overflow-x:hidden;scroll-behavior:smooth;font-display:swap;font-feature-settings:normal;font-variant-ligatures:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.hero-title h1,.hero-title .hero-subtitle,.hero-description{font-family:'Poppins',sans-serif}
.hero-name{font-family:'Poppins',sans-serif;font-size:clamp(3rem,6vw,5rem);font-weight:800;background:linear-gradient(90deg,#00d4aa 0%,#00b8d4 20%,#0091ea 40%,#2962ff 60%,#6200ea 80%,#aa00d4 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;animation:rainbow-shift 8s ease-in-out infinite;min-height:1.1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;will-change:background-position;contain:layout style}
.hero{min-height:100vh;position:relative}
.hero-container{contain:layout style paint}





.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;padding:2rem 0;background:radial-gradient(circle at 20% 80%,rgba(0,230,160,.12)0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,184,212,.08)0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(102,126,234,.06)0%,transparent 50%),linear-gradient(135deg,var(--dark-bg)0%,#0f0f0f 50%,var(--dark-bg)100%)}.hero-bg-effects{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.bg-shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,rgba(0,230,160,.05),rgba(0,204,143,.03));backdrop-filter:blur(.5px);transition:transform .3s ease-out;opacity:.35;will-change:transform;contain:layout style paint}

.shape-1{width:200px;height:200px;top:10%;left:10%}.shape-2{width:150px;height:150px;top:60%;right:15%}.shape-3{width:100px;height:100px;top:30%;left:60%}.shape-4{width:250px;height:250px;bottom:20%;left:20%}.shape-5{width:80px;height:80px;top:70%;right:30%}.bg-particle{position:absolute;border-radius:50%;background:rgba(0,230,160,.08);transition:transform .4s ease-out;opacity:.5;will-change:transform;contain:layout style paint}

.particle-1{width:6px;height:6px;top:20%;left:30%}.particle-2{width:8px;height:8px;top:50%;right:25%}.particle-3{width:4px;height:4px;top:75%;left:50%}.particle-4{width:10px;height:10px;bottom:30%;right:40%}.particle-5{width:5px;height:5px;top:40%;left:80%}.particle-6{width:7px;height:7px;bottom:50%;left:15%}



.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%;min-height:85vh}.hero-content{display:flex;flex-direction:column;gap:2rem;position:relative;z-index:10;min-width:0;flex:1}

.hero-main{display:flex;flex-direction:column;gap:.5rem}.hero-title{display:flex;flex-direction:column;gap:.25rem}.hero-greeting{font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:var(--text-secondary)}.hero-name{font-size:clamp(3rem,6vw,5rem);font-weight:800;background:linear-gradient(90deg,#00d4aa 0%,#00b8d4 50%,#0091ea 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.hero-subtitle{display:flex;flex-direction:column;gap:.25rem}.hero-role{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600;color:var(--primary-color)}.hero-specialty{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-secondary);font-weight:400}

.hero-description{display:flex;flex-direction:column;gap:1.5rem}.hero-text{font-size:1.1rem;color:var(--text-secondary);line-height:1.7;max-width:500px}.hero-text strong{color:var(--primary-color);font-weight:600}

        .hero-highlights {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .highlight-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(0, 230, 160, 0.08);
            padding: 0.5rem 1rem;
            border-radius: var(--border-radius);
            border: 1px solid rgba(0, 230, 160, 0.15);
            font-size: 0.9rem;
            color: var(--text-secondary);
            transition: all 0.2s ease;
        }

        .highlight-item:hover {
            background: rgba(0, 230, 160, 0.12);
            color: var(--primary-color);
        }

        .highlight-icon {
            font-size: 1.2rem;
        }

        .hero-actions {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .about-stats {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-top: 2rem;
            flex-wrap: wrap;
        }

        .stat-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
            padding: 1rem;
            background: var(--card-bg);
            border-radius: var(--border-radius);
            border: 1px solid var(--border-color);
            min-width: 120px;
            text-align: center;
            transition: all 0.2s ease;
        }

        .stat-item:hover {
            transform: translateY(-2px);
            border-color: var(--primary-color);
            box-shadow: 0 2px 4px rgba(0, 230, 160, 0.08);
        }

        .stat-number {
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary-color);
            line-height: 1;
        }

        .stat-label {
            font-size: 0.9rem;
            color: var(--text-secondary);
            font-weight: 500;
            line-height: 1.2;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 1rem 2rem;
            border-radius: var(--border-radius);
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: var(--transition);
            cursor: pointer;
            box-shadow: var(--shadow);
            position: relative;
            overflow: hidden;
            border: none;
            font-family: inherit;
        }

        .cta-button.primary {
            background: var(--primary-color);
            color: #052e1b;
            border: 2px solid var(--primary-color);
        }

        .cta-button.primary:hover {
            background: var(--primary-hover);
            border-color: var(--primary-hover);
            box-shadow: 0 2px 4px rgba(0, 230, 160, 0.15);
        }

        .cta-button.secondary {
            background: transparent;
            color: var(--text-primary);
            border: 2px solid var(--primary-color);
        }

        .cta-button.secondary:hover {
            background: var(--primary-color);
            color: #052e1b;
            box-shadow: var(--shadow-hover);
        }
        
        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
        }
        
        .cta-button:hover::before {
            left: 100%;
        }
        
        .cta-button:hover {
            box-shadow: var(--shadow-hover);
        }

        .hero-social {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .social-label {
            font-size: 0.9rem;
            color: var(--text-secondary);
            font-weight: 500;
        }

        .hero-visual {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 10;
        }

        .hero-graphic {
            position: relative;
            width: 300px;
            height: 300px;
            background: transparent;
            border-radius: var(--border-radius);
            border: none;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0;
            box-shadow: none;
        }

        .hero-profile {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 0.5rem 0;
            gap: 1rem;
        }

        .profile-image {
            width: 280px;
            height: 280px;
            border-radius: 50%;
            object-fit: cover;
            border: 4px solid var(--primary-color);
            box-shadow: 0 2px 4px rgba(0, 230, 160, 0.08);
            transition: all 0.3s ease;
            /* Prevent layout shifts */
            aspect-ratio: 1;
            min-width: 280px;
            min-height: 280px;
            /* LCP optimizations */
            content-visibility: auto;
            contain-intrinsic-size: 280px;
        }

        /* Mobile responsive profile image */
        @media (max-width: 768px) {
            .profile-image {
                min-width: 120px;
                min-height: 120px;
                contain-intrinsic-size: 120px;
            }
        }

        @media (max-width: 480px) {
            .profile-image {
                min-width: 100px;
                min-height: 100px;
                contain-intrinsic-size: 100px;
            }
        }

        .profile-image:hover {
            box-shadow: 0 4px 8px rgba(0, 230, 160, 0.1);
        }

        .employment-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.75rem;
            background: linear-gradient(135deg, rgba(0, 217, 137, 0.2), rgba(0, 217, 137, 0.15));
            color: #00d989;
            padding: 0.875rem 1.5rem;
            border-radius: var(--border-radius);
            font-size: 1rem;
            font-weight: 700;
            border: 2px solid rgba(0, 217, 137, 0.5);
            white-space: nowrap;
            box-shadow: 0 4px 12px rgba(0, 217, 137, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .employment-badge svg {
            flex-shrink: 0;
            width: 18px;
            height: 18px;
        }

        .employment-badge:hover {
            background: linear-gradient(135deg, rgba(0, 217, 137, 0.3), rgba(0, 217, 137, 0.2));
            border-color: rgba(0, 217, 137, 0.9);
            box-shadow: 0 6px 16px rgba(0, 217, 137, 0.25), 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .code-preview {
            background: var(--card-bg);
            border-radius: 4px;
            padding: 1.5rem;
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.9rem;
            line-height: 1.5;
            width: 100%;
            border: 1px solid var(--border-color);
            color: var(--text-primary);
        }

        .code-line {
            display: block;
            margin-bottom: 0.25rem;
        }

        .code-line.indent {
            margin-left: 1rem;
        }

        .code-keyword {
            color: #c792ea;
        }

        .code-function {
            color: #82aaff;
        }

        .code-string {
            color: #c3e88d;
        }

        .code-number {
            color: #f78c6c;
        }

        .code-comment {
            color: #546e7a;
        }

        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
        }

        .floating-icon {
            position: absolute;
            width: 40px;
            height: 40px;
            background: rgba(0, 230, 160, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            border: 2px solid rgba(0, 230, 160, 0.2);
        }

        .floating-icon.wordpress {
            top: -20px;
            right: -20px;
        }

        .floating-icon.gear {
            bottom: -20px;
            left: -20px;
        }

        .floating-icon.code {
            top: 50%;
            left: -30px;
        }

        .hero-scroll {
            position: absolute;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            opacity: 0.8;
        }

        .scroll-link {
            text-decoration: none;
            color: inherit;
            transition: var(--transition);
        }

        .scroll-link:hover {
            opacity: 1;
        }

        .scroll-link:hover .scroll-indicator {
            color: var(--primary-color);
        }

        .scroll-indicator {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
            color: var(--text-secondary);
            font-size: 0.9rem;
            cursor: pointer;
            transition: var(--transition);
        }

        .social-links {
            display: flex;
            gap: 1.5rem;
            margin-top: 2rem;
        }

        .social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            background: rgba(0, 230, 160, 0.1);
            border: 2px solid rgba(0, 230, 160, 0.2);
            border-radius: 50%;
            color: var(--primary-color);
            text-decoration: none;
            transition: var(--transition);
        }

        .social-link:hover {
            background: var(--primary-color);
            color: var(--dark-bg);
            box-shadow: 0 2px 4px rgba(0, 230, 160, 0.15);
        }

        .section {
            padding: 5rem 0;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .section-title {
            font-family: 'Poppins', sans-serif;
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            font-weight: 800;
            color: var(--text-primary);
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
            letter-spacing: -0.02em;
            line-height: 1.1;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-align: center;
            width: 100%;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            border-radius: 2px;
        }

        .section-subtitle {
            font-size: clamp(1.1rem, 2vw, 1.25rem);
            color: var(--text-secondary);
            max-width: 650px;
            margin: 0 auto;
            line-height: 1.7;
            font-weight: 400;
        }

        .about-content {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 4rem;
            align-items: start;
            margin-bottom: 4rem;
        }

        .about-main {
            display: flex;
            flex-direction: column;
            gap: 2.5rem;
        }

        .about-intro {
            text-align: left;
        }

        .about-greeting {
            font-family: 'Poppins', sans-serif;
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1rem;
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .about-highlight {
            margin-bottom: 1rem;
        }

        .about-text-large {
            font-size: 1.3rem;
            line-height: 1.6;
            color: var(--text-primary);
            font-weight: 500;
        }

        .about-details {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .detail-section {
            background: var(--card-bg);
            border-radius: var(--border-radius-large);
            padding: 2rem;
            border: 1px solid var(--border-subtle);
            box-shadow: var(--shadow);
            transition: var(--transition);
            position: relative;
            overflow: hidden;
            border-left: 4px solid var(--primary-color);
            background: linear-gradient(135deg, rgba(0, 230, 160, 0.03), rgba(0, 204, 143, 0.02));
        }
        
        .detail-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--gradient-primary);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .detail-section:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
            border-color: var(--border-color);
        }
        
        .detail-section:hover::before {
            opacity: 1;
        }

        .detail-section:hover {
            transform: translateY(-2px);
            border-color: var(--primary-color);
            box-shadow: var(--shadow);
        }

        .detail-title {
            font-family: 'Poppins', sans-serif;
            color: var(--text-primary);
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .detail-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .detail-list li {
            color: var(--text-secondary);
            margin-bottom: 0.75rem;
            padding-left: 0;
            line-height: 1.5;
        }

        .detail-list li:last-child {
            margin-bottom: 0;
        }

        .service-placeholder {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 0.5rem 0;
            background: rgba(0, 230, 160, 0.02);
            border-radius: 4px;
            border: 1px solid rgba(0, 230, 160, 0.1);
        }

        .service-icon {
            color: var(--primary-color);
            opacity: 0.8;
            flex-shrink: 0;
        }

        .service-content {
            flex: 1;
        }

        .service-description {
            color: var(--text-secondary);
            font-size: 0.95rem;
            line-height: 1.6;
            margin-bottom: 1rem;
        }

        .service-description strong {
            color: var(--primary-color);
        }

        /* Service features styling */
        .service-features {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.75rem;
            margin: 1.5rem 0;
        }

        /* Skip Link */
        /* Skip-link styles moved to skip-link.css to avoid duplication */



        /* Footer */
        footer {
            background: rgba(10, 10, 10, 0.95);
            border-top: 1px solid var(--border-color);
            margin-top: 4rem;
            backdrop-filter: blur(10px);
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 3rem 16px 2rem;
        }

        .footer-top {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            align-items: center;
            gap: 16px;
            margin-bottom: 2rem;
        }

        .footer-brand a {
            text-decoration: none;
            color: inherit;
            display: flex;
            flex-direction: column;
        }

        .footer-brand-name {
            font-size: 1.6rem;
            font-weight: 700;
            color: var(--primary-color);
        }

        .footer-brand-tagline {
            font-size: 0.9rem;
            color: var(--text-secondary);
            margin-top: 2px;
        }

        .footer-nav {
            text-align: center;
        }

        .footer-nav-list {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            list-style: none;
            gap: 1rem;
            margin: 0;
            padding: 0;
        }

        .footer-nav-list a {
            color: var(--text-secondary);
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .footer-nav-list a:hover,
        .footer-nav-list a:focus {
            color: var(--primary-color);
        }

        .footer-contact a {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--text-secondary);
            text-decoration: none;
            transition: color 0.2s ease;
        }

        .footer-contact a:hover,
        .footer-contact a:focus {
            color: var(--primary-color);
        }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 1.5rem;
            border-top: 1px solid var(--border-color);
        }

        .social-links {
            display: flex;
            gap: 1rem;
        }

        .social-links a {
            color: var(--text-secondary);
            transition: color 0.2s ease;
        }

        .social-links a:hover,
        .social-links a:focus {
            color: var(--primary-color);
        }

        .copyright {
            color: var(--text-muted);
            font-size: 0.9rem;
            margin: 0;
        }

        /* Responsive Design */
        @media (max-width: 768px) {

            .footer-top {
                grid-template-columns: 1fr;
                text-align: center;
                row-gap: 8px;
            }

            .footer-nav-list {
                justify-content: center;
                gap: 8px 12px;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 0.75rem;
                text-align: center;
            }

            .social-links {
                order: -1;
                justify-content: center;
            }

            .footer-container {
                padding: 2rem 12px 1.5rem;
            }
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.5rem 0;
            border-left: 3px solid rgba(0, 217, 137, 0.3);
            background: rgba(0, 230, 160, 0.02);
            border-radius: 0 6px 6px 0;
            transition: all 0.2s ease;
        }

        .feature-item:hover {
            background: rgba(0, 217, 137, 0.05);
            border-left-color: rgba(0, 217, 137, 0.6);
            transform: translateX(4px);
        }

        .feature-icon {
            font-size: 1.2rem;
            min-width: 1.5rem;
            text-align: center;
        }

        .feature-text {
            color: var(--text-secondary);
            font-size: 0.9rem;
            font-weight: 500;
        }

        /* Development status badge */
        .status-badge.development {
            background: rgba(255, 193, 7, 0.1);
            color: #f59e0b;
            border-color: rgba(245, 158, 11, 0.3);
        }

        .service-status {
            display: flex;
            justify-content: flex-start;
        }

        .status-badge {
            background: rgba(255, 193, 7, 0.1);
            color: #ffc107;
            padding: 0.25rem 0.75rem;
            border-radius: var(--border-radius);
            font-size: 0.8rem;
            font-weight: 600;
            border: 1px solid rgba(255, 193, 7, 0.3);
            transition: var(--transition);
            display: inline-flex;
            align-items: center;
            gap: 0.375rem;
        }

        .status-badge svg {
            flex-shrink: 0;
        }

        .status-link {
            text-decoration: none;
            color: inherit;
            transition: var(--transition);
        }

        .status-link:hover .status-badge {
            background: var(--primary-color);
            color: var(--dark-bg);
            transform: translateY(-1px);
            border-color: var(--primary-color);
        }

        .about-aside {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .about-quote {
            background: rgba(0, 217, 137, 0.05);
            border-radius: 4px;
            padding: 2rem;
            border-left: 4px solid var(--primary-color);
        }

        .about-quote blockquote {
            margin: 0;
            font-size: 1.1rem;
            line-height: 1.6;
            color: var(--text-primary);
            font-style: italic;
        }

        .about-quote blockquote em {
            color: var(--primary-color);
            font-weight: 500;
        }

        .about-values {
            background: var(--card-bg);
            border-radius: 4px;
            padding: 2rem;
            border: 1px solid var(--border-color);
        }

        .values-title {
            font-family: 'Poppins', sans-serif;
            color: var(--primary-color);
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            text-align: center;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0.75rem;
        }

        .value-tag {
            background: rgba(0, 230, 160, 0.08);
            color: var(--primary-color);
            padding: 0.5rem 1rem;
            border-radius: 4px;
            font-size: 0.85rem;
            font-weight: 500;
            text-align: center;
            border: 1px solid rgba(0, 230, 160, 0.15);
            transition: all 0.2s ease;
        }

        .value-tag:hover {
            background: rgba(0, 230, 160, 0.12);
            transform: translateY(-1px);
        }

        .about-cta {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at 20% 80%, rgba(0, 217, 137, 0.06) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(0, 179, 119, 0.04) 0%, transparent 50%);
            border-radius: var(--border-radius);
            padding: 2.5rem;
            text-align: center;
            border: 1px solid var(--border-color);
            margin-top: 2rem;
            box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
        }

        .cta-content {
            max-width: 600px;
            margin: 0 auto;
        }

        .cta-title {
            font-family: 'Poppins', sans-serif;
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

        .cta-text {
            font-size: 1.1rem;
            color: var(--text-secondary);
            margin-bottom: 2rem;
            line-height: 1.6;
        }

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

        .stat-item {
            text-align: center;
            padding: 2rem;
            background: var(--card-bg);
            border-radius: var(--border-radius);
            border: 1px solid var(--border-color);
            transition: var(--transition);
        }

        .stat-item:hover {
            border-color: var(--primary-color);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

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

        .skills-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 1.75rem;
            margin-bottom: 3rem;
        }

        .skills-category {
            background: var(--card-bg);
            border-radius: var(--border-radius);
            padding: 2rem;
            border: 1px solid var(--border-color);
            transition: var(--transition);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            border-left: 3px solid var(--primary-color);
            background: linear-gradient(135deg, rgba(0, 230, 160, 0.04), rgba(0, 204, 143, 0.02));
            display: flex;
            flex-direction: column;
        }

        .skills-category:hover {
            border-color: var(--primary-color);
            box-shadow: 0 6px 16px rgba(0, 230, 160, 0.12);
            transform: translateY(-2px);
        }

        .category-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.75rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid rgba(0, 230, 160, 0.1);
        }

        .category-icon {
            width: 44px;
            height: 44px;
            background: rgba(0, 230, 160, 0.1);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            flex-shrink: 0;
            transition: var(--transition);
        }

        .skills-category:hover .category-icon {
            background: rgba(0, 230, 160, 0.15);
            transform: scale(1.05);
        }

        .skills-category h3 {
            color: var(--text-primary);
            font-size: 1.25rem;
            font-weight: 600;
            margin: 0;
            line-height: 1.3;
        }

        .skills-list {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            flex: 1;
        }

        .skill-item {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            padding: 0.75rem 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        }

        .skill-item:last-child {
            border-bottom: none;
        }

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

        .skill-name {
            color: var(--text-primary);
            font-weight: 500;
            font-size: 0.95rem;
        }

        .skill-level {
            color: var(--primary-color);
            font-weight: 600;
            font-size: 0.85rem;
            background: rgba(0, 230, 160, 0.08);
            padding: 0.25rem 0.75rem;
            border-radius: 4px;
            border: 1px solid rgba(0, 217, 137, 0.2);
        }

        .skill-text {
            color: var(--text-secondary);
            font-size: 0.95rem;
            line-height: 1.6;
        }

        .skill-text strong {
            color: var(--text-primary);
            font-weight: 600;
        }

        .additional-skills {
            text-align: center;
        }

        .additional-skills h3 {
            color: var(--primary-color);
            margin-bottom: 2rem;
            font-size: 1.4rem;
        }

        .skills-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            justify-content: center;
        }

        .skill-tag {
            background: rgba(0, 230, 160, 0.1);
            color: var(--primary-color);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 500;
            border: 1px solid rgba(0, 217, 137, 0.2);
            transition: var(--transition);
            cursor: default;
        }

        .skill-tag:hover {
            background: rgba(0, 217, 137, 0.2);
            transform: translateY(-2px);
        }

        .skills-cta {
            text-align: center;
            margin-top: 3rem;
        }
        .skills-category-cta {
            text-align: center;
            margin-top: 1.75rem;
            padding-top: 1.25rem;
            border-top: 1px solid rgba(0, 230, 160, 0.15);
        }

        .cta-link {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: var(--primary-color);
            color: var(--dark-bg);
            padding: 1rem 2rem;
            border-radius: var(--border-radius);
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: var(--transition);
            box-shadow: 0 2px 4px rgba(0, 230, 160, 0.15);
        }

        .cta-link:hover {
            transform: translateY(-3px);
            box-shadow: 0 0.0000000000001px 0.0000000000001px rgba(0, 217, 137, 0.000000000000005);
        }

        .cta-link svg {
            transition: var(--transition);
        }

        .cta-link:hover svg {
            transform: translateX(3px);
        }

        .timeline {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 30px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: var(--border-color);
        }

        .timeline-item {
            margin-bottom: 3rem;
            position: relative;
        }

        .timeline-marker {
            position: absolute;
            left: 22px;
            top: 8px;
            width: 16px;
            height: 16px;
            background: var(--primary-color);
            border-radius: 4px;
            border: 4px solid var(--dark-bg);
        }

        .timeline-content {
            margin-left: 80px;
            background: var(--card-bg);
            border-radius: var(--border-radius);
            padding: 2rem;
            border: 1px solid var(--border-color);
            transition: var(--transition);
        }

        .timeline-content:hover {
            transform: translateX(10px);
            border-color: var(--primary-color);
        }

        /* Education styles - Academic theme with distinctive design */
        .timeline-item.education .timeline-marker {
            background: linear-gradient(135deg, #667eea, #764ba2);
            box-shadow: 0 0 8px rgba(102, 126, 234, 0.3);
            border: 2px solid #ffffff;
            position: relative;
        }

        .timeline-item.education .timeline-marker::before {
            content: '🎓';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 12px;
            line-height: 1;
        }

        .timeline-item.education .timeline-content {
            border-left: 4px solid #667eea;
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.08), rgba(118, 75, 162, 0.06));
            border-radius: var(--border-radius);
            position: relative;
            overflow: hidden;
        }

        .timeline-item.education .timeline-content::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #667eea, #764ba2, #f093fb, #f5576c);
            background-size: 200% 100%;
        }

        .timeline-item.education .timeline-content:hover {
            border-color: #667eea;
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
        }

        .timeline-item.education .job-title {
            color: #667eea;
            font-weight: 700;
            position: relative;
            padding-left: 25px;
        }

        .timeline-item.education .job-title::before {
            content: '📚';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 16px;
        }

        .timeline-item.education .job-period {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: #ffffff;
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 0.5rem;
            border: 1px solid rgba(102, 126, 234, 0.3);
            box-shadow: 0 2px 4px rgba(102, 126, 234, 0.1);
        }


        /* Work experience styles - Professional theme */
        .timeline-item:not(.education) .timeline-marker {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            box-shadow: 0 0 8px rgba(0, 217, 137, 0.3);
            border: 2px solid #ffffff;
            position: relative;
        }

        .timeline-item:not(.education) .timeline-marker::before {
            content: '💼';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 12px;
            line-height: 1;
        }

        .timeline-item:not(.education) .timeline-content {
            border-left: 4px solid var(--primary-color);
            background: linear-gradient(135deg, rgba(0, 230, 160, 0.05), rgba(0, 204, 143, 0.03));
            border-radius: var(--border-radius);
            position: relative;
            overflow: hidden;
        }

        .timeline-item:not(.education) .timeline-content::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), #00d4aa, #00b8d4);
            background-size: 200% 100%;
        }

        .timeline-item:not(.education) .timeline-content:hover {
            border-color: var(--primary-color);
            box-shadow: 0 4px 12px rgba(0, 217, 137, 0.15);
        }

        .timeline-item:not(.education) .job-title {
            color: var(--primary-color);
            font-weight: 700;
            position: relative;
            padding-left: 25px;
        }

        .timeline-item:not(.education) .job-title::before {
            content: '💼';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 16px;
        }

        .timeline-item:not(.education) .job-period {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: #000000;
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 0.5rem;
            border: 1px solid rgba(0, 217, 137, 0.3);
            box-shadow: 0 2px 4px rgba(0, 217, 137, 0.1);
        }


        .job-title {
            font-family: 'Poppins', sans-serif;
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

        .job-period {
            color: var(--text-muted);
            font-size: 0.9rem;
            margin-bottom: 1rem;
            font-style: italic;
        }

        .job-description {
            color: var(--text-secondary);
            line-height: 1.6;
        }

        .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
        }

        .portfolio-item {
            background: var(--card-bg);
            border-radius: 4px;
            overflow: hidden;
            border: 1px solid var(--border-color);
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
            backdrop-filter: blur(10px);
        }
        
        .portfolio-item:hover {
            border-color: var(--primary-color);
            box-shadow: 0 2px 6px rgba(0, 217, 137, 0.06);
        }

        .portfolio-image {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: var(--transition);
        }

        .portfolio-item:hover .portfolio-image {
            opacity: 0.9;
        }

        /* Grayout effect for portfolio items */
        .portfolio-item.grayout {
            opacity: 0.6;
            filter: grayscale(100%) contrast(0.8);
            pointer-events: none;
            cursor: default;
        }

        .portfolio-item.grayout:hover {
            transform: none;
            border-color: var(--border-color);
            box-shadow: none;
        }

        .portfolio-item.grayout .portfolio-image {
            filter: grayscale(100%) contrast(0.8);
        }

        .portfolio-item.grayout:hover .portfolio-image {
            transform: none;
        }

        .portfolio-item.grayout .portfolio-content {
            opacity: 0.7;
        }

        .portfolio-content {
            padding: 1.5rem;
        }

        .portfolio-title {
            font-family: 'Poppins', sans-serif;
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

        .portfolio-description {
            color: var(--text-secondary);
            margin-bottom: 1rem;
            line-height: 1.6;
        }
        
        .portfolio-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
        }

        .portfolio-tag {
            background: rgba(0, 230, 160, 0.1);
            color: var(--primary-color);
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
            border: 1px solid rgba(0, 217, 137, 0.2);
        }

        /* Company Showcase Styles */
        .company-showcase {
            position: relative;
            background: linear-gradient(135deg, rgba(0, 230, 160, 0.08) 0%, rgba(0, 184, 212, 0.05) 50%, rgba(102, 126, 234, 0.08) 100%);
            border: 2px solid rgba(0, 230, 160, 0.4);
            box-shadow: 0 4px 12px rgba(0, 230, 160, 0.1);
        }

        .company-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1rem;
            border-bottom: 1px solid rgba(0, 230, 160, 0.2);
            background: linear-gradient(135deg, rgba(0, 230, 160, 0.05) 0%, rgba(0, 184, 212, 0.03) 100%);
        }

        .company-logo {
            color: var(--primary-color);
            display: flex;
            align-items: center;
            justify-content: center;
            filter: drop-shadow(0 2px 4px rgba(0, 230, 160, 0.3));
        }

        .company-logo svg {
            width: 60px;
            height: 60px;
            transition: transform 0.3s ease;
        }

        .company-showcase:hover .company-logo svg {
            opacity: 0.9;
        }

        .company-badge {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: var(--dark-bg);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 2px 8px rgba(0, 230, 160, 0.3);
        }

        .badge-text {
            color: var(--dark-bg);
            font-weight: 600;
        }

        .company-showcase .portfolio-content {
            padding: 1.5rem;
        }

        .company-showcase .portfolio-title {
            color: var(--primary-color);
            font-size: 1.3rem;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .company-showcase .portfolio-description {
            color: var(--text-primary);
            font-size: 0.95rem;
            margin-bottom: 1rem;
        }

        .company-showcase .portfolio-tag {
            background: rgba(0, 230, 160, 0.15);
            border-color: rgba(0, 230, 160, 0.4);
        }

        .company-showcase:hover {
            border-color: var(--primary-color);
            box-shadow: 0 8px 20px rgba(0, 230, 160, 0.2);
        }

        .company-showcase:hover .company-header {
            background: linear-gradient(135deg, rgba(0, 230, 160, 0.1) 0%, rgba(0, 184, 212, 0.06) 100%);
            border-bottom-color: rgba(0, 230, 160, 0.3);
        }

        /* Badges Section */
        .badges-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .badges-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 0.75rem;
            margin-bottom: 1rem;
        }

        .badge-item {
            background: var(--card-bg);
            border-radius: var(--border-radius);
            border: 1px solid var(--border-color);
            overflow: hidden;
            transition: var(--transition);
        }

        .badge-item:hover {
            border-color: var(--primary-color);
            box-shadow: 0 4px 12px rgba(0, 230, 160, 0.15);
        }

        .badge-link {
            display: block;
            text-decoration: none;
            color: inherit;
            height: 100%;
        }

        .badge-image-wrapper {
            width: 100%;
            aspect-ratio: 1;
            background: var(--surface-bg);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0.75rem;
            border-bottom: 1px solid var(--border-color);
        }

        .badge-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
            max-width: 140px;
            max-height: 140px;
        }

        .badge-info {
            padding: 0.75rem;
        }

        .badge-name {
            color: var(--text-primary);
            font-size: 0.95rem;
            font-weight: 600;
            margin-bottom: 0.3rem;
            line-height: 1.2;
        }

        .badge-issuer {
            color: var(--primary-color);
            font-size: 0.8rem;
            font-weight: 500;
            margin-bottom: 0.4rem;
        }

        .badge-description {
            color: var(--text-secondary);
            font-size: 0.75rem;
            line-height: 1.3;
            margin: 0;
        }

        .badges-loading {
            grid-column: 1 / -1;
            text-align: center;
            padding: 3rem;
            color: var(--text-secondary);
        }

        .badges-loading-spinner {
            width: 40px;
            height: 40px;
            border: 3px solid var(--border-color);
            border-top-color: var(--primary-color);
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin: 0 auto 1rem;
        }

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

        .badges-empty {
            grid-column: 1 / -1;
            text-align: center;
            padding: 3rem;
            color: var(--text-secondary);
        }

        .badges-empty svg {
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            opacity: 0.5;
        }

        .badges-link-card {
            background: var(--card-bg);
            border-radius: var(--border-radius);
            border: 1px solid var(--border-color);
            padding: 1.5rem;
            text-align: center;
        }

        .badges-link-content {
            max-width: 600px;
            margin: 0 auto;
        }

        .badges-link-content svg {
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

        .badges-link-content h3 {
            color: var(--text-primary);
            font-size: 1.3rem;
            margin-bottom: 0.75rem;
            font-weight: 600;
        }

        .badges-link-content p {
            color: var(--text-secondary);
            margin-bottom: 1.5rem;
            line-height: 1.6;
            font-size: 0.95rem;
        }

        @media (max-width: 768px) {
            .badges-grid {
                grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
                gap: 0.5rem;
            }

            .badges-link-card {
                padding: 1.25rem 1rem;
            }

            .badges-link-content h3 {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 480px) {
            .badges-grid {
                grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
                gap: 0.5rem;
            }
        }

        /* Contact Section */
        .contact-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 3rem;
            margin-bottom: 2rem;
        }

        .contact-cards {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        .contact-card {
            background: var(--card-bg);
            border-radius: 4px;
            padding: 2rem;
            border: 1px solid var(--border-color);
            transition: var(--transition);
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
        }

        .contact-card:hover {
            border-color: var(--primary-color);
            box-shadow: 0 8px 16px rgba(0, 217, 137, 0.12);
        }

        .contact-card-icon {
            width: 60px;
            height: 60px;
            background: rgba(0, 230, 160, 0.1);
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            flex-shrink: 0;
        }

        .contact-card-content h3 {
            color: var(--primary-color);
            margin-bottom: 0.5rem;
            font-size: 1.2rem;
        }

        .contact-card-content p {
            color: var(--text-secondary);
            margin-bottom: 0.5rem;
            line-height: 1.5;
        }

        .contact-subtext {
            color: var(--text-muted);
            font-size: 0.9rem;
            font-style: italic;
        }

        .contact-link {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 500;
            font-size: 0.9rem;
            transition: var(--transition);
            padding: 0.5rem 0;
        }

        .contact-link:hover {
            color: var(--secondary-color);
        }

        .contact-link svg {
            width: 14px;
            height: 14px;
            transition: var(--transition);
        }

        .contact-link:hover svg {
            transform: translateX(3px);
        }

        .contact-alternative {
            display: flex;
            flex-direction: column;
            gap: 2.5rem;
        }

        .contact-message h3 {
            color: var(--primary-color);
            margin-bottom: 1rem;
            font-size: 1.3rem;
        }

        .contact-message p {
            color: var(--text-secondary);
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

        .contact-quick-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .quick-action-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(0, 230, 160, 0.1);
            color: var(--primary-color);
            padding: 0.75rem 1.25rem;
            border-radius: var(--border-radius);
            text-decoration: none;
            font-weight: 500;
            font-size: 0.9rem;
            border: 1px solid rgba(0, 217, 137, 0.2);
            transition: var(--transition);
        }

        .quick-action-btn:hover {
            background: var(--primary-color);
            color: var(--dark-bg);
            transform: translateY(-2px);
        }

        .social-section h4 {
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
        }

        .social-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        .social-card {
            display: flex;
            align-items: center;
            gap: 1rem;
            background: var(--card-bg);
            border-radius: var(--border-radius);
            padding: 1rem;
            border: 1px solid var(--border-color);
            text-decoration: none;
            color: inherit;
            transition: var(--transition);
        }

        .social-card:hover {
            transform: translateX(5px);
            border-color: var(--primary-color);
            box-shadow: 0 6px 12px rgba(0, 217, 137, 0.08);
        }

        .social-icon {
            width: 40px;
            height: 40px;
            background: rgba(0, 230, 160, 0.1);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            flex-shrink: 0;
        }

        .social-info {
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }

        .social-name {
            color: var(--text-primary);
            font-weight: 600;
            font-size: 0.95rem;
        }

        .social-handle {
            color: var(--text-secondary);
            font-size: 0.85rem;
        }







        /* Footer */
        .footer {
            background: var(--dark-bg);
            border-top: 1px solid var(--border-color);
            padding: 3rem 0 1rem;
            color: var(--text-secondary);
        }




        .footer-description {
            color: var(--text-secondary);
            line-height: 1.6;
            margin: 0;
        }
        
        .footer-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--primary-color);
            margin: 0 0 1rem 0;
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .footer-links li {
            margin: 0;
        }

        .footer-links a {
            color: var(--text-secondary);
            text-decoration: none;
            transition: var(--transition);
        }
        
        .footer-links a:hover {
            color: var(--primary-color);
        }

        .footer-links span {
            color: var(--text-secondary);
        }

        .footer-contact {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .contact-item svg {
            color: var(--primary-color);
            flex-shrink: 0;
        }

        .contact-item a {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 500;
        }

        .contact-item a:hover {
            text-decoration: underline;
        }

        .footer-social {
            text-align: left;
            margin-bottom: 2rem;
        }

        .social-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

        .social-links {
            display: flex;
            justify-content: left;
            gap: 1rem;
        }

        .social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: var(--card-bg);
            border-radius: 50%;
            color: var(--text-secondary);
            text-decoration: none;
            transition: var(--transition);
        }

        .social-link:hover {
            background: var(--primary-color);
            color: var(--dark-bg);
            transform: translateY(-3px);
        }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 2rem;
            border-top: 1px solid var(--border-color);
            flex-wrap: wrap;
            gap: 1rem;
        }

        .footer-legal {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .footer-legal p {
            margin: 0;
            color: var(--text-muted);
            font-size: 0.9rem;
        }

        .footer-legal .footer-links {
            flex-direction: row;
            gap: 1rem;
            align-items: center;
        }

        .footer-legal .footer-links a {
            font-size: 0.85rem;
        }

        .footer-credit {
            text-align: right;
        }

        .footer-credit p {
            margin: 0;
            color: var(--text-muted);
            font-size: 0.9rem;
        }

        /* Mobile Responsive */


        /* Mobile Responsive */
        @media (max-width: 768px) {


            /* Hero Section */
            .hero {
                padding: 1.5rem 1rem 5rem 1rem;
                min-height: 100vh;
                margin-top: 0;
                position: relative;
                z-index: 1;
            }

            .hero-container {
                display: flex;
                flex-direction: column;
                text-align: center;
                gap: 2rem;
                align-items: center;
                justify-content: flex-start;
                min-height: 100vh;
                padding-top: 7rem;
            }


            .hero-greeting {
                font-size: 1.2rem;
                margin-bottom: 0.5rem;
            }

            .hero-name {
                font-size: 2.2rem;
                line-height: 1.2;
                margin-bottom: 0.5rem;
            }

            .hero-role {
                font-size: 1.1rem;
            }

            .hero-specialty {
                font-size: 0.9rem;
                opacity: 0.8;
            }

            .hero-description {
                margin: 2rem 0;
            }

            .hero-text {
                font-size: 1rem;
                line-height: 1.6;
            }

            .hero-actions {
                flex-direction: column;
                gap: 1.25rem;
                align-items: center;
            }

            .cta-button {
                width: 100%;
                max-width: 260px;
                padding: 0.875rem 1.75rem;
                font-size: 0.95rem;
            }

            .hero-visual {
                order: 1;
                margin-bottom: 2rem;
                display: flex;
                justify-content: center;
                align-items: center;
                position: relative;
                z-index: 10;
            }

            .hero-content {
                order: 2;
                padding: 0 1rem;
                position: relative;
                z-index: 10;
            }

            .hero-graphic {
                width: 130px;
                height: 130px;
                margin: 0 auto;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .profile-image {
                width: 120px;
                height: 120px;
                border-radius: 50%;
                object-fit: cover;
                border: 3px solid var(--primary-color);
                box-shadow: 0 6px 20px rgba(0, 217, 137, 0.25);
            }

            .employment-badge {
                font-size: 0.875rem;
                padding: 0.625rem 1.25rem;
            }

            .employment-badge svg {
                width: 16px;
                height: 16px;
            }

            .hero-social {
                justify-content: center;
                margin-top: 3rem;
                margin-bottom: 1rem;
            }



            .social-links {
                gap: 1.5rem;
            }

            /* Hero Background Effects Mobile */
            .bg-shape {
                opacity: 0.6;
            }

            .bg-particle {
                opacity: 0.4;
            }

            /* Reduce movement on mobile for better performance */
            .shape-1 {
                width: 120px;
                height: 120px;
            }

            .shape-2 {
                width: 100px;
                height: 100px;
            }

            .shape-3 {
                width: 60px;
                height: 60px;
            }

            .shape-4 {
                width: 150px;
                height: 150px;
            }

            .shape-5 {
                width: 50px;
                height: 50px;
            }

            /* About Section */
            .about {
                padding: 3rem 1rem;
            }

            .about-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .about-main {
                order: 1;
            }

            .about-aside {
                order: 2;
            }

            .about-greeting {
                font-size: 1.8rem;
            }

            .about-title {
                font-size: 2rem;
            }

            .about-text {
                font-size: 1rem;
                line-height: 1.6;
            }

            .detail-section,
            .about-quote,
            .about-values {
                padding: 1.5rem;
                margin-bottom: 1.5rem;
            }

            .about-cta {
                padding: 2rem 1.5rem;
                margin-top: 2rem;
            }

            .cta-title {
                font-size: 1.5rem;
            }

            /* Skills Section */
            .skills-container {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .skills-category {
                padding: 1.5rem;
            }

            .category-header {
                margin-bottom: 1.25rem;
                padding-bottom: 0.75rem;
            }

            .category-icon {
                width: 40px;
                height: 40px;
            }

            .skills-category h3 {
                font-size: 1.15rem;
            }

            .skills-list {
                gap: 0.875rem;
            }

            .skill-item {
                padding: 0.625rem 0;
            }

            .skill-text {
                font-size: 0.9rem;
            }

            /* Experience Section */
            .experience {
                padding: 3rem 1rem;
            }

            .timeline {
                position: relative;
                padding-left: 2rem;
            }

            .timeline::before {
                left: 1rem;
                width: 2px;
            }

            .timeline-item {
                margin-bottom: 2rem;
            }

            .timeline-marker {
                left: 0.5rem;
                width: 1rem;
                height: 1rem;
            }

            .timeline-content {
                margin-left: 0;
            }

            .job-title {
                font-size: 1.1rem;
            }

            .job-period {
                font-size: 0.9rem;
            }

            .job-description {
                font-size: 0.95rem;
            }

            /* Portfolio Section */
            .portfolio {
                padding: 3rem 1rem;
            }

            .portfolio-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .portfolio-item {
                padding: 1.5rem;
            }

            .portfolio-image {
                height: 200px;
            }

            .portfolio-title {
                font-size: 1.1rem;
            }

            .portfolio-description {
                font-size: 0.95rem;
            }

            /* Contact Section */
            .contact {
                padding: 3rem 1rem;
            }

            .contact-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .contact-info {
                order: 2;
            }

            .contact-form {
                order: 1;
            }

            .contact-form .form-group {
                margin-bottom: 1.5rem;
            }

            .contact-form input,
            .contact-form textarea {
                padding: 1rem;
                font-size: 1rem;
            }

            .contact-form button {
                width: 100%;
                padding: 1rem;
            }

            /* Footer */
            .footer {
                padding: 2rem 1rem;
                text-align: center;
            }

            .footer-content {
                grid-template-columns: 1fr;
                gap: 2rem;
                text-align: center;
            }


            .footer-description {
                text-align: center;
            }

            .footer-links {
                justify-content: center;
                align-items: center;
            }

            .footer-links li {
                text-align: center;
            }

            .footer-links a {
                text-align: center;
            }

            .footer-contact {
                align-items: center;
            }

            .contact-item {
                justify-content: center;
                text-align: center;
            }

            .footer-social {
                text-align: center;
            }

            .social-title {
                text-align: center;
            }

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

            .footer-bottom {
                flex-direction: column;
                gap: 1rem;
                text-align: center;
            }

            .footer-legal {
                text-align: center;
            }

            .footer-credit {
                text-align: center;
            }
        }

        /* Small Mobile Devices */
        @media (max-width: 480px) {
            .hero-name {
                font-size: 2rem;
            }

            .hero-greeting {
                font-size: 1.1rem;
            }

            .hero-role {
                font-size: 1rem;
            }

            .hero-specialty {
                font-size: 0.85rem;
            }

            .hero-text {
                font-size: 0.95rem;
            }

            .cta-button {
                padding: 0.875rem 1.5rem;
                font-size: 0.95rem;
            }

            .hero-graphic {
                width: 110px;
                height: 110px;
            }

            .profile-image {
                width: 100px;
                height: 100px;
            }

            .employment-badge {
                font-size: 0.8rem;
                padding: 0.5rem 1rem;
            }

            .employment-badge svg {
                width: 15px;
                height: 15px;
            }

            .social-links {
                gap: 1rem;
            }

            .about-title {
                font-size: 1.8rem;
            }

            .about-greeting {
                font-size: 1.6rem;
            }

            .detail-section h3 {
                font-size: 1.1rem;
            }

            .skills-category {
                padding: 1.25rem;
            }

            .category-header {
                margin-bottom: 1rem;
                padding-bottom: 0.75rem;
                gap: 0.75rem;
            }

            .category-icon {
                width: 36px;
                height: 36px;
            }

            .category-icon svg {
                width: 20px;
                height: 20px;
            }

            .skills-category h3 {
                font-size: 1.1rem;
            }

            .skills-list {
                gap: 0.75rem;
            }

            .skill-item {
                padding: 0.625rem 0;
            }

            .skill-text {
                font-size: 0.875rem;
                line-height: 1.5;
            }

            .category-icon {
                width: 40px;
                height: 40px;
            }

            .category-icon svg {
                width: 24px;
                height: 24px;
            }

            .skill-item {
                padding: 0.625rem;
                font-size: 0.9rem;
            }

            .portfolio-item {
                padding: 1.25rem;
            }

            .portfolio-title {
                font-size: 1rem;
            }

            .contact-form input,
            .contact-form textarea {
                padding: 0.875rem;
            }
        }

        /* Tablet Responsive */
        @media (max-width: 1024px) and (min-width: 769px) {
            .about-content {
                grid-template-columns: 1fr 1fr;
                gap: 3rem;
                margin-bottom: 3rem;
            }

            .about-main {
                order: 1;
            }

            .about-aside {
                order: 2;
            }

            .about-greeting {
                font-size: 2rem;
            }

            .about-text-large {
                font-size: 1.2rem;
            }

            .detail-section {
                padding: 1.75rem;
            }

            .about-quote {
                padding: 1.75rem;
            }

            .about-values {
                padding: 1.75rem;
            }

            .about-cta {
                padding: 2.5rem;
                margin-top: 1.5rem;
            }

            .cta-title {
                font-family: 'Poppins', sans-serif;
                font-size: 1.8rem;
            }

            .hero-graphic {
                width: 260px;
                height: 260px;
            }

            .profile-image {
                width: 240px;
                height: 240px;
                border-width: 4px;
            }

            .hero-scroll {
                bottom: 4rem;
                left: 50%;
                transform: translateX(-50%);
                width: 100%;
                text-align: center;
                z-index: 10;
            }

            .scroll-indicator {
                font-size: 0.85rem;
                gap: 0.375rem;
                text-align: center;
                width: 100%;
            }

            .scroll-indicator span {
                display: block;
                text-align: center;
                width: 100%;
            }

            .about-stats {
                gap: 1.5rem;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: center;
            }

            .stat-item {
                min-width: 140px;
                padding: 0.875rem;
            }

            .stat-number {
                font-size: 1.8rem;
            }

            .stat-label {
                font-size: 0.85rem;
            }
        }

        /* Scroll Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

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

        /* Loading animation */
        @keyframes pulse {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.5;
            }
        }

        .loading {
            animation: pulse 2s infinite;
        }

        /* Utility Classes for Spacing */
        .mt-1-5 {
            margin-top: 1.5rem;
        }

        .mt-1-25 {
            margin-top: 1.25rem;
        }

        .mt-1 {
            margin-top: 1rem;
        }

        .mt-2-5 {
            margin-top: 2.5rem;
        }

        .mb-0 {
            margin-bottom: 0;
        }

        .mb-1 {
            margin-bottom: 1rem;
        }

        .about-values-spaced {
            margin-top: 2.5rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(0, 230, 160, 0.1);
        }

        .detail-list-item {
            margin-bottom: 1.25rem;
        }

        .detail-list-item:last-child {
            margin-bottom: 0;
        }

        .detail-strong {
            display: block;
            margin-bottom: 0.5rem;
            color: var(--primary-color);
        }

        .detail-text {
            display: block;
            padding-left: 0;
        }

        .service-section {
            margin-top: 1.25rem;
        }

        .service-section-small {
            margin-top: 1rem;
        }

        .service-description-no-margin {
            margin-top: 0;
        }

        .matomo-pixel {
            border: 0;
        }