*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#2d3748;background:#f7fafc;overflow-x:hidden}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");nav{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px 40px;display:flex;justify-content:space-between;align-items:center;z-index:100;border-bottom:1px solid #e2e8f0}.logo{font-size:1.5rem;font-weight:800;color:#2d3748}.nav-links{display:flex;gap:40px}.nav-links a{color:#4a5568;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .2s}.nav-links a:hover{color:#2d3748}.hero{min-height:100vh;justify-content:center;padding:100px 40px 80px;background:#fff}.hero,.hero-content{display:flex;align-items:center}.hero-content{max-width:1200px;gap:80px}.hero-image{flex-shrink:0}.profile-circle{width:380px;height:380px;border-radius:50%;overflow:hidden;background:#e2e8f0;box-shadow:0 20px 60px rgba(0,0,0,.1)}.profile-circle img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .3s}.profile-circle:hover img{filter:grayscale(0)}.hero-text h1{font-size:5rem;font-weight:900;color:#1a202c;margin-bottom:30px;line-height:1.1}.hero-subtitle{font-size:1.5rem;color:#4a5568;margin-bottom:20px;font-weight:500}.hero-description{font-size:1.1rem;color:#718096;line-height:1.8;margin-bottom:40px;max-width:600px}.hero-buttons{display:flex;gap:20px;flex-wrap:wrap}.btn{padding:18px 40px;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:#f59e0b;color:#fff;box-shadow:0 4px 14px rgba(245,158,11,.4)}.btn-primary:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 6px 20px rgba(245,158,11,.5)}.btn-secondary{background:#ef4444;color:#fff;box-shadow:0 4px 14px rgba(239,68,68,.4)}.btn-secondary:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 20px rgba(239,68,68,.5)}.btn-tertiary{background:#06b6d4;color:#fff;box-shadow:0 4px 14px rgba(6,182,212,.4)}.btn-tertiary:hover{background:#0891b2;transform:translateY(-2px);box-shadow:0 6px 20px rgba(6,182,212,.5)}.btn-quaternary{background:#8b5cf6;color:#fff;box-shadow:0 4px 14px rgba(139,92,246,.4)}.btn-quaternary:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 6px 20px rgba(139,92,246,.5)}.container{max-width:1200px;margin:0 auto;padding:0 40px}section{padding:100px 0;background:#fff}section:nth-child(2n){background:#f7fafc}h2{font-size:3rem;margin-bottom:60px;font-weight:900;color:#1a202c;text-align:center}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px;gap:40px;margin-top:60px}.stat-item{text-align:center;padding:40px 20px;background:#fff;border-radius:20px;box-shadow:0 4px 14px rgba(0,0,0,.05)}.stat-number{font-size:3.5rem;font-weight:900;color:#667eea;display:block;margin-bottom:10px}.stat-label{color:#718096;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.experience-item,.leadership-item,.project-item{margin-bottom:60px;padding:40px;background:#fff;border-radius:20px;box-shadow:0 4px 14px rgba(0,0,0,.05);transition:all .3s}.experience-item:hover,.leadership-item:hover,.project-item:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,.1)}.experience-item h3,.leadership-item h3,.project-item h3{font-size:1.8rem;margin-bottom:12px;font-weight:800;color:#1a202c}.meta{color:#667eea;font-size:1rem;margin-bottom:20px;font-weight:600}.project-link{color:#667eea;text-decoration:none;font-weight:700}.project-link:hover{color:#764ba2}.experience-item ul,.leadership-item ul,.project-item ul{margin-left:20px;margin-top:20px}.experience-item li,.leadership-item li,.project-item li{margin-bottom:14px;color:#4a5568;line-height:1.8;font-size:1.05rem}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}.skill-category{padding:40px;background:#fff;border-radius:20px;box-shadow:0 4px 14px rgba(0,0,0,.05);transition:all .3s}.skill-category:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,.1)}.skill-category h3{font-size:1.2rem;margin-bottom:15px;font-weight:800;color:#1a202c;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.skill-category p{color:#718096;line-height:1.8;font-size:1.05rem}.education-item{margin-bottom:40px;padding:40px;background:#fff;border-radius:20px;box-shadow:0 4px 14px rgba(0,0,0,.05);transition:all .3s}.education-item:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,.1)}.education-item h3{font-size:1.6rem;margin-bottom:12px;font-weight:800;color:#1a202c}.certifications{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px}.cert-item{padding:40px;background:#fff;border-radius:20px;box-shadow:0 4px 14px rgba(0,0,0,.05);transition:all .3s;cursor:pointer}.cert-item:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(0,0,0,.1)}.cert-item strong{color:#1a202c;font-weight:800;font-size:1.2rem;display:block;margin-bottom:12px}.cert-details{color:#667eea}.cert-details,.cert-score{font-size:.95rem;font-weight:600;margin-bottom:8px}.cert-score{color:#10b981}.cert-instructor{color:#718096;font-size:.9rem;margin-bottom:8px}.cert-id{color:#a0aec0;font-size:.85rem;font-family:Courier New,monospace}.cert-view{color:#667eea;font-size:.9rem;font-weight:700;margin-top:15px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;cursor:pointer}.modal-content{position:relative;max-width:90%;max-height:90vh;cursor:default}.modal-content img{width:100%;height:auto;max-height:90vh;object-fit:contain;border-radius:12px}.modal-close{position:absolute;top:-50px;right:0;background:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;font-weight:700;color:#1a202c;transition:all .2s}.modal-close:hover{transform:scale(1.1);background:#f7fafc}footer{background:#1a202c;color:#fff;padding:60px 40px;text-align:center}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:30px}.footer-links a{color:#a0aec0;text-decoration:none;font-weight:600;transition:color .2s}.footer-links a:hover{color:#fff}@media (max-width:1024px){.hero-content{flex-direction:column;text-align:center;gap:50px}.hero-text h1{font-size:3.5rem}.profile-circle{width:300px;height:300px}.skills-grid,.stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){nav{padding:15px 20px}.nav-links{gap:20px}.hero{padding:80px 20px 60px}.hero-text h1{font-size:2.5rem}.profile-circle{width:250px;height:250px}h2{font-size:2.2rem}section{padding:60px 0}.container{padding:0 20px}.certifications,.skills-grid,.stats{grid-template-columns:1fr}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%;text-align:center}}