:root{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light}body{margin:0;min-width:320px;min-height:100vh;box-sizing:border-box}:root{--viridian: #40826D;--viridian-dark: #2e5d4c;--viridian-light: #5cb89a;--text-dark: #00332a}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--text-dark)}.navbar{background:linear-gradient(90deg,#40826df2 60%,#40826dd9);box-shadow:0 2px 8px #0000000a;padding:2px;display:flex;justify-content:space-between;align-items:center;top:0;z-index:100;position:sticky}.navbar-left{display:flex;align-items:center}.navbar-center{flex:1;display:flex;justify-content:center;align-items:center}.navbar-right{display:flex;align-items:center;gap:1.5rem;margin-right:5px}.navbar ul{list-style:none;display:flex;gap:2rem;margin:0;padding:0;flex-direction:row;position:static;background:none;box-shadow:none;width:auto;transition:none;align-items:center}.navbar li{display:inline}.navbar a{text-decoration:none;color:#fff;font-weight:400;font-size:1.08rem;letter-spacing:.02em;position:relative;padding:.2rem 0;transition:color .2s}.navbar a:hover,.navbar a.active{color:#fff}.navbar a:after{content:"";display:block;width:0;height:2px;background:var(--viridian-light);transition:width .2s;position:absolute;left:0;bottom:-2px}.navbar a:hover:after,.navbar a.active:after{width:100%}.navbar a.cta-btn:after{display:none!important}.logo-img{height:4rem;vertical-align:middle}.navbar-left span{color:#fff!important;font-size:1.5rem;font-weight:400;letter-spacing:.01em}.cta-btn{background:var(--viridian);color:#fff;border:none;border-radius:2rem;padding:.6rem 1.6rem;font-size:1.08rem;font-weight:500;display:flex;align-items:center;gap:.5rem;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:background .2s,color .2s}.cta-btn:hover{background:var(--viridian-light);color:#00332a}.hamburger{color:#fff!important;display:none}.about{margin:3rem 0 2rem;text-align:center}.about h2{font-size:2rem;color:var(--viridian);margin-bottom:1rem}.about p{font-size:1.1rem;color:#444}.services-overview{margin:3.5rem 0 2.5rem;text-align:center}.services-title{font-size:2.6rem;color:var(--viridian-dark);font-weight:600;letter-spacing:.01em}.services-subtitle{font-size:1.5rem;color:#444;margin-bottom:2.5rem;font-weight:300}.services-card-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;margin:0 auto;padding:0 2rem}.service-card{background:#fff;border-radius:1.5rem;box-shadow:0 2px 16px #40826d21;min-height:390px;width:calc(33.333% - 1.5rem);max-width:370px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;margin:.75rem;transition:box-shadow .2s}.service-card:hover{box-shadow:0 6px 32px #40826d2e}.service-card-img-wrap{width:100%;height:100%;min-height:390px;position:relative;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.service-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,.2,.2,1)}.service-card:hover .service-card-img{transform:scale(1.08)}.service-card-overlay{width:100%;background:linear-gradient(0deg,#1e1e1ed1 60%,#1e1e1e00);padding:2.5rem 1.2rem 1.2rem;position:absolute;left:0;bottom:0;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;z-index:1}.case-card-title{color:#fff}.service-card-text{width:100%;text-align:center}.service-card-hover-overlay{position:absolute;inset:0;background:#1428289e;z-index:2;pointer-events:none}.service-card-hover-content{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;text-align:left;width:max-content;transition:transform .4s ease}.service-card:hover .service-card-hover-content{transform:translate(-50%,-60px)}.service-card-hover-title{color:#fff;font-size:1.45rem;font-weight:500;border-radius:1rem;margin-bottom:.4rem;transition:color .3s ease,background .3s ease;max-width:320px}.service-card-hover-desc{text-align:left;color:#fff;font-size:1.1rem;font-weight:300;overflow:hidden;max-height:0;max-width:320px;opacity:0;transition:opacity .3s ease,max-height .4s ease}.service-card:hover .service-card-hover-desc{max-height:200px;max-width:320px;opacity:1}@media (max-width: 1200px){.service-card{width:calc(50% - 1.5rem);min-height:320px}}@media (max-width: 700px){.service-card{width:98vw;min-height:220px}.services-card-grid{padding:0 .2rem}}.cta-section{margin:3rem 0 0;text-align:center}.desktop-only{display:inline-flex}.cta-menu-item{display:none}@media (max-width: 900px){.navbar ul{position:absolute;top:60px;left:0;width:-webkit-fill-available;background:#fffffffa;box-shadow:0 4px 24px #40826d1a;display:flex;flex-direction:column;align-items:center;padding:1.2rem .5rem;margin:0 auto;z-index:1000;transform:translateY(-20px);opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.navbar ul.open{opacity:1;pointer-events:auto;transform:translateY(0);width:-webkit-fill-available;margin-top:8px}.navbar ul li{width:100%;text-align:left;transition:background .15s}.navbar ul li a{color:var(--viridian);font-size:1.15rem;text-decoration:none;display:block;padding:.2rem .5rem}.navbar ul li:hover,.navbar ul li:focus-within{background:#40826d14}.cta-menu-item a{background:var(--viridian);color:#fff!important;border-radius:2rem;padding:.8rem 1.5rem!important;margin-top:.7rem;font-weight:400;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 2px 8px #40826d1a}.navbar-right .desktop-only{display:none}.hamburger{display:block;background:none;border:none;font-size:2rem;color:var(--viridian);margin-left:1rem;cursor:pointer;z-index:1100}}@media (min-width: 901px){.navbar ul{display:flex!important;flex-direction:row;gap:2rem;position:static;background:none;box-shadow:none;padding:0;width:auto}.hamburger,.cta-menu-item{display:none!important}.desktop-only{display:inline-flex}}.footer{background:#f5f5f5;color:var(--viridian-dark);padding:3rem 0 1.2rem;width:-webkit-fill-available;box-sizing:border-box}.footer-content{width:100%;margin:0;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:nowrap;padding:0 1vw;box-sizing:border-box}.footer-text{display:flex;flex-direction:column}.footer-company{font-size:1.5rem;font-weight:700}.footer-description{font-size:1rem;margin:0}.footer-brand{flex:1 1 320px;display:flex;align-items:flex-start;min-width:220px;max-height:fit-content}.footer-cols-group{display:flex;gap:2.5rem;flex:0 1 auto;justify-content:flex-end;align-items:flex-start;flex-wrap:nowrap;width:auto;box-sizing:border-box}.footer-col{min-width:130px;flex:1 1 160px;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem}.footer-logo{height:3.2rem;margin-bottom:.5rem}.footer-company span{display:block;font-size:2.2rem;font-weight:400;letter-spacing:.02em;line-height:1.1;color:var(--viridian-dark)}.footer-brand-desc{color:var(--viridian-dark);font-size:1.08rem;font-weight:400;margin-bottom:.7rem;max-width:340px}.footer-socials{display:flex;gap:1.2rem}.footer-socials a{color:var(--viridian-dark);text-decoration:none;font-size:1.5rem;transition:color .2s}.footer-socials a:hover{color:var(--viridian-light)}.footer-col h4{font-size:1.1rem;font-weight:400;margin-bottom:1.2rem;letter-spacing:.04em}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:.8rem;font-size:1.05rem;font-weight:400}.footer-col li a{color:var(--viridian-dark)!important;text-decoration:none!important;transition:color .2s}.footer-col li a:hover{color:var(--viridian)}.footer-bottom{text-align:center;margin-top:1.5rem;box-sizing:border-box;border-top:1px solid var(--viridian-dark)}.footer-bottom hr{border:none;border-top:1px solid var(--viridian-dark);margin-bottom:1rem}.footer-bottom p{font-size:1rem;font-weight:300;margin-top:10px}@media (max-width: 900px){.footer-content{flex-direction:column;align-items:center;padding:0 .8rem;text-align:center}.footer-cols-group{flex-direction:column;align-items:center;gap:1.2rem;width:100%}.footer-col{min-width:0;width:100%;margin-bottom:.5rem;align-items:center;display:flex;flex-direction:column}.footer-brand{align-items:center;text-align:center}.footer-brand-row{justify-content:center;align-items:center}.footer-company{font-size:1.5rem}.footer-logo{height:2.2rem}.footer-bottom{padding:0 .5rem}}.footer-brand-row{display:flex;align-items:center}.footer-company{font-size:2.2rem;font-weight:400;letter-spacing:.02em;line-height:1.1;color:var(--viridian-dark)}.image-slider{width:100%;margin-bottom:2px;display:flex;justify-content:center;align-items:center;padding-top:10px;position:"relative";overflow:"hidden";transition:"height 0.5s cubic-bezier(0.4,0.2,0.2,1)"}.slider-controls-below{display:flex;justify-content:center;align-items:center;gap:.8rem;margin-top:1rem}.circle-btn{width:40px;height:40px;background:#0009;color:#fff;border:none;border-radius:50%;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease,transform .2s ease}.circle-btn:hover{background:#000c;transform:scale(1.1)}@media (max-width: 600px){.circle-btn{width:32px;height:32px;font-size:1.2rem}}.slider-content{display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border-radius:1.5rem;box-shadow:0 2px 16px #40826d14;padding:2.5rem 2rem;width:100%;gap:2.5rem}.slider-text{flex:1 1 340px}.slider-text h2{font-size:2.1rem;color:var(--viridian-dark);margin-bottom:1rem}.slider-text p{font-size:1.1rem;color:#444}.slider-image{flex:1 1 320px;display:flex;justify-content:flex-end}.slider-image img{width:100%;border-radius:1rem;object-fit:contain;box-shadow:0 2px 12px #40826d1a}@media (max-width: 900px){.slider-content{flex-direction:column!important;align-items:center!important;padding:1.2rem .5rem!important;gap:1.5rem!important}.slider-fade-slide{flex-direction:column!important;align-items:center!important;padding:.5rem 0!important}.slider-text{text-align:center!important;margin-bottom:1rem!important}.slider-image img{max-width:90vw!important;height:auto!important;margin:0 auto!important;display:block!important}}.slider-dots{display:flex;justify-content:center;align-items:center;margin-top:1.2rem;gap:.7rem}.dot{width:12px;height:12px;border-radius:50%;background:#c7e9dd;display:inline-block;cursor:pointer;transition:background .2s,transform .2s}.dot.active{background:var(--viridian);transform:scale(1.2)}.industries-section{margin:3.5rem 0 2.5rem;position:relative;overflow:hidden}.industries-title{font-size:2.6rem;color:var(--viridian-dark);margin-bottom:2.2rem;font-weight:600;text-align:center;margin-left:2vw}.industries-row{display:flex;justify-content:center;flex-wrap:wrap;margin-left:2vw}.core-values-section{position:relative;box-sizing:border-box}.core-values-title{font-size:2.6rem;margin-bottom:2.2rem;font-weight:600;text-align:center;margin-left:0;color:var(--viridian-dark)}.core-values-grid{display:flex;flex-wrap:wrap;justify-content:center;grid-template-columns:1fr 1fr;margin:0 auto;text-align:left;padding:0 2rem}@media (max-width: 900px){.industries-title,.core-values-title,.case-studies-title{font-size:2rem;text-align:center;margin-left:0}.industries-row{justify-content:center;margin-left:0}}.about{margin:3rem 0 2rem;text-align:center;position:relative;overflow:hidden}.about:before{content:"";position:absolute;inset:0;background:url(https://images.unsplash.com/photo-1465101046530-73398c7f28ca?auto=format&fit=crop&w=1200&q=80) center center/contain no-repeat;opacity:.1;z-index:0}.about>*{position:relative;z-index:1}.case-studies-section{padding:3.5rem 0 2.5rem;text-align:center}.case-studies-title{font-size:2.6rem;margin-bottom:2.2rem;color:var(--viridian-dark);font-weight:600;text-align:center;margin-left:0}.case-studies-desc{font-size:1.15rem;color:#444;margin-bottom:2.2rem;margin-left:auto;margin-right:auto}.case-studies-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2.2rem}.case-study-card{background:#fff;border-radius:1rem;box-shadow:0 2px 12px #40826d1a;width:320px;max-width:95vw;display:flex;flex-direction:column;align-items:center;overflow:hidden;transition:box-shadow .2s,transform .2s}.case-study-card:hover{box-shadow:0 4px 24px #40826d2e;transform:translateY(-4px) scale(1.03)}.case-study-img-wrap{position:relative;width:100%;height:140px;overflow:hidden;background:#e0eae0}.case-study-img-wrap img{width:100%;height:100%;object-fit:contain;display:block}.case-study-icon{position:absolute;top:12px;right:12px;color:#fff;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.case-study-info{padding:1.2rem 1rem 1.5rem;width:100%}.case-study-title{font-size:1.05rem;font-weight:600;color:#222;margin-bottom:.5rem;text-align:left}.case-study-desc2{font-size:1.1rem;color:#444;text-align:left;text-decoration:underline;text-underline-offset:3px}.case-studies-btn{background:var(--viridian);color:#fff;border:none;border-radius:.5rem;padding:.7rem 2.2rem;font-size:1.08rem;font-weight:500;cursor:pointer;transition:background .2s;margin-top:.5rem}.case-studies-btn:hover{background:var(--viridian-light);color:#00332a}.core-value-header{display:flex;align-items:center;gap:.7rem;margin-bottom:.5rem}.core-value-desc{text-align:left;margin-left:5px;margin-top:0;font-weight:400;min-height:38px}.core-value-item{border-radius:1.5rem;box-shadow:0 4px 24px #40826d21;height:175px;width:300px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden;margin:.75rem;text-align:left;transition:box-shadow .2s;padding:1.5rem}.core-value-item:hover{box-shadow:0 8px 32px #40826d2e;transform:translateY(-4px) scale(1.03)}.core-value-icon{border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:0;margin-top:0}.core-value-title{font-weight:400;font-size:1.08rem;margin-bottom:0}@media (max-width: 900px){.core-values-grid{gap:3rem}.core-value-item{min-width:120px;max-width:98vw;padding:1rem .5rem}.core-value-icon{width:36px;height:36px}.core-value-title{font-size:1rem}}@media (max-width: 600px){.case-studies-section{padding:2rem 0 1.2rem}.case-study-img-wrap{height:90px}}.contact-form-section{display:flex;justify-content:center;flex-direction:column;align-items:stretch;width:100%;min-height:420px;margin:0;padding:0;position:relative;box-sizing:border-box}.contact-form-bg{flex:1 1 50%;background:url(https://images.unsplash.com/photo-1519125323398-675f0ddb6308?auto=format&fit=crop&w=1200&q=80) center center/contain no-repeat;display:flex;align-items:center;justify-content:center;min-height:420px;position:relative}.contact-form-overlay{background:#283c78b3;color:#fff;border-radius:1.2rem;padding:2.5rem;text-align:center;max-width:420px;margin:2rem;box-shadow:0 2px 16px #283c781a}.contact-form-overlay h2{font-size:2.2rem;margin-bottom:1.2rem;font-weight:400}.contact-form-overlay p{font-size:1.1rem;margin:0}.contact-form-box{box-sizing:border-box;border-radius:1.2rem;box-shadow:0 2px 16px #283c781a;width:100%;background:#f5f5f5;max-width:550px;margin:0 auto 20px;padding:2rem 2rem 1.5rem;display:block}.form-row{display:flex;gap:1rem}.form-group{display:flex;flex-direction:column;flex:1 1 0;gap:.3rem}.form-group label{font-size:1rem;color:#333;margin-bottom:.2rem}.form-group input,.form-group textarea{border:1px solid #c7e9dd;border-radius:.5rem;padding:.7rem 1rem;font-size:1rem;background:#fff;color:#222;outline:none;transition:border .2s}.form-group input:focus,.form-group textarea:focus{border:1.5px solid var(--viridian)}.contact-form-btn{background:var(--viridian);color:#fff;border:none;border-radius:2rem;padding:.9rem 2.2rem;font-size:1.1rem;font-weight:400;cursor:pointer;margin-top:.7rem;transition:background .2s}.contact-form-btn:hover{color:#00332a}.form-success{color:var(--viridian-dark);background-color:#d4edda;border:1px solid var(--viridian);border-radius:.5rem;padding:.7rem 1rem;margin-bottom:1rem;font-weight:500;text-align:center}.form-error{color:#c0392b;background-color:#fdd;border:1px solid #c0392b;border-radius:.5rem;padding:.7rem 1rem;margin-bottom:1rem;font-weight:500;text-align:center}@media (max-width: 900px){.contact-form-bg,.contact-form-box{flex:1 1 100%;min-height:260px}.contact-form-overlay{margin:1rem auto;padding:1.5rem 1rem;max-width:95vw}.contact-form-box form{padding:1.2rem .5rem 1rem;max-width:100%}.form-row{flex-direction:column;gap:.5rem}}@media (max-width: 617px){.contact-form-box{max-width:98vw;width:98vw;padding:1rem .5rem;margin:0 auto}.contact-form-box form{padding:0;margin:0}}.industry-item{display:flex;flex-direction:column;align-items:center;gap:1.1rem;min-width:120px;padding:1.2rem 1.5rem;background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #40826d1a;transition:box-shadow .2s,transform .2s;margin:0 auto;text-align:center}.industry-item:hover{box-shadow:0 8px 32px #40826d2e;transform:translateY(-4px) scale(1.03)}.industry-icon{color:#23649e;border-radius:50%;width:72px;height:72px;display:flex;align-items:center;justify-content:center;margin-bottom:0}.industry-desc{font-size:1.25rem;font-weight:400;color:#00332a;letter-spacing:.01em;text-align:center}@media (max-width: 900px){.industry-item{min-width:90px;max-width:98vw;padding:1rem .5rem}.industry-icon{width:54px;height:54px}.industry-desc{font-size:1.05rem}}.about-section{width:100%;display:flex;justify-content:center;align-items:center;padding:60px 0;background:#fff}.about-container{display:flex;flex-direction:row;align-items:stretch;width:95%;background:#fff;box-shadow:0 4px 24px #0000000f;overflow:hidden}.about-image{flex:1 1 45%;min-width:320px;display:flex;align-items:center;justify-content:center}.about-image img{width:100%;height:100%;object-fit:contain;border-radius:10px;min-height:340px}.case-study-image{flex:1 1 45%;min-width:320px;display:flex;align-items:center;justify-content:center}.case-study-image img{width:65%;height:100%;object-fit:cover;border-radius:10px;min-height:340px}.about-content{flex:1 1 55%;padding:48px 40px 40px;display:flex;flex-direction:column;justify-content:center}.about-title{font-size:3rem;font-weight:400;margin-bottom:32px;color:#232323;letter-spacing:-1px}.about-main-text{font-size:1.08rem;font-weight:300;color:#232323;margin-bottom:32px;line-height:1.3}.about-secondary-text{font-size:1.5rem;font-weight:300;color:#444;margin-bottom:36px;line-height:1.3}.about-learn-more{align-self:flex-start;background:#1ec6b6;color:#fff;font-size:1.5rem;font-weight:400;border:none;border-radius:18px;padding:12px 36px;cursor:pointer;transition:background .2s;box-shadow:0 2px 8px #1ec6b614}.about-learn-more:hover{background:#159e91}@media (max-width: 900px){.about-container{flex-direction:column;border-radius:24px}.about-image img{border-radius:24px 24px 0 0;min-height:220px}.about-content{padding:32px 20px 28px}.about-title{font-size:2.2rem}.about-main-text{font-size:1.1rem}.about-secondary-text{font-size:1rem}.about-learn-more{font-size:1.1rem;padding:10px 24px}}.services-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.services-hero{background:linear-gradient(135deg,#1ec6b6,#159e91);color:#fff;padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.services-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:2;max-width:855px;margin:0 auto;padding:0 20px}.hero-title{font-size:3.5rem;font-weight:600;margin-bottom:24px;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:1.5rem;font-weight:300;line-height:1.6;opacity:.95}.container{position:relative;margin:0 auto;padding:0 20px;z-index:2}.section-title{font-size:2.5rem;font-weight:600;color:var(--viridian-dark);text-align:center;margin-bottom:60px;position:relative}.services-grid-section{padding:100px 0;background:#fff}.services-grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;max-width:1200px;margin:auto}.service-item{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 32px #00000014;transition:all .3s ease;position:relative;width:350px}.case-study-item{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 32px #00000014;transition:all .3s ease;position:relative;width:380px}.case-study-item:hover,.service-item:hover{transform:translateY(-8px);box-shadow:0 16px 48px #1ec6b626}.service-image-container{position:relative;height:200px;overflow:hidden}.service-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.case-study-item:hover,.service-item:hover .service-image{transform:scale(1.05)}.service-content{padding:32px 24px}.service-title{font-size:1.4rem;font-weight:400;color:#000;margin-bottom:16px}.service-heading{color:#000;line-height:1.6;margin-bottom:24px}.service-features{display:flex;flex-wrap:wrap;gap:8px}.feature-tag{background:linear-gradient(135deg,#1ec6b6,#159e91);color:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:400}.more-tag{background:linear-gradient(135deg,#666,#444);font-style:italic}.why-choose-section{padding:100px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.features-grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-top:60px;max-width:90%;margin-left:auto;margin-right:auto}.feature-card{background:#fff;padding:40px 24px;border-radius:20px;text-align:center;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease;width:350px}.feature-card-desc{text-align:left}.feature-card:hover{transform:translateY(-4px)}.feature-card h3{font-size:1.2rem;font-weight:400;margin-bottom:12px}.feature-card p{color:#000;line-height:1.5}.cta-section{background:linear-gradient(135deg,#232323,#1a1a1a);color:#fff;padding:80px 0;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:400;margin-bottom:16px}.cta-section p{font-size:1.1rem;margin-bottom:32px;opacity:.9}.cta-button{background:linear-gradient(135deg,#1ec6b6,#159e91);color:#fff;border:none;padding:16px 32px;border-radius:50px;font-size:1.1rem;font-weight:400;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #1ec6b64d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1ec6b666}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{margin-bottom:30px;font-size:2rem}.services-grid,.features-grid{grid-template-columns:1fr;gap:24px}.cta-section h2{font-size:2rem}.service-content{padding:24px 20px}}@media (max-width: 480px){.services-hero{padding:80px 0 60px}.hero-title{font-size:2rem}.services-grid-section,.why-choose-section{padding:60px 0}.service-item,.case-study-item{margin:0 10px;width:300px}}.navbar.menu-open{background:#fff!important;transition:background .2s}@media (max-width: 900px){.navbar.menu-open{background:#fff!important;box-shadow:0 2px 8px #0000000a}.navbar.menu-open .navbar-left span,.navbar.menu-open .logo-img{color:var(--viridian)!important;filter:none}}.navbar.scrolled{background:#fff!important;transition:background .2s}.navbar.scrolled ul li a,.navbar.scrolled .navbar-left span{color:var(--viridian-dark)!important}.navbar.scrolled .navbar-right .cta-btn{background:var(--viridian-dark)!important}.navbar.scrolled .cta-btn{color:#fff!important}.services-toggle-btn{background:none;border:none;color:#fff;padding:0 0 0 .5rem;font-size:12px;cursor:pointer;line-height:1}.navbar.scrolled .services-toggle-btn{color:var(--viridian-dark)}@media (max-width: 900px){.services-toggle-btn{color:var(--viridian)}}@media (max-width: 900px){.navbar.scrolled{background:#fff!important;box-shadow:0 2px 8px #0000000a}.navbar.scrolled .navbar-left span,.navbar.scrolled .logo-img{color:var(--viridian)!important;filter:none}}.navbar-services-dropdown{position:relative}.services-dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;box-shadow:0 8px 32px #40826d21;border-radius:0 0 1rem 1rem;padding:.5rem .2rem;margin:0;list-style:none;z-index:2000;opacity:1;pointer-events:auto;transition:opacity .2s,transform .2s}.services-dropdown-link{display:block;width:100%;padding:.7rem 1.2rem;color:var(--viridian-dark);text-decoration:none;font-size:1.08rem;font-weight:400;background:none;border:none;text-align:left;border-radius:.5rem;transition:background .15s,color .15s}.services-dropdown-link:hover,.services-dropdown-link:focus{background:#40826d14;color:var(--viridian)}@media (max-width: 900px){.services-dropdown-menu{position:static;min-width:0;width:100%;box-shadow:none;border-radius:0;padding:.2rem 0 .5rem;margin-top:10px;background:#fff}.services-dropdown-link{font-size:1.12rem;padding:1rem 1.2rem;text-align:left;border-radius:0}}.services-dropdown-menu.mega-menu{width:675px;left:50%;transform:translate(-50%);border-radius:1.5rem;background:#fff;position:absolute;top:100%;margin-top:20px;overflow:visible}.mega-menu-arrow{position:absolute;top:-14px;left:50%;transform:translate(-50%);z-index:2;width:0;height:0}.mega-menu-grid{display:grid;gap:1.2rem 2.2rem;padding:0 2rem 1rem}.mega-menu-service-link{text-decoration:none;color:inherit;display:block;border-radius:1rem;transition:background .15s,box-shadow .15s;padding:.2rem}.mega-menu-service-card{display:flex;align-items:flex-start;gap:1.1rem;padding:.7rem .2rem}.mega-menu-service-icon{width:48px;height:48px;border-radius:.7rem;object-fit:cover;background:#f2f9f2;box-shadow:0 2px 8px #40826d1a}.mega-menu-service-info{display:flex;flex-direction:column;gap:.2rem}.mega-menu-service-title{font-size:1.08rem;font-weight:600;color:var(--viridian-dark);margin-bottom:.1rem}.mega-menu-service-heading{font-size:.98rem;color:#444;font-weight:400;line-height:1.3}@media (max-width: 900px){.services-dropdown-menu.mega-menu{width:100vw;left:0;transform:none;border-radius:0;box-shadow:none;padding:0 0 .5rem;margin-top:0;position:static;top:auto}.mega-menu-arrow{display:none}.mega-menu-grid,.mega-menu-mobile-list{display:flex;flex-direction:column;gap:.2rem;padding:0 .5rem}.mega-menu-service-link{border-radius:0;padding:.2rem 0}.mega-menu-service-card{gap:.7rem;padding:.7rem .2rem}.mega-menu-service-icon{width:38px;height:38px;border-radius:.5rem}.mega-menu-service-title{font-size:1rem}.mega-menu-service-heading{font-size:.92rem}}.service-detail-page{background-color:#f8f9fa}.service-detail-hero{background:linear-gradient(135deg,var(--viridian) 0%,var(--viridian-dark) 100%);color:#fff;padding:4rem 0;text-align:center}.service-detail-title{font-size:2.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.service-detail-heading{font-size:1.2rem;max-width:700px;margin:0 auto;opacity:.9}.service-detail-content{padding:3rem 0}.service-detail-overview{display:flex;align-items:center;gap:3rem;margin-bottom:4rem}.service-detail-img-container{flex:1}.service-detail-img{width:100%;border-radius:1rem;box-shadow:0 8px 24px #0000001a}.service-detail-text{flex:1.5}.service-detail-text h2{font-size:1.8rem;color:var(--viridian-dark);margin-bottom:1rem}.service-features-section .section-title{margin-bottom:2rem}.service-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature-item-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 16px #0000000d;text-align:center}.feature-item-icon{margin-bottom:1rem}.feature-item-title{font-size:1.1rem;font-weight:600;color:var(--text-dark)}.service-detail-separator{border:0;height:1px;background-color:#e0e0e0;margin:2rem 0}@media (max-width: 768px){.service-detail-overview{flex-direction:column}}.service-core-deliverables{display:flex;gap:2rem;justify-content:center;margin:2rem 0}.deliverable-card{display:flex;align-items:center;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 16px #0000000d;flex:1;max-width:400px}.deliverable-icon-container{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}.deliverable-text h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-dark)}.deliverable-text p{font-size:1rem;color:#555;line-height:1.5}@media (max-width: 768px){.service-core-deliverables{flex-direction:column}}.service-detail-subtitle{font-size:1.4rem;font-weight:400;color:#e6f0ec;margin-bottom:1.2rem}.service-section{max-width:90%;margin:60px auto}.service-section-title{font-size:1.3rem;font-weight:600;color:var(--viridian-dark);display:flex;align-items:center;margin-bottom:.7rem}.service-section-subtitle{font-size:1.5rem;font-weight:300;color:var(--viridian-dark);display:flex;align-items:center;text-align:left;margin-bottom:.7rem;margin-left:1rem}.service-section-desc{font-size:1.08rem;color:#444;margin-bottom:1.1rem;text-align:left}.service-bullet-list{list-style:none;padding:0;margin:0}.service-bullet-list li{display:flex;align-items:center;font-size:1.08rem;color:var(--text-dark);margin-bottom:.6rem}.service-bullet-icon{margin-right:.7rem;color:var(--viridian);font-size:1.1em}.ecosystems-list{margin-bottom:1.5rem;font-size:1.08rem;color:#333;display:flex;flex-direction:column;gap:.5rem}.adapt-framework-list{margin:0 0 1.5rem 1.2rem;padding:0;font-size:1.08rem;color:#333;display:flex;flex-direction:column;gap:.5rem}.trust-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.trust-list li{display:flex;align-items:flex-start;font-size:1.08rem;color:var(--text-dark)}.trust-icon{margin-right:.7rem;color:var(--viridian);font-size:1.1em;margin-top:.2em}.offerings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem}.offering-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 16px #0000000d}.offering-card h4{font-size:1.2rem;color:var(--viridian-dark);margin:0 0 .5rem}.cta-section-final{text-align:center;padding:2rem;background-color:#e6f0ec;border-radius:1rem}.cta-section-final h2{font-size:1.8rem;color:var(--viridian-dark)}.cta-section-final p{font-size:1.1rem;margin-bottom:1.5rem}.cta-button-final{background:var(--viridian);color:#fff;padding:1.1rem 2.5rem;border-radius:2rem;box-shadow:0 2px 12px #ffffff1a;transition:background .2s,color .2s,transform .2s;text-decoration:none;font-weight:300;transition:background-color .2s}.cta-button-final:hover{background:var(--viridian-dark)}.navbar-logo-link{text-decoration:none!important;position:relative}.navbar-logo-link:after{display:none!important}.enhanced-hero-bg{background:linear-gradient(135deg,#40826d,#5cb89a)!important;box-shadow:0 8px 32px #40826d21;position:relative}.enhanced-title{font-size:3.2rem;font-weight:600;letter-spacing:1px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.1)}.hero-icon{font-size:2.5rem;color:#fff;margin-right:.7rem;filter:drop-shadow(0 2px 8px rgba(64,130,109,.18))}.enhanced-subtitle{font-size:2rem;font-weight:400;color:var(--viridian-dark);margin-bottom:1.8rem;text-align:center;-webkit-backdrop-filter:unset;backdrop-filter:unset}.enhanced-subtitle_choosen{font-weight:300;color:var(--viridian-dark);margin-bottom:1.8rem;text-align:center;-webkit-backdrop-filter:unset;backdrop-filter:unset}.intro-text{font-size:1.18rem;color:var(--viridian-dark);margin-bottom:2.2rem;margin-left:50px;text-align:left;font-weight:300}.section-bg-light{background:#e6e9e7;border-radius:1.2rem;box-shadow:0 2px 12px #40826d0f;padding:2.2rem 2rem;margin-bottom:2.5rem}.section-bg-gradient{background:linear-gradient(135deg,#e6f0ec,#c7e9dd);border-radius:1.2rem;box-shadow:0 2px 12px #40826d14;padding:2.2rem 2rem;margin-bottom:2.5rem}.section-title-with-icon{display:flex;align-items:center;gap:.7rem;font-size:1.5rem;font-weight:600;color:var(--viridian-dark);margin-bottom:1.2rem;position:relative}.section-title-with-icon:after{content:"";display:block;position:absolute;left:0;bottom:-.3em;width:60px;height:4px;background:linear-gradient(90deg,var(--viridian-light),var(--viridian));border-radius:2px}.section-icon{font-size:1.6em;color:var(--viridian-light);margin:.5rem;filter:drop-shadow(0 2px 8px rgba(64,130,109,.1))}.fade-in{animation:fadeInUp .8s cubic-bezier(.4,.2,.2,1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.enhanced-bullet-list{margin-top:1.2rem;margin-bottom:.5rem}.bullet-icon{font-size:1.3em;color:var(--viridian-light);margin-right:.9rem;filter:drop-shadow(0 2px 8px rgba(64,130,109,.1))}.enhanced-offerings-grid{gap:2.2rem 2.2rem}.enhanced-card{background:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #40826d1a;transition:box-shadow .2s,transform .2s;padding:2rem 1.5rem;min-height:180px;display:flex;flex-direction:column;align-items:flex-start}.enhanced-card:hover{box-shadow:0 8px 32px #40826d2e;transform:translateY(-4px) scale(1.03)}.enhanced-ecosystems-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem 2.2rem;margin-top:1.2rem;margin-bottom:1.2rem}.enhanced-adapt-list{background:#e6f0ec;border-radius:.8rem;padding:1.2rem 1.5rem;box-shadow:0 2px 8px #40826d0f;margin-top:1.2rem;margin-bottom:1.2rem}.enhanced-trust-list{gap:1.2rem;margin-top:1.2rem}.trust-list-icon{font-size:1.3em;color:var(--viridian-light);margin-right:.9rem;filter:drop-shadow(0 2px 8px rgba(64,130,109,.1))}.enhanced-cta-section{background:linear-gradient(135deg,#778e88,#5cb89a);color:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #40826d21;padding:3rem 2rem 2.5rem;margin-top:2.5rem;margin-bottom:2.5rem}.cta-title{font-size:2.2rem;font-weight:600;margin-bottom:1.2rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.1)}.cta-desc{font-size:1.5rem;color:#e6f0ec;margin-bottom:2.2rem;font-weight:300}.enhanced-cta-button{background:var(--viridian-dark);color:#fff;font-size:1.15rem;font-weight:300;padding:1.1rem 2.5rem;border-radius:2rem;box-shadow:0 2px 12px #ffffff1a;transition:background .2s,color .2s,transform .2s;text-decoration:none;display:inline-block;margin-top:.5rem}.enhanced-cta-button:hover{transform:translateY(-2px) scale(1.04)}@media (max-width: 900px){.enhanced-title{font-size:2.1rem}.enhanced-subtitle{font-size:1.1rem}.section-bg-light,.section-bg-gradient{padding:1.2rem .5rem}.enhanced-card{padding:1.2rem .7rem}.enhanced-cta-section{padding:1.5rem .5rem 1.2rem}.cta-title{font-size:1.3rem}.cta-desc{font-size:1rem}}.vision-execution-section{margin-bottom:2.5rem;background:#e6f0ec;border-radius:1.2rem;box-shadow:0 2px 12px #40826d0f;padding-top:2rem;padding-bottom:2rem}.vision-execution-grid{display:flex;align-items:flex-start;gap:3rem;justify-content:flex-start}.vision-execution-icon-col{margin-top:30px;display:flex;align-items:center;justify-content:center}.vision-execution-icon-bg{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#5cb89a,#40826d);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #40826d21}.vision-execution-main-icon{font-size:4.5rem;color:#fff;filter:drop-shadow(0 2px 8px rgba(64,130,109,.18))}.vision-execution-content-col{flex:1 1 0;display:flex;flex-direction:column;justify-content:center}.vision-execution-features{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem 2rem;margin-top:1.2rem}.vision-feature-card{background:#fff;border-radius:1.1rem;box-shadow:0 2px 12px #40826d14;display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 1.2rem;font-size:1.08rem;color:var(--text-dark);font-weight:400;transition:box-shadow .2s,transform .2s}.vision-feature-card:hover{box-shadow:0 6px 24px #40826d29;transform:translateY(-2px) scale(1.03)}.feature-icon{font-size:1.6em;color:#446879;filter:drop-shadow(0 2px 8px rgba(64,130,109,.1))}@media (max-width: 900px){.vision-execution-grid{flex-direction:column;gap:1.5rem;align-items:stretch}.vision-execution-icon-col{justify-content:center;margin-bottom:1.2rem}.vision-execution-features{grid-template-columns:1fr;gap:1rem}.vision-execution-icon-bg{width:90px;height:90px}.vision-execution-main-icon{font-size:2.5rem}}.strategic-offerings-scroll{display:flex;flex-direction:row;gap:1.2rem;overflow-x:auto;padding-bottom:.5rem;margin-top:1.2rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;white-space:normal;scrollbar-width:thin}.strategic-offering-card{box-sizing:border-box;min-width:260px;max-width:90vw;width:80vw;flex:0 0 auto;scroll-snap-align:start;margin-right:.5rem;display:flex;flex-direction:column;align-items:flex-start;background:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #40826d1a;padding:2rem 1.3rem 1.3rem}.strategic-offering-card h4{display:flex;align-items:center;gap:.5rem}.offering-card-icon{font-size:1.5em;max-width:2em;max-height:1.5rem;min-width:1.2em;min-height:1.2em;flex-shrink:0;color:var(--viridian-light)}.strategic-offering-card p{width:100%;max-width:100%;box-sizing:border-box;word-break:break-word;overflow-wrap:break-word;white-space:normal;font-size:1.05rem;margin-bottom:0;padding:0 2vw}@media (min-width: 901px){.strategic-offering-card{min-width:320px;max-width:350px;width:320px}}.scroll-btn{background:linear-gradient(135deg,var(--viridian-light) 0%,var(--viridian) 100%);color:#fff;border:2px solid #e6f0ec;border-radius:50%;width:2.8rem;height:2.8rem;font-size:1.5rem;font-weight:700;cursor:pointer;box-shadow:0 2px 12px #40826d21;transition:background .2s,color .2s,transform .18s,box-shadow .18s;display:flex;align-items:center;justify-content:center;outline:none;margin:0 .2rem}.scroll-btn:focus{border-color:var(--viridian-dark);box-shadow:0 0 0 3px #c7e9dd}.scroll-btn:hover{background:linear-gradient(135deg,var(--viridian) 0%,var(--viridian-dark) 100%);color:#fff;transform:scale(1.12);box-shadow:0 4px 18px #40826d2e}.scroll-btns-centered{display:flex;justify-content:center;align-items:center;gap:1.2rem;margin-bottom:1.2rem}.ecosystems-section{margin-bottom:2.5rem;background:linear-gradient(135deg,#e6f0ec,#c7e9dd);border-radius:1.2rem;box-shadow:0 2px 12px #40826d0f;padding-top:2rem;padding-bottom:2rem}.ecosystems-timeline{display:flex;flex-direction:column;gap:2.5rem;margin-top:2rem;position:relative;width:75%;max-width:75%;margin-left:auto;margin-right:auto;box-sizing:border-box;padding-left:0;padding-right:0}.ecosystem-step{display:flex;align-items:flex-start;gap:1.5rem;position:relative;min-height:90px}.left-step{flex-direction:row;justify-content:flex-start}.right-step{flex-direction:row-reverse;justify-content:flex-end}.ecosystem-step-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#e6f0ec,#5cb89a);display:flex;align-items:center;justify-content:center;font-size:2.2rem;color:var(--viridian-dark);box-shadow:0 2px 12px #40826d1a;flex-shrink:0}.ecosystem-step-content{background:#fff;border-radius:1.1rem;box-shadow:0 2px 12px #40826d14;padding:1.1rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;width:100%}.ecosystem-step-title{font-size:1.12rem;font-weight:600;color:var(--viridian-dark);margin-bottom:.3rem}.ecosystem-step-desc{font-size:1.02rem;color:#444;font-weight:400}.left-step .ecosystem-step-content{text-align:left;align-items:flex-start}.right-step .ecosystem-step-content{text-align:right;align-items:flex-end}@media (max-width: 900px){.ecosystems-timeline{width:100%;max-width:100%;gap:1.2rem}.ecosystem-step,.left-step,.right-step{flex-direction:column!important;align-items:flex-start!important;gap:.7rem;width:100%;min-width:0;box-sizing:border-box}.ecosystem-step-content{min-width:0;max-width:100%;width:100%;padding:1rem;box-sizing:border-box;word-break:break-word;overflow-wrap:break-word}.ecosystem-step-icon{width:44px;height:44px;font-size:1.3rem}.left-step .ecosystem-step-content,.right-step .ecosystem-step-content{text-align:left;align-items:flex-start}}.adapt-lifecycle-section{margin-bottom:2.5rem;background:linear-gradient(135deg,#e6f0ec 60%,#c7e9dd);box-shadow:0 4px 32px #40826d12;border-radius:1.2rem;padding-top:2rem;padding-bottom:2rem}.adapt-lifecycle-circle{position:relative;width:600px;height:600px;margin:4.5rem auto 2rem;border-radius:50%;display:block;background:none;border:4px solid #446879}.adapt-node-circle{position:absolute;width:180px;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #40826d1a;padding:1.2rem 1.1rem 1.1rem;display:flex;flex-direction:column;align-items:center;z-index:2;text-align:center;will-change:auto;transition:none}.adapt-node-0{transform:translate(-50%,-50%) rotate(0) translateY(-250px) rotate(0)}.adapt-node-1{transform:translate(-50%,-50%) rotate(72deg) translateY(-250px) rotate(-72deg)}.adapt-node-2{transform:translate(-50%,-50%) rotate(144deg) translateY(-250px) rotate(-144deg)}.adapt-node-3{transform:translate(-50%,-50%) rotate(216deg) translateY(-250px) rotate(-216deg)}.adapt-node-4{transform:translate(-50%,-50%) rotate(288deg) translateY(-250px) rotate(-288deg)}.adapt-node-icon{font-size:2.2rem;color:#446879;margin-bottom:.5rem}.adapt-node-title{font-size:1.08rem;font-weight:500;color:#000;margin-bottom:.2rem;text-align:center}.adapt-node-desc{font-size:.98rem;font-weight:300;color:#000;text-align:center}@media (max-width: 1024px){.adapt-lifecycle-circle{margin:5.5rem auto 2rem}}@media (max-width: 900px){.adapt-lifecycle-circle{width:400px;height:400px;margin:12rem auto 10rem}.adapt-node-circle{width:150px;padding:.7rem .5rem .6rem}.adapt-node-icon{font-size:1.5rem;margin-bottom:.3rem}.adapt-node-title{font-size:.92rem}.adapt-node-desc{font-size:.85rem}.adapt-node-0{transform:translate(-50%,-50%) rotate(0) translateY(-200px) rotate(0)}.adapt-node-1{transform:translate(-50%,-50%) rotate(72deg) translateY(-200px) rotate(-72deg)}.adapt-node-2{transform:translate(-50%,-50%) rotate(144deg) translateY(-200px) rotate(-144deg)}.adapt-node-3{transform:translate(-50%,-50%) rotate(216deg) translateY(-200px) rotate(-216deg)}.adapt-node-4{transform:translate(-50%,-50%) rotate(288deg) translateY(-200px) rotate(-288deg)}}@media (max-width: 768px){.adapt-lifecycle-section{overflow-x:auto;padding-bottom:1.5rem}.adapt-lifecycle-circle{width:300px;height:300px;margin:5rem auto}.adapt-node-circle{width:150px;padding:.4rem .2rem .3rem}.adapt-node-icon{font-size:1.1rem;margin-bottom:.2rem}.adapt-node-title{font-size:.75rem}.adapt-node-desc{font-size:.7rem}.adapt-node-0{transform:translate(-50%,-50%) rotate(0) translateY(-150px) rotate(0)}.adapt-node-1{transform:translate(-50%,-50%) rotate(72deg) translateY(-140px) rotate(-72deg)}.adapt-node-2{transform:translate(-50%,-50%) rotate(144deg) translateY(-140px) rotate(-144deg)}.adapt-node-3{transform:translate(-50%,-50%) rotate(216deg) translateY(-140px) rotate(-216deg)}.adapt-node-4{transform:translate(-54%,-50%) rotate(288deg) translateY(-170px) rotate(-288deg)}}@media (max-width: 480px){.adapt-lifecycle-section{overflow-x:auto;padding-bottom:1.5rem}.adapt-lifecycle-circle{width:200px;height:200px;margin:5rem auto}.adapt-node-circle{width:120px;padding:.18rem .1rem .15rem}.adapt-node-icon{font-size:.85rem;margin-bottom:.1rem}.adapt-node-title{font-size:.54rem}.adapt-node-desc{font-size:.48rem}.adapt-node-0{transform:translate(-50%,-50%) rotate(0) translateY(-125px) rotate(0)}.adapt-node-1{transform:translate(-50%,-50%) rotate(72deg) translateY(-125px) rotate(-72deg)}.adapt-node-2{transform:translate(-50%,-50%) rotate(144deg) translateY(-125px) rotate(-144deg)}.adapt-node-3{transform:translate(-50%,-50%) rotate(216deg) translateY(-125px) rotate(-216deg)}.adapt-node-4{transform:translate(-50%,-50%) rotate(288deg) translateY(-125px) rotate(-288deg)}}@media (max-width: 320px){.adapt-lifecycle-section{overflow-x:auto;padding-bottom:1.5rem}.adapt-lifecycle-circle{width:200px;height:200px;margin:5rem auto}.adapt-node-circle{width:100px;padding:.18rem .1rem .15rem}.adapt-node-icon{font-size:.85rem;margin-bottom:.1rem}.adapt-node-title{font-size:.54rem}.adapt-node-desc{font-size:.48rem}.adapt-node-0{transform:translate(-50%,-50%) rotate(0) translateY(-110px) rotate(0)}.adapt-node-1{transform:translate(-50%,-50%) rotate(72deg) translateY(-100px) rotate(-72deg)}.adapt-node-2{transform:translate(-50%,-50%) rotate(144deg) translateY(-100px) rotate(-144deg)}.adapt-node-3{transform:translate(-50%,-50%) rotate(216deg) translateY(-100px) rotate(-216deg)}.adapt-node-4{transform:translate(-50%,-50%) rotate(288deg) translateY(-100px) rotate(-288deg)}}.trust-cards-grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem 1.5rem;margin-top:2.2rem;margin-bottom:1.2rem;place-items:center;justify-items:center;max-width:900px;margin-left:auto;margin-right:auto}.trust-card{background:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #40826d21,0 0 0 2px #e6f0ec;padding:2.2rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .2s;height:200px;width:230px}.trust-card-header{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15px;gap:10px}.trust-card-icon{font-size:2rem;margin-bottom:1rem;color:#446879}.trust-card-title{color:var(--viridian-dark)}.trust-card-desc{margin-top:.5rem;color:#000;font-weight:300;text-align:left}.trust-card:hover{background:#ebf1ef}@media (max-width: 900px){.trust-cards-grid{gap:1.2rem;max-width:98vw}.trust-card{padding:1.2rem .7rem 1rem;height:200px;width:275px}}.strategic-offerings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem 1.5rem;margin-top:2.2rem;margin-bottom:1.2rem;place-items:center;justify-items:center;width:100%}.service-section-title,.section-title-with-icon{font-size:2rem;font-weight:600;margin-bottom:2rem}.trust-card-title{font-size:1.15rem;font-weight:400;text-align:left}@media (max-width: 900px){.service-section-title,.section-title-with-icon{font-size:1.4rem}.trust-card-title{font-size:1rem}.trust-card-desc{font-size:.95rem}}@media (max-width: 600px){.service-section-title,.section-title-with-icon{font-size:1.1rem}.trust-card-title{font-size:.92rem}.trust-card-desc{font-size:.85rem}}.tech-mosaic-section{background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #40826d14;padding:2.5rem 2rem;margin-bottom:2.5rem;text-align:center}.tech-mosaic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.2rem 2.2rem;margin-top:2.2rem;margin-bottom:1.2rem;align-items:start;justify-items:center}.tech-mosaic-category{background:#f6fbf8;border-radius:1rem;box-shadow:0 2px 8px #40826d0f;padding:1.2rem 1rem 1.5rem;display:flex;flex-direction:column;align-items:center;min-width:180px;min-height:180px}.tech-mosaic-label{font-size:1.08rem;font-weight:600;color:var(--viridian-dark);margin-bottom:1.1rem;letter-spacing:.01em}.tech-mosaic-logos{display:flex;flex-wrap:wrap;gap:1.1rem;justify-content:center;align-items:center}.tech-logo{height:38px;max-width:70px;object-fit:contain;background:none;border-radius:.5rem;box-shadow:0 1px 4px #40826d0f;padding:.2rem;transition:transform .18s}.tech-logo:hover{transform:scale(1.08);box-shadow:0 4px 16px #40826d21}@media (max-width: 900px){.tech-mosaic-section{padding:1.2rem .5rem}.tech-mosaic-grid{gap:1.2rem .7rem}.tech-mosaic-category{padding:.7rem .3rem 1rem;min-width:120px;min-height:120px}.tech-mosaic-label{font-size:.98rem}.tech-logo{height:28px;max-width:48px}}@media (max-width: 600px){.tech-mosaic-grid{grid-template-columns:1fr 1fr;gap:1.2rem 0}.tech-mosaic-category{min-width:0;min-height:80px;padding:.5rem .1rem .7rem}.tech-logo{height:22px;max-width:32px}}.tech-tooltip-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.tech-tooltip{visibility:hidden;opacity:0;background:#232323;color:#fff;text-align:center;border-radius:.5rem;padding:.25rem .7rem;font-size:.92rem;font-weight:500;position:absolute;bottom:120%;left:50%;transform:translate(-50%) translateY(8px);white-space:nowrap;z-index:10;box-shadow:0 2px 8px #40826d21;transition:opacity .18s,transform .18s;pointer-events:none}.tech-tooltip-container:hover .tech-tooltip,.tech-tooltip-container:focus-within .tech-tooltip{visibility:visible;opacity:1;transform:translate(-50%) translateY(0)}.tech-mosaic-cloud{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem 2.5rem;margin:2rem 0;position:relative}.tech-icon-circle{background:#fff;border-radius:50%;box-shadow:0 4px 16px #40826d21;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin:.5rem;transition:transform .18s,box-shadow .18s;position:relative}.tech-icon-circle:hover{transform:scale(1.12);box-shadow:0 8px 32px #40826d2e}@media (max-width: 700px){.tech-mosaic-cloud{gap:1.2rem 1.2rem}.tech-icon-circle{width:56px;height:56px}}.benefits-container{padding:3rem 1rem;max-width:1200px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 768px){.benefits-grid{grid-template-columns:1fr 1fr;column-gap:4rem}}.benefit-item{display:flex;align-items:flex-start;gap:1rem}.benefit-number{font-size:3rem;font-weight:700;color:var(--viridian-light);flex-shrink:0}.benefit-content{flex:1}.benefit-title{font-size:1.1rem;font-weight:400;color:var(--text-dark);margin:0;text-align:left}.benefit-description{margin-top:.5rem;color:var(--text-dark);line-height:1.5;text-align:left}.solution-section{padding:3rem 1rem;max-width:1200px;margin:0 auto}.solution-grid{display:flex;flex-wrap:nowrap;flex-direction:column}@media (min-width: 900px){.solution-grid{grid-template-columns:2fr 1fr;align-items:flex-start}}.solution-subtitle{color:#4caf50;font-weight:600;font-size:.9rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.solution-heading{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#111}.solution-content p{margin-bottom:1.25rem;color:#444;line-height:1.6}.solution-sidebar{padding-top:2.5rem}.sidebar-title{font-weight:600;font-size:1rem;margin-bottom:1rem;color:#111}.tag-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem}.tag-pill{display:inline-block;background:linear-gradient(135deg,#1ec6b6,#159e91);color:#fff;padding:.6rem 1.2rem;border-radius:25px;font-size:.95rem;font-weight:400;width:max-content}
