.download-primary { display: none; }
.download-enhanced .download-primary { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 60px; padding: 17px 29px; border-radius: 100px; background: #fff; color: #204cce; box-shadow: 0 8px 24px #071c4720; font-size: 18px; font-weight: 700; line-height: 1.4; text-align: center; transition: transform .15s, box-shadow .15s; }
.download-enhanced .download-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px #071c4730; }
.download-enhanced > .badge-link { display: none; }
.page-download .download-primary { background: #2456dc; color: white; }
.download-primary:focus-visible, .download-dialog a:focus-visible, .download-dialog button:focus-visible { outline: 3px solid #f5b844; outline-offset: 5px; }
.download-dialog-open { overflow: hidden; }
.download-dialog { position: fixed; inset: 0; margin: auto; width: min(600px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 40px; border: 1px solid #e4eaf5; border-radius: 28px; background: #fff; color: #152849; text-align: center; box-shadow: 0 30px 100px #071c4740; overflow-y: auto; }
.download-dialog::backdrop { background: #08173599; backdrop-filter: blur(7px); }
.download-dialog-icon { display: block; margin: 0 auto 22px; border-radius: 16px; }
.download-dialog h2 { margin: 0; font-size: clamp(25px, 4vw, 32px); line-height: 1.2; letter-spacing: -.8px; }
.download-dialog > p { margin: 16px auto 26px; max-width: 430px; font-size: 17px; line-height: 1.6; color: #52637c; }
.download-dialog-close { position: absolute; inset-inline-end: 12px; top: 12px; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #f0f4fa; color: #314766; font-size: 29px; cursor: pointer; }
.download-store-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.download-store-option { padding: 16px 10px; border: 1px solid #e2e9f5; border-radius: 18px; background: #f6f8fc; }
.download-store-option h3 { margin: 0 0 10px; font-size: 16px; }
.download-qr { display: block; width: 100%; max-width: 200px; height: auto; margin: 0 auto 12px; border-radius: 10px; }
.download-store-badge { display: flex; align-items: center; justify-content: center; height: 55px; }
.download-store-badge img { max-width: 100%; width: 155px; height: auto; }
.download-store-option:last-child .download-store-badge img { width: 178px; }
@media (max-width: 600px) { .download-dialog { padding: 60px 20px 24px; } .download-enhanced .download-primary { width: 100%; max-width: 360px; padding: 16px 22px; font-size: 17px; } .download-store-options { gap: 10px; } }
@media (prefers-reduced-motion: reduce) { .download-enhanced .download-primary { transition: none; } }
