.download-page,
.download-footer {
    color: var(--white);
}

.download-page {
    min-height: calc(100vh - 96px);
    padding: clamp(4.5rem, 9vw, 8rem) clamp(1.5rem, 6vw, 6rem) clamp(3rem, 6vw, 5rem);
    background:
        linear-gradient(180deg, rgba(10, 14, 26, 0.72), #0a0e1a 72%),
        url("/static/images/background-image-hero-home.png") center / cover no-repeat;
}

.download-hero {
    width: min(920px, 100%);
    margin: 0 auto;
}

.download-hero__content {
    max-width: 760px;
}

.download-eyebrow {
    margin-bottom: 1rem;
    color: #afff00 !important;
    font-family: var(--font-mono);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.download-hero h1 {
    color: #fff;
    font-family: var(--font-display);
    font-size: clamp(3.2rem, 9vw, 6.5rem);
    font-weight: var(--font-heading-weight);
    line-height: 0.95;
}

.download-hero__description {
    max-width: 700px;
    margin-top: 1.5rem;
    color: #fff;
    font-size: clamp(1.25rem, 2.4vw, 1.7rem);
    font-weight: 400;
    line-height: 1.45;
}

.download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    min-height: 64px;
    padding: 0 1.4rem;
    border-radius: var(--radius-button);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.96);
    color: #0a0e1a;
    font-size: 1.05rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.store-badge:hover {
    transform: translateY(-2px);
    background: #afff00;
}

.store-badge__icon {
    display: inline-flex;
    width: 1.7rem;
    height: 1.7rem;
}

.store-badge__icon svg {
    width: 100%;
    height: 100%;
}

.download-note {
    max-width: 620px;
    margin-top: 1.5rem;
    color: #cbd5e1 !important;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.55;
}

.download-footer {
    background: #0a0e1a;
}

@media (max-width: 560px) {
    .download-page {
        padding: 3.5rem 1.25rem;
    }

    .download-actions,
    .store-badge {
        width: 100%;
    }
}
