.home-hero{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;padding:88px 40px 112px;background:#fff;overflow:visible}
.home-hero-copy{position:relative;z-index:4;text-align:center}
.home-hero-copy>p{max-width:720px;margin:0 auto;color:#747b90;font-size:18px;line-height:1.7}
.home-hero-title{display:flex;flex-direction:column;align-items:center;gap:5px;width:min(1180px,100%);margin:24px auto 20px;padding:0;font-size:clamp(46px,5.1vw,76px);line-height:1.01;letter-spacing:-.058em;overflow:visible;text-align:center}
.home-hero-title-fixed{display:block;max-width:100%}
.home-type-row{display:flex;justify-content:center;align-items:center;gap:8px;width:100%;min-height:1.08em;color:#5c31ca;font-size:clamp(38px,4.2vw,64px);line-height:1.06;white-space:nowrap;overflow:visible}
.home-type-row>[data-type-text]{display:inline-block;max-width:100%;overflow:visible}
.home-type-row i{display:inline-block;flex:0 0 3px;width:3px;height:.86em;border-radius:999px;background:#5c31ca;animation:homeCaret .85s step-end infinite}
@keyframes homeCaret{50%{opacity:0}}

.home-marquee-wrap{position:relative;width:100%;max-width:1600px;margin:32px auto 0;padding:48px 0;overflow:visible;isolation:isolate}
.home-marquee-component{position:relative;z-index:auto;display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}

.home-hero-gradient{
  position:absolute;
  z-index:1;
  top:50%;
  left:50%;
  width:4rem;
  height:100%;
  transform:translateY(-50%);
  pointer-events:none;
  filter:blur(8px);
  background-image:linear-gradient(
    90deg,
    rgba(75,39,187,.20),
    rgba(75,39,187,0)
  );
}

.home-marquee-layout{position:relative;z-index:0;display:flex;flex:none;width:100%;overflow:clip visible;container-type:inline-size;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10% 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10% 90%,transparent);padding:120px 0;margin:-120px 0}
.home-marquee-track{display:flex;flex:none;width:max-content;overflow:visible;will-change:transform;animation:homeMarquee 35s linear infinite reverse}
.home-row-1 .home-marquee-track{animation-delay:-6s}.home-row-2 .home-marquee-track{animation-delay:-18s}.home-row-3 .home-marquee-track{animation-delay:-29s}
.home-marquee-track:hover{animation-play-state:paused}
@keyframes homeMarquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.home-marquee-panel{display:flex;flex:none;overflow:visible}
.home-marquee-list{display:flex;flex:none;justify-content:space-around;gap:25.6px;min-width:100cqw;padding-right:25.6px;overflow:visible}
.home-marquee-card{position:relative;display:flex;flex:none;justify-content:center;align-items:stretch;gap:14px;min-width:292px;padding:10px 16px 10px 10px;border:1px solid rgba(0,0,0,.05);border-radius:12px;background:#fff;box-shadow:0 0 24px rgba(0,0,0,.05);will-change:transform}
.home-card-icon{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#7c4ce4,#5b2ec8)}
.home-card-icon .icon{width:25px;height:25px}
.home-card-icon.cyan{background:linear-gradient(135deg,#5f8cff,#3a6ce5)}.home-card-icon.violet{background:linear-gradient(135deg,#8456ef,#5c31ca)}.home-card-icon.green{background:linear-gradient(135deg,#23d7a0,#08a875)}.home-card-icon.orange{background:linear-gradient(135deg,#ffad62,#ee792b)}.home-card-icon.blue{background:linear-gradient(135deg,#5895ff,#2e72e8)}.home-card-icon.red{background:linear-gradient(135deg,#ff7474,#e44747)}.home-card-icon.yellow{background:linear-gradient(135deg,#ffd45d,#efa917)}.home-card-icon.pink{background:linear-gradient(135deg,#ff82ca,#d95fa2)}
.home-card-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;min-width:145px}
.home-card-copy b,.home-card-copy small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-card-copy b{font-size:14px;line-height:1;color:#181d31}.home-card-copy small{font-size:11px;line-height:1.1;color:#878da0}
.home-card-value{display:flex;align-items:center;margin-left:auto;padding-left:12px;border-left:1px solid rgba(0,0,0,.05);font-size:14px;font-weight:800;color:#5b31c8;white-space:nowrap}
.home-marquee-skeleton{position:absolute!important;inset:0!important;z-index:2!important;margin:0!important;pointer-events:none!important;background:#f8f9fb!important;border-color:#f0f1f4!important;box-shadow:0 0 24px rgba(0,0,0,.025)!important}
.home-marquee-skeleton .home-card-icon{background:#eef0f4!important;color:transparent!important}
.home-marquee-skeleton .home-card-copy b,.home-marquee-skeleton .home-card-copy small,.home-marquee-skeleton .home-card-value{color:transparent!important;border-color:#f0f1f4!important;border-radius:7px;background:#eceef2!important}
.home-marquee-skeleton .home-card-copy b{width:118px;height:14px}.home-marquee-skeleton .home-card-copy small{width:88px;height:11px}.home-marquee-skeleton .home-card-value{width:56px;height:16px;padding:0}

.home-hero-icon{position:absolute;z-index:2;left:50%;top:50%;display:flex;align-items:center;justify-content:center;width:104px;height:104px;padding:3px;transform:translate(-50%,-50%);border:0;border-radius:32px;background:linear-gradient(145deg,#8156eb,#5630c8);box-shadow:0 18px 42px rgba(86,48,200,.26);cursor:pointer}
.home-hero-icon:before{content:"";position:absolute;inset:3px;border-radius:29px;background:linear-gradient(145deg,#7449dc,#5a31c9)}
.home-hero-icon img{position:relative;z-index:1;width:58px;height:58px}
.home-hero-fade{position:absolute;z-index:1;top:0;left:50%;display:flex;flex-direction:column;align-items:center;width:1440px;margin:0 auto;transform:translateX(-50%);pointer-events:none;color:#e1d9fb}
.home-hero-fade-img{display:block;width:1888px;max-width:none;height:870px;object-fit:contain;object-position:50% 100%}
.home-hero-fade-block{position:absolute;top:0;left:50%;width:100vw;height:576px;transform:translate(-50%,151%);background:linear-gradient(var(--module-wave-bottom),var(--module-area-background) 45%,var(--module-area-background-soft))}

.home-tabs{position:relative;z-index:3;padding:152px 40px 112px;background:transparent;overflow:visible}
.home-tabs-container{position:relative;z-index:2;display:flex;flex-direction:column;gap:32px;width:100%;max-width:1280px;margin:0 auto}
.home-products-heading{display:flex;flex-direction:column;align-items:center;max-width:780px;margin:0 auto;text-align:center;color:#fff}
.home-products-heading h2{display:flex;flex-direction:column;gap:0;margin:0;font-family:Inter,Arial,sans-serif;font-size:48px;line-height:1.12;font-weight:600;letter-spacing:-.035em;color:#fff}
.home-products-heading h2 span{display:block}.home-products-heading p{max-width:670px;margin:18px auto 0;font-size:16px;line-height:1.4;color:rgba(255,255,255,.88)}
.home-tab-list{display:flex;align-items:flex-end;justify-content:center;width:max-content;max-width:100%;height:64px;margin:0 auto;padding:0;border-radius:16px;background:rgba(255,255,255,.4);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);box-shadow:0 8px 28px rgba(30,38,94,.08);overflow:visible}
.home-tab-item{position:relative;display:flex;align-items:center;justify-content:center;width:64px;margin:0;transform-origin:bottom center;transition:width .5s cubic-bezier(.16,1,.3,1)}
.home-tab-item.sibling-far{width:64px}.home-tab-item.sibling-close{width:80px}.home-tab-item.hover,.home-tab-item.active{width:96px}
.home-tab-button{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:auto;padding:6px;border:0;background:transparent;cursor:pointer}
.home-tab-image{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(28,35,79,.14))}
.home-tab-tooltip{position:absolute;z-index:0;top:0;left:50%;padding:4px 10px;border-radius:8px;background:#fff;color:#1f1f1f;font-size:14px;font-weight:500;white-space:nowrap;opacity:0;transform:translate(-50%,-80%);transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .5s cubic-bezier(.16,1,.3,1);pointer-events:none}
.home-tab-tooltip:after{content:"";position:absolute;bottom:-4px;left:50%;width:8px;height:8px;background:#fff;transform:translateX(-50%) rotate(45deg)}
.home-tab-item:hover .home-tab-tooltip,.home-tab-item.active .home-tab-tooltip{opacity:1;transform:translate(-50%,-120%)}
.home-product-stage{width:100%!important;max-width:1280px!important;margin:0 auto!important;padding:48px 64px!important;border-radius:16px!important;background:rgba(255,255,255,.5)!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important}

@media(max-width:991px){
 .home-hero{padding:72px 32px 96px}.home-hero-title{font-size:clamp(42px,7vw,62px)}
 .home-marquee-wrap{max-width:100%;padding:42px 0}.home-marquee-card{min-width:270px}
 .home-hero-fade{width:896px}.home-hero-fade-img{width:1174px;height:544px}.home-hero-fade-block{transform:translate(-50%,94%)}
 .home-tabs{padding:96px 32px 96px}.home-products-heading h2{font-size:32px}.home-tabs-container{gap:24px}.home-product-stage{padding:32px!important}
}
@media(max-width:767px){
 .home-hero{padding:64px 24px 80px;overflow:hidden}.home-hero-title{font-size:clamp(36px,10vw,48px);line-height:1.04}.home-type-row{font-size:clamp(32px,8.4vw,42px);white-space:normal;min-height:2.1em;align-items:flex-start}.home-hero-copy>p{font-size:15px}
 .home-marquee-wrap{margin-top:24px;padding:36px 0}.home-marquee-component{gap:8px}.home-marquee-layout{padding:80px 0;margin:-80px 0}.home-marquee-list{gap:8px;padding-right:8px}.home-marquee-card{min-width:210px;gap:7px;padding:5px 8px 5px 5px;border-radius:7px}.home-card-icon{flex-basis:30px;width:30px;height:30px;border-radius:7px}.home-card-icon .icon{width:15px;height:15px}.home-card-copy{gap:4px;min-width:100px}.home-card-copy b{font-size:10px}.home-card-copy small{font-size:8px}.home-card-value{font-size:9px;padding-left:6px}.home-hero-icon{width:64px;height:64px;border-radius:19px;padding:1px}.home-hero-icon:before{inset:1px;border-radius:18px}.home-hero-icon img{width:36px;height:36px}
 .home-hero-fade{width:896px}.home-hero-fade-img{width:1174px;height:544px}.home-hero-fade-block{transform:translate(-50%,94%)}
 .home-tabs{padding:96px 24px 80px;overflow:hidden}.home-products-heading h2{font-size:32px}.home-products-heading p{font-size:14px;margin-top:12px}.home-tab-list{justify-content:flex-start;width:100%;height:52px;overflow-x:auto;overflow-y:visible;scrollbar-width:none}.home-tab-item,.home-tab-item.sibling-far,.home-tab-item.sibling-close,.home-tab-item.hover,.home-tab-item.active{width:52px;flex:0 0 52px}.home-tab-tooltip{display:none}.home-product-stage{padding:24px 18px!important}
}
@media(max-width:479px){.home-hero{padding-inline:16px}.home-tabs{padding-inline:16px}.home-products-heading h2{font-size:30px}.home-tab-list{width:calc(100vw - 32px)}}
@media(prefers-reduced-motion:reduce){.home-marquee-track{animation-play-state:paused}.home-type-row i{animation:none}}

.home-hero-fade{z-index:1}
.home-marquee-component{z-index:auto}
.home-hero-icon{z-index:2}

.home-tab-button{--home-icon-a:#7c4ce4;--home-icon-b:#5b2ec8}
.home-tab-button[data-tab-tone="red"]{--home-icon-a:#ef5149;--home-icon-b:#e92d21}
.home-tab-button[data-tab-tone="purple"]{--home-icon-a:#9654ea;--home-icon-b:#6f2fce}
.home-tab-button[data-tab-tone="dark"]{--home-icon-a:#565656;--home-icon-b:#242424}
.home-tab-button[data-tab-tone="blue"]{--home-icon-a:#65a6ff;--home-icon-b:#3478ed}
.home-tab-button[data-tab-tone="green"]{--home-icon-a:#52c394;--home-icon-b:#159a6a}
.home-tab-button[data-tab-tone="yellow"]{--home-icon-a:#ffd968;--home-icon-b:#f5b918}
.home-tab-button[data-tab-tone="orange"]{--home-icon-a:#f6a54a;--home-icon-b:#ed840f}
.home-tab-icon-wrap{
  display:grid;
  place-items:center;
  width:100%;
  aspect-ratio:1/1;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(135deg,var(--home-icon-a),var(--home-icon-b));
  box-shadow:0 10px 16px rgba(28,35,79,.14),inset 0 1px 0 rgba(255,255,255,.28);
}
.home-tab-icon-wrap .icon{width:42%;height:42%;stroke-width:1.9}
.home-product-stage .preview-product-icon{
  background:var(--home-active-gradient,linear-gradient(135deg,#52c394,#159a6a))!important;
  box-shadow:0 14px 28px var(--home-active-shadow,rgba(21,154,106,.24))!important;
}
@media(max-width:767px){.home-tab-icon-wrap{border-radius:13px}}

@media(min-width:992px){
  .home-product-stage{padding:48px 0 30px 64px!important;column-gap:24px!important}
  .home-product-stage .preview-dashboard-window{margin-right:-1px;border-right:0;border-radius:20px 0 0 20px}
  .home-product-stage .preview-stage-bottom-points{padding-right:64px}
}
