*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes glow{0%,to{box-shadow:0 0 5px #667eea80}50%{box-shadow:0 0 20px #667eeacc,0 0 30px #667eea99}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.fade-in{animation:fadeIn 1s ease-out}.slide-in-1{animation:slideInLeft .6s ease-out .1s both}.slide-in-2{animation:slideInLeft .6s ease-out .2s both}.slide-in-3{animation:slideInLeft .6s ease-out .3s both}.slide-in-4{animation:slideInLeft .6s ease-out .4s both}.slide-in-5{animation:slideInLeft .6s ease-out .5s both}.slide-in-6{animation:slideInLeft .6s ease-out .6s both}.reveal-up{opacity:0;animation:slideInUp .8s ease-out .2s forwards}.reveal-left{opacity:0;animation:slideInLeft .8s ease-out .3s forwards}.reveal-right{opacity:0;animation:slideInRight .8s ease-out .3s forwards}.delay-1{animation-delay:.4s}.delay-2{animation-delay:.6s}.delay-3{animation-delay:.8s}.delay-4{animation-delay:1s}.pulse{animation:pulse 2s infinite}.bounce{animation:bounce 2s infinite}.glow{animation:glow 2s ease-in-out infinite}.header{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid #eee;transition:all .3s ease}.header:hover{background:rgba(255,255,255,.98);box-shadow:0 2px 20px #0000001a}.nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.logo h2{color:#2c3e50;font-weight:600;transition:color .3s ease}.logo h2:hover{color:#3498db}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;position:relative;transition:color .3s ease}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:#3498db}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);background-size:400% 400%;animation:gradientShift 8s ease infinite;color:#fff;min-height:100vh;display:flex;align-items:center;text-align:center;position:relative;overflow:hidden}.hero-content{max-width:800px;margin:0 auto;padding:0 20px;z-index:2}.hero-title{font-size:3.5rem;margin-bottom:1rem;font-weight:700;opacity:0;animation:slideInUp 1s ease-out .5s forwards}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.9;font-weight:400;opacity:0;animation:slideInUp 1s ease-out .7s forwards}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.8;opacity:0;animation:slideInUp 1s ease-out .9s forwards}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;opacity:0;animation:slideInUp 1s ease-out 1.1s forwards}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.floating-icon{position:absolute;font-size:2rem;opacity:.3}.float-1{top:20%;left:10%;animation:float 6s ease-in-out infinite}.float-2{top:60%;right:15%;animation:float 4s ease-in-out infinite 2s}.float-3{bottom:30%;left:20%;animation:float 5s ease-in-out infinite 1s}.float-4{top:40%;right:25%;animation:float 7s ease-in-out infinite 3s}.btn-primary,.btn-secondary{padding:12px 30px;text-decoration:none;border-radius:30px;font-weight:600;transition:all .3s ease;display:inline-block;position:relative;overflow:hidden}.btn-primary{background:white;color:#667eea}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:white;color:#667eea;transform:translateY(-3px)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50;position:relative;opacity:0;animation:fadeIn 1s ease-out .2s forwards}.section-title:after{content:"";position:absolute;width:80px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);bottom:-10px;left:50%;transform:translate(-50%);border-radius:2px}section{padding:80px 0}.about{background:#f8f9fa}.about-content{max-width:900px;margin:0 auto;text-align:center}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#555}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.stat-item{text-align:center;padding:2rem;background:white;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.stat-item:hover{transform:translateY(-10px)}.stat-number{font-size:2.5rem;font-weight:700;color:#3498db;margin-bottom:.5rem}.stat-label{color:#666;font-weight:500}.projects{background:#f8f9fa}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:all .3s ease;transform:translateY(0)}.project-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #00000026}.project-image{height:200px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:relative;overflow:hidden}.placeholder-image{display:flex;align-items:center;justify-content:center;height:100%;color:#fff;font-weight:500;font-size:1.2rem}.project-content{padding:1.5rem}.project-content h3{margin-bottom:1rem;color:#2c3e50;transition:color .3s ease}.project-card:hover .project-content h3{color:#3498db}.project-content p{color:#555;margin-bottom:1rem;line-height:1.6}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#e3f2fd;color:#1976d2;padding:.3rem .8rem;border-radius:15px;font-size:.9rem;font-weight:500;transition:all .3s ease}.tech-tag:hover{background:#1976d2;color:#fff;transform:scale(1.1)}.project-links{display:flex;gap:1rem}.project-link{color:#3498db;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}.project-link:after{content:"→";margin-left:5px;transition:transform .3s ease}.project-link:hover:after{transform:translate(5px)}.project-link:hover{color:#2980b9}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.skill-category{text-align:center;padding:2rem;background:white;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.skill-category:hover{transform:translateY(-5px)}.skill-category h3{margin-bottom:1.5rem;color:#2c3e50;font-size:1.3rem}.skill-items{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.skill-item{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:.6rem 1.2rem;border-radius:25px;font-weight:500;transition:all .3s ease;cursor:pointer}.skill-item:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 10px 25px #667eea4d}.certifications{background:#f8f9fa}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.certification-card{background:white;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px #0000001a;transition:all .3s ease}.certification-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.cert-icon{font-size:3rem;margin-bottom:1rem;animation:bounce 2s infinite}.certification-card h3{color:#2c3e50;margin-bottom:.5rem}.certification-card p{color:#666}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#667eea,#764ba2);transform:translate(-50%)}.timeline-item{display:flex;margin-bottom:3rem;align-items:center;position:relative}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-date{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.8rem 1.5rem;border-radius:25px;font-weight:600;min-width:150px;text-align:center;position:relative;z-index:2}.timeline-content{flex:1;margin:0 2rem;padding:1.5rem;background:white;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.timeline-content:hover{transform:scale(1.05)}.timeline-content h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.3rem}.timeline-content h4{color:#3498db;margin-bottom:1rem;font-weight:500}.education{background:#f8f9fa}.contact{text-align:center}.contact p{font-size:1.2rem;margin-bottom:2rem;color:#555;max-width:600px;margin-left:auto;margin-right:auto}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:800px;margin:0 auto}.contact-item{padding:1.5rem;background:white;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:all .3s ease;text-align:center}.contact-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.contact-item strong{display:block;color:#2c3e50;margin-bottom:.5rem;font-size:1.1rem}.contact-item a{color:#3498db;text-decoration:none;transition:color .3s ease;font-weight:500}.contact-item a:hover{color:#2980b9}.footer{background:#2c3e50;color:#fff;text-align:center;padding:2rem 0}@media (max-width: 768px){.nav-links{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.timeline:before{left:20px}.timeline-item{flex-direction:column!important;text-align:center;margin-left:40px}.timeline-item:nth-child(2n){flex-direction:column!important}.timeline-content{margin:1rem 0}.projects-grid,.contact-info{grid-template-columns:1fr}.hero-buttons{flex-direction:column;align-items:center}.floating-icon{display:none}}@media (max-width: 480px){.hero-title{font-size:2rem}section{padding:60px 0}.section-title{font-size:2rem}.stats-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: no-preference){.reveal-up,.reveal-left,.reveal-right{opacity:0;transform:translateY(50px)}.reveal-left{transform:translate(-50px)}.reveal-right{transform:translate(50px)}}
