.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-projects-label{font-size:.75rem;color:green;font-weight:500;text-transform:uppercase;letter-spacing:.05em}@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-projects-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-projects-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:75vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:140px 2rem 100px;background:linear-gradient(135deg,#004431,#006644 50%,#00827f);color:white;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero-background{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-gradient-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 30%,rgba(253,204,45,.15) 0,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(0,130,127,.2) 0,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(0,102,68,.1) 0,transparent 60%);animation:gradientPulse 10s ease-in-out infinite}@keyframes gradientPulse{0%,to{opacity:1}50%{opacity:.8}}.hero-grid{position:absolute;inset:0;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(5,1fr);opacity:.15}.grid-cell{border:1px solid rgba(253,204,45,.2);animation:gridFade 4s ease-in-out infinite}@keyframes gridFade{0%,to{opacity:.3}50%{opacity:.7}}.hero-orbs{inset:0;pointer-events:none}.hero-orbs,.orb{position:absolute}.orb{border-radius:50%;filter:blur(100px);opacity:.3;animation:orbFloat 20s ease-in-out infinite}.hero-orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(253,204,45,.4),transparent 70%);top:-15%;left:-10%;animation-delay:0s}.hero-orb-2{width:350px;height:350px;background:radial-gradient(circle,rgba(0,130,127,.35),transparent 70%);top:20%;right:-8%;animation-delay:-7s}.hero-orb-3{width:320px;height:320px;background:radial-gradient(circle,rgba(245,158,11,.3),transparent 70%);bottom:10%;left:15%;animation-delay:-14s}.hero-orb-4{width:380px;height:380px;background:radial-gradient(circle,rgba(0,68,49,.35),transparent 70%);bottom:-10%;right:20%;animation-delay:-10s}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(40px,-50px) scale(1.15)}66%{transform:translate(-30px,40px) scale(.9)}}.hero-particles{position:absolute;inset:0;pointer-events:none}.hero-particle{position:absolute;width:4px;height:4px;background:linear-gradient(135deg,#fdcc2d,#f59e0b);border-radius:50%;opacity:0;animation:particleRise 15s linear infinite;box-shadow:0 0 10px rgba(253,204,45,.5)}@keyframes particleRise{0%{transform:translateY(100vh) translateX(0) scale(0);opacity:0}10%{opacity:1;transform:scale(1)}90%{opacity:1}to{transform:translateY(-100px) translateX(50px) scale(0);opacity:0}}.hero-spotlight{position:absolute;top:50%;left:50%;width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.08) 0,transparent 70%);transform:translate(-50%,-50%);animation:spotlightPulse 8s ease-in-out infinite;pointer-events:none}@keyframes spotlightPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.8}}.hero-content{position:relative;z-index:1;text-align:center;max-width:1100px;opacity:0;transform:translateY(30px);transition:all 1s cubic-bezier(.4,0,.2,1)}.hero-content.visible{opacity:1;transform:translateY(0)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:.65rem 1.5rem;border-radius:100px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#fdcc2d;margin-bottom:2rem;animation:badgeFadeIn 1s ease-out .3s both;box-shadow:0 8px 25px rgba(253,204,45,.15)}.badge-icon{width:16px;height:16px;color:#fdcc2d;animation:starRotate 3s ease-in-out infinite}@keyframes starRotate{0%,to{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.2)}}@keyframes badgeFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:4.5rem;font-weight:900;line-height:1.1;margin-bottom:2rem;letter-spacing:-.03em;color:white;font-family:Poppins,sans-serif}.hero-title-line{display:block;animation:titleSlideIn 1s ease-out both}.hero-title-line:first-child{animation-delay:.5s}.hero-title-line:last-child{animation-delay:.7s}.hero-title-gradient{background:linear-gradient(135deg,#fdcc2d,#f59e0b 50%,#fdcc2d);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:titleSlideIn 1s ease-out .7s both,gradientFlow 5s ease infinite}@keyframes titleSlideIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientFlow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-subtitle{font-size:1.2rem;color:rgba(255,255,255,.9);line-height:1.8;margin:0 auto 3rem;max-width:850px;font-weight:400;font-family:Poppins,sans-serif;animation:subtitleFadeIn 1s ease-out .9s both}@keyframes subtitleFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:3.5rem;animation:statsFadeIn 1s ease-out 1.1s both}@keyframes statsFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.stat-card{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.08);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.15);padding:1.5rem 2rem;border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(253,204,45,.1),rgba(245,158,11,.05));opacity:0;transition:opacity .4s}.stat-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.12);box-shadow:0 20px 50px rgba(0,0,0,.3);border-color:rgba(253,204,45,.3)}.stat-card:hover:before{opacity:1}.stat-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(253,204,45,.2),rgba(245,158,11,.15));border-radius:14px;color:#fdcc2d;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.stat-card:hover .stat-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,rgba(253,204,45,.3),rgba(245,158,11,.2))}.stat-icon svg{width:28px;height:28px}.stat-content{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;position:relative;z-index:1}.stat-value{font-size:2.5rem;font-weight:800;line-height:1;color:#ffffff;text-shadow:0 2px 10px rgba(253,204,45,.3)}.stat-label,.stat-value{font-family:Poppins,sans-serif}.stat-label{font-size:.85rem;color:rgba(255,255,255,.8);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-divider{width:2px;height:70px;background:linear-gradient(180deg,transparent,rgba(253,204,45,.5),rgba(245,158,11,.5),transparent);border-radius:2px;animation:dividerPulse 3s ease-in-out infinite}@keyframes dividerPulse{0%,to{opacity:.5}50%{opacity:1}}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:4rem;animation:scrollFadeIn 1s ease-out 1.3s both}@keyframes scrollFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-mouse{width:30px;height:50px;border:2px solid rgba(255,255,255,.5);border-radius:20px;position:relative;animation:scrollBounce 2s ease-in-out infinite}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.scroll-wheel{width:4px;height:10px;background:rgba(255,255,255,.7);border-radius:4px;position:absolute;top:8px;left:50%;transform:translateX(-50%);animation:scrollWheel 2s ease-in-out infinite}@keyframes scrollWheel{0%,to{opacity:1;transform:translateX(-50%) translateY(0)}50%{opacity:0;transform:translateX(-50%) translateY(15px)}}.scroll-text{font-size:.85rem;color:rgba(255,255,255,.7);font-weight:500;letter-spacing:.5px;font-family:Poppins,sans-serif}.hero-wave{position:absolute;bottom:0;left:0;right:0;z-index:1;line-height:0}.hero-wave svg{width:100%;height:auto;display:block;animation:waveMove 20s ease-in-out infinite}@keyframes waveMove{0%,to{transform:translateX(0)}50%{transform:translateX(-20px)}}@media (max-width:1200px){.hero-section{min-height:70vh;padding:120px 1.5rem 90px}.hero-title{font-size:3.8rem}.hero-subtitle{font-size:1.15rem}.stat-card{padding:1.25rem 1.75rem}.stat-value{font-size:2.2rem}}@media (max-width:1024px){.hero-section{min-height:65vh;padding:110px 1.5rem 80px}.hero-title{font-size:3.5rem}.hero-stats{flex-wrap:wrap;gap:1.5rem}.stat-divider{display:none}.hero-orb-1,.hero-orb-2,.hero-orb-3,.hero-orb-4{width:280px;height:280px}}@media (max-width:768px){.hero-section{min-height:60vh;padding:100px 1.25rem 70px}.hero-badge{font-size:.75rem;padding:.5rem 1.25rem}.hero-title{font-size:2.75rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.05rem;margin-bottom:2.5rem}.hero-stats{flex-direction:column;gap:1.25rem}.stat-card{width:100%;max-width:400px;padding:1.25rem 1.5rem}.stat-value{font-size:2rem}.stat-label{font-size:.8rem}.scroll-indicator{margin-top:3rem}}@media (max-width:640px){.hero-section{padding:90px 1rem 60px}.hero-badge{font-size:.7rem;padding:.45rem 1rem;margin-bottom:1.5rem}.badge-icon{width:14px;height:14px}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem}.stat-icon{width:40px;height:40px}.stat-icon svg{width:24px;height:24px}.stat-value{font-size:1.85rem}.stat-label{font-size:.75rem}}@media (max-width:480px){.hero-section{min-height:55vh;padding:80px 1rem 50px}.hero-badge{font-size:.65rem;padding:.4rem .85rem}.hero-title{font-size:1.95rem;margin-bottom:1.25rem}.hero-subtitle{font-size:.95rem;margin:0 auto 2rem}.stat-card{padding:1rem 1.25rem}.stat-icon{width:36px;height:36px}.stat-value{font-size:1.65rem}.scroll-indicator{margin-top:2.5rem}.scroll-mouse{width:26px;height:44px}.scroll-text{font-size:.75rem}.hero-orb-1,.hero-orb-2,.hero-orb-3,.hero-orb-4{width:200px;height:200px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.grid-cell,.hero-particle,.hero-spotlight,.orb{animation:none!important}}@media (prefers-contrast:high){.stat-card{border:2px solid rgba(255,255,255,.5)}.hero-badge{border:2px solid #fdcc2d}}.projects-container{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#ffffff;position:relative;min-height:100vh;overflow:hidden}.projects-background{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.gradient-mesh{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 20%,rgba(0,68,49,.05) 0,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(253,204,45,.04) 0,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(0,102,68,.03) 0,transparent 50%);animation:meshMove 20s ease-in-out infinite alternate}@keyframes meshMove{0%{transform:scale(1) rotate(0deg)}to{transform:scale(1.1) rotate(5deg)}}.floating-shapes{position:absolute;inset:0}.shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.15;animation:shapeFloat 25s ease-in-out infinite}.shape-1{width:300px;height:300px;background:linear-gradient(135deg,rgba(0,68,49,.3),rgba(0,102,68,.2));top:-10%;left:-5%;animation-delay:0s}.shape-2{width:250px;height:250px;background:linear-gradient(135deg,rgba(253,204,45,.25),rgba(245,158,11,.15));top:30%;right:-8%;animation-delay:-8s}.shape-3{width:350px;height:350px;background:linear-gradient(135deg,rgba(0,130,127,.2),transparent);bottom:15%;left:15%;animation-delay:-15s}.shape-4{width:280px;height:280px;background:linear-gradient(135deg,rgba(0,68,49,.25),transparent);bottom:-10%;right:20%;animation-delay:-5s}@keyframes shapeFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-40px) scale(1.1)}66%{transform:translate(-40px,30px) scale(.9)}}.controls-section{padding:120px 2rem 80px;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:700px;width:100%;animation:slideDown .8s cubic-bezier(.4,0,.2,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.search-icon{position:absolute;left:2rem;top:50%;transform:translateY(-50%);width:24px;height:24px;color:#8a9a96;z-index:1;transition:color .3s ease}.search-box:focus-within .search-icon{color:#fdcc2d}.search-input{width:100%;padding:1.75rem 5rem 1.75rem 4.5rem;border:2px solid rgba(0,68,49,.12);border-radius:100px;font-size:1.05rem;font-weight:500;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px rgba(0,68,49,.08),0 0 0 0 rgba(253,204,45,0);color:#004431;font-family:Poppins,sans-serif}.search-input:focus{outline:none;border-color:#fdcc2d;box-shadow:0 15px 50px rgba(253,204,45,.2),0 0 0 4px rgba(253,204,45,.1);transform:translateY(-2px);background:#ffffff}.search-input::placeholder{color:#8a9a96;font-weight:500}.search-clear{position:absolute;right:1.75rem;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;background:rgba(0,68,49,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#004431}.search-clear:hover{background:#fdcc2d;transform:translateY(-50%) scale(1.1) rotate(90deg);box-shadow:0 4px 15px rgba(253,204,45,.3)}.search-clear svg{width:18px;height:18px}.filters-container,.filters-wrapper{display:flex;justify-content:center}.filters-container{flex-wrap:wrap;gap:1rem;max-width:1100px}.filter-btn{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.95);backdrop-filter:blur(15px);border:2px solid rgba(0,68,49,.12);padding:1rem 1.75rem;border-radius:100px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);font-weight:600;font-size:.95rem;color:#004431;box-shadow:0 8px 25px rgba(0,68,49,.06);animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) both;position:relative;overflow:hidden;font-family:Poppins,sans-serif}.filter-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#004431,#006644);opacity:0;transition:opacity .4s}.filter-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(0,68,49,.15);border-color:rgba(253,204,45,.3)}.filter-btn.active:before{opacity:1}.filter-btn.active{color:#ffffff;border-color:#004431;box-shadow:0 12px 35px rgba(0,68,49,.25);transform:translateY(-2px)}.filter-count,.filter-label{position:relative;z-index:1}.filter-count{background:rgba(253,204,45,.2);color:#f59e0b;padding:.35rem .75rem;border-radius:100px;font-size:.85rem;font-weight:700;min-width:28px;text-align:center}.filter-btn.active .filter-count{background:rgba(255,255,255,.25);color:#ffffff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1)}.section-badge{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,rgba(0,68,49,.1),rgba(0,102,68,.05));border:1px solid rgba(0,68,49,.2);border-radius:100px;color:#004431;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.5rem;font-family:Poppins,sans-serif}.section-badge.featured{background:linear-gradient(135deg,rgba(253,204,45,.15),rgba(245,158,11,.1));border-color:rgba(253,204,45,.3);color:#f59e0b}.section-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;color:#000000;font-family:Poppins,sans-serif}.gradient-text{background:linear-gradient(135deg,#004431,#006644 50%,#fdcc2d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%;animation:gradientShift 8s ease infinite}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.section-subtitle{font-size:1.15rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.8;font-weight:500;font-family:Poppins,sans-serif}.projects-section{padding:5rem 0;position:relative;z-index:1}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;align-items:stretch}.project-card{background:rgba(255,255,255,.98);backdrop-filter:blur(20px);border:1.5px solid rgba(0,68,49,.1);border-radius:24px;padding:2rem;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) both;box-shadow:0 10px 40px rgba(0,68,49,.06);position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:320px;width:100%;height:auto}.card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(253,204,45,.15) 0,transparent 70%);opacity:0;transition:opacity .5s;pointer-events:none}.project-card:hover .card-glow{opacity:1}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#fdcc2d,#f59e0b,#fdcc2d);background-size:200% 100%;transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.4,0,.2,1)}.project-card:hover:before{transform:scaleX(1);animation:shimmer 2s linear infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.project-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(0,68,49,.15);border-color:rgba(253,204,45,.3)}.card-header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.25rem;flex-shrink:0}.project-logo-wrapper{position:relative;flex-shrink:0}.project-logo{width:56px;height:56px;border-radius:16px;box-shadow:0 8px 25px rgba(0,68,49,.15);transition:transform .5s cubic-bezier(.4,0,.2,1);border:2px solid rgba(0,68,49,.1)}.project-card:hover .project-logo{transform:scale(1.05) rotate(-3deg)}.featured-badge{position:absolute;top:-8px;right:-8px;width:28px;height:28px;background:linear-gradient(135deg,#fdcc2d,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;box-shadow:0 4px 15px rgba(253,204,45,.4);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.featured-badge svg{width:14px;height:14px}.project-meta{flex:1;min-width:0}.project-title{font-size:1.35rem;font-weight:700;color:#000000;margin-bottom:.5rem;line-height:1.3;font-family:Poppins,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-type{display:inline-block;font-size:.8rem;font-weight:600;background:rgba(0,68,49,.08);padding:.35rem .85rem;border-radius:100px}.project-description,.project-type{color:#6b7280;font-family:Poppins,sans-serif}.project-description{line-height:1.6;font-size:.95rem;font-weight:400;margin-bottom:1.25rem;flex:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;min-height:4.8em}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;align-items:center;flex-shrink:0;min-height:32px}.tech-tag{background:linear-gradient(135deg,rgba(0,68,49,.1),rgba(0,102,68,.05));color:#004431;padding:.4rem .85rem;border-radius:100px;font-size:.75rem;font-weight:600;border:1px solid rgba(0,68,49,.15);transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Poppins,sans-serif}.tech-tag:hover{transform:translateY(-2px);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:.4rem .85rem;border-radius:100px;font-size:.75rem;font-weight:700;border:1px solid rgba(253,204,45,.3);font-family:Poppins,sans-serif}.card-footer{margin-top:auto;padding-top:1.25rem;border-top:1px solid rgba(0,68,49,.1);flex-shrink:0}.view-details-btn{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#004431;border:2px solid rgba(0,68,49,.2);padding:.75rem 1.5rem;border-radius:100px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Poppins,sans-serif;width:100%;justify-content:center}.view-details-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,68,49,.3);gap:.75rem}.arrow-icon{width:18px;height:18px;transition:transform .3s ease}.view-details-btn:hover .arrow-icon{transform:translateX(3px)}.show-more-container{display:flex;justify-content:center;margin-top:3rem}.show-more-btn{display:inline-flex;align-items:center;gap:1rem;background:rgba(255,255,255,.98);backdrop-filter:blur(15px);color:#004431;border:2px solid rgba(0,68,49,.15);padding:1.25rem 2.5rem;border-radius:100px;font-weight:700;font-size:1.05rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 30px rgba(0,68,49,.1);font-family:Poppins,sans-serif}.show-more-btn:hover{background:#ffffff;border-color:#004431;transform:translateY(-4px);box-shadow:0 15px 45px rgba(0,68,49,.2)}.count-badge{background:linear-gradient(135deg,rgba(253,204,45,.25),rgba(245,158,11,.15));color:#f59e0b;padding:.4rem .9rem;border-radius:100px;font-size:.9rem;font-weight:700}.flagship-section{padding:5rem 0;position:relative;z-index:1}.flagship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.flagship-card{background:rgba(255,255,255,.99);backdrop-filter:blur(25px);border:2px solid rgba(0,68,49,.12);border-radius:28px;padding:2.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) both;box-shadow:0 20px 60px rgba(0,68,49,.1);position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:420px;width:100%;height:auto}.featured-glow{background:radial-gradient(circle,rgba(253,204,45,.2) 0,transparent 70%)}.flagship-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#fdcc2d,#f59e0b 50%,#fdcc2d);background-size:200% 100%;animation:shimmer 3s linear infinite}.flagship-card:hover{transform:translateY(-12px);box-shadow:0 35px 80px rgba(0,68,49,.2);border-color:rgba(253,204,45,.4)}.flagship-card:hover .card-glow{opacity:1}.flagship-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;flex-shrink:0}.flagship-logo-wrapper{position:relative;flex-shrink:0}.flagship-logo{width:72px;height:72px;border-radius:20px;box-shadow:0 10px 35px rgba(0,68,49,.2);transition:transform .5s cubic-bezier(.4,0,.2,1);border:2px solid rgba(0,68,49,.1)}.flagship-card:hover .flagship-logo{transform:scale(1.08) rotate(-4deg)}.flagship-badge-large{position:absolute;top:-10px;right:-10px;width:32px;height:32px;background:linear-gradient(135deg,#fdcc2d,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;box-shadow:0 5px 20px rgba(253,204,45,.5);animation:pulse 2s ease-in-out infinite}.flagship-badge-large svg{width:16px;height:16px}.flagship-meta{flex:1;min-width:0}.flagship-title{font-size:1.65rem;font-weight:800;color:#000000;margin-bottom:.6rem;line-height:1.2;font-family:Poppins,sans-serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.flagship-type{display:inline-block;font-size:.85rem;font-weight:600;background:rgba(0,68,49,.1);padding:.4rem 1rem;border-radius:100px}.flagship-description,.flagship-type{color:#6b7280;font-family:Poppins,sans-serif}.flagship-description{line-height:1.7;font-size:1rem;font-weight:400;margin-bottom:1.5rem;flex:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;min-height:5.1em}.flagship-features{margin-bottom:1.5rem;flex-shrink:0}.features-title{font-size:.95rem;font-weight:700;color:#000000;margin-bottom:.75rem;font-family:Poppins,sans-serif}.features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.feature-item{display:flex;align-items:center;gap:.75rem;color:#6b7280;font-size:.9rem;line-height:1.5;font-family:Poppins,sans-serif}.check-icon{width:18px;height:18px;flex-shrink:0;color:#fdcc2d;stroke-width:2.5}.flagship-tech{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem;flex-shrink:0}.tech-tag-large{background:linear-gradient(135deg,rgba(0,68,49,.12),rgba(0,102,68,.08));color:#004431;padding:.5rem 1rem;border-radius:100px;font-size:.8rem;font-weight:600;border:1px solid rgba(0,68,49,.18);transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Poppins,sans-serif}.tech-tag-large:hover{transform:translateY(-2px);background:rgba(0,68,49,.18);box-shadow:0 5px 15px rgba(0,68,49,.2)}.tech-more-large{background:linear-gradient(135deg,rgba(253,204,45,.25),rgba(245,158,11,.15));color:#f59e0b;padding:.5rem 1rem;border-radius:100px;font-size:.8rem;font-weight:700;border:1px solid rgba(253,204,45,.4);font-family:Poppins,sans-serif}.flagship-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(0,68,49,.1);flex-shrink:0}.flagship-btn{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#004431;border:2px solid rgba(0,68,49,.2);padding:.75rem 1.5rem;border-radius:100px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Poppins,sans-serif;width:100%;justify-content:center}.flagship-btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(0,68,49,.35);gap:.85rem}.no-results-section{padding:6rem 2rem;position:relative;z-index:1}.no-results-container{max-width:600px;margin:0 auto;text-align:center;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);padding:4rem 3rem;border-radius:28px;box-shadow:0 20px 60px rgba(0,68,49,.1);border:1.5px solid rgba(0,68,49,.1)}.no-results-icon{width:100px;height:100px;margin:0 auto 2rem;color:#d1d5db;opacity:.6}.no-results-title{font-size:2rem;font-weight:700;color:#000000;margin-bottom:1rem;font-family:Poppins,sans-serif}.no-results-text{color:#6b7280;margin-bottom:2.5rem;line-height:1.7}.no-results-text,.reset-btn{font-size:1.05rem;font-family:Poppins,sans-serif}.reset-btn{background:linear-gradient(135deg,#004431,#006644);color:#ffffff;border:none;padding:1.25rem 2.5rem;border-radius:100px;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px rgba(0,68,49,.2)}.reset-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,68,49,.3)}.project-modal{position:fixed;inset:0;pointer-events:none;opacity:0;transition:opacity .25s ease;z-index:1000}.project-modal.open{opacity:1;pointer-events:auto}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:0;padding:0;cursor:pointer}.modal-dialog{position:relative;max-width:min(850px,90vw);max-height:85vh;margin:7.5vh auto;border-radius:28px;outline:none;background:rgba(255,255,255,.98);color:#004431;border:2px solid rgba(0,68,49,.15);backdrop-filter:blur(20px);box-shadow:0 30px 80px rgba(0,0,0,.3);overflow:hidden;display:flex;flex-direction:column;transform:translateY(30px) scale(.95);opacity:0;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s ease}.project-modal.open .modal-dialog{transform:translateY(0) scale(1);opacity:1}.modal-header{justify-content:space-between;gap:1.5rem;padding:2rem 2.5rem 1.5rem;border-bottom:1px solid rgba(0,68,49,.1);background:rgba(255,255,255,.95);flex-shrink:0;position:sticky;top:0;z-index:10}.modal-header,.modal-title-group{display:flex;align-items:flex-start}.modal-title-group{gap:1.25rem;min-width:0;flex:1}.modal-logo{border-radius:16px;flex-shrink:0;box-shadow:0 4px 20px rgba(0,68,49,.15);border:1px solid rgba(0,68,49,.1)}.modal-title-group>div{flex:1;min-width:0}.modal-title{font-size:1.75rem;font-weight:700;color:#000000;margin-bottom:.5rem;line-height:1.3}.modal-title,.modal-type{font-family:Poppins,sans-serif}.modal-type{display:inline-block;font-size:.9rem;color:#6b7280;font-weight:600;background:rgba(0,68,49,.08);padding:.4rem 1rem;border-radius:100px}.modal-close{appearance:none;background:rgba(255,255,255,.9);color:#004431;border:2px solid rgba(0,68,49,.15);width:44px;height:44px;border-radius:12px;display:grid;place-items:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;box-shadow:0 4px 15px rgba(0,68,49,.1)}.modal-close:hover{transform:translateY(-2px) scale(1.05);background:rgba(253,204,45,.15);border-color:rgba(253,204,45,.5);box-shadow:0 8px 25px rgba(0,68,49,.2)}.modal-close:focus-visible{outline:2px solid #fdcc2d;outline-offset:2px}.modal-close svg{width:20px;height:20px}.modal-body{padding:2rem 2.5rem;display:flex;flex-direction:column;gap:2rem;background:rgba(255,255,255,.95);overflow-y:auto;flex:1;scrollbar-width:none;-ms-overflow-style:none}.modal-body::-webkit-scrollbar{display:none}.modal-description{color:#6b7280;line-height:1.8;font-size:1.05rem;font-weight:400;font-family:Poppins,sans-serif}.modal-features,.modal-tech{display:flex;flex-direction:column;gap:1rem}.modal-section-title{font-size:1.15rem;font-weight:700;color:#000000;margin:0;font-family:Poppins,sans-serif}.modal-tech-list{display:flex;flex-wrap:wrap;gap:.75rem}.modal-tech-tag{background:linear-gradient(135deg,rgba(0,68,49,.1),rgba(0,102,68,.05));color:#004431;padding:.5rem 1rem;border-radius:100px;font-size:.85rem;font-weight:600;border:1px solid rgba(0,68,49,.15);font-family:Poppins,sans-serif;transition:all .3s ease}.modal-tech-tag:hover{transform:translateY(-2px);background:rgba(0,68,49,.15)}.modal-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.modal-feature-item{display:flex;align-items:center;gap:.85rem;color:#6b7280;font-size:.95rem;line-height:1.6;font-family:Poppins,sans-serif}.modal-feature-item .check-icon{width:20px;height:20px;flex-shrink:0;color:#fdcc2d;stroke-width:2.5}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:1.5rem 2.5rem 2rem;border-top:1px solid rgba(0,68,49,.1);background:rgba(255,255,255,.95);flex-shrink:0;position:sticky;bottom:0;z-index:10}.modal-visit-btn{appearance:none;background:linear-gradient(135deg,#004431,#006644);color:#ffffff;border:none;padding:1rem 2rem;border-radius:100px;display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;font-size:.95rem;box-shadow:0 8px 25px rgba(0,68,49,.25);font-family:Poppins,sans-serif}.modal-visit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 35px rgba(0,68,49,.35);gap:.85rem}.modal-visit-btn:disabled{opacity:.5;cursor:not-allowed}.modal-close-btn{appearance:none;background:rgba(255,255,255,.9);color:#004431;border:2px solid rgba(0,68,49,.2);padding:.9rem 1.75rem;border-radius:100px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;font-size:.95rem;font-family:Poppins,sans-serif}.modal-close-btn:hover{transform:translateY(-2px);background:rgba(253,204,45,.1);border-color:rgba(253,204,45,.4);box-shadow:0 8px 25px rgba(0,68,49,.15)}.project-modal>span[tabindex="0"]{outline:none}@media (max-width:1200px){.flagship-grid,.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}.section-title{font-size:3rem}}@media (max-width:1024px){.controls-section{padding:100px 1.5rem 70px}.section-title{font-size:2.75rem}.section-subtitle{font-size:1.05rem}.project-card{min-height:340px}.flagship-card{min-height:460px}}@media (max-width:768px){.controls-section{padding:80px 1.25rem 60px}.section-title{font-size:2.25rem}.section-subtitle{font-size:1rem}.filters-container{gap:.75rem}.filter-btn{padding:.85rem 1.5rem;font-size:.9rem}.search-input{padding:1.5rem 4.5rem 1.5rem 4rem;font-size:1rem}.flagship-grid,.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{min-height:320px;padding:1.75rem}.flagship-card{min-height:420px;padding:2rem}.modal-dialog{margin:5vh auto;max-width:95vw;max-height:90vh;border-radius:24px}.modal-header{padding:1.5rem 1.75rem 1.25rem}.modal-body{padding:1.75rem;gap:1.75rem}.modal-footer{padding:1.25rem 1.75rem 1.5rem;flex-direction:column;gap:.75rem}.modal-close-btn,.modal-visit-btn{width:100%;justify-content:center}}@media (max-width:640px){.controls-section{padding:70px 1rem 50px}.search-box{max-width:100%}.search-input{padding:1.35rem 4rem 1.35rem 3.75rem;font-size:.95rem}.search-icon{left:1.5rem;width:22px;height:22px}.search-clear{right:1.5rem;width:36px;height:36px}.filters-container{gap:.65rem}.filter-btn{padding:.75rem 1.25rem}.filter-btn,.filter-label{font-size:.85rem}.filter-count{padding:.3rem .65rem;font-size:.8rem}.section-title{font-size:1.85rem}.section-subtitle{font-size:.95rem}.flagship-card,.project-card{padding:1.5rem}.project-title{font-size:1.25rem}.flagship-title{font-size:1.45rem}.flagship-description,.project-description{font-size:.9rem}.flagship-btn,.view-details-btn{padding:.65rem 1.35rem;font-size:.85rem}.show-more-btn{padding:1.1rem 2rem;font-size:.95rem}.modal-title{font-size:1.5rem}.modal-description{font-size:.95rem}}@media (max-width:480px){.controls-section{padding:60px 1rem 40px}.search-input{padding:1.2rem 3.75rem 1.2rem 3.5rem;font-size:.9rem}.section-title{font-size:1.65rem}.section-subtitle{font-size:.9rem}.flagship-card,.project-card{padding:1.25rem}.project-title{font-size:1.15rem}.flagship-title{font-size:1.35rem}.project-logo{width:48px;height:48px}.flagship-logo{width:64px;height:64px}.tech-tag,.tech-tag-large{padding:.35rem .75rem;font-size:.7rem}.no-results-container{padding:3rem 2rem}.no-results-icon{width:80px;height:80px}.no-results-title{font-size:1.65rem}.no-results-text{font-size:.95rem}.modal-body,.modal-footer,.modal-header{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width:768px){.flagship-card,.project-card{cursor:pointer;-webkit-tap-highlight-color:rgba(0,68,49,.1)}.flagship-btn,.reset-btn,.show-more-btn,.view-details-btn{min-height:44px;-webkit-tap-highlight-color:transparent}.filter-btn{min-height:44px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.card-glow,.gradient-mesh,.shape{animation:none!important}}@media print{.controls-section,.modal-backdrop,.projects-background,.show-more-btn{display:none}.flagship-card,.project-card{break-inside:avoid;box-shadow:none;border:1px solid #e5e7eb;height:auto}}@media (prefers-contrast:high){.filter-btn,.flagship-card,.project-card,.search-input{border:2px solid #004431}}.footer{background-color:#024430;color:#ffffff;padding:70px 20px 40px;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.footer-shape{position:absolute;top:0;left:0;width:100%;height:45px;background-color:#ffffff;clip-path:polygon(0 0,100% 0,100% 50%,50% 100%,0 50%);z-index:1}.footer-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.footer-top{display:flex;flex-direction:column;gap:40px;margin-bottom:40px}.footer-brand{text-align:center}.footer-logo{height:100px;width:auto;margin-bottom:15px}.footer-onepercentbetter{display:flex;justify-content:center;margin-bottom:18px}.onepercentbetter-img{height:195px;width:auto;object-fit:contain;opacity:.9;transition:opacity .3s ease}.onepercentbetter-img:hover{opacity:1}.footer-social-icons{display:flex;justify-content:center;gap:18px}.social-icon{font-size:22px;opacity:.75;transition:opacity .3s ease,transform .3s ease;color:#ffffff}.social-icon:hover{opacity:1;transform:scale(1.1)}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:40px}.footer-links-column{min-width:160px;text-align:center}.footer-links-title{font-size:14px;text-transform:uppercase;opacity:.8;margin-bottom:15px;font-weight:600}.footer-links-list{list-style:none;padding:0;margin:0}.footer-links-list li{margin-bottom:10px}.footer-links-list a{color:#ffffff;text-decoration:none;font-size:14px;opacity:.75;transition:opacity .3s ease}.footer-links-list a:hover{opacity:1}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:12px;padding-top:25px;border-top:1px solid rgba(255,255,255,.15);font-size:14px;opacity:.85;text-align:center}@media (min-width:768px){.footer-top{flex-direction:row;justify-content:space-between;align-items:flex-start}.footer-brand{text-align:left;flex:1}.footer-onepercentbetter,.footer-social-icons{justify-content:flex-start}.footer-links{justify-content:flex-end;flex:1}.footer-bottom,.footer-links-column{text-align:left}.footer-bottom{flex-direction:row;justify-content:space-between}}@media (max-width:1024px){.footer-links,.footer-top{gap:30px}}@media (max-width:768px){.footer-top{flex-direction:column;gap:25px}.footer-links{flex-direction:column;gap:20px;align-items:center}.footer-links-column{min-width:unset}.footer-bottom{text-align:center;gap:8px;padding-top:20px}.onepercentbetter-img{height:35px}}@media (max-width:480px){.footer{padding:50px 15px 30px}.footer-logo{height:70px}.onepercentbetter-img{height:30px}.footer-bottom,.footer-links-list a,.footer-links-title{font-size:13px}.social-icon{font-size:20px}}.contact-widget{position:fixed;right:2rem;bottom:2rem;z-index:1000}.contact-widget__button{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#004431,#006644);color:#fff;border:none;padding:1rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 30px rgba(0,68,49,.3);font-size:.95rem;position:relative;overflow:hidden}.contact-widget__button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,.2);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s}.contact-widget__button:hover:before{width:300px;height:300px}.contact-widget__button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 40px rgba(0,68,49,.4);gap:.9rem}.contact-widget__button svg{width:20px;height:20px;flex-shrink:0}.contact-modal{position:fixed;inset:0;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:1001}.contact-modal.open{opacity:1;pointer-events:auto}.contact-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:0;padding:0;margin:0;cursor:pointer}.contact-modal__dialog{position:relative;max-width:480px;width:90vw;margin:10vh auto;border-radius:24px;outline:none;background:rgba(255,255,255,.98);color:#004431;border:1.5px solid rgba(0,68,49,.15);backdrop-filter:blur(20px);box-shadow:0 25px 60px rgba(0,0,0,.25),inset 0 0 0 1px rgba(255,255,255,.1);overflow:hidden;transform:translateY(20px) scale(.95);opacity:0;transition:transform .3s cubic-bezier(.2,.8,.2,1),opacity .3s ease}.contact-modal.open .contact-modal__dialog{transform:translateY(0) scale(1);opacity:1}.contact-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 28px 20px;border-bottom:1.5px solid rgba(0,68,49,.1);background:rgba(255,255,255,.95)}.contact-modal__title{font-size:1.5rem;font-weight:700;color:#000;margin:0;line-height:1.3}.contact-modal__close{appearance:none;background:rgba(255,255,255,.9);color:#004431;border:2px solid rgba(0,68,49,.15);width:40px;height:40px;border-radius:12px;display:grid;place-items:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;box-shadow:0 4px 15px rgba(0,68,49,.1)}.contact-modal__close:hover{transform:translateY(-2px) scale(1.05);background:rgba(253,204,45,.15);border-color:rgba(253,204,45,.5);box-shadow:0 8px 25px rgba(0,68,49,.2)}.contact-modal__close svg{width:18px;height:18px}.contact-form{display:flex;flex-direction:column;height:100%}.contact-form__body{padding:24px 28px;flex:1;display:flex;flex-direction:column;gap:20px}.contact-form__success{text-align:center;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.contact-form__success svg{width:60px;height:60px;color:#10b981;background:rgba(16,185,129,.1);border-radius:50%;padding:12px}.contact-form__success h4{font-size:1.5rem;font-weight:700;color:#000;margin:0}.contact-form__success p{color:#6b7280;line-height:1.6;margin:0;font-size:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.95rem;font-weight:600;color:#000;display:flex;align-items:center;gap:.25rem}.form-label:after{content:"*";color:#ef4444}.form-label:has(~.form-input:not([required])):after{content:none}.form-input{width:100%;padding:1rem 1.25rem;border:2px solid rgba(0,68,49,.15);border-radius:14px;font-size:1rem;background:rgba(255,255,255,.9);transition:all .3s cubic-bezier(.4,0,.2,1);color:#004431;font-weight:500}.form-input:focus{outline:none;border-color:#fdcc2d;box-shadow:0 0 0 3px rgba(253,204,45,.2);background:#ffffff;transform:translateY(-1px)}.form-input::placeholder{color:#9ca3af;font-weight:500}.form-hint{font-size:.85rem;color:#6b7280;font-style:italic;margin-top:.25rem}.contact-form__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:20px 28px 24px;border-top:1.5px solid rgba(0,68,49,.1);background:rgba(255,255,255,.95)}.contact-form__cancel{appearance:none;background:rgba(255,255,255,.9);color:#004431;border:2px solid rgba(0,68,49,.2);padding:.9rem 1.6rem;border-radius:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;font-size:.95rem}.contact-form__cancel:hover{transform:translateY(-2px);background:rgba(253,204,45,.1);border-color:rgba(253,204,45,.4);box-shadow:0 8px 25px rgba(0,68,49,.15)}.contact-form__submit{appearance:none;background:linear-gradient(135deg,#004431,#006644);color:#ffffff;border:none;padding:1rem 1.8rem;border-radius:14px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;font-size:.95rem;box-shadow:0 8px 25px rgba(0,68,49,.2)}.contact-form__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 35px rgba(0,68,49,.3);gap:10px}.contact-form__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinner{width:18px;height:18px;animation:spin 1s linear infinite}.spinner circle{animation:dash 1.5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dashoffset:32}50%{stroke-dashoffset:8}to{stroke-dashoffset:32}}@media (max-width:768px){.contact-widget{right:1rem;bottom:1rem}.contact-widget__button{padding:.9rem 1.25rem;font-size:.9rem}.contact-widget__button span{display:none}.contact-widget__button:hover span{display:inline}.contact-modal__dialog{margin:5vh auto;width:95vw}.contact-modal__header{padding:20px 20px 16px}.contact-form__body{padding:20px;gap:16px}.contact-form__footer{padding:16px 20px 20px;flex-direction:column;gap:12px}.contact-form__cancel,.contact-form__submit{width:100%;justify-content:center}}@media (max-width:480px){.contact-modal__header{padding:16px 16px 12px}.contact-form__body{padding:16px;gap:14px}.contact-form__footer{padding:12px 16px 16px}.contact-modal__title{font-size:1.3rem}.form-input{padding:.9rem 1.1rem;font-size:.95rem}}@media (prefers-reduced-motion:reduce){.contact-form__cancel,.contact-form__submit,.contact-modal,.contact-modal__close,.contact-modal__dialog,.contact-widget__button{transition:none!important}.spinner{animation:none!important}}