figure{margin:2rem 0;text-align:center}figure img{max-width:100%;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.4);transition:transform .2s ease,box-shadow .2s ease}figure img:hover{transform:scale(1.02);box-shadow:0 8px 30px rgba(108,99,255,.3)}figcaption{margin-top:.8rem;font-style:italic;color:#888;font-size:.9rem}.showcase{display:flex;gap:2rem;margin:3rem 0;padding:1.5rem;background:rgba(45,45,74,.5);border-radius:12px;border:1px solid rgba(108,99,255,.2);align-items:flex-start}.showcase-image{flex:0 0 55%;max-width:55%}.showcase-image img{width:100%;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.5);transition:transform .2s ease}.showcase-image a:hover img{transform:scale(1.02)}.showcase-content{flex:1;display:flex;flex-direction:column;justify-content:center}.showcase-title{margin:0 0 1rem;color:#fff;font-size:1.4rem;border-bottom:2px solid #6c63ff;padding-bottom:.5rem}.showcase-text{color:#ccc;line-height:1.7}.showcase-text p{margin:.5rem 0}.showcase-link{display:inline-block;margin-top:1rem;color:#6c63ff;font-weight:700;text-decoration:none;transition:color .2s ease}.showcase-link:hover{color:#8b84ff}@media(max-width:768px){.showcase{flex-direction:column}.showcase-image{flex:none;max-width:100%}}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:2rem 0}.gallery-item{background:rgba(45,45,74,.5);border-radius:12px;overflow:hidden;border:1px solid rgba(108,99,255,.2);transition:transform .2s ease,box-shadow .2s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(108,99,255,.2)}.gallery-item img{width:100%;aspect-ratio:16/9;object-fit:cover}.gallery-item-content{padding:1rem}.gallery-item h4{margin:0 0 .5rem;color:#fff}.gallery-item p{margin:0;color:#aaa;font-size:.9rem}