.download-page { background:#080f1c; }
.download-shell { width:min(1160px,calc(100% - 80px)); margin:0 auto; }
.download-hero { display:grid; grid-template-columns:1.15fr 1fr; align-items:center; gap:64px; padding:72px 0 64px; }
.download-eyebrow { color:#9bbdea; font-size:11px; font-weight:600; letter-spacing:2.5px; text-transform:uppercase; margin-bottom:26px; }
.download-copy h1 { font-size:clamp(42px,4.5vw,64px); font-weight:650; line-height:1.08; letter-spacing:-2.5px; margin-bottom:22px; }
.download-tagline { color:#e8c681; font-size:24px; line-height:1.4; font-weight:500; margin-bottom:20px; }
.download-description { color:#b1bfd1; font-size:17px; line-height:1.8; max-width:520px; margin-bottom:32px; }
.downloadStoreBadges { display:flex; flex-wrap:wrap; gap:14px; }
.downloadStoreBadge { display:inline-flex; align-items:center; gap:12px; min-width:185px; min-height:64px; padding:11px 20px; background:#060a12; border:1px solid #69758a; border-radius:11px; transition:background .15s,border-color .15s; }
.downloadStoreBadge:hover { background:#19283b; border-color:#e8c681; }
.downloadStoreIcon { display:flex; width:30px; flex-shrink:0; }
.downloadStoreIcon svg { width:30px; height:34px; fill:#fff; }
.downloadStoreText { display:flex; flex-direction:column; gap:3px; }
.downloadStoreText small { font-size:10px; line-height:1.2; }
.downloadStoreText strong { font-size:21px; line-height:1.1; font-weight:600; white-space:nowrap; }
.downloadPlayBlue { fill:#49bff0; }.downloadPlayGreen { fill:#5ece93; }.downloadPlayYellow { fill:#fbd063; }.downloadPlayRed { fill:#f16c77; }
.download-brand-note { color:#8e9eb5; font-size:12px; margin:18px 0 30px; }
.download-help { display:flex; flex-wrap:wrap; gap:26px; }
.download-help a { display:inline-flex; align-items:center; gap:14px; min-height:44px; color:#b5d1f8; font-size:14px; border-bottom:1px solid #40536d; }
.download-help a:hover { color:#fff; border-color:#e8c681; }
.download-visual { min-width:0; position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:20px 0; isolation:isolate; }
.download-visual::before { content:""; position:absolute; z-index:-1; inset:0 -25px; background:radial-gradient(ellipse,#24446599,transparent 68%); }
.download-orbit { position:absolute; z-index:-1; width:100%; aspect-ratio:1; border:1px solid #9abbea20; border-radius:50%; }
.download-orbit::after { content:""; position:absolute; inset:30px; border:1px solid #9abbea12; border-radius:50%; }
.download-phone { width:248px; margin:0; padding:6px; background:#060b15; border:1px solid #56677c; border-radius:34px; box-shadow:0 26px 65px #0008; transform:rotate(4deg); }
.download-phone img { display:block; width:100%; height:auto; border-radius:27px; }
.download-visual-caption { position:relative; margin-top:30px; font-size:12px; color:#b4c4d8; text-align:center; line-height:1.7; }
.download-visual-caption span { display:inline-block; width:6px; height:6px; background:#e8c681; border-radius:50%; margin-right:7px; }
.download-features { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px; padding:36px 0 64px; border-top:1px solid #ffffff1a; }
.download-feature-number { display:block; color:#e8c681; font-size:11px; letter-spacing:2px; margin-bottom:18px; }
.download-features h2 { font-size:19px; line-height:1.4; font-weight:550; margin-bottom:12px; }
.download-features p { font-size:14px; color:#a6b4c8; line-height:1.8; margin:0; }
@media(max-width:900px) { .download-hero { gap:30px; } .downloadStoreBadge { min-width:172px; padding:11px 14px; } .download-copy h1 { font-size:46px; } .download-phone { width:220px; } }
@media(max-width:700px) {
 .download-shell { width:calc(100% - 40px); }
 .download-hero { grid-template-columns:1fr; padding:44px 0 38px; gap:32px; }
 .download-copy h1 { font-size:clamp(36px,9vw,48px); letter-spacing:-1.5px; }
 .download-eyebrow { margin-bottom:20px; }
 .download-tagline { font-size:21px; }
 .download-description { font-size:16px; margin-bottom:26px; }
 .downloadStoreBadges { gap:10px; }
 .downloadStoreBadge { flex:1; min-width:0; padding:12px; gap:8px; }
 .downloadStoreText strong { font-size:18px; }
 .downloadStoreIcon,.downloadStoreIcon svg { width:25px; }
 .download-visual { padding:15px 0; }
 .download-orbit { width:min(100%,360px); }
 .download-visual::before { inset:0; }
 .download-phone { width:210px; }
 .download-features { grid-template-columns:1fr; gap:26px; padding:32px 0 44px; }
 .download-features article { border-bottom:1px solid #ffffff12; padding-bottom:24px; }
 .download-features article:last-child { border:0; padding-bottom:0; }
 .download-feature-number { margin-bottom:12px; }
}
@media(max-width:359px) { .downloadStoreBadges { flex-direction:column; } .downloadStoreBadge { flex:none; width:100%; } }
@media(prefers-reduced-motion:reduce) { .downloadStoreBadge { transition:none; } }
