.projects-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 2rem 2rem;position:relative}.projects-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e2e8f0' fill-opacity='0.3'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.projects-section .projects-header{text-align:center;margin-bottom:5rem;max-width:800px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.projects-section .projects-header h1{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#2196f3,#21cbf3,#2196f3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;position:relative}.projects-section .projects-header h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#2196f3,#21cbf3);border-radius:2px}.projects-section .projects-header p{font-size:1.3rem;color:#4a5568;line-height:1.7;font-weight:400}.projects-section .project-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:4rem;flex-wrap:wrap;position:relative;z-index:2}.projects-section .project-filters .filter-btn{padding:1rem 2rem;background:#fffffff1;color:#4a5568;border-radius:30px;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff4d;box-shadow:0 4px 15px #0000001a;position:relative;overflow:hidden;white-space:nowrap}.projects-section .project-filters .filter-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#ffffff66,transparent);transition:left .5s}.projects-section .project-filters .filter-btn:hover:before{left:100%}.projects-section .project-filters .filter-btn:hover{background:#2196f3e6;color:white;transform:translateY(-2px);box-shadow:0 8px 25px #2196f366}.projects-section .project-filters .filter-btn.active{background:linear-gradient(135deg,#2196f3,#21cbf3);color:white;transform:translateY(-2px);box-shadow:0 8px 25px #2196f366}.projects-section .project-filters .filter-btn:active{transform:translateY(0);transition:transform .1s ease}.projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,420px));grid-gap:2rem;gap:2rem;max-width:1400px;margin:0 auto;position:relative;z-index:2;justify-content:flex-start}.projects-section .projects-grid .project-card{background:white;border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:none;box-shadow:0 8px 30px rgba(0,0,0,.12),0 1px 3px rgba(0,0,0,.08);position:relative;opacity:1;transform:translateY(0);min-width:380px;max-width:420px;width:auto;display:flex;flex-direction:column}.projects-section .projects-grid .project-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 20px 50px rgba(33,150,243,.2),0 10px 25px rgba(33,150,243,.1),0 5px 15px rgba(0,0,0,.08)}.projects-section .projects-grid .project-card .project-image{position:relative;height:auto;min-height:180px;background:#ffffff;overflow:hidden;aspect-ratio:5/2;display:flex;align-items:center;justify-content:center}.projects-section .projects-grid .project-card .project-icon-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:5rem;color:#2E7D32;transition:all .3s ease}.projects-section .projects-grid .project-card:hover .project-icon-container{transform:scale(1.1)}.projects-section .projects-grid .project-card .project-icon-container i{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.projects-section .projects-grid .project-card .project-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;pointer-events:none;z-index:1;opacity:1}.projects-section .projects-grid .project-card .project-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,transparent 60%,rgba(0,0,0,.05));pointer-events:none;z-index:2}.projects-section .projects-grid .project-card .project-image img{width:100%;height:100%;object-fit:contain;object-position:center top;transition:all .7s cubic-bezier(.34,1.56,.64,1);display:block;position:relative;z-index:0;padding:0;filter:drop-shadow(0 4px 12px rgba(0,0,0,.08));border-radius:24px 24px 0 0}.projects-section .projects-grid .project-card:hover .project-image img{transform:scale(1.05);filter:drop-shadow(0 8px 20px rgba(33,150,243,.15))}.projects-section .projects-grid .project-card .project-image .project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(33,150,243,.97),rgba(33,203,243,.93));display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .5s cubic-bezier(.34,1.56,.64,1);z-index:10;-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%)}.projects-section .projects-grid .project-card .project-image .project-overlay.show-mobile,.projects-section .projects-grid .project-card:hover .project-image .project-overlay{opacity:1;visibility:visible}.projects-section .projects-grid .project-card .project-image .project-overlay .project-links{display:flex;gap:1.2rem;align-items:center;justify-content:center}.projects-section .projects-grid .project-card .project-image .project-overlay .project-links a{display:flex;align-items:center;gap:.5rem;padding:.9rem 1.5rem;background:rgba(255,255,255,.95);color:#2196f3;text-decoration:none;border-radius:50px;font-weight:800;font-size:.9rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,1);transition:all .4s cubic-bezier(.34,1.56,.64,1);transform:translateY(25px) scale(.85);opacity:0;box-shadow:0 8px 25px rgba(0,0,0,.3),0 0 40px rgba(255,255,255,.3);text-transform:uppercase;letter-spacing:.5px;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projects-section .projects-grid .project-card:hover .project-image .project-overlay .project-links a{transform:translateY(0) scale(1);opacity:1}.projects-section .projects-grid .project-card .project-image .project-overlay .project-links a:first-child{transition-delay:.15s}.projects-section .projects-grid .project-card .project-image .project-overlay .project-links a:nth-child(2){transition-delay:.2s}.projects-section .projects-grid .project-card .project-image .project-overlay .project-links a:hover{background:rgba(255,255,255,1);transform:translateY(-5px) scale(1.1);box-shadow:0 15px 45px rgba(0,0,0,.4),0 0 60px rgba(33,150,243,.6);border-color:rgba(255,255,255,1);color:#1976d2}.projects-section .projects-grid .project-card .project-image .project-overlay .project-links a i{font-size:1rem}.projects-section .projects-grid .project-card .project-content{padding:2rem;background:white;border-top:1px solid rgba(33,150,243,.1);flex:1 1;display:flex;flex-direction:column;min-height:200px;position:relative}.projects-section .projects-grid .project-card .project-content .project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.projects-section .projects-grid .project-card .project-content .project-header .project-meta{display:flex;flex-direction:column;gap:.8rem}.projects-section .projects-grid .project-card .project-content .project-header .project-dates{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.projects-section .projects-grid .project-card .project-content .project-header .project-date{color:#9ca3af;font-size:.9rem;font-weight:400;background:none;padding:0;border-radius:0;white-space:nowrap;align-self:flex-start}.projects-section .projects-grid .project-card .project-content .project-header .project-completion-date{color:#9ca3af;font-size:.9rem;font-weight:400;display:flex;align-items:center;gap:.4rem;white-space:nowrap}.projects-section .projects-grid .project-card .project-content .project-header .project-completion-date i{font-size:.75rem}.projects-section .projects-grid .project-card .project-content .project-category{display:inline-block;padding:.5rem 1.2rem;background:#3b82f6;color:white;border-radius:25px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.projects-section .projects-grid .project-card .project-content .project-status{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:25px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.projects-section .projects-grid .project-card .project-content .project-status.completed{background:#10b981;color:white}.projects-section .projects-grid .project-card .project-content .project-status.in-progress{background:#f59e0b;color:white}.projects-section .projects-grid .project-card .project-content .project-status i{font-size:.75rem}.projects-section .projects-grid .project-card .project-content h3{font-size:1.7rem;font-weight:900;margin-bottom:1rem;margin-top:.5rem;line-height:1.2;letter-spacing:-.03em;transition:all .3s ease;position:relative}.projects-section .projects-grid .project-card .project-content h3:not([style*=color]){background:linear-gradient(135deg,#2196f3,#21cbf3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.projects-section .projects-grid .project-card:hover .project-content h3{transform:translateX(8px);letter-spacing:-.01em}.projects-section .projects-grid .project-card .project-content p{color:#64748b;line-height:1.7;margin-bottom:0;font-size:.95rem}.projects-section .projects-grid .project-card .project-content .project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.projects-section .projects-grid .project-card .project-content .project-tech span{padding:.55rem 1.1rem;background:linear-gradient(135deg,rgba(33,150,243,.08),rgba(33,203,243,.08));color:#2196f3;border-radius:30px;font-size:.75rem;font-weight:800;border:2px solid rgba(33,150,243,.2);transition:all .4s cubic-bezier(.34,1.56,.64,1);text-transform:uppercase;letter-spacing:.8px;box-shadow:0 2px 8px rgba(33,150,243,.1)}.projects-section .projects-grid .project-card .project-content .project-tech span:hover{background:linear-gradient(135deg,#2196f3,#21cbf3);color:white;transform:translateY(-4px) scale(1.08);box-shadow:0 8px 20px rgba(33,150,243,.4);border-color:transparent}.projects-section .projects-grid .project-card:nth-child(2n),.projects-section .projects-grid .project-card:nth-child(odd){animation:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.projects-section .projects-grid .project-card:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,#ffffff66,transparent);background-size:200% 100%;animation:shimmer 3s infinite;pointer-events:none;opacity:0;transition:opacity .3s ease}.projects-section .projects-grid .project-card:hover:after{opacity:1}@media (max-width:1400px) and (min-width:1201px){.projects-section .projects-grid{grid-template-columns:repeat(2,minmax(380px,450px));gap:2rem;max-width:1000px;justify-content:center}.projects-section .projects-grid .project-card{min-width:380px;max-width:450px}}@media (max-width:1200px){.projects-section .projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,420px));gap:2rem;max-width:1000px;justify-content:center}.projects-section .projects-grid .project-card{min-width:350px}.projects-section .projects-header h1{font-size:3rem}}@media (max-width:968px){.projects-section{padding:3rem 1.5rem}.projects-section .projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,400px));gap:1.5rem;max-width:800px;justify-content:center}.projects-section .projects-header h1{font-size:2.8rem}.projects-section .projects-header p{font-size:1.1rem}.projects-section .project-filters{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.8rem;gap:.8rem;justify-items:center;margin-bottom:3rem}.projects-section .project-filters .filter-btn{padding:.6rem .8rem;font-size:.75rem;width:100%;max-width:200px;justify-content:center}}@media (max-width:1000px){.projects-section{padding:2rem 1rem}.projects-section .projects-header{margin-bottom:3rem}.projects-section .projects-header h1{font-size:2.5rem}.projects-section .projects-header p{font-size:1rem;padding:0 1rem}.projects-section .project-filters{display:grid;grid-template-columns:1fr 1fr;grid-gap:.6rem;gap:.6rem;padding:0 .5rem;justify-items:center;margin-bottom:3rem}.projects-section .project-filters .filter-btn{padding:.5rem .7rem;font-size:.7rem;width:100%;max-width:180px;justify-content:center}.projects-section .projects-grid{grid-template-columns:1fr;gap:1.5rem;max-width:600px;padding:0 1rem;justify-content:center}.projects-section .projects-grid .project-card{min-width:auto;max-width:100%}.projects-section .projects-grid .project-card .project-content{padding:1.5rem}.projects-section .projects-grid .project-card .project-content h3{font-size:1.3rem}.projects-section .projects-grid .project-card .project-content .project-status{padding:.3rem .8rem;font-size:.7rem}}@media (max-width:480px){.projects-section{padding:1.5rem .8rem}.projects-section .projects-header h1{font-size:2rem;line-height:1.2}.projects-section .projects-header p{font-size:.9rem;padding:0 .5rem}.projects-section .project-filters{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;padding:0 .5rem;justify-items:center}.projects-section .project-filters .filter-btn{padding:.4rem .6rem;font-size:.65rem;width:100%;max-width:170px;justify-content:center}.projects-section .projects-grid{gap:1rem;max-width:100%;padding:0 1rem}.projects-section .projects-grid .project-card .project-image{aspect-ratio:2/1;min-height:170px}.projects-section .projects-grid .project-card .project-image img{padding:0}.projects-section .projects-grid .project-card .project-content{padding:1.2rem}.projects-section .projects-grid .project-card .project-content h3{font-size:1.2rem;margin-bottom:.8rem}.projects-section .projects-grid .project-card .project-content p{font-size:.9rem;margin-bottom:1rem}.projects-section .projects-grid .project-card .project-image .project-overlay .project-links{flex-direction:column;gap:.5rem}.projects-section .projects-grid .project-card .project-image .project-overlay .project-links a{padding:.6rem 1rem;font-size:.7rem;max-width:140px}.projects-section .projects-grid .project-card .project-content .project-status{padding:.2rem .6rem;font-size:.6rem;letter-spacing:.2px}.projects-section .projects-grid .project-card .project-content .project-category{padding:.2rem .6rem;font-size:.55rem;letter-spacing:.2px}}@media (max-width:360px){.projects-section{padding:1rem .5rem}.projects-section .projects-header h1{font-size:1.8rem}.projects-section .projects-header p{font-size:.85rem}.projects-section .project-filters .filter-btn{padding:.5rem .8rem;font-size:.75rem}.projects-section .projects-grid{grid-template-columns:1fr;padding:0 1rem}.projects-section .projects-grid .project-card .project-content{padding:1rem}.projects-section .projects-grid .project-card .project-content h3{font-size:1.1rem}.projects-section .projects-grid .project-card .project-content .project-tech{gap:.3rem}.projects-section .projects-grid .project-card .project-content .project-status{padding:.3rem .8rem;font-size:.7rem}.projects-section .projects-grid .project-card .project-content .project-category{padding:.3rem .8rem;font-size:.65rem}}@media (max-width:1024px) and (min-width:1001px){.projects-section .projects-grid{grid-template-columns:repeat(2,1fr)}}