.feature-showcase{flex-direction:column;gap:0;display:flex}.feature-showcase-block{border-bottom:1px solid var(--primary-soft);align-items:center;gap:3rem;padding:3rem 0;display:flex}.feature-showcase-block:first-child{padding-top:0}.feature-showcase-block:last-child{border-bottom:none;padding-bottom:0}.feature-showcase-block:nth-child(2n){flex-direction:row-reverse}.feature-showcase-image-wrapper{flex:1;min-width:0}.feature-showcase-image-container{border:2px solid var(--primary-soft);background-color:#fff;border-radius:1rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000008}.feature-showcase-image-container:hover{transform:translateY(-4px);box-shadow:0 25px 50px -12px #0000001a,0 12px 15px -8px #0000000d}.feature-showcase-screenshot{width:100%;height:auto;display:block}.feature-showcase-content{flex:1;min-width:0}.feature-showcase-title{margin-bottom:.75rem}.feature-showcase-description{color:#0f1f18b3;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.feature-showcase-items{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.feature-showcase-item{color:var(--color-body-text);align-items:center;gap:.75rem;font-size:.9375rem;line-height:1.5;display:flex}.feature-showcase-checkmark{width:1.25rem;height:1.25rem;color:var(--primary);flex-shrink:0}@media (max-width:767px){.feature-showcase-block{flex-direction:column;gap:2rem}.feature-showcase-block:nth-child(2n){flex-direction:column}}
