.app-download-section{margin:24px 0}
.app-download-card{display:flex;align-items:center;gap:16px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.05)}
.app-download-card img{width:72px;height:72px;object-fit:cover;border-radius:12px}
.app-download-card h2,.app-download-card h3{margin:0 0 6px;font-size:20px}
.app-download-card p{margin:0;color:#8a8f98}
@media(max-width:640px){.app-download-card{align-items:flex-start}.app-download-card img{width:56px;height:56px}}
