.app-showcase{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:center}.phones{display:flex;justify-content:center;gap:25px;align-items:center}.phones img{width:min(42%,300px);border-radius:24px;box-shadow:0 25px 60px #171b2030;border:6px solid #202428}.phones img:first-child{transform:translateY(28px)}.app-showcase>div>p:last-of-type{color:var(--muted);line-height:1.7}.app-showcase ul{padding:0;list-style:none;line-height:2}.app-showcase li:before{content:"✓";color:var(--orange);font-weight:800;margin-right:10px}@media(max-width:900px){.app-showcase{grid-template-columns:1fr}.phones{order:2}}@media(max-width:560px){.phones{gap:10px}.phones img{width:48%;border-width:3px;border-radius:15px}}
