.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-bottom:1px solid #e2e8f0;width:100%;transition:all .3s;position:fixed;top:0}.header-content{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.logo a{color:var(--primary-color);font-size:1.5rem;font-weight:700;text-decoration:none}.desktop-nav ul{gap:2rem;list-style:none;display:flex}.desktop-nav a{color:var(--text-color);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.desktop-nav a:hover{color:var(--primary-color)}.desktop-nav a:after{content:"";background:var(--primary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.desktop-nav a:hover:after{width:100%}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;padding:.5rem;display:none}.mobile-menu-btn span{background:var(--text-color);border-radius:2px;width:25px;height:3px;margin:2px 0;transition:all .3s}.mobile-nav{background:#fff;width:70%;height:100vh;padding:2rem;transition:left .3s;position:fixed;top:0;left:-100%;box-shadow:2px 0 10px #0000001a}.mobile-nav.active{left:0}.mobile-nav ul{margin-top:4rem;list-style:none}.mobile-nav li{margin:1.5rem 0}.mobile-nav a{color:var(--text-color);font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .3s}.mobile-nav a:hover{color:var(--primary-color)}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-btn{display:flex}}
.hero{align-items:center;min-height:100vh;padding:2rem 0 4rem;display:flex;position:relative}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.hero-text{animation:1s ease-out fadeInUp}.hero-title{color:var(--secondary-color);margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.1}.highlight{color:var(--primary-color);position:relative}.highlight:after{content:"";z-index:-1;background:#3b82f633;width:100%;height:8px;position:absolute;bottom:5px;left:0}.hero-subtitle{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.5rem;font-weight:400}.hero-description{color:var(--text-color);max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{background:var(--primary-color);color:#fff}.btn-secondary{color:var(--primary-color);border:2px solid var(--primary-color);background:0 0}.btn-secondary:hover{background:var(--primary-color);color:#fff}.hero-visual{justify-content:center;align-items:center;animation:1s ease-out .3s both fadeIn;display:flex}.profile-placeholder{background:linear-gradient(135deg,var(--primary-color)0%,#8b5cf6 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:300px;height:300px;font-weight:600;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.profile-placeholder:before{content:"";background:#ffffff1a;width:150%;height:150%;animation:3s infinite shine;position:absolute;transform:rotate(45deg)}.scroll-indicator{text-align:center;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-mouse{border:2px solid var(--primary-color);border-radius:12px;width:24px;height:40px;margin:0 auto 10px;position:relative}.scroll-wheel{background:var(--primary-color);border-radius:2px;width:4px;height:8px;animation:2s infinite scrollWheel;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes scrollWheel{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(16px)}}.scroll-indicator span{color:var(--text-color);font-size:.8rem;font-weight:500}@media (max-width:968px){.hero-content{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.8rem}.hero-buttons{justify-content:center}.profile-placeholder{width:250px;height:250px}}@media (max-width:768px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.profile-placeholder{width:200px;height:200px}}.profile-image-container{border:4px solid #fff;border-radius:50%;width:300px;height:300px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.profile-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.profile-image:hover{transform:scale(1.05)}@media (max-width:968px){.profile-image-container{width:250px;height:250px}}@media (max-width:768px){.profile-image-container{width:200px;height:200px}}
.about{background:var(--light-gray);padding:5rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{color:var(--secondary-color);margin-bottom:1rem;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.section-header h2:after{content:"";background:var(--primary-color);width:60px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.section-header p{color:var(--text-color);max-width:600px;margin:0 auto;font-size:1.1rem}.about-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-text h3{color:var(--secondary-color);margin-bottom:1.5rem;font-size:1.8rem}.about-text p{color:var(--text-color);margin-bottom:1.5rem;line-height:1.7}.about-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.stat{text-align:center;background:#fff;border-radius:8px;padding:1.5rem 1rem;transition:transform .3s;box-shadow:0 4px 12px #0000000d}.stat:hover{transform:translateY(-5px)}.stat-number{color:var(--primary-color);margin-bottom:.5rem;font-size:2rem;font-weight:700;display:block}.stat-label{color:var(--text-color);font-size:.9rem;font-weight:500}.about-skills h3{color:var(--secondary-color);margin-bottom:2rem;font-size:1.8rem}.skills-list{flex-direction:column;gap:1.5rem;display:flex}.skill-item{margin-bottom:.5rem}.skill-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.skill-name{color:var(--secondary-color);font-weight:600}.skill-percentage{color:var(--primary-color);font-size:.9rem;font-weight:600}.skill-bar{background:#e2e8f0;border-radius:4px;height:8px;position:relative;overflow:hidden}.skill-progress{background:linear-gradient(90deg,var(--primary-color),#60a5fa);border-radius:4px;height:100%;transition:width 1s ease-in-out;position:relative}.skill-progress:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);animation:2s infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width:968px){.about-content{grid-template-columns:1fr;gap:3rem}.about-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.about{padding:3rem 0}.section-header h2{font-size:2rem}.about-stats{grid-template-columns:1fr;gap:1rem}.about-text h3,.about-skills h3{font-size:1.5rem}}
.projects{background:#fff;padding:5rem 0}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.project-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px #00000014}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.project-card.featured{grid-column:1/-1;grid-template-columns:1fr 1fr;align-items:center;display:grid}.project-image{width:100%;height:250px;position:relative;overflow:hidden}.project-card.featured .project-image{height:100%;min-height:300px}.project-image-content{transition:transform .3s;object-fit:cover!important;width:100%!important;height:100%!important}.project-card:hover .project-image-content{transform:scale(1.05)}.project-placeholder{display:none}.project-overlay{opacity:0;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.project-card:hover .project-overlay{opacity:1}.project-links{gap:1rem;display:flex}.project-link{background:var(--primary-color);color:#fff;border-radius:5px;padding:10px 20px;font-weight:500;text-decoration:none;transition:all .3s}.project-link:hover{color:var(--primary-color);background:#fff;transform:translateY(-2px)}.project-content{padding:1.5rem}.project-title{color:var(--secondary-color);margin-bottom:.8rem;font-size:1.3rem;font-weight:600}.project-description{color:var(--text-color);margin-bottom:1.2rem;line-height:1.6}.project-technologies{flex-wrap:wrap;gap:.5rem;display:flex}.tech-tag{background:var(--light-gray);color:var(--primary-color);border:1px solid #e2e8f0;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:500}.projects-cta{text-align:center;background:var(--light-gray);border-radius:12px;margin-top:2rem;padding:2rem}.projects-cta p{color:var(--text-color);margin-bottom:1rem;font-size:1.1rem}@media (max-width:968px){.project-card.featured{grid-template-columns:1fr}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.projects{padding:3rem 0}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-image{height:200px}.project-card.featured .project-image{min-height:250px}.project-links{flex-direction:column;align-items:center}.project-link{text-align:center;width:140px}}@media (max-width:480px){.project-content{padding:1rem}.project-title{font-size:1.1rem}.project-description{font-size:.9rem}.project-image{height:180px}.project-card.featured .project-image{min-height:200px}}
.contact{background:var(--light-gray);padding:5rem 0}.contact-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}@media (max-width:968px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-form-container{order:-1}}@media (max-width:768px){.contact{padding:3rem 0}.contact-content{gap:2rem}.contact-form-container{padding:1.5rem}.social-link,.contact-detail{padding:.8rem}}@media (max-width:480px){.contact-content{gap:1.5rem}.contact-form{gap:1rem}.form-group input,.form-group textarea{padding:10px 12px}.social-links{gap:.8rem}}.contact-info h3{color:var(--secondary-color);margin-bottom:1rem;font-size:1.8rem}.contact-info>p{color:var(--text-color);margin-bottom:2rem;line-height:1.6}.social-links{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.social-link{color:var(--text-color);background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;padding:1rem;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.social-icon{text-align:center;width:40px;margin-right:1rem}.social-details{flex-direction:column;display:flex}.social-name{color:var(--secondary-color);font-weight:600}.social-username{color:var(--text-color);font-size:.9rem}.contact-details{flex-direction:column;gap:1rem;display:flex}.contact-detail{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;padding:1rem;display:flex}.detail-icon{text-align:center;width:30px;margin-right:1rem}.contact-form-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;display:flex}.form-group label{color:var(--secondary-color);margin-bottom:.5rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid #e2e8f0;border-radius:6px;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{align-self:flex-start;min-width:140px;position:relative}.submit-btn.submitting{cursor:not-allowed;background:#94a3b8}.submit-btn.submitting:after{content:"";border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:20px;height:20px;margin:-10px 0 0 -10px;animation:1s linear infinite spin;position:absolute;top:50%;left:50%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.submit-message{text-align:center;border-radius:6px;padding:1rem;font-weight:500}.submit-message.success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.submit-message.error{color:#dc2626;background:#fee2e2;border:1px solid #fecaca}
.footer{background:var(--secondary-color);color:#fff;border-top:1px solid #334155;padding:2rem 0}.footer-content{justify-content:space-between;align-items:center;display:flex}.footer-text p{color:#cbd5e1;align-items:left-center;margin:.2rem 0}.footer-text img{width:20px;height:20px;margin-right:.5rem}.footer-text p img{vertical-align:middle}.footer-links{gap:2rem;display:flex}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}@media (max-width:768px){.footer-content{text-align:center;flex-direction:column;gap:1rem}.footer-links{gap:1.5rem}}
