.hero{display:flex;align-items:center;justify-content:space-between;gap:4rem;padding:6rem 0;min-height:600px}.hero-content{flex:1;animation:slideInLeft .8s ease-out}.hero-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2}.highlight{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.5rem;color:#3b82f6;margin-bottom:1rem;font-weight:600}.hero-description{font-size:1.1rem;color:#6b7280;margin-bottom:2rem;line-height:1.8}.hero-buttons{display:flex;gap:15px}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;font-weight:600}.cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 20px #667eea4d}.secondary-button{padding:1rem 2rem;border-radius:8px;border:2px solid #6366f1;background:transparent;color:#6366f1;font-weight:600;cursor:pointer;transition:all .3s ease}.secondary-button:hover{background:#6366f1;color:#fff}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;animation:slideInRight .8s ease-out}.hero-profile{width:250px;height:250px;border-radius:50%;object-fit:cover}.hero-placeholder{font-size:10rem;width:300px;height:300px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 20px 40px #667eea33}@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)}}@media (max-width: 768px){.hero{flex-direction:column;min-height:auto;gap:2rem;padding:3rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-placeholder{width:200px;height:200px;font-size:5rem}}.footer{background:#1e293b;padding:20px 40px;color:#fff}.footer-content{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.copyright{font-size:14px;color:#cbd5f5}.footer-contact{display:flex;gap:25px}.footer-contact a{text-decoration:none;color:#fff;font-weight:500;transition:.3s}.footer-contact a:hover{color:#60a5fa}.social-links{display:flex;gap:25px}.social-links a{text-decoration:none;color:#fff;font-weight:500;transition:.3s}.social-links a:hover{color:#60a5fa}@media (max-width: 768px){.footer-content{flex-direction:column;gap:15px;text-align:center}}.about{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:4rem 0;border-radius:12px}.about-container{max-width:100%;width:100%}.about h2{font-size:2.5rem;color:#1f2937;margin-bottom:3rem;text-align:center;font-weight:700}.about-content{display:flex;gap:4rem;align-items:center}.about-text{flex:1}.about-text p{font-size:1.1rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.9;text-align:justify}.about-image{flex:1;display:flex;justify-content:center}.image-placeholder{width:250px;height:250px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.image-placeholder img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.about{padding:2rem 0}.about h2{font-size:2rem;margin-bottom:2rem}.about-content{flex-direction:column;gap:2rem}.about-text p{font-size:1rem;text-align:left}.image-placeholder{width:150px;height:150px;font-size:4rem}}.experience{padding:4rem 0}.experience-container{max-width:100%;width:100%}.experience h2{font-size:2.5rem;color:#1f2937;margin-bottom:3rem;text-align:center;font-weight:700}.experience-list{display:flex;flex-direction:column;gap:2rem}.experience-item{background:#fff;padding:2rem;border-left:4px solid #3b82f6;border-radius:8px;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.experience-item:hover{box-shadow:0 8px 20px #3b82f633;transform:translate(8px)}.exp-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.experience-item h3{font-size:1.3rem;color:#1f2937;margin:0;font-weight:600}.exp-period{background:#f3f4f6;color:#6b7280;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.exp-company{color:#3b82f6;font-weight:600;margin-bottom:.5rem}.exp-description{color:#4b5563;line-height:1.8;font-size:1rem}@media (max-width: 768px){.experience{padding:2rem 0}.experience h2{font-size:2rem;margin-bottom:2rem}.exp-header{flex-direction:column;gap:.5rem}.experience-item{padding:1.5rem;border-left:3px solid #3b82f6}.experience-item:hover{transform:translate(4px)}}.skills{padding:4rem 0;background:linear-gradient(135deg,#f9fafb,#eef2ff)}.skills-container{max-width:1200px;margin:auto;padding:0 20px}.skills h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#1f2937}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.skill-category{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 25px #00000014;transition:.3s}.skill-category:hover{transform:translateY(-6px);box-shadow:0 18px 40px #6366f126}.skill-category h3{margin-bottom:1.5rem;font-size:1.3rem;display:flex;align-items:center;gap:10px}.skill-list{display:flex;flex-wrap:wrap;gap:12px}.skill-badge{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:8px 14px;border-radius:999px;font-size:.9rem;font-weight:500;transition:.25s}.skill-badge svg{font-size:1.1rem}.skill-badge:hover{transform:scale(1.08);box-shadow:0 8px 18px #6366f166}@media (max-width: 768px){.skills h2{font-size:2rem}.skill-category{padding:1.5rem}}.education{padding:4rem 0}.education-container{max-width:100%;width:100%}.education h2{font-size:2.5rem;color:#1f2937;margin-bottom:3rem;text-align:center;font-weight:700}.education-list{display:flex;flex-direction:column;gap:2rem}.education-item{background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:2rem;border-left:4px solid #10b981;border-radius:8px;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.education-item:hover{box-shadow:0 8px 20px #10b98133;transform:translate(8px)}.edu-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.education-item h3{font-size:1.3rem;color:#1f2937;margin:0;font-weight:600}.edu-year{background:#fff;color:#6b7280;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.edu-institution{color:#10b981;font-weight:600;margin-bottom:.5rem}.edu-details{color:#4b5563;line-height:1.8;font-size:1rem}@media (max-width: 768px){.education{padding:2rem 0}.education h2{font-size:2rem;margin-bottom:2rem}.edu-header{flex-direction:column;gap:.5rem}.education-item{padding:1.5rem;border-left:3px solid #10b981}.education-item:hover{transform:translate(4px)}}.projects{padding:4rem 0;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.projects-container{max-width:100%;width:100%}.projects h2{font-size:2.5rem;color:#1f2937;margin-bottom:3rem;text-align:center;font-weight:700}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;display:flex;flex-direction:column}.project-card:hover{box-shadow:0 12px 30px #3b82f633;transform:translateY(-8px)}.project-image{width:100%;height:150px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:4rem;transition:all .3s ease}.project-card:hover .project-image{background:linear-gradient(135deg,#764ba2,#667eea)}.project-content{padding:2rem;flex:1;display:flex;flex-direction:column}.project-content h3{font-size:1.3rem;color:#1f2937;margin-bottom:.5rem;font-weight:600}.project-description{color:#4b5563;font-size:.95rem;margin-bottom:1rem;flex:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#e5e7eb;color:#374151;padding:.4rem .8rem;border-radius:12px;font-size:.8rem;font-weight:500}.project-link{color:#3b82f6;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.project-link:hover{color:#764ba2;transform:translate(4px)}@media (max-width: 768px){.projects{padding:2rem 0}.projects h2{font-size:2rem;margin-bottom:2rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-content{padding:1.5rem}.project-image{height:120px;font-size:3rem}}:root{--primary-color: #3b82f6;--secondary-color: #1f2937;--text-color: #111827;--light-bg: #f9fafb;--border-color: #e5e7eb;--success-color: #10b981}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);color:var(--text-color);line-height:1.6}.App{min-height:100vh;display:flex;flex-direction:column;background:#fff}.navbar{background:var(--secondary-color);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s ease;padding:.5rem 1rem;border-radius:4px}.nav-links a:hover{color:var(--primary-color);background:#3b82f61a}.main-content{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:0 2rem}section{padding:4rem 0;border-bottom:1px solid var(--border-color)}section:last-of-type{border-bottom:none}.footer{background:var(--secondary-color);color:#fff;padding:2rem 0;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.social-links{display:flex;gap:1.5rem}.social-links a{color:#fff;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:var(--primary-color)}@media (max-width: 768px){.nav-links{gap:1rem;flex-wrap:wrap}.footer-content{flex-direction:column;text-align:center}.main-content{padding:0 1rem}section{padding:2rem 0}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
