.main-navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,68,49,.08);transition:all .3s ease}.nav-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;justify-content:space-between;min-height:70px}.brand-logo,.nav-content{display:flex;align-items:center}.brand-logo{gap:.75rem}.logo-symbol{width:120px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:transform .3s ease}.logo-symbol:hover{transform:scale(1.05)}.logo-symbol:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);animation:shimmer 3s infinite}.nav-stats{gap:2rem}.nav-stats,.stat-item{display:flex;align-items:center}.stat-item{flex-direction:column;gap:.25rem}.stat-number{font-size:1.5rem;font-weight:700;color:#004431;line-height:1}.stat-label{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:1024px){.nav-content{padding:1rem 1.5rem}}@media (max-width:768px){.nav-content{padding:.75rem 1rem;min-height:60px}.logo-symbol{width:100px;height:46px}.stat-number{font-size:1.25rem}.stat-label{font-size:.7rem}}@media (max-width:480px){.nav-content{padding:.5rem 1rem;min-height:56px}.logo-symbol{width:80px;height:36px}.stat-number{font-size:1.125rem}.stat-label{font-size:.65rem}}@media (max-width:360px){.logo-symbol{width:70px;height:32px}.stat-number{font-size:1rem}}.hero-section{position:relative;min-height:65vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:100px 2rem 60px;background:linear-gradient(135deg,#004431,#006644);color:white}.hero-background{position:absolute;inset:0;z-index:0}.hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,68,49,.1),rgba(0,102,68,.2))}.hero-mesh{position:absolute;inset:0;opacity:.6}.mesh-element{position:absolute;border-radius:50%;filter:blur(80px);animation:meshFloat 12s ease-in-out infinite}.mesh-1{width:300px;height:300px;background:linear-gradient(135deg,rgba(34,197,94,.3),rgba(16,185,129,.2));top:10%;left:10%;animation-delay:-2s}.mesh-2{width:350px;height:350px;background:linear-gradient(135deg,rgba(59,130,246,.25),rgba(37,99,235,.15));bottom:15%;right:15%;animation-delay:-6s}.mesh-3{width:250px;height:250px;background:linear-gradient(135deg,rgba(168,85,247,.3),rgba(147,51,234,.2));top:35%;right:30%;animation-delay:-4s}.mesh-4{width:280px;height:280px;background:linear-gradient(135deg,rgba(245,158,11,.25),rgba(217,119,6,.15));bottom:30%;left:20%;animation-delay:-8s}.hero-particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.particle{position:absolute;width:3px;height:3px;background:linear-gradient(135deg,#10b981,#3b82f6);border-radius:50%;animation:particleFloat 15s linear infinite}.particle-1{top:80%;left:10%;animation-delay:0s}.particle-2{top:70%;left:20%;animation-delay:-2s}.particle-3{top:85%;left:80%;animation-delay:-4s}.particle-4{top:75%;left:60%;animation-delay:-6s}.particle-5{top:90%;left:40%;animation-delay:-8s}.particle-6{top:65%;left:90%;animation-delay:-10s}.particle-7{top:95%;left:70%;animation-delay:-12s}.particle-8{top:80%;left:30%;animation-delay:-14s}.hero-content{position:relative;z-index:1;text-align:center;max-width:1000px;animation:fadeInUp 1.2s ease-out}.hero-title{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.025em;color:white;animation:titleSlide 1.5s ease-out}.title-primary{color:white;display:block;animation:gradientShift 4s ease-in-out infinite}.title-accent{background:linear-gradient(135deg,#f59e0b,#ef4444,#ec4899);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;animation:gradientShift 4s ease-in-out infinite reverse}.hero-subtitle{font-size:1.25rem;color:rgba(255,255,255,.9);line-height:1.7;margin:2rem auto 3rem;max-width:800px;opacity:0;animation:fadeInUp 1.2s ease-out .3s forwards}.hero-metrics{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:3rem;opacity:0;animation:fadeInUp 1.2s ease-out .6s forwards}.metric-item{text-align:center;padding:1rem;border-radius:12px;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.metric-item:hover{transform:translateY(-5px);background:rgba(255,255,255,.1);box-shadow:0 10px 30px rgba(0,0,0,.2)}.metric-value{display:block;font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}.metric-label{display:block;font-size:.95rem;color:rgba(255,255,255,.8);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.metric-divider{width:2px;height:60px;background:linear-gradient(180deg,transparent,rgba(16,185,129,.6),rgba(59,130,246,.6),transparent);border-radius:1px}@keyframes meshFloat{0%,to{transform:translateY(0) translateX(0) scale(1)}33%{transform:translateY(-20px) translateX(10px) scale(1.05)}66%{transform:translateY(10px) translateX(-15px) scale(.95)}}@keyframes particleFloat{0%{transform:translateY(0) translateX(0) scale(0);opacity:0}10%{opacity:1;transform:scale(1)}90%{opacity:1}to{transform:translateY(-120px) translateX(30px) scale(0);opacity:0}}@keyframes titleSlide{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1024px){.hero-section{min-height:60vh;padding:80px 1.5rem 50px}.hero-metrics{flex-direction:column;gap:2rem}.metric-divider{display:none}.hero-title{font-size:3rem}}@media (max-width:768px){.hero-section{padding:60px 1rem 40px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.metric-value{font-size:2rem}.mesh-1,.mesh-2,.mesh-3,.mesh-4{width:200px;height:200px}}@media (max-width:480px){.hero-section{min-height:55vh;padding:50px 1rem 30px}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin:1.5rem auto 2rem}.hero-metrics{gap:1.5rem}.metric-item{padding:.75rem}.metric-value{font-size:1.8rem}.metric-label{font-size:.85rem}}.projects-background{position:absolute;inset:0;z-index:0;overflow:hidden}.projects-gradient{position:absolute;inset:0;background:linear-gradient(135deg,rgba(248,255,254,.8),rgba(240,253,249,.9) 50%,rgba(255,255,255,1));animation:gradientShift 8s ease-in-out infinite}.projects-mesh{position:absolute;inset:0;opacity:.4}.projects-mesh-element{position:absolute;border-radius:50%;filter:blur(60px);animation:projectsMeshFloat 15s ease-in-out infinite}.projects-mesh-1{width:250px;height:250px;background:linear-gradient(135deg,rgba(34,197,94,.15),rgba(16,185,129,.1));top:5%;left:5%;animation-delay:-3s}.projects-mesh-2{width:300px;height:300px;background:linear-gradient(135deg,rgba(59,130,246,.12),rgba(37,99,235,.08));bottom:10%;right:10%;animation-delay:-7s}.projects-mesh-3{width:200px;height:200px;background:linear-gradient(135deg,rgba(168,85,247,.15),rgba(147,51,234,.1));top:60%;right:20%;animation-delay:-5s}.projects-mesh-4{width:220px;height:220px;background:linear-gradient(135deg,rgba(253,204,45,.12),rgba(217,119,6,.08));bottom:40%;left:15%;animation-delay:-9s}.projects-mesh-5{width:180px;height:180px;background:linear-gradient(135deg,rgba(0,68,49,.08),rgba(0,102,68,.05));top:30%;left:70%;animation-delay:-11s}.projects-mesh-6{width:160px;height:160px;background:linear-gradient(135deg,rgba(253,204,45,.1),rgba(245,158,11,.06));bottom:70%;right:40%;animation-delay:-13s}.projects-particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.projects-particle{position:absolute;width:3px;height:3px;background:linear-gradient(135deg,#10b981,#3b82f6);border-radius:50%;animation:projectsParticleFloat 25s linear infinite;box-shadow:0 0 6px rgba(16,185,129,.4)}.projects-particle-1{top:10%;left:15%;animation-delay:0s}.projects-particle-2{top:20%;left:80%;animation-delay:-2s}.projects-particle-3{top:70%;left:10%;animation-delay:-4s}.projects-particle-4{top:40%;left:60%;animation-delay:-6s}.projects-particle-5{top:85%;left:30%;animation-delay:-8s}.projects-particle-6{top:25%;left:40%;animation-delay:-10s}.projects-particle-7{top:60%;left:85%;animation-delay:-12s}.projects-particle-8{top:15%;left:70%;animation-delay:-14s}.projects-particle-9{top:75%;left:50%;animation-delay:-16s}.projects-particle-10{top:35%;left:25%;animation-delay:-18s}.projects-particle-11{top:90%;left:75%;animation-delay:-20s}.projects-particle-12{top:50%;left:90%;animation-delay:-22s}.projects-particle-13{top:5%;left:45%;animation-delay:-24s}.projects-particle-14{top:65%;left:5%;animation-delay:-26s}.projects-particle-15{top:45%;left:95%;animation-delay:-28s}.projects-particle-16{top:95%;left:55%;animation-delay:-30s}.projects-particle-17{top:30%;left:85%;animation-delay:-32s}.projects-particle-18{top:80%;left:20%;animation-delay:-34s}.projects-particle-19{top:55%;left:35%;animation-delay:-36s}.projects-particle-20{top:25%;left:65%;animation-delay:-38s}.floating-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.floating-shape{position:absolute;opacity:.1;animation:floatingShapeMove 20s ease-in-out infinite}.floating-shape-1{width:40px;height:40px;background:linear-gradient(45deg,#004431,#006644);border-radius:8px;top:20%;left:10%;animation-delay:-2s;transform:rotate(45deg)}.floating-shape-2{width:30px;height:30px;background:linear-gradient(45deg,#fdcc2d,#f59e0b);border-radius:50%;top:60%;right:15%;animation-delay:-5s}.floating-shape-3{width:35px;height:35px;background:linear-gradient(45deg,#10b981,#3b82f6);clip-path:polygon(50% 0,0 100%,100% 100%);bottom:30%;left:20%;animation-delay:-8s}.floating-shape-4{width:25px;height:25px;background:linear-gradient(45deg,#8b5cf6,#a855f7);border-radius:4px;top:40%;right:30%;animation-delay:-11s;transform:rotate(30deg)}.floating-shape-5{width:45px;height:45px;background:linear-gradient(45deg,#004431,#00827f);border-radius:50%;bottom:20%;right:10%;animation-delay:-14s}.floating-shape-6{width:32px;height:32px;background:linear-gradient(45deg,#fdcc2d,#f59e0b);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);top:80%;left:40%;animation-delay:-17s}.floating-shape-7{width:28px;height:28px;background:linear-gradient(45deg,#10b981,#16a085);border-radius:8px;top:15%;left:60%;animation-delay:-20s;transform:rotate(60deg)}.floating-shape-8{width:38px;height:38px;background:linear-gradient(45deg,#006644,#00827f);clip-path:polygon(50% 0,100% 38%,82% 100%,18% 100%,0 38%);bottom:60%;right:50%;animation-delay:-23s}@keyframes projectsMeshFloat{0%,to{transform:translateY(0) translateX(0) scale(1) rotate(0deg)}25%{transform:translateY(-20px) translateX(15px) scale(1.05) rotate(90deg)}50%{transform:translateY(-10px) translateX(-20px) scale(.95) rotate(180deg)}75%{transform:translateY(15px) translateX(10px) scale(1.02) rotate(270deg)}}@keyframes projectsParticleFloat{0%{transform:translateY(0) translateX(0) scale(0) rotate(0deg);opacity:0}10%{opacity:1;transform:scale(1) rotate(45deg)}90%{opacity:1;transform:rotate(315deg)}to{transform:translateY(-120px) translateX(30px) scale(0) rotate(1turn);opacity:0}}@keyframes floatingShapeMove{0%,to{transform:translateY(0) translateX(0) rotate(0deg)}25%{transform:translateY(-30px) translateX(20px) rotate(90deg)}50%{transform:translateY(-15px) translateX(-25px) rotate(180deg)}75%{transform:translateY(20px) translateX(15px) rotate(270deg)}}@keyframes gradientShift{0%,to{background:linear-gradient(135deg,rgba(248,255,254,.8),rgba(240,253,249,.9) 50%,rgba(255,255,255,1))}50%{background:linear-gradient(135deg,rgba(240,253,249,.9),rgba(248,255,254,.8) 50%,rgba(255,255,255,.95))}}.projects-container{background:white;position:relative;min-height:100vh}.controls-section{padding:80px 2rem 60px;background:transparent;position:relative;z-index:1}.controls-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.search-wrapper{display:flex;justify-content:center}.search-box{position:relative;max-width:600px;width:100%;animation:slideInFromTop .8s ease-out}.search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);width:24px;height:24px;color:#8a9a96;z-index:1}.search-input{width:100%;padding:1.5rem 4rem;border:2px solid rgba(0,68,49,.1);border-radius:50px;font-size:1.1rem;background:rgba(255,255,255,.95);backdrop-filter:blur(15px);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 30px rgba(0,68,49,.08);color:#004431;font-weight:500}.search-input:focus{outline:none;border-color:#fdcc2d;box-shadow:0 12px 40px rgba(253,204,45,.2);transform:translateY(-2px)}.search-input::placeholder{color:#8a9a96;font-weight:500}.search-clear{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);width:32px;height:32px;border:none;background:rgba(0,68,49,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#004431}.search-clear:hover{background:#fdcc2d;color:#004431;transform:translateY(-50%) scale(1.1)}.search-clear svg{width:16px;height:16px}.filters-container,.filters-wrapper{display:flex;justify-content:center}.filters-container{flex-wrap:wrap;gap:1rem;max-width:1000px}.filter-btn{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border:2px solid rgba(0,68,49,.1);padding:1rem 2rem;border-radius:50px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-weight:600;color:#004431;box-shadow:0 6px 20px rgba(0,68,49,.08);animation:slideInFromBottom .6s ease-out both;position:relative;overflow:hidden}.filter-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(253,204,45,.1),transparent);transition:left .5s}.filter-btn:hover:before{left:100%}.filter-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 35px rgba(0,68,49,.15);border-color:rgba(253,204,45,.4)}.filter-btn.active{background:linear-gradient(135deg,#004431,#006644);color:white;border-color:#004431;transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,68,49,.25)}.filter-btn.active:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 40px rgba(0,68,49,.3)}.filter-label{font-size:1rem}.filter-count{background:rgba(253,204,45,.2);color:#f59e0b;padding:.3rem .7rem;border-radius:15px;font-size:.85rem;font-weight:700;min-width:24px;text-align:center}.filter-btn.active .filter-count{background:rgba(255,255,255,.2);color:white}.results-section{padding:2rem;background:transparent;position:relative;z-index:1}.results-container{max-width:1400px;margin:0 auto;text-align:center}.results-info{animation:fadeInUp .6s ease-out}.results-title{font-size:2rem;font-weight:700;color:#004431;margin-bottom:.5rem;background:linear-gradient(135deg,#004431,#006644);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.results-subtitle{color:#6b7280;font-size:1.1rem;font-weight:500}.search-highlight{color:#fdcc2d;font-weight:700;background:rgba(253,204,45,.1);padding:.2rem .5rem;border-radius:8px}.projects-section{padding:4rem 2rem;background:transparent;position:relative;z-index:1}.section-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:5rem;animation:fadeInUp .8s ease-out}.section-title{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:transparent;letter-spacing:-.02em;animation:titleGlow 3s ease-in-out infinite}.projects-title-header-with-gradient,.section-title{background:linear-gradient(135deg,#004431,#006644,#00827f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:500}.section-line{width:100px;height:5px;margin:0 auto;position:relative;animation:linePulse 2s ease-in-out infinite}.section-line,.section-line:after{background:linear-gradient(135deg,#fdcc2d,#f59e0b);border-radius:3px}.section-line:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;animation:lineShimmer 2s ease-in-out infinite}@keyframes titleGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.1)}}@keyframes linePulse{0%,to{transform:scaleX(1)}50%{transform:scaleX(1.1)}}@keyframes lineShimmer{0%,to{opacity:1}50%{opacity:.7}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2.5rem;margin-bottom:4rem}.project-card{background:rgba(255,255,255,.95);backdrop-filter:blur(15px);border:1px solid rgba(0,68,49,.08);border-radius:28px;padding:2.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;animation:fadeInUp .6s ease-out both;box-shadow:0 8px 40px rgba(0,68,49,.06);display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#fdcc2d,#f59e0b);transform:scaleX(0);transition:transform .4s ease}.project-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(253,204,45,.03),transparent);transform:rotate(45deg) translate(-100%,-100%);transition:transform .6s ease}.project-card:hover:before{transform:scaleX(1)}.project-card:hover:after{transform:rotate(45deg) translate(0)}.project-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 25px 70px rgba(0,68,49,.15);border-color:rgba(253,204,45,.4)}.card-header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.75rem}.project-logo-container{position:relative;flex-shrink:0}.project-logo{border-radius:18px;box-shadow:0 6px 20px rgba(0,68,49,.12);transition:all .4s ease}.project-card:hover .project-logo{transform:scale(1.08) rotate(2deg);box-shadow:0 10px 30px rgba(0,68,49,.2)}.featured-badge{position:absolute;top:-10px;right:-10px;width:28px;height:28px;background:linear-gradient(135deg,#fdcc2d,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 3px 10px rgba(253,204,45,.4);z-index:2;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.featured-badge svg{width:14px;height:14px}.project-info{flex:1}.project-title{font-size:1.4rem;font-weight:700;color:#004431;margin-bottom:.5rem;line-height:1.3;background:linear-gradient(135deg,#004431,#006644);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.project-card:hover .project-title{transform:translateX(3px)}.project-type{font-size:.95rem;color:#8a9a96;font-weight:600;background:rgba(0,68,49,.05);padding:.3rem .8rem;border-radius:15px;display:inline-block;transition:all .3s ease}.project-card:hover .project-type{background:rgba(0,68,49,.1);transform:translateX(2px)}.project-description{color:#6b7280;line-height:1.7;margin-bottom:1.75rem;flex:1;font-size:1rem;font-weight:500}.project-tech{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.75rem}.tech-tag{background:linear-gradient(135deg,rgba(0,68,49,.1),rgba(0,102,68,.05));color:#004431;padding:.5rem .9rem;border-radius:20px;font-size:.8rem;font-weight:600;border:1px solid rgba(0,68,49,.1);transition:all .4s ease;position:relative;overflow:hidden}.tech-tag:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,68,49,.1),transparent);transition:left .5s}.tech-tag:hover:before{left:100%}.tech-tag:hover{transform:translateY(-2px) scale(1.05);background:rgba(0,68,49,.15);box-shadow:0 4px 12px rgba(0,68,49,.2)}.tech-more{background:linear-gradient(135deg,rgba(253,204,45,.2),rgba(245,158,11,.1));color:#f59e0b;padding:.5rem .9rem;border-radius:20px;font-size:.8rem;font-weight:700;border:1px solid rgba(253,204,45,.3);animation:techMorePulse 2s ease-in-out infinite}@keyframes techMorePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.project-features{margin-bottom:1.75rem}.feature-list{list-style:none;padding:0;margin:0}.feature-item{color:#6b7280;font-size:.9rem;margin-bottom:.6rem;position:relative;padding-left:1.2rem;line-height:1.5;transition:all .3s ease}.feature-item:before{content:"▸";color:#fdcc2d;position:absolute;left:0;font-weight:700;font-size:1.1rem;animation:featureArrowBounce 2s ease-in-out infinite}@keyframes featureArrowBounce{0%,to{transform:translateX(0)}50%{transform:translateX(2px)}}.project-card:hover .feature-item{transform:translateX(3px)}.card-footer{margin-top:auto;padding-top:1.75rem;border-top:1px solid rgba(0,68,49,.08)}.view-project-btn{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#004431,#006644);color:white;border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:.95rem;width:100%;justify-content:center;position:relative;overflow:hidden}.view-project-btn: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}.view-project-btn:hover:before{left:100%}.view-project-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 35px rgba(0,68,49,.3);gap:1rem}.btn-arrow{width:18px;height:18px;transition:transform .4s ease}.view-project-btn:hover .btn-arrow{transform:translate(4px,-4px) rotate(5deg)}.show-more-container{display:flex;justify-content:center;margin-top:4rem}.show-more-btn{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);color:#004431;border:2px solid rgba(0,68,49,.15);padding:1.25rem 2.5rem;border-radius:50px;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:1.1rem;box-shadow:0 6px 25px rgba(0,68,49,.1);position:relative;overflow:hidden}.show-more-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(253,204,45,.1),transparent);transition:left .5s}.show-more-btn:hover:before{left:100%}.show-more-btn:hover{background:white;border-color:#004431;transform:translateY(-4px) scale(1.02);box-shadow:0 15px 45px rgba(0,68,49,.2);gap:1.25rem}.remaining-count{background:linear-gradient(135deg,rgba(253,204,45,.25),rgba(245,158,11,.15));color:#f59e0b;padding:.4rem .9rem;border-radius:15px;font-size:.9rem;font-weight:700;animation:countPulse 2s ease-in-out infinite}@keyframes countPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.flagship-section{padding:5rem 2rem;background:transparent;position:relative;z-index:1}.flagship-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(520px,1fr));gap:3.5rem}.flagship-card{background:rgba(255,255,255,.98);backdrop-filter:blur(20px);border:1px solid rgba(0,68,49,.1);border-radius:35px;padding:3.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;animation:fadeInUp .6s ease-out both;box-shadow:0 15px 50px rgba(0,68,49,.08);display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden}.flagship-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#fdcc2d,#f59e0b,#fdcc2d);background-size:200% 100%;animation:flagshipGradientShift 3s ease infinite}.flagship-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(253,204,45,.05),transparent);transform:rotate(45deg) translate(-100%,-100%);transition:transform .8s ease}.flagship-card:hover:after{transform:rotate(45deg) translate(0)}.flagship-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 35px 90px rgba(0,68,49,.2);border-color:rgba(253,204,45,.5)}@keyframes flagshipGradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.flagship-header{display:flex;align-items:flex-start;gap:1.75rem;margin-bottom:2.5rem}.flagship-logo-container{position:relative;flex-shrink:0}.flagship-logo{border-radius:22px;box-shadow:0 8px 30px rgba(0,68,49,.18);transition:all .5s ease}.flagship-card:hover .flagship-logo{transform:scale(1.1) rotate(-2deg);box-shadow:0 15px 45px rgba(0,68,49,.25)}.flagship-badge{position:absolute;top:-12px;right:-12px;width:36px;height:36px;background:linear-gradient(135deg,#fdcc2d,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 4px 15px rgba(253,204,45,.5);z-index:2;animation:flagshipBadgePulse 2s ease-in-out infinite}@keyframes flagshipBadgePulse{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.15) rotate(5deg)}}.flagship-badge svg{width:18px;height:18px}.flagship-info{flex:1}.flagship-title{font-size:2rem;font-weight:800;color:#004431;margin-bottom:.75rem;line-height:1.2;background:linear-gradient(135deg,#004431,#006644,#00827f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.flagship-card:hover .flagship-title{transform:translateX(5px)}.flagship-type{font-size:1.1rem;color:#8a9a96;font-weight:600;background:rgba(0,68,49,.08);padding:.5rem 1rem;border-radius:18px;display:inline-block;transition:all .3s ease}.flagship-card:hover .flagship-type{background:rgba(0,68,49,.12);transform:translateX(3px)}.flagship-description{color:#6b7280;line-height:1.7;margin-bottom:2.5rem;font-size:1.15rem;font-weight:500}.flagship-features{margin-bottom:2.5rem}.flagship-features h5{font-size:1.2rem;font-weight:700;color:#004431;margin-bottom:1.5rem;background:linear-gradient(135deg,#004431,#006644);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.flagship-feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;list-style:none;padding:0;margin:0}.flagship-feature-item{color:#6b7280;font-size:.95rem;position:relative;padding-left:1.5rem;line-height:1.6;transition:all .3s ease}.flagship-feature-item:before{content:"★";color:#fdcc2d;position:absolute;left:0;font-weight:700;font-size:1.1rem;animation:starTwinkle 2s ease-in-out infinite}@keyframes starTwinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.flagship-card:hover .flagship-feature-item{transform:translateX(5px)}.flagship-tech{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2.5rem}.flagship-tech-tag{background:linear-gradient(135deg,rgba(0,68,49,.12),rgba(0,102,68,.08));color:#004431;padding:.6rem 1.1rem;border-radius:22px;font-size:.85rem;font-weight:600;border:1px solid rgba(0,68,49,.15);transition:all .4s ease;position:relative;overflow:hidden}.flagship-tech-tag:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,68,49,.1),transparent);transition:left .5s}.flagship-tech-tag:hover:before{left:100%}.flagship-tech-tag:hover{transform:translateY(-3px) scale(1.05);background:rgba(0,68,49,.18);box-shadow:0 6px 15px rgba(0,68,49,.2)}.flagship-tech-more{background:linear-gradient(135deg,rgba(253,204,45,.25),rgba(245,158,11,.15));color:#f59e0b;padding:.6rem 1.1rem;border-radius:22px;font-size:.85rem;font-weight:700;border:1px solid rgba(253,204,45,.4);animation:flagshipTechMorePulse 2s ease-in-out infinite}@keyframes flagshipTechMorePulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.flagship-footer{margin-top:auto;padding-top:2.5rem;border-top:1px solid rgba(0,68,49,.1)}.flagship-btn{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#004431,#006644);color:white;border:none;padding:1.25rem 2.5rem;border-radius:50px;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:1.1rem;width:100%;justify-content:center;position:relative;overflow:hidden}.flagship-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s}.flagship-btn:hover:before{left:100%}.flagship-btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 18px 45px rgba(0,68,49,.35);gap:1.25rem}.no-results-section{padding:6rem 2rem;background:transparent;position:relative;z-index:1}.no-results-container{max-width:600px;margin:0 auto;text-align:center;background:rgba(255,255,255,.95);backdrop-filter:blur(15px);padding:4rem 3rem;border-radius:30px;box-shadow:0 20px 60px rgba(0,68,49,.1);border:1px solid rgba(0,68,49,.08);animation:fadeInUp .8s ease-out}.no-results-icon{width:100px;height:100px;margin:0 auto 2.5rem;color:#d1d5db;opacity:.7;animation:iconFloat 3s ease-in-out infinite}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.no-results-title{font-size:2rem;font-weight:700;color:#004431;margin-bottom:1.5rem;background:linear-gradient(135deg,#004431,#006644);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.no-results-text{color:#6b7280;margin-bottom:3rem;line-height:1.6;font-size:1.1rem;font-weight:500}.reset-filters-btn{background:linear-gradient(135deg,#004431,#006644);color:white;border:none;padding:1.25rem 2.5rem;border-radius:50px;font-weight:700;cursor:pointer;transition:all .4s ease;font-size:1.1rem;box-shadow:0 8px 25px rgba(0,68,49,.2);position:relative;overflow:hidden}.reset-filters-btn: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 .5s}.reset-filters-btn:hover:before{left:100%}.reset-filters-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 35px rgba(0,68,49,.3)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.flagship-grid{grid-template-columns:1fr;gap:3rem}.flagship-card{padding:3rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width:1024px){.controls-section{padding:60px 1.5rem 40px}.section-title{font-size:2.5rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.flagship-grid{grid-template-columns:1fr;gap:2.5rem}.flagship-card{padding:2.5rem}.flagship-feature-list{grid-template-columns:1fr}}@media (max-width:768px){.section-title{font-size:2rem}.filters-container{gap:.75rem}.filter-btn{padding:.875rem 1.5rem;font-size:.9rem}.search-input{padding:1.25rem 3.5rem;font-size:1rem}.project-card{padding:2rem}.card-header{flex-direction:column;align-items:flex-start;gap:1rem}.flagship-card{padding:2rem}.flagship-header{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.flagship-title{font-size:1.75rem}.flagship-grid{grid-template-columns:1fr}}@media (max-width:480px){.controls-section{padding:50px 1rem 30px}.search-input{font-size:.9rem;padding:1rem 3rem}.section-title{font-size:1.75rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.flagship-card,.project-card{padding:1.5rem}.flagship-title{font-size:1.5rem}.flagship-grid{grid-template-columns:1fr}}@media (max-width:768px){.flagship-card,.project-card{cursor:pointer;-webkit-tap-highlight-color:rgba(0,68,49,.1)}.flagship-btn,.show-more-btn,.view-project-btn{min-height:44px;-webkit-tap-highlight-color:transparent}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.footer{background:linear-gradient(135deg,#004431,#002d22);color:white;padding:3rem 2rem 1.5rem;font-family:Inter,sans-serif}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem}.footer-brand .brand-name{font-size:1.8rem;font-weight:800;background:white;background-clip:text}.footer-brand .brand-tagline{font-size:.9rem;color:#ffffff;margin-top:.5rem;max-width:250px}.footer-socials{display:flex;flex-direction:column;gap:.75rem}.social-link{display:flex;align-items:center;gap:.5rem;color:white;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease}.social-link:hover{color:#fdcc2d}.social-icon{font-size:1.1rem}.footer-bottom{margin-top:2rem;border-top:1px solid rgba(255,255,255,.2);text-align:center;padding-top:1rem;font-size:.85rem;color:#ffffff}@media (max-width:768px){.footer-container{flex-direction:column;text-align:center;align-items:center}.footer-socials{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem 2rem}}