  * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.6;
            color: #2c3e50;
            background: #f8fafc;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="personal" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="2" fill="rgba(255,255,255,0.08)"/><circle cx="5" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="25" cy="5" r="1.5" fill="rgba(255,255,255,0.06)"/></pattern></defs><rect width="100" height="100" fill="url(%23personal)"/></svg>');
        }
        
        .hero-content {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 60px;
            align-items: center;
        }
        
        .hero-text h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.1;
        }
        
        .hero-subtitle {
            font-size: 1.4rem;
            margin-bottom: 25px;
            opacity: 0.9;
            font-weight: 300;
        }
        
        .hero-intro {
            font-size: 1.1rem;
            margin-bottom: 30px;
            line-height: 1.7;
            opacity: 0.95;
        }
        
        .quick-facts {
            display: flex;
            gap: 30px;
            margin-top: 30px;
        }
        
        .fact {
            text-align: center;
        }
        
        .fact-number {
            font-size: 2.5rem;
            font-weight: 700;
            display: block;
            margin-bottom: 5px;
        }
        
        .fact-label {
            font-size: 0.9rem;
            opacity: 0.8;
        }
        
        .hero-photo {
            position: relative;
        }
        
.photo-container {
    width: 350px;
    height: 262px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
        
        .photo-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .photo-placeholder {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            color: white;
            font-size: 1.2rem;
            text-align: center;
            padding: 20px;
        }
        
        /* Personal Story Section */
        .personal-story {
            padding: 80px 0;
            background: white;
        }
        
        .story-content {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .story-content h2 {
            font-size: 2.5rem;
            color: #1f2937;
            margin-bottom: 30px;
            text-align: center;
        }
        
        .story-text {
            font-size: 1.1rem;
            color: #374151;
            line-height: 1.8;
            margin-bottom: 30px;
        }
        
        .story-highlight {
            background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
            padding: 30px;
            border-radius: 16px;
            border-left: 4px solid #667eea;
            margin: 40px 0;
            font-style: italic;
            font-size: 1.1rem;
            color: #4f46e5;
        }
        
        /* Why I Do This Section */
        .why-section {
            padding: 80px 0;
            background: #f8fafc;
        }
        
        .why-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        
        .why-text h2 {
            font-size: 2.2rem;
            color: #1f2937;
            margin-bottom: 25px;
        }
        
        .why-reasons {
            list-style: none;
            margin-top: 30px;
        }
        
        .why-reasons li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            padding: 15px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }
        
        .why-reasons .icon {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
            font-size: 18px;
        }
        
        .why-reasons .text h4 {
            color: #1f2937;
            margin-bottom: 5px;
        }
        
        .why-reasons .text p {
            color: #6b7280;
            font-size: 0.95rem;
        }
        
        .why-visual {
            position: relative;
        }
        
        .working-photo {
            width: 100%;
            height: 400px;
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            border-radius: 16px;
            overflow: hidden;
            position: relative;
        }
        
        .working-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .working-placeholder {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            color: white;
            font-size: 1.3rem;
            text-align: center;
        }
        
        
        
        /* Experience & Skills */
        
        .experience {
    padding: 80px 0;
    background: white;
}

        .experience {
            padding: 80px 0;
            background: white;
        }
        
        .experience h2 {
            text-align: center;
            font-size: 2.5rem;
            color: #1f2937;
            margin-bottom: 50px;
        }
        
        .experience-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
        }
        
        .experience-timeline {
    display: grid;
    gap: 30px;
    padding: 0;
        }
        
        .experience-timeline::before {
            content: '';
            position: absolute;
            left: 15px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(to bottom, #667eea, #764ba2);
            border-radius: 2px;
        }
        
        .timeline-item {
   background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    padding-left: 25px;
        }
        
        .timeline-item:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
        
        .timeline-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #667eea, #764ba2);
    border-radius: 0 4px 4px 0;
        }
        
.timeline-year {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
}

.timeline-title {
    color: #1f2937;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.timeline-description {
    color: #6b7280;
    line-height: 1.6;
}
        
        .skills-section h3 {
            color: #1f2937;
            margin-bottom: 25px;
            font-size: 1.3rem;
        }
        
        .skills-grid {
            display: grid;
            gap: 25px;
        }
        
        .skill-category {
             background: white;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
        }
        
        .skill-category:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
        
        .skill-category h4 {
   color: #1f2937;
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 600;
        }
        
        .skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
        }
        
        .skill-tag {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: transform 0.2s ease;
        }
        
        .skill-tag:hover {
    transform: scale(1.05);
}
        
        /* Personal Touch */
        .personal-touch {
            padding: 80px 0;
            background: linear-gradient(135deg, #f8fafc 0%, #e0e7ff 100%);
        }
        
        .personal-touch h2 {
            text-align: center;
            font-size: 2.2rem;
            color: #1f2937;
            margin-bottom: 50px;
        }
        
        .personal-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
        }
        
        .personal-card {
            background: white;
            padding: 30px;
            border-radius: 16px;
            text-align: center;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        
        .personal-card:hover {
            transform: translateY(-5px);
        }
        
        .personal-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            display: block;
        }
        
        .personal-card h3 {
            color: #1f2937;
            margin-bottom: 15px;
        }
        
        .personal-card p {
            color: #6b7280;
            line-height: 1.6;
        }
        
        /* CTA Section */
        .cta {
            background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
        }
        
        .cta h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }
        
        .cta p {
            font-size: 1.2rem;
            margin-bottom: 40px;
            opacity: 0.9;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .cta-button {
            background: #667eea;
            color: white;
            border: none;
            padding: 15px 40px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }
        
        .cta-button:hover {
            background: #5a67d8;
            transform: translateY(-2px);
        }
        
        .cta-button.secondary {
            background: transparent;
            border: 2px solid #667eea;
        }
        
        .cta-button.secondary:hover {
            background: #667eea;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .hero-content {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 40px;
            }
            
            .hero-text h1 {
                font-size: 2.5rem;
            }
            
            .quick-facts {
                justify-content: center;
            }
            
            .photo-container {
                width: 250px;
                height: 300px;
            }
            
            .why-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .experience-grid {
                grid-template-columns: 1fr;
            }
            
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .container {
                padding: 0 15px;
            }
        }
        
        /* Animations */
        .fade-in {
            animation: fadeInUp 0.8s ease-out;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }