.landing-features{border-bottom:1px solid rgba(var(--color-border),var(--color-border-alpha,1));padding:120px 0}.landing-features__header{text-align:center;margin-bottom:80px}.landing-features__pill{margin-bottom:24px}.landing-features__title{margin:0 0 20px}.landing-features__desc{font-size:var(--font-size-xs);line-height:1.8;color:rgb(var(--color-subtext));max-width:740px;margin:0 auto}.landing-features__grid{display:flex;justify-content:center;align-items:flex-start;gap:var(--f-column-gap-xl,3rem)}.landing-features__grid>motion-element{flex:0 0 auto;width:55%;position:sticky;top:calc(var(--header-height,0px) + 2rem);align-self:flex-start}.landing-features__images{position:relative;width:100%}.landing-features__img-main{width:100%;aspect-ratio:550/367;border-radius:8px;overflow:hidden}.landing-features__img-main img{width:100%;height:100%;object-fit:cover}.landing-features__img-overlay{position:absolute;bottom:0;right:-40px;width:60%;border-radius:8px;overflow:hidden;background-color:transparent;opacity:0;transform:translateX(50px);transition:opacity .65s cubic-bezier(0, 0, .3, 1),transform .65s cubic-bezier(0, 0, .3, 1)}.landing-features__img-overlay.is-revealed{opacity:1;transform:translateX(0)}.landing-features__img-overlay img{width:100%;height:auto;display:block}.landing-features__list{flex:0 0 auto;width:42%;display:flex;flex-direction:column;justify-content:space-between;gap:0}.landing-features__item{display:flex;gap:30px;align-items:flex-start}.landing-features__item-content{flex:1;padding-top:8px;display:flex;flex-direction:column;gap:10px}.landing-features__item-title{margin:0}.landing-features__item-desc{font-size:var(--font-size-xxs);line-height:1.7;color:rgb(var(--color-subtext));margin:0}.landing-features__divider{border:none;border-top:1px solid rgba(var(--color-border),var(--color-border-alpha,1));margin:20px 0}@media (max-width:989px){.landing-features{padding:60px 0}.landing-features__grid{flex-direction:column}.landing-features__grid>motion-element,.landing-features__images{width:100%}.landing-features__img-overlay{width:200px;right:-10px}.landing-features__list{width:100%;margin-top:60px}.landing-features__header{margin-bottom:40px}}