.about-section{padding:5rem 0;background:linear-gradient(180deg,#0f172a,#1e293b);position:relative;z-index:5}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-content{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-top:3rem}@media (min-width:1024px){.about-content{grid-template-columns:1fr 1fr;align-items:flex-start;gap:3rem}}.about-card{background:rgba(30,41,59,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:1rem;border:1px solid #475569;padding:2rem;transition:all .3s ease}.about-card:hover{transform:translateY(-5px);border-color:#3b82f6;box-shadow:0 10px 30px rgba(59,130,246,.1)}.detail-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.detail-item svg{flex-shrink:0;color:#3b82f6}.detail-item div{display:flex;flex-direction:column}.detail-item strong{color:#3b82f6;margin-bottom:.25rem;font-size:.95rem}.detail-item span{color:#94a3b8;font-size:.9rem}.skills-container{background:rgba(30,41,59,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:1rem;border:1px solid #475569;padding:2rem}.skills-title{font-size:1.5rem;font-weight:600;color:#f1f5f9;margin-bottom:2rem;text-align:center}.skill-item{margin-bottom:1.5rem}.skill-header{justify-content:space-between;margin-bottom:.5rem}.skill-header,.skill-info{display:flex;align-items:center}.skill-info{gap:.5rem}.skill-name{font-weight:500;color:#94a3b8;font-size:.95rem}.skill-percentage{font-weight:600;font-size:.9rem}.skill-percentage.blue{color:#3b82f6}.skill-percentage.yellow{color:#eab308}.skill-percentage.cyan{color:#06b6d4}.skill-percentage.purple{color:#8b5cf6}.skill-bar-container{width:100%;height:.75rem;background:#1e293b;border-radius:.375rem;overflow:hidden}.skill-bar{height:100%;border-radius:.375rem}.skill-bar.blue{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.skill-bar.yellow{background:linear-gradient(90deg,#eab308,#fbbf24)}.skill-bar.cyan{background:linear-gradient(90deg,#06b6d4,#67e8f9)}.skill-bar.purple{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}@media (max-width:768px){.about-card,.skills-container{padding:1.5rem}.detail-item{margin-bottom:1rem}}.contact-section{padding:5rem 0;background:linear-gradient(180deg,#1e293b,#0f172a)}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-content{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;margin-top:3rem}@media (min-width:1024px){.contact-content{grid-template-columns:1fr 1fr}}.contact-info{background:rgba(30,41,59,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:1px solid #475569;padding:2rem}.contact-info-title{font-size:1.5rem;font-weight:600;color:#f1f5f9;margin-bottom:1.5rem}.contact-items{margin-bottom:2rem}.contact-item{gap:1rem;margin-bottom:1.5rem}.contact-icon,.contact-item{display:flex;align-items:center}.contact-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.5rem;justify-content:center;color:white;font-size:1.25rem;flex-shrink:0}.contact-details{flex:1 1}.contact-label{color:#94a3b8;font-size:.875rem;margin-bottom:.25rem}.contact-value{color:#f1f5f9;font-weight:500}.social-links h4{color:#f1f5f9;font-weight:600;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icons a{width:2.5rem;height:2.5rem;background:#334155;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .3s ease;text-decoration:none}.social-icons a:hover{background:#3b82f6;color:white;transform:translateY(-2px)}.contact-form-container{background:rgba(30,41,59,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;border:1px solid #475569;padding:2rem}.contact-form-title{font-size:1.5rem;font-weight:600;color:#f1f5f9;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column}.form-group label{color:#94a3b8;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.75rem 1rem;background:rgba(51,65,85,.5);border:1px solid #475569;border-radius:.5rem;color:#f1f5f9;font-size:1rem;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.2)}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:white;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px rgba(59,130,246,.3)}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.loading{animation:spin 1s linear infinite}.form-success{background:#f0fdf4;padding:2rem;border-radius:.5rem;text-align:center;border:1px solid #bbf7d0}.form-success h4{color:#16a34a;margin-bottom:.5rem}.loading-spinner{display:inline-block;width:1rem;height:1rem;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:white;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}.footer{background:#0f172a;border-top:1px solid #475569;padding:4rem 0 2rem;position:relative;z-index:10}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-bottom:3rem}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.footer-section{display:flex;flex-direction:column}.footer-logo{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.25rem;transition:all .3s ease;display:inline-block}.footer-logo:hover{transform:scale(1.05);text-shadow:0 5px 15px rgba(59,130,246,.3)}.footer-description{color:#94a3b8;line-height:1.7;font-size:.95rem;margin-bottom:1.5rem}.footer-title{color:#f1f5f9;font-weight:600;margin-bottom:1.25rem;font-size:1.1rem;position:relative;padding-bottom:.5rem}.footer-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:all .3s ease;font-size:.95rem;display:inline-block;padding:.25rem 0}.footer-links a:hover{color:#3b82f6;transform:translateX(5px)}.footer-contact{display:flex;flex-direction:column;gap:1rem}.contact-info-item{display:flex;align-items:center;gap:.75rem;color:#94a3b8;font-size:.95rem}.contact-info-item svg{flex-shrink:0;color:#3b82f6}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.social-link{width:2.75rem;height:2.75rem;background:#1e293b;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .3s ease;text-decoration:none;border:1px solid #334155}.social-link:hover{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:white;transform:translateY(-3px);border-color:transparent;box-shadow:0 5px 15px rgba(59,130,246,.3)}.footer-bottom{border-top:1px solid #475569;padding-top:2rem;text-align:center}.footer-bottom-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (min-width:768px){.footer-bottom-content{flex-direction:row;justify-content:space-between}}.copyright{color:#94a3b8;font-size:.9rem}.scroll-top{width:3rem;height:3rem;background:#1e293b;border:1px solid #475569;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer;transition:all .3s ease}.scroll-top:hover{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:white;border-color:transparent;transform:translateY(-3px)}.footer-section{animation:fadeIn .6s ease-out forwards}.footer-section:first-child{animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}.hero-section{min-height:100vh;overflow:hidden;padding:80px 2rem 0;text-align:center;z-index:1}.hero-container,.hero-section{display:flex;align-items:center;justify-content:center;position:relative}.hero-container{max-width:1200px;width:100%;margin:0 auto;z-index:2;flex-direction:column;padding:0 2rem}@media (min-width:1024px){.hero-container{flex-direction:row;justify-content:center;align-items:center;text-align:left;gap:4rem}}.hero-background{position:absolute;inset:0;background:radial-gradient(ellipse at top left,rgba(59,130,246,.1) 0,transparent 50%),radial-gradient(ellipse at bottom right,rgba(139,92,246,.1) 0,transparent 50%),linear-gradient(135deg,rgba(15,23,42,.98),rgba(30,41,59,.95) 50%,rgba(15,23,42,.98));z-index:-1}.hero-background:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent,rgba(59,130,246,.03) 25%,transparent 50%,rgba(139,92,246,.03) 75%,transparent);animation:shimmer 8s ease-in-out infinite}@keyframes shimmer{0%,to{opacity:.5}50%{opacity:1}}.floating-element{position:absolute;border-radius:50%;opacity:.08;z-index:-1;filter:blur(2px)}.floating-1{width:120px;height:120px;background:linear-gradient(135deg,#3b82f6,#06b6d4);top:15%;left:10%;animation:float 8s ease-in-out infinite}.floating-2{width:180px;height:180px;background:linear-gradient(135deg,#8b5cf6,#ec4899);bottom:15%;right:10%;animation:float 12s ease-in-out infinite reverse}.floating-3{width:80px;height:80px;background:linear-gradient(135deg,#06b6d4,#10b981);top:60%;left:15%;animation:float 6s linear infinite}.floating-element:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);border-radius:50%;animation:rotate 20s linear infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0deg) scale(1)}33%{transform:translateY(-30px) rotate(120deg) scale(1.1)}66%{transform:translateY(-15px) rotate(240deg) scale(.9)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-content{max-width:650px;margin-bottom:3rem;position:relative;flex:1 1}@media (min-width:1024px){.hero-content{margin-bottom:0;max-width:600px}}.hero-title{font-size:clamp(3.5rem,8vw,8rem);font-weight:900;margin-bottom:1.5rem;line-height:.95;background:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-3px;position:relative;font-family:Inter,system-ui,-apple-system,sans-serif;text-shadow:0 0 50px rgba(59,130,246,.3);filter:drop-shadow(0 4px 12px rgba(59,130,246,.2))}.hero-title:after{content:"";position:absolute;bottom:-15px;left:0;width:80px;height:6px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:3px;animation:expand 2s ease-out;box-shadow:0 4px 15px rgba(59,130,246,.4)}@keyframes expand{0%{width:0}to{width:80px}}.hero-subtitle{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:400;color:#94a3b8;margin-bottom:2rem;position:relative}.hero-subtitle:before{content:"< ";color:#3b82f6;font-weight:600}.hero-subtitle:after{content:" />";color:#3b82f6;font-weight:600}.hero-description{font-size:clamp(1rem,2vw,1.25rem);color:#94a3b8;max-width:600px;margin:0 auto 3rem;line-height:1.8;position:relative;padding:1.5rem;background:rgba(30,41,59,.3);border-radius:16px;border:1px solid rgba(71,85,105,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-buttons{display:flex;flex-direction:column;gap:1.5rem;align-items:center;margin-bottom:10px}@media (min-width:640px){.hero-buttons{flex-direction:row;justify-content:center}}@media (min-width:1024px){.hero-buttons{justify-content:flex-start}}.btn-primary{padding:1.2rem 2.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:white;border:none;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px rgba(59,130,246,.3);display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 40px rgba(59,130,246,.4)}.btn-secondary{padding:1.2rem 2.5rem;background:rgba(30,41,59,.6);color:#94a3b8;border:2px solid rgba(71,85,105,.4);border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.btn-secondary:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(139,92,246,.1));transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:-1}.btn-secondary:hover:before{transform:translateY(0)}.btn-secondary:hover{background:rgba(30,41,59,.8);border-color:#3b82f6;color:#f1f5f9;transform:translateY(-3px) scale(1.02);box-shadow:0 15px 30px rgba(59,130,246,.2)}.hero-visual{width:100%;max-width:600px;position:relative;flex:0 0 auto}.hero-visual:before{content:"";position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;background:linear-gradient(45deg,rgba(59,130,246,.1),rgba(139,92,246,.1));border-radius:20px;z-index:-1;animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.code-window{background:linear-gradient(145deg,#1e293b,#334155);border-radius:16px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.4),0 0 0 1px rgba(71,85,105,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.code-header{background:linear-gradient(145deg,#0f172a,#1e293b);padding:1rem 1.5rem;display:flex;align-items:center;border-bottom:1px solid rgba(71,85,105,.3)}.code-buttons{display:flex;gap:.75rem;margin-right:1.5rem}.code-btn{width:14px;height:14px;border-radius:50%;position:relative}.code-btn:after{content:"";position:absolute;inset:2px;border-radius:50%;opacity:.6}.code-btn.red{background:#ef4444}.code-btn.red:after{background:#fca5a5}.code-btn.yellow{background:#eab308}.code-btn.yellow:after{background:#fde047}.code-btn.green{background:#10b981}.code-btn.green:after{background:#6ee7b7}.code-title{color:#94a3b8;font-size:.9rem;font-weight:500}.code-content{padding:2.5rem;font-family:Fira Code,Consolas,monospace;font-size:1.2rem;line-height:2;background:linear-gradient(145deg,rgba(30,41,59,.8),rgba(51,65,85,.4));min-height:200px}.code-line{display:flex;overflow:hidden;white-space:nowrap;margin-bottom:.75rem;position:relative;padding-left:1.5rem}.code-line.code-indent{padding-left:3rem}.code-line:before{content:counter(line-counter);counter-increment:line-counter;position:absolute;left:0;color:#475569;font-size:.9rem;width:1rem}.code-content{counter-reset:line-counter}.code-keyword{color:#c084fc;font-weight:600}.code-variable{color:#60a5fa}.code-operator{color:#94a3b8}.code-string{color:#34d399}.code-bracket{color:#f1f5f9}.code-comment{color:#6b7280;font-style:italic}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;color:#94a3b8;font-size:.875rem;z-index:10;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.scroll-mouse{width:32px;height:55px;border:2px solid #94a3b8;border-radius:25px;margin-bottom:.75rem;display:flex;justify-content:center;background:rgba(30,41,59,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.scroll-wheel{width:4px;height:12px;background:#94a3b8;border-radius:2px;margin-top:10px;animation:scroll 2s ease-in-out infinite}@keyframes scroll{0%{transform:translateY(0);opacity:1}to{transform:translateY(24px);opacity:0}}@media (max-width:768px){.hero-section{padding-top:120px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.code-window{max-width:100%}.hero-description{padding:1rem;margin:0 0 2rem}.code-content{padding:2rem;font-size:1rem;line-height:1.8}}.btn-cv{padding:1.2rem 2.5rem;background:linear-gradient(135deg,#10b981,#059669);color:white;border:none;border-radius:50px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px rgba(16,185,129,.3);display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden;text-decoration:none}.btn-cv:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.btn-cv:hover:before{left:100%}.btn-cv:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 40px rgba(16,185,129,.4)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(15,23,42,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(71,85,105,.3);padding:.75rem 0;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.4),transparent)}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:2rem;font-weight:900;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;letter-spacing:-1px;font-family:Inter,system-ui,-apple-system,sans-serif;text-shadow:0 0 30px rgba(59,130,246,.3)}.navbar-logo:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:3px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:2px;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(59,130,246,.4)}.navbar-logo:hover:after{width:100%}.navbar-logo:hover{transform:scale(1.05);filter:drop-shadow(0 6px 12px rgba(59,130,246,.4))}.navbar-menu{display:flex;gap:.5rem;list-style:none;background:rgba(30,41,59,.4);padding:.5rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(71,85,105,.2)}.navbar-menu li{cursor:pointer;color:#94a3b8;font-weight:500;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.6rem 1.2rem;border-radius:25px;position:relative;overflow:hidden}.navbar-menu li:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(139,92,246,.1));transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:-1}.navbar-menu li:hover:before{transform:translateY(0)}.navbar-menu li:hover{color:#f1f5f9;transform:translateY(-1px)}.navbar-menu li.active{color:#3b82f6;background:rgba(59,130,246,.15);box-shadow:0 0 0 1px rgba(59,130,246,.3)}.mobile-menu-toggle{display:none;background:rgba(30,41,59,.6);border:1px solid rgba(71,85,105,.3);color:#f1f5f9;padding:.75rem;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-menu-toggle:hover{background:rgba(59,130,246,.2);border-color:rgba(59,130,246,.4);transform:scale(1.05)}@media (max-width:768px){.navbar-menu{display:none}.mobile-menu-toggle{display:block}}.mobile-menu{background:rgba(15,23,42,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(71,85,105,.3);padding:1.5rem 0;margin-top:1px}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0 2rem}.mobile-menu li{cursor:pointer;color:#94a3b8;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.75rem 1rem;border-radius:12px;position:relative;overflow:hidden}.mobile-menu li:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(139,92,246,.1));transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:-1}.mobile-menu li:hover:before{transform:translateX(0)}.mobile-menu li:hover{color:#f1f5f9;transform:translateX(5px)}.mobile-menu li.active{color:#3b82f6;background:rgba(59,130,246,.15)}.navbar.scrolled{background:rgba(15,23,42,.95);border-bottom-color:rgba(71,85,105,.5);box-shadow:0 8px 32px rgba(0,0,0,.2)}@keyframes glow{0%,to{box-shadow:0 0 5px rgba(59,130,246,.2)}50%{box-shadow:0 0 20px rgba(59,130,246,.4)}}.navbar-menu li.active{animation:glow 2s ease-in-out infinite}.projects-section{padding:5rem 0;background:#0f172a;position:relative;z-index:5}.projects-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:clamp(2.5rem,6vw,5rem);font-weight:700;margin-bottom:1.5rem;text-align:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-description{font-size:clamp(1rem,2vw,1.25rem);color:#94a3b8;max-width:48rem;margin:0 auto 3rem;text-align:center;line-height:1.8}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}}.project-card{background:rgba(30,41,59,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:1rem;border:1px solid #475569;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.1);cursor:pointer;position:relative}.project-card:hover{transform:translateY(-10px) scale(1.02);border-color:#3b82f6;box-shadow:0 20px 40px rgba(59,130,246,.2)}.project-image{position:relative;overflow:hidden;height:220px;background:linear-gradient(135deg,#1e293b,#334155)}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image img{transform:scale(1.1)}.project-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,23,42,.9),transparent);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:1.5rem}.project-card:hover .project-overlay{opacity:1}.project-content{padding:1.75rem}.project-title{font-size:1.4rem;font-weight:600;color:#f1f5f9;margin-bottom:.75rem;transition:color .3s ease}.project-card:hover .project-title{color:#3b82f6}.project-description{color:#94a3b8;margin-bottom:1.25rem;line-height:1.7;font-size:.95rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{padding:.35rem .9rem;background:rgba(59,130,246,.15);color:#60a5fa;border-radius:50px;font-size:.85rem;font-weight:500;border:1px solid rgba(59,130,246,.3);transition:all .3s ease}.project-card:hover .tech-tag{background:rgba(59,130,246,.3);color:#93c5fd}.btn-project{width:100%;padding:.85rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:white;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-project:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(59,130,246,.4)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.9);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;animation:fadeIn .3s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#1e293b;border-radius:1rem;border:1px solid #475569;max-width:42rem;width:100%;max-height:90vh;overflow-y:auto;transform:scale(.9);animation:scaleUp .3s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes scaleUp{0%{transform:scale(.9)}to{transform:scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #475569;position:-webkit-sticky;position:sticky;top:0;background:#1e293b;z-index:10}.modal-title{font-size:1.5rem;font-weight:600;color:#f1f5f9}.modal-close{background:none;border:none;color:#94a3b8;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:.5rem;transition:all .3s ease}.modal-close:hover{background:#334155;color:#f1f5f9;transform:rotate(90deg)}.modal-body{padding:1.5rem}.modal-image{width:100%;height:250px;object-fit:cover;border-radius:.75rem;background:linear-gradient(135deg,#1e293b,#334155)}.modal-image,.modal-section{margin-bottom:2rem}.modal-section h4{font-size:1.25rem;font-weight:600;color:#f1f5f9;margin-bottom:1rem;position:relative;padding-bottom:.5rem}.modal-section h4:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:2px;background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.modal-section p{color:#94a3b8;line-height:1.8;margin-bottom:1.5rem}.modal-section ul{list-style:none;display:grid;grid-gap:.75rem;gap:.75rem;margin-bottom:1.5rem}.modal-section li{display:flex;align-items:flex-start;gap:.5rem;color:#94a3b8;line-height:1.6}.modal-section li:before{content:"✓";color:#22c55e;font-weight:700;margin-right:.5rem}.modal-technologies{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}.modal-content{max-width:95%;margin:1rem}.modal-image{height:200px}}