* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; max-width: 400px; margin: 0 auto; padding: 0; background: #000; }
body { overflow-x: hidden; }
.landing-page { position: relative; min-height: 100vh; background: #000; }
.hero { display: block; width: 100%; height: 100vh; object-fit: fill; cursor: pointer; }
.download-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 2; display: flex; justify-content: space-around; align-items: center; min-height: 70px; padding: 8px 10px; background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .35)); }
.download-button { display: block; max-width: 48%; height: 54px; cursor: pointer; }
