.home-page{width:100%;display:flex;flex-direction:column;background-color:var(--surface)}.home-page>.section h2,.home-page>.pin-spacer .section h2{font-family:var(--font-family-accent);font-weight:var(--font-weight-medium);letter-spacing:-.025em}:is(.home-page .home-faq) .home-faq__inner{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.4fr);gap:var(--space-block);align-items:start;max-width:var(--container-width)}:is(.home-page .home-faq) .home-faq__head{position:sticky;top:calc(var(--header-height, 72px) + var(--space-block))}:is(:is(.home-page .home-faq) .home-faq__head) .section-head__title{max-width:15ch}:is(.home-page .home-faq) .home-faq__box{display:flex;flex-direction:column}@media(max-width:1024px){:is(.home-page .home-faq) .home-faq__inner{grid-template-columns:1fr}:is(.home-page .home-faq) .home-faq__head{position:static}:is(:is(.home-page .home-faq) .home-faq__head) .section-head__title{max-width:none}}.home-hero{position:relative;min-height:100vh;min-height:100svh;--hero-air: var(--spacing-xxl);justify-content:center;padding-top:calc(var(--header-height, 72px) + var(--hero-air));padding-bottom:var(--hero-air);isolation:isolate;--glow-x: 82%;--glow-y: 16%}.home-hero .home-hero__sky{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;overflow:clip}.home-hero .home-hero__drift{position:absolute;top:0;right:0;bottom:0;left:0}.home-hero .home-hero__orb{position:absolute;border-radius:50%;filter:blur(90px)}.home-hero .home-hero__orb--a{top:-14%;left:46%;width:46vw;height:46vw;max-width:720px;max-height:720px;background:radial-gradient(circle,color-mix(in srgb,var(--blue-bright) 70%,transparent),transparent 70%)}.home-hero .home-hero__orb--b{bottom:-22%;left:-8%;width:38vw;height:38vw;max-width:560px;max-height:560px;background:radial-gradient(circle,color-mix(in srgb,var(--blue) 50%,transparent),transparent 72%)}.home-hero .home-hero__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--spacing-md);padding-top:var(--spacing-sm)}:is(.home-hero .home-hero__actions) .home-hero__browse{display:inline-flex;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:var(--font-weight-semibold);color:var(--ink-body);transition:color var(--duration-fast) var(--ease-out)}:is(:is(.home-hero .home-hero__actions) .home-hero__browse) .app-icon{font-size:.85rem;color:var(--blue);transition:transform var(--duration-base) var(--ease-out)}:is(:is(.home-hero .home-hero__actions) .home-hero__browse):hover{color:var(--ink)}:is(:is(.home-hero .home-hero__actions) .home-hero__browse):hover .app-icon{transform:translateY(3px)}.home-hero .home-hero__head{max-width:1100px}:is(.home-hero .home-hero__head) .section-head__title{max-width:17ch}:is(.home-hero .home-hero__head) .accent{display:block;width:fit-content;max-width:100%;padding:.08em .24em;margin:-.08em auto;font-family:var(--font-family-script);font-weight:var(--font-weight-regular);font-size:1.06em;line-height:1.02;letter-spacing:0;color:var(--blue);background-image:linear-gradient(100deg,var(--blue-deep) 0%,var(--blue) 38%,var(--blue-bright) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media(max-height:820px){.home-hero{--hero-air: var(--spacing-lg)}}@media(max-height:700px){.home-hero{--hero-air: var(--spacing-md)}.home-hero .home-hero__head .section-head__title{font-size:clamp(2.1rem,5.4vw,3.4rem)}.home-hero .home-hero__head .section-head__lead{font-size:1.05rem}}@media(max-height:520px){.home-hero{--hero-air: var(--spacing-xs);--space-head: .75rem}.home-hero .home-hero__sky{display:none}.home-hero .home-hero__head .section-head__title{font-size:clamp(1.6rem,4vw,2rem)}.home-hero .home-hero__head .section-head__lead{font-size:1rem;max-width:60ch}.home-hero .home-hero__actions{padding-top:0}}@media(max-width:768px){.home-hero{padding-top:calc(var(--header-height, 64px) + var(--hero-air))}.home-hero .home-hero__head .section-head__title{max-width:none}.home-hero{--glow-x: 68%;--glow-y: 26%}}@media(max-width:480px){.home-hero .home-hero__actions{flex-direction:column;gap:var(--spacing-sm)}}.home-clients{gap:var(--space-head);padding-bottom:0}.home-clients .home-clients__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-grid) var(--spacing-xl)}:is(.home-clients .home-clients__list) img{height:calc(1.75rem * var(--logo-scale, 1));width:auto;filter:grayscale(1) brightness(var(--logo-brightness, 1)) contrast(var(--logo-contrast, 1));opacity:.8}@media(max-width:768px){.home-clients .home-clients__list{gap:var(--spacing-sm) var(--spacing-lg)}:is(.home-clients .home-clients__list) img{height:calc(1.5rem * var(--logo-scale, 1))}}.home-problem .home-problem__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:var(--spacing-xs) var(--space-grid)}.home-problem .home-problem__item{display:grid;grid-row:span 2;grid-template-rows:subgrid;padding-top:var(--spacing-md);border-top:1px solid var(--line-strong)}.home-problem .home-problem__item-title{font-size:1.15rem;font-weight:var(--font-weight-semibold);line-height:1.3;letter-spacing:-.015em;color:var(--ink);text-wrap:balance}.home-problem .home-problem__item-desc{font-size:1rem;line-height:1.6;color:var(--ink-body)}.home-problem .home-problem__bridge{max-width:62ch;font-size:var(--font-size-lead);line-height:1.55;color:var(--ink-body)}:is(.home-problem .home-problem__bridge) strong{font-weight:var(--font-weight-semibold);color:var(--ink)}@media(max-width:1024px){.home-problem .home-problem__list{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,auto);row-gap:var(--spacing-md)}}@media(max-width:480px){.home-problem .home-problem__list{grid-template-columns:1fr;grid-template-rows:none}.home-problem .home-problem__item{grid-row:auto;grid-template-rows:none;gap:var(--spacing-xs)}}.home-solutions .home-solutions__gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--space-grid);padding:0;margin:0;list-style:none}:is(.home-solutions .home-solutions__gallery) li{display:flex;min-width:0}.home-solutions .home-solutions__gallery li:nth-child(7n+1){grid-column:span 7;--tile-h: 26rem;--tile-text: 30ch;--mock-w: 42rem;--mock-scale: .74;--veil-solid: 30%;--veil-mid: 52%}.home-solutions .home-solutions__gallery li:nth-child(7n+2){grid-column:span 5;--tile-h: 26rem;--tile-text: 24ch;--mock-w: 34rem;--mock-scale: .66;--veil-solid: 34%;--veil-mid: 56%}.home-solutions .home-solutions__gallery li:nth-child(7n+3){grid-column:span 5;--tile-h: 23rem;--tile-text: 24ch;--mock-w: 36rem;--mock-scale: .62;--veil-solid: 34%;--veil-mid: 56%}.home-solutions .home-solutions__gallery li:nth-child(7n+4){grid-column:span 7;--tile-h: 23rem;--tile-text: 30ch;--mock-w: 40rem;--mock-scale: .68;--veil-solid: 30%;--veil-mid: 52%}.home-solutions .home-solutions__gallery li:nth-child(7n+5),.home-solutions .home-solutions__gallery li:nth-child(7n+6),.home-solutions .home-solutions__gallery li:nth-child(7n+7){grid-column:span 4;--tile-h: 20rem;--tile-text: 22ch;--mock-w: 30rem;--mock-scale: .55;--veil-solid: 44%;--veil-mid: 64%}.home-solutions .home-solutions__foot{display:flex;justify-content:center}.home-solutions .tile{position:relative;isolation:isolate;overflow:hidden;display:flex;width:100%;min-height:var(--tile-h, 22rem);border-radius:var(--r-2xl);background:var(--night-soft);box-shadow:var(--shadow-dark-piece);color:var(--ink-on-night);transition:transform var(--duration-base) var(--ease-out),box-shadow var(--duration-base) var(--ease-out)}:is(.home-solutions .tile):hover:not(.is-pending){transform:translate3d(0,var(--lift-lg),0);box-shadow:var(--shadow-dark-piece-lg)}:is(.home-solutions .tile):hover:not(.is-pending) .tile__visual{transform:translate3d(.9rem,.7rem,0) scale(calc(var(--mock-scale, .7) * 1.045))}:is(.home-solutions .tile):hover:not(.is-pending) .tile__glow{opacity:.26}:is(.home-solutions .tile):hover:not(.is-pending) .tile__icon{transform:translate3d(0,-2px,0)}:is(.home-solutions .tile):hover:not(.is-pending) .tile__more{color:var(--app-color-on-night, var(--blue-on-night))}:is(:is(.home-solutions .tile):hover:not(.is-pending) .tile__more) .app-icon{transform:translate3d(4px,-4px,0)}:is(.home-solutions .tile):focus-visible{outline:none;box-shadow:0 0 0 3px #fffffff2,0 0 0 6px var(--night)}.is-pending:is(.home-solutions .tile){cursor:default;box-shadow:none}.home-solutions .tile__glow{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;pointer-events:none;background:radial-gradient(86% 78% at 0% 0%,var(--app-color-on-night, var(--blue-on-night)) 0%,transparent 62%),radial-gradient(68% 68% at 84% 104%,var(--app-color-on-night, var(--blue-on-night)) 0%,transparent 70%);opacity:.17;transition:opacity var(--duration-slow) var(--ease-out)}.home-solutions .tile__visual{position:absolute;right:0;bottom:0;z-index:-2;display:flex;justify-content:flex-end;align-items:flex-end;width:var(--mock-w, 34rem);transform-origin:100% 100%;transform:translate3d(1.6rem,1.3rem,0) scale(var(--mock-scale, .7));pointer-events:none;transition:transform var(--duration-slow) var(--ease-out-expo)}.home-solutions .tile__veil{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(104deg,var(--night-soft) var(--veil-solid, 32%),color-mix(in srgb,var(--night-soft) 68%,transparent) var(--veil-mid, 54%),transparent 76%)}.home-solutions .tile__body{position:relative;display:flex;flex-direction:column;gap:var(--spacing-sm);align-items:flex-start;max-width:var(--tile-text, 26ch);padding:var(--spacing-lg)}.home-solutions .tile__top{display:flex;align-items:center;gap:var(--spacing-sm);padding-bottom:var(--spacing-xs)}.home-solutions .tile__icon{display:grid;place-items:center;width:2.6rem;height:2.6rem;border-radius:var(--r-lg);background:var(--app-color-on-night, var(--blue-on-night));color:var(--night);font-size:1.05rem;transition:transform var(--duration-base) var(--ease-out)}.home-solutions .tile__name{font-size:clamp(1.3rem,1.5vw,1.75rem);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-heading);line-height:1.15;color:var(--ink-on-night);text-wrap:balance}.home-solutions .tile__desc{font-size:1.02rem;line-height:1.55;color:var(--ink-on-night-muted)}.home-solutions .tile__more{display:flex;align-items:center;gap:.5rem;padding-top:var(--spacing-xs);font-size:.98rem;font-weight:var(--font-weight-semibold);color:#ffffffe0;transition:color var(--duration-base) var(--ease-out)}:is(.home-solutions .tile__more) .app-icon{font-size:.82rem;transform:rotate(-45deg);transition:transform var(--duration-base) var(--ease-out-expo)}@media(max-width:1024px){.home-solutions .home-solutions__gallery li:nth-child(n){grid-column:span 6;--tile-h: 22rem;--tile-text: 26ch;--mock-w: 34rem;--mock-scale: .6;--veil-solid: 40%;--veil-mid: 60%}.home-solutions .home-solutions__gallery li:nth-child(7n+1){grid-column:span 12;--tile-h: 24rem;--tile-text: 32ch;--mock-w: 42rem;--mock-scale: .72;--veil-solid: 30%;--veil-mid: 52%}}@media(max-width:768px){.home-solutions .home-solutions__gallery li:nth-child(n),.home-solutions .home-solutions__gallery li:nth-child(7n+1){grid-column:span 12;--tile-h: 21rem;--mock-w: 30rem;--mock-scale: .62}.home-solutions .tile__veil{background:linear-gradient(176deg,var(--night-soft) 50%,color-mix(in srgb,var(--night-soft) 66%,transparent) 68%,transparent 92%)}.home-solutions .tile__body{max-width:none;padding:var(--spacing-md)}}@media(prefers-reduced-motion:reduce){.home-solutions .tile:hover:not(.is-pending){transform:none}.home-solutions .tile:hover:not(.is-pending) .tile__visual{transform:translate3d(1.6rem,1.3rem,0) scale(var(--mock-scale, .7))}}.home-sectors .home-sectors__stage{flex:none}:is(.home-sectors .home-sectors__stage.is-tracked) .home-sectors__viewport{position:sticky;top:var(--rail-top, 0px);min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding-top:var(--header-height);padding-bottom:var(--space-block)}:is(.home-sectors .home-sectors__stage.is-tracked) .home-sectors__rail-wrap{overflow:hidden;scrollbar-width:none}:is(:is(.home-sectors .home-sectors__stage.is-tracked) .home-sectors__rail-wrap)::-webkit-scrollbar{display:none}.home-sectors .home-sectors__rail-wrap{--bleed: 14px;--bleed-bottom: 52px;overflow-x:auto;overscroll-behavior-x:contain;padding:var(--bleed) var(--bleed) var(--bleed-bottom);margin-inline:calc(var(--bleed) * -1);scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent}.home-sectors .home-sectors__rail{list-style:none;padding:0;margin:0;width:max-content;display:flex;will-change:transform;align-items:stretch;gap:var(--space-grid)}:is(.home-sectors .home-sectors__rail) li{display:flex;flex:0 0 clamp(300px,29vw,410px)}.home-sectors .card{position:relative;display:flex;flex-direction:column;gap:var(--spacing-md);width:100%;padding:var(--spacing-lg);background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--r-2xl);box-shadow:var(--shadow-sm);transition:transform var(--duration-base) var(--ease-out),border-color var(--duration-base) var(--ease-out),box-shadow var(--duration-base) var(--ease-out)}:is(.home-sectors .card):hover{transform:translate3d(0,var(--lift),0);border-color:var(--blue);box-shadow:var(--shadow-lg)}:is(.home-sectors .card):focus-visible{outline:none;box-shadow:0 0 0 3px var(--blue-tint);border-color:var(--blue)}.home-sectors .card__icon{display:grid;place-items:center;width:60px;height:60px;border-radius:var(--r-lg);background:var(--ink);color:#fff;font-size:1.4rem;transition:background var(--duration-base) var(--ease-out)}.home-sectors .card:hover .card__icon{background:var(--blue)}.home-sectors .card__name{display:flex;align-items:center;gap:.5rem;font-size:clamp(1.4rem,1.55vw,1.7rem);font-weight:var(--font-weight-semibold);letter-spacing:-.02em;line-height:1.2;color:var(--ink);text-wrap:balance}.home-sectors .card__desc{font-size:1.1rem;line-height:1.6;color:var(--ink-body)}.home-sectors .card__more{margin-top:auto;display:flex;align-items:center;gap:.5rem;padding-top:var(--spacing-sm);border-top:1px solid var(--line);font-size:1rem;font-weight:var(--font-weight-semibold);color:var(--blue)}:is(.home-sectors .card__more) .app-icon{font-size:.8rem}@media(min-width:769px)and (max-height:860px){:is(.home-sectors .home-sectors__stage.is-tracked) .home-sectors__viewport{padding-bottom:var(--spacing-md)}:is(.home-sectors .home-sectors__stage.is-tracked) .container{gap:var(--space-head)}:is(.home-sectors .home-sectors__stage.is-tracked) .section-head__title{font-size:clamp(1.9rem,3vw,2.6rem)}:is(.home-sectors .home-sectors__stage.is-tracked) .section-head__lead{font-size:1.05rem}:is(.home-sectors .home-sectors__stage.is-tracked) .card{padding:var(--spacing-md)}:is(.home-sectors .home-sectors__stage.is-tracked) .card__icon{width:48px;height:48px;font-size:1.2rem}}@media(max-width:768px){.home-sectors .home-sectors__rail-wrap{overflow:visible;padding:0;margin-inline:0}.home-sectors .home-sectors__rail{flex-direction:column;width:auto;gap:0;border-top:1px solid var(--line)}:is(.home-sectors .home-sectors__rail) li{flex:none}.home-sectors .card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"icon name more" "icon desc more";align-items:center;gap:.15rem var(--spacing-sm);padding:var(--spacing-md) 0;border:0;border-bottom:1px solid var(--line);border-radius:0;background:none;box-shadow:none}:is(.home-sectors .card):hover{transform:none;border-color:var(--line);box-shadow:none}:is(.home-sectors .card):focus-visible{box-shadow:0 0 0 3px var(--focus-ring);border-radius:var(--r-sm)}.home-sectors .card__icon{grid-area:icon;align-self:center;width:2.75rem;height:2.75rem;font-size:1.05rem}.home-sectors .card__name{grid-area:name;align-self:end;font-size:1.08rem}.home-sectors .card__desc{grid-area:desc;align-self:start;font-size:.92rem;line-height:1.45}.home-sectors .card__more{grid-area:more;align-self:center;margin-top:0;padding-top:0;border-top:0;color:var(--ink-muted)}.home-sectors .card__more-text{position:absolute;width:1px;height:1px;clip-path:inset(50%);overflow:hidden;white-space:nowrap}}.home-why .home-why__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.home-why .home-why__item{display:grid;grid-template-columns:5.5rem minmax(0,1fr);gap:var(--spacing-md) var(--spacing-lg);align-items:start;padding-block:var(--spacing-lg);transition:border-color var(--duration-base) var(--ease-out)}:is(.home-why .home-why__item) .home-why__item-title,:is(.home-why .home-why__item) .home-why__item-desc{transition:color var(--duration-base) var(--ease-out)}.home-why .home-why__num{display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:var(--r-pill);background:var(--blue-wash);color:var(--blue);transition:opacity var(--duration-base) var(--ease-out),transform var(--duration-base) var(--ease-out-expo)}:is(.home-why .home-why__num) .app-icon{width:1.1rem;height:1.1rem}:is(:is(.is-staged .home-why) .home-why__item) .home-why__item-title{color:var(--ink-muted)}:is(:is(.is-staged .home-why) .home-why__item) .home-why__item-desc{color:var(--ink-muted)}:is(.is-staged .home-why) .home-why__num{opacity:0;transform:scale(.65)}:is(.is-staged .home-why) .home-why__item.is-here{border-top:1px solid var(--blue)}:is(:is(.is-staged .home-why) .home-why__item.is-here) .home-why__item-title{color:var(--ink)}:is(:is(.is-staged .home-why) .home-why__item.is-here) .home-why__item-desc{color:var(--ink-body)}:is(:is(.is-staged .home-why) .home-why__item.is-here) .home-why__num{opacity:1;transform:scale(1)}:is(:is(.is-staged .home-why) .home-why__item.is-here):first-child{border-top:0}.home-why .home-why__body{display:flex;flex-direction:column;gap:.55rem}.home-why .home-why__item-title{font-size:clamp(1.3rem,2vw,1.75rem);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-heading);color:var(--ink)}.home-why .home-why__item-desc{font-size:1.05rem;line-height:1.62;color:var(--ink-body);max-width:62ch}.home-why .home-why__next{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-lg);border-radius:var(--r-2xl);background:var(--blue-wash)}.home-why .home-why__next-title{font-size:1.25rem;font-weight:var(--font-weight-semibold);letter-spacing:-.015em;color:var(--ink)}.home-why .home-why__steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-grid)}.home-why .home-why__step{display:flex;flex-direction:column;gap:.5rem;font-size:1rem;line-height:1.55;color:var(--ink-body)}.home-why .home-why__step-num{display:grid;place-items:center;width:1.75rem;height:1.75rem;border-radius:var(--r-pill);background:var(--blue);color:#fff;font-size:.85rem;font-weight:var(--font-weight-semibold);line-height:1}.home-why .home-why__sign-text{padding-top:var(--spacing-md);border-top:1px solid var(--blue-tint);font-size:1.1rem;line-height:1.55;color:var(--ink-strong);max-width:62ch}.home-why .home-why__sign-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:var(--font-weight-semibold);color:var(--blue)}:is(.home-why .home-why__sign-link) .app-icon{font-size:.75rem;transition:transform var(--duration-base) var(--ease-out)}:is(.home-why .home-why__sign-link):hover .app-icon{transform:translate3d(4px,0,0)}@media(max-width:768px){.home-why .home-why__item{grid-template-columns:1fr;gap:.5rem;padding-block:var(--spacing-md)}:is(.is-staged .home-why) .home-why__item .home-why__item-title{color:var(--ink)}:is(.is-staged .home-why) .home-why__item .home-why__item-desc{color:var(--ink-body)}.home-why .home-why__num{width:2.25rem;height:2.25rem}.home-why .home-why__next{padding:var(--spacing-md)}.home-why .home-why__steps{grid-template-columns:1fr;gap:var(--spacing-md)}.home-why .home-why__step{flex-direction:row;align-items:flex-start;gap:.75rem}.home-why .home-why__step-num{flex:none}}@media(prefers-reduced-motion:reduce){.home-why .home-why__num{opacity:1;transform:none}}.home-cta{overflow:clip}.home-cta .home-cta__inner{align-items:center;text-align:center;max-width:820px}.home-cta .home-cta__action{display:flex;flex-direction:column;align-items:center;gap:var(--space-head)}.home-cta .home-cta__note{font-size:.92rem;line-height:1.6;color:var(--ink-on-night-muted);max-width:52ch}@media(max-width:768px){.home-cta .home-cta__action{width:100%}}
