*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#64748b;--dark:#0f172a;--light:#f8fafc;--gray:#e2e8f0;--success:#10b981;--font-primary:"Poppins", sans-serif;--font-secondary:"Inter", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-secondary);color:var(--dark);background-color:var(--light);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:600}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;position:relative}.section-title:after{content:"";background:var(--primary);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.btn{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:inline-block}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 20px #2563eb33}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}@media (width<=768px){.section{padding:3rem 0}.section-title{font-size:2rem}.container{padding:0 1rem}}.navbar{z-index:1000;background:0 0;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar-scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:.75rem 0;box-shadow:0 2px 20px #0000001a}.navbar-container{justify-content:space-between;align-items:center;display:flex}.navbar-logo{font-family:var(--font-primary);color:var(--primary);font-size:1.5rem;font-weight:700}.navbar-links{gap:2rem;list-style:none;display:flex}.navbar-links a{font-weight:500;transition:color .3s;position:relative}.navbar-links a:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.navbar-links a:hover:after{width:100%}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.mobile-menu-btn span{background:var(--dark);width:25px;height:3px;transition:all .3s;display:block}@media (width<=768px){.mobile-menu-btn{display:flex}.navbar-links{opacity:0;pointer-events:none;background:#fff;flex-direction:column;gap:1.5rem;padding:2rem;transition:all .3s;position:fixed;top:70px;left:0;right:0;transform:translateY(-100%);box-shadow:0 10px 30px #0000001a}.navbar-links.active{opacity:1;pointer-events:all;transform:translateY(0)}}.hero{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);align-items:center;min-height:100vh;padding-top:80px;display:flex}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-greeting{opacity:.9;margin-bottom:.5rem;font-size:1.2rem}.hero-name{margin-bottom:.5rem;font-size:4rem;font-weight:700;line-height:1.1}.hero-title{opacity:.9;margin-bottom:1.5rem;font-size:2rem;font-weight:400}.hero-description{opacity:.8;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.hero-buttons{gap:1rem;display:flex}.hero-buttons .btn-primary{color:var(--primary);background:#fff}.hero-buttons .btn-primary:hover{background:var(--gray)}.hero-buttons .btn-outline{color:#fff;border-color:#fff}.hero-buttons .btn-outline:hover{color:var(--primary);background:#fff}.hero-image{justify-content:center;align-items:center;display:flex}.profile-circle{border:4px solid #ffffff4d;border-radius:50%;width:350px;height:350px;overflow:hidden}.profile-circle img{object-fit:cover;object-position:50% 0%;width:100%;height:100%}@media (width<=768px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-name{font-size:2.5rem}.hero-title{font-size:1.5rem}.hero-buttons{flex-wrap:wrap;justify-content:center}.profile-circle{width:250px;height:250px}}.about-text{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.about-text p{color:var(--secondary);margin-bottom:1.5rem}.about-stats{border-top:2px solid var(--gray);grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;padding-top:3rem;display:grid}.stat{text-align:center}.stat-label{color:var(--primary);font-size:1.05rem;font-weight:600;font-family:var(--font-primary);display:block}@media (width<=768px){.about-stats{grid-template-columns:1fr;gap:1.5rem}}.skills{background:var(--light)}.skills-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.skill-card{background:#fff;border-radius:12px;padding:2rem;transition:transform .3s;box-shadow:0 4px 20px #0000000d}.skill-card:hover{transform:translateY(-5px)}.skill-card-title{color:var(--primary);margin-bottom:1.5rem;font-size:1.5rem}.skill-list{flex-direction:column;gap:1.2rem;display:flex}.skill-item{border-bottom:1px solid var(--gray);padding:.5rem 0}.skill-item:last-child{border-bottom:none}.skill-name{font-size:.95rem;font-weight:500}@media (width<=968px){.skills-grid{grid-template-columns:1fr}}.projects{background:#fff}.projects-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.project-card{background:var(--light);border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s}.project-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.project-title{color:var(--dark);margin-bottom:.8rem;font-size:1.2rem}.project-description{color:var(--secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.project-tech{flex-wrap:wrap;gap:.5rem;display:flex}.tech-tag{color:var(--primary);border:1px solid var(--primary);background:#fff;border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}@media (width<=768px){.projects-grid{grid-template-columns:1fr}}.experience{background:var(--light)}.timeline{max-width:800px;margin:0 auto;padding-left:40px;position:relative}.timeline:before{content:"";background:var(--primary);width:2px;position:absolute;top:0;bottom:0;left:0}.timeline-item{margin-bottom:3rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:var(--primary);width:12px;height:12px;box-shadow:0 0 0 3px var(--primary);border:3px solid #fff;border-radius:50%;position:absolute;top:0;left:-46px}.timeline-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000000d}.timeline-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.timeline-title{color:var(--dark);font-size:1.3rem}.timeline-period{background:var(--light);color:var(--primary);border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.timeline-company{color:var(--primary);margin-bottom:1rem;font-size:1rem;font-weight:500}.timeline-description{color:var(--secondary);margin-bottom:1rem;line-height:1.6}.timeline-achievements{padding:0;list-style:none}.timeline-achievements li{color:var(--secondary);padding:.5rem 0 .5rem 1.5rem;font-size:.95rem;position:relative}.timeline-achievements li:before{content:"✓";color:var(--success);font-weight:700;position:absolute;left:0}@media (width<=768px){.timeline{padding-left:30px}.timeline-dot{left:-36px}.timeline-content{padding:1.5rem}}.contact{background:#fff}.contact-content{grid-template-columns:1fr 1fr;gap:4rem;margin-top:2rem;display:grid}.contact-info h3{color:var(--dark);margin-bottom:1rem;font-size:1.8rem}.contact-info>p{color:var(--secondary);margin-bottom:2rem;line-height:1.8}.contact-details{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.contact-item{align-items:center;gap:1rem;display:flex}.contact-icon{background:var(--light);border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.contact-label{color:var(--secondary);margin-bottom:.2rem;font-size:.85rem}.contact-item a,.contact-item p{color:var(--dark);font-weight:500}.social-links{gap:1rem;display:flex}.social-link{background:var(--light);width:45px;height:45px;color:var(--dark);border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-link:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.contact-form{background:var(--light);border-radius:12px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--dark);margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea{background:#fff;border:2px solid #0000;border-radius:8px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);outline:none}.form-group textarea{resize:vertical}.contact-form .btn{width:100%;padding:1rem;font-size:1.1rem}.contact-form .btn:disabled{opacity:.7;cursor:not-allowed}.form-success{color:#16a34a;text-align:center;margin-top:1rem;font-weight:500}.form-error{color:#dc2626;text-align:center;margin-top:1rem;font-weight:500}@media (width<=768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}}.footer{background:var(--dark);color:#fff;padding:2rem 0}.footer-content{text-align:center}.footer-text{opacity:.9;margin-bottom:.5rem;font-size:.95rem}.footer-copyright{opacity:.6;font-size:.85rem}.App{overflow-x:hidden}
