html{scroll-snap-type:y proximity;scroll-behavior:smooth;scroll-padding-top:72px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html,body,#root{height:100%}#root{display:flex;flex-direction:column}.logo{height:40vmin;pointer-events:none}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.App-header{background-color:#1f5dd8;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.homePage{font-family:Manrope,sans-serif;color:#22271f;background:#fbfcfb}.hero{position:relative;min-height:calc(100vh - 72px);margin-top:72px;display:flex;align-items:center;padding:80px clamp(24px,6vw,80px);overflow:hidden;color:#fff;background:radial-gradient(120% 90% at 82% 8%,#48c86e47,#48c86e00 55%),radial-gradient(90% 70% at 8% 100%,#0828128c,#08281200 60%),linear-gradient(135deg,#0b3316,#1d792d 62%,#23913b)}.hero-watermark{position:absolute;right:-4%;top:50%;transform:translateY(-50%) rotate(6deg);width:min(52%,620px);height:auto;opacity:.1;fill:#fff;z-index:1;pointer-events:none}.hero-inner{position:relative;z-index:2;max-width:700px;animation:heroFade .7s ease}@keyframes heroFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:13px;font-weight:700;opacity:.85;margin:0 0 18px}.hero-title{font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.1;font-weight:800;letter-spacing:-1px;margin:0 0 20px}.hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);line-height:1.65;opacity:.92;margin:0;max-width:560px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px}.hero-btn{padding:15px 30px;border-radius:999px;font-weight:700;font-size:15px;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s}.hero-btn.primary{background:#fff;color:#145221}.hero-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px #00000040}.hero-btn.ghost{border:1.5px solid rgba(255,255,255,.55);color:#fff}.hero-btn.ghost:hover{background:#ffffff1f;border-color:#fff}.chiSiamoSection{padding:clamp(70px,10vw,110px) clamp(24px,6vw,48px);display:flex;justify-content:center}.chiSiamoInner{max-width:780px;width:100%}.sectionEyebrow{text-transform:uppercase;letter-spacing:2px;font-size:13px;font-weight:700;color:#1d792d;margin:0 0 12px}.sectionEyebrow.center{text-align:center;margin-bottom:40px}.chiSiamoTitle{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;letter-spacing:-.5px;color:#1b2019;margin:0 0 28px}.chiSiamoText{font-size:17px;line-height:1.85;color:#3f463d;margin:0 0 20px}.chiSiamoText:last-child{margin-bottom:0}.aziende{padding:clamp(60px,8vw,90px) clamp(24px,6vw,48px);text-align:center;background:#f3f7f3}.companiesGrid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:16px;max-width:1000px;margin:0 auto}.companyCard{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}.companyLogo{width:160px;height:70px;border-radius:14px;background:#fff;border:1px solid #e6ebe6;object-fit:contain;padding:14px 22px;box-sizing:border-box;transition:box-shadow .2s,transform .2s}.companyCard:hover .companyLogo{box-shadow:0 8px 24px #1d792d24;transform:translateY(-3px)}.companyName{font-size:13px;color:#555;text-align:center;line-height:1.4}.contactPage{font-family:Manrope,sans-serif}.contactSection{padding:calc(72px + clamp(50px,8vw,90px)) clamp(24px,6vw,48px) clamp(60px,8vw,100px);background:linear-gradient(180deg,#103d1a,#145221);color:#fff;min-height:calc(100vh - 72px);box-sizing:border-box}.contactGrid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(36px,5vw,64px);align-items:start}.contactEyebrow{text-transform:uppercase;letter-spacing:2px;font-size:13px;font-weight:700;opacity:.85;margin:0 0 12px}.contactHeading{font-size:clamp(1.9rem,3vw,2.6rem);font-weight:800;letter-spacing:-.5px;margin:0 0 24px}.contactLead{font-size:15px;line-height:1.75;opacity:.9;margin:0 0 36px;max-width:420px}.contactDetails{display:flex;flex-direction:column;gap:18px;font-size:15px}.contactDetailLabel{display:block;opacity:.6;font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.contactDetail a{color:#fff;text-decoration:underline;text-underline-offset:2px}.contactDetail a:hover{opacity:.85}.contactCard{background:#fff;border-radius:20px;padding:clamp(28px,4vw,40px);box-shadow:0 24px 60px #00000040}.contactForm{display:flex;flex-direction:column;gap:16px}.formRow{display:grid;grid-template-columns:1fr 1fr;gap:16px}.formField{display:flex;flex-direction:column;gap:6px}.formLabel{font-size:13px;font-weight:700;color:#3a4038}.formInput{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid #dbe3db;border-radius:10px;font-size:14px;font-family:inherit;color:#22271f;outline:none;transition:border-color .2s,box-shadow .2s}.formInput:focus{border-color:#1d792d;box-shadow:0 0 0 3px #1d792d26}.formTextarea{resize:vertical;min-height:110px}.formError{margin:0;color:#c0392b;font-size:14px;font-weight:600}.formSubmit{background:#1d792d;color:#fff;border:none;padding:15px;border-radius:10px;font-weight:700;font-size:15px;font-family:inherit;cursor:pointer;margin-top:6px;transition:background .2s,transform .2s}.formSubmit:hover{background:#145221;transform:translateY(-1px)}.formSubmit:active{transform:translateY(0)}@media(max-width:820px){.contactGrid{grid-template-columns:1fr}}@media(max-width:480px){.formRow{grid-template-columns:1fr}}.soluzioniPage{padding-top:72px;min-height:100vh}.soluzioniHeader{text-align:center;padding:60px 40px 40px;background:linear-gradient(180deg,#f5f8f5,#fff)}.soluzioniTitle{color:#1d792d;font-size:clamp(2rem,4vw,3rem);margin:0 0 18px;font-weight:700}.soluzioniSubtitle{color:#555;font-size:1.05rem;max-width:640px;margin:0 auto;line-height:1.7}.productList{display:flex;flex-direction:column;gap:0}.productCard{display:grid;grid-template-columns:280px 1fr;min-height:340px;border-top:1px solid #e8eee8}.productCard.reversed{grid-template-columns:1fr 280px}.productCard.reversed .productVisual{order:2;border-left:1px solid #e8eee8;border-right:none}.productCard.reversed .productInfo{order:1}.productVisual{background:#f5f8f5;border-right:1px solid #e8eee8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:40px 30px}.productNumber{font-size:5rem;font-weight:800;color:#1d792d;opacity:.15;line-height:1;font-variant-numeric:tabular-nums}.platformBadges{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.platformBadge{font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:20px;letter-spacing:.3px}.productInfo{padding:50px 60px;display:flex;flex-direction:column;justify-content:center;gap:14px}.productTitle{font-size:1.6rem;font-weight:700;color:#1a1a1a;margin:0}.productTagline{font-size:1rem;color:#1d792d;font-weight:600;margin:0;font-style:italic}.productDescription{font-size:.95rem;color:#555;line-height:1.75;margin:0;max-width:640px}.featureList{list-style:none;margin:8px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 24px}.featureItem{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#444}.featureDot{width:7px;height:7px;border-radius:50%;background:#1d792d;flex-shrink:0}.productDetailLink{display:inline-block;margin-top:24px;padding:10px 24px;background:#1d792d;color:#fff;border-radius:24px;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s}.productDetailLink:hover{background:#166024;transform:translateY(-2px)}@media(max-width:768px){.productCard,.productCard.reversed{grid-template-columns:1fr}.productCard.reversed .productVisual{order:0;border-left:none;border-right:none;border-bottom:1px solid #e8eee8}.productVisual{flex-direction:row;justify-content:flex-start;padding:24px 30px;border-right:none;border-bottom:1px solid #e8eee8}.productNumber{font-size:3rem}.productInfo{padding:32px 30px}.featureList{grid-template-columns:1fr}}.productCard.withCarousel{grid-template-rows:auto auto;border-bottom:none}.scCarouselRow{grid-column:1 / -1;order:99;--sc-accent: #5de67a;--sc-slide-h: clamp(400px, 50vh, 520px);--sc-img-h: calc(var(--sc-slide-h) - 80px);background:linear-gradient(160deg,#0d2211,#1a4220);padding:clamp(28px,4vh,56px) clamp(20px,6vw,80px);border-top:1px solid rgba(255,255,255,.06);scroll-snap-align:center;scroll-snap-stop:always}.scTheme-orange{--sc-accent: #ffc94d;background:linear-gradient(160deg,#140c00,#251800)}.scCarouselInner{width:100%;max-width:1180px;margin:0 auto}.scSectionLabel{text-align:center;color:#ffffff73;font-size:.72rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;margin:0 0 8px}.scSectionTitle{text-align:center;color:#fff;font-size:1.45rem;font-weight:700;margin:0 0 40px}.scCarousel{position:relative;width:100%;max-width:1180px;margin:0 auto}.scSlidesWrapper{border-radius:16px;overflow:hidden}.scSlide{display:none}.scSlideActive{display:block;animation:scFadeIn .45s ease}@keyframes scFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.scSlideInner{position:relative;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px 44px;height:var(--sc-slide-h);display:flex;flex-direction:column;justify-content:center;overflow:hidden}.scCounter{position:absolute;top:18px;right:22px;color:#ffffff4d;font-size:.75rem;font-weight:600;letter-spacing:.5px}.scIcon{display:block;text-align:center;font-size:2.2rem;margin-bottom:10px}.scTitle{color:#fff;font-size:1.45rem;font-weight:700;text-align:center;margin:0 0 6px}.scSubtitle{color:#ffffff8c;text-align:center;font-size:.92rem;margin:0 0 28px;line-height:1.5}.scCentered{text-align:center}.scSlideLayout{display:grid;grid-template-columns:1fr 1.6fr;gap:40px;align-items:center}.scSlideText{display:flex;flex-direction:column;gap:0}.scIconLeft{text-align:left;font-size:1.8rem;margin-bottom:8px}.scTitleLeft{text-align:left;margin-bottom:6px}.scSubtitleLeft{text-align:left;margin-bottom:20px}.scSlideImageWrap{display:flex;align-items:center;justify-content:center}.scSlideImage{width:100%;height:auto;max-height:var(--sc-img-h);object-fit:contain;display:block;border-radius:10px;box-shadow:0 12px 48px #0000008c;border:1px solid rgba(255,255,255,.1)}.scSlideImageDoc{height:var(--sc-img-h);width:auto;max-width:100%;object-fit:contain;display:block;border-radius:8px;box-shadow:0 12px 48px #0000008c;border:1px solid rgba(255,255,255,.1);background:#fff}.scSlideImageWrapMobile{justify-content:center}.scSlideImageMobile{height:var(--sc-img-h);max-height:var(--sc-img-h);width:auto;display:block;border-radius:22px;box-shadow:0 12px 48px #0000008c;border:1px solid rgba(255,255,255,.1)}.scSlideImage,.scSlideImageDoc,.scSlideImageMobile{cursor:zoom-in}.scZoomOverlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:4vh 4vw;background:#08100a61;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.scZoomOverlay.active{opacity:1;visibility:visible}.scZoomImg{max-width:min(90vw,1150px);max-height:88vh;width:auto;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 40px 120px #0009;background:#fff;transform:scale(.9);opacity:.6;transition:transform .4s cubic-bezier(.2,.8,.2,1),opacity .4s ease}.scZoomOverlay.active .scZoomImg{transform:scale(1);opacity:1}@media(prefers-reduced-motion:reduce){.scZoomOverlay,.scZoomImg{transition:none}}.scEcoGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.scEcoCard{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-top-width:3px;border-radius:12px;padding:20px 18px}.scEcoName{font-size:1rem;font-weight:700;margin:0 0 4px}.scEcoDesc{font-size:.76rem;color:#ffffff73;margin:0 0 14px}.scEcoList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:7px}.scEcoList li{font-size:.82rem;color:#fffc;padding-left:14px;position:relative;line-height:1.4}.scEcoList li:before{content:"·";position:absolute;left:2px;color:#fff6;font-size:1rem}.scPoints{list-style:none;padding:0;margin:0 auto;max-width:580px;display:flex;flex-direction:column;gap:13px}.scPoint{display:flex;align-items:flex-start;gap:12px;color:#ffffffd1;font-size:.95rem;line-height:1.55}.scPointDot{width:8px;height:8px;border-radius:50%;background:var(--sc-accent);flex-shrink:0;margin-top:7px}.scMapLayout{display:grid;grid-template-columns:220px 1fr;gap:36px;align-items:start}.scLegend{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:13px}.scLegendItem{display:flex;align-items:center;gap:10px;color:#ffffffd1;font-size:.9rem}.scLegendDot{width:13px;height:13px;border-radius:50%;flex-shrink:0}.scWhyGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.scWhyCard{background:#ffffff12;border:1px solid rgba(255,255,255,.09);border-radius:10px;padding:18px 14px;text-align:center}.scWhyIcon{display:block;font-size:1.6rem;margin-bottom:8px}.scWhyTitle{color:#fff;font-size:.88rem;font-weight:700;margin:0 0 5px}.scWhyDesc{color:#ffffff8c;font-size:.76rem;line-height:1.5;margin:0}.scWorkflowSteps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:20px}.scWorkflowStep{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:24px 18px 20px;text-align:center;position:relative}.scWorkflowArrow{position:absolute;right:-10px;top:50%;transform:translateY(-50%);color:var(--sc-accent);font-size:1.4rem;font-weight:700;z-index:2;pointer-events:none}.scWorkflowNum{font-size:2.2rem;font-weight:800;color:var(--sc-accent);opacity:.75;margin:0 0 10px;line-height:1}.scWorkflowTitle{color:var(--sc-accent);font-size:.95rem;font-weight:700;margin:0 0 10px}.scWorkflowDesc{color:#fff9;font-size:.8rem;line-height:1.55;margin:0}.scNavBtn{position:absolute;top:50%;transform:translateY(calc(-50% - 24px));background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:#fff;width:42px;height:42px;border-radius:50%;cursor:pointer;font-size:1.4rem;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;z-index:10;line-height:1}.scNavBtn:hover{background:#ffffff2e;border-color:#ffffff59}.scPrev{left:-58px}.scNext{right:-58px}.scDots{display:flex;justify-content:center;gap:8px;margin-top:26px}.scDot{width:8px;height:8px;border-radius:50%;background:#ffffff47;border:none;cursor:pointer;padding:0;transition:background .3s,transform .2s}.scDot:hover{background:#ffffff80}.scDotActive{background:#fff!important;transform:scale(1.35)}@media(max-width:1100px){.scCarouselRow{padding:40px 56px 52px}.scPrev{left:-44px}.scNext{right:-44px}.scNavBtn{background:#00000073;border-color:#fff3}}@media(max-width:768px){.productCard.withCarousel{grid-template-rows:auto auto auto}.scCarouselRow{padding:40px 20px 50px;grid-column:1 / -1;justify-content:flex-start}.scSlideInner{padding:28px 20px 32px;height:auto;justify-content:flex-start}.scSlideLayout{grid-template-columns:1fr;gap:24px}.scSlideImage{width:100%;height:auto;max-height:none}.scSlideImageDoc{height:auto;width:100%;max-height:420px}.scSlideImageMobile{height:240px;max-height:240px;width:auto}.scEcoGrid{grid-template-columns:1fr}.scWhyGrid{grid-template-columns:repeat(2,1fr)}.scNavBtn{display:none}.scWorkflowSteps{grid-template-columns:repeat(2,1fr)}.scWorkflowArrow{display:none}}.emPage{padding-top:110px}.emContainer{max-width:1100px;margin:0 auto;padding:0 40px}.emSection{padding:80px 0}.emBg-light{background:#f5f8f5}.emBg-white{background:#fff}.emBg-dark{background:#0f2340}.emHero{background:linear-gradient(135deg,#0f2340,#162d50 60%,#0d3d2e);padding:80px 40px 90px;color:#fff}.emHeroInner{max-width:820px;margin:0 auto}.emBreadcrumb{font-size:.85rem;color:#ffffff8c;margin-bottom:28px}.emBreadcrumbLink{color:#ffffffb3;text-decoration:none;transition:color .2s}.emBreadcrumbLink:hover{color:#fff}.emBreadcrumbSep{margin:0 8px;opacity:.4}.emHeroTitle{font-size:clamp(2.4rem,5vw,4rem);font-weight:800;margin:0 0 12px;letter-spacing:-1px}.emHeroTagline{font-size:clamp(1rem,2vw,1.35rem);font-weight:400;color:#ffffffbf;margin:0 0 20px}.emHeroDesc{font-size:1rem;color:#fff9;line-height:1.7;margin:0 0 32px;max-width:580px}.emTechBadges{display:flex;flex-wrap:wrap;gap:10px}.emBadge{padding:6px 16px;border-radius:20px;font-size:.82rem;font-weight:600;color:#fff;letter-spacing:.2px}.emTitle{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#1a1a1a;margin:0 0 10px}.emTitle.light{color:#fff}.emSubtitle{font-size:1rem;color:#666;margin:0 0 48px;line-height:1.6}.emSubtitle.light{color:#ffffffa6}.emProblemGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.emProblemCard{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #00000012;transition:transform .2s,box-shadow .2s}.emProblemCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000021}.emProblemBar{height:8px}.emProblemTitle{font-size:1.05rem;font-weight:700;margin:20px 22px 10px}.emProblemDesc{font-size:.88rem;color:#555;line-height:1.6;margin:0 22px 24px}.emSoluzioneLayout{display:flex;align-items:center;gap:48px;flex-wrap:wrap;justify-content:center}.emHub{width:150px;height:150px;border-radius:50%;background:#1d792d;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-size:1.1rem;font-weight:700;flex-shrink:0;box-shadow:0 0 0 12px #1d792d2e,0 0 0 24px #1d792d14}.emChipsWrap{display:flex;flex-wrap:wrap;gap:12px;max-width:600px}.emChip{padding:8px 20px;border-radius:24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.9rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.emArchGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid #e8eee8;border-radius:16px;overflow:hidden;position:relative}.emArchCard{padding:36px 32px;background:#fff;border-right:1px solid #e8eee8;position:relative}.emArchCard:last-child{border-right:none}.emArchNum{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:800;margin-bottom:16px}.emArchTitle{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 6px}.emArchSubtitle{font-size:.9rem;font-weight:600;margin:0 0 16px}.emArchList{list-style:none;padding:0;margin:0}.emArchList li{font-size:.85rem;color:#555;padding:4px 0;line-height:1.5}.emArchArrow{position:absolute;top:50%;right:-14px;transform:translateY(-50%);background:#fff;border:1px solid #ddd;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#888;z-index:1}.emArchLibs{font-size:.83rem;color:#777;text-align:center;margin:28px 0 0;padding:16px 24px;background:#f5f8f5;border-radius:10px;line-height:1.7}.emTabBar{display:flex;flex-wrap:wrap;gap:4px;border-bottom:2px solid #e8eee8;margin-bottom:0}.emTab{padding:10px 18px;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:.9rem;font-weight:600;color:#777;transition:color .2s,border-color .2s;white-space:nowrap}.emTab:hover{color:#333}.emTab.active{color:#1d792d}.emModulePanel{display:grid;grid-template-columns:280px 1fr;gap:48px;border-top:4px solid #1D792D;padding:40px 0 0;transition:border-color .3s}.emModulePanelLeft{display:flex;flex-direction:column;gap:12px}.emModulePanelTitle{font-size:1.3rem;font-weight:700;margin:0}.emModulePanelTagline{font-size:.92rem;color:#555;line-height:1.6;margin:0;font-style:italic}.emStatusList{display:flex;flex-direction:column;gap:8px;margin-top:8px}.emStatus{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#444}.emStatusDot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.emModulePanelFeatures{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;align-content:start}.emModulePanelFeatures li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:#444;line-height:1.5}.emFDot{width:7px;height:7px;border-radius:50%;flex-shrink:0;margin-top:5px}.emScadenzeRow{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:32px}.emScCard{flex:1;min-width:180px;border-radius:14px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;border:2px solid}.emScCard.valido{border-color:#16a34a;background:#f0fdf4}.emScCard.inScadenza{border-color:#d97706;background:#fffbeb}.emScCard.scaduto{border-color:#dc2626;background:#fef2f2}.emScCard.valido strong{color:#16a34a}.emScCard.inScadenza strong{color:#d97706}.emScCard.scaduto strong{color:#dc2626}.emScIcon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff}.emScCard.valido .emScIcon{background:#16a34a}.emScCard.inScadenza .emScIcon{background:#d97706}.emScCard.scaduto .emScIcon{background:#dc2626}.emScCard strong{font-size:.9rem;letter-spacing:.5px}.emScCard span{font-size:.85rem;color:#555}.emAreeRow{display:flex;gap:20px;flex-wrap:wrap}.emAreaCard{flex:1;min-width:200px;background:#f5f8f5;border-radius:12px;padding:24px;border-top:3px solid #1D792D}.emAreaCard h4{font-size:.95rem;font-weight:700;color:#1a1a1a;margin:0 0 8px}.emAreaCard p{font-size:.85rem;color:#666;margin:0;line-height:1.5}.emSecRow{display:grid;grid-template-columns:1fr 1fr;gap:24px}.emSecCard{background:#fff;border-radius:14px;padding:32px;border:1px solid #e8eee8}.emSecCardTitle{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #1D792D}.emSecList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.emSecList li{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#444}.emLangRow{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}.emLangBadge{padding:5px 14px;border-radius:20px;background:#f5f8f5;border:1px solid #c8dcc8;font-size:.82rem;font-weight:600;color:#1d792d}.emWhyGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.emWhyCard{background:#fff;border-radius:14px;padding:28px 24px;border:1px solid #e8eee8;position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}.emWhyCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.emWhyBar{position:absolute;top:0;left:0;width:4px;height:100%}.emWhyCard h3{font-size:1rem;font-weight:700;margin:0 0 10px;padding-left:12px}.emWhyCard p{font-size:.87rem;color:#555;line-height:1.6;margin:0;padding-left:12px}.emCTA{background:linear-gradient(135deg,#0f2340,#0d3d2e);padding:90px 40px;text-align:center;color:#fff}.emCTA h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;margin:0 0 18px}.emCTA p{font-size:1rem;color:#ffffffb3;max-width:520px;margin:0 auto 36px;line-height:1.7}.emCTABtn{display:inline-block;background:#1d792d;color:#fff;padding:14px 40px;border-radius:30px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s}.emCTABtn:hover{background:#166024;transform:translateY(-2px)}.emCTANote{font-size:.8rem;color:#ffffff59;margin:20px 0 0!important}.emEcoGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.emEcoCard{border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#ffffff0a}.emEcoCardHeader{padding:18px 24px;text-align:center}.emEcoName{font-size:1rem;font-weight:800;color:#fff;letter-spacing:.3px}.emEcoCardBody{padding:20px 24px 28px}.emEcoRole{font-size:.8rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin:0 0 10px}.emEcoDesc{font-size:.88rem;color:#ffffffa6;line-height:1.6;margin:0}.emEcoArrows{display:flex;justify-content:space-around;padding:0 40px;margin-bottom:16px}.emEcoArrowDown{display:block;width:2px;height:28px;background:#fff3;border-radius:2px;position:relative}.emEcoArrowDown:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid rgba(255,255,255,.2)}.emDbBanner{display:flex;align-items:center;gap:20px;background:#ffffff12;border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:24px 32px}.emDbIcon{width:52px;height:52px;border-radius:12px;background:#1d792d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.emDbIcon span{color:#fff;font-size:.85rem;font-weight:800;letter-spacing:.5px}.emDbBanner strong{display:block;color:#fff;font-size:.95rem;margin-bottom:6px}.emDbBanner p{font-size:.85rem;color:#ffffff8c;margin:0;line-height:1.5}.emAppSection{display:grid;grid-template-columns:340px 1fr;gap:56px;align-items:start}.emAppSection.reversed{grid-template-columns:1fr 340px}.emAppSectionLeft{border-left:4px solid;padding-left:24px;display:flex;flex-direction:column;gap:10px}.emAppSection.reversed .emAppSectionLeft{border-left:none;border-right:4px solid;padding-left:0;padding-right:24px}.emAppBadge{display:inline-block;padding:4px 14px;border-radius:20px;font-size:.78rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.emAppTitle{font-size:clamp(1.5rem,2.5vw,1.9rem);font-weight:800;margin:0;letter-spacing:-.5px}.emAppSubtitle{font-size:1rem;font-weight:600;color:#555;margin:0}.emAppTech{font-size:.82rem;color:#888;font-family:monospace;margin:0}.emAppDesc{font-size:.92rem;color:#555;line-height:1.65;margin:8px 0 0}.emAppFeatures{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.emAppFeatures li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#444;line-height:1.55}@media(max-width:900px){.emArchGrid{grid-template-columns:1fr}.emArchCard{border-right:none;border-bottom:1px solid #e8eee8}.emArchArrow{display:none}.emModulePanel{grid-template-columns:1fr;gap:24px}.emModulePanelFeatures{grid-template-columns:1fr}.emWhyGrid{grid-template-columns:repeat(2,1fr)}.emSecRow,.emEcoGrid{grid-template-columns:1fr}.emEcoArrows{display:none}.emAppSection,.emAppSection.reversed{grid-template-columns:1fr;gap:32px}.emAppSection.reversed .emAppSectionLeft{border-right:none;border-left:4px solid;padding-right:0;padding-left:24px}}@media(max-width:600px){.emContainer{padding:0 20px}.emWhyGrid{grid-template-columns:1fr}.emSoluzioneLayout{flex-direction:column;gap:32px}}.emwPage{padding-top:110px}.emwContainer{max-width:1100px;margin:0 auto;padding:0 40px}.emwSection{padding:80px 0}.emwBg-light{background:#f5f5f2}.emwBg-white{background:#fff}.emwBg-dark{background:#0d2a2a}.emwHero{background:linear-gradient(135deg,#0d2a2a,#162d2d 60%,#1a1a2e);padding:80px 40px 90px;color:#fff}.emwHeroInner{max-width:820px;margin:0 auto}.emwBreadcrumb{font-size:.85rem;color:#ffffff80;margin-bottom:24px}.emwBreadcrumbLink{color:#ffffffb3;text-decoration:none;transition:color .2s}.emwBreadcrumbLink:hover{color:#fff}.emwBreadcrumbSep{margin:0 8px;opacity:.4}.emwAccentLine{width:200px;height:4px;background:#e85a1a;border-radius:2px;margin-bottom:28px}.emwHeroTitle{font-size:clamp(2.4rem,5vw,4rem);font-weight:800;margin:0 0 12px;letter-spacing:-1px}.emwHeroTagline{font-size:clamp(1rem,2vw,1.35rem);color:#ffffffbf;margin:0 0 20px}.emwHeroDesc{font-size:1rem;color:#fff9;line-height:1.7;margin:0 0 32px;max-width:580px}.emwTechBadges{display:flex;flex-wrap:wrap;gap:10px}.emwBadge{padding:6px 16px;border-radius:20px;font-size:.82rem;font-weight:600;color:#fff}.emwTitle{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#1a1a1a;margin:0 0 10px}.emwTitle.light{color:#fff}.emwSubtitle{font-size:1rem;color:#666;margin:0 0 48px;line-height:1.6}.emwSubtitle.light{color:#fff9}.emwProblemGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.emwProblemCard{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #00000012;transition:transform .2s,box-shadow .2s}.emwProblemCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000021}.emwProblemBar{height:8px}.emwProblemTitle{font-size:1.05rem;font-weight:700;margin:20px 22px 10px}.emwProblemDesc{font-size:.88rem;color:#555;line-height:1.6;margin:0 22px 24px}.emwSintesiGrid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.emwSintesiCard{border-radius:14px;overflow:hidden;background:#ffffff0d;border:1px solid rgba(255,255,255,.12)}.emwSintesiCard h3{padding:18px 24px;margin:0;font-size:1rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;font-size:.88rem}.emwSintesiCard.teal h3{background:#0f766e;color:#fff}.emwSintesiCard.orange h3{background:#e85a1a;color:#fff}.emwSintesiCard ul{list-style:none;padding:20px 24px;margin:0;display:flex;flex-direction:column;gap:12px}.emwSintesiCard li{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#fffc}.emwFDot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.emwFDot.teal{background:#0f766e}.emwFDot.orange{background:#e85a1a}.emwArchGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid #e8eee8;border-radius:16px;overflow:hidden;position:relative}.emwArchCard{padding:36px 32px;background:#fff;border-right:1px solid #e8eee8;position:relative}.emwArchCard:last-child{border-right:none}.emwArchNum{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:800;margin-bottom:16px}.emwArchTitle{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 6px}.emwArchSubtitle{font-size:.9rem;font-weight:600;margin:0 0 16px}.emwArchList{list-style:none;padding:0;margin:0}.emwArchList li{font-size:.85rem;color:#555;padding:4px 0;line-height:1.5}.emwArchArrow{position:absolute;top:50%;right:-14px;transform:translateY(-50%);background:#fff;border:1px solid #ddd;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#888;z-index:1}.emwArchLibs{font-size:.83rem;color:#777;text-align:center;margin:28px 0 0;padding:16px 24px;background:#f5f5f2;border-radius:10px;line-height:1.7}.emwTabBar{display:flex;flex-wrap:wrap;gap:4px;border-bottom:2px solid #e0e0e0;margin-bottom:0}.emwTab{padding:10px 18px;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:.88rem;font-weight:600;color:#777;transition:color .2s;white-space:nowrap}.emwTab:hover{color:#333}.emwModulePanel{display:grid;grid-template-columns:280px 1fr;gap:48px;border-top:4px solid #E85A1A;padding:40px 0 0;transition:border-color .3s}.emwModulePanelLeft{display:flex;flex-direction:column;gap:12px}.emwModulePanelLeft h3{font-size:1.3rem;font-weight:700;margin:0}.emwModuleTagline{font-size:.92rem;color:#555;line-height:1.6;margin:0;font-style:italic}.emwHierarchy{display:flex;flex-direction:column;gap:8px;margin-top:8px}.emwHierarchyBadge{display:inline-block;padding:5px 14px;border-radius:6px;color:#fff;font-size:.82rem;font-weight:700;width:fit-content}.emwToolBadges{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.emwToolBadge{padding:5px 16px;border-radius:20px;color:#fff;font-size:.82rem;font-weight:600}.emwModuleFeatures{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;align-content:start}.emwModuleFeatures li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:#444;line-height:1.5}.emwWhyGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.emwWhyCard{background:#fff;border-radius:14px;padding:28px 24px;border:1px solid #e8e8e8;position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}.emwWhyCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.emwWhyBar{position:absolute;top:0;left:0;width:4px;height:100%}.emwWhyCard h3{font-size:1rem;font-weight:700;margin:0 0 10px;padding-left:12px}.emwWhyCard p{font-size:.87rem;color:#555;line-height:1.6;margin:0;padding-left:12px}.emwCTA{background:linear-gradient(135deg,#0d2a2a,#1a1a2e);padding:90px 40px;text-align:center;color:#fff}.emwCTA h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;margin:0 0 18px;line-height:1.2}.emwCTA p{font-size:1rem;color:#ffffffb3;max-width:520px;margin:0 auto 36px;line-height:1.7}.emwCTABtn{display:inline-block;background:#e85a1a;color:#fff;padding:14px 40px;border-radius:30px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s}.emwCTABtn:hover{background:#c94d14;transform:translateY(-2px)}.emwCTANote{font-size:.8rem;color:#ffffff4d;margin:20px 0 0!important}@media(max-width:900px){.emwArchGrid{grid-template-columns:1fr}.emwArchCard{border-right:none;border-bottom:1px solid #e8e8e8}.emwArchArrow{display:none}.emwSintesiGrid{grid-template-columns:1fr}.emwModulePanel{grid-template-columns:1fr;gap:24px}.emwModuleFeatures{grid-template-columns:1fr}.emwWhyGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.emwContainer{padding:0 20px}.emwWhyGrid{grid-template-columns:1fr}}.epPage{padding-top:110px}.epContainer{max-width:1100px;margin:0 auto;padding:0 40px}.epSection{padding:80px 0}.epBg-light{background:#f0f9ff}.epBg-white{background:#fff}.epBg-dark{background:#0c1f3a}.epHero{background:linear-gradient(135deg,#0c1f3a,#142f52 60%,#0a2a40);padding:80px 40px 90px;color:#fff}.epHeroInner{max-width:820px;margin:0 auto}.epBreadcrumb{font-size:.85rem;color:#ffffff8c;margin-bottom:24px}.epBreadcrumbLink{color:#ffffffb3;text-decoration:none;transition:color .2s}.epBreadcrumbLink:hover{color:#fff}.epBreadcrumbSep{margin:0 8px;opacity:.4}.epAccentLine{width:200px;height:4px;background:#14b8a6;border-radius:2px;margin-bottom:28px}.epHeroTitle{font-size:clamp(2.4rem,5vw,4rem);font-weight:800;margin:0 0 12px;letter-spacing:-1px}.epHeroTagline{font-size:clamp(1rem,2vw,1.35rem);color:#ffffffbf;margin:0 0 20px}.epHeroDesc{font-size:1rem;color:#fff9;line-height:1.7;margin:0 0 32px;max-width:580px}.epTechBadges{display:flex;flex-wrap:wrap;gap:10px}.epBadge{padding:6px 16px;border-radius:20px;font-size:.82rem;font-weight:600;color:#fff}.epTitle{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#1a1a1a;margin:0 0 10px}.epTitle.light{color:#fff}.epSubtitle{font-size:1rem;color:#666;margin:0 0 48px;line-height:1.6}.epSubtitle.light{color:#ffffffa6}.epProblemGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.epProblemCard{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #00000012;transition:transform .2s,box-shadow .2s}.epProblemCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000021}.epProblemBar{height:8px}.epProblemTitle{font-size:1.05rem;font-weight:700;margin:20px 22px 10px}.epProblemDesc{font-size:.88rem;color:#555;line-height:1.6;margin:0 22px 24px}.epSoluzioneLayout{display:flex;align-items:center;gap:48px;flex-wrap:wrap;justify-content:center}.epHub{width:150px;height:150px;border-radius:50%;background:#14b8a6;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;font-size:1.1rem;font-weight:700;flex-shrink:0;box-shadow:0 0 0 12px #14b8a62e,0 0 0 24px #14b8a614}.epChipsWrap{display:flex;flex-wrap:wrap;gap:12px;max-width:600px}.epChip{padding:8px 20px;border-radius:24px;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.9rem;font-weight:600}.epArchGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid #e0f2f1;border-radius:16px;overflow:hidden;position:relative}.epArchCard{padding:36px 32px;background:#fff;border-right:1px solid #e0f2f1;position:relative}.epArchCard:last-child{border-right:none}.epArchNum{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:800;margin-bottom:16px}.epArchTitle{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 6px}.epArchSubtitle{font-size:.9rem;font-weight:600;margin:0 0 16px}.epArchList{list-style:none;padding:0;margin:0}.epArchList li{font-size:.85rem;color:#555;padding:4px 0;line-height:1.5}.epArchArrow{position:absolute;top:50%;right:-14px;transform:translateY(-50%);background:#fff;border:1px solid #ddd;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#888;z-index:1}.epArchLibs{font-size:.83rem;color:#777;text-align:center;margin:28px 0 0;padding:16px 24px;background:#f0f9ff;border-radius:10px;line-height:1.7}.epTabBar{display:flex;flex-wrap:wrap;gap:4px;border-bottom:2px solid #e0f2f1;margin-bottom:0}.epTab{padding:10px 18px;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:.9rem;font-weight:600;color:#777;transition:color .2s,border-color .2s;white-space:nowrap}.epTab:hover{color:#333}.epModulePanel{display:grid;grid-template-columns:280px 1fr;gap:48px;border-top:4px solid #14b8a6;padding:40px 0 0;transition:border-color .3s}.epModulePanelLeft{display:flex;flex-direction:column;gap:12px}.epModulePanelTitle{font-size:1.3rem;font-weight:700;margin:0}.epModulePanelTagline{font-size:.92rem;color:#555;line-height:1.6;margin:0;font-style:italic}.epStatusList{display:flex;flex-direction:column;gap:8px;margin-top:8px}.epStatus{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#444}.epStatusDot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.epModulePanelFeatures{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;align-content:start}.epModulePanelFeatures li{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:#444;line-height:1.5}.epFDot{width:7px;height:7px;border-radius:50%;flex-shrink:0;margin-top:5px}.epSecRow{display:grid;grid-template-columns:1fr 1fr;gap:24px}.epSecCard{background:#f0f9ff;border-radius:14px;padding:32px;border:1px solid #e0f2f1}.epSecCardTitle{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #14b8a6}.epSecList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.epSecList li{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#444}.epLangRow{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}.epLangBadge{padding:5px 14px;border-radius:20px;background:#e0f2f1;border:1px solid #99f6e4;font-size:.82rem;font-weight:600;color:#0f766e}.epWhyGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.epWhyCard{background:#fff;border-radius:14px;padding:28px 24px;border:1px solid #e0f2f1;position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}.epWhyCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.epWhyBar{position:absolute;top:0;left:0;width:4px;height:100%}.epWhyCard h3{font-size:1rem;font-weight:700;margin:0 0 10px;padding-left:12px}.epWhyCard p{font-size:.87rem;color:#555;line-height:1.6;margin:0;padding-left:12px}.epCTA{background:linear-gradient(135deg,#0c1f3a,#0a2a40);padding:90px 40px;text-align:center;color:#fff}.epCTA h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;margin:0 0 18px;line-height:1.2}.epCTA p{font-size:1rem;color:#ffffffb3;max-width:540px;margin:0 auto 36px;line-height:1.7}.epCTABtn{display:inline-block;background:#14b8a6;color:#fff;padding:14px 40px;border-radius:30px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s}.epCTABtn:hover{background:#0f766e;transform:translateY(-2px)}.epCTANote{font-size:.8rem;color:#ffffff4d;margin:20px 0 0!important}@media(max-width:900px){.epArchGrid{grid-template-columns:1fr}.epArchCard{border-right:none;border-bottom:1px solid #e0f2f1}.epArchArrow{display:none}.epModulePanel{grid-template-columns:1fr;gap:24px}.epModulePanelFeatures{grid-template-columns:1fr}.epWhyGrid{grid-template-columns:repeat(2,1fr)}.epSecRow{grid-template-columns:1fr}}@media(max-width:600px){.epContainer{padding:0 20px}.epWhyGrid{grid-template-columns:1fr}.epSoluzioneLayout{flex-direction:column;gap:32px}}.navbar{display:flex;align-items:center;justify-content:space-between;height:72px;background:#fbfcfbe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid #e6ebe6;top:0;left:0;width:100%;position:fixed;padding:0 clamp(20px,4vw,48px);box-sizing:border-box;z-index:1000;font-family:Manrope,sans-serif}.navbar-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-name{font-weight:800;font-size:17px;letter-spacing:-.2px;color:#22271f;white-space:nowrap}.logo{height:34px;width:auto}.navbar-links{display:flex;align-items:center;gap:clamp(18px,2.4vw,36px)}.nav-link{text-decoration:none;color:#3a4038;font-weight:600;font-size:15px;transition:color .2s}.nav-link:hover{color:#1d792d}.nav-cta{background:#1d792d;color:#fff;padding:10px 22px;border-radius:999px;font-weight:700;font-size:14px;text-decoration:none;transition:background .2s,transform .2s;white-space:nowrap}.nav-cta:hover{background:#145221;transform:translateY(-1px)}@media(max-width:640px){.brand-name{display:none}.navbar-links{gap:14px}.nav-link{font-size:14px}.nav-cta{padding:8px 16px;font-size:13px}}.footer{margin-top:auto;width:100%;box-sizing:border-box;background:#0d3115;color:#c9d6c9;font-family:Manrope,sans-serif;padding:48px clamp(24px,6vw,64px) 0}.footerInner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1180px;margin:0 auto;padding-bottom:40px}.footerBrand{max-width:360px}.footerLogo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.footerLogo img{height:26px;width:auto;filter:brightness(0) invert(1);opacity:.9}.footerLogo span{font-weight:800;font-size:16px;color:#fff;letter-spacing:-.2px}.footerTagline{font-size:14px;line-height:1.7;color:#a9bcaa;margin:0}.footerContacts h4{margin:0 0 16px;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#7fa383;font-weight:700}.footerRow{font-size:14px;line-height:1.9;color:#c9d6c9}.footerContacts a{color:#c9d6c9;text-decoration:none;transition:color .2s}.footerContacts a:hover{color:#fff;text-decoration:underline}.footerBottom{max-width:1180px;margin:0 auto;padding:20px 0 28px;border-top:1px solid rgba(255,255,255,.08);font-size:13px;color:#8ba58e;text-align:center}@media(max-width:640px){.footerInner{flex-direction:column;gap:28px}}
