*{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:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo-text{font-size:1.5rem;font-weight:700;color:#2563eb}.nav-links{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#2563eb}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#2563eb;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;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 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,32L48,80C96,128,192,224,288,224C384,224,480,128,576,90.7C672,53,768,75,864,96C960,117,1056,139,1152,149.3C1248,160,1344,160,1392,160L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') bottom;background-size:cover;background-repeat:no-repeat}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;z-index:2;position:relative}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-image{margin-bottom:2rem}.profile-img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0003;transition:transform .3s ease}.profile-img:hover{transform:scale(1.05)}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.highlight{color:#fbbf24}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:1rem;opacity:.9}.hero-description{font-size:1.2rem;margin-bottom:2.5rem;opacity:.8;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:600;text-align:center;transition:all .3s ease;border:2px solid transparent;cursor:pointer;font-size:1rem}.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #fff3}section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1f2937;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#2563eb;border-radius:2px}.about{background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{font-size:1.1rem;line-height:1.8}.about-intro{font-size:1.3rem;font-weight:600;color:#2563eb;margin-bottom:1.5rem}.about-highlights{display:grid;gap:2rem}.highlight-item{text-align:center;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.highlight-item:hover{transform:translateY(-5px)}.highlight-icon{width:48px;height:48px;color:#2563eb;margin-bottom:1rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:1px solid #e5e7eb}.skill-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.skill-icon{width:64px;height:64px;color:#2563eb;margin-bottom:1rem}.skill-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.skill-card p{color:#6b7280;line-height:1.6}.contact{background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.contact-info p{font-size:1.1rem;margin-bottom:2rem;color:#6b7280;line-height:1.8}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.contact-icon{width:24px;height:24px;color:#2563eb}.contact-form{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#1f2937;color:#fff;padding:2rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-social{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#2563eb;transform:translateY(-2px)}.social-link i{width:20px;height:20px}@media (max-width: 768px){.nav-links{display:none}.hamburger{display:flex}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;align-items:center}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.skills-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1rem;text-align:center}.section-title{font-size:2rem}.profile-img{width:150px;height:150px}}@media (max-width: 480px){.container{padding:0 15px}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.btn{padding:10px 24px;font-size:.9rem}section{padding:3rem 0}}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideInUp .6s ease forwards}
