.AnnouncementBar-module__m9ibBG__bar{background:linear-gradient(90deg, var(--aktio-primary-dark) 0%, var(--aktio-primary) 50%, var(--aktio-primary-light) 100%);z-index:1000;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;width:100%;padding:10px 16px 10px 24px;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -4px 24px #5b367d40}.AnnouncementBar-module__m9ibBG__text{color:#ffffffeb;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:0;font-size:.875rem;display:flex}.AnnouncementBar-module__m9ibBG__badge{color:#fff;letter-spacing:.03em;white-space:nowrap;background:#fff3;border:1px solid #ffffff59;border-radius:999px;padding:2px 10px;font-size:.75rem;font-weight:600}.AnnouncementBar-module__m9ibBG__cta{background:var(--aktio-accent);color:#fff;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:6px 14px;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.AnnouncementBar-module__m9ibBG__cta:hover{background:var(--aktio-accent-hover)}.AnnouncementBar-module__m9ibBG__closeBtn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:4px;padding:0;transition:background .2s;display:flex}.AnnouncementBar-module__m9ibBG__closeBtn:hover{background:#ffffff4d}@media (max-width:768px){.AnnouncementBar-module__m9ibBG__bar{display:none}}@media (max-width:600px){.AnnouncementBar-module__m9ibBG__bar{gap:10px;padding:10px 12px}.AnnouncementBar-module__m9ibBG__text{flex:1;gap:6px;font-size:.78rem}.AnnouncementBar-module__m9ibBG__badge{font-size:.7rem}.AnnouncementBar-module__m9ibBG__cta{padding:5px 12px;font-size:.78rem}}
.Navbar-module___rHu7W__header{z-index:100;padding:.15rem 0;transition:all .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--glass-border);box-shadow:var(--shadow-sm);padding:.1rem 0}.Navbar-module___rHu7W__nav{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module___rHu7W__logo{font-family:var(--font-outfit), sans-serif;letter-spacing:-.05em;align-items:center;font-size:1.75rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module___rHu7W__logoImage{object-fit:contain;max-width:100%;width:75px!important;height:auto!important}@media (min-width:1024px){.Navbar-module___rHu7W__logoImage{width:100px!important}}.Navbar-module___rHu7W__desktopMenu{align-items:center;gap:2.5rem;display:none}@media (min-width:1024px){.Navbar-module___rHu7W__desktopMenu{display:flex}}.Navbar-module___rHu7W__navLink{color:var(--foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.Navbar-module___rHu7W__navLink:hover{color:var(--aktio-accent)}.Navbar-module___rHu7W__dropdown{position:relative}.Navbar-module___rHu7W__dropdownMenu{background:var(--background);border:1px solid var(--border-color);width:max-content;min-width:300px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;border-radius:12px;flex-direction:column;gap:.25rem;padding:1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.Navbar-module___rHu7W__dropdown:hover .Navbar-module___rHu7W__dropdownMenu,.Navbar-module___rHu7W__dropdown:focus-within .Navbar-module___rHu7W__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module___rHu7W__dropdownItem{border-radius:8px;flex-direction:column;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s;display:flex}.Navbar-module___rHu7W__dropdownItem:hover{background-color:var(--surface-1)}.Navbar-module___rHu7W__dropdownName{color:var(--aktio-primary);font-size:.95rem;font-weight:600}.Navbar-module___rHu7W__dropdownDesc{color:#6b7280;margin-top:.25rem;font-size:.8rem}.Navbar-module___rHu7W__chevron{transition:transform .2s}.Navbar-module___rHu7W__dropdown:hover .Navbar-module___rHu7W__chevron{transform:rotate(180deg)}.Navbar-module___rHu7W__actions{align-items:center;gap:.6rem;display:flex}@media (min-width:1024px){.Navbar-module___rHu7W__actions{gap:1.5rem}}.Navbar-module___rHu7W__loginBtn{color:var(--foreground);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:none}.Navbar-module___rHu7W__loginBtn:hover{color:var(--aktio-primary)}@media (min-width:768px){.Navbar-module___rHu7W__loginBtn{display:block}}.Navbar-module___rHu7W__ctaBtn{background:var(--aktio-accent);color:#fff;white-space:nowrap;border-radius:9999px;align-items:center;padding:.3rem .6rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 14px #e21e8063}@media (min-width:1024px){.Navbar-module___rHu7W__ctaBtn{padding:.4rem 1rem;font-size:.9rem}}.Navbar-module___rHu7W__ctaBtn:hover{background:var(--aktio-accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #e21e8063}@media (max-width:1023px){.Navbar-module___rHu7W__ctaBtn{display:none}}.Navbar-module___rHu7W__mobileToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:.5rem;display:flex}@media (min-width:1024px){.Navbar-module___rHu7W__mobileToggle{display:none}}.Navbar-module___rHu7W__bar{background:var(--foreground);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s,width .3s;display:block}.Navbar-module___rHu7W__mobileToggleOpen .Navbar-module___rHu7W__bar:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module___rHu7W__mobileToggleOpen .Navbar-module___rHu7W__bar:nth-child(2){opacity:0;width:0}.Navbar-module___rHu7W__mobileToggleOpen .Navbar-module___rHu7W__bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module___rHu7W__mobileMenu{background:var(--background);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-md);max-height:calc(100vh - 70px);padding:1rem 1.5rem 2rem;animation:.3s ease-out forwards Navbar-module___rHu7W__slideDown;position:absolute;top:100%;left:0;right:0;overflow-y:auto}@keyframes Navbar-module___rHu7W__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module___rHu7W__mobileLinks{flex-direction:column;gap:1rem;display:flex}.Navbar-module___rHu7W__mobileAccordionToggle{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.5rem 0;transition:color .2s;display:flex}.Navbar-module___rHu7W__mobileAccordionLabel{color:var(--foreground);font-size:1.1rem;font-weight:500}.Navbar-module___rHu7W__mobileAccordionChevron{color:#6b7280;flex-shrink:0;transition:transform .25s}.Navbar-module___rHu7W__mobileAccordionChevronOpen{transform:rotate(180deg)}.Navbar-module___rHu7W__mobileAccordionBody{flex-direction:column;gap:0;max-height:0;transition:max-height .3s;display:flex;overflow:hidden}.Navbar-module___rHu7W__mobileAccordionBodyOpen{max-height:600px}.Navbar-module___rHu7W__mobileSubLink{color:var(--foreground);border-left:2px solid var(--border-color);margin-left:.5rem;padding:.65rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s}.Navbar-module___rHu7W__mobileSubLink:hover{color:var(--aktio-primary);border-left-color:var(--aktio-primary)}.Navbar-module___rHu7W__mobileLink{color:var(--foreground);padding:.5rem 0;font-size:1.1rem;font-weight:500;text-decoration:none}.Navbar-module___rHu7W__mobileDivider{background:var(--border-color);border:0;height:1px;margin:.5rem 0}.Navbar-module___rHu7W__mobileCta{color:var(--aktio-accent);font-weight:700}
.Footer-module__Grjkva__footer{background-color:var(--surface-1);color:var(--foreground);border-top:1px solid var(--border-color);padding:4rem 1.5rem 2rem}.Footer-module__Grjkva__container{max-width:1200px;margin:0 auto}.Footer-module__Grjkva__topRow{border-bottom:1px solid var(--border-color);grid-template-columns:1fr 1fr;gap:2.5rem 2rem;padding-bottom:3rem;display:grid}@media (min-width:640px){.Footer-module__Grjkva__topRow{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.Footer-module__Grjkva__topRow{grid-template-columns:1.6fr repeat(5,1fr);gap:2rem}}.Footer-module__Grjkva__brandCol{flex-direction:column;grid-column:1/-1;gap:1rem;display:flex}@media (min-width:1024px){.Footer-module__Grjkva__brandCol{grid-column:1}}.Footer-module__Grjkva__logo{text-decoration:none;display:inline-block}.Footer-module__Grjkva__logoImage{object-fit:contain;width:auto;height:38px}.Footer-module__Grjkva__brandDesc{color:#6b7280;max-width:260px;margin:0;font-size:.875rem;line-height:1.65}.Footer-module__Grjkva__socialLinks{gap:.5rem;margin-top:.25rem;display:flex}.Footer-module__Grjkva__socialIcon{background:var(--surface-2);color:#6b7280;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .25s;display:flex}.Footer-module__Grjkva__socialIcon:hover{background:var(--aktio-primary);color:#fff;transform:translateY(-2px)}.Footer-module__Grjkva__linkCol{flex-direction:column;gap:.5rem;display:flex}.Footer-module__Grjkva__colTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--foreground);margin:0 0 .5rem;font-size:.8rem;font-weight:700}.Footer-module__Grjkva__linkList{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__footerLink{color:#6b7280;font-size:.875rem;line-height:1.4;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__footerLink:hover{color:var(--aktio-primary)}.Footer-module__Grjkva__bottomRow{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding-top:2rem;display:flex}@media (min-width:768px){.Footer-module__Grjkva__bottomRow{text-align:left;flex-direction:row;justify-content:space-between}}.Footer-module__Grjkva__copyright{color:#9ca3af;margin:0;font-size:.8rem}.Footer-module__Grjkva__casprLink{color:var(--aktio-primary);font-weight:600;text-decoration:none}.Footer-module__Grjkva__casprLink:hover{text-decoration:underline}.Footer-module__Grjkva__complianceBottom{align-items:center;gap:1rem;display:flex}.Footer-module__Grjkva__complianceLink{opacity:.7;transition:opacity .2s;display:block}.Footer-module__Grjkva__complianceLink:hover{opacity:1}.Footer-module__Grjkva__complianceImg{object-fit:contain;width:auto;height:28px}
.HeroSection-module__yS5m3G__hero{flex-direction:column;justify-content:flex-start;align-items:center;padding-top:90px;padding-bottom:60px;display:flex;position:relative;overflow:hidden}.HeroSection-module__yS5m3G__backgroundEffects{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.HeroSection-module__yS5m3G__glowItem1{filter:blur(80px);background:radial-gradient(circle,#e21e8038 0%,#e21e8000 70%);width:72%;height:75%;animation:8s ease-in-out infinite alternate HeroSection-module__yS5m3G__pulseGlow;position:absolute;top:-15%;right:-5%}.HeroSection-module__yS5m3G__glowItem2{filter:blur(100px);background:radial-gradient(circle,#5b367d26 0%,#5b367d00 70%);width:70%;height:70%;animation:12s ease-in-out infinite alternate-reverse HeroSection-module__yS5m3G__pulseGlow;position:absolute;bottom:-20%;left:-10%}@keyframes HeroSection-module__yS5m3G__pulseGlow{0%{opacity:.8;transform:scale(1)translate(0)}to{opacity:1;transform:scale(1.1)translate(-20px,20px)}}@media (max-width:768px){.HeroSection-module__yS5m3G__glowItem1,.HeroSection-module__yS5m3G__glowItem2{filter:none;opacity:.4;animation:none}}.HeroSection-module__yS5m3G__container{z-index:10;grid-template-columns:1fr;align-items:center;gap:4rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid}@media (min-width:1024px){.HeroSection-module__yS5m3G__container{grid-template-columns:1fr 1.1fr;align-items:flex-end;gap:2rem}.HeroSection-module__yS5m3G__visuals{margin-top:0;margin-bottom:0;transform:none!important}.HeroSection-module__yS5m3G__monitorWrapper{left:-20px;transform:none}.HeroSection-module__yS5m3G__monitorWrapper:hover{transform:translateY(-4px)scale(1.02)}.HeroSection-module__yS5m3G__phoneWrapper{left:auto;right:30px;transform:none}.HeroSection-module__yS5m3G__phoneWrapper:hover{transform:translateY(-4px)scale(1.03)}}.HeroSection-module__yS5m3G__content{flex-direction:column;gap:0;max-width:600px;display:flex}@media (min-width:1024px){.HeroSection-module__yS5m3G__content{justify-content:center}}.HeroSection-module__yS5m3G__title{letter-spacing:-.02em;color:var(--foreground);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.25}.HeroSection-module__yS5m3G__subtitle{color:#4b5563;max-width:90%;font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.6}.HeroSection-module__yS5m3G__actions{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:1rem;display:flex}@media (max-width:1024px){.HeroSection-module__yS5m3G__hero{padding-top:60px}.HeroSection-module__yS5m3G__content{text-align:center;align-items:center;max-width:100%;margin:0 auto}.HeroSection-module__yS5m3G__title{font-size:clamp(2.2rem,8vw,3.5rem)}.HeroSection-module__yS5m3G__subtitle{max-width:100%;margin-top:1rem}.HeroSection-module__yS5m3G__actions{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;margin-top:2rem}.HeroSection-module__yS5m3G__primaryAction{justify-content:center}.HeroSection-module__yS5m3G__secondaryAction{text-align:center;padding:.5rem 0}}.HeroSection-module__yS5m3G__primaryAction{background:var(--gradient-main);color:#fff;box-shadow:var(--shadow-md);border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.HeroSection-module__yS5m3G__primaryAction:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #5b367d66}.HeroSection-module__yS5m3G__secondaryAction{color:var(--foreground);padding:1rem 0;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .2s}.HeroSection-module__yS5m3G__secondaryAction:hover{color:var(--aktio-accent)}.HeroSection-module__yS5m3G__trustBadges{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem 2rem;width:100%;max-width:1280px;margin-top:2rem;padding:1.5rem 1.5rem 0;display:flex}.HeroSection-module__yS5m3G__trustPill{color:#4b5563;letter-spacing:.02em;white-space:nowrap;align-items:center;gap:7px;font-size:.82rem;font-weight:600;display:flex}.HeroSection-module__yS5m3G__trustDivider{background:var(--border-color);border-radius:50%;flex-shrink:0;width:4px;height:4px}.HeroSection-module__yS5m3G__earlyCounter{background:var(--surface-1);border:1px solid var(--border-color);text-align:center;border-radius:14px;flex-direction:column;align-self:center;align-items:center;gap:.6rem;width:100%;max-width:360px;margin-top:1.25rem;padding:1rem 1.25rem;display:flex}.HeroSection-module__yS5m3G__earlyCounterHeader{justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.HeroSection-module__yS5m3G__earlyCounterLabel{color:#4b5563;align-items:center;gap:7px;font-size:.8rem;font-weight:600;display:flex}.HeroSection-module__yS5m3G__earlyDot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite HeroSection-module__yS5m3G__pulse;box-shadow:0 0 0 3px #22c55e33}@keyframes HeroSection-module__yS5m3G__pulse{0%,to{box-shadow:0 0 0 3px #22c55e33}50%{box-shadow:0 0 0 5px #22c55e1a}}.HeroSection-module__yS5m3G__earlyCounterNumbers{color:#4b5563;font-size:.85rem}.HeroSection-module__yS5m3G__earlyCounterNumbers strong{color:var(--aktio-primary);font-size:1rem}.HeroSection-module__yS5m3G__earlyProgressTrack{background:var(--surface-2);border-radius:999px;width:100%;max-width:280px;height:6px;overflow:hidden}.HeroSection-module__yS5m3G__earlyProgressFill{background:linear-gradient(90deg, var(--aktio-primary) 0%, var(--aktio-primary-light) 100%);border-radius:999px;height:100%;transition:width 1s}.HeroSection-module__yS5m3G__earlyCounterSub{color:#9ca3af;margin:0;font-size:.78rem}.HeroSection-module__yS5m3G__earlyCounterSub strong{color:var(--aktio-accent)}.HeroSection-module__yS5m3G__visuals{justify-content:center;align-items:flex-end;height:420px;margin-top:2rem;transition:all .3s;display:flex;position:relative}@media (max-width:1024px){.HeroSection-module__yS5m3G__visuals{height:310px;margin-top:0;margin-bottom:-40px;transform:scale(.75)}}@media (max-width:640px){.HeroSection-module__yS5m3G__visuals{height:250px;margin-top:-30px;margin-bottom:-60px;transform:scale(.62)}}@media (max-width:400px){.HeroSection-module__yS5m3G__visuals{height:220px;transform:scale(.55)}}.HeroSection-module__yS5m3G__deviceGlow{filter:blur(50px);z-index:0;pointer-events:none;background:radial-gradient(at 40% 45%,#e21e8021 0%,#5b367d1f 35%,#5b367d00 70%);width:110%;height:90%;position:absolute;top:5%;left:-5%}.HeroSection-module__yS5m3G__monitorWrapper{filter:drop-shadow(0 40px 70px #5b367d24)drop-shadow(0 16px 32px #00000014);z-index:1;flex-direction:column;align-items:center;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .6s;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-55%)}.HeroSection-module__yS5m3G__monitorWrapper:hover{filter:drop-shadow(0 50px 80px #5b367d2e)drop-shadow(0 20px 40px #0000001a);transform:translate(-55%)translateY(-4px)scale(1.02)}.HeroSection-module__yS5m3G__monitorFrame{background:linear-gradient(160deg,#ececef 0%,#dcdce0 25%,#d4d4d8 50%,#dcdce0 75%,#ececef 100%);border:1px solid #d2d2d7e6;border-radius:14px 14px 8px 8px;padding:5px 5px 14px;box-shadow:inset 0 1px #fffffff2,inset 0 -1px #00000014,inset 1px 0 #fff9,inset -1px 0 #0000000a,0 1px #0000001f}.HeroSection-module__yS5m3G__monitorTopBar{justify-content:center;align-items:center;height:13px;margin-bottom:4px;display:flex}.HeroSection-module__yS5m3G__monitorCamera{background:radial-gradient(circle at 35% 30%,#6e6e73,#3a3a3c);border-radius:50%;width:5px;height:5px;box-shadow:0 0 0 1px #0003,0 0 0 2px #ffffff14,inset 0 1px #ffffff26}.HeroSection-module__yS5m3G__monitorScreen{background:#0a0a0a;border-radius:3px;width:500px;height:312px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f}.HeroSection-module__yS5m3G__monitorNeck{clip-path:polygon(22% 0%,78% 0%,100% 100%,0% 100%);background:linear-gradient(#d8d8dc 0%,#c8c8cc 60%,#c0c0c4 100%);width:44px;height:26px}.HeroSection-module__yS5m3G__monitorBase{background:linear-gradient(#d4d4d8,#c4c4c8);border-radius:50%;width:130px;height:7px;box-shadow:0 2px #0000001a,0 8px 24px -2px #00000029,0 24px 60px -8px #5b367d2e}.HeroSection-module__yS5m3G__phoneWrapper{filter:drop-shadow(0 40px 60px #5b367d29)drop-shadow(0 15px 30px #0000001a);z-index:2;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .6s;position:absolute;bottom:0;left:50%;transform:translate(65%)}.HeroSection-module__yS5m3G__phoneWrapper:hover{filter:drop-shadow(0 50px 70px #5b367d2e)drop-shadow(0 20px 40px #0000001a);transform:translate(65%)translateY(-4px)scale(1.03)}.HeroSection-module__yS5m3G__phoneFrame{background:linear-gradient(155deg,#a8a8ad 0%,#929297 20%,#868689 50%,#929297 80%,#a8a8ad 100%);border:1px solid #b4b4b9b3;border-radius:50px;width:178px;height:356px;padding:6px 4px;position:relative;box-shadow:inset 0 1px #ffffff80,inset 0 -1px #00000026,inset 1px 0 #ffffff40,inset -1px 0 #0000001a,0 1px #0000002e}.HeroSection-module__yS5m3G__phoneSideVolUp,.HeroSection-module__yS5m3G__phoneSideVolDown{background:linear-gradient(90deg,#888890,#9e9ea3);border-radius:2px 0 0 2px;width:3px;position:absolute;left:-2px;box-shadow:inset 0 1px #ffffff4d}.HeroSection-module__yS5m3G__phoneSideVolUp{height:34px;top:86px}.HeroSection-module__yS5m3G__phoneSideVolDown{height:34px;top:130px}.HeroSection-module__yS5m3G__phoneSidePower{background:linear-gradient(270deg,#888890,#9e9ea3);border-radius:0 2px 2px 0;width:3px;height:48px;position:absolute;top:108px;right:20px;box-shadow:inset 0 1px #ffffff4d}.HeroSection-module__yS5m3G__phoneIsland{z-index:10;background:#000;border-radius:20px;width:46px;height:13px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.HeroSection-module__yS5m3G__phoneScreen{background:#0a0a0a;border-radius:44px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.HeroSection-module__yS5m3G__phoneHomeBar{z-index:10;background:#ffffff47;border-radius:4px;width:48px;height:4px;position:absolute;bottom:7px;left:50%;transform:translate(-50%)}.HeroSection-module__yS5m3G__mockupImage{object-fit:cover;object-position:top}.HeroSection-module__yS5m3G__mockupImageLeft{object-fit:cover;object-position:left top}.HeroSection-module__yS5m3G__trustMarqueeWrapper{display:none}@media (max-width:640px){.HeroSection-module__yS5m3G__hero{padding-bottom:2.5rem}.HeroSection-module__yS5m3G__trustBadges{display:none}.HeroSection-module__yS5m3G__trustMarqueeWrapper{border-top:1px solid var(--border-color);width:100%;margin-top:2.5rem;padding:1.25rem 0 0;display:block;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.HeroSection-module__yS5m3G__trustMarqueeTrack{width:max-content;animation:22s linear infinite HeroSection-module__yS5m3G__trustMarquee;display:flex}.HeroSection-module__yS5m3G__trustMarqueeGroup{align-items:center;gap:1.5rem;padding-right:1.5rem;display:flex}.HeroSection-module__yS5m3G__trustMarqueeGroup .HeroSection-module__yS5m3G__trustDivider{display:block}}@keyframes HeroSection-module__yS5m3G__trustMarquee{0%{transform:translate(-50%)}to{transform:translate(0)}}
.SocialProof-module__Z4Tylq__section{background-color:var(--surface-1);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:2rem 1.5rem;overflow:hidden}.SocialProof-module__Z4Tylq__container{max-width:1200px;margin:0 auto}.SocialProof-module__Z4Tylq__subtitle{text-align:center;text-transform:uppercase;letter-spacing:.05em;color:#4b5563;margin-bottom:2rem;font-size:.9rem;font-weight:600}.SocialProof-module__Z4Tylq__logosTrack{justify-content:center;align-items:center;width:100%;display:flex}.SocialProof-module__Z4Tylq__logosGroup{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}@media (min-width:768px){.SocialProof-module__Z4Tylq__logosGroup{gap:5rem}}.SocialProof-module__Z4Tylq__marqueeWrapper{display:none}@media (max-width:767px){.SocialProof-module__Z4Tylq__logosTrack{display:none}.SocialProof-module__Z4Tylq__marqueeWrapper{display:block;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.SocialProof-module__Z4Tylq__marqueeTrack{width:max-content;animation:18s linear infinite SocialProof-module__Z4Tylq__marquee;display:flex}.SocialProof-module__Z4Tylq__marqueeTrack:hover{animation-play-state:paused}.SocialProof-module__Z4Tylq__marqueeGroup{align-items:center;gap:2.5rem;padding-right:2.5rem;display:flex}}@keyframes SocialProof-module__Z4Tylq__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.SocialProof-module__Z4Tylq__techItem{opacity:.7;filter:grayscale();cursor:default;flex-shrink:0;align-items:center;gap:.75rem;transition:all .3s;display:flex}.SocialProof-module__Z4Tylq__techItem:hover{opacity:1;filter:grayscale(0%);transform:translateY(-2px)}.SocialProof-module__Z4Tylq__logoSvg{width:32px;height:32px;color:var(--foreground)}.SocialProof-module__Z4Tylq__techName{font-family:var(--font-outfit);color:var(--foreground);white-space:nowrap;font-size:1.25rem;font-weight:700}
.Testimonials-module__5wb8fq__section{background-color:var(--background);padding:5rem 1.5rem}.Testimonials-module__5wb8fq__container{max-width:1100px;margin:0 auto}.Testimonials-module__5wb8fq__eyebrow{text-align:center;letter-spacing:.1em;color:var(--aktio-primary);margin-bottom:.5rem;font-size:.8rem;font-weight:700}.Testimonials-module__5wb8fq__title{text-align:center;color:var(--foreground);margin-bottom:3rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2}.Testimonials-module__5wb8fq__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:768px){.Testimonials-module__5wb8fq__grid{grid-template-columns:1fr 1fr}}.Testimonials-module__5wb8fq__card{background:var(--background);border:1px solid var(--border-color);text-align:left;border-radius:16px;flex-direction:column;gap:1rem;padding:1.75rem;transition:box-shadow .3s,transform .3s;display:flex}.Testimonials-module__5wb8fq__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.Testimonials-module__5wb8fq__problemRow{align-items:center;gap:1rem;display:flex}.Testimonials-module__5wb8fq__iconWrap{width:40px;height:40px;color:var(--aktio-accent);background:#e21e8014;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Testimonials-module__5wb8fq__problemText{color:#374151;font-size:.95rem;font-style:italic;line-height:1.6}.Testimonials-module__5wb8fq__divider{background:var(--border-color);height:1px}.Testimonials-module__5wb8fq__solutionRow{align-items:center;gap:1rem;display:flex}.Testimonials-module__5wb8fq__checkIcon{color:#16a34a;background:#22c55e1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Testimonials-module__5wb8fq__solutionText{color:#4b5563;font-size:.95rem;line-height:1.6}.Testimonials-module__5wb8fq__ctaBar{background:var(--background);border:1px solid var(--border-color);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem;display:flex}@media (max-width:640px){.Testimonials-module__5wb8fq__ctaBar{text-align:center;flex-direction:column;align-items:center}}.Testimonials-module__5wb8fq__ctaText{color:#374151;font-size:1.1rem}.Testimonials-module__5wb8fq__ctaText strong{color:var(--aktio-primary)}.Testimonials-module__5wb8fq__ctaButton{background:var(--gradient-main);color:#fff;white-space:nowrap;border-radius:9999px;padding:.85rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 14px #5b367d4d}.Testimonials-module__5wb8fq__ctaButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5b367d73}
.calitate-module__B7q98W__page{background-color:var(--background);color:var(--foreground)}.calitate-module__B7q98W__hero{text-align:center;padding:12rem 1.5rem 6rem;position:relative;overflow:hidden}.calitate-module__B7q98W__heroContent{z-index:2;max-width:900px;margin:0 auto;position:relative}.calitate-module__B7q98W__badge{color:var(--aktio-accent);background:#e21e801a;border:1px solid #e21e8033;border-radius:99px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.calitate-module__B7q98W__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1}.calitate-module__B7q98W__subtitle{color:#6b7280;max-width:700px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.calitate-module__B7q98W__targetSection{background:var(--surface-1);padding:6rem 1.5rem}.calitate-module__B7q98W__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.calitate-module__B7q98W__sectionTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.calitate-module__B7q98W__grid3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.calitate-module__B7q98W__card{border:1px solid var(--border-color);background:#fff;border-radius:24px;padding:2.5rem;transition:transform .3s;box-shadow:0 4px 6px -1px #0000000d}.calitate-module__B7q98W__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.calitate-module__B7q98W__cardIcon{width:48px;height:48px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a 0%,#e21e8014 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.calitate-module__B7q98W__cardTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.calitate-module__B7q98W__cardDesc{color:#6b7280;line-height:1.6}.calitate-module__B7q98W__flowSection{background:#fff;padding:8rem 1.5rem}.calitate-module__B7q98W__flowGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:968px){.calitate-module__B7q98W__flowGrid{grid-template-columns:1fr}}.calitate-module__B7q98W__flowContent{flex-direction:column;gap:2rem;display:flex}.calitate-module__B7q98W__step{background:var(--surface-1);border:1px solid #0000;border-radius:16px;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.calitate-module__B7q98W__step:hover{border-color:var(--aktio-primary);background:#fff;box-shadow:0 10px 15px -3px #0000001a}.calitate-module__B7q98W__stepNumber{background:var(--aktio-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.calitate-module__B7q98W__stepText h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.calitate-module__B7q98W__stepText p{color:#6b7280;font-size:.95rem;line-height:1.5}.calitate-module__B7q98W__flowImageFrame{justify-content:center;align-items:center;display:flex}.calitate-module__B7q98W__docWrap{display:inline-block;position:relative}.calitate-module__B7q98W__doc{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(380px,100vw - 48px);font-size:.82rem;overflow:hidden;box-shadow:0 4px 6px -1px #00000012,0 20px 40px -8px #0000002e,0 0 0 1px #0000000a}.calitate-module__B7q98W__docHeader{background:linear-gradient(135deg, var(--aktio-primary) 0%, #7c3aed 100%);color:#fff;justify-content:space-between;align-items:center;padding:14px 18px 12px;display:flex}.calitate-module__B7q98W__docHeaderLeft{align-items:center;gap:10px;display:flex}.calitate-module__B7q98W__docLogo{color:#fff;background:#ffffff40;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:900;display:flex}.calitate-module__B7q98W__docTitle{letter-spacing:.06em;text-transform:uppercase;opacity:.95;font-size:.78rem;font-weight:800}.calitate-module__B7q98W__docId{opacity:.7;font-size:.7rem;font-weight:500}.calitate-module__B7q98W__docMeta{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:0;display:grid}.calitate-module__B7q98W__docMetaCell{border-right:1px solid #f1f5f9;padding:10px 18px}.calitate-module__B7q98W__docMetaCell:nth-child(2n){border-right:none}.calitate-module__B7q98W__docMetaLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:2px;font-size:.65rem;font-weight:600}.calitate-module__B7q98W__docMetaValue{color:#0f172a;font-size:.8rem;font-weight:700}.calitate-module__B7q98W__docEquipment{background:#fafafa;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:10px 18px;display:flex}.calitate-module__B7q98W__docEquipmentLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;white-space:nowrap;font-size:.65rem;font-weight:600}.calitate-module__B7q98W__docEquipmentValue{color:#0f172a;font-size:.8rem;font-weight:700}.calitate-module__B7q98W__docChecklistTitle{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;padding:10px 18px 6px;font-size:.65rem;font-weight:600}.calitate-module__B7q98W__docChecklist{flex-direction:column;gap:5px;padding:0 18px 10px;display:flex}.calitate-module__B7q98W__docCheckItem{color:#334155;align-items:center;gap:8px;font-size:.8rem;display:flex}.calitate-module__B7q98W__docCheckIcon{color:#16a34a;background:#dcfce7;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.calitate-module__B7q98W__docPhotos{border-top:1px solid #f1f5f9;gap:8px;padding:10px 18px;display:flex}.calitate-module__B7q98W__docPhoto{color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;height:52px;font-size:.65rem;font-weight:500;display:flex}.calitate-module__B7q98W__docSignature{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 18px 14px;display:flex}.calitate-module__B7q98W__docSigLine{flex-direction:column;gap:4px;display:flex}.calitate-module__B7q98W__docSigLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.calitate-module__B7q98W__docSigScribble{background-image:url("data:image/svg+xml,%3Csvg width='110' height='22' viewBox='0 0 110 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 16 C 14 6, 20 18, 34 10 C 46 4, 52 18, 66 12 C 80 6, 88 18, 102 11' stroke='%231e293b' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:110px;height:22px}.calitate-module__B7q98W__docSendBtn{background:linear-gradient(135deg, var(--aktio-primary), #7c3aed);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.72rem;font-weight:700;display:flex}.calitate-module__B7q98W__docStatStamp{background:#fff;border-radius:16px;flex-direction:column;align-items:center;min-width:110px;padding:14px 18px;display:flex;position:absolute;bottom:-16px;right:-16px;box-shadow:0 4px 6px -1px #0000001a,0 12px 24px -4px #5b367d33,0 0 0 1px #5b367d1f}.calitate-module__B7q98W__docStatNumber{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:900;line-height:1}.calitate-module__B7q98W__docStatLabel{color:#64748b;text-align:center;max-width:90px;margin-top:2px;font-size:.67rem;font-weight:600;line-height:1.3}.calitate-module__B7q98W__docStatDivider{background:var(--gradient-text);border-radius:999px;width:30px;height:2px;margin:6px 0}.calitate-module__B7q98W__docStatIcon{width:28px;height:28px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a,#cc187814);border-radius:8px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}@media (max-width:640px){.calitate-module__B7q98W__docStatStamp{bottom:-12px;right:-4px}}.calitate-module__B7q98W__resultsSection{background:var(--aktio-primary);color:#fff;text-align:center;padding:6rem 1.5rem}.calitate-module__B7q98W__resultsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1000px;margin:4rem auto 0;display:grid}.calitate-module__B7q98W__resultStat{color:var(--aktio-accent);margin-bottom:.5rem;font-size:4rem;font-weight:900}.calitate-module__B7q98W__resultLabel{opacity:.9;font-size:1.1rem}.calitate-module__B7q98W__faqSection{background:var(--surface-1);padding:8rem 1.5rem}.calitate-module__B7q98W__faqContainer{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.calitate-module__B7q98W__faqItem{border:1px solid var(--border-color);background:#fff;border-radius:12px;overflow:hidden}.calitate-module__B7q98W__faqQuestion{text-align:left;cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.calitate-module__B7q98W__faqIcon{color:var(--aktio-primary);font-size:1.5rem;transition:transform .3s}.calitate-module__B7q98W__faqItem.calitate-module__B7q98W__open .calitate-module__B7q98W__faqIcon{transform:rotate(45deg)}.calitate-module__B7q98W__faqAnswer{grid-template-rows:0fr;transition:grid-template-rows .3s ease-out,padding .3s ease-out;display:grid}.calitate-module__B7q98W__faqAnswer>div{color:#6b7280;padding:0 1.5rem;line-height:1.6;overflow:hidden}.calitate-module__B7q98W__faqItem.calitate-module__B7q98W__open .calitate-module__B7q98W__faqAnswer{grid-template-rows:1fr}.calitate-module__B7q98W__faqItem.calitate-module__B7q98W__open .calitate-module__B7q98W__faqAnswer>div{padding:0 1.5rem 1.5rem}.calitate-module__B7q98W__resourceSection{background:#fdfdfd;padding:30px 5%}.calitate-module__B7q98W__resourceBar{background:#fff;border:1px solid #eee;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;padding:1rem 2rem;display:flex;box-shadow:0 4px 20px #0000000f}.calitate-module__B7q98W__resourceInfo{flex:1;align-items:center;gap:1.5rem;display:flex}.calitate-module__B7q98W__resourceThumb{object-fit:contain;background:#f9fafb;border-radius:6px;flex-shrink:0;width:50px;height:50px;padding:4px}.calitate-module__B7q98W__resourceText h3{margin:0 0 2px;font-size:1.05rem;font-weight:800}.calitate-module__B7q98W__resourceText p{color:#64748b;margin:0;font-size:.85rem}.calitate-module__B7q98W__resourceBtn{white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;color:#fff!important;background:#603b9b!important;text-decoration:none!important}.calitate-module__B7q98W__resourceBtn:hover{transform:scale(1.02);background:#503185!important}@media (max-width:900px){.calitate-module__B7q98W__resourceBar{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.calitate-module__B7q98W__resourceInfo{flex-direction:column;gap:1rem}}
.constructii-module__eECGSG__page{background-color:var(--background);color:var(--foreground)}.constructii-module__eECGSG__hero{text-align:center;padding:12rem 1.5rem 6rem;position:relative;overflow:hidden}.constructii-module__eECGSG__heroContent{z-index:2;max-width:900px;margin:0 auto;position:relative}.constructii-module__eECGSG__badge{color:var(--aktio-accent);background:#e21e801a;border:1px solid #e21e8033;border-radius:99px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.constructii-module__eECGSG__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1}.constructii-module__eECGSG__subtitle{color:#6b7280;max-width:700px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.constructii-module__eECGSG__targetSection{background:var(--surface-1);padding:6rem 1.5rem}.constructii-module__eECGSG__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.constructii-module__eECGSG__sectionTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.constructii-module__eECGSG__resourceSection{background:#fdfdfd;padding:30px 5%}.constructii-module__eECGSG__resourceBar{background:#fff;border:1px solid #eee;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;padding:1rem 2rem;display:flex;box-shadow:0 4px 20px #0000000f}.constructii-module__eECGSG__resourceInfo{flex:1;align-items:center;gap:1.5rem;display:flex}.constructii-module__eECGSG__resourceThumb{object-fit:contain;background:#f9fafb;border-radius:6px;flex-shrink:0;width:50px;height:50px;padding:4px}.constructii-module__eECGSG__resourceText h3{margin:0 0 2px;font-size:1.05rem;font-weight:800}.constructii-module__eECGSG__resourceText p{color:#64748b;margin:0;font-size:.85rem}.constructii-module__eECGSG__resourceBtn{white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;color:#fff!important;background:#ff6b00!important;text-decoration:none!important}.constructii-module__eECGSG__resourceBtn:hover{transform:scale(1.02);background:#e66000!important}@media (max-width:900px){.constructii-module__eECGSG__resourceBar{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.constructii-module__eECGSG__resourceInfo{flex-direction:column;gap:1rem}}.constructii-module__eECGSG__grid3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.constructii-module__eECGSG__card{border:1px solid var(--border-color);background:#fff;border-radius:24px;padding:2.5rem;transition:transform .3s;box-shadow:0 4px 6px -1px #0000000d}.constructii-module__eECGSG__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.constructii-module__eECGSG__cardIcon{width:48px;height:48px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a 0%,#e21e8014 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.constructii-module__eECGSG__cardTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.constructii-module__eECGSG__cardDesc{color:#6b7280;line-height:1.6}.constructii-module__eECGSG__flowSection{background:#fff;padding:8rem 1.5rem}.constructii-module__eECGSG__flowGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:968px){.constructii-module__eECGSG__flowGrid{grid-template-columns:1fr}}.constructii-module__eECGSG__flowContent{flex-direction:column;gap:2rem;display:flex}.constructii-module__eECGSG__step{background:var(--surface-1);border:1px solid #0000;border-radius:16px;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.constructii-module__eECGSG__step:hover{border-color:var(--aktio-primary);background:#fff;box-shadow:0 10px 15px -3px #0000001a}.constructii-module__eECGSG__stepNumber{background:var(--aktio-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.constructii-module__eECGSG__stepText h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.constructii-module__eECGSG__stepText p{color:#6b7280;font-size:.95rem;line-height:1.5}.constructii-module__eECGSG__flowImageFrame{justify-content:center;align-items:center;display:flex}.constructii-module__eECGSG__docWrap{display:inline-block;position:relative}.constructii-module__eECGSG__doc{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(380px,100vw - 48px);font-size:.82rem;overflow:hidden;box-shadow:0 4px 6px -1px #00000012,0 20px 40px -8px #0000002e,0 0 0 1px #0000000a}.constructii-module__eECGSG__docHeader{background:linear-gradient(135deg, var(--aktio-primary) 0%, #7c3aed 100%);color:#fff;justify-content:space-between;align-items:center;padding:14px 18px 12px;display:flex}.constructii-module__eECGSG__docHeaderLeft{align-items:center;gap:10px;display:flex}.constructii-module__eECGSG__docLogo{color:#fff;background:#ffffff40;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:900;display:flex}.constructii-module__eECGSG__docTitle{letter-spacing:.06em;text-transform:uppercase;opacity:.95;font-size:.78rem;font-weight:800}.constructii-module__eECGSG__docId{opacity:.7;font-size:.7rem;font-weight:500}.constructii-module__eECGSG__docMeta{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:0;display:grid}.constructii-module__eECGSG__docMetaCell{border-right:1px solid #f1f5f9;padding:10px 18px}.constructii-module__eECGSG__docMetaCell:nth-child(2n){border-right:none}.constructii-module__eECGSG__docMetaLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:2px;font-size:.65rem;font-weight:600}.constructii-module__eECGSG__docMetaValue{color:#0f172a;font-size:.8rem;font-weight:700}.constructii-module__eECGSG__docEquipment{background:#fafafa;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:10px 18px;display:flex}.constructii-module__eECGSG__docEquipmentLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;white-space:nowrap;font-size:.65rem;font-weight:600}.constructii-module__eECGSG__docEquipmentValue{color:#0f172a;font-size:.8rem;font-weight:700}.constructii-module__eECGSG__docChecklistTitle{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;padding:10px 18px 6px;font-size:.65rem;font-weight:600}.constructii-module__eECGSG__docChecklist{flex-direction:column;gap:5px;padding:0 18px 10px;display:flex}.constructii-module__eECGSG__docCheckItem{color:#334155;align-items:center;gap:8px;font-size:.8rem;display:flex}.constructii-module__eECGSG__docCheckIcon{color:#16a34a;background:#dcfce7;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.constructii-module__eECGSG__docPhotos{border-top:1px solid #f1f5f9;gap:8px;padding:10px 18px;display:flex}.constructii-module__eECGSG__docPhoto{color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;height:52px;font-size:.65rem;font-weight:500;display:flex}.constructii-module__eECGSG__docSignature{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 18px 14px;display:flex}.constructii-module__eECGSG__docSigLine{flex-direction:column;gap:4px;display:flex}.constructii-module__eECGSG__docSigLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.constructii-module__eECGSG__docSigScribble{background-image:url("data:image/svg+xml,%3Csvg width='110' height='22' viewBox='0 0 110 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 16 C 14 6, 20 18, 34 10 C 46 4, 52 18, 66 12 C 80 6, 88 18, 102 11' stroke='%231e293b' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:110px;height:22px}.constructii-module__eECGSG__docSendBtn{background:linear-gradient(135deg, var(--aktio-primary), #7c3aed);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.72rem;font-weight:700;display:flex}.constructii-module__eECGSG__docStatStamp{background:#fff;border-radius:16px;flex-direction:column;align-items:center;min-width:110px;padding:14px 18px;display:flex;position:absolute;bottom:-16px;right:-16px;box-shadow:0 4px 6px -1px #0000001a,0 12px 24px -4px #5b367d33,0 0 0 1px #5b367d1f}.constructii-module__eECGSG__docStatNumber{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:900;line-height:1}.constructii-module__eECGSG__docStatLabel{color:#64748b;text-align:center;max-width:90px;margin-top:2px;font-size:.67rem;font-weight:600;line-height:1.3}.constructii-module__eECGSG__docStatDivider{background:var(--gradient-text);border-radius:999px;width:30px;height:2px;margin:6px 0}.constructii-module__eECGSG__docStatIcon{width:28px;height:28px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a,#cc187814);border-radius:8px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}@media (max-width:640px){.constructii-module__eECGSG__docStatStamp{bottom:-12px;right:-4px}}.constructii-module__eECGSG__resultsSection{background:var(--aktio-primary);color:#fff;text-align:center;padding:6rem 1.5rem}.constructii-module__eECGSG__resultsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1000px;margin:4rem auto 0;display:grid}.constructii-module__eECGSG__resultStat{color:var(--aktio-accent);margin-bottom:.5rem;font-size:4rem;font-weight:900}.constructii-module__eECGSG__resultLabel{opacity:.9;font-size:1.1rem}.constructii-module__eECGSG__faqSection{background:var(--surface-1);padding:8rem 1.5rem}.constructii-module__eECGSG__faqContainer{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.constructii-module__eECGSG__faqItem{border:1px solid var(--border-color);background:#fff;border-radius:12px;overflow:hidden}.constructii-module__eECGSG__faqQuestion{text-align:left;cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.constructii-module__eECGSG__faqIcon{color:var(--aktio-primary);font-size:1.5rem;transition:transform .3s}.constructii-module__eECGSG__faqItem.constructii-module__eECGSG__open .constructii-module__eECGSG__faqIcon{transform:rotate(45deg)}.constructii-module__eECGSG__faqAnswer{grid-template-rows:0fr;transition:grid-template-rows .3s ease-out,padding .3s ease-out;display:grid}.constructii-module__eECGSG__faqAnswer>div{color:#6b7280;padding:0 1.5rem;line-height:1.6;overflow:hidden}.constructii-module__eECGSG__faqItem.constructii-module__eECGSG__open .constructii-module__eECGSG__faqAnswer{grid-template-rows:1fr}.constructii-module__eECGSG__faqItem.constructii-module__eECGSG__open .constructii-module__eECGSG__faqAnswer>div{padding:0 1.5rem 1.5rem}
.facility-module__ypgOnG__page{background-color:var(--background);color:var(--foreground)}.facility-module__ypgOnG__hero{text-align:center;padding:12rem 1.5rem 6rem;position:relative;overflow:hidden}.facility-module__ypgOnG__heroContent{z-index:2;max-width:900px;margin:0 auto;position:relative}.facility-module__ypgOnG__badge{color:var(--aktio-accent);background:#e21e801a;border:1px solid #e21e8033;border-radius:99px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.facility-module__ypgOnG__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1}.facility-module__ypgOnG__subtitle{color:#6b7280;max-width:700px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.facility-module__ypgOnG__targetSection{background:var(--surface-1);padding:6rem 1.5rem}.facility-module__ypgOnG__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.facility-module__ypgOnG__sectionTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.facility-module__ypgOnG__resourceSection{background:#fdfdfd;padding:30px 5%}.facility-module__ypgOnG__resourceBar{background:#fff;border:1px solid #eee;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;padding:1rem 2rem;display:flex;box-shadow:0 4px 20px #0000000f}.facility-module__ypgOnG__resourceInfo{flex:1;align-items:center;gap:1.5rem;display:flex}.facility-module__ypgOnG__resourceThumb{object-fit:contain;background:#f9fafb;border-radius:6px;flex-shrink:0;width:50px;height:50px;padding:4px}.facility-module__ypgOnG__resourceText h3{margin:0 0 2px;font-size:1.05rem;font-weight:800}.facility-module__ypgOnG__resourceText p{color:#64748b;margin:0;font-size:.85rem}.facility-module__ypgOnG__resourceBtn{white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;color:#fff!important;background:#10b981!important;text-decoration:none!important}.facility-module__ypgOnG__resourceBtn:hover{transform:scale(1.02);background:#059669!important}@media (max-width:900px){.facility-module__ypgOnG__resourceBar{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.facility-module__ypgOnG__resourceInfo{flex-direction:column;gap:1rem}}.facility-module__ypgOnG__grid3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.facility-module__ypgOnG__card{border:1px solid var(--border-color);background:#fff;border-radius:24px;padding:2.5rem;transition:transform .3s;box-shadow:0 4px 6px -1px #0000000d}.facility-module__ypgOnG__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.facility-module__ypgOnG__cardIcon{width:48px;height:48px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a 0%,#e21e8014 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.facility-module__ypgOnG__cardTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.facility-module__ypgOnG__cardDesc{color:#6b7280;line-height:1.6}.facility-module__ypgOnG__flowSection{background:#fff;padding:8rem 1.5rem}.facility-module__ypgOnG__flowGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:968px){.facility-module__ypgOnG__flowGrid{grid-template-columns:1fr}}.facility-module__ypgOnG__flowContent{flex-direction:column;gap:2rem;display:flex}.facility-module__ypgOnG__step{background:var(--surface-1);border:1px solid #0000;border-radius:16px;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.facility-module__ypgOnG__step:hover{border-color:var(--aktio-primary);background:#fff;box-shadow:0 10px 15px -3px #0000001a}.facility-module__ypgOnG__stepNumber{background:var(--aktio-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.facility-module__ypgOnG__stepText h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.facility-module__ypgOnG__stepText p{color:#6b7280;font-size:.95rem;line-height:1.5}.facility-module__ypgOnG__flowImageFrame{justify-content:center;align-items:center;display:flex}.facility-module__ypgOnG__docWrap{display:inline-block;position:relative}.facility-module__ypgOnG__doc{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(380px,100vw - 48px);font-size:.82rem;overflow:hidden;box-shadow:0 4px 6px -1px #00000012,0 20px 40px -8px #0000002e,0 0 0 1px #0000000a}.facility-module__ypgOnG__docHeader{background:linear-gradient(135deg, var(--aktio-primary) 0%, #7c3aed 100%);color:#fff;justify-content:space-between;align-items:center;padding:14px 18px 12px;display:flex}.facility-module__ypgOnG__docHeaderLeft{align-items:center;gap:10px;display:flex}.facility-module__ypgOnG__docLogo{color:#fff;background:#ffffff40;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:900;display:flex}.facility-module__ypgOnG__docTitle{letter-spacing:.06em;text-transform:uppercase;opacity:.95;font-size:.78rem;font-weight:800}.facility-module__ypgOnG__docId{opacity:.7;font-size:.7rem;font-weight:500}.facility-module__ypgOnG__docMeta{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:0;display:grid}.facility-module__ypgOnG__docMetaCell{border-right:1px solid #f1f5f9;padding:10px 18px}.facility-module__ypgOnG__docMetaCell:nth-child(2n){border-right:none}.facility-module__ypgOnG__docMetaLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:2px;font-size:.65rem;font-weight:600}.facility-module__ypgOnG__docMetaValue{color:#0f172a;font-size:.8rem;font-weight:700}.facility-module__ypgOnG__docEquipment{background:#fafafa;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:10px 18px;display:flex}.facility-module__ypgOnG__docEquipmentLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;white-space:nowrap;font-size:.65rem;font-weight:600}.facility-module__ypgOnG__docEquipmentValue{color:#0f172a;font-size:.8rem;font-weight:700}.facility-module__ypgOnG__docChecklistTitle{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;padding:10px 18px 6px;font-size:.65rem;font-weight:600}.facility-module__ypgOnG__docChecklist{flex-direction:column;gap:5px;padding:0 18px 10px;display:flex}.facility-module__ypgOnG__docCheckItem{color:#334155;align-items:center;gap:8px;font-size:.8rem;display:flex}.facility-module__ypgOnG__docCheckIcon{color:#16a34a;background:#dcfce7;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.facility-module__ypgOnG__docPhotos{border-top:1px solid #f1f5f9;gap:8px;padding:10px 18px;display:flex}.facility-module__ypgOnG__docPhoto{color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;height:52px;font-size:.65rem;font-weight:500;display:flex}.facility-module__ypgOnG__docSignature{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 18px 14px;display:flex}.facility-module__ypgOnG__docSigLine{flex-direction:column;gap:4px;display:flex}.facility-module__ypgOnG__docSigLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.facility-module__ypgOnG__docSigScribble{background-image:url("data:image/svg+xml,%3Csvg width='110' height='22' viewBox='0 0 110 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 16 C 14 6, 20 18, 34 10 C 46 4, 52 18, 66 12 C 80 6, 88 18, 102 11' stroke='%231e293b' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:110px;height:22px}.facility-module__ypgOnG__docSendBtn{background:linear-gradient(135deg, var(--aktio-primary), #7c3aed);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.72rem;font-weight:700;display:flex}.facility-module__ypgOnG__docStatStamp{background:#fff;border-radius:16px;flex-direction:column;align-items:center;min-width:110px;padding:14px 18px;display:flex;position:absolute;bottom:-16px;right:-16px;box-shadow:0 4px 6px -1px #0000001a,0 12px 24px -4px #5b367d33,0 0 0 1px #5b367d1f}.facility-module__ypgOnG__docStatNumber{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:900;line-height:1}.facility-module__ypgOnG__docStatLabel{color:#64748b;text-align:center;max-width:90px;margin-top:2px;font-size:.67rem;font-weight:600;line-height:1.3}.facility-module__ypgOnG__docStatDivider{background:var(--gradient-text);border-radius:999px;width:30px;height:2px;margin:6px 0}.facility-module__ypgOnG__docStatIcon{width:28px;height:28px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a,#cc187814);border-radius:8px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}@media (max-width:640px){.facility-module__ypgOnG__docStatStamp{bottom:-12px;right:-4px}}.facility-module__ypgOnG__resultsSection{background:var(--aktio-primary);color:#fff;text-align:center;padding:6rem 1.5rem}.facility-module__ypgOnG__resultsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1000px;margin:4rem auto 0;display:grid}.facility-module__ypgOnG__resultStat{color:var(--aktio-accent);margin-bottom:.5rem;font-size:4rem;font-weight:900}.facility-module__ypgOnG__resultLabel{opacity:.9;font-size:1.1rem}.facility-module__ypgOnG__faqSection{background:var(--surface-1);padding:8rem 1.5rem}.facility-module__ypgOnG__faqContainer{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.facility-module__ypgOnG__faqItem{border:1px solid var(--border-color);background:#fff;border-radius:12px;overflow:hidden}.facility-module__ypgOnG__faqQuestion{text-align:left;cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.facility-module__ypgOnG__faqIcon{color:var(--aktio-primary);font-size:1.5rem;transition:transform .3s}.facility-module__ypgOnG__faqItem.facility-module__ypgOnG__open .facility-module__ypgOnG__faqIcon{transform:rotate(45deg)}.facility-module__ypgOnG__faqAnswer{grid-template-rows:0fr;transition:grid-template-rows .3s ease-out,padding .3s ease-out;display:grid}.facility-module__ypgOnG__faqAnswer>div{color:#6b7280;padding:0 1.5rem;line-height:1.6;overflow:hidden}.facility-module__ypgOnG__faqItem.facility-module__ypgOnG__open .facility-module__ypgOnG__faqAnswer{grid-template-rows:1fr}.facility-module__ypgOnG__faqItem.facility-module__ypgOnG__open .facility-module__ypgOnG__faqAnswer>div{padding:0 1.5rem 1.5rem}
.logistica-module__YBtDFW__page{background-color:var(--background);color:var(--foreground)}.logistica-module__YBtDFW__hero{text-align:center;padding:12rem 1.5rem 6rem;position:relative;overflow:hidden}.logistica-module__YBtDFW__heroContent{z-index:2;max-width:900px;margin:0 auto;position:relative}.logistica-module__YBtDFW__badge{color:var(--aktio-accent);background:#e21e801a;border:1px solid #e21e8033;border-radius:99px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.logistica-module__YBtDFW__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1}.logistica-module__YBtDFW__subtitle{color:#6b7280;max-width:700px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.logistica-module__YBtDFW__targetSection{background:var(--surface-1);padding:6rem 1.5rem}.logistica-module__YBtDFW__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.logistica-module__YBtDFW__sectionTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.logistica-module__YBtDFW__grid3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.logistica-module__YBtDFW__card{border:1px solid var(--border-color);background:#fff;border-radius:24px;padding:2.5rem;transition:transform .3s;box-shadow:0 4px 6px -1px #0000000d}.logistica-module__YBtDFW__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.logistica-module__YBtDFW__cardIcon{width:48px;height:48px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a 0%,#e21e8014 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.logistica-module__YBtDFW__cardTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.logistica-module__YBtDFW__cardDesc{color:#6b7280;line-height:1.6}.logistica-module__YBtDFW__resourceSection{background:#fdfdfd;padding:30px 5%}.logistica-module__YBtDFW__resourceBar{background:#fff;border:1px solid #eee;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;padding:1rem 2rem;display:flex;box-shadow:0 4px 20px #0000000f}.logistica-module__YBtDFW__resourceInfo{flex:1;align-items:center;gap:1.5rem;display:flex}.logistica-module__YBtDFW__resourceThumb{object-fit:contain;background:#f9fafb;border-radius:6px;flex-shrink:0;width:50px;height:50px;padding:4px}.logistica-module__YBtDFW__resourceText h3{margin:0 0 2px;font-size:1.05rem;font-weight:800}.logistica-module__YBtDFW__resourceText p{color:#64748b;margin:0;font-size:.85rem}.logistica-module__YBtDFW__resourceBtn{white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;color:#fff!important;background:#ef4444!important;text-decoration:none!important}.logistica-module__YBtDFW__resourceBtn:hover{transform:scale(1.02);background:#dc2626!important}@media (max-width:900px){.logistica-module__YBtDFW__resourceBar{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.logistica-module__YBtDFW__resourceInfo{flex-direction:column;gap:1rem}}.logistica-module__YBtDFW__flowSection{background:#fff;padding:8rem 1.5rem}.logistica-module__YBtDFW__flowGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:968px){.logistica-module__YBtDFW__flowGrid{grid-template-columns:1fr}}.logistica-module__YBtDFW__flowContent{flex-direction:column;gap:2rem;display:flex}.logistica-module__YBtDFW__step{background:var(--surface-1);border:1px solid #0000;border-radius:16px;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.logistica-module__YBtDFW__step:hover{border-color:var(--aktio-primary);background:#fff;box-shadow:0 10px 15px -3px #0000001a}.logistica-module__YBtDFW__stepNumber{background:var(--aktio-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.logistica-module__YBtDFW__stepText h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.logistica-module__YBtDFW__stepText p{color:#6b7280;font-size:.95rem;line-height:1.5}.logistica-module__YBtDFW__flowImageFrame{justify-content:center;align-items:center;display:flex}.logistica-module__YBtDFW__docWrap{display:inline-block;position:relative}.logistica-module__YBtDFW__doc{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(380px,100vw - 48px);font-size:.82rem;overflow:hidden;box-shadow:0 4px 6px -1px #00000012,0 20px 40px -8px #0000002e,0 0 0 1px #0000000a}.logistica-module__YBtDFW__docHeader{background:linear-gradient(135deg, var(--aktio-primary) 0%, #7c3aed 100%);color:#fff;justify-content:space-between;align-items:center;padding:14px 18px 12px;display:flex}.logistica-module__YBtDFW__docHeaderLeft{align-items:center;gap:10px;display:flex}.logistica-module__YBtDFW__docLogo{color:#fff;background:#ffffff40;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:900;display:flex}.logistica-module__YBtDFW__docTitle{letter-spacing:.06em;text-transform:uppercase;opacity:.95;font-size:.78rem;font-weight:800}.logistica-module__YBtDFW__docId{opacity:.7;font-size:.7rem;font-weight:500}.logistica-module__YBtDFW__docMeta{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:0;display:grid}.logistica-module__YBtDFW__docMetaCell{border-right:1px solid #f1f5f9;padding:10px 18px}.logistica-module__YBtDFW__docMetaCell:nth-child(2n){border-right:none}.logistica-module__YBtDFW__docMetaLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:2px;font-size:.65rem;font-weight:600}.logistica-module__YBtDFW__docMetaValue{color:#0f172a;font-size:.8rem;font-weight:700}.logistica-module__YBtDFW__docEquipment{background:#fafafa;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:10px 18px;display:flex}.logistica-module__YBtDFW__docEquipmentLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;white-space:nowrap;font-size:.65rem;font-weight:600}.logistica-module__YBtDFW__docEquipmentValue{color:#0f172a;font-size:.8rem;font-weight:700}.logistica-module__YBtDFW__docChecklistTitle{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;padding:10px 18px 6px;font-size:.65rem;font-weight:600}.logistica-module__YBtDFW__docChecklist{flex-direction:column;gap:5px;padding:0 18px 10px;display:flex}.logistica-module__YBtDFW__docCheckItem{color:#334155;align-items:center;gap:8px;font-size:.8rem;display:flex}.logistica-module__YBtDFW__docCheckIcon{color:#16a34a;background:#dcfce7;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.logistica-module__YBtDFW__docPhotos{border-top:1px solid #f1f5f9;gap:8px;padding:10px 18px;display:flex}.logistica-module__YBtDFW__docPhoto{color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;height:52px;font-size:.65rem;font-weight:500;display:flex}.logistica-module__YBtDFW__docSignature{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 18px 14px;display:flex}.logistica-module__YBtDFW__docSigLine{flex-direction:column;gap:4px;display:flex}.logistica-module__YBtDFW__docSigLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.logistica-module__YBtDFW__docSigScribble{background-image:url("data:image/svg+xml,%3Csvg width='110' height='22' viewBox='0 0 110 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 16 C 14 6, 20 18, 34 10 C 46 4, 52 18, 66 12 C 80 6, 88 18, 102 11' stroke='%231e293b' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:110px;height:22px}.logistica-module__YBtDFW__docSendBtn{background:linear-gradient(135deg, var(--aktio-primary), #7c3aed);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.72rem;font-weight:700;display:flex}.logistica-module__YBtDFW__docStatStamp{background:#fff;border-radius:16px;flex-direction:column;align-items:center;min-width:110px;padding:14px 18px;display:flex;position:absolute;bottom:-16px;right:-16px;box-shadow:0 4px 6px -1px #0000001a,0 12px 24px -4px #5b367d33,0 0 0 1px #5b367d1f}.logistica-module__YBtDFW__docStatNumber{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:900;line-height:1}.logistica-module__YBtDFW__docStatLabel{color:#64748b;text-align:center;max-width:90px;margin-top:2px;font-size:.67rem;font-weight:600;line-height:1.3}.logistica-module__YBtDFW__docStatDivider{background:var(--gradient-text);border-radius:999px;width:30px;height:2px;margin:6px 0}.logistica-module__YBtDFW__docStatIcon{width:28px;height:28px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a,#cc187814);border-radius:8px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}@media (max-width:640px){.logistica-module__YBtDFW__docStatStamp{bottom:-12px;right:-4px}}.logistica-module__YBtDFW__resultsSection{background:var(--aktio-primary);color:#fff;text-align:center;padding:6rem 1.5rem}.logistica-module__YBtDFW__resultsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1000px;margin:4rem auto 0;display:grid}.logistica-module__YBtDFW__resultStat{color:var(--aktio-accent);margin-bottom:.5rem;font-size:4rem;font-weight:900}.logistica-module__YBtDFW__resultLabel{opacity:.9;font-size:1.1rem}.logistica-module__YBtDFW__faqSection{background:var(--surface-1);padding:8rem 1.5rem}.logistica-module__YBtDFW__faqContainer{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.logistica-module__YBtDFW__faqItem{border:1px solid var(--border-color);background:#fff;border-radius:12px;overflow:hidden}.logistica-module__YBtDFW__faqQuestion{text-align:left;cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.logistica-module__YBtDFW__faqIcon{color:var(--aktio-primary);font-size:1.5rem;transition:transform .3s}.logistica-module__YBtDFW__faqItem.logistica-module__YBtDFW__open .logistica-module__YBtDFW__faqIcon{transform:rotate(45deg)}.logistica-module__YBtDFW__faqAnswer{grid-template-rows:0fr;transition:grid-template-rows .3s ease-out,padding .3s ease-out;display:grid}.logistica-module__YBtDFW__faqAnswer>div{color:#6b7280;padding:0 1.5rem;line-height:1.6;overflow:hidden}.logistica-module__YBtDFW__faqItem.logistica-module__YBtDFW__open .logistica-module__YBtDFW__faqAnswer{grid-template-rows:1fr}.logistica-module__YBtDFW__faqItem.logistica-module__YBtDFW__open .logistica-module__YBtDFW__faqAnswer>div{padding:0 1.5rem 1.5rem}
.retail-module__qe0EnG__page{background-color:var(--background);color:var(--foreground)}.retail-module__qe0EnG__hero{text-align:center;padding:12rem 1.5rem 6rem;position:relative;overflow:hidden}.retail-module__qe0EnG__heroContent{z-index:2;max-width:900px;margin:0 auto;position:relative}.retail-module__qe0EnG__badge{color:var(--aktio-accent);background:#e21e801a;border:1px solid #e21e8033;border-radius:99px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.retail-module__qe0EnG__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1}.retail-module__qe0EnG__subtitle{color:#6b7280;max-width:700px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.retail-module__qe0EnG__targetSection{background:var(--surface-1);padding:6rem 1.5rem}.retail-module__qe0EnG__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.retail-module__qe0EnG__sectionTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.retail-module__qe0EnG__grid3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.retail-module__qe0EnG__card{border:1px solid var(--border-color);background:#fff;border-radius:24px;padding:2.5rem;transition:transform .3s;box-shadow:0 4px 6px -1px #0000000d}.retail-module__qe0EnG__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.retail-module__qe0EnG__cardIcon{width:48px;height:48px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a 0%,#e21e8014 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.retail-module__qe0EnG__cardTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.retail-module__qe0EnG__cardDesc{color:#6b7280;line-height:1.6}.retail-module__qe0EnG__resourceSection{background:#fdfdfd;padding:30px 5%}.retail-module__qe0EnG__resourceBar{background:#fff;border:1px solid #eee;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;padding:1rem 2rem;display:flex;box-shadow:0 4px 20px #0000000f}.retail-module__qe0EnG__resourceInfo{flex:1;align-items:center;gap:1.5rem;display:flex}.retail-module__qe0EnG__resourceThumb{object-fit:contain;background:#f9fafb;border-radius:6px;flex-shrink:0;width:50px;height:50px;padding:4px}.retail-module__qe0EnG__resourceText h3{margin:0 0 2px;font-size:1.05rem;font-weight:800}.retail-module__qe0EnG__resourceText p{color:#64748b;margin:0;font-size:.85rem}.retail-module__qe0EnG__resourceBtn{white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;color:#fff!important;background:#6366f1!important;text-decoration:none!important}.retail-module__qe0EnG__resourceBtn:hover{transform:scale(1.02);background:#4f46e5!important}@media (max-width:900px){.retail-module__qe0EnG__resourceBar{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.retail-module__qe0EnG__resourceInfo{flex-direction:column;gap:1rem}}.retail-module__qe0EnG__flowSection{background:#fff;padding:8rem 1.5rem}.retail-module__qe0EnG__flowGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:968px){.retail-module__qe0EnG__flowGrid{grid-template-columns:1fr}}.retail-module__qe0EnG__flowContent{flex-direction:column;gap:2rem;display:flex}.retail-module__qe0EnG__step{background:var(--surface-1);border:1px solid #0000;border-radius:16px;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.retail-module__qe0EnG__step:hover{border-color:var(--aktio-primary);background:#fff;box-shadow:0 10px 15px -3px #0000001a}.retail-module__qe0EnG__stepNumber{background:var(--aktio-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.retail-module__qe0EnG__stepText h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.retail-module__qe0EnG__stepText p{color:#6b7280;font-size:.95rem;line-height:1.5}.retail-module__qe0EnG__flowImageFrame{justify-content:center;align-items:center;display:flex}.retail-module__qe0EnG__docWrap{display:inline-block;position:relative}.retail-module__qe0EnG__doc{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(380px,100vw - 48px);font-size:.82rem;overflow:hidden;box-shadow:0 4px 6px -1px #00000012,0 20px 40px -8px #0000002e,0 0 0 1px #0000000a}.retail-module__qe0EnG__docHeader{background:linear-gradient(135deg, var(--aktio-primary) 0%, #7c3aed 100%);color:#fff;justify-content:space-between;align-items:center;padding:14px 18px 12px;display:flex}.retail-module__qe0EnG__docHeaderLeft{align-items:center;gap:10px;display:flex}.retail-module__qe0EnG__docLogo{color:#fff;background:#ffffff40;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:900;display:flex}.retail-module__qe0EnG__docTitle{letter-spacing:.06em;text-transform:uppercase;opacity:.95;font-size:.78rem;font-weight:800}.retail-module__qe0EnG__docId{opacity:.7;font-size:.7rem;font-weight:500}.retail-module__qe0EnG__docMeta{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:0;display:grid}.retail-module__qe0EnG__docMetaCell{border-right:1px solid #f1f5f9;padding:10px 18px}.retail-module__qe0EnG__docMetaCell:nth-child(2n){border-right:none}.retail-module__qe0EnG__docMetaLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:2px;font-size:.65rem;font-weight:600}.retail-module__qe0EnG__docMetaValue{color:#0f172a;font-size:.8rem;font-weight:700}.retail-module__qe0EnG__docEquipment{background:#fafafa;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:10px 18px;display:flex}.retail-module__qe0EnG__docEquipmentLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;white-space:nowrap;font-size:.65rem;font-weight:600}.retail-module__qe0EnG__docEquipmentValue{color:#0f172a;font-size:.8rem;font-weight:700}.retail-module__qe0EnG__docChecklistTitle{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;padding:10px 18px 6px;font-size:.65rem;font-weight:600}.retail-module__qe0EnG__docChecklist{flex-direction:column;gap:5px;padding:0 18px 10px;display:flex}.retail-module__qe0EnG__docCheckItem{color:#334155;align-items:center;gap:8px;font-size:.8rem;display:flex}.retail-module__qe0EnG__docCheckIcon{color:#16a34a;background:#dcfce7;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.retail-module__qe0EnG__docPhotos{border-top:1px solid #f1f5f9;gap:8px;padding:10px 18px;display:flex}.retail-module__qe0EnG__docPhoto{color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;height:52px;font-size:.65rem;font-weight:500;display:flex}.retail-module__qe0EnG__docSignature{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 18px 14px;display:flex}.retail-module__qe0EnG__docSigLine{flex-direction:column;gap:4px;display:flex}.retail-module__qe0EnG__docSigLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.retail-module__qe0EnG__docSigScribble{background-image:url("data:image/svg+xml,%3Csvg width='110' height='22' viewBox='0 0 110 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 16 C 14 6, 20 18, 34 10 C 46 4, 52 18, 66 12 C 80 6, 88 18, 102 11' stroke='%231e293b' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:110px;height:22px}.retail-module__qe0EnG__docSendBtn{background:linear-gradient(135deg, var(--aktio-primary), #7c3aed);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.72rem;font-weight:700;display:flex}.retail-module__qe0EnG__docStatStamp{background:#fff;border-radius:16px;flex-direction:column;align-items:center;min-width:110px;padding:14px 18px;display:flex;position:absolute;bottom:-16px;right:-16px;box-shadow:0 4px 6px -1px #0000001a,0 12px 24px -4px #5b367d33,0 0 0 1px #5b367d1f}.retail-module__qe0EnG__docStatNumber{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:900;line-height:1}.retail-module__qe0EnG__docStatLabel{color:#64748b;text-align:center;max-width:90px;margin-top:2px;font-size:.67rem;font-weight:600;line-height:1.3}.retail-module__qe0EnG__docStatDivider{background:var(--gradient-text);border-radius:999px;width:30px;height:2px;margin:6px 0}.retail-module__qe0EnG__docStatIcon{width:28px;height:28px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a,#cc187814);border-radius:8px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}@media (max-width:640px){.retail-module__qe0EnG__docStatStamp{bottom:-12px;right:-4px}}.retail-module__qe0EnG__resultsSection{background:var(--aktio-primary);color:#fff;text-align:center;padding:6rem 1.5rem}.retail-module__qe0EnG__resultsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1000px;margin:4rem auto 0;display:grid}.retail-module__qe0EnG__resultStat{color:var(--aktio-accent);margin-bottom:.5rem;font-size:4rem;font-weight:900}.retail-module__qe0EnG__resultLabel{opacity:.9;font-size:1.1rem}.retail-module__qe0EnG__faqSection{background:var(--surface-1);padding:8rem 1.5rem}.retail-module__qe0EnG__faqContainer{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.retail-module__qe0EnG__faqItem{border:1px solid var(--border-color);background:#fff;border-radius:12px;overflow:hidden}.retail-module__qe0EnG__faqQuestion{text-align:left;cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.retail-module__qe0EnG__faqIcon{color:var(--aktio-primary);font-size:1.5rem;transition:transform .3s}.retail-module__qe0EnG__faqItem.retail-module__qe0EnG__open .retail-module__qe0EnG__faqIcon{transform:rotate(45deg)}.retail-module__qe0EnG__faqAnswer{grid-template-rows:0fr;transition:grid-template-rows .3s ease-out,padding .3s ease-out;display:grid}.retail-module__qe0EnG__faqAnswer>div{color:#6b7280;padding:0 1.5rem;line-height:1.6;overflow:hidden}.retail-module__qe0EnG__faqItem.retail-module__qe0EnG__open .retail-module__qe0EnG__faqAnswer{grid-template-rows:1fr}.retail-module__qe0EnG__faqItem.retail-module__qe0EnG__open .retail-module__qe0EnG__faqAnswer>div{padding:0 1.5rem 1.5rem}
.service-module__8wc2Eq__page{background-color:var(--background);color:var(--foreground)}.service-module__8wc2Eq__hero{text-align:center;padding:12rem 1.5rem 6rem;position:relative;overflow:hidden}.service-module__8wc2Eq__heroContent{z-index:2;max-width:900px;margin:0 auto;position:relative}.service-module__8wc2Eq__badge{color:var(--aktio-accent);background:#e21e801a;border:1px solid #e21e8033;border-radius:99px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.service-module__8wc2Eq__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1}.service-module__8wc2Eq__subtitle{color:#6b7280;max-width:700px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.service-module__8wc2Eq__targetSection{background:var(--surface-1);padding:6rem 1.5rem}.service-module__8wc2Eq__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.service-module__8wc2Eq__sectionTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.service-module__8wc2Eq__grid3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.service-module__8wc2Eq__card{border:1px solid var(--border-color);background:#fff;border-radius:24px;padding:2.5rem;transition:transform .3s;box-shadow:0 4px 6px -1px #0000000d}.service-module__8wc2Eq__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.service-module__8wc2Eq__cardIcon{width:48px;height:48px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a 0%,#e21e8014 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-module__8wc2Eq__cardTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.service-module__8wc2Eq__cardDesc{color:#6b7280;line-height:1.6}.service-module__8wc2Eq__flowSection{background:#fff;padding:8rem 1.5rem}.service-module__8wc2Eq__flowGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:968px){.service-module__8wc2Eq__flowGrid{grid-template-columns:1fr}}.service-module__8wc2Eq__flowContent{flex-direction:column;gap:2rem;display:flex}.service-module__8wc2Eq__step{background:var(--surface-1);border:1px solid #0000;border-radius:16px;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.service-module__8wc2Eq__step:hover{border-color:var(--aktio-primary);background:#fff;box-shadow:0 10px 15px -3px #0000001a}.service-module__8wc2Eq__stepNumber{background:var(--aktio-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.service-module__8wc2Eq__stepText h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.service-module__8wc2Eq__stepText p{color:#6b7280;font-size:.95rem;line-height:1.5}.service-module__8wc2Eq__flowImageFrame{justify-content:center;align-items:center;display:flex}.service-module__8wc2Eq__docWrap{display:inline-block;position:relative}.service-module__8wc2Eq__doc{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(380px,100vw - 48px);font-size:.82rem;overflow:hidden;box-shadow:0 4px 6px -1px #00000012,0 20px 40px -8px #0000002e,0 0 0 1px #0000000a}.service-module__8wc2Eq__docHeader{background:linear-gradient(135deg, var(--aktio-primary) 0%, #7c3aed 100%);color:#fff;justify-content:space-between;align-items:center;padding:14px 18px 12px;display:flex}.service-module__8wc2Eq__docHeaderLeft{align-items:center;gap:10px;display:flex}.service-module__8wc2Eq__docLogo{color:#fff;background:#ffffff40;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:900;display:flex}.service-module__8wc2Eq__docTitle{letter-spacing:.06em;text-transform:uppercase;opacity:.95;font-size:.78rem;font-weight:800}.service-module__8wc2Eq__docId{opacity:.7;font-size:.7rem;font-weight:500}.service-module__8wc2Eq__docMeta{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:0;display:grid}.service-module__8wc2Eq__docMetaCell{border-right:1px solid #f1f5f9;padding:10px 18px}.service-module__8wc2Eq__docMetaCell:nth-child(2n){border-right:none}.service-module__8wc2Eq__docMetaLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:2px;font-size:.65rem;font-weight:600}.service-module__8wc2Eq__docMetaValue{color:#0f172a;font-size:.8rem;font-weight:700}.service-module__8wc2Eq__docEquipment{background:#fafafa;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:10px 18px;display:flex}.service-module__8wc2Eq__docEquipmentLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;white-space:nowrap;font-size:.65rem;font-weight:600}.service-module__8wc2Eq__docEquipmentValue{color:#0f172a;font-size:.8rem;font-weight:700}.service-module__8wc2Eq__docChecklistTitle{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;padding:10px 18px 6px;font-size:.65rem;font-weight:600}.service-module__8wc2Eq__docChecklist{flex-direction:column;gap:5px;padding:0 18px 10px;display:flex}.service-module__8wc2Eq__docCheckItem{color:#334155;align-items:center;gap:8px;font-size:.8rem;display:flex}.service-module__8wc2Eq__docCheckIcon{color:#16a34a;background:#dcfce7;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.service-module__8wc2Eq__docPhotos{border-top:1px solid #f1f5f9;gap:8px;padding:10px 18px;display:flex}.service-module__8wc2Eq__docPhoto{color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;height:52px;font-size:.65rem;font-weight:500;display:flex}.service-module__8wc2Eq__docSignature{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 18px 14px;display:flex}.service-module__8wc2Eq__docSigLine{flex-direction:column;gap:4px;display:flex}.service-module__8wc2Eq__docSigLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.service-module__8wc2Eq__docSigScribble{background-image:url("data:image/svg+xml,%3Csvg width='110' height='22' viewBox='0 0 110 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 16 C 14 6, 20 18, 34 10 C 46 4, 52 18, 66 12 C 80 6, 88 18, 102 11' stroke='%231e293b' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:110px;height:22px}.service-module__8wc2Eq__docSendBtn{background:linear-gradient(135deg, var(--aktio-primary), #7c3aed);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.72rem;font-weight:700;display:flex}.service-module__8wc2Eq__docStatStamp{background:#fff;border-radius:16px;flex-direction:column;align-items:center;min-width:110px;padding:14px 18px;display:flex;position:absolute;bottom:-16px;right:-16px;box-shadow:0 4px 6px -1px #0000001a,0 12px 24px -4px #5b367d33,0 0 0 1px #5b367d1f}.service-module__8wc2Eq__docStatNumber{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:900;line-height:1}.service-module__8wc2Eq__docStatLabel{color:#64748b;text-align:center;max-width:90px;margin-top:2px;font-size:.67rem;font-weight:600;line-height:1.3}.service-module__8wc2Eq__docStatDivider{background:var(--gradient-text);border-radius:999px;width:30px;height:2px;margin:6px 0}.service-module__8wc2Eq__docStatIcon{width:28px;height:28px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a,#cc187814);border-radius:8px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}@media (max-width:640px){.service-module__8wc2Eq__docStatStamp{bottom:-12px;right:-4px}}.service-module__8wc2Eq__resultsSection{background:var(--aktio-primary);color:#fff;text-align:center;padding:6rem 1.5rem}.service-module__8wc2Eq__resultsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1000px;margin:4rem auto 0;display:grid}.service-module__8wc2Eq__resultStat{color:var(--aktio-accent);margin-bottom:.5rem;font-size:4rem;font-weight:900}.service-module__8wc2Eq__resultLabel{opacity:.9;font-size:1.1rem}.service-module__8wc2Eq__faqSection{background:var(--surface-1);padding:8rem 1.5rem}.service-module__8wc2Eq__faqContainer{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.service-module__8wc2Eq__faqItem{border:1px solid var(--border-color);background:#fff;border-radius:12px;overflow:hidden}.service-module__8wc2Eq__faqQuestion{text-align:left;cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.service-module__8wc2Eq__faqIcon{color:var(--aktio-primary);font-size:1.5rem;transition:transform .3s}.service-module__8wc2Eq__faqItem.service-module__8wc2Eq__open .service-module__8wc2Eq__faqIcon{transform:rotate(45deg)}.service-module__8wc2Eq__faqAnswer{grid-template-rows:0fr;transition:grid-template-rows .3s ease-out,padding .3s ease-out;display:grid}.service-module__8wc2Eq__faqAnswer>div{color:#6b7280;padding:0 1.5rem;line-height:1.6;overflow:hidden}.service-module__8wc2Eq__faqItem.service-module__8wc2Eq__open .service-module__8wc2Eq__faqAnswer{grid-template-rows:1fr}.service-module__8wc2Eq__faqItem.service-module__8wc2Eq__open .service-module__8wc2Eq__faqAnswer>div{padding:0 1.5rem 1.5rem}.service-module__8wc2Eq__resourceSection{background:#fdfdfd;padding:30px 5%}.service-module__8wc2Eq__resourceBar{background:#fff;border:1px solid #eee;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;padding:1rem 2rem;display:flex;box-shadow:0 4px 20px #0000000f}.service-module__8wc2Eq__resourceInfo{flex:1;align-items:center;gap:1.5rem;display:flex}.service-module__8wc2Eq__resourceThumb{object-fit:contain;background:#f9fafb;border-radius:6px;flex-shrink:0;width:50px;height:50px;padding:4px}.service-module__8wc2Eq__resourceText h3{margin:0 0 2px;font-size:1.05rem;font-weight:800}.service-module__8wc2Eq__resourceText p{color:#64748b;margin:0;font-size:.85rem}.service-module__8wc2Eq__resourceBtn{white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;color:#fff!important;background:#603b9b!important;text-decoration:none!important}.service-module__8wc2Eq__resourceBtn:hover{transform:scale(1.02);background:#503185!important}@media (max-width:900px){.service-module__8wc2Eq__resourceBar{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.service-module__8wc2Eq__resourceInfo{flex-direction:column;gap:1rem}}
.ssm-module__tQeXGW__page{background-color:var(--background);color:var(--foreground)}.ssm-module__tQeXGW__hero{text-align:center;padding:12rem 1.5rem 6rem;position:relative;overflow:hidden}.ssm-module__tQeXGW__heroContent{z-index:2;max-width:900px;margin:0 auto;position:relative}.ssm-module__tQeXGW__badge{color:var(--aktio-accent);background:#e21e801a;border:1px solid #e21e8033;border-radius:99px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.ssm-module__tQeXGW__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1}.ssm-module__tQeXGW__subtitle{color:#6b7280;max-width:700px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.ssm-module__tQeXGW__targetSection{background:var(--surface-1);padding:6rem 1.5rem}.ssm-module__tQeXGW__sectionHeader{text-align:center;max-width:700px;margin:0 auto 4rem}.ssm-module__tQeXGW__sectionTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.ssm-module__tQeXGW__grid3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.ssm-module__tQeXGW__card{border:1px solid var(--border-color);background:#fff;border-radius:24px;padding:2.5rem;transition:transform .3s;box-shadow:0 4px 6px -1px #0000000d}.ssm-module__tQeXGW__card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.ssm-module__tQeXGW__cardIcon{width:48px;height:48px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a 0%,#e21e8014 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.ssm-module__tQeXGW__cardTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.ssm-module__tQeXGW__cardDesc{color:#6b7280;line-height:1.6}.ssm-module__tQeXGW__flowSection{background:#fff;padding:8rem 1.5rem}.ssm-module__tQeXGW__flowGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:968px){.ssm-module__tQeXGW__flowGrid{grid-template-columns:1fr}}.ssm-module__tQeXGW__flowContent{flex-direction:column;gap:2rem;display:flex}.ssm-module__tQeXGW__step{background:var(--surface-1);border:1px solid #0000;border-radius:16px;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.ssm-module__tQeXGW__step:hover{border-color:var(--aktio-primary);background:#fff;box-shadow:0 10px 15px -3px #0000001a}.ssm-module__tQeXGW__stepNumber{background:var(--aktio-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex}.ssm-module__tQeXGW__stepText h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.ssm-module__tQeXGW__stepText p{color:#6b7280;font-size:.95rem;line-height:1.5}.ssm-module__tQeXGW__flowImageFrame{justify-content:center;align-items:center;display:flex}.ssm-module__tQeXGW__docWrap{display:inline-block;position:relative}.ssm-module__tQeXGW__doc{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:min(380px,100vw - 48px);font-size:.82rem;overflow:hidden;box-shadow:0 4px 6px -1px #00000012,0 20px 40px -8px #0000002e,0 0 0 1px #0000000a}.ssm-module__tQeXGW__docHeader{background:linear-gradient(135deg, var(--aktio-primary) 0%, #7c3aed 100%);color:#fff;justify-content:space-between;align-items:center;padding:14px 18px 12px;display:flex}.ssm-module__tQeXGW__docHeaderLeft{align-items:center;gap:10px;display:flex}.ssm-module__tQeXGW__docLogo{color:#fff;background:#ffffff40;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:900;display:flex}.ssm-module__tQeXGW__docTitle{letter-spacing:.06em;text-transform:uppercase;opacity:.95;font-size:.78rem;font-weight:800}.ssm-module__tQeXGW__docId{opacity:.7;font-size:.7rem;font-weight:500}.ssm-module__tQeXGW__docMeta{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 1fr;gap:0;display:grid}.ssm-module__tQeXGW__docMetaCell{border-right:1px solid #f1f5f9;padding:10px 18px}.ssm-module__tQeXGW__docMetaCell:nth-child(2n){border-right:none}.ssm-module__tQeXGW__docMetaLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:2px;font-size:.65rem;font-weight:600}.ssm-module__tQeXGW__docMetaValue{color:#0f172a;font-size:.8rem;font-weight:700}.ssm-module__tQeXGW__docEquipment{background:#fafafa;border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:10px 18px;display:flex}.ssm-module__tQeXGW__docEquipmentLabel{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;white-space:nowrap;font-size:.65rem;font-weight:600}.ssm-module__tQeXGW__docEquipmentValue{color:#0f172a;font-size:.8rem;font-weight:700}.ssm-module__tQeXGW__docChecklistTitle{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;padding:10px 18px 6px;font-size:.65rem;font-weight:600}.ssm-module__tQeXGW__docChecklist{flex-direction:column;gap:5px;padding:0 18px 10px;display:flex}.ssm-module__tQeXGW__docCheckItem{color:#334155;align-items:center;gap:8px;font-size:.8rem;display:flex}.ssm-module__tQeXGW__docCheckIcon{color:#16a34a;background:#dcfce7;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.ssm-module__tQeXGW__docPhotos{border-top:1px solid #f1f5f9;gap:8px;padding:10px 18px;display:flex}.ssm-module__tQeXGW__docPhoto{color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;height:52px;font-size:.65rem;font-weight:500;display:flex}.ssm-module__tQeXGW__docSignature{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 18px 14px;display:flex}.ssm-module__tQeXGW__docSigLine{flex-direction:column;gap:4px;display:flex}.ssm-module__tQeXGW__docSigLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:600}.ssm-module__tQeXGW__docSigScribble{background-image:url("data:image/svg+xml,%3Csvg width='110' height='22' viewBox='0 0 110 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 16 C 14 6, 20 18, 34 10 C 46 4, 52 18, 66 12 C 80 6, 88 18, 102 11' stroke='%231e293b' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:110px;height:22px}.ssm-module__tQeXGW__docSendBtn{background:linear-gradient(135deg, var(--aktio-primary), #7c3aed);color:#fff;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.72rem;font-weight:700;display:flex}.ssm-module__tQeXGW__docStatStamp{background:#fff;border-radius:16px;flex-direction:column;align-items:center;min-width:110px;padding:14px 18px;display:flex;position:absolute;bottom:-16px;right:-16px;box-shadow:0 4px 6px -1px #0000001a,0 12px 24px -4px #5b367d33,0 0 0 1px #5b367d1f}.ssm-module__tQeXGW__docStatNumber{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:900;line-height:1}.ssm-module__tQeXGW__docStatLabel{color:#64748b;text-align:center;max-width:90px;margin-top:2px;font-size:.67rem;font-weight:600;line-height:1.3}.ssm-module__tQeXGW__docStatDivider{background:var(--gradient-text);border-radius:999px;width:30px;height:2px;margin:6px 0}.ssm-module__tQeXGW__docStatIcon{width:28px;height:28px;color:var(--aktio-primary);background:linear-gradient(135deg,#5b367d1a,#cc187814);border-radius:8px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}@media (max-width:640px){.ssm-module__tQeXGW__docStatStamp{bottom:-12px;right:-4px}}.ssm-module__tQeXGW__resultsSection{background:var(--aktio-primary);color:#fff;text-align:center;padding:6rem 1.5rem}.ssm-module__tQeXGW__resultsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1000px;margin:4rem auto 0;display:grid}.ssm-module__tQeXGW__resultStat{color:var(--aktio-accent);margin-bottom:.5rem;font-size:4rem;font-weight:900}.ssm-module__tQeXGW__resultLabel{opacity:.9;font-size:1.1rem}.ssm-module__tQeXGW__faqSection{background:var(--surface-1);padding:8rem 1.5rem}.ssm-module__tQeXGW__faqContainer{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.ssm-module__tQeXGW__faqItem{border:1px solid var(--border-color);background:#fff;border-radius:12px;overflow:hidden}.ssm-module__tQeXGW__faqQuestion{text-align:left;cursor:pointer;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:700;display:flex}.ssm-module__tQeXGW__faqIcon{color:var(--aktio-primary);font-size:1.5rem;transition:transform .3s}.ssm-module__tQeXGW__faqItem.ssm-module__tQeXGW__open .ssm-module__tQeXGW__faqIcon{transform:rotate(45deg)}.ssm-module__tQeXGW__faqAnswer{grid-template-rows:0fr;transition:grid-template-rows .3s ease-out,padding .3s ease-out;display:grid}.ssm-module__tQeXGW__faqAnswer>div{color:#6b7280;padding:0 1.5rem;line-height:1.6;overflow:hidden}.ssm-module__tQeXGW__faqItem.ssm-module__tQeXGW__open .ssm-module__tQeXGW__faqAnswer{grid-template-rows:1fr}.ssm-module__tQeXGW__faqItem.ssm-module__tQeXGW__open .ssm-module__tQeXGW__faqAnswer>div{padding:0 1.5rem 1.5rem}.ssm-module__tQeXGW__resourceSection{background:#fdfdfd;padding:30px 5%}.ssm-module__tQeXGW__resourceBar{background:#fff;border:1px solid #eee;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;max-width:1000px;margin:0 auto;padding:1rem 2rem;display:flex;box-shadow:0 4px 20px #0000000f}.ssm-module__tQeXGW__resourceInfo{flex:1;align-items:center;gap:1.5rem;display:flex}.ssm-module__tQeXGW__resourceThumb{object-fit:contain;background:#f9fafb;border-radius:6px;flex-shrink:0;width:50px;height:50px;padding:4px}.ssm-module__tQeXGW__resourceText h3{margin:0 0 2px;font-size:1.05rem;font-weight:800}.ssm-module__tQeXGW__resourceText p{color:#64748b;margin:0;font-size:.85rem}.ssm-module__tQeXGW__resourceBtn{white-space:nowrap;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;color:#fff!important;background:#2563eb!important;text-decoration:none!important}.ssm-module__tQeXGW__resourceBtn:hover{transform:scale(1.02);background:#1d4ed8!important}@media (max-width:900px){.ssm-module__tQeXGW__resourceBar{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.ssm-module__tQeXGW__resourceInfo{flex-direction:column;gap:1rem}}
.functionalitati-module__Q0NbSW__page{background-color:var(--background);min-height:100vh}.functionalitati-module__Q0NbSW__heroSection{padding-top:10rem;padding-bottom:4rem;text-align:center;padding-inline:1.5rem}@media (max-width:1024px){.functionalitati-module__Q0NbSW__heroSection{padding-top:7rem;padding-bottom:2.5rem}.functionalitati-module__Q0NbSW__title{font-size:clamp(1.75rem,5vw,2.5rem)}.functionalitati-module__Q0NbSW__subtitle{font-size:1rem}}.functionalitati-module__Q0NbSW__heroContainer{max-width:800px;margin:0 auto}.functionalitati-module__Q0NbSW__title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.25}.functionalitati-module__Q0NbSW__subtitle{color:#6b7280;font-size:1.2rem;line-height:1.6}.functionalitati-module__Q0NbSW__interactiveSection{padding:4rem 1.5rem 10rem;position:relative}@media (max-width:1024px){.functionalitati-module__Q0NbSW__interactiveSection{display:none}}.functionalitati-module__Q0NbSW__interactiveGrid{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;max-width:1200px;margin:0 auto;display:grid}.functionalitati-module__Q0NbSW__stickySide{justify-content:center;align-items:center;height:600px;display:flex;position:sticky;top:8rem}.functionalitati-module__Q0NbSW__deviceContainer{perspective:1000px;justify-content:center;align-items:center;width:100%;height:600px;display:flex;position:relative}.functionalitati-module__Q0NbSW__desktopFrame{width:550px;height:400px;box-shadow:0 25px 50px -12px #0000004d, 0 0 0 1px var(--border-color);transform-origin:100%;background:#fff;border-radius:8px;flex-direction:column;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;overflow:hidden}.functionalitati-module__Q0NbSW__desktopHeader{border-bottom:1px solid var(--border-color);background:#f1f5f9;justify-content:space-between;align-items:center;height:32px;padding:0 .5rem 0 1rem;display:flex}.functionalitati-module__Q0NbSW__desktopBrowserBar{color:#6b7280;border:1px solid var(--border-color);background:#fff;border-radius:4px;flex-shrink:0;padding:.15rem 1rem;font-size:.65rem}.functionalitati-module__Q0NbSW__windowsButtons{gap:2px;display:flex}.functionalitati-module__Q0NbSW__windowsButtons span{color:#6b7280;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;display:flex}.functionalitati-module__Q0NbSW__windowsButtons span:hover{background:#0000000d}.functionalitati-module__Q0NbSW__windowsButtons span:last-child:hover{color:#fff;background:#e81123}.functionalitati-module__Q0NbSW__desktopScreen{background:#f8fafc;flex:1;position:relative;overflow:hidden}.functionalitati-module__Q0NbSW__phoneFrame{width:280px;height:580px;box-shadow:0 25px 50px -12px #0000004d, 0 0 0 8px #1e293b, 0 0 0 9px var(--border-color);transform-origin:0;background:#fff;border-radius:36px;flex-direction:column;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;overflow:hidden}.functionalitati-module__Q0NbSW__phoneNotch{background:var(--surface-2);z-index:10;border-bottom-right-radius:12px;border-bottom-left-radius:12px;width:120px;height:25px;position:absolute;top:0;left:50%;transform:translate(-50%)}.functionalitati-module__Q0NbSW__phoneScreen{background:#f8fafc;flex-direction:column;flex:1;justify-content:center;padding:3rem 1.5rem 2rem;display:flex;position:relative;overflow:hidden}.functionalitati-module__Q0NbSW__placeholderScreen{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.functionalitati-module__Q0NbSW__placeholderLogo{background:#e2e8f0;border-radius:10px;width:40px;height:40px;animation:2.5s infinite functionalitati-module__Q0NbSW__pulse}.functionalitati-module__Q0NbSW__mockupConstructor{flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.functionalitati-module__Q0NbSW__mockupLiveMap,.functionalitati-module__Q0NbSW__mockupFullImage{width:100%;height:100%;position:absolute;top:0;left:0}.functionalitati-module__Q0NbSW__mockField{border:1px solid var(--border-color);color:#6b7280;background:#fff;border-radius:8px;width:100%;padding:1rem;font-size:.85rem;box-shadow:0 1px 2px #0000000d}.functionalitati-module__Q0NbSW__mockFieldActive{border:2px dashed var(--aktio-accent);width:100%;color:var(--aktio-accent);text-align:center;background:#e21e800d;border-radius:8px;padding:1rem;font-size:.85rem;font-weight:600}.functionalitati-module__Q0NbSW__mockButton{background:var(--aktio-primary);color:#fff;text-align:center;border-radius:99px;width:100%;margin-top:1rem;padding:.85rem;font-size:.85rem;font-weight:700}.functionalitati-module__Q0NbSW__mockupDashboard{flex-direction:column;gap:1rem;width:100%;height:100%;padding:1rem;display:flex}.functionalitati-module__Q0NbSW__dashHeader{justify-content:space-between;align-items:center;display:flex}.functionalitati-module__Q0NbSW__dashLogo{background:var(--aktio-primary);opacity:.2;border-radius:4px;width:80px;height:16px}.functionalitati-module__Q0NbSW__dashSearch{border:1px solid var(--border-color);background:#fff;border-radius:10px;width:150px;height:20px}.functionalitati-module__Q0NbSW__dashBody{flex:1;gap:1rem;display:flex}.functionalitati-module__Q0NbSW__dashSidebar{flex-direction:column;gap:.5rem;width:80px;display:flex}.functionalitati-module__Q0NbSW__dashMenu{background:#e2e8f0;border-radius:4px;width:100%;height:12px}.functionalitati-module__Q0NbSW__dashMenu:first-child{background:var(--aktio-primary);opacity:.3}.functionalitati-module__Q0NbSW__dashContent{flex-direction:column;flex:1;gap:1rem;display:flex}.functionalitati-module__Q0NbSW__dashStats{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.functionalitati-module__Q0NbSW__dashStatCard{border:1px solid var(--border-color);background:#fff;border-radius:8px;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.functionalitati-module__Q0NbSW__statVal{color:var(--foreground);font-size:1.25rem;font-weight:800}.functionalitati-module__Q0NbSW__statLabel{color:#6b7280;text-transform:uppercase;font-size:.65rem;font-weight:600}.functionalitati-module__Q0NbSW__dashChart{border:1px solid var(--border-color);background:#fff;border-radius:8px;flex:1;align-items:flex-end;gap:.5rem;padding:1rem;display:flex}.functionalitati-module__Q0NbSW__chartBar{background:var(--aktio-accent);opacity:.8;border-radius:4px 4px 0 0;flex:1}.functionalitati-module__Q0NbSW__mockupOffline{flex-direction:column;gap:1.5rem;display:flex}.functionalitati-module__Q0NbSW__offlineStatusBar{color:#d97706;background:#fffbeb;border-radius:20px;align-items:center;gap:.5rem;width:fit-content;margin:0 auto;padding:.5rem 1rem;font-size:.8rem;font-weight:700;display:flex}.functionalitati-module__Q0NbSW__offlineDot{background:#d97706;border-radius:50%;width:8px;height:8px;animation:2s infinite functionalitati-module__Q0NbSW__pulse}@keyframes functionalitati-module__Q0NbSW__pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.functionalitati-module__Q0NbSW__offlineCard{color:#b45309;text-align:center;background:#fff;border:2px solid #fef3c7;border-radius:12px;padding:1.5rem;font-size:.9rem;font-weight:600;box-shadow:0 4px 6px -1px #0000000d}.functionalitati-module__Q0NbSW__mockupPhotos{flex-direction:column;justify-content:center;gap:1rem;height:100%;display:flex}.functionalitati-module__Q0NbSW__cameraViewfinder{border:2px solid var(--border-color);background:#e2e8f0;border-radius:12px;justify-content:center;align-items:center;height:200px;display:flex;position:relative}.functionalitati-module__Q0NbSW__cameraFocus{color:#fff;border:2px solid #fffc;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.functionalitati-module__Q0NbSW__cameraStrip{gap:.5rem;display:flex}.functionalitati-module__Q0NbSW__cameraThumb{background:#cbd5e1;border-radius:6px;width:40px;height:40px}.functionalitati-module__Q0NbSW__mockupSignature{flex-direction:column;justify-content:center;gap:1rem;height:100%;display:flex}.functionalitati-module__Q0NbSW__signaturePad{border:2px dashed var(--aktio-primary);background:#fff;border-radius:12px;justify-content:center;align-items:center;height:150px;display:flex;position:relative}.functionalitati-module__Q0NbSW__signaturePath{stroke-dasharray:200;stroke-dashoffset:200px;width:80%;height:80%;animation:2s .5s forwards functionalitati-module__Q0NbSW__drawLine}@keyframes functionalitati-module__Q0NbSW__drawLine{to{stroke-dashoffset:0}}.functionalitati-module__Q0NbSW__mockLabel{text-align:center;color:#10b981;background:#d1fae5;border-radius:6px;padding:.5rem;font-size:.85rem;font-weight:700}.functionalitati-module__Q0NbSW__mockButtonFull{background:var(--aktio-primary);color:#fff;text-align:center;border-radius:12px;width:100%;margin-top:auto;padding:1rem;font-size:.9rem;font-weight:700}.functionalitati-module__Q0NbSW__mockupPdf{flex-direction:column;gap:1rem;height:100%;display:flex}.functionalitati-module__Q0NbSW__pdfDocument{background:#fff;border-radius:8px;flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;box-shadow:0 10px 15px -3px #0000001a}.functionalitati-module__Q0NbSW__pdfHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:1rem;padding-bottom:.5rem;display:flex}.functionalitati-module__Q0NbSW__pdfLogo{background:var(--aktio-primary);border-radius:4px;width:30px;height:30px}.functionalitati-module__Q0NbSW__pdfLines{flex-direction:column;flex:1;gap:.35rem;display:flex}.functionalitati-module__Q0NbSW__pdfLine{background:#e2e8f0;border-radius:3px;width:100%;height:6px}.functionalitati-module__Q0NbSW__pdfLine:last-child{width:60%}.functionalitati-module__Q0NbSW__pdfBody{flex-direction:column;gap:.5rem;display:flex}.functionalitati-module__Q0NbSW__pdfLineFull{background:#f1f5f9;border-radius:2px;width:100%;height:4px}.functionalitati-module__Q0NbSW__pdfImageGrid{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.5rem;display:grid}.functionalitati-module__Q0NbSW__pdfImage{background:#e2e8f0;border-radius:4px;height:40px}.functionalitati-module__Q0NbSW__shareRow{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.functionalitati-module__Q0NbSW__shareBtn{background:var(--aktio-primary);color:#fff;text-align:center;border-radius:8px;padding:.75rem;font-size:.8rem;font-weight:600}.functionalitati-module__Q0NbSW__shareBtnInfo{color:#fff;text-align:center;background:#25d366;border-radius:8px;padding:.75rem;font-size:.8rem;font-weight:600}.functionalitati-module__Q0NbSW__scrollSide{flex-direction:column;gap:10rem;padding-top:10rem;padding-bottom:10rem;display:flex}.functionalitati-module__Q0NbSW__textBlock{opacity:.3;transition:all .4s;transform:translate(-10px)}.functionalitati-module__Q0NbSW__textBlock.functionalitati-module__Q0NbSW__activeBlock{opacity:1;transform:translate(0)}.functionalitati-module__Q0NbSW__blockIndex{font-family:var(--font-outfit), sans-serif;color:var(--aktio-accent);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.functionalitati-module__Q0NbSW__blockTitle{color:var(--foreground);margin-bottom:1rem;font-size:2rem;font-weight:800;line-height:1.2}.functionalitati-module__Q0NbSW__blockDesc{color:#6b7280;font-size:1.1rem;line-height:1.7}.functionalitati-module__Q0NbSW__mobileLayout{background:var(--background);display:none}@media (max-width:1024px){.functionalitati-module__Q0NbSW__mobileLayout{flex-direction:column;padding-bottom:4rem;display:flex}}.functionalitati-module__Q0NbSW__tabBar{scrollbar-width:none;background:var(--surface-1);border-bottom:1px solid var(--border-color);z-index:10;gap:.5rem;padding:.875rem 1.25rem;display:flex;position:sticky;top:60px;overflow-x:auto}.functionalitati-module__Q0NbSW__tabBar::-webkit-scrollbar{display:none}.functionalitati-module__Q0NbSW__tab{border:1px solid var(--border-color);background:var(--background);cursor:pointer;border-radius:10px;flex-direction:column;flex:none;align-items:center;gap:.1rem;padding:.45rem .9rem;font-family:inherit;transition:background .2s,border-color .2s;display:flex}.functionalitati-module__Q0NbSW__tabNum{color:#9ca3af;font-size:.6rem;font-weight:700;font-family:var(--font-outfit), sans-serif;line-height:1}.functionalitati-module__Q0NbSW__tabLabel{color:#6b7280;white-space:nowrap;font-size:.78rem;font-weight:600;line-height:1}.functionalitati-module__Q0NbSW__tabActive{background:var(--aktio-primary);border-color:var(--aktio-primary)}.functionalitati-module__Q0NbSW__tabActive .functionalitati-module__Q0NbSW__tabNum,.functionalitati-module__Q0NbSW__tabActive .functionalitati-module__Q0NbSW__tabLabel{color:#fff}@keyframes functionalitati-module__Q0NbSW__tabFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.functionalitati-module__Q0NbSW__featureContent{animation:.25s forwards functionalitati-module__Q0NbSW__tabFadeIn}.functionalitati-module__Q0NbSW__featureImgWrap{background:var(--surface-1);width:100%;height:460px;position:relative}.functionalitati-module__Q0NbSW__featureTextWrap{flex-direction:column;gap:.5rem;padding:1.5rem 1.25rem .5rem;display:flex}.functionalitati-module__Q0NbSW__featureBadge{font-family:var(--font-outfit), sans-serif;color:var(--aktio-accent);letter-spacing:.04em;background:#e21e8014;border-radius:99px;width:fit-content;padding:.2rem .65rem;font-size:.72rem;font-weight:800}.functionalitati-module__Q0NbSW__featureTitle{color:var(--foreground);margin:0;font-size:1.3rem;font-weight:800;line-height:1.25}.functionalitati-module__Q0NbSW__featureDesc{color:#6b7280;margin:0;font-size:.95rem;line-height:1.6}.functionalitati-module__Q0NbSW__campaignCtaWrapper{padding:0 1.5rem 6rem}.functionalitati-module__Q0NbSW__campaignCta{background:linear-gradient(135deg, var(--aktio-primary) 0%, var(--aktio-accent) 100%);text-align:center;color:#fff;border-radius:24px;max-width:900px;margin:0 auto;padding:4rem 2rem;box-shadow:0 20px 40px -10px #5b367d66}.functionalitati-module__Q0NbSW__ctaTag{color:var(--aktio-primary);text-transform:uppercase;letter-spacing:.05em;background:#fff;border-radius:99px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:800;display:inline-block}.functionalitati-module__Q0NbSW__ctaTitle{font-family:var(--font-outfit), sans-serif;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.functionalitati-module__Q0NbSW__ctaDesc{opacity:.9;max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.6}.functionalitati-module__Q0NbSW__ctaButton{color:var(--aktio-primary);background:#fff;border-radius:12px;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.functionalitati-module__Q0NbSW__ctaButton:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #0003}@media (max-width:768px){.functionalitati-module__Q0NbSW__campaignCtaWrapper{padding:0 1.25rem 4rem}.functionalitati-module__Q0NbSW__campaignCta{border-radius:20px;padding:2.5rem 1.5rem}.functionalitati-module__Q0NbSW__ctaTitle{font-size:1.75rem}.functionalitati-module__Q0NbSW__ctaDesc{font-size:.95rem}.functionalitati-module__Q0NbSW__ctaButton{padding:1rem 1.5rem;font-size:1rem;display:block}}
.download-module__ysvmEq__page{background-color:var(--background);color:var(--foreground);min-height:100vh}.download-module__ysvmEq__mainContent{max-width:1200px;margin:0 auto;padding:10rem 1.5rem 8rem}.download-module__ysvmEq__layout{grid-template-columns:1fr 450px;align-items:start;gap:4rem;display:grid}@media (max-width:1024px){.download-module__ysvmEq__layout{grid-template-columns:1fr}}.download-module__ysvmEq__badge{color:var(--aktio-accent);background:#e21e801a;border-radius:99px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.download-module__ysvmEq__title{margin-bottom:2rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;line-height:1.1}.download-module__ysvmEq__description{color:#6b7280;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.download-module__ysvmEq__previewFrame{border:1px solid var(--border-color);background:#fff;border-radius:24px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0000001a}.download-module__ysvmEq__previewImageContainer{width:100%;height:100%;position:relative}.download-module__ysvmEq__previewImage{filter:blur(2px)grayscale(20%);opacity:.8;border-radius:8px;width:100%;height:auto;display:block;transform:translateY(-20px)}.download-module__ysvmEq__mockPdfContent{opacity:.4;filter:blur(4px);-webkit-user-select:none;user-select:none;pointer-events:none;z-index:1;width:100%;position:absolute;top:0;left:0}.download-module__ysvmEq__pdfHeader{border-bottom:2px solid #eee;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;display:flex}.download-module__ysvmEq__pdfLine{background:#f3f4f6;border-radius:4px;height:12px;margin-bottom:1rem}.download-module__ysvmEq__pdfLineShort{width:60%}.download-module__ysvmEq__pdfGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.download-module__ysvmEq__pdfTable{border:1px solid #eee;margin-top:2rem}.download-module__ysvmEq__pdfRow{border-bottom:1px solid #eee;height:40px}.download-module__ysvmEq__previewOverlay{z-index:5;background:linear-gradient(#0000 40%,#fff 95%);justify-content:center;align-items:flex-end;padding-bottom:4rem;display:flex;position:absolute;inset:0}.download-module__ysvmEq__previewLabel{color:var(--aktio-primary);border:1px solid var(--aktio-primary);background:#fff;border-radius:99px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:700;display:flex;box-shadow:0 10px 20px #0000001a}.download-module__ysvmEq__stickySidebar{flex-direction:column;gap:2rem;display:flex;position:sticky;top:8rem}.download-module__ysvmEq__formCard{border:1px solid var(--border-color);background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 25px -5px #0000001a}.download-module__ysvmEq__formTitle{margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.download-module__ysvmEq__formSubtitle{color:#6b7280;margin-bottom:2.5rem;font-size:.95rem}.download-module__ysvmEq__formGroup{margin-bottom:1.5rem}.download-module__ysvmEq__label{margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.download-module__ysvmEq__input,.download-module__ysvmEq__select{border:1px solid #e5e7eb;border-radius:12px;width:100%;padding:1rem;font-size:1rem;transition:all .2s}.download-module__ysvmEq__input:focus{border-color:var(--aktio-primary);outline:none;box-shadow:0 0 0 4px #603b9b1a}.download-module__ysvmEq__submitBtn{background:var(--aktio-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:1rem;padding:1.2rem;font-size:1.1rem;font-weight:800;transition:transform .2s}.download-module__ysvmEq__submitBtn:hover{background:#503185;transform:scale(1.02)}.download-module__ysvmEq__trustText{text-align:center;color:#9ca3af;margin-top:1.5rem;font-size:.8rem;display:block}.download-module__ysvmEq__successContainer{text-align:center;padding:2rem 0}.download-module__ysvmEq__successIcon{color:#10b981;margin-bottom:1.5rem;font-size:3rem}.download-module__ysvmEq__successTitle{margin-bottom:1rem;font-size:1.5rem;font-weight:800}.download-module__ysvmEq__successMessage{color:#6b7280;margin-bottom:2.5rem;line-height:1.6}.download-module__ysvmEq__onboardingBtn{background:var(--aktio-accent);color:#fff;border-radius:12px;padding:1.2rem;font-weight:800;text-decoration:none;transition:transform .2s;display:block}.download-module__ysvmEq__onboardingBtn:hover{transform:scale(1.02)}.download-module__ysvmEq__printableLink{color:var(--aktio-primary);border:2px solid var(--aktio-primary);text-align:center;background:#fff;border-radius:12px;margin-top:.5rem;padding:1rem;font-weight:800;text-decoration:none;transition:all .2s;display:block}.download-module__ysvmEq__printableLink:hover{background:var(--aktio-primary);color:#fff}.download-module__ysvmEq__solutionCTA{border-left:3px solid var(--aktio-primary);background:#faf9ff;border-radius:0 12px 12px 0;flex-direction:column;gap:.75rem;margin-top:2rem;padding:1.25rem 1.5rem;display:flex}.download-module__ysvmEq__solutionEyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--aktio-primary);margin:0;font-size:.72rem;font-weight:700}.download-module__ysvmEq__solutionHeadline{color:var(--foreground);margin:0;font-size:.95rem;font-weight:800;line-height:1.4}.download-module__ysvmEq__solutionBullets{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.download-module__ysvmEq__solutionBullets li{color:#64748b;padding-left:1.1rem;font-size:.85rem;position:relative}.download-module__ysvmEq__solutionBullets li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.download-module__ysvmEq__solutionLink{color:var(--aktio-primary);align-items:center;gap:6px;margin-top:.25rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.download-module__ysvmEq__solutionLink:hover{gap:10px}@media (max-width:640px){.download-module__ysvmEq__solutionCTA{text-align:center;flex-direction:column;padding:1.5rem}}
.modele-module__JfV6Oq__page{background-color:var(--background);color:var(--foreground);min-height:100vh}.modele-module__JfV6Oq__hero{text-align:center;background:linear-gradient(#603b9b0d 0%,#0000 100%);padding:10rem 1.5rem 6rem}.modele-module__JfV6Oq__heroContent{max-width:800px;margin:0 auto}.modele-module__JfV6Oq__badge{color:var(--aktio-accent);background:#e21e801a;border-radius:99px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.modele-module__JfV6Oq__title{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1}.modele-module__JfV6Oq__subtitle{color:#6b7280;font-size:1.25rem;line-height:1.6}.modele-module__JfV6Oq__librarySection{max-width:1200px;margin:0 auto;padding:4rem 1.5rem 8rem}.modele-module__JfV6Oq__filterBar{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.modele-module__JfV6Oq__filterBtn{border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:99px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.modele-module__JfV6Oq__filterBtn.modele-module__JfV6Oq__active{background:var(--aktio-primary);color:#fff;border-color:var(--aktio-primary)}.modele-module__JfV6Oq__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;display:grid}.modele-module__JfV6Oq__card{border:1px solid var(--border-color);background:#fff;border-radius:24px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.modele-module__JfV6Oq__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.modele-module__JfV6Oq__cardPreview{border-bottom:1px solid var(--border-color);background:#f3f4f6;justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.modele-module__JfV6Oq__cardImage{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .5s}.modele-module__JfV6Oq__card:hover .modele-module__JfV6Oq__cardImage{transform:scale(1.05)}.modele-module__JfV6Oq__previewOverlay{background:linear-gradient(#0000 50%,#0000004d 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.modele-module__JfV6Oq__fallbackPreview{background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%)}.modele-module__JfV6Oq__pdfIcon{opacity:.2;font-size:3rem;transition:all .3s}.modele-module__JfV6Oq__fallbackPreview .modele-module__JfV6Oq__pdfIcon{opacity:.5}.modele-module__JfV6Oq__card:hover .modele-module__JfV6Oq__pdfIcon{opacity:.4;transform:scale(1.1)rotate(-5deg)}.modele-module__JfV6Oq__cardTag{color:var(--primary-color);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:99px;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 6px -1px #0000001a}.modele-module__JfV6Oq__cardBody{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.modele-module__JfV6Oq__cardTitle{margin-bottom:1rem;font-size:1.5rem;font-weight:800;line-height:1.25}.modele-module__JfV6Oq__cardDesc{color:#6b7280;flex-grow:1;margin-bottom:2rem;font-size:1rem;line-height:1.5}.modele-module__JfV6Oq__cardFooter{justify-content:space-between;align-items:center;display:flex}.modele-module__JfV6Oq__downloadBtn{color:var(--aktio-primary);align-items:center;gap:.5rem;font-weight:700;text-decoration:none;display:flex}.modele-module__JfV6Oq__downloadBtn:hover{text-decoration:underline}.modele-module__JfV6Oq__ctaSection{background:var(--aktio-primary);color:#fff;text-align:center;padding:8rem 1.5rem}.modele-module__JfV6Oq__ctaBox{max-width:600px;margin:0 auto}.modele-module__JfV6Oq__ctaTitle{margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.modele-module__JfV6Oq__ctaBtn{background:var(--aktio-accent);color:#fff;border-radius:12px;padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-block}.modele-module__JfV6Oq__ctaBtn:hover{transform:scale(1.05)}
.Legal-module___7kSDa__container{max-width:900px;margin:0 auto;padding:8rem 1.5rem 6rem}.Legal-module___7kSDa__card{background:var(--surface-1);border:1px solid var(--border-color);box-shadow:var(--shadow-md);border-radius:24px;padding:3rem}.Legal-module___7kSDa__title{font-family:var(--font-outfit), sans-serif;color:var(--foreground);margin-bottom:2rem;font-size:2.5rem;font-weight:800}.Legal-module___7kSDa__section{margin-bottom:2rem}.Legal-module___7kSDa__section h2{font-family:var(--font-outfit), sans-serif;color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Legal-module___7kSDa__section p{color:#4b5563;margin-bottom:1rem;font-size:1rem;line-height:1.6}.Legal-module___7kSDa__section ul{color:#4b5563;margin-bottom:1rem;padding-left:1.5rem;list-style:outside}.Legal-module___7kSDa__section li{margin-bottom:.5rem}.Legal-module___7kSDa__footer{border-top:1px solid var(--border-color);color:#9ca3af;margin-top:3rem;padding-top:1.5rem;font-size:.875rem}@media (max-width:768px){.Legal-module___7kSDa__container{padding-top:6rem}.Legal-module___7kSDa__card{padding:1.5rem}.Legal-module___7kSDa__title{font-size:2rem}}
