@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f9fafb;min-height:100vh}section{scroll-margin-top:70px}@media (max-width: 768px){section{scroll-margin-top:60px}}.navbar{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);padding:.5rem;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;z-index:1000}.navbar:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.05) 0%,transparent 50%);pointer-events:none}.navbar .logo-container{display:flex;align-items:center;z-index:2}.navbar .logo-container img{height:4.5rem;width:4.5rem}.navbar .hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:2}.navbar .hamburger span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s;border-radius:2px}.navbar .hamburger span:nth-child(1).active{transform:rotate(-45deg) translate(-5px,6px)}.navbar .hamburger span:nth-child(2).active{opacity:0}.navbar .hamburger span:nth-child(3).active{transform:rotate(45deg) translate(-5px,-6px)}.navbar .nav-links{display:flex;gap:2rem;align-items:center;margin-right:3rem;z-index:2}.navbar .nav-links>a{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s}.navbar .nav-links>a:hover{background:linear-gradient(45deg,#3b82f6,#10b981);color:#fff}.navbar .nav-links .mobile-menu-content,.navbar .menu-overlay{display:none}@media (max-width: 1024px) and (min-width: 769px){.navbar .logo-container img{height:4rem;width:4rem}.navbar .nav-links{gap:1.5rem;margin-right:2rem}.navbar .nav-links>a{font-size:.95rem;padding:.4rem .8rem}}@media (max-width: 768px){.navbar .hamburger{display:flex}.navbar .menu-overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999}.navbar .nav-links{position:fixed;top:0;right:-100%;height:100vh;width:280px;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);flex-direction:column;justify-content:flex-start;align-items:stretch;margin:0;transition:right .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:1px solid rgba(255,255,255,.1);z-index:1001}.navbar .nav-links.active{right:0}.navbar .nav-links>a{display:none}.navbar .nav-links .mobile-menu-content{display:block;width:100%}.navbar .nav-links .mobile-menu-content .menu-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.navbar .nav-links .mobile-menu-content .menu-header h3{color:#fff;font-size:1.3rem;font-weight:600;margin:0}.navbar .nav-links .mobile-menu-content .menu-header .close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}.navbar .nav-links .mobile-menu-content .menu-header .close-btn:hover{background:#ffffff1a;transform:rotate(90deg)}.navbar .nav-links .mobile-menu-content .menu-items{display:flex;flex-direction:column;padding:2rem 0;gap:.5rem}.navbar .nav-links .mobile-menu-content .menu-items a{display:flex;align-items:center;gap:1rem;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;padding:1rem 1.5rem;margin:0 1rem;border-radius:.5rem;transition:all .3s ease}.navbar .nav-links .mobile-menu-content .menu-items a .menu-icon{font-size:1.3rem;width:24px;text-align:center}.navbar .nav-links .mobile-menu-content .menu-items a:hover{background:linear-gradient(45deg,#3b82f6,#10b981);transform:translate(5px)}}@media (max-width: 480px){.navbar .logo-container img{height:3.5rem;width:3.5rem}.navbar .nav-links{width:250px}.navbar .nav-links .menu-header{padding:1.5rem 1rem .8rem}.navbar .nav-links .menu-header h3{font-size:1.2rem}.navbar .nav-links .menu-items{padding:1.5rem 0}.navbar .nav-links .menu-items a{font-size:1rem;padding:.8rem 1rem;margin:0 .8rem}}.hero-section{min-height:100vh;display:flex;align-items:center;padding:2rem;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.05) 0%,transparent 50%);pointer-events:none}.hero-section .hero-content{flex:1;padding:0 2rem;color:#fff;z-index:2;max-width:600px}.hero-section .hero-content h1{font-size:clamp(3rem,8vw,6rem);line-height:1.1;margin-bottom:2rem;font-weight:700;letter-spacing:-.02em}.hero-section .hero-content h1 .highlight{background:linear-gradient(135deg,#fff,#f3f4f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section .hero-content h1.gradient-text{background:linear-gradient(45deg,#fff,#3b82f6,#fff,#10b981);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease-in-out infinite}.hero-section .hero-content h1.gradient-text .highlight{background:linear-gradient(45deg,#3b82f6,#10b981,#3b82f6,#10b981);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease-in-out infinite}.hero-section .hero-content p{font-size:1.25rem;line-height:1.6;color:#d1d5db;margin-bottom:2rem;max-width:500px}.hero-section .hero-content .cta-button{display:inline-flex;align-items:center;color:#3b82f6;font-size:1.1rem;text-decoration:none;font-weight:500;transition:all .3s ease}.hero-section .hero-content .cta-button:after{content:"→";margin-left:.5rem;transition:transform .3s ease}.hero-section .hero-content .cta-button:hover{color:#10b981}.hero-section .hero-content .cta-button:hover:after{transform:translate(4px)}.hero-section .hero-image{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.hero-section .hero-image img{width:50%;height:70vh;object-fit:cover;border-radius:12px;filter:grayscale(20%) contrast(1.1);transition:all .3s ease}.hero-section .hero-image img:hover{filter:grayscale(0%) contrast(1.2);transform:scale(1.02)}.hero-section .hero-image:after{content:"";position:absolute;top:50%;left:50%;width:80%;height:80%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none;opacity:.3}@media (max-width: 1024px) and (min-width: 769px){.hero-section{padding:1.5rem}.hero-section .hero-content{padding:0 1rem}.hero-section .hero-content h1{font-size:clamp(2.5rem,6vw,4rem)}.hero-section .hero-content p{font-size:1.1rem}.hero-section .hero-image img{width:80%;height:40vh}}@media (max-width: 768px){.hero-section{flex-direction:column;text-align:center;padding:1rem;min-height:auto}.hero-section .hero-content{order:2;padding:1rem;max-width:100%}.hero-section .hero-content h1{font-size:clamp(2rem,8vw,3rem);margin-bottom:1rem;line-height:1.2}.hero-section .hero-content p{font-size:1rem;margin-bottom:1.5rem;max-width:100%}.hero-section .hero-image{order:1;padding-top:6rem;margin-bottom:1rem}.hero-section .hero-image img{width:70%;height:40vh;max-height:300px}}@media (max-width: 480px){.hero-section,.hero-section .hero-content{padding:.5rem}.hero-section .hero-content h1{font-size:clamp(1.8rem,7vw,2.5rem)}.hero-section .hero-content p{font-size:.9rem}.hero-section .hero-image img{width:80%;height:35vh}}.what-i-do-section{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);padding:4rem 2rem;position:relative}.what-i-do-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.05) 0%,transparent 50%);pointer-events:none}.what-i-do-section h2{font-size:clamp(3rem,6vw,5rem);color:#fff;font-weight:700;text-align:center;z-index:2;position:relative;margin-bottom:4rem}.what-i-do-section h2.gradient-text{background:linear-gradient(45deg,#fff,#3b82f6,#fff,#10b981);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease-in-out infinite}.what-i-do-section .development-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;z-index:2;position:relative}@media (min-width: 769px){.what-i-do-section .development-cards .dev-card:last-child:nth-child(odd){grid-column:2/3}}.what-i-do-section .dev-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.what-i-do-section .dev-card:hover{transform:translateY(-5px);background:#ffffff14;border-color:#3b82f64d}.what-i-do-section .dev-card .card-icon{font-size:3rem;margin-bottom:1rem}.what-i-do-section .dev-card h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.what-i-do-section .dev-card p{color:#d1d5db;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem;white-space:pre-line}.what-i-do-section .dev-card .card-link{color:#3b82f6;text-decoration:none;font-weight:500;transition:color .3s ease}.what-i-do-section .dev-card .card-link:hover{color:#10b981}@media (max-width: 1024px) and (min-width: 769px){.what-i-do-section{padding:3rem 1.5rem}.what-i-do-section h2{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:3rem}.what-i-do-section .development-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem}.what-i-do-section .development-cards .dev-card:last-child:nth-child(odd){grid-column:1/-1;max-width:50%;margin:0 auto}.what-i-do-section .dev-card{padding:1.8rem}.what-i-do-section .dev-card h3{font-size:1.4rem}.what-i-do-section .dev-card p{font-size:.9rem}}@media (max-width: 768px){.what-i-do-section{padding:2rem 1rem;min-height:auto}.what-i-do-section h2{font-size:clamp(2rem,6vw,3rem);margin-bottom:2rem}.what-i-do-section .development-cards{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.what-i-do-section .development-cards .dev-card:last-child:nth-child(odd){grid-column:1}.what-i-do-section .dev-card{padding:1.5rem}.what-i-do-section .dev-card .card-icon{font-size:2.5rem}.what-i-do-section .dev-card h3{font-size:1.3rem}.what-i-do-section .dev-card p{font-size:.9rem}}@media (max-width: 480px){.what-i-do-section{padding:1.5rem .5rem}.what-i-do-section h2{font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:1.5rem}.what-i-do-section .development-cards{gap:1rem}.what-i-do-section .dev-card{padding:1rem}.what-i-do-section .dev-card .card-icon{font-size:2rem;margin-bottom:.8rem}.what-i-do-section .dev-card h3{font-size:1.2rem;margin-bottom:.8rem}.what-i-do-section .dev-card p{font-size:.85rem;margin-bottom:1rem}}.experience-section{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);padding:4rem 2rem;position:relative}.experience-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.05) 0%,transparent 50%);pointer-events:none}.experience-section .section-title{font-size:clamp(3rem,6vw,5rem);color:#fff;font-weight:700;text-align:center;margin-bottom:4rem;background:linear-gradient(45deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.experience-section .section-title.gradient-text{background:linear-gradient(45deg,#fff,#3b82f6,#fff,#10b981);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease-in-out infinite}.experience-section .timeline{max-width:1000px;margin:0 auto;position:relative;padding-left:3rem}.experience-section .timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#3b82f6,#10b981);border-radius:2px}.experience-section .timeline-item{position:relative;margin-bottom:4rem;opacity:0;transform:translateY(50px);transition:all .6s ease}.experience-section .timeline-item.animate{opacity:1;transform:translateY(0)}.experience-section .timeline-item:before{content:"";position:absolute;left:-.9rem;top:.7rem;width:12px;height:12px;background:linear-gradient(45deg,#3b82f6,#10b981);border-radius:50%;border:3px solid #0a0a0a;z-index:2}.experience-section .timeline-item .timeline-content{margin-left:2rem}.experience-section .timeline-content{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.experience-section .timeline-content:hover{background:#ffffff14;border-color:#3b82f64d;transform:translateY(-5px)}.experience-section .timeline-header{margin-bottom:1rem}.experience-section .timeline-header .duration{color:#10b981;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.experience-section .timeline-header .role{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.experience-section .timeline-header .company{color:#3b82f6;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.experience-section .timeline-header .location{color:#9ca3af;font-size:.9rem}.experience-section .timeline-description{color:#d1d5db;line-height:1.6;margin-bottom:1.5rem}.experience-section .timeline-description ul{list-style:none;padding:0}.experience-section .timeline-description ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}.experience-section .timeline-description ul li:before{content:"▸";position:absolute;left:0;color:#10b981}.experience-section .tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.experience-section .tech-tags .tag{background:#3b82f633;color:#3b82f6;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(59,130,246,.3)}@media (max-width: 1024px) and (min-width: 769px){.experience-section{padding:3rem 1.5rem}.experience-section .section-title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:3rem}.experience-section .timeline{padding-left:2.5rem}.experience-section .timeline-item{margin-bottom:3rem}.experience-section .timeline-item .timeline-content{padding:1.8rem}.experience-section .timeline-header .role{font-size:1.4rem}.experience-section .timeline-header .company{font-size:1.1rem}.experience-section .timeline-description{font-size:.95rem}}@media (max-width: 768px){.experience-section{padding:2rem 1rem;min-height:auto}.experience-section .section-title{font-size:clamp(2rem,6vw,3rem);margin-bottom:2rem}.experience-section .timeline{padding-left:1.5rem}.experience-section .timeline:before{left:10px;width:3px}.experience-section .timeline-item{margin-bottom:2rem}.experience-section .timeline-item:before{left:-1rem;width:12px;height:12px;top:1rem}.experience-section .timeline-item .timeline-content{margin-left:1rem;padding:1.5rem}.experience-section .timeline-header .duration{font-size:.85rem}.experience-section .timeline-header .role{font-size:1.2rem;line-height:1.3}.experience-section .timeline-header .company{font-size:1rem}.experience-section .timeline-header .location{font-size:.85rem}.experience-section .timeline-description{font-size:.9rem}.experience-section .timeline-description ul li{padding-left:1rem;margin-bottom:.4rem;line-height:1.5}.experience-section .tech-tags{gap:.4rem}.experience-section .tech-tags .tag{font-size:.75rem;padding:.2rem .6rem}}@media (max-width: 480px){.experience-section{padding:1.5rem .5rem}.experience-section .section-title{font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:1.5rem}.experience-section .timeline{padding-left:1rem}.experience-section .timeline:before{left:8px;width:2px}.experience-section .timeline-item{margin-bottom:1.5rem}.experience-section .timeline-item:before{left:-.75rem;width:10px;height:10px;top:.8rem}.experience-section .timeline-item .timeline-content{margin-left:.5rem;padding:1rem}.experience-section .timeline-header .duration{font-size:.8rem}.experience-section .timeline-header .role{font-size:1.1rem;line-height:1.2}.experience-section .timeline-header .company{font-size:.95rem}.experience-section .timeline-header .location{font-size:.8rem}.experience-section .timeline-description{font-size:.85rem}.experience-section .timeline-description ul li{padding-left:.8rem;margin-bottom:.3rem}.experience-section .tech-tags{gap:.3rem}.experience-section .tech-tags .tag{font-size:.7rem;padding:.15rem .5rem}}.contact-section{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);padding:4rem 2rem;position:relative}.contact-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.05) 0%,transparent 50%);pointer-events:none}.contact-section .section-title{font-size:clamp(3rem,6vw,5rem);color:#fff;font-weight:700;text-align:center;margin-bottom:2rem;background:linear-gradient(45deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-section .section-title.gradient-text{background:linear-gradient(45deg,#fff,#3b82f6,#fff,#10b981);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease-in-out infinite}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.contact-section .section-subtitle{text-align:center;color:#d1d5db;font-size:1.2rem;line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-section .contact-info{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:4rem}.contact-section .contact-info .info-item{display:flex;align-items:center;gap:.5rem;color:#d1d5db;font-size:1rem}.contact-section .contact-info .info-item .icon{font-size:1.2rem}.contact-section .contact-info .info-item a{color:#3b82f6;text-decoration:none;transition:color .3s ease}.contact-section .contact-info .info-item a:hover{color:#10b981}.contact-section .contact-form-container{max-width:600px;margin:0 auto;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-section .contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-section .contact-form .form-group{display:flex;flex-direction:column;gap:.5rem}.contact-section .contact-form .form-group label{color:#fff;font-weight:500;font-size:.9rem}.contact-section .contact-form .form-group input,.contact-section .contact-form .form-group textarea{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem;color:#fff;font-size:1rem;transition:all .3s ease}.contact-section .contact-form .form-group input::placeholder,.contact-section .contact-form .form-group textarea::placeholder{color:#9ca3af}.contact-section .contact-form .form-group input:focus,.contact-section .contact-form .form-group textarea:focus{outline:none;border-color:#3b82f6;background:#ffffff26}.contact-section .contact-form .form-group textarea{min-height:120px;resize:vertical}.contact-section .contact-form .submit-btn{background:linear-gradient(45deg,#3b82f6,#10b981);color:#fff;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-section .contact-form .submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.contact-section .contact-form .submit-btn:active{transform:translateY(0)}@media (max-width: 1024px) and (min-width: 769px){.contact-section{padding:3rem 1.5rem}.contact-section .section-title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:2rem}.contact-section .section-subtitle{font-size:1.1rem;max-width:600px}.contact-section .contact-info{gap:1.5rem}.contact-section .contact-info .info-item{font-size:.95rem}.contact-section .contact-form{max-width:600px}.contact-section .contact-form .form-group label{font-size:.95rem}.contact-section .contact-form .form-group input,.contact-section .contact-form .form-group textarea{font-size:.95rem;padding:.8rem}}@media (max-width: 768px){.contact-section{padding:2rem 1rem}.contact-section .contact-form-container{padding:1.5rem}}
