.products-hero{padding-block:clamp(1.25rem,2.5vw,2rem);overflow:hidden;border-bottom:var(--bsp-border-width) solid var(--bsp-color-border);background:var(--bsp-color-white)}.products-hero__frame{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.8fr);gap:clamp(2rem,5vw,5rem);align-items:center}.products-hero__copy,.product-feature__copy,.product-approach__copy,.products-hero__motif,.product-feature__art,.product-steps{min-width:0}.products-hero__copy{display:grid;gap:var(--bsp-space-md)}.products-hero h1{max-width:38rem;font-size:clamp(2.5rem,3.65vw,3.25rem);line-height:1.06}.products-hero .lead{max-width:34rem;color:var(--bsp-color-text-muted);font-size:clamp(1rem,1.4vw,1.125rem);line-height:1.5}.products-hero__motif{position:relative;width:min(100%,32rem);aspect-ratio:2.3;justify-self:end;background-image:linear-gradient(rgb(0 58 170 / 12%) 1px,transparent 1px),linear-gradient(90deg,rgb(0 58 170 / 12%) 1px,transparent 1px);background-size:3.4rem 3.4rem;-webkit-mask-image:linear-gradient(90deg,transparent,#000 18% 82%,transparent);mask-image:linear-gradient(90deg,transparent,#000 18% 82%,transparent)}.products-hero__circle{position:absolute;inset:17% auto auto 34%;width:40%;aspect-ratio:1;border:var(--bsp-border-width) solid rgb(0 58 170 / 25%);border-radius:50%}.products-hero__axis{position:absolute;background:#003aaa3d}.products-hero__axis--horizontal{inset:50% 0 auto;height:1px}.products-hero__axis--vertical{inset:2% auto 2% 54%;width:1px}.products-hero__axis--diagonal{inset:50% auto auto 13%;width:76%;height:1px;transform:rotate(-48deg)}.product-feature{position:relative;overflow:hidden;background:var(--bsp-color-surface-dark);color:var(--bsp-color-text-inverse)}.product-feature:before{position:absolute;inset:0 auto 0 4%;width:min(48rem,58vw);content:"";background:radial-gradient(circle,rgb(139 53 255 / 25%) 0%,rgb(21 152 255 / 12%) 36%,transparent 70%)}.product-feature__frame{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(18rem,.8fr);gap:clamp(2rem,6vw,6rem);align-items:center;min-height:clamp(16rem,19vw,18rem);padding-block:var(--bsp-space-md)}.product-feature__art{position:relative;display:grid;height:16rem;place-items:center}.product-feature__art img{position:absolute;inset:50% auto auto 50%;width:clamp(20rem,24vw,23rem);max-width:none;aspect-ratio:1;object-fit:contain;transform:translate(-50%,-50%);filter:drop-shadow(0 1.75rem 2.25rem rgb(0 0 0 / 35%))}.product-feature__copy{display:grid;gap:var(--bsp-space-md)}.product-feature__label{color:#b75fff;font-size:.8125rem;font-weight:var(--bsp-font-weight-bold);letter-spacing:.08em;text-transform:uppercase}.product-feature h2{color:var(--bsp-color-text-inverse);font-size:clamp(3.25rem,5vw,4.75rem);line-height:1}.product-feature__status{color:var(--bsp-color-text-inverse-muted);font-size:clamp(1.125rem,1.5vw,1.375rem)}.product-feature__link{display:inline-flex;width:fit-content;min-height:2.75rem;align-items:center;gap:var(--bsp-space-md);margin-block-start:var(--bsp-space-sm);border-bottom:2px solid var(--bsp-color-amethyst);color:var(--bsp-color-text-inverse);font-size:1.125rem;text-decoration:none}.product-feature__link:hover{border-color:var(--bsp-color-primary-blue);color:var(--bsp-color-text-inverse)}.product-feature__link span{font-size:1.65rem;line-height:1}.product-approach{padding-block:clamp(1rem,1.5vw,1.25rem);border-bottom:var(--bsp-border-width) solid var(--bsp-color-border);background:var(--bsp-color-white)}.product-approach__frame{display:grid;grid-template-columns:minmax(0,1fr) minmax(28rem,1.1fr);gap:clamp(2rem,5vw,5rem);align-items:center}.product-approach__copy{display:grid;gap:var(--bsp-space-xs)}.product-approach h2{font-size:clamp(1.5rem,1.9vw,1.65rem)}.product-approach .lead{font-size:clamp(.875rem,1.2vw,1rem);line-height:1.45}.product-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--bsp-space-lg);margin:0;padding:0;counter-reset:product-step;list-style:none}.product-steps__item{position:relative;display:grid;min-width:0;justify-items:center;gap:var(--bsp-space-sm);color:var(--bsp-color-text);font-size:1.125rem;font-weight:var(--bsp-font-weight-bold);text-align:center;counter-increment:product-step}.product-steps__item:not(:last-child):after{position:absolute;inset-block-start:1.55rem;inset-inline-start:calc(50% + 2.6rem);width:calc(100% - 5.2rem);height:1px;content:"";background:linear-gradient(90deg,var(--bsp-color-primary-blue),var(--bsp-color-amethyst))}.product-steps__marker{display:grid;width:3.25rem;aspect-ratio:1;place-items:center;border:2px solid var(--bsp-color-deep-blue);border-radius:50%;color:var(--bsp-color-deep-blue)}.product-steps__marker:before{content:counter(product-step,decimal-leading-zero);font-size:.75rem;font-weight:var(--bsp-font-weight-bold)}.products-closing{padding-block:clamp(1.25rem,2vw,1.5rem);background:var(--bsp-color-ice);text-align:center}.products-closing p{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:var(--bsp-font-weight-bold);line-height:var(--bsp-line-height-heading)}@media(max-width:58rem){.product-feature__frame,.product-approach__frame{grid-template-columns:minmax(0,1fr)}.product-feature__frame{gap:var(--bsp-space-sm)}.product-feature__copy{padding-block-end:var(--bsp-space-lg)}}@media(max-width:42rem){.products-hero{padding-block:var(--bsp-space-sm)}.products-hero__frame{grid-template-columns:minmax(0,1.2fr) minmax(6.5rem,.8fr);gap:var(--bsp-space-xs)}.products-hero h1{font-size:clamp(1.25rem,5.25vw,1.5rem)}.products-hero__motif{width:min(100%,10rem);aspect-ratio:1.2}.products-hero__copy{gap:var(--bsp-space-xs)}.products-hero .lead{font-size:.8125rem;line-height:1.4}.product-feature:before{width:100%}.product-feature__frame{min-height:0;gap:var(--bsp-space-xs);padding-block:var(--bsp-space-xs)}.product-feature__art{height:8.75rem}.product-feature__art img{width:12rem}.product-feature h2{font-size:clamp(2rem,9vw,2.25rem)}.product-feature__copy{gap:var(--bsp-space-xs);padding-block-end:var(--bsp-space-xs)}.product-feature__status{font-size:1rem}.product-feature__link{margin-block-start:0;font-size:1rem}.product-approach{padding-block:var(--bsp-space-xs)}.product-approach__frame{gap:var(--bsp-space-sm)}.product-approach h2{font-size:1.125rem}.product-approach .lead{font-size:.8125rem}.product-steps{grid-template-columns:minmax(0,1fr);gap:0}.product-steps__item{grid-template-columns:2.5rem minmax(0,1fr);justify-items:start;align-items:center;gap:var(--bsp-space-lg);min-height:3rem;padding-block:var(--bsp-space-2xs);border-bottom:var(--bsp-border-width) solid var(--bsp-color-border);text-align:start}.product-steps__item:last-child{border-bottom:0}.product-steps__item:not(:last-child):after{inset-block-start:auto;inset-block-end:-.45rem;inset-inline-start:1.25rem;width:1px;height:.55rem}.product-steps__marker{width:2.5rem}.products-closing{padding-block:.625rem}.products-closing p{font-size:1.25rem}}
