.interactive-showcase{display:flex;flex-direction:column;gap:24px}.showcase-visual{align-items:center;background:#f4f3fa;border-radius:16px;display:flex;justify-content:center;min-height:220px;order:1}.showcase-list{order:2}.showcase-image{border-radius:12px;display:block;max-width:100%}.showcase-item{border-bottom:1px solid #e5e5e5;cursor:pointer;min-height:44px;padding:16px 4px;transition:opacity .2s ease}.showcase-item:first-child{padding-top:0}.showcase-item:last-child{border-bottom:none}.showcase-description,.showcase-title{font-size:15px;line-height:1.4;margin:0;transition:color .2s ease}.showcase-title{color:#b3b3b3;display:inline;font-weight:700}.showcase-description{color:#b3b3b3;display:inline;font-weight:400}.showcase-item.is-active .showcase-description,.showcase-item.is-active .showcase-title,.showcase-item:hover .showcase-description,.showcase-item:hover .showcase-title{color:#050047}@media (min-width:768px){.interactive-showcase{align-items:center;flex-direction:row;gap:48px}.showcase-visual{border-radius:24px;flex:1;min-height:320px;order:2}.showcase-list{flex:1;order:1}.showcase-description,.showcase-title{font-size:16px}}