.projects-module__D-cxOq__filterSection{padding:var(--space-lg)0;background:var(--silver-grey);z-index:100;border-bottom:1px solid rgba(11,28,77,.1);position:-webkit-sticky;position:sticky;top:80px}.projects-module__D-cxOq__filterWrapper{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);max-width:1000px;margin:0 auto;display:grid}.projects-module__D-cxOq__filterBtn{padding:var(--space-lg)var(--space-md);cursor:pointer;transition:all var(--transition-fast);justify-content:center;align-items:center;gap:var(--space-sm);background:rgba(255,255,255,.95);border:2px solid rgba(11,28,77,.08);border-radius:20px;flex-direction:column;min-height:140px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}.projects-module__D-cxOq__filterBtn:before{content:"";opacity:0;transition:opacity var(--transition-fast);background:linear-gradient(135deg,rgba(27,54,93,.02) 0%,rgba(201,166,107,.02) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.projects-module__D-cxOq__filterBtn:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 12px 35px rgba(0,0,0,.15)}.projects-module__D-cxOq__filterBtn:hover:before{opacity:1}.projects-module__D-cxOq__filterBtn.projects-module__D-cxOq__active{background:var(--gradient-primary);border-color:transparent;transform:translateY(-8px);box-shadow:0 15px 40px rgba(27,54,93,.4)}.projects-module__D-cxOq__filterIcon{z-index:1;margin-bottom:var(--space-xs);font-size:2.2rem;position:relative}.projects-module__D-cxOq__filterText{color:var(--text-primary);transition:color var(--transition-fast);z-index:1;letter-spacing:.3px;font-size:1rem;font-weight:600;position:relative}.projects-module__D-cxOq__filterBtn.projects-module__D-cxOq__active .projects-module__D-cxOq__filterText{color:#fff}.projects-module__D-cxOq__filterCount{color:var(--primary);padding:var(--space-xs)var(--space-sm);transition:all var(--transition-fast);z-index:1;min-width:28px;height:28px;margin-top:var(--space-xs);background:rgba(27,54,93,.1);border-radius:20px;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;position:relative}.projects-module__D-cxOq__filterBtn.projects-module__D-cxOq__active .projects-module__D-cxOq__filterCount{color:#fff;background:rgba(255,255,255,.25)}.projects-module__D-cxOq__projectsSection{padding:var(--space-xxl)0;background:var(--white);min-height:70vh}.projects-module__D-cxOq__projectsGrid{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(350px,1fr));max-width:1400px;margin:0 auto;display:grid}.projects-module__D-cxOq__projectCard{background:var(--white);transition:all var(--transition-fast);border:1px solid rgba(11,28,77,.1);border-radius:20px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}.projects-module__D-cxOq__projectCard:hover{border-color:var(--primary);transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.projects-module__D-cxOq__cardImageWrapper{height:250px;position:relative;overflow:hidden}.projects-module__D-cxOq__cardOverlay{width:100%;height:100%;padding:var(--space-md);background:linear-gradient(transparent 50%,rgba(11,28,77,.8) 100%);align-items:flex-end;display:flex;position:absolute;top:0;left:0}.projects-module__D-cxOq__cardCategory{background:var(--gradient-primary);color:#fff;padding:var(--space-xs)var(--space-md);text-transform:capitalize;letter-spacing:.5px;border-radius:25px;font-size:.85rem;font-weight:600}.projects-module__D-cxOq__cardContent{padding:var(--space-lg);flex-direction:column;flex:1;display:flex}.projects-module__D-cxOq__cardTitle{margin-bottom:var(--space-sm);color:var(--text-primary);word-wrap:break-word;overflow-wrap:break-word;font-size:1.5rem;font-weight:700;line-height:1.3}.projects-module__D-cxOq__cardDescription{color:var(--text-secondary);margin-bottom:var(--space-md);word-wrap:break-word;overflow-wrap:break-word;flex:1;font-size:1rem;line-height:1.6}.projects-module__D-cxOq__cardFooter{padding-top:var(--space-md);border-top:1px solid rgba(11,28,77,.1);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.projects-module__D-cxOq__cardMeta{gap:var(--space-md);flex-wrap:wrap;display:flex}.projects-module__D-cxOq__metaItem{align-items:center;gap:var(--space-xs);color:var(--text-secondary);font-size:.9rem;font-weight:500;display:flex}.projects-module__D-cxOq__metaItem svg{stroke:var(--primary);width:16px;height:16px}.projects-module__D-cxOq__cardButton{align-items:center;gap:var(--space-xs);border:2px solid var(--primary);color:var(--primary);padding:var(--space-sm)var(--space-md);cursor:pointer;transition:all var(--transition-fast);background:0 0;border-radius:25px;font-size:.9rem;font-weight:600;display:flex}.projects-module__D-cxOq__cardButton:hover{background:var(--primary);color:#fff;transform:translate(5px)}.projects-module__D-cxOq__cardButton svg{width:18px;height:18px;transition:transform var(--transition-fast)}.projects-module__D-cxOq__cardButton:hover svg{transform:translate(3px)}.projects-module__D-cxOq__modal{width:100%;height:100%;padding:clamp(var(--space-sm),2vw,var(--space-md));z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding-top:clamp(var(--space-md),5vh,var(--space-xl));background:rgba(11,28,77,.95);justify-content:center;align-items:flex-start;animation:.3s projects-module__D-cxOq__fadeIn;display:flex;position:fixed;top:0;left:0;overflow-y:auto}@keyframes projects-module__D-cxOq__fadeIn{0%{opacity:0}to{opacity:1}}.projects-module__D-cxOq__modalContent{background:var(--white);width:100%;max-width:1200px;max-height:95vh;margin-bottom:var(--space-xl);border-radius:max(10px,min(2vw,20px));animation:.3s projects-module__D-cxOq__slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}@keyframes projects-module__D-cxOq__slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.projects-module__D-cxOq__modalClose{top:var(--space-md);right:var(--space-md);cursor:pointer;width:48px;height:48px;transition:all var(--transition-fast);z-index:10;background:rgba(11,28,77,.1);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.projects-module__D-cxOq__modalClose:hover{background:var(--primary);transform:rotate(90deg)}.projects-module__D-cxOq__modalClose svg{width:24px;height:24px;stroke:var(--primary);transition:stroke var(--transition-fast)}.projects-module__D-cxOq__modalClose:hover svg{stroke:#fff}.projects-module__D-cxOq__modalGrid{gap:clamp(var(--space-md),3vw,var(--space-xl));padding:clamp(var(--space-md),3vw,var(--space-xl));flex-direction:column;min-height:0;display:flex}.projects-module__D-cxOq__modalGallery{order:1;width:100%;height:-moz-fit-content;height:fit-content;min-height:300px;max-height:50vh}.projects-module__D-cxOq__modalDetails{gap:var(--space-lg);flex-direction:column;order:2;display:flex}.projects-module__D-cxOq__modalHeader{gap:var(--space-md);flex-direction:column;display:flex}.projects-module__D-cxOq__modalContent .projects-module__D-cxOq__projectSpecs{order:3}.projects-module__D-cxOq__modalContent .projects-module__D-cxOq__features{order:4}.projects-module__D-cxOq__modalContent .projects-module__D-cxOq__modalActions{order:5}.projects-module__D-cxOq__modalDetails h2{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:0;font-size:max(2rem,min(4vw,2.5rem));line-height:1.2}.projects-module__D-cxOq__modalDescription{color:var(--text-secondary);word-wrap:break-word;overflow-wrap:break-word;padding:0 5px;font-size:1.1rem;line-height:1.8}.projects-module__D-cxOq__projectSpecs{gap:var(--space-md);margin:var(--space-lg)0;padding:var(--space-md);background:rgba(27,54,93,.02);border:1px solid rgba(27,54,93,.08);border-radius:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.projects-module__D-cxOq__specItem{padding:var(--space-md);transition:all var(--transition-fast);background:rgba(27,54,93,.05);border:1px solid rgba(27,54,93,.1);border-radius:15px}.projects-module__D-cxOq__specItem:hover{border-color:var(--primary);background:rgba(27,54,93,.08);transform:translateY(-2px)}.projects-module__D-cxOq__clientLogo{padding:var(--space-sm);background:rgba(255,255,255,.9);border:1px solid rgba(11,28,77,.1);border-radius:8px;justify-content:center;align-items:center;min-height:60px;display:flex}.projects-module__D-cxOq__specItem h4{color:var(--primary);text-transform:uppercase;margin-bottom:var(--space-xs);letter-spacing:1px;font-size:.85rem;font-weight:600}.projects-module__D-cxOq__specItem p{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:600}.projects-module__D-cxOq__features h4{margin-bottom:var(--space-md);color:var(--text-primary);font-size:1.5rem}.projects-module__D-cxOq__features ul{gap:var(--space-sm);flex-direction:column;padding:0;list-style:none;display:flex}.projects-module__D-cxOq__features li{align-items:center;gap:var(--space-sm);padding:var(--space-sm);transition:all var(--transition-fast);background:rgba(27,54,93,.03);border:1px solid rgba(27,54,93,.05);border-radius:10px;display:flex}.projects-module__D-cxOq__features li:hover{border-color:var(--primary);background:rgba(27,54,93,.1);transform:translate(5px)}.projects-module__D-cxOq__features svg{stroke:var(--primary);flex-shrink:0;width:20px;height:20px}.projects-module__D-cxOq__modalActions{gap:var(--space-md);margin-top:var(--space-md);display:flex}.projects-module__D-cxOq__modalCTA{align-items:center;gap:var(--space-sm);background:var(--gradient-primary);color:#fff;padding:var(--space-md)var(--space-lg);transition:all var(--transition-fast);text-transform:uppercase;letter-spacing:.5px;border-radius:30px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.projects-module__D-cxOq__modalCTA:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(27,54,93,.3)}.projects-module__D-cxOq__ctaSection{padding:var(--space-xxl)0;background:var(--gradient-primary);text-align:center;position:relative;overflow:hidden}.projects-module__D-cxOq__ctaSection:before{content:"";background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);width:200%;height:200%;animation:30s linear infinite projects-module__D-cxOq__rotate;position:absolute;top:-50%;left:-50%}@keyframes projects-module__D-cxOq__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.projects-module__D-cxOq__ctaContent{z-index:1;position:relative}.projects-module__D-cxOq__ctaContent h2{color:#fff;margin-bottom:var(--space-sm);font-size:max(2rem,min(5vw,3rem))}.projects-module__D-cxOq__ctaContent p{color:rgba(255,255,255,.9);margin-bottom:var(--space-lg);max-width:600px;margin-left:auto;margin-right:auto;font-size:1.2rem}.projects-module__D-cxOq__ctaButtons{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.projects-module__D-cxOq__ctaPrimary{align-items:center;gap:var(--space-sm);color:var(--primary);padding:var(--space-md)var(--space-xl);transition:all var(--transition-fast);background:#fff;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex}.projects-module__D-cxOq__ctaPrimary:hover{background:var(--dark);color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.projects-module__D-cxOq__ctaSecondary{align-items:center;gap:var(--space-sm);color:#fff;padding:var(--space-md)var(--space-xl);transition:all var(--transition-fast);background:0 0;border:2px solid rgba(255,255,255,.3);border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex}.projects-module__D-cxOq__ctaSecondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.8);transform:translateY(-3px)}@media (max-width:968px){.projects-module__D-cxOq__modal{padding:var(--space-sm);padding-top:var(--space-md);align-items:flex-start}.projects-module__D-cxOq__modalContent{max-height:98vh}.projects-module__D-cxOq__modalGrid{gap:var(--space-lg);padding:var(--space-lg)}.projects-module__D-cxOq__modalGallery{max-height:45vh}.projects-module__D-cxOq__projectSpecs{margin:var(--space-md)0;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.projects-module__D-cxOq__filterWrapper{grid-template-columns:repeat(2,1fr);max-width:600px}}@media (max-width:768px){.projects-module__D-cxOq__filterSection{padding:var(--space-md)0;position:static}.projects-module__D-cxOq__filterWrapper{gap:var(--space-md);grid-template-columns:repeat(2,1fr);padding:0 15px}.projects-module__D-cxOq__filterBtn{min-height:100px;padding:var(--space-sm)}.projects-module__D-cxOq__filterText{font-size:.85rem}.projects-module__D-cxOq__projectsGrid{gap:var(--space-lg);grid-template-columns:1fr;padding:0 15px}.projects-module__D-cxOq__cardContent{padding:var(--space-md)15px}.projects-module__D-cxOq__cardTitle{font-size:1.3rem;line-height:1.2}.projects-module__D-cxOq__cardDescription{font-size:.9rem;line-height:1.5}.projects-module__D-cxOq__cardFooter{gap:var(--space-md);padding:var(--space-md)0 0 0;flex-direction:column;align-items:stretch}.projects-module__D-cxOq__cardButton{justify-content:center;width:100%}.projects-module__D-cxOq__modal{padding:15px 10px 10px}.projects-module__D-cxOq__modalContent{border-radius:15px;width:calc(100% - 20px);max-height:95vh;margin:0 auto;overflow-x:hidden}.projects-module__D-cxOq__modalGrid{flex-direction:column;gap:20px;padding:15px;display:flex}.projects-module__D-cxOq__modalGallery{order:1;width:100%;min-height:180px;max-height:35vh;margin-bottom:20px;overflow:hidden}.projects-module__D-cxOq__modalDetails{clear:both;order:2;width:100%}.projects-module__D-cxOq__modalDetails h2{margin-top:0;padding:0 5px;font-size:1.6rem;line-height:1.2}.projects-module__D-cxOq__modalDescription{padding:0 5px;font-size:.95rem;line-height:1.6}.projects-module__D-cxOq__projectSpecs{order:3;grid-template-columns:1fr 1fr;gap:12px;margin:15px 0;padding:12px}.projects-module__D-cxOq__specItem{padding:12px}.projects-module__D-cxOq__specItem h4{margin-bottom:5px;font-size:.75rem}.projects-module__D-cxOq__specItem p{font-size:1rem}.projects-module__D-cxOq__modalClose{width:36px;height:36px;top:12px;right:12px}.projects-module__D-cxOq__modalClose svg{width:20px;height:20px}.projects-module__D-cxOq__features{order:4}.projects-module__D-cxOq__features h4{margin-bottom:12px;font-size:1.2rem}.projects-module__D-cxOq__features li{padding:10px 8px;font-size:.85rem}.projects-module__D-cxOq__modalActions{order:5}.projects-module__D-cxOq__ctaButtons{flex-direction:column;gap:15px;width:100%}.projects-module__D-cxOq__ctaPrimary,.projects-module__D-cxOq__ctaSecondary{justify-content:center;width:100%;padding:12px 20px;font-size:1rem}.projects-module__D-cxOq__ctaContent h2{margin-bottom:15px;padding:0 10px;font-size:1.8rem;line-height:1.2}.projects-module__D-cxOq__ctaContent p{margin-bottom:25px;padding:0 15px;font-size:1rem}}@media (max-width:480px){.projects-module__D-cxOq__modalContent{border-radius:10px;max-height:100vh;margin:0}.projects-module__D-cxOq__modalGrid{padding:var(--space-sm);gap:var(--space-md)}.projects-module__D-cxOq__modalGallery{min-height:180px;max-height:35vh}.projects-module__D-cxOq__projectSpecs{padding:var(--space-xs);margin:var(--space-xs)0;grid-template-columns:1fr 1fr}.projects-module__D-cxOq__modalDetails h2{font-size:1.5rem}.projects-module__D-cxOq__clientLogo{min-height:50px}.projects-module__D-cxOq__filterWrapper{grid-template-columns:1fr;gap:12px;padding:0 10px}.projects-module__D-cxOq__filterBtn{min-height:90px;padding:12px}.projects-module__D-cxOq__filterIcon{margin-bottom:5px;font-size:1.8rem}.projects-module__D-cxOq__filterText{font-size:.8rem}.projects-module__D-cxOq__projectsSection{padding:var(--space-lg)10px}.projects-module__D-cxOq__projectsGrid{gap:20px;padding:0 5px}.projects-module__D-cxOq__cardContent{padding:15px 12px}.projects-module__D-cxOq__cardTitle{margin-bottom:8px;font-size:1.1rem}.projects-module__D-cxOq__cardDescription{margin-bottom:15px;font-size:.8rem}.projects-module__D-cxOq__metaItem{font-size:.8rem}.projects-module__D-cxOq__cardButton{padding:10px 15px;font-size:.8rem}.projects-module__D-cxOq__modal{padding:10px 8px 8px}.projects-module__D-cxOq__modalContent{border-radius:12px;width:calc(100% - 16px);max-height:98vh}.projects-module__D-cxOq__modalGrid{gap:15px;padding:12px}.projects-module__D-cxOq__modalDetails h2{padding:0 5px;font-size:1.3rem}.projects-module__D-cxOq__modalDescription{padding:0 5px;font-size:.85rem;line-height:1.5}.projects-module__D-cxOq__projectSpecs{grid-template-columns:1fr;gap:8px;margin:12px 0;padding:10px}.projects-module__D-cxOq__specItem{padding:10px 8px}.projects-module__D-cxOq__specItem p{font-size:.9rem}.projects-module__D-cxOq__features li{padding:8px 6px;font-size:.8rem}.projects-module__D-cxOq__features svg{width:16px;height:16px}.projects-module__D-cxOq__ctaContent h2{padding:0 8px;font-size:1.5rem}.projects-module__D-cxOq__ctaContent p{padding:0 12px;font-size:.9rem}.projects-module__D-cxOq__ctaPrimary,.projects-module__D-cxOq__ctaSecondary{padding:10px 15px;font-size:.9rem}}@media (min-width:1024px){.projects-module__D-cxOq__modalGrid{gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.projects-module__D-cxOq__modalGallery{order:1;width:100%;min-height:400px;max-height:60vh;overflow:hidden}.projects-module__D-cxOq__modalDetails{gap:var(--space-lg);flex-direction:column;order:2;width:100%;display:flex}.projects-module__D-cxOq__modalDetails h2{margin-top:0;font-size:2.2rem}.projects-module__D-cxOq__modalDescription{font-size:1.1rem;line-height:1.7}.projects-module__D-cxOq__projectSpecs{gap:var(--space-md);margin:var(--space-lg)0;grid-template-columns:repeat(2,1fr)}.projects-module__D-cxOq__features h4{font-size:1.4rem}}
