.home-slider{position:relative;isolation:isolate;height:650px;overflow:hidden;background:#f7f1fb}.home-slider-track,.home-slide{position:absolute;inset:0}.home-slide{z-index:0;display:grid;align-items:center;opacity:0;visibility:hidden;transform:scale(1.015);transition:opacity .65s ease,transform .8s ease,visibility .65s}.home-slide.is-active{z-index:1;opacity:1;visibility:visible;transform:scale(1)}.home-slide:before{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(96,38,158,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(96,38,158,.035) 1px,transparent 1px);background-size:50px 50px;mask-image:linear-gradient(to bottom,#000,transparent)}.slide-primary{background:radial-gradient(circle at 80% 22%,rgba(155,56,239,.19),transparent 34%),linear-gradient(135deg,#fff,#f5ecfb)}.slide-services{background:radial-gradient(circle at 16% 80%,rgba(96,38,158,.16),transparent 34%),linear-gradient(135deg,#faf6fd,#eee3f6)}.slide-growth{background:radial-gradient(circle at 76% 70%,rgba(173,65,255,.18),transparent 30%),linear-gradient(135deg,#fff,#f4eafa)}.home-slide-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);align-items:center;gap:80px}.home-slide-copy{max-width:720px}.home-slide-label{display:inline-flex;padding:8px 12px;border:1px solid rgba(96,38,158,.15);border-radius:99px;background:rgba(255,255,255,.7);color:var(--p);font-size:10px;font-weight:800;letter-spacing:.12em}.home-slide h1,.home-slide h2{max-width:780px;margin:16px 0 15px;color:var(--ink);font-size:clamp(43px,5.1vw,72px);line-height:1.12;letter-spacing:-.04em;text-wrap:balance}.home-slide-copy>p{max-width:670px;margin:0;color:var(--muted);font-size:16px;line-height:1.9}.home-slide-actions{display:flex;gap:10px;margin-top:25px}.home-slide-actions a{min-height:52px;display:flex;align-items:center;justify-content:center;gap:18px;padding:0 20px;border-radius:13px;font-size:12px;font-weight:800}.slide-main-btn{background:linear-gradient(135deg,var(--p),var(--v));color:#fff;box-shadow:0 14px 30px rgba(96,38,158,.22)}.slide-ghost-btn{border:1px solid rgba(96,38,158,.18);background:rgba(255,255,255,.75);color:var(--p)}.home-slide-visual{position:relative;width:min(100%,470px);height:390px;margin:auto;border:1px solid rgba(96,38,158,.12);border-radius:34px;background:rgba(255,255,255,.55);box-shadow:0 30px 80px rgba(61,19,88,.13);backdrop-filter:blur(14px)}.visual-brand{display:grid;place-items:center;overflow:hidden}.visual-brand>img{width:80%;height:80%;object-fit:contain}.visual-brand picture,.visual-brand picture img{width:100%;height:100%;display:block;object-fit:cover}.visual-services{display:grid;place-items:center}.visual-services strong{font-size:86px;color:var(--p)}.visual-services span{position:absolute;padding:10px 15px;border-radius:12px;background:#fff;color:var(--p);font-size:11px;font-weight:800;box-shadow:0 12px 30px rgba(48,15,69,.12)}.visual-services span:nth-child(1){top:40px;left:40px}.visual-services span:nth-child(2){top:70px;right:34px}.visual-services span:nth-child(3){bottom:45px;left:65px}.visual-growth{display:flex;align-items:center;justify-content:center;flex-direction:column}.growth-chart{width:75%;height:190px;display:flex;align-items:flex-end;justify-content:center;gap:16px;padding:24px;border-bottom:2px solid #d9c8e5}.growth-chart i{width:42px;height:var(--h);border-radius:10px 10px 3px 3px;background:linear-gradient(180deg,var(--v),var(--p))}.visual-growth>span{margin-top:18px;color:var(--p);font-size:35px;font-weight:800}.visual-growth>small{color:var(--muted)}.home-slider-controls{position:absolute;z-index:4;bottom:28px;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between}.home-slider-dots,.home-slider-arrows{display:flex;gap:7px}.home-slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#c8b3d8;cursor:pointer;transition:.25s}.home-slider-dots button.is-active{width:28px;background:var(--p)}.home-slider-arrows button{width:39px;height:39px;border:1px solid #d7c7e1;border-radius:11px;background:rgba(255,255,255,.84);color:var(--p);font-size:17px;cursor:pointer}.home-slider-progress{position:absolute;z-index:4;bottom:0;left:0;width:100%;height:3px;background:rgba(96,38,158,.09)}.home-slider-progress span{display:block;width:100%;height:100%;transform-origin:right;background:linear-gradient(90deg,var(--p),var(--v));animation:sliderProgress 6s linear}@keyframes sliderProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}@media(max-width:900px){.home-slider{height:720px}.home-slide-grid{grid-template-columns:1fr;gap:25px;text-align:center}.home-slide-copy{margin:auto}.home-slide-actions{justify-content:center}.home-slide-visual{width:330px;height:250px}.home-slide h1,.home-slide h2{margin-inline:auto;font-size:45px}.home-slide-copy>p{margin-inline:auto}.visual-services strong{font-size:62px}.growth-chart{height:120px}}@media(max-width:640px){.home-slider{height:620px}.home-slide-grid{gap:20px}.home-slide h1,.home-slide h2{font-size:35px;line-height:1.18}.home-slide-copy>p{font-size:13px;line-height:1.75}.home-slide-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:19px}.home-slide-actions a{min-height:48px;padding:0 10px;font-size:10px}.home-slide-visual{width:260px;height:205px;border-radius:24px}.home-slider-controls{bottom:18px}.home-slider-arrows{display:none}.visual-services span{padding:7px 10px}.visual-services span:nth-child(1){top:24px;left:20px}.visual-services span:nth-child(2){top:40px;right:18px}.visual-services span:nth-child(3){bottom:25px;left:40px}.growth-chart{height:105px;padding:14px}.growth-chart i{width:28px}.visual-growth>span{font-size:27px}}@media(prefers-reduced-motion:reduce){.home-slide{transition:none}.home-slider-progress span{animation:none!important}}
@media(max-width:640px){.home-slider{height:445px}.home-slide-grid{grid-template-columns:minmax(0,1.35fr) minmax(115px,.65fr);gap:12px;text-align:start}.home-slide-copy{min-width:0;margin:0}.home-slide-label{padding:6px 8px;font-size:7px}.home-slide h1,.home-slide h2{margin:10px 0 9px;font-size:clamp(22px,6.8vw,29px);line-height:1.22;letter-spacing:-.025em}.home-slide-copy>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:10px;line-height:1.65}.home-slide-actions{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-top:13px}.home-slide-actions a{min-height:39px;gap:5px;padding:0 6px;border-radius:10px;font-size:8px}.home-slide-actions b{font-size:10px}.home-slide-visual{width:100%;height:180px;border-radius:19px;box-shadow:0 18px 40px rgba(61,19,88,.12)}.visual-brand>img{width:92%;height:92%}.visual-services strong{font-size:38px}.visual-services span{padding:5px 7px;font-size:7px}.visual-services span:nth-child(1){top:20px;left:9px}.visual-services span:nth-child(2){top:42px;right:7px}.visual-services span:nth-child(3){bottom:22px;left:17px}.growth-chart{width:88%;height:82px;gap:6px;padding:9px}.growth-chart i{width:16px;border-radius:5px 5px 2px 2px}.visual-growth>span{margin-top:10px;font-size:22px}.visual-growth>small{font-size:7px}.home-slider-controls{bottom:14px}.home-slider-dots button{width:6px;height:6px}.home-slider-dots button.is-active{width:22px}}
.home-slide.mode-banner{display:block}.full-banner-link,.full-banner-picture{display:block;width:100%;height:100%}.full-banner-picture img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.home-slide.mode-banner:before{display:none}@media(max-width:640px){.home-slide.mode-banner .full-banner-picture img{object-fit:cover}}
.home-slider{height:clamp(420px,33.854vw,650px)!important;padding:0!important;margin:0!important}.home-slide.mode-banner,.home-slide.mode-banner .full-banner-link,.home-slide.mode-banner .full-banner-picture{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important}.home-slide.mode-banner .full-banner-picture img{position:absolute;inset:0;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center!important}.home-slider-controls{top:0!important;bottom:auto!important;height:100%;pointer-events:none}.home-slider-arrows{position:absolute;top:50%;inset-inline:0;display:flex!important;justify-content:space-between;transform:translateY(-50%);pointer-events:none}.home-slider-arrows button{width:45px;height:45px;border-color:rgba(255,255,255,.62);background:rgba(255,255,255,.82);box-shadow:0 8px 24px rgba(29,8,43,.2);backdrop-filter:blur(9px);pointer-events:auto}.home-slider-dots{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);padding:8px 11px;border-radius:99px;background:rgba(255,255,255,.76);box-shadow:0 8px 24px rgba(29,8,43,.16);backdrop-filter:blur(9px);pointer-events:auto}.home-slider-dots button{background:#b8a1c9}.home-slider-dots button.is-active{background:var(--p)}@media(max-width:640px){.home-slider{height:clamp(400px,115.74vw,520px)!important}.home-slider-arrows{inset-inline:7px}.home-slider-arrows button{width:36px;height:36px;border-radius:10px;font-size:14px}.home-slider-dots{bottom:14px;padding:7px 9px}}
@media(max-width:640px){.home-slider{height:clamp(260px,68vw,320px)!important}.home-slider-arrows button{width:32px;height:32px;font-size:12px}.home-slider-dots{bottom:9px;padding:5px 8px}.home-slider-dots button{width:5px;height:5px}.home-slider-dots button.is-active{width:18px}}
