.download-cta {
    background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .15)
}

.feature-chip {
    background: rgba(255, 255, 255, .92);
    color: #0b5ed7;
    border-radius: 9999px;
    padding: .35rem .75rem;
    font-weight: 700;
    font-size: .95rem
}

.store-badges .store-card {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: #fff;
    border-radius: 14px;
    padding: .6rem .95rem;
    border: 1px solid rgba(16, 24, 40, .06);
    box-shadow: 0 6px 20px rgba(16, 24, 40, .12);
    transition: transform .25s ease, box-shadow .25s ease
}

.store-badges .store-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(16, 24, 40, .18)
}

.phone-mockup {
    border: 6px solid rgba(255, 255, 255, .35)
}

.logo-rounded {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width:991.98px) {
    .phone-mockup {
        max-height: 420px
    }
}