.page-module___8aEwW__scrollBtn{z-index:999;border:1px solid var(--gold-border);background:var(--card);width:48px;height:48px;color:var(--gold);cursor:pointer;-webkit-backdrop-filter:blur(16px);opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,transform .3s cubic-bezier(.34,1.3,.64,1),box-shadow .25s,background .2s;display:flex;position:fixed;bottom:84px;right:28px;box-shadow:0 4px 16px #00000059,0 0 0 1px #d4af3714,inset 0 1px #ffffff0f}.page-module___8aEwW__scrollBtnVisible{opacity:1;pointer-events:auto}.page-module___8aEwW__scrollBtn:hover{background:var(--gold-dim);transform:scale(1.12);box-shadow:0 8px 28px #d4af3747,0 0 0 1px #d4af3740,inset 0 1px #ffffff1a}.page-module___8aEwW__scrollBtn:active{transition:transform .1s;transform:scale(.94)}.page-module___8aEwW__scrollBtnIcon{justify-content:center;align-items:center;transition:transform .35s cubic-bezier(.34,1.3,.64,1);display:flex}.page-module___8aEwW__scrollBtn:hover .page-module___8aEwW__scrollBtnIcon{transform:translateY(-2px)}.page-module___8aEwW__cartBtn{z-index:999;border:1px solid var(--gold-border);background:var(--gold-dim);width:48px;height:48px;color:var(--gold);cursor:pointer;-webkit-backdrop-filter:blur(16px);opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,transform .3s cubic-bezier(.34,1.3,.64,1),box-shadow .25s,background .2s;display:flex;position:fixed;bottom:144px;right:28px;box-shadow:0 4px 16px #00000059,0 0 0 1px #d4af371f,inset 0 1px #ffffff0f}.page-module___8aEwW__cartBtnVisible{opacity:1;pointer-events:auto}.page-module___8aEwW__cartBtn:hover{background:var(--gold);color:var(--bg);transform:scale(1.12);box-shadow:0 8px 28px #d4af3759,0 0 0 1px #d4af374d,inset 0 1px #ffffff1a}.page-module___8aEwW__cartBtn:active{transition:transform .1s;transform:scale(.94)}.page-module___8aEwW__cartBadge{background:var(--gold);width:18px;height:18px;color:var(--bg);font-size:.65rem;font-weight:700;font-family:var(--font-mono);border-radius:50%;justify-content:center;align-items:center;animation:.25s cubic-bezier(.34,1.5,.64,1) page-module___8aEwW__badgePop;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #0006}@keyframes page-module___8aEwW__badgePop{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width:640px){.page-module___8aEwW__scrollBtn{width:42px;height:42px;bottom:72px;right:16px}.page-module___8aEwW__cartBtn{width:42px;height:42px;bottom:126px;right:16px}}.page-module___8aEwW__grain{pointer-events:none;z-index:9999;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px;animation:8s steps(10,end) infinite page-module___8aEwW__grain;position:fixed;inset:0}.page-module___8aEwW__nav{z-index:1000;background:var(--nav-bg);transition:var(--tr);border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:18px 48px;display:flex;position:fixed;top:0;left:0;right:0}.page-module___8aEwW__logo{font-family:var(--wk-font-mono);letter-spacing:-.5px;color:var(--wk-white);align-items:center;gap:18px;font-size:1.3rem;font-weight:700;text-decoration:none;display:flex}.page-module___8aEwW__logoText{font-family:var(--font-display);letter-spacing:2px;color:#000;text-transform:none;-webkit-text-stroke:.6px #000;text-stroke:.6px #000;font-size:1.65rem;font-weight:500;line-height:1;transition:transform .25s cubic-bezier(.34,1.3,.64,1)}.page-module___8aEwW__logo:hover .page-module___8aEwW__logoText{transform:translateY(-1px)}[data-theme=dark] .page-module___8aEwW__logoText{color:#ffc940;-webkit-text-stroke:.6px #000;text-stroke:.6px #000}.page-module___8aEwW__logoDot{background:var(--wk-accent);border-radius:50%;width:10px;height:10px;animation:2s infinite page-module___8aEwW__pulse}.page-module___8aEwW__logoImg{width:auto;height:36px;display:block}.page-module___8aEwW__navLinks{align-items:center;gap:36px;display:flex}.page-module___8aEwW__navLink{letter-spacing:.5px;text-transform:uppercase;color:var(--wk-gray-400);font-size:.85rem;font-weight:500;transition:color .25s;position:relative}.page-module___8aEwW__navLink:hover{color:var(--wk-accent)}.page-module___8aEwW__navLink:after{content:"";background:var(--wk-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.page-module___8aEwW__navLink:hover:after{width:100%}.page-module___8aEwW__navCta{background:var(--gold);color:var(--bg);letter-spacing:.5px;transition:var(--tr);border-radius:3px;padding:9px 22px;font-size:.82rem;font-weight:700}.page-module___8aEwW__navCta:hover{opacity:.88;box-shadow:0 8px 24px var(--gold-glow);transform:translateY(-2px)}.page-module___8aEwW__themeToggle{background:var(--card);border:1px solid var(--border);width:34px;height:34px;transition:var(--tr);cursor:pointer;color:var(--txt1);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.page-module___8aEwW__themeToggle:hover{border-color:var(--gold-border);background:var(--gold-dim)}.page-module___8aEwW__navRight{align-items:center;gap:10px;display:none}.page-module___8aEwW__mobileMenuBtn{z-index:1100;flex-direction:column;gap:5px;padding:4px;display:none}.page-module___8aEwW__mobileMenuBtn span{background:var(--wk-white);transform-origin:50%;width:24px;height:2px;transition:all .35s;display:block}.page-module___8aEwW__mobileMenuOpen span:first-child{transform:translateY(7px)rotate(45deg)}.page-module___8aEwW__mobileMenuOpen span:nth-child(2){opacity:0;transform:scaleX(0)}.page-module___8aEwW__mobileMenuOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.page-module___8aEwW__mobileOverlay{z-index:999;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);opacity:0;pointer-events:none;-webkit-overflow-scrolling:touch;background:#fffffff7;justify-content:center;align-items:flex-start;padding-top:50px;padding-bottom:40px;transition:opacity .35s;display:flex;position:fixed;inset:0;overflow-y:auto}[data-theme=dark] .page-module___8aEwW__mobileOverlay{background:#0a1228f5}.page-module___8aEwW__mobileOverlayOpen{opacity:1;pointer-events:auto}.page-module___8aEwW__mobileNav{flex-direction:column;align-items:center;gap:4px;width:100%;max-width:400px;padding:24px;display:flex}.page-module___8aEwW__mobileLink{font-family:var(--font-display);color:var(--txt1);text-align:center;border-bottom:1px solid var(--border);letter-spacing:-.3px;width:100%;padding:16px 0;font-size:1.2rem;font-weight:600;transition:color .25s}.page-module___8aEwW__mobileLink:hover,.page-module___8aEwW__mobileLink:active{color:var(--brand-yellow,var(--gold))}.page-module___8aEwW__hero{background:var(--bg2);flex-direction:column;align-items:center;padding:96px 24px 56px;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__heroGlow{filter:blur(180px);pointer-events:none;border-radius:50%;position:absolute}.page-module___8aEwW__heroGlow1{background:var(--gold);opacity:.07;width:700px;height:700px;top:-200px;right:-200px}.page-module___8aEwW__heroGlow2{background:var(--blue);opacity:.05;width:600px;height:600px;bottom:-300px;left:-200px}.page-module___8aEwW__heroGlow3{background:var(--teal);opacity:.03;width:500px;height:500px;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module___8aEwW__heroTag{font-family:var(--wk-font-mono);letter-spacing:3px;text-transform:uppercase;color:var(--wk-accent);z-index:1;align-items:center;gap:12px;margin-bottom:32px;font-size:.82rem;animation:.8s both page-module___8aEwW__fadeInUp;display:flex;position:relative}.page-module___8aEwW__heroTagLine{background:var(--wk-accent);width:40px;height:1px}.page-module___8aEwW__heroTitle{font-family:var(--font-serif);letter-spacing:-1px;max-width:1000px;color:var(--txt1);z-index:1;font-size:clamp(3.2rem,8.5vw,7rem);font-weight:400;line-height:1;animation:.8s .15s both page-module___8aEwW__fadeInUp;position:relative}.page-module___8aEwW__heroTitleAccent{color:var(--gold);font-style:italic;display:inline-block;position:relative}.page-module___8aEwW__typedWrap{z-index:1;align-items:center;gap:6px;margin-top:24px;animation:.8s .25s both page-module___8aEwW__fadeInUp;display:flex;position:relative}.page-module___8aEwW__typedPrefix{font-family:var(--font-mono);color:var(--txt3);letter-spacing:.5px;font-size:1.1rem}.page-module___8aEwW__typedText{font-family:var(--font-mono);color:var(--gold);letter-spacing:.5px;font-size:1.1rem;font-weight:500}.page-module___8aEwW__typedCursor{font-family:var(--font-mono);color:var(--gold);font-size:1.1rem;animation:1s step-end infinite page-module___8aEwW__blink}.page-module___8aEwW__heroSub{color:var(--wk-gray-400);z-index:1;max-width:620px;margin-top:32px;font-size:clamp(1.1rem,1.6vw,1.45rem);font-weight:300;line-height:1.75;animation:.8s .3s both page-module___8aEwW__fadeInUp;position:relative}.page-module___8aEwW__heroActions{z-index:1;flex-wrap:wrap;gap:16px;margin-top:48px;animation:.8s .45s both page-module___8aEwW__fadeInUp;display:flex;position:relative}.page-module___8aEwW__btnPrimary{background:var(--wk-accent);color:var(--wk-black);letter-spacing:.3px;border-radius:100px;align-items:center;gap:10px;padding:18px 40px;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.page-module___8aEwW__btnPrimary:hover{box-shadow:0 12px 40px var(--gold-glow);transform:translateY(-2px)}.page-module___8aEwW__btnSecondary{border:1px solid var(--wk-gray-700);color:var(--wk-white);border-radius:100px;align-items:center;gap:10px;padding:18px 40px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.page-module___8aEwW__btnSecondary:hover{border-color:var(--wk-accent);color:var(--wk-accent);transform:translateY(-2px)}.page-module___8aEwW__heroStats{flex-wrap:wrap;gap:48px;margin-top:40px;animation:.8s .6s both page-module___8aEwW__fadeInUp;display:flex}.page-module___8aEwW__statItem{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.page-module___8aEwW__statVisible{opacity:1!important;transform:translateY(0)!important}.page-module___8aEwW__scrollIndicator{flex-direction:column;align-items:center;gap:4px;animation:1s 2s both page-module___8aEwW__fadeIn;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.page-module___8aEwW__scrollDot{background:var(--gold);opacity:.6;border-radius:2px;width:4px;height:14px;animation:1.5s ease-in-out infinite page-module___8aEwW__float}.page-module___8aEwW__statItem{flex-direction:column;display:flex}.page-module___8aEwW__statValue{font-family:var(--font-mono);color:var(--gold);font-size:2.4rem;font-weight:700;line-height:1}.page-module___8aEwW__statLabel{color:var(--wk-gray-400);text-transform:uppercase;letter-spacing:1px;margin-top:6px;font-size:.8rem}.page-module___8aEwW__marquee{border-top:1px solid var(--wk-gray-800);border-bottom:1px solid var(--wk-gray-800);background:var(--wk-gray-900);padding:28px 0;overflow:hidden}.page-module___8aEwW__marqueeTrack{width:max-content;animation:30s linear infinite page-module___8aEwW__marqueeLeft;display:flex}.page-module___8aEwW__marqueeItem{font-family:var(--wk-font-mono);letter-spacing:2px;text-transform:uppercase;color:var(--wk-gray-600);white-space:nowrap;align-items:center;gap:32px;padding:0 32px;font-size:.85rem;display:flex}.page-module___8aEwW__marqueeItem:after{content:"◆";color:var(--wk-accent);font-size:.5rem}.page-module___8aEwW__section{padding:120px 48px;position:relative}.page-module___8aEwW__sectionTag{font-family:var(--wk-font-mono);letter-spacing:3px;text-transform:uppercase;color:var(--wk-accent);align-items:center;gap:12px;margin-bottom:16px;font-size:.75rem;display:flex}.page-module___8aEwW__sectionTagLine{background:var(--wk-accent);width:32px;height:1px}.page-module___8aEwW__sectionTitle{font-family:var(--font-serif);letter-spacing:-.3px;max-width:700px;color:var(--txt1);margin-bottom:24px;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:500;line-height:1.1}.page-module___8aEwW__sectionDesc{color:var(--wk-gray-400);max-width:560px;font-size:1.1rem;font-weight:300;line-height:1.7}.page-module___8aEwW__problemSection{background:var(--wk-gray-900)}.page-module___8aEwW__problemGrid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;margin-top:64px;display:grid}.page-module___8aEwW__problemCol h3{align-items:center;gap:12px;margin-bottom:32px;font-size:1.5rem;font-weight:700;display:flex}.page-module___8aEwW__problemBadge{font-family:var(--wk-font-mono);text-transform:uppercase;letter-spacing:2px;border-radius:100px;padding:4px 12px;font-size:.65rem;font-weight:700}.page-module___8aEwW__problemBadgeRed{color:#ff3b30;background:#ff3b3026;border:1px solid #ff3b304d}.page-module___8aEwW__problemBadgeGreen{background:var(--gold-dim);color:var(--wk-accent);border:1px solid var(--gold-glow)}.page-module___8aEwW__problemCard{-webkit-backdrop-filter:blur(12px);border-radius:18px;margin-bottom:14px;padding:24px 28px;transition:transform .35s cubic-bezier(.34,1.2,.64,1),box-shadow .3s;box-shadow:0 4px 20px #0000002e,inset 0 1px #ffffff0a}.page-module___8aEwW__problemCard:hover{transform:translate(-6px)scale(1.01);box-shadow:0 8px 32px #00000047,inset 0 1px #ffffff0f}.page-module___8aEwW__problemCardBad{background:#ff3b300d;border:1px solid #ff3b301f;border-left:3px solid #ff3b3073}.page-module___8aEwW__problemCardGood{background:#d4af370a;border:1px solid #d4af371f;border-left:3px solid #d4af3766}.page-module___8aEwW__problemCardIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:14px;display:flex}.page-module___8aEwW__problemCardIconBad{color:#ff3b30;background:#ff3b301a}.page-module___8aEwW__problemCardIconGood{background:var(--gold-dim);color:var(--gold)}.page-module___8aEwW__problemCardTitle{margin-bottom:8px;font-size:1rem;font-weight:700}.page-module___8aEwW__problemCardText{color:var(--wk-gray-400);font-size:.9rem;line-height:1.6}.page-module___8aEwW__splitGrid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin-top:64px;display:grid}.page-module___8aEwW__splitVisual{position:relative}.page-module___8aEwW__barChart{align-items:flex-end;gap:20px;height:340px;padding:0 20px;display:flex}.page-module___8aEwW__bar{border-radius:var(--wk-radius)var(--wk-radius)0 0;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;min-width:0;padding-bottom:16px;transition:all .5s;display:flex;position:relative}.page-module___8aEwW__bar:hover{filter:brightness(1.15)}.page-module___8aEwW__bar70{background:linear-gradient(180deg,var(--wk-accent)0%,#8abf00 100%);height:100%}.page-module___8aEwW__bar20{background:linear-gradient(180deg,var(--wk-orange)0%,#cc5529 100%);height:57%}.page-module___8aEwW__bar10{background:linear-gradient(180deg,var(--wk-blue)0%,#0052cc 100%);height:28%}.page-module___8aEwW__barLabel{font-family:var(--wk-font-mono);color:var(--wk-black);font-size:1rem;font-weight:700}.page-module___8aEwW__barDesc{text-transform:uppercase;letter-spacing:1px;color:#0009;text-align:center;margin-top:4px;font-size:.75rem;font-weight:600}.page-module___8aEwW__barBottom{text-align:center;color:var(--wk-gray-400);margin-top:12px;font-size:.8rem;font-weight:500}.page-module___8aEwW__splitContent{flex-direction:column;gap:24px;display:flex}.page-module___8aEwW__splitItem{border-radius:var(--wk-radius);background:var(--wk-gray-900);border:1px solid var(--wk-gray-800);align-items:flex-start;gap:20px;padding:24px;transition:all .3s;display:flex}.page-module___8aEwW__splitItem:hover{border-color:var(--wk-accent);transform:translate(4px)}.page-module___8aEwW__splitIcon{border-radius:var(--wk-radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;font-weight:700;display:flex}.page-module___8aEwW__splitIcon70{background:var(--gold-dim);color:var(--wk-accent);border:1px solid var(--gold-border)}.page-module___8aEwW__splitIcon20{color:var(--wk-orange);background:#ff6b351a;border:1px solid #ff6b3533}.page-module___8aEwW__splitIcon10{color:var(--wk-blue);background:#0066ff1a;border:1px solid #06f3}.page-module___8aEwW__splitItemTitle{margin-bottom:4px;font-size:1.05rem;font-weight:700}.page-module___8aEwW__splitItemText{color:var(--wk-gray-400);font-size:.88rem;line-height:1.55}.page-module___8aEwW__rolesGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:64px;display:grid}.page-module___8aEwW__roleCard{-webkit-backdrop-filter:blur(14px);border:1px solid var(--border);background:#ffffff06;border-radius:20px;padding:36px 32px;transition:all .35s;position:relative;overflow:hidden}.page-module___8aEwW__roleCard:before{content:"";background:var(--wk-accent);transform-origin:0;height:3px;transition:transform .35s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.page-module___8aEwW__roleCard:hover{border-color:var(--gold-border);transform:translateY(-8px)scale(1.02);box-shadow:0 20px 48px #0000004d,0 0 0 1px #d4af371f}.page-module___8aEwW__roleCard:hover:before{transform:scaleX(1)}.page-module___8aEwW__roleEmoji{background:var(--gold-dim);border:1px solid var(--gold-border);width:52px;height:52px;color:var(--gold);transition:var(--tr);border-radius:10px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.page-module___8aEwW__roleCard:hover .page-module___8aEwW__roleEmoji{background:var(--gold);color:var(--bg)}.page-module___8aEwW__roleTitle{margin-bottom:8px;font-size:1.15rem;font-weight:700}.page-module___8aEwW__roleDesc{color:var(--wk-gray-400);margin-bottom:20px;font-size:.88rem;line-height:1.55}.page-module___8aEwW__roleTjm{font-family:var(--wk-font-mono);color:var(--wk-accent);letter-spacing:.5px;font-size:.8rem}.page-module___8aEwW__valuesSection{background:var(--wk-gray-900);border-top:1px solid var(--wk-gray-800);border-bottom:1px solid var(--wk-gray-800)}.page-module___8aEwW__valuesGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:64px;display:grid}.page-module___8aEwW__valueCard{border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);background:#ffffff06;border-radius:20px;padding:36px 32px;transition:transform .4s cubic-bezier(.34,1.2,.64,1),box-shadow .4s,border-color .3s;position:relative;box-shadow:0 4px 24px #0003,inset 0 1px #ffffff0d}.page-module___8aEwW__valueCard:hover{border-color:var(--gold-border);transform:translateY(-8px)rotate(-.4deg)scale(1.02);box-shadow:0 24px 56px #00000059,0 0 0 1px #d4af3726,inset 0 1px #ffffff14}.page-module___8aEwW__valueIcon{background:var(--gold-dim);border:1px solid var(--gold-border);width:52px;height:52px;color:var(--gold);transition:var(--tr);border-radius:10px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.page-module___8aEwW__valueCard:hover .page-module___8aEwW__valueIcon{background:var(--gold);color:var(--bg)}.page-module___8aEwW__valueTitle{margin-bottom:8px;font-size:1.1rem;font-weight:700}.page-module___8aEwW__valueText{color:var(--wk-gray-400);font-size:.88rem;line-height:1.6}.page-module___8aEwW__pricingWrap{margin-top:64px;overflow-x:auto}.page-module___8aEwW__pricingTable{border-collapse:separate;border-spacing:0;width:100%;min-width:700px}.page-module___8aEwW__pricingTable th{font-family:var(--wk-font-mono);letter-spacing:2px;text-transform:uppercase;color:var(--wk-gray-400);text-align:left;border-bottom:1px solid var(--wk-gray-800);background:var(--wk-gray-900);padding:16px 20px;font-size:.7rem;position:sticky;top:0}.page-module___8aEwW__pricingTable td{border-bottom:1px solid var(--wk-gray-800);vertical-align:middle;padding:18px 20px;font-size:.92rem}.page-module___8aEwW__pricingTable tr:hover td{background:#d4af3705}.page-module___8aEwW__pricingRole{align-items:center;gap:10px;font-weight:600;display:flex}.page-module___8aEwW__pricingLevel{font-family:var(--wk-font-mono);text-transform:uppercase;letter-spacing:1.5px;border-radius:100px;padding:2px 10px;font-size:.65rem}.page-module___8aEwW__levelJunior{color:var(--wk-blue);background:#0066ff1a;border:1px solid #06f3}.page-module___8aEwW__levelConfirmed{color:var(--wk-orange);background:#ff6b351a;border:1px solid #ff6b3533}.page-module___8aEwW__levelSenior{background:var(--gold-dim);color:var(--wk-accent);border:1px solid var(--gold-border)}.page-module___8aEwW__stepper{flex-direction:row;gap:0;margin-top:64px;display:flex}.page-module___8aEwW__stepperItem{flex-direction:column;flex:1;min-width:0;display:flex}.page-module___8aEwW__stepperHead{align-items:center;margin-bottom:24px;display:flex}.page-module___8aEwW__stepperCircle{background:var(--gold-dim);border:1.5px solid var(--gold);width:44px;height:44px;font-family:var(--font-mono);color:var(--gold);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:600;display:flex;position:relative}.page-module___8aEwW__stepperConnector{background:linear-gradient(90deg,var(--gold-border),var(--border));flex:1;height:1.5px;margin:0 4px}.page-module___8aEwW__stepperBody{padding-right:20px}.page-module___8aEwW__stepperLabel{font-family:var(--font-mono);color:var(--gold);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:8px;font-size:.6rem}.page-module___8aEwW__stepperTitle{font-family:var(--font-serif);color:var(--txt1);margin-bottom:8px;font-size:1.1rem;font-weight:600;line-height:1.25}.page-module___8aEwW__stepperText{color:var(--txt2);font-size:.82rem;line-height:1.65}@media (max-width:1024px){.page-module___8aEwW__stepper{grid-template-columns:repeat(3,1fr);gap:32px 0;display:grid}.page-module___8aEwW__stepperItem:nth-child(3) .page-module___8aEwW__stepperConnector,.page-module___8aEwW__stepperItem:nth-child(6) .page-module___8aEwW__stepperConnector{display:none}}@media (max-width:640px){.page-module___8aEwW__stepper{border-left:2px solid var(--gold-border);flex-direction:column;gap:0;padding-left:24px;display:flex}.page-module___8aEwW__stepperItem{flex-direction:row;align-items:flex-start;gap:20px;padding-bottom:36px}.page-module___8aEwW__stepperHead{flex-direction:column;flex-shrink:0;align-items:center;margin-bottom:0;margin-left:-35px}.page-module___8aEwW__stepperConnector{display:none}.page-module___8aEwW__stepperBody{padding-right:0}}.page-module___8aEwW__clientSection{background:var(--wk-gray-900)}.page-module___8aEwW__clientGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:64px;display:grid}.page-module___8aEwW__clientCard{background:var(--wk-black);border:1px solid var(--wk-gray-800);border-radius:var(--wk-radius);padding:36px 32px;transition:all .3s}.page-module___8aEwW__clientCard:hover{border-color:var(--wk-gray-700)}.page-module___8aEwW__clientQuote{color:var(--wk-gray-300);margin-bottom:24px;font-size:.95rem;font-style:italic;line-height:1.65}.page-module___8aEwW__clientQuote:before{content:"\"";color:var(--wk-accent);vertical-align:middle;font-size:1.8rem;line-height:0;font-family:var(--wk-font-display);margin-right:4px;font-style:normal;font-weight:800}.page-module___8aEwW__clientInfo{align-items:center;gap:14px;display:flex}.page-module___8aEwW__clientAvatar{background:var(--wk-gray-800);width:42px;height:42px;color:var(--wk-accent);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.page-module___8aEwW__clientName{font-size:.9rem;font-weight:600}.page-module___8aEwW__clientRole{color:var(--wk-gray-400);font-size:.78rem}.page-module___8aEwW__faqGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:64px;display:grid}.page-module___8aEwW__faqCard{background:var(--card);border:1px solid var(--border);transition:var(--tr);cursor:pointer;border-radius:8px;padding:24px 28px}.page-module___8aEwW__faqCard:hover{border-color:var(--gold-border);background:var(--card-h)}.page-module___8aEwW__faqCardOpen{border-color:var(--gold-border)!important;background:var(--gold-dim)!important}.page-module___8aEwW__faqQ{color:var(--txt1);justify-content:space-between;align-items:center;gap:12px;font-size:.95rem;font-weight:600;display:flex}.page-module___8aEwW__faqChevron{color:var(--gold);transition:var(--tr);flex-shrink:0;font-size:.65rem}.page-module___8aEwW__faqA{color:var(--txt2);border-top:1px solid var(--border);margin-top:14px;padding-top:14px;font-size:.88rem;line-height:1.65}.page-module___8aEwW__ctaSection{text-align:center;padding:140px 48px;position:relative;overflow:hidden}.page-module___8aEwW__ctaGlow{background:var(--wk-accent);filter:blur(200px);opacity:.06;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module___8aEwW__ctaTag{font-family:var(--font-mono);letter-spacing:4px;text-transform:uppercase;color:var(--gold);justify-content:center;align-items:center;gap:12px;margin-bottom:20px;font-size:.72rem;display:flex}.page-module___8aEwW__ctaTitle{font-family:var(--font-serif);letter-spacing:-.3px;max-width:700px;color:var(--txt1);margin:0 auto 24px;font-size:clamp(2.4rem,5vw,4rem);font-weight:400;line-height:1.1}.page-module___8aEwW__ctaContact{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:32px;display:flex}.page-module___8aEwW__ctaPhone{font-family:var(--font-mono);color:var(--txt2);transition:var(--tr);font-size:.85rem}.page-module___8aEwW__ctaPhone:hover{color:var(--gold)}.page-module___8aEwW__ctaDivider{color:var(--txt3);font-size:1.2rem}.page-module___8aEwW__ctaText{color:var(--wk-gray-400);max-width:480px;margin:0 auto 48px;font-size:1.1rem;font-weight:300;line-height:1.7}.page-module___8aEwW__ctaActions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.page-module___8aEwW__footer{border-top:1px solid var(--wk-gray-800);padding:64px 48px 32px}.page-module___8aEwW__footerTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:48px;margin-bottom:48px;display:flex}.page-module___8aEwW__footerBrand{max-width:320px}.page-module___8aEwW__footerBrandName{font-family:var(--wk-font-mono);align-items:center;gap:8px;margin-bottom:12px;font-size:1.3rem;font-weight:700;display:flex}.page-module___8aEwW__footerBrandText{color:var(--wk-gray-400);font-size:.85rem;line-height:1.6}.page-module___8aEwW__footerCols{gap:64px;display:flex}.page-module___8aEwW__footerCol h4{font-family:var(--wk-font-mono);letter-spacing:2px;text-transform:uppercase;color:var(--wk-gray-400);margin-bottom:20px;font-size:.7rem}.page-module___8aEwW__footerCol a{color:var(--wk-gray-300);margin-bottom:12px;font-size:.88rem;transition:color .2s;display:block}.page-module___8aEwW__footerCol a:hover{color:var(--wk-accent)}.page-module___8aEwW__footerBottom{border-top:1px solid var(--wk-gray-800);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:32px;display:flex}.page-module___8aEwW__footerCopy{color:var(--txt3);font-size:.78rem}.page-module___8aEwW__footerLegal{color:var(--txt3);text-align:right;max-width:400px;font-size:.72rem}.page-module___8aEwW__footerSocials{gap:20px;display:flex}.page-module___8aEwW__footerSocial{color:var(--wk-gray-400);font-size:.8rem;font-weight:500;transition:color .2s}.page-module___8aEwW__footerSocial:hover{color:var(--wk-accent)}@media (max-width:1024px){.page-module___8aEwW__nav{padding:16px 28px}.page-module___8aEwW__section{padding:80px 28px}.page-module___8aEwW__hero{padding:120px 28px 60px}.page-module___8aEwW__ctaSection{padding:100px 28px}.page-module___8aEwW__footer{padding:48px 28px 24px}.page-module___8aEwW__problemGrid,.page-module___8aEwW__splitGrid{grid-template-columns:1fr;gap:48px}.page-module___8aEwW__rolesGrid,.page-module___8aEwW__clientGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1135px){.page-module___8aEwW__navLinks{display:none}.page-module___8aEwW__navRight,.page-module___8aEwW__mobileMenuBtn{display:flex}.page-module___8aEwW__hero{padding:100px 20px 48px}.page-module___8aEwW__section{padding:64px 20px}.page-module___8aEwW__ctaSection{padding:80px 20px}.page-module___8aEwW__footer{padding:40px 20px 20px}.page-module___8aEwW__heroStats{flex-wrap:wrap;gap:28px}.page-module___8aEwW__heroActions{flex-direction:column}.page-module___8aEwW__btnPrimary,.page-module___8aEwW__btnSecondary{text-align:center;justify-content:center}.page-module___8aEwW__rolesGrid,.page-module___8aEwW__valuesGrid,.page-module___8aEwW__faqGrid,.page-module___8aEwW__clientGrid{grid-template-columns:1fr}.page-module___8aEwW__barChart{height:240px}.page-module___8aEwW__pricingWrap{margin:64px -20px 0;padding:0 20px}.page-module___8aEwW__footerCols{flex-direction:column;align-items:center;gap:36px}.page-module___8aEwW__footerTop{text-align:center;flex-direction:column;align-items:center}.page-module___8aEwW__footerBrand,.page-module___8aEwW__footerCol{text-align:center}.page-module___8aEwW__footerBottom{text-align:center;flex-direction:column;align-items:center;gap:10px}.page-module___8aEwW__footerLegal{text-align:center}}@media (max-width:480px){.page-module___8aEwW__nav{padding:14px 16px}.page-module___8aEwW__hero{padding:90px 16px 40px}.page-module___8aEwW__section{padding:56px 16px}.page-module___8aEwW__footer{padding:36px 16px 16px}.page-module___8aEwW__heroTitle{letter-spacing:-1.5px}.page-module___8aEwW__statValue{font-size:1.8rem}}
.PackagedOffers-module__9dSyEG__offers{background:var(--bg2);padding:120px 48px;position:relative}.PackagedOffers-module__9dSyEG__offers:before{content:"";background:linear-gradient(90deg,transparent,var(--gold-border),transparent);height:1px;position:absolute;top:0;left:0;right:0}.PackagedOffers-module__9dSyEG__sectionTag{font-family:var(--font-mono);letter-spacing:4px;text-transform:uppercase;color:var(--gold);align-items:center;gap:12px;margin-bottom:16px;font-size:.72rem;display:flex}.PackagedOffers-module__9dSyEG__sectionTagLine{background:var(--gold);width:32px;height:1px}.PackagedOffers-module__9dSyEG__sectionTitle{font-family:var(--font-serif);max-width:700px;color:var(--txt1);margin-bottom:20px;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:500;line-height:1.1}.PackagedOffers-module__9dSyEG__sectionDesc{color:var(--txt2);max-width:560px;font-size:1.05rem;line-height:1.7}.PackagedOffers-module__9dSyEG__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:64px;display:grid}.PackagedOffers-module__9dSyEG__card{background:var(--card-bg,var(--card));border:1px solid var(--border);transform-style:preserve-3d;border-radius:22px;flex-direction:column;padding:40px 32px;transition:transform .4s cubic-bezier(.34,1.2,.64,1),box-shadow .4s,border-color .25s,background .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 32px #0003,0 -3px 10px #0000000d,-4px 0 12px #0000000d,4px 0 12px #0000000d,inset 0 1px #ffffff0d}.PackagedOffers-module__9dSyEG__card:before{content:"";background:linear-gradient(90deg,transparent,var(--gold),transparent);transform-origin:50%;height:2px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.PackagedOffers-module__9dSyEG__card:hover{border-color:var(--gold-border);background:var(--card-h);box-shadow:0 24px 60px #00000059,0 -4px 16px #00000012,-6px 0 16px #00000012,6px 0 16px #00000012,0 0 0 1px var(--gold-border),0 2px 0 #ffffff14 inset;transform:translateY(-10px)rotate(-1deg)scale(1.02)}.PackagedOffers-module__9dSyEG__card:hover:before{transform:scaleX(1)}.PackagedOffers-module__9dSyEG__card:active{transition:transform .12s;transform:translateY(-4px)rotate(.5deg)scale(.99)}.PackagedOffers-module__9dSyEG__cardHighlighted{border-color:var(--gold-border)!important}.PackagedOffers-module__9dSyEG__cardHighlighted:before{transform:scaleX(1)}.PackagedOffers-module__9dSyEG__cardHighlighted:hover{box-shadow:0 24px 64px var(--gold-glow);transform:translateY(-6px)}.PackagedOffers-module__9dSyEG__badge{font-family:var(--font-mono);letter-spacing:1.5px;text-transform:uppercase;color:var(--txt3);background:var(--card-h);border:1px solid var(--border);border-radius:100px;align-self:flex-start;margin-bottom:20px;padding:4px 12px;font-size:.62rem}.PackagedOffers-module__9dSyEG__badgeHighlighted{color:var(--bg);background:var(--gold);border-color:var(--gold)}.PackagedOffers-module__9dSyEG__cardIcon{background:var(--accent-soft,var(--gold-dim));border:1px solid var(--accent,var(--gold));width:56px;height:56px;color:var(--accent,var(--gold));border-radius:16px;justify-content:center;align-items:center;margin-bottom:20px;transition:transform .35s cubic-bezier(.34,1.3,.64,1);display:inline-flex}.PackagedOffers-module__9dSyEG__card:hover .PackagedOffers-module__9dSyEG__cardIcon{transform:rotate(-6deg)scale(1.06)}.PackagedOffers-module__9dSyEG__cardTitle{font-family:var(--font-display);letter-spacing:-.6px;color:var(--txt1);margin-bottom:12px;font-size:1.5rem;font-weight:600;line-height:1.15}.PackagedOffers-module__9dSyEG__cardDesc{color:var(--txt2);margin-bottom:20px;font-size:.88rem;line-height:1.65}.PackagedOffers-module__9dSyEG__timeline{border-top:1px solid var(--border);border-bottom:1px solid var(--border);align-items:center;gap:10px;margin-bottom:20px;padding:14px 0;display:flex}.PackagedOffers-module__9dSyEG__timelineLabel{font-family:var(--font-mono);color:var(--txt3);letter-spacing:1px;text-transform:uppercase;font-size:.65rem}.PackagedOffers-module__9dSyEG__timelineValue{font-family:var(--font-mono);color:var(--gold);font-size:.8rem;font-weight:500}.PackagedOffers-module__9dSyEG__features{flex-direction:column;flex-grow:1;gap:10px;margin-bottom:28px;list-style:none;display:flex}.PackagedOffers-module__9dSyEG__features li{color:var(--txt2);align-items:flex-start;gap:10px;font-size:.84rem;line-height:1.5;display:flex}.PackagedOffers-module__9dSyEG__check{color:var(--gold);flex-shrink:0;margin-top:3px;font-size:.72rem}.PackagedOffers-module__9dSyEG__ctaRow{grid-template-columns:1fr 1fr;gap:10px;margin-top:auto;display:grid}.PackagedOffers-module__9dSyEG__ctaPrimary,.PackagedOffers-module__9dSyEG__ctaWhatsapp{font-family:var(--font-display);letter-spacing:-.1px;cursor:pointer;border:1px solid #0000;border-radius:100px;justify-content:center;align-items:center;gap:6px;padding:13px 14px;font-size:.88rem;font-weight:600;line-height:1;text-decoration:none;transition:background .22s,color .22s,transform .18s,box-shadow .22s;display:inline-flex}.PackagedOffers-module__9dSyEG__ctaPrimary{background:var(--brand-yellow,#ffc940);color:#1a1f36;box-shadow:0 1px 2px #b888002e}.PackagedOffers-module__9dSyEG__ctaPrimary:hover{background:var(--brand-yellow-hover,#f0b800);transform:translateY(-1px);box-shadow:0 10px 22px #ffc9404d}.PackagedOffers-module__9dSyEG__ctaWhatsapp{color:#fff;background:#25d366;box-shadow:0 1px 2px #0000001a}.PackagedOffers-module__9dSyEG__ctaWhatsapp:hover{background:#1fb755;transform:translateY(-1px);box-shadow:0 10px 22px #25d3664d}[data-theme=dark] .PackagedOffers-module__9dSyEG__ctaPrimary{color:#0a1228}@media (max-width:1024px){.PackagedOffers-module__9dSyEG__offers{padding:80px 28px}.PackagedOffers-module__9dSyEG__grid{grid-template-columns:1fr;max-width:540px}}@media (max-width:640px){.PackagedOffers-module__9dSyEG__offers{padding:64px 20px}.PackagedOffers-module__9dSyEG__card{padding:28px 24px}}
.BookingModal-module__EmgdDq__overlay{z-index:10000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s BookingModal-module__EmgdDq__fadeIn;display:flex;position:fixed;inset:0}.BookingModal-module__EmgdDq__modal{background:var(--wk-black);border:1px solid var(--wk-gray-800);border-radius:var(--wk-radius-lg);scrollbar-width:thin;scrollbar-color:var(--wk-gray-700)transparent;width:100%;max-width:840px;max-height:90vh;animation:.25s BookingModal-module__EmgdDq__slideUp;position:relative;overflow-y:auto}.BookingModal-module__EmgdDq__modal::-webkit-scrollbar{width:6px}.BookingModal-module__EmgdDq__modal::-webkit-scrollbar-track{background:0 0}.BookingModal-module__EmgdDq__modal::-webkit-scrollbar-thumb{background:var(--wk-gray-700);border-radius:3px}.BookingModal-module__EmgdDq__closeBtn{cursor:pointer;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.BookingModal-module__EmgdDq__closeBtn:hover{background:var(--wk-gray-900)}.BookingModal-module__EmgdDq__closeBtn span{background:var(--wk-gray-400);width:16px;height:1.5px;transition:background .2s;position:absolute}.BookingModal-module__EmgdDq__closeBtn span:first-child{transform:rotate(45deg)}.BookingModal-module__EmgdDq__closeBtn span:last-child{transform:rotate(-45deg)}.BookingModal-module__EmgdDq__closeBtn:hover span{background:var(--wk-white)}.BookingModal-module__EmgdDq__stepper{align-items:center;gap:4px;padding:20px 28px 0;display:flex}.BookingModal-module__EmgdDq__stepperItem{flex:1;align-items:center;gap:8px;display:flex}.BookingModal-module__EmgdDq__stepperNum{width:24px;height:24px;font-size:.7rem;font-weight:700;font-family:var(--wk-font-mono);background:var(--wk-gray-800);color:var(--wk-gray-400);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.BookingModal-module__EmgdDq__stepperCurrent .BookingModal-module__EmgdDq__stepperNum{background:var(--wk-accent);color:var(--wk-black)}.BookingModal-module__EmgdDq__stepperDone .BookingModal-module__EmgdDq__stepperNum{color:var(--wk-accent);background:#c8ff0026;font-size:.6rem}.BookingModal-module__EmgdDq__stepperLabel{color:var(--wk-gray-600);white-space:nowrap;font-size:.72rem;transition:color .3s}.BookingModal-module__EmgdDq__stepperCurrent .BookingModal-module__EmgdDq__stepperLabel{color:var(--wk-white)}.BookingModal-module__EmgdDq__stepperDone .BookingModal-module__EmgdDq__stepperLabel{color:var(--wk-gray-400)}.BookingModal-module__EmgdDq__body{flex-direction:column;gap:20px;padding:28px 28px 32px;display:flex}.BookingModal-module__EmgdDq__title{letter-spacing:-.3px;font-size:1.25rem;font-weight:800;line-height:1.3}.BookingModal-module__EmgdDq__subtitle{color:var(--wk-gray-400);margin-top:-12px;font-size:.85rem;line-height:1.5}.BookingModal-module__EmgdDq__group{flex-direction:column;gap:8px;display:flex}.BookingModal-module__EmgdDq__label{font-family:var(--wk-font-mono);letter-spacing:1.5px;text-transform:uppercase;color:var(--wk-gray-400);font-size:.65rem}.BookingModal-module__EmgdDq__optionsGrid{flex-wrap:wrap;gap:6px;display:flex}.BookingModal-module__EmgdDq__chip{background:var(--wk-gray-900);border:1px solid var(--wk-gray-800);cursor:pointer;font-size:.8rem;font-weight:500;font-family:var(--wk-font-display);color:var(--wk-gray-300);white-space:nowrap;border-radius:100px;align-items:center;gap:6px;padding:10px 16px;transition:all .2s;display:inline-flex}.BookingModal-module__EmgdDq__chip:hover{border-color:var(--wk-gray-600);color:var(--wk-white)}.BookingModal-module__EmgdDq__chipActive{background:#c8ff000d;border-color:var(--wk-accent)!important;color:var(--wk-accent)!important}.BookingModal-module__EmgdDq__chipIcon{font-size:.95rem;line-height:1}.BookingModal-module__EmgdDq__scaleRow{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.BookingModal-module__EmgdDq__scaleCard{background:var(--wk-gray-900);border:1px solid var(--wk-gray-800);border-radius:var(--wk-radius);cursor:pointer;text-align:left;font-family:var(--wk-font-display);flex-direction:column;gap:2px;padding:12px 14px;transition:all .2s;display:flex}.BookingModal-module__EmgdDq__scaleCard:hover{border-color:var(--wk-gray-600)}.BookingModal-module__EmgdDq__scaleActive{background:#c8ff000a;border-color:var(--wk-accent)!important}.BookingModal-module__EmgdDq__scaleName{color:var(--wk-white);font-size:.8rem;font-weight:700}.BookingModal-module__EmgdDq__scaleDur{font-family:var(--wk-font-mono);color:var(--wk-accent);letter-spacing:.5px;font-size:.62rem}.BookingModal-module__EmgdDq__resultBar{background:var(--wk-gray-900);border:1px solid var(--wk-gray-800);border-radius:var(--wk-radius);align-items:center;gap:24px;padding:16px 20px;display:flex}.BookingModal-module__EmgdDq__resultCol{flex-direction:column;gap:2px;display:flex}.BookingModal-module__EmgdDq__resultDivider{background:var(--wk-gray-700);width:1px;height:32px}.BookingModal-module__EmgdDq__resultLabel{font-family:var(--wk-font-mono);letter-spacing:1.5px;text-transform:uppercase;color:var(--wk-gray-500);font-size:.58rem}.BookingModal-module__EmgdDq__resultVal{color:var(--wk-accent);letter-spacing:-.3px;font-size:1rem;font-weight:800}.BookingModal-module__EmgdDq__recap{background:var(--wk-gray-900);border:1px solid var(--wk-gray-800);border-radius:var(--wk-radius-sm);color:var(--wk-gray-300);flex-wrap:wrap;align-items:center;gap:6px;padding:10px 14px;font-size:.82rem;display:flex}.BookingModal-module__EmgdDq__recapDot{color:var(--wk-gray-600)}.BookingModal-module__EmgdDq__recapAccent{color:var(--wk-accent);font-weight:700}.BookingModal-module__EmgdDq__formRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.BookingModal-module__EmgdDq__field{flex-direction:column;gap:6px;display:flex}.BookingModal-module__EmgdDq__input,.BookingModal-module__EmgdDq__textarea{background:var(--wk-gray-900);border:1px solid var(--wk-gray-800);border-radius:var(--wk-radius-sm);color:var(--wk-white);font-family:var(--wk-font-display);outline:none;padding:12px 14px;font-size:.88rem;transition:border-color .2s}.BookingModal-module__EmgdDq__input:focus,.BookingModal-module__EmgdDq__textarea:focus{border-color:var(--wk-accent)}.BookingModal-module__EmgdDq__input::placeholder,.BookingModal-module__EmgdDq__textarea::placeholder{color:var(--wk-gray-600)}.BookingModal-module__EmgdDq__textarea{resize:vertical;min-height:72px}.BookingModal-module__EmgdDq__opt{color:var(--wk-gray-600);font-family:var(--wk-font-display);text-transform:none;letter-spacing:0;font-size:.6rem}.BookingModal-module__EmgdDq__calWrap{border-radius:var(--wk-radius);width:100%;height:540px;overflow:hidden}.BookingModal-module__EmgdDq__actions{gap:10px;display:flex}.BookingModal-module__EmgdDq__btnPrimary{background:var(--wk-accent);color:var(--wk-black);cursor:pointer;font-size:.88rem;font-weight:700;font-family:var(--wk-font-display);border:none;border-radius:100px;flex:1;justify-content:center;align-items:center;padding:14px 24px;transition:all .25s;display:flex}.BookingModal-module__EmgdDq__btnPrimary:hover{transform:translateY(-1px);box-shadow:0 8px 32px #c8ff0033}.BookingModal-module__EmgdDq__btnGhost{color:var(--wk-gray-400);cursor:pointer;font-size:.82rem;font-weight:500;font-family:var(--wk-font-display);background:0 0;border:none;justify-content:center;align-items:center;padding:14px 20px;transition:color .2s;display:flex}.BookingModal-module__EmgdDq__btnGhost:hover{color:var(--wk-white)}.BookingModal-module__EmgdDq__success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px 0 24px;display:flex}.BookingModal-module__EmgdDq__successCheck{border:2px solid var(--wk-accent);width:56px;height:56px;color:var(--wk-accent);background:#c8ff001a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;font-size:1.4rem;font-weight:700;display:flex}.BookingModal-module__EmgdDq__success .BookingModal-module__EmgdDq__title{text-align:center}.BookingModal-module__EmgdDq__success .BookingModal-module__EmgdDq__subtitle{text-align:center;max-width:320px}.BookingModal-module__EmgdDq__success .BookingModal-module__EmgdDq__btnPrimary{flex:unset;padding:12px 40px}@keyframes BookingModal-module__EmgdDq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes BookingModal-module__EmgdDq__slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.BookingModal-module__EmgdDq__modal{max-height:95vh}.BookingModal-module__EmgdDq__stepper{gap:2px;padding:16px 20px 0}.BookingModal-module__EmgdDq__stepperLabel{display:none}.BookingModal-module__EmgdDq__body{padding:20px 20px 24px}.BookingModal-module__EmgdDq__scaleRow,.BookingModal-module__EmgdDq__formRow{grid-template-columns:1fr}.BookingModal-module__EmgdDq__resultBar{flex-direction:column;gap:12px}.BookingModal-module__EmgdDq__resultDivider{width:100%;height:1px}.BookingModal-module__EmgdDq__actions{flex-direction:column}.BookingModal-module__EmgdDq__calWrap{height:480px}}
.Services-module__dpHhBa__services{background:var(--bg2);padding:120px 48px;position:relative;overflow:hidden}.Services-module__dpHhBa__services:before{content:"";background:linear-gradient(90deg,transparent,var(--gold-border),transparent);height:1px;position:absolute;top:0;left:0;right:0}.Services-module__dpHhBa__services:after{content:"";background:linear-gradient(90deg,transparent,var(--gold-border),transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.Services-module__dpHhBa__sectionTag{font-family:var(--font-mono);letter-spacing:4px;text-transform:uppercase;color:var(--gold);justify-content:center;align-items:center;gap:12px;margin-bottom:16px;font-size:.72rem;display:flex}.Services-module__dpHhBa__sectionTagLine{background:var(--gold);width:32px;height:1px}.Services-module__dpHhBa__sectionTitle{font-family:var(--font-display);letter-spacing:-1.5px;text-align:center;max-width:1100px;color:var(--txt1);max-width:700px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:clamp(2.4rem,5vw,4rem);font-weight:600;line-height:1.05}.Services-module__dpHhBa__sectionTitle em{background:linear-gradient(110deg,var(--gold)0%,#fff8d6 45%,var(--gold)90%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;font-style:italic;animation:4s linear infinite Services-module__dpHhBa__shimmerText}@keyframes Services-module__dpHhBa__shimmerText{0%{background-position:-200%}to{background-position:200%}}.Services-module__dpHhBa__sectionDesc{color:var(--txt2);text-align:center;max-width:680px;margin-bottom:80px;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.7}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.Services-module__dpHhBa__card{background:var(--card);border:1px solid var(--border);cursor:default;transform-style:preserve-3d;border-radius:22px;padding:40px 36px;transition:transform .4s cubic-bezier(.34,1.2,.64,1),box-shadow .4s,border-color .25s,background .25s;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000038,0 -3px 10px #0000000f,-4px 0 12px #0000000f,4px 0 12px #0000000f,inset 0 1px #ffffff0d}.Services-module__dpHhBa__card:before{content:"";background:linear-gradient(90deg,transparent,var(--gold),transparent);transform-origin:50%;height:2px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Services-module__dpHhBa__card:hover{background:var(--card-h);border-color:var(--gold-border);box-shadow:0 24px 60px #00000059,0 -4px 16px #00000014,-6px 0 16px #00000014,6px 0 16px #00000014,0 0 0 1px var(--gold-border),0 2px 0 #ffffff14 inset;transform:translateY(-10px)rotate(-1deg)scale(1.02)}.Services-module__dpHhBa__card:hover:before{transform:scaleX(1)}.Services-module__dpHhBa__card:active{transition:transform .12s;transform:translateY(-4px)rotate(.5deg)scale(.99)}.Services-module__dpHhBa__cardFeatured{border-color:var(--gold-border);background:var(--gold-dim);animation:3s ease-in-out infinite Services-module__dpHhBa__borderGlow}.Services-module__dpHhBa__cardFeatured:before{transform:scaleX(1)}.Services-module__dpHhBa__iconWrap{background:var(--gold-dim);border:1px solid var(--gold-border);width:52px;height:52px;transition:var(--tr);border-radius:8px;justify-content:center;align-items:center;margin-bottom:24px;font-size:1.5rem;display:flex}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__iconWrap{transform:scale(1.1)rotate(3deg)}.Services-module__dpHhBa__cardLabel{font-family:var(--font-mono);letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:10px;font-size:.65rem}.Services-module__dpHhBa__cardTitle{font-family:var(--font-serif);color:var(--txt1);margin-bottom:14px;font-size:1.5rem;font-weight:600;line-height:1.2}.Services-module__dpHhBa__cardDesc{color:var(--txt2);margin-bottom:20px;font-size:.88rem;line-height:1.65}.Services-module__dpHhBa__tags{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}.Services-module__dpHhBa__cardLink{border:1px solid var(--gold-border);color:var(--gold);font-family:var(--font-mono);letter-spacing:1px;text-transform:uppercase;background:0 0;border-radius:4px;align-self:flex-start;align-items:center;gap:6px;margin-top:20px;padding:10px 20px;font-size:.7rem;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.Services-module__dpHhBa__cardLink:hover{background:var(--gold);color:#04080f;border-color:var(--gold);transform:translateY(-2px)}.Services-module__dpHhBa__tag{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:100px;padding:4px 12px;font-size:.62rem;font-weight:600}.Services-module__dpHhBa__tagGold{background:var(--gold);color:var(--bg)}.Services-module__dpHhBa__tagBlue{color:var(--blue);background:#5b9cf638}.Services-module__dpHhBa__offersTitle{font-family:var(--font-serif);color:var(--txt1);max-width:600px;margin-bottom:16px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:500;line-height:1.15}.Services-module__dpHhBa__categories{flex-direction:column;gap:48px;display:flex}.Services-module__dpHhBa__categoryBlock{flex-direction:column;gap:20px;display:flex}.Services-module__dpHhBa__categoryHeader{background:linear-gradient(120deg,var(--gold-dim)0%,transparent 55%),radial-gradient(ellipse 60% 80% at 100% 50%,var(--cat-tint,#d4af371a)0%,transparent 60%);border:1px solid var(--gold-border);border-radius:16px;align-items:center;gap:14px;padding:16px 20px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #0000001a}.Services-module__dpHhBa__categoryHeader:before{content:"";background:conic-gradient(from 220deg,transparent 0deg,var(--cat-tint,#d4af371a)90deg,transparent 200deg);opacity:.45;pointer-events:none;position:absolute;inset:0}.Services-module__dpHhBa__categoryHeader>*{z-index:1;position:relative}.Services-module__dpHhBa__categoryIconWrap{background:linear-gradient(135deg,var(--gold)0%,#fff8d6 100%);width:42px;height:42px;color:var(--bg);box-shadow:0 4px 12px var(--gold-glow,#d4af374d);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Services-module__dpHhBa__categoryLabel{font-family:var(--font-mono);letter-spacing:3px;text-transform:uppercase;color:var(--gold);flex:1;font-size:.72rem}.Services-module__dpHhBa__categoryDiscover{background:var(--gold);color:#04080f;font-family:var(--font-mono);letter-spacing:1px;text-transform:uppercase;border-radius:4px;flex-shrink:0;align-items:center;gap:6px;padding:8px 18px;font-size:.7rem;font-weight:700;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.Services-module__dpHhBa__categoryDiscover:hover{opacity:.85;transform:translate(3px)}.Services-module__dpHhBa__offersGrid{grid-template-columns:repeat(4,1fr);gap:14px;padding-top:4px;display:grid}.Services-module__dpHhBa__statsStrip{grid-template-columns:repeat(4,1fr);gap:14px;width:100%;max-width:1100px;margin:12px auto 28px;display:grid}.Services-module__dpHhBa__stat{text-align:center;background:linear-gradient(135deg,var(--card)0%,var(--gold-dim)200%);border:1px solid var(--gold-border);border-radius:18px;padding:22px 18px;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s;position:relative;overflow:hidden}.Services-module__dpHhBa__stat:after{content:"";background:conic-gradient(from 45deg,transparent 0deg,var(--gold-dim)45deg,transparent 130deg,transparent 360deg);opacity:.4;pointer-events:none;animation:14s linear infinite Services-module__dpHhBa__statSpin;position:absolute;inset:-50%}@keyframes Services-module__dpHhBa__statSpin{to{transform:rotate(360deg)}}.Services-module__dpHhBa__stat:hover{transform:translateY(-3px);box-shadow:0 12px 32px #d4af3726}.Services-module__dpHhBa__stat>*{z-index:1;position:relative}.Services-module__dpHhBa__statNum{font-family:var(--font-serif);background:linear-gradient(135deg,var(--gold)0%,#fff8d6 55%,var(--gold)100%);-webkit-text-fill-color:transparent;letter-spacing:-1px;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:2.4rem;font-weight:700;line-height:1.05;animation:5s ease-in-out infinite Services-module__dpHhBa__statShimmer}@keyframes Services-module__dpHhBa__statShimmer{0%,to{background-position:0%}50%{background-position:100%}}.Services-module__dpHhBa__statLabel{font-family:var(--font-mono);letter-spacing:1.5px;text-transform:uppercase;color:var(--txt2);font-size:.62rem;line-height:1.3}.Services-module__dpHhBa__statsStripBottom{border-top:1px solid var(--border);margin-top:60px;padding-top:36px}@media (max-width:768px){.Services-module__dpHhBa__statsStrip{grid-template-columns:repeat(2,1fr)}.Services-module__dpHhBa__chartRow{grid-template-columns:1fr;gap:6px}.Services-module__dpHhBa__chartLabel{text-align:left}}.Services-module__dpHhBa__offerCard{background:var(--bg);border:1px solid var(--border);box-shadow:var(--card-sh);cursor:default;border-radius:22px;flex-direction:column;padding:26px 24px 22px;transition:border-color .22s,transform .22s,box-shadow .22s;display:flex;position:relative}.Services-module__dpHhBa__offerIconChip{background:var(--brand-yellow-soft,#ffc94024);border:1px solid var(--gold-border);width:44px;height:44px;color:var(--gold);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:18px;transition:transform .3s cubic-bezier(.34,1.3,.64,1),background .3s;display:inline-flex}.Services-module__dpHhBa__offerCard:hover .Services-module__dpHhBa__offerIconChip{background:var(--gold-dim);transform:rotate(-6deg)scale(1.08)}[data-theme=dark] .Services-module__dpHhBa__offerIconChip{background:var(--gold-dim);border-color:var(--gold-border);color:var(--gold)}.Services-module__dpHhBa__offerCard:hover{border-color:var(--gold-border);box-shadow:var(--card-sh-h);transform:translateY(-4px)}.Services-module__dpHhBa__offerCard:active{transition:transform .1s;transform:translateY(-1px)}.Services-module__dpHhBa__offerTitle{font-family:var(--font-display);color:var(--txt1);text-align:left;letter-spacing:-.4px;margin-bottom:10px;font-size:1.15rem;font-weight:600;line-height:1.25}.Services-module__dpHhBa__offerDesc{color:var(--txt2);text-align:left;flex:1;margin-bottom:20px;font-size:.88rem;line-height:1.65}.Services-module__dpHhBa__offerIllust{background:var(--gold-dim);border:1px solid var(--gold-border);width:52px;height:52px;color:var(--gold);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.Services-module__dpHhBa__offerTechs{flex-wrap:wrap;gap:5px;margin-top:auto;display:flex}.Services-module__dpHhBa__offerCardFooter{flex-direction:column;align-items:stretch;gap:7px;width:100%;margin-top:14px;display:flex}.Services-module__dpHhBa__offerCardLink,.Services-module__dpHhBa__offerDemoLink,.Services-module__dpHhBa__addToCartBtn{width:100%;font-family:var(--font-display);letter-spacing:-.1px;white-space:nowrap;cursor:pointer;box-sizing:border-box;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.86rem;font-weight:600;line-height:1;text-decoration:none;transition:background .22s,color .22s,box-shadow .22s,transform .18s;display:inline-flex}.Services-module__dpHhBa__offerCardLink{background:var(--brand-yellow,#ffc940);border:1px solid var(--brand-yellow,#ffc940);color:#1a1f36;box-shadow:0 1px 2px #b888002e}.Services-module__dpHhBa__offerCardLink:hover{background:var(--brand-yellow-hover,#f0b800);border-color:var(--brand-yellow-hover,#f0b800);transform:translateY(-1px);box-shadow:0 10px 22px #ffc94052,0 1px 2px #b888002e}[data-theme=dark] .Services-module__dpHhBa__offerCardLink{background:var(--gold);border-color:var(--gold);color:#0a1228}[data-theme=dark] .Services-module__dpHhBa__offerCardLink:hover{background:var(--brand-yellow,#ffc940);border-color:var(--brand-yellow,#ffc940)}.Services-module__dpHhBa__addToCartBtn{background:var(--gold);border:1px solid var(--gold);color:#04080f}.Services-module__dpHhBa__addToCartBtn:hover{opacity:.92;transform:translateY(-1px)}.Services-module__dpHhBa__addToCartBtnActive{background:var(--card);border:1px solid var(--gold-border);color:var(--gold)}.Services-module__dpHhBa__addToCartBtnActive:hover{color:#f87171;background:#f8717114;border-color:#f8717166}.Services-module__dpHhBa__offerTech{font-family:var(--font-mono);letter-spacing:.3px;white-space:nowrap;border:1px solid #0000;border-radius:100px;align-items:center;gap:6px;padding:5px 10px;font-size:.68rem;font-weight:600;display:inline-flex}.Services-module__dpHhBa__techAbbrBadge{letter-spacing:0;border-radius:3px;padding:1px 4px;font-size:.55rem;font-weight:800}@media (max-width:1280px){.Services-module__dpHhBa__offersGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.Services-module__dpHhBa__offersGrid{grid-template-columns:repeat(2,1fr)}.Services-module__dpHhBa__services{padding:80px 28px}}@media (max-width:640px){.Services-module__dpHhBa__grid,.Services-module__dpHhBa__offersGrid{grid-template-columns:1fr}.Services-module__dpHhBa__services{padding:64px 20px}}.Services-module__dpHhBa__agentMetaRow{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.Services-module__dpHhBa__agentMetricNum{font-family:var(--font-mono);font-size:1.3rem;font-weight:700;line-height:1}.Services-module__dpHhBa__agentMetricLbl{font-family:var(--font-mono);color:var(--txt3);letter-spacing:.5px;font-size:.62rem}.Services-module__dpHhBa__agentAutomBadge{font-family:var(--font-mono);letter-spacing:.5px;text-transform:uppercase;border:1px solid;border-radius:100px;align-items:center;gap:4px;margin-left:auto;padding:3px 8px;font-size:.58rem;font-weight:700;display:inline-flex}.Services-module__dpHhBa__agentToggleBtn,.Services-module__dpHhBa__questionsToggleBtn{width:100%;font-family:var(--font-mono);letter-spacing:.5px;text-transform:uppercase;cursor:pointer;text-align:left;background:0 0;border:none;border-top:1px solid;align-items:center;gap:6px;margin-top:10px;padding:10px 0 4px;font-size:.62rem;font-weight:700;transition:opacity .2s;display:flex}.Services-module__dpHhBa__agentToggleBtn{border-color:var(--border)}.Services-module__dpHhBa__questionsToggleBtn{color:var(--txt3);border-color:var(--border)}.Services-module__dpHhBa__agentToggleBtn:hover,.Services-module__dpHhBa__questionsToggleBtn:hover{opacity:.75}.Services-module__dpHhBa__agentPanel{flex-direction:column;gap:8px;margin-top:8px;animation:.22s both Services-module__dpHhBa__panelSlideIn;display:flex}@keyframes Services-module__dpHhBa__panelSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Services-module__dpHhBa__beforeCell,.Services-module__dpHhBa__afterCell{color:var(--txt2);background:var(--card);border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:.78rem;line-height:1.55}.Services-module__dpHhBa__afterCell{border-left-width:2px}.Services-module__dpHhBa__compareLabel{font-family:var(--font-mono);letter-spacing:.5px;text-transform:uppercase;color:var(--txt3);align-items:center;gap:5px;margin-bottom:6px;font-size:.6rem;font-weight:700;display:flex}.Services-module__dpHhBa__questionsList{flex-direction:column;gap:6px;margin-top:8px;list-style:none;animation:.22s both Services-module__dpHhBa__panelSlideIn;display:flex}.Services-module__dpHhBa__questionsItem{color:var(--txt2);align-items:flex-start;gap:8px;font-size:.78rem;line-height:1.5;display:flex}.Services-module__dpHhBa__questionsDot{background:var(--gold);border-radius:50%;flex-shrink:0;width:4px;height:4px;margin-top:6px}.Services-module__dpHhBa__chatSearchPanel{background:var(--card);border:1px solid var(--border);width:100%;max-width:680px;box-shadow:var(--card-sh);border-radius:22px;flex-direction:column;margin:0 auto 56px;display:flex;overflow:hidden}.Services-module__dpHhBa__chatSearchHeader{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;padding:14px 18px;display:flex}.Services-module__dpHhBa__chatSearchAvatar{background:var(--gold-dim);border:1px solid var(--gold-border);width:34px;height:34px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;animation:2.5s ease-in-out infinite Services-module__dpHhBa__chatSearchPulse;display:flex}@keyframes Services-module__dpHhBa__chatSearchPulse{0%,to{box-shadow:0 0 0 0 var(--gold-dim)}50%{box-shadow:0 0 0 5px #0000}}.Services-module__dpHhBa__chatSearchTitle{font-family:var(--font-mono);letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);font-size:.68rem;font-weight:700}.Services-module__dpHhBa__chatSearchSub{color:var(--txt3);font-size:.62rem;font-family:var(--font-mono);margin-top:2px}.Services-module__dpHhBa__chatSearchMessages{scrollbar-width:thin;scrollbar-color:var(--border)transparent;flex-direction:column;flex:1;gap:10px;min-height:140px;max-height:300px;padding:16px 18px 10px;display:flex;overflow-y:auto}.Services-module__dpHhBa__chatSearchMessages::-webkit-scrollbar{width:3px}.Services-module__dpHhBa__chatSearchMessages::-webkit-scrollbar-track{background:0 0}.Services-module__dpHhBa__chatSearchMessages::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.Services-module__dpHhBa__chatMsg{align-items:flex-end;gap:7px;animation:.25s cubic-bezier(.16,1,.3,1) both Services-module__dpHhBa__chatMsgIn;display:flex}@keyframes Services-module__dpHhBa__chatMsgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.Services-module__dpHhBa__chatMsgBot{justify-content:flex-start}.Services-module__dpHhBa__chatMsgUser{justify-content:flex-end}.Services-module__dpHhBa__chatMsgAvatar{background:var(--gold-dim);border:1px solid var(--gold-border);width:22px;height:22px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Services-module__dpHhBa__chatMsgBubble{max-width:84%;color:var(--txt1);border-radius:16px;padding:9px 13px;font-size:.855rem;line-height:1.58}.Services-module__dpHhBa__chatMsgBot .Services-module__dpHhBa__chatMsgBubble{background:var(--bg);border:1px solid var(--border);border-bottom-left-radius:4px}.Services-module__dpHhBa__chatMsgUser .Services-module__dpHhBa__chatMsgBubble{background:var(--gold-dim);border:1px solid var(--gold-border);border-bottom-right-radius:4px}.Services-module__dpHhBa__chatMsgTyping{align-items:center;gap:4px;padding:12px 14px!important;display:flex!important}.Services-module__dpHhBa__chatMsgTyping span{background:var(--txt3);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite Services-module__dpHhBa__chatTypingDot;display:block}.Services-module__dpHhBa__chatMsgTyping span:nth-child(2){animation-delay:.2s}.Services-module__dpHhBa__chatMsgTyping span:nth-child(3){animation-delay:.4s}@keyframes Services-module__dpHhBa__chatTypingDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.Services-module__dpHhBa__chatSearchInputRow{border-top:1px solid var(--border);flex-shrink:0;align-items:center;gap:8px;padding:12px 14px;display:flex}.Services-module__dpHhBa__chatSearchInput{background:var(--bg);border:1px solid var(--border);color:var(--txt1);font-size:.875rem;font-family:var(--font-sans);border-radius:100px;outline:none;flex:1;min-width:0;padding:9px 16px;transition:border-color .2s}.Services-module__dpHhBa__chatSearchInput:focus{border-color:var(--gold-border)}.Services-module__dpHhBa__chatSearchInput::placeholder{color:var(--txt3)}.Services-module__dpHhBa__chatSearchInput:disabled{opacity:.6}.Services-module__dpHhBa__chatSearchSendBtn{background:var(--gold);color:#04080f;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:opacity .2s,transform .2s;display:flex}.Services-module__dpHhBa__chatSearchSendBtn:hover:not(:disabled){opacity:.86;transform:scale(1.08)}.Services-module__dpHhBa__chatSearchSendBtn:disabled{opacity:.32;cursor:default}@keyframes Services-module__dpHhBa__wkSpin{to{transform:rotate(360deg)}}.Services-module__dpHhBa__chatSearchSpinner{border:2px solid #04080f40;border-top-color:#04080f;border-radius:50%;width:14px;height:14px;animation:.65s linear infinite Services-module__dpHhBa__wkSpin;display:inline-block}.Services-module__dpHhBa__searchResults{margin-bottom:56px}.Services-module__dpHhBa__searchResultsHeader{align-items:center;gap:12px;margin-bottom:20px;display:flex}.Services-module__dpHhBa__searchResultsLine{background:var(--border);flex:1;height:1px}.Services-module__dpHhBa__searchResultsLabel{font-family:var(--font-mono);letter-spacing:1.5px;text-transform:uppercase;color:var(--txt3);white-space:nowrap;font-size:.64rem}.Services-module__dpHhBa__searchGrid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:16px;display:grid}.Services-module__dpHhBa__searchCard{background:linear-gradient(135deg,var(--card)0%,var(--card-cat,var(--card))100%);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:10px;padding:20px;transition:border-color .2s,transform .22s;display:flex}.Services-module__dpHhBa__searchCard:hover{border-color:var(--gold-border);transform:translateY(-3px)}.Services-module__dpHhBa__searchCardCat{font-size:.62rem;font-family:var(--font-mono);letter-spacing:.8px;text-transform:uppercase;color:var(--txt3);background:var(--bg);border:1px solid var(--border);border-radius:100px;align-self:flex-start;padding:3px 10px;font-weight:700;display:inline-block}.Services-module__dpHhBa__searchCardTitle{color:var(--txt1);font-size:.95rem;font-weight:700;line-height:1.35}.Services-module__dpHhBa__searchCardDesc{color:var(--txt2);flex:1;font-size:.82rem;line-height:1.55}.Services-module__dpHhBa__offerThumb{border:4px solid var(--bg);background:var(--bg3);width:116px;height:116px;box-shadow:0 8px 28px #00000042,0 0 0 1px var(--border);z-index:2;border-radius:50%;flex-shrink:0;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s;position:absolute;top:-56px;left:50%;overflow:hidden;transform:translate(-50%)}.Services-module__dpHhBa__offerCard:hover .Services-module__dpHhBa__offerThumb{box-shadow:0 10px 28px #00000047,0 0 0 1px var(--gold-border);transform:translate(-50%)translateY(-3px)}.Services-module__dpHhBa__offerThumbImg{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .45s cubic-bezier(.22,1,.36,1);display:block}.Services-module__dpHhBa__offerCard:hover .Services-module__dpHhBa__offerThumbImg{transform:scale(1.08)}.Services-module__dpHhBa__offerDemoLink{background:var(--card);border:1px solid var(--border);color:var(--txt2)}.Services-module__dpHhBa__offerDemoLink:hover{background:var(--card-h);border-color:var(--gold-border);color:var(--txt1);transform:translateY(-1px)}.Services-module__dpHhBa__offerTitle{color:var(--txt1)}.Services-module__dpHhBa__offerDesc{color:var(--txt2)}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerIllust{color:#fff!important;background:#ffffff17!important;border-color:#ffffff29!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerTech{background:var(--card-badge-bg)!important;border-color:var(--card-badge-border)!important;color:var(--card-badge-color)!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerTech img{opacity:.7;filter:var(--card-badge-filter)!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerTech svg{color:inherit!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__agentMetricNum{color:#fff!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__agentMetricLbl{color:#ffffff80!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__agentAutomBadge{color:#fff!important;background:#ffffff1a!important;border-color:#fff3!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__agentToggleBtn,.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__questionsToggleBtn{color:#ffffff73!important;border-color:#ffffff14!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__agentToggleBtn:hover,.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__questionsToggleBtn:hover{color:#fff!important;opacity:1!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__beforeCell,.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__afterCell{color:#ffffff9e!important;background:#ffffff0a!important;border-color:#ffffff14!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__afterCell{border-left-color:#fff6!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__compareLabel{color:#ffffff61!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__afterCell .Services-module__dpHhBa__compareLabel{color:#ffffffbf!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__questionsItem{color:#fff9!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__questionsDot{background:#ffffff8c!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerCardLink{color:#ffffffb3!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerCardLink:hover{color:#fff!important;opacity:1!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerDemoLink{color:#ffffff73!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerDemoLink:hover{color:#ffffffe6!important}.Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerThumb{border-color:#ffffff14!important}[data-theme=light] .Services-module__dpHhBa__offerTitle{color:var(--txt1)!important}[data-theme=light] .Services-module__dpHhBa__offerDesc{color:var(--txt2)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerIllust{background:var(--gold-dim)!important;border-color:var(--gold-border)!important;color:var(--gold)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerTech img{opacity:1;filter:none!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__agentMetricNum{color:var(--txt1)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__agentMetricLbl{color:var(--txt2)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__agentAutomBadge{background:unset!important;color:unset!important;border-color:unset!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerCardLink{color:var(--gold)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerDemoLink{color:var(--txt3)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerDemoLink:hover{color:var(--txt1)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__offerThumb{border-color:var(--border)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__agentToggleBtn,[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__questionsToggleBtn{color:var(--txt3)!important;border-color:var(--border)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__agentToggleBtn:hover,[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__questionsToggleBtn:hover{color:var(--txt1)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__beforeCell,[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__afterCell{background:var(--card-badge-bg)!important;border-color:var(--card-badge-border)!important;color:var(--txt2)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__afterCell{border-left-color:var(--gold-border)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__compareLabel{color:var(--txt3)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__afterCell .Services-module__dpHhBa__compareLabel,[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__questionsItem{color:var(--txt2)!important}[data-theme=light] .Services-module__dpHhBa__offerCard .Services-module__dpHhBa__questionsDot{background:var(--txt3)!important}@media (max-width:640px){.Services-module__dpHhBa__chatSearchPanel{border-radius:14px}.Services-module__dpHhBa__chatSearchMessages{max-height:220px}.Services-module__dpHhBa__searchGrid{grid-template-columns:1fr}}
.OfferChatBot-module___84fIW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1100;background:#0a12288c;justify-content:center;align-items:center;padding:24px;animation:.22s both OfferChatBot-module___84fIW__chatFadeIn;display:flex;position:fixed;inset:0}@keyframes OfferChatBot-module___84fIW__chatFadeIn{0%{opacity:0}to{opacity:1}}.OfferChatBot-module___84fIW__chatWindow{background:var(--bg);border:1px solid var(--border);border-radius:24px;flex-direction:column;width:100%;max-width:540px;height:auto;max-height:min(82vh,720px);animation:.32s cubic-bezier(.16,1,.3,1) both OfferChatBot-module___84fIW__chatSlideUp;display:flex;overflow:hidden;box-shadow:0 24px 64px #0a122847,0 4px 16px #0a12281a}@keyframes OfferChatBot-module___84fIW__chatSlideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.OfferChatBot-module___84fIW__overlay{align-items:flex-end;padding:12px}.OfferChatBot-module___84fIW__chatWindow{border-radius:20px 20px 0 0;max-width:100%;max-height:90vh}}.OfferChatBot-module___84fIW__header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.OfferChatBot-module___84fIW__headerLeft{align-items:center;gap:10px;display:flex}.OfferChatBot-module___84fIW__botAvatar{background:var(--gold-dim);border:1px solid var(--gold-border);width:34px;height:34px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;animation:2.5s ease-in-out infinite OfferChatBot-module___84fIW__avatarPulse;display:flex}@keyframes OfferChatBot-module___84fIW__avatarPulse{0%,to{box-shadow:0 0 0 0 var(--gold-dim)}50%{box-shadow:0 0 0 4px #0000}}.OfferChatBot-module___84fIW__headerTitle{font-family:var(--font-mono);letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);font-size:.68rem;font-weight:700}.OfferChatBot-module___84fIW__headerSub{color:var(--txt3);font-size:.64rem;font-family:var(--font-mono);margin-top:2px}.OfferChatBot-module___84fIW__closeBtn{border:1px solid var(--border);width:30px;height:30px;color:var(--txt3);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:flex}.OfferChatBot-module___84fIW__closeBtn:hover{border-color:var(--gold-border);color:var(--gold)}.OfferChatBot-module___84fIW__progressBar{background:var(--border);flex-shrink:0;height:2px}.OfferChatBot-module___84fIW__progressFill{background:linear-gradient(90deg,var(--gold),#fff8d6);border-radius:0 2px 2px 0;height:100%;transition:width .5s cubic-bezier(.34,1.2,.64,1)}.OfferChatBot-module___84fIW__messages{scrollbar-width:thin;scrollbar-color:var(--border)transparent;flex-direction:column;flex:1;gap:12px;padding:24px 24px 10px;display:flex;overflow-y:auto}.OfferChatBot-module___84fIW__messages::-webkit-scrollbar{width:4px}.OfferChatBot-module___84fIW__messages::-webkit-scrollbar-track{background:0 0}.OfferChatBot-module___84fIW__messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.OfferChatBot-module___84fIW__message{align-items:flex-end;gap:7px;animation:.28s cubic-bezier(.16,1,.3,1) both OfferChatBot-module___84fIW__msgIn;display:flex}@keyframes OfferChatBot-module___84fIW__msgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.OfferChatBot-module___84fIW__msgBot{justify-content:flex-start}.OfferChatBot-module___84fIW__msgUser{justify-content:flex-end}.OfferChatBot-module___84fIW__msgAvatar{background:var(--gold-dim);border:1px solid var(--gold-border);width:24px;height:24px;color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.OfferChatBot-module___84fIW__bubble{max-width:82%;color:var(--txt1);border-radius:16px;padding:9px 13px;font-size:.858rem;line-height:1.55}.OfferChatBot-module___84fIW__msgBot .OfferChatBot-module___84fIW__bubble{background:var(--card);border:1px solid var(--border);border-bottom-left-radius:4px}.OfferChatBot-module___84fIW__msgUser .OfferChatBot-module___84fIW__bubble{background:var(--gold-dim);border:1px solid var(--gold-border);color:var(--txt1);border-bottom-right-radius:4px}.OfferChatBot-module___84fIW__typingBubble{align-items:center;gap:4px;padding:12px 14px;display:flex}.OfferChatBot-module___84fIW__typingBubble span{background:var(--txt3);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite OfferChatBot-module___84fIW__typingDot}.OfferChatBot-module___84fIW__typingBubble span:nth-child(2){animation-delay:.2s}.OfferChatBot-module___84fIW__typingBubble span:nth-child(3){animation-delay:.4s}@keyframes OfferChatBot-module___84fIW__typingDot{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.OfferChatBot-module___84fIW__inputRow{border-top:1px solid var(--border);flex-shrink:0;align-items:center;gap:6px;padding:12px 16px;display:flex}.OfferChatBot-module___84fIW__chatInput{background:var(--card);border:1px solid var(--border);color:var(--txt1);font-size:.875rem;font-family:var(--font-sans);border-radius:100px;outline:none;flex:1;min-width:0;padding:9px 15px;transition:border-color .2s}.OfferChatBot-module___84fIW__chatInput:focus{border-color:var(--gold-border)}.OfferChatBot-module___84fIW__chatInput::placeholder{color:var(--txt3)}.OfferChatBot-module___84fIW__sendBtn{background:var(--gold);color:#04080f;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .2s,transform .2s;display:flex}.OfferChatBot-module___84fIW__sendBtn:hover:not(:disabled){opacity:.88;transform:scale(1.07)}.OfferChatBot-module___84fIW__sendBtn:disabled{opacity:.32;cursor:default}.OfferChatBot-module___84fIW__skipQBtn{border:1px solid var(--border);width:34px;height:34px;color:var(--txt3);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .2s,color .2s;display:flex}.OfferChatBot-module___84fIW__skipQBtn:hover{border-color:var(--gold-border);color:var(--gold)}.OfferChatBot-module___84fIW__skipAllBtn{text-align:center;width:100%;color:var(--txt3);font-size:.68rem;font-family:var(--font-mono);letter-spacing:.5px;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:8px 16px 10px;transition:color .2s;display:block}.OfferChatBot-module___84fIW__skipAllBtn:hover{color:var(--txt2)}.OfferChatBot-module___84fIW__actions{border-top:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:8px;padding:14px 16px;display:flex}.OfferChatBot-module___84fIW__btnPrimary{background:var(--gold);color:#04080f;font-family:var(--font-sans);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:700;transition:opacity .2s,transform .2s;display:flex}.OfferChatBot-module___84fIW__btnPrimary:hover{opacity:.88;transform:translateY(-2px)}.OfferChatBot-module___84fIW__btnGhost{border:1px solid var(--border);color:var(--txt2);cursor:pointer;font-size:.84rem;font-family:var(--font-sans);background:0 0;border-radius:8px;padding:10px 24px;transition:border-color .2s,color .2s}.OfferChatBot-module___84fIW__btnGhost:hover{border-color:var(--gold-border);color:var(--gold)}@media (max-width:520px){.OfferChatBot-module___84fIW__chatWindow{border-left:none;border-right:none}.OfferChatBot-module___84fIW__messages{padding:16px 16px 8px}}
.ServiceCartPanel-module__83KEQG__panel{z-index:8998;border:1px solid var(--gold-border);background:var(--bg2);opacity:0;pointer-events:none;border-radius:16px;flex-direction:column;width:320px;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:204px;right:28px;overflow:hidden;transform:translateY(16px)scale(.97);box-shadow:0 0 48px #d4af371f,0 16px 48px #0006}.ServiceCartPanel-module__83KEQG__panelOpen{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ServiceCartPanel-module__83KEQG__header{border-bottom:1px solid var(--border);background:var(--bg3);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.ServiceCartPanel-module__83KEQG__headerLeft{color:var(--gold);align-items:center;gap:8px;display:flex}.ServiceCartPanel-module__83KEQG__headerTitle{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--txt2);font-size:.72rem}.ServiceCartPanel-module__83KEQG__count{font-family:var(--font-mono);background:var(--gold-dim);color:var(--gold);border:1px solid var(--gold-border);letter-spacing:.05em;border-radius:100px;padding:1px 7px;font-size:.65rem}.ServiceCartPanel-module__83KEQG__closeBtn{background:var(--card);border:1px solid var(--border);width:26px;height:26px;color:var(--txt3);cursor:pointer;transition:var(--tr);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ServiceCartPanel-module__83KEQG__closeBtn:hover{border-color:var(--gold-border);color:var(--gold);background:var(--gold-dim)}.ServiceCartPanel-module__83KEQG__body{flex:1;max-height:260px;padding:8px 0;overflow-y:auto}.ServiceCartPanel-module__83KEQG__body::-webkit-scrollbar{width:3px}.ServiceCartPanel-module__83KEQG__body::-webkit-scrollbar-track{background:0 0}.ServiceCartPanel-module__83KEQG__body::-webkit-scrollbar-thumb{background:var(--txt3);border-radius:2px}.ServiceCartPanel-module__83KEQG__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 20px;display:flex}.ServiceCartPanel-module__83KEQG__emptyIcon{color:var(--txt3);opacity:.5}.ServiceCartPanel-module__83KEQG__emptyText{color:var(--txt2);margin:0;font-size:.85rem;font-weight:600}.ServiceCartPanel-module__83KEQG__emptySub{color:var(--txt3);margin:0;font-size:.75rem}.ServiceCartPanel-module__83KEQG__list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.ServiceCartPanel-module__83KEQG__item{justify-content:space-between;align-items:center;gap:10px;padding:9px 16px;transition:background .15s;display:flex}.ServiceCartPanel-module__83KEQG__item:hover{background:var(--card)}.ServiceCartPanel-module__83KEQG__itemInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ServiceCartPanel-module__83KEQG__itemCategory{color:var(--gold);font-size:.63rem;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ServiceCartPanel-module__83KEQG__itemTitle{color:var(--txt1);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:500;overflow:hidden}.ServiceCartPanel-module__83KEQG__removeBtn{border:1px solid var(--border);width:22px;height:22px;color:var(--txt3);cursor:pointer;transition:var(--tr);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ServiceCartPanel-module__83KEQG__removeBtn:hover{color:#f87171;background:#f871711f;border-color:#f8717166}.ServiceCartPanel-module__83KEQG__footer{border-top:1px solid var(--border);background:var(--bg3);flex-shrink:0;padding:12px 16px}.ServiceCartPanel-module__83KEQG__validateBtn{background:var(--gold);width:100%;color:var(--bg);font-size:.82rem;font-weight:700;font-family:var(--font-mono);letter-spacing:.04em;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;transition:opacity .2s,transform .2s,box-shadow .2s;display:flex}.ServiceCartPanel-module__83KEQG__validateBtn:hover{opacity:.9;box-shadow:0 6px 20px var(--gold-glow);transform:translateY(-1px)}.ServiceCartPanel-module__83KEQG__validateBtn:active{opacity:1;transform:translateY(0)}@media (max-width:480px){.ServiceCartPanel-module__83KEQG__panel{width:calc(100vw - 32px);bottom:182px;right:16px}}
.DemoApps-module__FdrDCW__demo{background:var(--bg);padding:120px 48px;position:relative}.DemoApps-module__FdrDCW__sectionTag{font-family:var(--font-mono);letter-spacing:4px;text-transform:uppercase;color:var(--gold);align-items:center;gap:12px;margin-bottom:16px;font-size:.72rem;display:flex}.DemoApps-module__FdrDCW__sectionTagLine{background:var(--gold);width:32px;height:1px}.DemoApps-module__FdrDCW__sectionTitle{font-family:var(--font-serif);color:var(--txt1);max-width:700px;margin-bottom:16px;font-size:clamp(2.4rem,5vw,4rem);font-weight:500;line-height:1.1}.DemoApps-module__FdrDCW__sectionTitle em{color:var(--gold);font-style:italic}.DemoApps-module__FdrDCW__sectionDesc{color:var(--txt2);max-width:560px;margin-bottom:72px;font-size:1.05rem;line-height:1.7}.DemoApps-module__FdrDCW__grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.DemoApps-module__FdrDCW__card{background:var(--card);border:1px solid var(--border);transform-style:preserve-3d;cursor:pointer;box-shadow:var(--card-sh);border-radius:20px;transition:transform .4s cubic-bezier(.34,1.2,.64,1),box-shadow .4s,border-color .25s;position:relative;overflow:hidden}.DemoApps-module__FdrDCW__card:hover{border-color:var(--gold-border);box-shadow:var(--card-sh-h),0 0 0 1px var(--gold-border);transform:translateY(-10px)rotate(-1deg)scale(1.02)}.DemoApps-module__FdrDCW__card:active{transition:transform .12s;transform:translateY(-4px)rotate(.5deg)scale(.99)}.DemoApps-module__FdrDCW__cardPreview{background:var(--bg2);width:100%;height:220px;position:relative;overflow:hidden}.DemoApps-module__FdrDCW__browserChrome{background:var(--bg3);border-bottom:1px solid var(--border);flex-direction:column;width:100%;height:100%;display:flex}.DemoApps-module__FdrDCW__browserBar{background:var(--bg3);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:10px;padding:7px 12px;display:flex}.DemoApps-module__FdrDCW__browserDots{flex-shrink:0;align-items:center;gap:5px;display:flex}.DemoApps-module__FdrDCW__dotRed,.DemoApps-module__FdrDCW__dotYellow,.DemoApps-module__FdrDCW__dotGreen{border-radius:50%;width:9px;height:9px}.DemoApps-module__FdrDCW__dotRed{background:#ff5f57}.DemoApps-module__FdrDCW__dotYellow{background:#febc2e}.DemoApps-module__FdrDCW__dotGreen{background:#28c840}.DemoApps-module__FdrDCW__browserUrl{background:var(--bg2);border:1px solid var(--border);font-family:var(--font-mono);color:var(--txt3);white-space:nowrap;text-overflow:ellipsis;border-radius:4px;flex:1;padding:3px 10px;font-size:.6rem;overflow:hidden}.DemoApps-module__FdrDCW__browserContent{flex:1;position:relative;overflow:hidden}.DemoApps-module__FdrDCW__screenshotImg{object-fit:cover;object-position:top;filter:blur(1.6px)saturate(1.08);width:100%;height:100%;transition:filter .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);display:block}.DemoApps-module__FdrDCW__card:hover .DemoApps-module__FdrDCW__screenshotImg{filter:blur()saturate();transform:scale(1.03)}.DemoApps-module__FdrDCW__liveBadge{border:1px solid var(--gold-border);font-family:var(--font-mono);color:var(--gold);letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#04080fcc;border-radius:100px;align-items:center;gap:6px;padding:4px 10px;font-size:.62rem;display:flex;position:absolute;top:12px;right:12px}.DemoApps-module__FdrDCW__liveDot{background:var(--green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite DemoApps-module__FdrDCW__pulseLive}.DemoApps-module__FdrDCW__cardBody{padding:28px 32px}.DemoApps-module__FdrDCW__cardStack{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.DemoApps-module__FdrDCW__stackBadge{font-family:var(--font-mono);color:var(--blue);letter-spacing:.5px;background:#5b9cf614;border:1px solid #5b9cf626;border-radius:100px;padding:2px 8px;font-size:.6rem}.DemoApps-module__FdrDCW__cardTitle{font-family:var(--font-serif);color:var(--txt1);margin-bottom:10px;font-size:1.5rem;font-weight:600;line-height:1.2}.DemoApps-module__FdrDCW__cardDesc{color:var(--txt2);margin-bottom:20px;font-size:.88rem;line-height:1.65}.DemoApps-module__FdrDCW__cardFeatures{flex-direction:column;gap:6px;margin-bottom:24px;display:flex}.DemoApps-module__FdrDCW__feature{color:var(--txt2);align-items:flex-start;gap:8px;font-size:.82rem;display:flex}.DemoApps-module__FdrDCW__featureCheck{color:var(--gold);flex-shrink:0;margin-top:2px;font-size:.8rem}.DemoApps-module__FdrDCW__cardActions{gap:10px;display:flex}.DemoApps-module__FdrDCW__btnDemo{background:var(--gold);color:var(--bg);transition:var(--tr);border-radius:4px;align-items:center;gap:6px;padding:10px 20px;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.DemoApps-module__FdrDCW__btnDemo:hover{opacity:.9;box-shadow:0 8px 24px var(--gold-glow);transform:translateY(-2px)}.DemoApps-module__FdrDCW__btnMore{border:1px solid var(--border);color:var(--txt2);transition:var(--tr);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:6px;padding:10px 18px;font-size:.82rem;display:inline-flex}.DemoApps-module__FdrDCW__btnMore:hover{border-color:var(--gold-border);color:var(--gold)}.DemoApps-module__FdrDCW__modalOverlay{z-index:5000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#04080feb;justify-content:center;align-items:center;padding:24px;animation:.2s DemoApps-module__FdrDCW__fadeIn;display:flex;position:fixed;inset:0}.DemoApps-module__FdrDCW__modal{background:var(--bg2);border:1px solid var(--gold-border);border-radius:12px;width:100%;max-width:760px;max-height:90vh;padding:40px;animation:.3s DemoApps-module__FdrDCW__slideUp;position:relative;overflow-y:auto}.DemoApps-module__FdrDCW__modalClose{color:var(--txt2);cursor:pointer;transition:var(--tr);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;display:flex;position:absolute;top:16px;right:20px}.DemoApps-module__FdrDCW__modalClose:hover{color:var(--gold);background:var(--gold-dim)}.DemoApps-module__FdrDCW__modalTitle{font-family:var(--font-serif);color:var(--txt1);margin-bottom:16px;font-size:2rem;font-weight:600}.DemoApps-module__FdrDCW__modalDesc{color:var(--txt2);margin-bottom:24px;font-size:.92rem;line-height:1.7}.DemoApps-module__FdrDCW__modalSectionTitle{font-family:var(--font-mono);letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:.68rem}.DemoApps-module__FdrDCW__modalFeatureList{flex-direction:column;gap:8px;margin-bottom:28px;display:flex}.DemoApps-module__FdrDCW__modalFeature{color:var(--txt2);align-items:flex-start;gap:10px;font-size:.9rem;line-height:1.5;display:flex}.DemoApps-module__FdrDCW__modalFeatureIcon{color:var(--gold);flex-shrink:0;margin-top:2px}.DemoApps-module__FdrDCW__modalLink{background:var(--gold);color:var(--bg);transition:var(--tr);border-radius:4px;align-items:center;gap:8px;padding:14px 28px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.DemoApps-module__FdrDCW__modalLink:hover{opacity:.9;box-shadow:0 12px 32px var(--gold-glow);transform:translateY(-2px)}.DemoApps-module__FdrDCW__subHeader{align-items:center;gap:16px;margin-top:16px;margin-bottom:32px;display:flex}.DemoApps-module__FdrDCW__subLabel{font-family:var(--font-mono);letter-spacing:3px;text-transform:uppercase;color:var(--gold);white-space:nowrap;font-size:.68rem}.DemoApps-module__FdrDCW__subLine{background:linear-gradient(90deg,var(--gold-border),transparent);flex:1;height:1px}.DemoApps-module__FdrDCW__gridOffers{grid-template-columns:repeat(3,1fr)}.DemoApps-module__FdrDCW__marquee{width:100%;margin:72px 0 88px;padding:12px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.DemoApps-module__FdrDCW__marqueeTrack{gap:36px;width:max-content;animation:32s linear infinite DemoApps-module__FdrDCW__bubbleScroll;display:flex}.DemoApps-module__FdrDCW__marquee:hover .DemoApps-module__FdrDCW__marqueeTrack{animation-play-state:paused}@keyframes DemoApps-module__FdrDCW__bubbleScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.DemoApps-module__FdrDCW__bubble{background:linear-gradient(135deg,var(--card)0%,var(--bg2)100%);border:1px solid var(--border);width:124px;height:124px;color:var(--txt1);border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;text-decoration:none;transition:transform .25s cubic-bezier(.22,1,.36,1),border-color .25s,box-shadow .25s,background .25s;display:flex;position:relative;box-shadow:0 4px 14px #0000002e}.DemoApps-module__FdrDCW__bubble:hover{border-color:var(--gold-border);box-shadow:0 12px 28px #00000042,0 0 0 1px var(--gold-border);background:linear-gradient(135deg,var(--card-h,var(--card))0%,var(--bg2)100%);transform:translateY(-4px)scale(1.04)}.DemoApps-module__FdrDCW__bubbleName{font-family:var(--font-display);letter-spacing:-.3px;text-align:center;color:var(--txt1);padding:0 10px;font-size:.86rem;font-weight:600;line-height:1.15}.DemoApps-module__FdrDCW__bubbleWithLogo{background:#fff;border-color:#e8e2d5}[data-theme=dark] .DemoApps-module__FdrDCW__bubbleWithLogo{background:#fff;border-color:#ffffff2e}.DemoApps-module__FdrDCW__bubbleLogo{object-fit:contain;width:86%;height:86%;display:block}@media (max-width:640px){.DemoApps-module__FdrDCW__bubble{width:96px;height:96px}.DemoApps-module__FdrDCW__bubbleIcon{font-size:1.3rem}.DemoApps-module__FdrDCW__bubbleName{font-size:.7rem}.DemoApps-module__FdrDCW__marqueeTrack{gap:22px;animation-duration:26s}}.DemoApps-module__FdrDCW__catBadge{font-family:var(--font-mono);letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#04080fbf;border-radius:100px;padding:3px 9px;font-size:.58rem;position:absolute;bottom:10px;left:12px}.DemoApps-module__FdrDCW__comingRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:56px;display:flex}.DemoApps-module__FdrDCW__comingRow p{color:var(--txt2);margin:0;font-size:.88rem}.DemoApps-module__FdrDCW__comingBadge{font-family:var(--font-mono);letter-spacing:2px;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-border);background:var(--gold-dim);border-radius:100px;padding:4px 14px;font-size:.62rem}@keyframes DemoApps-module__FdrDCW__pulseLive{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}@keyframes DemoApps-module__FdrDCW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes DemoApps-module__FdrDCW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.DemoApps-module__FdrDCW__gridOffers{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.DemoApps-module__FdrDCW__grid{grid-template-columns:1fr}.DemoApps-module__FdrDCW__gridOffers{grid-template-columns:repeat(2,1fr)}.DemoApps-module__FdrDCW__demo{padding:80px 28px}}@media (max-width:640px){.DemoApps-module__FdrDCW__demo{padding:64px 20px}.DemoApps-module__FdrDCW__cardBody{padding:20px}.DemoApps-module__FdrDCW__modal{padding:24px}.DemoApps-module__FdrDCW__gridOffers{grid-template-columns:1fr}}
.ContactModal-module__M_UpNq__overlay{z-index:6000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#04080fd9;justify-content:center;align-items:center;padding:24px;animation:.18s ContactModal-module__M_UpNq__fadeIn;display:flex;position:fixed;inset:0}.ContactModal-module__M_UpNq__modal{background:var(--bg2);border:1px solid var(--gold-border);border-radius:16px;width:100%;max-width:420px;padding:36px 32px 28px;animation:.22s ContactModal-module__M_UpNq__slideUp;position:relative}.ContactModal-module__M_UpNq__close{color:var(--txt3);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.4rem;line-height:1;transition:color .2s;display:flex;position:absolute;top:14px;right:18px}.ContactModal-module__M_UpNq__close:hover{color:var(--gold)}.ContactModal-module__M_UpNq__title{font-family:var(--font-serif);color:var(--txt1);text-align:center;margin:0 0 24px;font-size:1.15rem;font-weight:600;line-height:1.35}.ContactModal-module__M_UpNq__options{flex-direction:column;gap:0;display:flex}.ContactModal-module__M_UpNq__option{border:1px solid var(--border);background:var(--bg3);cursor:pointer;border-radius:12px;align-items:center;gap:14px;padding:16px 18px;text-decoration:none;transition:border-color .2s,background .2s,transform .2s;display:flex}.ContactModal-module__M_UpNq__option:hover{border-color:var(--gold-border);background:var(--gold-dim);transform:translateY(-2px)}.ContactModal-module__M_UpNq__optionWa{border-color:#25d36640}.ContactModal-module__M_UpNq__optionWa:hover{color:#25d366;background:#25d3660f;border-color:#25d36699}.ContactModal-module__M_UpNq__optionIcon{background:var(--bg2);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.4rem;display:flex}.ContactModal-module__M_UpNq__optionWa .ContactModal-module__M_UpNq__optionIcon{color:#25d366}.ContactModal-module__M_UpNq__optionLabel{color:var(--txt1);margin-bottom:2px;font-size:.95rem;font-weight:700}.ContactModal-module__M_UpNq__optionDesc{color:var(--txt3);font-size:.78rem;line-height:1.4}.ContactModal-module__M_UpNq__arrow{color:var(--txt3);margin-left:auto;font-size:1rem;transition:color .2s,transform .2s}.ContactModal-module__M_UpNq__option:hover .ContactModal-module__M_UpNq__arrow{color:var(--gold);transform:translate(3px)}.ContactModal-module__M_UpNq__optionWa:hover .ContactModal-module__M_UpNq__arrow{color:#25d366}.ContactModal-module__M_UpNq__divider{text-align:center;color:var(--txt3);font-size:.72rem;font-family:var(--font-mono);letter-spacing:2px;text-transform:uppercase;padding:10px 0}@keyframes ContactModal-module__M_UpNq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ContactModal-module__M_UpNq__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.ChatBot-module__yzLOMW__floatBtn{z-index:9000;background:var(--gold);color:var(--bg);cursor:pointer;box-shadow:0 4px 24px var(--gold-glow),0 0 0 0 var(--gold-glow);border:none;border-radius:50px;align-items:center;gap:8px;padding:12px 20px;font-weight:700;transition:background .25s,box-shadow .25s,transform .2s;display:flex;position:fixed;bottom:28px;right:28px}.ChatBot-module__yzLOMW__floatBtn:hover{box-shadow:0 8px 32px var(--gold-glow),0 0 0 4px var(--gold-dim);transform:translateY(-2px)}.ChatBot-module__yzLOMW__floatBtn:active{transform:translateY(0)}.ChatBot-module__yzLOMW__floatBtnOpen{background:var(--bg3);color:var(--txt1);border:1px solid var(--border);padding:12px;box-shadow:0 4px 16px #0006}.ChatBot-module__yzLOMW__floatBtnOpen:hover{background:var(--card);box-shadow:0 6px 20px #00000080}.ChatBot-module__yzLOMW__floatLabel{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}.ChatBot-module__yzLOMW__panel{z-index:8999;border:1px solid var(--gold-border);background:var(--bg2);width:420px;box-shadow:0 0 60px var(--gold-glow);opacity:0;pointer-events:none;border-radius:16px;flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:90px;right:28px;overflow:hidden;transform:translateY(20px)scale(.97)}.ChatBot-module__yzLOMW__panelOpen{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ChatBot-module__yzLOMW__panelFullscreen{border:none;border-radius:0;width:100vw;height:100vh;max-height:none;bottom:0;right:0}.ChatBot-module__yzLOMW__chatHeader{border-bottom:1px solid var(--border);background:var(--bg3);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.ChatBot-module__yzLOMW__chatStatus{font-family:var(--font-mono);letter-spacing:2px;color:var(--txt2);text-transform:uppercase;align-items:center;gap:8px;font-size:.72rem;display:flex}.ChatBot-module__yzLOMW__headerRight{align-items:center;gap:8px;display:flex}.ChatBot-module__yzLOMW__expandBtn{background:var(--card);border:1px solid var(--border);width:28px;height:28px;color:var(--txt3);cursor:pointer;transition:var(--tr);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatBot-module__yzLOMW__expandBtn:hover{border-color:var(--gold-border);color:var(--gold);background:var(--gold-dim)}.ChatBot-module__yzLOMW__statusDot{background:var(--green);width:8px;height:8px;box-shadow:0 0 8px var(--green);border-radius:50%;animation:2s infinite ChatBot-module__yzLOMW__pulse}@keyframes ChatBot-module__yzLOMW__pulse{0%,to{opacity:1}50%{opacity:.5}}.ChatBot-module__yzLOMW__modelSelect{font-family:var(--font-mono);color:var(--txt2);background:var(--card);border:1px solid var(--border);cursor:pointer;transition:var(--tr);border-radius:6px;outline:none;padding:5px 10px;font-size:.65rem}.ChatBot-module__yzLOMW__modelSelect:hover,.ChatBot-module__yzLOMW__modelSelect:focus{border-color:var(--gold-border);color:var(--gold)}.ChatBot-module__yzLOMW__messages{scroll-behavior:smooth;flex-direction:column;flex-shrink:0;gap:14px;height:340px;padding:20px 16px;display:flex;overflow-y:auto}.ChatBot-module__yzLOMW__panelFullscreen .ChatBot-module__yzLOMW__messages{flex:1;height:calc(100vh - 220px)}.ChatBot-module__yzLOMW__messages::-webkit-scrollbar{width:4px}.ChatBot-module__yzLOMW__messages::-webkit-scrollbar-track{background:0 0}.ChatBot-module__yzLOMW__messages::-webkit-scrollbar-thumb{background:var(--txt3);border-radius:2px}.ChatBot-module__yzLOMW__bubble{align-items:flex-start;gap:10px;max-width:90%;animation:.2s ChatBot-module__yzLOMW__fadeInUp;display:flex}.ChatBot-module__yzLOMW__bubble.ChatBot-module__yzLOMW__user{flex-direction:row-reverse;align-self:flex-end}.ChatBot-module__yzLOMW__bubble.ChatBot-module__yzLOMW__assistant{align-self:flex-start}.ChatBot-module__yzLOMW__avatar{background:var(--gold-dim);border:1px solid var(--gold-border);width:30px;height:30px;font-family:var(--font-mono);color:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.68rem;font-weight:700;display:flex}.ChatBot-module__yzLOMW__bubbleContent{border-radius:12px;max-width:100%;padding:10px 14px;font-size:.875rem;line-height:1.65}.ChatBot-module__yzLOMW__bubble.ChatBot-module__yzLOMW__assistant .ChatBot-module__yzLOMW__bubbleContent{background:var(--card);border:1px solid var(--border);color:var(--txt1);border-radius:4px 12px 12px}.ChatBot-module__yzLOMW__bubble.ChatBot-module__yzLOMW__user .ChatBot-module__yzLOMW__bubbleContent{background:var(--gold-dim);border:1px solid var(--gold-border);color:var(--txt1);border-radius:12px 4px 12px 12px}.ChatBot-module__yzLOMW__cursor{color:var(--gold);margin-left:2px;animation:1s step-end infinite ChatBot-module__yzLOMW__blink}@keyframes ChatBot-module__yzLOMW__blink{0%,to{opacity:1}50%{opacity:0}}.ChatBot-module__yzLOMW__thinking{background:var(--card);border:1px solid var(--border);border-radius:4px 12px 12px;align-items:center;gap:5px;padding:12px 14px;display:flex}.ChatBot-module__yzLOMW__thinking span{background:var(--gold);border-radius:50%;width:6px;height:6px;animation:1.2s infinite ChatBot-module__yzLOMW__bounce}.ChatBot-module__yzLOMW__thinking span:nth-child(2){animation-delay:.2s}.ChatBot-module__yzLOMW__thinking span:nth-child(3){animation-delay:.4s}@keyframes ChatBot-module__yzLOMW__bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}@keyframes ChatBot-module__yzLOMW__fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ChatBot-module__yzLOMW__suggestions{border-top:1px solid var(--border);background:var(--bg3);flex-shrink:0;padding:12px 16px}.ChatBot-module__yzLOMW__suggestionsLabel{font-family:var(--font-mono);letter-spacing:2px;text-transform:uppercase;color:var(--txt3);margin-bottom:8px;font-size:.6rem}.ChatBot-module__yzLOMW__suggestionChips{flex-wrap:wrap;gap:6px;display:flex}.ChatBot-module__yzLOMW__chip{background:var(--card);border:1px solid var(--border);color:var(--txt2);cursor:pointer;transition:var(--tr);text-align:left;font-size:.75rem;font-family:var(--font-sans);border-radius:100px;padding:5px 12px}.ChatBot-module__yzLOMW__chip:hover{border-color:var(--gold-border);color:var(--gold);background:var(--gold-dim)}.ChatBot-module__yzLOMW__inputRow{border-top:1px solid var(--border);background:var(--bg3);flex-shrink:0;align-items:flex-end;gap:10px;padding:12px 14px;display:flex}.ChatBot-module__yzLOMW__input{background:var(--card);border:1px solid var(--border);font-family:var(--font-sans);color:var(--txt1);resize:none;transition:var(--tr);border-radius:8px;outline:none;flex:1;max-height:100px;padding:9px 13px;font-size:.875rem;line-height:1.5}.ChatBot-module__yzLOMW__input::placeholder{color:var(--txt3)}.ChatBot-module__yzLOMW__input:focus{border-color:var(--gold-border)}.ChatBot-module__yzLOMW__input:disabled{opacity:.6}.ChatBot-module__yzLOMW__sendBtn{background:var(--gold);width:38px;height:38px;color:var(--bg);transition:var(--tr);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ChatBot-module__yzLOMW__sendBtn:hover:not(:disabled){opacity:.85;box-shadow:0 6px 20px var(--gold-glow);transform:translateY(-2px)}.ChatBot-module__yzLOMW__sendBtn:disabled{opacity:.4;cursor:not-allowed}@media (max-width:480px){.ChatBot-module__yzLOMW__floatBtn{bottom:16px;right:16px}.ChatBot-module__yzLOMW__panel{width:calc(100vw - 32px);bottom:80px;right:16px}.ChatBot-module__yzLOMW__messages{height:300px}.ChatBot-module__yzLOMW__suggestionChips{flex-direction:column}}
.HeroSlider-module__AAVTfG__slider{width:100%;max-width:1400px;margin:0 auto;padding:0 0 40px;position:relative}.HeroSlider-module__AAVTfG__slideGrid{justify-content:center;align-items:center;min-height:460px;padding:32px 24px 40px;display:flex;position:relative}.HeroSlider-module__AAVTfG__slideContent{z-index:2;text-align:center;max-width:760px;margin:0 auto;animation:.65s cubic-bezier(.16,1,.3,1) both HeroSlider-module__AAVTfG__heroContentIn;position:relative}.HeroSlider-module__AAVTfG__slideTag{font-family:var(--font-mono);letter-spacing:2px;text-transform:uppercase;border:1px solid;border-radius:100px;margin-bottom:20px;padding:6px 14px;font-size:.7rem;display:inline-flex}.HeroSlider-module__AAVTfG__slideHeadline{font-family:var(--font-display);color:var(--txt1);letter-spacing:-1.5px;margin-bottom:24px;font-size:clamp(2.8rem,5.5vw,4.6rem);font-weight:600;line-height:1.05}.HeroSlider-module__AAVTfG__slideHeadline em{font-family:var(--font-serif);font-style:italic;font-weight:400}.HeroSlider-module__AAVTfG__slideSub{color:var(--txt2);max-width:560px;margin:0 auto 36px;font-size:1.15rem;font-weight:500;line-height:1.7}.HeroSlider-module__AAVTfG__slideActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.HeroSlider-module__AAVTfG__btnPrimary{color:#04080f;transition:var(--tr);cursor:pointer;border:none;border-radius:4px;padding:14px 28px;font-size:.9rem;font-weight:700}.HeroSlider-module__AAVTfG__btnPrimary:hover{opacity:.88;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.HeroSlider-module__AAVTfG__btnSecondary{border:1px solid var(--border);color:var(--txt2);transition:var(--tr);border-radius:4px;padding:13px 24px;font-size:.9rem;text-decoration:none;display:inline-block}.HeroSlider-module__AAVTfG__btnSecondary:hover{border-color:var(--gold-border);color:var(--gold);background:var(--gold-dim)}.HeroSlider-module__AAVTfG__illustWrap{opacity:.55;z-index:0;pointer-events:none;justify-content:center;align-items:center;width:220px;max-width:22vw;height:220px;max-height:22vw;margin:0;animation:.8s cubic-bezier(.16,1,.3,1) .1s both HeroSlider-module__AAVTfG__heroIllustIn;display:flex;position:absolute;top:22%;left:auto;right:6%;transform:translateY(-50%)}@media (max-width:768px){.HeroSlider-module__AAVTfG__illustWrap{opacity:.3;width:160px;height:160px;top:18%;right:-4%}}@keyframes HeroSlider-module__AAVTfG__heroIllustIn{0%{opacity:0;transform:scale(.9)translate(24px)}to{opacity:1;transform:scale(1)translate(0)}}@keyframes HeroSlider-module__AAVTfG__orbReveal{0%{opacity:0;transform:scale(1.18)}to{opacity:1;transform:scale(1)}}.HeroSlider-module__AAVTfG__revealFirst{animation:.7s cubic-bezier(.16,1,.3,1) 50ms both HeroSlider-module__AAVTfG__orbReveal}.HeroSlider-module__AAVTfG__revealSecond{animation:.7s cubic-bezier(.16,1,.3,1) .22s both HeroSlider-module__AAVTfG__orbReveal}.HeroSlider-module__AAVTfG__revealThird{animation:.7s cubic-bezier(.16,1,.3,1) .4s both HeroSlider-module__AAVTfG__orbReveal}.HeroSlider-module__AAVTfG__revealLast{animation:.8s cubic-bezier(.34,1.3,.64,1) 1.05s both HeroSlider-module__AAVTfG__orbReveal,3s ease-in-out 1.85s infinite HeroSlider-module__AAVTfG__illustPulse}.HeroSlider-module__AAVTfG__illustOrb{filter:blur(70px);opacity:0;border-radius:50%;width:320px;height:320px;animation:1s 50ms both HeroSlider-module__AAVTfG__orbReveal;position:absolute}.HeroSlider-module__AAVTfG__illustRing{border:1px solid;border-radius:50%;width:270px;height:270px;position:absolute}.HeroSlider-module__AAVTfG__illustRing2{border:1px dashed;border-radius:50%;width:360px;height:360px;position:absolute}.HeroSlider-module__AAVTfG__illustRing2.HeroSlider-module__AAVTfG__revealSecond{animation:.7s cubic-bezier(.16,1,.3,1) .22s both HeroSlider-module__AAVTfG__orbReveal,28s linear .92s infinite HeroSlider-module__AAVTfG__spinRingSlide}.HeroSlider-module__AAVTfG__illustRing3{border:1px dotted;border-radius:50%;width:444px;height:444px;position:absolute}.HeroSlider-module__AAVTfG__illustRing3.HeroSlider-module__AAVTfG__revealFirst{animation:.7s cubic-bezier(.16,1,.3,1) 50ms both HeroSlider-module__AAVTfG__orbReveal,44s linear .75s infinite reverse HeroSlider-module__AAVTfG__spinRingSlide}@keyframes HeroSlider-module__AAVTfG__spinRingSlide{to{transform:rotate(360deg)}}.HeroSlider-module__AAVTfG__illustIconBox{z-index:3;-webkit-backdrop-filter:blur(20px);border-radius:50%;justify-content:center;align-items:center;width:128px;height:128px;display:flex;position:relative}@keyframes HeroSlider-module__AAVTfG__illustPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.HeroSlider-module__AAVTfG__orbitArm{transform-origin:0 0;width:0;height:0;animation:HeroSlider-module__AAVTfG__orbitSpin var(--orbit-period)linear var(--orbit-pre-spin)infinite;z-index:2;position:absolute;top:50%;left:50%}@keyframes HeroSlider-module__AAVTfG__orbitSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.HeroSlider-module__AAVTfG__orbitPlanetWrap{animation:HeroSlider-module__AAVTfG__orbitCounter var(--orbit-period)linear var(--orbit-pre-spin)infinite;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.HeroSlider-module__AAVTfG__orbitPlanetWrap[data-ring="0"]{--orbit-r:135px}.HeroSlider-module__AAVTfG__orbitPlanetWrap[data-ring="1"]{--orbit-r:180px}.HeroSlider-module__AAVTfG__orbitPlanetWrap[data-ring="2"]{--orbit-r:222px}@keyframes HeroSlider-module__AAVTfG__orbitCounter{0%{transform:translateY(calc(-1*var(--orbit-r)))rotate(0deg)}to{transform:translateY(calc(-1*var(--orbit-r)))rotate(-360deg)}}.HeroSlider-module__AAVTfG__orbitPlanet{-webkit-backdrop-filter:blur(14px);opacity:0;animation:HeroSlider-module__AAVTfG__orbitPlanetAppear .65s cubic-bezier(.34,1.3,.64,1)var(--appear-delay)both;cursor:default;border-radius:50%;justify-content:center;align-items:center;transition:transform .35s cubic-bezier(.34,1.3,.64,1),box-shadow .3s;display:flex}.HeroSlider-module__AAVTfG__orbitPlanet:hover{transform:scale(1.28)!important}@keyframes HeroSlider-module__AAVTfG__orbitPlanetAppear{0%{opacity:0;transform:scale(.15)rotate(60deg)}to{opacity:1;transform:scale(1)rotate(0)}}.HeroSlider-module__AAVTfG__illustImg{object-fit:contain;width:100%;height:100%}.HeroSlider-module__AAVTfG__illustDot{border-radius:50%;width:8px;height:8px;animation:3s ease-in-out infinite HeroSlider-module__AAVTfG__illustFloat;position:absolute}.HeroSlider-module__AAVTfG__nav{justify-content:center;align-items:center;gap:16px;display:flex}.HeroSlider-module__AAVTfG__navArrow{background:var(--card);border:1px solid var(--border);width:36px;height:36px;color:var(--txt2);transition:var(--tr);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex}.HeroSlider-module__AAVTfG__navArrow:hover{border-color:var(--gold-border);color:var(--gold);background:var(--gold-dim)}.HeroSlider-module__AAVTfG__dots{align-items:center;gap:8px;display:flex}.HeroSlider-module__AAVTfG__dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .3s}.HeroSlider-module__AAVTfG__dotActive{border-radius:100px;width:20px}.HeroSlider-module__AAVTfG__progressBar{border-radius:2px;height:2px;animation:6s linear forwards HeroSlider-module__AAVTfG__heroProgress;position:absolute;bottom:0;left:0}@keyframes HeroSlider-module__AAVTfG__heroContentIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSlider-module__AAVTfG__illustFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes HeroSlider-module__AAVTfG__heroProgress{0%{width:0%}to{width:100%}}@media (max-width:900px){.HeroSlider-module__AAVTfG__slideGrid{grid-template-columns:1fr;gap:32px}.HeroSlider-module__AAVTfG__illustWrap{width:300px;height:300px}.HeroSlider-module__AAVTfG__illustRing{width:175px;height:175px}.HeroSlider-module__AAVTfG__illustRing2{width:232px;height:232px}.HeroSlider-module__AAVTfG__illustRing3{width:288px;height:288px}.HeroSlider-module__AAVTfG__illustIconBox{width:84px;height:84px}.HeroSlider-module__AAVTfG__orbitPlanetWrap[data-ring="0"]{--orbit-r:88px}.HeroSlider-module__AAVTfG__orbitPlanetWrap[data-ring="1"]{--orbit-r:117px}.HeroSlider-module__AAVTfG__orbitPlanetWrap[data-ring="2"]{--orbit-r:144px}.HeroSlider-module__AAVTfG__slideHeadline{font-size:clamp(1.8rem,5.5vw,2.6rem)}}@media (max-width:640px){.HeroSlider-module__AAVTfG__slider{padding:0 0 48px}.HeroSlider-module__AAVTfG__slideGrid{padding:24px 0}.HeroSlider-module__AAVTfG__slideActions{flex-direction:column;align-items:flex-start}.HeroSlider-module__AAVTfG__illustWrap{display:none}}
.TechMarquee-module__FsrXLG__marquee{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg2);padding:18px 0;position:relative;overflow:hidden}.TechMarquee-module__FsrXLG__marquee:before,.TechMarquee-module__FsrXLG__marquee:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.TechMarquee-module__FsrXLG__marquee:before{background:linear-gradient(to right,var(--bg2),transparent);left:0}.TechMarquee-module__FsrXLG__marquee:after{background:linear-gradient(to left,var(--bg2),transparent);right:0}.TechMarquee-module__FsrXLG__track{will-change:transform;width:max-content;animation:48s linear infinite TechMarquee-module__FsrXLG__techScroll;display:flex}@keyframes TechMarquee-module__FsrXLG__techScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.TechMarquee-module__FsrXLG__item{white-space:nowrap;align-items:center;gap:7px;padding:0 20px;display:flex}.TechMarquee-module__FsrXLG__icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.TechMarquee-module__FsrXLG__label{font-family:var(--font-mono);letter-spacing:1px;color:var(--txt3);white-space:nowrap;font-size:.72rem}.TechMarquee-module__FsrXLG__sep{color:var(--gold);opacity:.6;padding:0 4px;font-size:.45rem}
