*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--sh-landing-p: #6358E8;--sh-landing-p2: #8B80F4;--sh-landing-p3: #C4BFFA;--sh-landing-p4: #ECEAFD;--sh-landing-p5: #F5F4FF;--sh-landing-ink: #1C1917;--sh-landing-ink2: #57534E;--sh-landing-ink3: #A8A29E;--sh-landing-sur: #FFFFFF;--sh-landing-bg: #FAFAF9;--sh-landing-bg2: #F4F2F0;--sh-landing-ln: #E7E5E4;--sh-landing-ln2: #D6D3D1;--sh-landing-ease: cubic-bezier(.16,1,.3,1);--sh-landing-ease2: cubic-bezier(.34,1.56,.64,1);--sh-landing-dur: 7s;--sh-landing-del: 0s}html{scroll-behavior:smooth}.sh-landing-body{font-family:DM Sans,sans-serif;background:var(--sh-landing-bg);color:var(--sh-landing-ink);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-stretch:normal}[data-reveal]{opacity:0;transition:opacity .85s var(--sh-landing-ease),transform .85s var(--sh-landing-ease)}[data-reveal=up]{transform:translateY(48px)}[data-reveal=left]{transform:translate(-48px)}[data-reveal=right]{transform:translate(48px)}[data-reveal=scale]{transform:scale(.9)}[data-reveal=fade]{transform:scale(.97)}[data-reveal].sh-landing-on{opacity:1;transform:none}.sh-landing-cursor{position:fixed;top:0;left:0;z-index:9999;pointer-events:none;mix-blend-mode:multiply}.sh-landing-cursor-dot{width:8px;height:8px;border-radius:50%;background:var(--sh-landing-p);position:absolute;transform:translate(-50%,-50%);transition:width .3s,height .3s}.sh-landing-cursor-ring{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--sh-landing-p);opacity:.5;position:absolute;transform:translate(-50%,-50%);transition:width .4s,height .4s,opacity .3s}.sh-landing-cursor.sh-landing-hover .sh-landing-cursor-dot{width:14px;height:14px}.sh-landing-cursor.sh-landing-hover .sh-landing-cursor-ring{width:56px;height:56px;opacity:.18}@media(pointer:coarse){.sh-landing-cursor{display:none}}.sh-landing-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;padding:13px 28px;position:relative;overflow:hidden;transition:transform .25s var(--sh-landing-ease),box-shadow .25s;white-space:nowrap;border:none;cursor:pointer;font-stretch:normal}.sh-landing-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 38%,rgba(255,255,255,.22) 50%,transparent 62%);transform:translate(-100%);transition:transform .6s var(--sh-landing-ease)}.sh-landing-btn:hover:after{transform:translate(100%)}.sh-landing-btn-icon{width:15px;height:15px;flex-shrink:0}.sh-landing-btn-primary{background:var(--sh-landing-p);color:#fff;box-shadow:0 4px 24px #6358e847;text-decoration:none}.sh-landing-btn-primary:hover{box-shadow:0 8px 40px #6358e866,0 0 0 4px #6358e81a;transform:translateY(-2px)}.sh-landing-btn-secondary{background:var(--sh-landing-sur);color:var(--sh-landing-ink);border:1.5px solid var(--sh-landing-ln2)}.sh-landing-btn-secondary:hover{border-color:var(--sh-landing-p);color:var(--sh-landing-p);transform:translateY(-2px)}.sh-landing-btn-white{background:#fff;color:var(--sh-landing-p);box-shadow:0 4px 24px #00000024;text-decoration:none}.sh-landing-btn-white:hover{box-shadow:0 8px 40px #00000038;transform:translateY(-2px)}.sh-landing-btn-ghost-cta{background:transparent;color:#ffffffd1;border:1.5px solid rgba(255,255,255,.3)}.sh-landing-btn-ghost-cta:hover{border-color:#ffffffb3;color:#fff;transform:translateY(-2px)}.sh-landing-mag{display:inline-block;position:relative}.sh-landing-overline{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--sh-landing-p);display:inline-flex;align-items:center;gap:10px}.sh-landing-overline:before{content:"";display:block;width:24px;height:1.5px;background:var(--sh-landing-p);flex-shrink:0}.sh-landing-overline-center{justify-content:center}.sh-landing-overline-center:before{display:none}.sh-landing-nav{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 52px;transition:background .4s,border-color .4s,box-shadow .4s;border-bottom:1px solid transparent}.sh-landing-nav.sh-header-sticky{position:fixed;top:0;left:0;right:0;z-index:800}.sh-landing-nav.sh-landing-stuck{background:#fafaf9f0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom-color:var(--sh-landing-ln);box-shadow:0 1px 32px #0000000f}.sh-landing-nav-logo{display:flex;align-items:center}.sh-landing-nav-logo-img{width:auto;display:block}.sh-landing-nav-links{display:flex;align-items:center;gap:32px}.sh-landing-nav-link{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:var(--sh-landing-ink2);position:relative;padding-bottom:3px;transition:color .25s;cursor:pointer;background:none;border:none;font-stretch:normal}.sh-landing-nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--sh-landing-p);transition:width .3s var(--sh-landing-ease)}.sh-landing-nav-link:hover{color:var(--sh-landing-p)}.sh-landing-nav-link:hover:after{width:100%}.sh-landing-ham{display:none;flex-direction:column;gap:5px;padding:6px;border-radius:6px;background:transparent;border:none;cursor:pointer;transition:background .2s}.sh-landing-ham:hover{background:var(--sh-landing-bg2)}.sh-landing-ham-line{display:block;width:20px;height:1.8px;background:var(--sh-landing-ink);border-radius:2px;transition:transform .35s var(--sh-landing-ease),opacity .25s}.sh-landing-ham.sh-landing-open .sh-landing-ham-line:first-child{transform:translateY(6.8px) rotate(45deg)}.sh-landing-ham.sh-landing-open .sh-landing-ham-line:nth-child(2){opacity:0;transform:scaleX(0)}.sh-landing-ham.sh-landing-open .sh-landing-ham-line:last-child{transform:translateY(-6.8px) rotate(-45deg)}.sh-landing-mob-drawer{position:fixed;top:64px;left:0;right:0;z-index:790;background:var(--sh-landing-sur);border-bottom:1px solid var(--sh-landing-ln);padding:0 24px 24px;transform:translateY(-12px);opacity:0;pointer-events:none;transition:transform .4s var(--sh-landing-ease),opacity .35s;box-shadow:0 24px 48px #00000012}.sh-landing-mob-drawer.sh-landing-open{transform:none;opacity:1;pointer-events:all}.sh-landing-mob-drawer-link{display:block;padding:14px 0;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;color:var(--sh-landing-ink2);transition:color .2s,padding-left .25s;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none;width:100%;text-align:left;border-bottom:1px solid var(--sh-landing-ln);font-stretch:normal}.sh-landing-mob-drawer-link:hover{color:var(--sh-landing-p);padding-left:6px}.sh-landing-mob-drawer-btn{margin-top:16px;width:100%;justify-content:center}.sh-landing-hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden;background:var(--sh-landing-bg);padding-top:64px}.sh-landing-hero div:empty,.sh-landing-cta div:empty,.sh-landing-card-thumb div:empty,.sh-landing-cursor div:empty{display:block}.sh-landing-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(99,88,232,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(99,88,232,.07) 1px,transparent 1px);background-size:64px 64px;animation:sh-landing-grid-move 40s linear infinite}@keyframes sh-landing-grid-move{0%{background-position:0 0}to{background-position:64px 64px}}.sh-landing-hero-glow-a{position:absolute;top:-200px;right:-100px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(99,88,232,.1) 0%,transparent 65%);animation:sh-landing-breathe 8s ease-in-out infinite;pointer-events:none}.sh-landing-hero-glow-b{position:absolute;bottom:-150px;left:-80px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(139,128,244,.07) 0%,transparent 65%);animation:sh-landing-breathe 10s 2s ease-in-out infinite;pointer-events:none}@keyframes sh-landing-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.sh-landing-hero-box{position:absolute;border:1px solid rgba(99,88,232,.12);pointer-events:none}.sh-landing-hero-box-a{width:200px;height:200px;top:15%;right:8%;animation:sh-landing-box-drift 12s ease-in-out infinite}.sh-landing-hero-box-b{width:120px;height:120px;top:60%;right:20%;animation:sh-landing-box-drift 9s 3s ease-in-out infinite}.sh-landing-hero-box-c{width:80px;height:80px;top:25%;left:5%;animation:sh-landing-box-drift 11s 1.5s ease-in-out infinite}@keyframes sh-landing-box-drift{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-16px) rotate(2deg)}66%{transform:translateY(8px) rotate(-1deg)}}.sh-landing-hero-dot{position:absolute;border-radius:50%;background:var(--sh-landing-p3);pointer-events:none;animation:sh-landing-dot-float var(--sh-landing-dur, 7s) var(--sh-landing-del, 0s) ease-in-out infinite}@keyframes sh-landing-dot-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.sh-landing-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;max-width:1400px;margin:0 auto;padding:60px 52px 80px;width:100%}.sh-landing-hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--sh-landing-p4);border:1px solid var(--sh-landing-p3);color:var(--sh-landing-p);font-size:12px;font-weight:600;padding:5px 14px;margin-bottom:24px;border-radius:999px;letter-spacing:.02em}.sh-landing-hero-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--sh-landing-p);flex-shrink:0;animation:sh-landing-pulse 2.5s ease-in-out infinite}@keyframes sh-landing-pulse{0%,to{box-shadow:0 0 #6358e880}60%{box-shadow:0 0 0 7px #6358e800}}.sh-landing-hero-h1{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(40px,5.2vw,68px);font-weight:800;line-height:1.04;letter-spacing:-.035em;color:var(--sh-landing-ink);margin-bottom:22px}.sh-landing-hero-accent{color:var(--sh-landing-p);position:relative;display:inline}.sh-landing-hero-accent:after{content:"";position:absolute;left:0;bottom:-4px;height:3px;width:100%;background:linear-gradient(90deg,var(--sh-landing-p),var(--sh-landing-p2));border-radius:2px;transform-origin:left;animation:sh-landing-underline-grow 1s 1.2s var(--sh-landing-ease) both}@keyframes sh-landing-underline-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.sh-landing-hero-desc{font-size:17px;font-weight:400;color:var(--sh-landing-ink2);line-height:1.72;max-width:460px;margin-bottom:32px}.sh-landing-hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:36px}.sh-landing-hero-proof{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.sh-landing-hero-stars{color:#f59e0b;font-size:14px;letter-spacing:2px}.sh-landing-hero-proof-sep{width:1px;height:16px;background:var(--sh-landing-ln2)}.sh-landing-hero-proof-txt{font-size:13px;color:var(--sh-landing-ink3)}.sh-landing-hero-chip{display:inline-flex;align-items:center;gap:6px;background:var(--sh-landing-sur);border:1px solid var(--sh-landing-ln);padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;color:var(--sh-landing-ink2)}.sh-landing-hero-chip-icon{width:12px;height:12px;color:var(--sh-landing-p)}.sh-landing-hero-right{position:relative;height:500px}.sh-landing-hero-frame{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffd1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.95);border-radius:20px;box-shadow:0 24px 80px #6358e81f,0 2px 4px #0000000a;overflow:hidden;animation:sh-landing-hero-float 7s ease-in-out infinite}@keyframes sh-landing-hero-float{0%,to{transform:translateY(0) rotate(.2deg)}50%{transform:translateY(-12px) rotate(-.2deg)}}.sh-landing-frame-bar{background:var(--sh-landing-bg2);border-bottom:1px solid var(--sh-landing-ln);padding:11px 16px;display:flex;align-items:center;gap:7px}.sh-landing-win{width:10px;height:10px;border-radius:50%}.sh-landing-win-r{background:#ff5f57}.sh-landing-win-y{background:#febc2e}.sh-landing-win-g{background:#28c840}.sh-landing-frame-label{margin-left:10px;font-size:11px;color:var(--sh-landing-ink3);font-weight:500}.sh-landing-frame-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px}.sh-landing-mini-card{background:var(--sh-landing-bg);border:1px solid var(--sh-landing-ln);border-radius:10px;overflow:hidden;transition:transform .3s var(--sh-landing-ease),box-shadow .3s}.sh-landing-mini-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #6358e824}.sh-landing-mini-card-img{height:76px;background:var(--sh-landing-p5);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;height:fit-content}.sh-landing-mini-card-img img{width:100%;height:100%;display:block}.sh-landing-mini-card-img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(99,88,232,.06),transparent)}.sh-landing-mini-card-svg{opacity:.22;width:28px;height:28px;color:var(--sh-landing-p)}.sh-landing-mini-card-body{padding:9px 11px}.sh-landing-mini-card-name{font-size:12px;font-weight:600;color:var(--sh-landing-ink)}.sh-landing-mini-card-tag{display:flex;max-width:fit-content;font-size:10px;font-weight:700;letter-spacing:.04em;padding:2px 8px;border-radius:4px;background:var(--sh-landing-p4);color:var(--sh-landing-p)}.sh-landing-hero-pill{position:absolute;z-index:10;display:flex;align-items:center;gap:10px;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.9);border-radius:12px;padding:10px 16px;box-shadow:0 8px 32px #6358e81f;white-space:nowrap}.sh-landing-hero-pill-a{bottom:-20px;right:-24px;animation:sh-landing-pill-a 5s ease-in-out infinite}.sh-landing-hero-pill-b{top:0;right:-36px;animation:sh-landing-pill-b 4.5s 1.5s ease-in-out infinite}@keyframes sh-landing-pill-a{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes sh-landing-pill-b{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.sh-landing-pill-icon{width:34px;height:34px;border-radius:8px;background:var(--sh-landing-p4);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sh-landing-pill-icon-svg{width:17px;height:17px;color:var(--sh-landing-p)}.sh-landing-pill-label{font-size:13px;font-weight:700;color:var(--sh-landing-ink)}.sh-landing-pill-sub{font-size:11px;color:var(--sh-landing-ink3);margin-top:1px}.sh-landing-marq{border-top:1px solid var(--sh-landing-ln);border-bottom:1px solid var(--sh-landing-ln);background:var(--sh-landing-sur);overflow:hidden;position:relative}.sh-landing-marq:before,.sh-landing-marq:after{content:"";position:absolute;top:0;bottom:0;width:160px;z-index:2}.sh-landing-marq:before{left:0;background:linear-gradient(90deg,var(--sh-landing-sur),transparent)}.sh-landing-marq:after{right:0;background:linear-gradient(-90deg,var(--sh-landing-sur),transparent)}.sh-landing-marq-label{text-align:center;padding:18px 0 12px;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--sh-landing-ink3)}.sh-landing-marq-track{display:flex;width:max-content;padding-bottom:20px;animation:sh-landing-marq 30s linear infinite}.sh-landing-marq:hover .sh-landing-marq-track{animation-play-state:paused}.sh-landing-marq-item{font-family:Bricolage Grotesque,sans-serif;font-size:16px;font-weight:700;color:var(--sh-landing-ink3);display:flex;align-items:center;transition:color .3s}.sh-landing-marq-item:hover{color:var(--sh-landing-p)}.sh-landing-marq-sep{display:inline-block;margin:0 36px;width:4px;height:4px;border-radius:50%;background:var(--sh-landing-p3);flex-shrink:0}@keyframes sh-landing-marq{0%{transform:translate(0)}to{transform:translate(-50%)}}.sh-landing-section{padding:100px 52px;position:relative}.sh-landing-section-white{background:var(--sh-landing-sur)}.sh-landing-section-light{background:var(--sh-landing-bg)}.sh-landing-section-inner{max-width:1400px;margin:0 auto}.sh-landing-section-head{margin-bottom:56px}.sh-landing-section-title{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(28px,3.2vw,40px);font-weight:800;letter-spacing:-.025em;color:var(--sh-landing-ink);line-height:1.13;margin-top:14px}.sh-landing-section-sub{font-size:17px;font-weight:400;color:var(--sh-landing-ink2);line-height:1.7;margin-top:12px;max-width:720px}.sh-landing-section-head-center{text-align:center;max-width:560px;margin:0 auto 40px}.sh-landing-tabs-wrap{border-bottom:1px solid var(--sh-landing-ln);margin-bottom:40px}.sh-landing-tabs::-webkit-scrollbar{display:none}.sh-landing-tab{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:11px 15px;font-size:15px;font-weight:500;color:var(--sh-landing-ink3);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .25s,border-color .25s;background:none;border-top:none;border-left:none;border-right:none;cursor:pointer;font-family:DM Sans,sans-serif;font-stretch:normal}.sh-landing-tab:hover{color:var(--sh-landing-p)}.sh-landing-tab.sh-landing-active{color:var(--sh-landing-p);border-bottom-color:var(--sh-landing-p);font-weight:600}.sh-landing-tab-icon{width:13px;height:13px;flex-shrink:0}.sh-landing-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;transition:opacity .3s,transform .3s}.sh-landing-cards-grid.sh-landing-fading{opacity:0;transform:translateY(8px)}.sh-landing-card{background:var(--sh-landing-sur);border:1px solid var(--sh-landing-ln);border-radius:12px;overflow:hidden;cursor:pointer;position:relative;transition:transform .35s var(--sh-landing-ease),border-color .3s,box-shadow .35s}.sh-landing-card:hover{transform:translateY(-6px);border-color:var(--sh-landing-p);box-shadow:0 20px 60px #6358e826}.sh-landing-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;z-index:5;background:linear-gradient(90deg,transparent,var(--sh-landing-p),var(--sh-landing-p2),transparent);transition:left .55s var(--sh-landing-ease)}.sh-landing-card:hover:before{left:100%}.sh-landing-card-thumb{width:100%;aspect-ratio:16/10;background:var(--sh-landing-p5);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.sh-landing-card-thumb-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(99,88,232,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(99,88,232,.1) 1px,transparent 1px);background-size:24px 24px;animation:sh-landing-pt-move 25s linear infinite}@keyframes sh-landing-pt-move{0%{background-position:0 0}to{background-position:24px 24px}}.sh-landing-card-thumb-icon{position:relative;z-index:1;opacity:.18;width:38px;height:38px;color:var(--sh-landing-p)}.sh-landing-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;background:#6358e8e0;opacity:0;transition:opacity .25s}.sh-landing-card:hover .sh-landing-card-overlay{opacity:1}.sh-landing-card-eye-btn{display:flex;align-items:center;gap:8px;background:#fff;color:var(--sh-landing-p);font-size:13px;font-weight:700;font-family:DM Sans,sans-serif;padding:9px 18px;border:none;cursor:pointer;transform:translateY(12px) scale(.95);transition:transform .35s var(--sh-landing-ease2) .04s;font-stretch:normal;text-decoration:none;letter-spacing:normal;line-height:normal}.sh-landing-card-thumb img{width:100%;aspect-ratio:16 / 10}.sh-landing-card:hover .sh-landing-card-eye-btn{transform:translateY(0) scale(1)}.sh-landing-card-eye-icon{width:14px;height:14px}.sh-landing-card-body{padding:13px 15px}.sh-landing-card-name{font-size:14px;font-weight:600;color:var(--sh-landing-ink);margin-bottom:5px}.sh-landing-card-foot{display:flex;align-items:center;justify-content:space-between}.sh-landing-card-tag{font-size:12px;color:var(--sh-landing-ink3)}.sh-landing-card-price{font-size:12px;font-weight:700;color:var(--sh-landing-p)}.sh-landing-see-more{text-align:center;margin-top:44px}.sh-landing-see-more-btn{display:inline-flex;align-items:center;gap:8px;background:var(--sh-landing-sur);border:1.5px solid var(--sh-landing-ln2);color:var(--sh-landing-ink2);font-size:14px;font-weight:500;font-family:DM Sans,sans-serif;padding:11px 28px;cursor:pointer;transition:border-color .25s,color .25s,box-shadow .25s;font-stretch:normal}.sh-landing-see-more-btn:hover{border-color:var(--sh-landing-p);color:var(--sh-landing-p);box-shadow:0 0 0 4px var(--sh-landing-p4)}.sh-landing-see-more-icon{width:15px;height:15px}.sh-landing-tcat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sh-landing-tcat{background:var(--sh-landing-sur);border:1px solid var(--sh-landing-ln);border-radius:16px;padding:32px 28px;position:relative;overflow:hidden;cursor:pointer;transition:transform .4s var(--sh-landing-ease),border-color .3s,box-shadow .3s}.sh-landing-tcat:hover{transform:translateY(-6px);border-color:var(--sh-landing-p);box-shadow:0 20px 60px #6358e821}.sh-landing-tcat-glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 80% 20%,var(--sh-landing-p5) 0%,transparent 60%);opacity:0;transition:opacity .4s}.sh-landing-tcat:hover .sh-landing-tcat-glow{opacity:1}.sh-landing-tcat-icon{position:relative;z-index:1;width:52px;height:52px;border-radius:14px;background:var(--sh-landing-p4);border:1px solid var(--sh-landing-p3);display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:background .35s,transform .4s var(--sh-landing-ease2)}.sh-landing-tcat:hover .sh-landing-tcat-icon{background:var(--sh-landing-p);transform:scale(1.08) rotate(-4deg)}.sh-landing-tcat-icon-svg{width:24px;height:24px;color:var(--sh-landing-p);transition:color .3s}.sh-landing-tcat:hover .sh-landing-tcat-icon-svg{color:#fff}.sh-landing-tcat-name{font-family:Bricolage Grotesque,sans-serif;font-size:20px;font-weight:700;color:var(--sh-landing-ink);margin-bottom:8px;position:relative;z-index:1}.sh-landing-tcat-desc{font-size:14px;color:var(--sh-landing-ink2);line-height:1.6;position:relative;z-index:1;margin-bottom:16px}.sh-landing-tcat-count{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--sh-landing-p);position:relative;z-index:1}.sh-landing-tcat-arrow{position:absolute;bottom:28px;right:28px;z-index:1;width:36px;height:36px;border-radius:50%;background:var(--sh-landing-p4);display:flex;align-items:center;justify-content:center;transition:background .3s,transform .4s var(--sh-landing-ease2)}.sh-landing-tcat:hover .sh-landing-tcat-arrow{background:var(--sh-landing-p);transform:translate(3px,-3px)}.sh-landing-tcat-arrow-svg{width:16px;height:16px;color:var(--sh-landing-p);transition:color .3s}.sh-landing-tcat:hover .sh-landing-tcat-arrow-svg{color:#fff}.sh-landing-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative;padding-top:20px}.sh-landing-how-grid:before{content:"";position:absolute;top:0;left:calc(33.33% - 1px);right:calc(33.33% - 1px);height:1.5px;background:linear-gradient(90deg,var(--sh-landing-p),var(--sh-landing-p2));z-index:0}.sh-landing-how-step{padding:48px 36px;text-align:center;position:relative;z-index:1;border-radius:16px;transition:background .3s}.sh-landing-how-step:hover{background:var(--sh-landing-p5)}.sh-landing-how-num{width:52px;height:52px;border-radius:50%;background:var(--sh-landing-sur);border:2px solid var(--sh-landing-p);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-family:Bricolage Grotesque,sans-serif;font-size:20px;font-weight:800;color:var(--sh-landing-p);transition:background .3s,color .3s,transform .4s var(--sh-landing-ease2)}.sh-landing-how-step:hover .sh-landing-how-num{background:var(--sh-landing-p);color:#fff;transform:scale(1.1)}.sh-landing-how-title{font-family:Bricolage Grotesque,sans-serif;font-size:20px;font-weight:700;color:var(--sh-landing-ink);margin-bottom:10px}.sh-landing-how-desc{font-size:15px;color:var(--sh-landing-ink2);line-height:1.65}.sh-landing-feat-list{margin-top:0}.sh-landing-feat-row{display:grid;grid-template-columns:80px 1fr 64px;gap:36px;align-items:start;padding:44px 0;border-bottom:1px solid var(--sh-landing-ln);position:relative;overflow:hidden;transition:background .3s}.sh-landing-feat-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:var(--sh-landing-p5);z-index:0;transition:width .5s var(--sh-landing-ease)}.sh-landing-feat-row:hover:before{width:100%}.sh-landing-feat-row:last-child{border-bottom:none}.sh-landing-feat-num{font-family:Bricolage Grotesque,sans-serif;font-size:52px;font-weight:800;color:var(--sh-landing-p3);line-height:1;position:relative;z-index:1;transition:color .35s,transform .4s var(--sh-landing-ease)}.sh-landing-feat-row:hover .sh-landing-feat-num{color:var(--sh-landing-p);transform:scale(1.05)}.sh-landing-feat-body{position:relative;z-index:1}.sh-landing-feat-title{font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:700;color:var(--sh-landing-ink);margin-bottom:10px}.sh-landing-feat-desc{font-size:15px;color:var(--sh-landing-ink2);line-height:1.68;max-width:520px}.sh-landing-feat-icon{position:relative;z-index:1;flex-shrink:0;width:56px;height:56px;border-radius:14px;background:var(--sh-landing-p4);border:1px solid var(--sh-landing-p3);display:flex;align-items:center;justify-content:center;transition:background .35s,transform .4s var(--sh-landing-ease2)}.sh-landing-feat-row:hover .sh-landing-feat-icon{background:var(--sh-landing-p);transform:rotate(-8deg) scale(1.1)}.sh-landing-feat-icon-svg{width:24px;height:24px;color:var(--sh-landing-p);transition:color .3s}.sh-landing-feat-row:hover .sh-landing-feat-icon-svg{color:#fff}.sh-landing-stats-row{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--sh-landing-ln);border-radius:20px;overflow:hidden}.sh-landing-stat-cell{padding:44px 36px;border-right:1px solid var(--sh-landing-ln);background:var(--sh-landing-sur);position:relative;overflow:hidden;transition:background .3s}.sh-landing-stat-cell:last-child{border-right:none}.sh-landing-stat-cell:after{content:"";position:absolute;bottom:-70px;right:-70px;width:160px;height:160px;border-radius:50%;background:var(--sh-landing-p4);transform:scale(0);transition:transform .55s var(--sh-landing-ease)}.sh-landing-stat-cell:hover{background:var(--sh-landing-p5)}.sh-landing-stat-cell:hover:after{transform:scale(1)}.sh-landing-stat-num{font-family:Bricolage Grotesque,sans-serif;font-size:52px;font-weight:800;color:var(--sh-landing-p);line-height:1;position:relative;z-index:1}.sh-landing-stat-label{font-size:15px;color:var(--sh-landing-ink2);margin-top:10px;position:relative;z-index:1}.sh-landing-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sh-landing-testi{background:var(--sh-landing-sur);border:1px solid var(--sh-landing-ln);border-radius:16px;padding:32px 28px;position:relative;transition:transform .4s var(--sh-landing-ease),box-shadow .4s,border-color .3s}.sh-landing-testi:hover{transform:translateY(-5px);box-shadow:0 16px 48px #00000012;border-color:var(--sh-landing-p3)}.sh-landing-testi-stars{color:#f59e0b;font-size:14px;letter-spacing:2px;margin-bottom:16px}.sh-landing-testi-quote{font-size:15px;color:var(--sh-landing-ink2);line-height:1.7;margin-bottom:24px;position:relative}.sh-landing-testi-quote:before{content:'"';font-family:Bricolage Grotesque,sans-serif;font-size:64px;font-weight:800;color:var(--sh-landing-p4);line-height:1;position:absolute;top:-16px;left:-8px;pointer-events:none}.sh-landing-testi-user{display:flex;align-items:center;gap:12px}.sh-landing-testi-avatar{width:40px;height:40px;border-radius:50%;background:var(--sh-landing-p4);border:2px solid var(--sh-landing-p3);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:700;color:var(--sh-landing-p)}.sh-landing-testi-name{font-size:14px;font-weight:600;color:var(--sh-landing-ink)}.sh-landing-testi-store{font-size:12px;color:var(--sh-landing-ink3);margin-top:2px}.sh-landing-cta{background:var(--sh-landing-p);padding:120px 52px;text-align:center;position:relative;overflow:hidden}.sh-landing-cta-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:56px 56px;animation:sh-landing-grid-move 30s linear infinite;pointer-events:none}.sh-landing-cta-glow-a{position:absolute;top:-150px;left:-100px;width:500px;height:500px;border-radius:50%;background:#ffffff12;filter:blur(80px);animation:sh-landing-breathe 9s ease-in-out infinite}.sh-landing-cta-glow-b{position:absolute;bottom:-120px;right:-80px;width:400px;height:400px;border-radius:50%;background:#ffffff0f;filter:blur(60px);animation:sh-landing-breathe 7s 3s ease-in-out infinite}.sh-landing-cta-title{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(32px,5vw,58px);font-weight:800;color:#fff;letter-spacing:-.03em;position:relative;z-index:1;margin-bottom:16px}.sh-landing-cta-sub{font-size:18px;color:#ffffffb8;position:relative;z-index:1;margin-bottom:36px}.sh-landing-cta-btns{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;position:relative;z-index:1}.sh-landing-footer{border-top:1px solid var(--sh-landing-ln);padding:32px 52px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.sh-landing-footer-logo{display:grid;grid-template-columns:2fr 1fr 2fr;gap:10px;width:100%}a.list-social__link{display:flex}.sh-landing-footer-logo-img{width:auto;display:block}.sh-landing-footer-copy{font-size:13px;color:var(--sh-landing-ink3)}.sh-landing-footer-copy a{text-decoration:none;color:var(--sh-landing-ink3)}.sh-landing-footer-links{display:flex;gap:24px}.sh-landing-footer-link{font-size:13px;color:var(--sh-landing-ink3);transition:color .25s;background:none;border:none;cursor:pointer;font-family:DM Sans,sans-serif;font-stretch:normal}.sh-landing-footer-link:hover{color:var(--sh-landing-p)}.sh-landing-preview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990;background:var(--sh-landing-sur);overflow-y:auto;transform:translate(100%);transition:transform .5s var(--sh-landing-ease)}.sh-landing-preview.sh-landing-preview-open{transform:translate(0)}.sh-landing-preview-bar{position:sticky;top:0;z-index:10;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--sh-landing-ln);padding:14px 32px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 12px #0000000a}.sh-landing-preview-back{display:inline-flex;align-items:center;gap:7px;background:transparent;border:1.5px solid var(--sh-landing-ln2);color:var(--sh-landing-ink2);font-size:13px;font-weight:500;font-family:DM Sans,sans-serif;padding:8px 16px;cursor:pointer;transition:border-color .25s,color .25s;font-stretch:normal}.sh-landing-preview-back:hover{border-color:var(--sh-landing-p);color:var(--sh-landing-p)}.sh-landing-preview-name{font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:700;color:var(--sh-landing-ink)}.sh-landing-preview-add{margin-left:auto;display:inline-flex;align-items:center;gap:8px;background:var(--sh-landing-p);color:#fff;border:none;font-size:14px;font-weight:600;font-family:DM Sans,sans-serif;padding:10px 22px;cursor:pointer;transition:box-shadow .25s,transform .25s;font-stretch:normal}.sh-landing-preview-add:hover{box-shadow:0 8px 28px #6358e866;transform:translateY(-1px)}.sh-landing-preview-body{max-width:880px;margin:60px auto;padding:0 32px}.sh-landing-preview-showcase{background:var(--sh-landing-p5);border:1px solid var(--sh-landing-p3);border-radius:20px;padding:80px 48px;text-align:center}.sh-landing-preview-icon{width:72px;height:72px;border-radius:18px;background:var(--sh-landing-p4);border:1px solid var(--sh-landing-p3);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.sh-landing-preview-icon-svg{width:32px;height:32px;color:var(--sh-landing-p)}.sh-landing-preview-title{font-family:Bricolage Grotesque,sans-serif;font-size:26px;font-weight:800;color:var(--sh-landing-ink);margin-bottom:8px}.sh-landing-preview-meta{font-size:14px;color:var(--sh-landing-ink3);margin-bottom:28px}.sh-landing-preview-note{display:inline-block;background:var(--sh-landing-sur);border:1px solid var(--sh-landing-ln);padding:10px 20px;font-size:13px;color:var(--sh-landing-ink2);border-radius:8px}.sh-landing-footer ul.list-social.footer__list-social{display:flex;justify-content:center;gap:10px;align-items:center}.sh-landing-footer .contact_us p{font-size:16px;text-align:right;line-height:1.6}.sh-landing-footer .svg-wrapper svg path{fill:var(--sh-landing-p)}.sh-landing-footer .svg-wrapper{width:35px;height:35px}.sh-landing-footer .contact_us p a{color:var(--sh-landing-p)}.footer-logo{display:flex;flex-wrap:wrap;gap:5px;flex-direction:column}@media(max-width:1100px){.sh-landing-cards-grid{grid-template-columns:repeat(3,1fr)}.sh-landing-hero-inner{grid-template-columns:1fr;gap:48px}.sh-landing-hero-right{display:none}.sh-landing-tcat-grid{grid-template-columns:repeat(2,1fr)}.sh-landing-how-grid{grid-template-columns:1fr;gap:0}.sh-landing-how-grid:before{display:none}.sh-landing-feat-row{grid-template-columns:60px 1fr;gap:24px}.sh-landing-feat-icon{display:none}.sh-landing-stats-row{grid-template-columns:1fr 1fr;border-radius:12px}.sh-landing-stat-cell:nth-child(2){border-right:none}.sh-landing-stat-cell{border-bottom:1px solid var(--sh-landing-ln)}.sh-landing-stat-cell:nth-child(3),.sh-landing-stat-cell:nth-child(4){border-bottom:none}.sh-landing-testi-grid{grid-template-columns:1fr}.sh-landing-footer .contact_us p{font-size:14px}.sh-landing-footer .svg-wrapper{width:30px;height:30px}}@media(max-width:768px){.sh-landing-nav{padding:0 20px}.sh-landing-nav-links,.sh-landing-nav-cta-wrap{display:none}.sh-landing-ham{display:flex}.sh-landing-section{padding:70px 20px}.sh-landing-hero-inner{padding:50px 20px 70px}.sh-landing-hero-h1{font-size:32px;letter-spacing:-.02em}.sh-landing-hero-desc{font-size:15px}.sh-landing-section-title{font-size:26px}.sh-landing-section-sub{font-size:15px}.sh-landing-cta{padding:80px 20px}.sh-landing-cta-title{font-size:30px}.sh-landing-cta-sub{font-size:16px}.sh-landing-footer{padding:24px 20px;flex-direction:column;align-items:center;text-align:center}.sh-landing-footer-logo{justify-content:center;align-items:center;justify-items:center;grid-template-columns:1fr}.sh-landing-cards-grid{grid-template-columns:repeat(2,1fr)}.sh-landing-hero-actions{flex-direction:column;align-items:stretch}.sh-landing-stats-row{grid-template-columns:1fr;border-radius:10px}.sh-landing-stat-cell{border-right:none!important;border-bottom:1px solid var(--sh-landing-ln)!important}.sh-landing-stat-cell:last-child{border-bottom:none!important}.sh-landing-how-step{padding:36px 24px}.sh-landing-preview-bar{padding:12px 16px;flex-wrap:wrap}.sh-landing-preview-body{padding:0 16px;margin-top:40px}.sh-landing-preview-showcase{padding:48px 24px}.sh-landing-tcat-grid{grid-template-columns:1fr}.sh-landing-cta-btns{flex-direction:column;align-items:center}.footer-logo{align-items:center}.sh-landing-footer .contact_us p{text-align:center}}@media(max-width:480px){.sh-landing-cards-grid{grid-template-columns:1fr}.sh-landing-feat-row{grid-template-columns:1fr;gap:12px}.sh-landing-feat-num{font-size:36px}.sh-landing-hero-h1{font-size:28px}.sh-landing-footer-copy,.sh-landing-footer .contact_us p{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/sh-style.css.map */
