* { box-sizing: border-box; }
:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #321c25; background: #f5e9eb; }
body { margin: 0; min-height: 100vh; min-height: 100svh; display: grid; place-items: center; padding: 24px; }
.download-card { width: 100%; max-width: 430px; background: #fff8f7; border-radius: 28px; overflow: hidden; box-shadow: 0 20px 70px #6b193322; }
.brand { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; color: #cf174c; text-decoration: none; font-family: Georgia, serif; font-size: 25px; font-weight: 700; }
.brand img { object-fit: contain; }
.hero { display: block; width: 100%; height: auto; }
.download-content { padding: 22px 24px 12px; text-align: center; }
.eyebrow { margin: 0 0 8px; color: #b81746; font-size: 10px; font-weight: 750; letter-spacing: .19em; }
h1 { margin: 0; font-family: Georgia, serif; font-size: 32px; line-height: 1.1; font-weight: 500; letter-spacing: -.8px; }
.intro { margin: 10px 0 20px; color: #78636c; font-size: 13px; }
.store-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.store-button { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 58px; padding: 10px 8px; border: 0; border-radius: 12px; background: #21191d; color: white; text-decoration: none; text-align: left; font: 600 18px/1.15 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.store-button small { display: block; font-size: 8px; font-weight: 500; letter-spacing: .7px; margin-bottom: 3px; }
.store-glyph { width: 25px; height: 25px; fill: currentColor; flex: none; }
.store-button:disabled { opacity: .6; cursor: default; }
a:focus-visible { outline: 3px solid #e51d56; outline-offset: 4px; }
a.store-button:hover { background: #481e30; }
footer { display: flex; justify-content: center; align-items: center; gap: 14px; padding: 6px 20px 20px; color: #78636c; font-size: 11px; }
footer a { color: inherit; padding: 8px 0; text-underline-offset: 3px; }
@media (max-width: 480px) { body { padding: 0; background: #fff8f7; display: block; } .download-card { max-width: none; border-radius: 0; box-shadow: none; } .brand { padding-top: max(10px, env(safe-area-inset-top)); } .hero { width: min(100%, 43svh); margin-inline: auto; } .download-content { padding-top: 19px; } footer { padding-bottom: max(14px, env(safe-area-inset-bottom)); } }
@media (max-width: 350px) { .download-content { padding-inline: 14px; } .store-button { font-size: 16px; gap: 6px; } h1 { font-size: 28px; } }
