.home-hero{position:relative;min-height:100vh;min-height:100dvh;width:100%}.home-hero .home-hero__bg{position:absolute;inset:0;overflow:hidden}.home-hero .home-hero__bg img{-o-object-fit:cover;object-fit:cover;-o-object-position:center 40%;object-position:center 40%;transform:scale(1.02);animation:home-hero-kenburns 18s ease-in-out infinite alternate}@keyframes home-hero-kenburns{0%{transform:scale(1.02)}to{transform:scale(1.08)}}.home-hero .home-hero__overlay{position:absolute;inset:0}.home-hero .home-hero__overlay .home-hero__overlay--main{background:linear-gradient(90deg,rgba(7,18,34,.92),rgba(10,22,40,.55),transparent)}.home-hero .home-hero__overlay .home-hero__overlay--top{background:linear-gradient(0deg,rgba(10,22,40,.4),transparent,rgba(10,22,40,.25))}.home-hero .home-hero__aurora{position:absolute;inset:0;z-index:1;overflow:hidden;pointer-events:none}@keyframes home-hero-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(40px,-30px,0) scale(1.15)}}.home-hero .home-hero__content{position:relative;z-index:10;display:flex;min-height:100vh;min-height:100dvh;flex-direction:column}.home-hero .home-hero__wrap{width:100%;padding:2rem 0}@media(min-width:1280px){.home-hero .home-hero__wrap{padding:0}}.home-hero .home-hero__inner{display:flex;flex:1;align-items:center}.home-hero .home-hero__text{max-width:640px}.home-hero .home-hero__anim-item{opacity:0;animation:home-hero-fade-up .9s var(--ease-out) forwards}@keyframes home-hero-fade-up{0%{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:none}}.home-hero .home-hero__title{font-size:40px;line-height:1.15;font-weight:700;color:#fff;letter-spacing:-.02em}@media(min-width:1280px){.home-hero .home-hero__title{font-size:52px}}.home-hero .home-hero__highlight{color:var(--accent-orange);text-shadow:0 0 24px rgba(255,102,0,.45)}.home-hero .home-hero__subtitle{margin-top:24px;max-width:520px;font-size:16px;line-height:1.625;color:#fff}@media(min-width:1280px){.home-hero .home-hero__subtitle{font-size:18px}}.home-hero .home-hero__features{margin-top:40px;display:grid;max-width:560px;grid-template-columns:repeat(2,1fr);-moz-column-gap:24px;column-gap:24px;row-gap:20px}@media(min-width:640px){.home-hero .home-hero__features{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.home-hero .home-hero__features{max-width:none;-moz-column-gap:32px;column-gap:32px}}.home-hero .home-hero__feature{text-align:center;transition:transform .25s var(--ease-out)}@media(min-width:640px){.home-hero .home-hero__feature{text-align:left}}.home-hero .home-hero__feature-icon{display:inline-flex;height:44px;width:44px;align-items:center;justify-content:center;border-radius:8px;border:1px solid hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.1);color:#fff;margin-bottom:10px;backdrop-filter:blur(8px);transition:background .25s,border-color .25s,transform .25s}@media(min-width:640px){.home-hero .home-hero__feature-icon{margin-left:0;margin-right:auto}}.home-hero .home-hero__feature-text{font-size:14px;font-weight:500;color:#fff}.home-hero .home-hero__feature-sub{margin-top:2px;font-size:12px;color:hsla(0,0%,100%,.55)}.home-hero .home-hero__actions{margin-top:40px;display:flex;flex-wrap:wrap;gap:16px}.home-hero .home-hero__extra{margin-top:32px}.home-hero .home-hero__nav-btn{position:absolute;top:50%;z-index:10;display:none;height:40px;width:40px;transform:translateY(-50%);align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.1);color:#fff;border:0;cursor:pointer;transition:background .2s,transform .2s}@media(min-width:1280px){.home-hero .home-hero__nav-btn{display:flex}}.home-hero .home-hero__nav-btn svg{height:20px;width:20px}.home-hero .home-hero__nav-btn--prev{left:24px}.home-hero .home-hero__nav-btn--next{right:24px}.home-hero .home-hero__stats{position:absolute;bottom:0;left:0;right:0;z-index:20;transform:translateY(50%)}.home-hero .home-hero__dots{position:absolute;left:50%;z-index:10;display:flex;transform:translateX(-50%);gap:8px}.home-hero .home-hero__dot{height:6px;border-radius:9999px;border:0;cursor:pointer;transition:all .25s}.home-hero .home-hero__dot--active{width:32px;background:var(--accent-orange)}.home-hero .home-hero__aurora:before{width:560px;height:560px;left:-140px;top:16%;background:radial-gradient(circle,rgba(22,119,255,.5),transparent 65%)}.home-hero .home-hero__aurora:after{width:440px;height:440px;right:-100px;bottom:8%;background:radial-gradient(circle,rgba(255,102,0,.3),transparent 65%);animation-delay:-8s}.home-hero .home-hero__feature:hover{transform:translateY(-4px)}.home-hero .home-hero__nav-btn:hover{background:hsla(0,0%,100%,.25);transform:translateY(-50%) scale(1.1)}.home-hero .home-hero__feature:hover .home-hero__feature-icon{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.4);transform:scale(1.06)}.home-hero .home-hero__feature .home-hero__feature-icon{margin-left:auto;margin-right:auto}@media(min-width:640px){.home-hero .home-hero__feature .home-hero__feature-icon{margin-left:0;margin-right:0}}.home-hero .home-hero__aurora:after,.home-hero .home-hero__aurora:before{content:"";position:absolute;border-radius:50%;filter:blur(90px);opacity:.5;animation:home-hero-drift 16s ease-in-out infinite alternate}.home-hero .home-hero__title+.home-hero__title{margin-top:4px}.home-hero .home-hero__dot:not(.home-hero__dot--active){width:8px;background:hsla(0,0%,100%,.4)}.home-hero .home-hero__dot:not(.home-hero__dot--active):hover{background:hsla(0,0%,100%,.65);transform:scale(1.2)}@media(prefers-reduced-motion:reduce){.home-hero__anim-item,.home-hero__aurora:after,.home-hero__aurora:before,.home-hero__bg img{animation:none!important;transition:none!important}}.home-hero--half,.home-hero--half .home-hero__content{min-height:50vh;min-height:50dvh}.home-stats{border-radius:var(--radius-lg);border:1px solid hsla(0,0%,100%,.65);background:hsla(0,0%,100%,.96);padding:22px 24px;box-shadow:0 18px 48px -12px rgba(9,30,66,.3);backdrop-filter:blur(12px)}@media(min-width:1280px){.home-stats{padding:26px 36px}}.home-stats .home-stats__grid{display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:640px){.home-stats .home-stats__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home-stats .home-stats__grid{grid-template-columns:repeat(5,1fr);gap:0}}.home-stats .home-stats__item{display:flex;align-items:center;gap:12px;padding:2px 8px}@media(min-width:1024px){.home-stats .home-stats__item{gap:14px;padding:2px 18px;border-right:1px solid var(--border-color)}}.home-stats .home-stats__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(22,119,255,.14),rgba(22,119,255,.04));color:var(--primary);flex-shrink:0}.home-stats .home-stats__body{min-width:0}.home-stats .home-stats__label{font-size:12px;line-height:1.4;color:var(--text-body)}.home-stats .home-stats__value{margin-top:2px;font-size:20px;font-weight:700;line-height:1.2;color:var(--primary);font-variant-numeric:tabular-nums;white-space:nowrap}@media(min-width:1280px){.home-stats .home-stats__value{font-size:24px}}.home-stats .home-stats__unit{margin-left:4px;font-size:13px;font-weight:400;color:var(--text-body)}@media(min-width:1024px){.home-stats .home-stats__item:last-child{border-right:0}}.home-ecosystem{background:#fff;padding-bottom:56px}@media(min-width:1280px){.home-ecosystem{padding-bottom:64px}}.home-ecosystem .home-ecosystem__header{margin-bottom:32px;text-align:center}@media(min-width:1280px){.home-ecosystem .home-ecosystem__header{margin-bottom:40px}}.home-ecosystem .home-ecosystem__title{font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--text-heading)}@media(min-width:1280px){.home-ecosystem .home-ecosystem__title{font-size:30px}}.home-ecosystem .home-ecosystem__title-accent{color:var(--primary);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.home-ecosystem .home-ecosystem__subtitle{margin-left:auto;margin-right:auto;margin-top:12px;max-width:768px;font-size:14px;color:var(--text-body)}@media(min-width:1280px){.home-ecosystem .home-ecosystem__subtitle{font-size:15px}}.home-ecosystem .home-ecosystem__tabs{margin-bottom:24px;display:flex;justify-content:center;gap:12px}@media(min-width:1280px){.home-ecosystem .home-ecosystem__tabs{margin-bottom:32px;gap:24px}}.home-ecosystem .home-ecosystem__tabs .ant-tabs-nav{margin-bottom:0!important}.home-ecosystem .home-ecosystem__tabs .ant-tabs-nav .ant-tabs-nav:before{display:none}.home-ecosystem .home-ecosystem__tabs .ant-tabs-tab{padding:8px 20px!important;font-size:15px;line-height:1;border-radius:9999px!important;transition:color .2s,background .2s,box-shadow .2s,transform .2s}@media(min-width:1280px){.home-ecosystem .home-ecosystem__tabs .ant-tabs-tab{padding:10px 28px!important;font-size:16px}}.home-ecosystem .home-ecosystem__tabs .ant-tabs-tab .ant-tabs-tab+.ant-tabs-tab{margin-left:0!important}.home-ecosystem .home-ecosystem__tabs .ant-tabs-tab .ant-tabs-tab:hover{transform:translateY(-1px)}.home-ecosystem .home-ecosystem__tabs .ant-tabs-tab-active{background:#e8f0fe!important;box-shadow:0 4px 16px -4px rgba(22,119,255,.35)}.home-ecosystem .home-ecosystem__tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary)!important}.home-ecosystem .home-ecosystem__tabs .ant-tabs-ink-bar{display:none}.home-ecosystem .home-ecosystem__tab-icon{display:inline-flex;align-items:center;margin-right:6px}@media(min-width:1280px){.home-ecosystem .home-ecosystem__tab-icon{margin-right:8px}}.home-ecosystem .home-ecosystem__panel{border-radius:16px;background:linear-gradient(180deg,var(--bg-layout) 0,#eef2f8 100%);padding:16px}@media(min-width:1280px){.home-ecosystem .home-ecosystem__panel{padding:20px}}.home-ecosystem .home-ecosystem__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;min-width:1080px;overflow-x:auto;padding-bottom:4px}@media(min-width:1280px){.home-ecosystem .home-ecosystem__grid{min-width:0;overflow:visible;gap:16px}}.home-ecosystem .home-ecosystem__cell{min-width:0;height:100%}.home-ecosystem .home-ecosystem__card{position:relative;display:flex;height:100%;min-width:0;flex-direction:column;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,0);padding:20px 12px;text-align:center;box-shadow:0 1px 8px rgba(15,35,75,.05);overflow:hidden;transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out),border-color .3s}@media(min-width:1280px){.home-ecosystem .home-ecosystem__card{padding:24px 16px}}.home-ecosystem .home-ecosystem__card-name{margin-top:12px;font-size:15px;font-weight:700;line-height:1.375;color:var(--text-heading)}@media(min-width:1280px){.home-ecosystem .home-ecosystem__card-name{font-size:16px}}.home-ecosystem .home-ecosystem__card-category{margin-top:8px;font-size:13px;font-weight:700;line-height:1.375;color:var(--text-heading)}@media(min-width:1280px){.home-ecosystem .home-ecosystem__card-category{font-size:14px}}.home-ecosystem .home-ecosystem__card-features{margin-top:16px;flex:1;font-size:12px;line-height:1.625;color:var(--text-body)}@media(min-width:1280px){.home-ecosystem .home-ecosystem__card-features{font-size:13px}}.home-ecosystem .home-ecosystem__card-features p{margin:0}.home-ecosystem .home-ecosystem__card-features p p+p{margin-top:4px}.home-ecosystem .home-ecosystem__card-link{display:inline-flex;align-items:center;justify-content:center;gap:2px;margin-left:auto;margin-right:auto;margin-top:20px;border-radius:9999px;border:1px solid var(--border-color);background:var(--bg-layout);padding:8px 16px;font-size:12px;color:var(--text-body);text-decoration:none;transition:color .2s,border-color .2s,background .2s,box-shadow .2s,gap .2s}@media(min-width:1280px){.home-ecosystem .home-ecosystem__card-link{font-size:13px}}.home-ecosystem .home-ecosystem__card-link .home-ecosystem__card-link_disabled{cursor:default;opacity:.6;background:var(--bg-layout)}.home-ecosystem .home-ecosystem__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease-out)}.home-ecosystem .home-ecosystem__card:hover{transform:translateY(-6px);box-shadow:var(--shadow-elevated);border-color:rgba(22,119,255,.16)}.home-ecosystem .home-ecosystem__card:hover:before{transform:scaleX(1)}.home-ecosystem .home-ecosystem__card-link:hover{border-color:rgba(22,119,255,.4);color:var(--primary);background:#f0f6ff;gap:6px;box-shadow:0 4px 12px -4px rgba(22,119,255,.3)}.home-ecosystem .home-ecosystem__card-link_disabled:hover{border-color:var(--border-color);color:var(--text-body);background:var(--bg-layout);gap:2px;box-shadow:none}.home-partners{padding:64px 0;background:var(--bg-layout)}@media(min-width:768px){.home-partners{padding:80px 0}}.home-partners .home-partners__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:16px}.home-partners .home-partners__title{font-size:24px;font-weight:700;color:var(--text-heading);margin-bottom:8px}@media(min-width:768px){.home-partners .home-partners__title{font-size:30px}}.home-partners .home-partners__subtitle{font-size:14px;color:var(--text-body)}@media(min-width:768px){.home-partners .home-partners__subtitle{font-size:16px}}.home-partners .home-partners__link{font-size:14px;font-weight:500;color:var(--primary);text-decoration:none;flex-shrink:0}.home-partners .home-partners__link .home-partners__link--desktop{display:none}@media(min-width:640px){.home-partners .home-partners__link .home-partners__link--desktop{display:block}}.home-partners .home-partners__link .home-partners__link--mobile{display:block;text-align:center;margin-top:24px}@media(min-width:640px){.home-partners .home-partners__link .home-partners__link--mobile{display:none}}.home-partners .home-partners__grid{display:flex;flex-wrap:wrap;gap:16px}@media(min-width:1024px){.home-partners .home-partners__grid{flex-wrap:nowrap}}.home-partners .home-partners__cell{flex-shrink:0;width:calc(50% - 8px);min-width:140px}@media(min-width:640px){.home-partners .home-partners__cell{width:calc(33.333% - 11px)}}@media(min-width:1024px){.home-partners .home-partners__cell{width:auto;flex:1}}.home-partners .home-partners__card{background:#fff;border-radius:12px;border:1px solid var(--border-color);padding:24px 16px;text-align:center;height:100%;transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out),border-color .3s}.home-partners .home-partners__card-logo{height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:transform .3s var(--ease-out)}.home-partners .home-partners__card-logo img{-o-object-fit:contain;object-fit:contain;max-height:40px}.home-partners .home-partners__card-metric{font-size:12px;color:var(--text-body);margin-bottom:4px}.home-partners .home-partners__card-value{font-size:24px;font-weight:700;color:var(--primary)}@media(min-width:768px){.home-partners .home-partners__card-value{font-size:30px}}.home-partners .home-partners__link:hover{text-decoration:underline}.home-partners .home-partners__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated);border-color:rgba(22,119,255,.18)}.home-partners .home-partners__card:hover .home-partners__card-logo{transform:scale(1.06)}.home-cta{position:relative;padding:56px 0;background:linear-gradient(120deg,#0a2540,#143b66 55%,#0d2f52);color:#fff;overflow:hidden}@media(min-width:768px){.home-cta{padding:64px 0}}@keyframes home-cta-breathe{0%,to{opacity:.65;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.12)}}@keyframes home-cta-float{0%{transform:translateZ(0)}to{transform:translate3d(-24px,28px,0)}}.home-cta .home-cta__wrap{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:40px}@media(min-width:1024px){.home-cta .home-cta__wrap{flex-direction:row}}.home-cta .home-cta__text{text-align:center}@media(min-width:1024px){.home-cta .home-cta__text{text-align:left}}.home-cta .home-cta__title{font-size:24px;font-weight:700;margin-bottom:12px}@media(min-width:768px){.home-cta .home-cta__title{font-size:30px}}.home-cta .home-cta__title-br{display:none}@media(min-width:768px){.home-cta .home-cta__title-br{display:block}}.home-cta .home-cta__title-sub{color:hsla(0,0%,100%,.9)}.home-cta .home-cta__desc{font-size:14px;color:hsla(0,0%,100%,.6)}@media(min-width:768px){.home-cta .home-cta__desc{font-size:16px}}.home-cta .home-cta__benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:32px}@media(min-width:768px){.home-cta .home-cta__benefits{gap:48px}}.home-cta .home-cta__benefit{text-align:center;transition:transform .25s var(--ease-out)}.home-cta .home-cta__benefit-icon{display:flex;justify-content:center;margin-bottom:8px}.home-cta .home-cta__benefit-title{font-size:14px;font-weight:600}.home-cta .home-cta__benefit-desc{font-size:12px;color:hsla(0,0%,100%,.6)}.home-cta .home-cta__btn{flex-shrink:0}.home-cta .home-cta__benefit:hover{transform:translateY(-4px)}.home-cta .home-cta:before{content:"";position:absolute;left:50%;top:50%;width:680px;height:680px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(22,119,255,.32),transparent 60%);filter:blur(60px);pointer-events:none;animation:home-cta-breathe 7s ease-in-out infinite}.home-cta .home-cta:after{content:"";position:absolute;right:8%;top:18%;width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.6);box-shadow:0 0 12px 2px hsla(0,0%,100%,.35),180px 90px 0 -2px rgba(105,177,255,.7),320px -40px 0 -1px hsla(0,0%,100%,.35),60px 180px 0 -3px rgba(255,102,0,.45);pointer-events:none;animation:home-cta-float 10s ease-in-out infinite alternate}.home-contact{padding:64px 0;background:linear-gradient(180deg,#ffffff,#f5f9ff)}@media(min-width:768px){.home-contact{padding:80px 0}}.home-contact .home-contact__grid{display:grid;gap:48px;align-items:center}@media(min-width:768px){.home-contact .home-contact__grid{grid-template-columns:repeat(2,1fr);gap:64px}}.home-contact .home-contact__title{font-size:30px;font-weight:700;color:var(--text-heading);margin-bottom:16px}@media(min-width:768px){.home-contact .home-contact__title{font-size:34px}}.home-contact .home-contact__desc{font-size:16px;color:var(--text-body);margin-bottom:36px}.home-contact .home-contact__points{display:grid;gap:18px;margin-bottom:40px}@media(min-width:640px){.home-contact .home-contact__points{grid-template-columns:repeat(3,1fr);gap:16px}}.home-contact .home-contact__point{display:flex;align-items:center;gap:12px}.home-contact .home-contact__point-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,rgba(22,119,255,.12),rgba(22,119,255,.04));color:var(--primary);font-size:18px}.home-contact .home-contact__point-text{min-width:0}.home-contact .home-contact__point-text b{display:block;font-size:14px;color:var(--text-heading)}.home-contact .home-contact__point-text span{display:block;margin-top:2px;font-size:12px;color:var(--text-muted)}.home-contact .home-contact__phone-wrap{display:flex;align-items:center;gap:16px}.home-contact .home-contact__phone-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:var(--gradient-primary);color:#fff;font-size:22px;box-shadow:var(--shadow-glow)}.home-contact .home-contact__phone-body{display:flex;flex-direction:column}.home-contact .home-contact__phone-label{font-size:12px;color:var(--text-muted)}.home-contact .home-contact__phone{font-size:26px;font-weight:700;line-height:1.3;color:var(--primary);text-decoration:none;font-variant-numeric:tabular-nums}@media(min-width:768px){.home-contact .home-contact__phone{font-size:30px}}.home-contact .home-contact__form-card{position:relative;overflow:hidden;border-radius:16px;border:1px solid rgba(22,119,255,.1);background:#fff;padding:28px;box-shadow:0 20px 48px -16px rgba(15,35,75,.16)}@media(min-width:768px){.home-contact .home-contact__form-card{padding:36px}}.home-contact .home-contact__phone:hover{text-decoration:underline}.home-contact .home-contact__form-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary)}@media(prefers-reduced-motion:reduce){.home-cta:after,.home-cta:before{animation:none!important;transition:none!important}}